:root {
  --ink: #191915;
  --ink-2: #24241f;
  --paper: #f4f0e7;
  --paper-2: #ebe5d9;
  --white: #fffdf7;
  --muted: #6d6b62;
  --accent: #ff6b42;
  --accent-2: #f4512c;
  --lime: #dcff62;
  --line: rgba(25, 25, 21, 0.15);
  --dark-line: rgba(255, 255, 255, 0.13);
  --radius: 24px;
  --shadow: 0 30px 80px rgba(10, 10, 8, 0.18);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: "Aptos", "Segoe UI", Arial, sans-serif; line-height: 1.5; }
body.modal-open { overflow: hidden; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
button { color: inherit; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 1000; padding: 10px 16px; background: var(--lime); color: var(--ink); border-radius: 8px; }
.skip-link:focus-visible { top: 16px; }
.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; }

.site-header { height: 82px; padding: 0 5vw; display: flex; align-items: center; justify-content: space-between; position: absolute; z-index: 20; width: 100%; color: var(--white); border-bottom: 1px solid var(--dark-line); }
.brand { display: inline-flex; align-items: center; gap: 10px; font-family: "Avenir Next", "Segoe UI", Arial, sans-serif; font-size: 20px; font-weight: 800; letter-spacing: -0.6px; }
.brand-accent { color: var(--accent); }
.brand-logo { width: 34px; height: 34px; display: block; }
.brand-logo.mini { width: 20px; height: 20px; }
.site-header nav { display: flex; gap: 34px; font-size: 14px; }
.site-header nav a { opacity: .72; transition: .2s ease; }
.site-header nav a:hover, .site-header nav a:focus-visible { opacity: 1; }
.menu-button { display: none; }

