/* Lune — investor narrative site · First Light */
:root {
  --ivory: #FBF6EF;
  --ink: #33252B;
  --dusk: #38253A;
  --amber: #E0995A;
  --rose: #D98B73;
  --cloud: #C9CFDE;
  --hair: rgba(51, 37, 43, 0.16);
  --hair-light: rgba(251, 246, 239, 0.22);
  --sans: 'Instrument Sans', sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
html, body { margin: 0; padding: 0; }

body {
  background: var(--ivory);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

.sunrise {
  background:
    radial-gradient(ellipse 70% 90% at 18% 22%, rgba(249, 207, 152, 0.95), transparent 65%),
    radial-gradient(ellipse 60% 80% at 82% 18%, rgba(201, 207, 222, 0.75), transparent 60%),
    radial-gradient(ellipse 80% 70% at 70% 85%, rgba(222, 139, 115, 0.85), transparent 65%),
    radial-gradient(ellipse 50% 60% at 35% 75%, rgba(224, 153, 90, 0.8), transparent 60%),
    #F2D9C2;
}

.duskglow {
  background:
    radial-gradient(ellipse 70% 65% at 75% 105%, rgba(232, 165, 100, 0.65), transparent 72%),
    radial-gradient(ellipse 60% 70% at 12% 112%, rgba(222, 142, 118, 0.5), transparent 72%),
    #38253A;
}

.wrap { max-width: 1080px; margin: 0 auto; padding: 0 28px; }
.wrap-narrow { max-width: 760px; margin: 0 auto; padding: 0 28px; }

/* ---------- scroll progress (mobile) ---------- */
#scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  height: 3px;
  width: 0;
  background: var(--amber);
  z-index: 100;
  display: none;
}

/* ---------- nav ---------- */
nav.topbar {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 50;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 28px;
  background: color-mix(in srgb, var(--ivory) 82%, transparent);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid transparent;
  transition: border-color 0.3s, opacity 0.35s, transform 0.35s;
}
nav.topbar.hidden {
  opacity: 0;
  transform: translateY(-8px);
  pointer-events: none;
}
nav.topbar.scrolled { border-bottom-color: var(--hair); }
.nav-logo { display: flex; align-items: center; gap: 9px; text-decoration: none; color: var(--ink); }
.nav-logo .wordmark { font-size: 20px; }
.nav-links { display: flex; align-items: center; gap: 26px; }
.nav-links a {
  font-size: 13.5px;
  font-weight: 500;
  color: var(--ink);
  text-decoration: none;
  opacity: 0.75;
  white-space: nowrap;
}
.nav-links a:hover { opacity: 1; }
.nav-links a.cta {
  opacity: 1;
  background: var(--ink);
  color: var(--ivory);
  padding: 9px 18px;
  border-radius: 999px;
  font-weight: 600;
}

.wordmark { font-weight: 700; letter-spacing: -0.03em; line-height: 1; }

/* ---------- hero · deck-cover layout ---------- */
header.hero {
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 36px 0;
  row-gap: 28px;
}
.hero-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.hero-mid {
  flex: 1;
  display: flex;
  align-items: center;
  min-height: 0;
}
.eyebrow {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}
.hero .display {
  font-size: clamp(56px, calc(var(--hero-scale, 1) * 9.5vw), calc(var(--hero-scale, 1) * 124px));
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 0.98;
  margin: 0;
}
@media (max-height: 600px) {
  .hero .display { font-size: clamp(40px, calc(var(--hero-scale, 1) * 11vh), calc(var(--hero-scale, 1) * 124px)); }
}
.hero .sub-lead {
  font-size: clamp(20px, 2.4vw, 26px);
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.3;
  margin: 0 0 10px;
}
.hero .sub {
  font-size: clamp(16px, 1.8vw, 19px);
  font-weight: 400;
  line-height: 1.55;
  letter-spacing: -0.005em;
  max-width: 580px;
  margin: 0 0 40px;
  opacity: 0.85;
  text-wrap: pretty;
}
.hero-rail {
  font-size: 13.5px;
  font-weight: 500;
  border-top: 1px solid rgba(51, 37, 43, 0.25);
  padding-top: 16px;
}
.hero-bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 14px;
  flex-wrap: wrap;
  font-size: 13.5px;
  font-weight: 500;
}
.hero-bottom .wordmark { font-size: 17px; letter-spacing: -0.02em; }

