/* =====================================================================
   12Collect — publieke landing ("premium" donker thema).
   Port van design-handoff voorstel-3-premium (v3.css). Alleen geladen op
   de landing-layout (los van de app-CSS), dus de klassenamen botsen nergens.
   Geen JavaScript: taal = links, mobiel-menu = CSS-checkbox, FAQ = <details>.
   ===================================================================== */
:root {
  --font-sans: "Helvetica Neue", Helvetica, Arial, sans-serif;
  --font-disp: "Instrument Serif", "Times New Roman", serif;
  --font-mono: "IBM Plex Mono", ui-monospace, monospace;
  --bg: #0c0c0e; --bg-2: #101013; --surface: #161619; --surface-2: #1d1d21;
  --fg: #f3f0e9; --fg-2: #b9b5ab; --muted: #7d7a72; --faint: #56544e;
  --line: #262629; --line-2: #34343a;
  --gold: #caa765; --gold-2: #e3c98f; --gold-soft: rgba(202, 167, 101, .14);
  --r: 6px; --r-lg: 14px;
  --maxw: 1200px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
html, body { margin: 0; padding: 0; }
body.ld {
  font-family: var(--font-sans); font-size: 15.5px; line-height: 1.6;
  color: var(--fg); background: var(--bg); -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
.ld a { color: inherit; text-decoration: none; }
.ld img { max-width: 100%; }
.wrap { max-width: var(--maxw); margin: 0 auto; padding: 0 32px; }
.disp { font-family: var(--font-disp); font-weight: 400; letter-spacing: 0; }
.eyebrow { font-family: var(--font-mono); font-size: 11px; letter-spacing: .22em; text-transform: uppercase; color: var(--gold); }
.ic { width: 20px; height: 20px; flex: none; }

/* buttons */
.btn {
  display: inline-flex; align-items: center; gap: 9px; height: 46px; padding: 0 20px;
  border-radius: var(--r); border: 1px solid var(--line-2); background: transparent;
  color: var(--fg); font-size: 14.5px; font-family: inherit; cursor: pointer;
  transition: background .15s, border-color .15s, color .15s; white-space: nowrap;
}
.btn:hover { border-color: var(--gold); color: var(--gold-2); }
.btn .ic { width: 16px; height: 16px; }
.btn.primary { background: var(--gold); border-color: var(--gold); color: #1a1206; font-weight: 600; }
.btn.primary:hover { background: var(--gold-2); border-color: var(--gold-2); color: #1a1206; }
.btn.ghost { border-color: transparent; }
.btn.ghost:hover { background: var(--surface-2); color: var(--gold-2); }
.btn.lg { height: 54px; padding: 0 26px; font-size: 15.5px; }
.btn.sm { height: 38px; font-size: 13.5px; padding: 0 14px; }

/* header */
.hdr { position: sticky; top: 0; z-index: 50; background: rgba(12, 12, 14, .72); backdrop-filter: blur(14px); border-bottom: 1px solid var(--line); }
.hdr-in { display: flex; align-items: center; gap: 24px; height: 68px; }
.brand { display: flex; align-items: center; gap: 7px; font-size: 20px; letter-spacing: .01em; font-family: var(--font-disp); }
.hdr-in .brand { margin-right: 22px; padding: 5px 13px 5px 6px; border: 1px solid var(--line-2); border-radius: 999px; background: rgba(255, 255, 255, .02); transition: border-color .15s, background .15s; }
.hdr-in .brand:hover { border-color: var(--gold); background: var(--gold-soft); }
.brand-coins { display: inline-flex; gap: 4px; }
.bcoin {
  width: 23px; height: 23px; border-radius: 50%; flex: none; display: flex; align-items: center; justify-content: center;
  font-family: "Space Grotesk", sans-serif; font-weight: 700; font-size: 12.5px; color: #1a1206;
  background: radial-gradient(circle at 38% 30%, #f0dca5, var(--gold) 62%, #a9854a);
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, .6), inset 0 -2px 4px rgba(120, 85, 30, .5); border: 1px solid #8a6c3a;
}
.brand-name { font-family: var(--font-disp); color: var(--fg); }
.nav { display: flex; gap: 6px; flex: 1; }
.nav a { padding: 8px 12px; font-size: 14px; color: var(--fg-2); letter-spacing: .01em; }
.nav a:hover { color: var(--gold-2); }
/* margin-left:auto borgt rechts-uitlijning ook op mobiel, waar .nav (flex:1)
   display:none is en dus niet meer de ruimte opvult. */
.hdr-right { display: flex; align-items: center; gap: 10px; margin-left: auto; }

/* taal-dropdown (één waarde + vlag; JS-vrij via <details>) */
.lang-menu { position: relative; }
.lang-menu > summary {
  list-style: none; cursor: pointer; display: inline-flex; align-items: center; gap: 7px;
  height: 34px; padding: 0 9px 0 8px; border: 1px solid var(--line-2); border-radius: 999px;
  color: var(--fg-2); font-family: var(--font-mono); font-size: 12px; letter-spacing: .04em;
  transition: background .15s, border-color .15s;
}
.lang-menu > summary::-webkit-details-marker { display: none; }
.lang-menu > summary::marker { content: ""; }
.lang-menu > summary:hover { background: var(--surface-2); border-color: var(--fg-2); }
.lang-menu .flag { width: 18px; height: 12px; border-radius: 2px; flex: none; box-shadow: 0 0 0 1px rgba(0, 0, 0, .2); }
.lang-menu .lang-caret { width: 13px; height: 13px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; opacity: .6; transition: transform .18s; }
.lang-menu[open] > summary .lang-caret { transform: rotate(180deg); }
.lang-pop {
  /* right-aligned: de taalknop staat rechts in de header (na Inloggen), dus de
     popover opent naar links en blijft binnen de viewport. */
  position: absolute; top: calc(100% + 7px); right: 0; min-width: 176px; z-index: 60;
  background: var(--bg-2); border: 1px solid var(--line-2); border-radius: 12px; padding: 6px;
  box-shadow: 0 14px 38px rgba(0, 0, 0, .5);
}
.lang-opt { display: flex; align-items: center; gap: 10px; padding: 9px 10px; border-radius: 8px; font-size: 14px; color: var(--fg); }
.lang-opt:hover { background: var(--surface-2); }
.lang-opt.on { color: var(--gold-2); }
.lang-opt .flag { width: 21px; height: 14px; border-radius: 2px; flex: none; box-shadow: 0 0 0 1px rgba(0, 0, 0, .2); }

/* mobile menu via CSS-checkbox (geen JS) */
.nav-toggle { position: absolute; width: 1px; height: 1px; opacity: 0; pointer-events: none; }
.burger {
  display: none; width: 42px; height: 42px; border: 1px solid var(--line-2); border-radius: var(--r);
  background: transparent; cursor: pointer; flex-direction: column; align-items: center; justify-content: center; gap: 5px; padding: 0;
}
.burger span { display: block; width: 18px; height: 1.5px; background: var(--fg); border-radius: 2px; transition: transform .2s, opacity .2s; }
.nav-toggle:checked ~ .wrap .burger span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
.nav-toggle:checked ~ .wrap .burger span:nth-child(2) { opacity: 0; }
.nav-toggle:checked ~ .wrap .burger span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }
.mobile-menu { display: none; border-top: 1px solid var(--line); background: var(--bg-2); }
.nav-toggle:checked ~ .mobile-menu { display: block; }
.mobile-menu .mobile-nav { display: flex; flex-direction: column; }
.mobile-menu .mobile-nav a { padding: 16px 28px; font-size: 17px; color: var(--fg); border-bottom: 1px solid var(--line); }
.mobile-menu .mobile-nav a:active { background: var(--surface-2); }
.mobile-menu .mobile-cta { display: flex; flex-direction: column; gap: 10px; padding: 18px 28px 24px; }
.mobile-menu .mobile-cta .btn { height: 50px; justify-content: center; font-size: 16px; }

/* hero */
.hero { position: relative; overflow: hidden; padding: 84px 0 64px; }
.hero::before { content: ""; position: absolute; top: -30%; left: 50%; transform: translateX(-50%); width: 120%; height: 120%; background: radial-gradient(ellipse 50% 45% at 50% 30%, var(--gold-soft), transparent 60%); pointer-events: none; }
.hero-grid { position: relative; display: grid; grid-template-columns: .82fr 1.18fr; gap: 36px; align-items: center; }
.badge { display: inline-flex; align-items: center; gap: 9px; height: 30px; padding: 0 14px; border: 1px solid var(--line-2); border-radius: 999px; font-family: var(--font-mono); font-size: 11px; letter-spacing: .16em; text-transform: uppercase; color: var(--gold); }
.badge::before { content: ""; width: 5px; height: 5px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 8px var(--gold); }
.hero h1 { font-family: var(--font-disp); font-weight: 400; font-size: clamp(46px, 6.6vw, 84px); line-height: .98; letter-spacing: -.01em; margin: 22px 0 0; text-wrap: balance; }
.hero h1 em { font-style: italic; color: var(--gold-2); }
.hero .sub { font-size: 18px; color: var(--fg-2); margin: 24px 0 30px; max-width: 42ch; }
.hero .cta-row { display: flex; gap: 12px; flex-wrap: wrap; align-items: center; }
.hero .note { font-family: var(--font-mono); font-size: 12px; color: var(--muted); margin-top: 18px; letter-spacing: .02em; }

/* hero specimen grid — 3×2 dark "specimen cards", each a collection type.
   Emoji als objecten op het donkere canvas (nul externe binaries; de echte
   product-cutouts uit het design zijn later een drop-in als <img>). */
.spec-grid { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px 18px; align-items: center; justify-items: center; width: 100%; justify-self: end; }
.spec-grid::before { content: ""; position: absolute; inset: -12% -8%; z-index: 0; background: radial-gradient(ellipse 60% 54% at 52% 44%, rgba(202, 167, 101, .18), transparent 64%); pointer-events: none; }
/* Bare, zwevende cutouts op het donkere canvas — géén kaart/rand/label (design). */
.spec { position: relative; z-index: 1; display: flex; align-items: center; justify-content: center; }
.spec .spec-photo { max-width: 100%; max-height: clamp(150px, 22vw, 240px); object-fit: contain; filter: drop-shadow(0 16px 22px rgba(0, 0, 0, .6)); }
.spec .emoji { font-size: clamp(40px, 8vw, 72px); line-height: 1; filter: drop-shadow(0 8px 12px rgba(0, 0, 0, .55)); }

/* trust */
.trust { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--bg-2); }
.trust .wrap { display: flex; align-items: center; gap: 14px; padding-top: 16px; padding-bottom: 16px; font-family: var(--font-mono); font-size: 12px; color: var(--muted); letter-spacing: .04em; flex-wrap: wrap; }
.trust .dot { width: 5px; height: 5px; border-radius: 50%; background: var(--gold); }

/* sections */
.sec { padding: 96px 0; }
.sec-head { max-width: 60ch; margin-bottom: 48px; }
.sec-head h2 { font-family: var(--font-disp); font-weight: 400; font-size: clamp(32px, 4.2vw, 52px); line-height: 1.04; letter-spacing: -.01em; margin: 14px 0 0; }
.sec-head p { font-size: 16.5px; color: var(--fg-2); margin: 16px 0 0; }

/* collection tags */
.coll-list { display: flex; flex-wrap: wrap; gap: 10px; }
.coll-chip { display: inline-flex; align-items: center; gap: 9px; height: 40px; padding: 0 16px; border: 1px solid var(--line-2); border-radius: 999px; font-size: 14px; color: var(--fg-2); background: var(--surface); }
.coll-chip .cdot { width: 7px; height: 7px; border-radius: 50%; background: var(--gold); }

/* features */
.feat-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: var(--r-lg); overflow: hidden; }
.feat { background: var(--surface); padding: 32px 28px; display: flex; flex-direction: column; gap: 14px; min-height: 210px; transition: background .2s; }
.feat:hover { background: var(--surface-2); }
.feat .fic { width: 46px; height: 46px; border: 1px solid var(--line-2); border-radius: 10px; display: flex; align-items: center; justify-content: center; color: var(--gold); background: var(--gold-soft); }
.feat h3 { font-family: var(--font-disp); font-weight: 400; font-size: 23px; margin: 4px 0 0; letter-spacing: 0; }
.feat p { font-size: 14px; color: var(--fg-2); margin: 0; line-height: 1.65; }

/* pricing */
.price-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; align-items: stretch; }
/* Alle drie de kaarten krijgen een subtiel gouden randje zodat ook Free
   herkenbaar als tier-kaart leest (vooral mobiel, waar ze stapelen op donker).
   De uitgelichte Plus-kaart (.feat-plan) overschrijft dit met een vol-gouden
   rand hieronder, dus de hiërarchie blijft intact. */
