:root{
	--ink:        #1E2A22;
	--ink-soft:   rgba(30,42,34,.66);
	--ink-faint:  rgba(30,42,34,.42);
	--paper:      #F7F4EC;
	--paper-deep: #EFEADB;
	--evergreen:  #2F4A3E;
	--evergreen-deep:#1F332A;
	--moss:       #8CA18D;
	--gold:       #C08A4E;
	--gold-soft:  rgba(192,138,78,.16);
	--line:       #DCD3BC;
	--white:      #FFFFFF;

	--display: 'Fraunces', Georgia, serif;
	--body: 'Inter', -apple-system, Segoe UI, Roboto, Arial, sans-serif;

	--container: 1180px;
	--radius: 4px;
}
*,*::before,*::after{ box-sizing:border-box; }
html{ scroll-behavior:smooth; }
@media (prefers-reduced-motion: reduce){
	html{ scroll-behavior:auto; }
	*{ animation-duration:.001ms !important; animation-iteration-count:1 !important; transition-duration:.001ms !important; }
}
body{
	margin:0; background:var(--paper); color:var(--ink);
	font-family:var(--body); font-size:16px; line-height:1.65;
	-webkit-font-smoothing:antialiased;
}
img{ max-width:100%; display:block; }
a{ color:inherit; }
.container{ max-width:var(--container); margin-inline:auto; padding-inline:24px; }
.eyebrow{
	font-family:var(--body); font-weight:600; font-size:.72rem;
	letter-spacing:.16em; text-transform:uppercase; color:var(--gold);
}
h1,h2,h3{ font-family:var(--display); font-weight:480; color:var(--ink); margin:0; }

.growth-mark{ display:flex; align-items:center; justify-content:center; margin:0 auto; width:64px; height:40px; opacity:.85; }
.growth-mark svg{ width:100%; height:100%; }
.growth-mark path{ fill:none; stroke:var(--gold); stroke-width:1.4; stroke-linecap:round; }

