/* Orient — For Humans page styles.
   Reuses orient.css tokens + landing.css (header/footer/wrap/btn/eyebrow/section/reveal/waitlist/closing).
   Page accent = clay (--human). Mood: calm, warm, paper-dominant. */

.h-page .eyebrow.clay { color: var(--human); }

/* ===== HERO (calm paper) ===== */
.h-hero { padding: 132px 0 48px; background: var(--paper); }
.h-hero .grid { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 80px; align-items: center; }
.h-hero .eyebrow { color: var(--human); display: block; margin-bottom: 22px; }
.h-hero h1 { font-size: clamp(34px, 4vw, 54px); line-height: 1.08; letter-spacing: -0.02em; max-width: 20ch; }
.h-hero h1 em { font-style: italic; color: var(--human); }
.h-hero .lede { font-size: 19px; line-height: 1.6; color: var(--ink-2); margin: 26px 0 0; max-width: 50ch; text-wrap: pretty; }
.h-hero .lede em { font-style: normal; color: var(--ink); font-weight: 500; }
.h-hero .lede em.accent { color: var(--human); }
.h-hero .lede-close { color: var(--ink); margin: 16px 0 34px; }
.h-hero .cta { display: flex; gap: 14px; align-items: center; flex-wrap: wrap; }
.h-hero .ghost { color: var(--ink); text-decoration: none; font-size: 15px; border-bottom: 1px solid var(--line-2); padding-bottom: 2px; white-space: nowrap; }
.h-hero .ghost:hover { border-color: var(--ink); }

/* hero question stack */
.qstack { border-left: 2px solid var(--human); padding: 6px 0 6px 28px; display: grid; gap: 14px; }
.qstack .q { font-family: var(--serif); font-size: clamp(20px, 2vw, 25px); line-height: 1.2; color: var(--ink); letter-spacing: -0.01em; }
.qstack .q.mut { color: var(--ink-3); }

/* ===== problem ===== */
.problem { background: var(--ink); color: var(--paper); text-align: left; }
.problem-grid { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 64px; align-items: start; }
.problem .lead { font-family: var(--serif); font-size: clamp(24px, 2.7vw, 35px); line-height: 1.2; letter-spacing: -0.015em; max-width: none; margin: 0; color: var(--paper); }
.problem .lead .mut { color: oklch(0.62 0.012 84); }
.problem .lead .hl { color: oklch(0.74 0.07 52); font-style: italic; }
.problem .sub { font-size: 16.5px; color: oklch(0.8 0.012 84); margin: 26px 0 0; max-width: 46ch; line-height: 1.6; }
.problem .problem-versions { list-style: none; margin: 4px 0 0; padding: 0 0 0 20px; display: grid; gap: 9px; text-align: left; border-left: 2px solid oklch(0.74 0.07 52 / 0.45); }
.problem .problem-versions li { font-family: var(--serif); font-size: clamp(16px, 1.6vw, 19px); line-height: 1.35; color: oklch(0.82 0.012 84); }
.problem .problem-frame { font-family: var(--serif); font-size: clamp(20px, 2.1vw, 27px); line-height: 1.25; letter-spacing: -0.01em; color: var(--paper); max-width: none; margin: 26px 0 0; }
.problem .problem-frame .hl { color: oklch(0.74 0.07 52); font-style: italic; }
.problem .problem-outcome { font-family: var(--serif); font-size: clamp(18px, 1.85vw, 24px); line-height: 1.3; letter-spacing: -0.01em; color: oklch(0.82 0.012 84); max-width: none; margin: 14px 0 0; }
.problem .problem-outcome .hl { color: oklch(0.74 0.07 52); font-style: italic; }
.problem .problem-cta { margin-top: 28px; }
.problem .btn {
  background: var(--human);
  color: var(--paper-on-ink);
  height: 50px;
  padding: 0 24px;
  font-weight: 600;
  box-shadow: 0 1px 0 oklch(0.45 0.08 52 / 0.35);
}
.problem .btn:hover { background: oklch(0.52 0.088 52); opacity: 1; }
@media (max-width: 760px) { .problem-grid { grid-template-columns: 1fr; gap: 36px; } }

