:root {
  --bg: #0a0e12;
  --surface: #111820;
  --surface-2: #18212a;
  --surface-3: #222d37;
  --line: #34404b;
  --line-soft: rgba(255,255,255,.09);
  --text: #f5f2eb;
  --muted: #a7afb7;
  --accent: #d9b66f;
  --accent-hot: #c6813f;
  --accent-ink: #171208;
  --success: #8fd6ae;
  --max: 1220px;
}

body.brand-rutmo {
  --bg: #07100e;
  --surface: #0d1816;
  --surface-2: #13231f;
  --surface-3: #1b302a;
  --line: #294139;
  --text: #effaf4;
  --muted: #9fb4aa;
  --accent: #c5f43d;
  --accent-hot: #42d7b7;
  --accent-ink: #101607;
  --success: #6fe7b0;
}
body.brand-attempo h1,
body.brand-attempo h2 { font-family: Georgia, "Times New Roman", serif; font-weight: 700; letter-spacing: -.045em; }
body.brand-attempo h1 { line-height: .98; }
body.brand-rutmo h1,
body.brand-rutmo h2 { font-weight: 900; }

* { box-sizing: border-box; }
html {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth;
}
body {
  margin: 0;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  background: var(--bg);
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
}
main, header, footer, section, article, aside, form, fieldset { min-width: 0; }
main { width: 100%; max-width: 100%; overflow-x: clip; }
h1, h2, h3, p, strong, span { overflow-wrap: anywhere; }
a { color: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { text-wrap: balance; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 74px;
  padding: 0 max(24px, calc((100vw - var(--max)) / 2));
  background: rgba(11,14,16,.9);
  border-bottom: 1px solid var(--line-soft);
  backdrop-filter: blur(16px);
}
body.brand-attempo .site-header { background: rgba(10,14,18,.91); }
body.brand-rutmo .site-header { background: rgba(7,16,14,.91); }
.site-header > *, .hero > *, .section-intro > *, .system-section > *, .case-content > *, .scope-section > *, .contact-section > * { min-width: 0; }
.brand { display: inline-flex; align-items: center; gap: 12px; color: var(--text); font-weight: 900; text-decoration: none; }
.brand-mark { position: relative; display: grid; place-items: center; width: 42px; height: 38px; overflow: hidden; background: var(--accent); color: var(--accent-ink); transform: skew(-8deg); }
.brand-mark::after { content: ""; position: absolute; right: -7px; width: 13px; height: 130%; background: var(--bg); transform: rotate(8deg); }
.brand-mark i { position: absolute; left: 6px; bottom: 5px; width: 23px; border-bottom: 2px dashed rgba(18,18,14,.55); }
.brand-mark b { position: relative; z-index: 1; font-size: .75rem; letter-spacing: -.08em; transform: skew(8deg) translateY(-5px); }
.brand-name { overflow-wrap: normal; white-space: nowrap; font-size: 1.08rem; letter-spacing: -.04em; }
.brand-name span { color: var(--accent); }
body.brand-attempo .brand { gap: 14px; }
body.brand-attempo .brand-mark { width: 40px; height: 40px; overflow: visible; background: transparent; border: 1px solid var(--accent); border-radius: 50%; color: var(--accent); transform: none; }
body.brand-attempo .brand-mark::before { content: ""; position: absolute; top: 8px; bottom: 8px; left: 50%; border-left: 1px solid rgba(217,182,111,.55); transform: rotate(12deg); transform-origin: bottom; }
body.brand-attempo .brand-mark::after { display: none; }
body.brand-attempo .brand-mark i { left: 9px; right: 9px; bottom: 9px; width: auto; border-bottom: 1px solid var(--accent); transform: none; }
body.brand-attempo .brand-mark b { font-family: Georgia, "Times New Roman", serif; font-size: .64rem; font-weight: 600; letter-spacing: .08em; transform: none; }
body.brand-attempo .brand-name { font-family: Georgia, "Times New Roman", serif; font-size: 1rem; font-weight: 600; letter-spacing: .18em; }
body.brand-rutmo .brand-mark { background: var(--accent); color: var(--accent-ink); }
body.brand-rutmo .brand-mark b { font-size: .7rem; letter-spacing: -.04em; }
body.brand-rutmo .brand-name { font-size: 1.03rem; font-weight: 950; letter-spacing: .08em; }
nav { display: flex; align-items: center; gap: 28px; }
nav a { color: var(--muted); font-size: .9rem; text-decoration: none; }
nav a:hover { color: var(--text); }
.nav-cta { padding: 9px 15px; border: 1px solid var(--line); color: var(--text); font-weight: 800; white-space: nowrap; }

.hero {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1.12fr .88fr;
  gap: clamp(42px, 7vw, 92px);
  align-items: center;
  max-width: var(--max);
  min-height: 720px;
  margin: 0 auto;
  padding: 88px 24px 102px;
}
.route-grid {
  position: absolute;
  top: 0;
  right: -16vw;
  bottom: 0;
  width: 62vw;
  opacity: .16;
  background-image: linear-gradient(rgba(255,255,255,.15) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.15) 1px, transparent 1px);
  background-size: 48px 48px;
  transform: perspective(650px) rotateY(-13deg) rotateZ(-5deg);
  mask-image: linear-gradient(90deg, transparent, #000 25%, #000 80%, transparent);
}
.hero-copy { position: relative; z-index: 1; }
.eyebrow { margin: 0 0 18px; color: var(--accent); font-size: .77rem; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow span { position: relative; display: inline-flex; align-items: center; gap: 10px; }
.eyebrow span::before { content: ""; width: 24px; border-top: 2px solid var(--accent); }
h1 { max-width: 760px; margin-bottom: 26px; font-size: clamp(3.25rem, 6.1vw, 6.35rem); line-height: .94; letter-spacing: -.068em; }
h2 { margin-bottom: 20px; font-size: clamp(2.15rem, 4.3vw, 3.75rem); line-height: 1.02; letter-spacing: -.05em; }
h3 { margin-bottom: 12px; font-size: 1.55rem; line-height: 1.15; letter-spacing: -.025em; }
.lead { max-width: 660px; color: #d0d6d9; font-size: clamp(1.08rem, 2vw, 1.33rem); line-height: 1.55; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 34px 0 38px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 20px; min-height: 50px; padding: 12px 20px; border: 1px solid transparent; border-radius: 1px; font: inherit; font-weight: 850; text-decoration: none; cursor: pointer; }
.button-primary { background: var(--accent); color: var(--accent-ink); }
.button-primary:hover { background: #ffd759; }
body.brand-attempo .button-primary:hover { background: #e5c988; }
body.brand-rutmo .button-primary:hover { background: #d6ff64; }
.button-primary span { font-size: 1.2rem; line-height: 1; }
.button-secondary { background: transparent; border-color: var(--line); color: var(--text); }
.button-secondary:hover { border-color: var(--muted); }
.scope-strip { display: flex; flex-wrap: wrap; gap: 10px 22px; margin: 0; padding: 0; color: var(--muted); font-size: .84rem; list-style: none; }
.scope-strip li { white-space: nowrap; }
.scope-strip strong { margin-right: 5px; color: var(--accent); font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: .7rem; }

.ops-board { position: relative; z-index: 1; padding: 22px; background: linear-gradient(145deg, #20292e, #111619); border: 1px solid #3d494f; box-shadow: 0 32px 90px rgba(0,0,0,.42); transform: rotate(1.2deg); }
body.brand-attempo .ops-board { background: linear-gradient(145deg, #202832, #10151b); border-color: #47505a; transform: rotate(.45deg); }
body.brand-rutmo .ops-board { background: linear-gradient(145deg, #173029, #0a1412); border-color: #36554b; }
.ops-board::before { content: ""; position: absolute; inset: 7px; pointer-events: none; border: 1px solid rgba(255,255,255,.035); }
.board-head { display: flex; justify-content: space-between; gap: 16px; padding-bottom: 16px; color: var(--muted); font: 800 .67rem/1.2 ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: .1em; }
.board-head b { color: var(--text); font: inherit; }
.live-status { color: var(--success); }
.live-status i { display: inline-block; width: 7px; height: 7px; margin-right: 6px; background: var(--success); border-radius: 50%; box-shadow: 0 0 10px rgba(140,227,170,.6); }
.board-route { display: grid; grid-template-columns: auto 1fr auto; align-items: end; gap: 8px; margin: 18px 0 22px; padding: 24px 4px 12px; border-block: 1px solid var(--line); }
.route-node { display: grid; justify-items: center; gap: 9px; color: var(--muted); font: 800 .58rem/1 ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: .08em; }
.route-node i { position: relative; z-index: 2; width: 15px; height: 15px; background: var(--accent); border: 4px solid #343e43; border-radius: 50%; outline: 1px solid var(--accent); }
.route-node-first i { background: var(--text); outline-color: var(--text); }
.route-segment { position: relative; height: 15px; border-bottom: 2px dashed #6d767b; text-align: center; }
.route-segment b { position: relative; top: -14px; padding: 3px 8px; background: var(--surface-2); color: var(--accent); font: 800 .58rem/1 ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: .1em; }
.board-checks { margin: 0; padding: 0; list-style: none; }
.board-checks li { display: grid; grid-template-columns: .62fr 1.4fr auto; gap: 14px; align-items: center; padding: 13px 0; border-bottom: 1px solid var(--line-soft); }
.board-checks span { color: var(--text); font-weight: 800; }
.board-checks strong { color: var(--muted); font-size: .78rem; font-weight: 500; }
.board-checks b { color: #59656b; font: 700 .7rem/1 ui-monospace, SFMono-Regular, Menlo, monospace; }
.board-outcome { display: grid; gap: 3px; margin: 20px 0 0; padding: 17px; background: var(--accent); color: var(--accent-ink); }
.board-outcome span { font: 900 .58rem/1 ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: .12em; }
.board-outcome strong { font-size: 1rem; }

.manifesto-band { padding: 30px max(24px, calc((100vw - var(--max)) / 2)); background: var(--accent); color: var(--accent-ink); }
.manifesto-band p, .manifesto-band strong { display: inline; margin: 0; font-size: clamp(1.02rem, 2vw, 1.28rem); }
.manifesto-band p { margin-right: 8px; }

.technical-proof { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(48px, 7vw, 96px); align-items: center; max-width: var(--max); margin: 0 auto; padding: 116px 24px 72px; }
.technical-copy h2 { max-width: 520px; }
.technical-lead { max-width: 540px; color: var(--muted); font-size: 1.05rem; }
.technical-legend { display: grid; grid-template-columns: 1fr 1fr; gap: 0; margin: 34px 0 0; padding: 0; border-top: 1px solid var(--line); border-left: 1px solid var(--line); list-style: none; }
.technical-legend li { display: grid; grid-template-columns: 28px 1fr; gap: 10px; min-width: 0; padding: 15px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.technical-legend span { color: var(--accent); font: 850 .7rem/1.5 ui-monospace, SFMono-Regular, Menlo, monospace; }
.technical-legend strong { font-size: .78rem; line-height: 1.4; }

.technical-sheet { position: relative; min-width: 0; margin: 0; padding: 14px; background: #0d1419; border: 1px solid var(--line); box-shadow: 0 30px 90px rgba(0,0,0,.38); transform: rotate(-.55deg); }
.technical-sheet::before, .technical-sheet::after { content: ""; position: absolute; z-index: 2; width: 46px; height: 46px; pointer-events: none; }
.technical-sheet::before { top: -1px; left: -1px; border-top: 3px solid var(--accent); border-left: 3px solid var(--accent); }
.technical-sheet::after { right: -1px; bottom: -1px; border-right: 3px solid var(--accent); border-bottom: 3px solid var(--accent); }
.sheet-head { display: flex; justify-content: space-between; gap: 24px; align-items: end; padding: 10px 10px 14px; border-bottom: 1px solid var(--line); }
.sheet-head > div { display: grid; gap: 2px; }
.sheet-head > div strong { color: var(--accent); font: 900 .82rem/1 ui-sans-serif, system-ui, sans-serif; letter-spacing: .14em; }
body.brand-attempo .sheet-head > div strong { font-family: Georgia, "Times New Roman", serif; font-weight: 600; letter-spacing: .2em; }
.sheet-head > div span { color: var(--text); font: 850 .62rem/1.3 ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: .1em; }
.sheet-head dl { display: flex; gap: 22px; margin: 0; }
.sheet-head dl div { display: grid; gap: 2px; }
.sheet-head dt { color: #758189; font: 750 .48rem/1 ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: .1em; }
.sheet-head dd { margin: 0; color: #c5cdd1; font: 800 .55rem/1 ui-monospace, SFMono-Regular, Menlo, monospace; }
.cad-plate { overflow: hidden; background: #eceae5; border: 1px solid #2f383d; }
.technical-render { display: block; width: 100%; height: auto; aspect-ratio: 3 / 2; object-fit: cover; }
.technical-render--truck { aspect-ratio: 16 / 9; object-fit: contain; }
.sheet-legend { display: grid; grid-template-columns: repeat(3, 1fr); margin: 0; padding: 0; border-top: 1px solid var(--line); border-left: 1px solid var(--line); list-style: none; }
.sheet-legend li { display: grid; grid-template-columns: auto 1fr; gap: 10px; align-items: start; min-width: 0; padding: 14px 12px; border-right: 1px solid var(--line); }
.sheet-legend li > span { display: grid; place-items: center; width: 27px; aspect-ratio: 1; background: var(--accent); color: var(--accent-ink); font: 900 .62rem/1 ui-monospace, SFMono-Regular, Menlo, monospace; }
.sheet-legend li div { display: grid; gap: 3px; min-width: 0; }
.sheet-legend strong { color: #dce2e4; font-size: .72rem; line-height: 1.25; }
.sheet-legend small { color: #78858c; font-size: .58rem; line-height: 1.4; }
.technical-sheet figcaption { display: grid; gap: 6px; padding: 15px 10px 8px; border-top: 1px solid var(--line); }
.technical-sheet figcaption span { color: #7e8a91; font: 800 .56rem/1.35 ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: .09em; }
.technical-sheet figcaption strong { max-width: 680px; color: #dce2e4; font-size: .86rem; line-height: 1.45; }
body.brand-rutmo .technical-sheet { background: #091411; }

.field-evidence { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(48px, 7vw, 96px); align-items: center; max-width: var(--max); margin: 0 auto; padding: 116px 24px 52px; }
.field-evidence--time { grid-template-columns: 1.18fr .82fr; padding-top: 64px; padding-bottom: 116px; }
.field-photo { position: relative; margin: 0; padding: 10px; background: var(--surface-2); border: 1px solid var(--line); box-shadow: 0 28px 80px rgba(0,0,0,.35); }
.field-photo::before, .field-photo::after { content: ""; position: absolute; z-index: 2; width: 44px; height: 44px; pointer-events: none; }
.field-photo::before { top: -1px; left: -1px; border-top: 3px solid var(--accent); border-left: 3px solid var(--accent); }
.field-photo::after { right: -1px; bottom: -1px; border-right: 3px solid var(--accent); border-bottom: 3px solid var(--accent); }
.field-photo img { display: block; width: 100%; max-width: 100%; height: auto; object-fit: contain; object-position: center; filter: saturate(.84) contrast(1.04); }
.field-photo figcaption { position: absolute; right: 22px; bottom: 22px; display: grid; gap: 3px; max-width: calc(100% - 44px); padding: 12px 15px; background: rgba(11,14,16,.9); border-left: 3px solid var(--accent); }
.field-photo figcaption span { color: var(--accent); font: 900 .62rem/1.2 ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: .12em; }
.field-photo figcaption strong { font-size: .82rem; }
.field-analysis { min-width: 0; }
.field-analysis h2 { max-width: 720px; }
.field-lead { color: #d7dcde; font-size: 1.14rem; line-height: 1.6; }
.field-analysis > p:not(.eyebrow):not(.privacy-note) { max-width: 720px; }
.field-analysis > p:not(.eyebrow):not(.field-lead):not(.privacy-note) { color: var(--muted); }
.inspection-list { display: grid; grid-template-columns: 1fr 1fr; margin: 34px 0 22px; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.inspection-list > div { display: grid; grid-template-columns: 30px 1fr; gap: 12px; min-width: 0; padding: 18px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.inspection-list dt { color: var(--accent); font: 850 .7rem/1.55 ui-monospace, SFMono-Regular, Menlo, monospace; }
.inspection-list dd { min-width: 0; margin: 0; }
.inspection-list strong, .inspection-list span { display: block; }
.inspection-list strong { margin-bottom: 4px; font-size: .9rem; }
.inspection-list span { color: var(--muted); font-size: .77rem; line-height: 1.45; }
.privacy-note { margin: 0; color: #748087; font-size: .73rem; }

.section { max-width: var(--max); margin: 0 auto; padding: 116px 24px; }
.section-intro { display: grid; grid-template-columns: 1.05fr .75fr; gap: 60px 100px; align-items: end; margin-bottom: 60px; }
.section-intro h2 { margin-bottom: 0; }
.section-intro > p { margin: 0; color: var(--muted); font-size: 1.05rem; }
.module-grid { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.module-card { position: relative; display: flex; flex-direction: column; min-height: 440px; padding: 34px; background: var(--surface); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.module-card::after { content: ""; position: absolute; left: 34px; bottom: 0; width: 0; height: 3px; background: var(--accent); transition: width .25s ease; }
.module-card:hover::after { width: calc(100% - 68px); }
.module-featured { background: linear-gradient(140deg, #222b30, #151b1e); }
.module-top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 58px; }
.module-top span { color: var(--accent); font: 800 .8rem/1 ui-monospace, SFMono-Regular, Menlo, monospace; }
.module-top small { color: #718087; font-size: .66rem; font-weight: 900; letter-spacing: .13em; }
.module-card > p { color: var(--muted); }
.module-card ul { margin: 12px 0 32px; padding: 0; color: #d1d7da; font-size: .91rem; list-style: none; }
.module-card li { padding: 6px 0; }
.module-card li::before { content: "—"; margin-right: 9px; color: var(--accent); }
.deliverable { display: block; margin-top: auto; padding-top: 18px; border-top: 1px solid var(--line); color: var(--accent); font-size: .72rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }

.system-section { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; padding: 100px max(24px, calc((100vw - var(--max)) / 2)); background: #e8ecee; color: #111517; }
body.brand-attempo .system-section { background: #eee8dc; }
body.brand-rutmo .system-section { background: #e4eee9; }
body.brand-rutmo .system-copy .eyebrow,
body.brand-rutmo .system-flow li:not(:last-child)::after { color: #3f6500; }
body.brand-rutmo .system-note { border-left-color: #6e980d; }
body.brand-rutmo .system-flow span { color: #547b05; }
.system-copy .eyebrow { color: #735800; }
.system-copy > p:not(.eyebrow) { color: #465158; font-size: 1.05rem; }
.system-note { padding-left: 18px; border-left: 3px solid #a77c00; font-weight: 750; }
.system-flow { display: grid; grid-template-columns: repeat(4, 1fr); align-self: center; margin: 0; padding: 0; list-style: none; }
.system-flow li { position: relative; display: grid; gap: 6px; min-height: 170px; padding: 24px 18px; border: 1px solid #9ea9ae; border-right: 0; }
.system-flow li:last-child { border-right: 1px solid #9ea9ae; }
.system-flow li:not(:last-child)::after { content: "→"; position: absolute; z-index: 2; top: 65px; right: -12px; width: 24px; height: 24px; background: #e8ecee; color: #735800; text-align: center; font-weight: 900; }
.system-flow span { color: #876700; font: 800 .7rem/1 ui-monospace, SFMono-Regular, Menlo, monospace; }
.system-flow strong { align-self: end; font-size: 1.07rem; }
.system-flow small { color: #5f696e; font-size: .76rem; }

.case-section { max-width: var(--max); margin: 116px auto 20px; background: var(--surface); border: 1px solid var(--line); }
.case-head { display: flex; justify-content: space-between; gap: 20px; padding: 18px 24px; border-bottom: 1px solid var(--line); font-size: .75rem; letter-spacing: .12em; }
.case-head span { color: var(--accent); font-weight: 900; }
.case-head strong { letter-spacing: 0; }
.case-content { display: grid; grid-template-columns: 1.05fr .95fr; gap: 76px; padding: 62px; }
.case-title h2 { font-size: clamp(2rem, 3.6vw, 3.25rem); }
.case-details { color: var(--muted); font-size: 1.02rem; }
.case-result { margin: 30px 0 18px; padding: 22px; background: var(--bg); border-left: 3px solid var(--accent); }
.case-result span, .case-result strong { display: block; }
.case-result span { margin-bottom: 8px; color: var(--accent); font-size: .67rem; font-weight: 900; letter-spacing: .14em; }
.case-result strong { color: var(--text); }
.case-details > small { display: block; color: #78858b; font-size: .75rem; }

.method { padding-top: 96px; }
.work-documentation { position: relative; margin: 40px 0 54px; padding: 10px; background: var(--surface-2); border: 1px solid var(--line); box-shadow: 0 28px 80px rgba(0,0,0,.28); }
.work-documentation::before { content: ""; position: absolute; z-index: 2; top: -1px; left: -1px; width: 52px; height: 52px; border-top: 3px solid var(--accent); border-left: 3px solid var(--accent); pointer-events: none; }
.work-documentation img { display: block; width: 100%; height: clamp(300px, 38vw, 500px); object-fit: cover; object-position: center 54%; filter: saturate(.82) contrast(1.04); }
.work-documentation figcaption { position: absolute; left: 34px; bottom: 34px; display: grid; gap: 5px; max-width: min(510px, calc(100% - 68px)); padding: 16px 18px; background: rgba(9,13,15,.91); border-left: 3px solid var(--accent); }
.work-documentation figcaption span { color: var(--accent); font: 900 .64rem/1.2 ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: .13em; }
.work-documentation figcaption strong { color: #eef1f2; font-size: .95rem; line-height: 1.45; }
.method-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin: 0; padding: 0; list-style: none; }
.method-steps li { min-height: 250px; padding: 26px; background: var(--surface); border-top: 3px solid var(--accent); }
.method-steps li > span { display: block; margin-bottom: 54px; color: var(--accent); font: 850 1.6rem/1 ui-monospace, SFMono-Regular, Menlo, monospace; }
.method-steps strong { display: block; margin-bottom: 8px; font-size: 1.06rem; }
.method-steps p { margin: 0; color: var(--muted); font-size: .88rem; }
.lead-time-policy { display: grid; grid-template-columns: .38fr 1fr 1fr; gap: 32px; align-items: center; margin-top: 28px; padding: 32px; background: var(--accent); color: var(--accent-ink); }
.lead-time-number { display: flex; align-items: center; gap: 12px; padding-right: 26px; border-right: 1px solid rgba(18,18,14,.35); }
.lead-time-number strong { font-size: clamp(4.2rem, 8vw, 6.8rem); line-height: .8; letter-spacing: -.09em; }
.lead-time-number span { overflow-wrap: normal; word-break: normal; white-space: nowrap; font: 900 .68rem/1.35 ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: .1em; }
.lead-time-copy .eyebrow { margin-bottom: 10px; color: #5c4700; }
.lead-time-copy h3 { margin-bottom: 8px; font-size: 1.35rem; }
.lead-time-copy p:last-child, .urgent-policy p { margin: 0; font-size: .88rem; line-height: 1.5; }
.urgent-policy { padding: 20px; background: var(--accent-ink); color: var(--text); }
.urgent-policy > span { display: block; margin-bottom: 7px; color: var(--accent); font: 900 .68rem/1.2 ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: .1em; }
.urgent-policy small { display: block; margin-top: 11px; color: var(--muted); font-size: .73rem; line-height: 1.45; }

.scope-section { display: grid; grid-template-columns: .8fr 1.2fr; gap: 84px; padding: 100px max(24px, calc((100vw - var(--max)) / 2)); background: var(--surface-2); }
.scope-options { border-top: 1px solid var(--line); }
.scope-options article { display: grid; grid-template-columns: 36px 1fr; gap: 18px; padding: 22px 0; border-bottom: 1px solid var(--line); }
.scope-options article > span { color: var(--accent); font: 850 .78rem/1.6 ui-monospace, SFMono-Regular, Menlo, monospace; }
.scope-options strong { display: block; margin-bottom: 4px; }
.scope-options p { margin: 0; color: var(--muted); font-size: .9rem; }
.pricing-note { margin: 20px 0 0; padding: 16px 18px; background: var(--bg); border-left: 3px solid var(--accent); color: #cbd2d5 !important; }

.journey-break { position: relative; max-width: var(--max); margin: 0 auto; background: #080b0d; overflow: hidden; }
.journey-break::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,7,8,.86) 0%, rgba(5,7,8,.28) 54%, rgba(5,7,8,.08) 100%); pointer-events: none; }
.journey-break img { display: block; width: 100%; height: clamp(430px, 43vw, 620px); object-fit: cover; object-position: center 52%; filter: saturate(.88) contrast(1.08); }
.journey-break figcaption { position: absolute; z-index: 1; left: clamp(24px, 6vw, 84px); bottom: clamp(28px, 7vw, 78px); display: grid; gap: 12px; max-width: 680px; padding-right: 24px; }
.journey-break figcaption span { color: var(--accent); font: 900 .68rem/1.25 ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: .15em; }
.journey-break figcaption strong { font-size: clamp(2rem, 4.4vw, 4.5rem); line-height: .98; letter-spacing: -.045em; text-wrap: balance; }

.contact-section { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; max-width: var(--max); margin: 0 auto; padding: 116px 24px; }
.contact-copy > p:not(.eyebrow):not(.independent) { color: var(--muted); font-size: 1.06rem; }
.direct-contact { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; margin: 26px 0 18px; }
.direct-contact small { color: var(--muted); font: 800 .82rem/1 ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: .04em; }
.independent { margin-top: 34px; color: var(--accent); font-size: .82rem; font-weight: 850; text-transform: uppercase; letter-spacing: .08em; }
form { padding: 32px; background: var(--surface); border: 1px solid var(--line); }
form > label { display: grid; gap: 8px; margin-bottom: 18px; color: #e0e5e7; font-size: .87rem; font-weight: 750; }
input, textarea { display: block; min-width: 0; max-width: 100%; width: 100%; padding: 13px 14px; background: #090c0e; border: 1px solid #46535a; border-radius: 0; color: var(--text); font: inherit; font-size: 1rem; }
input:focus, textarea:focus { outline: 2px solid var(--accent); outline-offset: 2px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
fieldset { margin: 0 0 20px; padding: 0; border: 0; }
legend { margin-bottom: 10px; color: #e0e5e7; font-size: .87rem; font-weight: 750; }
.check-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.check-option { position: relative; display: block; margin: 0; cursor: pointer; }
.check-option input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.check-option span { display: block; min-height: 44px; padding: 10px 12px; background: #0d1113; border: 1px solid #3a464c; color: var(--muted); font-size: .82rem; font-weight: 700; }
.check-option input:checked + span { border-color: var(--accent); background: rgba(255,201,41,.09); color: var(--text); }
.check-option input:focus-visible + span { outline: 2px solid var(--accent); outline-offset: 2px; }
.urgency-hint { margin: -7px 0 20px; padding: 11px 13px; background: rgba(255,201,41,.08); border-left: 2px solid var(--accent); color: #cfd5d8; font-size: .78rem; }
.urgency-hint.is-urgent { background: rgba(255,138,31,.12); border-left-color: var(--accent-hot); color: #ffd5b2; }
.urgency-hint.is-valid { background: rgba(140,227,170,.08); border-left-color: var(--success); color: #c7ebd3; }
.form-note { margin: 12px 0 0; color: var(--muted); font-size: .76rem; }
.prepared-message { margin-top: 24px; padding-top: 22px; border-top: 1px solid var(--line); }
.prepared-message textarea { margin-bottom: 12px; }
.prepared-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; }
#copy-status { margin-left: 12px; color: var(--success); font-size: .85rem; }

footer { display: grid; grid-template-columns: 1fr 1.5fr auto; gap: 32px; align-items: center; padding: 34px max(24px, calc((100vw - var(--max)) / 2)); border-top: 1px solid var(--line); color: var(--muted); font-size: .8rem; }
footer p { margin: 0; }

@media (max-width: 980px) {
  nav a:not(.nav-cta) { display: none; }
  .hero { grid-template-columns: 1fr; min-height: auto; }
  .route-grid { display: none; }
  .hero-copy { max-width: 800px; }
  .ops-board { max-width: 620px; transform: none; }
  .technical-proof, .field-evidence, .section-intro, .system-section, .case-content, .scope-section, .contact-section { grid-template-columns: 1fr; gap: 38px; }
  .technical-copy { max-width: 760px; }
  .technical-sheet { max-width: 820px; transform: none; }
  .work-documentation { margin-top: 28px; }
  .field-photo { max-width: 620px; }
  .field-evidence--time .field-photo { order: -1; }
  .system-flow { max-width: 720px; }
  .method-steps { grid-template-columns: 1fr 1fr; }
  .lead-time-policy { grid-template-columns: .45fr 1.1fr; }
  .urgent-policy { grid-column: 1 / -1; }
  footer { grid-template-columns: 1fr; }
}

@media (max-width: 650px) {
  .site-header { width: 100%; min-height: 66px; padding-inline: 16px; }
  .brand-mark { width: 37px; height: 34px; }
  .brand-name { font-size: 1rem; }
  nav { gap: 0; }
  .nav-cta { padding: 8px 10px; font-size: .78rem; }
  .hero { padding-top: 64px; padding-bottom: 78px; }
  .route-grid { display: none; }
  h1 { font-size: clamp(3rem, 15vw, 4.7rem); }
  .scope-strip { display: grid; grid-template-columns: 1fr 1fr; }
  .ops-board { padding: 17px; }
  .board-checks li { grid-template-columns: .7fr 1.3fr; }
  .board-checks b { display: none; }
  .section { padding-block: 82px; }
  .technical-proof { padding: 82px 16px 48px; }
  .technical-legend { grid-template-columns: 1fr; }
  .technical-sheet { margin-inline: -16px; padding: 8px 0; border-inline: 0; }
  .sheet-head { padding-inline: 14px; }
  .sheet-head dl { gap: 10px; }
  .sheet-head dl div:last-child { display: none; }
  .sheet-legend { grid-template-columns: 1fr; border-left: 0; }
  .sheet-legend li { border-right: 0; border-bottom: 1px solid var(--line); }
  .sheet-legend li:last-child { border-bottom: 0; }
  .technical-sheet figcaption { padding-inline: 14px; }
  .work-documentation { margin: 28px -16px 42px; padding: 6px 0; border-inline: 0; }
  .work-documentation img { height: 330px; object-position: 56% center; }
  .work-documentation figcaption { right: 18px; bottom: 18px; left: 18px; max-width: none; }
  .field-evidence { padding-top: 82px; padding-bottom: 26px; }
  .field-evidence--time { padding-top: 56px; padding-bottom: 82px; }
  .field-evidence { padding-inline: 0; }
  .field-analysis { padding-inline: 18px; }
  .field-photo { width: 100%; max-width: none; padding: 0; border-inline: 0; }
  .field-photo figcaption { position: static; max-width: none; padding: 14px 18px; border-top: 1px solid var(--line); border-left-width: 3px; }
  .inspection-list { grid-template-columns: 1fr; }
  .module-grid { grid-template-columns: 1fr; }
  .module-card { min-height: 400px; padding: 26px; }
  .module-card::after { left: 26px; }
  .module-card:hover::after { width: calc(100% - 52px); }
  .module-top { margin-bottom: 42px; }
  .system-section, .scope-section { padding-block: 76px; }
  .system-flow { grid-template-columns: 1fr 1fr; }
  .system-flow li:nth-child(2) { border-right: 1px solid #9ea9ae; }
  .system-flow li:nth-child(-n+2) { border-bottom: 0; }
  .system-flow li::after { display: none; }
  .case-section { margin-top: 82px; }
  .case-head { display: grid; }
  .case-content { padding: 34px 22px; }
  .method-steps { grid-template-columns: 1fr; }
  .method-steps li { min-height: 210px; }
  .method-steps li > span { margin-bottom: 36px; }
  .lead-time-policy { grid-template-columns: 1fr; padding: 24px; }
  .lead-time-number { padding: 0 0 22px; border-right: 0; border-bottom: 1px solid rgba(18,18,14,.35); }
  .urgent-policy { grid-column: auto; }
  .journey-break { margin-top: 0; }
  .journey-break::after { background: linear-gradient(0deg, rgba(5,7,8,.96) 0%, rgba(5,7,8,.08) 68%); }
  .journey-break img { height: auto; }
  .journey-break figcaption { left: 20px; right: 20px; bottom: 24px; max-width: none; padding: 0; }
  .journey-break figcaption strong { font-size: clamp(1.8rem, 9vw, 2.65rem); }
  .contact-section { padding-block: 82px; }
  .direct-contact .button, .prepared-actions .button { width: 100%; }
  .direct-contact small { width: 100%; text-align: center; }
  #copy-status { width: 100%; margin-left: 0; text-align: center; }
  .field-row, .check-grid { grid-template-columns: 1fr; gap: 0; }
  .check-grid { gap: 8px; }
  form { padding: 22px; }
}

@media (max-width: 380px) {
  .site-header { padding-inline: 12px; }
  .brand { gap: 8px; }
  .brand-name { font-size: .92rem; }
  .nav-cta { padding-inline: 8px; font-size: .72rem; }
  .hero, .section, .contact-section { padding-inline: 18px; }
  .scope-strip { grid-template-columns: 1fr; }
  .board-head { gap: 8px; letter-spacing: .05em; }
  .board-route { grid-template-columns: 1fr; justify-items: center; gap: 12px; }
  .route-segment { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .module-card::after { transition: none; }
}
