:root {
  --ink: #0a1c2f;
  --ink-soft: #19314a;
  --paper: #f2f0eb;
  --paper-deep: #e8e6df;
  --white: #fcfbf8;
  --mint: #b9ddd0;
  --mint-deep: #79b5a4;
  --blue: #7fb0ca;
  --blue-pale: #d7e6eb;
  --sand: #e7d0a5;
  --yellow: #f4bf5a;
  --line: rgba(10, 28, 47, 0.16);
  --muted: #637182;
  --radius: 3px;
  --container: 1240px;
  --shadow: 0 22px 60px rgba(10, 28, 47, 0.1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "DM Sans", "Noto Sans SC", system-ui, sans-serif; font-size: 15px; line-height: 1.6; }
body.modal-open { overflow: hidden; }
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
button { border: 0; cursor: pointer; }
.page-shell { overflow: hidden; }
.container { width: min(var(--container), calc(100% - 96px)); margin: 0 auto; }

.site-header { height: 86px; padding: 0 48px; display: flex; align-items: center; justify-content: space-between; gap: 30px; position: absolute; z-index: 20; width: 100%; color: var(--white); border-bottom: 1px solid rgba(255,255,255,.18); }
.brand { display: inline-flex; align-items: center; gap: 12px; min-width: max-content; }
.brand-mark { width: 25px; height: 27px; display: flex; align-items: flex-end; gap: 3px; transform: skew(-18deg); }
.brand-mark span { display: block; width: 6px; background: currentColor; }
.brand-mark span:nth-child(1) { height: 14px; opacity: .72; }
.brand-mark span:nth-child(2) { height: 21px; opacity: .86; }
.brand-mark span:nth-child(3) { height: 27px; }
.brand-copy { display: grid; gap: 0; line-height: 1; }
.brand-copy strong { font-family: Manrope, sans-serif; font-size: 15px; letter-spacing: .12em; }
.brand-copy small { font-size: 7px; font-weight: 700; letter-spacing: .14em; margin-top: 5px; opacity: .7; white-space: nowrap; }
.site-nav { display: flex; align-items: center; gap: 31px; margin-left: auto; margin-right: 14px; }
.site-nav a { font-size: 12px; font-weight: 600; letter-spacing: .06em; opacity: .78; transition: opacity .2s ease; }
.site-nav a:hover { opacity: 1; }
.header-actions { display: flex; align-items: center; gap: 20px; }
.header-location { display: inline-flex; align-items: center; gap: 5px; font-size: 11px; letter-spacing: .08em; opacity: .76; }
.header-location svg { width: 13px; height: 13px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 11px; min-height: 47px; padding: 0 20px; border-radius: var(--radius); font-size: 12px; font-weight: 700; letter-spacing: .08em; transition: transform .2s ease, background-color .2s ease, color .2s ease; }
.button svg, .text-link svg { width: 15px; height: 15px; }
.button:hover { transform: translateY(-2px); }
.button-dark { background: var(--ink); color: var(--white); }
.button-dark:hover { background: #173650; }
.button-light { background: var(--white); color: var(--ink); }
.button-light:hover { background: #fff; }
.button-outline { background: transparent; color: var(--ink); border: 1px solid var(--ink); }
.button-outline:hover { background: var(--ink); color: var(--white); }
.button-compact { min-height: 39px; padding: 0 15px; font-size: 10px; }
.button-full { width: 100%; }
.icon-button { width: 38px; height: 38px; display: inline-grid; place-items: center; border-radius: 50%; background: transparent; color: currentColor; }
.icon-button:hover { background: rgba(10, 28, 47, .08); }
.icon-button svg { width: 18px; height: 18px; }
.menu-toggle { display: none; color: var(--white); }

.hero { min-height: 760px; height: min(100vh, 900px); position: relative; display: flex; align-items: center; color: var(--white); background: #10283b; isolation: isolate; }
.hero-media, .hero-scrim, .hero-grid-lines { position: absolute; inset: 0; }
.hero-media { z-index: -3; overflow: hidden; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: 54% 50%; filter: saturate(.72) contrast(1.05); transform: scale(1.02); }
.hero-scrim { z-index: -2; background: linear-gradient(90deg, rgba(6,22,37,.94) 0%, rgba(6,22,37,.82) 43%, rgba(6,22,37,.3) 100%), linear-gradient(0deg, rgba(6,22,37,.45) 0%, transparent 38%); }
.hero-grid-lines { z-index: -1; opacity: .12; background-image: linear-gradient(to right, transparent calc(25% - 1px), #fff 25%, transparent calc(25% + 1px), transparent calc(50% - 1px), #fff 50%, transparent calc(50% + 1px), transparent calc(75% - 1px), #fff 75%, transparent calc(75% + 1px)); }
.hero-content { padding-top: 50px; }
.hero-kicker, .eyebrow { font-family: Manrope, "Noto Sans SC", sans-serif; font-size: 10px; font-weight: 800; letter-spacing: .17em; }
.hero-kicker { display: flex; align-items: center; gap: 10px; color: var(--mint); margin-bottom: 28px; }
.status-dot, .live-pulse { width: 7px; height: 7px; display: inline-block; background: var(--yellow); border-radius: 50%; box-shadow: 0 0 0 5px rgba(244,191,90,.13); }
.hero h1 { margin: 0; max-width: 770px; font-size: clamp(48px, 6vw, 86px); line-height: 1.06; letter-spacing: -.045em; font-weight: 800; font-family: Manrope, "Noto Sans SC", sans-serif; }
.hero h1 em, h2 span, .contact-copy h2 em { font-style: normal; color: var(--mint); }
.hero-lede { max-width: 535px; margin: 28px 0 0; color: rgba(255,255,255,.75); font-size: 16px; line-height: 1.8; }
.hero-actions { display: flex; align-items: center; gap: 27px; margin-top: 35px; }
.text-link { display: inline-flex; align-items: center; gap: 8px; width: fit-content; padding: 0; background: transparent; border-bottom: 1px solid currentColor; font-weight: 700; font-size: 12px; letter-spacing: .06em; }
.text-link svg { transition: transform .2s ease; }
.text-link:hover svg { transform: translate(3px,-3px); }
.light-link { color: var(--white); border-color: rgba(255,255,255,.65); }
.hero-proof { display: flex; align-items: stretch; gap: 0; margin-top: 102px; width: min(620px, 100%); border-top: 1px solid rgba(255,255,255,.27); }
.hero-proof > div { flex: 1; display: grid; gap: 5px; padding: 17px 22px 0 0; border-right: 1px solid rgba(255,255,255,.22); }
.hero-proof > div + div { padding-left: 22px; }
.hero-proof > div:last-child { border-right: 0; }
.hero-proof span { color: var(--yellow); font: 700 10px Manrope, sans-serif; letter-spacing: .1em; }
.hero-proof strong { font-size: 13px; }
.hero-proof small { color: rgba(255,255,255,.57); font-size: 10px; }
.hero-side-note { position: absolute; top: 45%; right: 48px; writing-mode: vertical-rl; font: 700 10px Manrope, sans-serif; letter-spacing: .18em; color: rgba(255,255,255,.62); }
.hero-side-note span { height: 36px; border-left: 1px solid var(--yellow); display: inline-block; margin: 14px 0; }
.scroll-cue { position: absolute; right: 48px; bottom: 40px; display: flex; align-items: center; gap: 15px; color: rgba(255,255,255,.75); font: 700 9px Manrope, sans-serif; letter-spacing: .19em; transform: rotate(-90deg) translateX(100%); transform-origin: right bottom; }
.scroll-cue svg { width: 14px; height: 14px; transform: rotate(90deg); }

.signal-strip { background: var(--yellow); color: var(--ink); }
.signal-inner { min-height: 52px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.signal-inner p { margin: 0; font-size: 11px; font-weight: 700; letter-spacing: .05em; }
.signal-label { text-transform: uppercase; font: 800 9px Manrope, sans-serif; letter-spacing: .16em; margin-right: 22px; opacity: .64; }
.signal-meta { display: flex; align-items: center; gap: 9px; font: 800 9px Manrope, sans-serif; letter-spacing: .13em; }
.signal-meta .live-pulse { width: 6px; height: 6px; background: var(--ink); box-shadow: none; }

.section { padding: 130px 0; }
.model-section { background: var(--paper); }
.eyebrow { margin: 0 0 22px; color: var(--muted); }
.split-intro { display: flex; justify-content: space-between; align-items: flex-end; gap: 70px; }
h2 { margin: 0; font: 800 clamp(37px, 4.2vw, 62px)/1.08 Manrope, "Noto Sans SC", sans-serif; letter-spacing: -.045em; }
.intro-note { max-width: 385px; display: flex; gap: 17px; align-items: flex-start; margin-bottom: 6px; }
.note-line { width: 21px; height: 1px; flex: 0 0 auto; margin-top: 12px; background: var(--ink); }
.intro-note p { margin: 0; font-size: 13px; line-height: 1.75; color: var(--muted); }
.model-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-top: 63px; }
.model-card { min-height: 344px; padding: 24px 24px 21px; display: flex; flex-direction: column; border-radius: var(--radius); transition: transform .25s ease, box-shadow .25s ease; }
.model-card:hover { transform: translateY(-7px); box-shadow: var(--shadow); }
.model-card-dark { color: var(--white); background: var(--ink); }
.model-card-mint { background: var(--mint); }
.model-card-sand { background: var(--sand); }
.model-card-blue { color: var(--white); background: #34617a; }
.card-top { display: flex; align-items: center; justify-content: space-between; }
.card-top svg { width: 22px; height: 22px; stroke-width: 1.6; opacity: .8; }
.card-number { font: 700 11px Manrope, sans-serif; letter-spacing: .1em; opacity: .62; }
.model-card h3 { margin: auto 0 11px; font-size: 24px; letter-spacing: -.04em; }
.model-card p { margin: 0; max-width: 220px; font-size: 12px; line-height: 1.7; opacity: .76; }
.card-foot { display: flex; align-items: center; justify-content: space-between; margin-top: 38px; padding-top: 15px; border-top: 1px solid currentColor; opacity: .67; }
.card-foot span { font: 700 8px Manrope, sans-serif; letter-spacing: .14em; }
.card-foot svg { width: 14px; height: 14px; }

.control-section { color: var(--white); background: var(--ink); }
.control-section .eyebrow { color: var(--mint); }
.control-section h2 span { color: var(--blue); }
.control-header { display: flex; justify-content: space-between; gap: 50px; align-items: flex-end; }
.control-header-side { display: grid; grid-template-columns: auto 210px; gap: 27px; align-items: start; margin-bottom: 5px; }
.control-header-side p { color: rgba(255,255,255,.57); font-size: 11px; line-height: 1.7; margin: 0; }
.control-count { display: grid; gap: 0; padding-right: 25px; border-right: 1px solid rgba(255,255,255,.2); }
.control-count strong { font: 800 42px/1 Manrope, sans-serif; color: var(--yellow); letter-spacing: -.06em; }
.control-count span { font-size: 10px; color: rgba(255,255,255,.58); margin-top: 8px; }
.control-room { margin-top: 61px; background: #10283d; border: 1px solid rgba(255,255,255,.13); border-radius: var(--radius); }
.control-toolbar { min-height: 77px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 0 27px; border-bottom: 1px solid rgba(255,255,255,.12); }
.filter-tabs { display: flex; gap: 21px; align-self: stretch; }
.filter-tab { position: relative; display: inline-flex; align-items: center; gap: 7px; color: rgba(255,255,255,.47); background: transparent; font-size: 11px; font-weight: 700; letter-spacing: .05em; }
.filter-tab::after { content: ""; position: absolute; right: 0; bottom: 0; left: 0; height: 2px; background: transparent; }
.filter-tab span { font: 700 9px Manrope, sans-serif; color: rgba(255,255,255,.32); }
.filter-tab:hover, .filter-tab.is-active { color: var(--white); }
.filter-tab.is-active::after { background: var(--yellow); }
.table-search { display: flex; align-items: center; gap: 8px; color: rgba(255,255,255,.55); }
.table-search svg { width: 15px; height: 15px; }
.table-search input { width: 170px; color: var(--white); background: transparent; border: 0; outline: 0; font-size: 11px; }
.table-search input::placeholder { color: rgba(255,255,255,.35); }
.project-table-wrap { overflow-x: auto; }
.project-table { width: 100%; border-collapse: collapse; min-width: 850px; }
.project-table th { padding: 16px 27px; text-align: left; color: rgba(255,255,255,.37); border-bottom: 1px solid rgba(255,255,255,.1); font: 700 8px Manrope, sans-serif; letter-spacing: .16em; text-transform: uppercase; }
.project-table td { padding: 18px 27px; border-bottom: 1px solid rgba(255,255,255,.09); vertical-align: middle; font-size: 11px; color: rgba(255,255,255,.62); }
.project-table tbody tr { transition: background-color .2s ease; }
.project-table tbody tr:hover { background: rgba(255,255,255,.045); }
.project-name { display: grid; gap: 2px; }
.project-name strong { color: var(--white); font-size: 13px; font-weight: 600; }
.project-code { color: var(--yellow); font: 700 9px Manrope, sans-serif; letter-spacing: .13em; }
.project-name small { color: rgba(255,255,255,.43); font-size: 10px; }
.route-tag { white-space: nowrap; color: var(--white); font: 700 9px Manrope, sans-serif; letter-spacing: .1em; }
.route-tag svg { width: 12px; height: 12px; vertical-align: -3px; margin: 0 4px; color: var(--mint); }
.node-label { white-space: nowrap; }
.node-dot { width: 6px; height: 6px; display: inline-block; margin-right: 7px; border-radius: 50%; }
.node-dot.amber { background: var(--yellow); }.node-dot.green { background: var(--mint-deep); }.node-dot.blue { background: var(--blue); }
.status { display: inline-flex; min-width: 71px; justify-content: center; padding: 5px 7px; border-radius: 2px; font: 800 8px Manrope, sans-serif; letter-spacing: .13em; }
.status-review { color: var(--yellow); background: rgba(244,191,90,.12); }.status-verified, .status-matched { color: var(--mint); background: rgba(185,221,208,.12); }.status-open { color: var(--blue); background: rgba(127,176,202,.12); }
.row-action { width: 29px; height: 29px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; color: var(--white); background: transparent; }
.row-action:hover { border-color: var(--mint); color: var(--mint); }
.row-action svg { width: 13px; height: 13px; }
.control-footer { min-height: 60px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 0 27px; color: rgba(255,255,255,.46); font-size: 10px; }
.control-footer span { display: flex; align-items: center; gap: 7px; }.control-footer svg { width: 14px; height: 14px; color: var(--mint); }
.control-footer .text-link { color: var(--white); font-size: 10px; border-color: rgba(255,255,255,.35); }
.empty-state { padding: 34px; color: rgba(255,255,255,.57); font-size: 12px; text-align: center; }

.evidence-section { background: var(--blue-pale); }
.evidence-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 110px; align-items: center; }
.evidence-section h2 span { color: #366a86; }
.evidence-lead > p:not(.eyebrow) { max-width: 375px; margin: 25px 0 31px; color: #506778; font-size: 14px; line-height: 1.8; }
.evidence-stack { display: grid; gap: 0; padding: 18px 18px 18px 0; position: relative; }
.evidence-stack::before { content: ""; position: absolute; right: 0; bottom: 0; left: 35px; top: 0; background: rgba(255,255,255,.45); border-radius: var(--radius); }
.evidence-card { min-height: 135px; position: relative; display: grid; grid-template-columns: 50px 45px 1fr 30px; align-items: center; gap: 18px; margin-bottom: 13px; padding: 20px 25px; cursor: pointer; border: 1px solid rgba(10,28,47,.11); background: rgba(252,251,248,.84); border-radius: var(--radius); box-shadow: 0 9px 18px rgba(35,74,96,.06); transition: transform .22s ease, box-shadow .22s ease; }
.evidence-card:hover, .evidence-card:focus { outline: 0; transform: translateX(7px); box-shadow: 0 14px 28px rgba(35,74,96,.13); }
.evidence-card-top { margin-left: 0; }.evidence-card-mid { margin-left: 35px; }.evidence-card-bottom { margin-left: 69px; margin-bottom: 0; }
.evidence-index { align-self: start; padding-top: 4px; color: #6f8c9b; font: 700 9px Manrope, sans-serif; letter-spacing: .12em; }
.evidence-icon { width: 43px; height: 43px; display: grid; place-items: center; color: #306a86; background: #d8e9ee; border-radius: 50%; }.evidence-icon svg { width: 19px; height: 19px; }
.evidence-content span { font: 800 8px Manrope, sans-serif; letter-spacing: .14em; color: #6f8c9b; }.evidence-content h3 { margin: 5px 0 3px; font-size: 17px; letter-spacing: -.03em; }.evidence-content p { margin: 0; color: #6f7e88; font-size: 11px; }
.evidence-arrow { width: 16px; height: 16px; justify-self: end; color: #406e83; }

.review-section { background: var(--paper); }
.review-topline { display: flex; justify-content: space-between; gap: 20px; align-items: center; padding-bottom: 23px; border-bottom: 1px solid var(--line); }
.review-topline .eyebrow { margin: 0; }.review-topline > span { font: 700 10px Manrope, sans-serif; letter-spacing: .1em; color: var(--muted); }
.review-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 120px; padding: 76px 0 78px; }
.review-lede { max-width: 370px; color: var(--muted); margin: 26px 0 30px; font-size: 14px; line-height: 1.8; }.dark-link { color: var(--ink); border-color: rgba(10,28,47,.45); }
.review-calendar { position: relative; padding: 3px 0 0 95px; }.calendar-line { position: absolute; top: 17px; bottom: 16px; left: 8px; width: 1px; background: var(--line); }
.review-step { position: relative; display: grid; grid-template-columns: 85px 1fr; gap: 24px; min-height: 119px; }.review-date { color: var(--muted); font: 800 9px Manrope, sans-serif; letter-spacing: .12em; padding-top: 4px; }.review-dot { position: absolute; top: 4px; left: -91px; width: 15px; height: 15px; border: 4px solid var(--paper); border-radius: 50%; background: var(--ink); box-shadow: 0 0 0 1px var(--ink); }.review-step:nth-of-type(2) .review-dot { background: var(--mint-deep); box-shadow: 0 0 0 1px var(--mint-deep); }.review-step:nth-of-type(3) .review-dot { background: var(--yellow); box-shadow: 0 0 0 1px var(--yellow); }.review-step h3 { margin: -3px 0 7px; font-size: 17px; }.review-step p { max-width: 265px; margin: 0; color: var(--muted); font-size: 12px; line-height: 1.65; }
.review-log { color: var(--white); background: var(--ink); border-radius: var(--radius); box-shadow: var(--shadow); }.log-top { display: flex; align-items: center; gap: 11px; min-height: 47px; padding: 0 24px; border-bottom: 1px solid rgba(255,255,255,.16); font: 700 9px Manrope, sans-serif; letter-spacing: .13em; }.log-top strong { color: var(--yellow); }.log-top span:last-child { margin-left: auto; color: rgba(255,255,255,.47); }.log-grid { display: grid; grid-template-columns: 55px 1fr 42px 1.1fr 30px; align-items: center; gap: 15px; padding: 24px; }.log-grid span { color: rgba(255,255,255,.42); font-size: 10px; }.log-grid strong { color: rgba(255,255,255,.89); font-size: 12px; font-weight: 500; }.log-grid .icon-button { color: var(--mint); }

.contact-section { color: var(--white); background: #224b60; padding: 125px 0 110px; }
.contact-layout { display: grid; grid-template-columns: 1.05fr .95fr; gap: 100px; align-items: start; }.contact-copy .eyebrow { color: var(--mint); }.contact-copy h2 { font-size: clamp(39px, 4.3vw, 64px); }.contact-copy h2 em { color: var(--yellow); }.contact-copy > p:not(.eyebrow) { max-width: 440px; margin: 27px 0 45px; color: rgba(255,255,255,.64); font-size: 14px; line-height: 1.8; }.office-block { display: grid; gap: 3px; padding-top: 17px; border-top: 1px solid rgba(255,255,255,.25); max-width: 440px; }.office-block span { color: var(--mint); font: 800 9px Manrope, sans-serif; letter-spacing: .14em; }.office-block strong { margin-top: 5px; font-size: 14px; }.office-block small { color: rgba(255,255,255,.58); font-size: 11px; }
.brief-form { padding: 30px; color: var(--ink); background: var(--white); border-radius: var(--radius); box-shadow: var(--shadow); }.form-heading { display: flex; justify-content: space-between; margin-bottom: 28px; font: 800 10px Manrope, sans-serif; letter-spacing: .15em; }.form-heading svg { width: 18px; height: 18px; color: #2e6f8c; }.brief-form label { display: grid; gap: 7px; margin-bottom: 18px; color: var(--muted); font-size: 10px; font-weight: 700; letter-spacing: .05em; }.brief-form input, .brief-form textarea { width: 100%; padding: 10px 0; color: var(--ink); background: transparent; border: 0; border-bottom: 1px solid var(--line); outline: 0; resize: vertical; font-size: 14px; }.brief-form input:focus, .brief-form textarea:focus { border-color: var(--ink); }.brief-form input::placeholder, .brief-form textarea::placeholder { color: #9da5aa; }.brief-form .button { margin-top: 9px; }.form-note { margin: 12px 0 0; color: #93a0a5; font-size: 9px; text-align: center; }

.site-footer { color: var(--white); background: #071827; }.footer-top { min-height: 150px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }.footer-brand { color: var(--white); }.footer-top > p { margin: 0; color: rgba(255,255,255,.48); font-size: 11px; line-height: 1.7; }.footer-links { display: flex; align-items: center; gap: 25px; }.footer-links > a:first-child { display: inline-flex; align-items: center; gap: 7px; color: var(--white); font-size: 10px; font-weight: 700; }.footer-links > a:first-child svg { width: 14px; height: 14px; }.back-top { display: inline-flex; align-items: center; gap: 9px; color: var(--mint); font: 700 9px Manrope, sans-serif; letter-spacing: .15em; }.back-top svg { width: 14px; height: 14px; }.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding: 16px 0 22px; border-top: 1px solid rgba(255,255,255,.16); color: rgba(255,255,255,.4); font: 8px Manrope, sans-serif; letter-spacing: .13em; }

.modal { position: fixed; inset: 0; z-index: 50; display: none; place-items: center; padding: 25px; }.modal.is-open { display: grid; }.modal-backdrop { position: absolute; inset: 0; background: rgba(4, 15, 26, .78); backdrop-filter: blur(8px); }.modal-panel { width: min(530px, 100%); position: relative; padding: 42px; color: var(--ink); background: var(--white); border-radius: var(--radius); box-shadow: 0 25px 90px rgba(0,0,0,.27); animation: modal-in .22s ease both; }.modal-panel-wide { width: min(690px, 100%); }.modal-close { position: absolute; top: 16px; right: 16px; width: 34px; height: 34px; display: grid; place-items: center; color: var(--ink); background: var(--paper-deep); border-radius: 50%; }.modal-close:hover { background: var(--ink); color: var(--white); }.modal-close svg { width: 16px; height: 16px; }.modal-panel .eyebrow { color: var(--muted); }.modal-panel h2 { font-size: 37px; margin-top: 6px; }.modal-panel > p:not(.eyebrow) { margin: 20px 0 25px; color: var(--muted); font-size: 13px; line-height: 1.8; }.modal-panel .button { margin-top: 8px; }.modal-summary { max-width: 560px; }.modal-checks { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; margin: 25px 0 30px; }.modal-checks span { display: flex; align-items: center; gap: 8px; padding: 11px; color: #486175; background: var(--blue-pale); font-size: 11px; }.modal-checks svg { width: 14px; height: 14px; color: #3c7b75; }.modal-cta-row { display: flex; justify-content: space-between; align-items: center; gap: 15px; padding-top: 19px; border-top: 1px solid var(--line); color: var(--muted); font-size: 10px; }.modal-cta-row .text-link { font-size: 10px; color: var(--ink); white-space: nowrap; }.evidence-modal-list { margin: 29px 0 30px; border-top: 1px solid var(--line); }.evidence-modal-list > div { display: grid; grid-template-columns: 59px 1fr; gap: 2px 14px; padding: 15px 0; border-bottom: 1px solid var(--line); }.evidence-modal-list span { grid-row: span 2; color: #578297; font: 700 9px Manrope, sans-serif; letter-spacing: .1em; }.evidence-modal-list strong { font-size: 13px; }.evidence-modal-list small { color: var(--muted); font-size: 10px; }.log-modal-status { display: flex; flex-wrap: wrap; gap: 9px; margin: 26px 0 28px; }.toast { position: fixed; z-index: 80; right: 24px; bottom: 24px; max-width: 300px; padding: 13px 18px; color: var(--white); background: var(--ink); border-left: 3px solid var(--yellow); border-radius: var(--radius); box-shadow: var(--shadow); opacity: 0; transform: translateY(12px); pointer-events: none; transition: opacity .22s ease, transform .22s ease; font-size: 12px; }.toast.is-visible { opacity: 1; transform: translateY(0); }
@keyframes modal-in { from { opacity: 0; transform: translateY(10px) scale(.98); } to { opacity: 1; transform: translateY(0) scale(1); } }

@media (max-width: 1050px) {
  .site-header { padding: 0 28px; }.site-nav { gap: 18px; }.header-location { display: none; }.container { width: min(var(--container), calc(100% - 56px)); }.model-grid { grid-template-columns: repeat(2, 1fr); }.model-card { min-height: 290px; }.evidence-layout, .review-layout { gap: 60px; }.contact-layout { gap: 55px; }
}
@media (max-width: 760px) {
  .container { width: min(var(--container), calc(100% - 40px)); }.site-header { height: 72px; padding: 0 20px; }.site-nav { position: absolute; top: 71px; right: 20px; left: 20px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 8px; background: rgba(7,24,39,.96); border: 1px solid rgba(255,255,255,.17); box-shadow: var(--shadow); }.site-nav.is-open { display: flex; }.site-nav a { padding: 13px 15px; border-bottom: 1px solid rgba(255,255,255,.1); }.site-nav a:last-child { border-bottom: 0; }.header-actions { gap: 10px; }.button-compact { min-height: 35px; }.menu-toggle { display: inline-grid; }.hero { min-height: 730px; height: auto; padding: 130px 0 80px; align-items: flex-start; }.hero-media img { object-position: 62% 50%; }.hero h1 { font-size: clamp(42px, 12vw, 65px); }.hero-lede { font-size: 14px; margin-top: 22px; }.hero-proof { margin-top: 65px; width: 100%; }.hero-proof > div { padding-right: 12px; }.hero-proof > div + div { padding-left: 12px; }.hero-proof small { font-size: 9px; line-height: 1.4; }.hero-side-note { display: none; }.scroll-cue { right: 18px; bottom: 22px; }.signal-inner { min-height: 72px; align-items: flex-start; flex-direction: column; justify-content: center; gap: 7px; }.signal-label { margin-right: 9px; }.signal-meta { font-size: 8px; }.section { padding: 84px 0; }.split-intro, .control-header { display: block; }.intro-note { margin-top: 28px; }.model-grid { grid-template-columns: 1fr 1fr; gap: 9px; margin-top: 43px; }.model-card { min-height: 290px; padding: 18px; }.model-card h3 { font-size: 20px; }.model-card p { font-size: 11px; }.card-foot { margin-top: 25px; }.control-header-side { grid-template-columns: auto 1fr; margin-top: 28px; }.control-room { margin-top: 39px; }.control-toolbar { padding: 0 17px; min-height: auto; align-items: flex-start; flex-direction: column; gap: 0; }.filter-tabs { width: 100%; min-height: 56px; gap: 17px; overflow-x: auto; }.filter-tab { flex: 0 0 auto; }.table-search { width: 100%; padding: 0 0 13px; }.table-search input { width: 100%; }.project-table th { padding: 14px 17px; }.project-table td { padding: 16px 17px; }.control-footer { padding: 16px 17px; flex-direction: column; align-items: flex-start; }.evidence-layout, .review-layout, .contact-layout { grid-template-columns: 1fr; gap: 47px; }.evidence-stack { margin-top: 9px; }.evidence-card { grid-template-columns: 36px 37px 1fr 20px; gap: 12px; padding: 17px 14px; min-height: 118px; }.evidence-card-mid { margin-left: 16px; }.evidence-card-bottom { margin-left: 31px; }.evidence-content h3 { font-size: 14px; }.evidence-content p { font-size: 10px; }.review-topline { display: block; }.review-topline > span { display: block; margin-top: 13px; }.review-layout { padding: 51px 0 63px; }.review-calendar { padding-left: 73px; }.review-step { grid-template-columns: 68px 1fr; gap: 14px; }.review-dot { left: -70px; }.log-grid { grid-template-columns: 43px 1fr; gap: 9px 12px; }.log-grid .icon-button { grid-column: 2; justify-self: end; grid-row: 1 / span 2; }.log-top { padding: 0 16px; gap: 7px; }.log-top span:last-child { font-size: 8px; }.contact-section { padding: 84px 0 76px; }.brief-form { padding: 23px 18px; }.footer-top { min-height: 180px; align-items: flex-start; flex-direction: column; justify-content: center; gap: 19px; }.footer-links { width: 100%; justify-content: space-between; }.back-top { margin-top: 4px; }.footer-bottom { flex-direction: column; gap: 8px; padding-bottom: 20px; }.modal { padding: 14px; }.modal-panel { padding: 32px 21px 23px; }.modal-panel h2 { font-size: 31px; }.modal-cta-row { align-items: flex-start; flex-direction: column; }.modal-checks { gap: 7px; }.modal-checks span { font-size: 10px; }.evidence-modal-list > div { grid-template-columns: 49px 1fr; }
}
@media (max-width: 430px) { .brand-copy small { display: none; }.button-compact { padding: 0 11px; font-size: 9px; }.hero-actions { align-items: flex-start; flex-direction: column; gap: 18px; }.hero-proof { margin-top: 49px; }.hero-proof strong { font-size: 11px; }.hero-proof small { font-size: 8px; }.model-grid { grid-template-columns: 1fr; }.model-card { min-height: 230px; }.model-card h3 { margin-top: 60px; }.hero h1 { font-size: 44px; }.hero-kicker { font-size: 8px; }.project-table { min-width: 780px; } }
