:root {
  --ink: #17231e;
  --paper: #f5f2eb;
  --warm: #ece7dc;
  --line: rgba(23, 35, 30, .16);
  --lime: #dfff58;
  --mint: #bce7d4;
  --orange: #f3a85a;
  --violet: #a99afb;
  --muted: #607068;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; color: var(--ink); background: var(--paper); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
button, input, textarea { font: inherit; }
button { cursor: pointer; }
.noise { position: fixed; inset: 0; pointer-events: none; z-index: 10; opacity: .32; background-image: radial-gradient(rgba(20,35,29,.22) .42px, transparent .42px); background-size: 4px 4px; mix-blend-mode: soft-light; }
.topbar { height: 71px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 0 4.6vw; border-bottom: 1px solid var(--line); background: rgba(245,242,235,.9); position: sticky; top: 0; z-index: 8; backdrop-filter: blur(14px); }
.brand { display: flex; align-items: center; gap: 10px; text-decoration: none; color: var(--ink); font-weight: 780; letter-spacing: -.045em; font-size: 1.15rem; }
.brand-mark { display: grid; grid-template-columns: repeat(3, 6px); align-items: end; gap: 2px; height: 19px; }
.brand-mark i { display: block; width: 6px; border-radius: 2px; background: var(--ink); }
.brand-mark i:nth-child(1) { height: 8px; }.brand-mark i:nth-child(2) { height: 16px; }.brand-mark i:nth-child(3) { height: 12px; }
.topbar-center { color: var(--muted); font-size: .76rem; letter-spacing: .02em; }.pulse { display: inline-block; width: 8px; height: 8px; background: #60a774; border-radius: 50%; margin-right: 5px; box-shadow: 0 0 0 4px rgba(96,167,116,.12); }
.button { border: 1px solid transparent; border-radius: 999px; min-height: 46px; padding: 0 17px; display: inline-flex; align-items: center; justify-content: center; gap: 14px; font-weight: 750; font-size: .88rem; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }.button:hover { transform: translateY(-2px); box-shadow: 0 8px 18px rgba(25,40,32,.13); }.button-small { min-height: 37px; padding: 0 14px; font-size: .78rem; }.button-dark { background: var(--ink); color: white; }.button-lime { background: var(--lime); color: var(--ink); }.button-outline { border-color: var(--line); background: transparent; color: var(--ink); }.wide { width: 100%; }.text-button { padding: 0; border: 0; color: var(--ink); background: none; font-size: .9rem; font-weight: 700; text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 4px; }
.hero { min-height: 460px; padding: 72px 7.8vw 78px; display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(310px, .75fr); gap: 9vw; align-items: center; overflow: hidden; }.eyebrow { margin: 0 0 17px; color: var(--muted); text-transform: uppercase; letter-spacing: .14em; font-weight: 760; font-size: .66rem; }.hero h1, h2, h3, p { margin-top: 0; }.hero h1 { max-width: 850px; margin-bottom: 23px; font-size: clamp(2.8rem, 5.4vw, 5.8rem); line-height: .94; letter-spacing: -.075em; font-weight: 750; }.hero h1 em, .manifesto h2 em { font-family: Georgia, "Times New Roman", serif; font-weight: 400; letter-spacing: -.055em; }.lede { max-width: 575px; color: #425048; font-size: 1.06rem; line-height: 1.55; }.hero-actions { margin-top: 29px; display: flex; gap: 24px; align-items: center; flex-wrap: wrap; }
.hero-proof { min-height: 285px; padding: 24px 29px; position: relative; overflow: hidden; border: 1px solid var(--line); border-radius: 8px; background: #e8e4d9; transform: rotate(1.3deg); box-shadow: 11px 12px 0 rgba(23,35,30,.08); }.proof-line { position: relative; z-index: 1; display: grid; grid-template-columns: 28px 1fr; column-gap: 11px; align-items: baseline; margin-bottom: 22px; }.proof-line:last-of-type { margin-bottom: 0; }.proof-index { grid-row: span 2; font-family: Georgia, serif; font-size: 1.25rem; color: #7b867d; }.proof-line b { font-size: 1.05rem; letter-spacing: -.035em; }.proof-line small { grid-column: 2; color: var(--muted); margin-top: 3px; }.proof-orbit { position: absolute; border-radius: 50%; border: 1px solid rgba(25,44,34,.16); }.orbit-one { width: 280px; height: 280px; right: -96px; bottom: -126px; }.orbit-two { width: 180px; height: 180px; right: 7px; bottom: -72px; }
.case-shell { padding: 74px 4.6vw 84px; background: #1a2821; color: #f7f5ef; }.section-heading { max-width: 1140px; margin: 0 auto 34px; display: grid; grid-template-columns: 1fr 300px; gap: 50px; align-items: end; }.section-heading .eyebrow { color: #9fafa3; }.section-heading h2 { margin-bottom: 0; font-size: clamp(2rem, 3.7vw, 3.7rem); line-height: .96; letter-spacing: -.065em; }.section-heading > p { color: #b7c2b9; margin: 0; line-height: 1.5; font-size: .9rem; }
.workspace { display: grid; grid-template-columns: 245px minmax(360px, 1.45fr) 335px; max-width: 1140px; min-height: 535px; margin: auto; overflow: hidden; background: #edf2e9; color: var(--ink); border-radius: 7px; }.case-list { display: flex; flex-direction: column; padding: 17px 12px 14px; background: #213229; color: #f8f8f1; }.list-title { padding: 0 8px 15px; display: flex; justify-content: space-between; align-items: center; text-transform: uppercase; letter-spacing: .13em; color: #a9b6ad; font-size: .62rem; font-weight: 720; }.count-pill { color: #1c2b23; background: var(--lime); padding: 3px 6px; border-radius: 99px; }.case-card { width: 100%; text-align: left; border: 0; border-radius: 5px; padding: 13px 9px; display: grid; grid-template-columns: 8px 1fr 14px; gap: 8px; align-items: start; color: #eef3ed; background: transparent; }.case-card:hover, .case-card.active { background: #30463a; }.case-card.active { box-shadow: inset 2px 0 var(--lime); }.case-status { width: 7px; height: 7px; margin-top: 5px; border-radius: 50%; background: var(--mint); }.case-status.amber { background: var(--orange); }.case-status.violet { background: var(--violet); }.case-card-copy { display: grid; gap: 4px; }.case-card b { font-size: .77rem; line-height: 1.3; letter-spacing: -.02em; }.case-card small { color: #aab8af; font-size: .64rem; }.case-card > span:last-child { color: #8ca398; font-size: .7rem; }.add-case { border: 1px dashed rgba(207,229,214,.28); background: transparent; color: #d8e4db; border-radius: 5px; margin: 11px 2px 0; padding: 10px; font-size: .69rem; font-weight: 700; text-align: left; }.add-case span { color: var(--lime); font-size: 1.15rem; vertical-align: -1px; margin-right: 5px; }.list-foot { margin-top: auto; padding: 15px 8px 0; color: #8fa196; font-size: .63rem; line-height: 1.5; }
.map-stage { position: relative; display: flex; flex-direction: column; overflow: hidden; background: #dbe4d7; }.map-topline, .map-bottomline { padding: 15px 18px; position: relative; z-index: 2; display: flex; align-items: center; gap: 7px; color: #63736a; background: rgba(238,244,235,.71); backdrop-filter: blur(6px); font-size: .67rem; }.map-topline { justify-content: flex-start; }.map-live { margin-left: auto; padding: 4px 7px; background: rgba(118,158,128,.18); color: #336447; border-radius: 3px; letter-spacing: .1em; font-size: .55rem; font-weight: 800; }.location-dot { width: 7px; height: 7px; border-radius: 50%; background: #4f8a64; }.map-grid { position: relative; flex: 1; min-height: 390px; overflow: hidden; background: linear-gradient(124deg, #d7e1d2 0%, #e4ebde 48%, #cedccf 49%, #cedccf 100%); }.road { position: absolute; display: block; height: 19px; background: #f7f4e9; border: 1px solid rgba(96,108,92,.16); transform-origin: left center; }.r1 { width: 120%; top: 31%; left: -8%; transform: rotate(-18deg); }.r2 { width: 105%; top: 65%; left: -7%; transform: rotate(23deg); }.r3 { width: 75%; top: 18%; left: 29%; transform: rotate(78deg); }.r4 { width: 90%; top: 76%; left: 8%; transform: rotate(94deg); }.r5 { width: 60%; top: 51%; left: 44%; transform: rotate(-70deg); }.block { position: absolute; display: block; background: #c6d2c4; border: 1px solid rgba(81,104,88,.18); }.b1 { width: 18%; height: 21%; top: 13%; left: 12%; }.b2 { width: 22%; height: 17%; top: 41%; left: 14%; }.b3 { width: 17%; height: 17%; top: 68%; left: 25%; }.b4 { width: 23%; height: 23%; top: 12%; right: 11%; }.b5 { width: 22%; height: 20%; top: 47%; right: 13%; }.b6 { width: 16%; height: 15%; bottom: 5%; right: 5%; }.water { position: absolute; height: 28%; width: 110%; bottom: -18%; left: -6%; background: #a8d2ce; border-top: 2px solid rgba(73,134,132,.35); transform: rotate(-6deg); }.route { position: absolute; z-index: 1; height: 5px; width: 68%; top: 57%; left: 17%; border-radius: 20px; background: #1b3126; transform: rotate(-22deg); box-shadow: 0 0 0 4px rgba(223,255,88,.48); }.route-dots { position: absolute; z-index: 1; width: 14px; height: 14px; left: 59%; top: 49%; background: #ee725a; border: 3px solid #fff; border-radius: 50% 50% 50% 0; transform: rotate(-45deg); box-shadow: 0 3px 8px rgba(47,57,42,.22); }.map-pin { position: absolute; z-index: 1; width: 16px; height: 16px; border-radius: 50%; background: var(--lime); border: 3px solid #1d3629; box-shadow: 0 3px 8px rgba(47,57,42,.22); }.pin-one { top: 32%; left: 22%; }.pin-two { bottom: 23%; right: 19%; background: #fdf9ed; }.map-note { position: absolute; z-index: 2; padding: 5px 7px; background: #fffbef; box-shadow: 0 2px 6px rgba(47,57,42,.12); color: #354b3c; font-size: .59rem; transform: rotate(-2deg); }.note-one { left: 43%; top: 37%; }.note-two { right: 14%; bottom: 30%; }.map-bottomline { margin-top: auto; justify-content: space-between; }.map-layer { border: 0; background: transparent; color: #426252; font-size: .65rem; }
.case-detail { padding: 21px 21px 18px; display: flex; flex-direction: column; background: #fbfaf5; }.detail-topline { display: flex; justify-content: space-between; color: var(--muted); font-size: .62rem; }.case-chip { align-self: flex-start; padding: 5px 7px; border-radius: 4px; background: var(--mint); color: #1f4b36; letter-spacing: .1em; font-size: .55rem; font-weight: 820; }.case-detail h3 { margin: 17px 0 11px; font-size: 1.45rem; line-height: 1.02; letter-spacing: -.052em; }.detail-summary { margin-bottom: 16px; color: #526158; font-size: .77rem; line-height: 1.5; }.signal-row { display: grid; grid-template-columns: repeat(3, 1fr); padding: 13px 0; border-block: 1px solid #d9ddd6; }.signal-block { display: flex; gap: 5px; align-items: baseline; border-right: 1px solid #d9ddd6; padding-left: 8px; font-size: .56rem; line-height: 1.2; color: var(--muted); }.signal-block:first-child { padding-left: 0; }.signal-block:last-child { border: 0; }.signal-number { display: block; color: var(--ink); font-size: 1.2rem; font-weight: 800; letter-spacing: -.05em; }.evidence-strip { display: flex; align-items: center; padding: 15px 0; color: #5d6c62; font-size: .64rem; line-height: 1.35; }.evidence-avatar { width: 21px; height: 21px; margin-right: -5px; display: grid; place-items: center; border-radius: 50%; border: 2px solid #fbfaf5; color: #1e3429; font-size: .54rem; font-weight: 760; }.a1 { background: #d6a98b; }.a2 { background: #8db7c2; }.a3 { background: #d1c589; }.a4 { background: #c7d98c; }.evidence-strip > span:nth-child(4) { margin-right: 8px; }.case-actions { display: grid; gap: 8px; margin-top: auto; }.action-caption { margin: 9px 0 0; color: #728077; text-align: center; font-size: .58rem; line-height: 1.4; }
.manifesto { padding: 104px 7.8vw 112px; }.manifesto-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 10vw; }.manifesto h2 { font-size: clamp(2.5rem, 5.5vw, 5.45rem); line-height: .92; letter-spacing: -.075em; }.manifesto-copy { padding-top: 9px; color: #46564c; line-height: 1.55; font-size: 1rem; }.principles { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 29px; }.principles span { padding: 8px 10px; border: 1px solid var(--line); border-radius: 99px; color: #4b5f53; font-size: .67rem; font-weight: 700; } footer { display: flex; justify-content: space-between; gap: 15px; padding: 18px 4.6vw; border-top: 1px solid var(--line); color: #66756d; font-size: .61rem; letter-spacing: .08em; }
.modal { max-width: none; width: 100%; height: 100%; padding: 25px; border: 0; background: rgba(20,31,25,.48); }.modal::backdrop { background: rgba(20,31,25,.48); backdrop-filter: blur(4px); }.modal-panel { position: relative; width: min(640px, 100%); max-height: calc(100vh - 50px); overflow-y: auto; margin: auto; padding: 34px; border-radius: 8px; background: #f8f6ef; box-shadow: 0 30px 80px rgba(0,0,0,.22); }.modal-panel h2 { margin-bottom: 23px; font-size: 2.25rem; line-height: .98; letter-spacing: -.06em; }.close { position: absolute; top: 13px; right: 15px; width: 35px; height: 35px; border: 0; border-radius: 50%; background: #e8e4da; color: var(--ink); font-size: 1.5rem; }.modal label { display: grid; gap: 7px; margin: 13px 0; color: #32443a; font-size: .73rem; font-weight: 750; }.modal textarea, .modal input { width: 100%; border: 1px solid #cbd1c9; border-radius: 5px; padding: 11px; color: var(--ink); background: #fffef9; outline-color: #91ae51; font-size: .88rem; }.modal textarea { min-height: 106px; resize: vertical; }.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }.privacy-note { display: grid; grid-template-columns: 18px 1fr; gap: 7px; align-items: start; margin: 16px 0 20px; padding: 11px; background: #e5eedf; color: #486245; border-radius: 5px; }.privacy-note span { color: #557f4e; }.privacy-note p { margin: 0; font-size: .69rem; line-height: 1.45; }.brief-header { display: flex; justify-content: space-between; align-items: center; color: #66756d; font-size: .61rem; letter-spacing: .08em; }.brief-facts { display: grid; grid-template-columns: repeat(3, 1fr); margin: 23px 0; border-block: 1px solid #d8ddd7; }.brief-facts div { padding: 14px 8px; border-right: 1px solid #d8ddd7; }.brief-facts div:last-child { border: 0; }.brief-facts b, .brief-facts small { display: block; }.brief-facts b { font-size: 1.3rem; letter-spacing: -.05em; }.brief-facts small { margin-top: 4px; color: #627168; font-size: .61rem; }.brief-ask { margin: 0 0 17px; padding: 15px; border-left: 4px solid var(--lime); background: #e6ebdf; }.brief-ask span { display: block; margin-bottom: 7px; color: #637469; font-size: .62rem; text-transform: uppercase; letter-spacing: .1em; }.brief-ask b { font-size: .91rem; line-height: 1.35; }.brief-note { color: #65756b; font-size: .71rem; line-height: 1.45; }.toast { position: fixed; z-index: 20; bottom: 25px; left: 50%; max-width: min(480px, calc(100vw - 32px)); padding: 12px 17px; border-radius: 99px; background: var(--ink); color: white; transform: translate(-50%, 150%); transition: transform .26s ease; box-shadow: 0 9px 28px rgba(0,0,0,.2); font-size: .76rem; }.toast.show { transform: translate(-50%, 0); }
@media (max-width: 940px) { .topbar-center { display: none; }.hero { grid-template-columns: 1fr; gap: 40px; }.hero-proof { max-width: 450px; }.workspace { grid-template-columns: 220px 1fr; }.case-detail { grid-column: span 2; min-height: 350px; }.case-actions { grid-template-columns: 1fr 1fr; }.section-heading, .manifesto-grid { grid-template-columns: 1fr; gap: 24px; }.manifesto h2 { margin-bottom: 0; } }
@media (max-width: 650px) { .topbar { height: 62px; padding-inline: 18px; }.topbar .button { display: none; }.hero { min-height: auto; padding: 56px 22px 62px; }.hero h1 { font-size: clamp(2.7rem, 13vw, 4.2rem); }.case-shell { padding: 56px 15px; }.section-heading { margin-bottom: 27px; }.workspace { display: flex; flex-direction: column; }.case-list { min-height: 249px; }.map-stage { min-height: 360px; }.case-detail { min-height: 370px; }.case-actions { grid-template-columns: 1fr; }.manifesto { padding: 72px 22px; }.manifesto h2 { font-size: clamp(2.7rem, 13vw, 4.15rem); }.modal { padding: 12px; }.modal-panel { padding: 28px 20px 20px; }.modal-panel h2 { font-size: 1.95rem; }.field-row { grid-template-columns: 1fr; gap: 0; } footer { padding: 16px 18px; align-items: start; flex-direction: column; } }

/* Shared Signal refinement: clearer judging path, stronger identity and honest demo states. */
:root {
  --ink: #15261e;
  --paper: #f7f4ec;
  --warm: #ede8dc;
  --muted: #52645b;
  --line: rgba(21, 38, 30, .18);
}

.skip-link {
  position: fixed;
  z-index: 40;
  top: 10px;
  left: 10px;
  padding: 10px 14px;
  border-radius: 8px;
  background: var(--lime);
  color: var(--ink);
  font-weight: 800;
  transform: translateY(-140%);
}
.skip-link:focus { transform: translateY(0); }

.brand-mark {
  width: 31px;
  height: 31px;
  flex: 0 0 auto;
  overflow: visible;
}
.brand-mark-frame,
.brand-mark-ground { fill: none; stroke-linecap: round; stroke-linejoin: round; }
.brand-mark-frame { stroke: var(--ink); stroke-width: 9; }
.brand-mark-ground { stroke: var(--lime); stroke-width: 6; }
.button-label-short { display: none; }

.hero { min-height: 530px; }
.hero h1 { max-width: 800px; letter-spacing: -.058em; line-height: .96; }
.hero h1 em { display: block; margin-top: .08em; }
.lede { max-width: 620px; font-size: 1.12rem; }
.hero-trust { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 24px; }
.hero-trust span {
  padding: 7px 10px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--muted);
  background: rgba(255,255,255,.28);
  font-size: .74rem;
  font-weight: 720;
}
.hero-proof { min-height: 310px; padding-top: 54px; border-radius: 14px; transform: rotate(.7deg); }
.prototype-stamp {
  position: absolute;
  z-index: 2;
  top: 20px;
  left: 29px;
  color: #65746b;
  font-size: .62rem;
  font-weight: 820;
  letter-spacing: .15em;
}
.proof-line small { font-size: .78rem; line-height: 1.35; }

#live-case { scroll-margin-top: 70px; }
.demo-path {
  max-width: 1140px;
  scroll-margin-top: 86px;
  margin: 0 auto 18px;
  padding: 11px 14px;
  display: flex;
  align-items: center;
  gap: 10px;
  overflow-x: auto;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 11px;
  color: #92a39a;
  background: rgba(255,255,255,.035);
  scrollbar-width: none;
}
.demo-path::-webkit-scrollbar { display: none; }
.demo-step { display: inline-flex; align-items: center; gap: 7px; flex: 0 0 auto; font-size: .74rem; font-weight: 730; }
.demo-step b { width: 24px; height: 24px; display: grid; place-items: center; border: 1px solid currentColor; border-radius: 50%; font-size: .66rem; }
.demo-step.active { color: var(--lime); }
.demo-step.done { color: #dfe8e0; }
.demo-step.done b { color: var(--ink); border-color: var(--lime); background: var(--lime); }
.demo-connector { width: 34px; height: 1px; flex: 0 0 34px; background: rgba(255,255,255,.18); }

.workspace { grid-template-areas: "cases map detail"; border-radius: 12px; box-shadow: 0 24px 60px rgba(0,0,0,.18); }
.case-list { grid-area: cases; }
.map-stage { grid-area: map; }
.case-detail { grid-area: detail; }
.case-card { min-height: 54px; border-radius: 8px; }
.case-card b { font-size: .8rem; }
.case-card small { font-size: .72rem; }
.add-case { min-height: 44px; font-size: .75rem; }
.list-foot { font-size: .72rem; }
.map-topline, .map-bottomline { font-size: .72rem; }
.map-layer { min-height: 40px; padding: 0 8px; }
.case-detail h3 { font-size: 1.55rem; }
.detail-summary { font-size: .84rem; }
.signal-block { font-size: .66rem; }
.evidence-strip { font-size: .72rem; }
.action-caption { color: #52645b; font-size: .68rem; }
.map-grid.experience-view { background: linear-gradient(124deg, #eadfcf 0%, #f2e9dc 48%, #d9e4d7 49%, #d9e4d7 100%); }
.map-grid.experience-view .route { background: #dd6f57; box-shadow: 0 0 0 6px rgba(243,168,90,.38); }
.map-grid.experience-view .map-pin { transform: scale(1.28); background: var(--orange); }
.map-grid.experience-view .block { opacity: .58; }

.modal-intro { max-width: 520px; margin: -12px 0 18px; color: var(--muted); font-size: .92rem; line-height: 1.5; }
.sample-button { min-height: 40px; padding: 0 12px; border: 1px solid var(--line); border-radius: 8px; color: var(--ink); background: var(--warm); font-size: .78rem; font-weight: 760; }
.modal select { width: 100%; min-height: 46px; border: 1px solid #cbd1c9; border-radius: 8px; padding: 0 11px; color: var(--ink); background: #fffef9; }
.modal textarea, .modal input { min-height: 46px; border-radius: 8px; }
.modal label { font-size: .8rem; }
.close { width: 44px; height: 44px; top: 10px; right: 11px; }
.compact-panel { width: min(520px, 100%); }
.result-panel { width: min(700px, 100%); }
.result-topline { display: flex; align-items: center; justify-content: space-between; gap: 14px; }
.result-topline .eyebrow { margin-bottom: 0; }
.mode-badge { padding: 6px 8px; border-radius: 999px; background: #e2eadc; color: #37604a; font-size: .59rem; font-weight: 820; letter-spacing: .08em; }
.result-card { padding: 16px; border: 1px solid #d5dad3; border-radius: 10px; background: #fffdf7; }
.result-card span { display: block; margin-bottom: 7px; color: var(--muted); font-size: .65rem; font-weight: 820; letter-spacing: .09em; text-transform: uppercase; }
.result-card b { display: block; font-size: .88rem; line-height: 1.42; }
.primary-result { margin: 20px 0 12px; border-color: #b5c67d; background: #eff4df; }
.primary-result b { font-size: 1.12rem; }
.result-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.result-actions { display: flex; justify-content: flex-end; gap: 10px; margin-top: 20px; }

.safety-callout {
  display: grid;
  gap: 5px;
  margin: 0 0 16px;
  padding: 12px 14px;
  border: 1px solid #d8cfae;
  border-radius: 8px;
  background: #f4edd6;
  color: #3f493f;
  font-size: .78rem;
  line-height: 1.45;
}
.safety-callout b { color: var(--ink); }
.consent-check {
  display: flex !important;
  grid-template-columns: none !important;
  align-items: flex-start;
  gap: 10px !important;
  min-height: 44px;
  margin: 10px 0 16px !important;
  padding: 10px 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--warm);
  line-height: 1.4;
}
.consent-check input { width: 18px; min-height: 18px; margin: 1px 0 0; flex: 0 0 auto; }
.brief-review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; margin: 18px 0; }
.brief-review-grid div { min-height: 108px; padding: 13px; border: 1px solid var(--line); border-radius: 8px; background: var(--warm); }
.brief-review-grid span,
.brief-review-grid b { display: block; }
.brief-review-grid span { margin-bottom: 7px; color: var(--muted); font-size: .64rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.brief-review-grid b { font-size: .75rem; line-height: 1.42; }
.brief-actions { display: grid; grid-template-columns: 1fr 1.35fr; gap: 10px; margin-top: 16px; }
.brief-actions .button { width: 100%; }

.case-card b { font-size: .82rem; }
.case-card small,
.list-foot,
.map-topline,
.map-bottomline,
.detail-topline,
.action-caption,
.brief-note { font-size: max(.7rem, 12px); }
.case-chip,
.map-live { font-size: max(.61rem, 10px); }
.signal-block { font-size: max(.61rem, 10px); }

.toast { opacity: 0; visibility: hidden; transform: translate(-50%, calc(100% + 56px)); }
.toast.show { opacity: 1; visibility: visible; transform: translate(-50%, 0); }

:where(a, button, input, textarea, select):focus-visible {
  outline: 3px solid var(--lime);
  outline-offset: 3px;
}

@media (max-width: 940px) {
  .workspace { grid-template-areas: "cases map" "detail detail"; }
}

@media (max-width: 650px) {
  .topbar { gap: 10px; }
  .topbar .button { display: inline-flex; min-width: 86px; min-height: 40px; padding-inline: 12px; }
  .button-label-long { display: none; }
  .button-label-short { display: inline; }
  .brand { font-size: 1.02rem; }
  .brand-mark { width: 28px; height: 28px; }
  .hero { padding-top: 48px; }
  .hero h1 { font-size: clamp(2.55rem, 12vw, 3.55rem); }
  .lede { font-size: 1rem; }
  .hero-proof { width: calc(100% - 8px); min-height: 300px; }
  .hero-trust { gap: 7px; }
  .hero-trust span { font-size: .7rem; }
  .case-shell { padding-top: 48px; }
  .demo-path { margin-bottom: 14px; }
  .workspace { display: flex; }
  .case-list { order: 1; min-height: auto; }
  .case-detail { order: 2; min-height: 390px; }
  .map-stage { order: 3; min-height: 320px; }
  .list-foot { display: none; }
  .result-grid { grid-template-columns: 1fr; }
  .result-actions { flex-direction: column; }
  .result-actions .button { width: 100%; }
  .brief-review-grid { grid-template-columns: 1fr; }
  .brief-review-grid div { min-height: auto; }
  .brief-actions { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
