/* ==========================================================
   Kyle Mercer, podcast opt-in
   Direction: "Altitude counsel", editorial, contemplative,
   warm-premium. Kyle's palette, real photography, a tapering
   spine that enacts the point of greatest contraction, and
   orchestrated motion. Elevated past the dentists template.
   ========================================================== */

:root {
  --bg: #F1F0EA;
  --paper: #FAF8F2;
  --text: #24404F;
  --ink: #2C4A5E;
  --dark: #30484F;
  --deepest: #1A2123;
  --gold: #FFC124;
  --gold-deep: #E0A615;
  --teal: #51C2C8;
  --subhead: #558291;
  --white: #FFFFFF;
  --line: rgba(36, 64, 79, 0.14);
  --shadow: 0 18px 44px -22px rgba(20, 26, 28, 0.4);
  --shadow-deep: 0 40px 80px -30px rgba(20, 26, 28, 0.6);
  --r: 4px;
  --maxw: 1240px;
  --ease: cubic-bezier(0.22, 0.61, 0.36, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: "Libre Franklin", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

/* Grain, atmosphere over the flat cream */
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  opacity: 0.045;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

h1, h2, h3 {
  font-family: "Newsreader", Georgia, serif;
  font-weight: 400;
  font-optical-sizing: auto;
  letter-spacing: -0.015em;
  line-height: 1.06;
  color: var(--text);
  margin: 0 0 0.5em;
}
em { font-style: italic; }

p { margin: 0 0 1.1em; }
a { color: var(--subhead); text-decoration: none; transition: color 0.2s var(--ease); }
a:hover { color: var(--gold-deep); }

.container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 clamp(22px, 5vw, 64px); position: relative; z-index: 2; }

.eyebrow {
  font-family: "Libre Franklin", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.34em;
  font-size: 11px;
  font-weight: 600;
  margin: 0 0 26px;
}

/* =========================
   Buttons
   ========================= */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 17px 34px;
  border-radius: var(--r);
  font-family: "Libre Franklin", sans-serif;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  cursor: pointer;
  border: none;
  line-height: 1;
  position: relative;
  overflow: hidden;
  transition: transform 0.25s var(--ease), box-shadow 0.25s var(--ease);
}
.btn-gold { background: var(--gold); color: var(--deepest); }
.btn-gold:hover {
  background: var(--gold-deep);
  color: var(--deepest);
  transform: translateY(-2px);
  box-shadow: 0 16px 30px -14px rgba(224, 166, 21, 0.7);
}
.btn:disabled { opacity: 0.55; cursor: default; transform: none; box-shadow: none; }
.btn .arrow { transition: transform 0.28s var(--ease); }
.btn:hover .arrow { transform: translateX(5px); }

/* =========================
   Header
   ========================= */
.site-header { position: absolute; top: 0; left: 0; right: 0; z-index: 40; }
.nav { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 22px 0; }
.brand { display: flex; align-items: center; gap: 14px; line-height: 1; flex-shrink: 0; }
.brand-logo { width: 42px; height: 42px; flex-shrink: 0; display: block; }
.brand-text { display: flex; flex-direction: column; }
.brand-name {
  font-family: "Newsreader", serif;
  font-size: 21px;
  letter-spacing: 0.02em;
  color: var(--bg);
  white-space: nowrap;
}
.brand-sub {
  font-family: "Libre Franklin", sans-serif;
  font-size: 9.5px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: rgba(241, 240, 234, 0.72);
  margin-top: 6px;
  white-space: nowrap;
}

/* Primary nav */
.nav-menu { display: flex; align-items: center; gap: 30px; }
.nav-menu > a {
  font-family: "Libre Franklin", sans-serif;
  font-size: 13px;
  letter-spacing: 0.04em;
  color: rgba(241, 240, 234, 0.9);
  white-space: nowrap;
}
.nav-menu > a:hover { color: var(--gold); }
.nav-social { display: inline-flex; align-items: center; gap: 14px; }
.nav-social a { display: inline-flex; color: rgba(241, 240, 234, 0.82); transition: color 0.2s var(--ease); }
.nav-social a:hover { color: var(--gold); }
.nav-social svg { width: 19px; height: 19px; fill: currentColor; display: block; }

