/* ============================================================
   Bardium — marketing site styles
   Built from the app design tokens (Wood & Paper, evolved)
   ============================================================ */

:root {
  /* Wood (warm dark) */
  --wood-deep:  #1A0F08;
  --wood-bark:  #2C1A12;
  --wood-base:  #3A2418;
  --wood-plank: #4A2F1D;
  --wood-grain: #6E452B;
  --wood-light: #8B5A33;

  /* Paper (warm cream) */
  --paper-cream: #F5ECD7;
  --paper-page:  #EFE3C8;
  --paper-soft:  #E8DBBE;
  --paper-edge:  #D9C9A6;

  /* Ink (text on paper) */
  --ink-deep: #2A1A0E;
  --ink-body: #3E2723;
  --ink-soft: #5C443A;
  --ink-faded:#876B5C;

  /* Text on wood */
  --light-primary: #F2E4CC;
  --light-body:    #E8DED1;
  --light-muted:   #B59F8A;
  --light-faint:   #8C7363;

  /* Accents — terracotta / ember family */
  --ember-glow:  #E07A2E;
  --ember-flame: #C85A17;
  --ember-rust:  #9C3F0E;
  --ember-amber: #D89A4A;

  /* Tonal accents */
  --moss:  #6B7A4A;
  --ash:   #7A6E5F;
  --gold:  #C8A24B;
  --blood: #8C2E2E;

  /* Fonts */
  --f-display: "Cormorant Garamond", Georgia, serif;
  --f-body:    "Lora", Georgia, serif;
  --f-ui:      "Inter Tight", -apple-system, system-ui, sans-serif;
  --f-hand:    "Caveat", cursive;
  --f-mono:    "JetBrains Mono", ui-monospace, monospace;

  /* Shadows */
  --sh-soft: 0 2px 6px rgba(20,10,5,.18), 0 8px 24px rgba(20,10,5,.12);
  --sh-book: 0 4px 12px rgba(20,10,5,.25), 0 18px 44px rgba(20,10,5,.30);
  --sh-paper: 0 1px 0 rgba(255,253,220,.6) inset, 0 -1px 0 rgba(180,150,100,.18) inset, 0 10px 30px rgba(20,10,5,.45);

  /* Layout */
  --maxw: 1180px;
  --gutter: clamp(20px, 5vw, 64px);
}

/* Grain textures */
:root {
  --wood-grain-tex: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2'/%3E%3CfeColorMatrix values='0 0 0 0 0.05 0 0 0 0 0.025 0 0 0 0 0.01 0 0 0 0.06 0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  --paper-grain-tex: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='220' height='220'%3E%3Cfilter id='p'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='1.6' numOctaves='2'/%3E%3CfeColorMatrix values='0 0 0 0 0.4 0 0 0 0 0.32 0 0 0 0 0.18 0 0 0 0.04 0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23p)'/%3E%3C/svg%3E");
}

* { box-sizing: border-box; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: var(--f-ui);
  color: var(--light-body);
  background:
    radial-gradient(120% 80% at 50% -10%, #3a2418 0%, var(--wood-bark) 38%, var(--wood-deep) 100%) fixed;
  line-height: 1.55;
  font-size: 17px;
}
body::before {
  content: ""; position: fixed; inset: 0; z-index: 0; pointer-events: none;
  background-image: var(--wood-grain-tex); opacity: .9;
}
body > * { position: relative; z-index: 1; }

a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }

