/*
Theme Name: Llan Books Astra Child
Template: astra
Version: 1.2.1
Text Domain: llan-books
*/

:root {
	--llan-navy: #133140;
	--llan-navy-deep: #0b2532;
	--llan-copper: #d49a70;
	--llan-ivory: #f7f3eb;
	--llan-paper: #fffdf9;
	--llan-mist: #aac1cc;
	--llan-ink-muted: #3e5661;
	--llan-line: #ced8d9;
}

html {
	scroll-behavior: smooth;
}

body {
	background: var(--llan-ivory);
	color: var(--llan-navy);
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 1.0625rem;
	line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.entry-title {
	color: var(--llan-navy);
	font-family: Georgia, "Times New Roman", serif;
	font-weight: 600;
	letter-spacing: -0.025em;
	line-height: 1.12;
}

h1,
.entry-title {
	text-wrap: balance;
}

p,
li {
	text-wrap: pretty;
}

a {
	color: var(--llan-navy-deep);
	text-decoration-thickness: 0.07em;
	text-underline-offset: 0.18em;
}

a:hover {
	color: #714122;
}

.entry-content a:not(.wp-element-button),
.site-footer a {
	text-decoration: underline;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
	outline: 3px solid var(--llan-navy);
	outline-offset: 3px;
}

.ast-primary-header-bar {
	background: var(--llan-paper);
	border-bottom: 1px solid var(--llan-line);
}

.site-header .custom-logo-link {
	display: inline-flex;
	padding-block: 0.65rem;
}

.site-header .custom-logo {
	display: block;
	height: auto;
	max-height: 4.75rem;
	object-fit: contain;
	object-position: left center;
	width: clamp(10rem, 16vw, 13.75rem);
}

.main-header-menu .menu-link,
.ast-builder-menu-mobile .menu-link,
.menu-toggle,
.ast-mobile-menu-trigger-minimal {
	min-height: 44px;
}

.main-header-menu .menu-link {
	color: var(--llan-navy);
	font-size: 0.93rem;
	font-weight: 650;
	letter-spacing: 0.025em;
}

.main-header-menu .current-menu-item > .menu-link,
.main-header-menu .menu-link:hover {
	color: #714122 !important;
}

.ast-mobile-popup-header .custom-logo-link {
	display: block;
	margin: 1rem 1.25rem 0;
	max-width: 10rem;
}

.ast-mobile-popup-content .custom-logo {
	height: auto;
	width: 10rem;
}

.ast-mobile-menu-trigger-minimal,
.ast-button-wrap .menu-toggle {
	color: var(--llan-navy) !important;
}

.ast-mobile-menu-trigger-minimal svg,
.ast-mobile-menu-trigger-minimal svg path,
.ast-button-wrap .menu-toggle svg,
.ast-button-wrap .menu-toggle svg path {
	fill: currentColor !important;
}

.site-content {
	min-height: 60vh;
}

.site-main > article,
.ast-separate-container .ast-article-single,
.ast-separate-container .ast-article-post {
	background: transparent;
	padding-inline: clamp(1rem, 4vw, 3rem);
}

.entry-content > :where(p, ul, ol, h2, h3):not(.alignwide):not(.alignfull),
.entry-content > .wp-block-group:not(.alignwide):not(.alignfull) {
	max-width: 50rem;
}

.entry-title {
	font-size: clamp(2.35rem, 6vw, 4.8rem);
	max-width: 18ch;
}

.llan-eyebrow {
	color: #714122;
	font-size: 0.77rem;
	font-weight: 800;
	letter-spacing: 0.16em;
	margin-bottom: 0.7rem;
	text-transform: uppercase;
}

.llan-intro {
	color: var(--llan-ink-muted);
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(1.2rem, 2.4vw, 1.6rem);
	line-height: 1.55;
}

.llan-hero {
	background:
		linear-gradient(90deg, rgba(212, 154, 112, 0.22), transparent 45%),
		var(--llan-paper);
	border-bottom: 1px solid var(--llan-line);
	border-top: 0.32rem solid var(--llan-copper);
	margin-block: clamp(1.5rem, 5vw, 4rem);
	max-width: 74rem !important;
	padding: clamp(3rem, 9vw, 7rem) clamp(1.25rem, 7vw, 6rem);
}

.llan-hero h1 {
	font-size: clamp(2.8rem, 8vw, 6.7rem);
	margin-bottom: 1.25rem;
	max-width: 11ch;
}

.llan-hero .llan-intro {
	max-width: 42rem;
}

.llan-catalogue-note {
	color: var(--llan-ink-muted);
	font-size: 0.92rem;
	font-weight: 650;
	margin-top: 1.5rem;
	max-width: 42rem;
}

.wp-element-button,
.wp-block-button__link {
	background-color: var(--llan-navy) !important;
	border: 2px solid var(--llan-navy) !important;
	border-radius: 0.15rem;
	color: #fff;
	font-weight: 750;
	min-height: 46px;
	padding: 0.72rem 1.25rem;
}

.wp-element-button:hover,
.wp-block-button__link:hover {
	background-color: var(--llan-navy-deep) !important;
	border-color: var(--llan-navy-deep) !important;
	color: #fff;
}

.entry-content .wp-block-button.is-style-outline > .wp-block-button__link.wp-element-button {
	background-color: transparent !important;
	border-color: var(--llan-navy) !important;
	color: var(--llan-navy) !important;
}

.entry-content .wp-block-button.is-style-outline > .wp-block-button__link.wp-element-button:hover,
.entry-content .wp-block-button.is-style-outline > .wp-block-button__link.wp-element-button:focus {
	background-color: var(--llan-navy) !important;
	color: #fff !important;
}

#ast-scroll-top {
	background-color: var(--llan-navy) !important;
}

