/* Dandelion site chrome — components over tokens.css */
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--ivory);
  color: var(--aubergine);
  font-family: var(--sans);
  font-size: var(--fs-body);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

/* ---------- Wordmark: Dande + italic gold lion ---------- */
.wordmark { font-family: var(--serif); font-weight: 600; letter-spacing: 0.01em; color: var(--aubergine); text-decoration: none; }
.wordmark em { font-style: italic; color: var(--gold); font-weight: 600; }
.descriptor { font-family: var(--sans); font-size: var(--fs-eyebrow); letter-spacing: var(--track-eyebrow); text-transform: uppercase; color: var(--gold-deep); }

/* ---------- Header ---------- */
.site-header { max-width: var(--page-max); margin: 0 auto; padding: var(--sp-2) var(--sp-3); display: flex; align-items: center; justify-content: space-between; gap: var(--sp-2); }
.brand { display: flex; align-items: center; gap: 0.7rem; text-decoration: none; color: inherit; }
.brand img { width: 34px; height: 34px; }
.brand .lockup { display: flex; flex-direction: column; line-height: 1.1; }
.brand .wordmark { font-size: 1.35rem; }
.site-nav { display: flex; gap: var(--sp-2); flex-wrap: wrap; }
.site-nav a { font-size: var(--fs-small); color: var(--aubergine-soft); text-decoration: none; padding: 0.35rem 0.2rem; }
.site-nav a:hover { color: var(--gold-deep); }

/* ---------- Hero ---------- */
.hero { position: relative; max-width: var(--page-max); margin: 0 auto; padding: var(--sp-4) var(--sp-3) var(--sp-5); overflow: hidden; }
.hero-head { position: absolute; right: -12%; top: -4%; width: min(60vw, 560px); opacity: 0.9; pointer-events: none; }
.hero-inner { position: relative; max-width: var(--measure); }
.hero h1 { font-family: var(--serif); font-size: var(--fs-hero); line-height: 1.05; margin: 0.6rem 0 0.4rem; font-weight: 600; }
.hero h1 em { font-style: italic; color: var(--gold); }
.tagline { font-family: var(--serif); font-style: italic; color: var(--aubergine-soft); font-size: 1.15rem; margin: 0 0 var(--sp-2); }
.hero p.lede { max-width: var(--measure); color: var(--aubergine-soft); margin: 0 0 var(--sp-3); }
.cta-row { display: flex; gap: var(--sp-2); align-items: center; flex-wrap: wrap; }
.pill { display: inline-block; font-size: var(--fs-small); font-weight: 500; padding: 0.55rem 1.1rem; border-radius: var(--radius-pill); border: 1px solid var(--gold); color: var(--gold-deep); background: transparent; text-decoration: none; }
.pill.solid { background: var(--aubergine); border-color: var(--aubergine); color: var(--ivory-on-dark); }
.pill:hover { background: var(--gold-wash); }
.pill.solid:hover { background: var(--gold-deep); border-color: var(--gold-deep); }

/* drifting seeds (signature motion — one moment, subtle) */
.seed { position: absolute; width: 10px; height: 10px; opacity: 0; animation: drift 11s var(--ease) infinite; }
.seed::before { content: ""; position: absolute; inset: 3px; border-radius: 50%; background: var(--gold-deep); }
.seed::after { content: ""; position: absolute; left: 4.5px; top: -9px; width: 1px; height: 11px; background: var(--gold); opacity: 0.7; }
.seed.s2 { animation-delay: 2.2s; animation-duration: 12.5s; }
.seed.s3 { animation-delay: 4.4s; animation-duration: 10.5s; }
.seed.s4 { animation-delay: 6.6s; animation-duration: 13s; }
.seed.s5 { animation-delay: 8.8s; animation-duration: 11.5s; }
@keyframes drift {
  0%   { transform: translate(0, 0) rotate(0deg); opacity: 0; }
  8%   { opacity: 0.75; }
  60%  { opacity: 0.55; }
  100% { transform: translate(-46vw, 18vh) rotate(-38deg); opacity: 0; }
}
@media (prefers-reduced-motion: reduce) {
  .seed { animation: none; display: none; }
  html { scroll-behavior: auto; }
}

/* ---------- Bands ---------- */
.band { max-width: var(--page-max); margin: 0 auto; padding: var(--sp-4) var(--sp-3); display: grid; gap: var(--sp-3); align-items: center; }
@media (min-width: 640px) {
  .band { grid-template-columns: 1fr 1fr; gap: var(--sp-4); }
  .band.flip .band-copy { order: 2; }
}
.band h2 { font-family: var(--serif); font-size: var(--fs-h2); font-weight: 600; line-height: 1.15; margin: 0.4rem 0 0.8rem; }
.band p { color: var(--aubergine-soft); max-width: var(--measure); margin: 0 0 0.8rem; }
.band + .band { border-top: 1px solid var(--line); }

