:root[data-theme="light"] #void.land .hero {
  padding: 88px 24px 28px;
  max-width: 1140px;
  margin: auto;
}
:root[data-theme="light"] #void .landingEyebrow {
  color: #655181;
  font: 800 11px/1.5 var(--body);
  letter-spacing: .13em;
  text-transform: uppercase;
  margin: 0 0 16px;
}
:root[data-theme="light"] #void.land .hero h1 {
  font-size: clamp(38px, 4.5vw, 64px);
  line-height: 1.08;
  letter-spacing: -.045em;
  white-space: normal;
  text-wrap: balance;
  max-width: 1000px;
  margin: 0 auto 20px;
}
:root[data-theme="light"] #void.land .hero h1 b {
  background: linear-gradient(105deg, #6846c4, #975181);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}
:root[data-theme="light"] #void .heroLead {
  font-size: clamp(15px, 1.4vw, 18px);
  font-weight: 500;
  line-height: 1.6;
  white-space: normal;
  text-wrap: balance;
}
:root[data-theme="light"] #void .heroLead b {
  color: #504263;
  background: none;
  -webkit-text-fill-color: #504263;
}
:root[data-theme="light"] #void .doorStage.launchPad {
  padding: 24px;
  border: 1px solid rgba(255,255,255,.9);
  border-radius: 32px;
  background: rgba(255,251,244,.86);
  box-shadow: 0 24px 64px -30px rgba(64,43,87,.26);
}
:root[data-theme="light"] #void .partnerSpotlight { padding: 0; }
:root[data-theme="light"] #void .psGrid {
  grid-template-columns: minmax(0,1fr) minmax(0,1fr);
  gap: 24px;
}
:root[data-theme="light"] #void .psPresence {
  min-height: 360px;
  border-radius: 24px;
}
:root[data-theme="light"] #void .psJourney {
  padding: 24px;
  background: #fffcf7;
  box-shadow: none;
}
:root[data-theme="light"] #void .launchPrompt { font-size: 21px; line-height: 1.25; }
:root[data-theme="light"] #void .landingChoiceHelp {
  color: #6b6380;
  font: 500 14px/1.5 var(--body);
  margin: 8px 0 18px;
  max-width: 38ch;
}
:root[data-theme="light"] #void .psJourney .ladder { gap: 8px; }
:root[data-theme="light"] #void .psJourney .stop {
  min-height: 62px;
  padding: 10px 14px;
  border: 1px solid transparent;
  border-radius: 16px;
  text-align: left;
}
:root[data-theme="light"] #void .psJourney .stop.on {
  background: #ece4ff;
  border-color: #c9b8ed;
  border-radius: 16px;
  box-shadow: none;
}
:root[data-theme="light"] #void .psJourney .pathTitle { font-size: 15px; }
:root[data-theme="light"] #void .psJourney .stop .pathNote {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 8px;
  margin-top: 4px;
}
:root[data-theme="light"] #void .psJourney .stop .pathNote i {
  background: transparent;
  color: #6b6380;
  padding: 0;
  border: 0;
  font: 500 12px/1.35 var(--body);
}
:root[data-theme="light"] #void .landingActionHelp {
  text-align: center;
  color: #6b6380;
  font: 600 12px/1.5 var(--body);
  margin: 10px 0 0;
}
:root[data-theme="light"] #void .qrow textarea::placeholder { color: #70677e; }
:root[data-theme="light"] #void .qrow:focus-within {
  outline: 2px solid #8061c3;
  outline-offset: 4px;
}
:root[data-theme="light"] #void .qrow .sendPair > button { min-height: 44px; height: 44px!important; }
:root[data-theme="light"] #void .qrow .sendPair > .doit { background: #7050ce!important; }
:root[data-theme="light"] #void button:focus-visible,
:root[data-theme="light"] #void select:focus-visible { outline: 2px solid #7050ce; outline-offset: 3px; }
:root[data-theme="light"] #void .landingProgress {
  width: min(1080px, calc(100% - 48px));
  margin: 72px auto 0;
  padding: 36px;
  border: 1px solid rgba(255,255,255,.85);
  border-radius: 28px;
  background: rgba(255,251,244,.88);
  color: var(--ink);
}
:root[data-theme="light"] #void .landingProgressIntro { max-width: 720px; }
:root[data-theme="light"] #void .landingProgress h2 {
  font-size: clamp(27px, 3vw, 36px);
  line-height: 1.15;
  letter-spacing: -.03em;
  margin: 0 0 12px;
  text-wrap: balance;
}
:root[data-theme="light"] #void .landingProgress p { font-size: 15px; line-height: 1.65; color: #6b6380; }
:root[data-theme="light"] #void .landingProgress .landingEyebrow { font-size: 11px; color: #655181; }
:root[data-theme="light"] #void .landingProgress ol {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 18px;
  list-style: none;
  margin: 30px 0 0;
  padding: 26px 0 0;
  border-top: 1px solid rgba(43,36,64,.12);
}
:root[data-theme="light"] #void .landingStepNumber {
  display: inline-grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 13px;
  background: #e9e0fb;
  color: #62479a;
  font: 800 13px var(--body);
}
:root[data-theme="light"] #void .landingProgress li:nth-child(2) .landingStepNumber { background: #e2eee5; color: #386449; }
:root[data-theme="light"] #void .landingProgress li:nth-child(3) .landingStepNumber { background: #f4e2d3; color: #835832; }
:root[data-theme="light"] #void .landingProgress h3 { font: 800 20px/1.3 var(--body); margin: 16px 0 8px; }
:root[data-theme="light"] #void .landingProgress li p { margin: 0; font-size: 14px; }
:root[data-theme="light"] #void .landingProgress li {
  background: #fffcf7;
  border: 1px solid rgba(75,52,95,.08);
  border-radius: 22px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: 0 12px 30px -22px rgba(56,35,79,.3);
}
:root[data-theme="light"] #void .landingStepArt { display: block; width: 100%; height: auto; aspect-ratio: 3/2; object-fit: cover; }
:root[data-theme="light"] #void .landingStepBody { padding: 22px; display: flex; flex-direction: column; align-items: flex-start; flex: 1; }
:root[data-theme="light"] #void .landingStepAction {
  margin-top: auto;
  padding: 20px 0 2px;
  background: none;
  border: 0;
  color: #6946ac;
  font: 800 13px/1.4 var(--body);
  text-align: left;
  cursor: pointer;
  min-height: 44px;
}
:root[data-theme="light"] #void .landingStepAction:hover { color: #432478; text-decoration: underline; text-underline-offset: 4px; }
:root[data-theme="light"] #void .landingProgress .landingStepNumber { width: auto; height: auto; background: none; color: #716383; }
:root[data-theme="light"] #void .landingProgress h3 { font-size: 21px; }
:root[data-theme="light"] #void .ex,
:root[data-theme="light"] #void .proofBand { width: min(1080px,calc(100% - 48px)); margin: 64px auto 0; }
:root[data-theme="light"] #void .exHead { display: block; margin-bottom: 24px; }
:root[data-theme="light"] #void .exHead h2,
:root[data-theme="light"] #void .pbHead h2 { font-size: clamp(28px,3vw,38px); line-height: 1.2; letter-spacing: -.03em; }
:root[data-theme="light"] #void .landingSectionLead { max-width: 65ch; color: #6b6380; font: 500 15px/1.6 var(--body); margin: 12px 0 0; }
:root[data-theme="light"] #void .exGrid .exCard { min-width: 240px; padding: 16px; border: 1px solid rgba(75,52,95,.08); }
:root[data-theme="light"] #void .exLine { font-size: 15px; line-height: 1.5; }
:root[data-theme="light"] #void .exOpen { min-height: 40px; margin-top: 12px; }
:root[data-theme="light"] #void .pbGrid { grid-template-columns: repeat(3,minmax(0,1fr)); gap: 20px; }
:root[data-theme="light"] #void .pbCard { border: 1px solid rgba(75,52,95,.08); overflow: hidden; box-shadow: 0 18px 44px -28px rgba(56,35,79,.3); display: flex; flex-direction: column; }
:root[data-theme="light"] #void .pbBody { padding: 22px; display: flex; flex-direction: column; flex: 1; }
:root[data-theme="light"] #void .pbName { font-size: 21px; }
:root[data-theme="light"] #void .pbSaid { font-size: 14px; line-height: 1.6; }
:root[data-theme="light"] #void .pbMods { margin-top: auto; padding-top: 14px; }
:root[data-theme="light"] #void .landingCaseLink { display: flex; align-items: center; justify-content: space-between; margin-top: 18px; padding-top: 16px; border-top: 1px solid rgba(75,52,95,.1); color: #6946ac; font: 800 13px/1.5 var(--body); text-decoration: none; min-height: 44px; }
:root[data-theme="light"] #void .landingCaseLink:hover { text-decoration: underline; }
:root[data-theme="light"] #void .landingInvite { width: min(1080px,calc(100% - 48px)); margin: 64px auto 0; padding: 40px; border-radius: 28px; border: 1px solid #ded2ef; background: linear-gradient(115deg,#f4edff,#fffcf7 70%); display: grid; grid-template-columns: 64px minmax(0,1fr); gap: 28px; }
:root[data-theme="light"] #void .landingInvite h2 { font-size: clamp(28px,3vw,38px); line-height: 1.2; letter-spacing: -.03em; margin: 0 0 14px; }
:root[data-theme="light"] #void .landingInvite p:not(.landingEyebrow) { max-width: 65ch; font: 500 15px/1.7 var(--body); color: #6b6380; }
:root[data-theme="light"] #void .landingInviteActions { display: flex; align-items: center; flex-wrap: wrap; gap: 12px; margin: 24px 0 16px; }
:root[data-theme="light"] #void .landingInviteActions button { min-height: 46px; padding: 12px 20px; border-radius: 999px; font: 800 14px var(--body); cursor: pointer; }
:root[data-theme="light"] #void .landingTry { background: #7050ce; color: white; border: 1px solid #7050ce; box-shadow: 0 8px 20px -10px #7050ce; }
:root[data-theme="light"] #void .landingJoin { background: #fffcf7; color: #5d4196; border: 1px solid #d6c7e8; }
:root[data-theme="light"] #void .landingInviteActions a { color: #655477; padding: 12px 4px; font: 600 13px var(--body); text-underline-offset: 4px; }
:root[data-theme="light"] #void .landingInvite small { color: #6b6380; font: 500 12px var(--body); }
@media (max-width: 900px) {
  :root[data-theme="light"] #void .psGrid { grid-template-columns: 1fr; }
  :root[data-theme="light"] #void .psJourney { order: 1; }
  :root[data-theme="light"] #void .psPresence { order: 2; min-height: 240px; }
  :root[data-theme="light"] #void .psAvatar { width: min(350px,90%); }
}
@media (max-width: 700px) {
  :root[data-theme="light"] #void.land .hero { padding: 78px 20px 20px; }
  :root[data-theme="light"] #void.land .hero h1 { font-size: clamp(34px,9vw,48px); margin-bottom: 14px; }
  :root[data-theme="light"] #void .landingEyebrow { font-size: 9px; letter-spacing: .08em; }
  :root[data-theme="light"] #void .doorStage.launchPad { padding: 12px; border-radius: 24px; }
  :root[data-theme="light"] #void .psGrid { gap: 12px; }
  :root[data-theme="light"] #void .psJourney { padding: 16px; }
  :root[data-theme="light"] #void .psPresence { min-height: 170px; max-height: 190px; }
  :root[data-theme="light"] #void .psAvatar { width: 240px; }
  :root[data-theme="light"] #void .landingChoiceHelp { font-size: 13px; }
  :root[data-theme="light"] #void .launchPrompt { font-size: 19px; }
  :root[data-theme="light"] #void .mobileCaseSelect { min-height: 48px; max-width: 100%; font-size: 16px; }
  :root[data-theme="light"] #void .landingProgress { width: calc(100% - 28px); padding: 24px; margin-top: 40px; }
  :root[data-theme="light"] #void .landingProgress ol { grid-template-columns: 1fr; gap: 24px; }
  :root[data-theme="light"] #void .landingActionHelp { font-size: 11px; }
  :root[data-theme="light"] #void .ex,
  :root[data-theme="light"] #void .proofBand,
  :root[data-theme="light"] #void .landingInvite { width: calc(100% - 28px); margin-top: 40px; }
  :root[data-theme="light"] #void .landingInvite { padding: 24px; grid-template-columns: 1fr; gap: 16px; }
  :root[data-theme="light"] #void .landingInvite > img { width: 48px; height: 48px; }
  :root[data-theme="light"] #void .pbGrid { display: grid; grid-template-columns: 1fr; overflow: visible; margin: 0; padding: 0; }
  :root[data-theme="light"] #void .pbGrid .pbCard { width: 100%; }
  :root[data-theme="light"] #void .landingInviteActions { align-items: stretch; }
}
@media (prefers-reduced-motion: reduce) {
  :root[data-theme="light"] #void .qPick.landing img { animation: none; }
}