.llan-section {
	margin-block: clamp(4rem, 9vw, 7rem);
	max-width: 70rem !important;
}

.llan-section > h2 {
	font-size: clamp(2rem, 4vw, 3.4rem);
	max-width: 20ch;
}

.llan-genres > .wp-block-columns,
.wp-block-columns.llan-genres {
	gap: 1rem;
}

.llan-genres .wp-block-column {
	background: rgba(170, 193, 204, 0.28);
	border-top: 0.25rem solid var(--llan-navy);
	padding: clamp(1.25rem, 3vw, 2rem);
}

.llan-forthcoming {
	border-block: 1px solid var(--llan-line);
	padding-block: clamp(3rem, 7vw, 5.5rem);
}

.llan-forthcoming > .wp-block-columns {
	gap: clamp(2rem, 6vw, 5rem);
}

.llan-book-card {
	max-width: 28rem;
}

.llan-book-card h3 {
	font-size: clamp(1.6rem, 3vw, 2.35rem);
	margin-bottom: 0.25rem;
}

.llan-cover img,
.post-type-archive-llan_book .post-thumb-img-content img,
.single-llan_book .post-thumb-img-content img {
	aspect-ratio: 2 / 3 !important;
	box-shadow: 0 1rem 2.2rem rgba(19, 49, 64, 0.16);
	height: auto !important;
	object-fit: contain;
	width: 100%;
}

