/* =========================================================
   Kessa — "EDITORIAL NOIR" landing page styles
   Architectural, high-contrast, design-forward — yet warm.
   Cream + clay, charcoal + deep sage as structural colors.
   Mobile-first.
   ========================================================= */

/* ---------- Brand tokens ---------- */
:root {
  /* Palette */
  --cream:    #F7F3EC;
  --charcoal: #33312B;
  --sage:     #8A9A7B;
  --clay:     #C0744F;

  /* Derived shades */
  --cream-2:      #FBF8F2; /* lighter card surface */
  --cream-3:      #EAE2D4; /* subtle border / divider */
  --charcoal-2:   #5A574E; /* muted text on light */
  --charcoal-deep:#2A2823; /* deepest panel */
  --sage-deep:    #6E7E60; /* deepened sage for dark sections */
  --sage-deeper:  #56644B;
  --clay-deep:    #A85A38; /* deepened clay — primary CTA, AA on cream */
  --clay-deeper:  #93492B; /* hover/active */
  --clay-bright:  #C0744F; /* accent on dark panels (AA on charcoal) */

  /* Reversed-text roles (verified AA on dark panels) */
  --on-dark:        #F4EFE6; /* body text on charcoal/sage-deep */
  --on-dark-muted:  #D7CFBF; /* muted text on dark — AA on charcoal & sage-deep */
  --on-dark-eyebrow:#E7C9B3; /* warm clay-tinted eyebrow on dark */

  /* Roles */
  --bg:        var(--cream);
  --text:      var(--charcoal);
  --text-muted:var(--charcoal-2);
  --cta:       var(--clay-deep);
  --cta-hover: var(--clay-deeper);
  --on-cta:    #FFFFFF;

  /* Type */
  --font-display: "Fraunces", Georgia, "Times New Roman", serif;
  --font-body: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;

  /* Layout */
  --maxw: 1180px;
  --maxw-narrow: 760px;
  --pad: clamp(1.25rem, 5vw, 3rem);
  --radius: 10px;
  --radius-sm: 6px;
  --rule: 1px;
  --shadow-sm: 0 1px 2px rgba(42, 40, 35, .05), 0 10px 30px rgba(42, 40, 35, .07);
  --shadow-md: 0 24px 60px rgba(42, 40, 35, .22);
}

/* ---------- Reset / base ---------- */
*, *::before, *::after { box-sizing: border-box; }

html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: var(--font-body);
  font-size: 1.125rem;          /* 18px base */
  line-height: 1.6;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

img { max-width: 100%; height: auto; display: block; }

a {
  color: var(--clay-deep);
  text-decoration: underline;
  text-decoration-thickness: 1.5px;
  text-underline-offset: 3px;
  text-decoration-color: var(--clay);
}
a:hover { color: var(--clay-deeper); text-decoration-color: currentColor; }

h1, h2, h3 {
  font-family: var(--font-display);
  font-weight: 600;
  line-height: 1.04;
  margin: 0;
  letter-spacing: -0.03em;
  font-optical-sizing: auto;
}

p { margin: 0 0 1em; }

strong { font-weight: 700; }

/* ---------- Accessibility helpers ---------- */
.sr-only {
  position: absolute; width: 1px; height: 1px;
  padding: 0; margin: -1px; overflow: hidden;
  clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}

