/* BOONIM · Built to sell — front-door stylesheet (boonim.ai)
   Palette: brand package 06_Colour (lime #D5FE18 on SIVAS dark). Fonts: Archivo (display),
   Inter (body), Quicksand 700 (wordmark), IBM Plex Mono (labels) — Google Fonts, no other CDN.
   Dark-first; the site has never carried a theme cookie, so there is one (dark) theme. */

:root {
  --bg: #0B0C0E; --bg-2: #101216; --surface: #15171A; --surface-2: #1C1F24; --rule: #262A30; --rule-2: #343941;
  --ink: #ECEDEE; --soft: #A7ACB4; --faint: #6E747C;
  --lime: #D5FE18; --lime-hover: #E4FF5A; --lime-deep: #A9CC0F; --lime-ink: #0B0C0E;
  --paper: #23272D; --paper-ink: #F2F3F4; --paper-soft: #B9BEC5;
  --display: "Archivo", "Helvetica Neue", Arial, sans-serif;
  --body: "Inter", "Helvetica Neue", Arial, sans-serif;
  --wm: "Quicksand", "Nunito", "Arial Rounded MT Bold", sans-serif;
  --mono: "IBM Plex Mono", ui-monospace, Menlo, Consolas, monospace;
  --max: 1200px; --r: 18px;
  /* Boon widget hooks (the widget stylesheet reads these) */
  --accent: var(--lime); --accent-deep: var(--lime-deep); --accent-soft: rgba(213,254,24,.18);
  --page: var(--surface); --ink-soft: var(--soft); --ink-faint: var(--faint);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body { margin: 0; background: var(--bg); color: var(--ink); font-family: var(--body); font-size: 16px; line-height: 1.55; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
img, video, svg { display: block; max-width: 100%; }
button { font: inherit; }
:focus-visible { outline: 2px solid var(--lime); outline-offset: 3px; }
.wrap { max-width: var(--max); margin: 0 auto; padding: 0 24px; }
.sr { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.eyebrow { font-family: var(--mono); font-size: 11px; letter-spacing: .18em; text-transform: uppercase; color: var(--lime); }
h1, h2, h3 { font-family: var(--display); font-stretch: 112%; letter-spacing: -.01em; line-height: 1.05; margin: 0; text-wrap: balance; }
h2 { font-size: clamp(30px, 4.2vw, 50px); font-weight: 600; }
h3 { font-size: 20px; font-weight: 600; font-stretch: 105%; }
p { margin: 0; }
.lede { font-size: clamp(17px, 1.5vw, 20px); color: var(--soft); max-width: 62ch; margin-top: 14px; }
section { padding: 84px 0; }
section.tight { padding: 56px 0; }
.head { max-width: 760px; }

/* buttons */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; font-family: var(--body); font-weight: 600; font-size: 15px; padding: 12px 20px; border-radius: 999px; border: 1px solid transparent; cursor: pointer; transition: transform .15s, background .15s, color .15s, border-color .15s; white-space: nowrap; }
.btn.lime { background: var(--lime); color: var(--lime-ink); }
.btn.lime:hover { background: var(--lime-hover); transform: translateY(-1px); }
.btn.ghost { border-color: var(--rule-2); color: var(--ink); }
.btn.ghost:hover { border-color: var(--ink); }
.btn.sm { padding: 8px 16px; font-size: 14px; }

/* nav */
.nav { position: fixed; inset: 0 0 auto 0; z-index: 40; backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); background: rgba(11,12,14,.6); border-bottom: 1px solid rgba(255,255,255,.06); }
.nav .wrap { display: flex; align-items: center; gap: 24px; height: 64px; }
.brand { display: flex; align-items: center; gap: 10px; }
.brand img { width: 30px; height: 30px; border-radius: 8px; }
.wordmark { font-family: var(--wm); font-weight: 700; letter-spacing: .17em; font-size: 17px; line-height: 1; text-transform: uppercase; }
.wordmark .dot { color: var(--lime); }
.brand .tag { display: block; font-family: var(--mono); font-size: 8px; letter-spacing: .3em; color: var(--faint); margin-top: 3px; text-transform: uppercase; }
.nav .links { display: flex; gap: 20px; margin-left: 8px; font-size: 14px; color: var(--soft); }
.nav .links a:hover { color: var(--ink); }
.nav .right { margin-left: auto; display: flex; gap: 10px; align-items: center; }
@media (max-width: 960px) { .nav .links { display: none; } }
@media (max-width: 480px) { .nav .right .ghost { display: none; } }

/* hero */
.hero { padding: 132px 0 64px; position: relative; overflow: hidden; }
.hero::before { content: ""; position: absolute; inset: 0; background: radial-gradient(70% 55% at 80% 20%, rgba(213,254,24,.10), transparent 70%); pointer-events: none; }
.hero .wrap { position: relative; display: grid; grid-template-columns: 1.15fr .85fr; gap: 48px; align-items: center; }
.hero h1 { font-size: clamp(48px, 7.4vw, 108px); font-weight: 800; font-stretch: 118%; letter-spacing: -.025em; line-height: .95; }
.hero h1 .dot { color: var(--lime); }
.hero .sub { margin-top: 24px; max-width: 58ch; font-size: clamp(17px, 1.6vw, 21px); color: var(--soft); }
.hero .cta { margin-top: 28px; display: flex; gap: 12px; flex-wrap: wrap; align-items: center; }
.hero .note { width: 100%; font-size: 13px; color: var(--faint); }
.hero .note a { color: var(--soft); text-decoration: underline; text-underline-offset: 3px; }
.phone-wrap { display: flex; flex-direction: column; align-items: center; gap: 12px; }
.phone { position: relative; width: min(300px, 70vw); aspect-ratio: 9 / 19; border-radius: 42px; padding: 10px; background: linear-gradient(160deg, #2A2E34, #101216); box-shadow: 0 40px 100px rgba(0,0,0,.6), inset 0 0 0 1px rgba(255,255,255,.08); }
.phone .screen { position: relative; width: 100%; height: 100%; border-radius: 34px; overflow: hidden; background: #000; }
.phone video, .phone img.poster { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.phone .notch { position: absolute; top: 10px; left: 50%; transform: translateX(-50%); width: 92px; height: 26px; border-radius: 999px; background: #0B0C0E; z-index: 2; }
.phone .cap { position: absolute; left: 0; right: 0; bottom: 0; padding: 40px 16px 16px; background: linear-gradient(transparent, rgba(11,12,14,.85)); font-family: var(--mono); font-size: 11px; letter-spacing: .12em; text-transform: uppercase; color: var(--lime); z-index: 2; }
.reel-dots { display: flex; gap: 6px; }
.reel-dots button { width: 22px; height: 4px; border-radius: 2px; border: 0; padding: 0; background: var(--rule-2); cursor: pointer; }
.reel-dots button[aria-current="true"] { background: var(--lime); }
.phone-wrap .cap2 { font-size: 12px; color: var(--faint); text-align: center; max-width: 34ch; }
@media (max-width: 900px) { .hero { padding-top: 104px; } .hero .wrap { grid-template-columns: 1fr; gap: 40px; } .phone-wrap { order: 2; } }

/* the two doors */
.doors { background: var(--paper); color: var(--paper-ink); }
.doors h2 { color: var(--paper-ink); } .doors .lede { color: var(--paper-soft); }
.door-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 40px; }
.door { border: 1px solid var(--rule-2); border-radius: var(--r); background: var(--surface); overflow: hidden; display: flex; flex-direction: column; transition: border-color .2s, transform .2s; }
.door:hover { border-color: rgba(213,254,24,.55); transform: translateY(-2px); }
.door .art { aspect-ratio: 16 / 8; background: #000; position: relative; }
.door .art img { width: 100%; height: 100%; object-fit: cover; }
.door .art .cats4 { display: grid; grid-template-columns: repeat(4, 1fr); height: 100%; }
.door .art .cats4 img { height: 100%; }
.door .body { padding: 22px 22px 24px; display: flex; flex-direction: column; gap: 10px; flex: 1; }
.door .body p { color: var(--soft); font-size: 15px; }
.door .body .btn { align-self: flex-start; margin-top: auto; }
@media (max-width: 800px) { .door-grid { grid-template-columns: 1fr; } }

/* how it works */
.steps { display: grid; grid-template-columns: repeat(6, 1fr); gap: 12px; margin-top: 40px; counter-reset: step; }
.step { background: var(--surface); border: 1px solid var(--rule); border-radius: var(--r); padding: 20px 18px 18px; position: relative; }
.step .n { font-family: var(--mono); font-size: 11px; letter-spacing: .18em; color: var(--lime); }
.step h3 { margin-top: 10px; font-size: 17px; }
.step p { color: var(--soft); font-size: 14px; margin-top: 8px; }
@media (max-width: 1100px) { .steps { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 640px) { .steps { grid-template-columns: 1fr 1fr; } }
@media (max-width: 420px) { .steps { grid-template-columns: 1fr; } }

/* categories strip */
.cat-strip { display: grid; grid-template-columns: repeat(10, 1fr); gap: 8px; margin-top: 36px; }
.cat-strip a { border-radius: 10px; overflow: hidden; aspect-ratio: 1; position: relative; }
.cat-strip img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s; }
.cat-strip a:hover img { transform: scale(1.06); }
.cat-strip span { position: absolute; left: 0; right: 0; bottom: 0; padding: 18px 8px 6px; font-size: 10.5px; line-height: 1.2; background: linear-gradient(transparent, rgba(11,12,14,.9)); color: var(--ink); }
@media (max-width: 900px) { .cat-strip { grid-template-columns: repeat(5, 1fr); } }
@media (max-width: 520px) { .cat-strip { grid-template-columns: repeat(4, 1fr); } .cat-strip span { display: none; } }

/* manufacturing ready */
.mfg { background: var(--bg-2); border-top: 1px solid var(--rule); border-bottom: 1px solid var(--rule); }
.mfg .grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: start; margin-top: 8px; }
.seal { display: inline-flex; align-items: center; gap: 10px; border: 1px solid var(--lime); color: var(--lime); border-radius: 999px; padding: 6px 14px 6px 8px; font-family: var(--mono); font-size: 11px; letter-spacing: .16em; text-transform: uppercase; margin-bottom: 18px; }
.seal i { width: 20px; height: 20px; border-radius: 50%; background: var(--lime); display: grid; place-items: center; color: var(--lime-ink); font-style: normal; font-weight: 700; font-size: 12px; }
.spec { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--rule); }
.spec li { display: grid; grid-template-columns: 150px 1fr; gap: 16px; padding: 12px 0; border-bottom: 1px solid var(--rule); font-size: 15px; color: var(--soft); }
.spec li b { font-family: var(--mono); font-weight: 500; font-size: 11px; letter-spacing: .14em; text-transform: uppercase; color: var(--ink); padding-top: 3px; }
.disclaimer { margin-top: 22px; padding: 14px 16px; border-left: 3px solid var(--lime); background: var(--surface); border-radius: 0 12px 12px 0; font-size: 13.5px; line-height: 1.55; color: var(--soft); }
.disclaimer b { color: var(--ink); font-weight: 600; }
@media (max-width: 860px) { .mfg .grid { grid-template-columns: 1fr; } .spec li { grid-template-columns: 1fr; gap: 4px; } }

/* marketplace + creators */
.market .grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 40px; }
.tile { border: 1px solid var(--rule); border-radius: var(--r); background: var(--surface); padding: 26px 24px; }
.tile h3 { font-size: 22px; }
.tile ul { margin: 14px 0 0; padding: 0; list-style: none; color: var(--soft); font-size: 15px; }
.tile li { padding: 6px 0 6px 22px; position: relative; }
.tile li::before { content: ""; position: absolute; left: 0; top: 15px; width: 10px; height: 2px; background: var(--lime); }
.tile .btn { margin-top: 20px; }
@media (max-width: 800px) { .market .grid { grid-template-columns: 1fr; } }

/* credits */
.credits { background: var(--lime); color: var(--lime-ink); }
.credits .wrap { display: grid; grid-template-columns: auto 1fr auto; gap: 40px; align-items: center; }
.credits .big { font-family: var(--display); font-stretch: 118%; font-weight: 800; font-size: clamp(56px, 8vw, 104px); line-height: .9; letter-spacing: -.03em; }
.credits .big small { display: block; font-family: var(--mono); font-weight: 500; font-size: 12px; letter-spacing: .2em; text-transform: uppercase; margin-top: 8px; }
.credits h2 { color: var(--lime-ink); font-size: clamp(24px, 3vw, 36px); }
.credits p { color: rgba(11,12,14,.78); margin-top: 10px; max-width: 60ch; }
.credits .btn.dark { background: var(--lime-ink); color: var(--lime); }
.credits .btn.dark:hover { background: #1c1f24; }
@media (max-width: 900px) { .credits .wrap { grid-template-columns: 1fr; gap: 20px; } }

/* faq */
.faq .list { margin-top: 28px; max-width: 820px; }
details { border-top: 1px solid var(--rule); padding: 18px 0; }
details:last-child { border-bottom: 1px solid var(--rule); }
summary { cursor: pointer; font-weight: 600; font-family: var(--display); font-stretch: 105%; font-size: 18px; list-style: none; display: flex; justify-content: space-between; gap: 16px; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; color: var(--lime); font-weight: 400; flex: none; }
details[open] summary::after { content: "–"; }
details p { color: var(--soft); margin-top: 10px; max-width: 70ch; font-size: 15px; }
details a { color: var(--ink); text-decoration: underline; text-underline-offset: 3px; }

/* final */
.final { text-align: center; padding: 100px 0; background: radial-gradient(60% 60% at 50% 100%, rgba(213,254,24,.10), transparent 70%); }
.final h2 { font-size: clamp(36px, 6vw, 84px); font-weight: 800; font-stretch: 118%; text-transform: uppercase; }
.final .cta { margin-top: 26px; display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }

/* footer */
footer { border-top: 1px solid var(--rule); padding: 36px 0 44px; color: var(--faint); font-size: 13px; }
footer .top { display: flex; flex-wrap: wrap; gap: 20px 40px; align-items: flex-start; justify-content: space-between; }
footer .cols { display: flex; flex-wrap: wrap; gap: 20px 40px; }
footer .col b { display: block; font-family: var(--mono); font-weight: 500; font-size: 10.5px; letter-spacing: .18em; text-transform: uppercase; color: var(--soft); margin-bottom: 8px; }
footer .col a { display: block; padding: 3px 0; color: var(--soft); }
footer .col a:hover { color: var(--ink); }
footer .bottom { margin-top: 28px; padding-top: 18px; border-top: 1px solid var(--rule); display: flex; flex-wrap: wrap; gap: 8px 24px; justify-content: space-between; }

/* reveal */
.reveal { opacity: 0; transform: translateY(16px); transition: opacity .6s ease, transform .6s ease; }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .reveal { transition: none; opacity: 1; transform: none; } .btn { transition: none; } }

/* Boon widget — lime re-skin. The widget block itself is kept verbatim (source: marketing/boon-widget.html);
   these higher-specificity rules only swap the old orange palette for lime-on-dark. */
body .boon-orb { background: radial-gradient(circle at 38% 34%, #F0FF8A 0%, var(--lime) 46%, var(--lime-deep) 100%); box-shadow: 0 14px 34px -12px rgba(213,254,24,.55); }
body .boon-orb::before { border-color: var(--lime); }
body .boon-glyph, body .bm-user, body #boon-send, body .bm-form2 button { color: var(--lime-ink); }
body .bm-head { background: var(--lime); color: var(--lime-ink); }
body .bm-id .bm-sub { color: rgba(11,12,14,.65); }
body .bm-x { color: rgba(11,12,14,.7); }
body #boon-panel { background: var(--surface); border-color: var(--rule-2); }
body .bm-bot { background: var(--surface-2); }
body .bm-bot a { color: var(--lime); }
body #boon-input, body .bm-form2 input, body .bm-form2 textarea { background: var(--bg); color: var(--ink); border-color: var(--rule-2); }
body #boon-form, body .bm-chip { background: var(--surface); }
body .bm-chip { color: var(--soft); border-color: var(--rule-2); }
body .bm-chip:hover { border-color: var(--lime); color: var(--lime); }
body .bm-form2 { background: var(--surface-2); border-color: var(--rule-2); }
body .bm-disc a { color: var(--soft); }

/* selection: lime needs dark ink, not white */
::selection { background: #D5FE18; color: #111417; }
::-moz-selection { background: #D5FE18; color: #111417; }