/* ---------- Type helpers ---------- */
.eyebrow {
  font-family: var(--f-mono);
  font-size: 12px;
  letter-spacing: .28em;
  text-transform: uppercase;
  color: var(--ember-amber);
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.eyebrow::before {
  content: "";
  width: 24px; height: 1px;
  background: linear-gradient(90deg, transparent, var(--ember-flame));
}
.eyebrow.center::before { display: none; }

h1, h2, h3 { font-family: var(--f-display); font-weight: 600; line-height: 1.04; margin: 0; letter-spacing: -0.01em; }
.display {
  font-size: clamp(44px, 7vw, 84px);
  font-weight: 500;
  line-height: 1.0;
}
.display em { font-style: italic; color: var(--ember-glow); }
h2.section-title { font-size: clamp(34px, 4.6vw, 58px); font-weight: 500; }
h2.section-title em { font-style: italic; color: var(--ember-glow); }
.lede { font-family: var(--f-body); font-size: clamp(18px, 2vw, 22px); color: var(--light-muted); line-height: 1.6; }

.kicker-note { font-family: var(--f-hand); color: var(--gold); font-size: 24px; }

/* ---------- Layout primitives ---------- */
.wrap { max-width: var(--maxw); margin: 0 auto; padding-inline: var(--gutter); }
section { position: relative; }
.section-pad { padding-block: clamp(72px, 11vw, 150px); }

/* Paper band */
.paper {
  background: linear-gradient(180deg, var(--paper-cream), var(--paper-page));
  color: var(--ink-body);
  position: relative;
}
.paper::before {
  content: ""; position: absolute; inset: 0; z-index: 0; pointer-events: none;
  background-image: var(--paper-grain-tex);
}
.paper > * { position: relative; z-index: 1; }
.paper h1, .paper h2, .paper h3 { color: var(--ink-deep); }
.paper .lede { color: var(--ink-soft); }
.paper .display em, .paper h2.section-title em { color: var(--ember-rust); }
.paper .eyebrow { color: var(--ember-rust); }

/* torn-edge separators between wood and paper */
.edge-top, .edge-bottom { position: absolute; left: 0; right: 0; height: 28px; z-index: 2; pointer-events: none; }
.edge-top { top: -1px; background: linear-gradient(180deg, rgba(26,15,8,.35), transparent); }
.edge-bottom { bottom: -1px; background: linear-gradient(0deg, rgba(26,15,8,.45), transparent); }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; gap: 10px; white-space: nowrap;
  font-family: var(--f-ui); font-weight: 600; font-size: 16px;
  padding: 13px 24px; border-radius: 999px; cursor: pointer;
  border: 1px solid transparent; transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-ember {
  background: linear-gradient(180deg, var(--ember-glow), var(--ember-flame));
  color: #2a1408; box-shadow: 0 6px 20px rgba(200,90,23,.4), inset 0 1px 0 rgba(255,240,210,.4);
}
.btn-ghost { border-color: rgba(242,228,204,.28); color: var(--light-primary); background: rgba(242,228,204,.04); }
.btn-ghost:hover { border-color: var(--ember-amber); }
.paper .btn-ghost { border-color: rgba(60,39,35,.3); color: var(--ink-body); }

/* ---------- App store badges ---------- */
.stores { display: flex; gap: 14px; flex-wrap: wrap; }
.store-badge {
  display: inline-flex; align-items: center; gap: 12px;
  padding: 11px 20px 11px 16px; border-radius: 14px;
  border: 1px solid rgba(242,228,204,.22);
  background: rgba(20,12,7,.45);
  backdrop-filter: blur(4px);
  transition: border-color .2s ease, transform .2s ease, background .2s ease;
  cursor: default;
}
.store-badge:hover { border-color: var(--ember-amber); transform: translateY(-2px); }
.store-badge svg { flex-shrink: 0; }
.store-badge .sb-text { display: flex; flex-direction: column; line-height: 1.15; }
.store-badge .sb-top { font-size: 10.5px; letter-spacing: .14em; text-transform: uppercase; color: var(--ember-amber); font-family: var(--f-mono); }
.store-badge .sb-main { font-family: var(--f-display); font-size: 21px; font-weight: 600; color: var(--light-primary); }
.paper .store-badge { background: rgba(255,253,240,.5); border-color: rgba(60,39,35,.18); }
.paper .store-badge .sb-main { color: var(--ink-deep); }
.paper .store-badge .sb-top { color: var(--ember-rust); }

/* ---------- Nav ---------- */
.nav {
  position: sticky; top: 0; z-index: 50;
  backdrop-filter: blur(12px);
  background: linear-gradient(180deg, rgba(26,15,8,.85), rgba(26,15,8,.55));
  border-bottom: 1px solid rgba(242,228,204,.08);
}
.nav-inner { display: flex; align-items: center; justify-content: space-between; height: 70px; }
.brand { display: flex; align-items: center; gap: 12px; }
.brand .mark { width: 30px; height: 26px; }
.brand .mark-img { width: 38px; height: 38px; border-radius: 10px; object-fit: cover; object-position: 46% 50%; box-shadow: 0 2px 10px rgba(0,0,0,.35); border: 1px solid rgba(242,228,204,.16); flex-shrink: 0; }
.cta-logo { width: min(280px, 72%); aspect-ratio: 3 / 2; object-fit: cover; object-position: 50% 50%; border-radius: 16px; margin: 0 auto 26px; display: block; box-shadow: var(--sh-book); border: 1px solid rgba(242,228,204,.12); }
.brand .wordmark { font-family: var(--f-display); font-size: 26px; font-weight: 600; letter-spacing: .01em; color: var(--light-primary); }
.nav-links { display: flex; align-items: center; gap: 30px; }
.nav-links a { font-size: 15px; color: var(--light-muted); transition: color .18s ease; }
.nav-links a:hover { color: var(--light-primary); }
.nav-cta { font-size: 14px !important; padding: 10px 20px; }

/* ---------- Footer ---------- */
.footer { border-top: 1px solid rgba(242,228,204,.1); padding-block: 56px 40px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 40px; }
.footer-col h4 { font-family: var(--f-ui); font-size: 13px; letter-spacing: .14em; text-transform: uppercase; color: var(--light-faint); margin: 0 0 16px; font-weight: 600; }
.footer-col a { display: block; color: var(--light-muted); font-size: 15px; margin-bottom: 11px; transition: color .18s ease; }
.footer-col a:hover { color: var(--ember-glow); }
.footer-tag { color: var(--light-faint); font-family: var(--f-body); font-style: italic; max-width: 30ch; margin-top: 16px; }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; margin-top: 48px; padding-top: 24px; border-top: 1px solid rgba(242,228,204,.07); color: var(--light-faint); font-size: 13px; flex-wrap: wrap; gap: 12px; }

