/* ==========================================================================
   CustomGolfBallsNow — Homepage
   Implementation of "Homepage v2.dc.html" (Claude Design).
   Token values are taken verbatim from the design file.
   ========================================================================== */

:root {
  /* Brand */
  --green:        #1B5C35;
  --green-dark:   #154a2a;
  --green-deep:   #123f24;
  --ink:          #1B2E1E;

  /* Text */
  --body:         #5c6b59;
  --body-hero:    #2f4535;

  /* Gold */
  --gold:         #C9A45C;
  --gold-dark:    #B08636;
  --gold-deep:    #8F651C;

  /* Surfaces */
  --cream:        #F9F6F0;
  --white:        #FFFFFF;
  --offwhite:     #FEFCF7;
  --pill-cream:   #F9F1DF;

  /* Borders */
  --border:       #ece7db;
  --border-warm:  #ece5d4;
  --border-faq:   #e4ded1;

  /* On green */
  --on-green:       #EBF3EB;
  --footer-link:    #dfeadf;
  --footer-muted:   #bdd4c1;
  --footer-muted-2: #c9d8c9;
  --star-warm:      #EBC9A0;
  --heart:          #FFB3C1;  /* lightened: #E8657A was 2.5:1 on brand green */

  /* Type */
  --serif:  'DM Serif Display', Georgia, 'Times New Roman', serif;
  --hand:   'Caveat', 'Segoe Script', cursive;
  --sans:   'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;

  /* Layout */
  --maxw:      1180px;
  --maxw-hero: 1280px;
  --pad:       clamp(20px, 3vw, 48px);
}

/* --------------------------------------------------------------- reset -- */

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
  font-family: var(--sans);
  color: #1C1A16;
  background: var(--cream);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

a { color: var(--green); }
a:hover { color: var(--gold-deep); }

img, svg, video { display: block; }

::selection { background: var(--green); color: var(--cream); }

:focus-visible {
  outline: 3px solid var(--green);
  outline-offset: 3px;
  border-radius: 6px;
}

/* Skip link — off-screen until focused. */
.skip {
  position: absolute;
  left: -9999px;
  top: 0;
  z-index: 300;
  background: var(--green);
  color: var(--cream);
  padding: 12px 18px;
  border-radius: 0 0 10px 0;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}
.skip:focus { left: 0; color: var(--cream); }

/* --------------------------------------------------- shared primitives -- */

.wrap {
  max-width: var(--maxw);
  margin: 0 auto;
  padding-inline: 48px;
}

.band--white { background: var(--white); }
.band--cream { background: var(--cream); }

.section { padding-block: 68px 72px; }

.section__head {
  text-align: center;
  margin-bottom: 44px;
}
.section__head--narrow {
  max-width: 640px;
  margin-inline: auto;
}

.eyebrow {
  font-family: var(--serif);
  font-style: italic;
  font-size: 19px;
  color: var(--gold-deep);
  margin-bottom: 10px;
}

.h2 {
  font-family: var(--serif);
  font-weight: 400;
  font-size: 46px;
  letter-spacing: -.02em;
  color: var(--ink);
}
.h2--sm { font-size: 42px; }

/* Hand-drawn gold underline that sits under a highlighted word. */
.mark { position: relative; white-space: nowrap; }
.mark > svg {
  position: absolute;
  left: 0;
  bottom: -7px;
  width: 100%;
  height: 11px;
  overflow: visible;
}

.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: .02em;
  border: none;
  cursor: pointer;
}

.btn--primary {
  background: var(--green);
  color: var(--cream);
  font-size: 18px;
  padding: 19px 40px;
  border-radius: 14px;
  box-shadow: 0 12px 28px rgba(27, 92, 53, .24);
  transition: background .18s ease, transform .18s ease;
}
.btn--primary:hover {
  background: var(--green-dark);
  color: var(--cream);
  transform: translateY(-1px);
}