.skip-link {
  position: absolute; left: 1rem; top: -4rem;
  background: var(--charcoal); color: #fff; padding: .7rem 1.1rem;
  border-radius: 0 0 var(--radius-sm) var(--radius-sm); z-index: 1000; text-decoration: none;
  font-weight: 600;
  transition: top .15s ease;
}
.skip-link:focus { top: 0; color: #fff; }

:focus-visible {
  outline: 3px solid var(--clay-deep);
  outline-offset: 3px;
  border-radius: 3px;
}
/* On dark panels, use a brighter focus ring for contrast */
.hero-panel :focus-visible,
.why :focus-visible,
.offer :focus-visible,
.final-cta :focus-visible {
  outline-color: #F0C9AE;
}

/* ---------- Layout helpers ---------- */
.container { width: 100%; max-width: var(--maxw); margin-inline: auto; padding-inline: var(--pad); }
.narrow { max-width: var(--maxw-narrow); }
.center { text-align: center; }

.section {
  padding-block: clamp(3.5rem, 9vw, 7rem);
  position: relative;
}
/* Full-width thin CLAY rule separating sections */
.section + .section::before,
.image-break + .offer::before {
  content: "";
  position: absolute; left: 0; right: 0; top: 0;
  height: 2px;
  background: var(--clay);
}
/* No top rule when a dark panel follows directly (its own bg handles it) */
.why::before, .offer::before, .final-cta::before { display: none; }

.section-head { max-width: 680px; margin: 0 auto clamp(2.25rem, 5vw, 3.25rem); text-align: center; position: relative; }

.eyebrow {
  font-family: var(--font-body);
  font-size: .78rem; font-weight: 600;
  letter-spacing: .2em; text-transform: uppercase;
  color: var(--clay-deep);
  margin: 0 0 1.1rem;
}
.eyebrow--center { text-align: center; }
.eyebrow--on-dark { color: var(--on-dark-eyebrow); }

.section-h2 {
  font-size: clamp(1.9rem, 5.2vw, 3.1rem);
  letter-spacing: -0.032em;
}
.section-h2--on-dark { color: var(--cream); }

/* ---------- Ghost numerals (oversized outlined background numbers) ---------- */
.ghost-numeral {
  display: block;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(4.5rem, 16vw, 9rem);
  line-height: .8;
  letter-spacing: -0.04em;
  color: transparent;
  -webkit-text-stroke: 1.5px color-mix(in srgb, var(--clay) 42%, transparent);
  text-stroke: 1.5px color-mix(in srgb, var(--clay) 42%, transparent);
  margin: 0 0 -0.15em;
  user-select: none;
  pointer-events: none;
}
.ghost-numeral--on-dark {
  -webkit-text-stroke-color: color-mix(in srgb, var(--cream) 28%, transparent);
  text-stroke: 1.5px color-mix(in srgb, var(--cream) 28%, transparent);
}

/* ---------- Buttons (rectangular, small radius) ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  gap: .55rem;
  font-family: var(--font-body); font-weight: 600; font-size: 1.02rem;
  line-height: 1.25;
  text-decoration: none;
  padding: 1.05rem 1.7rem;
  border-radius: var(--radius-sm);
  border: 2px solid transparent;
  cursor: pointer;
  transition: transform .15s ease, background-color .2s ease, box-shadow .2s ease, color .2s ease, border-color .2s ease;
  min-height: 54px;            /* touch target */
  text-align: center;
}
.btn--primary {
  background: var(--cta);
  color: var(--on-cta);
  box-shadow: 0 8px 22px rgba(168, 90, 56, .26);
}
.btn--primary:hover {
  background: var(--cta-hover);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(168, 90, 56, .34);
}
.btn--primary:active { transform: translateY(0); box-shadow: 0 4px 12px rgba(147, 73, 43, .4); }

.btn--ghost {
  background: transparent;
  color: var(--charcoal);
  border-color: var(--charcoal);
  box-shadow: none;
  font-size: .92rem;
  padding: .6rem 1.15rem;
  min-height: 44px;
  letter-spacing: .01em;
}
.btn--ghost:hover { background: var(--charcoal); color: var(--cream); border-color: var(--charcoal); }

.btn--lg { font-size: 1.08rem; padding: 1.2rem 2rem; }
.btn--block { display: flex; width: 100%; }

.section-cta { margin-top: clamp(2rem, 4vw, 2.75rem); text-align: center; }

