/* ============================================
   GALAXY — Editorial + Biomorphism
   ============================================ */

:root {
  --ink: #15201c;
  --ink-soft: #1e2c27;
  --ink-muted: rgba(232, 236, 233, 0.72);
  --paper: #f3f5f3;
  --mist: #e4ebe6;
  --moss: #5a7a68;
  --moss-deep: #3d5648;
  --sand: #b9a88c;
  --sand-soft: rgba(185, 168, 140, 0.28);
  --line: rgba(21, 32, 28, 0.12);
  --line-soft: rgba(232, 236, 233, 0.16);

  /* Center = warmer; devices = cooler */
  --warm-paper: #f5f1ea;
  --warm-mist: #ebe4da;
  --warm-accent: #c4a574;
  --cool-paper: #eef3f2;
  --cool-mist: #dde8e6;
  --cool-accent: #4f7a72;
  --cool-ink: #14302c;

  --font-display: "Cormorant Garamond", "Times New Roman", Georgia, serif;
  --font-body: "Outfit", system-ui, sans-serif;

  --content-max: 1120px;
  --pad-x: clamp(1.25rem, 4vw, 2.25rem);
  --section-pad-y: clamp(4rem, 9vw, 7.5rem);
  --section-pad-y-quiet: clamp(5rem, 11vw, 8.75rem);
  --section-pad-y-dense: clamp(2.75rem, 6vw, 4.5rem);

  --ease-out: cubic-bezier(0.22, 1, 0.36, 1);
  --focus-ring: 2px solid var(--sand);
  --focus-offset: 3px;

  --organic: 58% 42% 48% 52% / 48% 54% 46% 52%;
  --organic-alt: 42% 58% 55% 45% / 52% 42% 58% 48%;
  --organic-soft: 48% 52% 44% 56% / 56% 44% 52% 48%;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

body {
  margin: 0;
  min-width: 320px;
  font-family: var(--font-body);
  font-size: 1.0625rem;
  font-weight: 400;
  line-height: 1.65;
  color: var(--ink);
  background: var(--paper);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body.nav-open {
  overflow: hidden;
}

body.nav-open .sticky-cta {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

img,
svg {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.2em;
}

a:hover {
  color: var(--moss-deep);
}

a.btn,
a.btn:hover,
a.btn:focus-visible,
a.btn:visited,
a.sticky-cta,
a.sticky-cta:hover,
a.sticky-cta:focus-visible,
a.sticky-cta:visited {
  color: inherit;
  text-decoration: none;
}

a.btn--primary,
a.btn--primary:hover,
a.btn--primary:focus-visible,
a.btn--primary:visited,
a.btn--book,
a.btn--book:hover,
a.btn--book:focus-visible,
a.btn--book:visited,
a.sticky-cta,
a.sticky-cta:hover,
a.sticky-cta:focus-visible,
a.sticky-cta:visited {
  color: #fff !important;
}

:focus-visible {
  outline: var(--focus-ring);
  outline-offset: var(--focus-offset);
}

.skip-link {
  position: absolute;
  top: -100%;
  left: var(--pad-x);
  z-index: 1000;
  padding: 0.75rem 1.25rem;
  border-radius: 999px;
  background: var(--moss);
  color: #fff;
  font-weight: 500;
  text-decoration: none;
}

.skip-link:focus {
  top: 1rem;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.container {
  width: min(100% - (var(--pad-x) * 2), var(--content-max));
  margin-inline: auto;
}

.section {
  position: relative;
  padding-block: var(--section-pad-y);
  overflow: hidden;
}

.section--paper {
  background: var(--paper);
  color: var(--ink);
}

.section--mist {
  background: var(--mist);
  color: var(--ink);
}

.section--ink {
  background: var(--ink);
  color: #e8ece9;
}

.section--ink a:hover {
  color: var(--sand);
}

/* --- Section rhythm: dense → quiet → cool → airy → dense → quiet --- */
.audience {
  padding-block: var(--section-pad-y-dense);
  background:
    radial-gradient(ellipse 80% 60% at 15% 20%, rgba(185, 168, 140, 0.14), transparent 55%),
    var(--ink);
}

.sessions {
  padding-block: var(--section-pad-y-quiet);
  background:
    linear-gradient(165deg, var(--warm-paper) 0%, #f7f4ef 48%, var(--warm-mist) 100%);
  color: var(--ink);
}

.sessions .eyebrow {
  color: #9a7d52;
}

.sessions .section-head__title {
  color: #1a1712;
}

.devices {
  padding-block: var(--section-pad-y);
  background:
    linear-gradient(180deg, var(--cool-mist) 0%, var(--cool-paper) 55%, #e8f0ef 100%);
  color: var(--cool-ink);
}

.devices .eyebrow {
  color: var(--cool-accent);
}

.devices .section-head__title {
  color: var(--cool-ink);
}

.devices .section-head__lead {
  color: rgba(20, 48, 44, 0.78);
}

.reviews {
  padding-block: var(--section-pad-y-quiet);
  background:
    linear-gradient(180deg, #f6f4f0 0%, var(--warm-paper) 100%);
}

.reviews .eyebrow {
  color: #9a7d52;
}

.cta {
  padding-block: var(--section-pad-y-dense);
  background:
    radial-gradient(ellipse 70% 50% at 80% 10%, rgba(185, 168, 140, 0.12), transparent 50%),
    var(--ink);
}

.faq {
  padding-block: var(--section-pad-y-quiet);
  background: var(--paper);
}

/* --- Type --- */
h1,
h2,
h3,
.section-head__title {
  font-family: var(--font-display);
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: -0.025em;
  margin: 0 0 0.75rem;
}

h1 {
  font-size: clamp(2.75rem, 7vw, 5.25rem);
}

h2,
.section-head__title {
  font-size: clamp(2.55rem, 5.8vw, 4.25rem);
  font-weight: 600;
  color: #121a16;
}

h3 {
  font-size: clamp(1.5rem, 2.5vw, 1.95rem);
}

.eyebrow {
  margin: 0 0 0.85rem;
  font-family: var(--font-body);
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--moss);
}

.section--ink .eyebrow {
  color: var(--sand);
}

.section-head {
  max-width: 40rem;
  margin-bottom: clamp(2.25rem, 5.5vw, 3.75rem);
}

.section-head__lead {
  margin: 0.85rem 0 0;
  max-width: 28rem;
  font-size: clamp(1rem, 1.6vw, 1.08rem);
  line-height: 1.55;
  color: rgba(21, 32, 28, 0.72);
  font-weight: 400;
  letter-spacing: 0.01em;
}

p {
  margin: 0 0 1rem;
}

p:last-child {
  margin-bottom: 0;
}

.price {
  font-family: var(--font-display);
  font-size: 1.35rem;
  font-weight: 600;
  letter-spacing: -0.01em;
}

/* --- Buttons --- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  min-height: 3rem;
  padding: 0.8rem 1.45rem;
  border: 1px solid transparent;
  border-radius: 999px;
  font-family: var(--font-body);
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.2;
  text-decoration: none;
  cursor: pointer;
  transition:
    background-color 0.25s var(--ease-out),
    color 0.25s var(--ease-out),
    border-color 0.25s var(--ease-out),
    transform 0.25s var(--ease-out);
}

.btn:hover {
  text-decoration: none;
}

.btn:active {
  transform: translateY(1px);
}

.btn--primary {
  background: #3f6354;
  color: #fff;
}

.btn--primary:hover {
  background: #314f43;
  color: #fff;
}

.btn--book {
  background: #2f5a48;
  color: #fff !important;
  border-color: transparent;
  box-shadow:
    0 10px 28px rgba(21, 32, 28, 0.2),
    0 0 0 1px rgba(255, 255, 255, 0.08) inset;
  font-weight: 600;
  letter-spacing: 0.01em;
}

.btn--book:hover {
  background: #24483a;
  color: #fff !important;
  box-shadow:
    0 14px 34px rgba(21, 32, 28, 0.26),
    0 0 0 1px rgba(255, 255, 255, 0.1) inset;
}

.hero__actions .btn--book,
.sessions__cta-row .btn--book,
.faq__cta.btn--book,
.site-nav__cta.btn--book {
  min-height: 3.15rem;
  padding-inline: 1.55rem;
}

.sticky-cta,
.sticky-cta.btn--book {
  background: #2f5a48;
  color: #fff !important;
  font-weight: 600;
  box-shadow: 0 12px 36px rgba(21, 32, 28, 0.28);
}

.sticky-cta:hover,
.sticky-cta.btn--book:hover {
  background: #24483a;
  color: #fff !important;
}

.btn--secondary {
  background: transparent;
  color: var(--ink);
  border-color: rgba(21, 32, 28, 0.28);
}

.btn--secondary:hover {
  border-color: var(--moss);
  color: var(--moss-deep);
}

.btn--ghost {
  background: transparent;
  color: inherit;
  border-color: currentColor;
  opacity: 0.9;
}

.btn--ghost:hover {
  background: rgba(255, 255, 255, 0.08);
  color: inherit;
}

.section--paper .btn--ghost,
.section--mist .btn--ghost {
  color: var(--ink);
  border-color: rgba(21, 32, 28, 0.28);
}

.btn-group {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

/* --- Organic frames / blobs --- */
.organic-frame {
  margin: 0;
  overflow: hidden;
  border-radius: var(--organic);
}

.organic-frame--alt {
  border-radius: var(--organic-alt);
}

.organic-frame--soft {
  border-radius: var(--organic-soft);
}

.organic-frame img,
.organic-frame iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 0;
}

.blob {
  position: absolute;
  pointer-events: none;
  z-index: 0;
  border-radius: 60% 40% 55% 45% / 45% 55% 45% 55%;
  filter: blur(8px);
  opacity: 0.45;
  animation: blob-breathe 9s ease-in-out infinite;
}

.blob--hero-a {
  top: 12%;
  right: 8%;
  width: min(42vw, 420px);
  height: min(42vw, 420px);
  background: radial-gradient(circle, rgba(90, 122, 104, 0.55), transparent 70%);
}

.blob--hero-b {
  bottom: -8%;
  left: -6%;
  width: min(50vw, 520px);
  height: min(42vw, 420px);
  background: radial-gradient(circle, rgba(185, 168, 140, 0.35), transparent 72%);
  animation-delay: -3s;
}

.blob--ink-soft {
  top: -10%;
  right: -8%;
  width: min(55vw, 560px);
  height: min(45vw, 460px);
  background: radial-gradient(circle, rgba(90, 122, 104, 0.35), transparent 70%);
}

.blob--dawn {
  top: 10%;
  left: 50%;
  width: min(70vw, 680px);
  height: min(50vw, 480px);
  transform: translateX(-50%);
  background: radial-gradient(circle, rgba(185, 168, 140, 0.4), transparent 68%);
}

.blob--mist {
  bottom: -20%;
  left: -10%;
  width: min(60vw, 580px);
  height: min(50vw, 480px);
  background: radial-gradient(circle, rgba(90, 122, 104, 0.22), transparent 70%);
}

.blob--cta {
  top: 20%;
  right: -10%;
  width: min(55vw, 520px);
  height: min(45vw, 440px);
  background: radial-gradient(circle, rgba(185, 168, 140, 0.28), transparent 70%);
}

@keyframes blob-breathe {
  0%,
  100% {
    transform: scale(1) translate(0, 0);
  }
  50% {
    transform: scale(1.06) translate(1.5%, -1%);
  }
}

.blob--dawn {
  animation-name: blob-breathe-center;
}

@keyframes blob-breathe-center {
  0%,
  100% {
    transform: translateX(-50%) scale(1);
  }
  50% {
    transform: translateX(-50%) scale(1.07);
  }
}

@media (prefers-reduced-motion: reduce) {
  .blob {
    animation: none;
  }
}

/* --- Reveal --- */
.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition:
    opacity 0.7s var(--ease-out),
    transform 0.7s var(--ease-out);
  transition-delay: var(--reveal-delay, 0ms);
}

.reveal.is-visible {
  opacity: 1;
  transform: none;
}

@media (prefers-reduced-motion: reduce) {
  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

/* --- Header --- */
.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  padding: 0.85rem 0;
  transition:
    background-color 0.3s var(--ease-out),
    backdrop-filter 0.3s var(--ease-out),
    border-color 0.3s var(--ease-out);
  border-bottom: 1px solid transparent;
}

.site-header.is-scrolled {
  background: rgba(243, 245, 243, 0.88);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom-color: var(--line);
}

/* backdrop-filter creates a containing block for position:fixed —
   when the menu is open, disable it so the overlay covers the viewport */
.site-header.is-open {
  background: transparent;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  border-bottom-color: transparent;
}

.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.site-header__logo {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  text-decoration: none;
  color: #e8ece9;
  transition: color 0.25s var(--ease-out);
}

.site-header.is-scrolled .site-header__logo {
  color: var(--ink);
}

.site-header.is-open .site-header__logo {
  color: #e8ece9;
  position: relative;
  z-index: 110;
}

.site-header__logo:hover {
  color: var(--sand);
}

.site-header.is-scrolled .site-header__logo:hover {
  color: var(--moss-deep);
}

.site-header__mark {
  width: auto;
  height: 42px;
  max-width: 7.5rem;
  border-radius: 0.65rem;
  object-fit: contain;
  background: transparent;
}

.site-header.is-scrolled .site-header__mark {
  background: transparent;
  box-shadow: none;
}

.site-header__brand {
  font-family: var(--font-display);
  font-size: 1.35rem;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.site-header__toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.site-header__toggle-bar {
  display: block;
  width: 22px;
  height: 1.5px;
  margin-inline: auto;
  background: currentColor;
  color: #e8ece9;
  transition: transform 0.3s var(--ease-out), opacity 0.3s var(--ease-out);
}

.site-header.is-scrolled .site-header__toggle-bar {
  color: var(--ink);
}

.site-header.is-open .site-header__toggle-bar:first-child {
  transform: translateY(3.75px) rotate(45deg);
}

.site-header.is-open .site-header__toggle-bar:last-child {
  transform: translateY(-3.75px) rotate(-45deg);
}

.site-nav__backdrop,
.site-nav__eyebrow,
.site-nav__num,
.site-nav__meta {
  display: none;
}

.site-nav__list {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.site-nav__link {
  display: inline-flex;
  gap: 0.4rem;
  text-decoration: none;
  font-size: 0.9375rem;
  font-weight: 400;
  color: rgba(232, 236, 233, 0.82);
}

.site-header.is-scrolled .site-nav__link {
  color: rgba(21, 32, 28, 0.9);
  font-weight: 500;
}

.site-nav__link:hover {
  color: var(--sand);
}

.site-header.is-scrolled .site-nav__link:hover {
  color: var(--moss-deep);
}

.site-nav__cta {
  display: none;
}

@media (max-width: 900px) {
  .site-header__toggle {
    display: inline-flex;
    color: #e8ece9;
  }

  .site-header.is-scrolled .site-header__toggle {
    color: var(--ink);
  }

  .site-header.is-open .site-header__toggle {
    position: relative;
    z-index: 110;
    color: #e8ece9;
  }

  .site-header.is-open .site-header__toggle-bar,
  .site-header.is-scrolled.is-open .site-header__toggle,
  .site-header.is-scrolled.is-open .site-header__toggle-bar {
    color: #e8ece9;
  }

  .site-header.is-scrolled.is-open .site-header__logo {
    color: #e8ece9;
  }

  .site-nav {
    position: fixed;
    inset: 0;
    z-index: 105;
    width: 100vw;
    height: 100%;
    height: 100dvh;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.35s var(--ease-out), visibility 0.35s var(--ease-out);
  }

  .site-header.is-open .site-nav {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .site-nav__backdrop {
    display: block;
    position: absolute;
    inset: 0;
    background:
      radial-gradient(ellipse 70% 45% at 70% 20%, rgba(90, 122, 104, 0.35), transparent 60%),
      #15201c;
  }

  .site-nav__panel {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 100%;
    padding:
      max(5.75rem, calc(env(safe-area-inset-top) + 4.75rem))
      max(1.35rem, env(safe-area-inset-right))
      max(2rem, calc(env(safe-area-inset-bottom) + 1.25rem))
      max(1.35rem, env(safe-area-inset-left));
  }

  .site-nav__eyebrow {
    display: block;
    margin: 0 0 1.5rem;
    font-size: 0.75rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--sand);
    opacity: 0;
    transform: translateY(12px);
    transition: opacity 0.4s var(--ease-out), transform 0.4s var(--ease-out);
  }

  .site-nav__list {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    margin-bottom: 2rem;
    border-top: 1px solid var(--line-soft);
  }

  .site-nav__list li {
    border-bottom: 1px solid var(--line-soft);
    opacity: 0;
    transform: translateY(16px);
    transition:
      opacity 0.45s var(--ease-out),
      transform 0.45s var(--ease-out);
    transition-delay: calc(0.08s + var(--i, 0) * 0.06s);
  }

  .site-nav__link {
    display: flex;
    align-items: baseline;
    gap: 1rem;
    width: 100%;
    padding: 1.1rem 0;
    font-family: var(--font-display);
    font-size: clamp(1.85rem, 7vw, 2.35rem);
    color: #e8ece9;
  }

  .site-nav__num {
    display: inline-block;
    font-family: var(--font-body);
    font-size: 0.75rem;
    letter-spacing: 0.1em;
    color: var(--sand);
  }

  .site-nav__cta {
    display: inline-flex;
    width: fit-content;
    margin-bottom: 1.5rem;
    opacity: 0;
    transform: translateY(12px);
    transition:
      opacity 0.45s var(--ease-out),
      transform 0.45s var(--ease-out);
    transition-delay: calc(0.08s + var(--i, 0) * 0.06s);
  }

  .site-nav__meta {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    opacity: 0;
    transform: translateY(12px);
    transition:
      opacity 0.45s var(--ease-out),
      transform 0.45s var(--ease-out);
    transition-delay: calc(0.08s + var(--i, 0) * 0.06s);
  }

  .site-nav__meta-link {
    color: var(--ink-muted);
    text-decoration: none;
    font-size: 0.9375rem;
  }

  .site-header.is-open .site-nav__eyebrow,
  .site-header.is-open .site-nav__list li,
  .site-header.is-open .site-nav__cta,
  .site-header.is-open .site-nav__meta {
    opacity: 1;
    transform: none;
  }
}

@media (min-width: 901px) {
  .site-nav__panel {
    display: flex;
    align-items: center;
    gap: 1.5rem;
  }

  .site-nav__cta {
    display: inline-flex;
    min-height: 2.5rem;
    padding: 0.55rem 1.15rem;
    font-size: 0.875rem;
  }

  .site-header:not(.is-scrolled) .site-nav__cta.btn--primary {
    background: rgba(232, 236, 233, 0.12);
    color: #e8ece9;
    border-color: rgba(232, 236, 233, 0.28);
  }

  .site-header:not(.is-scrolled) .site-nav__cta.btn--primary:hover {
    background: rgba(232, 236, 233, 0.2);
  }
}

/* --- Hero --- */
.hero {
  position: relative;
  min-height: 100svh;
  display: grid;
  align-items: end;
  grid-template-rows: 1fr auto;
  padding:
    max(6.5rem, calc(env(safe-area-inset-top) + 5.5rem))
    0
    0;
  color: #fff;
  overflow: hidden;
}

.hero__media {
  position: absolute;
  inset: 0;
  z-index: 0;
  margin: 0;
  overflow: hidden;
  background: #141a17;
}

.hero__poster,
.hero__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.hero__poster {
  z-index: 0;
  object-fit: cover;
  object-position: center center;
  filter: saturate(0.85) contrast(1.05);
}

.hero__video {
  z-index: 1;
  object-fit: cover;
  object-position: center center;
  opacity: 0;
  transition: opacity 0.6s var(--ease-out);
}

.hero__video.is-ready {
  opacity: 1;
}

.hero.has-video .hero__poster {
  opacity: 0;
  transition: opacity 0.6s var(--ease-out);
}

@media (prefers-reduced-motion: reduce) {
  .hero__video {
    display: none !important;
  }

  .hero.has-video .hero__poster,
  .hero__poster {
    opacity: 1;
  }
}

.hero__veil {
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    linear-gradient(
      180deg,
      rgba(10, 16, 14, 0.42) 0%,
      rgba(10, 16, 14, 0.32) 32%,
      rgba(10, 16, 14, 0.62) 68%,
      rgba(8, 12, 11, 0.82) 100%
    ),
    linear-gradient(
      90deg,
      rgba(8, 12, 11, 0.55) 0%,
      rgba(8, 12, 11, 0.32) 42%,
      rgba(8, 12, 11, 0.08) 72%,
      transparent 100%
    );
  pointer-events: none;
}

@media (min-width: 769px) {
  .hero__veil {
    opacity: 1;
    /* Text side stays readable; girl / open sky on the right stays brighter */
    background:
      linear-gradient(
        90deg,
        rgba(8, 12, 11, 0.58) 0%,
        rgba(8, 12, 11, 0.38) 28%,
        rgba(8, 12, 11, 0.12) 52%,
        rgba(8, 12, 11, 0.02) 72%,
        transparent 100%
      ),
      linear-gradient(
        180deg,
        rgba(10, 16, 14, 0.18) 0%,
        rgba(10, 16, 14, 0.08) 40%,
        rgba(10, 16, 14, 0.28) 78%,
        rgba(8, 12, 11, 0.42) 100%
      );
  }

  .hero__inner::before {
    display: block;
    background: radial-gradient(
      ellipse 85% 95% at 18% 68%,
      rgba(0, 0, 0, 0.34),
      transparent 72%
    );
  }
}

.hero .blob {
  z-index: 2;
  pointer-events: none;
}

.hero__inner {
  position: relative;
  z-index: 20;
  max-width: 42rem;
  width: min(100% - (var(--pad-x) * 2), 42rem);
  margin-inline: 0 auto 0 max(var(--pad-x), calc((100% - var(--content-max)) / 2));
  margin-bottom: clamp(1.5rem, 4vw, 2.75rem);
  justify-self: start;
  pointer-events: auto;
  text-align: left;
}

.hero__inner::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: -1.25rem -1rem -1.5rem -1.25rem;
  border-radius: 1.5rem;
  background: radial-gradient(
    ellipse 80% 90% at 20% 70%,
    rgba(0, 0, 0, 0.32),
    transparent 70%
  );
  pointer-events: none;
}

.hero__brand {
  margin: 0 0 0.45rem;
  font-family: var(--font-display);
  font-size: clamp(2.5rem, 8vw, 4.5rem);
  font-weight: 600;
  letter-spacing: 0.06em;
  line-height: 0.95;
  color: #fff;
  text-shadow:
    0 1px 2px rgba(0, 0, 0, 0.75),
    0 2px 8px rgba(0, 0, 0, 0.55),
    0 8px 32px rgba(0, 0, 0, 0.65);
}

.hero__where {
  margin: 0 0 1rem;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #fff;
  text-shadow:
    0 1px 2px rgba(0, 0, 0, 0.7),
    0 3px 14px rgba(0, 0, 0, 0.55);
}

.hero__title {
  margin: 0 0 0.85rem;
  max-width: 18ch;
  font-size: clamp(1.85rem, 4.2vw, 2.85rem);
  font-weight: 600;
  color: #fff;
  text-shadow:
    0 1px 2px rgba(0, 0, 0, 0.8),
    0 3px 12px rgba(0, 0, 0, 0.55),
    0 10px 36px rgba(0, 0, 0, 0.6);
}

.hero__tagline {
  margin: 0 0 1rem;
  max-width: 38ch;
  font-size: 1.08rem;
  font-weight: 500;
  line-height: 1.55;
  color: #fff;
  text-shadow:
    0 1px 2px rgba(0, 0, 0, 0.75),
    0 3px 14px rgba(0, 0, 0, 0.55);
}

.hero__stage {
  min-height: 5.75rem;
  margin: 0 0 0.35rem;
}

.hero__verse {
  margin: 0 0 0.45rem;
  max-width: 22ch;
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 3vw, 1.85rem);
  font-weight: 600;
  line-height: 1.25;
  color: #fff;
  text-shadow:
    0 1px 2px rgba(0, 0, 0, 0.75),
    0 4px 24px rgba(0, 0, 0, 0.6);
}

.hero__verse--shine {
  margin-bottom: 0.95rem;
  color: #fff;
}

.hero__promise {
  display: grid;
  gap: 0.25rem;
  margin: 0 0 1.1rem;
  padding: 0;
}

.hero__promise-main {
  font-size: clamp(1.08rem, 2.2vw, 1.28rem);
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #fff;
  text-shadow:
    0 1px 2px rgba(0, 0, 0, 0.75),
    0 3px 14px rgba(0, 0, 0, 0.55);
}

.hero__promise-sub {
  font-size: 1.05rem;
  font-weight: 550;
  line-height: 1.4;
  color: #fff;
  text-shadow:
    0 1px 2px rgba(0, 0, 0, 0.75),
    0 3px 12px rgba(0, 0, 0, 0.5);
}

.hero__gets {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem 0.85rem;
  list-style: none;
  margin: 0 0 1.35rem;
  padding: 0;
}

.hero__gets li {
  position: relative;
  padding-left: 0.95rem;
  font-size: 0.98rem;
  font-weight: 600;
  color: #fff;
  text-shadow:
    0 1px 2px rgba(0, 0, 0, 0.75),
    0 3px 12px rgba(0, 0, 0, 0.5);
}

.hero__gets li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.25);
}

.audience__lead {
  margin: 0.55rem 0 0;
  max-width: 28rem;
  font-size: 1rem;
  line-height: 1.5;
  color: var(--ink-muted);
}

.hero__actions .btn--ghost {
  border-color: rgba(255, 255, 255, 0.75);
  color: #fff !important;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.45);
}

.hero__actions .btn--ghost:hover {
  border-color: #fff;
  color: #fff !important;
  background: rgba(255, 255, 255, 0.12);
}

.hero__offer {
  position: relative;
  z-index: 20;
  width: 100%;
  padding: 0.95rem var(--pad-x);
  background: linear-gradient(90deg, #1e2c27, #2a3a33 50%, #1e2c27);
  border-top: 1px solid rgba(185, 168, 140, 0.22);
}

.hero__offer-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.65rem 1.25rem;
  width: min(100%, var(--content-max));
  margin-inline: auto;
}

.hero__offer-badge {
  display: inline-flex;
  align-items: center;
  padding: 0.25rem 0.7rem;
  border-radius: 999px;
  background: rgba(185, 168, 140, 0.22);
  color: var(--sand);
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.hero__offer-text {
  margin: 0;
  font-size: 0.9375rem;
  color: #e8ece9;
}

.hero__offer-text strong {
  color: var(--sand);
  font-weight: 600;
}

.hero__offer-link {
  color: var(--sand);
  font-weight: 500;
  text-decoration: none;
  border-bottom: 1px solid rgba(185, 168, 140, 0.45);
}

.hero__offer-link:hover {
  color: #fff;
}

@media (max-width: 640px) {
  .hero__offer-inner {
    flex-direction: column;
    text-align: center;
    gap: 0.45rem;
  }
}

/* Visible by default without JS; choreography lives in motion.css when .js is on */
.hero [data-hero-reveal] {
  opacity: 1;
  transform: none;
}

@media (prefers-reduced-motion: reduce) {
  .js .hero [data-hero-reveal],
  .js .hero [data-hero-reveal].is-in,
  .hero [data-hero-reveal] {
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
    animation: none !important;
    transition: none !important;
  }
}

@media (max-width: 768px) {
  .hero {
    align-items: end;
  }

  .hero__inner {
    width: min(100% - (var(--pad-x) * 2), 42rem);
    margin-inline: auto;
    margin-bottom: clamp(1.1rem, 4vw, 1.75rem);
    text-align: left;
  }

  .hero__stage {
    min-height: 4.6rem;
  }

  .hero__brand {
    font-size: clamp(2.1rem, 11vw, 3.1rem);
  }

  .hero__where {
    margin-bottom: 0.7rem;
    font-size: 0.68rem;
  }

  .hero__title {
    max-width: 14ch;
    font-size: clamp(1.55rem, 7.2vw, 2.1rem);
    margin-bottom: 0.65rem;
  }

  .hero__tagline {
    max-width: 32ch;
    font-size: 0.95rem;
    line-height: 1.45;
    margin-bottom: 0.85rem;
  }

  .hero__verse {
    max-width: 16ch;
    font-size: clamp(1.2rem, 5.6vw, 1.45rem);
  }

  .hero__promise-main {
    font-size: 1.05rem;
  }

  .hero__promise-sub {
    font-size: 0.95rem;
  }

  .hero__gets {
    margin-bottom: 1.1rem;
    gap: 0.35rem 0.7rem;
  }

  .hero__gets li {
    font-size: 0.85rem;
  }

  .hero__actions {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    max-width: 20rem;
  }

  .hero__actions .btn {
    width: 100%;
    justify-content: center;
  }

  .js .hero [data-hero-reveal][data-hero-from="left"],
  .js .hero [data-hero-reveal][data-hero-from="right"] {
    transform: translate3d(0, 36px, 0);
  }

  .hero__sound {
    right: max(0.75rem, env(safe-area-inset-right));
    bottom: max(0.85rem, env(safe-area-inset-bottom));
    font-size: 0.7rem;
    padding: 0.5rem 0.75rem;
  }
}

/* --- Audience (before / after) --- */
.audience {
  /* rhythm + warmth handled in section rhythm block above */
}

.audience__layout {
  position: relative;
  z-index: 1;
}

.audience__intro {
  max-width: min(34rem, 100%);
  margin-bottom: clamp(1.15rem, 3vw, 1.75rem);
}

.audience__title {
  color: #f2eee6;
  font-size: clamp(1.85rem, 4.6vw, 2.75rem);
  line-height: 1.12;
  letter-spacing: -0.03em;
}

.audience__compare {
  display: grid;
  gap: clamp(0.85rem, 2.5vw, 1.25rem);
  max-width: 28rem;
}

.ba-slider {
  --pos: 50%;
  margin: 0;
}

.ba-slider__viewport {
  position: relative;
  overflow: hidden;
  aspect-ratio: 3 / 4;
  max-height: min(62vh, 520px);
  margin-inline: auto;
  border-radius: 1.15rem 0.85rem 1.35rem 0.95rem / 1.05rem 1.25rem 0.9rem 1.2rem;
  background: #1a1e1c;
  touch-action: none;
  user-select: none;
  cursor: ew-resize;
}

.ba-slider__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}

.ba-slider__img--before {
  clip-path: inset(0 calc(100% - var(--pos)) 0 0);
}

.ba-slider__tag {
  position: absolute;
  top: 0.75rem;
  z-index: 2;
  padding: 0.28rem 0.65rem;
  border-radius: 999px;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  pointer-events: none;
}

.ba-slider__tag--before {
  left: 0.75rem;
  background: rgba(21, 32, 28, 0.55);
  color: rgba(243, 245, 243, 0.9);
}

.ba-slider__tag--after {
  right: 0.75rem;
  background: rgba(185, 168, 140, 0.92);
  color: var(--ink);
}

.ba-slider__divider {
  position: absolute;
  top: 0;
  bottom: 0;
  left: var(--pos);
  z-index: 3;
  width: 2px;
  transform: translateX(-50%);
  background: rgba(243, 245, 243, 0.92);
  box-shadow: 0 0 0 1px rgba(21, 32, 28, 0.18);
  pointer-events: none;
}

.ba-slider__knob {
  position: absolute;
  top: 50%;
  left: 50%;
  display: grid;
  place-items: center;
  width: 2.5rem;
  height: 2.5rem;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: #f3f5f3;
  color: var(--ink);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.28);
}

.ba-slider__range {
  position: absolute;
  inset: 0;
  z-index: 4;
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0;
  cursor: ew-resize;
  appearance: none;
  -webkit-appearance: none;
  background: transparent;
}

.ba-slider__range:focus-visible {
  opacity: 0.01;
  outline: none;
}

.ba-slider__range:focus-visible + .ba-slider__divider,
.ba-slider__viewport:has(.ba-slider__range:focus-visible) .ba-slider__knob {
  box-shadow: 0 0 0 3px var(--sand);
}

.audience__captions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem 1rem;
}