/* Hamburger */
.nav-toggle {
  display: none;
  flex-direction: column; justify-content: center; gap: 5px;
  width: 42px; height: 42px; padding: 9px;
  background: rgba(20, 26, 28, 0.35); border: 1px solid rgba(241,240,234,0.25);
  border-radius: var(--r); cursor: pointer;
}
.nav-toggle span { display: block; height: 2px; width: 100%; background: var(--bg); border-radius: 2px; transition: transform 0.25s var(--ease), opacity 0.2s var(--ease); }
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* Mobile dropdown */
.mobile-menu {
  display: flex; flex-direction: column; gap: 18px;
  padding: 18px clamp(22px, 5vw, 64px) 26px;
  background: rgba(20, 26, 28, 0.96);
  border-top: 1px solid rgba(241, 240, 234, 0.12);
}
.mobile-menu[hidden] { display: none; }
.mobile-menu > a {
  font-family: "Newsreader", serif; font-size: 1.25rem;
  color: var(--bg);
}
.mobile-menu > a:hover { color: var(--gold); }
.mobile-menu .nav-social { margin-top: 4px; gap: 20px; }
.mobile-menu .nav-social svg { width: 22px; height: 22px; }

@media (max-width: 860px) {
  .nav-menu { display: none; }
  .nav-toggle { display: flex; }
}

/* =========================
   Hero, asymmetric, text low-left, full-bleed image
   ========================= */
.hero {
  position: relative;
  min-height: 100svh;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  padding: clamp(104px, 13vh, 150px) 0 clamp(56px, 9vh, 104px);
}
.hero-image { position: absolute; inset: 0; z-index: 0; }
.hero-image img {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center 38%;
  transform: scale(1.08);
  animation: heroDrift 18s var(--ease) forwards;
}
@keyframes heroDrift { to { transform: scale(1); } }
.hero-overlay {
  position: absolute; inset: 0; z-index: 1;
  background:
    linear-gradient(178deg, rgba(20,26,28,0.44) 0%, rgba(20,26,28,0.06) 26%, rgba(20,26,28,0.46) 56%, rgba(20,26,28,0.78) 82%, rgba(20,26,28,0.92) 100%),
    radial-gradient(130% 82% at 16% 86%, rgba(20,26,28,0.74) 0%, rgba(20,26,28,0) 58%);
}
.hero .container { z-index: 2; }
.hero-content { max-width: 800px; color: var(--bg); }
.hero-content .eyebrow { color: var(--gold); text-shadow: 0 1px 18px rgba(20, 26, 28, 0.85); }
.hero-content h1 {
  color: var(--bg);
  font-size: clamp(2.9rem, 7.2vw, 6rem);
  letter-spacing: -0.025em;
  line-height: 0.98;
  margin-bottom: 30px;
  text-shadow: 0 4px 40px rgba(20, 26, 28, 0.4);
}
.hero-content h1 em { font-style: italic; color: var(--gold); }
.hero-lede {
  font-family: "Newsreader", serif;
  font-weight: 400;
  font-size: clamp(1.15rem, 2vw, 1.5rem);
  line-height: 1.5;
  color: rgba(241, 240, 234, 0.94);
  max-width: 30ch;
  margin-bottom: 40px;
}
.hero-cta-row { display: flex; align-items: center; gap: 24px; flex-wrap: wrap; }
.hero-note {
  font-family: "Libre Franklin", sans-serif;
  font-size: 12px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(241, 240, 234, 0.8);
}
.hero-scroll {
  position: absolute; left: 50%; bottom: 26px; z-index: 2;
  transform: translateX(-50%);
  width: 1px; height: 46px;
  background: linear-gradient(rgba(241,240,234,0), rgba(241,240,234,0.7));
  animation: scrollPulse 2.4s var(--ease) infinite;
}
@keyframes scrollPulse { 0%,100% { opacity: 0.3; transform: translateX(-50%) scaleY(0.6); } 50% { opacity: 1; transform: translateX(-50%) scaleY(1); } }