/* ---------- sections ---------- */
section { padding: 110px 0; }
section.tight { padding: 84px 0; }

.kicker {
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  opacity: 0.55;
  margin-bottom: 18px;
}
.on-dark .kicker { opacity: 0.6; }

h2.head {
  font-size: clamp(34px, 4.6vw, 52px);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.04;
  margin: 0 0 22px;
  max-width: 720px;
  text-wrap: pretty;
}
.lede {
  font-size: clamp(16px, 1.8vw, 19px);
  line-height: 1.6;
  max-width: 600px;
  opacity: 0.85;
  text-wrap: pretty;
}

.on-dark { color: var(--ivory); }
.on-dark .lede { opacity: 0.8; }

/* ---------- quotes ---------- */
.quote-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 54px;
}
.quote {
  border-top: 1px solid var(--hair);
  padding-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.quote p {
  margin: 0;
  font-size: 16.5px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.005em;
  text-wrap: pretty;
}
.quote .who { font-size: 12.5px; opacity: 0.6; }
.quote.big p { font-size: 21px; font-weight: 600; letter-spacing: -0.015em; }

/* ---------- every-woman wall ---------- */
/* ---------- every-woman wall · infinite scroll ---------- */
.wall-viewport {
  height: 340px;
  overflow: hidden;
  margin-top: 50px;
  -webkit-mask-image: linear-gradient(to bottom, transparent, black 20%, black 80%, transparent);
  mask-image: linear-gradient(to bottom, transparent, black 20%, black 80%, transparent);
}
.wall-track { display: flex; flex-direction: column; }
@media (prefers-reduced-motion: no-preference) {
  body.js .wall-track { animation: wall-scroll 70s linear infinite; }
}
@keyframes wall-scroll {
  to { transform: translateY(-50%); }
}
.wall {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 0;
  max-width: 980px;
  padding-bottom: 10px;
}
.wall span {
  font-size: clamp(15px, 1.9vw, 19px);
  font-weight: 500;
  line-height: 1.5;
  opacity: 0.85;
}
.wall span::after {
  content: "·";
  margin: 0 12px;
  opacity: 0.4;
}
.wall span:last-child::after { content: ""; margin: 0; }
.wall-claim {
  font-size: clamp(26px, 3.6vw, 40px);
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1.15;
  margin-top: 54px;
  max-width: 640px;
}

/* ---------- punish cards ---------- */
.case-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  margin-top: 54px;
}
.case {
  border: 1px solid var(--hair);
  padding: 26px 28px;
  border-radius: 4px;
}
.case h3 { font-size: 19px; font-weight: 600; letter-spacing: -0.015em; margin: 0 0 10px; }
.case p { font-size: 14.5px; line-height: 1.6; margin: 0; opacity: 0.8; }

/* ---------- why now columns ---------- */
.three-col {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin-top: 58px;
}
.three-col .col .bar { width: 32px; height: 3px; margin-bottom: 18px; }
.three-col .col h3 { font-size: 21px; font-weight: 600; letter-spacing: -0.015em; line-height: 1.25; margin: 0 0 12px; }
.three-col .col p { font-size: 14.5px; line-height: 1.65; margin: 0 0 10px; opacity: 0.8; }

.gap-band {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
  margin-top: 58px;
  border-top: 1px solid var(--hair);
  padding-top: 36px;
}
.gap-band .g .yr { font-size: 30px; font-weight: 700; letter-spacing: -0.025em; }
.gap-band .g .lab { font-size: 11px; font-weight: 600; letter-spacing: 0.2em; text-transform: uppercase; opacity: 0.55; margin-bottom: 12px; }
.gap-band .g p { font-size: 14px; line-height: 1.6; margin: 8px 0 0; opacity: 0.8; }
.gap-band blockquote { margin: 0; font-size: 19px; font-weight: 600; letter-spacing: -0.01em; line-height: 1.4; }
.gap-band cite { display: block; font-style: normal; font-size: 12px; opacity: 0.6; margin-top: 10px; letter-spacing: 0.08em; }

