@import url('https://fonts.googleapis.com/css2?family=Archivo:wght@400;500;600;700&family=Space+Grotesk:wght@400;500;600&display=swap');

:root {
  --ink: #17202b;
  --muted: #5f6670;
  --cream: #f4efe5;
  --paper: #fbf8f1;
  --white: #fff;
  --cobalt: #214ed3;
  --cobalt-dark: #16358f;
  --dark: #101a27;
  --rule: #d9d2c5;
  --max: 1240px;
  --measure: 720px;
  --pad: clamp(1.25rem, 4vw, 4rem);
  --gutter: max(var(--pad), calc((100% - var(--max)) / 2));
  --header-height: 72px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: var(--header-height); }
body { margin: 0; color: var(--ink); background: var(--cream); font: 400 17px/1.65 Archivo, Arial, sans-serif; }
a { color: inherit; }
img { display: block; max-width: 100%; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--cobalt); outline-offset: 4px; }
.skip-link { position: fixed; top: -5rem; left: 1rem; z-index: 100; padding: .75rem 1rem; color: var(--white); background: var(--dark); }
.skip-link:focus { top: 1rem; }

.site-header { position: sticky; top: 0; z-index: 30; display: flex; min-height: var(--header-height); align-items: center; justify-content: space-between; padding: 0 var(--gutter); border-bottom: 1px solid rgba(23,32,43,.14); background: rgba(244,239,229,.94); backdrop-filter: blur(14px); }
.wordmark { font: 600 1.05rem "Space Grotesk", sans-serif; letter-spacing: -.03em; text-decoration: none; }
.wordmark span, nav a:hover { color: var(--cobalt); }
nav { display: flex; align-items: center; gap: clamp(.9rem, 2.5vw, 2.25rem); font: 500 .82rem "Space Grotesk", sans-serif; }
nav a { min-height: 44px; display: inline-flex; align-items: center; text-decoration: none; }
.nav-contact { padding: .45rem .8rem; border: 1px solid var(--ink); }