/* Hero entrance, staggered */
.rise { opacity: 0; transform: translateY(26px); }
.hero-content .rise { animation: rise 1s var(--ease) forwards; }
.hero-content .eyebrow { animation-delay: 0.15s; }
.hero-content h1 { animation-delay: 0.3s; }
.hero-content .hero-lede { animation-delay: 0.5s; }
.hero-content .hero-cta-row { animation-delay: 0.7s; }
@keyframes rise { to { opacity: 1; transform: translateY(0); } }

/* =========================
   Reflect, the tapering spine (signature moment)
   ========================= */
.reflect { position: relative; padding: clamp(90px, 14vh, 160px) 0; }
.reflect-grid {
  display: grid;
  grid-template-columns: 1fr minmax(360px, 0.82fr);
  gap: clamp(40px, 6vw, 96px);
  align-items: center;
}

/* The spine: a vertical rule that tapers to a gold node at the pinch line */
.spine { position: relative; padding-left: 40px; }
.spine::before {
  content: "";
  position: absolute; left: 0; top: 4px; bottom: 4px; width: 2px;
  background: linear-gradient(180deg,
    var(--line) 0%,
    var(--subhead) 34%,
    var(--gold) 52%,
    var(--subhead) 70%,
    var(--line) 100%);
  clip-path: polygon(0 0, 100% 0, 100% 48%, 55% 52%, 100% 56%, 100% 100%, 0 100%);
}
.spine-step { margin: 0 0 34px; }
.spine-step:last-child { margin-bottom: 0; }
.reflect h2 { font-size: clamp(1.9rem, 3.6vw, 3rem); color: var(--text); margin-bottom: 22px; }
.reflect p { color: var(--dark); }
.reflect .turn {
  position: relative;
  font-family: "Newsreader", serif;
  font-size: clamp(1.5rem, 2.9vw, 2.3rem);
  font-style: italic;
  line-height: 1.24;
  color: var(--text);
  margin: 0 0 26px;
}
.reflect .turn::before {
  content: "";
  position: absolute; left: -47px; top: 0.5em;
  width: 13px; height: 13px;
  background: var(--gold);
  border-radius: 50%;
  transform: translate(-1px, -50%) rotate(45deg);
  box-shadow: 0 0 0 6px var(--bg), 0 0 26px 2px rgba(255, 193, 36, 0.55);
}
.reflect-figure { margin: 0; }
.reflect-figure img {
  width: 100%; aspect-ratio: 3 / 2; max-height: 440px;
  object-fit: cover; object-position: center; display: block;
  border-radius: var(--r);
  box-shadow: var(--shadow-deep);
}
.reflect-figure figcaption {
  margin-top: 22px;
  padding-left: 22px;
  border-left: 2px solid var(--gold);
  font-family: "Newsreader", serif;
  font-style: italic;
  font-size: 1.2rem; line-height: 1.5;
  color: var(--subhead);
}

/* =========================
   Breakthroughs, dark band, editorial list
   ========================= */
