:root {
  --black: #0A0A0A;
  --black-2: #101211;
  --panel: rgba(255, 255, 255, 0.055);
  --panel-strong: rgba(255, 255, 255, 0.092);
  --line: rgba(255, 255, 255, 0.135);
  --line-strong: rgba(61, 180, 174, 0.46);
  --white: #FFFFFF;
  --soft: #F3F8F7;
  --muted: #AEBDBA;
  --dim: #6F7D7A;
  --teal: #3DB4AE;
  --teal-bright: #66D7CF;
  --green: #A7D86B;
  --max: 1180px;
  --pad: clamp(20px, 4vw, 56px);
  color-scheme: dark;
}

@font-face {
  font-family: "Baloo NeoViv";
  src: url("./assets/web/baloo-2-regular.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Baloo NeoViv";
  src: url("./assets/web/baloo-2-semibold.ttf") format("truetype");
  font-weight: 650;
  font-display: swap;
}
@font-face {
  font-family: "Baloo NeoViv";
  src: url("./assets/web/baloo-2-bold.ttf") format("truetype");
  font-weight: 800;
  font-display: swap;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Baloo NeoViv", Poppins, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at 18% 6%, rgba(61, 180, 174, 0.18), transparent 32rem),
    radial-gradient(circle at 82% 16%, rgba(167, 216, 107, 0.11), transparent 28rem),
    linear-gradient(180deg, #0A0A0A 0%, #0E1413 42%, #070808 100%);
  color: var(--white);
  min-height: 100vh;
  overflow-x: hidden;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image: linear-gradient(rgba(255,255,255,0.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.018) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to bottom, rgba(0,0,0,0.72), transparent 78%);
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }

.skip-link {
  position: absolute;
  left: 12px;
  top: 12px;
  transform: translateY(-160%);
  background: var(--teal-bright);
  color: var(--black);
  padding: 10px 14px;
  z-index: 100;
}
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 20;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
  padding: 16px var(--pad);
  background: rgba(10, 10, 10, 0.70);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(20px);
}
.site-header.is-scrolled { background: rgba(10, 10, 10, 0.90); }
.brand-lockup { width: 168px; display: inline-flex; align-items: center; }
.brand-lockup img { width: 100%; height: auto; }

.nav {
  display: flex;
  align-items: center;
  gap: 26px;
  color: var(--muted);
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.nav a:hover { color: var(--white); }
.nav-cta {
  justify-self: end;
  border: 1px solid var(--line-strong);
  color: var(--white);
  padding: 11px 16px 10px;
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border-radius: 999px;
  transition: 180ms ease;
}
.nav-cta:hover { background: rgba(61, 180, 174, 0.14); border-color: var(--teal-bright); }

.mobile-claim-drop {
  display: none;
}

@media (max-width: 640px) {
  body {
    padding-bottom: calc(72px + env(safe-area-inset-bottom));
  }

  .mobile-claim-drop {
    position: fixed;
    left: 50%;
    bottom: calc(14px + env(safe-area-inset-bottom));
    z-index: 24;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: min(246px, calc(100vw - 32px));
    min-height: 46px;
    padding: 0 22px;
    border: 1px solid rgba(102, 215, 207, 0.48);
    border-radius: 999px;
    background: rgba(61, 180, 174, 0.92);
    color: var(--black);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.10em;
    text-transform: uppercase;
    box-shadow: 0 16px 42px rgba(0, 0, 0, 0.34), 0 0 28px rgba(61, 180, 174, 0.20);
    backdrop-filter: blur(16px);
    transform: translateX(-50%);
  }

  .mobile-claim-drop:hover,
  .mobile-claim-drop:focus-visible {
    background: var(--white);
    border-color: var(--white);
  }
}

.hero {
  width: min(var(--max), calc(100% - 2 * var(--pad)));
  margin: 0 auto;
  min-height: 100vh;
  display: grid;
  grid-template-columns: minmax(0, 1.03fr) minmax(300px, 0.74fr);
  gap: clamp(32px, 6vw, 90px);
  align-items: center;
  padding: 134px 0 82px;
}

.eyebrow, .section-kicker {
  margin: 0 0 14px;
  color: var(--teal-bright);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

h1, h2, h3, p { margin-top: 0; }
h1, h2 {
  font-weight: 650;
  letter-spacing: -0.045em;
  line-height: 0.95;
}
h1 {
  max-width: 820px;
  font-size: clamp(58px, 8.7vw, 124px);
  margin-bottom: 24px;
}
.hero-title-line {
  display: block;
}
h2 {
  font-size: clamp(40px, 5.4vw, 78px);
  margin-bottom: 18px;
}
h3 {
  font-size: 25px;
  line-height: 1.05;
  margin-bottom: 12px;
}

.lede {
  max-width: 660px;
  color: var(--muted);
  font-size: clamp(19px, 2.1vw, 24px);
  line-height: 1.48;
  margin-bottom: 30px;
}

.hero-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  align-items: center;
}
.hero-actions.centered { justify-content: center; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 21px;
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: 180ms ease;
}
.button.primary {
  background: var(--teal);
  color: var(--black);
  border-color: var(--teal);
  box-shadow: 0 0 48px rgba(61, 180, 174, 0.24);
}
.button.primary:hover { background: var(--white); border-color: var(--white); transform: translateY(-2px); }
.button.secondary { color: var(--white); background: rgba(255,255,255,0.035); }
.button.secondary:hover { border-color: var(--teal-bright); color: var(--teal-bright); }
.microcopy {
  margin-top: 14px;
  color: var(--dim);
  font-size: 14px;
  line-height: 1.45;
}

.hero-visual {
  min-height: 620px;
  position: relative;
  display: grid;
  place-items: center;
}
.drop-halo {
  position: absolute;
  width: min(86vw, 480px);
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(61,180,174,0.28), transparent 66%);
  filter: blur(2px);
}
.hero-drop {
  position: relative;
  width: min(74vw, 350px);
  filter: drop-shadow(0 40px 80px rgba(61, 180, 174, 0.30));
  animation: floatDrop 6s ease-in-out infinite;
}
@keyframes floatDrop { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-18px); } }
.service-card {
  border: 1px solid var(--line);
  background: rgba(10, 10, 10, 0.74);
  backdrop-filter: blur(18px);
  border-radius: 24px;
  padding: 18px;
  box-shadow: 0 24px 80px rgba(0,0,0,0.32);
}
.service-card span, .card-label {
  display: block;
  color: var(--green);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.service-card strong { display: block; font-size: 23px; line-height: 1; }
.service-card p { color: var(--muted); line-height: 1.35; margin: 8px 0 0; }
.floating-card { position: absolute; width: min(260px, 72vw); }
.top-card { top: 90px; left: -20px; }
.bottom-card { right: -6px; bottom: 88px; }

.trust-strip {
  width: min(var(--max), calc(100% - 2 * var(--pad)));
  margin: 0 auto 76px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid var(--line);
  border-radius: 32px;
  overflow: hidden;
  background: rgba(255,255,255,0.04);
}
.trust-strip div { padding: 25px; border-right: 1px solid var(--line); }
.trust-strip div:last-child { border-right: 0; }
.trust-strip span { display: block; color: var(--white); font-weight: 800; margin-bottom: 8px; font-size: 18px; }
.trust-strip p { margin: 0; color: var(--muted); line-height: 1.42; }

.section, .split-section, .final-cta {
  width: min(var(--max), calc(100% - 2 * var(--pad)));
  margin: 0 auto;
  padding: 102px 0;
}
.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(280px, 0.65fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: end;
  margin-bottom: 34px;
}
.section-heading p, .split-copy p, .raffle-card > div > p { color: var(--muted); font-size: 18px; line-height: 1.62; }
.section-heading.compact { max-width: 920px; display: block; }

.strategy-grid, .offer-grid, .safety-grid {
  display: grid;
  gap: 16px;
}
.strategy-grid { grid-template-columns: repeat(3, 1fr); }
.strategy-grid article, .offer-card, .card, .safety-grid div {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 28px;
  padding: 28px;
}
.strategy-grid span {
  color: var(--teal-bright);
  font-weight: 800;
  letter-spacing: 0.12em;
}
.strategy-grid p, .offer-card p, .card p:last-child, .safety-grid p { color: var(--muted); line-height: 1.55; margin-bottom: 0; }

.offer-grid { grid-template-columns: 1.05fr 1fr 1fr; align-items: stretch; }
.offer-card { min-height: 420px; display: flex; flex-direction: column; }
.offer-card.featured { background: linear-gradient(180deg, rgba(61,180,174,0.16), rgba(255,255,255,0.055)); border-color: rgba(61,180,174,0.50); }
.offer-card.muted-card { opacity: 0.86; }
.offer-card ul { padding: 0; margin: 24px 0; list-style: none; display: grid; gap: 11px; }
.offer-card li { color: var(--soft); padding-left: 24px; position: relative; }
.offer-card li::before { content: ""; position: absolute; left: 0; top: 9px; width: 8px; height: 8px; border-radius: 50%; background: var(--teal); }
.offer-card a { margin-top: auto; color: var(--teal-bright); font-weight: 800; }

.card-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}
.card {
  min-height: 255px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  transition: 180ms ease;
}
.card:hover { transform: translateY(-4px); border-color: var(--line-strong); background: var(--panel-strong); }
.card .card-label { margin-bottom: auto; }

.split-section {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(300px, 0.75fr);
  gap: clamp(30px, 6vw, 78px);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.check-list {
  list-style: none;
  padding: 0;
  margin: 28px 0 0;
  display: grid;
  gap: 13px;
}
.check-list li {
  padding: 14px 0 14px 30px;
  border-top: 1px solid var(--line);
  position: relative;
  color: var(--soft);
}
.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 21px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--teal-bright);
}

.raffle-card {
  display: grid;
  grid-template-columns: 0.9fr 0.72fr;
  gap: clamp(28px, 5vw, 70px);
  align-items: center;
  padding: clamp(28px, 5vw, 54px);
  border: 1px solid rgba(61, 180, 174, 0.34);
  border-radius: 36px;
  background:
    radial-gradient(circle at 18% 20%, rgba(61,180,174,0.18), transparent 34rem),
    rgba(255,255,255,0.05);
}
.lead-form {
  background: rgba(10,10,10,0.45);
  border: 1px solid var(--line);
  border-radius: 28px;
  padding: 24px;
  display: grid;
  gap: 14px;
}
.lead-form label { display: grid; gap: 7px; color: var(--muted); font-size: 13px; text-transform: uppercase; letter-spacing: 0.08em; }
.lead-form input {
  width: 100%;
  min-height: 48px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(255,255,255,0.055);
  color: var(--white);
  padding: 0 14px;
  font: inherit;
}
.form-note { color: var(--dim); font-size: 13px; line-height: 1.4; margin: 0; }

.area-list {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 30px;
}
.area-list span {
  border: 1px solid var(--line);
  background: rgba(255,255,255,0.045);
  color: var(--soft);
  padding: 13px 16px;
  border-radius: 999px;
  font-size: 15px;
}

.process-section { border-top: 1px solid var(--line); }
.timeline {
  margin-top: 34px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid var(--line);
  border-radius: 30px;
  overflow: hidden;
  background: rgba(255,255,255,0.035);
}
.timeline div { padding: 26px; border-right: 1px solid var(--line); }
.timeline div:last-child { border-right: 0; }
.timeline span {
  display: inline-flex;
  width: 36px;
  height: 36px;
  align-items: center;
  justify-content: center;
  background: var(--teal);
  color: var(--black);
  border-radius: 50%;
  font-weight: 800;
  margin-bottom: 24px;
}
.timeline p { color: var(--muted); line-height: 1.5; margin-bottom: 0; }

.safety-grid { grid-template-columns: repeat(2, 1fr); }
.safety-grid strong { display: block; color: var(--teal-bright); font-size: 22px; margin-bottom: 8px; }

.faq-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; margin-top: 30px; }
details {
  border: 1px solid var(--line);
  background: rgba(255,255,255,0.052);
  border-radius: 24px;
  padding: 22px;
}
summary { cursor: pointer; font-weight: 800; color: var(--soft); }
details p { margin: 14px 0 0; color: var(--muted); line-height: 1.55; }

.final-cta {
  text-align: center;
  max-width: 870px;
  padding-bottom: 120px;
}
.final-cta p:not(.eyebrow):not(.microcopy) { color: var(--muted); font-size: 19px; line-height: 1.55; }