/* ===== live surface (category statement) ===== */
.surface-sec { background: var(--paper); }
.surface-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: start; }
.surface-col h2 { font-size: clamp(30px, 3.6vw, 46px); line-height: 1.08; letter-spacing: -0.018em; margin: 14px 0 0; max-width: 16ch; }
.surface-lead { font-family: var(--serif); font-size: clamp(19px, 2vw, 25px); line-height: 1.3; letter-spacing: -0.01em; color: var(--ink); margin: 22px 0 0; max-width: 30ch; }
.surface-not { font-size: 16.5px; line-height: 1.6; color: var(--ink-3); margin: 4px 0 0; }
.surface-state { font-family: var(--serif); font-size: clamp(19px, 2vw, 26px); line-height: 1.3; letter-spacing: -0.01em; color: var(--ink); margin: 20px 0 0; }
.surface-close { font-size: 16.5px; line-height: 1.6; color: var(--human); font-weight: 500; margin: 20px 0 0; }
@media (max-width: 760px) { .surface-grid { grid-template-columns: 1fr; gap: 28px; } }

/* ===== live surface panel (workspace lead-in) ===== */
.surface-panel {
  margin-top: 52px; border: 1px solid var(--line-2); border-radius: 16px; overflow: hidden;
  background: var(--paper); box-shadow: 0 34px 64px -40px rgba(40,30,20,0.34);
}
.sp-bar {
  height: 46px; display: flex; align-items: center; justify-content: space-between;
  padding: 0 20px; background: var(--paper-2); border-bottom: 1px solid var(--line);
}
.sp-live {
  display: inline-flex; align-items: center; gap: 9px;
  font-family: var(--mono); font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--human);
}
.sp-pulse { width: 8px; height: 8px; border-radius: 50%; background: var(--human); box-shadow: 0 0 0 0 var(--human); animation: spPulse 2.4s ease-out infinite; }
.sp-url { font-family: var(--mono); font-size: 11px; color: var(--ink-3); }
@keyframes spPulse {
  0% { box-shadow: 0 0 0 0 oklch(0.6 0.12 52 / 0.5); }
  70% { box-shadow: 0 0 0 8px oklch(0.6 0.12 52 / 0); }
  100% { box-shadow: 0 0 0 0 oklch(0.6 0.12 52 / 0); }
}
@media (prefers-reduced-motion: reduce) { .sp-pulse { animation: none; } }
.sp-rows { display: grid; }
.sp-row {
  display: grid; grid-template-columns: 22px minmax(120px, 0.9fr) 2fr; align-items: baseline; gap: 18px;
  padding: 20px 26px; border-bottom: 1px solid var(--line); transition: background .15s ease;
}
.sp-row:last-child { border-bottom: none; }
.sp-row:hover { background: var(--human-soft); }
.sp-dot { width: 9px; height: 9px; border-radius: 50%; flex: none; align-self: center; }
.sp-dot.s1 { background: var(--human); }
.sp-dot.s2 { background: oklch(0.6 0.09 130); }
.sp-dot.s3 { background: var(--ink-3); }
.sp-dot.s4 { background: oklch(0.6 0.18 25); }
.sp-dot.s5 { background: oklch(0.7 0.1 85); }
.sp-name { font-family: var(--serif); font-size: clamp(20px, 2.1vw, 27px); line-height: 1.1; letter-spacing: -0.012em; color: var(--ink); }
.sp-desc { font-size: clamp(15px, 1.5vw, 17px); line-height: 1.45; color: var(--ink-2); }
@media (max-width: 640px) {
  .sp-row { grid-template-columns: 16px 1fr; row-gap: 4px; padding: 18px 20px; }
  .sp-desc { grid-column: 2; }
}