/* ═══ THE PHONE (owner, 2026-09-05) ══════════════════════════════════════════
   Three things the owner named on a real phone, and the desktop must not move:

   1 · THE BUDDY STANDS ON THE LEFT, HIS IDEA ON THE RIGHT. The hero art is one
       wide diorama with the buddy in the middle, and `.psWork` — the card
       naming what he is working on — is pinned over him at `left:5%`. On a
       390px screen that card covered his whole face: the picture read as a
       floating label on an empty room. The figure slides left and the card
       moves to the right half, so the two read as him HOLDING the idea out.
   2 · THE FIVE STARTERS COME BACK, UNDER THE COMPOSER. A phone visitor got one
       native `<select>` — a form control where the desktop shows five concrete
       jobs. The five rows return, below the field, so the picture and the box
       stay the first thing; `.psGrid` becomes `display:contents` so the
       spotlight can order presence → composer → ladder without moving markup.
   3 · THE COMPOSER IS ONE FIELD AND TWO VERBS. The mic carried `margin-left:auto`
       and the `Dari`/`Do` button was hidden, so the second row was an empty
       gap, a mic and a lone pill at three different heights. Mic left, both
       verbs right, everything 42px.

   ⛔ Scoped to `max-width:760px` — the same breakpoint `NARROW()` uses in
      index.html, so what the script thinks is narrow and what CSS paints agree. */