.site-footer {
  width: min(var(--max), calc(100% - 2 * var(--pad)));
  margin: 0 auto;
  padding: 42px 0 56px;
  border-top: 1px solid var(--line);
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 28px;
}
.footer-logo { width: 150px; }
.site-footer p { color: var(--dim); margin: 12px 0 0; }
.footer-links { display: flex; gap: 18px; flex-wrap: wrap; color: var(--muted); font-size: 14px; }
.footer-links a:hover { color: var(--teal-bright); }

.reveal { animation: rise 420ms ease both; }
@keyframes rise { from { opacity: 1; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); } }

@media (max-width: 980px) {
  .site-header { grid-template-columns: 1fr auto; }
  .nav { display: none; }
  .hero, .section-heading, .split-section, .raffle-card { grid-template-columns: 1fr; }
  .hero-visual { min-height: 520px; }
  .trust-strip, .strategy-grid, .offer-grid, .card-grid, .timeline, .faq-grid, .safety-grid { grid-template-columns: 1fr; }
  .trust-strip div, .timeline div { border-right: 0; border-bottom: 1px solid var(--line); }
  .trust-strip div:last-child, .timeline div:last-child { border-bottom: 0; }
  .top-card { left: 0; }
  .bottom-card { right: 0; }
}

@media (max-width: 560px) {
  .brand-lockup { width: 128px; }
  .nav-cta { padding: 10px 12px; font-size: 12px; }
  h1 { font-size: 54px; }
  .hero { padding-top: 118px; }
  .section, .split-section, .final-cta { padding: 76px 0; }
  .hero-visual { min-height: 470px; }
  .floating-card { position: relative; inset: auto; width: 100%; margin-top: -18px; }
  .hero-visual { display: flex; flex-direction: column; }
  .hero-drop { width: 250px; }
  .site-footer { flex-direction: column; }
}

@media (min-width: 981px) {
  :root {
    --max: 1220px;
    --pad: clamp(36px, 5vw, 72px);
  }

  body {
    background:
      radial-gradient(circle at 12% 8%, rgba(61, 180, 174, 0.16), transparent 34rem),
      radial-gradient(circle at 86% 18%, rgba(167, 216, 107, 0.08), transparent 32rem),
      linear-gradient(180deg, #080909 0%, #0d1413 38%, #070808 100%);
  }

  .site-header {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .hero {
    width: min(1320px, calc(100% - 2 * var(--pad)));
    min-height: min(900px, 100vh);
    grid-template-columns: minmax(520px, 0.92fr) minmax(420px, 0.78fr);
    gap: clamp(44px, 5vw, 86px);
    padding: 132px 0 56px;
  }

  h1 {
    max-width: 720px;
    font-size: clamp(72px, 6.25vw, 104px);
    letter-spacing: -0.052em;
    line-height: 0.94;
    margin-bottom: 28px;
  }

  h2 {
    font-size: clamp(48px, 4.45vw, 70px);
    line-height: 0.98;
    letter-spacing: -0.048em;
  }

  .lede {
    max-width: 600px;
    font-size: clamp(19px, 1.45vw, 22px);
  }

  .hero-visual {
    min-height: 560px;
    isolation: isolate;
  }

  .hero-visual::before {
    content: "";
    position: absolute;
    inset: 54px 12px 42px;
    border: 1px solid rgba(61, 180, 174, 0.18);
    border-radius: 38px;
    background:
      radial-gradient(circle at 52% 42%, rgba(61,180,174,0.16), transparent 18rem),
      linear-gradient(145deg, rgba(255,255,255,0.055), rgba(255,255,255,0.015));
    opacity: 0.7;
    z-index: -2;
  }

  .drop-halo {
    width: min(520px, 36vw);
    opacity: 0.78;
  }

  .hero-drop {
    width: min(390px, 30vw);
  }

  .floating-card {
    width: min(292px, 23vw);
    border-radius: 20px;
  }

  .top-card { top: 76px; left: -8px; }
  .bottom-card { right: -10px; bottom: 70px; }

  .trust-strip {
    margin-top: -18px;
    margin-bottom: 104px;
    border-radius: 24px;
  }

  .trust-strip div {
    padding: 24px 28px;
  }

  .section, .split-section, .final-cta {
    padding: 118px 0;
  }

  .section-heading {
    grid-template-columns: minmax(0, 0.92fr) minmax(360px, 0.58fr);
    align-items: center;
    margin-bottom: 44px;
  }

  .intro-section .section-heading p,
  .safety-section .section-heading p {
    padding-left: 26px;
    border-left: 1px solid rgba(61, 180, 174, 0.38);
  }

  .section-heading.compact {
    max-width: 860px;
  }

  .strategy-grid,
  .offer-grid,
  .card-grid,
  .safety-grid,
  .faq-grid {
    gap: 18px;
  }

  .strategy-grid article,
  .offer-card,
  .card,
  .safety-grid div,
  details,
  .lead-form {
    border-radius: 20px;
    background: linear-gradient(180deg, rgba(255,255,255,0.066), rgba(255,255,255,0.036));
  }

  .strategy-grid article {
    min-height: 205px;
    padding: 30px;
  }

  .offer-grid {
    grid-template-columns: 1.08fr 1fr 1fr;
  }

  .offer-card {
    min-height: 380px;
    padding: 32px;
  }

  .offer-card.featured {
    box-shadow: inset 0 0 0 1px rgba(61,180,174,0.16), 0 30px 90px rgba(0,0,0,0.22);
  }

  .split-section {
    grid-template-columns: minmax(0, 0.85fr) minmax(390px, 0.7fr);
    align-items: start;
    padding-top: 126px;
    padding-bottom: 126px;
  }

  .event-section h2,
  .safety-section h2 {
    max-width: 620px;
  }

  .raffle-card {
    border-radius: 28px;
    grid-template-columns: minmax(0, 1fr) minmax(360px, 0.72fr);
    padding: clamp(40px, 5vw, 64px);
  }

  .services-grid .card {
    min-height: 230px;
  }

  .area-section .section-heading.compact {
    max-width: 980px;
  }

  .timeline {
    border-radius: 22px;
  }

  .timeline div {
    min-height: 225px;
    padding: 30px;
  }

  .faq-section h2 {
    max-width: 1000px;
  }

  .final-cta {
    padding-top: 110px;
  }
}

@media (min-width: 1400px) {
  .hero {
    width: min(1380px, calc(100% - 2 * var(--pad)));
  }

  .hero-copy {
    transform: translateY(-10px);
  }

  .hero-visual {
    transform: translateY(12px);
  }
}

@media (min-width: 981px) and (max-width: 1240px) {
  h1 {
    font-size: clamp(64px, 7.2vw, 86px);
    max-width: 620px;
  }

  .hero {
    grid-template-columns: minmax(470px, 0.9fr) minmax(360px, 0.75fr);
    gap: 38px;
  }

  .hero-drop {
    width: min(340px, 30vw);
  }

  .floating-card {
    width: 242px;
  }

  .section-heading {
    grid-template-columns: minmax(0, 0.9fr) minmax(310px, 0.62fr);
  }

  .card-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.guardrail-list {
  list-style: none;
  margin: 10px 0 0;
  padding: 0;
  display: grid;
  gap: 8px;
  color: var(--muted);
  line-height: 1.45;
}
.guardrail-list li {
  position: relative;
  padding-left: 18px;
}
.guardrail-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.68em;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--teal);
}

.card {
  min-height: 210px;
  justify-content: flex-start;
}
.card .card-label {
  margin-bottom: 44px;
}

@media (min-width: 981px) {
  .strategy-grid {
    gap: 0;
    border-top: 1px solid var(--line);
  }

  .strategy-grid article {
    background: transparent;
    border: 0;
    border-radius: 0;
    padding: 30px 32px 4px;
    border-right: 1px solid var(--line);
  }

  .strategy-grid article:first-child {
    padding-left: 0;
  }

  .strategy-grid article:last-child {
    border-right: 0;
    padding-right: 0;
  }

  .card-grid {
    gap: 0;
    border-top: 1px solid var(--line);
  }

  .card {
    min-height: 180px;
    background: transparent;
    border: 0;
    border-radius: 0;
    padding: 28px 26px 0;
    border-right: 1px solid var(--line);
  }

  .card:first-child { padding-left: 0; }
  .card:last-child { border-right: 0; padding-right: 0; }

  .card:hover {
    transform: none;
    background: transparent;
    border-color: var(--line);
  }

  .timeline {
    border: 0;
    border-radius: 0;
    overflow: visible;
    background: transparent;
    gap: 24px;
  }

  .timeline div {
    border: 0;
    border-top: 1px solid var(--line);
    min-height: 0;
    padding: 28px 0 0;
  }

  .timeline span {
    width: 32px;
    height: 32px;
    margin-bottom: 18px;
  }

  .safety-grid {
    gap: 52px;
    border-top: 1px solid var(--line);
  }

  .safety-grid div {
    background: transparent;
    border: 0;
    border-radius: 0;
    padding: 26px 0 0;
  }

  .safety-grid strong {
    font-size: 20px;
  }
}

@media (max-width: 980px) {
  .card {
    min-height: 185px;
  }
  .card .card-label {
    margin-bottom: 38px;
  }
}

@media (max-width: 560px) {
  .card {
    min-height: 0;
  }
  .card .card-label {
    margin-bottom: 34px;
  }
}

@media (min-width: 981px) {
  :root {
    --max: 1160px;
    --pad: clamp(30px, 4vw, 56px);
  }

  .site-header {
    padding-top: 12px;
    padding-bottom: 12px;
    gap: 20px;
  }

  .brand-lockup {
    width: 132px;
  }

  .nav {
    gap: 22px;
    font-size: 12px;
    letter-spacing: 0.075em;
  }

  .nav-cta {
    padding: 9px 14px 8px;
    font-size: 12px;
    letter-spacing: 0.075em;
  }

  .hero {
    width: min(1180px, calc(100% - 2 * var(--pad)));
    min-height: clamp(640px, 74vh, 760px);
    grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.66fr);
    gap: clamp(30px, 4.2vw, 58px);
    align-items: center;
    padding: 104px 0 44px;
  }

  .eyebrow,
  .section-kicker {
    font-size: 11px;
    letter-spacing: 0.14em;
    margin-bottom: 11px;
  }

  h1 {
    max-width: 620px;
    font-size: clamp(56px, 4.8vw, 76px);
    letter-spacing: -0.044em;
    line-height: 0.98;
    margin-bottom: 20px;
  }

  h2 {
    font-size: clamp(38px, 3.3vw, 54px);
    letter-spacing: -0.04em;
    line-height: 1.02;
  }

  h3 {
    font-size: 21px;
  }

  .lede {
    max-width: 560px;
    font-size: clamp(17px, 1.2vw, 19px);
    line-height: 1.48;
    margin-bottom: 24px;
  }

  .hero-actions {
    gap: 12px;
  }

  .button {
    padding: 13px 17px 12px;
    font-size: 13px;
  }

  .microcopy {
    font-size: 13px;
    max-width: 520px;
  }

  .hero-visual {
    min-height: 430px;
    transform: none;
  }

  .hero-visual::before {
    inset: 48px 18px 38px;
    border-radius: 28px;
  }

  .drop-halo {
    width: min(380px, 27vw);
    opacity: 0.64;
  }

  .hero-drop {
    width: min(286px, 21vw);
    filter: drop-shadow(0 28px 60px rgba(61, 180, 174, 0.24));
  }

  .floating-card {
    width: min(218px, 17vw);
    padding: 14px;
    border-radius: 16px;
  }

  .service-card span,
  .card-label {
    font-size: 10px;
    letter-spacing: 0.12em;
  }

  .service-card strong {
    font-size: 18px;
    line-height: 1.04;
  }

  .service-card p {
    font-size: 13px;
    line-height: 1.32;
  }

  .top-card { top: 78px; left: 4px; }
  .bottom-card { right: 2px; bottom: 58px; }

  .trust-strip {
    width: min(1160px, calc(100% - 2 * var(--pad)));
    margin-top: 0;
    margin-bottom: 76px;
  }

  .trust-strip div {
    padding: 20px 22px;
  }

  .trust-strip span {
    font-size: 16px;
  }

  .trust-strip p {
    font-size: 14px;
  }

  .section,
  .split-section,
  .final-cta {
    width: min(1160px, calc(100% - 2 * var(--pad)));
    padding: 86px 0;
  }

  .section-heading {
    margin-bottom: 34px;
  }

  .section-heading p,
  .split-copy p,
  .raffle-card > div > p,
  .final-cta p:not(.eyebrow):not(.microcopy) {
    font-size: 17px;
    line-height: 1.55;
  }

  .offer-card {
    min-height: 330px;
    padding: 26px;
  }

  .raffle-card {
    padding: clamp(32px, 4vw, 48px);
  }
}