/* divider before full workspace grid */
.ws-divider { display: flex; align-items: center; gap: 16px; margin-top: 56px; color: var(--ink-3); }
.ws-divider::before, .ws-divider::after { content: ""; height: 1px; background: var(--line); flex: 1; }
.ws-divider span { font-family: var(--mono); font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; white-space: nowrap; }
.ws-divider + .workspace-grid { margin-top: 26px; }

#impact .section-head .impact-quote { font-family: var(--serif); font-size: clamp(19px, 2vw, 24px); line-height: 1.4; color: var(--ink); max-width: 48ch; margin: 24px 0 0; }
#impact .section-head .impact-quote em { font-style: italic; color: var(--human); }

/* ===== core loop ===== */
.loop { display: grid; grid-template-columns: repeat(5, 1fr); gap: 0; margin-top: 56px; border: 1px solid var(--line); border-radius: 12px; overflow: hidden; }
.loop-step { padding: 30px 24px; background: var(--paper); position: relative; transition: background .18s ease; }
.loop-step + .loop-step { border-left: 1px solid var(--line); }
.loop-step:hover { background: var(--human-soft); }
.loop-step .n { font-family: var(--mono); font-size: 12px; letter-spacing: 0.12em; color: var(--human); margin-bottom: 14px; }
.loop-step h4 { font-family: var(--serif); font-size: 24px; margin: 0 0 9px; letter-spacing: -0.01em; }
.loop-step p { font-size: 14.5px; line-height: 1.5; color: var(--ink-2); margin: 0; }
.loop-step .arrow { position: absolute; right: -9px; top: 36px; z-index: 2; width: 18px; height: 18px; color: var(--line-2); background: var(--paper); }
.loop-note { display: flex; align-items: center; gap: 10px; justify-content: center; margin-top: 22px; font-size: 14px; color: var(--ink-3); font-family: var(--mono); letter-spacing: 0.04em; }
.loop-note svg { width: 16px; height: 16px; }

/* ===== three moves + space band ===== */
.moves { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; margin-top: 52px; border: 1px solid var(--line); border-radius: 12px; overflow: hidden; }
.move { padding: 32px 26px; background: var(--paper); transition: background .18s ease; }
.move + .move { border-left: 1px solid var(--line); }
.move:hover { background: var(--human-soft); }
.move .n { font-family: var(--mono); font-size: 12px; letter-spacing: 0.12em; color: var(--human); margin-bottom: 14px; }
.move h4 { font-family: var(--serif); font-size: 26px; margin: 0 0 10px; letter-spacing: -0.01em; }
.move p { font-size: 15px; line-height: 1.55; color: var(--ink-2); margin: 0; }
.space-band { display: grid; grid-template-columns: minmax(220px, 0.85fr) 1.15fr; gap: 36px; align-items: center; margin-top: 16px; padding: 32px 34px; border: 1.5px solid var(--human); border-radius: 16px; background: var(--human-soft); }
.space-band-left { border-right: 1px solid oklch(0.55 0.09 52 / 0.22); padding-right: 32px; }
.space-band-tag { display: block; font-family: var(--mono); font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--human); margin-bottom: 16px; }
.space-band-left h4 { font-family: var(--serif); font-size: clamp(30px, 3.4vw, 44px); letter-spacing: -0.016em; line-height: 1; margin: 0; }
.space-band-left p { font-size: 16px; line-height: 1.5; color: var(--ink-2); margin: 12px 0 0; max-width: 26ch; }
.space-facets { display: flex; flex-wrap: wrap; gap: 10px; }
.facet { display: inline-flex; align-items: center; gap: 8px; font-family: var(--sans); font-size: 14px; font-weight: 500; color: var(--ink); background: var(--paper); border: 1px solid var(--line); border-radius: 22px; padding: 9px 16px; transition: border-color .15s ease, transform .15s ease; }
.facet:hover { border-color: var(--human); transform: translateY(-2px); }
.facet .d { width: 7px; height: 7px; border-radius: 50%; flex: none; }
.facet .d.s1 { background: var(--human); }
.facet .d.s2 { background: oklch(0.6 0.09 130); }
.facet .d.s3 { background: var(--ink-3); }
.facet .d.s4 { background: oklch(0.6 0.18 25); }
.facet .d.s5 { background: oklch(0.7 0.1 85); }
@media (max-width: 760px) {
  .moves { grid-template-columns: 1fr; }
  .move + .move { border-left: none; border-top: 1px solid var(--line); }
  .space-band { grid-template-columns: 1fr; gap: 22px; }
  .space-band-left { border-right: none; padding-right: 0; }
}

