:root {
  --forest: #173f32;
  --forest-2: #245744;
  --cream: #f8f1e4;
  --paper: #fffaf1;
  --red: #d84f3f;
  --red-dark: #af382e;
  --ink: #20302a;
  --muted: #65716b;
  --kraft: #b9905f;
  --line: #ded6c8;
  --shadow: 0 20px 50px rgba(24, 55, 44, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "DM Sans", sans-serif; font-size: 16px; line-height: 1.6; }
body.consent-locked { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.research-strip { min-height: 34px; padding: 7px 20px; text-align: center; color: #f8f1e4; background: #102c24; font-size: .75rem; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.research-strip span { margin: 0 10px; color: #d6ad79; }

.site-header { position: sticky; top: 0; z-index: 30; display: flex; align-items: center; justify-content: space-between; min-height: 78px; padding: 12px clamp(20px, 5vw, 72px); background: rgba(255, 250, 241, .96); border-bottom: 1px solid rgba(61, 77, 68, .12); backdrop-filter: blur(12px); }
.brand { display: inline-flex; align-items: center; gap: 11px; }
.brand-mark { display: grid; place-items: center; width: 42px; height: 42px; color: white; background: var(--red); border: 2px solid var(--forest); border-radius: 50% 42% 48% 45%; font-family: "Fraunces", serif; font-size: .9rem; font-weight: 700; transform: rotate(-4deg); box-shadow: 3px 3px 0 var(--forest); }
.brand > span:last-child { display: flex; flex-direction: column; line-height: 1.1; }
.brand strong { font-family: "Fraunces", serif; font-size: 1.25rem; }
.brand small { margin-top: 5px; color: var(--muted); font-size: .68rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
nav { display: flex; align-items: center; gap: clamp(18px, 2.4vw, 34px); font-size: .9rem; font-weight: 700; }
nav a:not(.nav-cta):hover { color: var(--red-dark); }
.nav-cta { padding: 10px 17px; color: white; background: var(--forest); border-radius: 999px; }
.nav-cta:hover { background: var(--forest-2); }
.menu-button { display: none; border: 0; padding: 9px 13px; color: white; background: var(--forest); border-radius: 8px; font-weight: 700; }

.hero { position: relative; min-height: 650px; display: flex; align-items: center; overflow: hidden; background: var(--forest); }
.hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(12, 44, 34, .98) 0%, rgba(18, 55, 43, .93) 35%, rgba(18, 55, 43, .2) 65%, transparent 82%); }
.hero-copy { position: relative; z-index: 1; width: min(660px, 90%); margin-left: clamp(24px, 8vw, 125px); padding: 86px 0 70px; color: white; }
.eyebrow { margin: 0 0 12px; color: var(--red-dark); font-size: .77rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow.light { color: #f0c48d; }
h1, h2, h3 { font-family: "Fraunces", serif; line-height: 1.08; }
h1 { max-width: 650px; margin: 0; font-size: clamp(3.2rem, 6.3vw, 6.2rem); letter-spacing: -.045em; }
.hero-lede { max-width: 550px; margin: 24px 0 30px; color: #e8eee9; font-size: clamp(1.05rem, 1.6vw, 1.25rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 48px; padding: 12px 22px; border: 1px solid transparent; border-radius: 999px; font-weight: 800; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: white; background: var(--red); box-shadow: 0 8px 22px rgba(150, 43, 34, .22); }
.button-primary:hover { background: var(--red-dark); }
.button-ghost { color: white; border-color: rgba(255,255,255,.55); background: rgba(255,255,255,.06); }
.button-cream { color: var(--forest); background: var(--cream); box-shadow: 0 8px 24px rgba(0,0,0,.12); }
.trust-row { display: flex; gap: 0; margin: 48px 0 0; padding: 0; list-style: none; }
.trust-row li { display: flex; flex-direction: column; padding: 0 24px; border-left: 1px solid rgba(255,255,255,.25); }
.trust-row li:first-child { padding-left: 0; border-left: 0; }
.trust-row strong { font-family: "Fraunces", serif; font-size: 1.1rem; }
.trust-row span { color: #cfd9d2; font-size: .76rem; }

.section { padding: 100px clamp(22px, 7vw, 110px); }
.section-heading h2, .testing-section h2, .faq-heading h2, .community-cta h2 { margin: 0 0 16px; font-size: clamp(2.4rem, 4.2vw, 4.3rem); letter-spacing: -.035em; }
.section-heading p:not(.eyebrow), .faq-heading > p:not(.eyebrow) { max-width: 660px; margin: 0; color: var(--muted); }
.split-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 38px; }
.tabs { display: flex; gap: 6px; padding: 5px; background: #efe6d7; border-radius: 999px; }
.tab { padding: 9px 16px; color: var(--muted); border: 0; border-radius: 999px; background: transparent; font-weight: 800; cursor: pointer; }
.tab.active { color: white; background: var(--forest); }
.buy-grid { display: grid; grid-template-columns: minmax(0, 2fr) minmax(280px, .8fr); gap: 24px; }
[data-panel][hidden] { display: none !important; }
.buy-card, .buy-side-card { background: #fff; border: 1px solid var(--line); border-radius: 24px; box-shadow: var(--shadow); }
.buy-card { overflow: hidden; }
.card-topline { display: flex; align-items: center; justify-content: space-between; padding: 13px 22px; color: var(--muted); background: #f4ecdf; font-size: .77rem; font-weight: 800; text-transform: uppercase; letter-spacing: .07em; }
.status { display: inline-flex; align-items: center; gap: 7px; color: var(--forest); }
.status i { width: 8px; height: 8px; background: #3a9a68; border-radius: 50%; box-shadow: 0 0 0 4px rgba(58,154,104,.12); }
.buy-card-body { padding: 30px; }
.buy-title { display: flex; align-items: center; gap: 16px; }
.mini-mark { display: grid; place-items: center; flex: 0 0 53px; height: 53px; color: white; background: var(--red); border-radius: 15px; font-family: "Fraunces", serif; font-size: 1.5rem; font-weight: 700; transform: rotate(-3deg); }
.buy-title p { margin: 0; color: var(--muted); font-size: .76rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.buy-title h3 { margin: 3px 0 0; font-size: clamp(1.6rem, 3vw, 2.35rem); }
.card-description { max-width: 700px; color: var(--muted); }
.price-table { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin: 26px 0 18px; }
.price-table > div { display: grid; grid-template-columns: 1fr auto; align-items: baseline; gap: 3px 10px; padding: 17px; background: var(--cream); border-radius: 14px; }
.price-table span { grid-column: 1 / -1; margin-bottom: 5px; color: var(--forest); font-weight: 900; }
.price-table strong { color: var(--red-dark); font-size: 1.22rem; }
.price-table small { color: var(--muted); text-align: right; }
.card-note { display: flex; align-items: center; gap: 9px; padding-top: 17px; border-top: 1px dashed var(--line); font-size: .84rem; }
.card-note span:nth-of-type(2) { margin-left: auto; }
.card-actions { display: flex; align-items: center; gap: 24px; padding: 20px 30px; background: #faf6ef; border-top: 1px solid var(--line); }
.text-link { color: var(--red-dark); font-weight: 800; text-decoration: underline; text-decoration-color: rgba(175,56,46,.3); text-underline-offset: 4px; }
.buy-side-card { padding: 30px; color: white; background: var(--forest); border-color: var(--forest); }
.buy-side-card h3 { margin: 0 0 28px; font-size: 2rem; }
.check-list { display: grid; gap: 22px; margin: 0; padding: 0; list-style: none; }
.check-list li { display: grid; grid-template-columns: 35px 1fr; gap: 12px; color: #e4ece7; }
.check-list span { color: #efc38b; font-family: "Fraunces", serif; font-weight: 700; }
.fine-print { margin: 30px 0 0; padding-top: 18px; color: #bfcfc6; border-top: 1px solid rgba(255,255,255,.14); font-size: .78rem; }
.empty-panel { padding: 70px 25px; text-align: center; background: white; border: 1px dashed var(--line); border-radius: 24px; }
.empty-panel h3 { margin: 10px 0; font-size: 1.9rem; }
.empty-panel p { color: var(--muted); }
.empty-icon { display: inline-grid; place-items: center; width: 52px; height: 52px; color: white; background: var(--forest); border-radius: 50%; font-size: 1.4rem; }
.completed-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.completed-grid[hidden] { display: none; }
.completed-card { overflow: hidden; background: white; border: 1px solid var(--line); border-radius: 24px; box-shadow: var(--shadow); }
.completed-card-top { display: flex; justify-content: space-between; gap: 16px; padding: 14px 22px; color: var(--muted); background: #faf6ef; border-bottom: 1px solid var(--line); font-size: .78rem; font-weight: 700; }
.completed-card-body { padding: 28px; }
.completed-card h3 { margin: 14px 0 8px; font-size: 2rem; }
.completed-card-body > p:not(.eyebrow) { color: var(--muted); }
.completed-card-wide { grid-column: 1 / -1; }
.paired-results { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; margin-top: 22px; }
.paired-results section { padding: 18px; background: #fff6fb; border: 1px solid var(--line); border-radius: 15px; }
.paired-results h4 { margin: 0 0 7px; font-size: 1.15rem; }
.paired-results p { margin: 0 0 12px; color: var(--muted); font-size: .9rem; }
.report-caution { border-color: #efc46a !important; background: #fff9e9 !important; }
.triple-results { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.reship-result { border-color: #efc46a !important; background: #fff9e9 !important; }
.pending-inline { display: inline-block; margin-top: 16px; padding: 8px 12px; color: #88662b; background: #f5e7c9; border-radius: 999px; font-size: .78rem; font-weight: 800; }
.gb-tracker { display: grid; grid-template-columns: repeat(5, 1fr); margin: 24px 0; padding: 0; list-style: none; }
.gb-tracker li { position: relative; display: grid; justify-items: center; gap: 7px; color: #9b8297; font-size: .72rem; font-weight: 800; text-align: center; }
.gb-tracker li::before { position: absolute; top: 14px; right: 50%; left: -50%; z-index: 0; height: 4px; content: ""; background: #ead7e5; }
.gb-tracker li:first-child::before { display: none; }
.gb-tracker i { position: relative; z-index: 1; display: grid; place-items: center; width: 32px; height: 32px; background: #ead7e5; border: 3px solid white; border-radius: 50%; box-shadow: 0 0 0 1px #dbc3d4; font-style: normal; }
.gb-tracker .done { color: #5b244e; }
.gb-tracker .done::before, .gb-tracker .done i { background: #baff27; }
.gb-tracker .current { color: #a75c00; }
.gb-tracker .current::before { background: linear-gradient(90deg, #baff27 0 50%, #ead7e5 50%); }
.gb-tracker .current i { color: #4a2b00; background: #ffc857; box-shadow: 0 0 0 1px #e9ad35, 0 0 15px rgba(255,200,87,.55); }
.result-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; margin: 22px 0; }
.result-list div { padding: 12px; background: #fff6fb; border: 1px solid var(--line); border-radius: 12px; }
.result-list dt { color: var(--muted); font-size: .75rem; }
.result-list dd { margin: 3px 0 0; font-weight: 800; }
.single-result { grid-template-columns: 1fr; }

.testing-section { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(40px, 7vw, 100px); color: white; background: var(--forest); }
.testing-intro p:not(.eyebrow) { max-width: 500px; color: #cad8d0; }
.testing-intro .button { margin-top: 22px; }
.report-stack { display: grid; gap: 13px; align-content: center; }
.report-card { display: grid; grid-template-columns: 58px 1fr auto; align-items: center; gap: 16px; padding: 18px; color: var(--ink); background: #fffaf2; border-radius: 16px; box-shadow: 0 10px 28px rgba(0,0,0,.12); }
.report-card.verified { text-decoration: none; transition: transform .18s ease, box-shadow .18s ease; }
.report-card.verified:hover { box-shadow: 0 16px 34px rgba(0,0,0,.2); }
.report-icon { display: grid; place-items: center; width: 52px; height: 58px; color: white; background: var(--red); border-radius: 7px 7px 12px 12px; font-size: .67rem; font-weight: 900; letter-spacing: .08em; }
.report-card div { display: flex; flex-direction: column; }
.report-card small { color: var(--muted); text-transform: uppercase; font-weight: 800; letter-spacing: .08em; }
.report-card strong { font-family: "Fraunces", serif; font-size: 1.18rem; }
.report-card p { margin: 2px 0 0; color: var(--muted); font-size: .8rem; }
.pending { padding: 6px 10px; color: #88662b; background: #f5e7c9; border-radius: 999px; font-size: .72rem; font-weight: 800; }
.passed { padding: 6px 10px; color: #25152a; background: #dfff91; border-radius: 999px; font-size: .72rem; font-weight: 800; }
.review { padding: 6px 10px; color: #6b4300; background: #ffe2a8; border-radius: 999px; font-size: .72rem; font-weight: 800; }

.centered { max-width: 760px; margin: 0 auto 52px; text-align: center; }
.centered p { margin-right: auto !important; margin-left: auto !important; }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; margin: 0; padding: 0; list-style: none; counter-reset: process; }
.process-grid li { position: relative; padding: 0 24px 34px; border-left: 1px solid var(--line); }
.process-grid li:first-child { border-left: 0; }
.process-grid span { display: block; color: var(--red); font-family: "Fraunces", serif; font-size: 1.4rem; font-weight: 700; }
.process-grid h3 { margin: 15px 0 9px; font-size: 1.45rem; }
.process-grid p { margin: 0; color: var(--muted); font-size: .9rem; }
.timeline { max-width: 850px; margin: 38px auto 0; padding: 24px 28px; background: #fff; border: 1px solid var(--line); border-radius: 16px; box-shadow: var(--shadow); }
.timeline-label { display: flex; justify-content: space-between; margin-bottom: 14px; }
.timeline-label span { color: var(--muted); }
.timeline-track { height: 8px; overflow: hidden; background: #e7dfd2; border-radius: 99px; }
.timeline-track i { display: block; height: 100%; background: linear-gradient(90deg, var(--red), #dd8356); border-radius: inherit; }
.timeline-steps { display: flex; justify-content: space-between; margin-top: 9px; color: var(--muted); font-size: .75rem; font-weight: 700; }

.faq-section { display: grid; grid-template-columns: .7fr 1.3fr; gap: clamp(45px, 8vw, 120px); background: #f0e6d6; }
.faq-list details { border-top: 1px solid rgba(32,48,42,.18); }
.faq-list details:last-child { border-bottom: 1px solid rgba(32,48,42,.18); }
.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 21px 0; font-family: "Fraunces", serif; font-size: 1.2rem; font-weight: 700; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { font-family: "DM Sans", sans-serif; font-size: 1.5rem; transition: transform .2s; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { margin: -5px 35px 22px 0; color: var(--muted); }

.community-cta { display: flex; align-items: center; justify-content: space-between; gap: 30px; margin: 0; padding: 70px clamp(24px, 8vw, 125px); color: white; background: var(--red-dark); }
.community-cta h2 { margin-bottom: 8px; }
.community-cta p:not(.eyebrow) { margin: 0; color: #f2dcd8; }
footer { display: grid; grid-template-columns: 1fr auto; gap: 35px; padding: 55px clamp(22px, 7vw, 110px) 30px; color: #c9d5cf; background: #102c24; }
.footer-brand { display: flex; gap: 14px; align-items: center; color: white; }
.brand-mark.small { width: 38px; height: 38px; box-shadow: none; }
.footer-brand strong { font-family: "Fraunces", serif; font-size: 1.3rem; }
.footer-brand p { margin: 0; color: #93aa9f; font-size: .82rem; }
.footer-links { display: flex; gap: 24px; align-items: center; font-weight: 700; }
.footer-legal { grid-column: 1 / -1; max-width: 900px; margin: 5px 0 0; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.12); font-size: .76rem; }
.copyright { grid-column: 1 / -1; margin: -20px 0 0; color: #799185; font-size: .75rem; }
.terms-review { padding: 0; color: inherit; background: transparent; border: 0; font: inherit; font-weight: 700; cursor: pointer; }
.terms-review:hover { color: white; }

.consent-dialog { width: min(640px, calc(100% - 28px)); max-height: calc(100dvh - 28px); margin: auto; padding: 0; color: var(--ink); background: transparent; border: 0; overflow: visible; }
.consent-dialog::backdrop { background: rgba(20, 2, 18, .88); backdrop-filter: blur(8px); }
.consent-dialog[open] { display: flex; }
.consent-card { position: relative; width: 100%; max-height: calc(100dvh - 28px); padding: 34px; background: #fff8fd; border: 2px solid #ff78c5; border-radius: 28px 18px 30px 20px; box-shadow: 8px 9px 0 #ff2fa3, 0 0 45px rgba(255,47,163,.4); overflow-y: auto; }
.consent-mark { position: absolute; top: 24px; right: 26px; display: grid; place-items: center; width: 48px; height: 48px; color: white; background: linear-gradient(145deg, #ff58bd, #e0007b); border: 2px solid #ffbce4; border-radius: 16px 12px 18px 13px; font-family: "Fredoka", sans-serif; font-weight: 700; transform: rotate(5deg); }
.consent-card h2 { max-width: 470px; margin: 18px 0 9px; font-family: "Fredoka", sans-serif; font-size: clamp(2rem, 6vw, 3rem); line-height: 1; }
.consent-card > p:not(.eyebrow):not(.consent-fine-print) { margin: 0; color: var(--muted); }
.consent-checks { display: grid; gap: 10px; margin: 24px 0; }
.consent-checks label { display: grid; grid-template-columns: 25px 1fr; gap: 12px; align-items: start; padding: 14px; background: white; border: 1px solid #efc1dc; border-radius: 14px; cursor: pointer; }
.consent-checks label:has(input:checked) { background: #f5ffe0; border-color: #b3db58; }
.consent-checks input { width: 20px; height: 20px; margin: 1px 0 0; accent-color: #d80078; }
.consent-checks span { color: var(--muted); font-size: .88rem; line-height: 1.4; }
.consent-checks strong { color: var(--ink); }
.consent-continue { width: 100%; }
.consent-continue:disabled { filter: grayscale(.55); opacity: .5; cursor: not-allowed; transform: none; }
.consent-fine-print { margin: 12px 0 0; color: var(--muted); font-size: .72rem; text-align: center; }

@media (max-width: 1180px) {
  .menu-button { display: block; }
  nav { position: absolute; top: 78px; right: 18px; left: 18px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 14px; background: var(--paper); border: 1px solid var(--line); border-radius: 16px; box-shadow: var(--shadow); }
  nav.open { display: flex; }
  nav a { padding: 12px; }
  .nav-cta { margin-top: 6px; text-align: center; }
  .hero { min-height: 670px; }
  .hero-shade { background: linear-gradient(90deg, rgba(12,44,34,.97), rgba(18,55,43,.79) 68%, rgba(18,55,43,.35)); }
  .hero > img { object-position: 62% center; }
  .hero-copy { width: auto; margin: 0 24px; }
  .buy-grid, .completed-grid, .testing-section, .faq-section { grid-template-columns: 1fr; }
  .process-grid { grid-template-columns: repeat(2, 1fr); gap: 30px 0; }
  .process-grid li:nth-child(3) { border-left: 0; }
  .community-cta { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 640px) {
  .consent-card { padding: 26px 18px 22px; }
  .consent-mark { top: 18px; right: 18px; width: 42px; height: 42px; }
  .research-strip { font-size: .62rem; letter-spacing: .07em; }
  .research-strip span { margin: 0 5px; }
  .site-header { min-height: 70px; padding: 10px 16px; }
  .brand-mark { width: 38px; height: 38px; }
  .brand strong { font-size: 1.08rem; }
  .brand small { font-size: .6rem; }
  nav { top: 70px; }
  .hero { min-height: 720px; align-items: end; }
  .hero > img { object-position: 67% center; }
  .hero-shade { background: linear-gradient(0deg, rgba(12,44,34,.99) 7%, rgba(18,55,43,.88) 65%, rgba(18,55,43,.25)); }
  .hero-copy { margin: 0 20px; padding: 90px 0 40px; }
  h1 { font-size: clamp(3rem, 15vw, 4.35rem); }
  .trust-row { flex-wrap: wrap; row-gap: 18px; margin-top: 36px; }
  .trust-row li { width: 50%; padding: 0 12px; }
  .trust-row li:nth-child(3) { padding-left: 0; border-left: 0; }
  .section { padding: 72px 18px; }
  .split-heading { align-items: stretch; flex-direction: column; }
  .tabs { width: 100%; overflow-x: auto; }
  .tab { flex: 1; }
  .buy-card-body, .buy-side-card { padding: 22px; }
  .price-table { grid-template-columns: 1fr; }
  .card-note { display: grid; grid-template-columns: 1fr auto; }
  .card-note span:nth-of-type(2) { margin-left: 0; }
  .card-actions { align-items: stretch; flex-direction: column; padding: 18px 22px; text-align: center; }
  .report-card { grid-template-columns: 48px 1fr; }
  .report-icon { width: 45px; height: 52px; }
  .pending, .passed, .review { grid-column: 2; width: fit-content; }
  .completed-card-top { align-items: flex-start; flex-direction: column; }
  .result-list { grid-template-columns: 1fr; }
  .paired-results { grid-template-columns: 1fr; }
  .gb-tracker { overflow-x: auto; padding: 4px 0; }
  .gb-tracker li { min-width: 58px; font-size: .66rem; }
  .process-grid { grid-template-columns: 1fr; gap: 26px; }
  .process-grid li, .process-grid li:nth-child(3) { padding-left: 0; border-left: 0; border-bottom: 1px solid var(--line); }
  .timeline { padding: 20px 16px; }
  .timeline-label { align-items: flex-start; flex-direction: column; }
  .community-cta { padding: 60px 22px; }
  footer { grid-template-columns: 1fr; padding: 48px 22px 26px; }
  .footer-links { flex-wrap: wrap; gap: 12px 20px; }
  .footer-legal, .copyright { grid-column: 1; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