@media (min-width: 1400px) {
  .hero {
    width: min(1200px, calc(100% - 2 * var(--pad)));
  }

  .hero-copy,
  .hero-visual {
    transform: none;
  }
}

@media (min-width: 981px) and (max-width: 1240px) {
  h1 {
    max-width: 560px;
    font-size: clamp(50px, 5vw, 64px);
  }

  .hero {
    grid-template-columns: minmax(0, 0.92fr) minmax(300px, 0.64fr);
    gap: 30px;
  }

  .hero-drop {
    width: min(250px, 22vw);
  }

  .floating-card {
    width: 202px;
  }
}

.site-header {
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
}

@media (min-width: 981px) {
  .site-header {
    padding-left: max(var(--pad), calc((100vw - 1180px) / 2));
    padding-right: max(var(--pad), calc((100vw - 1180px) / 2));
  }

  h1 {
    max-width: 560px;
    font-size: clamp(50px, 4.2vw, 66px);
  }

  .lede {
    max-width: 535px;
  }
}

@media (min-width: 701px) and (max-width: 980px) {
  .nav {
    display: flex;
    gap: 18px;
    font-size: 11px;
  }

  .site-header {
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 18px;
  }

  .brand-lockup {
    width: 126px;
  }

  .hero {
    padding-top: 108px;
    gap: 28px;
  }

  .hero-visual {
    min-height: 360px;
    margin-top: -12px;
  }

  .offer-grid,
  .services-grid,
  .timeline,
  .safety-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .offer-card,
  .services-grid .card,
  .timeline div {
    min-height: 0;
    padding: 24px;
  }

  .offer-card.featured {
    grid-column: span 2;
  }

  .card .card-label {
    margin-bottom: 18px;
  }
}

@media (max-width: 700px) {
  .hero {
    padding-top: 104px;
    gap: 24px;
  }

  .eyebrow,
  .section-kicker {
    margin-bottom: 9px;
  }

  h1 {
    font-size: clamp(43px, 12.2vw, 54px);
    line-height: 0.98;
  }

  .lede {
    font-size: 18px;
    line-height: 1.48;
    margin-bottom: 22px;
  }

  .hero-visual {
    min-height: 330px;
    margin-top: -10px;
  }

  .offer-card,
  .services-grid .card,
  .timeline div,
  .safety-grid div,
  details {
    min-height: 0;
    padding: 22px;
  }

  .card .card-label {
    margin-bottom: 16px;
  }

  .section,
  .split-section,
  .final-cta {
    padding-top: 76px;
    padding-bottom: 76px;
  }
}

@media (min-width: 701px) and (max-width: 980px) {
  .site-header .nav {
    display: flex !important;
    justify-content: center;
    gap: 16px;
    font-size: 10.5px;
    letter-spacing: 0.075em;
  }

  .site-header {
    grid-template-columns: auto minmax(260px, 1fr) auto;
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .brand-lockup {
    width: 122px;
  }

  .nav-cta {
    padding: 9px 13px 8px;
    font-size: 11px;
  }

  h1 {
    max-width: 720px;
    font-size: clamp(46px, 6.3vw, 60px);
    line-height: 1;
    letter-spacing: -0.043em;
  }

  .lede {
    max-width: 690px;
    font-size: 18px;
    line-height: 1.5;
  }

  .hero {
    padding-top: 102px;
    min-height: auto;
    gap: 22px;
  }

  .hero-visual {
    min-height: 330px;
    margin-top: -18px;
  }

  .hero-drop {
    width: min(310px, 38vw);
  }

  .floating-card {
    width: min(214px, 34vw);
  }
}

@media (max-width: 700px) {
  .site-header {
    grid-template-columns: 1fr auto;
    gap: 12px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .site-header .nav {
    display: none !important;
  }

  .brand-lockup {
    width: 126px;
  }

  .nav-cta {
    justify-self: end;
    padding: 9px 11px 8px;
    font-size: 11px;
    letter-spacing: 0.065em;
  }
}

.hero-stage.hero-texture {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: #050707;
}

.hero-stage.hero-texture .hero {
  position: relative;
  z-index: 2;
}

.hero-video-texture {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
  background: #050707;
}

.hero-texture-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 58% center;
  opacity: 0.42;
  filter: brightness(0.82) contrast(1.03) saturate(0.88);
  transform: scale(1.015);
}

.hero-video-texture::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(5, 7, 7, 0.30) 0%, rgba(5, 7, 7, 0.24) 46%, rgba(5, 7, 7, 0.18) 100%);
}

.hero-stage.hero-texture .hero-copy {
  text-shadow: 0 2px 28px rgba(0, 0, 0, 0.74);
}

.hero-stage.hero-texture .hero-visual {
  filter: drop-shadow(0 30px 72px rgba(35, 199, 190, 0.13));
}

.hero-stage.hero-texture .hero-visual::before {
  background: rgba(8, 12, 12, 0.34);
  backdrop-filter: blur(1.5px);
}

.hero-stage.hero-texture .drop-halo {
  opacity: 0.58;
}

@media (min-width: 1500px) {
  .hero-texture-video {
    opacity: 0.42;
    object-position: 56% center;
  }
}

@media (min-width: 701px) and (max-width: 980px) {
  .hero-texture-video {
    opacity: 0.36;
    object-position: 62% center;
    filter: brightness(0.78) contrast(1.04) saturate(0.84);
  }

  .hero-video-texture::after {
    background: linear-gradient(180deg, rgba(5, 7, 7, 0.28) 0%, rgba(5, 7, 7, 0.18) 54%, rgba(5, 7, 7, 0.30) 100%);
  }
}

@media (max-width: 700px) {
  .hero-texture-video {
    opacity: 0.30;
    object-position: 66% center;
    filter: brightness(0.72) contrast(1.04) saturate(0.82);
  }

  .hero-video-texture::after {
    background: linear-gradient(180deg, rgba(5, 7, 7, 0.30) 0%, rgba(5, 7, 7, 0.22) 52%, rgba(5, 7, 7, 0.30) 100%);
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-texture-video {
    display: none;
  }
}

.visual-slot {
  margin: 0;
  position: relative;
  overflow: hidden;
  min-height: 260px;
  border: 1px solid rgba(61, 180, 174, 0.28);
  border-radius: 28px;
  background:
    radial-gradient(circle at 18% 18%, rgba(61, 180, 174, 0.18), transparent 24rem),
    linear-gradient(145deg, rgba(255,255,255,0.07), rgba(255,255,255,0.025));
}

.visual-slot img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  display: block;
  object-fit: contain;
  padding: clamp(32px, 5vw, 76px);
  background: rgba(235, 238, 242, 0.92);
  opacity: 0.62;
  filter: grayscale(0.28) brightness(0.78);
}

.visual-slot::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(5,7,7,0.06), rgba(5,7,7,0.44)),
    radial-gradient(circle at 70% 22%, rgba(61,180,174,0.16), transparent 22rem);
}

.visual-slot figcaption {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  z-index: 2;
  display: inline-flex;
  width: fit-content;
  max-width: calc(100% - 36px);
  padding: 10px 12px 9px;
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 999px;
  background: rgba(8, 10, 10, 0.76);
  color: var(--soft);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-transform: uppercase;
  backdrop-filter: blur(14px);
}

.trust-section {
  padding-top: 84px;
  padding-bottom: 92px;
}

.trust-layout {
  display: grid;
  grid-template-columns: minmax(320px, 0.72fr) minmax(0, 1fr);
  gap: clamp(18px, 3vw, 34px);
  align-items: stretch;
}

.trust-intro {
  display: flex;
  min-width: 0;
  flex-direction: column;
}

.trust-intro h2 {
  max-width: 560px;
  margin-bottom: 18px;
}

.trust-intro > p:not(.section-kicker) {
  max-width: 520px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.55;
  margin-bottom: 26px;
}

.trust-visual-slot {
  margin-top: auto;
  min-height: 270px;
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.trust-card {
  display: flex;
  min-height: 190px;
  flex-direction: column;
  justify-content: flex-end;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(255,255,255,0.066), rgba(255,255,255,0.032));
}

.trust-card span {
  display: block;
  color: var(--white);
  font-size: 18px;
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 10px;
}

.trust-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.48;
}

.workflow-layout {
  display: grid;
  grid-template-columns: minmax(320px, 0.78fr) minmax(0, 1fr);
  gap: 18px;
  align-items: stretch;
}

.workflow-layout .strategy-grid {
  grid-template-columns: 1fr;
}

.workflow-visual-slot {
  min-height: 100%;
}

.event-visual-slot {
  min-height: 310px;
  margin-top: 30px;
}

.raffle-visual-slot {
  min-height: 235px;
  margin-top: 28px;
}

.area-visual-slot {
  min-height: 290px;
  margin: 30px 0 8px;
}

.safety-content {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(320px, 0.62fr);
  gap: 18px;
  align-items: stretch;
}

.safety-content .safety-grid {
  grid-template-columns: 1fr;
}

.safety-content .safety-grid div {
  min-height: 0;
}

.safety-visual-slot {
  min-height: 100%;
}

@media (min-width: 701px) and (max-width: 980px) {
  .trust-layout,
  .workflow-layout,
  .safety-content {
    grid-template-columns: 1fr;
  }

  .trust-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .workflow-layout .strategy-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .visual-slot {
    min-height: 260px;
  }

  .trust-section {
    padding-top: 72px;
  }
}

@media (max-width: 700px) {
  .trust-layout,
  .trust-grid,
  .workflow-layout,
  .workflow-layout .strategy-grid,
  .safety-content {
    grid-template-columns: 1fr;
  }

  .trust-section {
    padding-top: 64px;
    padding-bottom: 74px;
  }

  .trust-card {
    min-height: 0;
    padding: 22px;
  }

  .visual-slot {
    min-height: 220px;
    border-radius: 24px;
  }

  .visual-slot img {
    padding: 38px;
  }

  .visual-slot figcaption {
    left: 14px;
    right: 14px;
    bottom: 14px;
    max-width: calc(100% - 28px);
    border-radius: 18px;
    white-space: normal;
  }
}

.trust-list-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.62fr) minmax(0, 1fr);
  gap: clamp(28px, 5vw, 76px);
  align-items: start;
}

.trust-list {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--line);
}

.trust-list li {
  display: grid;
  grid-template-columns: minmax(160px, 0.36fr) minmax(0, 1fr);
  gap: 22px;
  padding: 20px 0;
  border-bottom: 1px solid var(--line);
}

.trust-list strong {
  color: var(--white);
  font-size: 18px;
  line-height: 1.1;
}

.trust-list span {
  color: var(--muted);
  line-height: 1.48;
}