/* ---------- Trust line ---------- */
.trust-line {
  display: flex; align-items: center; gap: .55rem;
  font-size: .92rem; color: var(--text-muted);
  margin: .95rem 0 0;
}
.trust-line--center { justify-content: center; text-align: center; }
.trust-line--on-dark { color: var(--on-dark-muted); }
.trust-line--on-dark .icon-inline { color: var(--clay-bright); }
.icon-inline { width: 18px; height: 18px; flex: none; color: var(--sage-deep); }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: color-mix(in srgb, var(--cream) 90%, transparent);
  backdrop-filter: saturate(140%) blur(12px);
  -webkit-backdrop-filter: saturate(140%) blur(12px);
  border-bottom: var(--rule) solid transparent;
  transition: border-color .2s ease, background-color .2s ease;
}
.site-header.is-scrolled { border-bottom-color: var(--clay); }
.header-inner { display: flex; align-items: center; justify-content: space-between; min-height: 68px; }

.wordmark {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 1.65rem;
  letter-spacing: -0.03em;
  color: var(--charcoal);
  text-decoration: none;
}
.wordmark:hover { color: var(--charcoal); }

.header-nav { display: flex; align-items: center; gap: 1.75rem; }
.header-nav > a:not(.btn) {
  display: none;
  font-size: .92rem; color: var(--charcoal); text-decoration: none; font-weight: 500;
  letter-spacing: .01em;
}
.header-nav > a:not(.btn):hover { color: var(--clay-deep); }
.header-cta { display: none; }

/* ---------- Hero (SPLIT-SCREEN) ---------- */
.hero { padding: 0; }
.hero-split {
  display: grid;
  grid-template-columns: 1fr;
}

/* Dark charcoal panel holding eyebrow, huge headline, CTA */
.hero-panel {
  background: var(--charcoal-deep);
  color: var(--on-dark);
  display: flex;
  align-items: center;
  order: 1;                       /* on mobile: headline + CTA panel FIRST (above the fold) */
}
.hero-panel-inner {
  width: 100%;
  max-width: 640px;
  margin-left: auto;
  padding: clamp(2.5rem, 8vw, 4.5rem) var(--pad) clamp(3rem, 9vw, 5rem);
}

.hero-h1 {
  font-size: clamp(2.6rem, 11vw, 4.2rem);
  letter-spacing: -0.038em;
  margin-bottom: 1.1rem;
  color: var(--cream);
}
.accent-clay { color: var(--clay-bright); }

.hero-sub {
  font-size: clamp(1.1rem, 2.6vw, 1.3rem);
  color: var(--on-dark);
  margin-bottom: 1.6rem;
  max-width: 40ch;
}

.hero-cta-group { margin-bottom: 1.75rem; }

.hero-supporting {
  font-size: 1rem;
  color: var(--on-dark-muted);
  padding: 1.05rem 1.2rem;
  background: rgba(255, 255, 255, .04);
  border-left: 3px solid var(--clay-bright);
  border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
  margin: 0;
  max-width: 48ch;
}
.hero-supporting strong { color: var(--cream); }

/* Full-bleed square photo with subtle warm overlay */
.hero-media { order: 2; }       /* on mobile: photo sits below the headline + CTA */
.hero-figure { margin: 0; position: relative; }
.hero-figure::after {
  content: "";
  position: absolute; inset: 0;
  /* warm overlay + bottom darkening so any reversed UI nearby stays legible */
  background:
    linear-gradient(180deg, rgba(42,40,35,.08) 0%, rgba(42,40,35,.42) 100%),
    color-mix(in srgb, var(--clay) 12%, transparent);
  mix-blend-mode: multiply;
  pointer-events: none;
}
.hero-figure img {
  width: 100%;
  height: clamp(320px, 62vw, 560px);
  object-fit: cover;
  object-position: center 28%;
  background: var(--cream-3);
  display: block;
}

/* ---------- Problem ---------- */
.problem { background: var(--cream); }
.problem .narrow { text-align: center; }
.problem .ghost-numeral { text-align: center; margin-bottom: .25rem; }
.prose {
  font-size: clamp(1.1rem, 2.4vw, 1.28rem);
  line-height: 1.68;
  color: var(--text);
  margin-top: 1.75rem;
  text-align: left;
}
.prose p { margin-bottom: 1.1rem; }

.punchline {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(2rem, 6.5vw, 3.1rem);
  letter-spacing: -0.035em;
  color: var(--clay-deep);
  margin: 1.75rem 0 0;
  line-height: 1.05;
}