/* ===== works (pair grid) ===== */
.pair-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 40px; }
.pair-card { border: 1px solid var(--line); border-radius: 14px; padding: 26px 24px; background: var(--paper); }
.pair-card p { font-size: 16px; line-height: 1.6; color: var(--ink-2); margin: 0; }
.pair-card b { color: var(--ink); font-weight: 600; }
.pair-card.pair-accent { background: var(--human-soft); border-color: var(--human); }
@media (max-width: 760px) { .pair-grid { grid-template-columns: 1fr; } }

/* ===== section pitch (consistent feature layout) ===== */
.pitch-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: start; }
.pitch-lead .eyebrow { display: block; margin-bottom: 18px; }
.pitch-lead h2 { font-size: clamp(28px, 3.4vw, 44px); line-height: 1.06; letter-spacing: -0.018em; margin: 0; text-wrap: balance; }
.pitch-sub { margin-top: 26px; display: grid; gap: 7px; border-left: 2px solid var(--human); padding-left: 20px; }
.pitch-sub span { display: block; font-family: var(--serif); font-size: clamp(17px, 1.8vw, 22px); line-height: 1.3; color: var(--ink-2); letter-spacing: -0.01em; }
.pitch-features { list-style: none; margin: 4px 0 0; padding: 0; display: grid; gap: 0; border-top: 1px solid var(--line); }
.pitch-features li { position: relative; padding: 15px 0 15px 36px; border-bottom: 1px solid var(--line); font-size: 16px; line-height: 1.5; color: var(--ink); }
.pitch-features li::before { content: ""; position: absolute; left: 6px; top: 18px; width: 13px; height: 8px; border-left: 2px solid var(--human); border-bottom: 2px solid var(--human); transform: rotate(-45deg); }
.pitch-visual { margin-top: 44px; }
@media (max-width: 860px) { .pitch-grid { grid-template-columns: 1fr; gap: 30px; } }