.workflow-system {
  display: grid;
  grid-template-columns: minmax(360px, 0.78fr) minmax(0, 1fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: stretch;
}

.science-panel {
  position: relative;
  min-height: 500px;
  overflow: hidden;
  border: 1px solid rgba(61, 180, 174, 0.28);
  border-radius: 32px;
  background:
    radial-gradient(circle at 50% 42%, rgba(61,180,174,0.20), transparent 14rem),
    radial-gradient(circle at 18% 80%, rgba(167,216,107,0.08), transparent 16rem),
    linear-gradient(145deg, rgba(255,255,255,0.07), rgba(255,255,255,0.018));
}

.science-grid {
  position: absolute;
  inset: 0;
  opacity: 0.34;
  background-image:
    linear-gradient(rgba(61,180,174,0.13) 1px, transparent 1px),
    linear-gradient(90deg, rgba(61,180,174,0.11) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: radial-gradient(circle at 50% 50%, black, transparent 74%);
}

.science-orbit {
  position: absolute;
  left: 50%;
  top: 50%;
  border: 1px solid rgba(61,180,174,0.28);
  border-radius: 50%;
  transform: translate(-50%, -50%) rotate(-18deg);
}
.orbit-one { width: 330px; height: 168px; }
.orbit-two { width: 410px; height: 226px; transform: translate(-50%, -50%) rotate(24deg); }

.science-core {
  position: absolute;
  left: 50%;
  top: 50%;
  display: grid;
  place-items: center;
  width: 148px;
  height: 148px;
  padding: 18px;
  border: 1px solid rgba(102,215,207,0.54);
  border-radius: 50%;
  background: rgba(5, 10, 10, 0.82);
  box-shadow: 0 0 80px rgba(61,180,174,0.28);
  transform: translate(-50%, -50%);
  text-align: center;
}

.science-core strong { color: var(--white); font-size: 42px; line-height: 1; }
.science-core em { color: var(--muted); font-size: 12px; font-style: normal; line-height: 1.15; text-transform: uppercase; letter-spacing: 0.08em; }
.pulse-dot { width: 10px; height: 10px; border-radius: 50%; background: var(--teal-bright); box-shadow: 0 0 26px var(--teal-bright); }

.science-node {
  position: absolute;
  z-index: 2;
  min-width: 118px;
  padding: 12px 14px;
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 18px;
  background: rgba(8, 12, 12, 0.78);
  backdrop-filter: blur(16px);
}
.science-node span { display: block; color: var(--teal-bright); font-size: 11px; font-weight: 800; letter-spacing: 0.12em; margin-bottom: 4px; }
.science-node strong { color: var(--white); font-size: 16px; }
.node-request { left: 9%; top: 18%; }
.node-screen { right: 8%; top: 38%; }
.node-care { left: 14%; bottom: 16%; }

.signal-line {
  position: absolute;
  height: 1px;
  width: 160px;
  background: linear-gradient(90deg, transparent, rgba(102,215,207,0.72), transparent);
  transform-origin: left center;
}
.line-a { left: 25%; top: 28%; transform: rotate(20deg); }
.line-b { right: 24%; top: 46%; transform: rotate(156deg); }
.line-c { left: 27%; bottom: 27%; transform: rotate(-22deg); }

.workflow-steps {
  counter-reset: step;
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--line);
}
.workflow-steps li {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  gap: 20px;
  padding: 32px 0;
  border-bottom: 1px solid var(--line);
}
.workflow-steps span {
  color: var(--teal-bright);
  font-weight: 800;
  letter-spacing: 0.12em;
}
.workflow-steps h3 { margin-bottom: 8px; }
.workflow-steps p { color: var(--muted); line-height: 1.55; margin: 0; }

.offer-heading { align-items: start; }
.offer-decision-bar {
  display: grid;
  grid-template-columns: auto minmax(0, 0.68fr) minmax(280px, 0.7fr);
  gap: 18px;
  align-items: center;
  margin: 0 0 22px;
  padding: 18px 20px;
  border: 1px solid rgba(61,180,174,0.40);
  border-radius: 22px;
  background: rgba(61,180,174,0.09);
}
.offer-decision-bar span,
.offer-topline span {
  color: var(--green);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}
.offer-decision-bar strong { color: var(--white); font-size: 22px; line-height: 1.05; }
.offer-decision-bar p { margin: 0; color: var(--muted); line-height: 1.45; }

.conversion-offers { align-items: stretch; }
.conversion-card {
  position: relative;
  min-height: 470px;
  padding: 30px;
}
.conversion-card.featured {
  transform: translateY(-10px);
  box-shadow: 0 30px 110px rgba(61,180,174,0.13), inset 0 0 0 1px rgba(61,180,174,0.24);
}
.offer-topline { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-bottom: 16px; }
.offer-topline .card-label { margin: 0; }
.offer-fit { color: var(--soft); line-height: 1.48; }
.offer-fit strong { color: var(--white); }
.offer-button { width: 100%; margin-top: auto; }
.offer-note { margin: 12px 0 0; color: var(--dim); font-size: 13px; line-height: 1.35; }

.event-section { overflow: hidden; }
.event-heading { align-items: end; }
.event-gallery {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 32px;
  background: rgba(255,255,255,0.035);
}
.event-gallery-track {
  display: flex;
  gap: 16px;
  width: max-content;
  padding: 18px;
  animation: neovivGallery 34s linear infinite;
}
.event-gallery:hover .event-gallery-track { animation-play-state: paused; }
.event-gallery-mobile-open {
  display: none;
}
.event-gallery figure {
  position: relative;
  flex: 0 0 clamp(260px, 28vw, 380px);
  height: clamp(300px, 34vw, 430px);
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 26px;
  background: rgba(235,238,242,0.9);
}
.event-card-glyph img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 48px;
  opacity: 0.54;
  filter: grayscale(0.35) brightness(0.76);
}
.event-card--photo {
  background: #0A1412;
}
.event-card--photo > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 34%;
  padding: 0;
  opacity: 1;
  filter: saturate(0.95) contrast(1.04) brightness(0.88);
  transform: scale(1.01);
}
.event-card--yacht > img {
  object-position: center 38%;
}
.event-gallery figcaption {
  position: absolute;
  left: 16px;
  bottom: 16px;
  z-index: 2;
  padding: 10px 12px;
  border-radius: 999px;
  background: rgba(5,8,8,0.78);
  color: var(--white);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  backdrop-filter: blur(14px);
}
.event-gallery figure::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 42%, rgba(0,0,0,0.58));
}
@keyframes neovivGallery { from { transform: translateX(0); } to { transform: translateX(calc(-50% - 8px)); } }

.event-gallery-modal[hidden] {
  display: none;
}

.event-gallery-modal {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: grid;
  align-items: end;
  padding: 12px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 180ms ease;
}

.event-gallery-modal.is-open {
  opacity: 1;
  pointer-events: auto;
}

.event-gallery-modal-backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(2, 6, 6, 0.76);
  backdrop-filter: blur(10px);
  cursor: pointer;
}

.event-gallery-modal-dialog {
  position: relative;
  z-index: 1;
  width: 100%;
  max-height: calc(100dvh - 24px);
  overflow: hidden;
  border: 1px solid rgba(123, 224, 212, 0.22);
  border-radius: 26px;
  background:
    radial-gradient(circle at 20% 0%, rgba(123, 224, 212, 0.15), transparent 18rem),
    rgba(5, 10, 10, 0.94);
  box-shadow: 0 32px 120px rgba(0, 0, 0, 0.58);
  transform: translateY(18px);
  transition: transform 180ms ease;
}

.event-gallery-modal.is-open .event-gallery-modal-dialog {
  transform: translateY(0);
}

.event-gallery-modal-header {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 18px;
  padding: 22px 20px 14px;
}

.event-gallery-modal-header .section-kicker {
  margin-bottom: 8px;
}

.event-gallery-modal-header h2 {
  margin: 0;
  color: var(--white);
  font-size: 32px;
  line-height: 1;
}

.event-gallery-modal-close {
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(123, 224, 212, 0.28);
  border-radius: 999px;
  background: rgba(5, 10, 10, 0.86);
  color: var(--white);
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}

.event-gallery-modal-track {
  display: grid;
  gap: 14px;
  max-height: calc(100dvh - 140px);
  overflow-y: auto;
  overscroll-behavior: contain;
  padding: 0 14px 16px;
  scrollbar-width: thin;
  scrollbar-color: rgba(123, 224, 212, 0.42) transparent;
}

.event-gallery-modal-track figure {
  position: relative;
  min-height: 0;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 20px;
  background: #07100F;
}

.event-gallery-modal-track img {
  display: block;
  width: 100%;
  height: min(470px, 92vw);
  object-fit: contain;
  background: #07100F;
}

.event-gallery-modal-track figcaption {
  position: absolute;
  left: 14px;
  bottom: 14px;
  padding: 9px 12px;
  border-radius: 999px;
  background: rgba(5, 8, 8, 0.78);
  color: var(--white);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  backdrop-filter: blur(14px);
}

body.event-gallery-modal-open {
  overflow: hidden;
}

body.event-gallery-modal-open .mobile-claim-drop {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}

.faq-list {
  margin-top: 34px;
  border-top: 1px solid var(--line);
}
.faq-list details {
  border: 0;
  border-bottom: 1px solid var(--line);
  border-radius: 0;
  background: transparent;
  padding: 24px 0;
}
.faq-list summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  font-size: 20px;
  list-style: none;
}
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after {
  content: "+";
  color: var(--teal-bright);
  font-size: 24px;
  line-height: 1;
}
.faq-list details[open] summary::after { content: "-"; }
.faq-list details p { max-width: 760px; margin-top: 14px; color: var(--muted); }

.site-footer {
  display: grid;
  grid-template-columns: minmax(220px, 0.38fr) minmax(0, 1fr);
  align-items: start;
}
.footer-columns {
  display: grid;
  grid-template-columns: minmax(120px, 0.28fr) minmax(0, 1fr) minmax(180px, 0.38fr);
  gap: clamp(24px, 4vw, 54px);
  width: 100%;
}
.footer-col { display: grid; align-content: start; gap: 10px; }
.footer-col h3 {
  margin: 0 0 8px;
  color: var(--teal-bright);
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.footer-col a { color: var(--muted); font-size: 14px; }
.footer-col a:hover { color: var(--white); }
.footer-col p { color: var(--dim); line-height: 1.45; font-size: 14px; margin: 0; }
.footer-contact-col p { color: var(--muted); }
.footer-area-links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px 18px;
}

@media (max-width: 980px) {
  .trust-list-layout,
  .workflow-system,
  .offer-decision-bar,
  .site-footer,
  .footer-columns {
    grid-template-columns: 1fr;
  }
  .conversion-card.featured { transform: none; }
  .science-panel { min-height: 420px; }
  .footer-area-links { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 700px) {
  .trust-list li,
  .workflow-steps li {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .science-panel { min-height: 360px; border-radius: 24px; }
  .science-core { width: 124px; height: 124px; }
  .science-core strong { font-size: 34px; }
  .science-node { min-width: 98px; padding: 10px 11px; }
  .node-request { left: 7%; top: 14%; }
  .node-screen { right: 6%; top: 38%; }
  .node-care { left: 9%; bottom: 13%; }
  .offer-decision-bar { padding: 18px; }
  .event-gallery { border-radius: 24px; }
  .event-gallery-track { overflow-x: auto; width: auto; animation: none; scroll-snap-type: x mandatory; }
  .event-gallery figure { flex-basis: 78vw; height: 330px; scroll-snap-align: center; }
  .footer-area-links { grid-template-columns: 1fr 1fr; }
}

:root {
  --ivory: #F8F1E7;
  --sand: #D8C2A2;
  --sun: #F4B37E;
  --coral: #F28E7A;
  --rose: #F0B7A6;
  --sea: #7BE0D4;
  --sea-deep: #157F78;
  --ink: #081211;
  --warm-muted: #C9BCAE;
}

body {
  background:
    radial-gradient(circle at 16% 4%, rgba(123, 224, 212, 0.17), transparent 34rem),
    radial-gradient(circle at 86% 12%, rgba(242, 142, 122, 0.15), transparent 32rem),
    radial-gradient(circle at 50% 52%, rgba(216, 194, 162, 0.07), transparent 46rem),
    linear-gradient(180deg, #080A09 0%, #0A1412 46%, #070808 100%);
}
body::before {
  opacity: 0.62;
  background-image:
    radial-gradient(circle at 24% 12%, rgba(244, 179, 126, 0.10), transparent 18rem),
    linear-gradient(rgba(255,255,255,0.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.012) 1px, transparent 1px);
}

.eyebrow,
.section-kicker {
  color: var(--sea);
}

.button.primary {
  background: linear-gradient(135deg, var(--sea), #3DB4AE 72%);
  border-color: rgba(123, 224, 212, 0.92);
  box-shadow: 0 20px 70px rgba(61, 180, 174, 0.22);
}
.button.secondary:hover {
  border-color: var(--sun);
  color: var(--sun);
}

.hero-stage.hero-texture {
  background: #080A09;
}
.hero-stage.hero-texture::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    radial-gradient(circle at 78% 25%, rgba(244, 179, 126, 0.15), transparent 28rem),
    radial-gradient(circle at 14% 72%, rgba(123, 224, 212, 0.08), transparent 30rem),
    linear-gradient(90deg, rgba(6, 8, 8, 0.15), rgba(6, 8, 8, 0.05) 48%, rgba(6, 8, 8, 0.18));
}
.hero-video-texture::after {
  background: linear-gradient(90deg, rgba(7, 9, 8, 0.24) 0%, rgba(7, 9, 8, 0.17) 46%, rgba(7, 9, 8, 0.13) 100%);
}
.hero-texture-video {
  opacity: 0.38;
  filter: brightness(0.91) contrast(1.01) saturate(1.03);
}
.service-card {
  border-color: rgba(244, 179, 126, 0.26);
  background: rgba(8, 10, 10, 0.72);
}
.service-card span,
.card-label {
  color: var(--sun);
}
.service-card strong {
  letter-spacing: -0.02em;
}
.hero-stage.hero-texture .drop-halo {
  background: radial-gradient(circle, rgba(123, 224, 212, 0.30), rgba(244, 179, 126, 0.08) 48%, transparent 68%);
}

.trust-section {
  position: relative;
}
.trust-section::before {
  content: "";
  position: absolute;
  inset: 34px auto auto -9vw;
  width: 36vw;
  height: 36vw;
  max-width: 520px;
  max-height: 520px;
  pointer-events: none;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(244, 179, 126, 0.08), transparent 68%);
  filter: blur(2px);
}
.trust-intro > p:not(.section-kicker) {
  color: #B8C9C5;
}
.trust-list li {
  border-bottom-color: rgba(255, 255, 255, 0.11);
}
.trust-list strong {
  color: #FFF9F2;
}

.workflow-system {
  align-items: stretch;
}
.workflow-figure {
  position: relative;
  margin: 0;
  min-height: 360px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 34px;
  background:
    radial-gradient(circle at 78% 18%, rgba(244, 179, 126, 0.16), transparent 15rem),
    radial-gradient(circle at 18% 78%, rgba(123, 224, 212, 0.14), transparent 17rem),
    linear-gradient(160deg, #10302E, #0C1A18 72%);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.08), 0 36px 120px rgba(0,0,0,0.20);
}
.workflow-figure::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.30;
  background-image:
    linear-gradient(rgba(123,224,212,0.10) 1px, transparent 1px),
    linear-gradient(90deg, rgba(244,179,126,0.07) 1px, transparent 1px);
  background-size: 46px 46px;
  mask-image: radial-gradient(circle at 50% 46%, black, transparent 80%);
}
.workflow-figure--map {
  align-self: start;
  min-height: 0;
  aspect-ratio: 1 / 1;
  background: #0A1412;
}
.workflow-figure--map::before {
  display: none;
}
.workflow-map-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.96) contrast(1.02) brightness(0.92);
}
.workflow-right {
  display: flex;
  flex-direction: column;
}
.workflow-actions {
  align-self: center;
  margin-top: clamp(26px, 3vw, 36px);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}