/* ---------- Why (DARK SAGE panel + cards) ---------- */
.why {
  background: var(--sage-deeper);
  color: var(--on-dark);
}
.why .section-head { position: relative; }
.why .ghost-numeral { text-align: center; }

.card-grid { display: grid; gap: 1.1rem; grid-template-columns: 1fr; }
.card {
  background: color-mix(in srgb, var(--cream) 6%, transparent);
  border: var(--rule) solid color-mix(in srgb, var(--cream) 26%, transparent);
  border-radius: var(--radius);
  padding: clamp(1.6rem, 4vw, 2.1rem);
  position: relative;
  overflow: hidden;
  transition: border-color .2s ease, transform .2s ease;
}
/* hover adds a clay corner/underline accent */
.card::after {
  content: "";
  position: absolute; left: clamp(1.6rem, 4vw, 2.1rem); bottom: 1.1rem;
  width: 0; height: 2px;
  background: var(--clay-bright);
  transition: width .25s ease;
}
.card:hover { border-color: color-mix(in srgb, var(--cream) 45%, transparent); transform: translateY(-2px); }
.card:hover::after { width: 2.5rem; }
.card-title {
  font-size: 1.32rem;
  margin-bottom: .55rem;
  color: var(--cream);
  line-height: 1.18;
  letter-spacing: -0.02em;
}
.card p { margin: 0 0 .9rem; color: var(--on-dark-muted); font-size: 1.02rem; }

/* ---------- What's inside (structured list w/ ghost numerals) ---------- */
.whats-inside { background: var(--cream); }
.whats-inside .ghost-numeral { text-align: center; }
.feature-list {
  list-style: none; margin: 0 auto; padding: 0;
  max-width: 820px;
  display: grid; gap: 0;
  border-top: var(--rule) solid var(--cream-3);
}
.feature {
  display: grid;
  grid-template-columns: auto auto 1fr;
  gap: 1.1rem;
  align-items: center;
  padding: 1.5rem .25rem;
  border-bottom: var(--rule) solid var(--cream-3);
  transition: background-color .2s ease;
  position: relative;
}
.feature::before {
  content: "";
  position: absolute; left: 0; top: 0; bottom: 0;
  width: 0;
  background: var(--clay);
  transition: width .22s ease;
}
.feature:hover { background: var(--cream-2); }
.feature:hover::before { width: 3px; }

.feature-num {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 1.6rem;
  letter-spacing: -0.03em;
  color: transparent;
  -webkit-text-stroke: 1.25px color-mix(in srgb, var(--clay) 70%, transparent);
  text-stroke: 1.25px color-mix(in srgb, var(--clay) 70%, transparent);
  width: 2.4ch;
  flex: none;
  align-self: start;
  padding-top: .1rem;
}
.feature-icon {
  display: inline-flex; align-items: center; justify-content: center;
  width: 48px; height: 48px; flex: none;
  border-radius: var(--radius-sm);
  background: color-mix(in srgb, var(--sage) 20%, var(--cream-2));
  color: var(--sage-deeper);
  align-self: start;
}
.feature-icon svg { width: 26px; height: 26px; }
.feature-title { font-size: 1.24rem; margin-bottom: .25rem; line-height: 1.22; letter-spacing: -0.02em; }
.feature-body p { margin: 0; color: var(--text-muted); font-size: 1.01rem; }

/* ---------- Image break ---------- */
.image-break { width: 100%; }
.image-break img {
  width: 100%;
  height: clamp(220px, 38vw, 460px);
  object-fit: cover;
  background: var(--sage);
}

/* ---------- Offer (CHARCOAL statement block) ---------- */
.offer {
  background: var(--charcoal);
  color: var(--on-dark);
  position: relative;
}
.offer .ghost-numeral { text-align: center; }
.offer-subline {
  font-family: var(--font-body);
  font-weight: 600;
  letter-spacing: .04em;
  color: var(--on-dark-eyebrow);
  margin: .85rem 0 0;
  font-size: 1.05rem;
}