.audience__caption {
  min-width: 0;
}

.audience__kicker {
  margin: 0 0 0.35rem;
  font-family: var(--font-display);
  font-size: 1.25rem;
  font-style: italic;
  font-weight: 500;
  color: var(--sand);
}

.audience__caption--before .audience__kicker {
  color: rgba(232, 236, 233, 0.55);
}

.audience__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.audience__list li {
  position: relative;
  padding: 0.4rem 0 0.4rem 0.95rem;
  border-top: 1px solid var(--line-soft);
  font-size: 0.9rem;
  line-height: 1.35;
  color: var(--ink-muted);
}

.audience__list li:last-child {
  border-bottom: 1px solid var(--line-soft);
}

.audience__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.75rem;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: rgba(232, 236, 233, 0.35);
}

.audience__caption--after .audience__list li::before {
  background: var(--sand);
}

@media (max-width: 520px) {
  .audience__list li {
    font-size: 0.8125rem;
    padding-block: 0.32rem;
  }

  .audience__kicker {
    font-size: 1.1rem;
  }

  .ba-slider__viewport {
    max-height: min(58vh, 440px);
  }
}

/* Desktop: editorial split — copy left, large compare right */
@media (min-width: 900px) {
  .audience {
    padding-block: clamp(4rem, 8vw, 6.5rem);
  }

  .audience__layout {
    display: grid;
    grid-template-columns: minmax(17rem, 0.92fr) minmax(0, 1.35fr);
    gap: clamp(2rem, 4.5vw, 4.25rem);
    align-items: center;
  }

  .audience__intro {
    max-width: 26rem;
    margin-bottom: 0;
  }

  .audience__title {
    font-size: clamp(2.15rem, 2.8vw, 2.85rem);
    line-height: 1.08;
  }

  .audience__lead {
    margin-top: 0.85rem;
    font-size: 1.125rem;
    line-height: 1.55;
    max-width: 22rem;
  }

  .audience__compare {
    max-width: none;
    display: grid;
    grid-template-columns: minmax(7.5rem, 10.5rem) minmax(0, 1fr) minmax(7.5rem, 10.5rem);
    gap: 1rem 1.35rem;
    align-items: center;
  }

  .audience__compare > .ba-slider {
    grid-column: 2;
    grid-row: 1;
  }

  .audience__captions {
    display: contents;
  }

  .audience__caption--before {
    grid-column: 1;
    grid-row: 1;
    align-self: center;
  }

  .audience__caption--after {
    grid-column: 3;
    grid-row: 1;
    align-self: center;
  }

  .audience__kicker {
    font-size: 1.55rem;
    margin-bottom: 0.55rem;
  }

  .audience__list li {
    padding: 0.55rem 0 0.55rem 1.05rem;
    font-size: 1rem;
    line-height: 1.4;
  }

  .ba-slider__viewport {
    max-height: min(72vh, 640px);
    width: 100%;
    margin-inline: 0;
    border-radius: 1.4rem 1.05rem 1.55rem 1.15rem / 1.2rem 1.45rem 1.05rem 1.35rem;
    box-shadow: 0 28px 60px rgba(0, 0, 0, 0.35);
  }

  .ba-slider__tag {
    top: 1rem;
    padding: 0.32rem 0.75rem;
    font-size: 0.72rem;
  }

  .ba-slider__tag--before {
    left: 1rem;
  }

  .ba-slider__tag--after {
    right: 1rem;
  }

  .ba-slider__knob {
    width: 2.75rem;
    height: 2.75rem;
  }
}