.btn--gold {
  background: var(--gold-deep);
  color: #fff;
  font-size: 15.5px;
  padding: 15px 30px;
  border-radius: 12px;
  box-shadow: 0 12px 26px rgba(0, 0, 0, .26);
  transition: background .18s ease, transform .18s ease;
}
.btn--gold:hover { background: #7d5817; color: #fff; transform: translateY(-1px); }

/* ---------------------------------------------- announcement bar + nav -- */

.announce {
  background: var(--green);
  color: var(--on-green);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: .02em;
  text-align: center;
  padding: 9px 16px;
}

.nav__inner {
  display: flex;
  align-items: center;
  gap: clamp(14px, 2vw, 32px);
  padding: 24px clamp(20px, 3vw, 48px);
}

.nav__logo {
  height: clamp(48px, 5vw, 62px);
  width: auto;
  flex-shrink: 0;
}

.nav__links {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(9px, 1.9vw, 44px);
  font-size: clamp(13.5px, 1.1vw, 16.5px);
  font-weight: 500;
  color: #3a382f;
  min-width: 0;
  overflow: hidden;
  white-space: nowrap;
}

.navlink {
  position: relative;
  padding: 6px 0;
  color: inherit;
  text-decoration: none;
}
.navlink::after {
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: -2px;
  height: 1.5px;
  background: var(--green);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .2s ease;
}
.navlink:hover { color: inherit; }
.navlink:hover::after { transform: scaleX(1); }

.nav__actions {
  display: flex;
  align-items: center;
  gap: clamp(12px, 1.6vw, 22px);
  flex-shrink: 0;
  white-space: nowrap;
}

/* 44px minimum touch target. */
.icon-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  color: var(--ink);
}

.btn-pill {
  background: var(--green);
  color: var(--cream);
  padding: 11px 24px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 15px;
  text-decoration: none;
  transition: background .18s ease;
}
.btn-pill:hover { background: var(--green-dark); color: var(--cream); }

/* -------------------------------------------------------------- hero --- */

.hero {
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  background-color: var(--cream);
  height: calc(100vh - 228px);
  height: calc(100svh - 228px);
  min-height: 520px;
  max-height: 840px;
}

.hero__grid {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  max-width: var(--maxw-hero);
  margin: 0 auto;
  padding: 12px 56px;
  display: grid;
  grid-template-columns: minmax(380px, 1fr) minmax(360px, 600px);
  gap: 28px;
  align-items: center;
}

.hero__copy { position: relative; z-index: 2; }

.hero__title {
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(44px, 4.4vw, 60px);
  line-height: 1.05;
  letter-spacing: -1.2px;
  color: var(--green);
}
.hero__accent {
  position: relative;
  font-style: italic;
  color: var(--gold-dark);
}
.hero__accent > svg {
  position: absolute;
  left: 0;
  bottom: -9px;
  width: 100%;
  height: 13px;
  overflow: visible;
}

.hero__sub {
  font-size: 21px;
  line-height: 1.55;
  color: var(--body-hero);
  max-width: 472px;
  margin-top: 24px;
}

.hero__actions {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-top: 30px;
  flex-wrap: wrap;
}

.price { display: flex; flex-direction: column; line-height: 1.1; }
.price__label {
  font-family: var(--hand);
  font-size: 22px;
  font-weight: 600;
  color: var(--body);
}
.price__value {
  font-family: var(--serif);
  font-size: 38px;
  color: var(--green);
}

.hero__anim {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-width: 0;
  min-height: 0;
  align-self: stretch;
}
.hero__anim video {
  height: min(100%, 590px);
  max-width: 100%;
  aspect-ratio: 1 / 1;
  width: auto;
  object-fit: contain;
  /* The clip carries its own light background. This keeps the box cream
     rather than black before the first frame paints, and stops a
     transparent re-encode from compositing onto black. */
  background: var(--cream);
}

/* --------------------------------------------------------- USP strip --- */

.usp { background: var(--cream); }
.usp__inner {
  max-width: var(--maxw-hero);
  margin: 0 auto;
  padding-inline: 56px;
}
.usp__row {
  border-top: 1px solid var(--border-warm);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(28px, 6vw, 92px);
  padding: 20px 0 24px;
  flex-wrap: wrap;
}
.usp__item { display: flex; align-items: center; gap: 13px; }
.usp__label { font-weight: 700; font-size: 15.5px; color: var(--ink); }
.usp__rule { width: 1px; height: 32px; background: var(--border-warm); }

/* ---------------------------------------------------- how it works ----- */

.steps {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 36px;
}

.step { position: relative; z-index: 1; text-align: center; }