.offer-card {
  max-width: 700px; margin: 0 auto;
  background: var(--cream);
  color: var(--text);
  border-radius: var(--radius);
  padding: clamp(1.6rem, 5vw, 2.9rem);
  box-shadow: var(--shadow-md);
  border-top: 3px solid var(--clay);
}

/* Price anchor */
.price-anchor {
  text-align: center;
  padding-bottom: 1.6rem;
  margin-bottom: 1.6rem;
  border-bottom: var(--rule) solid var(--cream-3);
}
.price-anchor__label {
  font-family: var(--font-body); font-weight: 600;
  text-transform: uppercase; letter-spacing: .14em; font-size: .78rem;
  color: var(--clay-deep);
  margin-bottom: .9rem;
}
.price-anchor__row {
  display: flex; align-items: baseline; justify-content: center; gap: .7rem;
  flex-wrap: wrap;
  margin: 0 0 .8rem;
  font-family: var(--font-display);
}
.price-was {
  font-size: clamp(1.5rem, 5vw, 2rem);
  color: var(--text-muted);
  text-decoration: line-through;
  text-decoration-color: var(--clay);
  font-weight: 500;
  letter-spacing: -0.02em;
}
.price-arrow { color: var(--sage-deep); font-size: 1.4rem; }
.price-now {
  font-size: clamp(2.8rem, 9.5vw, 4rem);
  font-weight: 700;
  color: var(--clay-deep);
  line-height: 1;
  letter-spacing: -0.04em;
}
.price-unit { font-size: .4em; font-weight: 500; color: var(--text-muted); margin-left: .12em; letter-spacing: 0; }
.price-anchor__note { font-size: .98rem; color: var(--text-muted); margin: 0 auto; max-width: 44ch; }

/* Benefits */
.offer-benefits { list-style: none; margin: 0 0 1.5rem; padding: 0; display: grid; gap: .95rem; }
.offer-benefits li { display: grid; grid-template-columns: auto 1fr; gap: .8rem; align-items: start; font-size: 1.04rem; }
.offer-benefits .check {
  width: 24px; height: 24px; flex: none; margin-top: 2px;
  border-radius: var(--radius-sm);
  background: var(--sage-deep);
  position: relative;
}
.offer-benefits .check::after {
  content: ""; position: absolute;
  left: 8px; top: 4px; width: 6px; height: 11px;
  border: solid #fff; border-width: 0 2.5px 2.5px 0;
  transform: rotate(45deg);
}

/* Risk reversal */
.risk-reversal {
  background: color-mix(in srgb, var(--sage) 14%, var(--cream-2));
  border-left: 3px solid var(--sage-deep);
  border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
  padding: 1.15rem 1.3rem;
  margin-bottom: 1.3rem;
}
.risk-reversal p { margin: 0; font-size: 1rem; color: var(--charcoal); }

/* Scarcity */
.scarcity {
  text-align: center;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(1.2rem, 3.6vw, 1.55rem);
  letter-spacing: -0.025em;
  color: var(--clay-deep);
  margin: 0 0 .5rem;
}

/* ---------- FAQ ---------- */
.faq { background: var(--cream-2); }
.faq .ghost-numeral { text-align: center; }
.faq-list { display: grid; gap: 0; border-top: var(--rule) solid var(--cream-3); }
.faq-item {
  background: transparent;
  border-bottom: var(--rule) solid var(--cream-3);
  padding: 0;
  overflow: hidden;
}
.faq-item summary {
  cursor: pointer;
  list-style: none;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 1.2rem;
  letter-spacing: -0.02em;
  padding: 1.25rem 2.25rem 1.25rem .25rem;
  position: relative;
  color: var(--charcoal);
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: "+";
  position: absolute; right: .25rem; top: 50%; transform: translateY(-50%);
  font-family: var(--font-body); font-weight: 400; font-size: 1.7rem;
  color: var(--clay-deep);
  transition: transform .2s ease;
  line-height: 1;
}
.faq-item[open] summary::after { content: "–"; }
.faq-answer { padding: 0 .25rem 1.35rem; }
.faq-answer p { margin: 0; color: var(--text-muted); font-size: 1.02rem; }