@media (min-width: 1100px) {
  .audience__compare {
    grid-template-columns: minmax(9rem, 12rem) minmax(0, 26rem) minmax(9rem, 12rem);
    justify-content: end;
  }
}

/* --- Scenario (dream + process) --- */
.scenario {
  padding-block: 0;
  background: transparent;
}

.scenario__dream {
  position: relative;
  background:
    linear-gradient(
      180deg,
      var(--ink) 0%,
      #1a2621 28%,
      #24332c 52%,
      #3a4d43 68%,
      #8a9a8e 82%,
      var(--mist) 92%,
      var(--paper) 100%
    );
  color: var(--ink);
  padding-block: clamp(4.5rem, 10vw, 8rem);
  overflow: hidden;
}

.scenario__photo {
  position: absolute;
  inset: auto 0 0 0;
  height: 36%;
  margin: 0;
  opacity: 0.16;
  pointer-events: none;
  mask-image: linear-gradient(to top, rgba(0, 0, 0, 0.75), transparent);
  -webkit-mask-image: linear-gradient(to top, rgba(0, 0, 0, 0.75), transparent);
}

.scenario__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.8);
}

.scenario__dream-inner {
  position: relative;
  z-index: 1;
  max-width: 40rem;
}

.scenario__dream-eyebrow {
  color: var(--sand);
}