/* ---------- Cards / misc ---------- */
.pill {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 6px 14px; border-radius: 999px;
  border: 1px solid rgba(216,154,74,.3); background: rgba(216,154,74,.08);
  font-size: 13px; color: var(--ember-amber); font-family: var(--f-mono); letter-spacing: .04em;
}

.divider-rule { height: 1px; background: linear-gradient(90deg, transparent, rgba(242,228,204,.18), transparent); border: 0; }

/* Reveal-on-scroll — only hidden once JS marks the page ready, so content
   never gets stuck invisible if the observer can't run. */
.js-reveal .reveal { opacity: 0; transform: translateY(26px); transition: opacity .7s ease, transform .7s ease; }
.js-reveal .reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .js-reveal .reveal { opacity: 1; transform: none; transition: none; }
  html { scroll-behavior: auto; }
}

/* ---------- About prose ---------- */
.about-prose { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(36px, 6vw, 72px); align-items: start; }
.about-prose h2.section-title { font-size: clamp(28px, 3vw, 40px); margin-bottom: 18px; }
.about-prose p { font-family: var(--f-body); color: var(--ink-soft); font-size: 17.5px; line-height: 1.7; margin: 0 0 18px; }
.about-prose strong { color: var(--ember-rust); font-weight: 600; }
.about-prose em { font-style: italic; color: var(--ember-rust); }
@media (max-width: 820px) { .about-prose { grid-template-columns: 1fr; } }

