:root {
  --ink: #050507;
  --ink-soft: #100d16;
  --surface: #f2ede6;
  --surface-2: #e5d9cc;
  --white: #fbf8f3;
  --text: #28221d;
  --muted: #6c6259;
  --lime: #c99a63;
  --lime-dark: #704818;
  --line: rgba(34,25,19,.14);
  --max: 1180px;
  --radius: 28px;
  --shadow: 0 28px 80px rgba(8,12,8,.14);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--surface); color: var(--text); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 17px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
img, svg { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
.shell { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 999; padding: 10px 16px; border-radius: 999px; background: var(--lime); color: var(--ink); font-weight: 850; }
.skip-link:focus { top: 16px; }
h1, h2, h3 { margin: 0; line-height: 1.05; letter-spacing: -.04em; text-wrap: balance; }
h1 { font-size: clamp(3.15rem, 8vw, 7rem); font-weight: 850; }
h2 { font-size: clamp(2.25rem, 5vw, 4.4rem); font-weight: 830; }
h3 { font-size: 1.36rem; letter-spacing: -.025em; }
p { margin: 0; }
.lead { max-width: 680px; font-size: clamp(1.06rem, 2vw, 1.28rem); color: #c3ccc1; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; margin: 0 0 18px; color: var(--lime-dark); font-size: .76rem; font-weight: 900; letter-spacing: .17em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 27px; height: 2px; background: currentColor; }
.eyebrow.on-dark { color: var(--lime); }
.lime { color: var(--lime); }

.site-header { position: sticky; top: 0; z-index: 100; background: rgba(9,12,10,.94); border-bottom: 1px solid rgba(255,255,255,.08); backdrop-filter: blur(16px); }
.nav-wrap { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { width: 310px; flex: 0 0 auto; }
.official-brand { width: auto; display: inline-flex; align-items: center; gap: 13px; color: white; text-decoration: none; }
.official-brand img { width: 64px; height: auto; aspect-ratio: 1536 / 1492; object-fit: contain; flex: 0 0 auto; border-radius: 12px; }
.brand-text { display: grid; line-height: 1.05; }
.brand-text strong { font-size: 1.05rem; letter-spacing: .08em; }
.brand-text small { margin-top: 7px; color: var(--lime); font-size: .64rem; font-weight: 850; letter-spacing: .22em; }
.nav-links { display: flex; align-items: center; gap: 25px; margin-left: auto; }
.nav-links a { color: #e4eae2; text-decoration: none; font-size: .91rem; font-weight: 680; }
.nav-links a:hover { color: var(--lime); }
.nav-toggle { display: none; width: 44px; height: 44px; place-items: center; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; background: transparent; color: white; cursor: pointer; }
.nav-toggle span, .nav-toggle::before, .nav-toggle::after { content: ""; display: block; width: 19px; height: 2px; background: currentColor; }
.nav-toggle span { margin: 4px 0; }

.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; gap: 9px; padding: 0 23px; border: 1px solid transparent; border-radius: 999px; background: var(--lime); color: var(--ink); font-weight: 850; line-height: 1; text-decoration: none; transition: transform .25s, box-shadow .25s, background .25s; }
.button:hover { transform: translateY(-2px); background: #ddb47f; box-shadow: 0 15px 35px rgba(201,154,99,.24); }
.button.small { min-height: 44px; padding-inline: 18px; font-size: .88rem; }
.button.outline { border-color: rgba(255,255,255,.3); background: transparent; color: white; }
.button.outline:hover { border-color: var(--lime); color: var(--lime); box-shadow: none; }
.button.dark { background: var(--ink); color: white; }
.button:focus-visible, a:focus-visible, summary:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible { outline: 3px solid #a56b2c; outline-offset: 4px; }

.hero { position: relative; overflow: hidden; padding: 86px 0 78px; background: var(--ink); color: white; }
.hero::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px); background-size: 64px 64px; mask-image: linear-gradient(to bottom, #000, transparent 90%); pointer-events: none; }
.hero-grid { position: relative; display: grid; grid-template-columns: 1.08fr .92fr; gap: 56px; align-items: center; }
.hero h1 { max-width: 780px; }
.hero .lead { margin-top: 26px; }
.actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.proof-row { display: flex; flex-wrap: wrap; gap: 18px 30px; margin-top: 42px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.12); color: #c3ccc1; font-size: .9rem; }
.proof-row span { display: inline-flex; align-items: center; gap: 8px; }
.proof-row span::before { content: "✓"; color: var(--lime); font-weight: 900; }
.hero-art { position: relative; }
.hero-art img { width: 100%; border-radius: 34px; box-shadow: 0 40px 120px rgba(0,0,0,.38); }
.hero-note { position: absolute; right: -18px; bottom: 30px; max-width: 230px; padding: 18px 20px; border: 1px solid rgba(255,255,255,.15); border-radius: 18px; background: rgba(15,19,15,.86); color: #d9e0d7; backdrop-filter: blur(12px); font-size: .86rem; }
.hero-note strong { display: block; color: var(--lime); font-size: 1rem; }

.section { padding: 110px 0; }
.section.alt { background: var(--surface-2); }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 42px; margin-bottom: 52px; }
.section-head p:last-child { max-width: 470px; color: var(--muted); }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.card { min-height: 330px; display: flex; flex-direction: column; padding: 34px; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255,255,255,.62); transition: transform .3s, box-shadow .3s; }
.card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.card-number { display: grid; width: 42px; height: 42px; place-items: center; margin-bottom: auto; border-radius: 50%; background: var(--ink); color: var(--lime); font-size: .82rem; font-weight: 900; }
.card h3 { margin-top: 48px; }
.card p { margin-top: 15px; color: var(--muted); }

.fitness-section { padding-top: 18px; }
.fitness-grid { display: grid; grid-template-columns: .86fr 1.14fr; gap: 70px; align-items: center; }
.fitness-photo { width: 100%; aspect-ratio: 979 / 1536; object-fit: cover; border-radius: 34px; box-shadow: var(--shadow); }
.fitness-copy { display: grid; gap: 22px; }
.lead-fitness { max-width: 660px; color: var(--muted); font-size: 1.08rem; }
.fitness-points { margin-top: 2px; }

.shop-section { background: var(--ink); color: white; }
.product-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 76px; align-items: center; }
.product-cover-wrap { margin: 0; }
.product-cover { width: 100%; aspect-ratio: 1224 / 1584; object-fit: contain; border: 1px solid rgba(255,255,255,.12); border-radius: 24px; box-shadow: 0 35px 90px rgba(0,0,0,.42); }
.product-cover-wrap figcaption { margin: 13px 4px 0; color: #8f968f; font-size: .8rem; }
.product-copy h2 { max-width: 760px; }
.product-intro { max-width: 760px; margin-top: 24px; color: #bec6bc; font-size: 1.06rem; }
.product-badges { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 27px; }
.product-badges span { padding: 8px 12px; border: 1px solid rgba(201,154,99,.38); border-radius: 999px; background: rgba(201,154,99,.09); color: #e4c39f; font-size: .78rem; font-weight: 780; }
.product-features { margin-top: 28px; }
.product-features li { color: #c5ccc3; }
.product-features li::before { color: var(--lime); }
.purchase-row { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 22px; margin-top: 32px; padding-top: 27px; border-top: 1px solid rgba(255,255,255,.12); }
.price strong { display: block; color: white; font-size: clamp(2.35rem, 5vw, 4rem); line-height: 1; letter-spacing: -.05em; }
.price span { display: block; margin-top: 8px; color: #aab2a8; font-size: .84rem; }
.shopify-purchase { min-width: 245px; text-align: center; }
.shopify-purchase > div { min-height: 54px; }
.shopify-purchase p { margin-top: 8px; color: #929a90; font-size: .72rem; line-height: 1.35; }
.product-note { margin-top: 22px; color: #858e84; font-size: .78rem; }

.return-panel { display: grid; grid-template-columns: .9fr 1.1fr; overflow: hidden; border-radius: 40px; background: var(--ink-soft); color: white; }
.return-copy { padding: clamp(45px, 7vw, 84px); }
.return-copy .lead { margin-top: 24px; }
.return-steps { border-left: 1px solid rgba(255,255,255,.1); }
.step { display: grid; grid-template-columns: 58px 1fr; gap: 20px; padding: 31px 38px; border-bottom: 1px solid rgba(255,255,255,.1); }
.step:last-child { border-bottom: 0; }
.step > span { display: grid; width: 46px; height: 46px; place-items: center; border-radius: 50%; background: var(--lime); color: var(--ink); font-size: .83rem; font-weight: 900; }
.step p { margin-top: 8px; color: #aeb8ad; font-size: .95rem; }
.safety-note { margin-top: 28px; padding: 18px 20px; border-left: 3px solid var(--lime); background: rgba(255,255,255,.06); color: #c2cac0; font-size: .9rem; }

.about-grid { display: grid; grid-template-columns: .87fr 1.13fr; gap: 70px; align-items: center; }
.portrait { width: 100%; aspect-ratio: 2 / 3; object-fit: cover; object-position: center; border-radius: 34px; box-shadow: var(--shadow); }
.about-copy { display: grid; gap: 22px; }
.about-copy p, .about-copy li { color: var(--muted); }
.credential { padding: 25px 28px; border-radius: 22px; background: #e2d2be; }
.credential strong { display: block; color: var(--ink); font-size: 1.08rem; }
.credential span { color: #68533f; font-size: .9rem; }
.check-list { padding: 0; margin: 0; list-style: none; }
.check-list li { position: relative; padding-left: 25px; margin-bottom: 8px; }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--lime-dark); font-weight: 900; }

.bridge { overflow: hidden; border-radius: 38px; background: linear-gradient(120deg, #060507, #1a1320); color: white; }
.bridge-grid { display: grid; grid-template-columns: 245px 1fr auto; gap: 48px; align-items: center; padding: 38px 46px; }
.bridge-logo { padding: 16px; border-radius: 24px; background: #000; }
.bridge-logo img { width: 100%; height: auto; aspect-ratio: 1; object-fit: contain; filter: grayscale(1) sepia(.72) saturate(2.2) hue-rotate(342deg) brightness(.96); }
.bridge h2 { font-size: clamp(2rem, 4vw, 3.7rem); }
.bridge p { max-width: 620px; margin-top: 16px; color: #b6c0b5; }

.faq-list { max-width: 900px; margin-inline: auto; }
.faq-list details { border-top: 1px solid var(--line); }
.faq-list details:last-child { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; justify-content: space-between; gap: 22px; padding: 25px 0; list-style: none; cursor: pointer; font-weight: 780; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; color: var(--lime-dark); font-size: 1.55rem; }
.faq-list details[open] summary::after { transform: rotate(45deg); }
.faq-answer { max-width: 760px; padding: 0 0 28px; color: var(--muted); }

.contact-band { padding: 85px 0; background: var(--lime); color: var(--ink); }
.contact-grid { display: grid; grid-template-columns: 1fr auto; gap: 40px; align-items: center; }
.contact-band h2 { max-width: 800px; }
.contact-links { display: grid; gap: 10px; }
.contact-links a { min-width: 250px; }

.site-footer { padding: 62px 0 28px; background: #080a08; color: #d9e0d6; }
.footer-grid { display: grid; grid-template-columns: 1.25fr .75fr .75fr 1fr; gap: 46px; }
.footer-logo { width: 285px; margin-bottom: 18px; }
.td-logo { width: 205px; height: auto; aspect-ratio: 1536 / 1492; object-fit: contain; border-radius: 22px; }
.footer-title { margin: 0 0 16px; color: var(--lime); font-size: .75rem; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.footer-copy { max-width: 350px; color: #909a8f; font-size: .91rem; }
.footer-links { display: grid; gap: 10px; }
.footer-links a { color: #c8d0c6; text-decoration: none; font-size: .91rem; }
.footer-links a:hover { color: var(--lime); }
.legal-note { max-width: 860px; margin-top: 24px; color: #778176; font-size: .78rem; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 45px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.09); color: #778176; font-size: .8rem; }
.mobile-cta { display: none; }

[data-reveal] { opacity: 0; transform: translateY(20px); transition: opacity .65s, transform .65s; }
[data-reveal].revealed { opacity: 1; transform: none; }

@media (max-width: 980px) {
  .nav-toggle { display: block; }
  .nav-links { position: fixed; left: 20px; right: 20px; top: 92px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 14px; border: 1px solid rgba(255,255,255,.1); border-radius: 20px; background: #121612; box-shadow: var(--shadow); }
  .nav-links.open { display: flex; }
  .nav-links a { padding: 12px; }
  .nav-links .button { margin-top: 8px; }
  .hero-grid, .return-panel, .about-grid, .fitness-grid, .product-grid { grid-template-columns: 1fr; }
  .product-cover-wrap { max-width: 480px; margin-inline: auto; }
  .hero-art { max-width: 620px; margin-inline: auto; }
  .return-steps { border-left: 0; border-top: 1px solid rgba(255,255,255,.1); }
  .grid-3 { grid-template-columns: 1fr 1fr; }
  .bridge-grid { grid-template-columns: 210px 1fr; }
  .bridge-grid .button { grid-column: 2; justify-self: start; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 680px) {
  body { padding-bottom: 72px; font-size: 16px; }
  .shell { width: min(calc(100% - 28px), var(--max)); }
  .nav-wrap { min-height: 72px; }
  .brand { width: auto; }
  .official-brand img { width: 54px; height: auto; }
  .brand-text strong { font-size: .94rem; }
  .brand-text small { font-size: .57rem; }
  .hero { padding: 66px 0 50px; }
  .hero h1 { font-size: clamp(2.8rem, 15vw, 4.3rem); }
  .hero-grid { gap: 42px; }
  .hero-note { position: relative; right: auto; bottom: auto; max-width: none; margin: -16px 15px 0; }
  .proof-row { display: grid; gap: 10px; }
  .section { padding: 76px 0; }
  .section-head { display: grid; margin-bottom: 35px; }
  .grid-3 { grid-template-columns: 1fr; }
  .card { min-height: 280px; }
  .return-copy { padding: 40px 26px; }
  .step { grid-template-columns: 48px 1fr; padding: 26px 24px; }
  .portrait { border-radius: 25px; }
  .fitness-photo { max-width: 470px; margin-inline: auto; border-radius: 25px; }
  .product-grid { gap: 45px; }
  .product-cover { border-radius: 18px; }
  .purchase-row { align-items: stretch; }
  .purchase-row .button, .shopify-purchase { width: 100%; }
  .bridge-grid { grid-template-columns: 1fr; gap: 28px; padding: 26px; }
  .bridge-logo { max-width: 250px; margin-inline: auto; }
  .bridge-grid .button { grid-column: auto; justify-self: stretch; }
  .contact-grid { grid-template-columns: 1fr; }
  .contact-links a { min-width: 0; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; }
  .mobile-cta { position: fixed; inset: auto 0 0; z-index: 120; display: grid; grid-template-columns: .75fr 1.25fr; padding: 9px 12px; border-top: 1px solid rgba(255,255,255,.1); background: rgba(8,10,8,.97); backdrop-filter: blur(14px); }
  .mobile-cta .phone { display: grid; place-items: center; color: white; font-weight: 850; text-decoration: none; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; } [data-reveal] { opacity: 1; transform: none; } }
