@font-face { font-family: Manrope; src: url("./assets/fonts/manrope-variable.ttf") format("truetype"); font-weight: 200 800; font-display: swap; }
:root { --ink: #162747; --muted: #566680; --blue: #245deb; --line: #dce4ef; --paper: #fff; --soft: #f5f8fd; --mint: #ecf7f2; --font: Manrope, sans-serif; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-height, 77px) + 20px); }
body { margin: 0; font-family: var(--font); color: var(--ink); background: var(--paper); font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
a { color: inherit; text-decoration: none; }
button:disabled { opacity: .4; cursor: default; }
img { display: block; max-width: 100%; object-fit: contain; }
svg { width: 19px; height: 19px; flex-shrink: 0; vertical-align: middle; }
p, h1, h2, h3, h4 { margin: 0; }
h1, h2, h3, h4 { text-wrap: balance; white-space: pre-line; }
.feature-punch, .evidence-item strong, .evidence-quote { white-space: pre-line; }
h2 { font-size: 32px; line-height: 1.28; letter-spacing: -1.05px; font-weight: 750; }
h3 { font-size: 26px; line-height: 1.35; letter-spacing: -.65px; }
p + p { margin-top: 16px; }
:focus-visible { outline: 3px solid #6194ff; outline-offset: 5px; }
.container { width: min(1160px, calc(100% - 64px)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 10; left: 20px; top: -70px; background: white; padding: 12px 20px; }
.skip-link:focus { top: 12px; }
.brand { display: inline-flex; align-items: center; gap: 12px; font-size: 30px; font-weight: 800; letter-spacing: -1.1px; line-height: 1.2; white-space: nowrap; }
.site-header { position: sticky; top: 0; z-index: 5; background: var(--paper); border-bottom: 1px solid var(--line); }
.nav-shell { height: 76px; display: flex; align-items: center; gap: 36px; }
.nav-brand { font-size: 23px; gap: 10px; visibility: hidden; }
.site-header.show-brand .nav-brand { visibility: visible; }
.nav-brand img { width: 32px; height: 40px; }
.nav-shell nav { display: flex; gap: 28px; margin-left: auto; font-size: 14px; font-weight: 650; }
.nav-shell nav a:hover, .text-link:hover, .nav-action:hover { color: var(--blue); }
.nav-action { font-size: 13px; font-weight: 700; display: inline-flex; align-items: center; gap: 10px; }
.menu-toggle { display: none !important; }
.button, .icon-button { display: inline-flex; align-items: center; justify-content: center; gap: 12px; border: 1px solid transparent; border-radius: 7px; padding: 14px 18px; font-size: 14px; font-weight: 700; line-height: 1.4; min-height: 46px; }
.button-blue { background: var(--blue); color: white; }
.button-blue:hover { background: #164bd0; }
.button-dark { background: var(--ink); color: white; }
.button-dark:hover { background: #29436d; }
.icon-button { padding: 10px; width: 44px; height: 44px; background: white; color: var(--ink); border-color: var(--line); flex-shrink: 0; }
.text-link { border: 0; background: transparent; padding: 5px 0; display: inline-flex; align-items: center; gap: 10px; color: var(--blue); font-size: 14px; font-weight: 700; text-align: left; min-height: 40px; }
.eyebrow { color: var(--blue); font-size: 12px; font-weight: 800; letter-spacing: 1.4px; line-height: 1.5; }
.hero { padding-block: 36px 48px; }
.hero-brand { margin-bottom: 18px; }
.hero-brand img { width: 43px; height: 50px; }
.hero-grid { display: grid; grid-template-columns: 1.28fr 1fr; align-items: center; gap: 64px; }
.hero-audience { font-size: 14px; font-weight: 600; line-height: 1.5; color: var(--muted); margin-bottom: 10px; }
h1 { font-size: clamp(30px, 3.45vw, 44px); line-height: 1.18; letter-spacing: -1.65px; font-weight: 800; }
.hero-promise { max-width: 550px; margin-top: 19px; color: var(--muted); }
.hero-context { padding-left: 30px; border-left: 2px solid var(--line); }
.hero-context p { color: var(--muted); margin-bottom: 22px; }
.hero-context strong { color: var(--ink); font-weight: 750; }
.hero-context p:first-child { margin-bottom: 10px; }
.hero-context p + p { margin-top: 0; }
.hero-tools { margin-bottom: 22px; color: var(--muted); font-size: 13px; }
.hero-tool-group + .hero-tool-group { margin-top: 14px; }
.hero-tools ul { display: flex; flex-wrap: wrap; gap: 12px; list-style: none; margin: 8px 0 0; padding: 0; }
.hero-tools li { display: flex; align-items: center; gap: 7px; color: var(--ink); font-weight: 650; line-height: 1.5; white-space: nowrap; }
.hero-tools img { width: 22px; height: 22px; flex-shrink: 0; }
.hero-tools li > .lucide { width: 22px; height: 22px; flex-shrink: 0; color: var(--blue); }
.hero-tools .hero-status { font-size: 10px; font-weight: 650; line-height: 1.3; color: var(--muted); background: var(--soft); border: 1px solid var(--line); border-radius: 3px; padding: 2px 4px; }
.hero-tools .hero-availability { font-size: 12px; line-height: 1.5; margin: 9px 0 0; }
.hero-availability a { text-decoration: underline; text-underline-offset: 3px; }
.hero-availability a:hover { color: var(--blue); }
.hero-balanced .hero-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: start; gap: 48px; }
.hero-balanced .hero-context { padding-left: 0; border-left: 0; }
.hero-balanced .hero-tools { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 32px; margin: 28px 0 0; padding-top: 20px; border-top: 1px solid var(--line); }
.hero-balanced .hero-tool-group + .hero-tool-group { margin-top: 0; }
.results-section { background: var(--soft); border-block: 1px solid var(--line); padding-block: 40px 25px; }
.results-grid { display: grid; grid-template-columns: 1.05fr 1fr; gap: 80px; align-items: center; }
.results-copy h2 { margin-block: 12px 18px; font-size: 29px; }
.results-copy > p:not(.eyebrow) { color: var(--muted); }
.result-card { padding: 25px 30px; background: white; border: 1px solid #cad8ef; border-radius: 10px; box-shadow: 0 7px 24px #24457805; }
.result-overline { font-size: 12px; letter-spacing: 1px; color: var(--muted); font-weight: 750; }
.result-value { display: flex; gap: 22px; align-items: center; margin-top: 14px; line-height: 1.4; }
.result-value strong { font-size: 42px; color: var(--blue); letter-spacing: -1.6px; white-space: nowrap; line-height: 1.1; }
.result-value > span { font-size: 16px; font-weight: 700; }
.result-precision, .result-context { font-size: 14px; line-height: 1.6; color: var(--muted); }
.result-precision { padding-top: 17px; border-top: 1px solid var(--line); margin-top: 21px; }
.result-context { margin-top: 8px; }
.results-explained .results-headline { font-size: 30px; max-width: 720px; margin: 0 0 24px; }
.results-explained .results-grid { align-items: start; gap: 48px; }
.results-explained .result-card h3 { font-size: 15px; line-height: 1.4; letter-spacing: 0; }
.case-study-context { font-size: 15px; color: var(--muted); margin-top: 12px; }
.case-study-context strong { color: var(--ink); }
.results-explained .result-value { border-top: 1px solid var(--line); padding-top: 20px; margin-top: 20px; }
.results-explained .methodology { margin-top: 10px; }
.scaling-thesis { margin-top: 20px; padding-top: 20px; border-top: 1px solid var(--line); color: var(--muted); font-size: 14px; }
.methodology { margin-top: 20px; }
.methodology summary { cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 12px; font-size: 14px; font-weight: 750; padding: 14px 0; list-style: none; }
.methodology summary::-webkit-details-marker { display: none; }
.methodology[open] summary svg { transform: rotate(180deg); }
.method-body { background: white; border: 1px solid var(--line); border-radius: 8px; padding: 24px; font-size: 14px; color: var(--muted); }
.method-body strong { color: var(--ink); }
.method-body table { width: 100%; border-collapse: collapse; margin-block: 20px; color: var(--ink); text-align: left; }
.method-body caption { text-align: left; font-weight: 700; margin-bottom: 12px; }
.method-body th, .method-body td { padding: 12px 9px; border-bottom: 1px solid var(--line); vertical-align: top; }
.method-body thead { font-size: 12px; color: var(--muted); }
.method-source { font-size: 12px; }
.use-cases-section { padding-block: 62px 20px; border-bottom: 1px solid var(--line); }
.use-cases-intro { max-width: 720px; }
.use-cases-intro h2 { margin-block: 12px 18px; }
.use-cases-intro > p:last-child, .use-case-copy > p:not(.eyebrow) { color: var(--muted); }
.use-case-row { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 48px; align-items: center; padding-block: 40px; }
.use-case-row + .use-case-row { border-top: 1px solid var(--line); }
.use-case-copy h3 { margin-block: 12px 18px; }
.use-case-copy .use-case-payoff { color: var(--ink); margin-top: 22px; font-size: 15px; }
.use-case-copy > .text-link { margin-top: 14px; }
.use-case-visual { min-width: 0; margin: 0; padding: 24px; background: var(--soft); border: 1px solid var(--line); border-radius: 11px; }
.use-case-visual figcaption { color: var(--muted); font-size: 13px; font-weight: 700; margin-bottom: 22px; }
.intake-flow { display: grid; grid-template-columns: 1.15fr 18px .9fr 18px 1.1fr; align-items: center; gap: 8px; font-size: 14px; }
.intake-sources { display: grid; gap: 10px; }
.intake-sources > span { display: flex; align-items: center; gap: 8px; font-weight: 650; }
.intake-sources svg { color: var(--muted); width: 18px; }
.flow-arrow { width: 18px; color: #8399bc; }
.intake-destination { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 8px; padding-block: 12px; }
.intake-destination > strong { white-space: nowrap; }
.intake-destination > span { color: var(--muted); font-size: 12px; line-height: 1.7; }
.use-case-output { display: flex; align-items: flex-start; gap: 12px; margin-top: 24px; padding: 16px; background: white; border: 1px solid #cbd9ef; border-radius: 7px; font-size: 14px; }
.use-case-output > svg { color: var(--blue); margin-top: 3px; }
.use-case-output p > span { display: block; color: var(--muted); margin-top: 5px; }
.use-case-visual .use-case-note { color: var(--muted); font-size: 12px; line-height: 1.6; margin-top: 14px; }
.evidence-sources { display: flex; flex-wrap: wrap; gap: 8px; padding: 0; margin: 0; list-style: none; }
.evidence-sources li { display: inline-flex; align-items: center; gap: 6px; font-size: 13px; font-weight: 650; padding: 5px 10px; border: 1px solid #d4deec; background: white; border-radius: 5px; }
.evidence-sources svg { width: 15px; }
.evidence-join { display: flex; align-items: center; justify-content: center; gap: 9px; margin-block: 20px; color: var(--muted); font-size: 12px; }
.evidence-investigation { border: 1px solid #cad8ef; border-radius: 8px; background: white; padding: 18px; font-size: 14px; }
.investigation-brand { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.investigation-brand > strong { white-space: nowrap; }
.investigation-brand > span { color: var(--muted); font-size: 11px; margin-left: auto; }
.evidence-investigation .use-case-example { color: var(--muted); font-size: 12px; margin-top: 20px; }
.use-case-example + p { margin-top: 7px; }
.component-agreement { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; margin-top: 18px; }
.component-agreement > div { padding: 10px; background: var(--soft); border-radius: 5px; }
.component-agreement span { display: block; color: var(--muted); font-size: 12px; margin-top: 4px; }
.use-case-acceptance { display: flex; gap: 8px; align-items: flex-start; padding-top: 14px; border-top: 1px solid var(--line); color: #28614b; font-size: 13px; }
.use-case-acceptance svg { margin-top: 2px; width: 17px; }
.model-cost-result { margin-top: 24px; padding-top: 20px; border-top: 1px solid var(--line); }
.model-cost-result p:first-child { color: var(--blue); font-size: 21px; line-height: 1.4; }
.model-cost-result p + p { color: var(--muted); font-size: 13px; margin-top: 8px; }
.rough-request { padding: 14px 16px; background: white; border: 1px solid var(--line); border-radius: 7px; font-size: 14px; }
.rough-request .use-case-note { margin: 0; }
.rough-request p + p { margin-top: 5px; }
.spec-handoff { padding: 18px; background: white; border: 1px solid #cad8ef; border-radius: 8px; }
.planning-model { display: flex; gap: 8px; align-items: center; margin-top: 18px; font-size: 13px; color: var(--blue); }
.spec-deliverables { list-style: none; margin: 20px 0 0; padding: 0; }
.spec-deliverables li { display: flex; align-items: flex-start; gap: 10px; font-size: 14px; }
.spec-deliverables li + li { margin-top: 16px; }
.spec-deliverables svg { color: var(--blue); margin-top: 3px; }
.spec-deliverables span { display: block; color: var(--muted); font-size: 13px; margin-top: 3px; }
.implementation-model { border: 1px solid #cbd9ef; border-radius: 8px; padding: 16px; background: #edf3ff; }
.implementation-model-label { color: var(--muted); font-size: 12px; }
.implementation-model > p:nth-child(2) { display: flex; align-items: center; gap: 9px; font-size: 15px; margin-top: 12px; }
.implementation-model > p:last-child { color: var(--muted); font-size: 13px; margin-top: 7px; }
.profile-examples { list-style: none; padding: 0; margin: 22px 0 0; }
.profile-examples li { border-left: 2px solid #cbd9ef; padding-left: 14px; font-size: 13px; }
.profile-examples li + li { margin-top: 18px; }
.profile-examples li > strong, .profile-examples li > span { display: block; }
.profile-examples li > span { color: var(--blue); font-size: 12px; margin-top: 3px; }
.profile-examples li > p { color: var(--muted); margin-top: 5px; }
.design-handoff .design-example-label { margin: -8px 0 14px; font-size: 11px; color: var(--muted); }
.design-target { background: white; border: 1px solid #bdcce2; border-radius: 7px; overflow: hidden; }
.design-target-heading { padding: 10px 12px; font-size: 11px; font-weight: 750; border-bottom: 1px solid var(--line); }
.design-target-heading > span { float: right; font-weight: 500; color: var(--muted); }
.design-target-body { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr); }
.design-target-results { min-width: 0; padding: 10px 8px; }
.design-marker { display: inline-flex; width: 19px; height: 19px; align-items: center; justify-content: center; flex-shrink: 0; border-radius: 50%; background: var(--blue); color: white; font-size: 10px; font-weight: 750; }
.design-target-filters { display: flex; align-items: center; flex-wrap: wrap; gap: 5px; font-size: 10px; margin-bottom: 9px; }
.design-target-filters > span:last-child { border: 1px solid var(--line); padding: 2px 4px; border-radius: 3px; }
.design-target-table { width: 100%; border-collapse: collapse; font-size: 10px; text-align: left; }
.design-target-table th, .design-target-table td { padding: 7px 4px; border-bottom: 1px solid var(--line); }
.design-target-table th { color: var(--muted); font-weight: 600; }
.design-target-table .selected { background: #e8efff; box-shadow: inset 2px 0 var(--blue); }
.design-target-pagination { font-size: 9px; color: var(--muted); margin-top: 10px; }
.design-target-drawer { border-left: 1px solid #bdcce2; padding: 10px 8px; font-size: 10px; }
.design-target-drawer p + p { margin-top: 10px; }
.design-drawer-title, .design-timeline-title { display: flex; gap: 5px; align-items: center; font-weight: 750; }
.design-timeline { list-style: none; padding: 0 0 0 8px; margin: 10px 0 0 8px; border-left: 1px solid #b5c7e7; }
.design-timeline li { position: relative; padding: 0 0 10px 3px; }
.design-timeline li::before { content: ""; position: absolute; width: 5px; height: 5px; border-radius: 50%; background: var(--blue); top: 5px; left: -11px; }
.design-target-actions { color: var(--blue); border-top: 1px solid var(--line); padding-top: 8px; }
.design-decisions { list-style: none; padding: 0; margin: 20px 0; }
.design-decisions > li { display: flex; gap: 10px; font-size: 12px; }
.design-decisions > li + li { margin-top: 14px; }
.design-decisions .design-marker { margin-top: 2px; }
.design-decisions strong { font-size: 13px; }
.design-decisions p { color: var(--muted); margin-top: 3px; }
.design-invariants { font-size: 11px; padding: 12px; background: #e8efff; border-radius: 5px; }
.design-invariants strong { display: block; margin-bottom: 4px; }
.use-case-impact { display: flex; gap: 16px; align-items: center; background: var(--mint); border: 1px solid #d0e7dc; border-radius: 8px; padding: 22px; margin: 0 0 32px; }
.use-case-impact > svg { color: #28614b; width: 24px; height: 24px; }
.use-case-impact p + p { margin-top: 4px; font-size: 14px; color: var(--muted); }
.use-case-impact > span { margin-left: auto; flex-shrink: 0; color: #28614b; font-size: 12px; font-weight: 650; }
@media (max-width: 1023px) {
  .use-case-row { gap: 28px; }
  .use-case-visual { padding: 18px; }
  .intake-flow { grid-template-columns: 1fr; gap: 12px; }
  .intake-sources { display: flex; justify-content: center; flex-wrap: wrap; gap: 16px; }
  .intake-flow > .flow-arrow { transform: rotate(90deg); justify-self: center; }
  .intake-destination { padding: 0; }
  .intake-destination > span br { display: none; }
}
@media (max-width: 800px) {
  .use-case-row { grid-template-columns: minmax(0, 1fr); }
  .use-cases-section { padding-top: 44px; }
  .use-case-row { padding-block: 30px; }
  .investigation-brand > span { flex-basis: 100%; margin-left: 0; }
  .use-case-impact { flex-wrap: wrap; }
  .use-case-impact > div { flex: 1; min-width: 180px; }
  .use-case-impact > span { flex-basis: calc(100% - 40px); margin-left: 40px; }
}
@media (max-width: 380px) {
  .component-agreement { grid-template-columns: minmax(0, 1fr); }
  .component-agreement > div { display: flex; justify-content: space-between; gap: 10px; }
  .component-agreement span { margin-top: 0; }
}
.tracker-section { padding-block: 54px 34px; border-bottom: 1px solid var(--line); }
.tracker-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 64px; }
.tracker-copy > .eyebrow { font-size: 13px; letter-spacing: .2px; }
.tracker-copy h2 { margin-block: 13px 20px; }
.tracker-copy > p:not(.eyebrow) { color: var(--muted); }
.tracker-copy .tracker-punch { color: var(--ink); font-size: 15px; margin-top: 21px; }
.tracker-copy > .text-link { margin-top: 13px; }
.tracker-platforms { margin-top: 22px; }
.tracker-platforms > p { color: var(--muted); font-size: 13px; }
.tracker-platforms ul { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 9px; margin: 10px 0 0; padding: 0; list-style: none; }
.tracker-platform { display: flex; flex-direction: column; justify-content: space-between; gap: 6px; height: 100%; border: 1px solid #c9d8ed; border-radius: 6px; padding: 10px 12px; font-size: 14px; background: var(--soft); }
.tracker-platform > span { display: flex; align-items: center; gap: 5px; font-size: 12px; color: var(--muted); }
a.tracker-platform > span { color: var(--blue); }
a.tracker-platform:hover { background: #edf3ff; border-color: #6c93e8; }
.tracker-platform svg { width: 14px; height: 14px; }
.tracker-visual { min-width: 0; margin: 0; padding: 22px; border: 1px solid #dbe5f6; border-radius: 11px; background: #f0f5ff; }
.tracker-visual > figcaption { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 5px 14px; font-size: 12px; color: #526685; margin-bottom: 15px; }
.tracker-visual > figcaption > span { color: #617393; }
.tracker-issue { background: white; border: 1px solid #cfddf2; border-radius: 8px; padding: 20px; }
.tracker-issue-heading { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 9px; font-size: 12px; color: var(--muted); }
.tracker-issue-heading > span:first-child { display: flex; align-items: center; gap: 7px; font-weight: 750; }
.tracker-issue-heading svg { width: 16px; height: 16px; color: var(--blue); }
.tracker-state { background: #edf7f1; color: #2b674e; padding: 3px 8px; border-radius: 4px; font-weight: 650; }
.tracker-issue h3 { font-size: 21px; letter-spacing: -.45px; margin-top: 17px; }
.tracker-context { font-size: 14px; color: var(--muted); margin-top: 8px; }
.tracker-genie { margin-top: 22px; padding-top: 19px; border-top: 1px solid var(--line); }
.tracker-genie-identity { display: flex; align-items: center; gap: 10px; font-size: 14px; }
.tracker-genie-identity > img { flex-shrink: 0; }
.tracker-genie-identity span { display: block; color: var(--muted); font-size: 12px; }
.tracker-question { background: var(--soft); border: 1px solid #e0e8f4; border-radius: 6px; margin-top: 15px; padding: 13px 15px; font-size: 14px; }
.tracker-question p { color: #405574; margin-top: 4px; }
.tracker-answer { display: flex; align-items: flex-start; gap: 10px; font-size: 14px; margin-top: 14px; padding-inline: 4px; color: var(--muted); }
.tracker-answer > svg { margin-top: 3px; width: 17px; height: 17px; }
.tracker-answer strong { display: block; color: var(--ink); font-size: 12px; font-weight: 650; }
.tracker-delivery { display: flex; align-items: flex-start; gap: 10px; padding-top: 16px; margin-top: 17px; border-top: 1px solid var(--line); font-size: 14px; }
.tracker-delivery > svg { color: var(--blue); margin-top: 3px; }
.tracker-delivery p { color: var(--muted); margin-top: 4px; }
.tracker-issue-footer { display: flex; align-items: center; gap: 8px; padding-top: 17px; margin-top: 19px; border-top: 1px solid var(--line); font-size: 12px; color: var(--muted); }
.tracker-issue-footer svg { width: 15px; height: 15px; }
.tracker-tags { display: flex; flex-wrap: wrap; gap: 14px 28px; margin-top: 27px; }
.tracker-tags > span { display: inline-flex; align-items: center; gap: 8px; font-size: 14px; color: var(--muted); }
.tracker-tags svg { width: 17px; height: 17px; color: var(--blue); }
.why-section { padding-block: 64px; }
.section-marker { display: flex; align-items: center; gap: 12px; margin-bottom: 20px; }
.section-marker > span { font-size: 12px; font-weight: 750; color: #7c8da6; border-right: 1px solid var(--line); padding-right: 12px; }
.why-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; }
.why-copy { color: var(--muted); }
.why-copy strong { color: var(--ink); font-weight: 700; }
.onboarding-strip { display: flex; flex-wrap: wrap; gap: 18px 34px; margin-top: 32px; padding-top: 23px; border-top: 1px solid var(--line); }
.onboarding-strip > span { display: inline-flex; align-items: center; gap: 9px; font-size: 14px; font-weight: 650; }
.onboarding-strip svg { color: var(--blue); }
.section-intro { display: flex; align-items: flex-end; justify-content: space-between; gap: 55px; margin-bottom: 30px; }
.section-intro > p { max-width: 340px; color: var(--muted); font-size: 16px; }
.change-section { background: #edf3ff; border-block: 1px solid #dae5fb; padding-block: 52px; }
.change-framing { max-width: 980px; color: var(--muted); margin-bottom: 30px; }
.change-framing strong { color: var(--ink); }
.change-framing p + p { margin-top: 7px; }
.change-handoff { display: flex; align-items: center; justify-content: space-between; gap: 35px; margin-top: 32px; padding-top: 26px; border-top: 1px solid #d0ddf1; }
.change-handoff > div { max-width: 650px; }
.change-handoff h3 { font-size: 20px; letter-spacing: -.4px; margin-bottom: 10px; }
.change-handoff p { font-size: 15px; color: var(--muted); }
.change-handoff > a { max-width: 300px; }
.walkthrough-label { display: flex; flex-wrap: wrap; align-items: center; gap: 9px; color: #425c85; font-size: 12px; font-weight: 750; margin-bottom: 16px; }
.walkthrough-label > span:last-child { margin-left: auto; font-weight: 500; }
.status-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--blue); flex-shrink: 0; }
.change-stepper { display: grid; grid-template-columns: repeat(var(--step-count, 4), minmax(0, 1fr)); gap: 5px; margin-bottom: 22px; }
.change-stepper button { display: flex; align-items: center; gap: 9px; text-align: left; padding: 11px 9px; min-height: 46px; border: 1px solid #d0ddf1; background: #ffffff85; border-radius: 6px; color: #4d6487; font-size: 12px; font-weight: 700; }
.change-stepper button > span { color: #8396b6; }
.change-stepper button[aria-current] { background: var(--ink); border-color: var(--ink); color: white; }
.change-stepper button[aria-current] > span { color: #b2caff; }
.change-content { display: grid; grid-template-columns: 1.15fr 1fr; gap: 40px; align-items: center; }
.change-narrative > h3 { margin-block: 12px 15px; }
.change-narrative > p { color: var(--muted); margin-bottom: 24px; }
.playback-note { display: block; font-size: 12px; color: var(--muted); line-height: 1.6; margin-top: 13px; }
.no-script { padding: 20px; background: white; border-radius: 8px; }
.no-script a, noscript a { text-decoration: underline; color: var(--blue); }
.workflow-section { padding-top: 64px; }
.feature-row { padding-block: 46px; border-bottom: 1px solid var(--line); display: grid; grid-template-columns: 1fr 1fr; column-gap: 64px; row-gap: 24px; align-items: center; }
.feature-copy { grid-column: 2; grid-row: 1; }
.feature-visual { grid-column: 1; grid-row: 1; margin: 0; min-width: 0; }
.feature-row.reverse .feature-copy { grid-column: 1; }
.feature-row.reverse .feature-visual { grid-column: 2; }
.feature-copy > .eyebrow { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; margin-bottom: 15px; }
.availability { font-size: 12px; color: #64728b; background: #edf1f7; border-radius: 4px; padding: 3px 7px; font-weight: 650; letter-spacing: 0; }
.feature-copy h3 { font-size: 29px; margin-bottom: 17px; }
.feature-copy > p { color: var(--muted); }
.feature-copy .feature-punch { color: var(--ink); font-weight: 700; margin-top: 15px; }
.feature-copy .text-link { margin-top: 14px; }
.feature-copy .feature-note { font-size: 14px; line-height: 1.65; margin-top: 15px; }
.feature-visual { background: var(--soft); border: 1px solid #e3eaf4; border-radius: 11px; padding: 22px; }
.tone-mint { background: #eef8f3; border-color: #daeae3; }
.tone-lavender { background: #f4f1fb; border-color: #e7e0f3; }
.tone-peach { background: #fcf5ed; border-color: #f1e5d7; }
.visual-topline { display: flex; justify-content: space-between; gap: 15px; color: #63728a; font-size: 12px; margin-bottom: 14px; }
.visual-topline span:last-child { text-align: right; }
.feature-tags { grid-column: 1 / -1; display: flex; flex-wrap: wrap; gap: 12px 25px; }
.feature-tags > span { display: inline-flex; align-items: center; gap: 8px; color: #62728b; font-size: 13px; }
.feature-tags svg { width: 16px; height: 16px; color: #738bad; }
.platform-section { background: var(--soft); border-block: 1px solid var(--line); padding-block: 40px; margin-top: 48px; }
.platform-section h2 { font-size: 26px; margin-top: 10px; }
.platform-tags { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px 30px; margin-top: 25px; }
.platform-tags > :is(a, span) { display: flex; align-items: center; gap: 12px; font-size: 14px; font-weight: 650; }
.platform-tags a:hover { color: var(--blue); }
.platform-tags svg { color: var(--blue); }
.deployment-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 64px; }
.deployment-copy > p:not(.eyebrow) { color: var(--muted); }
.deployment-copy h2 { margin-bottom: 20px; }
.deployment-copy .deployment-boundary { font-size: 14px; line-height: 1.6; }
.deployment-copy .text-link { margin-top: 17px; }
.deployment-visual { min-width: 0; margin: 0; padding: 22px; border: 1px solid #d4e1f7; border-radius: 11px; background: #edf3ff; }
.deployment-visual figcaption { display: flex; flex-wrap: wrap; gap: 4px 14px; justify-content: space-between; font-size: 12px; color: var(--muted); margin-bottom: 15px; }
.deployment-zone { background: white; border: 1px solid #cfddf2; border-radius: 8px; padding: 19px; }
.deployment-brand { font-size: 22px; letter-spacing: -.7px; gap: 8px; }
.deployment-zone ul { display: grid; grid-template-columns: 1fr 1fr; gap: 8px 15px; padding: 0; margin: 14px 0 0; list-style: none; font-size: 13px; color: var(--muted); }
.deployment-connection { display: flex; justify-content: center; align-items: center; gap: 9px; padding-block: 14px; color: #3d5986; font-size: 12px; }
.deployment-connection svg { width: 18px; height: 22px; }
.deployment-customer { border-color: #b8d4ca; background: #f7fcf9; }
.deployment-customer h3 { display: flex; align-items: center; gap: 10px; font-size: 18px; letter-spacing: -.3px; }
.deployment-customer h3 svg { color: #316b56; }
.deployment-customer p { margin-top: 8px; font-size: 14px; color: var(--muted); line-height: 1.6; }
.deployment-section .platform-tags { padding-top: 24px; border-top: 1px solid var(--line); }
.fit-section { display: grid; grid-template-columns: 1fr 1fr; gap: 75px; padding-block: 60px; }
.fit-section h2 { margin-top: 14px; }
.fit-section > div:last-child { color: var(--muted); }
.walkthrough-section { border-block: 1px solid var(--line); display: flex; justify-content: space-between; gap: 35px; padding-block: 30px; }
.walkthrough-section h2 { font-size: 22px; }
.walkthrough-section p { color: var(--muted); font-size: 14px; margin-top: 10px; }
.resource-actions { display: grid; align-content: center; }
.closing-section { padding-block: 42px; }
.closing-card { background: #eff4ff; border: 1px solid #dce5f7; border-radius: 12px; padding: 36px 40px; display: flex; align-items: center; justify-content: space-between; gap: 45px; }
.closing-card .brand { font-size: 24px; }
.closing-card h2 { font-size: 28px; margin-top: 20px; }
.closing-card p { font-size: 14px; color: var(--muted); margin-top: 15px; }
.closing-actions { display: flex; flex-direction: column; align-items: flex-start; gap: 15px; }
.site-footer { display: flex; align-items: center; justify-content: space-between; gap: 20px; color: var(--muted); font-size: 12px; padding-block: 10px 32px; }
.site-footer p + p { margin: 0; }
.site-footer a { display: flex; align-items: center; gap: 10px; }
body.dialog-open { overflow: hidden; }
#story-dialog { color: var(--ink); background: white; border: 1px solid var(--line); border-radius: 13px; width: min(1080px, calc(100% - 40px)); max-height: calc(100dvh - 40px); padding: 0; }
#story-dialog::backdrop { background: #10213ecd; backdrop-filter: blur(4px); }
.story-dialog-header { position: sticky; top: 0; z-index: 2; background: white; padding: 22px 28px; display: flex; justify-content: space-between; align-items: center; gap: 16px; border-bottom: 1px solid var(--line); }
.story-dialog-header h2 { font-size: 24px; margin-top: 7px; }
.story-dialog-header .eyebrow { font-size: 12px; letter-spacing: .65px; }
.story-dialog-grid { display: grid; grid-template-columns: 1.05fr 1fr; gap: 30px; padding: 28px; }
.story-screen { min-width: 0; }
.illustration-label { font-size: 12px; color: var(--muted); margin-bottom: 12px; font-weight: 650; }
.scene-shot { font-size: 14px; color: var(--muted); margin-top: 17px; line-height: 1.7; }
.story-narrative { min-width: 0; }
.story-progress { display: flex; gap: 7px; margin-bottom: 24px; }
.story-progress button { border: 0; flex: 1; min-width: 0; height: 32px; background: transparent; padding: 8px 0; }
.story-progress button span { display: block; height: 4px; background: var(--line); border-radius: 3px; }
.story-progress button[aria-current] span { background: var(--blue); }
.story-narrative h3 { font-size: 27px; margin-block: 12px 18px; }
.story-narrative > p { font-size: 16px; color: var(--muted); }
.story-controls { display: flex; gap: 9px; margin-top: 27px; }
.story-controls .button { flex: 1; padding-inline: 12px; }
.story-narrative .playback-note { font-size: 12px; }
.story-dialog-footer { border-top: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 20px 28px; }
.story-dialog-footer > p { font-size: 14px; color: var(--muted); max-width: 620px; }
.story-dialog-footer button { flex-shrink: 0; }
@media (max-width: 1050px) {
  .nav-shell { gap: 22px; }
  .nav-action { display: none; }
  .hero-grid { gap: 35px; }
  .hero-context { padding-left: 24px; }
  .hero-context .button { gap: 9px; }
  .hero-balanced .hero-grid { column-gap: 32px; }
  .results-grid, .why-grid, .tracker-grid { gap: 40px; }
  .result-card { padding: 22px; }
  .result-value { gap: 14px; }
  .result-value strong { font-size: 35px; }
  .feature-row { column-gap: 35px; }
  .feature-visual { padding: 16px; }
  .change-stepper button { gap: 5px; padding-inline: 6px; }
}
@media (max-width: 800px) {
  .container { width: calc(100% - 40px); }
  .nav-shell { height: 68px; }
  .nav-shell nav { gap: 19px; font-size: 13px; }
  .hero-grid { grid-template-columns: 1fr; gap: 24px; }
  .hero-balanced .hero-grid { grid-template-columns: 1fr; gap: 24px; }
  .hero { padding-block: 28px 34px; }
  .hero-context { padding-left: 0; border: 0; }
  .hero-context p { margin-bottom: 18px; }
  .hero-promise { max-width: 650px; }
  .results-grid { grid-template-columns: 1fr; gap: 25px; }
  .results-explained .results-grid { gap: 24px; }
  .results-explained .results-headline { font-size: 28px; margin-bottom: 20px; }
  .result-card { max-width: 540px; }
  .results-copy h2 { font-size: 28px; }
  .why-grid { grid-template-columns: 1fr; gap: 22px; }
  .tracker-grid { grid-template-columns: 1fr; gap: 28px; }
  .tracker-visual { max-width: 600px; }
  .section-intro { flex-direction: column; align-items: flex-start; gap: 20px; }
  .section-intro > p { max-width: 640px; }
  .change-stepper { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .change-stepper button { gap: 8px; padding-inline: 10px; }
  .change-content { grid-template-columns: 1fr; gap: 28px; }
  .change-handoff { flex-direction: column; align-items: flex-start; gap: 16px; }
  .change-narrative { max-width: 640px; }
  .feature-row, .feature-row.reverse { grid-template-columns: 1fr; gap: 25px; }
  .feature-copy, .feature-row.reverse .feature-copy { grid-column: 1; grid-row: 1; }
  .feature-visual, .feature-row.reverse .feature-visual { grid-column: 1; grid-row: 2; padding: 22px; }
  .feature-tags { grid-column: 1; grid-row: 3; }
  .report-gallery { grid-row: 3; }
  .report-gallery + .feature-tags { grid-row: 4; }
  .feature-copy h3 { max-width: 650px; }
  .fit-section { grid-template-columns: 1fr; gap: 24px; }
  .platform-tags { grid-template-columns: 1fr 1fr; }
  .deployment-grid { grid-template-columns: 1fr; gap: 27px; }
  .deployment-visual { max-width: 600px; }
  .walkthrough-section, .closing-card { flex-direction: column; align-items: flex-start; }
  .closing-card { gap: 25px; }
  .story-dialog-grid { grid-template-columns: 1fr; gap: 24px; }
  .story-dialog-footer { align-items: flex-start; flex-direction: column; gap: 12px; }
}
@media (max-width: 1023px) {
  .hero-balanced .hero-tools { grid-template-columns: 1fr; gap: 20px; margin-top: 24px; }
}
@media (max-width: 360px) {
  .hero-tools ul { column-gap: 8px; }
}
@media (max-width: 600px) {
  .container { width: calc(100% - 36px); }
  h2 { font-size: 27px; letter-spacing: -.85px; }
  .nav-brand { font-size: 21px; }
  .nav-shell { justify-content: space-between; position: relative; }
  .menu-toggle { display: inline-flex !important; }
  .nav-shell nav { display: none; }
  .menu-open nav { display: flex; position: absolute; top: 68px; left: -18px; right: -18px; padding: 14px 20px; background: white; box-shadow: 0 12px 20px #19365d15; border-bottom: 1px solid var(--line); flex-direction: column; gap: 0; z-index: 4; }
  .menu-open nav a { padding: 10px; font-size: 15px; }
  .hero-brand { font-size: 29px; gap: 10px; margin-bottom: 18px; }
  .hero-brand img { width: 37px; height: 43px; }
  h1 { font-size: clamp(30px, 8.2vw, 34px); line-height: 1.22; letter-spacing: -1.1px; }
  .desktop-break { display: none; }
  .hero-promise { margin-top: 17px; }
  .hero-context .button { width: 100%; }
  .results-section { padding-block: 28px 15px; }
  .results-copy h2 { font-size: 26px; }
  .results-explained .results-headline { font-size: 26px; }
  .result-card { padding: 20px; }
  .result-value strong { font-size: 36px; }
  .result-value > span { font-size: 15px; }
  .result-overline { font-size: 12px; letter-spacing: .4px; }
  .method-body { padding: 18px 14px; }
  .method-body thead { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); }
  .method-body tbody tr { display: grid; grid-template-columns: 1fr 1fr; padding-bottom: 14px; border-bottom: 1px solid var(--line); }
  .method-body tbody th { grid-column: 1 / -1; padding-inline: 5px; font-size: 16px; }
  .method-body td { border: 0; padding: 9px 5px; font-size: 15px; }
  .method-body td::before { content: attr(data-label); display: block; color: var(--muted); font-size: 12px; margin-bottom: 3px; }
  .why-section { padding-block: 42px; }
  .tracker-section { padding-block: 38px 30px; }
  .tracker-visual { padding: 15px; }
  .tracker-issue { padding: 16px; }
  .tracker-tags { gap: 12px 20px; }
  .tracker-platforms ul { grid-template-columns: 1fr; }
  .tracker-platform { flex-direction: row; align-items: center; gap: 12px; }
  .onboarding-strip { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
  .onboarding-strip > span { font-size: 13px; align-items: flex-start; }
  .change-section { padding-block: 35px; }
  .change-section h2 { font-size: 26px; }
  .walkthrough-label > span:last-child { margin-left: 15px; flex-basis: 100%; }
  .change-stepper { gap: 5px; }
  .change-stepper button { display: block; padding: 8px 6px; font-size: 12px; line-height: 1.5; }
  .change-stepper button > span { display: block; }
  .change-narrative h3 { font-size: 26px; }
  .workflow-section { padding-top: 42px; }
  .feature-row { padding-block: 35px; }
  .feature-copy h3 { font-size: 27px; }
  .feature-visual, .feature-row.reverse .feature-visual { padding: 15px; }
  .feature-tags { gap: 11px 19px; }
  .platform-section { margin-top: 30px; padding-block: 30px; }
  .platform-tags { gap: 20px; }
  .platform-tags > :is(a, span) { font-size: 13px; align-items: flex-start; gap: 8px; }
  .deployment-visual { padding: 15px; }
  .deployment-zone { padding: 16px; }
  .deployment-zone ul { grid-template-columns: 1fr; }
  .fit-section { padding-block: 40px; }
  .fit-section .eyebrow { letter-spacing: .9px; }
  .walkthrough-section { gap: 20px; }
  .closing-card { padding: 27px 22px; }
  .closing-card h2 { font-size: 26px; }
  .closing-card h2 br { display: none; }
  .site-footer { flex-wrap: wrap; gap: 12px; }
  .site-footer > p:nth-child(2) { flex-basis: 100%; order: 3; }
  #story-dialog { width: calc(100% - 20px); max-height: calc(100dvh - 20px); }
  .story-dialog-header { padding: 17px 18px; align-items: flex-start; }
  .story-dialog-header h2 { font-size: 21px; }
  .story-dialog-header .eyebrow { letter-spacing: .3px; }
  .story-dialog-grid { padding: 18px; }
  .story-narrative h3 { font-size: 25px; }
  .story-controls { gap: 7px; }
  .story-controls .button { font-size: 13px; gap: 7px; padding-inline: 9px; }
  .story-dialog-footer { padding: 18px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}
html:not(.js) .change-content { display: none; }
html:not(.js) .change-stepper { display: none; }
html:not(.js) .menu-toggle { display: none !important; }
html:not(.js) .nav-shell { height: auto; min-height: 76px; flex-wrap: wrap; padding-block: 14px; }
html:not(.js) .nav-shell nav { display: flex; flex-wrap: wrap; }

/* The current opening shows the working relationship inside the issue. */
.hero-with-thread { padding-top: 28px; }
.hero-with-thread .hero-grid { row-gap: 22px; }
.hero-copy { grid-column: 1; grid-row: 1; padding-top: 10px; }
.hero-location { margin-top: 22px; font-size: 17px; line-height: 1.6; }
.hero-with-thread .hero-promise { margin-top: 12px; }
.hero-actions { grid-column: 1; grid-row: 3; align-self: start; }
.hero-actions > p { font-size: 12px; color: var(--muted); margin-top: 14px; }
.hero-thread { grid-column: 2; grid-row: 1 / 4; min-width: 0; margin: 0; --tracker-accent: #0c66e4; }
.hero-with-thread .hero-tools { grid-column: 1; grid-row: 2; grid-template-columns: minmax(0, 1fr); gap: 16px; margin: 0; padding-top: 18px; }
.hero-stage-tabs { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 6px; padding: 0 0 10px; }
.hero-stage-tabs[hidden] { display: none; }
.hero-stage-tabs button { display: flex; align-items: center; justify-content: center; min-height: 52px; padding: 6px; border: 1px solid #bac9de; border-radius: 7px; background: white; box-shadow: 0 2px 3px #19365d0a; color: #405779; cursor: pointer; font-size: 12px; font-weight: 750; line-height: 1.3; transition: background .15s, border-color .15s, box-shadow .15s; }
.hero-stage-tabs button:hover { background: #edf3ff; border-color: #7b9fd7; box-shadow: 0 2px 5px #19365d1a; }
.hero-stage-tabs button[aria-selected="true"] { background: #245deb; border-color: #245deb; color: white; box-shadow: 0 2px 5px #245deb30; }
.hero-stage-tabs button:focus-visible { outline: 3px solid #6f9ef1; outline-offset: 3px; }
.hero-stage-tabs small { display: block; font-size: 9px; font-weight: 500; margin-top: 2px; }
.hero-stage[hidden] { display: none; }
.hero-stage-context { padding: 12px 16px 0; font-size: 14px; font-weight: 750; }
.js .hero-stage-context { display: none; }
.hero-stage-label { display: flex; align-items: center; gap: 4px; margin: 0; font-size: 11px; line-height: 1.35; color: var(--tracker-accent); }
.hero-stage-label > strong { display: inline-block; border: 1px solid #c3d5f6; background: #edf3ff; border-radius: 4px; padding: 2px 7px; font-weight: 750; white-space: nowrap; }
.hero-stage > .hero-stage-label { padding: 9px 16px 0; }
.hero-stage-label .availability { display: inline-block; white-space: nowrap; font-size: 9px; margin-left: 0; padding: 2px 4px; }
.hero-stage-note { margin: -3px 16px 12px; font-size: 10px; line-height: 1.5; color: var(--muted); }
html:not(.js) .hero-stage + .hero-stage { border-top: 1px solid var(--line); }
.hero-issue { border: 1px solid #c4d2e6; border-radius: 9px; overflow: hidden; background: white; box-shadow: 0 10px 32px #19365d0b; }
.hero-platform-bar { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 8px 16px; background: #f0f5ff; border-bottom: 1px solid #d9e3f4; font-size: 11px; color: #3f587d; }
.hero-platform-bar > span:first-child { display: flex; align-items: center; gap: 7px; }
.hero-platform-bar strong { color: var(--ink); font-size: 12px; }
.hero-issue-heading { padding: 10px 16px; border-bottom: 1px solid var(--line); }
.hero-issue-heading h2 { min-width: 0; font-size: 18px; line-height: 1.35; letter-spacing: -.4px; }
.hero-issue-meta { display: flex; align-items: center; gap: 8px; margin-top: 6px; }
.hero-assignee { display: inline-flex; align-items: center; gap: 5px; font-size: 11px; white-space: nowrap; }
.hero-assignee img { width: 20px; height: 24px; }
.hero-ticket-status { min-width: 0; }
.hero-ticket-status[hidden] { display: none; }
.hero-activity-label { display: flex; gap: 8px; padding: 6px 16px 0; font-size: 11px; font-weight: 750; }
.hero-activity-label span { color: var(--muted); font-weight: 500; }
.hero-issue-heading[hidden], .hero-activity-label[hidden] { display: none; }
.hero-project-heading { padding: 14px 16px; border-bottom: 1px solid var(--line); }
.hero-project-heading h2 { font-size: 18px; line-height: 1.35; letter-spacing: -.4px; margin-top: 10px; }
.hero-project-heading > p:last-child { font-size: 11px; color: var(--muted); margin-top: 6px; }
.hero-project-location { display: flex; align-items: center; gap: 6px; flex-wrap: wrap; color: var(--muted); font-size: 10px; }
.hero-project-location svg { width: 14px; height: 14px; }
.hero-project-location span { margin-left: auto; color: var(--blue); font-weight: 700; }
.js #hero-stage-learn > .hero-stage-label { display: none; }
.hero-evidence-line { font-size: 11px; color: #405779; }
.hero-evidence-line > span { font-weight: 750; color: #426c88; margin-right: 5px; }
.hero-history { list-style: none; margin: 0; padding: 11px 16px; }
.hero-history-event { position: relative; display: flex; gap: 10px; padding-bottom: 11px; font-size: 12px; line-height: 1.5; }
.hero-history-event:last-child { padding-bottom: 0; }
.hero-history-event:not(:last-child)::after { content: ""; position: absolute; left: 11px; top: 30px; bottom: 2px; border-left: 1px solid #d8e2ef; }
.hero-history-event > div { min-width: 0; flex: 1; }
.hero-history-avatar { width: 24px; height: 28px; flex-shrink: 0; }
.hero-history-avatar.human, .hero-history-avatar.qa { display: flex; align-items: center; justify-content: center; height: 24px; border-radius: 50%; background: #e9eef5; color: #526782; font-size: 10px; font-weight: 750; margin-top: 1px; }
.hero-history-avatar.qa { color: #7250a5; background: #eee7f7; }
.hero-history-avatar.tool { display: grid; place-items: center; height: 24px; border-radius: 5px; color: #446d89; background: #e9f3f6; }
.hero-history-avatar.tool svg { width: 15px; height: 15px; }
.hero-history-author { display: flex; align-items: center; gap: 6px; flex-wrap: wrap; font-size: 12px; }
.hero-role { color: #64738a; background: #f0f3f8; border-radius: 3px; padding: 0 4px; font-size: 10px; }
.hero-event-time { color: #718099; font-size: 10px; margin-left: auto; }
.hero-history-event p + p { margin-top: 3px; }
.hero-history-event .hero-event-note { color: var(--muted); font-size: 10px; }
.hero-history-event .hero-event-state { color: #8a5a0a; font-weight: 700; font-size: 10px; }
.hero-history-event.is-assignment { color: #586b85; font-size: 11px; }
.hero-tool-target { display: block; color: #426c88; font-size: 10px; font-weight: 750; margin: 2px 0; }
.hero-needs-input > div { border-left: 2px solid #deb355; padding-left: 9px; }
.hero-mention { color: #245deb; font-weight: 650; }
.hero-task-update { border: 1px solid #d3e9dd; border-radius: 5px; background: #f1faf5; padding: 9px 11px 6px; font-size: 11px; }
.hero-update-title { color: #246043; }
.hero-task-update.is-attention { background: #fff8ea; border-color: #ecd8ac; }
.hero-task-update.is-attention .hero-update-title { color: #805918; }
.hero-task-update ul { list-style: none; padding: 0; margin: 6px 0 3px; color: #365847; font-size: 10px; }
.hero-task-update li::before { content: "✓"; color: #28714e; margin-right: 6px; }
.hero-spec-diff summary { display: flex; gap: 5px; align-items: center; width: fit-content; min-height: 28px; cursor: pointer; list-style: none; color: #22533b; font-weight: 750; margin-left: 0; }
.hero-spec-diff summary::-webkit-details-marker { display: none; }
.hero-spec-diff summary svg { width: 13px; height: 13px; }
.hero-spec-diff[open] summary svg { transform: rotate(180deg); }
.hero-spec-diff > div { background: white; border: 1px solid #d3e9dd; border-radius: 5px; padding: 10px 12px; margin-top: 7px; }
.hero-spec-diff > div span { display: block; font-weight: 750; margin-bottom: 4px; }
.hero-spec-diff p + p { padding-top: 9px; margin-top: 9px; border-top: 1px solid #d3e9dd; }
.hero-thread > figcaption { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 2px 10px; font-size: 10px; color: var(--muted); margin-top: 10px; }
.hero-thread > figcaption > span:last-child { color: #768399; }
@media (min-width: 801px) {
  .hero-with-thread .hero-grid { grid-template-rows: max-content max-content 1fr; }
  .hero-with-thread .hero-tool-group { display: grid; grid-template-columns: 140px minmax(0, 1fr); column-gap: 12px; align-items: center; }
  .hero-with-thread .hero-tools ul { margin: 0; gap: 10px; }
  .hero-with-thread .hero-availability { grid-column: 2; }
}
@media (max-width: 1100px) and (min-width: 801px) {
  .hero-issue-heading h2 { font-size: 17px; }
  .hero-with-thread .hero-tool-group { grid-template-columns: minmax(0, 1fr); gap: 6px; }
  .hero-with-thread .hero-availability { grid-column: 1; margin-top: 2px; }
}
@media (max-width: 1100px) {
  .hero-stage-tabs { grid-template-columns: repeat(6, minmax(0, 1fr)); }
  .hero-stage-tabs button { grid-column: span 2; min-height: 44px; }
  .hero-stage-tabs button:nth-child(n+4) { grid-column: span 3; }
}
@media (max-width: 800px) {
  .hero-with-thread { padding-top: 16px; }
  .hero-copy { grid-column: 1; grid-row: 1; padding-top: 0; }
  .hero-thread { grid-column: 1; grid-row: 2; width: 100%; }
  .hero-actions { grid-column: 1; grid-row: 3; }
  .hero-with-thread .hero-tools { grid-row: 4; gap: 20px; padding-top: 20px; }
  .hero-location { font-size: 16px; margin-top: 17px; }
  .hero-with-thread .hero-promise { font-size: 14px; }
  .hero-with-thread .hero-grid { gap: 22px; }
  .hero-history-event { font-size: 12px; }
  .hero-thread > figcaption { font-size: 10px; }
  .hero-spec-diff summary { min-height: 36px; }
}
@media (max-width: 400px) {
  .hero-platform-bar, .hero-issue-heading { padding-inline: 12px; }
  .hero-history { padding-inline: 12px; }
  .hero-task-update { padding-inline: 12px; }
  .hero-stage-tabs button { font-size: 11px; }
  .hero-assignee { font-size: 10px; gap: 4px; }
  .hero-issue-meta { gap: 6px; }
  .hero-stage-label { font-size: 10px; }
  .hero-stage-label > strong { padding-inline: 5px; }
}
