/* WEB / DIGITAL — construction site v2
   Local system fonts only. No external libraries or build step.
   Change the color variables below to rebrand the entire website. */
:root {
  color-scheme: dark;
  --bg: #111315;
  --panel: #171a1d;
  --panel-raised: #1e2226;
  --text: #f3f2ed;
  --muted: #b4b8bb;
  --subtle: #969da2;
  --accent: #f5c443;
  --line: #34393d;
  --font: "Segoe UI", Arial, Helvetica, sans-serif;
  --mono: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
}
* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--bg); color: var(--text); font-family: var(--font); -webkit-font-smoothing: antialiased; }
::selection { background: var(--accent); color: var(--bg); }
a { color: inherit; }
a:focus-visible, button:focus-visible { outline: 3px solid var(--accent); outline-offset: 5px; }
button, a { -webkit-tap-highlight-color: transparent; }
.icon { width: 24px; height: 24px; flex: 0 0 auto; }
.site-stripe { height: 6px; background: repeating-linear-gradient(-50deg,var(--accent) 0,var(--accent) 15px,var(--bg) 15px,var(--bg) 30px); }
.site-shell { width: min(1280px, calc(100% - 112px)); margin: 0 auto; min-height: calc(100svh - 6px); display: flex; flex-direction: column; }
.site-header { min-height: 106px; border-bottom: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 14px; text-decoration: none; min-width: 0; }
.brand-mark { width: 44px; height: 44px; border: 1px solid var(--accent); display: grid; place-items: center; color: var(--accent); flex: 0 0 auto; }
.brand-mark .icon { width: 25px; height: 25px; }
.brand-copy { display: flex; flex-direction: column; gap: 7px; min-width: 0; }
.brand-name { font-size: 21px; line-height: 1.2; font-weight: 700; letter-spacing: -.6px; overflow-wrap: anywhere; }
.brand-caption { font: 9px/1.4 var(--mono); letter-spacing: 1.6px; color: var(--subtle); }
.top-nav { display: flex; align-items: center; gap: 28px; flex-shrink: 0; }
.top-nav a { font-size: 13px; text-decoration: none; padding: 12px 0; color: var(--muted); }
.top-nav a:hover, .top-nav a[aria-current] { color: var(--accent); }
.header-status { display: inline-flex; align-items: center; gap: 9px; border: 1px solid #65522b; padding: 10px 12px; font: 9px/1.4 var(--mono); letter-spacing: 1px; color: var(--accent); }
.status-dot { display: inline-block; width: 6px; height: 6px; background: var(--accent); flex: 0 0 auto; }
main { flex: 1; outline: none; }
.eyebrow { margin: 0 0 28px; color: var(--accent); font: 10px/1.6 var(--mono); letter-spacing: 1.7px; display: flex; align-items: center; gap: 11px; }
.hero { display: grid; grid-template-columns: minmax(0,1.48fr) minmax(0,1fr); align-items: center; gap: 38px; padding: 80px 0 70px; }
.hero-copy { min-width: 0; }
h1,h2,h3,p { margin-top: 0; }
.hero h1 { margin: 0; font-family: Arial, Helvetica, sans-serif; font-size: clamp(48px,5.2vw,77px); line-height: 1.02; font-weight: 900; letter-spacing: -.065em; }
.hero h1 > span { color: var(--accent); }
.hero-intro { max-width: 520px; font-size: 16px; line-height: 1.85; color: var(--muted); margin: 28px 0 0; white-space: pre-line; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 28px; align-items: center; }
.button { display: inline-flex; align-items: center; gap: 25px; justify-content: space-between; padding: 15px 19px; text-decoration: none; font-size: 13px; font-weight: 650; min-height: 48px; transition: background .18s, color .18s, border-color .18s; }
.button .icon { width: 17px; height: 17px; }
.button-primary { background: var(--accent); color: #151618; border: 1px solid var(--accent); }
.button-primary:hover { background: #ffda73; border-color: #ffda73; }
.button-plain { border: 1px solid var(--line); color: var(--text); }
.button-plain:hover { border-color: var(--accent); color: var(--accent); }
.hero-note { display: flex; gap: 10px; align-items: flex-start; font: 10px/1.8 var(--mono); color: var(--subtle); margin: 26px 0 0; }
.small-square { width: 5px; height: 5px; border: 1px solid var(--subtle); display: inline-block; margin-top: 6px; flex: 0 0 auto; }
.build-scene { width: 100%; aspect-ratio: 1.12; position: relative; isolation: isolate; }
.scene-grid { position: absolute; inset: 0; z-index: -1; background-image: linear-gradient(#2b303440 1px,transparent 1px),linear-gradient(90deg,#2b303440 1px,transparent 1px); background-size: 28px 28px; mask-image: radial-gradient(ellipse at center,#000 35%,transparent 73%); }
.scene-coordinate { position: absolute; top: 0; left: 10px; color: var(--subtle); font: 9px/1.5 var(--mono); letter-spacing: 1.4px; }
.scene-plus { position: absolute; top: -7px; right: 0; color: #747d84; font: 23px var(--mono); }
.wireframe { position: absolute; width: 87%; height: 64%; left: 9%; top: 10%; border: 1px dashed #667077; transform: rotate(7deg); }
.build-window { position: absolute; width: 88%; left: 2%; top: 18%; background: var(--panel); border: 1px solid #697279; transform: rotate(-4deg); box-shadow: 14px 20px 0 #0a0c0e44; }
.window-bar { height: 37px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); padding: 0 13px; color: var(--subtle); font: 9px/1.5 var(--mono); }
.window-dots { display: flex; gap: 5px; }
.window-dots i { background: #5d666c; width: 4px; height: 4px; border-radius: 50%; }
.window-content { display: flex; gap: 17px; align-items: center; padding: 22px 18px 25px; height: 164px; }
.code-gutter { font: 9px/20px var(--mono); color: #6d7980; }
.code-lines { display: flex; flex-direction: column; gap: 13px; width: 44%; }
.code-lines i { height: 7px; width: 80%; background: #525d64; border-radius: 1px; }
.code-lines i:nth-child(1) { width: 54%; background: #b3903b; }
.code-lines i:nth-child(2) { width: 90%; margin-left: 12%; }
.code-lines i:nth-child(3) { width: 68%; margin-left: 12%; background: #818c8f; }
.code-lines i:nth-child(4) { width: 90%; margin-left: 12%; }
.code-lines i:nth-child(5) { width: 52%; margin-left: 12%; }
.code-lines i:nth-child(6) { width: 45%; background: #b3903b; }
.code-emblem { margin-left: auto; width: 92px; height: 99px; display: grid; place-items: center; border: 1px solid #454e54; background: #1d2226; }
.code-emblem .icon { width: 52px; height: 52px; stroke-width: 1.3; color: var(--text); }
.window-bottom { display: flex; align-items: center; gap: 8px; height: 35px; padding: 0 15px; border-top: 1px solid var(--line); font: 8px/1.5 var(--mono); color: var(--muted); letter-spacing: 1px; }
.window-bottom .status-dot { width: 4px; height: 4px; }
.window-cursor { margin-left: auto; color: var(--accent); font-size: 15px; }
.warning-sticker { position: absolute; right: -3px; top: 10%; width: 85px; min-height: 97px; display: flex; flex-direction: column; gap: 8px; padding: 10px 12px; background: var(--accent); color: #171a1b; border: 1px solid #ffe198; transform: rotate(8deg); }
.warning-sticker .icon { width: 25px; height: 25px; align-self: flex-end; }
.warning-sticker span { font-size: 15px; font-weight: 900; line-height: 1; letter-spacing: -.5px; }
.construction-board { position: absolute; width: 100%; left: -2%; top: 71%; transform: rotate(-4deg); box-shadow: 0 12px 20px #0005; background: var(--accent); border: 2px solid #171a1b; }
.board-stripes { height: 10px; background: repeating-linear-gradient(-50deg,#171a1b 0,#171a1b 13px,var(--accent) 13px,var(--accent) 26px); }
.board-message { padding: 11px 15px; display: flex; align-items: center; justify-content: space-between; gap: 15px; color: #121518; font-family: Arial,Helvetica,sans-serif; font-weight: 900; font-size: clamp(16px,1.46vw,22px); line-height: 1.3; letter-spacing: -.6px; }
.board-message .icon { width: 26px; height: 26px; }
.scene-baseline { position: absolute; bottom: -5px; left: 0; right: 0; display: flex; align-items: center; justify-content: space-between; color: var(--subtle); font: 8px/1.5 var(--mono); letter-spacing: 1.2px; }
.scene-baseline span:last-child { color: var(--accent); font-size: 20px; }
.work-types { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.work-type { padding: 25px 30px 25px 0; min-width: 0; }
.work-type + .work-type { border-left: 1px solid var(--line); padding-left: 30px; }
.work-type:last-child { padding-right: 0; }
.work-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 19px; color: var(--accent); }
.work-top span { color: var(--subtle); font: 9px/1.5 var(--mono); letter-spacing: 1.1px; }
.work-top .icon { width: 21px; height: 21px; }
.work-type h2 { font-size: 18px; font-weight: 600; letter-spacing: -.5px; margin: 0 0 9px; line-height: 1.35; }
.work-type p { font-size: 12px; line-height: 1.65; color: var(--muted); margin: 0; }
.project-notice { display: flex; align-items: center; gap: 20px; padding: 31px 0; }
.notice-icon { width: 44px; height: 44px; display: grid; place-items: center; color: var(--accent); border: 1px solid var(--line); flex: 0 0 auto; }
.notice-icon .icon { width: 22px; height: 22px; }
.project-notice h2 { font-size: 15px; line-height: 1.4; font-weight: 600; margin: 0 0 6px; }
.project-notice p { font-size: 12px; line-height: 1.7; color: var(--muted); margin: 0; }
.text-link { display: inline-flex; align-items: center; gap: 15px; text-decoration: none; color: var(--accent); font-size: 12px; line-height: 1.6; }
.text-link:hover { text-decoration: underline; text-underline-offset: 4px; }
.text-link .icon { width: 16px; height: 16px; }
.project-notice > .text-link { margin-left: auto; white-space: nowrap; padding: 12px 0 12px 16px; }
.contact-strip { padding: 21px 0; display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid var(--line); }
.contact-strip p { font-size: 14px; margin: 0; }
.site-footer { border-top: 1px solid var(--line); padding: 21px 0 26px; }
.footer-top { display: flex; align-items: center; justify-content: space-between; gap: 22px; margin-bottom: 23px; }
.footer-top p { font: 8px/1.7 var(--mono); letter-spacing: 1.2px; color: var(--subtle); margin: 0; }
.footer-top p span { color: var(--accent); margin: 0 8px; }
.footer-top-link { color: var(--subtle); font: 9px/1.8 var(--mono); text-decoration: none; }
.footer-top-link:hover { color: var(--accent); }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.footer-bottom p { margin: 0; color: var(--subtle); font-size: 10px; line-height: 1.7; overflow-wrap: anywhere; }
.footer-bottom nav { display: flex; flex-wrap: wrap; gap: 23px; }
.footer-bottom nav a { font-size: 11px; color: var(--muted); text-decoration: none; padding: 5px 0; }
.footer-bottom nav a:hover { color: var(--accent); }
.skip-link { position: fixed; z-index: 100; top: 12px; left: 12px; padding: 12px 18px; background: var(--accent); color: var(--bg); transform: translateY(-180%); }
.skip-link:focus { transform: translateY(0); }
/* Interior pages */
.page-heading { padding: 48px 0 44px; max-width: 920px; }
.back-link { display: inline-flex; gap: 9px; align-items: center; color: var(--muted); font-size: 12px; text-decoration: none; margin: 0 0 42px; padding: 7px 0; }
.back-link:hover { color: var(--accent); }
.back-link .icon { width: 15px; height: 15px; }
.page-heading .eyebrow { margin-bottom: 17px; }
.page-heading h1 { font-size: clamp(36px,4.1vw,58px); line-height: 1.13; letter-spacing: -.055em; font-weight: 700; margin: 0 0 22px; }
.page-heading h1 span { color: var(--accent); }
.page-lead { max-width: 730px; color: var(--muted); font-size: 16px; line-height: 1.8; margin: 0; }
.directory-section { margin: 0 0 32px; }
.empty-state { border: 1px solid var(--line); background: var(--panel); padding: 50px 24px; text-align: center; }
.empty-icon { display: grid; place-items: center; color: var(--accent); width: 60px; height: 60px; border: 1px dashed #766238; margin: 0 auto 23px; }
.empty-icon .icon { width: 28px; height: 28px; }
.empty-state .eyebrow { display: block; margin-bottom: 15px; }
.empty-state h2 { font-size: 26px; letter-spacing: -.8px; font-weight: 600; margin: 0 0 16px; }
.empty-state p:last-child { color: var(--muted); font-size: 14px; line-height: 1.85; margin: 0; }
.notice-text { font-size: 13px; line-height: 1.8; color: var(--muted); padding: 20px; border: 1px solid var(--line); }
.project-grid { display: grid; grid-template-columns: repeat(auto-fit,minmax(min(100%,310px),1fr)); gap: 20px; }
.project-card { display: flex; flex-direction: column; gap: 16px; border: 1px solid var(--line); background: var(--panel); padding: 28px; text-decoration: none; transition: border-color .18s,background .18s; }
.project-card:hover { border-color: var(--accent); background: var(--panel-raised); }
.project-card-top { display: flex; justify-content: space-between; align-items: center; color: var(--accent); font: 10px/1.5 var(--mono); letter-spacing: 1px; }
.project-card h2 { margin: 8px 0 0; font-size: 26px; line-height: 1.3; font-weight: 600; letter-spacing: -.6px; overflow-wrap: anywhere; }
.project-card p { font-size: 14px; line-height: 1.8; color: var(--muted); margin: 0 0 14px; overflow-wrap: anywhere; }
.project-card-domain { border-top: 1px solid var(--line); padding-top: 17px; margin-top: auto; font: 10px/1.8 var(--mono); color: var(--subtle); overflow-wrap: anywhere; }
.scope-note { display: flex; gap: 16px; padding: 24px 0 35px; align-items: flex-start; }
.scope-note > .icon { color: var(--accent); width: 20px; height: 20px; margin-top: 2px; }
.scope-note p { margin: 0; font-size: 13px; line-height: 1.8; color: var(--muted); flex: 1; }
.scope-note strong { color: var(--text); font-weight: 600; }
.scope-note > a { display: inline-flex; align-items: center; gap: 12px; color: var(--accent); font-size: 12px; line-height: 1.8; text-decoration: none; padding: 2px 0 2px 20px; }
.scope-note > a .icon { width: 15px; height: 15px; }
.policy-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 20px; }
.policy-card { background: var(--panel); border: 1px solid var(--line); display: flex; flex-direction: column; padding: 28px; text-decoration: none; transition: border-color .18s; }
.policy-card:hover { border-color: var(--accent); }
.policy-card-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 40px; }
.policy-card-top span { color: var(--subtle); font: 11px/1.5 var(--mono); }
.policy-card-top .icon { color: var(--accent); width: 25px; height: 25px; }
.policy-card h2 { font-size: 23px; letter-spacing: -.8px; font-weight: 600; line-height: 1.25; margin-bottom: 14px; }
.policy-card p { color: var(--muted); font-size: 14px; line-height: 1.8; margin: 0 0 28px; }
.policy-card-bottom { display: flex; align-items: center; justify-content: space-between; gap: 12px; font-size: 12px; color: var(--accent); margin-top: auto; }
.policy-card-bottom .icon { width: 16px; height: 16px; }
.policy-contact { padding: 27px 0 45px; border-top: 1px solid var(--line); }
.policy-contact h2 { font-size: 20px; font-weight: 600; letter-spacing: -.5px; }
.policy-contact p { color: var(--muted); font-size: 14px; line-height: 1.8; margin: 0; }
.policy-contact a { color: var(--accent); text-underline-offset: 3px; overflow-wrap: anywhere; }
.legal-heading { padding-bottom: 34px; }
.policy-meta { display: flex; flex-wrap: wrap; gap: 12px 24px; margin-top: 23px; font: 10px/1.7 var(--mono); color: var(--subtle); }
.policy-meta span:last-child { color: var(--accent); }
.legal-layout { display: grid; grid-template-columns: 260px minmax(0,1fr); gap: 66px; border-top: 1px solid var(--line); padding: 34px 0 60px; }
.legal-toc { align-self: start; position: sticky; top: 25px; }
.legal-toc > p { font: 10px/1.6 var(--mono); color: var(--subtle); letter-spacing: 1.2px; margin-bottom: 18px; }
.legal-toc a { display: flex; gap: 15px; text-decoration: none; color: var(--muted); font-size: 12px; line-height: 1.6; padding: 11px 0; border-bottom: 1px solid #272d31; }
.legal-toc a span { font: 10px/1.9 var(--mono); color: var(--accent); }
.legal-toc a:hover { color: var(--text); }
.legal-copy { max-width: 760px; min-width: 0; }
.legal-section { scroll-margin-top: 28px; position: relative; padding: 0 0 30px; margin-bottom: 28px; border-bottom: 1px solid var(--line); }
.legal-section .section-number { color: var(--accent); font: 10px/1.6 var(--mono); margin: 0 0 10px; }
.legal-section h2 { font-size: 25px; line-height: 1.35; letter-spacing: -.8px; font-weight: 600; margin-bottom: 18px; }
.legal-section p { color: var(--muted); font-size: 15px; line-height: 1.9; margin-bottom: 16px; }
.legal-section p:last-child { margin-bottom: 0; }
.legal-section strong { color: var(--text); font-weight: 600; overflow-wrap: anywhere; }
.legal-section a { color: var(--accent); text-underline-offset: 3px; overflow-wrap: anywhere; }
.policy-end { display: flex; flex-wrap: wrap; align-items: center; gap: 15px; justify-content: space-between; }
.policy-end p { color: var(--subtle); font-size: 12px; margin: 0; }
.error-page { max-width: 800px; padding: 68px 0 85px; }
.error-number { font: 800 clamp(100px,15vw,190px)/1 Arial,Helvetica,sans-serif; letter-spacing: -.08em; margin: 0 0 28px; }
.error-number span { color: var(--accent); }
.error-page h1 { font-size: clamp(30px,4vw,50px); letter-spacing: -.05em; line-height: 1.2; margin-bottom: 23px; }
.error-page > p:not(.eyebrow):not(.error-number) { max-width: 540px; font-size: 16px; line-height: 1.85; color: var(--muted); margin: 0; }
@media (min-width: 1500px) { .hero { padding-top: 92px; padding-bottom: 85px; } }
@media (max-width: 1150px) {
  .site-shell { width: calc(100% - 72px); }
  .hero { gap: 25px; padding-top: 65px; padding-bottom: 60px; }
  .hero h1 { font-size: 5.45vw; }
  .hero-intro { font-size: 15px; }
  .top-nav { gap: 22px; }
  .header-status { display: none; }
  .build-scene { aspect-ratio: .95; }
  .build-window { top: 17%; }
  .construction-board { top: 73%; }
  .window-content { height: 140px; padding: 17px 12px; gap: 9px; }
  .code-emblem { width: 70px; height: 83px; }
  .code-emblem .icon { width: 42px; height: 42px; }
  .warning-sticker { width: 71px; min-height: 85px; right: -1%; padding: 8px; }
  .warning-sticker span { font-size: 13px; }
  .work-type { padding-right: 22px; }
  .work-type + .work-type { padding-left: 22px; }
  .work-type h2 { font-size: 16px; }
  .project-notice p { max-width: 590px; }
  .legal-layout { gap: 42px; grid-template-columns: 220px minmax(0,1fr); }
}
@media (max-width: 900px) {
  .site-header { min-height: 96px; }
  .hero { grid-template-columns: 1fr; gap: 52px; padding: 53px 0 48px; }
  .hero h1 { font-size: clamp(42px,8vw,70px); }
  .hero-intro { max-width: 590px; }
  .build-scene { max-width: 490px; aspect-ratio: 1.13; justify-self: center; }
  .build-window { top: 18%; }
  .window-content { height: 164px; padding: 22px 18px 25px; gap: 17px; }
  .code-emblem { width: 92px; height: 99px; }
  .code-emblem .icon { width: 52px; height: 52px; }
  .construction-board { top: 71%; }
  .board-message { font-size: 23px; }
  .warning-sticker { width: 85px; min-height: 97px; padding: 10px 12px; }
  .warning-sticker span { font-size: 15px; }
  .project-notice { flex-wrap: wrap; }
  .project-notice > div { flex: 1; }
  .project-notice > .text-link { width: 100%; margin-left: 64px; padding: 0; }
  .policy-grid { gap: 14px; }
  .policy-card { padding: 22px; }
  .policy-card h2 { font-size: 20px; }
  .scope-note { flex-wrap: wrap; }
  .scope-note > a { padding-left: 36px; width: 100%; }
  .legal-layout { grid-template-columns: 1fr; gap: 33px; }
  .legal-toc { position: static; display: grid; grid-template-columns: 1fr 1fr; gap: 0 26px; }
  .legal-toc > p { grid-column: 1/-1; }
}
@media (max-width: 650px) {
  .site-shell { width: calc(100% - 44px); }
  .site-header { padding: 21px 0; min-height: 90px; gap: 15px; }
  .brand { gap: 10px; }
  .brand-mark { width: 34px; height: 38px; }
  .brand-mark .icon { width: 21px; height: 21px; }
  .brand-name { font-size: 16px; letter-spacing: -.4px; }
  .brand-caption { font-size: 6px; letter-spacing: .85px; line-height: 1.5; }
  .top-nav { gap: 16px; }
  .top-nav a { font-size: 11px; }
  .hero { padding-top: 43px; gap: 42px; }
  .eyebrow { font-size: 8px; letter-spacing: 1.35px; margin-bottom: 24px; }
  .hero h1 { font-size: clamp(34px,8.95vw,57px); line-height: 1.07; letter-spacing: -.065em; }
  .hero-intro { font-size: 14px; line-height: 1.9; margin-top: 22px; }
  .hero-actions { gap: 10px; margin-top: 24px; }
  .button { font-size: 11px; padding: 12px 14px; gap: 15px; min-height: 44px; }
  .button .icon { width: 15px; height: 15px; }
  .hero-note { font-size: 8px; margin-top: 21px; max-width: 370px; }
  .build-scene { max-width: 400px; aspect-ratio: 1.04; }
  .window-content { height: 137px; padding: 17px 12px; gap: 12px; }
  .window-bar { font-size: 8px; height: 32px; }
  .code-emblem { width: 75px; height: 90px; }
  .code-emblem .icon { width: 43px; height: 43px; }
  .code-gutter { font-size: 8px; line-height: 18px; }
  .code-lines { gap: 12px; }
  .code-lines i { height: 6px; }
  .window-bottom { font-size: 7px; height: 29px; }
  .warning-sticker { width: 70px; min-height: 80px; padding: 8px; }
  .warning-sticker .icon { width: 21px; height: 21px; }
  .warning-sticker span { font-size: 13px; }
  .board-message { font-size: clamp(14px,4.6vw,21px); padding: 9px 12px; }
  .board-message .icon { width: 22px; height: 22px; }
  .board-stripes { height: 8px; }
  .scene-coordinate { font-size: 8px; }
  .scene-baseline { font-size: 7px; }
  .work-types { grid-template-columns: 1fr; }
  .work-type, .work-type + .work-type, .work-type:last-child { padding: 23px 0; border-left: 0; }
  .work-type + .work-type { border-top: 1px solid var(--line); }
  .work-top { margin-bottom: 10px; }
  .work-top .icon { width: 23px; height: 23px; }
  .work-type h2 { font-size: 18px; }
  .work-type p { font-size: 12px; }
  .project-notice { gap: 16px; padding: 27px 0; align-items: flex-start; }
  .project-notice h2 { font-size: 14px; }
  .project-notice p { font-size: 12px; }
  .project-notice > .text-link { margin-left: 60px; }
  .footer-top p { font-size: 7px; letter-spacing: .7px; }
  .footer-top p span { margin: 0 4px; }
  .footer-top-link { font-size: 8px; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 13px; }
  .footer-bottom nav { gap: 22px; }
  .site-footer { padding-bottom: 24px; }
  .page-heading { padding-top: 26px; padding-bottom: 30px; }
  .back-link { margin-bottom: 30px; font-size: 11px; }
  .page-heading h1 { font-size: clamp(31px,8vw,46px); }
  .page-lead { font-size: 14px; }
  .policy-grid { grid-template-columns: 1fr; }
  .policy-card { padding: 26px; }
  .policy-card-top { margin-bottom: 25px; }
  .policy-card h2 { font-size: 23px; }
  .policy-card p { margin-bottom: 22px; }
  .policy-contact { padding-bottom: 32px; }
  .empty-state { padding: 38px 20px; }
  .empty-state h2 { font-size: 23px; }
  .empty-state p:last-child { font-size: 13px; }
  .scope-note p { font-size: 12px; }
  .legal-toc { grid-template-columns: 1fr; }
  .legal-layout { padding-bottom: 37px; }
  .legal-section h2 { font-size: 22px; }
  .legal-section p { font-size: 14px; line-height: 1.9; }
  .error-page { padding-top: 44px; padding-bottom: 60px; }
}
@media (max-width: 359px) {
  .site-shell { width: calc(100% - 32px); }
  .site-header { flex-wrap: wrap; }
  .top-nav { margin-left: 44px; }
  .hero h1 { font-size: 8.8vw; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .build-scene { aspect-ratio: .94; }
  .window-content { height: 127px; gap: 8px; }
  .code-emblem { width: 59px; height: 77px; }
  .code-emblem .icon { width: 34px; height: 34px; }
  .construction-board { top: 74%; }
  .footer-top { align-items: flex-start; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation: none !important; transition: none !important; } }
@media print {
  :root { color-scheme: light; --bg: #fff; --panel: #fff; --text: #111; --muted: #333; --subtle: #555; --accent: #604500; --line: #aaa; }
  body { background: white; }
  .site-shell { width: 100%; }
  .build-scene,.site-stripe,.top-nav,.skip-link,.footer-top-link,.hero-actions,.legal-toc { display: none !important; }
  .site-header { min-height: 70px; }
  .hero { display: block; padding: 38px 0; }
  .hero h1 { font-size: 50px; }
  .work-types { display: block; }
  .work-type + .work-type { border-left: 0; padding-left: 0; }
  .legal-layout { display: block; }
  .policy-grid { display: block; }
  .policy-card,.legal-section { break-inside: avoid; }
  .policy-card { margin-bottom: 18px; }
  .legal-section p { font-size: 11pt; }
  .page-heading { padding-top: 24px; }
  .site-footer { margin-top: 20px; }
}