.scenario__dream-title {
  margin: 0 0 2rem;
  max-width: 14ch;
  color: #f7f8f6;
  font-family: var(--font-display);
  font-size: clamp(2rem, 4.5vw, 3.25rem);
  font-weight: 500;
  line-height: 1.1;
}

.scenario__thoughts {
  display: grid;
  gap: 1.35rem;
  padding: 1.35rem 1.35rem 1.5rem;
  border-radius: 1.75rem 2.25rem 2rem 1.85rem / 2rem 1.75rem 2.25rem 1.9rem;
  background: rgba(15, 22, 19, 0.55);
  border: 1px solid rgba(232, 236, 233, 0.1);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

.scenario__thought {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 2.6vw, 1.85rem);
  font-weight: 500;
  line-height: 1.35;
  color: #f7f8f6;
}

.scenario__thought--lead {
  margin-top: 0.5rem;
  padding-top: 1.35rem;
  border-top: 1px solid rgba(247, 248, 246, 0.22);
  font-size: clamp(1.15rem, 2vw, 1.4rem);
  color: rgba(247, 248, 246, 0.9);
}

.scenario__bridge {
  margin-top: 2.5rem;
  margin-bottom: 0;
  font-size: 1.0625rem;
  font-weight: 500;
  color: var(--ink);
}