@media (max-width: 760px) {
  /* 1 · the buddy left, the idea right */
  /* the box follows the width so the whole buddy — tail included — is in
     frame on a 390px phone and a 580px one alike; a fixed height cut his
     tail off on the wide ones */
  :root[data-theme="light"] #void .psPresence { min-height: 0; max-height: none; height: auto; aspect-ratio: 1.42; }
  :root[data-theme="light"] #void .psAvatar { position: absolute; inset: 0; aspect-ratio: auto; height: 100%; }
  :root[data-theme="light"] #void .psAvatar { width: 100%; max-width: none; transform: none; }
  /* ⛔ The buddy moves left by CROPPING, never by a transform. `.psFigure` runs
     the `psVoyage` keyframes (a running animation beats any static transform we
     could write), and transforming `.psAvatar` drags `.psWork` along with it —
     the card is a DOM descendant of the figure, so it would land back on his
     face. `object-position` moves only the picture and leaves the card's
     containing block where it is. */
  /* ⛔ `object-position` alone is a no-op here: the box is WIDER than the
     picture's aspect at every phone width, so `cover` crops vertically and
     there is no horizontal slack to shift. The picture is made 126% wide and
     hung 19% off the left edge — real overflow, so the buddy moves left at
     390px and at 580px alike, and the card's containing block never moves. */
  :root[data-theme="light"] #void .psAvatar img {
    width: 118%; height: 100%; left: -16%; right: auto;
    object-fit: cover; object-position: 50% 42%;
  }
  :root[data-theme="light"] #void .psWork {
    left: auto; right: 3%; top: auto; bottom: 7%;
    transform: rotate(-1.5deg);
    width: 52%; max-width: 210px;
    grid-template-columns: 40px minmax(0, 1fr);
    gap: 10px; padding: 11px 13px;
  }
  :root[data-theme="light"] #void .psWork img { width: 40px; height: 40px; }
  :root[data-theme="light"] #void .psWorkCopy b { font-size: 13px; line-height: 1.2; }
  :root[data-theme="light"] #void .psWorkCopy small { font-size: 9.5px; }
  /* the landing animation is written for the desktop corner — on the phone the
     card sits mid-height, so it drops in from above its own place */
  /* ⛔ `.psWork` starts at opacity 0 and the clay keyframes reveal it — killing
     the animation without restoring opacity deletes the card entirely. */
  :root[data-theme="light"] #void .partnerSpotlight[data-work-phase="ready"] .psWork { animation: none; opacity: 1; }
  :root[data-theme="light"] #void .partnerSpotlight[data-work-phase="thinking"] .psWork { opacity: 0; transform: scale(.86); }

  /* 2 · presence → composer → the five starters */
  :root[data-theme="light"] #void .partnerSpotlight { display: flex; flex-direction: column; gap: 10px; }
  :root[data-theme="light"] #void .psGrid { display: contents; }
  :root[data-theme="light"] #void .psTop { order: 0; }
  :root[data-theme="light"] #void .psPresence { order: 1; }
  :root[data-theme="light"] #void .partnerCanvas { order: 2; margin: 0; }
  :root[data-theme="light"] #void .psTrust { order: 4; }
  html.immOn[data-theme="light"] #void .psJourney,
  :root[data-theme="light"] #void .psJourney {
    display: block; order: 3; padding: 14px 13px; overflow: visible;
  }
  :root[data-theme="light"] #void .mobileCaseLabel { display: none; }
  :root[data-theme="light"] #void .psJourney .launchPrompt { display: block; font: 800 16px/1.2 var(--body); }
  :root[data-theme="light"] #void .landingChoiceHelp { display: none; }
  :root[data-theme="light"] #void .psJourney .ladder {
    display: grid; grid-template-columns: 1fr; gap: 7px;
    margin: 12px 0 0; padding: 0; overflow: visible;
  }
  :root[data-theme="light"] #void .psJourney .stop {
    display: grid; grid-template-columns: 28px minmax(0, 1fr) 14px;
    align-items: center; gap: 10px;
    min-height: 50px; padding: 9px 11px; border-radius: 14px; text-align: left;
  }
  :root[data-theme="light"] #void .psJourney .stop .pathTitle { margin: 0; font-size: 13.5px; }
  :root[data-theme="light"] #void .psJourney .stop .pathNote { display: flex; flex-wrap: wrap; gap: 3px 7px; margin-top: 2px; }
  :root[data-theme="light"] #void .psJourney .stop .pathNote i { font-size: 10.5px; }
  :root[data-theme="light"] #void .psJourney .pathPick { width: 26px; height: 26px; }
  :root[data-theme="light"] #void .psJourney .pathPick img { width: 22px; height: 22px; }
  :root[data-theme="light"] #void .psJourney .rail2,
  :root[data-theme="light"] #void .psJourney .fill { display: none; }

  /* 3 · the composer — TWO things, not one (owner, 2026-09-05: "don't try to
     put the input field and buttons into one field"). The field is its own
     pill with the mic inside it; Ask | Do stand below as their own row. The
     markup keeps them in one `.qrow`, so the row gives up its pill and the
     textarea wears it instead; the mic is pinned into the field's corner.
     ⛔ The clay sheet paints the row's pill with !important — matched here. */
  html.immOn[data-theme="light"] #doorCard .qrow,
  :root[data-theme="light"] #void .qrow {
    position: relative; flex-wrap: wrap; align-items: stretch; gap: 12px 0;
    padding: 0 !important; min-height: 0 !important;
    background: transparent !important; border: 0 !important; border-radius: 0 !important; box-shadow: none !important;
  }
  :root[data-theme="light"] #void .qrow:focus-within { outline: 0; }
  :root[data-theme="light"] #void .qrow::after { display: none; }
  :root[data-theme="light"] #void .launchPad textarea#q,
  :root[data-theme="light"] #void textarea#q#q {
    flex: 1 1 100%; min-width: 0; box-sizing: border-box; min-height: 64px !important;
    padding: 20px 60px 14px 18px !important; font: 600 16px/1.35 var(--body) !important; max-height: 160px !important;
    background: var(--cream, #fffcf7) !important; border-radius: 22px !important;
    box-shadow: 0 10px 24px -18px rgba(43,36,64,.35) !important;
  }
  :root[data-theme="light"] #void .qrow:focus-within textarea#q#q { outline: 2px solid #8061c3; outline-offset: 2px; }
  html.immOn[data-theme="light"] #doorCard .qrow .micq,
  :root[data-theme="light"] #void .qrow .micq {
    position: absolute; right: 10px; top: 32px; transform: translateY(-50%); margin: 0;
    width: 42px; height: 42px; flex: none; display: inline-flex; align-items: center; justify-content: center;
    border-radius: 999px; background: #f3eef9; border: 0; box-shadow: none;
  }
  :root[data-theme="light"] #void .qrow .micq svg { width: 20px; height: 20px; }
  :root[data-theme="light"] #void .qrow .sendPair { flex: 1 1 100%; display: flex; gap: 10px; padding: 0; margin: 0; max-width: none; }
  :root[data-theme="light"] #void .qrow .sendPair > button { flex: 1 1 0; height: 50px !important; min-height: 50px; padding: 0 12px; font-size: 15px; border-radius: 999px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; }
  :root[data-theme="light"] #void .qrow .sendPair > button svg { flex: none; width: 16px; height: 16px; }
  :root[data-theme="light"] #void .qrow .sendPair > button em { display: inline; font-style: normal; }
  :root[data-theme="light"] #void .qrow .sendPair > .doit { display: inline-flex; }
  /* the icon that hops into the field lands in its corner, not in the row */
  :root[data-theme="light"] #void .qrow .qPick { position: absolute; left: 14px; top: 12px; z-index: 2; }
  :root[data-theme="light"] #void .qrow .qPick.on ~ textarea#q#q { padding-left: 50px !important; }
  /* the fallback pill exists for when neither fits; both fit now */
  :root[data-theme="light"] #void .mobileAction { display: none; }
}