.skip-link{ position:absolute; left:-999px; top:0; background:var(--evergreen); color:#fff; padding:.75rem 1.25rem; z-index:200; border-radius:0 0 6px 0; }
.skip-link:focus{ left:0; }
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible{ outline:2px solid var(--gold); outline-offset:3px; }

/* ============ HEADER (shared) ============ */
header.site-header{ position:sticky; top:0; z-index:100; background:rgba(247,244,236,.92); backdrop-filter:blur(6px); border-bottom:1px solid var(--line); }
.nav-row{ display:flex; align-items:center; justify-content:space-between; padding:16px 0; gap:24px; }
.brand{ display:flex; align-items:center; gap:12px; text-decoration:none; }
.brand-mark{ width:42px; height:42px; border-radius:50%; overflow:hidden; flex:none; border:1px solid var(--line); }
.brand-mark img{ width:100%; height:100%; object-fit:cover; }
.brand-text{ font-family:var(--display); font-style:italic; font-size:1.02rem; color:var(--evergreen-deep); line-height:1.2; }
.brand-text small{ display:block; font-family:var(--body); font-style:normal; font-size:.66rem; letter-spacing:.12em; text-transform:uppercase; color:var(--ink-faint); margin-top:2px; }
nav.main-nav ul{ list-style:none; display:flex; gap:2rem; margin:0; padding:0; }
nav.main-nav a{ text-decoration:none; font-size:.92rem; font-weight:500; color:var(--ink-soft); padding-bottom:4px; border-bottom:1px solid transparent; transition:color .2s, border-color .2s; }
nav.main-nav a[aria-current="page"]{ color:var(--evergreen); border-color:var(--gold); }
nav.main-nav a:hover{ color:var(--evergreen); border-color:var(--gold); }
.btn{ display:inline-flex; align-items:center; gap:.5rem; font-family:var(--body); font-weight:600; font-size:.9rem; padding:.85rem 1.6rem; border-radius:var(--radius); text-decoration:none; border:1px solid transparent; cursor:pointer; transition:transform .18s ease, background .2s, border-color .2s, color .2s; }
.btn-primary{ background:var(--evergreen); color:#fff; }
.btn-primary:hover{ background:var(--evergreen-deep); transform:translateY(-1px); }
.btn-ghost{ background:transparent; color:var(--evergreen); border-color:var(--evergreen); }
.btn-ghost:hover{ background:var(--evergreen); color:#fff; }
.btn-small{ padding:.55rem 1.1rem; font-size:.82rem; }
.nav-toggle{ display:none; background:none; border:none; cursor:pointer; padding:8px; }
.nav-toggle span{ display:block; width:24px; height:2px; background:var(--ink); margin:5px 0; }

/* ============ PAGE HEADER ============ */
.page-header{ padding:72px 0 56px; text-align:center; border-bottom:1px solid var(--line); }
.page-header .eyebrow{ display:block; margin-bottom:16px; }
.page-header h1{ font-size:clamp(2.4rem, 4vw, 3.2rem); margin-bottom:14px; }
.page-header p{ color:var(--ink-soft); font-size:1.08rem; max-width:560px; margin:0 auto; }

/* ============ LOCATION LEGEND (shared) ============ */
.location-legend{ display:flex; justify-content:center; gap:28px; padding:28px 0 0; flex-wrap:wrap; }
.legend-item{ display:flex; align-items:center; gap:8px; font-size:.85rem; color:var(--ink-soft); }
.legend-dot{ width:9px; height:9px; border-radius:50%; }
.legend-dot.rockford{ background:var(--evergreen); }
.legend-dot.lith{ background:var(--gold); }

/* ============ STAFF GRID (shared with staff.html) ============ */
.staff-section{ padding:64px 0 96px; }
.staff-grid{ display:grid; grid-template-columns:repeat(3, 1fr); gap:32px; }
.staff-card{ background:var(--white); border:1px solid var(--line); border-radius:8px; overflow:hidden; display:flex; flex-direction:column; transition:transform .2s, border-color .2s; }
.staff-card:hover{ transform:translateY(-4px); border-color:var(--gold); }
.staff-photo{ position:relative; aspect-ratio:1/1; overflow:hidden; }
.staff-photo img{ width:100%; height:100%; object-fit:cover; }
.location-tag{ position:absolute; top:12px; left:12px; z-index:2; font-size:.68rem; font-weight:600; letter-spacing:.05em; text-transform:uppercase; padding:4px 10px; border-radius:20px; color:#fff; background:var(--evergreen); }
.location-tag.lith{ background:var(--gold); }
.location-tags{ position:absolute; top:12px; left:12px; z-index:2; display:flex; flex-direction:column; gap:6px; align-items:flex-start; }
.location-tags .location-tag{ position:static; }
.staff-body{ padding:22px 24px 24px; display:flex; flex-direction:column; flex:1; }
.staff-name{ font-size:1.2rem; margin-bottom:2px; color:var(--evergreen-deep); }
.staff-creds{ font-size:.78rem; color:var(--ink-faint); letter-spacing:.03em; margin-bottom:14px; }
.staff-bio{ font-size:.9rem; color:var(--ink-soft); margin:0 0 16px; }
.staff-specs{ list-style:none; margin:0 0 18px; padding:0; flex:1; }
.staff-specs li{ font-size:.88rem; color:var(--ink-soft); padding:6px 0; border-top:1px solid var(--line); display:flex; gap:8px; align-items:baseline; }
.staff-specs li:first-child{ border-top:none; }
.staff-specs li::before{ content:"·"; color:var(--gold); font-weight:700; }
.staff-actions{ display:flex; align-items:center; justify-content:space-between; gap:12px; margin-top:auto; flex-wrap:wrap; }
.staff-actions .btn{ flex:none; }
.pt-link{ font-size:.76rem; color:var(--ink-faint); text-decoration:none; border-bottom:1px solid var(--line); }
.pt-link:hover{ color:var(--evergreen); border-color:var(--gold); }
.coming-soon{ font-size:.8rem; font-style:italic; color:var(--ink-faint); }

/* ============ SECTION HEAD (shared) ============ */
section{ padding:80px 0; }
.section-head{ max-width:640px; margin:0 auto 48px; text-align:center; }
.section-head .eyebrow{ display:block; margin-bottom:14px; }
.section-head h2{ font-size:clamp(1.8rem, 3vw, 2.4rem); line-height:1.2; }
.section-head p{ color:var(--ink-soft); margin-top:16px; font-size:1.02rem; }

/* ============ FOOTER (shared) ============ */
footer.site-footer{ background:var(--paper-deep); padding:64px 0 32px; }
.footer-top{ display:flex; justify-content:space-between; gap:40px; flex-wrap:wrap; margin-bottom:40px; }
.footer-brand{ max-width:320px; }
.footer-brand .brand{ margin-bottom:14px; }
.footer-brand p{ color:var(--ink-soft); font-size:.9rem; }
.footer-cols{ display:flex; gap:56px; flex-wrap:wrap; }
.footer-col h4{ font-family:var(--body); font-size:.78rem; letter-spacing:.1em; text-transform:uppercase; color:var(--ink-faint); margin:0 0 14px; }
.footer-col ul{ list-style:none; margin:0; padding:0; }
.footer-col li{ margin-bottom:10px; }
.footer-col a{ text-decoration:none; font-size:.92rem; color:var(--ink-soft); }
.footer-col a:hover{ color:var(--evergreen); }
.footer-bottom{ border-top:1px solid var(--line); padding-top:24px; display:flex; justify-content:space-between; flex-wrap:wrap; gap:12px; font-size:.82rem; color:var(--ink-faint); }

/* ============ SCROLL REVEAL ============ */
.reveal{ opacity:0; transform:translateY(14px); transition:opacity .6s ease, transform .6s ease; }
.reveal.is-visible{ opacity:1; transform:translateY(0); }

/* ============ RESPONSIVE (shared) ============ */
@media (max-width: 960px){
	.staff-grid{ grid-template-columns:repeat(2,1fr); }
	nav.main-nav{ position:fixed; inset:64px 0 0 0; background:var(--paper); transform:translateX(100%); transition:transform .3s ease; padding:32px 24px; overflow-y:auto; }
	nav.main-nav.is-open{ transform:translateX(0); }
	nav.main-nav ul{ flex-direction:column; gap:0; }
	nav.main-nav a{ display:block; padding:14px 0; border-bottom:1px solid var(--line); }
	.nav-toggle{ display:block; }
	.header-cta{ display:none; } /* Request Appointment button: desktop only — mobile header stays uncrowded */
	.nav-row{ padding:14px 0; }
	.brand-text{ font-size:.94rem; }
	.brand-text small{ white-space:normal; line-height:1.45; margin-top:5px; font-size:.66rem; max-width:none; }
	section{ padding:56px 0; }
}
@media (max-width: 640px){
	.staff-grid{ grid-template-columns:1fr; gap:28px; }
	.staff-body{ padding:24px 22px 26px; }
	.staff-section{ padding:48px 0 72px; }
}
/* ============ BIO HEADER ============ */
.bio-header{ background:var(--white); padding:64px 0 48px; border-bottom:1px solid var(--line); }
.bio-header-grid{ display:grid; grid-template-columns:220px 1fr; gap:40px; align-items:start; }
.bio-photo{ border-radius:8px; overflow:hidden; aspect-ratio:1/1; }
.bio-photo img{ width:100%; height:100%; object-fit:cover; }
.bio-name{ font-size:clamp(1.9rem,3vw,2.5rem); margin-bottom:4px; }
.bio-creds{ font-size:.92rem; color:var(--ink-faint); letter-spacing:.03em; margin-bottom:6px; }
.bio-role{ font-size:.98rem; color:var(--ink-soft); margin-bottom:14px; }
.bio-badges{ display:flex; gap:10px; flex-wrap:wrap; margin-bottom:20px; }
.bio-badge{ font-size:.72rem; font-weight:600; letter-spacing:.03em; padding:5px 12px; border-radius:20px; background:var(--gold-soft); color:var(--evergreen-deep); }
.bio-badge.verified{ background:var(--evergreen); color:#fff; }
.bio-actions{ display:flex; gap:12px; flex-wrap:wrap; }

/* ============ BIO BODY ============ */
.bio-section{ padding:48px 0; border-bottom:1px solid var(--line); }
.bio-section:last-of-type{ border-bottom:none; }
.bio-section h2{ font-size:1.4rem; margin-bottom:18px; color:var(--evergreen-deep); }
.bio-section p{ color:var(--ink-soft); font-size:1rem; margin:0 0 14px; max-width:760px; }
.chip-group{ display:flex; flex-wrap:wrap; gap:10px; }
.chip{ font-size:.84rem; padding:6px 14px; border-radius:20px; background:var(--paper-deep); color:var(--ink-soft); border:1px solid var(--line); }
.chip.top{ background:var(--evergreen); color:#fff; border-color:var(--evergreen); font-weight:600; }
.chip-label{ font-size:.78rem; text-transform:uppercase; letter-spacing:.08em; color:var(--ink-faint); font-weight:600; margin:20px 0 10px; }
.chip-label:first-child{ margin-top:0; }

.two-col{ display:grid; grid-template-columns:1fr 1fr; gap:40px; }
.info-block h3{ font-family:var(--body); font-size:.82rem; text-transform:uppercase; letter-spacing:.06em; color:var(--ink-faint); margin:0 0 10px; }
.info-block ul{ list-style:none; margin:0 0 20px; padding:0; }
.info-block li{ font-size:.94rem; color:var(--ink-soft); padding:5px 0; }

.location-card{ background:var(--paper-deep); border-radius:8px; padding:20px 24px; margin-bottom:16px; }
.location-card h3{ font-size:.9rem; text-transform:uppercase; letter-spacing:.05em; color:var(--evergreen-deep); margin:0 0 8px; }
.location-card address{ font-style:normal; color:var(--ink-soft); font-size:.95rem; line-height:1.6; }
.location-card a{ color:var(--evergreen); text-decoration:none; border-bottom:1px solid var(--line); }

.endorsement-card{ background:var(--paper-deep); border-left:3px solid var(--gold); border-radius:6px; padding:20px 24px; margin-bottom:16px; }
.endorsement-card p{ font-style:italic; color:var(--ink); margin:0 0 10px; }
.endorsement-attr{ font-size:.85rem; color:var(--ink-faint); }

/* ============ PREV / NEXT NAV ============ */
.bio-pager{ background:var(--evergreen); padding:32px 0; }
.bio-pager-row{ display:flex; justify-content:space-between; align-items:center; gap:20px; flex-wrap:wrap; }
.bio-pager a{ color:#fff; text-decoration:none; font-size:.92rem; display:flex; align-items:center; gap:8px; }
.bio-pager a:hover{ color:var(--gold); }
.bio-pager .back-to-staff, .bio-pager .back-to-list{ font-weight:600; }

@media (max-width: 720px){
	.bio-header-grid{ grid-template-columns:1fr; }
	.bio-photo{ max-width:200px; }
	.two-col{ grid-template-columns:1fr; gap:8px; }
}
/* ============ JOB POSTING ============ */
.job-section{ background:var(--white); }
.job-content{ max-width:760px; margin:0 auto; }
.job-content h2{ font-size:1.15rem; margin:32px 0 12px; color:var(--evergreen-deep); }
.job-content h2:first-child{ margin-top:0; }
.job-content p{ color:var(--ink-soft); font-size:.98rem; margin:0 0 14px; }
.job-content ul{ margin:0 0 18px; padding-left:22px; color:var(--ink-soft); font-size:.96rem; }
.job-content li{ margin-bottom:8px; }
.job-note{ background:var(--paper-deep); border-left:3px solid var(--gold); padding:14px 18px; font-size:.9rem; color:var(--ink-soft); margin:24px 0; }

/* ============ APPLICATION FORM ============ */
.apply-section{ background:var(--paper-deep); }
.apply-form{ background:var(--white); border:1px solid var(--line); border-radius:8px; padding:40px; max-width:720px; margin:0 auto; }
.apply-form .form-grid{ display:grid; grid-template-columns:1fr 1fr; gap:20px; }
.apply-form .full{ grid-column:1 / -1; }
.apply-form label{ display:block; font-size:.82rem; font-weight:600; letter-spacing:.03em; margin-bottom:7px; color:var(--ink-soft); }
.apply-form input, .apply-form select{ width:100%; border:1px solid var(--line); background:var(--white); color:var(--ink); padding:.75rem .9rem; border-radius:4px; font-family:var(--body); font-size:.95rem; }
.checkbox-group{ display:flex; gap:20px; flex-wrap:wrap; }
.checkbox-group label{ display:flex; align-items:center; gap:8px; font-weight:400; font-size:.92rem; color:var(--ink); margin-bottom:0; }
.checkbox-group input{ width:auto; }
.file-upload-btn{ display:inline-flex; align-items:center; gap:8px; }
.apply-submit{ text-align:center; margin-top:8px; }

@media (max-width: 960px){
	.apply-form{ padding:28px 22px; }
	.apply-form .form-grid{ grid-template-columns:1fr; }
}
/* ============ APPOINTMENT FORM ============ */
.appointment-section{ background:var(--white); }
.contact-form{ background:var(--paper); border-radius:8px; padding:40px; max-width:760px; margin:0 auto; border:1px solid var(--line); }
.form-grid{ display:grid; grid-template-columns:1fr 1fr; gap:20px; }
.form-grid .full{ grid-column:1 / -1; }
label{ display:block; font-size:.82rem; font-weight:600; letter-spacing:.03em; margin-bottom:7px; color:var(--ink-soft); }
input, select, textarea{
	width:100%; border:1px solid var(--line); background:var(--white); color:var(--ink);
	padding:.75rem .9rem; border-radius:4px; font-family:var(--body); font-size:.95rem;
}
textarea{ resize:vertical; min-height:110px; }
input:focus, select:focus, textarea:focus{ border-color:var(--gold); }
.form-submit{ text-align:center; margin-top:8px; }

/* ============ GENERAL INQUIRY ============ */
.inquiry-section{ background:var(--evergreen); color:#fff; }
.inquiry-section .section-head h2{ color:#fff; }
.inquiry-section .eyebrow{ color:var(--gold); }
.inquiry-grid{ display:grid; grid-template-columns:.85fr 1.15fr; gap:56px; align-items:start; }
.inquiry-info h3{ color:#fff; font-size:1rem; text-transform:uppercase; letter-spacing:.06em; margin-bottom:10px; }
.inquiry-info p{ color:rgba(255,255,255,.82); font-size:.95rem; margin:0 0 22px; }
.inquiry-info a{ color:var(--gold); text-decoration:none; border-bottom:1px solid rgba(192,138,78,.5); }
.inquiry-info a:hover{ border-color:var(--gold); }
.simplepractice-note{
	border:1px dashed rgba(255,255,255,.35); border-radius:8px; padding:20px;
	font-size:.85rem; color:rgba(255,255,255,.75); margin-top:8px;
}
.inquiry-form{ background:var(--white); color:var(--ink); border-radius:8px; padding:36px; }

@media (max-width: 960px){
	.inquiry-grid{ grid-template-columns:1fr; }
	.contact-form, .inquiry-form{ padding:28px 22px; }
	.form-grid{ grid-template-columns:1fr; }
}
/* ============ LOCATION GALLERY ============ */
.location-gallery{ background:var(--white); }
.gallery-grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:20px; }
.gallery-grid a{ display:block; border-radius:6px; overflow:hidden; aspect-ratio:4/3; }
.gallery-grid img{ width:100%; height:100%; object-fit:cover; transition:transform .3s ease; }
.gallery-grid a:hover img{ transform:scale(1.04); }

/* ============ 360 VIEW PLACEHOLDER ============ */
.view360{ background:var(--paper-deep); }
.view360-frame{
	max-width:820px; margin:0 auto; aspect-ratio:16/9; border-radius:8px; overflow:hidden;
	border:1px solid var(--line); background:var(--white);
	display:flex; align-items:center; justify-content:center; text-align:center; padding:32px;
}
.view360-frame p{ color:var(--ink-faint); font-size:.92rem; max-width:340px; margin:0; }

@media (max-width: 960px){
	.gallery-grid{ grid-template-columns:repeat(2,1fr); }
}
@media (max-width: 640px){
	.gallery-grid{ grid-template-columns:1fr 1fr; gap:12px; }
}
/* ============ FEATURED PRODUCT ============ */
.featured-product{ background:var(--white); }
.product-grid{ display:grid; grid-template-columns:.7fr 1.3fr; gap:48px; align-items:center; max-width:900px; margin:0 auto; }
.product-photo{ border-radius:8px; overflow:hidden; aspect-ratio:1/1; }
.product-photo img{ width:100%; height:100%; object-fit:cover; }
.product-copy h3{ font-size:1.7rem; margin-bottom:12px; }
.product-copy p{ color:var(--ink-soft); font-size:.98rem; margin:0 0 14px; }
.product-copy .discount-note{ font-size:.86rem; color:var(--ink-faint); font-style:italic; }

/* ============ BOOK LIBRARY ============ */
.book-library{ background:var(--paper-deep); }
.book-grid{ display:grid; grid-template-columns:repeat(4,1fr); gap:26px; }
.book-card{ background:var(--white); border:1px solid var(--line); border-radius:8px; overflow:hidden; display:flex; flex-direction:column; }
.book-cover{ aspect-ratio:2/3; overflow:hidden; }
.book-cover img{ width:100%; height:100%; object-fit:cover; }
.book-body{ padding:16px 18px 18px; display:flex; flex-direction:column; flex:1; }
.book-title{ font-family:var(--display); font-size:1rem; line-height:1.3; margin-bottom:8px; color:var(--evergreen-deep); }
.book-blurb{ font-size:.84rem; color:var(--ink-soft); margin:0 0 14px; flex:1; }
.book-actions{ display:flex; gap:8px; flex-wrap:wrap; margin-top:auto; }
.book-actions .btn{ flex:1; text-align:center; justify-content:center; }
.affiliate-note{ text-align:center; margin-top:36px; font-size:.85rem; color:var(--ink-faint); }

@media (max-width: 960px){
	.product-grid{ grid-template-columns:1fr; text-align:center; max-width:420px; }
	.product-photo{ max-width:280px; margin:0 auto; }
	.book-grid{ grid-template-columns:repeat(2,1fr); }
}
@media (max-width: 640px){
	.book-grid{ grid-template-columns:1fr 1fr; gap:16px; }
	.book-actions{ flex-direction:column; }
}
/* ============ VIDEO GRID ============ */
.videos-section{ background:var(--white); }
.video-grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:28px; }
.video-card{ border-radius:8px; overflow:hidden; border:1px solid var(--line); background:var(--paper); }
.video-facade{
	position:relative; aspect-ratio:1/1; cursor:pointer; border:none; padding:0; width:100%;
	background-size:cover; background-position:center; display:block;
}
.video-facade::before{
	content:""; position:absolute; inset:0; background:rgba(20,28,22,.28); transition:background .2s ease;
}
.video-facade:hover::before{ background:rgba(20,28,22,.42); }
.video-play-icon{
	position:absolute; top:50%; left:50%; transform:translate(-50%,-50%);
	width:60px; height:60px; border-radius:50%; background:rgba(255,255,255,.94);
	display:flex; align-items:center; justify-content:center; z-index:2;
}
.video-play-icon svg{ width:20px; height:20px; fill:var(--evergreen-deep); margin-left:3px; }
.video-frame{ position:relative; aspect-ratio:1/1; }
.video-frame iframe{ width:100%; height:100%; border:0; display:block; }
.video-name{ padding:16px 18px; font-size:1rem; color:var(--evergreen-deep); font-family:var(--display); }

@media (max-width: 960px){
	.video-grid{ grid-template-columns:repeat(2,1fr); }
}
@media (max-width: 640px){
	.video-grid{ grid-template-columns:1fr; gap:20px; }
}

/* ============================================================
 * HOMEPAGE-SPECIFIC SECTIONS
 * (hero, trust strip, therapist spotlight, specialties, process,
 * testimonials, locations, contact CTA — used only by front-page.php)
 * ============================================================ */

/* ============ HERO ============ */
.hero{ position:relative; overflow:hidden; }
.hero-grid{
	display:grid; grid-template-columns:.92fr 1.18fr; align-items:center; gap:56px;
	padding:88px 0 104px;
}
.hero-copy .eyebrow{ margin-bottom:18px; }
.hero-copy h1{
	font-size:clamp(2.3rem, 4vw, 3.5rem); line-height:1.12; letter-spacing:-.01em;
	margin-bottom:22px;
}
.hero-copy p.lede{ font-size:1.1rem; color:var(--ink-soft); max-width:46ch; margin-bottom:32px; }
.hero-actions{ display:flex; gap:16px; flex-wrap:wrap; align-items:center; }
.hero-actions .link-inline{ font-size:.92rem; font-weight:600; color:var(--evergreen); text-decoration:none; border-bottom:1px solid var(--gold); padding-bottom:2px; }

.hero-figure{ position:relative; border-radius:6px; overflow:hidden; }
.hero-figure img{ width:100%; height:100%; object-fit:cover; object-position:center 38%; min-height:540px; }
.hero-figure::after{
	content:""; position:absolute; inset:0;
	background:linear-gradient(180deg, rgba(31,51,42,0) 55%, rgba(31,51,42,.35) 100%);
}
.hero-figure-caption{
	position:absolute; left:20px; bottom:18px; z-index:2; color:#fff;
	font-family:var(--display); font-style:italic; font-size:1rem;
}

/* ============ TRUST STRIP ============ */
.trust-strip{ border-top:1px solid var(--line); border-bottom:1px solid var(--line); background:var(--paper-deep); }
.trust-row{ display:flex; flex-direction:column; align-items:center; gap:20px; padding:32px 0; }
.trust-row .eyebrow{ color:var(--ink-faint); white-space:nowrap; }
.trust-badges{ display:flex; gap:36px; flex-wrap:wrap; align-items:center; justify-content:center; }
.trust-badges img{ height:104px; width:auto; opacity:1; }
.trust-caption{ max-width:560px; text-align:center; font-size:.9rem; color:var(--ink-soft); margin:0; }

/* ============ THERAPIST SPOTLIGHT (rotating) ============ */
.spotlight{ background:var(--white); }
.spotlight-grid{ display:grid; grid-template-columns:.85fr 1.15fr; gap:64px; align-items:center; }
.spotlight-photos{ position:relative; border-radius:6px; overflow:hidden; min-height:460px; }
.spotlight-slide{
	position:absolute; inset:0; opacity:0; transition:opacity 1.4s ease;
	pointer-events:none;
}
.spotlight-slide.is-active{ opacity:1; pointer-events:auto; }
.spotlight-slide img{ width:100%; height:100%; object-fit:cover; }
.spotlight-copy .eyebrow{ margin-bottom:14px; }
.spotlight-text{ display:none; }
.spotlight-text.is-active{ display:block; animation:spotlightFade .6s ease; }
@keyframes spotlightFade{ from{ opacity:0; } to{ opacity:1; } }
.spotlight-text h2{ font-size:clamp(1.9rem,3vw,2.6rem); margin-bottom:6px; }
.spotlight-text .spot-creds{ font-size:.86rem; letter-spacing:.03em; color:var(--ink-faint); margin-bottom:18px; }
.spotlight-text p.spot-blurb{ color:var(--ink-soft); font-size:1.04rem; margin:0; }
.spotlight-actions{ margin-top:28px; }
.spotlight-dots{ display:flex; gap:10px; margin-top:28px; }
.spotlight-dot{
	width:9px; height:9px; border-radius:50%; background:var(--line); border:none; padding:0;
	cursor:pointer; transition:background .2s, transform .2s;
}
.spotlight-dot.is-active{ background:var(--gold); transform:scale(1.25); }
.spotlight-dot:hover{ background:var(--evergreen); }
@media (prefers-reduced-motion: reduce){
	.spotlight-slide{ transition:none; }
	.spotlight-text.is-active{ animation:none; }
}

/* ============ SPECIALTIES ============ */
.specialties{ background:var(--paper); }
.specialty-groups{ display:grid; grid-template-columns:repeat(3,1fr); gap:32px; }
.specialty-card{
	background:var(--white); border:1px solid var(--line); border-radius:6px;
	padding:32px 28px; transition:border-color .2s, transform .2s;
}
.specialty-card:hover{ border-color:var(--gold); transform:translateY(-3px); }
.specialty-card h3{ font-size:1.15rem; margin-bottom:6px; color:var(--evergreen-deep); }
.specialty-card .group-note{ font-size:.86rem; color:var(--ink-faint); margin-bottom:18px; }
.specialty-card ul{ list-style:none; margin:0; padding:0; }
.specialty-card li{
	font-size:.94rem; color:var(--ink-soft); padding:9px 0; border-top:1px solid var(--line);
	display:flex; align-items:baseline; gap:8px;
}
.specialty-card li:first-of-type{ border-top:none; }
.specialty-card li::before{ content:"·"; color:var(--gold); font-weight:700; }

/* ============ HOW THERAPY WORKS ============ */
.process{ background:var(--evergreen-deep); color:#fff; }
.process .section-head h2{ color:#fff; }
.process .section-head p{ color:rgba(255,255,255,.72); }
.process .eyebrow{ color:var(--gold); }
.process-path{ position:relative; display:grid; grid-template-columns:repeat(4,1fr); gap:32px; }
.process-path::before{
	content:""; position:absolute; top:23px; left:calc(12.5% ); right:calc(12.5%);
	height:1px; background:linear-gradient(90deg, rgba(192,138,78,.15), rgba(192,138,78,.7) 20%, rgba(192,138,78,.7) 80%, rgba(192,138,78,.15));
}
.process-step{ position:relative; text-align:center; padding-top:56px; }
.process-step .node{
	position:absolute; top:0; left:50%; transform:translateX(-50%);
	width:46px; height:46px; border-radius:50%;
	background:var(--evergreen-deep); border:1px solid var(--gold);
	display:flex; align-items:center; justify-content:center;
	font-family:var(--display); font-style:italic; color:var(--gold); font-size:1.05rem;
}
.process-step h3{ color:#fff; font-size:1.05rem; margin-bottom:8px; }
.process-step p{ color:rgba(255,255,255,.68); font-size:.92rem; margin:0; }

/* ============ TESTIMONIALS ============ */
.testimonials{ background:var(--paper-deep); }
.quote-grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:28px; }
.quote-card{
	background:var(--white); border-radius:6px; padding:34px 30px; border:1px solid var(--line);
	display:flex; flex-direction:column; height:100%;
}
.quote-card p.quote{
	font-family:var(--display); font-style:italic; font-size:1.08rem; color:var(--ink);
	line-height:1.55; margin:0 0 20px;
}
.quote-card .attribution{ margin-top:auto; font-size:.85rem; color:var(--ink-faint); }
.quote-card .attribution strong{ color:var(--evergreen-deep); font-weight:600; }
.reviews-note{ text-align:center; margin-top:36px; font-size:.88rem; color:var(--ink-faint); }

/* ============ LOCATIONS (homepage map cards) ============ */
.locations{ background:var(--white); }
.location-grid{ display:grid; grid-template-columns:1fr 1fr; gap:32px; }
.location-grid .location-card{ border:1px solid var(--line); border-radius:6px; overflow:hidden; background:none; padding:0; }
.location-grid .location-card .map{ position:relative; }
.location-grid .location-card iframe{ width:100%; height:260px; border:0; display:block; filter:grayscale(35%) contrast(1.05); }
.location-body{ padding:26px 28px; }
.location-body h3{ font-size:1.15rem; margin-bottom:6px; color:var(--evergreen-deep); }
.location-body p{ color:var(--ink-soft); font-size:.94rem; margin:0 0 4px; }

/* ============ CONTACT CTA (homepage closing section) ============ */
.contact{ background:var(--evergreen); color:#fff; }
.contact .section-head h2{ color:#fff; }
.contact .section-head p{ color:rgba(255,255,255,.75); }
.contact .eyebrow{ color:var(--gold); }

/* ============ HOMEPAGE RESPONSIVE ============ */
@media (max-width: 960px){
	.hero-grid{ grid-template-columns:1fr; padding:56px 0 64px; }
	.hero-figure img{ min-height:0; aspect-ratio:4/3; object-position:center 30%; }
	.spotlight-grid{ grid-template-columns:1fr; }
	.spotlight-photos{ min-height:320px; }
	.specialty-groups{ grid-template-columns:1fr; }
	.process-path{ grid-template-columns:1fr 1fr; row-gap:48px; }
	.process-path::before{ display:none; }
	.quote-grid{ grid-template-columns:1fr; }
	.location-grid{ grid-template-columns:1fr; }
}

/* ============================================================
 * BLOG (home.php listing + single.php post)
 * ============================================================ */

/* ============ SHARED META ============ */
.blog-meta{ display:flex; align-items:center; gap:8px; font-size:.82rem; color:var(--ink-faint); margin-bottom:10px; }
.blog-category{ color:var(--gold); font-weight:600; text-transform:uppercase; letter-spacing:.04em; font-size:.74rem; }
.blog-meta-dot{ color:var(--line); }

/* ============ BLOG LISTING GRID ============ */
.blog-section{ background:var(--white); padding:64px 0 96px; }
.blog-grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:32px; }
.blog-card{ background:var(--paper); border:1px solid var(--line); border-radius:8px; overflow:hidden; display:flex; flex-direction:column; transition:transform .2s, border-color .2s; }
.blog-card:hover{ transform:translateY(-4px); border-color:var(--gold); }
.blog-card-image{ display:block; aspect-ratio:16/10; overflow:hidden; background:var(--paper-deep); }
.blog-card-image img{ width:100%; height:100%; object-fit:cover; transition:transform .3s ease; }
.blog-card:hover .blog-card-image img{ transform:scale(1.04); }
.blog-card-image-placeholder{ width:100%; height:100%; background:linear-gradient(135deg, var(--paper-deep), var(--line)); }
.blog-card-body{ padding:22px 24px 24px; display:flex; flex-direction:column; flex:1; }
.blog-card-title{ font-size:1.15rem; margin:0 0 10px; line-height:1.3; }
.blog-card-title a{ color:var(--evergreen-deep); text-decoration:none; }
.blog-card-title a:hover{ color:var(--evergreen); }
.blog-card-excerpt{ color:var(--ink-soft); font-size:.92rem; margin:0 0 16px; flex:1; }
.blog-read-more{ font-size:.86rem; font-weight:600; color:var(--evergreen); text-decoration:none; border-bottom:1px solid var(--gold); align-self:flex-start; padding-bottom:1px; }
.blog-read-more:hover{ color:var(--evergreen-deep); }
.blog-empty{ text-align:center; color:var(--ink-faint); padding:40px 0; }

/* ============ PAGINATION ============ */
.blog-pagination{ margin-top:56px; display:flex; justify-content:center; }
.blog-pagination .nav-links{ display:flex; align-items:center; gap:18px; flex-wrap:wrap; justify-content:center; }
.blog-pagination .page-numbers{
	display:inline-flex; align-items:center; justify-content:center;
	min-width:38px; height:38px; padding:0 12px; border-radius:6px;
	font-size:.9rem; color:var(--ink-soft); text-decoration:none; border:1px solid var(--line);
	transition:border-color .2s, color .2s, background .2s;
}
.blog-pagination .page-numbers:hover{ border-color:var(--gold); color:var(--evergreen-deep); }
.blog-pagination .page-numbers.current{ background:var(--evergreen); border-color:var(--evergreen); color:#fff; }
.blog-pagination .page-numbers.dots{ border:none; }
.blog-pagination .screen-reader-text{
	position:absolute; width:1px; height:1px; overflow:hidden; clip:rect(0,0,0,0); white-space:nowrap;
}

/* ============ SINGLE POST ============ */
.post-header{ padding:64px 0 32px; border-bottom:1px solid var(--line); }
.post-title{ font-size:clamp(2rem, 3.6vw, 2.8rem); line-height:1.2; max-width:820px; }
.post-featured-image{ background:var(--paper-deep); padding:40px 0; }
.post-featured-image img{ width:100%; max-width:960px; margin:0 auto; display:block; border-radius:8px; object-fit:cover; max-height:520px; }
.post-section{ padding:56px 0 72px; }
.post-content{ max-width:760px; }
.post-content h2{ font-size:1.5rem; margin:36px 0 16px; color:var(--evergreen-deep); }
.post-content h2:first-child{ margin-top:0; }
.post-content h3{ font-size:1.2rem; margin:28px 0 12px; color:var(--evergreen-deep); }
.post-content p{ color:var(--ink-soft); font-size:1.02rem; line-height:1.75; margin:0 0 20px; }
.post-content ul, .post-content ol{ margin:0 0 20px; padding-left:24px; color:var(--ink-soft); font-size:1.02rem; line-height:1.75; }
.post-content li{ margin-bottom:8px; }
.post-content a{ color:var(--evergreen); text-decoration:underline; text-decoration-color:var(--gold); }
.post-content img{ max-width:100%; height:auto; border-radius:6px; margin:24px 0; }
.post-content blockquote{
	margin:28px 0; padding:4px 0 4px 24px; border-left:3px solid var(--gold);
	font-family:var(--display); font-style:italic; font-size:1.15rem; color:var(--ink);
}

@media (max-width: 960px){
	.blog-grid{ grid-template-columns:repeat(2,1fr); }
}
@media (max-width: 640px){
	.blog-grid{ grid-template-columns:1fr; gap:24px; }
	.blog-section{ padding:48px 0 64px; }
	.post-header{ padding:48px 0 28px; }
	.post-section{ padding:40px 0 56px; }
}


/* ============ NAV DROPDOWN SUBMENUS ============ */
nav.main-nav li{ position:relative; }
nav.main-nav .sub-menu{
	list-style:none; margin:0; padding:10px; gap:0 !important;
	position:absolute; top:100%; left:0; z-index:50;
	background:var(--white); border:1px solid var(--line); border-radius:8px;
	box-shadow:0 12px 32px rgba(30,42,34,.12);
	min-width:220px;
	opacity:0; visibility:hidden; transform:translateY(6px);
	transition:opacity .18s ease, transform .18s ease, visibility .18s;
}
nav.main-nav li:hover > .sub-menu,
nav.main-nav li:focus-within > .sub-menu{
	opacity:1; visibility:visible; transform:translateY(0);
}
nav.main-nav .sub-menu li{ width:100%; }
nav.main-nav .sub-menu a{
	display:block; padding:9px 12px; border-radius:5px; border-bottom:none;
	white-space:nowrap; font-size:.88rem;
}
nav.main-nav .sub-menu a:hover{ background:var(--paper-deep); }
nav.main-nav li.menu-item-has-children > a::after{
	content:"▾"; font-size:.7em; margin-left:5px; color:var(--ink-faint); vertical-align:middle;
}

@media (max-width: 960px){
	nav.main-nav .sub-menu{
		position:static; opacity:1; visibility:visible; transform:none;
		box-shadow:none; border:none; border-radius:0; min-width:0;
		background:var(--paper-deep); margin:0 0 4px; padding:4px 0 4px 18px;
	}
	nav.main-nav li.menu-item-has-children > a::after{ display:none; }
}

/* ============================================================
 * LOCATION SEO CONTENT (Rockford / Lake in the Hills long-form section)
 * Visually elevated version — replaces the previous .seo-content block
 * ============================================================ */

.seo-content{
	background:var(--paper);
	padding-top:96px;
	position:relative;
}

/* Section rhythm */
.seo-content .seo-block{
	max-width:740px; margin:0 auto 96px; position:relative;
}
.seo-content .seo-block:last-child{ margin-bottom:0; }

/* A small gold rule above every block except the very first (the intro),
   echoing the growth-mark motif used elsewhere on the site. */
.seo-content .seo-block:not(:first-child)::before{
	content:""; display:block; width:44px; height:2px; margin:0 auto 32px;
	background:linear-gradient(90deg, transparent, var(--gold), transparent);
}

/* Headings */
.seo-content .seo-block h2{
	font-size:clamp(1.9rem,3.4vw,2.5rem); line-height:1.18; text-align:center;
	margin-bottom:20px; color:var(--evergreen-deep);
}
.seo-content .seo-block h3{
	font-size:1.5rem; line-height:1.3; margin:0 0 18px; 
	text-align:center;
}
.seo-content .seo-block h4{
	font-family:var(--body); font-size:.82rem; font-weight:700; letter-spacing:.06em;
	text-transform:uppercase; margin:30px 0 14px; color:var(--gold);
	display:flex; align-items:center; gap:10px;
}
.seo-content .seo-block h4::after{
	content:""; flex:1; height:1px; background:var(--line);
}

/* Body copy */
.seo-content .seo-block p{
	color:var(--ink-soft); font-size:1.05rem; line-height:1.8; margin:0 0 18px;
}
.seo-content .seo-block p:last-child{ margin-bottom:0; }
.seo-content .seo-answer-label{
	font-family:var(--display); font-style:italic; font-weight:500;
	color:var(--evergreen); margin-right:2px;
}

/* Lists — custom gold-dot bullets instead of browser defaults */
.seo-content .seo-block ul, .seo-content .seo-block ol{
	list-style:none; margin:0 0 20px; padding:0; counter-reset:seo-step;
}
.seo-content .seo-block ul li, .seo-content .seo-block ol li{
	position:relative; padding-left:30px; margin-bottom:12px;
	color:var(--ink-soft); font-size:1.02rem; line-height:1.65;
}
.seo-content .seo-block ul li::before{
	content:""; position:absolute; left:0; top:.6em; width:7px; height:7px;
	border-radius:50%; background:var(--gold);
}
.seo-content .seo-block ol li{ counter-increment:seo-step; padding-left:34px; }
.seo-content .seo-block ol li::before{
	content:counter(seo-step); position:absolute; left:0; top:0;
	width:22px; height:22px; border-radius:50%; background:var(--evergreen);
	color:#fff; font-size:.72rem; font-weight:700; font-family:var(--body);
	display:flex; align-items:center; justify-content:center;
}

/* ============ CTA BANDS ============ */
.seo-cta-band{
	text-align:center; background:var(--evergreen-deep); border-radius:12px;
	padding:44px 36px; color:#fff; margin-bottom:96px;
}
.seo-cta-band h3{ color:#fff; margin-bottom:22px; }
.seo-cta-band .link-inline{
	color:var(--gold); font-size:1.02rem; font-weight:600; text-decoration:none;
	border-bottom:1px solid rgba(192,138,78,.5); padding-bottom:2px; transition:border-color .2s;
}
.seo-cta-band .link-inline:hover{ border-color:var(--gold); }
.seo-cta-band .btn-primary{
	background:var(--gold); border-color:var(--gold); color:var(--evergreen-deep); font-weight:700;
}
.seo-cta-band .btn-primary:hover{ background:#d29a5c; transform:translateY(-1px); }

/* ============ WHY CHOOSE US PILLARS ============ */
.why-choose-grid{
	display:grid; grid-template-columns:repeat(2,1fr); gap:20px; margin:32px 0 24px;
}
.why-choose-item{
	background:var(--white); border:1px solid var(--line); border-radius:10px;
	padding:26px 24px; transition:transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.why-choose-item:hover{
	transform:translateY(-3px); border-color:var(--gold);
	box-shadow:0 12px 28px rgba(30,42,34,.08);
}
.why-choose-item .label{
	display:inline-block; font-family:var(--display); font-style:italic; font-size:1.15rem;
	color:var(--evergreen); margin-bottom:8px; position:relative; padding-bottom:6px;
}
.why-choose-item .label::after{
	content:""; position:absolute; left:0; bottom:0; width:28px; height:2px; background:var(--gold);
}
.why-choose-item p{ margin:0; font-size:.94rem; line-height:1.6; }

/* ============ COMPARISON TABLE ============ */
.seo-content table.comparison-table{
	width:100%; border-collapse:separate; border-spacing:0; margin:8px 0 20px;
	border-radius:10px; overflow:hidden; box-shadow:0 8px 24px rgba(30,42,34,.06);
}
.comparison-table thead th{
	background:var(--evergreen-deep); color:#fff; text-align:left; padding:16px 22px;
	font-size:.78rem; text-transform:uppercase; letter-spacing:.08em; font-weight:700;
}
.comparison-table thead th:first-child{ border-top-left-radius:10px; }
.comparison-table thead th:last-child{ border-top-right-radius:10px; }
.comparison-table td{
	padding:16px 22px; font-size:.96rem; color:var(--ink-soft);
	border-bottom:1px solid var(--line); background:var(--white);
}
.comparison-table tr:last-child td{ border-bottom:none; }
.comparison-table tr:nth-child(odd) td{ background:var(--paper-deep); }
.comparison-table td:first-child{ font-weight:600; color:var(--evergreen-deep); }
.comparison-table td:first-child::before{ content:"✓ "; color:var(--gold); font-weight:700; }

/* ============ FAQS ============ */
.seo-faq-item{
	background:var(--white); border:1px solid var(--line); border-radius:10px;
	padding:22px 26px; margin-bottom:14px; transition:border-color .2s ease;
}
.seo-faq-item:hover{ border-color:var(--gold); }
.seo-faq-item h4{
	margin:0 0 10px; font-family:var(--display); font-style:italic; font-weight:500;
	font-size:1.15rem; color:var(--evergreen-deep); text-transform:none;
	letter-spacing:normal; display:block;
}
.seo-faq-item h4::after{ content:none; }
.seo-faq-item p{ margin:0; font-size:.98rem; }

@media (max-width: 720px){
	.seo-content{ padding-top:64px; }
	.seo-content .seo-block{ margin-bottom:64px; }
	.seo-cta-band{ margin-bottom:64px; padding:32px 24px; }
	.why-choose-grid{ grid-template-columns:1fr; }
	.comparison-table thead th, .comparison-table td{ padding:12px 16px; font-size:.88rem; }
}

/* ============================================================
 * LAKE IN THE HILLS SEO CONTENT — additions on top of the shared
 * .seo-content / .seo-block / .why-choose-grid / .seo-faq-item styles
 * (see location-seo-content.css). Append this file after that one.
 * ============================================================ */

/* Centered italic emphasis line (used for standalone highlighted statements
   like "When life gets tough, you're not alone in carrying it") */
.lith-seo-content .seo-emphasis{
	font-family:var(--display); font-style:italic; font-size:1.3rem;
	color:var(--evergreen); text-align:center; margin:8px 0 22px !important;
	line-height:1.4;
}

/* Service/Location meta line pair under "What We Offer" */
.lith-seo-content .offer-meta{
	display:flex; gap:32px; flex-wrap:wrap; justify-content:center;
	background:var(--paper-deep); border-radius:8px; padding:18px 24px; margin-bottom:8px;
}
.lith-seo-content .offer-meta p{ margin:0 !important; font-size:.96rem; }
.lith-seo-content .offer-meta strong{ color:var(--evergreen-deep); }

/* "Common thoughts" shown as quoted speech-bubble style chips instead of a
   plain bullet list, to visually separate them from the site's other lists */
.thought-list{ display:flex; flex-direction:column; gap:10px; margin:0 0 24px; }
.thought-bubble{
	background:var(--paper-deep); border-left:3px solid var(--gold);
	border-radius:0 8px 8px 0; padding:14px 20px;
	font-family:var(--display); font-style:italic; color:var(--ink-soft);
	font-size:1rem;
}

/* Numbered "How Therapy Works" steps — reuse the site's numbered-circle
   list style already defined for <ol> in the shared SEO content CSS;
   this just tightens the layout since each item has an inline bold label */
.how-it-works-steps li strong{ color:var(--evergreen-deep); }

/* 3-column comparison table variant */
.comparison-table-3col th, .comparison-table-3col td{ text-align:left; }
.comparison-table-3col td:first-child{
	font-weight:700; color:var(--evergreen-deep);
}
.comparison-table-3col td:first-child::before{ content:none; } /* no checkmark on the label column for the 3-col variant */
.comparison-table-3col td:nth-child(2){ color:var(--ink-faint); }
.comparison-table-3col td:nth-child(3){ color:var(--evergreen); font-weight:600; }
.comparison-table-3col td:nth-child(3)::before{ content:"✓ "; color:var(--gold); font-weight:700; }

@media (max-width: 720px){
	.lith-seo-content .offer-meta{ flex-direction:column; gap:8px; text-align:center; }
	.comparison-table-3col th, .comparison-table-3col td{ font-size:.82rem; padding:10px 10px; }
}


/*
Podcast Episodes page-specific CSS.
Reuses the theme's existing tokens (--evergreen, --gold, --paper, --ink, etc.
from assets/css/main.css) so this page matches the rest of the site — does
NOT redefine :root, body, .container, .eyebrow, or .page-header, since the
theme's main.css already provides those and this template reuses them as-is.
*/

.host-credit{ margin-top:14px; font-size:.88rem; color:var(--ink-faint); }

/* ============ CARD GRID ============ */
.podcast-section{ padding:64px 0 96px; }
.podcast-grid{ display:grid; grid-template-columns:repeat(3, 1fr); gap:32px; }

.podcast-card{
	position:relative; background:var(--white); border:1px solid var(--line);
	border-radius:12px; overflow:hidden; cursor:pointer;
	transition:transform .3s cubic-bezier(.2,.8,.2,1), box-shadow .3s ease, border-color .3s ease;
	display:flex; flex-direction:column;
}
.podcast-card:hover, .podcast-card:focus-visible{
	transform:translateY(-6px) scale(1.02);
	box-shadow:0 24px 48px rgba(30,42,34,.16);
	border-color:var(--gold);
	outline:none;
}
.podcast-card:active{ transform:translateY(-2px) scale(1.01); }

.podcast-card-image{ position:relative; aspect-ratio:16/10; overflow:hidden; background:var(--paper-deep); }
.podcast-card-image img{ width:100%; height:100%; object-fit:cover; transition:transform .4s ease; }
.podcast-card:hover .podcast-card-image img{ transform:scale(1.06); }

.podcast-card-badge{
	position:absolute; top:12px; left:12px; z-index:2;
	background:rgba(30,42,34,.78); color:#fff; font-size:.7rem; font-weight:600;
	letter-spacing:.04em; padding:5px 11px; border-radius:20px; backdrop-filter:blur(3px);
}
.podcast-card-duration{
	position:absolute; bottom:12px; right:12px; z-index:2;
	background:rgba(255,255,255,.92); color:var(--ink); font-size:.72rem; font-weight:600;
	padding:4px 10px; border-radius:20px;
}

.podcast-card-body{ padding:22px 24px 24px; display:flex; flex-direction:column; flex:1; }
.podcast-card-guest{
	font-size:.74rem; font-weight:700; letter-spacing:.04em; text-transform:uppercase;
	color:var(--gold); margin-bottom:8px;
}
.podcast-card-title{
	font-family:var(--display); font-size:1.2rem; line-height:1.32; margin:0 0 10px;
	color:var(--evergreen-deep); transition:color .2s ease;
}
.podcast-card:hover .podcast-card-title{ color:var(--evergreen); }
.podcast-card-excerpt{
	font-size:.88rem; color:var(--ink-soft); line-height:1.6; margin:0 0 16px;
	flex:1;
	display:-webkit-box; -webkit-line-clamp:3; -webkit-box-orient:vertical; overflow:hidden;
}
.podcast-card-prompt{
	font-size:.8rem; font-weight:600; color:var(--evergreen); display:flex; align-items:center; gap:6px;
	margin-top:auto;
}
.podcast-card-prompt svg{ width:14px; height:14px; transition:transform .2s ease; }
.podcast-card:hover .podcast-card-prompt svg{ transform:translateX(3px); }

/* ============ EXPANDED MODAL ============ */
.podcast-backdrop{
	position:fixed; inset:0; background:rgba(30,42,34,.6); backdrop-filter:blur(2px);
	opacity:0; visibility:hidden; transition:opacity .3s ease, visibility .3s;
	z-index:100;
}
.podcast-backdrop.is-open{ opacity:1; visibility:visible; }

.podcast-modal{
	position:fixed; top:50%; left:50%; transform:translate(-50%, -48%) scale(.96);
	width:min(720px, 92vw); max-height:86vh; background:var(--white);
	border-radius:16px; box-shadow:0 40px 80px rgba(30,42,34,.32);
	opacity:0; visibility:hidden; pointer-events:none;
	transition:opacity .3s ease, transform .3s cubic-bezier(.2,.8,.2,1), visibility .3s;
	z-index:101;
	display:flex; flex-direction:column;
}
.podcast-modal.is-open{
	opacity:1; visibility:visible; pointer-events:auto;
	transform:translate(-50%, -50%) scale(1);
}

.modal-close{
	position:absolute; top:16px; right:16px; z-index:5;
	width:36px; height:36px; border-radius:50%; border:none; cursor:pointer;
	background:var(--white); box-shadow:0 4px 14px rgba(30,42,34,.18);
	display:flex; align-items:center; justify-content:center;
	font-size:1.3rem; line-height:1; color:var(--ink);
	transition:background .2s, transform .2s;
}
.modal-close:hover{ background:var(--paper-deep); transform:rotate(90deg); }

.modal-scroll{ overflow-y:auto; overscroll-behavior:contain; border-radius:16px; }
.modal-scroll::-webkit-scrollbar{ width:8px; }
.modal-scroll::-webkit-scrollbar-track{ background:transparent; }
.modal-scroll::-webkit-scrollbar-thumb{ background:var(--line); border-radius:8px; }
.modal-scroll::-webkit-scrollbar-thumb:hover{ background:var(--gold); }

.modal-hero{ position:relative; aspect-ratio:21/9; overflow:hidden; }
.modal-hero img{ width:100%; height:100%; object-fit:cover; }
.modal-hero::after{
	content:""; position:absolute; inset:0;
	background:linear-gradient(180deg, rgba(30,42,34,0) 40%, rgba(30,42,34,.55) 100%);
}
.modal-hero-caption{
	position:absolute; left:24px; bottom:16px; z-index:2; color:#fff;
	font-size:.78rem; font-weight:600; letter-spacing:.04em;
}

.modal-body{ padding:28px 30px 40px; }
.modal-guest{
	font-size:.76rem; font-weight:700; letter-spacing:.05em; text-transform:uppercase;
	color:var(--gold); margin-bottom:10px;
}
.modal-title{
	font-family:var(--display); font-size:1.7rem; line-height:1.24;
	margin:0 0 16px; color:var(--evergreen-deep);
}
.modal-meta{
	display:flex; flex-wrap:wrap; gap:10px 18px; font-size:.84rem; color:var(--ink-faint);
	margin-bottom:22px; padding-bottom:20px; border-bottom:1px solid var(--line);
}
.modal-meta span{ display:flex; align-items:center; gap:6px; }
.modal-meta svg{ width:14px; height:14px; flex:none; }

.modal-description{ font-size:1rem; color:var(--ink-soft); line-height:1.75; margin-bottom:26px; }

.modal-listen{
	display:inline-flex; align-items:center; gap:10px; background:var(--evergreen); color:#fff;
	font-weight:600; font-size:.92rem; padding:12px 24px; border-radius:30px; text-decoration:none;
	margin-bottom:32px; transition:background .2s, transform .2s;
}
.modal-listen:hover{ background:var(--evergreen-deep); transform:translateY(-1px); }
.modal-listen svg{ width:18px; height:18px; }

.modal-transcript-heading{
	display:flex; align-items:center; gap:10px; font-family:var(--display);
	font-size:1.15rem; color:var(--ink); margin:0 0 16px;
}
.modal-transcript-heading::after{ content:""; flex:1; height:1px; background:var(--line); }
.modal-transcript{ font-size:.92rem; color:var(--ink-soft); line-height:1.75; }
.modal-transcript p{ margin:0 0 16px; }
.modal-transcript .speaker{ font-weight:700; color:var(--ink); }

.modal-no-transcript{
	font-size:.88rem; color:var(--ink-faint); font-style:italic;
	background:var(--paper-deep); border-radius:8px; padding:16px 20px;
}

/* ============ RESPONSIVE ============ */
@media (max-width: 960px){
	.podcast-grid{ grid-template-columns:repeat(2, 1fr); }
	.podcast-modal{ width:94vw; max-height:90vh; }
}
@media (max-width: 640px){
	.podcast-section{ padding:48px 0 64px; }
	.podcast-grid{ grid-template-columns:1fr; gap:24px; }
	.modal-body{ padding:24px 20px 32px; }
	.modal-title{ font-size:1.4rem; }
	.modal-hero{ aspect-ratio:16/9; }
}