/* =============================================================
   Tim Rauch DDS — site.css
   Shared design system for all pages. Editorial direction.
   Spectral + DM Sans · sage + cream + terracotta.
   ============================================================= */

:root {
  --color-bg:          #F7F4EF;
  --color-surface:     #FFFFFF;
  --color-dark:        #1A1A18;
  --color-text:        #2C2C2A;
  --color-muted:       #6B6B67;
  --color-accent:      #4A6741;
  --color-accent-dark: #3A5233;
  --color-accent-warm: #C4855A;
  --color-border:      #E8E4DC;
  --color-cream:       #EFE9DD;

  --text-hero:   clamp(2.5rem, 5.6vw, 4.75rem);
  --text-h1:     clamp(2.125rem, 4.2vw, 3.5rem);
  --text-h2:     clamp(1.75rem, 3vw, 2.5rem);
  --text-h3:     clamp(1.25rem, 2vw, 1.5rem);
  --text-body:   1rem;
  --text-lg:     1.125rem;
  --text-xl:     1.25rem;
  --text-small:  0.875rem;

  --container:   1240px;
  --narrow:      760px;
  --gutter:      clamp(1.25rem, 4vw, 2.5rem);
  --section-y:   clamp(4rem, 10vw, 7.5rem);
  --radius-sm:   8px;
  --radius:      14px;
  --radius-lg:   24px;
  --radius-pill: 999px;

  --font-display: 'Spectral', Georgia, serif;
  --font-body:    'DM Sans', system-ui, -apple-system, sans-serif;

  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

/* RESET / BASE */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: var(--font-body);
  font-size: var(--text-body);
  line-height: 1.65;
  color: var(--color-text);
  background: var(--color-bg);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { max-width: 100%; display: block; height: auto; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; border: none; background: none; color: inherit; }
h1, h2, h3, h4 {
  font-family: var(--font-display);
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: -0.018em;
  color: var(--color-dark);
  margin: 0 0 0.5em;
  text-wrap: balance;
}
p { margin: 0 0 1em; }
em { font-style: italic; color: var(--color-accent); }

.skip-link {
  position: absolute; top: -100px; left: 1rem;
  background: var(--color-dark); color: #fff;
  padding: 0.75rem 1rem; border-radius: var(--radius-sm);
  z-index: 1000; transition: top 0.2s;
}
.skip-link:focus { top: 1rem; }
:focus-visible { outline: 2px solid var(--color-accent); outline-offset: 3px; border-radius: 4px; }

.container { width: 100%; max-width: var(--container); margin: 0 auto; padding-inline: var(--gutter); }
.narrow    { width: 100%; max-width: var(--narrow);    margin: 0 auto; padding-inline: var(--gutter); }
section    { padding-block: var(--section-y); }

.section-eyebrow {
  font-family: var(--font-body);
  font-size: var(--text-small);
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-weight: 500;
  color: var(--color-accent);
  margin-bottom: 1rem;
  display: block;
}

/* ============== BUTTONS ============== */
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  gap: 0.5rem; padding: 0.95rem 1.5rem;
  border-radius: var(--radius-pill);
  font-weight: 500; font-size: var(--text-body);
  transition: all 0.25s var(--ease);
  min-height: 48px; white-space: nowrap; line-height: 1;
  cursor: pointer; border: none; font-family: inherit;
}
.btn-primary { background: var(--color-dark); color: var(--color-bg); }
.btn-primary:hover { background: var(--color-accent-dark); transform: translateY(-1px); }
.btn-accent { background: var(--color-accent); color: #fff; }
.btn-accent:hover { background: var(--color-accent-dark); transform: translateY(-1px); }
.btn-outline { background: transparent; color: var(--color-dark); border: 1.5px solid var(--color-dark); }
.btn-outline:hover { background: var(--color-dark); color: var(--color-bg); }
.btn-filled-light { background: var(--color-bg); color: var(--color-dark); }
.btn-filled-light:hover { background: #fff; transform: translateY(-1px); }
.btn-outline-light { background: transparent; color: #fff; border: 1.5px solid rgba(255,255,255,0.6); }
.btn-outline-light:hover { background: #fff; color: var(--color-dark); }
.btn .arrow { transition: transform 0.25s var(--ease); }
.btn:hover .arrow { transform: translateX(3px); }

/* ============== NAV ============== */
.nav {
  position: sticky; top: 0; z-index: 100;
  background: rgba(247, 244, 239, 0.85);
  backdrop-filter: blur(0px); -webkit-backdrop-filter: blur(0px);
  transition: backdrop-filter 0.3s, background 0.3s, border-color 0.3s;
  border-bottom: 1px solid transparent;
}
.nav.scrolled {
  backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px);
  background: rgba(247, 244, 239, 0.78);
  border-bottom-color: var(--color-border);
}
.nav-inner {
  display: flex; align-items: center; justify-content: space-between;
  padding-block: 1.1rem; gap: 2rem;
}
.logo {
  font-family: var(--font-display);
  font-size: 1.625rem;
  color: var(--color-dark);
  letter-spacing: -0.012em;
  line-height: 1;
  display: inline-flex; align-items: baseline; gap: 0.4rem;
  font-weight: 400;
}
.logo .logo-mark { color: var(--color-accent); font-size: 0.85em; transform: translateY(-1px); }
.logo .logo-dds { font-style: italic; color: var(--color-accent); font-size: 0.65em; letter-spacing: 0.02em; }
.nav-links { display: none; gap: 2rem; list-style: none; margin: 0; padding: 0; }
.nav-links a { font-size: 0.9375rem; color: var(--color-text); font-weight: 500; transition: color 0.2s; }
.nav-links a:hover, .nav-links a.current { color: var(--color-accent); }
.nav-ctas { display: none; gap: 0.75rem; align-items: center; }
.nav-ctas .btn { padding: 0.65rem 1.15rem; font-size: 0.9375rem; min-height: 40px; }
.menu-toggle { display: flex; flex-direction: column; justify-content: center; gap: 5px; width: 44px; height: 44px; align-items: center; }
.menu-toggle span { display: block; width: 22px; height: 1.5px; background: var(--color-dark); transition: transform 0.3s, opacity 0.3s; }
.menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }
.mobile-menu {
  position: fixed; inset: 0; z-index: 99;
  background: var(--color-bg);
  display: flex; flex-direction: column;
  padding: 6rem var(--gutter) 2rem;
  transform: translateY(-100%);
  transition: transform 0.4s var(--ease);
  overflow-y: auto;
}
.mobile-menu[data-open="true"] { transform: translateY(0); }
.mobile-menu ul { list-style: none; padding: 0; margin: 0 0 2.5rem; display: flex; flex-direction: column; gap: 1.5rem; }
.mobile-menu a { font-family: var(--font-display); font-size: 2rem; color: var(--color-dark); letter-spacing: -0.015em; }
.mobile-menu .mobile-ctas { display: flex; flex-direction: column; gap: 0.75rem; }
.mobile-menu .btn { width: 100%; }
@media (min-width: 900px) {
  .nav-links { display: flex; }
  .nav-ctas { display: flex; }
  .menu-toggle { display: none; }
}
body.menu-open { overflow: hidden; }

/* ============== BREADCRUMB ============== */
.breadcrumb { padding-block: 1.25rem 0; font-size: 0.8rem; color: var(--color-muted); letter-spacing: 0.04em; }
.breadcrumb a { color: var(--color-muted); border-bottom: 1px solid transparent; padding-bottom: 1px; }
.breadcrumb a:hover { color: var(--color-accent); border-bottom-color: var(--color-accent); }
.breadcrumb .sep { margin-inline: 0.5rem; opacity: 0.4; }
.breadcrumb .current { color: var(--color-dark); }

/* ============== PAGE HERO ============== */
.page-hero { padding-block: clamp(3rem, 7vw, 5.5rem) clamp(2rem, 5vw, 4rem); }
.page-hero-grid { display: grid; gap: clamp(2.5rem, 5vw, 4rem); }
@media (min-width: 980px) { .page-hero-grid { grid-template-columns: 1.15fr 1fr; align-items: end; } }
.page-hero h1 { font-size: var(--text-hero); letter-spacing: -0.028em; line-height: 1.02; margin-bottom: 1.5rem; max-width: 18ch; text-wrap: balance; }
.page-hero h1 em { color: var(--color-accent); font-style: italic; }
.page-hero-sub { font-size: clamp(1.0625rem, 1.5vw, 1.25rem); color: var(--color-muted); max-width: 42ch; margin-bottom: 2rem; line-height: 1.55; }
.page-hero-ctas { display: flex; flex-wrap: wrap; gap: 0.75rem; }
.page-hero-aside { display: grid; gap: 1rem; padding-top: 1.5rem; border-top: 1px solid var(--color-border); font-size: 0.95rem; color: var(--color-muted); }
.page-hero-aside .stat { display: flex; gap: 1rem; align-items: baseline; }
.page-hero-aside .stat .num { font-family: var(--font-display); font-size: 1.5rem; color: var(--color-dark); font-style: italic; letter-spacing: -0.01em; min-width: 110px; }
.page-hero-aside .stat .label { line-height: 1.4; }

/* ============== PAIN POINTS ============== */
.pain { background: var(--color-cream); }
.pain-head { max-width: 36ch; margin: 0 auto clamp(2.5rem, 5vw, 4rem); text-align: center; }
.pain-head h2 { font-size: var(--text-h1); margin-bottom: 1rem; }
.pain-head h2 em { color: var(--color-accent); font-style: italic; }
.pain-head p { font-size: var(--text-lg); color: var(--color-muted); }
.pain-grid { display: grid; gap: 1.5rem; }
@media (min-width: 720px) { .pain-grid { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1100px) { .pain-grid { grid-template-columns: repeat(4, 1fr); } }
.pain-grid.two-col { grid-template-columns: 1fr; }
@media (min-width: 720px) { .pain-grid.two-col { grid-template-columns: 1fr 1fr; } }
.pain-card {
  background: var(--color-surface);
  padding: 2rem 1.75rem;
  border-radius: var(--radius);
  border: 1px solid var(--color-border);
  transition: transform 0.3s var(--ease), box-shadow 0.3s var(--ease);
}
.pain-card:hover { transform: translateY(-4px); box-shadow: 0 16px 40px -20px rgba(26,26,24,0.18); }
.pain-num { font-family: var(--font-display); font-size: 1.05rem; color: var(--color-accent); font-style: italic; margin-bottom: 1.25rem; display: block; }
.pain-card h3 { font-size: 1.375rem; margin-bottom: 0.6rem; line-height: 1.15; }
.pain-card p { color: var(--color-muted); font-size: 0.95rem; margin: 0; line-height: 1.55; }

/* ============== LONG-FORM ============== */
.long-form { background: var(--color-bg); text-align: center; }
.long-form .narrow { max-width: 720px; }
.long-form .section-eyebrow { margin-bottom: 1.5rem; }
.long-form h2 { font-size: var(--text-h1); margin-bottom: 2rem; }
.long-form h2 em { color: var(--color-accent); font-style: italic; }
.long-form .body p { font-size: 1.1875rem; color: var(--color-text); line-height: 1.7; margin-bottom: 1.2em; text-align: left; }
.long-form .body p strong { color: var(--color-dark); font-weight: 500; }
.long-form .body p em { color: var(--color-accent); }
.long-form .body p:first-of-type::first-letter {
  font-family: var(--font-display);
  font-size: 4.5em; float: left; line-height: 0.85;
  padding: 0.05em 0.09em 0 0;
  color: var(--color-accent);
  font-style: italic; font-weight: 500;
}
.long-form .sig { font-family: var(--font-display); font-style: italic; color: var(--color-muted); font-size: 1.0625rem; margin-top: 2rem; }

/* ============== PROCESS ============== */
.process { background: var(--color-bg); text-align: center; }
.process.alt { background: var(--color-cream); }
.process-head { max-width: 36ch; margin: 0 auto clamp(2.5rem, 5vw, 4rem); }
.process-head h2 { font-size: var(--text-h1); margin-bottom: 1rem; }
.process-head h2 em { color: var(--color-accent); font-style: italic; }
.process-head p { color: var(--color-muted); font-size: var(--text-lg); }
.process-list { max-width: 760px; margin: 0 auto; text-align: left; }
.process-step {
  padding: 2rem 0;
  border-top: 1px solid var(--color-border);
  display: grid; gap: 1rem;
  align-items: start;
}
.process-step:last-child { border-bottom: 1px solid var(--color-border); }
@media (min-width: 600px) { .process-step { grid-template-columns: 100px 1fr; gap: 2.5rem; } }
.process-step .n { font-family: var(--font-display); font-style: italic; font-size: 1.75rem; color: var(--color-accent); line-height: 1; }
.process-step h3 { font-size: 1.5rem; margin-bottom: 0.5rem; }
.process-step p { color: var(--color-muted); margin: 0; }

/* ============== FAQ ============== */
.faq {}
.faq-head { text-align: center; max-width: 36ch; margin: 0 auto clamp(2.5rem, 5vw, 4rem); }
.faq-head h2 { font-size: var(--text-h1); margin-bottom: 1rem; }
.faq-head h2 em { color: var(--color-accent); font-style: italic; }
.faq-head p { color: var(--color-muted); }
.faq-list { max-width: 820px; margin: 0 auto; }
.faq-item { border-top: 1px solid var(--color-border); }
.faq-item:last-child { border-bottom: 1px solid var(--color-border); }
.faq-item summary {
  list-style: none; cursor: pointer;
  padding: 1.5rem 0;
  display: flex; justify-content: space-between; gap: 2rem;
  align-items: baseline;
  font-family: var(--font-display);
  font-size: clamp(1.125rem, 2vw, 1.375rem);
  color: var(--color-dark);
  letter-spacing: -0.01em; line-height: 1.25;
  transition: color 0.2s;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary:hover { color: var(--color-accent); }
.faq-item summary::after {
  content: "+";
  font-family: var(--font-display);
  font-size: 1.5rem; color: var(--color-accent);
  transition: transform 0.3s var(--ease);
  flex-shrink: 0; line-height: 1;
}
.faq-item[open] summary::after { transform: rotate(45deg); }
.faq-answer { padding: 0 0 1.5rem; color: var(--color-muted); font-size: 1rem; line-height: 1.65; max-width: 70ch; }
.faq-answer p { margin: 0 0 0.75em; }
.faq-answer p:last-child { margin-bottom: 0; }
.faq-answer strong { color: var(--color-dark); font-weight: 500; }

/* ============== FINAL CTA ============== */
.final-cta {
  background: var(--color-dark); color: var(--color-bg);
  text-align: center;
  position: relative; overflow: hidden;
}
.final-cta::before {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(ellipse at center, rgba(74,103,65,0.22), transparent 60%);
  pointer-events: none;
}
.final-cta .container { position: relative; }
.final-cta h2 {
  color: var(--color-bg);
  font-size: clamp(2.5rem, 6vw, 4.5rem);
  max-width: 18ch; margin: 0 auto 1.25rem;
  letter-spacing: -0.02em;
}
.final-cta h2 em { color: var(--color-accent-warm); font-style: italic; }
.final-cta p {
  color: rgba(247,244,239,0.7);
  font-size: var(--text-lg);
  max-width: 50ch; margin: 0 auto 2.5rem;
}
.final-ctas { display: flex; flex-wrap: wrap; gap: 0.75rem; justify-content: center; }
.final-cta .meta {
  margin-top: 2rem; font-size: 0.95rem; color: rgba(247,244,239,0.55);
}
.final-cta .meta a { color: rgba(247,244,239,0.85); border-bottom: 1px solid var(--color-accent-warm); padding-bottom: 1px; }
.final-cta .meta a:hover { color: #fff; }

/* ============== IMAGINE BAND (dark) ============== */
.imagine {
  background: var(--color-dark); color: var(--color-bg);
  text-align: center;
  position: relative; overflow: hidden;
}
.imagine::before {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(ellipse at center, rgba(74,103,65,0.18), transparent 60%);
  pointer-events: none;
}
.imagine .container { position: relative; }
.imagine h2 {
  color: var(--color-bg);
  font-size: clamp(2.25rem, 5vw, 3.5rem);
  max-width: 22ch; margin: 0 auto 1.5rem;
  letter-spacing: -0.02em;
}
.imagine h2 em { color: var(--color-accent-warm); font-style: italic; }
.imagine p {
  color: rgba(247,244,239,0.78);
  font-size: 1.125rem; max-width: 56ch;
  margin: 0 auto 1.15em; line-height: 1.6;
}

/* ============== QUOTE BAND (dark) ============== */
.quote-band {
  background: var(--color-dark); color: var(--color-bg);
  text-align: center; position: relative; overflow: hidden;
}
.quote-band::before {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(ellipse at center, rgba(74,103,65,0.2), transparent 60%);
  pointer-events: none;
}
.quote-band .container { position: relative; max-width: 880px; }
.quote-band blockquote {
  font-family: var(--font-display); font-style: italic;
  font-size: clamp(1.5rem, 3.5vw, 2.75rem);
  line-height: 1.2; color: #fff;
  margin: 0 0 1.5rem; letter-spacing: -0.015em;
  max-width: 22ch; margin-inline: auto;
}
.quote-band blockquote em { color: var(--color-accent-warm); }
.quote-band cite { font-style: normal; font-size: 0.85rem; letter-spacing: 0.2em; text-transform: uppercase; color: rgba(255,255,255,0.65); }

/* ============== TRANSFORMATIONS (before/after) ============== */
.trans { background: var(--color-cream); }
.trans-head { text-align: center; max-width: 36ch; margin: 0 auto clamp(2.5rem, 5vw, 4rem); }
.trans-head h2 { font-size: var(--text-h1); margin-bottom: 1rem; }
.trans-head h2 em { color: var(--color-accent); font-style: italic; }
.trans-head p { color: var(--color-muted); font-size: var(--text-lg); }
.trans-grid { display: grid; gap: 1.75rem; }
@media (min-width: 760px) { .trans-grid { grid-template-columns: repeat(2, 1fr); gap: 2rem; } }
.trans-card {
  background: var(--color-surface);
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--color-border);
}
.trans-images {
  position: relative;
  aspect-ratio: 3 / 2;
  overflow: hidden;
  background: var(--color-cream);
  display: grid; grid-template-columns: 1fr 1fr; gap: 2px;
}
.trans-half { position: relative; overflow: hidden; background: var(--color-cream); }
.trans-half img {
  width: 100%; height: 100%; object-fit: cover;
  object-position: center 28%;
  display: block;
  filter: contrast(1.03) saturate(1.02);
}
.trans-half .trans-label {
  position: absolute; top: 0.65rem; left: 0.65rem;
  background: rgba(26,26,24,0.85);
  backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px);
  color: #fff;
  font-size: 0.6rem; letter-spacing: 0.2em;
  text-transform: uppercase;
  padding: 0.35rem 0.65rem;
  border-radius: var(--radius-pill);
  font-weight: 500;
}
.trans-half.after .trans-label { background: var(--color-accent); }
.trans-body { padding: 1.5rem 1.5rem 1.75rem; }
.trans-tag {
  display: inline-block;
  font-size: 0.75rem; letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--color-accent);
  font-weight: 500; margin-bottom: 0.5rem;
}
.trans-body .quote {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 1.0625rem;
  color: var(--color-text);
  line-height: 1.4; margin-bottom: 0.5rem;
}
.trans-attrib { font-size: 0.875rem; color: var(--color-muted); font-style: normal; }

/* ============== FOOTER ============== */
footer {
  background: var(--color-bg);
  border-top: 1px solid var(--color-border);
  padding-block: clamp(3rem, 6vw, 5rem) 2rem;
  font-size: 0.9375rem;
}
.footer-grid { display: grid; gap: 2.5rem; margin-bottom: 3rem; }
@media (min-width: 760px) { .footer-grid { grid-template-columns: 1.4fr 1fr 1fr 1fr; } }
.footer-brand .logo { font-size: 1.75rem; margin-bottom: 0.75rem; }
.footer-tagline { color: var(--color-muted); max-width: 32ch; }
.footer-col h4 {
  font-family: var(--font-body);
  font-size: 0.8125rem; letter-spacing: 0.12em;
  text-transform: uppercase; color: var(--color-dark);
  font-weight: 600; margin-bottom: 1rem;
}
.footer-col ul {
  list-style: none; padding: 0; margin: 0;
  display: flex; flex-direction: column; gap: 0.625rem;
}
.footer-col a { color: var(--color-muted); transition: color 0.2s; }
.footer-col a:hover { color: var(--color-accent); }
.footer-bottom {
  display: flex; flex-wrap: wrap; justify-content: space-between;
  align-items: center; gap: 1.5rem;
  padding-top: 2rem; border-top: 1px solid var(--color-border);
  font-size: 0.8125rem; color: var(--color-muted);
}
.footer-urls { display: flex; gap: 1.25rem; flex-wrap: wrap; }
.footer-urls a { color: var(--color-dark); }

/* Secondary brand mark — Rauch Dental badge */
.footer-badge { display: inline-flex; align-items: center; gap: 0.875rem; }
.footer-badge img {
  width: 54px; height: 54px;
  display: block; opacity: 0.78;
  transition: opacity 0.2s;
}
.footer-badge:hover img { opacity: 1; }
.footer-badge .badge-tag {
  font-family: var(--font-body);
  font-size: 0.6875rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--color-muted);
  line-height: 1.35;
}
.footer-badge .badge-tag strong {
  display: block;
  font-weight: 500;
  color: var(--color-dark);
  letter-spacing: 0.14em;
}
@media (max-width: 759px) {
  .footer-bottom { flex-direction: column; align-items: flex-start; }
}

/* ============== FEATURE IMAGE (full-bleed editorial) ============== */
.feature-image {
  padding-block: clamp(2.5rem, 5vw, 4rem);
  background: var(--color-bg);
}
.feature-image .container { max-width: 1320px; }
.feature-image figure {
  margin: 0;
  border-radius: var(--radius-lg);
  overflow: hidden;
  position: relative;
  background: var(--color-cream);
}
.feature-image figure img {
  width: 100%;
  display: block;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  filter: contrast(1.04) saturate(1.03);
}
.feature-image figcaption {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 0.9375rem;
  color: var(--color-muted);
  margin-top: 1rem;
  padding-inline: 0.5rem;
  letter-spacing: 0.005em;
}
.feature-image.narrow figure img { aspect-ratio: 3 / 2; }
.feature-image.tall   figure img { aspect-ratio: 4 / 5; max-height: 720px; }

/* ============== SPLIT FEATURE (image + text) ============== */
.split-feature { background: var(--color-bg); }
.split-feature.alt { background: var(--color-cream); }
.split-feature .container { max-width: 1240px; }
.split-feature .grid {
  display: grid; gap: clamp(2rem, 5vw, 4rem);
  align-items: center;
}
@media (min-width: 880px) {
  .split-feature .grid { grid-template-columns: 1fr 1fr; }
  .split-feature.reverse .grid > .media { order: 2; }
}
.split-feature .media {
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: var(--color-cream);
  aspect-ratio: 4 / 5;
}
.split-feature .media img {
  width: 100%; height: 100%; object-fit: cover;
  filter: contrast(1.04) saturate(1.03);
}
.split-feature .body h2 {
  font-size: var(--text-h1); margin-bottom: 1.5rem;
}
.split-feature .body h2 em { color: var(--color-accent); font-style: italic; }
.split-feature .body p { color: var(--color-muted); font-size: 1.0625rem; line-height: 1.65; }
.split-feature .body p strong { color: var(--color-dark); font-weight: 500; }
.split-feature .body .section-eyebrow { margin-bottom: 1rem; }

/* ============== PULL QUOTE (inline editorial pull) ============== */
.pull-quote {
  background: var(--color-bg);
  text-align: center;
  padding-block: clamp(3rem, 6vw, 5rem);
}
.pull-quote.cream { background: var(--color-cream); }
.pull-quote .container { max-width: 880px; }
.pull-quote blockquote {
  font-family: var(--font-display);
  font-style: italic;
  font-size: clamp(1.5rem, 3.2vw, 2.5rem);
  color: var(--color-dark);
  line-height: 1.2;
  margin: 0 0 1.25rem;
  letter-spacing: -0.012em;
  max-width: 24ch;
  margin-inline: auto;
}
.pull-quote blockquote em { color: var(--color-accent); font-style: italic; }
.pull-quote cite {
  font-style: normal; font-size: 0.8125rem;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--color-muted); font-weight: 500;
}