/* ---------- Legal / privacy prose ---------- */
.legal { max-width: 760px; }
.legal h2 { font-family: var(--f-display); font-size: clamp(26px, 3vw, 36px); color: var(--light-primary); margin: 48px 0 14px; }
.legal h2:first-of-type { margin-top: 0; }
.legal h3 { font-family: var(--f-ui); font-size: 17px; font-weight: 600; color: var(--ember-amber); margin: 26px 0 8px; }
.legal p, .legal li { font-family: var(--f-body); color: var(--light-muted); font-size: 16.5px; line-height: 1.7; }
.legal p { margin: 0 0 14px; }
.legal ul { padding-left: 22px; margin: 0 0 14px; }
.legal li { margin-bottom: 8px; }
.legal a { color: var(--ember-glow); text-decoration: underline; text-underline-offset: 3px; }
.legal .updated { font-family: var(--f-mono); font-size: 13px; color: var(--light-faint); letter-spacing: .04em; }
.legal-box { background: linear-gradient(180deg, rgba(200,90,23,.12), rgba(200,90,23,.03)); border: 1px solid rgba(216,154,74,.4); border-radius: 16px; padding: 30px 32px; margin: 8px 0 4px; }
.legal-box h2 { margin-top: 0 !important; color: var(--ember-amber) !important; }
.legal-box .lead { font-family: var(--f-body); color: var(--light-body); font-size: 16.5px; margin: 0 0 16px; }
.legal strong.term { color: var(--light-primary); font-weight: 600; }
.legal .caps { font-family: var(--f-ui); font-size: 13px; line-height: 1.65; letter-spacing: .02em; color: var(--light-faint); text-transform: none; background: rgba(242,228,204,.04); border-left: 2px solid rgba(216,154,74,.4); padding: 16px 20px; border-radius: 0 8px 8px 0; margin: 0 0 14px; }
.legal .toc { display: flex; flex-wrap: wrap; gap: 8px 18px; margin: 4px 0 8px; padding: 0; list-style: none; }
.legal .toc a { font-family: var(--f-mono); font-size: 12.5px; color: var(--light-muted); text-decoration: none; }
.legal .toc a:hover { color: var(--ember-glow); }

/* ============================================================
   PAGE SECTIONS
   ============================================================ */

/* ---------- Hero ---------- */
.hero-grid { display: grid; grid-template-columns: 1fr 0.92fr; gap: clamp(32px, 5vw, 72px); align-items: center; }
.art-frame {
  margin: 0; border-radius: 10px; overflow: hidden; position: relative;
  background: var(--paper-page);
  padding: 12px; box-shadow: var(--sh-book);
  border: 1px solid rgba(110,69,43,.4);
}
.art-frame::after {
  content: ""; position: absolute; inset: 12px; border: 1px solid rgba(110,69,43,.35); border-radius: 4px; pointer-events: none;
}
.art-frame img { border-radius: 4px; width: 100%; height: clamp(420px, 52vw, 600px); object-fit: cover; object-position: 30% 18%; }
.art-frame figcaption {
  position: absolute; left: 24px; bottom: 24px; right: 24px;
  font-family: var(--f-hand); font-size: 22px; color: var(--ink-soft);
  background: linear-gradient(0deg, rgba(245,236,215,.92), rgba(245,236,215,0)); padding-top: 28px;
}

/* ---------- Feature split ---------- */
.feature-split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(36px, 6vw, 90px); align-items: center; }
.feature-split.reverse .feature-copy { order: 2; }
.feature-list { list-style: none; padding: 0; margin: 30px 0 0; display: flex; flex-direction: column; gap: 18px; }
.feature-list li { display: flex; gap: 14px; align-items: flex-start; }
.feature-list strong { color: var(--light-primary); font-weight: 600; }
.paper .feature-list strong { color: var(--ink-deep); }
.fl-dot { flex-shrink: 0; width: 9px; height: 9px; margin-top: 8px; border-radius: 50%; background: var(--ember-flame); box-shadow: 0 0 12px rgba(224,122,46,.6); }
.fl-dot.moss { background: var(--moss); box-shadow: 0 0 12px rgba(107,122,74,.55); }