/* Author portraits - compact, neat, and circular avatars */
.post-type-archive-llan_author .post-thumb-img-content img,
.post-type-archive-llan_author .post-thumb img,
.post-type-archive-llan_author .ast-blog-featured-section img {
	width: 92px !important;
	height: 92px !important;
	max-width: 92px !important;
	max-height: 92px !important;
	border-radius: 50% !important;
	object-fit: cover !important;
	border: 1.5px solid var(--llan-line, #ced8d9) !important;
	box-shadow: 0 2px 8px rgba(19, 49, 64, 0.08) !important;
	display: block !important;
	margin: 0 0 1.25rem 0 !important;
	transition: border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease !important;
}

.post-type-archive-llan_author .ast-article-post:hover .post-thumb-img-content img {
	border-color: var(--llan-copper, #d49a70) !important;
	box-shadow: 0 4px 14px rgba(19, 49, 64, 0.14) !important;
	transform: scale(1.03);
}

.post-type-archive-llan_author .ast-blog-featured-section {
	margin-bottom: 0 !important;
	display: block !important;
}

/* Single author pages */
.single-llan_author .entry-content .llan-author-portrait-wrap {
	float: left;
	margin: 0.2rem 1.75rem 1.25rem 0;
}

.single-llan_author .llan-author-avatar,
.single-llan_author .post-thumb-img-content img,
.single-llan_author .post-thumb img {
	width: 104px !important;
	height: 104px !important;
	max-width: 104px !important;
	max-height: 104px !important;
	border-radius: 50% !important;
	object-fit: cover !important;
	border: 1.5px solid var(--llan-line, #ced8d9) !important;
	box-shadow: 0 3px 12px rgba(19, 49, 64, 0.09) !important;
	display: block !important;
}

@media (max-width: 540px) {
	.single-llan_author .entry-content .llan-author-portrait-wrap {
		float: none;
		margin: 0 0 1.25rem 0;
	}
	.single-llan_author .llan-author-avatar {
		width: 90px !important;
		height: 90px !important;
		margin: 0 auto;
	}
}

/* Journal Author Spotlight avatars */
.llan-reading .llan-spotlight-avatar {
	float: left;
	width: 80px !important;
	height: 80px !important;
	border-radius: 50% !important;
	object-fit: cover !important;
	margin: 0.2rem 1.25rem 0.75rem 0 !important;
	border: 1.5px solid var(--llan-line, #ced8d9) !important;
	box-shadow: 0 2px 8px rgba(19, 49, 64, 0.08) !important;
}

@media (max-width: 480px) {
	.llan-reading .llan-spotlight-avatar {
		float: none;
		display: block;
		margin: 0 0 1rem 0 !important;
	}
}

.llan-cover {
	margin-bottom: 1.7rem;
	max-width: 20rem;
}

.single-llan_book .entry-content figure.wp-block-image.llan-cover {
	margin: 1.5rem auto 2.5rem;
	max-width: 22rem !important;
}

.llan-status {
	color: var(--llan-ink-muted);
	font-size: 0.92rem;
	font-weight: 650;
}

.llan-reading,
.llan-editions {
	background: rgba(212, 154, 112, 0.2);
	border-left: 0.3rem solid var(--llan-copper);
	padding: clamp(1.5rem, 5vw, 3rem);
}

.llan-editions {
	margin-top: 3rem;
}

.llan-note {
	background: rgba(170, 193, 204, 0.25);
	border-left: 0.25rem solid var(--llan-navy);
	padding: 0.8rem 1rem;
}

.llan-retailer {
	margin-top: 2rem;
}

body.blog,
body.archive,
body.single-post,
.ast-separate-container,
#content,
.site-content {
	background-color: var(--llan-ivory) !important;
}

.llan-journal-header {
	border-bottom: 1px solid var(--llan-line);
	margin-bottom: clamp(2rem, 5vw, 3.5rem);
	padding-bottom: clamp(1.5rem, 3vw, 2.25rem);
}

.llan-journal-header .entry-title {
	color: var(--llan-navy);
	font-size: clamp(2.4rem, 5vw, 3.8rem) !important;
	line-height: 1.15;
	margin-bottom: 0.75rem;
	max-width: 16ch;
}

/* Responsive Blog Grid Columns */
.blog .ast-row,
.archive:not(.post-type-archive-llan_author):not(.post-type-archive-llan_book) .ast-row,
.ast-blog-layout-4-grid .ast-row {
	display: grid !important;
	gap: 2rem !important;
	width: 100% !important;
	float: none !important;
	margin: 0 !important;
}

@media (min-width: 992px) {
	.blog .ast-row,
	.archive:not(.post-type-archive-llan_author):not(.post-type-archive-llan_book) .ast-row,
	.ast-blog-layout-4-grid .ast-row {
		grid-template-columns: repeat(3, 1fr) !important;
	}
}

@media (min-width: 641px) and (max-width: 991px) {
	.blog .ast-row,
	.archive:not(.post-type-archive-llan_author):not(.post-type-archive-llan_book) .ast-row,
	.ast-blog-layout-4-grid .ast-row {
		grid-template-columns: repeat(2, 1fr) !important;
	}
}

@media (max-width: 640px) {
	.blog .ast-row,
	.archive:not(.post-type-archive-llan_author):not(.post-type-archive-llan_book) .ast-row,
	.ast-blog-layout-4-grid .ast-row {
		grid-template-columns: 1fr !important;
	}
}

.blog article,
.archive:not(.post-type-archive-llan_author):not(.post-type-archive-llan_book) article,
.blog .ast-article-post,
.archive:not(.post-type-archive-llan_author):not(.post-type-archive-llan_book) .ast-article-post,
.ast-blog-layout-4-grid .ast-article-post {
	background: var(--llan-paper) !important;
	border: 1px solid var(--llan-line) !important;
	border-radius: 4px !important;
	box-shadow: 0 4px 16px rgba(19, 49, 64, 0.05) !important;
	box-sizing: border-box !important;
	flex: 1 1 100% !important;
	float: none !important;
	margin: 0 !important;
	max-width: 100% !important;
	min-width: 0 !important;
	padding: clamp(1.5rem, 3vw, 2.25rem) !important;
	transition: border-color 0.2s ease, box-shadow 0.2s ease !important;
	width: 100% !important;
	display: flex !important;
	flex-direction: column !important;
	height: 100% !important;
}

.blog article:hover,
.archive:not(.post-type-archive-llan_author):not(.post-type-archive-llan_book) article:hover {
	border-color: var(--llan-copper) !important;
	box-shadow: 0 8px 24px rgba(19, 49, 64, 0.09) !important;
}

.blog .ast-article-inner,
.archive:not(.post-type-archive-llan_author):not(.post-type-archive-llan_book) .ast-article-inner,
.blog .post-content,
.archive:not(.post-type-archive-llan_author):not(.post-type-archive-llan_book) .post-content,
.ast-blog-layout-4-grid .ast-article-inner,
.ast-blog-layout-4-grid .post-content {
	border: none !important;
	box-shadow: none !important;
	margin: 0 !important;
	padding: 0 !important;
	width: 100% !important;
	min-width: 0 !important;
	display: flex !important;
	flex-direction: column !important;
	flex: 1 1 auto !important;
	height: 100% !important;
}

/* Editorial Book Cover Framing */
.blog .ast-blog-featured-section,
.archive:not(.post-type-archive-llan_author):not(.post-type-archive-llan_book) .ast-blog-featured-section {
	background: var(--llan-ivory, #f7f3eb) !important;
	border: 1px solid var(--llan-line, #ced8d9) !important;
	border-radius: 4px !important;
	margin: 0 0 1.5rem 0 !important;
	padding: 1.5rem 1rem !important;
	min-height: 290px !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	text-align: center !important;
	box-sizing: border-box !important;
}

.blog .ast-no-thumb .ast-blog-featured-section,
.archive .ast-no-thumb .ast-blog-featured-section,
.blog .ast-blog-featured-section:empty,
.archive .ast-blog-featured-section:empty {
	display: none !important;
	margin: 0 !important;
	padding: 0 !important;
	min-height: 0 !important;
	border: none !important;
	background: transparent !important;
}

.blog .ast-article-post.remove-featured-img-padding .blog-layout-4 .post-content .ast-blog-featured-section .post-thumb-img-content,
.blog .ast-article-post.remove-featured-img-padding .blog-layout-4 .post-content .ast-blog-featured-section:first-child .post-thumb-img-content,
.archive:not(.post-type-archive-llan_author):not(.post-type-archive-llan_book) .ast-article-post.remove-featured-img-padding .blog-layout-4 .post-content .ast-blog-featured-section .post-thumb-img-content,
.blog .post-thumb-img-content,
.archive:not(.post-type-archive-llan_author):not(.post-type-archive-llan_book) .post-thumb-img-content {
	margin: 0 !important;
	padding: 0 !important;
	overflow: visible !important;
	display: flex !important;
	justify-content: center !important;
	align-items: center !important;
	width: 100% !important;
}

.blog .post-thumb-img-content a,
.archive:not(.post-type-archive-llan_author):not(.post-type-archive-llan_book) .post-thumb-img-content a {
	display: inline-block !important;
	line-height: 0 !important;
	text-decoration: none !important;
}

.ast-article-single .post-thumb img,
.blog .post-thumb img,
.blog .post-thumb-img-content img,
.blog .ast-blog-featured-section img,
.archive:not(.post-type-archive-llan_author):not(.post-type-archive-llan_book) .post-thumb img,
.archive:not(.post-type-archive-llan_author):not(.post-type-archive-llan_book) .post-thumb-img-content img,
.archive:not(.post-type-archive-llan_author):not(.post-type-archive-llan_book) .ast-blog-featured-section img,
.ast-article-post .blog-layout-4 .post-thumb-img-content img {
	width: auto !important;
	max-width: 180px !important;
	height: 260px !important;
	aspect-ratio: 2 / 3 !important;
	object-fit: contain !important;
	border-radius: 4px !important;
	box-shadow: 0 6px 16px rgba(19, 49, 64, 0.12) !important;
	margin: 0 auto !important;
	display: block !important;
	transition: transform 0.2s ease, box-shadow 0.2s ease !important;
}

.blog .ast-article-post:hover .post-thumb img,
.blog .ast-article-post:hover .post-thumb-img-content img,
.archive:not(.post-type-archive-llan_author):not(.post-type-archive-llan_book) .ast-article-post:hover .post-thumb img,
.archive:not(.post-type-archive-llan_author):not(.post-type-archive-llan_book) .ast-article-post:hover .post-thumb-img-content img,
.ast-article-single:hover .post-thumb img {
	transform: translateY(-2px) !important;
	box-shadow: 0 10px 22px rgba(19, 49, 64, 0.18) !important;
}

.blog .entry-title,
.archive .entry-title {
	font-family: Georgia, "Times New Roman", serif !important;
	font-size: clamp(1.35rem, 1.9vw, 1.7rem) !important;
	line-height: 1.25 !important;
	margin-bottom: 0.75rem !important;
	max-width: none !important;
}

.blog .entry-title a,
.archive .entry-title a {
	color: var(--llan-navy) !important;
	text-decoration: none !important;
}

.blog .entry-title a:hover,
.archive .entry-title a:hover {
	color: #714122 !important;
}

.blog .cat-links,
.archive .cat-links {
	display: block !important;
	margin-bottom: 0.65rem !important;
}

.blog .cat-links a,
.archive .cat-links a {
	color: #714122 !important;
	font-size: 0.78rem !important;
	font-weight: 800 !important;
	letter-spacing: 0.14em !important;
	text-decoration: none !important;
	text-transform: uppercase !important;
}

.blog .entry-meta,
.archive .entry-meta {
	color: var(--llan-ink-muted) !important;
	font-size: 0.85rem !important;
	margin-bottom: 1rem !important;
}

.blog .ast-excerpt-container,
.archive .ast-excerpt-container {
	flex: 1 1 auto !important;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

.blog .ast-excerpt-container p,
.archive .ast-excerpt-container p {
	color: var(--llan-navy) !important;
	font-size: 1.02rem !important;
	line-height: 1.65 !important;
	margin: 0 !important;
}


input,
textarea,
select {
	border-color: #627681;
	border-radius: 0;
	min-height: 44px;
}

.site-footer {
	background: var(--llan-navy);
	border-top: 0.3rem solid var(--llan-copper);
	color: var(--llan-ivory);
}

.site-footer .site-below-footer-wrap,
.site-footer .site-below-footer-inner-wrap {
	background: var(--llan-navy) !important;
	border-top: 0;
}

.site-footer .ast-footer-copyright {
	color: var(--llan-ivory);
	display: flex;
	flex-direction: column;
	gap: 1rem;
	margin-inline: auto;
	max-width: 60rem;
}

.site-footer a {
	color: var(--llan-ivory);
}

.llan-footer-logo {
	display: block;
	height: auto;
	margin: 0 auto 0.5rem;
	max-width: 11rem;
	width: 100%;
}

.llan-footer-company,
.llan-footer-links {
	display: block;
}

.llan-footer-company {
	font-size: 0.88rem;
	line-height: 1.65;
}

.llan-footer-links {
	font-size: 0.9rem;
}

@media (max-width: 760px) {
	body {
		font-size: 1rem;
	}

	.ast-container {
		padding-inline: 1rem;
	}

	.llan-hero {
		margin-top: 1rem;
		padding-block: 3.25rem;
	}

	.llan-hero .wp-block-buttons {
		align-items: stretch;
		flex-direction: column;
	}

	.llan-hero .wp-block-button,
	.llan-hero .wp-block-button__link {
		width: 100%;
	}

	.blog .ast-row,
	.archive .ast-row {
		gap: 1.5rem !important;
		grid-template-columns: 1fr !important;
	}

	.llan-cover {
		max-width: min(100%, 18rem);
	}
}

/* Quick Links Mobile Hub */
.page-slug-links .ast-separate-container .ast-article-single,
.page-slug-links .ast-separate-container .ast-article-post {
	padding-inline: 0.5rem;
}

.llan-links-hub {
	max-width: 560px;
	margin: 0 auto;
	padding: 1.5rem 0.5rem 3rem 0.5rem;
}

.llan-links-header {
	text-align: center;
	margin-bottom: 2.25rem;
}

.llan-links-avatar {
	margin: 0 auto 1rem auto;
	display: inline-block;
}

.llan-links-avatar img {
	width: 76px;
	height: 76px;
	border-radius: 50%;
	border: 2px solid var(--llan-copper, #d49a70);
	box-shadow: 0 4px 14px rgba(19, 49, 64, 0.12);
	display: block;
	object-fit: cover;
}

.llan-links-title {
	font-family: var(--ast-font-family-headings, "Nimbus Roman", Georgia, serif);
	font-size: clamp(1.85rem, 5vw, 2.35rem);
	font-weight: 700;
	color: var(--llan-navy, #133140);
	margin: 0 0 0.35rem 0;
	letter-spacing: -0.01em;
}

.llan-links-tagline {
	color: #714122;
	font-size: 0.82rem;
	font-weight: 800;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	margin: 0 0 0.65rem 0;
}

.llan-links-bio {
	font-size: 0.98rem;
	color: var(--llan-ink-muted, #3e5661);
	line-height: 1.55;
	max-width: 440px;
	margin: 0 auto;
}

.llan-links-section {
	margin-bottom: 2.25rem;
}

.llan-links-section-heading {
	font-size: 0.8rem;
	font-weight: 800;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: #714122;
	margin: 0 0 1rem 0.35rem;
}

/* Book Release Cards */
.llan-links-card {
	display: flex;
	gap: 1.15rem;
	background: var(--llan-paper, #fffdf9);
	border: 1px solid var(--llan-line, #ced8d9);
	border-radius: 14px;
	padding: 1.15rem;
	margin-bottom: 1.15rem;
	box-shadow: 0 4px 14px rgba(19, 49, 64, 0.05);
	transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.llan-links-card:hover {
	transform: translateY(-2px);
	border-color: var(--llan-copper, #d49a70);
	box-shadow: 0 8px 24px rgba(19, 49, 64, 0.1);
}

.llan-links-hero-card {
	border-color: #d49a70;
	box-shadow: 0 6px 18px rgba(212, 154, 112, 0.14);
}

.llan-links-card-media {
	flex-shrink: 0;
	width: 90px;
}

.llan-links-card-media a {
	display: block;
}

.llan-links-card-media img {
	width: 90px;
	height: auto;
	aspect-ratio: 1 / 1.55;
	object-fit: cover;
	border-radius: 6px;
	box-shadow: 0 4px 12px rgba(19, 49, 64, 0.15);
	display: block;
	transition: transform 0.2s ease;
}

.llan-links-card:hover .llan-links-card-media img {
	transform: scale(1.02);
}

.llan-links-card-body {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-width: 0;
	flex-grow: 1;
}

.llan-links-badge {
	display: inline-block;
	font-size: 0.68rem;
	font-weight: 800;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #714122;
	margin-bottom: 0.3rem;
}

.llan-links-card-title {
	font-family: var(--ast-font-family-headings, "Nimbus Roman", Georgia, serif);
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.3;
	margin: 0 0 0.25rem 0;
}

.llan-links-card-title a {
	color: var(--llan-navy, #133140);
	text-decoration: none;
}

.llan-links-card-title a:hover {
	color: var(--llan-copper, #d49a70);
}

.llan-links-card-byline {
	font-size: 0.88rem;
	color: var(--llan-ink-muted, #3e5661);
	margin: 0 0 0.35rem 0;
}

.llan-links-card-byline a {
	color: var(--llan-navy, #133140);
	text-decoration: underline;
	text-underline-offset: 2px;
}

.llan-links-card-status {
	font-size: 0.8rem;
	font-style: italic;
	color: #714122;
	margin: 0 0 0.85rem 0;
}

.llan-links-card-actions {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
	margin-top: auto;
	width: 100%;
}

.llan-links-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 0.84rem;
	font-weight: 600;
	padding: 0.55rem 1rem;
	min-height: 42px;
	width: 100%;
	border-radius: 8px;
	text-decoration: none;
	transition: all 0.2s ease;
	box-sizing: border-box;
}

.llan-links-btn-primary {
	background: var(--llan-navy, #133140);
	color: var(--llan-ivory, #f7f3eb) !important;
	border: 1px solid var(--llan-navy, #133140);
}

.llan-links-btn-primary:hover {
	background: #714122;
	border-color: #714122;
	color: #ffffff !important;
}

.llan-links-btn-subtle {
	background: transparent;
	color: var(--llan-navy, #133140) !important;
	border: 1px solid var(--llan-line, #ced8d9);
}

.llan-links-btn-subtle:hover {
	border-color: #714122;
	color: #714122 !important;
	background: rgba(212, 154, 112, 0.08);
}

/* Navigation List Buttons */
.llan-links-nav {
	display: flex;
	flex-direction: column;
	gap: 0.8rem;
}

.llan-links-nav-item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: var(--llan-paper, #fffdf9);
	border: 1px solid var(--llan-line, #ced8d9);
	border-radius: 12px;
	padding: 0.95rem 1.35rem;
	min-height: 52px;
	text-decoration: none;
	color: var(--llan-navy, #133140);
	font-weight: 600;
	font-size: 0.96rem;
	box-shadow: 0 2px 8px rgba(19, 49, 64, 0.04);
	transition: transform 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease, color 0.15s ease;
}

.llan-links-nav-item:hover {
	transform: translateY(-2px);
	border-color: var(--llan-copper, #d49a70);
	box-shadow: 0 6px 18px rgba(19, 49, 64, 0.09);
	color: #714122;
}

.llan-links-nav-arrow {
	font-size: 1.2rem;
	color: var(--llan-copper, #d49a70);
	transition: transform 0.15s ease;
}

.llan-links-nav-item:hover .llan-links-nav-arrow {
	transform: translateX(4px);
}

/* Retailer Notice */
.llan-links-notice {
	background: rgba(212, 154, 112, 0.08);
	border: 1px solid rgba(212, 154, 112, 0.3);
	border-radius: 12px;
	padding: 1.15rem 1.35rem;
	font-size: 0.84rem;
	color: var(--llan-ink-muted, #3e5661);
	text-align: center;
	line-height: 1.55;
	margin-top: 2rem;
}

.llan-links-notice p {
	margin: 0 !important;
}

@media (max-width: 480px) {
	.llan-links-hub {
		padding: 1rem 0.25rem 2.5rem 0.25rem;
	}
	.llan-links-card {
		padding: 0.95rem;
		gap: 0.85rem;
	}
	.llan-links-card-media {
		width: 72px;
	}
	.llan-links-card-media img {
		width: 72px;
	}
	.llan-links-card-title {
		font-size: 1.15rem;
	}
	.llan-links-nav-item {
		padding: 0.85rem 1.1rem;
		font-size: 0.92rem;
	}
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}

	*,
	*::before,
	*::after {
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.01ms !important;
	}
}