/* ---------- market funnel ---------- */
.funnel {
  margin-top: 58px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.frow {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.fbar {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  min-height: 64px;
  padding: 0 22px;
  border-radius: 3px;
  color: var(--ink);
}
.frow.wedge .fbar {
  border: none;
  background: transparent;
  min-height: 56px;
  width: 52%;
  justify-content: center;
  gap: 18px;
  padding: 0 18px;
}
.frow.wedge .fbar::before,
.frow.wedge .fbar::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 1.5px;
  background: repeating-linear-gradient(90deg, rgba(51, 37, 43, 0.5) 0 7px, transparent 7px 14px);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 22%, #000 78%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 22%, #000 78%, transparent);
}
.frow.wedge .fbar::before { top: 0; }
.frow.wedge .fbar::after { bottom: 0; }
.frow.wedge .flab { white-space: nowrap; font-size: 11px; }
.flab {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  white-space: nowrap;
}
.fval {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.02em;
  font-variant-numeric: tabular-nums;
}
.fnote {
  font-size: 12px;
  font-weight: 500;
  opacity: 0.65;
  white-space: nowrap;
  font-variant-numeric: tabular-nums;
  min-width: 76px;
  text-align: right;
}
.fpin {
  position: absolute;
  left: calc(100% + 12px);
  top: 50%;
  transform: translateY(-50%);
  white-space: nowrap;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  background: var(--ink);
  color: var(--ivory);
  border-radius: 999px;
  padding: 6px 14px;
}
.fpin-bottom {
  left: auto;
  right: 0;
  background: transparent;
  color: var(--ink);
  border: 1.5px solid var(--ink);
  display: none;
}
.fcaption {
  font-size: 12.5px;
  opacity: 0.6;
  margin: 14px 0 0;
}
@media (max-width: 760px) {
  /* funnel: keep the narrowing shape, compress the bars */
  .funnel { gap: 6px; }
  .fbar {
    flex-direction: column;
    justify-content: center;
    gap: 2px;
    min-height: 0;
    padding: 9px 8px;
  }
  .flab { font-size: 9.5px; letter-spacing: 0.1em; white-space: nowrap; }
  .fval { font-size: 16px; }
  .fnote { display: none; }
  .frow.wedge .fbar { padding: 8px; }
  .frow.wedge .flab { font-size: 9.5px; }
  .fpin { position: static; transform: none; margin-top: 5px; font-size: 8.5px; padding: 4px 10px; }
}

/* ---------- GTM ---------- */
.stat-pair { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; margin-top: 54px; }
.stat {
  border-top: 2px solid var(--ink);
  padding-top: 18px;
}
.stat .n { font-size: clamp(44px, 6vw, 64px); font-weight: 700; letter-spacing: -0.03em; line-height: 1; font-variant-numeric: tabular-nums; }
.stat p { font-size: 14.5px; line-height: 1.6; margin: 12px 0 0; opacity: 0.8; max-width: 360px; }

table.cmp {
  width: 100%;
  border-collapse: collapse;
  margin-top: 22px;
  font-size: 14px;
}
table.cmp th, table.cmp td {
  text-align: left;
  padding: 12px 14px 12px 0;
  border-top: 1px solid var(--hair);
  vertical-align: top;
}
table.cmp th { font-size: 11px; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase; opacity: 0.55; border-top: none; padding-top: 0; }
table.cmp td.num { font-weight: 600; font-variant-numeric: tabular-nums; }

.channels { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; margin-top: 30px; }
.channel { border: 1px solid var(--hair); border-radius: 4px; padding: 24px 26px; }
.channel .lab { font-size: 11px; font-weight: 600; letter-spacing: 0.2em; text-transform: uppercase; opacity: 0.55; margin-bottom: 10px; }
.channel h3 { font-size: 18px; font-weight: 600; letter-spacing: -0.01em; margin: 0 0 8px; }
.channel p { font-size: 14px; line-height: 1.6; margin: 0; opacity: 0.8; }

/* ---------- roadmap ---------- */
.roadmap {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0;
  margin-top: 58px;
  border-top: 1px solid var(--hair-light);
}
.on-light .roadmap { border-top-color: var(--hair); }
.rstep { padding: 22px 18px 0 0; border-left: 1px solid var(--hair-light); padding-left: 18px; }
.rstep:first-child { border-left: none; padding-left: 0; }
.on-light .rstep { border-left-color: var(--hair); }
.rstep .mo { font-size: 12px; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase; opacity: 0.6; }
.rstep h3 { font-size: 18px; font-weight: 600; letter-spacing: -0.01em; margin: 10px 0 6px; }
.rstep p { font-size: 13px; line-height: 1.55; margin: 0; opacity: 0.75; }

.demo-link {
  display: inline-block;
  margin-top: 20px;
  color: var(--ivory);
  font-size: 15px;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 1.5px;
  text-decoration-color: rgba(251, 246, 239, 0.5);
}
.demo-link:hover { text-decoration-color: var(--ivory); }

/* ---------- category cards ---------- */
.cat-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; margin-top: 54px; }
.cat {
  border: 1px solid var(--hair);
  border-radius: 4px;
  padding: 26px 24px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.cat .refused { font-size: 13px; line-height: 1.45; opacity: 0.65; min-height: 38px; }
.cat .name { font-size: 24px; font-weight: 700; letter-spacing: -0.02em; }
.cat .became { font-size: 14.5px; font-weight: 500; line-height: 1.45; }
.cat .val { font-size: 12px; font-weight: 600; letter-spacing: 0.1em; opacity: 0.55; margin-top: auto; padding-top: 14px; font-variant-numeric: tabular-nums; }
.cat.lune {
  background:
    radial-gradient(ellipse 70% 90% at 18% 22%, rgba(249, 207, 152, 0.95), transparent 65%),
    radial-gradient(ellipse 60% 80% at 82% 18%, rgba(201, 207, 222, 0.75), transparent 60%),
    radial-gradient(ellipse 80% 70% at 70% 85%, rgba(222, 139, 115, 0.85), transparent 65%),
    radial-gradient(ellipse 50% 60% at 35% 75%, rgba(224, 153, 90, 0.8), transparent 60%),
    #F2D9C2;
  border-color: transparent;
  color: var(--ink);
}

/* ---------- revenue ---------- */
.rev-list { margin-top: 54px; }
.rev {
  display: grid;
  grid-template-columns: 64px 150px 1fr 1.4fr;
  gap: 24px;
  align-items: baseline;
  padding: 24px 0;
  border-top: 1px solid var(--hair);
}
.rev .no { font-size: 26px; font-weight: 700; letter-spacing: -0.02em; opacity: 0.3; font-variant-numeric: tabular-nums; }
.rev .when { font-size: 11px; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase; opacity: 0.55; }
.rev h3 { font-size: 19px; font-weight: 600; letter-spacing: -0.01em; margin: 0; }
.rev p { font-size: 14px; line-height: 1.6; margin: 0; opacity: 0.8; }

/* ---------- trust ---------- */
.trust-cols { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; margin-top: 58px; }
.trust-cols[style*="margin-top:0"] { margin-top: 0; }
.trust-cols h3 { font-size: 12px; font-weight: 600; letter-spacing: 0.2em; text-transform: uppercase; opacity: 0.6; margin: 0 0 6px; }
.trust-item { padding: 18px 0; border-top: 1px solid var(--hair-light); }
.trust-item h4 { font-size: 17px; font-weight: 600; letter-spacing: -0.01em; margin: 0 0 6px; }
.trust-item p { font-size: 14px; line-height: 1.6; margin: 0; opacity: 0.75; }
.pull {
  font-size: clamp(28px, 4vw, 44px);
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1.15;
  margin: 70px 0 0;
  text-align: center;
}

/* ---------- team ---------- */
.team-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; margin-top: 54px; }
.person { display: flex; flex-direction: column; gap: 14px; }
.person p { flex: 1; font-size: 13.5px; line-height: 1.6; margin: 0; opacity: 0.8; }
.person .creds {
  font-size: 12px;
  opacity: 0.55;
  border-top: 1px solid var(--hair);
  padding-top: 10px;
}
.person .portrait {
  width: 100%;
  height: 280px;
  object-fit: cover;
  object-position: top;
  border-radius: 4px;
  filter: grayscale(1);
}
.person .role { font-size: 11px; font-weight: 600; letter-spacing: 0.2em; text-transform: uppercase; opacity: 0.55; }
.person h3 { font-size: 22px; font-weight: 700; letter-spacing: -0.02em; margin: 0; }
.person p { font-size: 13.5px; line-height: 1.6; margin: 0; opacity: 0.8; }
.search-note {
  margin-top: 34px;
  border: 1px dashed var(--hair);
  border-radius: 4px;
  padding: 18px 24px;
  font-size: 14px;
  opacity: 0.8;
  max-width: 560px;
}