/* Palette card visual */
.palette-card {
  background: linear-gradient(180deg, var(--wood-base), var(--wood-bark));
  border: 1px solid rgba(242,228,204,.12); border-radius: 18px; padding: 26px;
  box-shadow: var(--sh-book);
}
.pc-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 22px; }
.pc-chap { font-family: var(--f-mono); font-size: 12px; color: var(--light-faint); }
.pc-wave { display: flex; align-items: center; gap: 3px; height: 64px; margin-bottom: 20px; }
.pc-wave span {
  flex: 1; background: linear-gradient(180deg, var(--ember-glow), var(--ember-rust)); border-radius: 2px;
  animation: eq 1.4s ease-in-out infinite; transform-origin: center;
}
.pc-wave span:nth-child(3n) { animation-delay: .2s; } .pc-wave span:nth-child(3n+1) { animation-delay: .5s; }
.pc-wave span:nth-child(4n) { animation-delay: .35s; } .pc-wave span:nth-child(2n) { animation-delay: .15s; }
@keyframes eq { 0%,100% { height: 18%; opacity:.5; } 50% { height: 100%; opacity:1; } }
@media (prefers-reduced-motion: reduce) { .pc-wave span { animation: none; height: 60%; } }
.pc-track { display: flex; justify-content: space-between; align-items: baseline; padding-bottom: 18px; border-bottom: 1px solid rgba(242,228,204,.1); }
.pc-tname { font-family: var(--f-display); font-size: 24px; color: var(--light-primary); }
.pc-ttime { font-family: var(--f-mono); font-size: 12px; color: var(--light-faint); }
.pc-tags { display: flex; gap: 10px; margin-top: 18px; }
.pc-tag { font-size: 13px; font-family: var(--f-mono); padding: 6px 14px; border-radius: 999px; border: 1px solid rgba(242,228,204,.16); color: var(--light-muted); }
.pc-tag.on { background: rgba(224,122,46,.16); border-color: var(--ember-flame); color: var(--ember-amber); }
.pc-tag.soon { border-style: dashed; color: var(--light-faint); border-color: rgba(242,228,204,.22); }

/* Ozan portrait + chat */
.portrait-frame { margin: 0; border-radius: 18px; overflow: hidden; box-shadow: var(--sh-book); border: 1px solid rgba(110,69,43,.4); max-width: 440px; }
.portrait-frame img { width: 100%; display: block; }
.portrait-frame.ozan img { aspect-ratio: 4/3.4; object-fit: cover; object-position: 50% 22%; }
.chat-bubble {
  margin: -38px 0 0 auto; max-width: 340px; position: relative; z-index: 2;
  background: var(--paper-cream); color: var(--ink-body); border-radius: 16px 16px 16px 4px;
  padding: 18px 20px; box-shadow: var(--sh-paper); display: flex; flex-direction: column; gap: 8px;
}
.cb-q { font-family: var(--f-display); font-size: 20px; color: var(--ink-deep); font-style: italic; }
.cb-a { font-family: var(--f-body); font-size: 15px; color: var(--ink-soft); line-height: 1.5; }
.cb-a strong { color: var(--ember-rust); }

/* ---------- Character bands (Ozan / Ebru) ---------- */
.char-band { position: relative; overflow: hidden; padding-block: clamp(84px, 13vw, 180px); }
.cb-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 50% 38%; z-index: 0; }
.cb-bg.ozan { object-position: 58% 42%; }
.cb-scrim { position: absolute; inset: 0; z-index: 1; background:
  linear-gradient(180deg, rgba(26,15,8,.5), rgba(26,15,8,.18) 30%, rgba(26,15,8,.55) 100%),
  linear-gradient(90deg, rgba(26,15,8,.82) 0%, rgba(26,15,8,.4) 48%, rgba(26,15,8,0) 72%); }