.workflow-actions .text-link {
  margin-left: 0;
}
.workflow-button {
  margin-top: 0;
}

.offers-section {
  position: relative;
  width: min(1240px, calc(100% - 2 * var(--pad)));
  margin-top: 36px;
  margin-bottom: 36px;
  padding: clamp(40px, 6vw, 74px);
  overflow: hidden;
  border: 1px solid rgba(123, 224, 212, 0.26);
  border-radius: 44px;
  background:
    radial-gradient(circle at 88% 8%, rgba(123,224,212,0.28), transparent 22rem),
    radial-gradient(circle at 10% 92%, rgba(242,142,122,0.22), transparent 22rem),
    linear-gradient(135deg, #FFF8EF 0%, #F2E4D3 58%, #DDF4EE 100%);
  color: var(--ink);
  box-shadow: 0 40px 140px rgba(0, 0, 0, 0.22);
}
.offers-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(8,18,17,0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(8,18,17,0.026) 1px, transparent 1px);
  background-size: 58px 58px;
  mask-image: linear-gradient(to bottom, rgba(0,0,0,0.36), transparent 76%);
}
.offers-section > * {
  position: relative;
  z-index: 1;
}
.offers-section .section-kicker,
.offers-section .card-label,
.offers-section .offer-topline span,
.offers-section .offer-decision-bar span {
  color: #087F76;
}
.offers-section h2,
.offers-section h3,
.offers-section .offer-fit strong,
.offers-section .offer-decision-bar strong {
  color: var(--ink);
}
.offers-section .section-heading p,
.offers-section .offer-decision-bar p,
.offers-section .offer-fit,
.offers-section .offer-note {
  color: #52605D;
}
.offers-section .offer-decision-bar {
  border-color: rgba(8, 127, 118, 0.24);
  background: rgba(255, 255, 255, 0.58);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.74);
}
.offers-section .conversion-card {
  border-color: rgba(8, 18, 17, 0.13);
  background: rgba(255, 255, 255, 0.62);
  box-shadow: 0 20px 70px rgba(8, 18, 17, 0.08);
}
.offers-section .conversion-card.featured {
  background: linear-gradient(180deg, rgba(255,255,255,0.88), rgba(220, 247, 241, 0.72));
  border-color: rgba(8, 127, 118, 0.34);
  box-shadow: 0 30px 100px rgba(8, 127, 118, 0.12), inset 0 0 0 1px rgba(255,255,255,0.45);
}
.offers-section .glow-card {
  background: linear-gradient(180deg, rgba(255,255,255,0.76), rgba(255,232,222,0.66));
}
.offers-section .offer-card li {
  color: #263633;
}
.offers-section .offer-card li::before {
  background: var(--coral);
}
.offers-section .button.secondary {
  color: var(--ink);
  background: rgba(255,255,255,0.36);
  border-color: rgba(8, 127, 118, 0.34);
}
.offers-section .button.secondary:hover {
  background: var(--ink);
  color: var(--ivory);
  border-color: var(--ink);
}
.offers-section .button.primary:hover {
  background: var(--ink);
  color: var(--ivory);
  border-color: var(--ink);
}

.event-section {
  position: relative;
}
.event-section::before {
  content: "";
  position: absolute;
  right: -13vw;
  top: 8%;
  width: 42vw;
  height: 42vw;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(244,179,126,0.10), transparent 68%);
  pointer-events: none;
}
.event-heading .section-kicker {
  color: var(--sun);
}
.event-gallery {
  border-color: rgba(244, 179, 126, 0.22);
  background:
    radial-gradient(circle at 18% 18%, rgba(244, 179, 126, 0.10), transparent 20rem),
    rgba(255,255,255,0.035);
}
.event-gallery figure {
  background: linear-gradient(180deg, #F7F0E7, #D8D5CD 62%, #8B928C);
  border-color: rgba(255,255,255,0.26);
}
.event-card-glyph img {
  opacity: 0.48;
  filter: sepia(0.12) grayscale(0.18) brightness(0.84);
}
.event-card--photo {
  background: #0A1412;
}
.event-card--photo > img {
  opacity: 1;
  filter: saturate(1.03) contrast(1.04) brightness(0.98);
}
.event-gallery figcaption {
  background: rgba(7, 10, 10, 0.78);
  border: 1px solid rgba(244,179,126,0.22);
}
.faq-list summary::after {
  color: var(--sun);
}
.final-cta {
  position: relative;
}
.final-cta::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: min(760px, 92vw);
  height: min(360px, 58vw);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(123,224,212,0.10), rgba(244,179,126,0.06) 42%, transparent 72%);
  pointer-events: none;
  transform: translate(-50%, -50%);
}
.final-cta > * {
  position: relative;
  z-index: 1;
}
.footer-col h3 {
  color: var(--sea);
}

@media (min-width: 1500px) {
  .hero-texture-video {
    opacity: 0.40;
  }
}
@media (max-width: 980px) {
  .offers-section {
    width: min(var(--max), calc(100% - 2 * var(--pad)));
    padding: clamp(30px, 5vw, 54px);
    border-radius: 34px;
  }
  .workflow-figure {
    min-height: 300px;
  }
}
@media (max-width: 700px) {
  h1 {
    font-size: clamp(43px, 13vw, 54px);
    line-height: 0.98;
  }
  .hero-stage.hero-texture::after {
    background:
      radial-gradient(circle at 84% 28%, rgba(244, 179, 126, 0.12), transparent 18rem),
      linear-gradient(180deg, rgba(6, 8, 8, 0.12), rgba(6, 8, 8, 0.22));
  }
  .hero-texture-video {
    opacity: 0.28;
    filter: brightness(0.78) contrast(1.03) saturate(1.00);
  }
  .workflow-figure {
    min-height: 280px;
    border-radius: 24px;
  }
  .offers-section {
    width: calc(100% - 28px);
    padding: 28px 18px;
    border-radius: 26px;
  }
  .offers-section .offer-decision-bar {
    border-radius: 20px;
  }
}

.offer-menu-section {
  padding-block: clamp(72px, 8vw, 112px);
}
.offer-menu-shell {
  margin-top: 36px;
}
.offer-first-visit {
  display: block;
  max-width: 100%;
  margin: 0 auto 26px;
  text-align: center;
}

.offer-best span {
  color: #087F76;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.offer-first-visit strong {
  display: inline-block;
  color: var(--ink);
  font-size: 22px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
  line-height: 1.08;
  white-space: nowrap;
}
.offer-menu {
  display: grid;
}
.offer-row {
  position: relative;
  display: grid;
  grid-template-columns: 52px minmax(250px, 1.14fr) minmax(170px, 0.58fr) minmax(210px, 0.76fr) minmax(210px, 0.62fr);
  gap: clamp(18px, 2.3vw, 32px);
  align-items: center;
  padding: clamp(28px, 3.5vw, 42px) 0;
  border-bottom: 1px solid rgba(8, 18, 17, 0.13);
}
.offer-row::before {
  content: "";
  position: absolute;
  inset: 10px -18px;
  z-index: -1;
  border-radius: 28px;
  background: transparent;
  transition: background 180ms ease, box-shadow 180ms ease;
}
.offer-row-featured::before {
  background: linear-gradient(90deg, rgba(123,224,212,0.20), rgba(255,255,255,0.24) 48%, transparent 100%);
  box-shadow: inset 4px 0 0 rgba(8,127,118,0.42);
}
.offer-row-glow::before {
  background: linear-gradient(90deg, rgba(244,179,126,0.16), rgba(255,255,255,0.16) 42%, transparent 100%);
}
.offer-number {
  color: rgba(8,18,17,0.28);
  font-size: 30px;
  font-weight: 900;
  line-height: 1;
}
.offer-name .card-label {
  color: #087F76;
  margin: 0 0 8px;
}
.offer-name h3 {
  margin: 0 0 8px;
  color: var(--ink);
  font-size: clamp(25px, 2.3vw, 36px);
  line-height: 0.98;
}
.offer-name p {
  margin: 0;
  color: #3C4A47;
  line-height: 1.5;
}
.offer-name p strong {
  color: var(--ink);
}
.offer-best {
  display: grid;
  gap: 8px;
}
.offer-best strong {
  color: var(--ink);
  font-size: 18px;
  line-height: 1.18;
}
.offer-points {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 10px;
}
.offer-points li {
  position: relative;
  padding-left: 18px;
  color: #263633;
  line-height: 1.35;
}
.offer-points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.62em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--coral);
}
.offer-action {
  display: grid;
  gap: 10px;
  justify-items: stretch;
}
.offer-action .button {
  width: 100%;
  min-height: 50px;
  padding-inline: 18px;
  text-align: center;
  white-space: normal;
}
.offer-action p {
  margin: 0;
  color: #52605D;
  font-size: 13px;
  line-height: 1.38;
}
@media (max-width: 1180px) {
  .offer-row {
    grid-template-columns: 44px minmax(240px, 1.2fr) minmax(170px, 0.75fr) minmax(190px, 0.75fr);
  }
  .offer-action {
    grid-column: 2 / -1;
    grid-template-columns: minmax(220px, 0.42fr) minmax(0, 1fr);
    align-items: center;
  }
}
@media (max-width: 980px) {
  .offer-first-visit {
    text-align: center;
  }
  .offer-row {
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 14px 20px;
    align-items: start;
  }
  .offer-name,
  .offer-best,
  .offer-points,
  .offer-action {
    grid-column: 2;
  }
  .offer-action {
    grid-template-columns: minmax(220px, 0.58fr) minmax(0, 1fr);
  }
  .offer-row::before {
    inset: 12px -12px;
  }
}

@media (max-width: 640px) {
  .offer-first-visit strong {
    font-size: 19px;
    white-space: normal;
  }
}
@media (max-width: 640px) {
  .offer-menu-shell {
    margin-top: 26px;
  }
  .offer-row {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 30px 0;
  }
  .offer-name,
  .offer-best,
  .offer-points,
  .offer-action {
    grid-column: 1;
  }
  .offer-number {
    font-size: 14px;
    letter-spacing: 0.14em;
  }
  .offer-action {
    grid-template-columns: 1fr;
  }
  .offer-row::before {
    inset: 10px -10px;
    border-radius: 22px;
  }
}