/* ⛔ THE FOOTER'S COLUMNS WERE NEVER STACKED ON A PHONE. The clay sheet sets
   `:root[data-theme="light"] #void footer .fwrap{grid-template-columns:minmax(0,1fr) auto}`
   — higher specificity than the `@media(max-width:760px) #void footer .fwrap{1fr}`
   written for it, so at every width the grid stayed two columns. The links
   column took `auto`, the brand's `1fr` computed to **0px**, and the brand block
   (min-width 200px) overflowed its own zero-wide cell and drew UNDER the links.
   Measured 2026-09-05 at 390px: `grid-template-columns: 0px 282.797px`.
   ⛔ The lesson: a themed rule added later silently outranks the media query
   that was correct — fix it at the same specificity, never by widening the
   media query. */
@media (max-width: 900px) {
  :root[data-theme="light"] #void footer { width: calc(100% - 28px); margin: 40px auto 24px; padding: 26px 22px 20px; }
  :root[data-theme="light"] #void footer .fwrap { grid-template-columns: 1fr; gap: 20px; align-items: start; }
  :root[data-theme="light"] #void footer .fbrand { grid-template-columns: 1fr; gap: 14px; align-items: start; }
  :root[data-theme="light"] #void footer .fbrand p,
  html.immOn :root[data-theme="light"] #void footer .fbrand p { max-width: 34ch; font-size: 15px !important; }
  :root[data-theme="light"] #void footer .fBrand,
  :root[data-theme="light"] #void footer .fBrand.logo { width: 172px !important; }
  :root[data-theme="light"] #void footer .fBrand svg { width: 172px; }
  :root[data-theme="light"] #void footer .flinks { justify-content: flex-start; flex-wrap: wrap; gap: 8px; margin-left: 0; }
  :root[data-theme="light"] #void footer .flinks a { font-size: 12.5px; padding: 9px 14px; }
  :root[data-theme="light"] #void footer .fbar { flex-wrap: wrap; gap: 8px; margin-top: 20px; }
}