.story-hero { --progress: 0; position: relative; height: calc(150svh - var(--header-height)); min-height: 760px; color: var(--white); background: var(--dark); }
.story-stage { position: sticky; top: var(--header-height); height: calc(100svh - var(--header-height)); min-height: 600px; overflow: hidden; }
.story-stage > img, .story-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.story-stage > img { object-fit: cover; object-position: 58% center; filter: saturate(calc(.78 - var(--progress) * .24)) contrast(1.04); transform: scale(calc(1.02 + var(--progress) * .07)); }
.story-shade { background: linear-gradient(90deg, rgba(10,18,28,.9), rgba(10,18,28,.28) 72%), linear-gradient(0deg, rgba(10,18,28,.62), transparent 58%); }
.story-opening { position: absolute; z-index: 2; inset: 0; display: flex; flex-direction: column; justify-content: flex-end; padding: 3rem var(--gutter) clamp(5rem, 10vh, 7rem); opacity: clamp(0, calc(1 - var(--progress) * 2.4), 1); }
.eyebrow, .section-index, .note-tag, .card-kicker { margin: 0 0 1.25rem; color: var(--cobalt); font: 600 .72rem/1.4 "Space Grotesk", sans-serif; letter-spacing: .12em; text-transform: uppercase; }
.story-opening .eyebrow { color: #d9e2ff; }
.story-opening h1 { display: flex; width: max-content; max-width: 100%; flex-direction: column; margin: 0; font-size: clamp(5rem, 13vw, 11.5rem); font-weight: 600; line-height: .86; letter-spacing: -.07em; }
.story-opening h1 span { display: block; transform: translate3d(calc(var(--progress) * -15vw), calc(var(--progress) * -4vh), 0); }
.story-opening h1 span + span { margin-left: clamp(2rem, 8vw, 8rem); transform: translate3d(calc(var(--progress) * 18vw), calc(var(--progress) * 5vh), 0); }
.story-opening > p:last-child { max-width: 42rem; margin: 2rem 0 0; font-size: clamp(1.05rem, 1.7vw, 1.35rem); line-height: 1.45; }
.story-result { position: absolute; top: 50%; left: 50%; z-index: 2; width: min(1100px, calc(100% - 2 * var(--pad))); margin: 0; text-align: center; font-size: clamp(2.4rem, 6vw, 5.8rem); line-height: 1.04; letter-spacing: -.055em; transform: translate(-50%, calc(-45% + (1 - var(--progress)) * 5rem)); opacity: clamp(0, calc((var(--progress) - .32) * 3), 1); }
.story-result span, .story-result strong { display: block; }
.story-result span { font-weight: 400; }
.story-result strong { font-weight: 600; }
.scroll-cue { position: absolute; right: var(--gutter); bottom: 1rem; z-index: 3; display: inline-flex; min-height: 44px; align-items: center; gap: .75rem; font: 500 .68rem "Space Grotesk", sans-serif; letter-spacing: .12em; text-decoration: none; text-transform: uppercase; opacity: calc(.9 - var(--progress) * 1.4); }

h1, h2, h3 { margin-top: 0; line-height: 1.08; letter-spacing: -.045em; text-wrap: balance; }
h1 { font-size: clamp(3rem, 6vw, 6rem); }
h2 { margin-bottom: 1.5rem; font-size: clamp(2.4rem, 4.8vw, 4.8rem); font-weight: 600; }
h3 { font-size: clamp(1.55rem, 2.5vw, 2.5rem); }
.section { width: min(var(--max), calc(100% - 2 * var(--pad))); margin: auto; padding: clamp(5rem, 9vw, 8rem) 0; }
.work-heading { display: grid; grid-template-columns: minmax(120px, 1fr) minmax(0, 3fr); gap: clamp(1.5rem, 5vw, 5rem); align-items: start; margin-bottom: clamp(2.25rem, 5vw, 4.5rem); }
.work-heading .section-index { margin-top: .45rem; }
.work-heading h2 { max-width: 700px; margin: 0; font-size: clamp(1.9rem, 3vw, 2.65rem); }
.experience-cards { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.experience-card { display: flex; min-height: clamp(320px, 28vw, 390px); flex-direction: column; padding: clamp(1.5rem, 2.5vw, 2.25rem); border: 1px solid var(--rule); background: var(--paper); text-decoration: none; transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease; }
.experience-card:hover { transform: translateY(-5px); border-color: var(--cobalt); box-shadow: 0 18px 38px rgba(23,32,43,.08); }
.logo-frame { display: flex; height: 100px; align-items: center; margin-bottom: auto; }
.logo-frame img { width: auto; max-width: 145px; max-height: 62px; object-fit: contain; }
.commonscene-logo { gap: .7rem; }
.commonscene-logo img { width: 46px; }
.commonscene-logo b { font: 600 1.18rem "Space Grotesk", sans-serif; letter-spacing: -.04em; }
.experience-card .card-kicker { margin: 1.8rem 0 .75rem; }
.experience-card > strong { margin-bottom: .7rem; font: 600 clamp(1.6rem, 2.3vw, 2.2rem)/1.1 "Space Grotesk", sans-serif; letter-spacing: -.04em; }
.experience-card > span:not(.logo-frame):not(.card-kicker):not(.text-link) { color: var(--muted); }
.text-link { display: inline-flex; min-height: 44px; align-items: flex-end; margin-top: 1.5rem; color: var(--cobalt-dark); font: 600 .82rem "Space Grotesk", sans-serif; text-decoration: underline; text-underline-offset: .3em; }
.experience-card.more-card { border-color: #cbd6f0; background: #e8eefb; }
.experience-card .more-mark { display: grid; width: 3.35rem; height: 3.35rem; place-items: center; border: 1px solid var(--cobalt); border-radius: 50%; color: var(--cobalt); font: 400 2rem/1 Arial, sans-serif; }
.topic-browser { display: grid; grid-template-columns: 1fr 1.5fr; gap: clamp(3rem, 8vw, 8rem); padding-top: clamp(5rem, 9vw, 8rem); }
.topic-browser h2 { max-width: 570px; font-size: clamp(2.4rem, 4.2vw, 4rem); }
.topic-links { display: block; border-top: 1px solid var(--ink); }
.topic-links a { display: grid; grid-template-columns: 3rem 1fr; min-height: 78px; align-items: center; border-bottom: 1px solid var(--rule); font: 500 clamp(1.15rem, 2vw, 1.55rem) "Space Grotesk", sans-serif; text-decoration: none; transition: color .2s ease, padding-left .2s ease; }
.topic-links a:hover { padding-left: .5rem; color: var(--cobalt); }
.topic-links span { color: var(--cobalt); font-size: .72rem; }

.contact { display: grid; grid-template-columns: 1fr 3fr; gap: 2rem; width: 100%; max-width: none; padding: clamp(4.5rem, 8vw, 7rem) var(--gutter); color: var(--white); background: var(--dark); }
.contact .section-index { color: #9bb3ff; }
.contact > div { max-width: 850px; }
.contact h2 { margin-bottom: 1rem; }
.contact p:not(.section-index) { max-width: 660px; color: #c4ccd5; font-size: 1.08rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 2rem; }
.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; padding: .75rem 1.15rem; border: 1px solid var(--ink); font: 600 .84rem "Space Grotesk", sans-serif; text-decoration: none; transition: transform .2s ease, color .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-light { color: var(--ink); border-color: var(--white); background: var(--white); }
.button-ghost { color: var(--white); border-color: #687586; }
footer { display: flex; justify-content: space-between; padding: 2rem var(--gutter); color: #bdc6d0; border-top: 1px solid #35404d; background: var(--dark); font: .76rem "Space Grotesk", sans-serif; }
footer div { display: flex; gap: 1.5rem; }

/* Notes and experience pages */
.article-header, .article-body, .article-related, .notes-index, .experience-page { width: min(900px, calc(100% - 2 * var(--pad))); margin: auto; }
.article-header { padding: clamp(5rem, 11vw, 9rem) 0 3.5rem; }
.article-header h1 { margin-bottom: 1.5rem; font-size: clamp(2.8rem, 6vw, 5.8rem); }
.article-deck { max-width: var(--measure); color: var(--muted); font-size: clamp(1.1rem, 2vw, 1.3rem); }
.article-meta { color: var(--muted); font: .78rem "Space Grotesk", sans-serif; }
.back-link { display: inline-flex; min-height: 44px; align-items: center; margin-bottom: 2rem; font: 600 .78rem "Space Grotesk", sans-serif; }
.article-body { max-width: var(--measure); padding-bottom: 2rem; }
.article-body h2 { margin-top: 4rem; font-size: clamp(1.8rem, 3vw, 2.7rem); }
.article-body h3 { margin-top: 2.5rem; font-size: 1.4rem; }
.article-body p, .article-body li { color: #39414a; }
.article-body blockquote { margin: 3rem 0; padding: 1rem 0 1rem 2rem; border-left: 3px solid var(--cobalt); font-size: 1.22rem; }
.further-reading { margin-top: 5rem; padding-top: 2rem; border-top: 1px solid var(--rule); }
.article-related { max-width: var(--measure); margin-bottom: 7rem; padding: 2rem; border: 1px solid var(--rule); background: var(--paper); }
.article-related h2 { font-size: 1.35rem; }
.article-related ul { margin: 0; padding-left: 1.2rem; }
.article-related p, .article-related li { color: var(--muted); }
.notes-index { padding: clamp(5rem, 10vw, 8rem) 0 9rem; }
.notes-index > h1 { margin-bottom: 1.5rem; font-size: clamp(3rem, 7vw, 6.5rem); }
.notes-index > .article-deck { margin-bottom: 4rem; }
.notes-grid { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--ink); }
.notes-grid article { min-height: 270px; padding: 2rem 2rem 2rem 0; border-bottom: 1px solid var(--rule); scroll-margin-top: calc(var(--header-height) + 1.5rem); }
.notes-grid article:nth-child(odd) { border-right: 1px solid var(--rule); }
.notes-grid article:nth-child(even) { padding-left: 2rem; }
.notes-grid h2 { margin-bottom: 1rem; font-size: clamp(1.5rem, 2.4vw, 2.35rem); }
.notes-grid h2 a { text-decoration-thickness: 1px; text-underline-offset: .2em; }
.notes-grid h2 a:hover { color: var(--cobalt); }
.notes-grid article > p:last-child { color: var(--muted); }
.experience-page { max-width: 960px; padding: clamp(3rem, 5vw, 5rem) 0; }
.experience-brand { display: flex; height: 64px; align-items: center; margin-bottom: 1.5rem; }
.experience-brand img { width: auto; max-width: 170px; max-height: 70px; }
.experience-brand.commonscene-logo img { width: 55px; }
.experience-page h1 { max-width: 820px; margin-bottom: 1.5rem; font-size: clamp(2.4rem, 4vw, 3.8rem); }
.experience-page .article-deck { margin-bottom: 2rem; }
.experience-layout { display: grid; grid-template-columns: 1.5fr 1fr; gap: clamp(3rem, 8vw, 7rem); padding-top: 3rem; border-top: 1px solid var(--ink); }
.experience-copy h2, .experience-aside h2 { margin-top: 3rem; font-size: clamp(1.6rem, 2.5vw, 2.25rem); }
.experience-copy h2:first-child, .experience-aside h2:first-child { margin-top: 0; }
.experience-copy p, .experience-copy li, .experience-aside p, .experience-aside li { color: #454c55; }
.experience-aside { padding: 1.5rem; background: var(--paper); }
.reflection-note { margin-top: 2rem; padding-top: 1.5rem; border-top: 1px solid var(--rule); font-size: .85rem; }
.contact-link { display: inline-flex; min-height: 44px; align-items: center; color: var(--cobalt-dark); font-weight: 600; text-underline-offset: .3em; }

@media (max-width: 850px) {
  .experience-cards { grid-template-columns: 1fr; }
  .experience-card { min-height: 340px; }
  .logo-frame { margin-bottom: 1.5rem; }
  .experience-card .card-kicker { margin-top: auto; }
  .topic-browser, .experience-layout { grid-template-columns: 1fr; }
  .experience-aside { padding: 1.5rem 0; border-top: 1px solid var(--rule); background: transparent; }
}
@media (max-width: 680px) {
  :root { --header-height: 64px; }
  body { font-size: 16px; }
  nav { gap: .65rem; }
  .nav-contact { padding: .35rem .55rem; }
  .story-hero { height: calc(155svh - var(--header-height)); min-height: 720px; }
  .story-stage { min-height: 540px; }
  .story-opening { padding: 2rem var(--pad) 5.5rem; }
  .story-opening h1 { font-size: clamp(4.4rem, 23vw, 7rem); }
  .story-opening h1 span + span { margin-left: 1.5rem; }
  .story-opening > p:last-child { margin-top: 1.5rem; font-size: 1rem; }
  .story-result { font-size: clamp(2rem, 9vw, 3.2rem); }
  .work-heading, .contact { grid-template-columns: 1fr; }
  .work-heading .section-index { margin: 0; }
  .experience-card { min-height: 320px; }
  .notes-grid { grid-template-columns: 1fr; }
  .notes-grid article, .notes-grid article:nth-child(even) { min-height: 0; padding: 2rem 0; border-right: 0; }
  footer { flex-direction: column; gap: 1rem; }
}
@media (max-height: 600px) and (min-width: 681px) {
  .story-opening h1 { font-size: 18svh; }
  .story-opening { padding-block: 1.5rem 4rem; }
  .story-opening > p:last-child { margin-top: 1rem; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .story-hero { height: calc(100svh - var(--header-height)); min-height: 640px; }
  .story-opening { opacity: 1; }
  .story-opening h1 span { transform: none; }
  .story-result { display: none; }
}

/* Assistant entry point and combined work/notes section */
.assistant-section { display: grid; grid-template-columns: 1fr 1.35fr; gap: clamp(2rem, 7vw, 7rem); width: 100%; padding: clamp(5rem, 9vw, 8rem) var(--gutter); color: var(--white); background: var(--cobalt); }
.assistant-intro { align-self: center; }
.assistant-intro .section-index { color: #d6e0ff; }
.assistant-intro h2 { max-width: 640px; margin-bottom: 1rem; font-size: clamp(3rem, 5.4vw, 6rem); letter-spacing: -.065em; }
.assistant-intro > p:last-child { max-width: 390px; margin: 0; color: #dbe4ff; font-size: clamp(1rem, 1.5vw, 1.2rem); }
.assistant-panel { align-self: center; padding: clamp(1.5rem, 3vw, 2.5rem); color: var(--ink); background: var(--paper); }
.assistant-panel-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 1.75rem; }
.assistant-mark { font: 600 1rem "Space Grotesk", sans-serif; letter-spacing: -.03em; }
.assistant-mark span { color: var(--cobalt); }
.assistant-status { color: var(--muted); font: 500 .66rem "Space Grotesk", sans-serif; letter-spacing: .08em; text-transform: uppercase; }
.assistant-greeting { max-width: 540px; margin: 0 0 1.35rem; color: var(--muted); font-size: 1rem; }
.assistant-prompts { display: grid; gap: .6rem; }
.assistant-prompts button { min-height: 46px; padding: .6rem .8rem; border: 1px solid var(--rule); color: var(--ink); background: transparent; text-align: left; font: 500 .78rem "Space Grotesk", sans-serif; transition: border-color .2s ease, color .2s ease, background .2s ease; }
.assistant-prompts button:hover, .assistant-prompts button:focus-visible { border-color: var(--cobalt); color: var(--cobalt); background: #eef2ff; }
.assistant-form { display: flex; align-items: center; margin-top: 1rem; border-bottom: 1px solid var(--ink); }
.assistant-form input { width: 100%; min-height: 48px; padding: .8rem 0; border: 0; outline: 0; color: var(--ink); background: transparent; font: 500 .82rem "Space Grotesk", sans-serif; }
.assistant-form input::placeholder { color: #89919a; }
.assistant-form button { flex: 0 0 36px; width: 36px; height: 36px; border: 0; color: var(--white); background: var(--cobalt); font-size: 1.1rem; }
.assistant-feedback { min-height: 1.4em; margin: .8rem 0 0; color: var(--muted); font-size: .82rem; }
.related-note { display: block; margin-top: 1.25rem; color: var(--cobalt-dark); font: 600 .75rem "Space Grotesk", sans-serif; text-decoration: underline; text-underline-offset: .3em; }
.more-card { background: #e5ebfb; }
.more-mark { display: flex; width: 46px; height: 46px; align-items: center; justify-content: center; color: var(--cobalt); border: 1px solid var(--cobalt); border-radius: 50%; font: 400 2rem/1 "Space Grotesk", sans-serif; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }

@media (min-width: 1100px) {
  .experience-cards { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .experience-card { min-height: clamp(320px, 28vw, 390px); }
}

@media (max-width: 850px) {
  .assistant-section { grid-template-columns: 1fr; gap: 2.5rem; }
  .experience-cards { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 680px) {
  .experience-cards { grid-template-columns: 1fr; }
  .assistant-section { padding-right: var(--pad); padding-left: var(--pad); }
}

/* Embedded assistant layout: cinematic transition left, conversation right */
.embedded-assistant-section { display: grid; grid-template-columns: 1fr 1fr; width: 100%; min-height: min(720px, 78svh); background: var(--dark); }
.embedded-transition { display: flex; flex-direction: column; justify-content: center; padding: clamp(2rem, 7vw, 7rem) var(--gutter); color: var(--white); }
.embedded-transition .section-index { color: #9bb3ff; }
.embedded-transition h2 { max-width: 680px; margin-bottom: 1.25rem; font-size: clamp(3.2rem, 5.8vw, 6.8rem); letter-spacing: -.07em; }
.embedded-transition > p:not(.section-index) { max-width: 440px; margin: 0; color: #c5cedb; font-size: clamp(1rem, 1.5vw, 1.2rem); }
.embedded-scroll-link { display: inline-flex; gap: .7rem; align-items: center; width: fit-content; min-height: 44px; margin-top: 2.5rem; color: var(--white); font: 600 .78rem "Space Grotesk", sans-serif; text-decoration: underline; text-underline-offset: .3em; }
.embedded-panel { display: flex; flex-direction: column; justify-content: center; padding: clamp(2rem, 6vw, 6rem); }
.embedded-panel h2 { max-width: 600px; margin: .3rem 0 1rem; font-size: clamp(2.6rem, 4.5vw, 5rem); letter-spacing: -.065em; }
.embedded-panel .section-index { margin-bottom: .5rem; }

@media (max-width: 850px) {
  .embedded-assistant-section { grid-template-columns: 1fr; min-height: 0; }
  .embedded-transition { min-height: 500px; }
  .embedded-panel { min-height: 520px; }
}

/* First viewport: the story and assistant are equal entry points. */
.first-viewport { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: stretch; background: var(--paper); }
.assistant-side { position: sticky; top: var(--header-height); height: calc(100svh - var(--header-height)); min-height: 600px; align-self: start; overflow: auto; background: var(--paper); }
.first-viewport .story-hero { grid-column: 1; grid-row: 1; }
.first-viewport .assistant-side { grid-column: 2; grid-row: 1; }
.assistant-side .embedded-panel { min-height: 100%; padding: clamp(1.75rem, 4vw, 4rem) clamp(1.5rem, 4vw, 4.5rem); }
.assistant-side .assistant-panel-top { margin-bottom: clamp(1.75rem, 5vh, 4rem); }
.assistant-side h2 { max-width: 530px; font-size: clamp(2.4rem, 3.7vw, 4.5rem); }
.first-viewport .story-hero { min-width: 0; }
.first-viewport .story-opening { padding-right: clamp(2rem, 5vw, 5rem); padding-left: clamp(2rem, 5vw, 5rem); }
.first-viewport .story-result { width: min(900px, calc(100% - 2 * var(--pad))); }

@media (max-width: 850px) {
  .first-viewport { display: block; }
  .first-viewport .story-hero { display: block; }
  .assistant-side { position: relative; top: auto; height: auto; min-height: 0; overflow: visible; }
  .assistant-side .embedded-panel { min-height: 0; }
  .assistant-side .assistant-panel-top { margin-bottom: 2.5rem; }
}

.assistant-thread { display: grid; gap: .65rem; margin-top: 1.25rem; }
.assistant-message { max-width: 92%; padding: .75rem .9rem; border: 1px solid var(--rule); font-size: .86rem; line-height: 1.45; }
.assistant-message.user { justify-self: end; color: var(--white); border-color: var(--cobalt); background: var(--cobalt); }
.assistant-message.assistant { justify-self: start; background: #f1ede4; }
.assistant-message a { color: var(--cobalt-dark); }
.assistant-consent { margin: 1.3rem 0 1.1rem; padding: .95rem 1rem; border: 1px solid #c8d5f2; color: var(--muted); background: #e8eefb; font-size: .76rem; line-height: 1.45; }
.assistant-consent-title { display: flex; gap: .5rem; align-items: center; margin: 0 0 .35rem; color: var(--ink); font-size: .72rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.assistant-consent-title span, .assistant-step span { display: inline-grid; width: 1.2rem; height: 1.2rem; place-items: center; border: 1px solid var(--cobalt); border-radius: 50%; color: var(--cobalt); font-size: .65rem; letter-spacing: 0; }
.assistant-consent p:not(.assistant-consent-title) { margin: 0 0 .65rem; }
.assistant-consent a { color: var(--cobalt-dark); }
.assistant-form.is-busy { opacity: .65; }
.assistant-form.is-busy button { cursor: wait; }
.assistant-consent label { display: block; color: var(--ink); font-weight: 600; cursor: pointer; }
.assistant-consent input { width: 1rem; height: 1rem; margin: 0 .35rem .1rem 0; accent-color: var(--cobalt); vertical-align: middle; }
.assistant-consent > span { display: block; margin-top: .35rem; }
.assistant-conversation { transition: opacity .2s ease; }
.assistant-conversation.is-locked { opacity: .58; }
.assistant-conversation.is-locked button, .assistant-conversation.is-locked input { cursor: not-allowed; }
.assistant-conversation-heading { display: flex; align-items: baseline; justify-content: space-between; gap: .75rem; margin-bottom: .65rem; }
.assistant-step { display: inline-flex; gap: .5rem; align-items: center; margin: 0; color: var(--ink); font: 700 .72rem "Space Grotesk", sans-serif; letter-spacing: .08em; text-transform: uppercase; }
.assistant-lock-copy { margin: 0; color: var(--muted); font-size: .72rem; text-align: right; }