html {
  scroll-padding-top: 118px;
}
#offers,
#events,
#reviews,
#faq,
#about,
#claim-drop,
#book,
#footer-areas {
  scroll-margin-top: 118px;
}
#claim-drop,
#book {
  scroll-margin-top: 88px;
}
.offer-row::before {
  display: none;
}
.offer-row {
  padding-left: 20px;
}
.offer-row-featured {
  box-shadow: inset 4px 0 0 rgba(8,127,118,0.52);
}
.offer-row-glow {
  box-shadow: inset 4px 0 0 rgba(244,179,126,0.46);
}
.offer-row:not(.offer-row-featured):not(.offer-row-glow) {
  box-shadow: inset 4px 0 0 rgba(8,18,17,0.10);
}
@media (max-width: 640px) {
  html {
    scroll-padding-top: 92px;
  }
  #offers,
  #events,
  #reviews,
  #faq,
  #about,
  #footer-areas {
    scroll-margin-top: 92px;
  }
  #claim-drop,
  #book {
    scroll-margin-top: 74px;
  }
  .offer-row {
    padding-left: 16px;
  }
}

.hero-accent { color: var(--sea); }

body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  opacity: 0.05;
  mix-blend-mode: soft-light;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.82' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

.js-anim [data-reveal] {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.8s cubic-bezier(0.22, 1, 0.36, 1), transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: var(--rd, 0ms);
  will-change: opacity, transform;
}
.js-anim [data-reveal].in {
  opacity: 1;
  transform: none;
}

.js-anim .faq-list details[data-reveal] {
  opacity: 1;
  transform: none;
  filter: none;
  transition: border-color 180ms ease, color 180ms ease;
  will-change: auto;
}

.nav a { position: relative; }
.nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 100%;
  height: 1px;
  background: var(--sea);
  transform: scaleX(0);
  transform-origin: 0 50%;
  transition: transform 0.28s cubic-bezier(0.22, 1, 0.36, 1);
}
.nav a:hover::after { transform: scaleX(1); }

.button { position: relative; overflow: hidden; }
.button.primary {
  isolation: isolate;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}
.button.primary::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background: linear-gradient(110deg, transparent 24%, rgba(255, 255, 255, 0.45) 50%, transparent 76%);
  transform: translateX(-130%);
  transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}
.button.primary:hover { transform: translateY(-2px); }
.button.primary:hover::after { transform: translateX(130%); }

.trust-list li { transition: padding-left 0.25s cubic-bezier(0.22, 1, 0.36, 1); }
.trust-list li:hover { padding-left: 6px; }
.trust-list li strong { transition: color 0.2s ease; }
.trust-list li:hover strong { color: var(--sea); }

.workflow-steps li span { display: inline-block; transition: transform 0.25s cubic-bezier(0.22, 1, 0.36, 1); }
.workflow-steps li:hover span { transform: translateX(3px); }

.offer-row { transition: transform 0.25s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.25s ease; }
.offer-row:hover { transform: translateX(3px); }
.offer-row:not(.offer-row-featured):not(.offer-row-glow):hover { box-shadow: inset 4px 0 0 rgba(8, 127, 118, 0.4); }
.offer-name h3 { transition: color 0.2s ease; }
.faq-list summary { transition: color 0.2s ease; }
.faq-list summary:hover { color: var(--sea); }

.top-card, .bottom-card, .drop-halo { transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1); }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  body::after { display: none; }
  .hero-drop,
  .reveal,
  .reviews-grid,
  .event-gallery-track {
    animation: none !important;
  }
}

.text-link {
  display: inline-flex;
  align-items: center;
  margin-left: 6px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 650;
  border-bottom: 1px solid transparent;
  transition: color 0.2s ease, border-color 0.2s ease;
}
.text-link:hover { color: var(--sea); border-bottom-color: var(--sea); }

.workflow-cta {
  margin-top: clamp(28px, 4vw, 44px);
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}
.workflow-cta span {
  max-width: 440px;
  color: var(--dim);
  font-size: 14px;
  line-height: 1.45;
}
@media (max-width: 700px) {
  .workflow-cta .button,
  .workflow-actions .button {
    width: 100%;
    justify-content: center;
  }
  .workflow-actions {
    align-self: stretch;
    gap: 14px;
  }
  .workflow-actions .text-link {
    width: 100%;
    justify-content: center;
  }
}

.offer-menu-section .offer-heading h2 {
  font-family: "Fraunces", Georgia, serif;
  font-weight: 500;
  letter-spacing: -0.012em;
}

.bundle-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 34px;
  align-items: stretch;
}

.bundle-card {
  --acc: #0E8C82;
  --acc-soft: #8DE6D5;
  position: relative;
  display: flex;
  flex-direction: column;
  background: #FFFDF8;
  border: 1px solid rgba(8, 18, 17, 0.09);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 16px 44px rgba(8, 18, 17, 0.09);
  transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.3s ease;
}
.bundle-card::after {
  content: "";
  position: absolute;
  inset: 7px;
  border: 1px solid rgba(8, 18, 17, 0.05);
  border-radius: 13px;
  pointer-events: none;
  z-index: 3;
}
.bundle-card:hover { transform: translateY(-5px); box-shadow: 0 30px 68px rgba(8, 18, 17, 0.14); }