/* ============== STAT STRIP (3-up big numbers) ============== */
.stat-strip {
  background: var(--color-dark); color: var(--color-bg);
  padding-block: clamp(2.5rem, 5vw, 4rem);
  position: relative; overflow: hidden;
}
.stat-strip::before {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(ellipse at center, rgba(74,103,65,0.16), transparent 60%);
  pointer-events: none;
}
.stat-strip .container { position: relative; }
.stat-strip-grid {
  display: grid; gap: 2.5rem;
  text-align: center;
}
@media (min-width: 760px) {
  .stat-strip-grid { grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
}
.stat-strip .item .num {
  font-family: var(--font-display);
  font-style: italic;
  font-size: clamp(2.75rem, 6vw, 4.5rem);
  color: var(--color-accent-warm);
  letter-spacing: -0.02em;
  line-height: 1;
  display: block;
  margin-bottom: 0.5rem;
}
.stat-strip .item .lbl {
  font-size: 0.875rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(247,244,239,0.78);
  font-weight: 500;
}
.stat-strip .item .sub {
  font-size: 0.9375rem;
  color: rgba(247,244,239,0.55);
  margin-top: 0.25rem;
}

/* ============== QUOTE BAND WITH PHOTO ============== */
.quote-band.with-photo .container { max-width: 1100px; }
.quote-band.with-photo .grid {
  display: grid; gap: 2.5rem; align-items: center;
  text-align: left;
}
@media (min-width: 820px) {
  .quote-band.with-photo .grid { grid-template-columns: 1fr 1.2fr; gap: 3.5rem; }
}
.quote-band.with-photo .photo {
  border-radius: var(--radius-lg);
  overflow: hidden;
  aspect-ratio: 4 / 5;
}
.quote-band.with-photo .photo img {
  width: 100%; height: 100%; object-fit: cover;
  filter: contrast(1.04) saturate(1.02);
}
.quote-band.with-photo blockquote { margin-inline: 0; text-align: left; max-width: none; }
.quote-band.with-photo cite { display: block; text-align: left; }

/* ============== PHOTO STRIP (3-up) ============== */
.photo-strip { background: var(--color-bg); padding-block: clamp(2.5rem, 5vw, 4rem); }
.photo-strip.alt { background: var(--color-cream); }
.photo-strip .container { max-width: 1320px; }
.photo-strip .head { max-width: 50ch; margin: 0 auto clamp(2rem, 4vw, 3rem); text-align: center; }
.photo-strip .head .section-eyebrow { margin-bottom: 0.75rem; }
.photo-strip .head h3 { font-family: var(--font-display); font-size: clamp(1.5rem, 2.5vw, 2rem); margin: 0 auto; max-width: 28ch; line-height: 1.15; }
.photo-strip .head h3 em { color: var(--color-accent); font-style: italic; }
.ps-grid { display: grid; gap: 1rem; }
@media (min-width: 760px) { .ps-grid { grid-template-columns: 1.4fr 1fr; grid-template-rows: 1fr 1fr; gap: 1.25rem; } }
.ps-grid figure { margin: 0; border-radius: var(--radius); overflow: hidden; aspect-ratio: 4/5; position: relative; background: var(--color-cream); }
.ps-grid figure:nth-child(1) { aspect-ratio: 4/5; }
@media (min-width: 760px) { .ps-grid figure:nth-child(1) { grid-row: 1 / 3; aspect-ratio: unset; } }
@media (min-width: 760px) { .ps-grid figure:nth-child(2), .ps-grid figure:nth-child(3) { aspect-ratio: 4/3; } }
.ps-grid img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s var(--ease); filter: contrast(1.04) saturate(1.03); }
.ps-grid figure:hover img { transform: scale(1.04); }
.ps-grid figcaption { position: absolute; bottom: 0.65rem; left: 0.65rem; right: 0.65rem; padding: 0.4rem 0.7rem; background: rgba(26,26,24,0.82); backdrop-filter: blur(6px); color: #fff; font-size: 0.68rem; letter-spacing: 0.12em; text-transform: uppercase; border-radius: var(--radius-sm); }

/* ============== LIFESTYLE BAND (dark, full-width photo behind text) ============== */
.lifestyle-band { padding: 0; background: var(--color-dark); position: relative; min-height: clamp(440px, 55vw, 680px); overflow: hidden; }
.lifestyle-band .lb-photo { position: absolute; inset: 0; }
.lifestyle-band .lb-photo img { width: 100%; height: 100%; object-fit: cover; filter: brightness(0.62) contrast(1.05); }
.lifestyle-band .lb-overlay { position: relative; z-index: 1; padding: clamp(4rem, 9vw, 6.5rem) var(--gutter); display: flex; align-items: center; min-height: inherit; }
.lifestyle-band .lb-inner { max-width: 720px; color: #fff; margin: 0 auto; width: 100%; }
.lifestyle-band .lb-inner.center { text-align: center; }
.lifestyle-band .lb-inner.center h2, .lifestyle-band .lb-inner.center p { margin-left: auto; margin-right: auto; }
.lifestyle-band .section-eyebrow { color: var(--color-accent-warm); }
.lifestyle-band h2 { color: #fff; font-size: clamp(2rem, 4.5vw, 3.5rem); margin-bottom: 1.25rem; max-width: 20ch; letter-spacing: -0.02em; }
.lifestyle-band h2 em { color: var(--color-accent-warm); font-style: italic; }
.lifestyle-band p { color: rgba(255,255,255,0.86); font-size: 1.0625rem; max-width: 52ch; }

/* ============== SCROLL REVEALS ============== */
.reveal {
  opacity: 0; transform: translateY(24px);
  transition: opacity 0.8s var(--ease), transform 0.8s var(--ease);
}
.reveal.in-view { opacity: 1; transform: translateY(0); }
.reveal.delay-1 { transition-delay: 0.08s; }
.reveal.delay-2 { transition-delay: 0.16s; }
.reveal.delay-3 { transition-delay: 0.24s; }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: 0.001ms !important; transition-duration: 0.001ms !important; }
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; }
}
