:root {
  --ink: #17352f;
  --ink-2: #294c44;
  --paper: #f6f3ec;
  --surface: #fffdf8;
  --line: #dedbd1;
  --muted: #6c746f;
  --sage: #dce7da;
  --sage-2: #bdd0ba;
  --gold: #c69a4b;
  --rose: #dfb7aa;
  --shadow: 0 18px 50px rgba(36, 52, 47, 0.08);
}

* { box-sizing: border-box; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: "DM Sans", system-ui, sans-serif; }
button, input, select { font: inherit; }
button { color: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: "Newsreader", Georgia, serif; font-weight: 600; }
h1 { font-size: clamp(2.6rem, 5vw, 5rem); line-height: .95; letter-spacing: -.045em; }
h2 { font-size: clamp(1.55rem, 2.5vw, 2.25rem); line-height: 1.04; letter-spacing: -.025em; }
h3 { line-height: 1.25; }
small { color: var(--muted); }

.topbar { height: 76px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 0 max(24px, calc((100vw - 1440px) / 2)); background: rgba(255,253,248,.94); border-bottom: 1px solid var(--line); position: sticky; top: 0; z-index: 20; backdrop-filter: blur(16px); }
.brand { border: 0; background: none; display: flex; align-items: center; gap: 11px; text-align: left; cursor: pointer; justify-self: start; }
.brand-mark { width: 38px; height: 38px; border-radius: 12px; display: grid; place-items: center; background: var(--ink); color: white; font: 600 15px/1 "Newsreader", serif; }
.brand strong, .brand small { display: block; }
.brand small { font-size: 11px; margin-top: 2px; }
.topbar nav { display: flex; align-self: stretch; }
.nav-link { border: 0; border-bottom: 2px solid transparent; padding: 0 18px; background: none; cursor: pointer; color: var(--muted); }
.nav-link.active { border-color: var(--ink); color: var(--ink); font-weight: 700; }
.person-switcher { justify-self: end; color: var(--muted); font-size: 12px; display: flex; align-items: center; gap: 8px; }
.person-switcher select { border: 1px solid var(--line); border-radius: 999px; padding: 9px 30px 9px 12px; background: white; color: var(--ink); font-weight: 700; }