.step__art {
  height: 176px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.step__art svg { height: 100%; width: auto; }

.step__num {
  font-family: var(--serif);
  font-size: 17px;
  color: var(--gold-deep);
  margin-bottom: 6px;
}
.step__title {
  font-family: var(--serif);
  font-weight: 400;
  font-size: 25px;
  color: var(--ink);
  margin-bottom: 10px;
}
.step__copy {
  font-size: 15.5px;
  line-height: 1.6;
  color: var(--body);
  max-width: 280px;
  margin: 0 auto;
}

/* --------------------------------------------- what you can make ------- */

.cards {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
  align-items: start;
}

/* Handwritten "hover to see the back side" note above the first card. */
.hover-hint {
  position: absolute;
  left: -4px;
  top: -34px;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 7px;
  font-family: var(--hand);
  font-size: 23px;
  color: var(--green);
  transform: rotate(-6deg);
  white-space: nowrap;
}
.hover-hint span { display: inline-block; transform: translateY(-30%); }

.card {
  position: relative;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 22px;
  padding: 38px 30px 40px;
  text-align: center;
}

.card__badge {
  position: absolute;
  top: 18px;
  left: 18px;
  font-family: var(--hand);
  font-size: 19px;
  color: var(--gold-deep);
  background: var(--pill-cream);
  border-radius: 999px;
  padding: 3px 14px;
  transform: rotate(-3deg);
}

.card__title {
  font-family: var(--serif);
  font-weight: 400;
  font-size: 24px;
  color: var(--ink);
  margin: 26px 0 9px;
}
.card__copy {
  font-size: 15px;
  line-height: 1.6;
  color: var(--body);
  max-width: 290px;
  margin: 0 auto;
}

/* 3D ball flip. */
.ballwrap {
  position: relative;
  width: 210px;
  height: 210px;
  margin: 0 auto;
  perspective: 1000px;
}
.flipper {
  position: absolute;
  inset: 0;
  transform-style: preserve-3d;
  transition: transform .55s cubic-bezier(.4, .05, .2, 1);
}
.ballwrap:hover .flipper,
.ballwrap:focus-within .flipper,
.ballwrap.is-flipped .flipper { transform: rotateY(180deg); }

.flipface {
  position: absolute;
  inset: 0;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.flipface img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 16px 26px rgba(27, 46, 30, .14));
}
.flipback { transform: rotateY(180deg); }

/* -------------------------------------------------- see it for real ---- */

.proof { padding-block: 84px; }
.proof__head { margin-bottom: 46px; }

.proof__frame {
  position: relative;
  max-width: 880px;
  margin: 0 auto;
  border-radius: 24px;
  overflow: hidden;
  background: var(--cream);
  padding: 10px;
  border: 1px solid var(--border);
  box-shadow: 0 30px 60px rgba(27, 46, 30, .16);
}
.proof__inner { position: relative; border-radius: 16px; overflow: hidden; }
.proof__inner video {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  background: var(--ink);
}

/* ------------------------------------------------------- reviews ------- */

.revscroll {
  position: relative;
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.revscroll::-webkit-scrollbar { display: none; }

/* Eight tiles, three visible at a time. */
.revtrack {
  display: grid;
  grid-template-columns: repeat(8, calc((100% - 44px) / 3));
  gap: 22px;
}

.revtile {
  position: relative;
  display: block;
  aspect-ratio: 4 / 5;
  border-radius: 18px;
  overflow: hidden;
  text-decoration: none;
  box-shadow: 0 14px 34px rgba(27, 46, 30, .14);
}
.revtile img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .5s ease;
}
.revtile:hover img { transform: scale(1.05); }

.revtile__scrim {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg,
    rgba(20, 38, 24, 0) 30%,
    rgba(20, 38, 24, .55) 62%,
    rgba(20, 38, 24, .92) 100%);
}

.revtile__ig {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .22);
  display: flex;
  align-items: center;
  justify-content: center;
}