/* works gallery — artifact tiles */
.works-holds { margin-top: 40px; }
.works-gallery { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; margin-top: 18px; }
.wk {
  display: flex; flex-direction: column; gap: 14px; align-items: flex-start;
  padding: 20px 18px; border: 1px solid var(--line); border-radius: 12px; background: var(--paper);
  transition: border-color .15s ease, transform .15s ease, box-shadow .15s ease;
}
.wk:hover { border-color: var(--human); transform: translateY(-3px); box-shadow: 0 16px 32px -20px rgba(40,30,20,0.34); }
.wk-ico { width: 38px; height: 38px; display: block; }
.wk-ico svg { width: 100%; height: 100%; display: block; overflow: visible; }
.wk-ico .ln { fill: none; stroke: var(--ink-3); stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; transition: stroke .15s ease; }
.wk-ico .ac { fill: none; stroke: var(--human); stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.wk:hover .wk-ico .ln { stroke: var(--ink-2); }
.wk-name { font-family: var(--sans); font-size: 14px; font-weight: 500; color: var(--ink); letter-spacing: -0.005em; }
@media (max-width: 900px) { .works-gallery { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 560px) { .works-gallery { grid-template-columns: repeat(2, 1fr); } }

/* ===== product-shot placeholders ===== */
.shot { border: 1px solid var(--line-2); border-radius: 12px; overflow: hidden; background: var(--paper); box-shadow: 0 30px 60px -34px rgba(40,30,20,0.32); }
.shot-bar { height: 36px; display: flex; align-items: center; gap: 7px; padding: 0 15px; background: var(--paper-2); border-bottom: 1px solid var(--line); }
.shot-bar i { width: 10px; height: 10px; border-radius: 50%; background: var(--line-2); display: block; }
.shot-bar .url { margin-left: 12px; font-family: var(--mono); font-size: 11px; color: var(--ink-3); white-space: nowrap; }
.shot-body {
  position: relative; display: flex; align-items: center; justify-content: center; padding: 28px;
  background-color: var(--paper-2);
  background-image: repeating-linear-gradient(135deg, var(--paper-3) 0, var(--paper-3) 1px, transparent 1px, transparent 11px);
}
.shot-body .lbl {
  font-family: var(--mono); font-size: 12.5px; line-height: 1.5; color: var(--ink-2); letter-spacing: 0.02em; text-align: center;
  background: var(--paper); border: 1px dashed var(--line-2); border-radius: 8px; padding: 14px 20px; max-width: 80%;
}
.shot-body .lbl b { display: block; color: var(--human); font-family: var(--sans); font-weight: 600; font-size: 13px; margin-bottom: 4px; letter-spacing: 0; }
.shot.big .shot-body { min-height: 440px; }
.action .shot .shot-body { min-height: 280px; }
.shot-img { display: block; width: 100%; height: auto; }

/* real screenshot — shown on its own (it carries its own rounded window chrome) */
.shot-photo { line-height: 0; filter: drop-shadow(0 34px 60px rgba(40,30,20,0.30)); }
.shot-photo img { display: block; width: 100%; height: auto; }

/* ===== FIGURE — editorial screenshot treatment (crop + zoom + feathered edge + annotation). Prototype on Resolve. ===== */
.figure { margin: 0; position: relative; }
.figure .shotwrap { position: relative; }   /* annotation lives here so the frame's clip doesn't cut it */
.figure .frame {
  position: relative; overflow: hidden; border-radius: 16px;
  aspect-ratio: 1024 / 460;            /* taller frame → larger presence */
  border: 1px solid var(--line-2); background: var(--paper);
  box-shadow: 0 34px 60px -34px rgba(40,30,20,0.30);
}
.figure .frame img {
  position: absolute; left: 0; bottom: 0; width: 100%; height: auto; display: block;   /* full width → clean right edge at the app margin, no mid-word crop */
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, #000 32%, #000 100%); /* upper content (question/thumbnail) dissolves into paper */
          mask-image: linear-gradient(to bottom, transparent 0%, #000 32%, #000 100%);
}
/* give the figure row more width than the standard action layout */
@media (min-width: 641px) { .action.fig-lg { grid-template-columns: 0.95fr 1.55fr; } }
.figure .annot {
  position: absolute; z-index: 3; right: -10px; bottom: 24px;
  display: inline-flex; align-items: center; gap: 8px; white-space: nowrap;
  background: var(--ink); color: var(--paper-on-ink);
  font-family: var(--mono); font-size: 11.5px; letter-spacing: 0.04em;
  padding: 9px 14px; border-radius: 8px;
  box-shadow: 0 14px 26px -12px rgba(40,30,20,0.55);
}
.figure .annot .dot { width: 7px; height: 7px; border-radius: 50%; background: var(--human); flex: none; }
.figure .cap {
  margin-top: 16px; font-family: var(--mono); font-size: 12.5px; letter-spacing: 0.02em;
  color: var(--ink-3); line-height: 1.5;
}
@media (max-width: 640px) { .figure .annot { right: 8px; } }
/* ===== end FIGURE ===== */

/* ===== showcase ===== */
.showcase { background: none; border: none; padding-top: 0; }
.showcase .uc-lead { margin-top: 0; }

/* ===== framed screenshot treatment (matches use cases page) ===== */
.ph { margin: 0; }
.ph-box {
  position: relative; overflow: hidden; border-radius: 16px;
  border: 1px solid var(--line-2); background: var(--paper);
}
.ph-box img { display: block; width: 100%; height: auto; }
.ph-cap { display: block; font-size: 14.5px; color: var(--ink-2); margin-top: 7px; line-height: 1.5; }
.uc-lead { margin-top: 44px; }
.uc-shot .ph-box { display: block; padding: 0; background: var(--paper); box-shadow: 0 34px 64px -36px rgba(40,30,20,0.32); }
.uc-shot .ph-box img { width: 100%; height: auto; display: block; }
.uc-shot .ph-cap { text-align: center; }

/* ===== core actions expanded ===== */
.action {
  display: grid; grid-template-columns: 1fr 1.15fr; gap: 0 48px; align-items: center;
  padding: 52px 0; border-top: 1px solid var(--line);
}
.action:last-child { border-bottom: 1px solid var(--line); }
.action .idx { font-family: var(--mono); font-size: 13px; letter-spacing: 0.14em; color: var(--human); }
/* number sits above the title, image spans both rows on the right */
.action:not(.capture-action) > .idx { grid-column: 1; grid-row: 1; align-self: end; padding-bottom: 14px; }
.action:not(.capture-action) > div:nth-child(2) { grid-column: 1; grid-row: 2; }
.action:not(.capture-action) > .shot { grid-column: 2; grid-row: 1 / span 2; align-self: center; }
/* text-only action (no screenshot) — single readable column */
.action-solo { grid-template-columns: 1fr; }
.action-solo > div:not(.idx) { max-width: 820px; grid-column: 1; }
.action h3 { font-size: 32px; letter-spacing: -0.012em; }
.action .desc { font-size: 16.5px; line-height: 1.6; color: var(--ink-2); margin: 14px 0 0; }
.action .desc b { color: var(--ink); font-weight: 600; }
.action .desc em { color: var(--ink); font-style: italic; }
.action .meta { margin-top: 22px; }
.action .meta-title { font-family: var(--mono); font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--ink-3); margin-bottom: 14px; }

/* resolve states list */
.states { display: grid; gap: 0; border-top: 1px solid var(--line); }
.state { display: flex; align-items: center; gap: 14px; padding: 13px 0; border-bottom: 1px solid var(--line); font-size: 15.5px; }
.state .dot { width: 9px; height: 9px; border-radius: 50%; flex: none; }
.state .nm { color: var(--ink); font-weight: 500; min-width: 130px; }
.state .gl { color: var(--ink-3); font-size: 14px; }
.state.s1 .dot { background: var(--human); }
.state.s2 .dot { background: oklch(0.6 0.09 130); }
.state.s3 .dot { background: var(--ink-3); }
.state.s4 .dot { background: oklch(0.6 0.18 25); }
.state.s5 .dot { background: oklch(0.7 0.1 85); }

/* output chips for frame */
.outputs { display: flex; flex-wrap: wrap; gap: 9px; }
.output { font-family: var(--sans); font-size: 14px; color: var(--ink); background: var(--paper-2); border: 1px solid var(--line); border-radius: 20px; padding: 8px 16px; white-space: nowrap; transition: border-color .15s ease, background .15s ease; }
.output:hover { border-color: var(--human); background: var(--human-soft); }

/* capture source diagram */
.action.capture-action {
  grid-template-columns: 1fr;
  align-items: start;
  gap: 18px 40px;
  padding: 64px 0;
}
.capture-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.42fr);
  gap: clamp(28px, 5vw, 64px);
  align-items: end;
}
.capture-head h3 { font-size: clamp(36px, 4vw, 52px); }
.capture-head .capture-lead {
  font-family: var(--serif); font-size: clamp(22px, 2.4vw, 31px); line-height: 1.18; letter-spacing: -0.012em;
  color: var(--ink); margin: 12px 0 0; max-width: 24ch;
}
.capture-head .capture-lead em { font-style: italic; color: var(--human); }
.capture-head .desc { max-width: 78ch; font-size: 18px; }
.capture-head .desc em { color: var(--ink); font-style: italic; }
.capture-bridge {
  grid-column: 1 / -1; margin: 26px 0 0; padding: 20px 24px;
  background: var(--human-soft); border: 1px solid var(--line); border-radius: 12px;
  font-size: 16.5px; line-height: 1.6; color: var(--ink-2); max-width: none;
}
.capture-bridge .cb-tag {
  display: block; font-family: var(--mono); font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--human); margin-bottom: 8px;
}
.capture-note {
  border-left: 1px solid var(--line);
  padding-left: 24px;
}
.capture-note p {
  margin: 0;
  font-size: 15px;
  line-height: 1.55;
  color: var(--ink-2);
}
.capture-diagram {
  grid-column: 1 / -1;
  margin: 14px 0 0;
}
.capture-diagram svg { display: block; width: 100%; height: auto; overflow: visible; }
.capture-diagram .cap-label {
  font-family: var(--mono);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  fill: var(--ink-3);
}
.capture-diagram .brand-node rect { fill: var(--paper); stroke: var(--line); stroke-width: 1.1; }
.capture-diagram .brand-node:hover rect { stroke: var(--human); }
.capture-diagram .brand-name { font-family: var(--sans); font-size: 11px; font-weight: 500; letter-spacing: 0.2px; text-anchor: end; fill: var(--ink); }
.capture-diagram .mk-letter { font-family: var(--mono); font-size: 12.5px; font-weight: 700; text-anchor: middle; fill: #fff; }
.capture-diagram .box-word { font-family: var(--sans); font-size: 13px; font-weight: 700; fill: #0061D5; }
.capture-diagram .neutral-mk { fill: none; stroke: var(--ink-3); stroke-width: 1.4; stroke-linecap: round; stroke-linejoin: round; }
.capture-diagram .voice-mk { fill: none; stroke: var(--human); stroke-width: 1.6; stroke-linecap: round; }
.capture-diagram .cap-wire { fill: none; stroke: var(--line-2); stroke-width: 1.1; opacity: 0.42; }
.capture-diagram .cap-wordmark path { fill: var(--ink); }
.capture-diagram .cap-ring { fill: none; stroke: var(--line-2); stroke-width: 1.5; stroke-dasharray: 3 7; opacity: 0.85; }
.capture-diagram .cap-ring2 { fill: none; stroke: var(--line-2); stroke-width: 1.3; opacity: 0.4; }
.capture-diagram .cap-orbit { transform-box: view-box; transform-origin: 730px 181px; animation: capSpin 26s linear infinite; }
.capture-diagram .cap-core { fill: var(--ink); }
.capture-diagram .cap-core-title { font-family: var(--serif); font-size: 28px; letter-spacing: -0.01em; fill: var(--ink); }
.capture-diagram .cap-core-sub { font-family: var(--mono); font-size: 11.5px; letter-spacing: 0.1em; fill: var(--ink-3); }
.capture-diagram .meaning-node rect { fill: var(--paper); stroke: var(--line-2); stroke-width: 1.1; }
.capture-diagram .meaning-node text { font-family: var(--mono); font-size: 10.5px; font-weight: 500; fill: var(--ink); }
@keyframes capSpin { to { transform: rotate(360deg); } }
@media (prefers-reduced-motion: reduce) {
  .capture-diagram .cap-flow { display: none; }
  .capture-diagram .cap-orbit { animation: none; }
}
@media (max-width: 1020px) {
  .capture-head { grid-template-columns: 1fr; align-items: start; }
  .capture-note { border-left: none; border-top: 1px solid var(--line); padding: 18px 0 0; }
}
@media (max-width: 680px) {
  .action.capture-action { grid-template-columns: 1fr; gap: 16px; }
  .capture-diagram { overflow-x: auto; }
  .capture-diagram svg { min-width: 720px; }
}

/* ===== workspace grid ===== */
.workspace-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 52px; }
.ws-card { background: var(--paper); border: 1px solid var(--line); border-radius: 12px; padding: 26px 24px; transition: border-color .15s ease, transform .15s ease; }
.ws-card:hover { border-color: var(--human); transform: translateY(-2px); }
.ws-card .tag { font-family: var(--mono); font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--human); margin-bottom: 12px; }
.ws-card h4 { font-family: var(--serif); font-size: 23px; margin: 0 0 10px; letter-spacing: -0.01em; }
.ws-card p { font-size: 14.5px; line-height: 1.55; color: var(--ink-2); margin: 0; }

