:root {
    --bg: #060910;
    --bg-soft: #0a0f18;
    --panel: #0d1420;
    --panel-strong: #111b2a;
    --line: rgba(151, 183, 211, 0.16);
    --line-strong: rgba(151, 183, 211, 0.28);
    --text: #f4f7fa;
    --muted: #a8b4c2;
    --muted-strong: #c9d1da;
    --accent: #70d5eb;
    --accent-strong: #21a9cc;
    --accent-soft: rgba(112, 213, 235, 0.12);
    --gold: #d8b671;
    --danger: #ff7c7c;
    --success: #78d9a3;
    --shadow: 0 24px 80px rgba(0, 0, 0, 0.34);
    --radius: 18px;
    --radius-small: 10px;
    --shell: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    min-height: 100vh;
    background:
        radial-gradient(circle at 78% 4%, rgba(41, 121, 154, 0.13), transparent 34rem),
        linear-gradient(180deg, #070b12 0%, var(--bg) 100%);
    color: var(--text);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 16px;
    line-height: 1.65;
    -webkit-font-smoothing: antialiased;
}
body::before {
    content: "";
    position: fixed;
    inset: 0;
    pointer-events: none;
    opacity: .14;
    background-image: linear-gradient(rgba(255,255,255,.02) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.02) 1px, transparent 1px);
    background-size: 48px 48px;
    mask-image: linear-gradient(to bottom, black, transparent 75%);
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { color: inherit; }
::selection { background: rgba(112, 213, 235, .28); color: white; }

.shell { width: min(calc(100% - 40px), var(--shell)); margin-inline: auto; }
.narrow { max-width: 820px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: 12px; left: 12px; z-index: 1000; background: white; color: #111; padding: 10px 14px; border-radius: 8px; transform: translateY(-160%); transition: transform .2s ease; }
.skip-link:focus { transform: translateY(0); }

.site-header {
    position: sticky;
    top: 0;
    z-index: 100;
    border-bottom: 1px solid transparent;
    background: rgba(6, 9, 16, .72);
    backdrop-filter: blur(18px);
    transition: border-color .2s ease, background .2s ease;
}
.site-header.is-scrolled { border-color: var(--line); background: rgba(6, 9, 16, .93); }
.header-inner { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 12px; min-width: 0; }
.brand-mark { width: 50px; height: 50px; border-radius: 12px; box-shadow: 0 0 24px rgba(83, 201, 228, .12); }
.brand-copy { display: grid; line-height: 1.1; }
.brand-copy strong { font-size: .96rem; letter-spacing: .11em; text-transform: uppercase; }
.brand-copy small { color: var(--muted); font-size: .72rem; margin-top: 6px; letter-spacing: .06em; }
.primary-nav { display: flex; align-items: center; gap: 4px; }
.primary-nav > a { color: var(--muted-strong); padding: 10px 12px; border-radius: 9px; font-size: .9rem; font-weight: 650; transition: color .18s ease, background .18s ease; }
.primary-nav > a:hover, .primary-nav > a.is-active { color: white; background: rgba(255,255,255,.055); }
.primary-nav .nav-cta { margin-left: 8px; padding-inline: 15px; }
.nav-toggle { display: none; width: 42px; height: 42px; border: 1px solid var(--line); background: var(--panel); border-radius: 10px; align-items: center; justify-content: center; flex-direction: column; gap: 5px; cursor: pointer; }
.nav-toggle span:not(.sr-only) { width: 19px; height: 2px; background: white; border-radius: 2px; }

.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 20px; border: 1px solid transparent; border-radius: 11px; font-size: .9rem; font-weight: 750; letter-spacing: .015em; cursor: pointer; transition: transform .18s ease, border-color .18s ease, background .18s ease, color .18s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: linear-gradient(135deg, var(--accent), #78ecce); color: #061015; box-shadow: 0 12px 30px rgba(71, 202, 219, .16); }
.button-primary:hover { box-shadow: 0 16px 38px rgba(71, 202, 219, .24); }
.button-ghost { border-color: var(--line-strong); background: rgba(255,255,255,.025); color: var(--text); }
.button-ghost:hover, .button-outline:hover { border-color: rgba(112,213,235,.55); background: var(--accent-soft); }
.button-outline { border-color: var(--line-strong); background: transparent; color: var(--text); }
.button-small { min-height: 39px; padding: 0 14px; font-size: .82rem; }
.text-link { display: inline-flex; gap: 8px; align-items: center; color: var(--accent); font-weight: 750; margin-top: 18px; }
.text-link:hover { color: #a3efff; }
.back-link { display: inline-block; margin-bottom: 26px; color: var(--muted); font-size: .9rem; }
.back-link:hover { color: white; }

.flash-stack { padding-top: 16px; }
.flash { padding: 13px 16px; border-radius: 10px; border: 1px solid var(--line); background: var(--panel); }
.flash-success { border-color: rgba(120,217,163,.4); color: #c7f5d9; }
.flash-error { border-color: rgba(255,124,124,.4); color: #ffd1d1; }

.hero-section { position: relative; overflow: hidden; min-height: 650px; display: grid; align-items: center; border-bottom: 1px solid var(--line); }
.hero-section::after { content: ""; position: absolute; inset: auto 0 0; height: 180px; background: linear-gradient(to top, rgba(6,9,16,.96), transparent); pointer-events: none; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(420px, .85fr); align-items: center; gap: clamp(42px, 4.5vw, 62px); padding-block: 76px 88px; position: relative; z-index: 1; }
.eyebrow { margin: 0 0 16px; color: var(--accent); text-transform: uppercase; letter-spacing: .18em; font-size: .72rem; font-weight: 850; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.04; letter-spacing: -.032em; text-wrap: balance; overflow-wrap: normal; word-break: normal; }
.hero-copy h1 { max-width: 650px; margin-bottom: 24px; font-size: clamp(2.9rem, 4.05vw, 4.15rem); line-height: 1; letter-spacing: -.043em; text-wrap: balance; }
.hero-lead { max-width: 690px; color: var(--muted-strong); font-size: clamp(1.05rem, 1.6vw, 1.25rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.hero-facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin: 52px 0 0; }
.hero-facts div { border-top: 1px solid var(--line); padding-top: 16px; }
.hero-facts dt { font-weight: 800; font-size: .88rem; }
.hero-facts dd { margin: 5px 0 0; color: var(--muted); font-size: .78rem; }
.hero-art { min-height: 520px; position: relative; display: grid; place-items: center; }
.hero-visual-slab { position: absolute; inset: 10% 0 auto auto; width: min(100%, 520px); opacity: .62; filter: drop-shadow(0 24px 60px rgba(0,0,0,.28)); }
.hero-visual-slab img { width: 100%; height: auto; object-fit: contain; }
.hero-floating-card { position: absolute; left: 4%; bottom: 9%; z-index: 5; min-width: 220px; padding: 14px 16px; border: 1px solid var(--line-strong); border-radius: 14px; background: rgba(7,11,18,.8); box-shadow: var(--shadow); }
.hero-floating-card strong, .hero-floating-card span { display: block; }
.hero-floating-card strong { font-size: .86rem; letter-spacing: .08em; text-transform: uppercase; color: var(--accent); margin-bottom: 4px; }
.hero-floating-card span { color: var(--muted-strong); font-size: .96rem; }
.hero-logo-wrap { position: relative; z-index: 3; width: min(65vw, 340px); aspect-ratio: 1; padding: 24px; border-radius: 50%; background: radial-gradient(circle, rgba(19,39,54,.85), rgba(7,11,18,.45) 68%); box-shadow: 0 0 120px rgba(53, 188, 219, .18); }
.hero-logo-wrap img { width: 100%; height: 100%; object-fit: contain; border-radius: 50%; }
.hero-orbit { position: absolute; border: 1px solid rgba(112,213,235,.21); border-radius: 50%; }
.orbit-one { width: 430px; height: 430px; animation: spin 24s linear infinite; }
.orbit-two { width: 520px; height: 290px; transform: rotate(-26deg); animation: pulseOrbit 6s ease-in-out infinite; }
.hero-node { position: absolute; width: 11px; height: 11px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 20px rgba(112,213,235,.85); z-index: 4; }
.node-a { top: 17%; right: 23%; }.node-b { bottom: 23%; left: 11%; }.node-c { top: 48%; right: 4%; }
@keyframes spin { to { transform: rotate(360deg); } }
@keyframes pulseOrbit { 0%,100% { opacity: .35; transform: rotate(-26deg) scale(.98); } 50% { opacity: .8; transform: rotate(-26deg) scale(1.03); } }

.section { position: relative; padding-block: 108px; }
.section + .section { border-top: 1px solid rgba(151,183,211,.09); }
.section-heading { display: grid; grid-template-columns: minmax(0, .9fr) minmax(300px, .6fr); align-items: end; gap: 70px; margin-bottom: 46px; }
.section-heading h2, .story-grid h2, .press-card h2, .contact-aside h2 { margin-bottom: 0; font-size: clamp(1.9rem, 3vw, 2.85rem); line-height: 1.04; }
.section-heading h2 { max-width: 17ch; }
.section-heading > p { margin: 0; color: var(--muted); }
.section-projects { background: linear-gradient(180deg, rgba(13,20,32,.55), transparent); }
.featured-project-grid, .project-list-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 28px; }
.project-card { min-width: 0; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(145deg, rgba(17,27,42,.92), rgba(9,14,23,.96)); box-shadow: var(--shadow); transition: transform .25s ease, border-color .25s ease; }
.project-card:hover { transform: translateY(-6px); border-color: rgba(112,213,235,.34); }
.project-card-featured { grid-column: span 2; display: grid; grid-template-columns: 1.25fr .75fr; }
.project-card-media { position: relative; min-height: 300px; overflow: hidden; background: #09101a; }
.project-card-media img { width: 100%; height: 100%; min-height: 300px; object-fit: cover; transition: transform .5s ease; }
.project-card-media.media-mode-contain img { object-fit: contain; padding: 18px; background: radial-gradient(circle at 50% 35%, rgba(51,99,143,.22), rgba(6,9,16,.94)); }
.project-card:hover .project-card-media img { transform: scale(1.025); }
.project-card-body { padding: 30px; display: flex; flex-direction: column; align-items: flex-start; }
.project-card-body h2 { margin-bottom: 10px; font-size: clamp(1.65rem, 2.5vw, 2.3rem); line-height: 1.06; }
.project-card-body > p:not(.eyebrow):not(.project-subtitle) { color: var(--muted); }
.project-subtitle { color: var(--muted-strong); font-weight: 700; }
.status-pill { display: inline-flex; align-items: center; min-height: 28px; padding: 0 10px; border: 1px solid rgba(112,213,235,.28); border-radius: 999px; background: rgba(6,9,16,.82); color: #b7eff8; font-size: .7rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.project-card-media .status-pill { position: absolute; top: 18px; left: 18px; backdrop-filter: blur(8px); }
.status-released { color: #bdf1cf; border-color: rgba(120,217,163,.34); }
.status-suspended { color: #e1cda6; border-color: rgba(216,182,113,.34); }

.value-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.value-card { padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(13,20,32,.7); }
.value-card > span { display: inline-block; margin-bottom: 48px; color: var(--accent); font-size: .74rem; font-weight: 850; letter-spacing: .15em; }
.value-card h3 { font-size: 1.35rem; }
.value-card p { margin-bottom: 0; color: var(--muted); }
.split-panel, .cta-panel, .asset-panel { border: 1px solid var(--line); border-radius: calc(var(--radius) + 4px); background: linear-gradient(135deg, rgba(17,27,42,.94), rgba(8,13,21,.95)); box-shadow: var(--shadow); }
.split-panel { display: grid; grid-template-columns: .85fr 1.15fr; overflow: hidden; align-items: stretch; }
.split-panel > div { padding: clamp(34px, 6vw, 70px); align-self: center; }
.split-panel h2 { font-size: clamp(2rem, 3.4vw, 3.35rem); line-height: 1.03; }
.split-panel p { color: var(--muted); }
.split-panel > img { width: 100%; height: 100%; min-height: 430px; object-fit: cover; }
.project-showcase { grid-template-columns: .85fr 1.15fr; }
.showcase-mosaic { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 14px; padding: 22px; background: rgba(5,8,14,.42); }
.showcase-mosaic figure { margin: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 18px; background: #09101a; min-height: 190px; }
.showcase-mosaic img { width: 100%; height: 100%; object-fit: cover; }
.showcase-single { grid-column: 1 / -1; }
.cta-panel { padding: clamp(32px, 5vw, 58px); display: flex; justify-content: space-between; align-items: center; gap: 40px; }
.cta-panel h2 { margin-bottom: 0; font-size: clamp(1.9rem, 3.2vw, 3.2rem); max-width: 18ch; line-height: 1.04; }
.cta-panel .hero-actions { margin-top: 0; flex: 0 0 auto; }

.page-hero { padding-block: 132px 102px; border-bottom: 1px solid var(--line); background: radial-gradient(circle at 50% -20%, rgba(63,160,191,.16), transparent 45rem); }
.page-hero.compact { padding-block: 102px 78px; }
.page-hero h1 { max-width: 14.5ch; font-size: clamp(2.75rem, 4.6vw, 4.5rem); line-height: 1; letter-spacing: -.043em; margin-bottom: 28px; }
.page-hero.compact h1 { max-width: 15.5ch; font-size: clamp(2.65rem, 4.15vw, 4.15rem); }
.page-hero p:last-child { color: var(--muted-strong); font-size: 1.17rem; max-width: 760px; }
.empty-state { text-align: center; padding: 80px 20px; border: 1px dashed var(--line-strong); border-radius: var(--radius); }

.project-hero { padding-block: 80px 96px; border-bottom: 1px solid var(--line); }
.project-hero-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 60px; align-items: center; }
.project-hero-copy h1 { max-width: 11.5ch; font-size: clamp(2.8rem, 4.8vw, 4.8rem); line-height: .99; letter-spacing: -.043em; margin: 20px 0; }
.project-kicker { color: var(--accent); font-size: 1.08rem; font-weight: 800; }
.project-summary { color: var(--muted-strong); font-size: 1.15rem; max-width: 600px; }
.project-date { margin-top: 20px; color: var(--muted); font-size: .85rem; }
.project-hero-media { overflow: hidden; border-radius: var(--radius); border: 1px solid var(--line); box-shadow: var(--shadow); }
.project-hero-media img { width: 100%; aspect-ratio: 16/10; object-fit: cover; }
.project-content-grid { display: grid; grid-template-columns: minmax(0,1fr) 360px; gap: 80px; align-items: start; }
.prose { color: var(--muted-strong); font-size: 1.03rem; }
.prose h2 { color: var(--text); margin-top: 46px; font-size: 1.65rem; }
.prose p { margin-bottom: 1.2em; }
.prose a { color: var(--accent); }
.feature-panel, .principles-panel, .press-facts, .contact-aside { padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(13,20,32,.75); }
.feature-panel { position: sticky; top: 112px; }
.feature-panel ul { list-style: none; padding: 0; margin: 0; }
.feature-panel li { position: relative; padding: 13px 0 13px 22px; border-bottom: 1px solid var(--line); color: var(--muted-strong); }
.feature-panel li:last-child { border-bottom: 0; }
.feature-panel li::before { content: ""; position: absolute; left: 0; top: 22px; width: 7px; height: 7px; border-radius: 2px; background: var(--accent); transform: rotate(45deg); }
.gallery-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.gallery-item { padding: 0; border: 1px solid var(--line); border-radius: 13px; overflow: hidden; background: var(--panel); cursor: zoom-in; }
.gallery-item img { width: 100%; aspect-ratio: 16/9; object-fit: cover; transition: transform .3s ease; }
.gallery-item:hover img { transform: scale(1.035); }

.story-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 80px; align-items: start; }
.principles-panel ol { list-style: none; margin: 0; padding: 0; counter-reset: principle; }
.principles-panel li { counter-increment: principle; display: grid; grid-template-columns: 42px 1fr; gap: 16px; padding: 20px 0; border-bottom: 1px solid var(--line); align-items: start; }
.principles-panel li:last-child { border-bottom: 0; }
.principles-panel li::before { content: "0" counter(principle); color: var(--accent); font-size: .72rem; font-weight: 850; padding-top: 3px; }
.principles-panel li > div { min-width: 0; }
.principles-panel strong, .principles-panel span { display: block; }
.principles-panel strong { font-size: 1.08rem; }
.principles-panel span { color: var(--muted); font-size: .96rem; margin-top: 6px; }
.capability-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 22px; }
.capability-card { padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(145deg, rgba(17,27,42,.9), rgba(9,14,23,.92)); box-shadow: var(--shadow); }
.capability-card h3 { margin-bottom: 10px; font-size: 1.2rem; }
.capability-card p { margin-bottom: 0; color: var(--muted); }
.capability-icon { display: inline-flex; align-items: center; justify-content: center; width: 46px; height: 46px; margin-bottom: 18px; border: 1px solid rgba(112,213,235,.34); border-radius: 14px; background: rgba(112,213,235,.08); color: var(--accent); font-weight: 800; letter-spacing: .08em; }
.team-section { background: linear-gradient(180deg, rgba(13,20,32,.42), transparent); }
.team-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 24px; }
.team-card { padding: clamp(28px, 5vw, 50px); border: 1px solid var(--line); border-radius: var(--radius); background: rgba(13,20,32,.78); }
.team-monogram { width: 68px; height: 68px; display: grid; place-items: center; margin-bottom: 34px; border: 1px solid rgba(112,213,235,.35); border-radius: 16px; background: var(--accent-soft); color: var(--accent); font-weight: 900; letter-spacing: .08em; }
.team-card h3 { font-size: clamp(1.65rem, 2.4vw, 1.9rem); margin-bottom: 10px; }
.team-role { color: var(--accent); font-weight: 700; }
.team-card > p:last-child { color: var(--muted); margin-bottom: 0; }

.press-grid, .contact-grid { display: grid; grid-template-columns: minmax(0,1.15fr) minmax(320px,.85fr); gap: 30px; align-items: start; }
.press-card, .form-panel { padding: clamp(28px,5vw,52px); border: 1px solid var(--line); border-radius: var(--radius); background: rgba(13,20,32,.78); }
.press-card > p:not(.eyebrow) { color: var(--muted-strong); font-size: 1.04rem; }
.press-facts dl { margin: 0; }
.press-facts dl div { padding: 15px 0; border-bottom: 1px solid var(--line); }
.press-facts dl div:last-child { border-bottom: 0; }
.press-facts dt { color: var(--muted); font-size: .72rem; text-transform: uppercase; letter-spacing: .1em; font-weight: 800; }
.press-facts dd { margin: 4px 0 0; }
.press-facts a { color: var(--accent); }
.asset-panel { display: grid; grid-template-columns: 1fr 260px; gap: 50px; padding: clamp(32px,5vw,58px); align-items: center; }
.asset-panel img { width: 230px; aspect-ratio: 1; object-fit: contain; border-radius: 24px; }
.media-request-panel { display: grid; grid-template-columns: minmax(0,1fr) minmax(340px,.85fr); gap: 32px; align-items: stretch; padding: clamp(32px,5vw,58px); border: 1px solid var(--line); border-radius: calc(var(--radius) + 4px); background: linear-gradient(135deg, rgba(17,27,42,.94), rgba(8,13,21,.95)); box-shadow: var(--shadow); }
.request-grid { display: grid; gap: 18px; }
.request-grid article { padding: 24px; border: 1px solid var(--line); border-radius: 16px; background: rgba(6,9,16,.35); }
.request-grid h3 { margin-bottom: 12px; font-size: 1.1rem; }
.request-grid ul { margin: 0; padding-left: 18px; color: var(--muted); }
.request-grid li + li { margin-top: 8px; }
.contact-aside { position: sticky; top: 112px; }
.contact-aside h2 { overflow-wrap: anywhere; font-size: clamp(1.55rem,3vw,2.4rem); }
.contact-aside p { color: var(--muted); }
.contact-form { display: grid; gap: 20px; }
.field-row { display: grid; grid-template-columns: repeat(2,1fr); gap: 16px; }
.field { display: grid; gap: 7px; }
.field label { color: var(--muted-strong); font-size: .82rem; font-weight: 750; }
.field input, .field textarea, .field select { width: 100%; border: 1px solid var(--line-strong); border-radius: 10px; background: #080d15; color: var(--text); padding: 13px 14px; outline: none; transition: border-color .18s ease, box-shadow .18s ease; }
.field input:focus, .field textarea:focus, .field select:focus { border-color: var(--accent); box-shadow: 0 0 0 3px rgba(112,213,235,.1); }
.field textarea { resize: vertical; min-height: 180px; }
.honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.form-errors { margin-bottom: 24px; padding: 16px 18px; border: 1px solid rgba(255,124,124,.38); border-radius: 10px; background: rgba(127,35,35,.18); color: #ffd4d4; }
.form-errors ul { margin-bottom: 0; }

.error-page { min-height: 70vh; display: grid; place-items: center; text-align: center; padding: 100px 0; }
.error-code { margin: 0; color: rgba(112,213,235,.13); font-size: clamp(7rem,25vw,18rem); line-height: .7; font-weight: 900; letter-spacing: -.08em; }
.error-page h1 { font-size: clamp(2.5rem,5vw,5rem); }
.error-page p:not(.error-code):not(.eyebrow) { color: var(--muted); }

.site-footer { border-top: 1px solid var(--line); background: #05080e; padding-top: 64px; }
.footer-grid { display: grid; grid-template-columns: 1.2fr .8fr .8fr; gap: 50px; padding-bottom: 48px; }
.footer-brand { display: flex; gap: 14px; align-items: center; }
.footer-brand img { border-radius: 12px; }
.footer-brand strong { letter-spacing: .08em; text-transform: uppercase; font-size: .9rem; }
.footer-brand p { margin: 4px 0 0; color: var(--muted); font-size: .82rem; }
.footer-links, .footer-social { display: grid; align-content: start; gap: 9px; }
.footer-links a, .footer-social a { color: var(--muted); font-size: .88rem; }
.footer-links a:hover, .footer-social a:hover { color: white; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-block: 18px; border-top: 1px solid var(--line); color: #778493; font-size: .75rem; }

.lightbox { position: fixed; inset: 0; z-index: 500; background: rgba(2,4,8,.94); display: grid; place-items: center; padding: 40px; }
.lightbox[hidden] { display: none; }
.lightbox img { max-width: min(1400px, 96vw); max-height: 88vh; object-fit: contain; border-radius: 10px; }
.lightbox-close { position: absolute; right: 24px; top: 18px; width: 44px; height: 44px; border: 1px solid var(--line-strong); border-radius: 50%; background: var(--panel); font-size: 1.7rem; cursor: pointer; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .6s ease, transform .6s ease; }
.reveal.is-visible { opacity: 1; transform: none; }


@media (max-width: 1180px) and (min-width: 981px) {
    .hero-grid { grid-template-columns: minmax(0, 1.1fr) minmax(360px, .9fr); gap: 40px; }
    .hero-copy h1 { max-width: 620px; font-size: clamp(2.8rem, 4.4vw, 3.8rem); }
    .page-hero h1 { font-size: clamp(2.8rem, 4.3vw, 4rem); }
}

@media (max-width: 980px) {
    .nav-toggle { display: flex; }
    .primary-nav { position: absolute; top: calc(100% + 1px); left: 20px; right: 20px; display: none; flex-direction: column; align-items: stretch; padding: 14px; border: 1px solid var(--line); border-radius: 14px; background: rgba(7,11,18,.98); box-shadow: var(--shadow); }
    .primary-nav.is-open { display: flex; }
    .primary-nav .nav-cta { margin-left: 0; margin-top: 4px; }
    .hero-grid, .project-hero-grid { grid-template-columns: 1fr; }
    .hero-grid { padding-block: 64px 78px; gap: 28px; }
    .hero-copy h1 { max-width: 720px; font-size: clamp(2.8rem, 6.2vw, 4.2rem); }
    .page-hero h1, .page-hero.compact h1 { max-width: 15ch; font-size: clamp(2.7rem, 6.5vw, 4.15rem); }
    .project-hero-copy h1 { max-width: 12ch; font-size: clamp(2.8rem, 7vw, 4.6rem); }
    .hero-art { min-height: 420px; order: -1; }
    .hero-section { min-height: auto; }
    .section-heading, .story-grid, .press-grid, .contact-grid { grid-template-columns: 1fr; gap: 30px; }
    .project-card-featured { grid-template-columns: 1fr; }
    .project-content-grid { grid-template-columns: 1fr; gap: 40px; }
    .feature-panel, .contact-aside { position: static; }
    .gallery-grid { grid-template-columns: repeat(2,1fr); }
    .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 700px) {
    .shell { width: min(calc(100% - 28px), var(--shell)); }
    .brand-copy small { display: none; }
    .brand-mark { width: 44px; height: 44px; }
    .header-inner { min-height: 70px; }
    .hero-copy h1 { max-width: none; font-size: clamp(2.4rem, 10vw, 3.35rem); line-height: 1.02; letter-spacing: -.04em; }
    .page-hero h1, .page-hero.compact h1 { max-width: 16ch; font-size: clamp(2.35rem, 9.5vw, 3.45rem); line-height: 1.02; }
    .project-hero-copy h1 { max-width: 13ch; font-size: clamp(2.45rem, 10.5vw, 3.8rem); line-height: 1; }
    .section-heading h2, .story-grid h2, .press-card h2, .contact-aside h2 { font-size: clamp(1.8rem, 7.5vw, 2.55rem); }
    .split-panel h2, .cta-panel h2 { font-size: clamp(1.9rem, 8vw, 2.7rem); }
    .hero-art { min-height: 330px; }
    .hero-logo-wrap { width: 240px; }
    .orbit-one { width: 300px; height: 300px; }.orbit-two { width: 330px; height: 210px; }
    .hero-facts { grid-template-columns: 1fr; margin-top: 36px; }
    .section { padding-block: 76px; }
    .page-hero, .page-hero.compact { padding-block: 88px 68px; }
    .featured-project-grid, .project-list-grid, .value-grid, .team-grid { grid-template-columns: 1fr; }
    .project-card-featured { grid-column: span 1; }
    .split-panel { grid-template-columns: 1fr; }
    .split-panel > img { min-height: 260px; order: -1; }
    .cta-panel { align-items: flex-start; flex-direction: column; }
    .gallery-grid { grid-template-columns: 1fr; }
    .field-row { grid-template-columns: 1fr; }
    .asset-panel { grid-template-columns: 1fr; }
    .asset-panel img { order: -1; width: 170px; }
    .footer-grid { grid-template-columns: 1fr; gap: 30px; }
    .footer-bottom { flex-direction: column; }
    .lightbox { padding: 20px; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; }
    .reveal { opacity: 1; transform: none; }
}

/* Project media sizing safeguards */
.project-card-media { display: block; }
.project-card:not(.project-card-featured) .project-card-media { min-height: 0; aspect-ratio: 16 / 9; }
.project-card:not(.project-card-featured) .project-card-media img { min-height: 0; aspect-ratio: 16 / 9; }
.project-card-featured .project-card-media { min-height: 320px; }

@media (max-width: 1080px) {
  .capability-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .media-request-panel, .project-showcase { grid-template-columns: 1fr; }
}
@media (max-width: 820px) {
  .hero-visual-slab { position: relative; inset: auto; width: min(100%, 420px); margin-inline: auto; opacity: .5; }
  .hero-floating-card { position: relative; left: auto; bottom: auto; margin-top: 18px; }
  .showcase-mosaic { grid-template-columns: 1fr; }
}
@media (max-width: 680px) {
  .capability-grid { grid-template-columns: 1fr; }
}

/* Editable page visuals and team portraits */
.page-hero-grid{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(280px,.8fr);gap:64px;align-items:center}
.page-hero-visual{width:100%;max-height:390px;object-fit:contain;border:1px solid var(--line);border-radius:var(--radius);background:linear-gradient(145deg,rgba(17,27,42,.78),rgba(7,11,18,.92));box-shadow:var(--shadow);padding:18px}
.team-portrait{width:82px;height:82px;object-fit:cover;border-radius:18px;border:1px solid rgba(112,213,235,.3);margin-bottom:28px;background:#0a1019}
@media(max-width:850px){.page-hero-grid{grid-template-columns:1fr;gap:30px}.page-hero-visual{max-height:300px}}

/* Opportunities */
.opportunity-list { display: grid; gap: 22px; }
.opportunity-card {
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(260px, .8fr) auto;
    gap: 30px;
    align-items: center;
    padding: clamp(26px, 4vw, 42px);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: linear-gradient(145deg, rgba(17,27,42,.94), rgba(8,13,21,.96));
    box-shadow: var(--shadow);
}
.opportunity-card.is-featured { border-color: rgba(112,213,235,.42); box-shadow: 0 24px 80px rgba(23,122,151,.12); }
.opportunity-card h2 { margin: 13px 0 12px; font-size: clamp(1.65rem, 3vw, 2.55rem); }
.opportunity-card p { margin-bottom: 0; color: var(--muted); }
.opportunity-badges { display: flex; flex-wrap: wrap; gap: 8px; }
.status-pill.subtle { border-color: var(--line); color: var(--muted-strong); background: rgba(255,255,255,.025); }
.opportunity-meta { display: grid; gap: 13px; margin: 0; }
.opportunity-meta div { padding-top: 10px; border-top: 1px solid var(--line); }
.opportunity-meta dt { color: var(--muted); font-size: .72rem; text-transform: uppercase; letter-spacing: .08em; font-weight: 800; }
.opportunity-meta dd { margin: 3px 0 0; color: var(--text); font-weight: 700; }
.opportunities-empty { max-width: 840px; margin-inline: auto; background: rgba(13,20,32,.46); }
.opportunities-empty h2 { font-size: clamp(2rem, 4vw, 3.3rem); margin-bottom: 14px; }
.opportunities-empty p:last-child { max-width: 680px; margin: 0 auto; color: var(--muted); }
.opportunity-privacy-note { max-width: 820px; margin: 28px auto 0; text-align: center; color: var(--muted); font-size: .88rem; }
.opportunity-hero-grid { align-items: center; }
.opportunity-summary-card, .opportunity-apply-panel {
    padding: clamp(26px, 4vw, 38px);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: linear-gradient(145deg, rgba(17,27,42,.92), rgba(8,13,21,.96));
    box-shadow: var(--shadow);
}
.opportunity-summary-card dl { margin: 0; }
.opportunity-summary-card dl div { display: grid; grid-template-columns: minmax(120px,.7fr) minmax(0,1fr); gap: 18px; padding: 15px 0; border-bottom: 1px solid var(--line); }
.opportunity-summary-card dl div:last-child { border-bottom: 0; }
.opportunity-summary-card dt { color: var(--muted); }
.opportunity-summary-card dd { margin: 0; font-weight: 750; }
.opportunity-detail-grid { display: grid; grid-template-columns: minmax(0,1.15fr) minmax(300px,.55fr); gap: 54px; align-items: start; }
.opportunity-detail-block { margin-top: 42px; }
.opportunity-detail-block h2 { font-size: clamp(1.55rem, 2.6vw, 2.25rem); margin-bottom: 18px; }
.opportunity-detail-block ul { margin: 0; padding-left: 22px; color: var(--muted-strong); }
.opportunity-detail-block li + li { margin-top: 10px; }
.opportunity-apply-panel { position: sticky; top: 112px; }
.opportunity-apply-panel h2 { font-size: clamp(1.6rem, 2.8vw, 2.4rem); }
.opportunity-apply-panel p:not(.eyebrow) { color: var(--muted); }
.opportunity-apply-panel .button { width: 100%; margin-top: 8px; }

@media (max-width: 980px) {
    .opportunity-card { grid-template-columns: 1fr; }
    .opportunity-card > .button { justify-self: start; }
    .opportunity-detail-grid { grid-template-columns: 1fr; }
    .opportunity-apply-panel { position: static; }
}
@media (max-width: 620px) {
    .opportunity-summary-card dl div { grid-template-columns: 1fr; gap: 3px; }
}

/* v1.4.4 - Global display typography and page-hero spacing refinement */
.page-hero {
    padding-block: 110px 84px;
}
.page-hero.compact {
    padding-block: 88px 66px;
}
.page-hero .narrow {
    max-width: 1040px;
}
.page-hero h1,
.page-hero.compact h1 {
    max-width: 21ch;
    font-size: clamp(2.55rem, 3.7vw, 3.95rem);
    line-height: 1.07;
    letter-spacing: -.036em;
    margin-bottom: 26px;
    text-wrap: balance;
}
.page-hero p:last-child {
    max-width: 850px;
}
.page-hero-grid {
    grid-template-columns: minmax(0, 1.35fr) minmax(300px, .65fr);
    gap: clamp(42px, 5vw, 72px);
}
.page-hero-grid > div {
    min-width: 0;
    max-width: 790px;
}
.page-hero-grid h1 {
    max-width: 19ch;
}
.hero-copy h1 {
    max-width: 760px;
    font-size: clamp(2.75rem, 3.75vw, 4rem);
    line-height: 1.04;
    letter-spacing: -.038em;
}
.project-hero-grid {
    grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
}
.project-hero-copy h1 {
    max-width: 18ch;
    font-size: clamp(2.55rem, 3.9vw, 4.15rem);
    line-height: 1.04;
    letter-spacing: -.037em;
}
.section-heading h2 {
    max-width: 22ch;
}
.cta-panel h2 {
    max-width: 24ch;
}

@media (max-width: 1180px) and (min-width: 981px) {
    .page-hero h1,
    .page-hero.compact h1 {
        max-width: 21ch;
        font-size: clamp(2.5rem, 3.8vw, 3.65rem);
    }
    .hero-copy h1 {
        max-width: 720px;
        font-size: clamp(2.65rem, 3.9vw, 3.75rem);
    }
}

@media (max-width: 980px) {
    .page-hero .narrow {
        max-width: 880px;
    }
    .page-hero h1,
    .page-hero.compact h1,
    .page-hero-grid h1 {
        max-width: 20ch;
        font-size: clamp(2.5rem, 5.7vw, 3.55rem);
        line-height: 1.06;
    }
    .project-hero-copy h1 {
        max-width: 18ch;
        font-size: clamp(2.55rem, 6vw, 3.8rem);
        line-height: 1.04;
    }
}

@media (max-width: 700px) {
    .page-hero,
    .page-hero.compact {
        padding-block: 72px 56px;
    }
    .page-hero h1,
    .page-hero.compact h1,
    .page-hero-grid h1 {
        max-width: none;
        font-size: clamp(2.2rem, 8.4vw, 3rem);
        line-height: 1.08;
        letter-spacing: -.03em;
    }
    .hero-copy h1 {
        font-size: clamp(2.25rem, 8.8vw, 3.1rem);
        line-height: 1.07;
        letter-spacing: -.032em;
    }
    .project-hero-copy h1 {
        max-width: none;
        font-size: clamp(2.25rem, 8.8vw, 3.15rem);
        line-height: 1.06;
        letter-spacing: -.032em;
    }
}