.bundle-card--hydration { --acc: #0E8C82; --acc-soft: #8DE6D5; }
.bundle-card--glow { --acc: #F4B37E; --acc-soft: #F6C49A; }
.bundle-card--recovery { --acc: #157F78; --acc-soft: #8DE6D5; }

.bundle-media { position: relative; height: 190px; overflow: hidden; }
.bundle-media::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(8, 18, 17, 0.46) 0%, rgba(8, 18, 17, 0.08) 48%, rgba(8, 18, 17, 0.28) 100%),
    radial-gradient(90% 80% at 50% 38%, transparent 0%, rgba(8, 18, 17, 0.22) 100%);
  pointer-events: none;
}
.bundle-card--hydration .bundle-media { background: radial-gradient(58% 46% at 50% 80%, rgba(141, 230, 213, 0.3), transparent 72%), radial-gradient(130% 100% at 76% 14%, #1A5F56, #061E1A); }
.bundle-card--glow .bundle-media { background: radial-gradient(58% 46% at 50% 80%, rgba(244, 179, 126, 0.28), transparent 72%), radial-gradient(130% 100% at 76% 12%, #8A4326, #190A05); }
.bundle-card--recovery .bundle-media { background: radial-gradient(58% 46% at 50% 80%, rgba(141, 230, 213, 0.3), transparent 72%), radial-gradient(130% 100% at 76% 14%, #15564E, #06201C); }

.bundle-visual {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bundle-grain {
  position: absolute;
  inset: 0;
  z-index: 1;
  opacity: 0.08;
  mix-blend-mode: soft-light;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120'%3E%3Cfilter id='bn'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23bn)'/%3E%3C/svg%3E");
}
.bundle-idx {
  position: absolute;
  top: -22px;
  right: 16px;
  z-index: 2;
  font-family: "Fraunces", Georgia, serif;
  font-weight: 400;
  font-size: 96px;
  line-height: 1;
  letter-spacing: -0.03em;
  color: rgba(255, 255, 255, 0.12);
}
.bundle-card--glow .bundle-idx { color: rgba(244, 179, 126, 0.2); }
.bundle-body { position: relative; z-index: 2; display: flex; flex-direction: column; flex: 1; padding: 22px; }
.bundle-name {
  font-family: "Fraunces", Georgia, serif;
  font-weight: 600;
  font-size: 32px;
  line-height: 0.98;
  letter-spacing: -0.012em;
  margin: 0 0 10px;
}
.bundle-best { margin: 0 0 13px; color: var(--acc); font-weight: 800; font-size: 10px; letter-spacing: 0.13em; text-transform: uppercase; }
.bundle-pos { margin: 0 0 14px; color: #485651; font-size: 14px; line-height: 1.5; }
.bundle-cta {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 16px;
  padding: 15px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--acc-soft) 0%, var(--acc) 54%, #087F76 100%);
  color: #fff;
  box-shadow:
    0 13px 26px rgba(8, 18, 17, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.34);
  font-weight: 800;
  font-size: 12px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  transition: transform 0.2s ease, filter 0.2s ease, box-shadow 0.2s ease;
}
.bundle-cta::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(110deg, transparent 24%, rgba(255, 255, 255, 0.42) 50%, transparent 76%);
  transform: translateX(-125%);
  transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}
.bundle-cta span { font-size: 15px; }
.bundle-cta:hover {
  transform: translateY(-2px);
  filter: saturate(1.12) brightness(1.05);
  box-shadow:
    0 17px 30px rgba(8, 18, 17, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.42);
}
.bundle-cta:hover::after { transform: translateX(125%); }
.bundle-card--hydration .bundle-cta { box-shadow: 0 13px 26px rgba(14, 140, 130, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.34); }
.bundle-card--glow .bundle-cta { background: linear-gradient(135deg, #F4B37E 0%, #E4763F 58%, #C85C31 100%); box-shadow: 0 13px 26px rgba(216, 121, 72, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.34); }
.bundle-card--recovery .bundle-cta { background: linear-gradient(135deg, #9AC8F2 0%, #3F6FA3 58%, #2D5E94 100%); box-shadow: 0 13px 26px rgba(63, 111, 163, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.34); }

.bundle-card.is-featured {
  background: linear-gradient(168deg, #11201D, #060E0C);
  border-color: rgba(244, 179, 126, 0.42);
  box-shadow: 0 34px 80px rgba(0, 0, 0, 0.4);
}
.bundle-card.is-featured::after { border-color: rgba(244, 179, 126, 0.16); }
.bundle-card.is-featured .bundle-name { color: #FCF4E9; }
.bundle-card.is-featured .bundle-pos { color: #D8CEC3; }
.bundle-card.is-featured .bundle-cta { color: #2A1206; }

@media (min-width: 981px) {
  .bundle-card.is-featured { margin-top: -14px; }
}
@media (max-width: 980px) {
  .bundle-grid { grid-template-columns: 1fr; gap: 16px; }
  .bundle-card.is-featured { margin-top: 0; }
}
@media (max-width: 700px) {
  .bundle-media { height: 172px; }
  .bundle-name { font-size: 30px; }
  .bundle-body { padding: 20px; }
}

.event-gallery figure.event-card:not(.event-card--photo) {
  display: grid;
  place-items: center;
}
.event-gallery .event-card--1 { background: linear-gradient(160deg, #10302E, #0C1A18 72%); }
.event-gallery .event-card--2 { background: linear-gradient(160deg, #2A1A16, #120C0A 74%); }
.event-gallery .event-card--3 { background: linear-gradient(160deg, #122A28, #0A1413 74%); }
.event-gallery .event-card--4 { background: linear-gradient(160deg, #221C12, #11100A 74%); }
.event-card-glyph {
  display: grid;
  place-items: center;
  width: 56px;
  height: 56px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(123, 224, 212, 0.22);
}
.event-card-glyph img { width: 28px; height: 28px; object-fit: contain; padding: 0; opacity: 0.92; filter: none; }
.event-gallery figure.event-card:not(.event-card--photo)::after { display: none; }
.event-raffle-line {
  max-width: 960px;
  margin: 22px auto 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.5;
  text-align: center;
}
.event-raffle-line a { color: var(--sea); font-weight: 800; border-bottom: 1px solid transparent; transition: border-color 0.2s ease; }
.event-raffle-line a:hover { border-bottom-color: var(--sea); }

.reviews-section {
  position: relative;
  width: 100%;
  padding-inline: 0;
  overflow: hidden;
  border-top: 1px solid rgba(123, 224, 212, 0.12);
  border-bottom: 1px solid rgba(123, 224, 212, 0.12);
  background: transparent;
}
.reviews-section::before,
.reviews-section::after {
  content: none;
}
.reviews-header {
  position: relative;
  z-index: 1;
  width: min(1340px, calc(100% - 2 * var(--pad)));
  margin: 0 auto 26px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: clamp(18px, 4vw, 56px);
}
.reviews-heading h2 {
  max-width: 700px;
  font-family: "Fraunces", Georgia, serif;
  font-weight: 500;
  letter-spacing: 0;
}
.reviews-proof {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 5px;
  margin: 0;
  padding: 11px 16px 12px;
  border: 1px solid rgba(123, 224, 212, 0.22);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.035);
  color: var(--soft);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.02em;
  line-height: 1.2;
  white-space: nowrap;
}
.reviews-count,
.reviews-rating {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.reviews-count {
  color: var(--sea);
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.reviews-proof .reviews-stars {
  color: var(--sun);
  font-size: 14px;
  letter-spacing: 0.12em;
}
.reviews-scroll-wrapper {
  width: min(1340px, calc(100% - 2 * var(--pad)));
  margin: 0 auto;
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: none;
  -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 4%, #000 96%, transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0, #000 4%, #000 96%, transparent 100%);
}
.reviews-scroll-wrapper::-webkit-scrollbar {
  display: none;
}
.js-anim .reviews-scroll-wrapper {
  overflow: hidden;
}
.reviews-grid {
  display: flex;
  gap: 18px;
  width: max-content;
  will-change: transform;
}
.js-anim .reviews-grid[data-loop-ready="true"] {
  animation: neovivReviews 92s linear infinite;
}
.reviews-section:hover .reviews-grid,
.reviews-scroll-wrapper:focus-within .reviews-grid {
  animation-play-state: paused;
}
@keyframes neovivReviews {
  from { transform: translateX(0); }
  to { transform: translateX(calc(-50% - 9px)); }
}
.review-card {
  position: relative;
  display: flex;
  flex: 0 0 clamp(286px, 22vw, 320px);
  min-height: 306px;
  flex-direction: column;
  padding: 24px;
  border: 1px solid rgba(123, 224, 212, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.028);
  box-shadow: none;
  transition: border-color 0.2s ease, background 0.2s ease;
}
.review-card:hover {
  border-color: rgba(123, 224, 212, 0.34);
  background: rgba(255, 255, 255, 0.052);
}
.review-card-header {
  order: 3;
  display: flex;
  align-items: center;
  gap: 0;
  margin-top: auto;
  padding-top: 22px;
}
.review-author {
  color: var(--soft);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.1;
}
.review-stars {
  order: 1;
  margin: 0 0 22px;
  color: var(--sun);
  font-size: 13px;
  letter-spacing: 0.16em;
}
.review-text {
  order: 2;
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  font-style: italic;
  line-height: 1.68;
}
.reviews-cta {
  width: min(1340px, calc(100% - 2 * var(--pad)));
  margin: 28px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.reviews-cta .button.secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.046);
  border-color: rgba(123, 224, 212, 0.32);
}
.reviews-cta .button.secondary span {
  font-size: 15px;
  line-height: 1;
}
@media (max-width: 980px) {
  .reviews-header {
    align-items: flex-start;
    flex-direction: column;
  }
}
@media (max-width: 700px) {
  .reviews-section {
    padding-block: clamp(62px, 15vw, 84px);
  }
  .reviews-header {
    margin-bottom: 22px;
  }
  .reviews-proof {
    justify-content: flex-start;
    white-space: normal;
  }
  .reviews-scroll-wrapper {
    overflow-x: auto;
  }
  .js-anim .reviews-grid[data-loop-ready="true"] {
    animation: none;
  }
  .review-card {
    flex-basis: calc(100vw - 56px);
    min-height: 0;
    padding: 22px;
  }
  .reviews-cta .button {
    width: 100%;
  }
}


/* ---- About: clinician-founded credibility before final conversion ---- */
.faq-section { padding-bottom: clamp(42px, 5vw, 70px); }
.about-section {
  position: relative;
  padding-top: clamp(42px, 4.5vw, 66px);
  padding-bottom: clamp(52px, 6vw, 78px);
}
.about-layout {
  position: relative;
  z-index: 1;
  width: min(var(--max), calc(100% - 2 * var(--pad)));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 0.9fr);
  gap: clamp(30px, 5vw, 70px);
  align-items: center;
}
.about-copy h2 {
  max-width: 760px;
  font-family: "Fraunces", Georgia, serif;
  font-weight: 500;
  letter-spacing: -0.012em;
}
.about-copy p {
  max-width: 700px;
  color: var(--muted);
  font-size: clamp(17px, 1.6vw, 20px);
  line-height: 1.6;
}
.about-copy p + p { margin-top: 16px; }
.about-image-column {
  position: relative;
  display: block;
  max-width: 720px;
}
.about-team-photo {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  margin: 0;
  border-radius: 22px;
  border: 1px solid rgba(123, 224, 212, 0.24);
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.30);
  object-fit: cover;
  object-position: 58% 42%;
}
@media (max-width: 980px) {
  .about-layout { grid-template-columns: 1fr; }
}
@media (max-width: 700px) {
  .about-section { padding-top: 60px; }
  .about-team-photo { aspect-ratio: 4 / 3; object-position: 64% 42%; }
}

.cta-offer-line { margin: 0 0 18px; color: var(--sun); font-weight: 800; }
.anchor-alias {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  pointer-events: none;
}
.final-cta.claim-drop-section {
  position: relative;
  isolation: isolate;
  width: min(1160px, calc(100% - 2 * var(--pad)));
  max-width: none;
  margin: 0 auto;
  padding: clamp(52px, 6vw, 86px) 0 clamp(104px, 12vw, 158px);
}
.final-cta.claim-drop-section::before {
  content: none;
}
.claim-drop-panel {
  position: relative;
  width: min(820px, 100%);
  margin: 0 auto;
  padding: clamp(28px, 4vw, 52px);
  border: 1px solid rgba(102,215,207,0.28);
  border-radius: 32px;
  background:
    linear-gradient(160deg, rgba(9, 29, 26, 0.94), rgba(6, 12, 11, 0.92)),
    radial-gradient(circle at 35% 0%, rgba(102,215,207,0.18), transparent 20rem);
  box-shadow: 0 28px 85px rgba(0,0,0,0.36), inset 0 0 0 1px rgba(255,255,255,0.035);
}
.claim-drop-panel::before {
  content: none;
}
.claim-drop-intro {
  position: relative;
  text-align: center;
  padding-bottom: 22px;
  margin-bottom: 22px;
  border-bottom: 1px solid rgba(255,255,255,0.10);
}
.claim-drop-panel h2 {
  display: grid;
  gap: 2px;
  max-width: 560px;
  margin: 0 auto 14px;
  color: var(--white);
  line-height: 1;
  letter-spacing: 0;
}
.claim-drop-panel h2 span,
.claim-drop-selection span {
  display: block;
}
.claim-title-main {
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(42px, 5.3vw, 66px);
  font-weight: 600;
  letter-spacing: 0;
  line-height: 0.92;
}
.claim-title-main strong {
  color: var(--teal-bright);
  font: inherit;
  text-shadow: 0 0 28px rgba(102, 215, 207, 0.22);
}
.claim-title-under {
  font-family: "Fraunces", Georgia, serif;
  color: rgba(251, 247, 239, 0.94);
  font-size: clamp(24px, 2.6vw, 36px);
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.03;
}
.claim-drop-selection {
  display: block;
  max-width: 440px;
  margin: 0 auto;
  color: rgba(214, 229, 225, 0.76) !important;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.55;
}
.final-cta .claim-drop-selection {
  font-size: 14px;
  line-height: 1.55;
}
.final-cta.claim-drop-section .claim-drop-panel .claim-drop-selection {
  font-size: 14px !important;
  line-height: 1.55 !important;
}
.claim-drop-selection span + span {
  margin-top: 3px;
}
.claim-drop-form {
  display: grid;
  max-width: 620px;
  margin: 0 auto;
  gap: 16px;
  text-align: left;
}
.form-row, .claim-drop-form .field {
  display: grid;
  gap: 7px;
}
.form-row--split {
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.claim-drop-form label {
  color: var(--muted);
  font-size: 11.5px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  justify-self: start;
  text-align: left;
}
.claim-drop-form input:not([type="checkbox"]),
.claim-drop-form select,
.claim-drop-form textarea {
  width: 100%;
  min-height: 46px;
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 14px;
  background: rgba(255,255,255,0.05);
  color: var(--white);
  padding: 0 14px;
  font: inherit;
  font-size: 15px;
  text-align: left;
}
.claim-drop-form textarea { min-height: 64px; padding: 12px 14px; resize: vertical; }
.claim-drop-form input::placeholder, .claim-drop-form textarea::placeholder { color: var(--dim); }
.claim-drop-form input:focus, .claim-drop-form select:focus, .claim-drop-form textarea:focus {
  outline: none;
  border-color: var(--teal-bright);
  box-shadow: 0 0 0 3px rgba(102,215,207,0.18);
}
.form-consent {
  display: grid;
  grid-template-columns: 22px auto;
  gap: 12px;
  align-items: center;
  justify-self: center;
  max-width: 100%;
  margin: 4px auto 0;
  color: var(--muted);
  font-size: 12.5px;
  line-height: 1.42;
  text-align: left;
}
.form-consent input { width: 22px; height: 22px; margin-top: 0; accent-color: var(--teal-bright); }
.claim-submit { width: 100%; margin-top: 20px; }
.claim-submit[disabled] { opacity: 0.7; cursor: progress; }
.claim-drop-altcontact {
  margin: 14px 0 0;
  text-align: center;
  font-size: 12.5px;
  color: var(--dim);
}
.claim-drop-altcontact a { color: var(--teal-bright); font-weight: 700; white-space: nowrap; }
.form-status { margin: 12px 0 0; font-size: 13px; line-height: 1.4; text-align: center; }
.form-status:empty { display: none; }
.form-status[data-state="error"] { color: #F0A98E; }
.form-status[data-state="success"] { color: var(--teal-bright); font-weight: 700; }
.claim-drop-panel .microcopy {
  max-width: 460px;
  margin: 20px auto 0;
  color: var(--dim);
  line-height: 1.45;
  text-align: center;
}

.claim-popup[hidden] {
  display: none !important;
}
.claim-popup {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: grid;
  place-items: center;
  padding: clamp(14px, 3vw, 32px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 180ms ease;
}
.claim-popup.is-open {
  opacity: 1;
  pointer-events: auto;
}
.claim-popup-backdrop {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 18%, rgba(102, 215, 207, 0.16), transparent 28rem),
    rgba(2, 7, 7, 0.78);
  backdrop-filter: blur(14px);
}
.claim-popup-dialog {
  position: relative;
  z-index: 1;
  width: min(860px, 100%);
  max-height: min(90vh, 820px);
  overflow: auto;
  overscroll-behavior: contain;
  transform: translateY(18px) scale(0.985);
  transition: transform 220ms cubic-bezier(0.22, 1, 0.36, 1);
  scrollbar-width: thin;
  scrollbar-color: rgba(102, 215, 207, 0.46) rgba(255,255,255,0.08);
}
.claim-popup.is-open .claim-popup-dialog {
  transform: translateY(0) scale(1);
}
.claim-popup-card {
  width: 100%;
  box-shadow: 0 34px 140px rgba(0,0,0,0.56), 0 0 0 1px rgba(102,215,207,0.14), inset 0 0 0 1px rgba(255,255,255,0.035);
}
.claim-popup-close {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 3;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(102,215,207,0.28);
  border-radius: 999px;
  background: rgba(5, 10, 10, 0.86);
  color: var(--white);
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
  transition: border-color 180ms ease, color 180ms ease, transform 180ms ease;
}
.claim-popup-close:hover,
.claim-popup-close:focus-visible {
  border-color: var(--teal-bright);
  color: var(--teal-bright);
  transform: translateY(-1px);
  outline: none;
}
body.claim-popup-open {
  overflow: hidden;
}
body.claim-popup-open .mobile-claim-drop {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}
@media (max-width: 640px) {
  .claim-popup {
    align-items: end;
    padding: 10px;
  }
  .claim-popup-dialog {
    width: 100%;
    max-height: calc(100dvh - 20px);
  }
  .claim-popup-card {
    padding: 26px 18px;
    border-radius: 26px;
  }
  .claim-popup-close {
    top: 12px;
    right: 12px;
    width: 38px;
    height: 38px;
  }
  .claim-popup .claim-drop-intro {
    padding-right: 28px;
  }
  .claim-popup .claim-title-main {
    font-size: clamp(34px, 12vw, 50px);
  }
  .claim-popup .claim-title-under {
    font-size: clamp(22px, 7vw, 30px);
  }
  .claim-popup .claim-submit {
    margin-top: 14px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .claim-popup,
  .claim-popup-dialog {
    transition: none;
  }
}
@media (max-width: 640px) {
  .form-row--split {
    grid-template-columns: 1fr;
  }

  .final-cta.claim-drop-section {
    padding: 72px 0 92px;
  }
  .claim-drop-panel {
    padding: 26px 20px;
    border-radius: 26px;
  }
  .claim-drop-panel::before {
    width: 54px;
    height: 66px;
    opacity: 0.16;
  }
}

@media (max-width: 480px) {
  .final-cta.claim-drop-section {
    width: calc(100% - 16px);
  }

  .claim-drop-panel {
    padding-inline: 14px;
  }

  .claim-title-main {
    font-size: clamp(38px, 13vw, 52px);
  }

  .claim-title-under {
    font-size: clamp(22px, 8vw, 30px);
  }

  .final-cta .claim-drop-selection {
    font-size: 13.5px;
  }

  .final-cta.claim-drop-section .claim-drop-panel .claim-drop-selection {
    font-size: 13.5px !important;
    line-height: 1.48 !important;
  }

  .form-consent {
    justify-self: stretch;
  }
}

@media (max-width: 640px) {
  body {
    padding-bottom: calc(64px + env(safe-area-inset-bottom));
  }

  .mobile-claim-drop {
    bottom: calc(12px + env(safe-area-inset-bottom));
    width: min(224px, calc(100vw - 40px));
    min-height: 44px;
    padding: 0 18px;
    opacity: 1;
    transform: translateX(-50%) translateY(0);
    transition:
      opacity 180ms ease,
      transform 220ms cubic-bezier(0.22, 1, 0.36, 1),
      background 180ms ease,
      border-color 180ms ease,
      box-shadow 180ms ease;
    will-change: opacity, transform;
  }

  body.is-claim-drop-visible .mobile-claim-drop,
  body.is-mobile-claim-hidden .mobile-claim-drop {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateX(-50%) translateY(calc(100% + 18px));
  }

  .js-anim .faq-list details[data-reveal] {
    opacity: 1;
    transform: none;
    filter: none;
    transition: border-color 180ms ease, color 180ms ease;
    will-change: auto;
  }

  .faq-list details {
    padding: 22px 0;
  }

  .faq-list summary {
    color: #FBF7EF;
    font-size: 18px;
    line-height: 1.22;
  }

  .faq-list summary::after {
    flex: 0 0 auto;
    color: var(--sun);
    text-shadow: 0 0 18px rgba(244, 179, 126, 0.22);
  }

  .faq-list details p {
    color: #C5D3D0;
    font-size: 15px;
    line-height: 1.55;
  }
}



@media (min-width: 981px) {
  .hero-texture-video {
    opacity: 0.34;
  }
}
@media (min-width: 1500px) {
  .hero-texture-video {
    opacity: 0.35;
  }
}
@media (min-width: 701px) and (max-width: 980px) {
  .hero-texture-video {
    opacity: 0.31;
  }
}

.footer-signoff { margin: 8px 0 0; color: var(--sea); font-size: 13px; font-weight: 800; letter-spacing: 0.02em; }

/* ---- Surgical responsive QA fixes: review waiting state, touch targets, and carousel polish ---- */
.review-status-pill {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 13px;
  padding: 7px 10px 6px;
  border: 1px solid rgba(123, 224, 212, 0.20);
  border-radius: 999px;
  color: var(--sea);
  background: rgba(123, 224, 212, 0.06);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.reviews-section::before,
.reviews-section::after {
  width: clamp(16px, 3vw, 56px);
}

@media (min-width: 701px) {
  .review-card {
    flex-basis: clamp(286px, 22vw, 320px);
  }
}

.event-section {
  width: min(1340px, calc(100% - 2 * var(--pad)));
}

.event-gallery {
  width: 100%;
  margin-inline: auto;
  transform: none;
  border-color: rgba(123, 224, 212, 0.18);
  background:
    radial-gradient(circle at 18% 18%, rgba(244, 179, 126, 0.08), transparent 20rem),
    rgba(255,255,255,0.026);
}

.event-gallery-track {
  gap: 20px;
  padding: 20px;
  scrollbar-width: none;
  animation-duration: 64s;
}

.event-gallery-track::-webkit-scrollbar {
  display: none;
}

.event-gallery figure {
  flex-basis: clamp(340px, 31vw, 460px);
  height: clamp(360px, 34vw, 500px);
  border-color: rgba(123, 224, 212, 0.16);
  background: #07100F;
}

.event-card--photo > img {
  object-fit: contain;
  object-position: center;
  background: #07100F;
  transform: none;
}

.event-card--yacht > img {
  object-position: center;
}

.form-consent {
  align-items: center;
}

.form-consent input {
  width: 22px;
  height: 22px;
  margin-top: 0;
}

@media (min-width: 701px) and (max-width: 980px) {
  .site-header .nav {
    gap: 12px;
  }

  .site-header .nav a,
  .nav-cta {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
  }

  .site-header .nav a {
    padding-inline: 2px;
  }

  .event-gallery {
    width: 100%;
  }

  .event-gallery figure {
    flex-basis: min(420px, 48vw);
    height: 440px;
  }
}

@media (max-width: 700px) {
  .brand-lockup,
  .nav-cta {
    min-height: 44px;
    align-items: center;
  }

  .nav-cta {
    display: inline-flex;
  }

  .mobile-claim-drop {
    width: min(252px, calc(100vw - 40px));
    min-height: 48px;
  }

  .event-gallery {
    width: 100%;
    border-radius: 22px;
    cursor: pointer;
  }

  .event-gallery-track {
    gap: 14px;
    padding: 14px;
    scroll-padding-inline: 14px;
  }

.event-gallery figure {
  flex-basis: calc(100vw - 56px);
  height: min(500px, 120vw);
  border-radius: 20px;
}

  .event-gallery-mobile-open {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 50px;
    margin-top: 14px;
    border: 1px solid rgba(123, 224, 212, 0.32);
    border-radius: 999px;
    background: rgba(123, 224, 212, 0.12);
    color: var(--teal-bright);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
  }

  .footer-col a {
    min-height: 40px;
    display: inline-flex;
    align-items: center;
  }

  .form-consent {
    grid-template-columns: 24px 1fr;
    gap: 12px;
    align-items: center;
  }
}


/* ---- Brickell local content section ---- */
.brickell-guide-section {
  border-top: 1px solid rgba(123, 224, 212, 0.12);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.brickell-guide-article {
  max-width: 940px;
  margin: 0 auto;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.brickell-guide-header {
  max-width: 820px;
  padding-bottom: clamp(28px, 4vw, 42px);
  border-bottom: 1px solid rgba(123, 224, 212, 0.18);
}

.brickell-guide-header h2 {
  margin-bottom: 18px;
}

.brickell-guide-deck {
  max-width: 800px;
  color: var(--soft);
  font-size: clamp(18px, 1.7vw, 22px);
  line-height: 1.55;
}

.brickell-guide-quick {
  max-width: 820px;
  margin: clamp(26px, 4vw, 40px) 0;
  padding: 0 0 0 clamp(16px, 2vw, 22px);
  border: 0;
  border-left: 2px solid rgba(244, 179, 126, 0.42);
  border-radius: 0;
  background: transparent;
  box-sizing: border-box;
}

.brickell-guide-quick strong {
  display: block;
  margin-bottom: 10px;
  color: var(--sun);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.brickell-guide-quick p,
.brickell-guide-body p {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.72;
}

.brickell-guide-quick p {
  margin-bottom: 0;
}

.brickell-guide-body h3 {
  max-width: 780px;
  margin-top: clamp(34px, 5vw, 52px);
  margin-bottom: 14px;
  font-family: "Fraunces", Georgia, serif;
  color: var(--soft);
  font-size: clamp(30px, 3.1vw, 44px);
  font-weight: 500;
  letter-spacing: -0.018em;
  line-height: 1.06;
}

.brickell-guide-body h3:first-child {
  margin-top: 0;
}

.brickell-guide-body p {
  max-width: 820px;
  margin-bottom: 18px;
}

.brickell-guide-body strong {
  color: var(--soft);
  font-weight: 800;
}

.brickell-guide-faq-list {
  margin-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.brickell-guide-faq-list details {
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 0;
  background: transparent;
  padding: 22px 0;
}

.brickell-guide-faq-list summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  color: var(--soft);
  font-size: 19px;
  line-height: 1.25;
  list-style: none;
}

.brickell-guide-faq-list summary::-webkit-details-marker {
  display: none;
}

.brickell-guide-faq-list summary::after {
  content: "+";
  color: var(--sun);
  font-size: 24px;
  line-height: 1;
}

.brickell-guide-faq-list details[open] summary::after {
  content: "-";
}

.brickell-guide-faq-list details p {
  max-width: 760px;
  margin-top: 13px;
  color: var(--muted);
}

@media (max-width: 700px) {
  .brickell-guide-article {
    padding: 0;
    border-radius: 0;
  }

  .brickell-guide-quick {
    padding-left: 14px;
  }

  .brickell-guide-quick p,
  .brickell-guide-body p {
    font-size: 16px;
    line-height: 1.62;
  }

  .brickell-guide-faq-list summary {
    font-size: 17px;
  }
}

/* ---- Hero and bundle simplification pass ---- */
.top-card span {
  color: var(--sun);
  font-size: 11px;
  letter-spacing: 0.13em;
}

.top-card strong {
  color: var(--white);
  font-size: clamp(24px, 2vw, 34px);
  line-height: 0.96;
}

.bottom-card strong {
  font-size: clamp(22px, 1.7vw, 28px);
  line-height: 1.02;
}

.service-card p {
  display: none;
}

.offer-menu-section > .section-kicker {
  display: block;
  text-align: center;
}

.offer-menu-section .offer-heading {
  display: block;
  max-width: 790px;
  margin-inline: auto;
  text-align: center;
}

.offer-menu-section .offer-heading h2 {
  max-width: 720px;
  margin-inline: auto;
}

.offer-menu-section .offer-heading p {
  max-width: 680px;
  margin: 14px auto 0;
}

.bundle-grid {
  margin-top: 0;
}

.bundle-card,
.bundle-card.is-featured {
  min-height: 100%;
  margin-top: 0;
}

.bundle-card--hydration {
  --acc: #0E8C82;
  --acc-soft: #8DE6D5;
}

.bundle-card--glow {
  --acc: #D87948;
  --acc-soft: #F4B37E;
}

.bundle-card--recovery {
  --acc: #3F6FA3;
  --acc-soft: #9AC8F2;
}

.bundle-card--recovery .bundle-media {
  background:
    radial-gradient(58% 46% at 50% 80%, rgba(154, 200, 242, 0.28), transparent 72%),
    radial-gradient(130% 100% at 76% 14%, #244D73, #081826);
}

.bundle-body {
  min-height: 300px;
}

.bundle-pos {
  font-size: 15.5px;
  line-height: 1.55;
}

.bundle-price {
  display: flex;
  align-items: baseline;
  justify-content: flex-end;
  gap: 12px;
  margin-top: auto;
  padding-top: 18px;
  border-top: 1px solid rgba(8, 18, 17, 0.1);
}

.price-regular {
  font-family: "Fraunces", Georgia, serif;
  color: var(--acc);
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 0.95;
  opacity: 0.42;
  text-decoration: line-through;
  text-decoration-thickness: 0.1em;
  text-decoration-color: currentColor;
}

.price-offer {
  display: inline-flex;
  align-items: center;
}

.price-offer strong {
  font-family: "Fraunces", Georgia, serif;
  color: var(--acc);
  font-size: 40px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 0.92;
  text-shadow: 0 0 18px rgba(14, 140, 130, 0.18);
}

.bundle-card--recovery .price-offer strong {
  text-shadow: 0 0 18px rgba(63, 111, 163, 0.2);
}

.bundle-card.is-featured .bundle-price {
  border-top-color: rgba(244, 179, 126, 0.18);
}

.bundle-card.is-featured .price-regular {
  color: var(--acc-soft);
  text-decoration-color: rgba(244, 179, 126, 0.72);
}

.bundle-card.is-featured .price-offer strong {
  color: var(--acc-soft);
  text-shadow: 0 0 18px rgba(244, 179, 126, 0.24);
}

.final-cta.claim-drop-section {
  padding-top: clamp(28px, 4vw, 54px);
}

@media (max-width: 560px) {
  .hero-stage.hero-texture .hero-visual {
    display: grid;
    min-height: 560px;
    place-items: center;
  }

  .hero-stage.hero-texture .hero-drop {
    width: min(305px, 72vw);
    align-self: start;
    margin-top: 26px;
  }

  .hero-stage.hero-texture .floating-card {
    position: absolute;
    width: min(286px, calc(100vw - 56px));
    margin-top: 0;
    padding: 15px 17px;
    border-radius: 18px;
  }

  .hero-stage.hero-texture .top-card {
    inset: auto auto 118px 20px;
  }

  .hero-stage.hero-texture .bottom-card {
    inset: auto 20px 34px auto;
  }

  .hero-stage.hero-texture .top-card strong {
    font-size: 23px;
    line-height: 1;
  }

  .hero-stage.hero-texture .bottom-card strong {
    font-size: 21px;
    line-height: 1.04;
  }
}