/* ===== memory (feed → memory → express) ===== */
.memory-sec { background: var(--paper-2); border-top: 1px solid var(--line); }
.memory-flow { display: grid; grid-template-columns: 1fr auto 1fr; gap: 24px; align-items: stretch; margin-top: 44px; }
.mem-col { border: 1px solid var(--line); border-radius: 14px; padding: 26px 24px; background: var(--paper); }
.mem-label { font-family: var(--mono); font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--human); margin-bottom: 12px; }
.mem-col p { font-size: 15px; line-height: 1.6; color: var(--ink-2); margin: 0; }
.mem-core { display: flex; align-items: center; gap: 14px; align-self: center; }
.mem-hub {
  font-family: var(--serif); font-size: clamp(20px, 2.2vw, 28px); letter-spacing: -0.012em; color: var(--ink);
  padding: 14px 28px; border: 1.5px solid var(--human); border-radius: 999px; background: var(--human-soft); white-space: nowrap;
}
.mem-arrow { font-family: var(--mono); font-size: 20px; color: var(--human); }
.mem-foot { font-family: var(--serif); font-size: clamp(20px, 2.3vw, 30px); line-height: 1.3; letter-spacing: -0.012em; color: var(--ink); margin: 36px 0 0; max-width: 42ch; }
.mem-foot em { font-style: italic; color: var(--human); }
@media (max-width: 860px) {
  .memory-flow { grid-template-columns: 1fr; gap: 16px; }
  .mem-core { justify-content: center; padding: 6px 0; }
  .mem-arrow { transform: rotate(90deg); }
}