.plan { background: var(--surface); border: 1px solid rgba(202, 167, 101, .3); border-radius: var(--r-lg); padding: 30px 26px; display: flex; flex-direction: column; gap: 6px; position: relative; }
.plan.feat-plan { border-color: var(--gold); background: linear-gradient(180deg, rgba(202, 167, 101, .08), var(--surface) 40%); box-shadow: 0 30px 60px -30px rgba(202, 167, 101, .4); }
.plan .pop { position: absolute; top: -10px; left: 26px; background: var(--gold); color: #1a1206; font-family: var(--font-mono); font-size: 10px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; padding: 3px 10px; border-radius: 999px; }
.plan .pname { font-family: var(--font-disp); font-size: 24px; }
.plan .ptag { font-size: 13px; color: var(--muted); min-height: 18px; }
.plan .pprice { display: flex; align-items: baseline; gap: 6px; margin: 16px 0 2px; }
.plan .pprice .amt { font-family: var(--font-disp); font-size: 44px; letter-spacing: -.01em; color: var(--fg); }
.plan .pprice .per { font-family: var(--font-mono); font-size: 12px; color: var(--muted); }
.plan ul { list-style: none; margin: 18px 0 22px; padding: 0; display: flex; flex-direction: column; gap: 11px; }
.plan li { display: flex; gap: 10px; font-size: 14px; color: var(--fg-2); }
.plan li .ic { width: 16px; height: 16px; color: var(--gold); margin-top: 2px; flex: none; }
.plan .btn { margin-top: auto; justify-content: center; }
.price-note { font-family: var(--font-mono); font-size: 11.5px; color: var(--muted); margin-top: 20px; letter-spacing: .02em; }

/* about */
.about { background: var(--bg-2); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.about-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 56px; align-items: center; }
.about-body p { font-size: 16.5px; color: var(--fg-2); margin: 0 0 18px; line-height: 1.8; max-width: 54ch; }
.stats { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: var(--r-lg); overflow: hidden; }
.stat { background: var(--surface); padding: 28px; }
.stat .n { font-family: var(--font-disp); font-size: 34px; letter-spacing: 0; color: var(--gold-2); line-height: 1.1; }
.stat .l { font-family: var(--font-mono); font-size: 11px; color: var(--muted); text-transform: uppercase; letter-spacing: .08em; margin-top: 6px; }

/* support */
.sup-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-bottom: 52px; }
.sup-card { background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 28px; display: flex; flex-direction: column; gap: 12px; }
.sup-card .sic { width: 46px; height: 46px; border-radius: 10px; background: var(--gold-soft); border: 1px solid var(--line-2); display: flex; align-items: center; justify-content: center; color: var(--gold); }
.sup-card h3 { font-family: var(--font-disp); font-size: 21px; margin: 2px 0 0; }
.sup-card p { font-size: 14px; color: var(--fg-2); margin: 0; flex: 1; }
.sup-card .scta { font-family: var(--font-mono); font-size: 12.5px; color: var(--gold); display: inline-flex; align-items: center; gap: 6px; }
.faq { border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { list-style: none; cursor: pointer; padding: 22px 0; display: flex; justify-content: space-between; gap: 16px; align-items: center; font-family: var(--font-disp); font-size: 22px; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary .pm { font-family: var(--font-mono); font-size: 16px; color: var(--gold); transition: transform .2s; }
.faq details[open] summary .pm { transform: rotate(45deg); }
.faq .ans { padding: 0 0 22px; font-size: 14.5px; color: var(--fg-2); max-width: 72ch; line-height: 1.7; }

/* waitlist */
.waitlist { background: var(--surface); border: 1px solid var(--line-2); border-radius: var(--r-lg); padding: 34px 30px; max-width: 560px; }
.waitlist h2 { font-family: var(--font-disp); font-weight: 400; font-size: clamp(26px, 3.4vw, 38px); margin: 0 0 6px; }
.waitlist p.lead { font-size: 15.5px; color: var(--fg-2); margin: 0 0 20px; }
.wl-form { display: flex; gap: 10px; flex-wrap: wrap; }
.wl-form input[type="email"] {
  flex: 1; min-width: 200px; height: 50px; padding: 0 16px; font-size: 16px; font-family: inherit;
  border: 1px solid var(--line-2); border-radius: var(--r); background: var(--bg-2); color: var(--fg);
}
.wl-form input[type="email"]:focus { outline: 2px solid var(--gold); border-color: var(--gold); }
.wl-form .btn { height: 50px; }
.wl-honey { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.wl-consent { display: flex; gap: 10px; align-items: flex-start; margin-top: 16px; font-size: 13px; color: var(--muted); line-height: 1.55; }
.wl-consent input { margin-top: 2px; flex: none; width: 16px; height: 16px; accent-color: var(--gold); }
.wl-consent a { color: var(--gold); text-decoration: underline; }
.wl-done { display: flex; gap: 14px; align-items: flex-start; background: var(--gold-soft); border: 1px solid var(--line-2); border-radius: var(--r); padding: 16px 18px; margin-top: 4px; }
.wl-done .ic { color: var(--gold); margin-top: 2px; }
.wl-done p { margin: 0; font-size: 14.5px; color: var(--fg-2); line-height: 1.6; }
.beta-tag { display: inline-flex; align-items: center; gap: 7px; height: 26px; padding: 0 12px; border: 1px solid var(--line-2); border-radius: 999px; font-family: var(--font-mono); font-size: 10.5px; letter-spacing: .12em; text-transform: uppercase; color: var(--gold-2); margin-bottom: 14px; }

/* CTA band */
.cta-band { position: relative; overflow: hidden; border: 1px solid var(--line-2); border-radius: var(--r-lg); padding: 72px; text-align: center; background: radial-gradient(ellipse 60% 80% at 50% 0%, rgba(202, 167, 101, .16), transparent 60%), var(--surface); }
.cta-band h2 { font-family: var(--font-disp); font-size: clamp(32px, 4.4vw, 56px); margin: 0; letter-spacing: -.01em; }
.cta-band p { font-size: 17px; color: var(--fg-2); margin: 16px 0 30px; }

/* footer */
.ftr { border-top: 1px solid var(--line); background: var(--bg-2); }
.ftr .wrap { padding-top: 60px; padding-bottom: 42px; }
.ftr-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 32px; }
.ftr .brand { margin-bottom: 14px; }
.ftr .tag { font-size: 14px; color: var(--muted); max-width: 30ch; }
.ftr h4 { font-family: var(--font-mono); font-size: 11px; letter-spacing: .14em; text-transform: uppercase; color: var(--gold); margin: 0 0 14px; }
.ftr ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 11px; }
.ftr a { font-size: 14px; color: var(--fg-2); }
.ftr a:hover { color: var(--gold-2); }
.ftr-bottom { display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; margin-top: 46px; padding-top: 24px; border-top: 1px solid var(--line); font-family: var(--font-mono); font-size: 12px; color: var(--muted); }

/* legal + simple content pages */
.legal { padding: 56px 0 96px; max-width: 800px; margin: 0 auto; }
.legal .back { display: inline-flex; align-items: center; gap: 8px; font-family: var(--font-mono); font-size: 12px; color: var(--gold); margin-bottom: 28px; }
.legal h1 { font-family: var(--font-disp); font-size: clamp(34px, 4.6vw, 56px); margin: 0; letter-spacing: -.01em; }
.legal .updated { font-family: var(--font-mono); font-size: 12px; color: var(--muted); margin-top: 12px; letter-spacing: .04em; }
.legal .lead { font-size: 18px; color: var(--fg-2); margin: 22px 0 8px; line-height: 1.65; }
.legal .disclaim { background: var(--gold-soft); border: 1px solid var(--line-2); border-radius: var(--r); padding: 13px 18px; font-size: 13px; color: var(--gold-2); margin: 20px 0 34px; }
.legal section { margin-top: 32px; }
.legal section h2 { font-family: var(--font-disp); font-size: 25px; margin: 0 0 8px; letter-spacing: 0; }
.legal section p { font-size: 15px; color: var(--fg-2); margin: 0 0 10px; line-height: 1.75; }
.legal ul.plain { margin: 6px 0 10px; padding-left: 20px; color: var(--fg-2); font-size: 15px; line-height: 1.7; }
.legal table { width: 100%; border-collapse: separate; border-spacing: 0; margin: 10px 0; font-size: 13.5px; border: 1px solid var(--line); border-radius: var(--r-lg); overflow: hidden; }
.legal th { background: var(--surface-2); text-align: left; font-family: var(--font-mono); font-size: 11px; letter-spacing: .06em; text-transform: uppercase; color: var(--gold); padding: 12px 16px; font-weight: 500; }
.legal td { padding: 13px 16px; border-top: 1px solid var(--line); color: var(--fg-2); vertical-align: top; }
.legal td:first-child { color: var(--fg); white-space: nowrap; }

@media (max-width: 880px) {
  .hero-grid { grid-template-columns: 1fr; gap: 40px; }
  .spec-grid { max-width: 460px; width: 100%; justify-self: center; }
  .feat-grid { grid-template-columns: 1fr 1fr; }
  .price-grid { grid-template-columns: 1fr; max-width: 440px; }
  .about-grid { grid-template-columns: 1fr; gap: 36px; }
  .sup-grid { grid-template-columns: 1fr; }
  .ftr-grid { grid-template-columns: 1fr 1fr; gap: 26px; }
}
@media (max-width: 680px) {
  .wrap { padding: 0 20px; }
  .nav { display: none; }
  .hide-mobile { display: none !important; }
  .burger { display: flex; }
  .hdr-in { height: 60px; gap: 8px; }
  /* Header compacter op mobiel zodat brand + taal-dropdown + Inloggen + burger
     samen passen (anders clipte de burger tegen de rechterrand op 375px). */
  .hdr-in .brand { margin-right: 6px; }
  .hdr-right { gap: 6px; }
  .lang-menu > summary { padding: 0 7px; gap: 6px; }
  .hdr-right .btn.sm { padding-left: 11px; padding-right: 11px; }
  .feat-grid { grid-template-columns: 1fr; }
  .ftr-grid { grid-template-columns: 1fr 1fr; }
  .cta-band { padding: 48px 24px; }
  .sec { padding: 64px 0; }
  .hero { padding: 40px 0 36px; }
  .hero h1 { font-size: clamp(38px, 11vw, 52px); }
  .spec-grid { max-width: 400px; }
  .waitlist { padding: 26px 20px; }
}