/* the one dark band — privacy */
.band-dark-wrap { background: var(--aubergine); }
.band-dark-wrap .band { border-top: none; }
.band-dark-wrap h2, .band-dark-wrap .eyebrow { color: var(--ivory-on-dark); }
.band-dark-wrap .eyebrow { color: var(--gold); }
.band-dark-wrap p { color: rgba(244, 237, 226, 0.82); }
.band-dark-wrap .fact { font-family: var(--serif); font-style: italic; color: var(--gold); font-size: 1.2rem; }

.eyebrow { display: block; font-family: var(--sans); font-size: var(--fs-eyebrow); letter-spacing: var(--track-eyebrow); text-transform: uppercase; color: var(--gold-deep); }

/* ---------- Art slots (vignette placeholders, session 2 fills) ---------- */
.art-slot { margin: 0; border: 1.5px dashed var(--gold); border-radius: var(--radius); background: var(--cream); min-height: 300px; display: flex; align-items: center; justify-content: center; }
.art-slot figcaption { font-family: var(--sans); font-size: var(--fs-eyebrow); letter-spacing: var(--track-eyebrow); text-transform: uppercase; color: var(--gold-deep); opacity: 0.75; }
.art-slot.filled { border: none; background: none; min-height: 0; padding: 0; }
.art-slot.filled svg { display: block; width: 100%; max-width: 30rem; margin: 0 auto; }

/* ---------- Strips ---------- */
.strip { max-width: var(--page-max); margin: 0 auto; padding: var(--sp-3); }
.strip-inner { background: var(--gold-wash); border: 1px solid var(--line); border-radius: var(--radius); padding: var(--sp-3); display: flex; gap: var(--sp-2); align-items: center; justify-content: space-between; flex-wrap: wrap; }
.strip h3 { font-family: var(--serif); font-size: var(--fs-h3); margin: 0 0 0.2rem; }
.strip p { margin: 0; color: var(--aubergine-soft); font-size: var(--fs-small); max-width: 36rem; }

/* ---------- Footer ---------- */
.site-footer { border-top: 1px solid var(--line); margin-top: var(--sp-4); }
.site-footer .inner { max-width: var(--page-max); margin: 0 auto; padding: var(--sp-3); display: flex; gap: var(--sp-3); align-items: flex-start; justify-content: space-between; flex-wrap: wrap; }
.site-footer nav { display: flex; gap: var(--sp-2); flex-wrap: wrap; }
.site-footer a { color: var(--aubergine-soft); font-size: var(--fs-small); text-decoration: none; }
.site-footer a:hover { color: var(--gold-deep); }
.site-footer .fine { font-size: var(--fs-eyebrow); color: var(--aubergine-soft); opacity: 0.8; }

/* ---------- Prose pages (privacy / terms / support / giveaway) ---------- */
.prose { max-width: var(--measure); margin: 0 auto; padding: var(--sp-4) var(--sp-3) var(--sp-5); }
.prose h1 { font-family: var(--serif); font-size: 2rem; font-weight: 600; margin: 0.4rem 0 0.4rem; }
.prose h2 { font-family: var(--serif); font-size: 1.3rem; font-weight: 600; margin: var(--sp-3) 0 0.5rem; }
.prose p, .prose li { color: var(--aubergine-soft); }
.prose .updated { font-size: var(--fs-small); color: var(--aubergine-soft); opacity: 0.8; }
.prose a { color: var(--gold-deep); }
.placeholder-note { border: 1.5px dashed var(--gold); border-radius: var(--radius); background: var(--cream); padding: var(--sp-2) var(--sp-3); font-size: var(--fs-small); color: var(--gold-deep); }

/* ---------- Form slot (giveaway) ---------- */
.form-slot { border: 1.5px dashed var(--gold); border-radius: var(--radius); background: var(--cream); padding: var(--sp-3); text-align: center; color: var(--gold-deep); font-size: var(--fs-small); letter-spacing: var(--track-eyebrow); text-transform: uppercase; font-family: var(--sans); }

/* ---------- Quality floor ---------- */
:focus-visible { outline: 2px solid var(--gold-deep); outline-offset: 2px; border-radius: 4px; }
img, svg { max-width: 100%; height: auto; }
.skip { position: absolute; left: -999px; }
.skip:focus { left: var(--sp-2); top: var(--sp-1); background: var(--ivory); padding: 0.4rem 0.8rem; z-index: 10; }