main { width: min(1440px, calc(100% - 48px)); margin: 0 auto; padding: 42px 0 80px; }
.hero { min-height: 270px; display: grid; grid-template-columns: 1.4fr .8fr; gap: 72px; align-items: end; padding: 44px 0 48px; }
.hero h1 { margin-bottom: 15px; }
.eyebrow { margin: 0 0 10px; color: #5f746d; text-transform: uppercase; letter-spacing: .13em; font-size: 11px; font-weight: 800; }
.lede { font-family: "Newsreader", Georgia, serif; font-size: 1.55rem; color: var(--muted); }
.journey-purpose { border-left: 2px solid var(--gold); padding: 10px 0 10px 24px; align-self: center; }
.journey-purpose small { text-transform: uppercase; letter-spacing: .12em; font-weight: 800; }
.journey-purpose p { margin: 9px 0 0; font: 500 1.35rem/1.35 "Newsreader", serif; }

.timeline { display: grid; grid-template-columns: repeat(6, 1fr); padding: 25px 0 44px; }
.timeline-item { position: relative; display: grid; grid-template-columns: 34px 1fr; gap: 9px; color: #8d918e; }
.timeline-item::after { content: ""; position: absolute; height: 1px; background: var(--line); top: 16px; left: 33px; right: -1px; z-index: -1; }
.timeline-item:last-child::after { display: none; }
.timeline-rail span { width: 33px; height: 33px; display: grid; place-items: center; border: 1px solid var(--line); background: var(--paper); border-radius: 50%; font-size: 11px; font-weight: 800; }
.timeline-item small, .timeline-item strong { display: block; }
.timeline-item small { font-size: 10px; text-transform: uppercase; letter-spacing: .08em; margin-bottom: 3px; }
.timeline-item strong { font-size: 13px; padding-right: 8px; }
.timeline-item.complete, .timeline-item.active { color: var(--ink); }
.timeline-item.complete .timeline-rail span { background: var(--sage); border-color: var(--sage-2); }
.timeline-item.active .timeline-rail span { background: var(--ink); border-color: var(--ink); color: white; box-shadow: 0 0 0 5px var(--sage); }

.hub-grid { display: grid; grid-template-columns: minmax(0, 1.65fr) minmax(280px, .85fr); gap: 22px; }
.surface { background: var(--surface); border: 1px solid var(--line); border-radius: 22px; padding: 28px; box-shadow: var(--shadow); }
.current-experience { padding: 38px; background: linear-gradient(140deg, #fffdf8 45%, #edf3ea); }
.section-heading { display: flex; justify-content: space-between; gap: 20px; align-items: flex-start; }
.section-heading h2 { margin-bottom: 9px; }
.status-pill, .shared-badge, .paused-badge { display: inline-flex; align-items: center; white-space: nowrap; border-radius: 999px; padding: 7px 11px; font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.status-pill { background: var(--sage); color: var(--ink); }
.shared-badge { background: #e7eeec; color: #3e6259; }
.paused-badge { background: #f3e3ce; color: #855d29; }
.experience-purpose { color: var(--muted); max-width: 720px; }
.question-block { border-left: 3px solid var(--ink); margin: 28px 0; padding: 4px 0 4px 20px; }
.question-block small { text-transform: uppercase; letter-spacing: .1em; font-size: 10px; font-weight: 800; }
.question-block h3 { font: 600 1.65rem/1.15 "Newsreader", serif; margin: 6px 0 0; }
.synthesis-line, .change-note { display: flex; gap: 13px; align-items: flex-start; margin: 20px 0; }
.synthesis-line p, .change-note p { margin: 0; color: #4f5e58; }
.ai-orb { width: 28px; height: 28px; flex: 0 0 auto; border-radius: 50%; background: var(--ink); color: white; display: grid; place-items: center; font-size: 12px; }
.ai-orb.large { width: 48px; height: 48px; font-size: 20px; }
.change-note { padding: 14px; border-radius: 13px; background: #f6e9d7; }
.change-note.pending { background: #f2ead9; }
.button { border: 0; border-radius: 999px; padding: 11px 16px; font-weight: 800; cursor: pointer; }
.button.primary { background: var(--ink); color: white; }
.button.ink { background: #31554d; color: white; }
.button.subtle { background: #edf0ea; color: var(--ink); }
.button.full { width: 100%; padding: 15px; margin-top: 20px; }
.button-row { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 16px; }
.awareness-stack { display: grid; gap: 22px; }
.attention { border-top: 4px solid var(--gold); }
.attention h3 { margin-bottom: 6px; }
.attention p { margin-bottom: 0; color: var(--muted); }
.private-panel { background: #f1f5f0; }
.private-badge { display: inline-flex; align-items: center; border-radius: 999px; padding: 7px 11px; background: #eee8d9; color: #6f6245; font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.privacy-label { display: flex; align-items: center; gap: 7px; color: #527067; font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .09em; }
.private-insight p { font: 500 1.15rem/1.35 "Newsreader", serif; margin: 13px 0 8px; }
.private-insight.dismissed { opacity: .35; pointer-events: none; }
.empty-private { color: var(--muted); text-align: center; padding: 12px; }
.empty-private p { margin-bottom: 0; }
.saved-private { border-bottom: 1px solid #d8dfd6; padding-bottom: 15px; margin-bottom: 17px; }
.saved-private p { margin: 8px 0 0; font: 500 1.05rem/1.35 "Newsreader", serif; }
.shared-truth, .pulse { box-shadow: none; }
.truth-list { list-style: none; padding: 0; margin: 12px 0 0; display: grid; gap: 16px; }
.truth-list li { display: grid; grid-template-columns: 24px 1fr; gap: 10px; }
.truth-list strong, .truth-list small { display: block; }
.truth-list strong { font-size: 13px; line-height: 1.4; }
.truth-list small { margin-top: 3px; font-size: 10px; }
.truth-icon { width: 20px; height: 20px; display: grid; place-items: center; border-radius: 50%; background: var(--sage); font-size: 10px; }
.pulse { background: var(--ink); color: white; }
.pulse .eyebrow, .pulse p { color: #bfd0ca; }
.pulse h2 { max-width: 500px; }
.participant-row { display: flex; margin-top: 24px; }
.participant-row .avatar { margin-right: -8px; border: 2px solid var(--ink); }
.avatar { width: 34px; height: 34px; display: inline-grid; place-items: center; flex: 0 0 auto; border-radius: 50%; color: #17352f; font-size: 10px; font-weight: 800; background: #dfe8df; }
.avatar.small { width: 28px; height: 28px; font-size: 8px; }
.avatar.rose { background: #eccfc7; }.avatar.gold { background: #ead49e; }.avatar.blue { background: #cbdde6; }.avatar.violet { background: #d9d0e7; }.avatar.coral { background: #efc2b1; }.avatar.forest { background: #b9d1bd; }.avatar.sky { background: #c8e5ea; }

.breadcrumb { display: flex; gap: 8px; align-items: center; color: var(--muted); margin: 2px 0 36px; font-size: 12px; }
.breadcrumb button { border: 0; background: none; padding: 0; cursor: pointer; color: var(--muted); }
.experience-hero { display: grid; grid-template-columns: 1.4fr .7fr; gap: 60px; align-items: end; padding-bottom: 45px; }
.experience-hero h1 { margin: 15px 0; }
.experience-hero > div > p { max-width: 720px; color: var(--muted); font: 500 1.25rem/1.45 "Newsreader", serif; }
.meta-row { display: flex; align-items: center; gap: 12px; color: var(--muted); font-size: 12px; }
.purpose-lock { display: flex; gap: 14px; border: 1px solid var(--line); border-radius: 18px; padding: 18px; background: #f0f3eb; }
.purpose-lock span { font-size: 24px; }
.purpose-lock small, .purpose-lock strong { display: block; }
.purpose-lock small { text-transform: uppercase; letter-spacing: .09em; font-size: 9px; margin-bottom: 5px; }
.current-question { display: flex; justify-content: space-between; gap: 28px; align-items: center; background: var(--ink); color: white; border-radius: 22px; padding: 26px 32px; margin-bottom: 25px; }
.current-question .eyebrow { color: #a9c0b8; }
.current-question h2 { margin: 0; }
.adapted-label { color: #ead49e; font-size: 12px; font-weight: 800; }
.experience-layout { display: grid; grid-template-columns: minmax(0, 1.7fr) minmax(320px, .72fr); gap: 25px; align-items: start; }
.experience-main, .experience-aside { display: grid; gap: 25px; }
.experience-aside { position: sticky; top: 100px; }
.ai-synthesis { display: grid; grid-template-columns: 48px 1fr; gap: 18px; background: linear-gradient(140deg, #f1f5ef, #fffdf8); }
.ai-synthesis h2 { margin-bottom: 10px; }
.ai-synthesis p:last-child { color: var(--muted); margin-bottom: 0; }
.section-block { padding-top: 18px; }
.ranking-panel { margin-top: 18px; }
.ranking-tabs { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); border-radius: 16px; overflow: hidden; background: #ecece5; }
.ranking-tabs button { border: 0; border-right: 1px solid var(--line); padding: 14px 16px; background: transparent; color: var(--muted); cursor: pointer; font-weight: 800; text-align: left; }
.ranking-tabs button:last-child { border-right: 0; }
.ranking-tabs button span { display: block; margin-bottom: 3px; font-size: 8px; letter-spacing: .1em; }
.ranking-tabs button.active { background: var(--ink); color: white; }
.ranking-description { min-height: 38px; margin: 12px 2px; color: var(--muted); font-size: 11px; }
.option-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.option-card { border: 1px solid var(--line); border-radius: 19px; overflow: hidden; background: var(--surface); }
.option-card.proposed { border-color: #819b8f; box-shadow: 0 0 0 2px #d8e4d7; }
.ranking-personal .option-card { cursor: grab; transition: transform .16s ease, opacity .16s ease, box-shadow .16s ease; }
.ranking-personal .option-card:active { cursor: grabbing; }
.ranking-personal .option-card.dragging { opacity: .45; transform: scale(.98); }
.option-image { height: 120px; padding: 14px; display: flex; align-items: flex-start; background-color: #66837b; background-image: radial-gradient(circle at 25% 30%, #d8e5df 0 8%, transparent 9%), linear-gradient(140deg, transparent 45%, #1d443b 46% 62%, #759188 63%); }
.drag-handle { margin-left: auto; background: var(--ink) !important; color: white; font-size: 18px !important; line-height: 1; }
.option-creekside { background-color: #a48c75; background-image: linear-gradient(145deg, transparent 35%, #493e34 36% 55%, transparent 56%), linear-gradient(25deg, #6c8676, #c6b9a1); }
.option-village { background-color: #8d755d; background-image: linear-gradient(90deg, transparent 48%, rgba(255,255,255,.35) 49% 52%, transparent 53%), linear-gradient(155deg, #bfc7b6, #635447); }
.option-image span { background: rgba(255,253,248,.9); border-radius: 999px; padding: 6px 9px; font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.option-body { padding: 18px; }
.option-title { display: flex; justify-content: space-between; gap: 12px; }
.option-title h3 { margin-bottom: 4px; }
.option-title p { color: var(--muted); font-size: 11px; line-height: 1.4; min-height: 47px; }
.option-title > strong { white-space: nowrap; font-size: 14px; }
.fact-row { display: flex; gap: 5px; flex-wrap: wrap; }
.fact-row span { border-radius: 999px; background: #eef0eb; padding: 5px 7px; font-size: 9px; }
.fit-meter { height: 5px; background: #e9e9e2; border-radius: 9px; margin: 16px 0; overflow: hidden; }
.fit-meter span { display: block; height: 100%; background: var(--ink-2); border-radius: 9px; }
.artifact-link { display: flex; gap: 8px; align-items: center; padding-top: 13px; border-top: 1px solid #ebe9e1; }
.artifact-link small, .artifact-link strong { display: block; font-size: 9px; }
.warning { color: #895126; background: #f7e8d4; margin-top: 12px; padding: 8px; border-radius: 8px; font-size: 10px; font-weight: 800; }
.reorder-controls { display: grid; grid-template-columns: 1fr 1fr; gap: 7px; margin-top: 12px; }
.reorder-controls button { border: 1px solid var(--line); border-radius: 9px; padding: 7px; background: #f2f2ed; color: var(--ink); cursor: pointer; font-size: 9px; font-weight: 800; }
.reorder-controls button:disabled { opacity: .35; cursor: not-allowed; }

.comparison-wrap { overflow-x: auto; margin: 12px -28px -28px; }
.comparison { width: 100%; min-width: 760px; border-collapse: collapse; }
.comparison th, .comparison td { text-align: left; vertical-align: top; padding: 16px 14px; border-top: 1px solid var(--line); }
.comparison thead th { color: var(--muted); text-transform: uppercase; letter-spacing: .08em; font-size: 9px; }
.comparison thead th:first-child { padding-left: 28px; }
.comparison tbody th { width: 35%; padding-left: 28px; }
.goal-person { display: flex; gap: 9px; align-items: flex-start; }
.goal-person strong, .goal-person small, .comparison td small { display: block; }
.goal-person small, .comparison td small { font-weight: 400; line-height: 1.35; margin-top: 3px; }
.goal-person em { display: inline-block; margin-top: 6px; color: #567168; font-size: 8px; font-style: normal; font-weight: 800; text-transform: uppercase; letter-spacing: .07em; }
.fit { display: inline-block; border-radius: 999px; padding: 4px 7px; font-size: 8px; text-transform: uppercase; letter-spacing: .07em; font-weight: 800; }
.fit-3 { background: #dce9dc; }.fit-2 { background: #f3e6ca; }.fit-1 { background: #f1d8d3; }

.decision-panel { border-top: 4px solid var(--gold); }
.decision-panel > p { color: var(--muted); }
.confirmation-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px; margin: 20px 0; }
.confirmation-list > div { display: grid; grid-template-columns: 34px 1fr auto; align-items: center; gap: 9px; padding: 11px; background: #f1f2ed; border-radius: 12px; }
.confirmation-list strong, .confirmation-list small { display: block; }
.confirmation-state { font-size: 9px; font-weight: 800; color: var(--muted); }
.confirmation-state.yes { color: #3f6b55; }
.waiting-copy { text-align: center; background: #eef0eb; border-radius: 12px; padding: 12px; }
.change-actions { background: #f7ead8; border-radius: 15px; padding: 18px; }
.change-actions p { color: #795933; }
.plan-change { border-top: 4px solid var(--gold); }
.plan-change > p { color: var(--muted); }
.pending-change blockquote { margin: 20px 0 10px; padding: 14px 18px; border-left: 3px solid var(--gold); background: #f7f1e7; font: 500 1.2rem/1.4 "Newsreader", serif; }
.proposal-source { font-size: 12px; }
.compact-confirmations { margin-bottom: 12px; }
.withdraw { display: block; margin: 14px auto 0; }
.accepted-change { border-color: #9db49f; background: linear-gradient(145deg, #f2f6ef, #fffdf8); }
.accepted-change > small { display: block; margin-top: 15px; }
.field-grid { display: grid; grid-template-columns: minmax(180px, .55fr) 1.45fr; gap: 14px; margin: 20px 0; }
.field-grid label { color: var(--ink); font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.field-grid input, .field-grid textarea { display: block; width: 100%; margin-top: 7px; border: 1px solid var(--line); border-radius: 12px; background: #fffefb; color: var(--ink); padding: 12px; font: 500 14px/1.45 "DM Sans", sans-serif; outline: none; }
.field-grid textarea { resize: vertical; }
.field-grid input:focus, .field-grid textarea:focus { border-color: #708b82; box-shadow: 0 0 0 3px rgba(112,139,130,.13); }
.field-grid .needs-input { border-color: #b77462; }
.preserved-decision { position: relative; border-color: #9db49f; background: linear-gradient(145deg, #f2f6ef, #fffdf8); }
.decision-mark { position: absolute; right: 28px; top: -18px; width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; background: var(--ink); color: white; }
.decision-date { color: var(--muted); }
.preserved-decision li { margin-bottom: 9px; }
.tradeoff { padding: 15px; border-left: 3px solid var(--gold); background: #f5efe3; margin: 20px 0; }
.tradeoff small { text-transform: uppercase; letter-spacing: .08em; font-size: 9px; font-weight: 800; }
.tradeoff p { margin: 5px 0 0; }
.preserved-links { display: grid; grid-template-columns: auto 1fr; gap: 7px 16px; font-size: 11px; }
.preserved-links span { color: var(--muted); }

.artifact-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.artifact-grid article { border: 1px solid var(--line); border-radius: 14px; padding: 16px; }
.artifact-grid h3 { margin: 8px 0 4px; }
.artifact-grid p { color: var(--muted); font-size: 11px; }
.artifact-type { color: #557168; font-size: 9px; text-transform: uppercase; letter-spacing: .08em; font-weight: 800; }
.artifact-grid article > div { display: flex; flex-wrap: wrap; gap: 5px; }
.artifact-grid article > div span { background: #edf0eb; border-radius: 999px; padding: 4px 6px; font-size: 8px; }
.conversation h2 { font-size: 1.5rem; }
.input-editor > p { color: var(--muted); font-size: 12px; line-height: 1.5; }
.input-editor label { display: block; margin: 17px 0 7px; font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.input-editor textarea { width: 100%; resize: vertical; min-height: 96px; border: 1px solid var(--line); border-radius: 12px; background: #fffefb; color: var(--ink); padding: 12px; font: 500 14px/1.45 "DM Sans", sans-serif; outline: none; }
.input-editor textarea:focus { border-color: #708b82; box-shadow: 0 0 0 3px rgba(112,139,130,.13); }
.input-editor textarea.needs-input { border-color: #b77462; }
.editor-status { display: block; margin-top: 10px; font-size: 9px; }
.contribution { display: grid; grid-template-columns: 34px 1fr; gap: 10px; padding: 14px 0; border-top: 1px solid var(--line); }
.contribution > div > div { display: flex; justify-content: space-between; gap: 8px; }
.contribution p { margin: 6px 0 0; font-size: 12px; line-height: 1.45; }
.contribution small { font-size: 8px; }
footer { border-top: 1px solid var(--line); padding: 24px max(24px, calc((100vw - 1440px) / 2)); display: flex; justify-content: space-between; color: var(--muted); font-size: 11px; }
.text-button { border: 0; background: none; text-decoration: underline; cursor: pointer; color: var(--muted); }

/* Hub v1: orientation through two deliberately different compositions. */
.hub-shell { width: min(1220px, calc(100% - 48px)); padding-top: 24px; }
.concept-switch { display: flex; justify-content: flex-end; align-items: center; gap: 12px; margin-bottom: 34px; color: var(--muted); font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.concept-switch > div { display: flex; padding: 3px; border: 1px solid var(--line); border-radius: 999px; background: rgba(255,253,248,.75); }
.concept-switch button { border: 0; border-radius: 999px; padding: 8px 12px; background: transparent; color: var(--muted); cursor: pointer; font-size: 10px; font-weight: 800; }
.concept-switch button.active { background: var(--ink); color: white; }
.moment-intro, .arc-intro { max-width: 830px; padding: 42px 0 58px; }
.moment-intro h1, .arc-intro h1 { margin-bottom: 18px; font-size: clamp(3rem, 6vw, 5.7rem); }
.moment-intro > p:last-child, .arc-intro > p:last-child { max-width: 720px; color: var(--muted); font: 500 1.3rem/1.45 "Newsreader", serif; }
.moment-layout { display: grid; grid-template-columns: minmax(0, 1.55fr) minmax(300px, .75fr); gap: 80px; align-items: start; }
.moment-primary { display: grid; gap: 42px; }
.moment-awareness { display: grid; gap: 0; border-top: 1px solid var(--line); }
.hub-attention { padding: 30px; border-radius: 22px; background: var(--ink); color: white; }
.hub-attention .eyebrow { color: #b9cbc5; }
.hub-attention p { color: #c8d4d0; }
.hub-attention .button { margin-top: 8px; background: white; color: var(--ink); }
.orientation-experience { padding: 6px 0 30px; border-bottom: 1px solid var(--line); }
.orientation-experience > div { display: flex; justify-content: space-between; align-items: baseline; gap: 20px; }
.orientation-experience h2 { margin-bottom: 10px; }
.orientation-experience > p { max-width: 680px; color: var(--ink-2); font: 500 1.45rem/1.35 "Newsreader", serif; }
.orientation-experience.upcoming { padding: 0; border: 0; }
.orientation-experience.upcoming > div { display: block; }
.orientation-experience.upcoming > p { font: 500 1rem/1.5 "DM Sans", sans-serif; color: var(--muted); }
.meaningful-change, .coming-soon, .hub-private-note { padding: 26px 0; border-bottom: 1px solid var(--line); }
.meaningful-change h2, .coming-soon h2 { font-size: 1.55rem; margin-bottom: 9px; }
.meaningful-change p, .coming-soon p { color: var(--muted); line-height: 1.5; }
.hub-private-note { background: #eff3ed; margin: 0 -20px; padding: 24px 20px; border-bottom: 0; }
.hub-private-note span { display: inline-block; margin-bottom: 8px; color: #527067; font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.hub-private-note p { margin: 0; font: 500 1.1rem/1.4 "Newsreader", serif; }

.hub-arc-view { padding-bottom: 30px; }
.arc-intro { display: grid; grid-template-columns: 1fr; padding-bottom: 40px; }
.arc-intro > p:last-child { max-width: 830px; }
.journey-arc { display: grid; grid-template-columns: repeat(6, 1fr); margin: 8px 0 70px; }
.arc-stop { position: relative; color: #939792; }
.arc-stop::after { content: ""; position: absolute; top: 11px; left: 23px; right: 0; height: 1px; background: var(--line); }
.arc-stop:last-child::after { display: none; }
.arc-dot { position: relative; z-index: 1; width: 23px; height: 23px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; background: var(--paper); font-size: 8px; }
.arc-stop.complete, .arc-stop.active { color: var(--ink); }
.arc-stop.complete .arc-dot { background: var(--sage); border-color: var(--sage-2); }
.arc-stop.active .arc-dot { background: var(--ink); border-color: var(--ink); box-shadow: 0 0 0 5px var(--sage); }
.arc-stop > div { padding: 14px 12px 0 0; }
.arc-stop small, .arc-stop strong, .arc-stop span:not(.arc-dot) { display: block; }
.arc-stop small { font-size: 9px; text-transform: uppercase; letter-spacing: .08em; }
.arc-stop strong { margin: 4px 0; font-size: 12px; }
.arc-stop span:not(.arc-dot) { font-size: 9px; color: var(--muted); }
.arc-experience-flow { display: grid; grid-template-columns: 1.35fr .75fr; border-top: 1px solid var(--ink); border-bottom: 1px solid var(--line); }
.arc-experience { padding: 38px 44px 38px 0; }
.arc-experience + .arc-experience { border-left: 1px solid var(--line); padding-left: 44px; }
.arc-experience h2 { margin-bottom: 12px; }
.arc-experience h3 { max-width: 620px; font: 600 2rem/1.2 "Newsreader", serif; }
.arc-experience > p:not(.eyebrow), .quiet-copy { color: var(--muted); line-height: 1.55; }
.arc-attention { display: flex; gap: 12px; align-items: baseline; margin: 24px 0; padding: 13px 16px; border-left: 3px solid var(--gold); background: #f3eadb; }
.arc-attention span { color: #855d29; font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.arc-attention p { margin: 0; font-weight: 700; }
.arc-awareness { display: grid; grid-template-columns: 1fr .65fr; gap: 70px; padding-top: 42px; }
.arc-awareness > section h2 { font-size: 1.55rem; }
.arc-awareness > section p { color: var(--muted); line-height: 1.5; }
.arc-awareness .hub-private-note { margin: 0; padding: 22px; }

.experience-hero { grid-template-columns: minmax(0, 860px); }
.experience-focus { display: flex; justify-content: space-between; align-items: center; gap: 28px; padding: 26px 32px; margin-bottom: 25px; border-radius: 22px; background: var(--ink); color: white; }
.experience-focus h2 { margin: 0; }
.concern-summary { border-top: 4px solid var(--gold); box-shadow: none; }
.concern-intro { max-width: 720px; color: var(--muted); }
.concern-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; margin: 20px 0; }
.concern-list article { display: grid; grid-template-columns: 30px 1fr; gap: 12px; padding: 15px; border-radius: 14px; background: #f4f0e7; }
.concern-list h3 { margin: 0 0 4px; font-size: 1rem; }
.concern-list p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.4; }
.concern-mark { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 50%; background: #ead9b9; color: #77572e; font-weight: 800; }
.deep-comparison { box-shadow: none; }

@media (max-width: 1050px) {
  .topbar { grid-template-columns: 1fr auto; }.topbar nav { display: none; }
  .hero, .experience-hero { grid-template-columns: 1fr; gap: 24px; }
  .timeline { overflow-x: auto; grid-template-columns: repeat(6, minmax(145px, 1fr)); }
  .experience-layout { grid-template-columns: 1fr; }.experience-aside { position: static; grid-template-columns: repeat(2, 1fr); }.experience-aside .conversation { grid-column: 1 / -1; }
  .option-grid { grid-template-columns: 1fr; }.option-image { height: 180px; }
  .moment-layout { gap: 38px; }
  .arc-experience-flow { grid-template-columns: 1fr; }
  .arc-experience + .arc-experience { border-left: 0; border-top: 1px solid var(--line); padding-left: 0; }
}

@media (max-width: 720px) {
  .topbar { height: auto; padding: 12px 16px; }.brand small, .person-switcher { font-size: 0; }.person-switcher select { font-size: 12px; }
  main { width: min(100% - 28px, 1440px); padding-top: 24px; }
  .hero { min-height: 0; padding-top: 20px; }.hero h1 { font-size: 3.2rem; }
  .hub-grid, .experience-aside { grid-template-columns: 1fr; }.current-experience, .surface { padding: 22px; }.shared-truth, .pulse { grid-column: auto; }
  .current-question { align-items: flex-start; flex-direction: column; padding: 22px; }
  .confirmation-list, .artifact-grid { grid-template-columns: 1fr; }
  .field-grid { grid-template-columns: 1fr; }
  .ranking-tabs { grid-template-columns: 1fr; }
  .ranking-tabs button { border-right: 0; border-bottom: 1px solid var(--line); }
  .ranking-tabs button:last-child { border-bottom: 0; }
  .section-heading { flex-direction: column; }
  .comparison-wrap { margin-left: -22px; margin-right: -22px; }
  .hub-shell { width: min(100% - 28px, 1220px); }
  .concept-switch { align-items: flex-end; flex-direction: column; }
  .moment-intro, .arc-intro { padding: 20px 0 38px; }
  .moment-intro h1, .arc-intro h1 { font-size: 3.2rem; }
  .moment-layout, .arc-awareness { grid-template-columns: 1fr; gap: 34px; }
  .journey-arc { overflow-x: auto; grid-template-columns: repeat(6, minmax(130px, 1fr)); }
  .arc-experience { padding: 28px 0; }
  .concern-list { grid-template-columns: 1fr; }
  .experience-focus { align-items: flex-start; flex-direction: column; padding: 22px; }
}