/* ===== becomes (three tiers) ===== */
.becomes { background: var(--paper-2); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.tiers { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; margin-top: 52px; border-top: 1px solid var(--line); }
.tier { padding: 38px 36px 8px; }
.tier + .tier { border-left: 1px solid var(--line); }
.tier .scope { font-family: var(--mono); font-size: 12px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--human); margin-bottom: 18px; }
.tier h4 { font-family: var(--serif); font-size: 26px; letter-spacing: -0.012em; margin: 0 0 14px; }
.tier p { font-size: 16px; line-height: 1.6; color: var(--ink-2); margin: 0; }

/* not-list under tiers */
.notlist { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 44px; justify-content: flex-start; }
.notlist span { font-size: 15px; color: var(--ink-3); text-decoration: line-through; white-space: nowrap; }
.notlist .is { color: var(--human); text-decoration: none; font-weight: 500; }

/* ===== promise ===== */
.promise-sec { text-align: center; }
.promise-sec blockquote { margin: 0 auto; max-width: 18ch; font-family: var(--serif); font-size: clamp(32px, 4.6vw, 56px); line-height: 1.1; letter-spacing: -0.02em; }
.promise-sec blockquote .em { font-style: italic; color: var(--human); }
.promise-sec .pre { font-size: 18px; color: var(--ink-2); max-width: 44ch; margin: 0 auto 30px; line-height: 1.6; }

/* ===== responsive ===== */
@media (max-width: 920px) {
  .h-hero .grid { grid-template-columns: 1fr; gap: 44px; }
  .loop, .workspace-grid, .tiers { grid-template-columns: 1fr 1fr; }
  .loop-step .arrow { display: none; }
  .tier + .tier { border-left: none; border-top: 1px solid var(--line); }
}
@media (max-width: 640px) {
  .loop, .workspace-grid, .tiers, .action { grid-template-columns: 1fr; }
  .action { gap: 14px 0; padding: 34px 0; }
  .action:not(.capture-action) > .idx,
  .action:not(.capture-action) > div:nth-child(2),
  .action:not(.capture-action) > .shot { grid-column: auto; grid-row: auto; align-self: auto; }
  .action:not(.capture-action) > .idx { padding-bottom: 0; }
  .h-hero { padding: 104px 0 36px; }
}