.scenario__process {
  padding-block: clamp(3.5rem, 7vw, 5.5rem);
  background: var(--paper);
}

.scenario__timeline {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0;
  border-top: 1px solid var(--line);
}

.scenario__step {
  display: grid;
  grid-template-columns: 4.5rem minmax(0, 1fr);
  gap: 1rem;
  padding: 1.65rem 0;
  border-bottom: 1px solid var(--line);
}

.scenario__num {
  font-family: var(--font-display);
  font-size: 1.75rem;
  font-weight: 500;
  color: var(--moss);
  line-height: 1;
}

.scenario__step-title {
  margin: 0 0 0.5rem;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.65rem;
}

.scenario__badge {
  font-family: var(--font-body);
  font-size: 0.6875rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--moss);
}

.scenario__step-text {
  margin: 0;
  max-width: 42rem;
  color: rgba(21, 32, 28, 0.88);
  font-weight: 450;
}

@media (max-width: 560px) {
  .scenario__step {
    grid-template-columns: 3rem minmax(0, 1fr);
  }
}

/* --- Sessions / price table --- */
.sessions__story {
  margin: 1rem 0 1.5rem;
  max-width: 38rem;
  display: grid;
  gap: 0.85rem;
}

.sessions__story p {
  margin: 0;
  font-size: clamp(1.02rem, 1.7vw, 1.12rem);
  line-height: 1.6;
  color: rgba(21, 32, 28, 0.78);
}

.sessions__story-brand {
  font-family: var(--font-display);
  font-size: clamp(1.2rem, 2.2vw, 1.45rem) !important;
  font-weight: 560;
  line-height: 1.35 !important;
  color: var(--ink) !important;
}

.sessions__story-mark {
  margin-right: 0.2rem;
}

.sessions__subhead {
  margin: 0 0 0.35rem;
  font-family: var(--font-display);
  font-size: clamp(1.45rem, 2.8vw, 1.85rem);
  font-weight: 600;
  line-height: 1.2;
  color: var(--ink);
}

.sessions__header .section-head__lead {
  max-width: 36rem;
  margin-bottom: 1rem;
}

.sessions__photo {
  margin: 0 0 clamp(1.75rem, 4vw, 2.75rem);
  aspect-ratio: 21 / 9;
  max-height: 320px;
}

.sessions__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.price-table-wrap {
  overflow-x: auto;
  margin-bottom: clamp(2rem, 5vw, 3rem);
  -webkit-overflow-scrolling: touch;
}

.price-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 640px;
}

.price-table th,
.price-table td {
  padding: 1rem 0.85rem;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid var(--line);
}

.price-table thead th {
  font-family: var(--font-body);
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--moss);
  border-bottom-color: rgba(21, 32, 28, 0.22);
}

.price-table tbody th {
  font-family: var(--font-display);
  font-size: 1.15rem;
  font-weight: 600;
  color: var(--ink);
}

.price-table td {
  color: rgba(21, 32, 28, 0.72);
  font-size: 0.975rem;
}

.price-table__row--featured th,
.price-table__row--featured td {
  background: rgba(90, 122, 104, 0.06);
}

.price-badge {
  display: inline-block;
  margin-right: 0.4rem;
  font-family: var(--font-body);
  font-size: 0.6875rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--moss-deep);
}

.sessions__location {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(1.25rem, 3vw, 2rem);
  align-items: center;
  margin-bottom: 1.5rem;
}

.sessions__address {
  margin: 0 0 1.15rem;
  font-family: var(--font-display);
  font-size: clamp(1.65rem, 3vw, 2.25rem);
  font-weight: 500;
  line-height: 1.15;
}

.sessions__map {
  min-height: 240px;
  aspect-ratio: 16 / 10;
  background: var(--mist);
}

.sessions__disclaimer {
  margin: 0;
  font-size: 0.8125rem;
  line-height: 1.55;
  color: rgba(21, 32, 28, 0.55);
}

@media (max-width: 800px) {
  .sessions__location {
    grid-template-columns: 1fr;
  }

  .sessions__photo {
    aspect-ratio: 16 / 10;
    max-height: none;
  }
}

@media (max-width: 700px) {
  .price-table {
    min-width: 0;
  }

  .price-table thead {
    display: none;
  }

  .price-table,
  .price-table tbody,
  .price-table tr,
  .price-table th,
  .price-table td {
    display: block;
    width: 100%;
  }

  .price-table tr {
    padding: 1.1rem 0;
    border-bottom: 1px solid var(--line);
  }

  .price-table th,
  .price-table td {
    padding: 0.25rem 0;
    border: 0;
  }

  .price-table td::before {
    content: attr(data-label);
    display: block;
    margin-bottom: 0.15rem;
    font-size: 0.6875rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--moss);
  }

  .price-table__row--featured {
    padding-inline: 0.85rem;
    border-radius: 1.25rem;
  }
}

/* --- CTA / form --- */
.cta__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: clamp(2rem, 5vw, 3.5rem);
  align-items: start;
}

.cta__title {
  max-width: 14ch;
  color: #e8ece9;
}

.cta__text {
  max-width: 34ch;
  color: var(--ink-muted);
}

.cta__phone {
  margin: 1.25rem 0;
  color: var(--ink-muted);
}

.cta__phone a {
  color: var(--sand);
  text-decoration: none;
  font-weight: 500;
}

.cta__proof {
  list-style: none;
  margin: 0 0 1.25rem;
  padding: 0;
  display: grid;
  gap: 0.55rem;
}

.cta__proof li {
  position: relative;
  padding-left: 1rem;
  color: rgba(232, 236, 233, 0.7);
  font-size: 0.95rem;
}

.cta__proof a {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid rgba(232, 236, 233, 0.28);
  transition: color 0.2s ease, border-color 0.2s ease;
}

.cta__proof a:hover,
.cta__proof a:focus-visible {
  color: #f7f8f6;
  border-bottom-color: rgba(247, 248, 246, 0.55);
}

.cta__proof li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.65em;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--sand);
}

.cta__messengers {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
}

.msg-link {
  text-decoration: none;
  font-size: 0.9375rem;
  color: var(--sand);
  border-bottom: 1px solid rgba(185, 168, 140, 0.45);
}

.msg-link:hover {
  color: #e8ece9;
}

.cta__panel {
  position: relative;
  z-index: 2;
  padding: clamp(1.35rem, 3vw, 1.85rem);
  border-radius: 2rem 2.75rem 2.25rem 2.5rem / 2.5rem 2rem 2.75rem 2.25rem;
  background: rgba(232, 236, 233, 0.06);
  border: 1px solid var(--line-soft);
  overflow: visible;
}

.cta-form__step {
  overflow: visible;
}

.cta-form__steps-dots {
  display: flex;
  gap: 0.45rem;
  margin-bottom: 1.35rem;
}

