/* Data InteliX — editorial design system. No downloaded fonts or external assets. */
:root {
  color-scheme: dark;
  --ink: #0b1726;
  --ink-deep: #081320;
  --panel: #101f30;
  --panel-light: #152537;
  --paper: #f3f0e8;
  --text: #f0eee7;
  --muted: #a3afbc;
  --gold: #d8b56e;
  --gold-light: #e9ce96;
  --line: #2b3949;
  --line-soft: #202f40;
  --body: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  --display: Georgia, "Times New Roman", serif;
  --mono: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 102px; }
body { margin: 0; background: var(--ink); color: var(--text); font-family: var(--body); font-size: 15px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
body.modal-open { overflow: hidden; }
::selection { background: var(--gold); color: var(--ink); }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
button, a, input, select, textarea, summary { -webkit-tap-highlight-color: transparent; }
button { color: inherit; }
button:disabled { cursor: default; }
a, button, input, select, textarea, summary { outline-offset: 5px; }
:focus-visible { outline: 2px solid var(--gold); }
h1, h2, h3, h4, p, figure, dl { margin: 0; }
h1, h2, h3, h4 { font-weight: 400; }
h1, h2 { font-family: var(--display); }
em { color: var(--gold); font-weight: 400; }
svg { flex-shrink: 0; }
.icon { display: inline-block; vertical-align: middle; width: 20px; height: 20px; }
[hidden] { display: none !important; }
.container { width: min(1280px, calc(100% - 112px)); margin-inline: auto; }
.mono { font-family: var(--mono); font-size: 10px; font-weight: 400; letter-spacing: .09em; line-height: 1.55; text-transform: uppercase; }
.muted { color: var(--muted); }
.eyebrow { display: flex; align-items: center; gap: 11px; color: var(--gold); font-family: var(--mono); font-size: 10px; line-height: 1.6; letter-spacing: .13em; text-transform: uppercase; }
.sr-only { width: 1px; height: 1px; padding: 0; position: absolute; overflow: hidden; clip: rect(0,0,0,0); clip-path: inset(50%); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: -70px; left: 20px; z-index: 100; color: var(--ink); background: var(--gold); padding: 12px 20px; }
.skip-link:focus { top: 10px; }
.status-dot, .method-dot { width: 6px; height: 6px; background: var(--gold); border-radius: 50%; flex-shrink: 0; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 24px; padding: 13px 22px; border: 1px solid transparent; border-radius: 3px; font-size: 12px; font-weight: 550; line-height: 1.5; letter-spacing: .005em; transition: background .2s ease, color .2s ease, border-color .2s ease, transform .2s ease; }
.button .icon { width: 18px; height: 18px; }
.button-gold { color: #102030; background: var(--gold); border-color: var(--gold); }
.button-gold:hover { background: var(--gold-light); border-color: var(--gold-light); transform: translateY(-2px); }
.button-text { padding-inline: 0; color: var(--text); background: none; }
.button-text:hover, .text-link:hover { color: var(--gold); }
.button-outline { border-color: var(--line); background: none; }
.button-outline:hover { border-color: var(--gold); color: var(--gold); }
.text-link { display: inline-flex; align-items: center; justify-content: flex-start; gap: 16px; min-height: 44px; padding: 4px 0; background: none; border: 0; font-size: 12px; font-weight: 500; transition: color .2s; text-align: start; }
.text-link .icon { width: 18px; height: 18px; transition: transform .2s; }
.text-link:hover .icon { transform: translateX(4px); }

/* Navigation */
.site-header { position: sticky; top: 0; z-index: 30; border-bottom: 1px solid var(--line-soft); background: rgba(11,23,38,.96); backdrop-filter: blur(16px); }
.nav-inner { height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 12px; flex-shrink: 0; }
.brand-mark { width: 37px; height: 38px; position: relative; display: inline-flex; align-items: center; font: 32px/1 var(--display); letter-spacing: -.1em; }
.brand-mark > span { font-size: 30px; color: var(--gold); margin-inline-start: -2px; }
.brand-mark > i { display: block; position: absolute; left: 0; bottom: 0; width: 34px; height: 1px; background: var(--gold); opacity: .7; }
.brand-name { font-size: 17px; font-weight: 500; letter-spacing: -.045em; }
.brand-name > span { color: var(--gold); }
.desktop-nav { display: flex; align-items: center; gap: 28px; margin-inline-start: auto; margin-inline-end: 22px; }
.desktop-nav a { position: relative; padding: 28px 0; color: #bac3cd; font-size: 11px; font-weight: 450; }
.desktop-nav a:hover, .desktop-nav a.active { color: var(--text); }
.desktop-nav a::after { content: ''; position: absolute; bottom: 18px; left: 50%; width: 3px; height: 3px; border-radius: 50%; background: var(--gold); transform: scale(0); transition: transform .2s; }
.desktop-nav a.active::after { transform: scale(1); }
.nav-cta { min-height: 40px; border: 1px solid #596051; border-radius: 2px; padding: 8px 14px; display: inline-flex; align-items: center; gap: 28px; font-size: 11px; font-weight: 500; color: var(--gold-light); transition: border-color .2s, background .2s; }
.nav-cta:hover { border-color: var(--gold); background: #d8b56e0d; }
.nav-cta .icon { width: 16px; height: 16px; }
.mobile-toggle { display: none; border: 0; background: none; width: 44px; height: 44px; padding: 10px; }
.mobile-nav { padding: 10px 28px 28px; border-top: 1px solid var(--line); background: var(--ink); }
.mobile-nav a { display: flex; justify-content: space-between; align-items: center; padding: 12px 0; color: var(--text); font-size: 17px; border-bottom: 1px solid var(--line-soft); }
.mobile-nav a:last-child { color: var(--gold); margin-top: 8px; }

/* Hero: a specific, inspectable decision rather than a collection of vanity metrics. */
.hero { position: relative; overflow: hidden; background: radial-gradient(ellipse at 83% 22%, #152b426b, transparent 48%), var(--ink); }
.hero::before { content: ''; pointer-events: none; position: absolute; inset: 0; background-image: linear-gradient(90deg, transparent calc(100% - 1px), #ffffff02 1px); background-size: 128px 100%; opacity: .5; }
.hero > .container { position: relative; }
.hero-meta { padding-top: 36px; margin-bottom: 52px; display: flex; align-items: center; justify-content: space-between; }
.hero-meta .location { color: #a3afbc; font-size: 9px; letter-spacing: .1em; }
.location > span { margin: 0 15px; color: var(--gold); }
.hero-grid { display: grid; grid-template-columns: minmax(0,1.18fr) minmax(0,1fr); gap: 76px; align-items: center; }
.hero-copy { padding: 0 0 12px; animation: enter .7s both; }
h1 { font-size: clamp(52px, 4.85vw, 74px); letter-spacing: -.055em; line-height: 1.055; }
.hero-handoff { font-size: .79em; color: #d0d2cf; letter-spacing: -.048em; }
h1 em { letter-spacing: -.058em; }
.hero-description { max-width: 425px; color: #aeb9c5; font-size: 14px; line-height: 1.9; margin-top: 29px; }
.hero-actions { display: flex; gap: 28px; align-items: center; flex-wrap: wrap; margin-top: 31px; }
.hero-note { margin-top: 18px; font-size: 10px; color: #a0acba; }
.hero-note span { padding: 0 8px; color: #788794; }
.hero-baseline { display: flex; align-items: center; justify-content: space-between; margin-top: 51px; padding-bottom: 31px; color: #8594a5; }
.hero-baseline > .mono { font-size: 8.5px; letter-spacing: .1em; }
.scroll-link { min-height: 36px; display: flex; gap: 14px; align-items: center; font-size: 10px; }
.scroll-link .icon { color: var(--gold); height: 16px; }
.decision-explorer { position: relative; min-width: 0; border: 1px solid #354452; border-radius: 12px; padding: 23px 25px 17px; background: linear-gradient(135deg, #142537, #0f1d2d 66%); box-shadow: 0 22px 65px #0000001f; animation: enter .8s .12s both; }
.decision-explorer::before { content: ''; width: 24px; height: 24px; border-inline-start: 1px solid var(--gold); border-top: 1px solid var(--gold); border-radius: 12px 0 0; position: absolute; top: -1px; left: -1px; }
.explorer-heading { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.explorer-heading > .mono { display: flex; align-items: center; gap: 9px; font-size: 8.5px; letter-spacing: .09em; color: #c4ced8; }
.explorer-heading .icon { color: var(--gold); width: 14px; height: 14px; }
.demo-badge { padding: 3px 7px; border: 1px solid #46504f; background: #d8b56e0a; color: #cfbb91; border-radius: 3px; font-size: 8.5px; white-space: nowrap; }
.scenario-tabs { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 4px; margin-top: 22px; padding: 4px; background: #081523; border: 1px solid var(--line-soft); border-radius: 5px; }
.scenario-tabs button { background: none; border: 1px solid transparent; color: #aeb9c6; font-size: 10px; font-weight: 450; padding: 8px; border-radius: 3px; min-height: 35px; transition: background .2s, color .2s; }
.scenario-tabs button.active { color: #f2e5c9; border-color: #516054; background: #d8b56e12; }
.scenario-tabs button:hover { color: var(--gold-light); }
.decision-question { margin-top: 23px; }
.decision-question > .mono { font-size: 8px; letter-spacing: .1em; }
.decision-question h2 { font-family: var(--body); font-size: 23px; line-height: 1.32; letter-spacing: -.035em; font-weight: 450; margin-top: 8px; min-height: 61px; }
.chart-meta { display: flex; justify-content: space-between; align-items: center; gap: 8px; margin: 23px 0 2px; }
.chart-meta > .mono { color: #97a8b9; font-size: 8px; }
.chart-legend { display: inline-flex; gap: 6px; align-items: center; font-size: 8px; color: #bac5d0; }
.legend-line { width: 13px; height: 1px; background: #bfced9; display: inline-block; }
.legend-line.forecast { height: 0; background: none; border-top: 1px dashed var(--gold); margin-inline-start: 6px; }
.decision-chart { width: 100%; margin: 7px 0 0; }
.decision-chart svg { display: block; width: 100%; height: auto; overflow: visible; }
.forecast-area { fill: #d8b56e06; }
.chart-zone { font: 8px var(--mono); letter-spacing: 1px; fill: #b39c73; }
.chart-grid { fill: none; stroke: #2b3c4d; stroke-width: 1; }
.chart-axis { fill: #92a2b2; font: 10px var(--body); }
.threshold-line { fill: none; stroke: #7d8d97; stroke-width: 1; stroke-dasharray: 3 5; }
.actual-line { fill: none; stroke: #becbd5; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.forecast-line { fill: none; stroke: var(--gold); stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; stroke-dasharray: 5 5; }
.actual-point { fill: #cad5dd; }
.forecast-point { fill: var(--gold); stroke: #354239; stroke-width: 4; paint-order: stroke; }
.threshold-caption { display: flex; align-items: center; gap: 6px; color: #b0bbc7; font-size: 8px; margin-top: 4px; }
.threshold-key { width: 12px; height: 0; border-top: 1px dashed #8a9aa6; }
.simulated-note { margin-inline-start: auto; color: #8b9aaa; font-size: 8px; }
.signal-summary { display: flex; gap: 10px; align-items: center; border-top: 1px solid var(--line); margin-top: 20px; padding-top: 17px; }
.signal-marker { color: var(--gold); display: flex; padding: 9px; border: 1px solid var(--line); border-radius: 5px; }
.signal-marker .icon { width: 15px; height: 15px; }
.signal-summary .mono { font-size: 8px; color: #9facb9; }
.signal-summary p:last-child { margin-top: 2px; font-size: 10px; color: #d6dce0; }
.recommended-action { width: 100%; display: flex; justify-content: space-between; align-items: center; text-align: start; padding: 13px 15px; margin-top: 15px; background: #d8b56e0b; border: 1px solid #7c7152; border-radius: 5px; transition: background .2s; }
.recommended-action:hover { background: #d8b56e18; }
.recommended-action .mono { display: block; font-size: 7.5px; color: #c0ae88; }
.recommended-action strong { display: block; margin-top: 3px; font-size: 11px; font-weight: 500; color: #e6d2a9; }
.recommended-action .icon { color: var(--gold); width: 17px; height: 17px; }
.decision-controls { display: flex; justify-content: space-between; align-items: center; gap: 10px; margin-top: 14px; font-size: 8px; color: #aab5c0; }
.decision-controls > span { display: flex; align-items: center; gap: 5px; }
.decision-controls .icon { width: 12px; height: 12px; color: #9dacb9; }

/* Delivery principles */
.delivery-strip { border-top: 1px solid var(--line-soft); border-bottom: 1px solid var(--line-soft); background: #0d1b2b; }
.delivery-grid { display: grid; grid-template-columns: repeat(4,1fr); padding: 26px 0; }
.delivery-grid > div { display: flex; align-items: center; gap: 15px; padding: 0 25px; border-inline-end: 1px solid var(--line); }
.delivery-grid > div:first-child { padding-inline-start: 0; }
.delivery-grid > div:last-child { padding-inline-end: 0; border-inline-end: 0; }
.delivery-grid .icon { color: var(--gold); width: 21px; height: 21px; }
.delivery-grid strong { display: block; font-size: 11px; font-weight: 500; letter-spacing: -.02em; }
.delivery-grid small { display: block; margin-top: 3px; color: #9aa8b7; font-size: 9px; }

/* Section typography */
.section { padding: 96px 0; scroll-margin-top: 15px; }
.section-label { display: flex; align-items: center; gap: 25px; color: var(--gold); }
.section-rule { flex: 1; height: 1px; background: var(--line); }
.section-aside { color: #8e9cad; font-size: 8.5px; letter-spacing: .065em; }
.section-intro { display: grid; grid-template-columns: 1.25fr 1fr; gap: 90px; align-items: end; margin: 40px 0 42px; }
.section-intro h2, .about-copy h2 { font-size: clamp(39px,3.7vw,54px); line-height: 1.12; letter-spacing: -.045em; }
.section-intro > p { color: #a9b5c2; font-size: 13px; line-height: 1.85; max-width: 365px; padding-bottom: 3px; justify-self: end; }
.section-footnote { margin-top: 24px; color: #94a4b6; font-size: 11px; text-align: center; }

/* Two clearly connected practices */
.service-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.service-card { padding: 32px 35px 24px; border: 1px solid var(--line); border-radius: 7px; background: linear-gradient(130deg,#122133,#0e1b2a 75%); }
.service-card-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 29px; }
.service-card-top .mono { font-size: 8px; }
.service-icon { width: 40px; height: 40px; color: var(--gold); display: grid; place-items: center; border: 1px solid #515448; border-radius: 5px; background: #d8b56e05; }
.service-icon .icon { width: 22px; height: 22px; }
.service-card h3 { font-family: var(--display); font-size: 32px; letter-spacing: -.035em; line-height: 1.2; }
.service-promise { margin-top: 15px; font-size: 12px; font-weight: 550; color: #dadeda; }
.service-description { margin-top: 7px; color: #a1afbd; font-size: 12px; line-height: 1.85; max-width: 455px; min-height: 66px; }
.service-accordion { margin-top: 24px; border-top: 1px solid var(--line); }
.service-accordion details { border-bottom: 1px solid var(--line); }
.service-accordion summary { min-height: 57px; display: flex; align-items: center; justify-content: space-between; gap: 18px; list-style: none; cursor: pointer; font-size: 11px; font-weight: 450; }
.service-accordion summary::-webkit-details-marker { display: none; }
.service-accordion summary .icon { color: #aab7c2; width: 15px; height: 15px; }
.service-accordion summary:hover { color: var(--gold); }
.service-accordion details[open] summary { color: var(--gold-light); }
.service-accordion details[open] .details-plus { transform: rotate(45deg); }
.service-detail { padding: 0 28px 20px 0; font-size: 12px; line-height: 1.8; color: #b5c0cb; }
.deliverable { margin-top: 15px; color: #d2d4c9; font-size: 11px; }
.deliverable span { display: block; margin-bottom: 4px; font: 8px/1.5 var(--mono); letter-spacing: .1em; color: #91a2b3; }
.service-card > .text-link { color: var(--gold); margin-top: 19px; font-size: 11px; }

/* Work — a lighter editorial interlude. */
.light-section { color-scheme: light; color: #182837; background: var(--paper); }
.light-section em { color: #827045; }
.light-section .section-label { color: #77603a; }
.light-section .section-rule { background: #cdcfc6; }
.light-section .section-aside { color: #6d746e; }
.light-section .section-intro > p { color: #5e686c; }
.light-section .text-link:hover { color: #8a6a2f; }
.featured-case { display: grid; grid-template-columns: .95fr 1.05fr; border: 1px solid #d3d7ce; border-radius: 7px; overflow: hidden; background: #f8f7f1; }
.featured-case-copy { padding: 36px 36px 28px; }
.featured-case-copy > .mono { font-size: 8.5px; color: #796743; }
.featured-case-copy h3 { font-family: var(--display); font-size: 38px; line-height: 1.12; letter-spacing: -.045em; margin: 23px 0 18px; }
.featured-case-copy > p:not(.mono) { font-size: 12px; line-height: 1.85; color: #5e676a; max-width: 370px; }
.case-facts { margin-top: 25px; border-top: 1px solid #d8dbd2; }
.case-facts > div { display: grid; grid-template-columns: 90px 1fr; gap: 14px; padding-top: 16px; }
.case-facts dt { font-size: 10px; line-height: 1.75; font-weight: 600; color: #59615e; }
.case-facts dd { margin: 0; color: #555f63; font-size: 11px; line-height: 1.75; }
.featured-case-copy > .text-link { margin-top: 23px; font-size: 11px; }
.featured-case-visual { position: relative; display: flex; flex-direction: column; justify-content: center; padding: 45px 30px; background: radial-gradient(ellipse at 40% 0%,#f1f0e9,transparent 90%), #e8e9e1; border-inline-start: 1px solid #d3d7ce; }
.product-window { border: 1px solid #314151; border-radius: 7px; color: #eff0e9; background: #112132; box-shadow: 0 18px 32px #1c2a3a16; transform: rotate(-1.5deg); }
.product-top { display: flex; align-items: center; gap: 10px; border-bottom: 1px solid #334150; padding: 14px 16px; font-size: 10px; color: #cad2d8; }
.product-symbol { width: 22px; height: 22px; border: 1px solid #5c6050; display: grid; place-items: center; border-radius: 3px; color: var(--gold); }
.product-symbol .icon { width: 12px; height: 12px; }
.product-menu { margin-inline-start: auto; color: #9fafbd; letter-spacing: 2px; }
.product-content { padding: 20px 18px 16px; }
.product-heading { display: flex; justify-content: space-between; align-items: center; gap: 8px; }
.product-heading > span:first-child { font-size: 13px; letter-spacing: -.02em; }
.product-tag { font-size: 6px; color: #b5c2ba; border: 1px solid #51645e; border-radius: 3px; padding: 3px 5px; }
.product-subtitle { font-size: 8px; color: #9eacbb; margin-top: 5px; }
.product-flow { display: flex; align-items: center; justify-content: space-between; gap: 5px; padding: 20px 0; }
.product-flow > span { display: flex; flex-direction: column; gap: 7px; align-items: center; text-align: center; color: #b6c2ce; font-size: 8px; }
.product-flow > span .icon { color: var(--gold); width: 18px; height: 18px; }
.product-flow > .icon { color: #657a8e; width: 16px; height: 16px; }
.product-table { border-top: 1px solid #334452; }
.product-table > div { display: grid; grid-template-columns: 1.03fr .9fr 1.2fr; align-items: center; gap: 8px; padding: 11px 0; font-size: 7px; border-bottom: 1px solid #293b4b; }
.product-table > .product-table-head { font-family: var(--mono); color: #8fa0b0; font-size: 6px; padding: 9px 0; letter-spacing: .04em; }
.product-table > div > span { display: flex; align-items: center; gap: 7px; }
.product-table .icon { width: 9px; height: 9px; color: var(--gold); margin-inline-start: auto; }
.account-icon { font-style: normal; display: grid; place-items: center; width: 19px; height: 19px; background: #2b3b4b; border-radius: 3px; color: #afbcc7; font-size: 8px; }
.risk-tag { width: max-content; border: 1px solid #746a4e; background: #d8b56e07; padding: 2px 4px; border-radius: 3px; color: #dac799; font-size: 6px; }
.risk-tag.stable { color: #c0cfc6; border-color: #476057; background: #acc4b607; }
.product-feedback { display: flex; align-items: center; gap: 6px; color: #abbcb7; font-size: 7px; margin-top: 13px; }
.product-feedback .icon { width: 12px; height: 12px; color: #b9c7b4; }
.visual-caption { margin-top: 26px; text-align: center; color: #657068; font-size: 8px; }
.other-cases { margin-top: 24px; border-top: 1px solid #cbcec6; }
.case-row { display: grid; grid-template-columns: 24px 48px 1fr 42px; gap: 22px; align-items: center; width: 100%; padding: 24px 0; border: 0; border-bottom: 1px solid #cbcec6; background: transparent; text-align: start; color: #1c2b38; transition: background .2s; }
.case-row:hover { background: #d6d6c936; }
.case-number { color: #83775c; font-size: 9px; }
.case-row-icon { display: grid; place-items: center; width: 43px; height: 43px; border: 1px solid #c6cabc; border-radius: 5px; color: #7a6740; }
.case-row-icon .icon { width: 22px; height: 22px; }
.case-row-main { display: flex; flex-direction: column; gap: 5px; }
.case-sector { font-size: 8px; letter-spacing: .09em; color: #7c7258; }
.case-row-title { font-family: var(--display); font-size: 26px; letter-spacing: -.035em; line-height: 1.25; }
.case-row-description { font-size: 10px; color: #667072; }
.round-arrow { border: 1px solid #c0c5b8; width: 38px; height: 38px; border-radius: 50%; display: grid; place-items: center; transition: color .2s, background .2s; }
.round-arrow .icon { width: 17px; height: 17px; }
.case-row:hover .round-arrow { background: #182837; color: var(--paper); border-color: #182837; }
.work-endnote { display: flex; justify-content: space-between; align-items: center; gap: 24px; margin-top: 22px; }
.work-endnote > p { max-width: 560px; font-size: 10px; color: #6b736e; }
.work-endnote .text-link { font-size: 10px; white-space: nowrap; }

/* A complete, responsive feedback loop. */
.approach-section { background: var(--ink-deep); }
.decision-loop { position: relative; padding: 23px 28px 35px; border: 1px solid var(--line); border-radius: 7px; background: #0d1b2b; }
.loop-topline { display: flex; justify-content: space-between; align-items: center; margin-bottom: 25px; gap: 15px; }
.loop-topline > .mono { color: #9aaab9; font-size: 8px; }
.loop-context { font-size: 9px; color: #a9b3bc; }
.loop-nodes { display: grid; grid-template-columns: repeat(5,1fr); gap: 24px; list-style: none; padding: 0; margin: 0; }
.loop-node { position: relative; border: 1px solid #344250; border-radius: 4px; padding: 14px 17px; background: #101f30; }
.loop-node:nth-child(3) { border-color: #8a7955; background: #d8b56e09; }
.loop-node:not(:last-child)::after { content: '→'; position: absolute; right: -20px; top: 44%; font-size: 12px; color: #7e8e9b; }
.node-top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 18px; }
.node-top .mono { color: #7f92a6; font-size: 8px; }
.node-top .icon { color: var(--gold); width: 19px; height: 19px; }
.loop-node strong { display: block; color: #ebece6; font-size: 13px; font-weight: 450; }
.loop-node > span:last-child { display: block; font-size: 9px; color: #95a7b8; margin-top: 4px; }
.feedback-path { position: relative; height: 35px; width: calc(100% - 150px); margin: 8px auto 0; border-inline-start: 1px solid #5c5948; border-inline-end: 1px solid #5c5948; border-bottom: 1px solid #5c5948; border-radius: 0 0 6px 6px; }
.feedback-arrow { position: absolute; top: -10px; left: -5px; color: #9e8d63; font-size: 12px; line-height: 1; }
.feedback-arrow:last-child { left: auto; right: -5px; }
.feedback-text { position: absolute; left: 50%; bottom: -9px; transform: translateX(-50%); display: flex; align-items: center; gap: 7px; padding: 0 13px; white-space: nowrap; background: #0d1b2b; font-size: 9px; color: #b7a679; }
.feedback-text .icon { width: 12px; height: 12px; }
.method-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 28px; margin-top: 49px; }
.method-step { min-width: 0; }
.step-number { color: var(--gold); font-family: var(--mono); font-size: 9px; display: inline-block; margin-bottom: 17px; }
.method-step h3 { font-size: 14px; font-weight: 450; letter-spacing: -.025em; line-height: 1.4; }
.method-step > p { font-size: 11px; color: #97a8b9; line-height: 1.85; margin-top: 11px; min-height: 80px; }
.step-output { display: flex; align-items: center; gap: 7px; font-size: 9px; color: #b5bfbf; margin-top: 14px; padding-top: 14px; border-top: 1px solid #233446; }
.step-output .icon { width: 12px; height: 12px; color: var(--gold); }
.method-bottom { display: flex; align-items: center; justify-content: center; gap: 10px; margin-top: 45px; padding-top: 22px; border-top: 1px solid #233345; }
.method-bottom > p { color: #a8b4bd; font-size: 10px; }
.method-dot { width: 4px; height: 4px; }

/* About */
.about-section { border-top: 1px solid #2c3a49; border-bottom: 1px solid #2c3a49; background: #101f30; }
.about-grid { display: grid; grid-template-columns: 1fr 1.17fr; gap: 100px; align-items: center; }
.about-copy .eyebrow { font-size: 9px; }
.about-copy h2 { margin-top: 25px; font-size: clamp(38px,3.5vw,52px); }
.about-copy > p:not(.eyebrow) { margin-top: 23px; font-size: 12px; color: #a1afbd; line-height: 1.85; max-width: 360px; }
.about-copy > .text-link { color: var(--gold); font-size: 11px; margin-top: 22px; }
.team-principles article { display: grid; grid-template-columns: 22px 1fr 20px; gap: 20px; padding: 29px 0; border-top: 1px solid #3a4754; }
.team-principles article:last-child { border-bottom: 1px solid #3a4754; }
.principle-number { font-size: 8px; color: #bca575; padding-top: 4px; }
.team-principles h3 { font-size: 15px; font-weight: 400; letter-spacing: -.03em; line-height: 1.5; }
.team-principles p { color: #a3b0bd; font-size: 11px; line-height: 1.85; margin-top: 10px; max-width: 395px; }
.team-principles article > .icon { width: 18px; height: 18px; color: #a58e5e; margin-top: 2px; }

/* Second-Order, an editorial series inside Insights. */
.insight-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.insight-card { display: flex; flex-direction: column; padding: 25px 28px 20px; border: 1px solid var(--line); border-radius: 5px; min-height: 316px; background: #101f3029; transition: border-color .25s, background .25s; }
.insight-card:hover { border-color: #687057; background: #d8b56e03; }
.insight-meta { display: flex; justify-content: space-between; align-items: center; gap: 15px; }
.insight-meta > .mono { font-size: 7.5px; color: #c6ac78; }
.insight-meta > .insight-no { color: #8495a7; }
.insight-card h3 { font-family: var(--display); font-size: 27px; line-height: 1.2; letter-spacing: -.035em; margin: 25px 0 18px; }
.insight-card h3 button { display: inline; padding: 0; border: 0; background: none; text-align: start; font: inherit; letter-spacing: inherit; }
.insight-card h3 button:hover { color: var(--gold-light); }
.insight-card > p { font-size: 11px; line-height: 1.85; color: #9eafbe; margin-bottom: 26px; }
.insight-card > .text-link { margin-top: auto; width: 100%; justify-content: space-between; font-size: 10px; color: #d1c8b2; border-top: 1px solid var(--line); padding-top: 15px; }
.insight-card > .text-link:hover { color: var(--gold); }

/* Closing invitation */
.contact-section { position: relative; overflow: hidden; padding: 90px 0; border-top: 1px solid #61593e; background: radial-gradient(ellipse at 96% 60%,#6a562b24,transparent 58%), #101f2d; }
.contact-section::after { content: ''; pointer-events: none; position: absolute; width: 650px; height: 650px; border: 1px solid #d8b56e0c; border-radius: 50%; right: -180px; top: -160px; box-shadow: 0 0 0 85px #d8b56e04, 0 0 0 170px #d8b56e03; }
.contact-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.6fr 1fr; align-items: center; gap: 70px; }
.contact-grid h2 { font-size: clamp(40px,3.8vw,57px); letter-spacing: -.05em; line-height: 1.15; margin-top: 24px; }
.contact-grid > div > p:not(.eyebrow) { max-width: 480px; font-size: 12px; line-height: 1.9; color: #abb6bc; margin-top: 23px; }
.contact-action { justify-self: end; padding-top: 20px; }
.contact-action .button { min-width: 249px; justify-content: space-between; }
.contact-grid .contact-action > p { font-size: 9px; margin-top: 15px; color: #a9b4bc; }
.contact-email { display: flex; justify-content: space-between; gap: 18px; align-items: center; color: #c4c5b7; font-size: 11px; margin-top: 28px; padding-top: 22px; border-top: 1px solid #3b443f; }
.contact-email .icon { width: 16px; height: 16px; }
.contact-email:hover { color: var(--gold); }
.site-footer { padding: 48px 0 24px; border-top: 1px solid #2c3b45; background: #091522; }
.footer-main { display: grid; grid-template-columns: .9fr 1.1fr 1.8fr; gap: 45px; align-items: center; }
.footer-main > p { font-size: 11px; line-height: 1.65; color: #8e9fad; }
.footer-main > nav { display: flex; justify-content: flex-end; flex-wrap: wrap; gap: 25px; }
.footer-main nav a { font-size: 10px; color: #b0bbc1; }
.footer-main nav a:hover { color: var(--gold); }
.footer-main nav .icon { width: 13px; height: 13px; margin-inline-start: 4px; }
.footer-bottom { border-top: 1px solid #273442; margin-top: 36px; padding-top: 21px; display: flex; gap: 32px; color: #8a9baa; font-size: 8.5px; }
.footer-bottom > span:nth-child(2) { margin-inline-start: auto; }
.footer-separator { padding: 0 10px; color: #546679; }
.footer-bottom > a { margin-inline-start: 10px; }
.footer-bottom .icon { width: 12px; height: 12px; margin-inline-start: 4px; }
.privacy-link { padding: 0; border: 0; background: none; font-size: inherit; color: inherit; }
.privacy-link:hover, .footer-bottom a:hover { color: var(--gold); }

/* Accessible native dialogs */
dialog { color: var(--text); background: #111f2f; border: 1px solid #576051; border-radius: 12px; padding: 0; max-height: calc(100dvh - 64px); width: min(840px,calc(100% - 48px)); max-width: none; box-shadow: 0 30px 100px #0008; overscroll-behavior: contain; }
dialog::backdrop { background: #020a13c9; backdrop-filter: blur(7px); }
dialog[open] { animation: dialog-in .22s ease both; }
.dialog-toolbar { position: sticky; top: 0; z-index: 2; display: flex; align-items: center; justify-content: space-between; gap: 15px; background: #111f2f; border-bottom: 1px solid var(--line); padding: 10px 20px 10px 32px; }
.dialog-toolbar .mono { font-size: 9px; color: #a9b8c4; }
.dialog-close { display: grid; place-items: center; background: none; border: 1px solid transparent; border-radius: 4px; width: 44px; height: 44px; color: #b8c2cc; }
.dialog-close:hover { color: var(--gold); border-color: #58604d; }
.dialog-close .icon { width: 20px; height: 20px; }
.dialog-content { padding: 36px 44px 44px; }
.dialog-content > .eyebrow { font-size: 9px; }
.dialog-content h2 { font-size: 44px; letter-spacing: -.04em; line-height: 1.13; margin: 20px 0 25px; }
.dialog-content .dialog-lead { color: #d0d5d5; font-size: 16px; line-height: 1.85; }
.dialog-content h3 { font-family: var(--display); font-size: 25px; letter-spacing: -.02em; margin-top: 30px; margin-bottom: 12px; line-height: 1.3; }
.dialog-content p { font-size: 14px; color: #b7c3cd; line-height: 1.85; }
.dialog-content p + p { margin-top: 15px; }
.dialog-content blockquote { padding: 8px 0 8px 22px; margin: 30px 0; border-inline-start: 2px solid var(--gold); color: var(--gold-light); font-family: var(--display); font-size: 25px; line-height: 1.4; }
.dialog-content .button { margin-top: 28px; }
.dialog-footer-note { border-top: 1px solid var(--line); padding-top: 18px; margin-top: 28px; font-size: 11px !important; color: #98a9b7 !important; }
.detail-deliverables { display: flex; flex-wrap: wrap; gap: 8px; padding: 0; list-style: none; margin: 16px 0 0; }
.detail-deliverables li { font-size: 11px; padding: 5px 10px; border: 1px solid #52604e; border-radius: 3px; color: #d9c597; }
.action-detail-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 25px; }
.action-detail-grid > div { border: 1px solid var(--line); border-radius: 5px; padding: 20px; }
.action-detail-grid span { display: block; font: 9px/1.5 var(--mono); text-transform: uppercase; letter-spacing: .08em; color: var(--gold); margin-bottom: 8px; }
.action-detail-grid p { font-size: 12px; }
.economics-diagram { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; margin: 24px 0; }
.economics-diagram > div { border: 1px solid #4b5347; padding: 17px; border-radius: 4px; background: #d8b56e04; }
.economics-diagram strong { display: block; font-size: 13px; color: var(--gold-light); font-weight: 500; margin-bottom: 7px; }
.economics-diagram p { font-size: 11px; }
.booking-dialog { width: min(1000px,calc(100% - 48px)); }
.booking-layout { display: grid; grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr); }
.booking-aside { background: #0d1a29; border-inline-end: 1px solid var(--line); padding: 34px; min-width: 0; }
.booking-main { padding: 32px; min-width: 0; }
.booking-main h3 { font-family: var(--display); font-size: 29px; letter-spacing: -.035em; }
.form-intro { font-size: 11px; color: #a7b7c5; margin: 7px 0 24px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.form-field { display: flex; flex-direction: column; gap: 7px; margin-bottom: 17px; }
.form-field label, .request-ready label { font-size: 10px; color: #c3cdd5; }
.form-field label > span { color: var(--gold); }
.form-field input, .form-field select, .form-field textarea, .request-ready textarea { width: 100%; min-width: 0; border: 1px solid #405164; border-radius: 4px; background: #0c1928; color: var(--text); padding: 10px 11px; font-size: 13px; transition: border-color .2s; }
.form-field input, .form-field select { min-height: 44px; }
.form-field input::placeholder, .form-field textarea::placeholder { color: #7f91a5; }
.form-field textarea { resize: vertical; min-height: 86px; }
.form-field input:focus, .form-field select:focus, .form-field textarea:focus { border-color: var(--gold); }
.form-submit { width: 100%; justify-content: space-between; }
.form-note { margin-top: 14px; font-size: 10px; line-height: 1.75; color: #a7b5c1; }
.request-ready > p:not(.form-note) { color: #aabac7; margin: 15px 0 24px; font-size: 12px; line-height: 1.85; }
.request-ready strong { color: #d8d6c8; font-weight: 500; }
.ready-icon { display: grid; place-items: center; color: var(--gold); width: 42px; height: 42px; border: 1px solid #776d51; border-radius: 50%; margin-bottom: 20px; }
.request-ready textarea { font-size: 11px; margin-top: 8px; line-height: 1.75; resize: vertical; }
.request-ready > .button { width: 100%; margin-top: 14px; justify-content: space-between; }
.request-ready > .text-link { margin-top: 10px; font-size: 11px; }

/* ── Booking scheduler ───────────────────────────────────────────────── */
.booking-schedule h3 { margin-bottom: 6px; }
.schedule-block { margin-bottom: 24px; min-width: 0; }
.schedule-label { color: var(--gold); margin-bottom: 11px; }
/* The day strip must scroll inside its column, never widen the dialog. */
.day-strip { display: flex; gap: 8px; overflow-x: auto; padding-bottom: 7px; max-width: 100%; }
.day-strip > * { flex: 0 0 auto; }
.day-chip { flex: 0 0 auto; min-width: 80px; display: grid; gap: 2px; justify-items: center; align-content: start; padding: 10px 9px 9px; border: 1px solid #405164; border-radius: 4px; background: #0c1928; color: var(--text); font: inherit; cursor: pointer; transition: border-color .18s, background .18s, color .18s; }
.day-chip:hover:not(:disabled), .day-chip:focus-visible { border-color: var(--gold); }
.day-chip.is-selected { border-color: var(--gold); background: #1b2a3c; box-shadow: inset 0 0 0 1px var(--gold); }
.day-chip:disabled { opacity: .4; cursor: not-allowed; }
.day-chip-weekday { font: 10px/1.4 var(--mono); letter-spacing: .08em; text-transform: uppercase; color: #b9c5d0; }
.day-chip-day { font-family: var(--display); font-size: 22px; line-height: 1.15; }
.day-chip-month { font: 9px/1.3 var(--mono); letter-spacing: .08em; text-transform: uppercase; color: var(--muted); }
.day-chip-free { font: 9px/1.6 var(--mono); color: var(--gold); }

.slot-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(98px, 1fr)); gap: 8px; }
.slot { display: grid; gap: 3px; justify-items: center; align-content: center; min-height: 54px; padding: 8px 6px; border: 1px solid #405164; border-radius: 4px; background: #0c1928; color: var(--text); font: 15px/1.3 var(--mono); cursor: pointer; transition: border-color .18s, background .18s, color .18s; }
.slot:hover:not(:disabled), .slot:focus-visible { border-color: var(--gold); }
.slot.is-selected { border-color: var(--gold); background: var(--gold); color: #102030; }
.slot.is-selected .slot-alt { color: #3c4b59; }
.slot:disabled { opacity: .32; cursor: not-allowed; text-decoration: line-through; }
.slot-alt { font-size: 10px; color: var(--muted); }
.slot-empty { grid-column: 1 / -1; margin: 0; font-size: 12px; line-height: 1.8; color: var(--muted); padding: 6px 0; }

.schedule-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 22px; }
.schedule-actions .button { flex: 1 1 150px; }
.schedule-actions #schedule-confirm { justify-content: space-between; gap: 12px; }
.noscript-note { background: #152638; padding: 16px 28px; color: #c9d4dc; font-size: 13px; text-align: center; }
.noscript-note a { color: var(--gold); text-decoration: underline; }

@keyframes enter { from { opacity: 0; transform: translateY(15px); } to { opacity: 1; transform: translateY(0); } }
@keyframes dialog-in { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); } }

/* Keep the content usable at every breakpoint, including the decision graphic. */
@media (min-width: 1600px) {
  .hero-meta { padding-top: 44px; margin-bottom: 60px; }
  .hero-grid { gap: 85px; }
  .hero-baseline { margin-top: 60px; padding-bottom: 35px; }
}
@media (max-width: 1190px) {
  .container { width: calc(100% - 80px); }
  .desktop-nav { gap: 20px; margin-inline-end: 5px; }
  .hero-grid { gap: 38px; grid-template-columns: 1.12fr 1fr; }
  h1 { font-size: clamp(47px,4.9vw,65px); }
  .hero-description { max-width: 365px; font-size: 13px; }
  .hero-actions { gap: 18px; }
  .hero-actions .button { font-size: 11px; gap: 12px; padding-inline: 17px; }
  .hero-actions .button-text { padding-inline: 0; }
  .decision-explorer { padding: 21px 21px 17px; }
  .explorer-heading > .mono { font-size: 7px; }
  .demo-badge { font-size: 7px; }
  .decision-question h2 { font-size: 21px; }
  .delivery-grid > div { padding-inline: 16px; gap: 11px; }
  .delivery-grid strong { font-size: 10px; }
  .delivery-grid small { font-size: 8px; }
  .section-intro { gap: 55px; }
  .service-card { padding: 29px 27px 22px; }
  .featured-case-copy { padding: 30px 28px 25px; }
  .featured-case-visual { padding: 38px 22px; }
  .product-heading { flex-wrap: wrap; }
  .case-facts > div { grid-template-columns: 80px 1fr; }
  .about-grid { gap: 60px; }
  .insight-card { padding: 24px 23px 20px; }
  .insight-card h3 { font-size: 25px; }
  .footer-main { gap: 28px; }
  .footer-main > nav { gap: 18px; }
}
@media (max-width: 980px) {
  .container { width: calc(100% - 64px); }
  .desktop-nav { gap: 16px; margin-inline-end: 0; }
  .desktop-nav a { font-size: 10px; }
  .brand-name { font-size: 16px; }
  .nav-inner { gap: 18px; }
  .nav-cta { gap: 13px; }
  .hero-meta { margin-bottom: 37px; }
  .hero-grid { gap: 30px; grid-template-columns: 1.07fr 1fr; }
  h1 { font-size: 46px; }
  .hero-description { font-size: 12px; margin-top: 24px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 3px; margin-top: 25px; }
  .hero-actions .button { min-height: 47px; }
  .hero-note { font-size: 8px; margin-top: 5px; }
  .hero-note span { padding: 0 4px; }
  .decision-explorer { padding: 18px 18px 15px; }
  .explorer-heading { align-items: flex-start; }
  .explorer-heading > .mono { font-size: 7px; }
  .explorer-heading .icon { display: none; }
  .demo-badge { padding: 2px 5px; font-size: 6.5px; }
  .scenario-tabs { margin-top: 17px; }
  .scenario-tabs button { font-size: 9px; }
  .decision-question h2 { font-size: 20px; min-height: 53px; }
  .decision-question { margin-top: 17px; }
  .chart-meta { margin-top: 18px; }
  .chart-axis { font-size: 13px; }
  .chart-zone { font-size: 10px; }
  .signal-summary p:last-child { font-size: 9px; }
  .threshold-caption, .simulated-note, .decision-controls { font-size: 7px; }
  .signal-summary { margin-top: 15px; }
  .hero-baseline { margin-top: 36px; }
  .delivery-grid > div { gap: 10px; padding: 0 12px; }
  .delivery-grid .icon { width: 18px; height: 18px; }
  .delivery-grid strong { font-size: 9px; }
  .delivery-grid small { font-size: 7px; }
  .section { padding: 76px 0; }
  .section-intro { gap: 42px; }
  .section-intro h2 { font-size: 39px; }
  .section-intro > p { font-size: 12px; }
  .service-card { padding: 27px 24px 22px; }
  .service-card h3 { font-size: 29px; }
  .service-description { min-height: 89px; font-size: 11px; }
  .service-accordion summary { font-size: 10px; }
  .featured-case-copy h3 { font-size: 33px; }
  .featured-case-copy > .mono { font-size: 7px; }
  .featured-case-copy > p:not(.mono) { font-size: 11px; }
  .case-facts > div { display: block; }
  .case-facts dt { margin-bottom: 4px; }
  .case-facts dd { font-size: 10px; }
  .featured-case-visual { padding: 30px 18px; }
  .product-content { padding: 16px 13px; }
  .product-table > div { gap: 4px; }
  .product-table > div > span { gap: 5px; }
  .product-table .account-icon { width: 16px; height: 16px; }
  .loop-nodes { gap: 19px; }
  .loop-node { padding: 13px 12px; }
  .loop-node:not(:last-child)::after { right: -17px; }
  .loop-node > span:last-child { font-size: 8px; }
  .method-grid { gap: 22px; }
  .method-step h3 { font-size: 13px; }
  .method-step > p { font-size: 10px; min-height: 94px; }
  .step-output { font-size: 8px; }
  .about-grid { gap: 42px; }
  .about-copy h2 { font-size: 41px; }
  .team-principles article { gap: 12px; }
  .team-principles h3 { font-size: 14px; }
  .insight-grid { gap: 15px; }
  .insight-card { padding: 23px 20px 20px; }
  .insight-card h3 { font-size: 24px; }
  .insight-meta > .mono { font-size: 6px; }
  .contact-grid { gap: 35px; }
  .contact-grid h2 { font-size: 41px; }
  .footer-main { grid-template-columns: 1fr 1fr; }
  .footer-main > p { justify-self: end; }
  .footer-main > nav { grid-column: 1/-1; justify-content: flex-start; }
  .footer-bottom { gap: 20px; }
}
@media (max-width: 760px) {
  html { scroll-padding-top: 88px; }
  .container { width: calc(100% - 44px); }
  .nav-inner { height: 70px; }
  .desktop-nav { display: none; }
  .nav-cta { margin-inline-start: auto; min-height: 38px; }
  .mobile-toggle { display: block; }
  .hero-meta { padding-top: 28px; margin-bottom: 33px; }
  .hero-meta .location { display: none; }
  .hero-meta .eyebrow { font-size: 9px; }
  .hero-grid { grid-template-columns: 1fr; gap: 40px; }
  .hero-copy { max-width: 610px; padding-bottom: 0; }
  h1 { font-size: clamp(44px,8.7vw,65px); line-height: 1.08; letter-spacing: -.05em; }
  .hero-handoff { font-size: .83em; }
  .hero-description { max-width: 450px; font-size: 14px; margin-top: 24px; line-height: 1.85; }
  .hero-actions { flex-direction: row; align-items: center; gap: 24px; margin-top: 26px; }
  .hero-actions .button { min-height: 51px; font-size: 11px; padding-inline: 19px; gap: 21px; }
  .hero-actions .button-text { padding-inline: 0; gap: 10px; }
  .hero-note { font-size: 9px; margin-top: 15px; }
  .hero-note span { padding-inline: 6px; }
  .decision-explorer { padding: 22px 24px 19px; width: 100%; max-width: 560px; margin-inline: auto; }
  .explorer-heading { align-items: center; }
  .explorer-heading > .mono { font-size: 9px; }
  .explorer-heading .icon { display: block; }
  .demo-badge { padding: 3px 7px; font-size: 8px; }
  .scenario-tabs { margin-top: 22px; }
  .scenario-tabs button { min-height: 40px; font-size: 11px; }
  .decision-question { margin-top: 23px; }
  .decision-question > .mono { font-size: 9px; }
  .decision-question h2 { font-size: 25px; min-height: 66px; }
  .chart-meta { margin-top: 24px; }
  .chart-meta > .mono { font-size: 9px; }
  .chart-legend { font-size: 9px; }
  .chart-axis { font-size: 12px; }
  .chart-zone { font-size: 9px; }
  .threshold-caption, .simulated-note { font-size: 8px; }
  .signal-summary { margin-top: 20px; }
  .signal-summary .mono { font-size: 9px; }
  .signal-summary p:last-child { font-size: 11px; }
  .recommended-action { padding: 14px 15px; }
  .recommended-action .mono { font-size: 8px; }
  .recommended-action strong { font-size: 12px; }
  .decision-controls { font-size: 9px; }
  .hero-baseline { margin-top: 28px; padding-bottom: 23px; }
  .hero-baseline > .mono { font-size: 7px; max-width: 270px; }
  .scroll-link { font-size: 8px; gap: 9px; }
  .delivery-grid { grid-template-columns: 1fr 1fr; padding: 12px 0; }
  .delivery-grid > div { padding: 18px 15px; border-inline-end: 0; gap: 12px; }
  .delivery-grid > div:first-child { padding-inline-start: 0; border-bottom: 1px solid var(--line); }
  .delivery-grid > div:nth-child(2) { border-bottom: 1px solid var(--line); }
  .delivery-grid > div:nth-child(3) { padding-inline-start: 0; }
  .delivery-grid strong { font-size: 10px; }
  .delivery-grid small { font-size: 8px; }
  .section { padding: 67px 0; }
  .section-label { gap: 16px; }
  .section-label > .mono { font-size: 9px; white-space: nowrap; }
  .section-aside { display: none; }
  .section-intro { grid-template-columns: 1fr; gap: 22px; margin: 30px 0 31px; }
  .section-intro h2 { font-size: 43px; }
  .section-intro > p { font-size: 13px; max-width: 470px; justify-self: start; }
  .service-grid { grid-template-columns: 1fr; gap: 18px; }
  .service-card { padding: 27px 27px 21px; }
  .service-card-top { margin-bottom: 24px; }
  .service-card-top .mono { font-size: 9px; }
  .service-card h3 { font-size: 33px; }
  .service-promise { font-size: 13px; }
  .service-description { min-height: 0; font-size: 12px; }
  .service-accordion summary { font-size: 12px; min-height: 59px; }
  .service-card > .text-link { font-size: 12px; }
  .section-footnote { font-size: 10px; padding: 0 12px; }
  .featured-case { grid-template-columns: 1fr; }
  .featured-case-copy { padding: 28px; }
  .featured-case-copy > .mono { font-size: 8px; }
  .featured-case-copy h3 { font-size: 38px; }
  .featured-case-copy > p:not(.mono) { font-size: 13px; max-width: none; }
  .case-facts > div { display: grid; grid-template-columns: 95px 1fr; }
  .case-facts dt { font-size: 10px; }
  .case-facts dd { font-size: 11px; }
  .featured-case-visual { padding: 35px 30px 28px; border-inline-start: 0; border-top: 1px solid #c8ccbe; }
  .product-window { max-width: 460px; width: 100%; margin-inline: auto; }
  .product-content { padding: 21px 20px 17px; }
  .product-heading { flex-wrap: nowrap; }
  .product-heading > span:first-child { font-size: 14px; }
  .product-tag { font-size: 7px; }
  .product-subtitle { font-size: 9px; }
  .product-flow > span { font-size: 9px; }
  .product-table > div { padding: 13px 0; font-size: 8px; }
  .product-table > .product-table-head { font-size: 7px; }
  .product-table .account-icon { width: 20px; height: 20px; }
  .risk-tag { font-size: 7px; padding: 3px 5px; }
  .product-feedback { font-size: 8px; }
  .visual-caption { font-size: 8px; }
  .case-row { grid-template-columns: 35px 1fr 33px; gap: 15px; padding: 24px 0; }
  .case-number { display: none; }
  .case-row-icon { width: 32px; height: 32px; }
  .case-row-icon .icon { width: 17px; height: 17px; }
  .case-row-title { font-size: 25px; }
  .case-sector { font-size: 7px; }
  .case-row-description { font-size: 10px; }
  .round-arrow { width: 32px; height: 32px; }
  .work-endnote { flex-direction: column; align-items: flex-start; gap: 10px; }
  .work-endnote > p { font-size: 10px; }
  .work-endnote .text-link { font-size: 11px; }
  .decision-loop { padding: 22px 22px 32px; }
  .loop-topline { margin-bottom: 21px; }
  .loop-topline > .mono { font-size: 8px; }
  .loop-context { display: none; }
  .loop-nodes { grid-template-columns: 1fr; gap: 15px; margin-inline-end: 28px; }
  .loop-node { display: flex; align-items: center; gap: 17px; padding: 16px 17px; min-height: 67px; }
  .node-top { gap: 9px; margin: 0; }
  .node-top .mono { font-size: 8px; }
  .node-top .icon { width: 18px; height: 18px; }
  .loop-node strong { min-width: 64px; font-size: 13px; }
  .loop-node > span:last-child { margin: 0 0 0 auto; font-size: 10px; }
  .loop-node:not(:last-child)::after { content: '↓'; top: auto; bottom: -16px; left: 50%; right: auto; line-height: 1; font-size: 11px; }
  .feedback-path { position: absolute; left: auto; right: 24px; top: 90px; bottom: 64px; width: 21px; height: auto; margin: 0; border-inline-start: 0; border-inline-end: 1px solid #756446; border-top: 1px solid #756446; border-bottom: 1px solid #756446; border-radius: 0 6px 6px 0; }
  .feedback-arrow { left: -3px; top: -6px; transform: rotate(-90deg); }
  .feedback-arrow:last-child { right: auto; left: -3px; top: auto; bottom: -6px; }
  .feedback-text { left: auto; right: -7px; top: 50%; bottom: auto; padding: 8px 0; transform: translateY(-50%) rotate(180deg); writing-mode: vertical-rl; font-size: 8px; line-height: 1.6; }
  .feedback-text .icon { display: none; }
  .method-grid { grid-template-columns: 1fr 1fr; gap: 30px 28px; margin-top: 34px; }
  .method-step h3 { font-size: 14px; }
  .method-step > p { font-size: 11px; min-height: 83px; }
  .step-output { font-size: 9px; }
  .method-bottom { margin-top: 33px; align-items: flex-start; }
  .method-bottom .method-dot { margin-top: 6px; }
  .method-bottom > p { font-size: 10px; }
  .about-grid { grid-template-columns: 1fr; gap: 31px; }
  .about-copy h2 { font-size: 45px; }
  .about-copy > p:not(.eyebrow) { max-width: 420px; font-size: 13px; }
  .team-principles article { padding: 24px 0; gap: 19px; }
  .team-principles h3 { font-size: 16px; }
  .team-principles p { font-size: 12px; max-width: none; }
  .insight-grid { grid-template-columns: 1fr; gap: 16px; }
  .insight-card { padding: 26px 28px 21px; min-height: 0; }
  .insight-meta > .mono { font-size: 8px; }
  .insight-card h3 { font-size: 31px; margin: 22px 0 17px; }
  .insight-card > p { font-size: 12px; margin-bottom: 21px; }
  .insight-card > .text-link { font-size: 11px; }
  .contact-section { padding: 62px 0; }
  .contact-grid { grid-template-columns: 1fr; gap: 32px; }
  .contact-grid h2 { font-size: 45px; }
  .contact-grid > div > p:not(.eyebrow) { font-size: 13px; max-width: 420px; }
  .contact-grid .eyebrow { font-size: 8px; }
  .contact-action { justify-self: start; padding-top: 0; }
  .contact-grid .contact-action > p { font-size: 9px; }
  .contact-email { margin-top: 23px; padding-top: 20px; }
  .site-footer { padding-top: 35px; }
  .footer-main { gap: 25px; }
  .footer-main > p { font-size: 10px; }
  .footer-main > nav { justify-content: space-between; gap: 12px; }
  .footer-main nav a { font-size: 10px; }
  .footer-bottom { display: grid; grid-template-columns: 1fr auto; gap: 14px 18px; font-size: 8px; margin-top: 28px; }
  .footer-bottom > span:nth-child(2) { margin: 0; grid-column: 1; grid-row: 2; }
  .footer-bottom .privacy-link { grid-column: 2; grid-row: 2; justify-self: end; }
  .footer-bottom > a { grid-column: 2; grid-row: 1; text-align: end; }
  .footer-separator { padding: 0 5px; }
  dialog { width: calc(100% - 24px); max-height: calc(100dvh - 24px); border-radius: 9px; }
  .dialog-toolbar { padding: 8px 10px 8px 23px; }
  .dialog-toolbar .mono { font-size: 8px; }
  .dialog-content { padding: 26px 25px 30px; }
  .dialog-content h2 { font-size: 36px; }
  .dialog-content .dialog-lead { font-size: 14px; }
  .dialog-content p { font-size: 13px; }
  .dialog-content h3 { font-size: 24px; }
  .dialog-content blockquote { font-size: 23px; padding-inline-start: 18px; }
  .action-detail-grid { grid-template-columns: 1fr; }
  .economics-diagram { grid-template-columns: 1fr; }
  .booking-dialog { width: calc(100% - 24px); }
  .booking-layout { grid-template-columns: minmax(0, 1fr); }
  .booking-aside { padding: 26px; border-inline-end: 0; border-bottom: 1px solid var(--line); }
  .booking-main { padding: 26px; }
  .form-field input, .form-field select, .form-field textarea { font-size: 16px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
}
@media (max-width: 400px) {
  .container { width: calc(100% - 36px); }
  .nav-inner { gap: 12px; }
  .brand { gap: 8px; }
  .brand-name { font-size: 15px; }
  .nav-cta { font-size: 10px; padding: 7px 10px; gap: 9px; }
  .nav-cta .icon { width: 14px; height: 14px; }
  .mobile-toggle { width: 36px; padding: 7px; }
  h1 { font-size: 40px; }
  .hero-description { font-size: 13px; }
  .hero-actions { gap: 15px; }
  .hero-actions .button { font-size: 10px; padding-inline: 14px; gap: 14px; }
  .hero-actions .button-text { padding-inline: 0; gap: 7px; }
  .hero-note { font-size: 8px; }
  .hero-note span { padding: 0 4px; }
  .decision-explorer { padding: 20px 19px 18px; }
  .explorer-heading > .mono { font-size: 7.5px; gap: 7px; }
  .demo-badge { font-size: 7px; padding: 3px 5px; }
  .decision-question h2 { font-size: 23px; }
  .chart-axis { font-size: 17px; }
  .chart-zone { font-size: 11px; }
  .chart-meta > .mono, .chart-legend { font-size: 8px; }
  .threshold-caption, .simulated-note { font-size: 7px; }
  .signal-summary p:last-child { font-size: 10px; }
  .hero-baseline > .mono { max-width: 200px; font-size: 6.5px; }
  .scroll-link { font-size: 8px; }
  .delivery-grid > div { padding-inline-end: 5px; padding-inline-start: 12px; gap: 9px; }
  .delivery-grid strong { font-size: 9px; }
  .delivery-grid small { font-size: 7px; }
  .section-intro h2 { font-size: 38px; }
  .service-card { padding: 25px 23px 20px; }
  .service-card h3 { font-size: 31px; }
  .service-accordion summary { font-size: 11px; }
  .featured-case-copy { padding: 25px 23px; }
  .featured-case-copy h3 { font-size: 35px; }
  .featured-case-visual { padding: 32px 20px 23px; }
  .product-content { padding: 18px 12px 14px; }
  .product-heading { flex-wrap: wrap; }
  .product-heading > span:first-child { font-size: 13px; }
  .product-subtitle { font-size: 8px; }
  .product-table > div { font-size: 7px; }
  .product-table > .product-table-head { font-size: 6px; }
  .product-table .account-icon { width: 16px; height: 17px; }
  .risk-tag { font-size: 6px; padding: 3px 4px; }
  .case-row { gap: 12px; grid-template-columns: 29px 1fr 29px; }
  .case-row-icon { width: 29px; height: 29px; }
  .case-row-title { font-size: 23px; }
  .case-sector { font-size: 6.5px; }
  .round-arrow { width: 28px; height: 28px; }
  .decision-loop { padding-inline: 16px; }
  .loop-node { gap: 12px; padding-inline: 12px; }
  .node-top { gap: 7px; }
  .node-top .mono { display: none; }
  .loop-node strong { font-size: 12px; min-width: 57px; }
  .loop-node > span:last-child { font-size: 9px; }
  .feedback-path { right: 18px; }
  .method-grid { gap: 27px 21px; }
  .method-step h3 { font-size: 13px; }
  .method-step > p { font-size: 11px; min-height: 102px; }
  .step-output { font-size: 8px; }
  .about-copy h2 { font-size: 42px; }
  .insight-card { padding-inline: 24px; }
  .contact-grid h2 { font-size: 39px; }
  .footer-main > p { font-size: 9px; }
  .footer-main nav a { font-size: 9px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition-duration: .01ms !important; }
  .button-gold:hover { transform: none; }
}
@media print {
  body { background: #fff; color: #182837; }
  .site-header, .hero-actions, .nav-cta, .hero-baseline, .contact-action, .site-footer, dialog { display: none !important; }
  .section { padding-block: 30px; }
  .container { width: 100%; }
  .hero-grid { gap: 25px; }
  .hero h1 { font-size: 40px; }
  .section-intro h2 { font-size: 30px; }
  .service-card, .insight-card, .featured-case, .decision-loop { break-inside: avoid; }
}

/* Final reading scale: meaningful copy and controls take priority over dense metadata. */
.eyebrow { font-size: 11px; }
.desktop-nav a { font-size: 12px; }
.nav-cta { font-size: 12px; }
.button { font-size: 13px; }
.text-link { font-size: 13px; }
.hero-description { font-size: 16px; max-width: 450px; line-height: 1.8; }
.hero-note { font-size: 11px; }
.hero-baseline > .mono { font-size: 9px; }
.explorer-heading { flex-wrap: wrap; }
.explorer-heading > .mono { font-size: 10px; }
.demo-badge { font-size: 9px; }
.scenario-tabs { margin-top: 17px; }
.scenario-tabs button { min-height: 40px; font-size: 12px; }
.decision-question { margin-top: 18px; }
.decision-question > .mono { font-size: 9px; }
.decision-question h2 { font-size: 24px; min-height: 62px; }
.chart-meta { font-size: 10px; line-height: 1.5; margin-top: 18px; }
.chart-meta > .mono, .chart-legend { font-size: 10px; }
.chart-axis { font-size: 13px; }
.chart-zone { font-size: 10px; }
.threshold-caption { font-size: 10px; line-height: 1.5; flex-wrap: wrap; }
.simulated-note { font-size: 9px; }
.signal-summary { margin-top: 15px; padding-top: 14px; }
.signal-summary .mono { font-size: 9px; }
.signal-summary p:last-child { font-size: 12px; line-height: 1.55; }
.recommended-action .mono { font-size: 9px; }
.recommended-action strong { font-size: 13px; }
.decision-controls { font-size: 10px; }
.decision-controls .icon { width: 13px; height: 13px; }
.delivery-grid strong { font-size: 12px; }
.delivery-grid small { font-size: 10px; }
.section-intro > p { font-size: 15px; }
.section-footnote { font-size: 12px; }
.service-card-top .mono { font-size: 9px; }
.service-promise { font-size: 14px; }
.service-description { font-size: 14px; min-height: 78px; }
.service-accordion summary { font-size: 13px; min-height: 60px; }
.service-detail { font-size: 13px; }
.deliverable { font-size: 12px; }
.deliverable span { font-size: 9px; }
.service-card > .text-link { font-size: 12px; }
.featured-case-copy > .mono { font-size: 10px; }
.featured-case-copy > p:not(.mono) { font-size: 14px; }
.case-facts > div { grid-template-columns: 105px 1fr; }
.case-facts dt { font-size: 12px; }
.case-facts dd { font-size: 13px; }
.featured-case-copy > .text-link { font-size: 12px; }
.product-top { font-size: 12px; }
.product-heading { flex-wrap: wrap; }
.product-heading > span:first-child { font-size: 16px; }
.product-tag { font-size: 9px; }
.product-subtitle { font-size: 11px; }
.product-flow { padding-block: 24px; }
.product-flow > span { font-size: 11px; }
.product-table > div { font-size: 10px; }
.product-table > .product-table-head { font-size: 9px; }
.risk-tag { font-size: 9px; }
.product-feedback { font-size: 10px; }
.visual-caption { font-size: 9px; }
.case-sector { font-size: 9px; }
.case-row-title { font-size: 28px; }
.case-row-description { font-size: 12px; }
.work-endnote > p, .work-endnote .text-link { font-size: 12px; }
.loop-topline > .mono { font-size: 9px; }
.loop-context { font-size: 11px; }
.loop-node strong { font-size: 15px; }
.loop-node > span:last-child { font-size: 11px; }
.feedback-text { font-size: 11px; }
.method-step h3 { font-size: 16px; }
.method-step > p { font-size: 13px; min-height: 105px; }
.step-output { font-size: 11px; }
.method-bottom > p { font-size: 12px; }
.about-copy .eyebrow { font-size: 10px; }
.about-copy > p:not(.eyebrow) { font-size: 14px; }
.about-copy > .text-link { font-size: 12px; }
.team-principles h3 { font-size: 17px; }
.team-principles p { font-size: 13px; }
.insight-meta > .mono { font-size: 9px; }
.insight-card h3 { font-size: 30px; }
.insight-card > p { font-size: 13px; }
.insight-card > .text-link { font-size: 12px; }
.contact-grid > div > p:not(.eyebrow) { font-size: 14px; }
.contact-grid .contact-action > p { font-size: 10px; }
.contact-email { font-size: 12px; }
.footer-main > p { font-size: 12px; }
.footer-main nav a { font-size: 12px; }
.footer-bottom { font-size: 10px; }
.dialog-content p { font-size: 15px; }
.dialog-content .dialog-lead { font-size: 16px; }
.action-detail-grid p { font-size: 14px; }
.action-detail-grid span { font-size: 10px; }
.economics-diagram p { font-size: 13px; }
@media (min-width: 761px) and (max-width: 1100px) {
  .desktop-nav { gap: 16px; }
  .desktop-nav a { font-size: 11px; }
  .hero-description { font-size: 14px; }
  .hero-note { font-size: 9px; }
  .explorer-heading > .mono { font-size: 8px; }
  .demo-badge { font-size: 8px; }
  .decision-question h2 { font-size: 22px; }
  .chart-axis { font-size: 16px; }
  .threshold-caption { font-size: 9px; }
  .decision-controls { font-size: 9px; }
  .delivery-grid strong { font-size: 11px; }
  .delivery-grid small { font-size: 9px; }
  .service-description { min-height: 104px; font-size: 13px; }
  .service-accordion summary { font-size: 12px; }
  .service-card h3 { font-size: 30px; }
  .featured-case-copy > .mono { font-size: 8px; }
  .case-facts > div { display: block; }
  .case-facts dt { margin-bottom: 5px; }
  .product-flow > span { font-size: 10px; }
  .product-table > div { font-size: 9px; }
  .risk-tag, .product-table > .product-table-head { font-size: 8px; }
  .loop-nodes { gap: 14px; }
  .loop-node { padding-inline: 10px; }
  .loop-node:not(:last-child)::after { right: -13px; }
  .loop-node > span:last-child { font-size: 9px; }
  .method-step h3 { font-size: 14px; }
  .method-step > p { font-size: 12px; min-height: 135px; }
  .step-output { font-size: 10px; }
  .insight-meta > .mono { font-size: 8px; }
  .insight-card h3 { font-size: 26px; }
}
@media (max-width: 760px) {
  .nav-cta { font-size: 11px; }
  .hero-description { font-size: 14px; }
  .hero-actions .button { font-size: 12px; padding-inline: 17px; gap: 17px; }
  .hero-actions .button-text { padding-inline: 0; gap: 9px; }
  .hero-note { font-size: 10px; }
  .hero-baseline > .mono { font-size: 8px; }
  .explorer-heading > .mono { font-size: 9px; }
  .demo-badge { font-size: 9px; }
  .decision-controls { font-size: 10px; }
  .chart-axis { font-size: 15px; }
  .delivery-grid strong { font-size: 11px; }
  .delivery-grid small { font-size: 9px; }
  .section-intro > p { font-size: 14px; }
  .section-footnote { font-size: 11px; }
  .service-description { min-height: 0; font-size: 14px; }
  .service-accordion summary { font-size: 13px; }
  .featured-case-copy > .mono { font-size: 9px; }
  .case-facts > div { grid-template-columns: 90px 1fr; }
  .case-facts dt { font-size: 11px; }
  .case-facts dd { font-size: 12px; }
  .product-window { transform: none; }
  .product-content { padding-inline: 15px; }
  .product-table > div { font-size: 10px; grid-template-columns: 1fr .9fr 1.1fr; }
  .product-table > div > span:last-child { line-height: 1.5; }
  .product-flow > span { font-size: 10px; }
  .case-sector { font-size: 8px; }
  .case-row-title { font-size: 25px; }
  .case-row-description { font-size: 12px; }
  .work-endnote > p, .work-endnote .text-link { font-size: 11px; }
  .loop-node { gap: 12px; }
  .loop-node strong { font-size: 14px; }
  .loop-node > span:last-child { font-size: 10px; }
  .feedback-text { font-size: 9px; }
  .method-step h3 { font-size: 15px; }
  .method-step > p { font-size: 13px; min-height: 125px; }
  .step-output { font-size: 10px; }
  .method-bottom > p { font-size: 11px; }
  .about-copy > p:not(.eyebrow) { font-size: 14px; }
  .team-principles h3 { font-size: 17px; }
  .team-principles p { font-size: 13px; }
  .insight-meta > .mono { font-size: 9px; }
  .insight-card h3 { font-size: 31px; }
  .insight-card > p { font-size: 14px; }
  .insight-card > .text-link { font-size: 12px; }
  .footer-main > p { font-size: 11px; }
  .footer-main nav a { font-size: 11px; }
  .footer-bottom { font-size: 9px; }
  .dialog-content p { font-size: 14px; }
  .dialog-content .dialog-lead { font-size: 15px; }
}
@media (max-width: 400px) {
  .hero-actions { gap: 17px; }
  .hero-actions .button { font-size: 11px; padding-inline: 15px; gap: 15px; }
  .hero-actions .button-text { padding-inline: 0; gap: 8px; }
  .hero-note { font-size: 9px; }
  .explorer-heading > .mono { font-size: 8px; }
  .demo-badge { font-size: 8px; }
  .chart-axis { font-size: 18px; }
  .chart-zone { font-size: 12px; }
  .chart-meta > .mono, .chart-legend { font-size: 9px; }
  .threshold-caption, .simulated-note { font-size: 9px; }
  .decision-controls { font-size: 9px; }
  .signal-summary p:last-child { font-size: 11px; }
  .service-card h3 { font-size: 30px; }
  .service-accordion summary { font-size: 12px; }
  .featured-case-copy > .mono { font-size: 8px; }
  .product-heading > span:first-child { font-size: 15px; }
  .product-table > div { font-size: 9px; }
  .product-table > .product-table-head, .risk-tag { font-size: 8px; }
  .product-feedback { font-size: 9px; }
  .case-sector { font-size: 7.5px; }
  .case-row-title { font-size: 24px; }
  .loop-node strong { font-size: 13px; }
  .method-step h3 { font-size: 14px; }
  .method-step > p { font-size: 12px; min-height: 135px; }
  .step-output { font-size: 9px; }
  .footer-main > p, .footer-main nav a { font-size: 10px; }
  .footer-bottom { font-size: 8px; }
}

/* Inspectable numerical alternative to the chart. */
button.simulated-note { border: 0; border-bottom: 1px dotted #72818a; background: none; padding: 2px 0; min-height: 24px; color: #b3bfc8; }
button.simulated-note:hover { color: var(--gold); }
.threshold-caption { align-items: center; }
.data-table-wrap { overflow-x: auto; margin-top: 26px; }
.example-data-table { width: 100%; border-collapse: collapse; text-align: end; font-size: 13px; }
.example-data-table caption { text-align: start; font-size: 11px; color: #b0bec9; padding-bottom: 14px; }
.example-data-table th, .example-data-table td { padding: 11px 12px; border-bottom: 1px solid var(--line); }
.example-data-table th { font-weight: 500; }
.example-data-table thead th { color: var(--gold); font-size: 11px; }
.example-data-table th:first-child { text-align: start; }
.example-data-table tbody th { color: #c5d0d8; }
@media (max-width: 400px) { .example-data-table { font-size: 12px; } .example-data-table th, .example-data-table td { padding: 10px 7px; } }

/* Four decision domains in the same reading order in English and Arabic. */
.scenario-tabs button {
  min-width: 0;
  min-height: 44px;
  padding-inline: 4px;
  line-height: 1.45;
  white-space: normal;
}
@media (max-width: 360px) {
  .scenario-tabs { gap: 2px; padding-inline: 3px; }
  .scenario-tabs button { padding-inline: 2px; font-size: 10px; }
}

/* ── Booking journey: the two-step rail ──────────────────────────────── */
.booking-steps { display: flex; align-items: flex-start; margin: 0; padding: 18px 32px 15px; list-style: none; border-bottom: 1px solid var(--line); background: #0d1a29; }
.booking-step { position: relative; flex: 1 1 0; min-width: 0; display: flex; flex-direction: column; align-items: center; gap: 9px; text-align: center; }
.booking-step:not(:last-child)::after { content: ''; position: absolute; top: 7px; inset-inline-start: calc(50% + 11px); width: calc(100% - 22px); height: 1px; background: var(--line); }
.booking-step.is-done:not(:last-child)::after { background: #6d5c31; }
.booking-step-dot { width: 15px; height: 15px; border-radius: 50%; border: 1px solid #4a5a6b; background: #101f30; }
.booking-step-label { font: 13px/1.4 var(--mono); letter-spacing: .1em; text-transform: uppercase; color: #8494a3; }
.booking-step.is-done .booking-step-dot { border-color: var(--gold); background: var(--gold); }
.booking-step.is-done .booking-step-label { color: #d3dbe2; }
.booking-step.is-active .booking-step-dot { border-color: var(--gold); background: var(--gold); box-shadow: 0 0 0 4px #d8b56e26; }
.booking-step.is-active .booking-step-label { color: var(--gold); }

/* ── "What you came from" ────────────────────────────────────────────── */
.booking-came { border: 1px solid var(--line); border-radius: 4px; padding: 15px 17px; background: #101f30; }
.booking-came > .mono { color: var(--gold); margin-bottom: 8px; }
.booking-came-value { font-size: 16px; line-height: 1.7; color: #dde3e9; }

/* ── The facts panel ─────────────────────────────────────────────────── */
.booking-facts { margin-top: 28px; }
.booking-facts-heading { font-size: 12px; color: var(--gold); margin-bottom: 13px; }
.booking-facts-focus { font-family: var(--display); font-size: 22px; line-height: 1.45; color: var(--text); padding-bottom: 15px; }
.booking-facts-list { margin: 0; border-top: 1px solid var(--line-soft); }
.booking-facts-list > div { display: grid; grid-template-columns: 104px minmax(0, 1fr); gap: 14px; padding: 12px 0; border-bottom: 1px solid var(--line-soft); }
.booking-facts-list dt { font: 11px/1.9 var(--mono); letter-spacing: .08em; text-transform: uppercase; color: #93a1af; }
.booking-facts-list dd { margin: 0; font-size: 16px; line-height: 1.65; color: #e2e7ec; }
.booking-fact-alt { color: var(--muted); font-size: 14px; }

/* ── Intake, at a comfortable reading size ───────────────────────────── */
.booking-main h3 { font-size: 32px; margin-bottom: 8px; }
.form-intro { font-size: 15px; line-height: 1.75; color: #b3c0cc; margin: 8px 0 24px; }
.form-note { margin-top: 15px; font-size: 13px; line-height: 1.75; color: #a7b5c1; }
.form-field { gap: 8px; margin-bottom: 18px; }
.form-field label, .request-ready label { font-size: 13px; color: #ced7df; }
.form-field input, .form-field select, .form-field textarea { font-size: 15px; padding: 12px 13px; }
.form-field input, .form-field select { min-height: 48px; }
.booking-main .button, .booking-done > .button { font-size: 14px; }
.goal-fieldset { border: 0; padding: 0; margin: 0 0 22px; min-width: 0; }
.goal-fieldset legend { font-size: 13px; color: #ced7df; padding: 0; margin-bottom: 6px; }
.goal-fieldset legend > span { color: var(--gold); }
.goal-hint { font-size: 13px; color: #93a1af; margin-bottom: 12px; line-height: 1.75; }
.goal-list { display: grid; grid-template-columns: repeat(auto-fill, minmax(215px, 1fr)); gap: 8px; }
.goal { position: relative; display: flex; align-items: center; gap: 10px; padding: 12px 13px; border: 1px solid #405164; border-radius: 4px; background: #0c1928; cursor: pointer; transition: border-color .18s, background .18s; }
.goal::before { content: '✓'; display: grid; place-items: center; flex: 0 0 auto; width: 18px; height: 18px; border: 1px solid #55697f; border-radius: 3px; font-size: 12px; line-height: 1; color: transparent; }
.goal:hover { border-color: #6b7f95; }
.goal:focus-within { outline: 2px solid var(--gold-light); outline-offset: 1px; }
.goal input { position: absolute; opacity: 0; width: 1px; height: 1px; }
.goal-text { font-size: 15px; line-height: 1.5; color: var(--text); }
.goal-badge { margin-inline-start: auto; font: 10px/1.6 var(--mono); letter-spacing: .1em; text-transform: uppercase; color: var(--gold); }
.goal.is-checked { border-color: var(--gold); background: #15263a; }
.goal.is-checked::before { background: var(--gold); border-color: var(--gold); color: #102030; }
.goal.is-focus { box-shadow: inset 0 0 0 1px var(--gold); }
.goal-optional { font: 10px/1.5 var(--mono); letter-spacing: .08em; text-transform: uppercase; color: #8595a3; }
.goal-domain { margin-top: 7px; font-size: 13px; color: var(--gold-light); }

/* ── Choosing a time ─────────────────────────────────────────────────── */
.schedule-label { font-size: 12px; color: var(--gold); margin-bottom: 12px; }
.day-strip { display: flex; gap: 8px; overflow-x: auto; padding-bottom: 8px; max-width: 100%; }
.day-strip > * { flex: 0 0 auto; }
.day-chip { flex: 0 0 auto; min-width: 88px; display: grid; gap: 3px; justify-items: center; align-content: start; padding: 12px 10px 11px; border: 1px solid #405164; border-radius: 4px; background: #0c1928; color: var(--text); font: inherit; cursor: pointer; transition: border-color .18s, background .18s, color .18s; }
.day-chip:hover:not(:disabled), .day-chip:focus-visible { border-color: var(--gold); }
.day-chip.is-selected { border-color: var(--gold); background: #1b2a3c; box-shadow: inset 0 0 0 1px var(--gold); }
.day-chip:disabled { opacity: .45; cursor: not-allowed; }
.day-chip-weekday { font: 11px/1.4 var(--mono); letter-spacing: .08em; text-transform: uppercase; color: #bcc8d3; }
.day-chip-day { font-family: var(--display); font-size: 24px; line-height: 1.15; }
.day-chip-month { font: 10px/1.3 var(--mono); letter-spacing: .08em; text-transform: uppercase; color: var(--muted); }
.day-chip-free { font: 11px/1.6 var(--mono); color: var(--gold); }
.slot-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(104px, 1fr)); gap: 8px; }
.slot { display: grid; gap: 4px; justify-items: center; align-content: center; min-height: 64px; padding: 10px 7px; border: 1px solid #405164; border-radius: 4px; background: #0c1928; color: var(--text); font: 17px/1.3 var(--mono); cursor: pointer; transition: border-color .18s, background .18s, color .18s; }
.slot:hover:not(:disabled), .slot:focus-visible { border-color: var(--gold); }
.slot.is-selected { border-color: var(--gold); background: var(--gold); color: #102030; }
.slot.is-selected .slot-alt { color: #3c4b59; }
.slot:disabled { opacity: .35; cursor: not-allowed; text-decoration: line-through; }
.slot-alt { font-size: 12px; color: var(--muted); }
.slot-reason { font-size: 11px; line-height: 1.4; color: var(--muted); }
.slot.is-selected .slot-reason { color: #3c4b59; }
.slot.is-recommended { border-color: var(--gold); }
.slot.is-recommended:not(.is-selected) { background: #16273a; }
.slot-badge { font: 9.5px/1.5 var(--mono); letter-spacing: .08em; text-transform: uppercase; color: #102030; background: var(--gold); padding: 2px 7px; border-radius: 2px; white-space: nowrap; }
.slot.is-selected .slot-badge { background: #102030; color: var(--gold); }
.slot-empty { grid-column: 1 / -1; margin: 0; font-size: 14px; line-height: 1.8; color: var(--muted); padding: 7px 0; }
.schedule-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }
.schedule-actions .button { flex: 1 1 160px; }
.schedule-actions #booking-confirm { justify-content: space-between; gap: 12px; }
.confirm-when { font: 13px/1 var(--mono); opacity: .9; white-space: nowrap; }

/* ── Confirmation ────────────────────────────────────────────────────── */
.booking-next { margin: 22px 0 6px; border: 1px solid var(--line); border-radius: 4px; padding: 17px 18px; background: #0d1a29; }
.booking-next > .mono { font-size: 12px; color: var(--gold); margin-bottom: 12px; }
.booking-next ol { margin: 0; padding-inline-start: 20px; }
.booking-next li { font-size: 15px; line-height: 1.8; color: #ccd5dd; margin-bottom: 9px; }
.booking-done > p:not(.form-note) { font-size: 15px; line-height: 1.85; }
.request-ready > p:not(.form-note) { font-size: 15px; line-height: 1.85; }
.request-ready textarea { font-size: 13px; }

/* The dialog is narrow on phones; scale down from the sizes above rather than
   from the site's, so nothing lands below a comfortable reading size. */
@media (max-width: 760px) {
  .booking-step-label { font-size: 12px; }
  .booking-came-value { font-size: 15px; }
  .booking-facts-focus { font-size: 21px; }
  .booking-facts-list > div { grid-template-columns: minmax(0, 1fr); gap: 4px; padding: 11px 0; }
  .booking-facts-list dd { font-size: 15px; }
  .booking-fact-alt { font-size: 13px; }
  .booking-main h3 { font-size: 28px; }
  .goal-text { font-size: 15px; }
  .goal-list { grid-template-columns: minmax(0, 1fr); }
  .day-chip { min-width: 82px; }
  .slot { font-size: 16px; }
  .slot-grid { grid-template-columns: repeat(auto-fill, minmax(92px, 1fr)); }
  .schedule-actions .button { flex: 1 1 100%; }
}