.cb-scrim.ozan { background:
  linear-gradient(180deg, rgba(10,7,20,.55), rgba(10,7,20,.22) 32%, rgba(10,7,20,.6) 100%),
  linear-gradient(90deg, rgba(10,7,20,.88) 0%, rgba(10,7,20,.5) 48%, rgba(10,7,20,.05) 76%); }
.cb-content { position: relative; z-index: 2; }
.cb-copy { max-width: 600px; }
.cb-styles { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 18px; }
.cb-chip { font-family: var(--f-mono); font-size: 13px; padding: 8px 16px; border-radius: 999px; border: 1px solid rgba(242,228,204,.3); color: var(--light-primary); background: rgba(20,12,7,.4); backdrop-filter: blur(3px); }

/* ---------- Steps ---------- */
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(24px, 4vw, 48px); }
.step { position: relative; padding-top: 18px; border-top: 2px solid rgba(110,69,43,.3); }
.step-num { font-family: var(--f-mono); font-size: 13px; color: var(--ember-rust); letter-spacing: .1em; }
.step h3 { font-size: 30px; margin: 12px 0 12px; color: var(--ink-deep); }
.step p { color: var(--ink-soft); font-family: var(--f-body); margin: 0; }

/* ---------- Community ---------- */
.community { display: grid; grid-template-columns: 1fr 1.1fr; gap: clamp(36px, 6vw, 80px); align-items: center; }
.comm-cards { display: flex; flex-direction: column; gap: 14px; }
.comm-card { display: flex; align-items: center; gap: 18px; padding: 16px 20px; border-radius: 14px; background: linear-gradient(180deg, var(--wood-base), var(--wood-bark)); border: 1px solid rgba(242,228,204,.1); box-shadow: var(--sh-soft); transition: transform .2s ease, border-color .2s ease; }
.comm-card:hover { transform: translateX(6px); border-color: rgba(216,154,74,.4); }
.cc-spines { display: flex; gap: 3px; flex-shrink: 0; }
.cc-spines i { display: block; width: 12px; height: 48px; border-radius: 2px; box-shadow: inset -1px 0 2px rgba(0,0,0,.4); }
.cc-meta { display: flex; flex-direction: column; flex: 1; }
.cc-meta strong { font-family: var(--f-display); font-size: 22px; color: var(--light-primary); font-weight: 600; }
.cc-meta span { font-family: var(--f-mono); font-size: 12px; color: var(--light-faint); }
.cc-rec { font-size: 15px; color: var(--ember-glow); font-family: var(--f-ui); font-weight: 600; }