/* ---------- Screenshot cards & multicard arrangements ---------- */
.shot-stack { position: relative; margin: 0; }
.shot-card { display: block; width: 100%; border-radius: var(--radius); border: 1px solid var(--line); box-shadow: 0 10px 28px rgba(58, 42, 51, 0.10); }
.accent-card { position: absolute; background: var(--card, #fff); background: #fff; border: 1px solid var(--line); border-radius: 12px; box-shadow: 0 8px 20px rgba(58, 42, 51, 0.12); padding: 0.55rem 0.9rem; font-family: var(--sans); font-size: 0.78rem; color: var(--aubergine-soft); display: flex; align-items: center; gap: 0.5rem; }
.accent-card .dot { width: 9px; height: 9px; border-radius: 50%; background: var(--gold); flex-shrink: 0; }
.accent-card strong { color: var(--aubergine); font-weight: 500; }

/* ---------- Insights collage (HTML) ---------- */
.collage { position: relative; margin: 0; min-height: 29rem; }
.collage .invested { position: absolute; top: 0; right: 0; width: 68%; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 10px 28px rgba(58, 42, 51, 0.10); padding: 1.1rem 1.3rem; transform: rotate(2deg); }
.collage .invested h3 { font-family: var(--serif); font-weight: 600; font-size: 1.05rem; margin: 0; color: var(--aubergine); }
.collage .invested .sub { font-size: 0.72rem; color: var(--aubergine-soft); margin: 0 0 0.4rem; }
.collage .invested .amount { font-family: var(--serif); font-weight: 600; font-size: 2.6rem; color: var(--gold); margin: 0.1rem 0 0.3rem; }
.collage .invested .meta { font-size: 0.76rem; color: var(--aubergine-soft); margin: 0 0 0.5rem; }
.collage .studio { position: relative; margin-top: 11rem; width: 58%; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 12px 30px rgba(58, 42, 51, 0.13); padding: 1rem 1.1rem 1.1rem; }
.collage .studio h3 { font-family: var(--serif); font-weight: 600; font-size: 1.05rem; margin: 0 0 0.7rem; color: var(--aubergine); }
.ba { position: relative; border-radius: 10px; overflow: hidden; aspect-ratio: 4 / 5; border: 1px solid var(--line); }
.ba img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.ba img.before { filter: brightness(0.96) sepia(0.10) saturate(0.92); }
.ba img.after { clip-path: inset(0 0 0 58%); }
.ba .divider { position: absolute; top: 0; bottom: 0; left: 58%; width: 3px; background: var(--gold); }
.ba .handle { position: absolute; top: 50%; left: 58%; transform: translate(-50%, -50%); width: 24px; height: 24px; border-radius: 50%; background: var(--gold); color: #fff; font-size: 0.7rem; display: flex; align-items: center; justify-content: center; }
.ba .cap { position: absolute; bottom: 0.4rem; font-family: var(--sans); font-size: 0.68rem; color: #fff; text-shadow: 0 1px 4px rgba(58, 42, 51, 0.6); }
.ba .cap.l { left: 0.6rem; } .ba .cap.r { right: 0.6rem; }
.ba-track { position: relative; height: 6px; border-radius: 3px; background: var(--line); margin-top: 0.8rem; }
.ba-track .fill { position: absolute; left: 0; top: 0; bottom: 0; width: 58%; border-radius: 3px; background: var(--gold); }
.ba-track .thumb { position: absolute; top: 50%; left: 58%; transform: translate(-50%, -50%); width: 16px; height: 16px; border-radius: 50%; background: #fff; border: 2.5px solid var(--gold); }
@media (max-width: 639px) {
  .collage .invested { width: 78%; }
  .collage .studio { width: 80%; margin-top: 10rem; }
}


/* two-shot stagger */
.shot-stack.duo { padding-bottom: 3rem; }
.shot-stack.duo .back { width: 88%; transform: rotate(-1.5deg); }
.shot-stack.duo .front { position: absolute; width: 78%; right: 0; bottom: 0; transform: rotate(1.5deg); box-shadow: 0 14px 34px rgba(58, 42, 51, 0.16); }

/* ---------- Maps & photos fan (statement strip figure) ---------- */
.shot-fan { position: relative; max-width: 30rem; margin: var(--sp-3) auto 0; padding: 1rem 0 1.4rem; }
.shot-fan .fan-top { position: relative; z-index: 2; display: block; width: 60%; margin: 0 auto; transform: rotate(-0.5deg); box-shadow: 0 16px 38px rgba(58, 42, 51, 0.18); }
.shot-fan .fan-l, .shot-fan .fan-r { position: absolute; width: 55%; top: 6%; z-index: 1; }
.shot-fan .fan-l { left: 0; transform: rotate(-7deg); }
.shot-fan .fan-r { right: 0; transform: rotate(7deg); }


/* ---------- Statement strip (full-width text feature) ---------- */
.statement { max-width: var(--page-max); margin: 0 auto; padding: var(--sp-4) var(--sp-3); text-align: center; }
.statement::before { content: ""; display: block; width: 44px; height: 2.5px; background: var(--gold); margin: 0 auto var(--sp-2); border-radius: 2px; }
.statement .eyebrow { display: block; margin-bottom: 0.4rem; }
.statement h2 { font-family: var(--serif); font-size: var(--fs-h2); font-weight: 600; line-height: 1.15; margin: 0 0 0.8rem; }
.statement p { color: var(--aubergine-soft); max-width: 42rem; margin: 0 auto; }

.prose h3 { font-family: var(--serif); font-size: 1.02rem; font-weight: 600; margin: 1.3rem 0 0.3rem; color: var(--aubergine); }

/* ---------- Statement-strip centered art (Share motif) ---------- */
.statement-art { max-width: 15rem; margin: var(--sp-2) auto 0; }
.statement-art svg { display: block; width: 100%; height: auto; }