/* ---------- the round ---------- */
.round-amount {
  font-size: clamp(64px, 11vw, 130px);
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1;
  font-variant-numeric: tabular-nums;
  margin: 26px 0 8px;
}
.terms-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 54px; }
.term { border-top: 1px solid var(--hair-light); padding-top: 16px; }
.term .lab { font-size: 11px; font-weight: 600; letter-spacing: 0.2em; text-transform: uppercase; opacity: 0.6; }
.term .val { font-size: 22px; font-weight: 700; letter-spacing: -0.02em; margin-top: 8px; }

.tickets { display: flex; gap: 14px; margin-top: 26px; flex-wrap: wrap; }
.ticket {
  border: 1.5px solid var(--ivory);
  border-radius: 999px;
  padding: 12px 28px;
  font-size: 17px;
  font-weight: 600;
  font-variant-numeric: tabular-nums;
}

.budget { margin-top: 58px; }
.brow {
  display: grid;
  grid-template-columns: 190px 1fr 110px;
  gap: 22px;
  align-items: center;
  padding: 14px 0;
  border-top: 1px solid var(--hair-light);
  font-size: 14px;
}
.brow .bname { font-weight: 600; }
.brow .bname small { display: block; font-weight: 400; font-size: 12px; opacity: 0.6; }
.brow .bbar { height: 22px; border-radius: 2px; }
.brow .bval { font-size: 17px; font-weight: 700; text-align: right; font-variant-numeric: tabular-nums; }