.cta-form__dot {
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 50%;
  background: rgba(232, 236, 233, 0.25);
}

.cta-form__dot.is-active {
  background: var(--sand);
}

.cta-form__field {
  margin-bottom: 1.15rem;
}

.cta-form__label {
  display: block;
  margin-bottom: 0.45rem;
  font-size: 0.8125rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--sand);
}

.cta-form__input {
  width: 100%;
  min-height: 3rem;
  padding: 0.75rem 1rem;
  border: 1px solid rgba(232, 236, 233, 0.22);
  border-radius: 999px;
  background: rgba(21, 32, 28, 0.35);
  color: #e8ece9;
  font-family: var(--font-body);
  font-size: 1rem;
}

.cta-form__input::placeholder {
  color: rgba(232, 236, 233, 0.4);
}

.cta-form__select {
  appearance: none;
  -webkit-appearance: none;
  background-image:
    linear-gradient(45deg, transparent 50%, rgba(232, 236, 233, 0.7) 50%),
    linear-gradient(135deg, rgba(232, 236, 233, 0.7) 50%, transparent 50%);
  background-position:
    calc(100% - 1.35rem) calc(50% - 0.2rem),
    calc(100% - 1rem) calc(50% - 0.2rem);
  background-size: 0.35rem 0.35rem, 0.35rem 0.35rem;
  background-repeat: no-repeat;
  padding-right: 2.5rem;
  cursor: pointer;
}

.intent-select {
  position: relative;
}

.intent-select__trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  width: 100%;
  min-height: 3rem;
  padding: 0.75rem 1.15rem;
  border: 1px solid rgba(185, 168, 140, 0.45);
  border-radius: 999px;
  background: rgba(21, 32, 28, 0.45);
  color: #e8ece9;
  font-family: var(--font-body);
  font-size: 1rem;
  text-align: left;
  cursor: pointer;
  transition:
    border-color 0.25s var(--ease-out),
    background-color 0.25s var(--ease-out),
    box-shadow 0.25s var(--ease-out);
}

.intent-select__trigger:hover,
.intent-select.is-open .intent-select__trigger {
  border-color: var(--sand);
  background: rgba(21, 32, 28, 0.6);
}

.intent-select__trigger:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(185, 168, 140, 0.22);
  border-color: var(--sand);
}

.intent-select__value {
  flex: 1;
  min-width: 0;
}

.intent-select__chevron {
  position: relative;
  flex-shrink: 0;
  width: 0.65rem;
  height: 0.65rem;
  border-right: 1.5px solid var(--sand);
  border-bottom: 1.5px solid var(--sand);
  transform: translateY(-15%) rotate(45deg);
  transition: transform 0.25s var(--ease-out);
}

.intent-select.is-open .intent-select__chevron {
  transform: translateY(20%) rotate(225deg);
}

.intent-select__list {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% + 0.45rem);
  z-index: 30;
  margin: 0;
  padding: 0.4rem;
  list-style: none;
  border: 1px solid rgba(185, 168, 140, 0.28);
  border-radius: 1.35rem 1.6rem 1.45rem 1.55rem / 1.55rem 1.35rem 1.6rem 1.4rem;
  background: #1a2420;
  box-shadow: 0 18px 40px rgba(8, 12, 10, 0.45);
  overflow: hidden;
}

.intent-select__list[hidden] {
  display: none;
}

.intent-select__option {
  padding: 0.8rem 1rem;
  border-radius: 999px;
  color: rgba(232, 236, 233, 0.88);
  font-size: 0.975rem;
  line-height: 1.3;
  cursor: pointer;
  transition:
    background-color 0.2s var(--ease-out),
    color 0.2s var(--ease-out);
}

.intent-select__option + .intent-select__option {
  margin-top: 0.2rem;
}

.intent-select__option:hover,
.intent-select__option:focus-visible {
  background: rgba(90, 122, 104, 0.28);
  color: #fff;
  outline: none;
}

.intent-select__option.is-selected {
  background: rgba(90, 122, 104, 0.55);
  color: #fff;
}

.program-card {
  position: relative;
  margin: 0 0 clamp(1.75rem, 4vw, 2.75rem);
  padding: clamp(1.35rem, 3vw, 2rem);
  border-radius: 1.75rem 2.25rem 1.9rem 2.1rem / 2.1rem 1.75rem 2.25rem 1.9rem;
  background: linear-gradient(145deg, rgba(196, 165, 116, 0.16), rgba(245, 241, 234, 0.85));
  border: 1px solid rgba(154, 125, 82, 0.22);
  overflow: hidden;
}

.program-card__badge {
  margin: 0 0 0.65rem;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #8a6b3f;
}

.program-card__title {
  margin: 0 0 0.55rem;
  font-size: clamp(1.55rem, 2.8vw, 2rem);
}

.program-card__text {
  margin: 0 0 1rem;
  max-width: 42rem;
  color: rgba(21, 32, 28, 0.72);
}

.program-card__price {
  margin: 0 0 1.15rem;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.55rem;
}

.program-card__note {
  font-size: 0.875rem;
  color: rgba(21, 32, 28, 0.55);
}

.methods__grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(1rem, 2.5vw, 1.5rem);
}

.methods__item {
  padding-top: 1rem;
  border-top: 1px solid rgba(21, 32, 28, 0.14);
}

.methods__name {
  margin: 0 0 0.55rem;
  font-size: clamp(1.25rem, 2vw, 1.5rem);
}

.methods__text {
  margin: 0;
  color: rgba(21, 32, 28, 0.7);
  font-size: 0.975rem;
}

@media (max-width: 900px) {
  .methods__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .methods__grid {
    grid-template-columns: 1fr;
  }
}

.cta-form__input:focus {
  outline: none;
  border-color: var(--sand);
}

.cta-form__hint {
  margin: 0.4rem 0 0;
  font-size: 0.8125rem;
  color: rgba(232, 236, 233, 0.5);
}

.cta-form__error {
  margin: 0.4rem 0 0;
  font-size: 0.8125rem;
  color: #e2b4a8;
}

#cta-contact-error {
  margin: 0 0 0.85rem;
}

.cta-contact-toggle {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.45rem;
  padding: 0.3rem;
  border-radius: 999px;
  background: rgba(21, 32, 28, 0.35);
  border: 1px solid rgba(232, 236, 233, 0.14);
}

.cta-contact-toggle__option {
  position: relative;
  margin: 0;
  cursor: pointer;
}

.cta-contact-toggle__option input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.cta-contact-toggle__option span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 2.5rem;
  border-radius: 999px;
  color: rgba(232, 236, 233, 0.7);
  font-size: 0.9375rem;
  font-weight: 500;
  transition:
    background-color 0.2s var(--ease-out),
    color 0.2s var(--ease-out);
}

.cta-contact-toggle__option input:checked + span {
  background: var(--moss);
  color: #fff;
}

.cta-contact-toggle__option input:focus-visible + span {
  outline: var(--focus-ring);
  outline-offset: var(--focus-offset);
}

.cta-form__submit {
  width: 100%;
  margin-top: 0.35rem;
}

.cta-form__step .btn--ghost {
  width: 100%;
  margin-bottom: 0.65rem;
  color: #e8ece9;
  border-color: rgba(232, 236, 233, 0.3);
}

.cta-form__note {
  margin-top: 1rem;
  font-size: 0.8125rem;
  color: rgba(232, 236, 233, 0.5);
}

.cta-success {
  text-align: center;
  padding: 1rem 0.5rem;
  color: #e8ece9;
}

.cta-success__icon {
  display: inline-flex;
  margin-bottom: 1rem;
  color: var(--sand);
}

.cta-success__title {
  margin-bottom: 0.65rem;
  color: #e8ece9;
}

.cta-success__text {
  color: var(--ink-muted);
}

@media (max-width: 860px) {
  .cta__inner {
    grid-template-columns: 1fr;
  }
}

/* --- Devices --- */
.devices__spread {
  list-style: none;
  margin: 0 0 clamp(2rem, 5vw, 3rem);
  padding: 0;
  display: grid;
  gap: clamp(2.5rem, 6vw, 4.5rem);
}

.devices__row {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: center;
}

.devices__row--reverse {
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
}

.devices__row--reverse .devices__media-wrap {
  order: 2;
}

.devices__media-wrap {
  display: grid;
  gap: 0.75rem;
}

.devices__media {
  position: relative;
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  aspect-ratio: 4 / 5;
  max-height: 460px;
  border: 0;
  background: var(--mist);
  cursor: zoom-in;
  overflow: hidden;
}

.devices__media img,
.devices__media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s var(--ease-out);
}

.devices__row:hover .devices__media img,
.devices__row:hover .devices__media video {
  transform: scale(1.04);
}

.devices__media-play {
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
  width: 3.25rem;
  height: 3.25rem;
  border-radius: 50%;
  background: rgba(21, 32, 28, 0.72);
  pointer-events: none;
}

.devices__media-play::before {
  content: "";
  position: absolute;
  left: 52%;
  top: 50%;
  transform: translate(-40%, -50%);
  border-style: solid;
  border-width: 0.55rem 0 0.55rem 0.9rem;
  border-color: transparent transparent transparent #e8ece9;
}