.breakthroughs {
  position: relative;
  background: var(--deepest);
  color: var(--bg);
  padding: clamp(84px, 12vh, 140px) 0;
  overflow: hidden;
}
.breakthroughs::before {
  content: ""; position: absolute; inset: 0; z-index: 0;
  background:
    radial-gradient(70% 60% at 88% 8%, rgba(81, 194, 200, 0.12) 0%, rgba(81,194,200,0) 55%),
    linear-gradient(165deg, #23333B 0%, #1A2123 72%);
}
.breakthroughs .container { position: relative; z-index: 2; }
.bt-head { max-width: 56rem; margin: 0 auto clamp(44px, 6vh, 72px); text-align: center; }
.bt-head .eyebrow { color: var(--teal); }
.bt-head h2 { color: var(--bg); font-size: clamp(2rem, 4vw, 3.1rem); margin: 0; }
.bt-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2px;
  background: rgba(241, 240, 234, 0.1);
  border-top: 1px solid rgba(241, 240, 234, 0.1);
  border-left: 1px solid rgba(241, 240, 234, 0.1);
}
.bt {
  background: var(--deepest);
  padding: clamp(24px, 2.4vw, 34px) clamp(24px, 2.4vw, 36px);
  position: relative;
  display: flex;
  align-items: center;
  gap: clamp(20px, 2vw, 30px);
}
.bt-img {
  flex: 0 0 auto;
  width: clamp(112px, 12vw, 160px);
  height: clamp(112px, 12vw, 160px);
  object-fit: cover;
  border-radius: var(--r);
  box-shadow: 0 12px 28px -14px rgba(0, 0, 0, 0.65);
}
.bt-body { flex: 1 1 auto; min-width: 0; }
.bt-num {
  font-family: "Newsreader", serif;
  font-size: 14px; font-weight: 500;
  color: var(--gold);
  letter-spacing: 0.1em;
  display: block; margin-bottom: 10px;
}
.bt h3 {
  color: var(--bg);
  font-size: clamp(1.3rem, 2vw, 1.65rem);
  margin: 0 0 10px;
}
.bt p {
  color: rgba(241, 240, 234, 0.72);
  font-size: 15.5px; line-height: 1.6; margin: 0;
}
@media (max-width: 720px) {
  .bt-list { grid-template-columns: 1fr; }
}

/* =========================
   Offer, deep, atmospheric; form card overlaps the edge
   ========================= */
.offer {
  position: relative;
  background: var(--deepest) url("images/hero-sanctuary.webp") center 30% / cover no-repeat;
  color: var(--bg);
  padding: clamp(96px, 14vh, 170px) 0;
  overflow: hidden;
}
.offer::before {
  content: ""; position: absolute; inset: 0; z-index: 0;
  background:
    radial-gradient(90% 70% at 78% 18%, rgba(81, 194, 200, 0.1) 0%, rgba(81,194,200,0) 55%),
    linear-gradient(160deg, rgba(26, 42, 51, 0.84) 0%, rgba(20, 26, 28, 0.9) 72%);
}
.offer-inner {
  position: relative; z-index: 2;
  display: grid;
  grid-template-columns: 1fr minmax(400px, 0.9fr);
  gap: clamp(40px, 5vw, 80px);
  align-items: center;
}
.offer-lead { max-width: 32rem; }
.offer-lead .eyebrow { color: var(--teal); }
.offer-lead h2 { color: var(--bg); font-size: clamp(2rem, 4vw, 3.4rem); margin-bottom: 26px; }
.offer-sub { color: rgba(241, 240, 234, 0.82); font-size: 17px; line-height: 1.65; margin: 0; }
.offer-sub em { color: var(--gold); }

.form-card {
  position: relative;
  background: var(--paper);
  border-radius: 6px;
  padding: clamp(30px, 3vw, 44px) clamp(26px, 3vw, 44px) clamp(26px, 2.4vw, 36px);
  box-shadow: var(--shadow-deep);
  text-align: center;
}
.form-card h3 { font-size: 1.7rem; color: var(--text); margin-bottom: 8px; }
.release-lede { color: var(--dark); font-size: 15px; line-height: 1.55; margin: 0 0 24px; }

