:root {
  --ink: #061018;
  --ink-2: #0b1821;
  --panel: #0c1b24;
  --paper: #111f28;
  --yellow: #f5d547;
  --cyan: #39c8db;
  --orange: #ef7642;
  --green: #6fce8b;
  --white: #e9f0f3;
  --muted: #8ba0aa;
  --line: rgba(184, 211, 222, .17);
  --font-geist-sans: "Segoe UI", Arial, sans-serif;
  --font-geist-mono: "Cascadia Mono", "SFMono-Regular", Consolas, monospace;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--ink); color: var(--white); font-family: var(--font-geist-sans); }
a { color: inherit; text-decoration: none; -webkit-tap-highlight-color: transparent; }
.holding-page { min-height: 100vh; overflow: hidden; }

.site-header { height: 78px; padding: 0 max(28px, calc((100vw - 1180px) / 2)); display: flex; align-items: center; justify-content: space-between; gap: 28px; border-bottom: 1px solid var(--line); background: #050d13; position: relative; z-index: 10; }
.brand { display: flex; align-items: center; gap: 12px; }
.brand-logo { width: 59px; height: 59px; object-fit: contain; filter: drop-shadow(0 6px 10px rgba(0,0,0,.42)); }
.brand-copy { display: flex; flex-direction: column; gap: 2px; }
.brand-copy strong { font: 800 14px var(--font-geist-mono), monospace; letter-spacing: .06em; }
.brand-copy small { color: #8ba1ac; font: 600 10px var(--font-geist-mono), monospace; letter-spacing: .17em; }
.header-status, .eyebrow, .live { display: flex; align-items: center; gap: 10px; }
.header-status { color: #9aabb3; font: 700 10px var(--font-geist-mono), monospace; letter-spacing: .12em; }
.status-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--green); box-shadow: 0 0 13px rgba(111, 206, 139, .75); flex: none; }
.status-dot--amber { background: var(--yellow); box-shadow: 0 0 13px rgba(245, 213, 71, .6); }
.status-dot--cyan { background: var(--cyan); box-shadow: 0 0 13px rgba(57, 200, 219, .6); }

.hero { min-height: 705px; display: grid; grid-template-columns: minmax(40px, 1fr) minmax(0, 650px) minmax(410px, 530px) minmax(40px, 1fr); grid-template-rows: 1fr 46px; align-items: center; gap: 42px; position: relative; background: var(--ink); isolation: isolate; }
.grid-overlay { position: absolute; inset: 0; z-index: -1; background-image: linear-gradient(rgba(57,200,219,.052) 1px, transparent 1px), linear-gradient(90deg, rgba(57,200,219,.052) 1px, transparent 1px), radial-gradient(circle at 76% 34%, rgba(57,200,219,.10), transparent 27%), radial-gradient(circle at 12% 84%, rgba(245,213,71,.055), transparent 25%); background-size: 32px 32px, 32px 32px, auto, auto; }
.hero-copy { grid-column: 2; padding: 88px 0 75px; position: relative; z-index: 2; }
.eyebrow { margin: 0 0 30px; color: #b1c1c8; font: 700 11px var(--font-geist-mono), monospace; letter-spacing: .13em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 760px; margin: 0; font-size: clamp(59px, 6.4vw, 96px); line-height: .91; letter-spacing: -.067em; }
h1 em { color: var(--yellow); font-style: normal; font-weight: 520; }
.lede { max-width: 650px; margin: 34px 0 37px; color: #b6c6cd; font-size: 18px; line-height: 1.72; }
.hero-actions { display: flex; align-items: center; gap: 25px; flex-wrap: wrap; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 18px; padding: 0 23px; border: 1px solid transparent; font: 750 11px var(--font-geist-mono), monospace; letter-spacing: .07em; text-transform: uppercase; transition: transform .2s, background .2s, color .2s; }
.button:hover, .button:focus-visible { transform: translateY(-2px); }
.button--primary { background: var(--yellow); color: var(--ink); }
.button--primary:hover, .button--primary:focus-visible { background: #ffe878; }
.signoff { color: #728893; font: 600 11px var(--font-geist-mono), monospace; }
.signoff b { color: var(--orange); font-weight: 700; }
.stamp { position: absolute; z-index: 3; padding: 8px 11px; border: 1px solid currentColor; font: 700 9px var(--font-geist-mono), monospace; letter-spacing: .13em; opacity: .78; }
.stamp--top { left: max(20px, calc((100vw - 1310px) / 2)); top: 65px; color: var(--orange); transform: rotate(-8deg); }
.stamp--side { right: max(16px, calc((100vw - 1320px) / 2)); bottom: 78px; color: var(--cyan); transform: rotate(6deg); }

.operations { grid-column: 3; width: 100%; min-height: 480px; border: 1px solid rgba(57,200,219,.33); background: rgba(5, 15, 22, .84); box-shadow: 0 32px 90px rgba(0,0,0,.34); position: relative; }
.panel-header { min-height: 48px; padding: 0 18px; border-bottom: 1px solid rgba(57,200,219,.19); display: flex; align-items: center; justify-content: space-between; gap: 16px; color: #8299a4; font: 700 10px var(--font-geist-mono), monospace; letter-spacing: .12em; }
.live { color: var(--green); }
.panel-core { min-height: 235px; padding: 24px; display: grid; grid-template-columns: 1.15fr 1fr; gap: 14px; align-items: center; }
.duck-unit { width: 185px; aspect-ratio: 1; margin: auto; display: grid; place-items: center; position: relative; }
.orbit { position: absolute; inset: 8px; border: 1px solid rgba(57,200,219,.26); border-radius: 50%; }
.orbit::before, .orbit::after { content: ""; position: absolute; background: var(--cyan); }
.orbit::before { width: 7px; height: 7px; border-radius: 50%; top: 22px; right: 19px; box-shadow: 0 0 12px var(--cyan); }
.orbit::after { width: 11px; height: 1px; left: -4px; top: 50%; }
.orbit--two { inset: 29px; border-style: dashed; animation: spin 16s linear infinite; }
.core { width: 74px; height: 74px; border-radius: 50%; background: var(--yellow); color: var(--ink); display: flex; flex-direction: column; align-items: center; justify-content: center; box-shadow: 0 0 38px rgba(245,213,71,.18); transform: rotate(-4deg); font-family: var(--font-geist-mono), monospace; }
.core b { font-size: 13px; line-height: 1; }
.core small { margin-top: 5px; font-size: 7px; letter-spacing: .1em; }
.blip { position: absolute; width: 5px; height: 5px; background: var(--orange); box-shadow: 0 0 10px var(--orange); }
.blip--one { top: 28px; left: 42px; }
.blip--two { right: 16px; bottom: 55px; background: var(--green); }
.readout { border-left: 1px solid var(--line); padding-left: 19px; font-family: var(--font-geist-mono), monospace; }
.readout small { display: block; color: #8199a4; font-size: 9px; letter-spacing: .12em; margin-bottom: 11px; }
.readout strong { display: block; color: var(--yellow); font-size: 17px; line-height: 1.25; letter-spacing: -.02em; }
.readout span { display: block; margin-top: 12px; color: #78909b; font-size: 9px; line-height: 1.55; }
.project-list { border-top: 1px solid rgba(57,200,219,.17); border-bottom: 1px solid rgba(57,200,219,.17); }
.project-list div { min-height: 44px; padding: 0 18px; display: flex; align-items: center; justify-content: space-between; gap: 15px; border-bottom: 1px solid rgba(57,200,219,.12); font: 700 9px var(--font-geist-mono), monospace; letter-spacing: .08em; }
.project-list div:last-child { border-bottom: 0; }
.project-list span { display: flex; align-items: center; gap: 9px; color: #a9bbc3; }
.project-list strong { color: #75909c; font-size: 8px; }
.panel-log { min-height: 50px; padding: 0 18px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 14px; font: 600 10px var(--font-geist-mono), monospace; }
.panel-log span { color: #5c7580; }
.panel-log p { margin: 0; color: #9aadb5; }
.panel-log b { color: var(--green); }
.wire-note { position: absolute; left: 14px; bottom: -19px; color: #758d98; font: 650 9px var(--font-geist-mono), monospace; transform: rotate(-2deg); }
.corner { position: absolute; width: 17px; height: 17px; border: solid var(--cyan); opacity: .65; }
.corner--tl { left: 7px; top: 7px; border-width: 1px 0 0 1px; }
.corner--br { right: 7px; bottom: 7px; border-width: 0 1px 1px 0; }
.hero-rail { grid-column: 1 / -1; grid-row: 2; height: 46px; padding: 0 24px; display: flex; align-items: center; justify-content: center; gap: 22px; border-top: 1px solid rgba(57,200,219,.17); color: #78919d; font: 700 10px var(--font-geist-mono), monospace; letter-spacing: .11em; }
.hero-rail i { width: 35px; height: 1px; background: #34505d; }

.intro { padding: 100px max(28px, calc((100vw - 1180px) / 2)); background: var(--paper); }
.intro-copy { display: grid; grid-template-columns: .7fr 1.3fr; align-items: end; gap: 50px; margin-bottom: 65px; }
.section-label { margin: 0 0 8px; color: #79909a; font: 700 10px var(--font-geist-mono), monospace; letter-spacing: .14em; }
.intro h2 { margin: 0; font-size: clamp(45px, 5.4vw, 76px); line-height: .96; letter-spacing: -.057em; }
.intro h2 span { color: #78919c; font-weight: 520; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); }
.service-grid article { min-height: 235px; padding: 30px; border-right: 1px solid var(--line); background: rgba(255,255,255,.018); position: relative; }
.service-grid article:last-child { border-right: 0; }
.service-grid article > span { color: var(--yellow); font: 700 10px var(--font-geist-mono), monospace; }
.service-grid h3 { margin: 60px 0 12px; font-size: 23px; letter-spacing: -.03em; }
.service-grid p { margin: 0; max-width: 310px; color: #91a6af; font-size: 14px; line-height: 1.65; }

.contact-section { padding: 96px max(28px, calc((100vw - 1180px) / 2)); background: #0a161f; display: grid; grid-template-columns: minmax(0, .82fr) minmax(490px, 1fr); align-items: start; gap: clamp(55px, 8vw, 115px); position: relative; border-top: 1px solid rgba(239,118,66,.34); }
.contact-copy { position: relative; padding-top: 22px; }
.contact-copy h2 { margin: 18px 0 28px; font-size: clamp(48px, 5.5vw, 76px); line-height: .94; letter-spacing: -.057em; }
.contact-copy h2 span { color: var(--orange); font-weight: 520; }
.contact-lede { max-width: 490px; color: #91a6af; font-size: 15px; line-height: 1.75; }
.contact-stamp { display: inline-block; margin: 42px 0 0 8px; padding: 10px 13px; border: 2px solid rgba(239,118,66,.68); color: var(--orange); font: 900 8px/1.35 var(--font-geist-mono), monospace; letter-spacing: .1em; text-align: center; transform: rotate(-5deg); opacity: .8; }
.contact-form { border: 1px solid rgba(57,200,219,.3); background: #07131b; box-shadow: 0 26px 70px rgba(0,0,0,.28); }
.form-heading { min-height: 48px; padding: 0 19px; border-bottom: 1px solid rgba(57,200,219,.17); display: flex; align-items: center; justify-content: space-between; gap: 20px; color: #7d949f; font: 700 9px var(--font-geist-mono), monospace; letter-spacing: .12em; }
.form-ready { color: var(--green); display: flex; align-items: center; gap: 8px; }
.form-ready i { width: 6px; height: 6px; border-radius: 50%; background: var(--green); box-shadow: 0 0 12px rgba(111,206,139,.75); }
.contact-form > label, .form-grid label { display: flex; flex-direction: column; gap: 9px; }
.contact-form > label { margin: 20px 22px 0; }
.form-grid { margin: 22px 22px 0; display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.contact-form label > span { color: #8fa3ac; font: 700 9px var(--font-geist-mono), monospace; letter-spacing: .09em; text-transform: uppercase; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; border: 1px solid #29404b; border-radius: 0; background: #101e27; color: var(--white); font: 500 14px var(--font-geist-sans), sans-serif; outline: none; transition: border-color .2s, box-shadow .2s, background .2s; }
.contact-form input, .contact-form select { height: 45px; padding: 0 12px; }
.contact-form textarea { min-height: 132px; padding: 12px; resize: vertical; line-height: 1.55; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--cyan); background: #13242e; box-shadow: 0 0 0 3px rgba(57,200,219,.08); }
.contact-form select { appearance: none; background-image: linear-gradient(45deg, transparent 50%, #78919c 50%), linear-gradient(135deg, #78919c 50%, transparent 50%); background-position: calc(100% - 17px) 19px, calc(100% - 12px) 19px; background-size: 5px 5px; background-repeat: no-repeat; }
.form-trap { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.form-footer { margin-top: 24px; padding: 20px 22px; border-top: 1px solid rgba(57,200,219,.14); display: flex; align-items: center; justify-content: space-between; gap: 22px; }
.form-footer p { margin: 0; max-width: 220px; color: #6f8691; font: 600 9px/1.5 var(--font-geist-mono), monospace; }
.form-footer .button { border: 0; cursor: pointer; flex: none; }
.form-footer .button:disabled { cursor: wait; opacity: .62; transform: none; }
.form-status { display: none; margin: 0; }
.form-status--sent, .form-status--error { min-height: 78px; margin: 0 22px 22px; padding: 17px 19px; display: flex; align-items: center; gap: 14px; border: 1px solid rgba(111,206,139,.48); background: rgba(111,206,139,.09); color: #a8edbb; font: 750 15px/1.45 var(--font-geist-mono), monospace; box-shadow: inset 4px 0 0 var(--green); }
.form-status--sent::before, .form-status--error::before { width: 34px; height: 34px; flex: none; display: grid; place-items: center; border: 1px solid currentColor; border-radius: 50%; font-size: 19px; line-height: 1; }
.form-status--sent::before { content: "\2713"; }
.form-status--error { border-color: rgba(255,150,115,.48); background: rgba(255,150,115,.08); color: #ffad91; box-shadow: inset 4px 0 0 #ff9673; }
.form-status--error::before { content: "!"; }

footer { padding: 52px max(28px, calc((100vw - 1180px) / 2)) 24px; background: #050d13; }
.footer-brand { display: flex; flex-direction: column; gap: 9px; padding-bottom: 40px; }
.footer-brand strong { font: 800 13px var(--font-geist-mono), monospace; letter-spacing: .06em; }
.footer-brand span { color: #718792; font-size: 12px; }
.footer-meta { padding-top: 20px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; gap: 20px; color: #5e7580; font: 650 9px var(--font-geist-mono), monospace; letter-spacing: .1em; }

@keyframes spin { to { transform: rotate(360deg); } }

@media (max-width: 1050px) {
  .hero { grid-template-columns: minmax(28px, 1fr) minmax(0, 1.05fr) minmax(360px, .95fr) minmax(28px, 1fr); gap: 28px; }
  h1 { font-size: clamp(54px, 7.2vw, 76px); }
  .panel-core { grid-template-columns: 1fr; padding: 14px; }
  .readout { display: none; }
}

@media (max-width: 800px) {
  .hero { grid-template-columns: 1fr; grid-template-rows: auto auto 46px; gap: 0; }
  .hero-copy { grid-column: 1; grid-row: 1; width: min(100% - 38px, 700px); margin: auto; padding: 78px 0 52px; }
  .operations { grid-column: 1; grid-row: 2; width: min(100% - 38px, 700px); margin: 0 auto 68px; }
  .panel-core { grid-template-columns: 1.15fr 1fr; padding: 24px; }
  .readout { display: block; }
  .hero-rail { grid-column: 1; grid-row: 3; }
  .stamp { display: none; }
  .intro-copy { grid-template-columns: 1fr; gap: 18px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-grid article { min-height: 205px; border-right: 0; border-bottom: 1px solid var(--line); }
  .service-grid article:last-child { border-bottom: 0; }
  .contact-section { grid-template-columns: 1fr; gap: 54px; }
  .contact-copy { padding-top: 0; }
}

@media (max-width: 540px) {
  .site-header { height: 68px; padding: 0 16px; }
  .brand-logo { width: 48px; height: 48px; }
  .brand-copy strong { font-size: 12px; }
  .brand-copy small { font-size: 8px; }
  .header-status span:last-child { display: none; }
  .hero-copy { width: calc(100% - 28px); padding: 62px 0 45px; }
  .eyebrow { font-size: 9px; line-height: 1.5; }
  h1 { font-size: 49px; }
  .lede { margin: 27px 0 30px; font-size: 16px; line-height: 1.65; }
  .hero-actions { align-items: flex-start; gap: 20px; }
  .button { width: 100%; padding-inline: 16px; }
  .signoff { line-height: 1.5; }
  .operations { width: calc(100% - 28px); min-height: 0; }
  .panel-header { font-size: 8px; }
  .panel-core { grid-template-columns: 1fr; padding: 20px; }
  .duck-unit { width: 175px; }
  .readout { display: none; }
  .project-list div { padding: 0 13px; font-size: 8px; }
  .project-list strong { font-size: 7px; }
  .panel-log { padding: 0 13px; grid-template-columns: 1fr auto; }
  .panel-log span { display: none; }
  .panel-log p { font-size: 8px; }
  .hero-rail { justify-content: flex-start; overflow: hidden; white-space: nowrap; font-size: 8px; }
  .hero-rail span:nth-of-type(3), .hero-rail i:nth-of-type(3) { display: none; }
  .intro { padding: 72px 14px; }
  .intro h2 { font-size: 42px; }
  .service-grid article { padding: 25px; }
  .service-grid h3 { margin-top: 44px; }
  .contact-section { padding: 70px 14px; gap: 42px; }
  .contact-copy h2 { font-size: 44px; }
  .contact-stamp { display: none; }
  .form-grid { grid-template-columns: 1fr; }
  .form-footer { align-items: stretch; flex-direction: column; }
  .form-footer p { max-width: none; }
  .form-footer .button { width: 100%; }
  footer { padding: 46px 14px 22px; }
  .footer-meta { font-size: 8px; line-height: 1.5; }
  .footer-meta span:last-child { text-align: right; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .orbit--two { animation: none; }
  * { transition: none !important; }
}