.devices__media-hint {
  position: absolute;
  left: 50%;
  bottom: 1rem;
  transform: translateX(-50%);
  padding: 0.45rem 0.9rem;
  border-radius: 999px;
  background: rgba(21, 32, 28, 0.72);
  color: #e8ece9;
  font-family: var(--font-body);
  font-size: 0.75rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  opacity: 0;
  transition: opacity 0.3s var(--ease-out);
}

.devices__media:hover .devices__media-hint,
.devices__media:focus-visible .devices__media-hint {
  opacity: 1;
}

@media (prefers-reduced-motion: reduce) {
  .devices__row:hover .devices__media img,
  .devices__row:hover .devices__media video {
    transform: none;
  }
}

.devices__model-label {
  margin: 0 0 0.35rem;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--moss);
}

.devices__name {
  margin: 0 0 0.75rem;
  font-size: clamp(1.85rem, 3.4vw, 2.55rem);
}

.devices__text {
  margin: 0 0 1.15rem;
  max-width: 36rem;
  color: rgba(21, 32, 28, 0.72);
}

.devices__price {
  margin: 0 0 1.15rem;
  color: var(--moss-deep);
}

.devices__features {
  list-style: none;
  margin: 0;
  padding: 0;
}

.devices__features li {
  padding: 0.65rem 0;
  border-top: 1px solid var(--line);
  color: rgba(21, 32, 28, 0.72);
}

.devices__features li:last-child {
  border-bottom: 1px solid var(--line);
}

.devices__help,
.devices__rent {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 0.75rem 1.25rem;
  margin: 0;
  padding: 1rem 0;
  min-height: 0;
  height: auto;
  border-top: 1px solid var(--line);
}

.devices__help-title {
  margin: 0 0 0.25rem;
  font-family: var(--font-display);
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.2;
}

.devices__help-text,
.devices__rent-text {
  margin: 0;
  max-width: 42rem;
  color: rgba(21, 32, 28, 0.7);
  font-size: 0.92rem;
  line-height: 1.45;
}

.devices__disclaimer {
  margin: 1.25rem 0 0;
  font-size: 0.8125rem;
  line-height: 1.55;
  color: rgba(21, 32, 28, 0.55);
}

@media (max-width: 800px) {
  .devices__row,
  .devices__row--reverse {
    grid-template-columns: 1fr;
  }

  .devices__row--reverse .devices__media-wrap {
    order: 0;
  }

  .devices__media {
    max-height: 420px;
    justify-self: center;
    width: min(100%, 380px);
  }

  .devices__media-hint {
    opacity: 0.9;
  }
}

/* --- Lightbox --- */
.lightbox {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: grid;
  place-items: center;
  padding: max(1rem, env(safe-area-inset-top)) 1rem max(1rem, env(safe-area-inset-bottom));
}

.lightbox[hidden] {
  display: none;
}

.lightbox__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(12, 18, 16, 0.88);
  border: 0;
  cursor: zoom-out;
}

.lightbox__dialog {
  position: relative;
  z-index: 1;
  width: min(100%, 920px);
  display: grid;
  grid-template-columns: auto 1fr auto;
  grid-template-rows: auto auto auto;
  gap: 0.75rem 0.5rem;
  align-items: center;
}

.lightbox__stage {
  grid-column: 2;
  grid-row: 1;
  display: grid;
  place-items: center;
  min-height: min(72vh, 720px);
  background: rgba(232, 236, 233, 0.04);
  border-radius: 1.5rem 2rem 1.75rem 2.25rem / 2rem 1.5rem 2.25rem 1.75rem;
  overflow: hidden;
}

.lightbox__image,
.lightbox__video {
  max-width: 100%;
  max-height: min(82vh, 900px);
  width: auto;
  height: auto;
  object-fit: contain;
}

.lightbox__video {
  width: min(100%, 860px);
  background: #000;
}

.lightbox__close,
.lightbox__nav {
  border: 0;
  background: rgba(232, 236, 233, 0.1);
  color: #e8ece9;
  cursor: pointer;
  font-size: 1.75rem;
  line-height: 1;
  transition: background-color 0.25s var(--ease-out);
}

.lightbox__close:hover,
.lightbox__nav:hover {
  background: rgba(232, 236, 233, 0.2);
}

.lightbox__close {
  position: absolute;
  top: -0.25rem;
  right: 0;
  z-index: 2;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 999px;
}

.lightbox__nav {
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 999px;
  grid-row: 1;
}

.lightbox__nav--prev {
  grid-column: 1;
}

.lightbox__nav--next {
  grid-column: 3;
}

.lightbox__nav[hidden] {
  visibility: hidden;
  pointer-events: none;
}

.lightbox__caption,
.lightbox__counter {
  margin: 0;
  text-align: center;
  color: rgba(232, 236, 233, 0.78);
}

.lightbox__caption {
  grid-column: 1 / -1;
  font-family: var(--font-display);
  font-size: 1.15rem;
}

.lightbox__counter {
  grid-column: 1 / -1;
  font-size: 0.8125rem;
  letter-spacing: 0.06em;
}

body.lightbox-open {
  overflow: hidden;
}

@media (max-width: 700px) {
  .lightbox__dialog {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto auto auto;
  }

  .lightbox__stage {
    grid-column: 1 / -1;
    min-height: min(55vh, 480px);
  }

  .lightbox__nav--prev,
  .lightbox__nav--next {
    grid-row: 2;
    justify-self: center;
  }

  .lightbox__nav--prev {
    grid-column: 1;
  }

  .lightbox__nav--next {
    grid-column: 2;
  }

  .lightbox__close {
    top: 0.25rem;
    right: 0.25rem;
  }
}

/* --- Reviews (BK-17 screenshots) --- */
.reviews__header .section-head__lead {
  max-width: 36rem;
}

.reviews__device-note {
  display: grid;
  gap: 0.35rem;
  margin: 0 0 clamp(1.5rem, 4vw, 2.25rem);
  padding: 1rem 1.15rem;
  border-radius: 1rem;
  background: rgba(90, 122, 104, 0.08);
  border: 1px solid rgba(21, 32, 28, 0.08);
  max-width: 36rem;
}

.reviews__device-label {
  margin: 0;
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--moss-deep);
}

.reviews__device-text {
  margin: 0;
  font-size: 0.975rem;
  color: rgba(21, 32, 28, 0.78);
}

.reviews__device-link {
  margin: 0.25rem 0 0;
  font-size: 0.9rem;
}

.reviews__device-link a {
  color: var(--moss-deep);
  text-underline-offset: 0.18em;
}

.reviews__shots {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(10.5rem, 1fr));
  gap: 0.85rem;
}

@media (min-width: 760px) {
  .reviews__shots {
    grid-template-columns: repeat(auto-fill, minmax(13rem, 1fr));
    gap: 1rem;
  }
}

@media (min-width: 1100px) {
  .reviews__shots {
    grid-template-columns: repeat(auto-fill, minmax(15rem, 1fr));
  }
}

.review-shot {
  position: relative;
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  border: 1px solid rgba(154, 125, 82, 0.18);
  border-radius: 0.85rem;
  overflow: hidden;
  background: #fff;
  cursor: zoom-in;
  aspect-ratio: 9 / 16;
  transition: transform 0.35s var(--ease-out), box-shadow 0.35s var(--ease-out);
}

.review-shot:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 28px rgba(21, 32, 28, 0.1);
}

.review-shot img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  transition: transform 0.9s var(--ease-out), filter 0.45s var(--ease-out);
}

.review-shot__zoom {
  position: absolute;
  right: 0.45rem;
  bottom: 0.45rem;
  width: 1.6rem;
  height: 1.6rem;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: rgba(21, 32, 28, 0.72);
  color: #f3f5f3;
  font-size: 1rem;
  line-height: 1;
  pointer-events: none;
}

.review-shot:hover img,
.review-shot:focus-visible img {
  transform: scale(1.04);
}

.review-shot:focus-visible {
  outline: 2px solid var(--sand);
  outline-offset: 2px;
}

.reviews__editorial {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1.75rem, 4vw, 2.75rem) clamp(1.5rem, 4vw, 3rem);
}

.reviews__quote-block {
  padding-top: 1rem;
  border-top: 1px solid rgba(21, 32, 28, 0.14);
}

.reviews__quote-block blockquote {
  margin: 0;
}

.reviews__quote-block p {
  margin: 0 0 1.15rem;
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 2.4vw, 1.75rem);
  font-weight: 500;
  line-height: 1.35;
  color: var(--ink);
}

.reviews__quote-block footer {
  font-size: 0.875rem;
  letter-spacing: 0.04em;
  color: var(--moss);
}

@media (max-width: 700px) {
  .reviews__editorial {
    grid-template-columns: 1fr;
  }
}

/* --- FAQ --- */
.faq__inner {
  max-width: 48rem;
}

.faq__list {
  border-top: 1px solid var(--line);
}

.faq__item {
  border-bottom: 1px solid var(--line);
}