.sprint { display: grid; grid-template-columns: repeat(6, 1fr); gap: 0; margin-top: 30px; }
.sstep { border-left: 1px solid var(--hair-light); padding: 4px 14px 0; }
.sstep:first-child { border-left: none; padding-left: 0; }
.sstep .mo { font-size: 11px; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase; opacity: 0.6; }
.sstep p { font-size: 12.5px; line-height: 1.5; margin: 8px 0 0; opacity: 0.85; }

/* ---------- matrix ---------- */
.matrix-scroll { overflow-x: auto; margin-top: 54px; }
table.matrix { border-collapse: collapse; width: 100%; min-width: 760px; font-size: 13.5px; }
table.matrix th { font-size: 11px; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; padding: 10px 12px; text-align: center; }
table.matrix th small { display: block; font-size: 9px; letter-spacing: 0.12em; opacity: 0.5; margin-top: 3px; }
table.matrix th:first-child { text-align: left; padding-left: 0; }
table.matrix td { border-top: 1px solid var(--hair); padding: 11px 12px; text-align: center; }
table.matrix td:first-child { text-align: left; padding-left: 0; font-weight: 500; }
table.matrix td:first-child small { display: block; font-size: 11px; opacity: 0.55; font-weight: 400; }
table.matrix .dot { display: inline-block; width: 13px; height: 13px; border-radius: 50%; }
table.matrix .dot.y { background: var(--amber); }
table.matrix .dot.n { background: transparent; border: 1.5px solid var(--hair); }
table.matrix col.lune-col { background: rgba(56, 37, 58, 0.06); }
table.matrix .dot.lune { background: var(--dusk); }
.legend { display: flex; gap: 24px; margin-top: 18px; font-size: 12.5px; opacity: 0.75; align-items: center; }
.legend span { display: flex; align-items: center; gap: 8px; }