/* ---------- Final CTA (DARK charcoal close) ---------- */
.final-cta {
  background: var(--charcoal-deep);
  color: var(--on-dark);
}
.final-cta .section-h2--on-dark { letter-spacing: -0.035em; }
.final-sub { font-size: 1.2rem; color: var(--on-dark-muted); margin-top: 1rem; }

/* ---------- Footer ---------- */
.site-footer {
  background: var(--charcoal);
  color: #C9C5BB;
  padding-block: clamp(2.5rem, 6vw, 4rem) calc(clamp(2.5rem, 6vw, 4rem) + 84px);
  font-size: .9rem;
  line-height: 1.6;
  border-top: 2px solid var(--clay);
}
.footer-wordmark {
  font-family: var(--font-display); font-weight: 600;
  font-size: 1.7rem; color: var(--cream);
  letter-spacing: -0.03em;
  margin: 0 0 1.25rem;
}
.footer-disclaimers { max-width: 780px; }
.footer-disclaimers p { margin-bottom: 1rem; color: #BCB8AE; }
.footer-legal { margin-top: 1.5rem; padding-top: 1.5rem; border-top: var(--rule) solid #4A473F; color: #BCB8AE; }
.site-footer a { color: #E7E2D7; text-decoration-color: color-mix(in srgb, var(--clay) 70%, transparent); }
.site-footer a:hover { color: #fff; }

/* ---------- Sticky mobile CTA ---------- */
.sticky-cta {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 60;
  padding: .7rem var(--pad) calc(.7rem + env(safe-area-inset-bottom));
  background: color-mix(in srgb, var(--charcoal) 94%, transparent);
  backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
  border-top: 2px solid var(--clay);
  transform: translateY(120%);
  transition: transform .3s ease;
}
.sticky-cta.is-visible { transform: translateY(0); }
.sticky-cta__btn {
  flex-direction: column;
  gap: .1rem;
  min-height: 56px;
  padding-block: .6rem;
  line-height: 1.15;
}
.sticky-cta__main { font-size: 1.02rem; font-weight: 700; }
.sticky-cta__sub { font-size: .82rem; font-weight: 500; opacity: .94; }

/* ===================== Responsive ===================== */
@media (min-width: 720px) {
  .card-grid--2 { grid-template-columns: 1fr 1fr; }
  .hero-supporting { font-size: 1.05rem; }
  .feature { padding: 1.7rem .5rem; gap: 1.4rem; }
}

@media (min-width: 880px) {
  .header-nav > a:not(.btn) { display: inline; }
  .header-cta { display: inline-flex; }

  /* True split-screen: charcoal panel left, photo right */
  .hero-split {
    grid-template-columns: 1.02fr .98fr;
    min-height: min(86vh, 760px);
  }
  .hero-panel { order: 1; }
  .hero-media { order: 2; }
  .hero-panel-inner {
    max-width: 600px;
    margin-left: auto;
    margin-right: clamp(1rem, 3vw, 3rem);
    padding-block: clamp(3rem, 6vw, 5rem);
  }
  .hero-figure, .hero-figure img { height: 100%; }
  .hero-figure img { height: 100%; min-height: 100%; }

  /* Sticky mobile bar only below this width */
  .sticky-cta { display: none; }
  .site-footer { padding-block: clamp(2.5rem, 6vw, 4rem); }
}

@media (min-width: 1040px) {
  .hero-h1 { font-size: clamp(3.4rem, 5.6vw, 5.5rem); }
}

/* ===================== Motion ===================== */
.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity .7s cubic-bezier(.2,.7,.2,1), transform .7s cubic-bezier(.2,.7,.2,1);
  will-change: opacity, transform;
}
.reveal.is-visible { opacity: 1; transform: none; }
/* Hero panel slides in from the structural edge */
.hero-panel.reveal { transform: translateY(0) translateX(-14px); }
.hero-panel.reveal.is-visible { transform: none; }

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