.revtile__body {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  padding: 26px;
  color: #fff;
}
.revstars {
  color: var(--star-warm);
  font-size: 13px;
  letter-spacing: 2px;
  margin-bottom: 9px;
}
/* Clamp to three lines so tiles stay even. */
.revq {
  font-family: var(--serif);
  font-weight: 400;
  font-size: 23px;
  line-height: 1.25;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.revname { font-size: 12.5px; opacity: .82; margin-top: 12px; }

.revnav {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 28px;
}
.revarrow {
  background: none;
  border: none;
  padding: 8px;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.revarrow[disabled] { opacity: .35; cursor: default; }

/* Wraps when a narrow viewport shows one tile per page (and so needs 8 dots). */
.revdots {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 100%;
}
.revdot {
  width: 44px;
  height: 44px;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* Dot renders as a little golf ball: ring + core. */
.revdot span {
  position: relative;
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: var(--offwhite);
  border: 2px solid rgba(27, 92, 53, .35);
  transition: border-color .18s ease;
}
.revdot span::after {
  content: "";
  position: absolute;
  inset: 2px;
  border-radius: 50%;
  background: transparent;
  transition: background .18s ease;
}
.revdot[aria-current="true"] span { border-color: var(--green); }
.revdot[aria-current="true"] span::after { background: var(--green); }

/* ----------------------------------------------------------- FAQ ------- */

.faq-wrap { max-width: 860px; margin: 0 auto; padding-inline: 48px; }
.faq-list { max-width: 760px; margin: 0 auto; }

details.faq {
  border-top: 1px solid var(--border-faq);
  padding: 24px 4px;
}
details.faq:last-of-type { border-bottom: 1px solid var(--border-faq); }

details.faq > summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  font-family: var(--serif);
  font-size: 20px;
  color: var(--ink);
  list-style: none;
  cursor: pointer;
}
details.faq > summary::-webkit-details-marker { display: none; }

.faq-ico {
  flex-shrink: 0;
  /* gold-deep, not gold: #C9A45C only reaches 2.35:1 on white */
  color: var(--gold-deep);
  font-size: 26px;
  line-height: 1;
  font-family: var(--sans);
  transition: transform .2s ease;
}
details.faq[open] .faq-ico { transform: rotate(45deg); }

.faq p {
  font-size: 15.5px;
  line-height: 1.65;
  color: var(--body);
  margin-top: 12px;
  max-width: 660px;
}

.faq-foot {
  text-align: center;
  font-size: 15px;
  color: var(--body);
  margin-top: 28px;
}
.faq-foot a {
  color: var(--green);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* ------------------------------------------------------------ CTA ------ */

.cta { background: var(--cream); padding: 64px var(--pad) 80px; }

.cta__panel {
  max-width: var(--maxw);
  margin: 0 auto;
  background: linear-gradient(120deg, var(--green) 0%, var(--green-deep) 100%);
  border-radius: 22px;
  padding: 44px clamp(24px, 3vw, 52px) 46px;
  display: grid;
  grid-template-columns: 1.3fr .7fr;
  gap: clamp(24px, 3vw, 44px);
  align-items: center;
  box-shadow: 0 24px 54px rgba(27, 92, 53, .26);
}

.cta__title {
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(32px, 3.2vw, 42px);
  line-height: 1.08;
  letter-spacing: -1px;
  color: var(--cream);
}
.cta__accent {
  position: relative;
  font-style: italic;
  color: var(--gold);
  white-space: nowrap;
}
.cta__accent > svg {
  position: absolute;
  left: 0;
  bottom: -7px;
  width: 100%;
  height: 11px;
  overflow: visible;
}

.cta__copy {
  font-size: 16px;
  line-height: 1.55;
  color: var(--footer-muted-2);
  max-width: 440px;
  margin-top: 14px;
}
.cta__actions {
  margin-top: 22px;
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}
.cta__note { font-size: 14px; color: var(--footer-muted); }

.cta__art { display: flex; align-items: center; justify-content: center; }
.cta__art img {
  width: min(100%, 180px);
  aspect-ratio: 1 / 1;
  object-fit: contain;
  filter: drop-shadow(0 20px 30px rgba(0, 0, 0, .36));
}

/* --------------------------------------------------------- footer ------ */

.footer { background: var(--green); color: var(--on-green); }

.footer__top { max-width: var(--maxw); margin: 0 auto; padding: 60px 48px 0; }

.footer__cols {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1.5fr;
  gap: 44px;
  align-items: start;
}

.footer__head {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
  color: var(--on-green);
  margin-bottom: 14px;
}

.footer__link {
  display: block;
  font-size: 15px;
  color: var(--footer-link);
  text-decoration: none;
  padding: 11px 0;
  min-height: 44px;
  transition: color .15s ease;
}
.footer__link:hover { color: var(--gold); }

.footer__brand {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px;
  max-width: 300px;
}
.footer__mission {
  font-size: 13.5px;
  line-height: 1.6875;
  color: var(--footer-muted);
}

.socials { display: flex; gap: 10px; }
.social {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(235, 243, 235, .12);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background .15s ease;
}
.social:hover { background: rgba(235, 243, 235, .24); }

.footer__base { max-width: var(--maxw); margin: 0 auto; padding-inline: var(--pad); }
.footer__bottom {
  border-top: 1px solid rgba(235, 243, 235, .15);
  margin-top: 48px;
  padding: 22px 0 26px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}
.footer__logo { height: 62px; width: auto; flex-shrink: 0; }

.legal { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; }
.legal a {
  font-size: 15px;
  color: var(--footer-link);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0 2px;
  transition: color .15s ease;
}
.legal a:hover { color: var(--gold); }
.legal .dot {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: rgba(235, 243, 235, .35);
}

.built {
  font-size: 15px;
  color: var(--footer-link);
  display: flex;
  align-items: center;
  gap: 5px;
}
.built .heart { color: var(--heart); }

/* ------------------------------------------------- email promo modal --- */

.modal[hidden] { display: none; }
.modal {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgba(20, 38, 24, .55);
}
.modal__scrim { position: absolute; inset: 0; cursor: pointer; }

.modal__box {
  position: relative;
  width: 100%;
  max-width: 460px;
  background: var(--cream);
  border-radius: 22px;
  padding: 34px 34px 26px;
  max-height: calc(100vh - 48px);
  overflow: auto;
  box-shadow: 0 30px 80px rgba(20, 38, 24, .35);
}

.modal__close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 44px;
  height: 44px;
  border: none;
  background: none;
  cursor: pointer;
  color: var(--body);
  font-size: 22px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.modal__close:hover { background: #efe9db; }

.modal__eyebrow { font-family: var(--hand); font-size: 25px; color: var(--body); }
.modal__title {
  font-family: var(--serif);
  font-weight: 400;
  font-size: 32px;
  line-height: 1.1;
  color: var(--ink);
  margin-top: 2px;
}
.modal__title em { font-style: italic; color: var(--gold-dark); }
.modal__copy { font-size: 15px; line-height: 1.6; color: var(--body); margin-top: 10px; }

.promo-form { display: flex; flex-direction: column; gap: 14px; margin-top: 20px; }
.field { display: flex; flex-direction: column; gap: 6px; }
.field label { font-size: 13px; font-weight: 700; color: var(--ink); }
.field input {
  font-family: var(--sans);
  font-size: 16px;
  color: var(--ink);
  background: var(--offwhite);
  border: 1.5px solid #d8d0bf;
  border-radius: 11px;
  padding: 14px 16px;
  min-height: 50px;
  width: 100%;
}

.consent {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  font-size: 13.5px;
  line-height: 1.55;
  color: #3d5040;
  cursor: pointer;
}
.consent input {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  margin-top: 1px;
  accent-color: var(--green);
}

.promo-submit {
  background: var(--green);
  color: var(--cream);
  border: none;
  font-weight: 700;
  font-size: 15.5px;
  padding: 16px 24px;
  border-radius: 12px;
  cursor: pointer;
  min-height: 52px;
}
.promo-submit:hover { background: var(--green-dark); }

.promo-decline {
  background: none;
  border: none;
  font-size: 13.5px;
  color: var(--body);
  text-decoration: underline;
  cursor: pointer;
  min-height: 44px;
}

.fineprint {
  font-size: 11.5px;
  line-height: 1.6;
  color: #6f6a5c;
  margin-top: 6px;
  border-top: 1px solid var(--border-faq);
  padding-top: 12px;
}

.promo-done { text-align: center; padding: 14px 0 10px; }
.promo-done .modal__eyebrow { color: var(--green); font-size: 26px; }
.promo-done h2 {
  font-family: var(--serif);
  font-weight: 400;
  font-size: 30px;
  color: var(--ink);
  margin-top: 6px;
}
.promo-done p { font-size: 15px; line-height: 1.6; color: var(--body); margin-top: 12px; }
.promo-done button {
  margin-top: 20px;
  background: var(--green);
  color: var(--cream);
  border: none;
  font-weight: 700;
  font-size: 15px;
  padding: 15px 28px;
  border-radius: 12px;
  cursor: pointer;
  min-height: 48px;
}

/* ====================================================== animation ====== */

/* Section icons pop in once when scrolled into view. */
.sec-ico {
  display: block;
  margin: 0 auto 14px;
  opacity: 0;
  transform: scale(.75) rotate(-4deg);
}
.sec-ico.ico-in { animation: icoPop .55s cubic-bezier(.34, 1.56, .64, 1) forwards; }
.sec-ico.ico-in [fill="#C9A45C"] { animation: icoTwinkle .9s ease .35s; }

@keyframes icoPop {
  0%   { opacity: 0; transform: scale(.75) rotate(-4deg); }
  70%  { opacity: 1; transform: scale(1.08) rotate(1.5deg); }
  100% { opacity: 1; transform: scale(1) rotate(0); }
}
@keyframes icoTwinkle {
  0%, 100% { opacity: 1; }
  35%      { opacity: .15; }
  65%      { opacity: 1; }
}

/* Step 1 — photo, arrow, ball. */
@keyframes hiwDraw  { 0% { stroke-dashoffset: 96; } 26%, 100% { stroke-dashoffset: 0; } }
@keyframes hiwShoot {
  0%   { transform: translateX(-22px); opacity: 0; }
  10%  { opacity: 1; }
  34%  { transform: translateX(0); }
  44%  { transform: translateX(6px); }
  56%  { transform: translateX(0); }
  86%  { transform: translateX(0); opacity: 1; }
  100% { transform: translateX(14px); opacity: 0; }
}
@keyframes hiwHead {
  0%, 22%   { opacity: 0; transform: scale(.6); }
  34%       { opacity: 1; transform: scale(1.25); }
  42%, 100% { opacity: 1; transform: scale(1); }
}
@keyframes hiwBob { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-3px); } }

/* Step 2 — tap, print rays. */
@keyframes hiwTap   { 0%, 100% { transform: translateY(0); } 45% { transform: translateY(5px); } }
@keyframes hiwPulse { 0%, 100% { opacity: .25; } 50% { opacity: 1; } }
@keyframes hiwRay {
  0%   { transform: translateY(-7px); opacity: 0; }
  25%  { opacity: 1; }
  70%  { transform: translateY(5px); opacity: .95; }
  100% { transform: translateY(9px); opacity: 0; }
}

/* Step 3 — truck. */
@keyframes hiwJiggle {
  0%, 100% { transform: translate(0, 0); }
  25%      { transform: translate(1.5px, -1.5px); }
  75%      { transform: translate(-1.5px, 1px); }
}
@keyframes hiwSpin  { to { transform: rotate(360deg); } }
@keyframes hiwSpeed {
  0%   { transform: translateX(16px); opacity: 0; }
  30%  { opacity: 1; }
  100% { transform: translateX(-18px); opacity: 0; }
}

/* ====================================================== responsive ===== */

@media (max-width: 1020px) {
  .hero {
    height: auto;
    min-height: 0;
    max-height: none;
    padding: 8px 0 40px;
  }
  .hero__grid { grid-template-columns: 1fr; }
  .nav__links { display: none; }
  .hero__anim { justify-content: center; align-self: auto; }

  .steps,
  .cards { grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); }
  .cards .ballwrap { width: min(210px, 100%); }

  .cta__panel { grid-template-columns: 1fr; }
  .footer__cols { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 760px) {
  .wrap, .faq-wrap { padding-inline: var(--pad); }
  .hero__grid, .usp__inner { padding-inline: var(--pad); }
  .h2 { font-size: 34px; }
  .h2--sm { font-size: 32px; }
  .hero__sub { font-size: 18px; }
  .btn--primary { font-size: 16px; padding: 17px 30px; }

  /* One tile at a time, swiped directly — dots track position, arrows go away
     so the eight dots fit on a single row. */
  .revtrack { grid-template-columns: repeat(8, 100%); }
  .revscroll { scroll-snap-type: x mandatory; }
  .revtile { scroll-snap-align: start; }
  .revarrow { display: none; }
  .revdot { width: 40px; }

  .footer__cols { grid-template-columns: 1fr; gap: 28px; }
  .footer__bottom { justify-content: flex-start; }
}

/* The links are already hidden by now; keep logo + actions on one row.
   (A full hamburger drawer lives in the separate mobile design.) */
@media (max-width: 560px) {
  .nav__inner { padding: 14px 16px; gap: 10px; }
  .nav__logo { height: 42px; }
  .nav__actions { gap: 2px; }
  .btn-pill { padding: 10px 16px; font-size: 14px; }
  .hero__grid { padding-top: 4px; }
}

@media (max-width: 380px) {
  .btn-pill { padding: 10px 13px; font-size: 13px; }
  .nav__logo { height: 38px; }
}

/* Honour reduced motion everywhere. */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: .001s !important;
    animation-iteration-count: 1 !important;
    transition-duration: .001s !important;
  }
  .sec-ico { opacity: 1; transform: none; }
  .sec-ico.ico-in,
  .sec-ico.ico-in [fill="#C9A45C"] { animation: none; }
}