/* ---------- closing ---------- */
.closing {
  min-height: 88svh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  padding: 110px 0;
}
.closing .display {
  font-size: clamp(40px, 6.5vw, 84px);
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 1.02;
  margin: 30px auto 0;
  max-width: 800px;
}
.closing .actions { display: flex; gap: 14px; justify-content: center; margin-top: 44px; flex-wrap: wrap; }
.btn {
  display: inline-block;
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  padding: 14px 30px;
  border-radius: 999px;
}
.btn.solid { background: var(--ink); color: var(--ivory); }
.btn.line { border: 1.5px solid var(--ink); color: var(--ink); }

footer.site {
  padding: 30px 0 36px;
  border-top: 1px solid var(--hair);
}
footer.site .wrap { display: flex; justify-content: space-between; align-items: center; gap: 14px; flex-wrap: wrap; font-size: 12px; opacity: 0.6; }

/* ---------- reveal ---------- */
@media (prefers-reduced-motion: no-preference) {
  body.js .reveal {
    opacity: 0;
    transform: translateY(22px);
    transition: opacity 0.7s ease, transform 0.7s ease;
  }
  body.js .reveal.in { opacity: 1; transform: none; }
}

/* ---------- responsive ---------- */
@media (max-width: 880px) {
  .quote-grid, .three-col, .gap-band { grid-template-columns: 1fr 1fr; }
  .cat-grid, .team-grid { grid-template-columns: 1fr 1fr; }
  .roadmap { grid-template-columns: 1fr 1fr; border-top: none; }
  .rstep { border-left: none !important; padding-left: 0; border-top: 1px solid var(--hair-light); }
  .on-light .rstep { border-top-color: var(--hair); }
  .sprint { grid-template-columns: 1fr 1fr 1fr; row-gap: 26px; }
}

@media (max-width: 640px) {
  section { padding: 56px 0; }
  section.tight { padding: 48px 0; }
  #scroll-progress { display: block; }
  .nav-links a:not(.cta) { display: none; }
  .three-col, .gap-band, .case-grid, .stat-pair, .channels, .terms-grid { grid-template-columns: 1fr; }

  /* quotes: horizontal swipe instead of a six-screen stack */
  .quote-grid {
    display: flex;
    gap: 16px;
    margin-top: 40px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding-bottom: 12px;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }
  .quote-grid::-webkit-scrollbar { display: none; }
  .quote {
    flex: 0 0 80%;
    scroll-snap-align: start;
  }
  .quote.big p { font-size: 18px; }

  /* team & category: 2-up instead of stacked */
  .team-grid { grid-template-columns: 1fr 1fr; gap: 18px 14px; }
  .person .portrait { height: 160px; }
  .person h3 { font-size: 17px; }
  .person p { font-size: 12px; }
  .person .creds { font-size: 10.5px; }
  .cat-grid { grid-template-columns: 1fr 1fr; gap: 12px; }
  .cat { padding: 18px 16px; }
  .cat .name { font-size: 20px; }
  .cat .refused { min-height: 0; }

  /* chip wall: shorter window */
  .wall-viewport { height: 230px; margin-top: 36px; }

  .rev { grid-template-columns: 48px 1fr; }
  .rev .when { grid-column: 2; }
  .rev h3 { grid-column: 2; }
  .rev p { grid-column: 2; }
  .trust-cols { grid-template-columns: 1fr; gap: 40px; }
  .sprint { grid-template-columns: 1fr 1fr; }
  .brow { grid-template-columns: 1fr; gap: 6px; }
  .brow .bval { text-align: left; }
  .roadmap { grid-template-columns: 1fr; }
}
