:root {
  --blue: #1e8fd5;
  --blue-dark: #075da8;
  --mint: #4fffc7;
  --mint-light: #dbfff5;
  --pink: #ff4f87;
  --pink-light: #ffedf2;
  --ink: #1f1f1f;
  --gray: #666;
  --white: #fff;
  --radius: 22px;
  --shadow: 0 24px 70px rgb(16 45 45 / 16%);
}

* { box-sizing: border-box; }
html { overflow-x: clip; scroll-behavior: smooth; }
body { margin: 0; overflow-x: clip; background: var(--white); color: var(--ink); font-family: Inter, Arial, Helvetica, sans-serif; line-height: 1.45; }
body:has(dialog[open]) { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
button, input { font: inherit; }
button { color: inherit; }
a { color: inherit; }

.skip-link { position: fixed; z-index: 999; top: 12px; left: 12px; transform: translateY(-150%); border-radius: 8px; padding: 10px 14px; background: var(--white); }
.skip-link:focus { transform: none; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.shell { width: min(1220px, calc(100% - 40px)); margin-inline: auto; }
.section { padding: clamp(72px, 9vw, 128px) 0; }
.section-mint { background: var(--mint-light); }
.section-pink { background: var(--pink-light); }
.section-dark { background: #123c32; color: var(--white); }

.offer-bar { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; border-bottom: 1px solid var(--ink); padding: 10px max(20px, calc((100vw - 1220px) / 2)); background: var(--mint); font-size: .78rem; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.offer-bar span:nth-child(2) { text-align: center; }
.offer-bar span:last-child { text-align: right; }

.site-header { position: sticky; z-index: 40; top: 0; border-bottom: 1px solid rgb(31 31 31 / 14%); background: rgb(219 255 245 / 92%); backdrop-filter: blur(14px); }
.header-inner { display: grid; min-height: 78px; grid-template-columns: 190px 1fr auto; align-items: center; gap: 36px; }
.brand { width: 150px; }
.desktop-nav { display: flex; justify-content: center; gap: clamp(22px, 4vw, 54px); }
.desktop-nav a, .site-footer a { font-size: .86rem; font-weight: 700; text-decoration: none; }
.desktop-nav a:hover, .site-footer a:hover { color: var(--pink); }
.mobile-menu { display: none; }

.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; border: 1px solid var(--ink); border-radius: 5px; padding: 13px 25px; background: var(--blue); box-shadow: 3px 3px 0 var(--ink); color: var(--white); cursor: pointer; font-size: .91rem; font-weight: 850; letter-spacing: .01em; line-height: 1; text-transform: uppercase; transition: transform 150ms ease, box-shadow 150ms ease, background 150ms ease; }
.button:hover { background: var(--blue-dark); box-shadow: 1px 1px 0 var(--ink); transform: translate(2px, 2px); }
.button:focus-visible, a:focus-visible, summary:focus-visible, input:focus-visible { outline: 3px solid var(--pink); outline-offset: 3px; }
.button-small { min-height: 42px; padding-inline: 25px; box-shadow: 2px 2px 0 var(--ink); }
.button-wide { width: 100%; }

.hero { position: relative; min-height: 700px; overflow: hidden; border-bottom: 1px solid var(--ink); }
.hero-grid { position: relative; display: grid; min-height: 700px; grid-template-columns: 150px minmax(390px, 1fr) minmax(360px, .95fr); align-items: center; gap: clamp(28px, 4vw, 58px); padding-block: 54px; }
.hero-photo-stack { display: grid; gap: 12px; }
.hero-photo-stack img { width: 142px; aspect-ratio: 1; border: 1px solid var(--ink); border-radius: 20px; object-fit: cover; }
.hero-content { position: relative; z-index: 2; }
.eyebrow { display: inline-flex; margin: 0 0 16px; border: 1px solid currentColor; border-radius: 4px; padding: 5px 9px; color: #124836; font-size: .72rem; font-weight: 850; letter-spacing: .035em; line-height: 1; text-transform: uppercase; }
.eyebrow.pink { background: var(--pink); color: var(--ink); }
.hero h1, h2 { margin: 0; font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif; font-weight: 900; letter-spacing: -.025em; line-height: .88; text-transform: uppercase; }
.hero h1 { max-width: 620px; font-size: clamp(4.2rem, 7vw, 7.1rem); }
h2 { font-size: clamp(3.2rem, 6vw, 6rem); }
h1 em, h2 em { color: var(--pink); font-style: normal; }
.hero-copy { max-width: 580px; margin: 24px 0 20px; color: #3e5350; font-size: clamp(1rem, 1.5vw, 1.18rem); }
.check-list { display: grid; gap: 8px; margin: 0 0 26px; padding: 0; list-style: none; }
.check-list li { position: relative; padding-left: 27px; font-size: .95rem; font-weight: 650; }
.check-list li::before { position: absolute; top: .15em; left: 0; display: grid; width: 18px; height: 18px; place-items: center; border-radius: 50%; background: #174f38; color: var(--white); content: "✓"; font-size: .72rem; }
.price-line { display: flex; flex-wrap: wrap; gap: 8px 18px; margin: 18px 0 0; font-size: .8rem; font-weight: 800; text-transform: uppercase; }
.price-line span { position: relative; }
.price-line span::before { margin-right: 18px; content: "·"; }
.hero-product { position: relative; z-index: 1; align-self: end; }
.hero-product img { width: min(100%, 600px); filter: drop-shadow(0 30px 25px rgb(7 93 168 / 20%)); transform: rotate(2deg); }
.hero-ball { position: absolute; border-radius: 50%; background: #d7fa2a; box-shadow: inset -18px -10px 0 rgb(91 128 17 / 13%); }
.hero-ball::after { position: absolute; inset: 12% -24%; border: 4px solid rgb(255 255 255 / 76%); border-radius: 50%; content: ""; transform: rotate(56deg); }
.hero-ball-one { right: -52px; bottom: -64px; width: 150px; height: 150px; }
.hero-ball-two { top: 18%; left: -34px; width: 76px; height: 76px; opacity: .65; }

.section-intro { margin-bottom: 52px; }
.section-intro h2 { max-width: 900px; }
.section-intro > p:last-child { max-width: 490px; color: var(--gray); font-size: 1.05rem; }
.split-intro { display: grid; grid-template-columns: 1.5fr .65fr; align-items: end; gap: 60px; }
.centered { text-align: center; }
.centered h2, .centered > p:last-child { margin-inline: auto; }
.centered.light .eyebrow { color: var(--mint); }

.rhythm-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.rhythm-grid article { display: grid; grid-template-columns: auto 1fr; column-gap: 14px; }
.rhythm-grid img { grid-column: 1 / -1; width: 100%; aspect-ratio: 1.3; border: 1px solid var(--ink); border-radius: var(--radius); object-fit: cover; }
.rhythm-grid .number { grid-row: 2 / 4; margin: 16px 0 0; color: var(--pink); font-size: 1rem; font-weight: 900; }
.rhythm-grid h3 { margin: 14px 0 0; font-size: 1.5rem; text-transform: uppercase; }
.rhythm-grid article > p:last-child { margin: 6px 0 0; color: var(--gray); font-size: .93rem; }

.formula-grid { position: relative; display: grid; min-height: 640px; grid-template-columns: 1fr minmax(300px, .85fr) 1fr; grid-template-rows: 1fr 1fr; align-items: center; gap: 22px 34px; }
.formula-product { z-index: 2; display: grid; grid-column: 2; grid-row: 1 / 3; place-items: center; }
.formula-product::before { position: absolute; z-index: -1; width: min(44vw, 520px); aspect-ratio: 1; border-radius: 50%; background: var(--mint); content: ""; }
.formula-product img { width: auto; max-width: 100%; height: auto; max-height: 610px; justify-self: center; object-fit: contain; filter: drop-shadow(0 26px 28px rgb(102 42 63 / 22%)); transform: rotate(-4deg); }
.formula-card { max-width: 330px; border: 1px solid var(--ink); border-radius: 16px; padding: 25px; background: rgb(255 255 255 / 62%); box-shadow: 4px 4px 0 var(--pink); }
.formula-card span { display: inline-grid; width: 28px; height: 28px; place-items: center; border-radius: 50%; background: var(--pink); font-size: .75rem; font-weight: 900; }
.formula-card h3 { margin: 14px 0 7px; font-size: 1.15rem; text-transform: uppercase; }
.formula-card p { margin: 0; color: var(--gray); font-size: .92rem; }
.card-one, .card-three { justify-self: end; }
.card-two, .card-four { grid-column: 3; }
.card-one { grid-column: 1; grid-row: 1; }
.card-two { grid-row: 1; }
.card-three { grid-column: 1; grid-row: 2; }
.card-four { grid-row: 2; }

.product-grid { display: grid; grid-template-columns: 1.05fr .8fr; align-items: center; gap: clamp(45px, 8vw, 110px); }
.product-stage { position: relative; display: grid; min-height: 550px; place-items: center; overflow: hidden; border: 1px solid var(--ink); border-radius: var(--radius); background: linear-gradient(155deg, var(--mint) 0 48%, #f9fff9 48.2%); }
.product-stage img { position: relative; z-index: 1; width: min(100%, 520px); height: auto; max-height: 540px; object-fit: contain; filter: drop-shadow(0 25px 25px rgb(9 76 66 / 22%)); }
.court-line { position: absolute; width: 130%; height: 4px; background: var(--white); transform: rotate(-25deg); }
.product-content > p:not(.eyebrow, .fine-print) { max-width: 470px; color: var(--gray); font-size: 1.08rem; }
.price-block { display: flex; flex-direction: column; align-items: flex-start; margin: 28px 0 24px; }
.regular-price { color: var(--gray); font-size: 1.2rem; text-decoration: line-through; }
.price-block strong { color: var(--pink); font-size: clamp(3rem, 6vw, 5rem); line-height: 1; }
.price-block span:last-child { margin-top: 4px; font-size: .8rem; font-weight: 800; text-transform: uppercase; }
.fine-print { margin-top: 14px; color: var(--gray); font-size: .84rem; }

.section-dark h2 em { color: var(--mint); }
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid rgb(255 255 255 / 36%); border-radius: var(--radius); overflow: hidden; }
.steps-grid article { min-height: 230px; border-right: 1px solid rgb(255 255 255 / 36%); padding: 34px; }
.steps-grid article:last-child { border-right: 0; }
.steps-grid strong { color: var(--mint); font-family: Impact, sans-serif; font-size: 5rem; line-height: .9; }
.steps-grid h3 { margin: 20px 0 8px; font-size: 1.4rem; text-transform: uppercase; }
.steps-grid p { margin: 0; color: rgb(255 255 255 / 70%); }

.faq-shell { max-width: 960px; }
.faq-list { border-top: 1px solid var(--ink); }
.faq-list details { border-bottom: 1px solid var(--ink); }
.faq-list summary { position: relative; padding: 23px 56px 23px 0; cursor: pointer; font-size: clamp(1.05rem, 2vw, 1.35rem); font-weight: 850; list-style: none; text-transform: uppercase; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { position: absolute; top: 50%; right: 4px; display: grid; width: 32px; height: 32px; place-items: center; border-radius: 50%; background: var(--pink); content: "+"; transform: translateY(-50%); }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { max-width: 760px; margin: -4px 0 24px; color: var(--gray); }

.final-cta { position: relative; display: grid; min-height: 620px; align-items: center; overflow: hidden; color: var(--white); }
.final-cta > img, .final-overlay { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.final-overlay { background: linear-gradient(90deg, rgb(4 34 60 / 92%) 0%, rgb(4 34 60 / 65%) 48%, rgb(4 34 60 / 18%) 100%); }
.final-content { position: relative; z-index: 1; }
.final-content h2 { max-width: 780px; margin-bottom: 30px; font-size: clamp(4rem, 8vw, 7.5rem); }
.final-content p:last-child { font-size: .85rem; font-weight: 800; text-transform: uppercase; }

.site-footer { border-top: 1px solid var(--ink); background: var(--mint); }
.footer-inner { display: grid; min-height: 110px; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 30px; }
.footer-inner img { width: 145px; }
.footer-inner nav { display: flex; gap: 30px; }
.footer-inner p { justify-self: end; font-size: .78rem; font-weight: 800; text-transform: uppercase; }

.preorder-dialog { width: min(520px, calc(100% - 28px)); max-height: calc(100dvh - 28px); border: 1px solid var(--ink); border-radius: 19px; padding: 0; background: var(--mint-light); box-shadow: var(--shadow); color: var(--ink); }
.preorder-dialog::backdrop { background: rgb(15 28 28 / 66%); backdrop-filter: blur(5px); }
.dialog-card { position: relative; padding: 36px; }
.dialog-close { position: absolute; z-index: 2; top: 16px; right: 16px; display: grid; width: 36px; height: 36px; place-items: center; border: 1px solid var(--ink); border-radius: 50%; background: var(--white); cursor: pointer; font-size: 1.4rem; line-height: 1; }
.pill { display: inline-flex; margin: 0 0 24px; border-radius: 999px; padding: 7px 14px; background: var(--mint); font-size: .72rem; font-weight: 900; text-transform: uppercase; }
.modal-step h2 { margin: 0 0 20px; font-size: clamp(3.2rem, 13vw, 4.7rem); }
.modal-lead { margin: 0 0 20px; color: var(--gray); font-size: 1.05rem; }
.offer-card { display: grid; gap: 5px; margin: 0 0 20px; border-radius: 13px; padding: 20px; background: var(--pink-light); }
.offer-card strong { color: var(--pink); font-size: 1.45rem; line-height: 1.05; text-transform: uppercase; }
.offer-card span { font-weight: 800; }
#lead-form { display: grid; gap: 12px; }
#lead-form input { width: 100%; min-height: 58px; border: 1px solid #999; border-radius: 10px; padding: 12px 16px; background: var(--white); color: var(--ink); }
.form-consent, .optional-note { margin: 2px 0 0; color: var(--gray); font-size: .76rem; }
.form-status { min-height: 1.2em; margin: 0; color: #94113e; font-size: .84rem; font-weight: 700; }
.modal-step h3 { margin: 26px 0 8px; font-size: 1.03rem; text-transform: uppercase; }
.modal-step h3 + p { margin: 0 0 16px; color: var(--gray); font-size: .9rem; }
.interest-options { display: grid; gap: 10px; }
.interest-options button { display: flex; min-height: 51px; align-items: center; gap: 3px; border: 1px solid #bbb; border-radius: 10px; padding: 10px 14px; background: var(--white); cursor: pointer; text-align: left; }
.interest-options button span { width: 18px; height: 18px; flex: 0 0 auto; border: 2px solid var(--pink); border-radius: 50%; }
.interest-options button:hover, .interest-options button[aria-pressed="true"] { border-color: var(--pink); background: var(--pink-light); }
.interest-options button[aria-pressed="true"] span { box-shadow: inset 0 0 0 4px var(--white); background: var(--pink); }

@media (max-width: 980px) {
  .desktop-nav, .header-inner > .button { display: none; }
  .header-inner { grid-template-columns: 1fr auto; }
  .mobile-menu { position: relative; display: block; }
  .mobile-menu summary { display: grid; width: 44px; height: 44px; align-content: center; gap: 5px; border: 1px solid var(--ink); border-radius: 50%; padding: 11px; background: var(--mint); cursor: pointer; list-style: none; }
  .mobile-menu summary::-webkit-details-marker { display: none; }
  .mobile-menu summary span { height: 2px; background: var(--ink); }
  .mobile-menu nav { position: absolute; top: 56px; right: 0; display: grid; width: min(320px, calc(100vw - 28px)); border: 1px solid var(--ink); border-radius: 14px; padding: 14px; background: var(--white); box-shadow: var(--shadow); }
  .mobile-menu nav a { border-bottom: 1px solid #ddd; padding: 12px 4px; font-weight: 750; text-decoration: none; }
  .mobile-menu nav .button { margin-top: 14px; }
  .hero-grid { grid-template-columns: 108px 1fr; }
  .hero-product { position: absolute; right: -8%; bottom: -8%; width: 48%; opacity: .62; }
  .hero-photo-stack img { width: 100px; }
  .hero-content { max-width: 650px; }
  .formula-grid { grid-template-columns: 1fr 1fr; grid-template-rows: auto; }
  .formula-product { grid-column: 1 / 3; grid-row: 2; height: 430px; }
  .formula-product img { max-height: 420px; }
  .formula-product::before { width: 430px; }
  .formula-card { justify-self: stretch; max-width: none; }
  .card-one { grid-column: 1; grid-row: 1; }
  .card-two { grid-column: 2; grid-row: 1; }
  .card-three { grid-column: 1; grid-row: 3; }
  .card-four { grid-column: 2; grid-row: 3; }
}

@media (min-width: 701px) and (max-height: 850px) {
  .hero, .hero-grid { min-height: calc(100svh - 116px); }
  .hero-grid { padding-block: 30px; }
  .hero h1 { font-size: clamp(3.8rem, 6vw, 5.25rem); }
  .hero-copy { margin-block: 16px 14px; }
  .check-list { gap: 5px; margin-bottom: 17px; }
  .price-line { margin-top: 13px; }
  .hero-product img { max-height: calc(100svh - 145px); object-fit: contain; }
}

@media (max-width: 700px) {
  .shell { width: min(100% - 28px, 1220px); }
  .section { padding-block: 68px; }
  .offer-bar { grid-template-columns: 1fr; gap: 0; padding-block: 8px; text-align: center; }
  .offer-bar span:nth-child(n + 2) { display: none; }
  .header-inner { min-height: 68px; }
  .brand { width: 132px; }
  .hero, .hero-grid { min-height: 760px; }
  .hero-grid { display: block; padding-block: 52px 270px; }
  .hero-photo-stack { display: none; }
  .hero h1 { font-size: clamp(4rem, 20vw, 5.8rem); }
  .hero-copy { max-width: 34ch; }
  .hero-product { right: 5%; bottom: -7%; width: 74%; opacity: 1; }
  .hero-ball-one { right: -40px; bottom: -45px; }
  .price-line { display: grid; gap: 2px; }
  .price-line span::before { display: none; }
  .split-intro { grid-template-columns: 1fr; gap: 24px; }
  .rhythm-grid, .product-grid, .steps-grid { grid-template-columns: 1fr; }
  .rhythm-grid { gap: 36px; }
  .rhythm-grid img { aspect-ratio: 1.25; }
  .formula-grid { grid-template-columns: 1fr; gap: 14px; }
  .formula-product { grid-column: 1; grid-row: 2; height: 390px; }
  .formula-product img { max-height: 360px; }
  .formula-product::before { width: min(105vw, 420px); }
  .card-one { grid-column: 1; grid-row: 1; }
  .card-two { grid-column: 1; grid-row: 3; }
  .card-three { grid-column: 1; grid-row: 4; }
  .card-four { grid-column: 1; grid-row: 5; }
  .product-grid { gap: 40px; }
  .product-stage { min-height: 430px; }
  .product-stage img { max-height: 410px; }
  .steps-grid article { min-height: 180px; border-right: 0; border-bottom: 1px solid rgb(255 255 255 / 36%); }
  .steps-grid article:last-child { border-bottom: 0; }
  .final-cta { min-height: 600px; }
  .final-cta > img { object-position: 62% center; }
  .final-overlay { background: linear-gradient(90deg, rgb(4 34 60 / 92%), rgb(4 34 60 / 55%)); }
  .footer-inner { grid-template-columns: 1fr; gap: 18px; padding-block: 30px; }
  .footer-inner nav { flex-wrap: wrap; }
  .footer-inner p { justify-self: start; margin: 0; }
  .dialog-card { padding: 28px 20px 24px; }
  .preorder-dialog { max-height: calc(100dvh - 16px); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
