/* store.css — the surfaces S5 added: the axis hubs, the trust surfaces, the
 * brands page and the home page's occasion prompt.
 *
 * Kept OUT of site.css for the same reason calendar.css is: the 56 catalog
 * pages have no use for these rules, and one of them sits exactly at its
 * 250KB transfer budget, so anything added to the shared stylesheet pushes it
 * over and audit_security refuses the build. Twice now that refusal has been
 * the right answer to the wrong question. Tokens come from site.css, which
 * every page linking this one also links.
 */
/* ── axis hubs, trust surfaces and the occasion prompt (S5) ──────────────── */
.hub-intro { color: var(--ink-soft); max-width: 42rem; margin-top: 0.75rem; }
.tile-why { color: var(--ink-soft); font-size: 0.9rem; line-height: 1.45; margin: 0.35rem 0 0; }
.hub-foot { margin-top: 2rem; color: var(--ink-soft); }
/* Occasion pages (B5). The date line sits directly under the lede and is the
   one piece of the page that changes on its own. */
.occ-when {
  margin: 0.9rem 0 1.25rem; font-weight: 500;
  color: var(--ink); max-width: 42rem;
}
.occ-note {
  margin-top: 1.25rem; padding-left: 1rem; max-width: 42rem;
  border-left: 2px solid var(--line); color: var(--ink-soft);
}
.occ-index {
  list-style: none; padding: 0; margin: 0;
  display: grid; gap: 0.5rem 2rem;
  grid-template-columns: repeat(auto-fill, minmax(15rem, 1fr));
}
.occ-index a { text-decoration: none; }
.occ-index a:hover { text-decoration: underline; }
.prose { max-width: 42rem; }
.trust-block { margin: 0 0 2.25rem; }
.trust-block h2 { font-size: 1.15rem; margin: 0 0 0.6rem; }
.trust-block p { color: var(--ink-soft); margin: 0 0 0.8rem; }
.brand-card { border-top: 1px solid var(--line); padding: 1.25rem 0; }
.brand-card h2 { font-size: 1.1rem; margin: 0 0 0.3rem; }
.brand-card p { color: var(--ink-soft); margin: 0; }
/* The occasion prompt. Four routes, not a carousel and not a quiz: the
   question is the heading, and each answer is a plain link to a real page. */
.axis-prompt .lede { color: var(--ink-soft); }
.axis-routes { display: grid; gap: 0.75rem; margin-top: 1.5rem;
  grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr)); }
.axis-route { display: block; text-decoration: none; padding: 1.1rem 1.2rem;
  border: 1px solid var(--line); border-radius: var(--r-m); background: var(--surface); }
.axis-route:hover { border-color: var(--line-2); }
.axis-name { display: block; font-weight: 600; }
.axis-sub { display: block; color: var(--ink-soft); font-size: 0.9rem;
  margin-top: 0.3rem; line-height: 1.45; }

/* ── help me choose (S6, ST-E §4) ────────────────────────────────────────── */
.hero-prompt, .hmc-form { display: grid; gap: 0.9rem; max-width: 34rem; margin-top: 1.25rem; }
.hero-prompt label, .hmc-form label { display: block; color: var(--ink-soft); font-size: 0.92rem; }
.hero-prompt select, .hmc-form select {
  display: block; width: 100%; margin-top: 0.3rem; font: inherit; padding: 0.5rem 0.6rem;
  border: 1px solid var(--line); border-radius: var(--r-s); background: var(--surface); color: var(--ink);
}
.hero-prompt button, .hmc-form button {
  font: inherit; padding: 0.6rem 1.2rem; border: 1px solid var(--ink); border-radius: var(--r-s);
  background: var(--ink); color: var(--on-ink); cursor: pointer; justify-self: start;
}
.hmc-check { display: flex; gap: 0.5rem; align-items: center; }
.hmc-check input { width: auto; margin: 0; }
.axis-or { color: var(--ink-soft); margin-top: 1.25rem; font-size: 0.92rem; }
.hmc-picks { display: grid; gap: 1rem; margin: 1.5rem 0; }
.hmc-pick { border: 1px solid var(--line); border-radius: var(--r-m); padding: 1.1rem 1.25rem; background: var(--surface); }
.hmc-pick h2 { font-size: 1.15rem; margin: 0 0 0.5rem; }
.hmc-n { color: var(--ink-faint); font-size: 0.85rem; margin: 0 0 0.25rem; }
.hmc-why { margin: 0; padding-left: 1.1rem; color: var(--ink-soft); }
.hmc-why li { margin: 0.2rem 0; }
/* A remembrance result is set apart and left alone, as on the calendar. */
.hmc-gentle { border-left: 2px solid var(--line); }
.hmc-remember, .hmc-foot { color: var(--ink-soft); }
.hmc-again { margin-top: 2rem; }
.hmc-again summary { cursor: pointer; color: var(--ink-soft); }
/* Grandparent mode (§4.5): larger type, one pick per screen, nothing moving. */
.hmc-large { font-size: 1.25rem; }
.hmc-large .hmc-pick { min-height: 60vh; display: flex; flex-direction: column; justify-content: center; }
.hmc-large .hmc-pick h2 { font-size: 1.7rem; }
.hmc-large select, .hmc-large button { font-size: 1.15rem; padding: 0.75rem 0.9rem; }

/* ── the Phase 0 test landing, /made-for-you/sky/ (S8, ST-E §5 order) ───── */
.mfy-preview { max-width: 34rem; }
.mfy-preview img { display: block; width: 100%; height: auto; border-radius: var(--r-m); }
.mfy-example { color: var(--ink-faint); font-size: 0.85rem; margin: 0.5rem 0 0; }
.mfy-promise, .mfy-story, .mfy-trust, .mfy-related { border-top: 1px solid var(--line); padding: 1.5rem 0; }
.mfy-story dl { display: grid; grid-template-columns: max-content 1fr; gap: 0.4rem 1.25rem; margin: 0; }
.mfy-story dt { color: var(--ink-faint); }
.mfy-story dd { margin: 0; color: var(--ink-soft); }
/* EM-A §2: two doors, same weight. Radios styled as equal buttons; the
   checked door is filled. Neither is preselected: the visitor self-sorts. */
.doors { display: grid; gap: 0.75rem; grid-template-columns: repeat(auto-fit, minmax(14rem, 1fr)); margin: 0 0 1.25rem;
  border: 0; padding: 0; min-width: 0; }   /* a fieldset, without the browser's box around it */
.door { position: relative; display: block; padding: 1rem 1.1rem; border: 1px solid var(--line-2); border-radius: var(--r-m); background: var(--surface); cursor: pointer; }
.door input { position: absolute; opacity: 0; width: 1px; height: 1px; }
.door .door-name { display: block; font-weight: 600; }
.door .door-sub { display: block; color: var(--ink-soft); font-size: 0.9rem; margin-top: 0.25rem; }
.door:has(input:checked) { border-color: var(--ink); background: var(--paper-2); }
.door:has(input:focus-visible) { outline: 2px solid var(--ink); outline-offset: 2px; }

/* The returns page (B6): one list, each item leading with the case. */
ul.policy { list-style: none; padding: 0; margin: 1rem 0 2rem; }
ul.policy li { padding: 0.9rem 0; border-top: 1px solid var(--line); max-width: 42rem; }
ul.policy li:first-child { border-top: 0; }