.form-field { display: block; margin-bottom: 18px; }
.form-field > span {
  display: block;
  font-family: "Libre Franklin", sans-serif;
  font-size: 11px; letter-spacing: 0.14em; font-weight: 700;
  text-transform: uppercase; color: var(--subhead);
  margin-bottom: 9px;
}
.form-field input {
  width: 100%;
  font-family: "Libre Franklin", sans-serif;
  font-size: 16px; line-height: 1.5; color: var(--text);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: 14px 16px;
  transition: border-color 0.18s var(--ease), box-shadow 0.18s var(--ease);
}
.form-field input:focus {
  outline: none; border-color: var(--gold-deep);
  box-shadow: 0 0 0 3px rgba(255, 193, 36, 0.2);
}
.form-field input.invalid { border-color: #c1462f; box-shadow: 0 0 0 3px rgba(193, 70, 47, 0.12); }
.field-error { margin: -10px 0 14px; font-size: 13px; color: #a5382a; }
.form-submit { width: 100%; margin-top: 8px; justify-content: center; line-height: 1.35; padding-top: 16px; padding-bottom: 16px; text-align: center; }
.form-fineprint { font-size: 12px; line-height: 1.6; color: var(--subhead); text-align: center; margin: 16px 0 0; }
.form-fineprint a { color: var(--gold-deep); text-decoration: underline; text-underline-offset: 3px; }
.form-error {
  margin: 14px 0 0; padding: 12px 14px; border-radius: var(--r);
  background: rgba(193, 70, 47, 0.09); border: 1px solid rgba(193, 70, 47, 0.3);
  color: #a5382a; font-size: 14px; text-align: center;
}
.done { text-align: center; padding: 6px 0 8px; }
.done-avatar {
  width: 88px; height: 88px;
  object-fit: cover; object-position: center 16%;
  border-radius: 50%;
  margin: 0 auto 20px;
  display: block;
  box-shadow: 0 10px 26px -12px rgba(20, 26, 28, 0.5), 0 0 0 4px rgba(255, 193, 36, 0.9);
}
.done h3 { color: var(--text); margin-bottom: 12px; font-size: 1.7rem; }
.done p { color: var(--dark); font-size: 15.5px; line-height: 1.6; margin: 0; }
.done p em { font-style: italic; color: var(--text); }
.done #done_email { color: var(--text); font-weight: 600; }
.done-reset { margin-top: 16px; font-size: 14px; color: var(--subhead); }
.linklike {
  background: none; border: 0; padding: 0; margin: 0;
  font: inherit; color: var(--gold-deep); cursor: pointer;
  text-decoration: underline; text-underline-offset: 3px;
  transition: color 0.2s var(--ease);
}
.linklike:hover { color: var(--gold-deep); opacity: 0.78; }

/* =========================
   Close, Kyle, editorial
   ========================= */
.about-close { padding: clamp(90px, 13vh, 150px) 0; }
.about-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: clamp(36px, 5vw, 76px);
  align-items: center;
}
.about-portrait {
  margin: 0; position: relative;
  border-radius: var(--r);
  overflow: hidden;
  aspect-ratio: 4 / 5;
  max-width: 400px;
  box-shadow: var(--shadow-deep);
}
.about-portrait::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(200deg, rgba(255,193,36,0) 60%, rgba(36,64,79,0.25) 100%);
}
.about-portrait img { width: 100%; height: 100%; object-fit: cover; object-position: center 18%; display: block; }
.about-text { max-width: 36rem; }
.about-text .eyebrow { color: var(--subhead); }
.about-text h2 { font-size: clamp(2.2rem, 4.4vw, 3.4rem); color: var(--text); }
.about-text p { color: var(--dark); }
.about-text .about-line {
  font-family: "Newsreader", serif; font-style: italic;
  font-size: 1.35rem; line-height: 1.4; color: var(--text);
  margin-top: 28px; padding-top: 26px;
  border-top: 1px solid var(--line);
}
.about-quote {
  position: relative;
  margin: 30px 0 0;
  padding: 34px 28px 26px 30px;
  background: var(--paper);
  border-radius: 6px;
  box-shadow: var(--shadow);
}
.about-quote::before {
  content: "\201C";
  position: absolute;
  top: 20px; left: 24px;
  font-family: "Newsreader", serif;
  font-weight: 500;
  font-size: 2.6rem;
  line-height: 1;
  color: var(--gold);
}
.about-quote blockquote {
  position: relative;
  margin: 0 0 14px;
  font-family: "Newsreader", serif;
  font-size: 1.12rem;
  line-height: 1.5;
  color: var(--ink);
}
.about-quote blockquote::after {
  content: "\201D";
  font-family: "Newsreader", serif;
  font-weight: 500;
  color: var(--gold);
  margin-left: 3px;
  vertical-align: -0.42em;
  font-size: 2.6rem;
  line-height: 0;
}
.about-quote figcaption {
  font-family: "Libre Franklin", sans-serif;
  font-size: 11px; font-weight: 700;
  letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--subhead);
}