/* ---------- Pricing ---------- */
.price-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; max-width: 1080px; margin: 0 auto; align-items: stretch; }
.price-card { position: relative; background: rgba(255,253,240,.5); border: 1px solid rgba(110,69,43,.25); border-radius: 20px; padding: 34px 28px; display: flex; flex-direction: column; box-shadow: var(--sh-soft); }
.price-card.featured { background: linear-gradient(180deg, var(--wood-base), var(--wood-bark)); border-color: var(--ember-flame); color: var(--light-body); box-shadow: var(--sh-book); }
.pc-flag { position: absolute; top: -13px; left: 50%; transform: translateX(-50%); font-family: var(--f-mono); font-size: 11px; letter-spacing: .14em; text-transform: uppercase; background: linear-gradient(180deg, var(--ember-glow), var(--ember-flame)); color: #2a1408; padding: 6px 16px; border-radius: 999px; white-space: nowrap; }
.pc-name { font-size: 30px; color: var(--ink-deep); }
.featured .pc-name { color: var(--light-primary); }
.pc-sub { font-family: var(--f-body); color: var(--ink-soft); margin: 6px 0 22px; font-size: 15px; }
.featured .pc-sub { color: var(--light-muted); }
.pc-price { display: flex; align-items: baseline; gap: 8px; padding-bottom: 22px; margin-bottom: 22px; border-bottom: 1px solid rgba(110,69,43,.2); }
.featured .pc-price { border-color: rgba(242,228,204,.14); }
.pc-amt { font-family: var(--f-display); font-size: 42px; font-weight: 600; color: var(--ink-deep); line-height: 1; flex-shrink: 0; }
.featured .pc-amt { color: var(--ember-glow); }
.pc-per { font-family: var(--f-mono); font-size: 14px; color: var(--ink-faded); white-space: nowrap; }
.featured .pc-per { color: var(--light-muted); }
.pc-feats { list-style: none; padding: 0; margin: 0 0 28px; display: flex; flex-direction: column; gap: 13px; flex: 1; }
.pc-feats li { position: relative; padding-left: 24px; font-size: 14.5px; color: var(--ink-body); line-height: 1.45; }
.featured .pc-feats li { color: var(--light-body); }
.pc-feats li.muted { color: var(--ink-faded); }
.featured .pc-feats li.muted { color: var(--light-faint); }
.pc-feats li::before { content: "✦"; position: absolute; left: 0; top: 1px; color: var(--ember-flame); }
.pc-feats li.muted::before { content: "○"; color: var(--ink-faded); }
.featured .pc-feats li.muted::before { color: var(--light-faint); }

/* ---------- FAQ ---------- */
.faq-wrap { display: grid; grid-template-columns: 0.8fr 1.2fr; gap: clamp(36px, 6vw, 80px); align-items: start; }
.faq-list { display: flex; flex-direction: column; }
.faq-list details { border-bottom: 1px solid rgba(242,228,204,.12); padding: 22px 0; }
.faq-list summary { font-family: var(--f-display); font-size: 24px; color: var(--light-primary); cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 16px; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; font-family: var(--f-ui); font-weight: 400; color: var(--ember-glow); font-size: 26px; transition: transform .25s ease; }
.faq-list details[open] summary::after { transform: rotate(45deg); }
.faq-list p { font-family: var(--f-body); color: var(--light-muted); margin: 14px 0 0; max-width: 56ch; line-height: 1.6; }

/* ---------- Final CTA ---------- */
.cta-final { text-align: center; }
.cta-final::before { content: ""; position: absolute; inset: 0; background: radial-gradient(60% 60% at 50% 30%, rgba(224,122,46,.14), transparent 70%); pointer-events: none; }
.waitlist .wl-row { display: flex; gap: 12px; max-width: 460px; margin: 0 auto; }
.waitlist input { flex: 1; padding: 13px 20px; border-radius: 999px; border: 1px solid rgba(242,228,204,.25); background: rgba(20,12,7,.5); color: var(--light-primary); font-family: var(--f-ui); font-size: 16px; }
.waitlist input::placeholder { color: var(--light-faint); }
.waitlist input:focus { outline: none; border-color: var(--ember-flame); }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 920px) {
  .hero-grid, .feature-split, .community, .faq-wrap { grid-template-columns: 1fr; }
  .feature-split.reverse .feature-copy { order: 0; }
  .art-frame img { height: 60vw; max-height: 520px; }
  .cb-scrim, .cb-scrim.ozan { background: linear-gradient(180deg, rgba(10,7,18,.5), rgba(10,7,18,.78)); }
  .price-grid { grid-template-columns: 1fr; max-width: 460px; }
  .steps-grid { grid-template-columns: 1fr; gap: 8px; }
  .step { padding-block: 22px; }
}

/* ---------- Responsive nav ---------- */
@media (max-width: 820px) {
  .nav-links a:not(.nav-cta) { display: none; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
}
@media (max-width: 520px) {
  .footer-grid { grid-template-columns: 1fr; }
  .waitlist .wl-row { flex-direction: column; }
  .waitlist input { width: 100%; }
}