.faq__trigger {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0.35rem 1rem;
  padding: 1.25rem 0;
  border: 0;
  background: transparent;
  text-align: left;
  cursor: pointer;
  color: inherit;
  font: inherit;
}

.faq__cat {
  grid-column: 1;
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--moss);
}

.faq__question {
  grid-column: 1;
  font-family: var(--font-display);
  font-size: clamp(1.25rem, 2.4vw, 1.55rem);
  font-weight: 600;
  line-height: 1.25;
}

.faq__icon {
  grid-column: 2;
  grid-row: 1 / span 2;
  align-self: center;
  width: 1.1rem;
  height: 1.1rem;
  position: relative;
}

.faq__icon::before,
.faq__icon::after {
  content: "";
  position: absolute;
  background: var(--ink);
  transition: transform 0.25s var(--ease-out), opacity 0.25s var(--ease-out);
}

.faq__icon::before {
  inset: 50% 0 auto;
  height: 1.5px;
  transform: translateY(-50%);
}

.faq__icon::after {
  inset: 0 auto 0 50%;
  width: 1.5px;
  transform: translateX(-50%);
}

.faq__item.is-open .faq__icon::after {
  opacity: 0;
  transform: translateX(-50%) scaleY(0);
}

.faq__panel {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.35s var(--ease-out);
}

.faq__item.is-open .faq__panel {
  grid-template-rows: 1fr;
}

.faq__panel-inner {
  overflow: hidden;
}

.faq__panel-inner p {
  margin: 0 0 1.25rem;
  max-width: 40rem;
  color: rgba(21, 32, 28, 0.72);
}

.faq__action {
  margin-top: 2rem;
}

/* --- Footer --- */
.site-footer {
  background: var(--ink);
  color: #e8ece9;
  padding: clamp(2.5rem, 6vw, 4rem) 0 calc(5.5rem + env(safe-area-inset-bottom));
}

.site-footer__inner {
  display: grid;
  grid-template-columns: 1.1fr 1.2fr 1fr;
  gap: 2rem;
}

.site-footer__logo {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  text-decoration: none;
  color: #e8ece9;
  font-family: var(--font-display);
  font-size: 1.35rem;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.site-footer__mark {
  width: auto;
  height: 44px;
  max-width: 8rem;
  border-radius: 0.65rem;
  object-fit: contain;
}

.site-footer__tag {
  margin: 0.65rem 0 0;
  color: var(--ink-muted);
  font-size: 0.9375rem;
}

.site-footer__meta p {
  margin: 0 0 0.65rem;
}

.site-footer a {
  text-decoration: none;
  color: rgba(232, 236, 233, 0.82);
}

.site-footer a:hover {
  color: var(--sand);
}

.site-footer__messengers {
  display: inline-flex;
  gap: 0.75rem;
  margin-left: 0.75rem;
}

.site-footer__social {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.25rem;
}

.site-footer__copy,
.site-footer__disclaimer {
  margin: 0 0 0.65rem;
  font-size: 0.8125rem;
  line-height: 1.5;
  color: rgba(232, 236, 233, 0.55);
}

@media (max-width: 800px) {
  .site-footer__inner {
    grid-template-columns: 1fr;
  }
}

/* --- Sticky CTA --- */
.sticky-cta {
  position: fixed;
  left: 50%;
  bottom: max(1rem, env(safe-area-inset-bottom));
  z-index: 90;
  transform: translate(-50%, 120%);
  min-height: 3rem;
  padding: 0.8rem 1.5rem;
  border-radius: 999px;
  background: #2f5a48;
  color: #fff;
  font-family: var(--font-body);
  font-size: 0.98rem;
  font-weight: 600;
  text-decoration: none;
  box-shadow: 0 12px 36px rgba(21, 32, 28, 0.28);
  opacity: 0;
  pointer-events: none;
  transition:
    transform 0.35s var(--ease-out),
    opacity 0.35s var(--ease-out),
    background-color 0.25s var(--ease-out);
}

.sticky-cta.is-visible {
  transform: translate(-50%, 0);
  opacity: 1;
  pointer-events: auto;
}

.sticky-cta:hover {
  background: #24483a;
  color: #fff;
}

@media (min-width: 901px) {
  .sticky-cta {
    display: none;
  }
}

/* --- Paths: dual choice --- */
.paths {
  padding-block: clamp(2.75rem, 6vw, 4rem);
  background:
    linear-gradient(180deg, #eef2ef 0%, var(--mist) 100%);
}

.paths__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(0.85rem, 2.5vw, 1.35rem);
}

.path-card {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  padding: clamp(1.25rem, 3vw, 1.85rem);
  border-radius: 1.5rem 1.85rem 1.6rem 1.75rem / 1.75rem 1.5rem 1.85rem 1.6rem;
  text-decoration: none;
  color: inherit;
  border: 1px solid transparent;
  transition:
    transform 0.35s var(--ease-out),
    box-shadow 0.35s var(--ease-out),
    border-color 0.35s var(--ease-out);
}

.path-card:hover {
  transform: translateY(-3px);
  text-decoration: none;
  color: inherit;
}

.path-card--warm {
  background: linear-gradient(145deg, rgba(196, 165, 116, 0.2), rgba(245, 241, 234, 0.95));
  border-color: rgba(154, 125, 82, 0.28);
}

.path-card--warm:hover {
  box-shadow: 0 18px 40px rgba(154, 125, 82, 0.14);
}

.path-card--cool {
  background: linear-gradient(145deg, rgba(79, 122, 114, 0.14), rgba(238, 243, 242, 0.95));
  border-color: rgba(79, 122, 114, 0.24);
}

.path-card--cool:hover {
  box-shadow: 0 18px 40px rgba(20, 48, 44, 0.1);
}

.path-card__eyebrow {
  margin: 0;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #8a6b3f;
}

.path-card--cool .path-card__eyebrow {
  color: var(--cool-accent, var(--moss-deep));
}

.path-card__title {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(1.45rem, 3vw, 1.9rem);
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: var(--ink);
}

.path-card__text {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.5;
  color: rgba(21, 32, 28, 0.78);
  flex: 1;
}

.path-card__cta {
  margin-top: 0.35rem;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: var(--moss-deep);
}

.path-card--cool .path-card__cta {
  color: var(--cool-accent, var(--moss-deep));
}

@media (max-width: 700px) {
  .paths__grid {
    grid-template-columns: 1fr;
  }
}

/* --- Reviews highlight phrases --- */
.reviews__quotes {
  list-style: none;
  margin: 0 0 clamp(1.5rem, 3.5vw, 2.25rem);
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
}

.reviews__quote {
  padding: 1rem 1.1rem;
  border-radius: 1.1rem;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(154, 125, 82, 0.2);
}

.reviews__quote-text {
  margin: 0 0 0.35rem;
  font-family: var(--font-display);
  font-size: clamp(1.2rem, 2.2vw, 1.45rem);
  font-weight: 600;
  line-height: 1.2;
  color: var(--ink);
}

.reviews__quote-note {
  margin: 0;
  font-size: 0.8rem;
  color: rgba(21, 32, 28, 0.62);
}

@media (max-width: 700px) {
  .reviews__quotes {
    grid-template-columns: 1fr;
  }
}

/* --- Stronger mobile contrast --- */
@media (max-width: 768px) {
  .hero__veil {
    background:
      linear-gradient(
        180deg,
        rgba(8, 12, 11, 0.36) 0%,
        rgba(8, 12, 11, 0.22) 28%,
        rgba(8, 12, 11, 0.58) 68%,
        rgba(6, 10, 9, 0.78) 100%
      ),
      linear-gradient(
        90deg,
        rgba(6, 10, 9, 0.55) 0%,
        rgba(6, 10, 9, 0.28) 42%,
        rgba(6, 10, 9, 0.08) 72%,
        transparent 100%
      );
  }

  .hero__inner::before {
    inset: -0.85rem -0.65rem -1.1rem -0.85rem;
    background: radial-gradient(
      ellipse 95% 85% at 25% 75%,
      rgba(0, 0, 0, 0.38),
      transparent 72%
    );
  }

  .hero__brand,
  .hero__where,
  .hero__title,
  .hero__tagline,
  .hero__promise-main,
  .hero__promise-sub,
  .hero__gets li {
    color: #fff;
  }

  .hero__title {
    font-size: clamp(1.8rem, 7.8vw, 2.4rem);
    text-shadow:
      0 1px 2px rgba(0, 0, 0, 0.85),
      0 4px 16px rgba(0, 0, 0, 0.65),
      0 10px 32px rgba(0, 0, 0, 0.55);
  }

  .hero__tagline {
    font-size: 1.02rem;
    font-weight: 500;
  }

  .section-head__title {
    font-size: clamp(2rem, 8vw, 2.75rem);
    color: #101814;
  }

  .section-head__lead {
    color: rgba(16, 24, 20, 0.82);
    font-size: 1.02rem;
  }

  .btn--primary {
    background: #355648;
    box-shadow: 0 10px 28px rgba(21, 32, 28, 0.18);
  }

  .btn--primary:hover {
    background: #2a4539;
  }

  .eyebrow {
    color: #6e5635;
    font-weight: 600;
  }
}