/* Footer legal links */
.footer-links { display: flex; gap: 22px; }
.footer-links a {
  font-family: "Libre Franklin", sans-serif;
  font-size: 12px; letter-spacing: 0.04em;
  color: rgba(241, 240, 234, 0.72);
}
.footer-links a:hover { color: var(--gold); }
@media (max-width: 640px) {
  .footer-inner { flex-direction: column; gap: 16px; }
}

/* =========================
   Legal pages
   ========================= */
.legal-header {
  background: var(--deepest);
  padding: 34px 0;
}
.legal-header .brand-name { color: var(--bg); }
.legal-header .brand-sub { color: rgba(241,240,234,0.6); }
.legal {
  max-width: 760px;
  margin: 0 auto;
  padding: clamp(50px, 9vh, 96px) clamp(22px, 5vw, 40px) 90px;
  position: relative; z-index: 2;
}
.legal .eyebrow { color: var(--subhead); }
.legal h1 { font-size: clamp(2.2rem, 5vw, 3.2rem); margin-bottom: 10px; }
.legal .updated { color: var(--subhead); font-size: 14px; margin-bottom: 40px; }
.legal h2 {
  font-size: 1.5rem; margin: 44px 0 14px;
  padding-top: 24px; border-top: 1px solid var(--line);
}
.legal p, .legal li { color: var(--dark); font-size: 16px; line-height: 1.7; }
.legal ul { padding-left: 22px; margin: 0 0 1.1em; }
.legal li { margin-bottom: 8px; }
.legal a { color: var(--gold-deep); text-decoration: underline; text-underline-offset: 3px; }
.legal .back {
  display: inline-block; margin-top: 40px;
  font-family: "Libre Franklin", sans-serif; font-size: 13px;
  letter-spacing: 0.08em; text-transform: uppercase; font-weight: 600;
}

/* =========================
   Footer
   ========================= */
.site-footer { background: var(--deepest); color: rgba(241, 240, 234, 0.62); padding: 40px 0; font-size: 13px; }
.footer-inner { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 16px 28px; align-items: center; }
.footer-inner .fname { font-family: "Newsreader", serif; font-size: 18px; color: rgba(241,240,234,0.85); }
.footer-meta { text-transform: uppercase; font-size: 10.5px; letter-spacing: 0.18em; color: rgba(241, 240, 234, 0.4); }
.footer-social a { color: rgba(241, 240, 234, 0.55); }
.footer-social a:hover { color: var(--gold); }
.footer-social svg { width: 18px; height: 18px; }

/* =========================
   Scroll reveal
   ========================= */
.reveal { opacity: 0; transform: translateY(34px); transition: opacity 0.9s var(--ease), transform 0.9s var(--ease); }
.reveal.in { opacity: 1; transform: none; }
.reveal.d1 { transition-delay: 0.08s; }
.reveal.d2 { transition-delay: 0.16s; }
.reveal.d3 { transition-delay: 0.24s; }

/* =========================
   Responsive
   ========================= */
@media (max-width: 900px) {
  body { font-size: 16.5px; }
  .reflect-grid { grid-template-columns: 1fr; gap: 44px; }
  .reflect-figure { order: -1; }
  .reflect-figure img { max-height: 420px; }
  .offer-inner { grid-template-columns: 1fr; gap: 44px; }
  .offer-lead { max-width: none; }
  .about-grid { grid-template-columns: 1fr; gap: 34px; justify-items: start; }
  .about-portrait { max-width: 320px; }
  .about-text { max-width: none; }
}
@media (max-width: 560px) {
  .spine { padding-left: 30px; }
  .reflect .turn::before { left: -37px; }
  .hero-content h1 { font-size: clamp(2.6rem, 12vw, 3.4rem); }
}

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