.button { border: 0; border-radius: 999px; min-height: 52px; padding: 0 24px; display: inline-flex; justify-content: center; align-items: center; gap: 18px; font-weight: 700; cursor: pointer; transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); }
.button:disabled { cursor: wait; opacity: .68; transform: none; }
.button:focus-visible, .text-link:focus-visible, .lab-tabs button:focus-visible, .competitor-pills button:focus-visible, .footer-link:focus-visible { outline: 3px solid var(--lime); outline-offset: 3px; }
.button-dark { background: var(--white); color: var(--ink); }
.button-small { min-height: 42px; padding: 0 19px; font-size: 13px; }
.button-accent { background: var(--accent); color: var(--ink); box-shadow: 0 12px 30px rgba(255, 107, 66, .18); }
.button-accent:hover { background: #ff7954; }
.button-full { width: 100%; }

.section-dark { background: var(--ink); color: var(--white); }
.hero { min-height: 800px; padding: 150px 5vw 76px; display: grid; grid-template-columns: .86fr 1.14fr; align-items: center; gap: 5vw; position: relative; overflow: hidden; }
.hero-glow { position: absolute; width: 52vw; aspect-ratio: 1; right: -22vw; top: -20vw; border-radius: 50%; background: rgba(255,107,66,.1); filter: blur(90px); pointer-events: none; }
.hero-copy { max-width: 650px; position: relative; z-index: 2; }
.eyebrow { text-transform: uppercase; font-size: 11px; letter-spacing: 2.2px; font-weight: 700; display: flex; align-items: center; gap: 10px; color: #7e7b71; margin-bottom: 20px; }
.eyebrow span { width: 26px; height: 1px; background: var(--accent); }
.eyebrow.light { color: rgba(255,255,255,.6); }
.hero h1, .section-intro h2, .lab-head h2, .offer-panel h2 { font-family: "Avenir Next", "Segoe UI", Arial, sans-serif; letter-spacing: -3.5px; line-height: .98; margin: 0; }
.hero h1 { font-size: clamp(56px, 6.3vw, 100px); }
.hero h1 em, .offer-panel h2 em { font-style: normal; color: var(--accent); }
.hero-lede { font-size: clamp(17px, 1.35vw, 21px); color: rgba(255,255,255,.66); max-width: 600px; margin: 30px 0 34px; line-height: 1.55; }
.hero-actions { display: flex; align-items: center; gap: 28px; }
.text-link { font-size: 14px; font-weight: 600; display: inline-flex; gap: 12px; align-items: center; }
.light-link { color: rgba(255,255,255,.75); }
.trust-row { display: flex; gap: 32px; margin-top: 58px; padding-top: 24px; border-top: 1px solid var(--dark-line); font-size: 12px; color: rgba(255,255,255,.62); }
.trust-row span { display: flex; gap: 9px; align-items: center; white-space: nowrap; }
.trust-row b { color: var(--lime); font-size: 10px; }

.hero-product { position: relative; z-index: 1; perspective: 1200px; }
.dashboard-shell { background: #faf8f2; color: var(--ink); border-radius: 18px; overflow: hidden; box-shadow: 0 50px 120px rgba(0,0,0,.5); transform: rotateY(-4deg) rotateX(2deg); border: 1px solid rgba(255,255,255,.14); }
.dash-top { height: 48px; background: #22221f; color: var(--white); display: flex; align-items: center; justify-content: space-between; padding: 0 18px; font-size: 10px; }
.mini-brand { display: flex; align-items: center; gap: 8px; font-weight: 700; }
.dash-status { display: flex; align-items: center; gap: 6px; opacity: .7; }
.dash-status span { width: 6px; height: 6px; background: var(--lime); border-radius: 50%; box-shadow: 0 0 0 4px rgba(220,255,98,.12); }
.dash-body { display: grid; grid-template-columns: 52px 1fr; min-height: 450px; }
.dash-nav { border-right: 1px solid #e2ddd3; padding: 25px 14px; display: flex; flex-direction: column; gap: 24px; align-items: center; }
.dash-nav span { width: 14px; height: 14px; border-radius: 4px; background: #d8d2c7; }
.dash-nav span.active { background: var(--accent); box-shadow: 0 0 0 6px rgba(255,107,66,.12); }
.dash-main { padding: 26px 26px 18px; min-width: 0; }
.dash-heading { display: flex; align-items: center; justify-content: space-between; }
.dash-heading div { display: flex; flex-direction: column; }
.dash-heading small { color: #8a877d; font-size: 9px; }
.dash-heading b { font-size: 16px; }
.dash-heading button { border: 1px solid #ded8cd; background: transparent; border-radius: 20px; padding: 6px 10px; font-size: 8px; }
.metric-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin: 20px 0 12px; }
.metric-grid article { background: #ede8dd; padding: 14px; border-radius: 10px; min-width: 0; }
.metric-grid small { display: block; color: #77746b; font-size: 8px; white-space: nowrap; }
.metric-grid strong { font-size: 19px; display: block; margin: 5px 0 2px; }
.metric-grid span { font-size: 7px; color: #428250; }
.metric-grid .metric-dark { background: #252520; color: white; }
.metric-grid .metric-dark small { color: rgba(255,255,255,.55); }
.metric-grid .metric-dark span { color: var(--lime); }
.chart-card { border: 1px solid #dfd9ce; background: white; border-radius: 12px; padding: 15px 16px 10px; }
.chart-title { display: flex; justify-content: space-between; font-size: 9px; }
.chart-title span { color: #77746b; }
.chart-title i { width: 6px; height: 6px; display: inline-block; background: var(--accent); border-radius: 50%; margin-right: 4px; }
.chart { position: relative; height: 145px; margin-top: 8px; overflow: hidden; }
.grid-lines { position: absolute; inset: 0 0 18px; background: repeating-linear-gradient(to bottom, transparent 0, transparent 32px, #eeeae2 33px); }
.chart svg { position: relative; width: 100%; height: 120px; overflow: visible; }
.chart .area { fill: rgba(255,107,66,.11); }
.chart .line { fill: none; stroke: var(--accent); stroke-width: 3; stroke-linecap: round; }
.chart-labels { display: flex; justify-content: space-between; font-size: 7px; color: #99958b; }
.campaign-strip { background: #efeae0; border-radius: 11px; margin-top: 11px; padding: 10px; display: grid; grid-template-columns: 30px 1fr auto; gap: 10px; align-items: center; }
.campaign-icon { width: 30px; height: 30px; border-radius: 8px; background: var(--lime); display: grid; place-items: center; font-size: 12px; }
.campaign-strip div:nth-child(2) { display: flex; flex-direction: column; }
.campaign-strip small { font-size: 7px; color: #7a776e; }
.campaign-strip b { font-size: 8px; }
.campaign-strip button { border: 0; background: var(--ink); color: white; border-radius: 16px; padding: 6px 10px; font-size: 7px; }
.floating-card { position: absolute; background: var(--white); color: var(--ink); border-radius: 12px; box-shadow: var(--shadow); padding: 14px 16px; display: flex; flex-direction: column; }
.floating-card span, .floating-card small { font-size: 8px; color: #77746b; }
.floating-card strong { font-size: 19px; }
.order-card { left: -34px; bottom: 44px; transform: rotate(-2deg); }
.publish-card { right: -18px; top: 55px; }
.publish-card div { display: flex; margin: 7px 0; }
.publish-card i { width: 22px; height: 22px; border-radius: 50%; background: #242421; border: 2px solid white; margin-left: -4px; }
.publish-card i:nth-child(2) { background: var(--accent); }.publish-card i:nth-child(3) { background: var(--lime); }

.platform-section { padding: 120px 5vw; }
.section-intro { display: grid; grid-template-columns: 1.4fr .6fr; gap: 8vw; align-items: end; margin-bottom: 55px; }
.section-intro h2, .lab-head h2, .offer-panel h2 { font-size: clamp(42px, 5vw, 72px); }
.section-intro > p { color: var(--muted); max-width: 520px; font-size: 17px; margin: 0 0 4px; }
.capability-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.capability-card { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); min-height: 390px; padding: 32px; position: relative; overflow: hidden; }
.capability-card.featured { background: var(--paper-2); }
.capability-card.dark-card { background: var(--ink); color: var(--white); }
.cap-index { position: absolute; right: 28px; top: 24px; font-size: 11px; color: #999489; }
.cap-icon { width: 52px; height: 52px; border-radius: 15px; background: var(--accent); margin-bottom: 55px; display: flex; align-items: center; justify-content: center; }
.capability-card h3 { font-family: "Avenir Next", "Segoe UI", Arial, sans-serif; font-size: clamp(24px, 2.3vw, 36px); letter-spacing: -1.2px; line-height: 1.1; max-width: 520px; margin: 0 0 16px; }
.capability-card > p { color: var(--muted); font-size: 15px; max-width: 520px; margin-bottom: 26px; }
.dark-card > p { color: rgba(255,255,255,.6); }
.order-icon { flex-direction: column; gap: 3px; }
.order-icon span { height: 3px; background: var(--ink); width: 22px; border-radius: 2px; }
.order-icon span:nth-child(2) { width: 16px; margin-right: 6px; }
.spark-icon { font-size: 28px; background: var(--lime); }
.publish-icon { background: #ddd7cc; gap: 4px; }
.publish-icon span { width: 14px; height: 14px; border-radius: 50%; background: var(--ink); color: white; display: grid; place-items: center; font-size: 6px; }
.insight-icon { gap: 4px; align-items: end; background: var(--lime); }
.insight-icon i { width: 6px; height: 15px; background: var(--ink); border-radius: 3px; }
.insight-icon i:nth-child(2) { height: 26px; }.insight-icon i:nth-child(3) { height: 20px; }
.micro-ui { position: absolute; right: 28px; bottom: 28px; left: 32px; background: white; border-radius: 14px; box-shadow: 0 15px 35px rgba(27,26,22,.08); padding: 14px; display: flex; justify-content: space-between; align-items: center; }
.micro-ui div { display: flex; flex-direction: column; }
.micro-ui span, .micro-ui small { font-size: 8px; color: #8c897f; }
.micro-ui b { font-size: 12px; }
.micro-ui button { border: 0; background: var(--ink); color: white; border-radius: 20px; font-size: 9px; padding: 7px 12px; }
.audience-row { display: flex; gap: 8px; position: absolute; bottom: 30px; }
.audience-row span { border: 1px solid var(--line); padding: 7px 12px; border-radius: 20px; font-size: 9px; }
.audience-row span:nth-child(2) { background: var(--lime); border-color: var(--lime); }
.post-stack { position: absolute; right: 40px; bottom: 28px; width: 140px; height: 80px; }
.post-stack div { width: 70px; height: 70px; background: #d6d0c4; border-radius: 12px; position: absolute; box-shadow: 0 9px 24px rgba(0,0,0,.1); border: 3px solid white; }
.post-stack div:nth-child(2) { background: var(--accent); left: 34px; transform: rotate(5deg); }.post-stack div:nth-child(3) { background: var(--lime); left: 68px; transform: rotate(10deg); }
.insight-stat { border: 1px solid var(--dark-line); border-radius: 16px; padding: 16px; max-width: 240px; display: grid; grid-template-columns: 1fr auto; align-items: end; }
.insight-stat small { color: rgba(255,255,255,.5); grid-column: 1 / span 2; }
.insight-stat strong { font-size: 27px; color: var(--lime); }.insight-stat span { font-size: 8px; color: rgba(255,255,255,.45); }
.design-studio-card { grid-column: 1 / span 2; min-height: 420px; padding: 44px; display: grid; grid-template-columns: .82fr 1.18fr; gap: 5vw; align-items: center; background: #e8e2d7; }
.design-studio-card .cap-index { color: #8e8a80; }
.studio-copy .cap-icon { margin-bottom: 26px; }
.studio-copy .eyebrow { margin-bottom: 15px; }
.studio-copy h3 { max-width: 650px; }
.studio-copy > p { color: var(--muted); max-width: 620px; font-size: 15px; }
.studio-icon { background: var(--ink); display: grid; grid-template-columns: repeat(2, 11px); grid-template-rows: repeat(2, 11px); gap: 4px; }
.studio-icon span { display: block; border-radius: 3px; background: var(--accent); }.studio-icon span:nth-child(2), .studio-icon span:nth-child(3) { background: var(--lime); }.studio-icon span:nth-child(4) { background: var(--white); }
.studio-tags { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 24px; }
.studio-tags span { border: 1px solid var(--line); background: rgba(255,255,255,.45); border-radius: 20px; padding: 7px 11px; font-size: 9px; }
.template-shelf { position: relative; }
.template-window { background: var(--ink); color: var(--white); border-radius: 18px; padding: 18px; box-shadow: 0 25px 60px rgba(20,20,17,.2); transform: rotate(1deg); }
.template-toolbar { display: flex; align-items: center; justify-content: space-between; margin-bottom: 15px; }.template-toolbar b { font-size: 11px; }.template-toolbar span { color: rgba(255,255,255,.45); font-size: 8px; }
.template-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 9px; }
.template-card { min-height: 165px; border-radius: 11px; padding: 12px; overflow: hidden; display: flex; flex-direction: column; position: relative; }
.template-card small { font-size: 7px; text-transform: uppercase; letter-spacing: .8px; opacity: .55; }.template-card b { font-size: 10px; line-height: 1.15; margin-top: auto; }.template-card > span { font-size: 6px; opacity: .55; margin-top: 3px; }
.qr-template { background: var(--white); color: var(--ink); }.business-template { background: var(--accent); color: var(--ink); }.tent-template { background: #d7d0c4; color: var(--ink); }.social-template { background: var(--lime); color: var(--ink); }
.fake-qr { width: 55px; height: 55px; margin: 22px auto 10px; padding: 5px; background: var(--ink); display: grid; grid-template-columns: repeat(3,1fr); gap: 3px; }.fake-qr i { background: white; }.fake-qr i:nth-child(2), .fake-qr i:nth-child(4), .fake-qr i:nth-child(8) { opacity: .25; }
.mini-lines { margin-top: 26px; display: grid; gap: 5px; }.mini-lines i { height: 3px; width: 80%; background: rgba(25,25,21,.7); border-radius: 3px; }.mini-lines i:nth-child(2) { width: 55%; }.mini-lines i:nth-child(3) { width: 35%; }
.tent-shape { width: 64px; height: 76px; border: 2px solid var(--ink); border-radius: 8px 8px 2px 2px; margin: 20px auto 8px; display: grid; place-items: center; color: var(--accent-2); font-size: 18px; font-weight: 800; transform: perspective(80px) rotateX(-4deg); }
.social-template strong { font-size: 18px; line-height: .95; margin: auto 0; letter-spacing: -.7px; }
.studio-ready { position: absolute; right: -18px; bottom: -20px; background: var(--white); color: var(--ink); border-radius: 13px; padding: 12px 15px; display: flex; align-items: center; gap: 10px; box-shadow: 0 14px 35px rgba(20,20,17,.18); }.studio-ready > span { width: 26px; height: 26px; background: var(--lime); border-radius: 50%; display: grid; place-items: center; font-weight: 800; }.studio-ready div { display: flex; flex-direction: column; }.studio-ready small { color: var(--muted); font-size: 7px; }.studio-ready b { font-size: 10px; }

.wholesale-card { grid-column: 1 / span 2; min-height: 440px; padding: 44px; display: grid; grid-template-columns: .86fr 1.14fr; gap: 5vw; align-items: center; background: var(--ink); color: var(--white); }
.wholesale-card .cap-index { color: rgba(255,255,255,.35); }
.wholesale-copy .cap-icon { margin-bottom: 26px; }
.wholesale-copy .eyebrow { margin-bottom: 15px; }
.wholesale-copy h3 { max-width: 650px; }
.wholesale-copy > p { color: rgba(255,255,255,.6); max-width: 650px; font-size: 15px; }
.wholesale-icon { background: var(--lime); gap: 4px; }
.wholesale-icon span { width: 9px; height: 9px; border: 2px solid var(--ink); border-radius: 3px; }
.wholesale-icon span:nth-child(2) { width: 13px; height: 13px; }
.wholesale-tags { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 24px; }
.wholesale-tags span { border: 1px solid var(--dark-line); border-radius: 20px; padding: 7px 11px; color: rgba(255,255,255,.72); font-size: 9px; }
.supply-console { background: var(--paper); color: var(--ink); border-radius: 18px; padding: 22px; box-shadow: 0 28px 70px rgba(0,0,0,.28); position: relative; }
.supply-toolbar { display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); padding-bottom: 16px; }
.supply-toolbar div { display: flex; flex-direction: column; }
.supply-toolbar small { color: var(--muted); font-size: 8px; text-transform: uppercase; letter-spacing: 1px; }
.supply-toolbar b { font-size: 13px; margin-top: 3px; }
.supply-toolbar > span { background: var(--lime); border-radius: 20px; padding: 7px 10px; font-size: 8px; font-weight: 700; }
.supply-flow { display: grid; grid-template-columns: 1fr auto 1fr auto 1fr; gap: 8px; align-items: center; padding: 18px 0; }
.supply-flow > div { background: var(--white); border: 1px solid var(--line); border-radius: 11px; padding: 10px; display: flex; align-items: center; gap: 8px; min-width: 0; }
.supply-flow i { width: 24px; height: 24px; flex: 0 0 24px; border-radius: 7px; background: var(--ink); color: var(--white); display: grid; place-items: center; font-style: normal; font-size: 9px; }
.supply-flow span { display: flex; flex-direction: column; min-width: 0; }
.supply-flow small { color: var(--muted); font-size: 7px; }
.supply-flow b { font-size: 10px; }
.supply-flow em { color: var(--accent); font-style: normal; }
.supply-list { background: var(--white); border: 1px solid var(--line); border-radius: 13px; overflow: hidden; }
.supply-list > div { min-height: 54px; padding: 10px 12px; display: flex; align-items: center; justify-content: space-between; gap: 12px; border-bottom: 1px solid var(--line); }
.supply-list > div:last-child { border-bottom: 0; }
.supply-list span { display: grid; grid-template-columns: 10px auto; align-items: center; column-gap: 8px; }
.supply-list i { grid-row: 1 / span 2; width: 8px; height: 8px; border-radius: 50%; }
.stock-ok { background: var(--lime); }
.stock-watch { background: var(--accent); }
.supply-list b { font-size: 10px; }
.supply-list small { grid-column: 2; color: var(--muted); font-size: 8px; }
.supply-list strong { font-size: 8px; color: var(--muted); font-weight: 600; text-align: right; }
.supply-caption { display: block; color: var(--muted); font-size: 7px; margin-top: 10px; text-align: right; }

.comparison-lab { background: var(--ink); color: var(--white); border-radius: 32px; margin-top: 115px; padding: 56px; scroll-margin-top: 30px; }
.lab-head { display: flex; justify-content: space-between; align-items: end; gap: 30px; margin-bottom: 42px; }
.lab-tabs { display: flex; padding: 5px; border: 1px solid var(--dark-line); border-radius: 30px; }
.lab-tabs button { border: 0; background: transparent; color: rgba(255,255,255,.52); padding: 11px 18px; border-radius: 24px; cursor: pointer; font-size: 12px; }
.lab-tabs button[aria-selected="true"] { background: var(--white); color: var(--ink); }
.lab-panel { border-top: 1px solid var(--dark-line); padding-top: 35px; }
.competitor-pills { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 30px; }
.competitor-pills button { border: 1px solid var(--dark-line); background: transparent; color: rgba(255,255,255,.7); border-radius: 25px; padding: 9px 16px; cursor: pointer; font-size: 12px; }
.competitor-pills button.active { background: var(--lime); color: var(--ink); border-color: var(--lime); }
.compare-split { display: grid; grid-template-columns: .78fr 1.22fr; gap: 56px; }
.compare-summary { padding: 20px 0; }
.summary-kicker { font-size: 11px; text-transform: uppercase; letter-spacing: 1.6px; color: rgba(255,255,255,.5); }
.compare-summary h3 { font-family: "Avenir Next", "Segoe UI", Arial, sans-serif; font-size: clamp(28px, 3vw, 44px); letter-spacing: -1.7px; line-height: 1.08; margin: 20px 0; }
.compare-summary > p { color: rgba(255,255,255,.58); font-size: 14px; }
.fit-callout { border-left: 2px solid var(--accent); padding: 5px 0 5px 16px; margin-top: 30px; display: flex; flex-direction: column; gap: 5px; }
.fit-callout span { font-size: 9px; text-transform: uppercase; letter-spacing: 1.4px; color: var(--accent); }
.fit-callout strong { font-size: 13px; }
.compare-table-wrap { overflow-x: auto; }
table { width: 100%; border-collapse: collapse; min-width: 600px; }
th, td { border-bottom: 1px solid var(--dark-line); padding: 17px 16px; text-align: left; font-size: 12px; vertical-align: top; }
th { color: rgba(255,255,255,.5); font-size: 9px; text-transform: uppercase; letter-spacing: 1.2px; }
th:nth-child(2), td:nth-child(2) { background: rgba(220,255,98,.07); }
td:nth-child(2) { color: var(--lime); }
.comparison-note { color: rgba(255,255,255,.36); font-size: 9px; line-height: 1.5; margin: 16px; }
.calculator-grid { display: grid; grid-template-columns: 1fr .9fr; gap: 42px; }
.calculator-inputs { display: grid; grid-template-columns: 1fr 1fr; gap: 25px 32px; }
.calc-field { min-width: 0; }
.calc-field label, .calculator-inputs legend { font-size: 11px; color: rgba(255,255,255,.62); display: block; margin-bottom: 9px; }
.label-row { display: flex; justify-content: space-between; gap: 15px; }
.label-row output { color: var(--lime); font-weight: 700; font-size: 12px; }
.money-input { height: 52px; border: 1px solid var(--dark-line); border-radius: 10px; display: flex; align-items: center; padding: 0 15px; font-size: 20px; }
.money-input span { color: rgba(255,255,255,.4); }
.money-input input { background: transparent; border: 0; color: white; width: 100%; padding: 0 8px; outline: 0; }
input[type="range"] { width: 100%; accent-color: var(--lime); }
.calculator-inputs fieldset { border: 0; padding: 0; margin: 0; grid-column: 1 / span 2; display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }
.calculator-inputs legend { grid-column: 1 / span 2; }
.check-row { border: 1px solid var(--dark-line); border-radius: 10px; padding: 12px; display: flex; gap: 9px; align-items: center; font-size: 11px; color: rgba(255,255,255,.75); }
.check-row input { accent-color: var(--lime); }
.calculator-result { background: var(--paper); color: var(--ink); border-radius: 20px; padding: 30px; }
.result-label { font-size: 10px; text-transform: uppercase; letter-spacing: 1.5px; color: #77746b; }
.calculator-result > strong { display: block; font-family: "Avenir Next", "Segoe UI", Arial, sans-serif; font-size: clamp(48px, 5vw, 76px); letter-spacing: -4px; line-height: 1; margin: 12px 0 8px; }
.calculator-result > p { color: var(--muted); margin: 0 0 22px; font-size: 13px; }
.result-breakdown { display: grid; gap: 9px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 16px 0; }
.result-breakdown span { display: flex; justify-content: space-between; font-size: 10px; color: var(--muted); }.result-breakdown b { color: var(--ink); }
.fit-score { display: grid; grid-template-columns: 72px 1fr; gap: 15px; align-items: center; margin: 22px 0; }
.score-ring { width: 68px; height: 68px; border-radius: 50%; border: 5px solid var(--lime); display: flex; align-items: baseline; justify-content: center; padding-top: 17px; }
.score-ring span { font-size: 23px; font-weight: 700; }.score-ring small { font-size: 8px; }
.fit-score > div:last-child { display: flex; flex-direction: column; }.fit-score span { color: var(--muted); font-size: 9px; text-transform: uppercase; letter-spacing: 1px; }.fit-score strong { font-size: 17px; }.fit-score small { font-size: 10px; color: var(--muted); }
.fine-print { color: #8a877e; font-size: 8px; display: block; margin-top: 12px; line-height: 1.5; }

.proof-section { padding: 120px 5vw 35px; }
.light-intro > p { color: rgba(255,255,255,.56); }
.story-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.story-card { border: 1px solid var(--dark-line); border-radius: 20px; padding: 26px; min-height: 340px; display: flex; flex-direction: column; }
.story-card.accent-story { background: var(--lime); color: var(--ink); border-color: var(--lime); }
.story-top { display: flex; justify-content: space-between; gap: 10px; font-size: 8px; text-transform: uppercase; letter-spacing: 1px; color: rgba(255,255,255,.42); }
.story-top i { font-style: normal; border: 1px solid var(--dark-line); border-radius: 20px; padding: 5px 8px; white-space: nowrap; }
.accent-story .story-top { color: rgba(25,25,21,.55); }.accent-story .story-top i { border-color: rgba(25,25,21,.15); }
.story-card h3 { font-family: "Avenir Next", "Segoe UI", Arial, sans-serif; font-size: clamp(24px, 2.5vw, 34px); letter-spacing: -1.2px; line-height: 1.08; margin: 55px 0 16px; }
.story-card > p { font-size: 13px; color: rgba(255,255,255,.56); }
.accent-story > p { color: rgba(25,25,21,.65); }
.story-flow { margin-top: auto; display: flex; align-items: center; gap: 7px; padding-top: 24px; font-size: 8px; text-transform: uppercase; letter-spacing: .7px; color: rgba(255,255,255,.5); }
.accent-story .story-flow { color: rgba(25,25,21,.6); }.story-flow b { color: var(--accent); }
.offer-panel { margin: 95px 0; background: var(--white); color: var(--ink); border-radius: 28px; padding: 58px; display: grid; grid-template-columns: 1.25fr .75fr; gap: 7vw; }
.offer-badge { background: var(--lime); border-radius: 20px; padding: 7px 12px; text-transform: uppercase; letter-spacing: 1.2px; font-size: 9px; font-weight: 700; display: inline-block; margin-bottom: 25px; }
.offer-copy > p { color: var(--muted); max-width: 600px; font-size: 16px; }
.offer-copy ul { list-style: none; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 12px 20px; margin: 25px 0; }
.offer-copy li { font-size: 12px; padding-left: 21px; position: relative; }.offer-copy li::before { content: "✓"; position: absolute; left: 0; color: var(--accent); font-weight: 800; }
.offer-copy > small { color: #8b887e; display: block; max-width: 650px; font-size: 9px; }
.offer-action { align-self: stretch; background: var(--ink); color: white; border-radius: 20px; padding: 30px; display: flex; flex-direction: column; justify-content: center; }
.price { display: flex; align-items: start; justify-content: center; }
.price > span { color: var(--lime); font-size: 22px; margin-top: 14px; }.price strong { font-family: "Avenir Next", "Segoe UI", Arial, sans-serif; font-size: 90px; letter-spacing: -6px; line-height: 1; }.price small { align-self: flex-end; margin: 0 0 13px 8px; color: rgba(255,255,255,.5); }
.price-note { border-top: 1px solid var(--dark-line); padding: 16px 0 22px; display: flex; justify-content: space-between; font-size: 11px; }.price-note span { color: rgba(255,255,255,.5); }.price-note b { color: var(--lime); }
.offer-action > p { color: rgba(255,255,255,.43); font-size: 9px; text-align: center; margin-bottom: 0; }
footer { border-top: 1px solid var(--dark-line); padding: 32px 0 0; display: grid; grid-template-columns: 1fr 1fr 1fr auto; align-items: center; gap: 25px; color: rgba(255,255,255,.55); font-size: 11px; }
.footer-brand { color: white; }.footer-brand .brand-logo { width: 28px; height: 28px; }
footer div { display: flex; gap: 20px; } .footer-link { border: 0; padding: 0; background: transparent; color: inherit; cursor: pointer; } footer small { font-size: 9px; }

.lead-dialog { border: 0; padding: 0; width: min(1020px, calc(100vw - 32px)); max-height: calc(100vh - 32px); border-radius: 26px; overflow: hidden; box-shadow: 0 40px 120px rgba(0,0,0,.5); }
.lead-dialog::backdrop { background: rgba(10,10,8,.72); backdrop-filter: blur(8px); }
.dialog-shell { display: grid; grid-template-columns: .84fr 1.16fr; min-height: 650px; }
.dialog-aside { background: var(--ink); color: white; padding: 36px; display: flex; flex-direction: column; justify-content: space-between; position: relative; }
.dialog-close { position: absolute; top: 16px; right: 16px; background: rgba(255,255,255,.09); color: white; border: 0; width: 34px; height: 34px; border-radius: 50%; font-size: 22px; cursor: pointer; }
.dialog-aside h2 { font-family: "Avenir Next", "Segoe UI", Arial, sans-serif; font-size: 42px; line-height: 1.02; letter-spacing: -2px; margin: 18px 0; }
.dialog-aside > div > p { color: rgba(255,255,255,.58); font-size: 14px; }
.dialog-step-label { color: var(--lime); text-transform: uppercase; font-size: 9px; letter-spacing: 1.4px; }
.dialog-promise { border-top: 1px solid var(--dark-line); padding-top: 20px; }.dialog-promise span { color: var(--accent); font-size: 9px; text-transform: uppercase; letter-spacing: 1.2px; }.dialog-promise p { color: rgba(255,255,255,.55); font-size: 11px; }
.dialog-main { background: var(--paper); color: var(--ink); padding: 36px 44px; overflow-y: auto; }
.progress-head { display: flex; align-items: center; gap: 16px; font-size: 9px; text-transform: uppercase; letter-spacing: 1px; color: var(--muted); }
.progress-track { height: 3px; background: #dcd6cb; flex: 1; border-radius: 3px; overflow: hidden; }.progress-track i { display: block; background: var(--accent); width: 33.33%; height: 100%; transition: width .3s ease; }
.form-step, .form-success { display: none; }.form-step.active, .form-success.active { display: block; animation: step-in .28s ease; }
@keyframes step-in { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }
.form-kicker { display: block; color: var(--accent-2); text-transform: uppercase; letter-spacing: 1.5px; font-size: 9px; font-weight: 700; margin-top: 40px; }
.form-step h3, .form-success h3 { font-family: "Avenir Next", "Segoe UI", Arial, sans-serif; font-size: 34px; letter-spacing: -1.5px; margin: 8px 0 28px; }
.field { margin-bottom: 18px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.field label { display: block; font-size: 10px; color: var(--muted); margin-bottom: 6px; }.field label span { color: #aaa69c; }
.field input, .field select, .field textarea { width: 100%; border: 1px solid #d8d1c5; background: var(--white); border-radius: 9px; padding: 12px 13px; outline: 0; color: var(--ink); }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--accent); box-shadow: 0 0 0 3px rgba(255,107,66,.12); }
.field input:user-invalid, .field select:user-invalid { border-color: #c94431; }
.form-actions { display: flex; justify-content: space-between; align-items: center; margin-top: 25px; }
.text-button { background: none; border: 0; padding: 8px 0; cursor: pointer; color: var(--muted); font-size: 12px; }
.goal-cards { border: 0; padding: 0; margin: 0 0 20px; display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.goal-cards label input { position: absolute; opacity: 0; pointer-events: none; }
.goal-cards label > span { display: grid; grid-template-columns: 30px 1fr; background: var(--white); border: 1px solid #d8d1c5; border-radius: 11px; padding: 13px; cursor: pointer; }
.goal-cards label i { grid-row: 1 / span 2; width: 24px; height: 24px; border-radius: 7px; background: var(--paper-2); display: grid; place-items: center; font-style: normal; font-size: 11px; }
.goal-cards label b { font-size: 11px; }.goal-cards label small { font-size: 8px; color: var(--muted); }
.goal-cards input:checked + span { border-color: var(--accent); background: rgba(255,107,66,.06); }.goal-cards input:checked + span i { background: var(--accent); }
.goal-cards input:focus-visible + span { outline: 3px solid var(--lime); }
.form-error { color: #b6382b; font-size: 10px; min-height: 15px; }
.consent-row { display: flex; gap: 9px; align-items: start; font-size: 9px; color: var(--muted); }.consent-row input { accent-color: var(--accent); margin-top: 2px; }
.honeypot { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.success-mark { width: 62px; height: 62px; border-radius: 50%; display: grid; place-items: center; background: var(--lime); font-size: 25px; margin-top: 60px; }
.form-success > p { color: var(--muted); font-size: 14px; margin-bottom: 24px; }.copy-request { width: 100%; margin-top: 12px; }.success-note { display: block; color: #8d897f; text-align: center; font-size: 8px; margin-top: 25px; }
.toast { position: fixed; left: 50%; bottom: 25px; transform: translate(-50%, 20px); background: var(--ink); color: white; padding: 11px 18px; border-radius: 25px; font-size: 11px; opacity: 0; pointer-events: none; transition: .25s ease; z-index: 100; }.toast.show { opacity: 1; transform: translate(-50%, 0); }

@media (max-width: 1100px) {
  .hero { grid-template-columns: 1fr; padding-top: 145px; }
  .hero-copy { max-width: 780px; }
  .hero-product { max-width: 800px; width: 90%; margin: 30px auto 0; }
  .compare-split { grid-template-columns: 1fr; gap: 28px; }
  .story-grid { grid-template-columns: 1fr 1fr; }.story-card:last-child { grid-column: 1 / span 2; min-height: 270px; }
  .offer-panel { grid-template-columns: 1fr; }.offer-action { max-width: 480px; }
  footer { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 760px) {
  .site-header { height: 68px; padding: 0 20px; }
  .site-header nav, .site-header > .button { display: none; }
  .menu-button { width: 38px; height: 38px; border: 1px solid var(--dark-line); background: transparent; border-radius: 50%; display: flex; flex-direction: column; gap: 5px; align-items: center; justify-content: center; }
  .menu-button span { display: block; width: 15px; height: 1px; background: white; }
  .site-header.menu-open nav { display: flex; position: absolute; top: 68px; left: 0; right: 0; padding: 22px 20px; background: var(--ink); border-top: 1px solid var(--dark-line); flex-direction: column; gap: 18px; }
  .hero { padding: 118px 20px 70px; min-height: auto; gap: 32px; }
  .hero h1 { font-size: 53px; letter-spacing: -2.7px; }
  .hero-lede { font-size: 16px; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .trust-row { overflow-x: auto; width: calc(100vw - 40px); gap: 22px; padding-bottom: 8px; }
  .hero-product { width: 104%; margin-left: -2%; }
  .dashboard-shell { transform: none; border-radius: 12px; }
  .dash-body { grid-template-columns: 38px 1fr; min-height: 350px; }
  .dash-nav { padding: 20px 10px; }.dash-main { padding: 18px 12px 12px; }.metric-grid { gap: 5px; }.metric-grid article { padding: 9px 7px; }.metric-grid small { font-size: 6px; }.metric-grid strong { font-size: 14px; }.chart { height: 105px; }.chart svg { height: 85px; }.campaign-strip { display: none; }
  .floating-card { display: none; }
  .platform-section, .proof-section { padding: 82px 20px; }
  .section-intro { grid-template-columns: 1fr; gap: 20px; margin-bottom: 36px; }
  .section-intro h2, .lab-head h2, .offer-panel h2 { font-size: 43px; letter-spacing: -2.3px; }
  .section-intro > p { font-size: 15px; }
  .capability-grid { grid-template-columns: 1fr; }
  .capability-card { min-height: 340px; padding: 25px; }.cap-icon { margin-bottom: 40px; }
  .design-studio-card { grid-column: auto; grid-template-columns: 1fr; min-height: auto; gap: 36px; padding: 28px 22px 45px; }
  .template-grid { grid-template-columns: 1fr 1fr; }.template-card { min-height: 155px; }.template-window { transform: none; }.studio-ready { right: 10px; bottom: -24px; }
  .wholesale-card { grid-column: auto; grid-template-columns: 1fr; min-height: auto; gap: 34px; padding: 28px 22px; }
  .supply-console { padding: 16px; }
  .supply-flow { grid-template-columns: 1fr; }
  .supply-flow em { transform: rotate(90deg); justify-self: center; line-height: 8px; }
  .supply-list > div { min-height: 58px; }
  .comparison-lab { margin-top: 76px; border-radius: 22px; padding: 30px 20px; width: calc(100vw - 20px); margin-left: -10px; }
  .lab-head { align-items: flex-start; flex-direction: column; }.lab-tabs { width: 100%; }.lab-tabs button { flex: 1; }
  .competitor-pills { flex-wrap: nowrap; overflow-x: auto; padding-bottom: 6px; }
  .competitor-pills button { white-space: nowrap; }
  .calculator-grid { grid-template-columns: 1fr; }.calculator-inputs { grid-template-columns: 1fr; }.calculator-inputs fieldset { grid-column: 1; grid-template-columns: 1fr; }.calculator-inputs legend { grid-column: 1; }
  .story-grid { grid-template-columns: 1fr; }.story-card:last-child { grid-column: auto; }.story-card { min-height: 320px; }
  .offer-panel { margin: 70px -8px; padding: 34px 22px; border-radius: 22px; }.offer-copy ul { grid-template-columns: 1fr; }.offer-action { padding: 24px 18px; }.price strong { font-size: 78px; }
  footer { grid-template-columns: 1fr; align-items: start; } footer div { flex-wrap: wrap; }
  .lead-dialog { width: 100vw; max-width: none; height: 100dvh; max-height: none; border-radius: 0; margin: 0; }
  .dialog-shell { grid-template-columns: 1fr; grid-template-rows: 210px minmax(0, 1fr); height: 100dvh; min-height: 0; }
  .dialog-aside { min-height: 0; padding: 24px; display: block; }.dialog-close { position: fixed; z-index: 4; }.dialog-brand { margin-bottom: 45px; }.dialog-aside h2 { font-size: 30px; margin: 12px 0 8px; max-width: 320px; }.dialog-aside > div > p, .dialog-promise { display: none; }
  .dialog-main { padding: 25px 22px 35px; }.form-kicker { margin-top: 28px; }.form-step h3, .form-success h3 { font-size: 29px; margin-bottom: 22px; }.field-row { grid-template-columns: 1fr; gap: 0; }.goal-cards { grid-template-columns: 1fr; }.form-actions .button { min-height: 48px; padding: 0 18px; }.success-mark { margin-top: 35px; }
}

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