:root {
  --black: #090909;
  --charcoal: #111111;
  --panel: #181818;
  --orange: #fb8d25;
  --orange-soft: #ffad61;
  --blue: #126fe8;
  --white: #f7f7f5;
  --muted: #9a9a96;
  --light: #e9e9e5;
  --ink: #171717;
  --line-dark: rgba(255,255,255,.14);
  --container: 1240px;
  --ease: cubic-bezier(.2,.8,.2,1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--white); background: var(--black); font-family: "Inter", Arial, sans-serif; line-height: 1.6; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
section[id] { scroll-margin-top: 94px; }
.icon-library { position: absolute; width: 0; height: 0; overflow: hidden; }
svg { width: 18px; height: 18px; }
.container { width: min(var(--container), calc(100% - 64px)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 100; top: -60px; left: 20px; padding: 9px 14px; color: var(--black); background: var(--orange); font-weight: 700; }
.skip-link:focus { top: 18px; }
.grain { position: fixed; z-index: 80; inset: 0; pointer-events: none; opacity: .035; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E"); }

.site-header { position: fixed; z-index: 30; top: 22px; right: 0; left: 0; display: flex; justify-content: center; padding-inline: 20px; }
.floating-nav { display: flex; align-items: center; width: min(930px, 100%); min-height: 64px; padding: 7px 9px 7px 18px; border: 1px solid rgba(255,255,255,.14); border-radius: 34px; background: rgba(17,17,17,.68); box-shadow: 0 20px 55px rgba(0,0,0,.25); backdrop-filter: blur(18px); transition: background .25s ease, border-color .25s ease; }
.site-header.is-scrolled .floating-nav { background: rgba(17,17,17,.94); border-color: rgba(255,255,255,.22); }
.brand { width: 70px; height: 48px; margin-right: auto; }
.brand img { width: 100%; height: 100%; object-fit: contain; }
.desktop-links { display: flex; align-items: center; gap: 27px; }
.desktop-links a { color: #c4c4c0; font-size: 11px; font-weight: 500; }
.desktop-links a:hover { color: var(--orange); }
.nav-actions { display: flex; align-items: center; gap: 10px; margin-left: 28px; }
.language { padding: 8px 3px; border: 0; color: #858581; background: none; font-family: "DM Mono", monospace; font-size: 8px; cursor: pointer; }
.language span { color: var(--white); }
.nav-cta, .menu-toggle { display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid rgba(255,255,255,.15); border-radius: 50%; background: rgba(255,255,255,.06); }
.nav-cta:hover { color: var(--black); border-color: var(--orange); background: var(--orange); }
.menu-toggle { display: none; padding: 11px; cursor: pointer; }
.menu-toggle .close-icon { display: none; }
.site-header.menu-open .menu-icon { display: none; }
.site-header.menu-open .close-icon { display: block; }
.mobile-menu { display: none; }

.hero { position: relative; min-height: 820px; overflow: hidden; background: var(--black); }
.hero-photo, .hero-shade { position: absolute; inset: 0; }
.hero-photo { background-color: #151515; background-image: url("https://images.unsplash.com/photo-1519389950473-47ba0277781c?auto=format&fit=crop&w=2400&q=90"); background-position: center; background-size: cover; animation: hero-focus 2s var(--ease) both; }
.hero-shade { background: linear-gradient(0deg, rgba(9,9,9,.96), rgba(9,9,9,.15) 65%, rgba(9,9,9,.45)), linear-gradient(90deg, rgba(9,9,9,.68), rgba(9,9,9,.05) 62%); }
@keyframes hero-focus { from { opacity: 0; filter: blur(12px) grayscale(1); transform: scale(1.08); } to { opacity: 1; filter: blur(0) grayscale(.12); transform: scale(1); } }
.hero-status { position: absolute; z-index: 2; top: 120px; right: 5%; display: flex; align-items: center; gap: 9px; padding: 9px 12px; border: 1px solid rgba(255,255,255,.16); border-radius: 5px; background: rgba(9,9,9,.45); backdrop-filter: blur(12px); font-family: "DM Mono", monospace; font-size: 8px; letter-spacing: .08em; }
.hero-status i { width: 6px; height: 6px; border-radius: 50%; background: var(--orange); box-shadow: 0 0 0 5px rgba(251,141,37,.12); }
.hero-layout { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr 390px; align-items: end; gap: 90px; min-height: 820px; padding-top: 130px; padding-bottom: 105px; }
.eyebrow { margin: 0 0 21px; color: #686864; font-family: "DM Mono", monospace; font-size: 9px; font-weight: 500; letter-spacing: .13em; }
.eyebrow.light { color: #d5d5d1; }
.eyebrow.accent { color: var(--orange); }
.hero-title h1 { margin: 0; font-family: "Bricolage Grotesque", sans-serif; font-size: 132px; font-weight: 600; letter-spacing: -.075em; line-height: .73; }
.hero-title h1 span { display: block; }
.hero-title h1 span:last-child { margin-left: 85px; color: var(--orange); }
.hero-panel { padding: 26px; border: 1px solid rgba(255,255,255,.17); border-radius: 6px; background: rgba(12,12,12,.63); box-shadow: 0 30px 70px rgba(0,0,0,.28); backdrop-filter: blur(16px); }
.hero-panel-lead { margin: 0 0 27px; color: #eeeeeb; font-size: 17px; line-height: 1.55; }
.hero-panel-meta { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; padding: 18px 0; border-top: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); }
.hero-panel-meta div { display: grid; gap: 4px; }
.hero-panel-meta span { color: #777773; font-family: "DM Mono", monospace; font-size: 7px; }
.hero-panel-meta strong { font-size: 10px; font-weight: 500; }
.hero-panel > a { display: flex; align-items: center; justify-content: space-between; margin-top: 20px; padding-bottom: 7px; border-bottom: 1px solid var(--orange); font-size: 10px; font-weight: 600; }
.hero-panel > a svg { color: var(--orange); transition: transform .2s ease; }
.hero-panel > a:hover svg { transform: translateX(5px); }
.hero-footer { position: absolute; z-index: 2; right: 0; bottom: 24px; left: 0; display: flex; align-items: center; gap: 15px; color: #7b7b77; font-family: "DM Mono", monospace; font-size: 7px; letter-spacing: .1em; }
.hero-footer i { flex: 1; height: 1px; background: linear-gradient(90deg, rgba(255,255,255,.22), transparent); }

.signal-divider { display: flex; align-items: center; justify-content: center; padding: 38px 0; background: var(--black); }
.signal-divider span { width: min(38vw, 460px); height: 1px; background: linear-gradient(90deg, transparent, rgba(251,141,37,.4)); }
.signal-divider span:last-child { transform: rotate(180deg); }
.signal-divider i { width: 12px; height: 12px; margin: 0 16px; border: 3px solid var(--black); border-radius: 50%; background: var(--orange); box-shadow: 0 0 0 1px rgba(251,141,37,.45), 0 0 22px rgba(251,141,37,.35); }

.section { padding: 125px 0; }
.lab-section { position: relative; overflow: hidden; background: var(--black); }
.ambient { position: absolute; pointer-events: none; border-radius: 50%; filter: blur(120px); }
.ambient-orange { top: -200px; left: 24%; width: 650px; height: 430px; background: rgba(147,62,0,.18); }
.lab-heading { position: relative; z-index: 1; display: flex; align-items: end; justify-content: space-between; gap: 60px; margin-bottom: 52px; }
.lab-heading h2, .system-content h2, .trajectory-heading h2, .people-heading h2, .contact-layout h2 { margin: 0; font-family: "Bricolage Grotesque", sans-serif; font-size: 56px; font-weight: 500; letter-spacing: -.055em; line-height: 1.02; }
.lab-heading h2 em, .system-content h2 em, .trajectory-heading h2 em, .people-heading h2 em, .contact-layout h2 em { color: var(--orange); font-family: "Playfair Display", Georgia, serif; font-weight: 500; }
.filter-control { display: flex; gap: 5px; padding: 5px; border: 1px solid rgba(255,255,255,.12); border-radius: 24px; background: rgba(255,255,255,.035); }
.filter-control button { min-height: 34px; padding: 7px 13px; border: 0; border-radius: 18px; color: #858581; background: none; font-size: 9px; cursor: pointer; }
.filter-control button.is-active { color: var(--black); background: var(--white); }
.project-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.2fr .8fr; gap: 15px; }
.project { display: grid; grid-template-rows: 275px auto; overflow: hidden; border: 1px solid var(--line-dark); border-radius: 7px; background: var(--panel); transition: opacity .3s ease, transform .3s ease, border-color .3s ease; }
.project-featured { grid-row: span 2; grid-template-rows: 520px auto; }
.project.is-hidden { display: none; }
.project-grid.is-filtered .project:not(.is-hidden) { grid-column: 1 / -1; grid-row: auto; grid-template-columns: minmax(0, 1.25fr) minmax(330px, .75fr); grid-template-rows: 430px; }
.project-grid.is-filtered .project:not(.is-hidden) .project-copy { align-content: end; padding: 35px; }
.project:hover { border-color: rgba(251,141,37,.52); transform: translateY(-5px); }
.project-image { position: relative; overflow: hidden; background: #202020; }
.project-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 50%, rgba(0,0,0,.65)); }
.project-image img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.55); transition: filter .35s ease, transform .7s var(--ease); }
.project:hover img { filter: saturate(.9); transform: scale(1.025); }
.project-image span { position: absolute; z-index: 1; top: 15px; left: 15px; padding: 7px 9px; border: 1px solid rgba(255,255,255,.2); border-radius: 3px; background: rgba(0,0,0,.45); font-family: "DM Mono", monospace; font-size: 7px; backdrop-filter: blur(8px); }
.project-copy { position: relative; display: grid; grid-template-columns: 1fr 42px; padding: 23px; }
.project-copy > p { grid-column: 1; margin: 0 0 10px; color: var(--orange); font-family: "DM Mono", monospace; font-size: 7px; }
.project-copy h3 { grid-column: 1; margin: 0; font-family: "Bricolage Grotesque", sans-serif; font-size: 22px; font-weight: 500; line-height: 1.25; }
.project-featured .project-copy h3 { max-width: 560px; font-size: 29px; }
.project-copy a { grid-column: 2; grid-row: 1 / 3; align-self: end; display: grid; place-items: center; width: 40px; height: 40px; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; }
.project-copy a:hover { color: var(--black); border-color: var(--orange); background: var(--orange); }
.prototype-note { margin-top: 16px; color: #5f5f5b; font-size: 8px; }

.system-section { color: var(--ink); background: var(--light); }
.system-layout { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 90px; }
.system-visual { position: relative; min-height: 620px; }
.system-photo { position: absolute; inset: 0 70px 0 0; background-color: #bdbdb8; background-image: url("https://images.unsplash.com/photo-1552664730-d307ca884978?auto=format&fit=crop&w=1500&q=88"); background-position: center; background-size: cover; filter: saturate(.62); }
.system-badge { position: absolute; right: 0; bottom: 45px; display: flex; flex-direction: column; justify-content: flex-end; width: 190px; height: 210px; padding: 22px; color: var(--white); border-radius: 5px; background: var(--blue); box-shadow: 0 24px 45px rgba(0,73,170,.2); }
.system-badge span, .system-badge small { font-family: "DM Mono", monospace; font-size: 7px; letter-spacing: .09em; }
.system-badge strong { margin: auto 0 4px; color: var(--orange); font-family: "Bricolage Grotesque", sans-serif; font-size: 70px; line-height: .8; }
.system-content h2 em { color: var(--blue); }
.system-content > p:not(.eyebrow) { max-width: 500px; color: #60605c; font-size: 13px; }
.layer-list { margin-top: 35px; border-top: 1px solid #c5c5c0; }
.layer-list div { display: grid; grid-template-columns: 35px 1fr auto; align-items: center; min-height: 65px; border-bottom: 1px solid #c5c5c0; }
.layer-list span, .layer-list small { color: #858580; font-family: "DM Mono", monospace; font-size: 8px; }
.layer-list strong { font-family: "Bricolage Grotesque", sans-serif; font-size: 15px; }

.trajectory-section { position: relative; overflow: hidden; background: var(--charcoal); }
.trajectory-section::before { content: "FORWARD"; position: absolute; right: -20px; bottom: -35px; color: rgba(255,255,255,.025); font-family: "Bricolage Grotesque", sans-serif; font-size: 150px; font-weight: 600; letter-spacing: -.07em; line-height: 1; }
.trajectory-heading { position: relative; z-index: 1; display: flex; align-items: end; justify-content: space-between; gap: 70px; margin-bottom: 70px; }
.trajectory-heading > p { max-width: 360px; margin: 0; color: var(--muted); font-size: 12px; }
.trajectory-line { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; }
.trajectory-line::before { content: ""; position: absolute; top: 43px; right: 0; left: 0; height: 1px; background: linear-gradient(90deg, var(--orange), #5d5d58 75%, transparent); }
.trajectory-line article { position: relative; padding-top: 78px; }
.trajectory-line article > span { position: absolute; top: 0; color: #777772; font-family: "DM Mono", monospace; font-size: 8px; }
.trajectory-line i { position: absolute; z-index: 1; top: 38px; left: 0; width: 11px; height: 11px; border: 3px solid var(--charcoal); border-radius: 50%; background: var(--orange); box-shadow: 0 0 0 1px var(--orange); }
.trajectory-line h3 { margin: 0 0 9px; font-family: "Bricolage Grotesque", sans-serif; font-size: 20px; }
.trajectory-line p { max-width: 270px; margin: 0; color: var(--muted); font-size: 11px; }

.people-section { position: relative; min-height: 760px; overflow: hidden; background: var(--black); }
.people-photo, .people-shade { position: absolute; inset: 0; }
.people-photo { background-color: #242424; background-image: url("https://images.unsplash.com/photo-1521737604893-d14cc237f11d?auto=format&fit=crop&w=2300&q=90"); background-position: center; background-size: cover; }
.people-shade { background: linear-gradient(90deg, rgba(9,9,9,.92), rgba(9,9,9,.45) 55%, rgba(9,9,9,.18)), linear-gradient(0deg, rgba(9,9,9,.75), transparent 55%); }
.people-layout { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 410px; align-items: center; gap: 100px; min-height: 760px; padding-block: 110px; }
.people-heading h2 { max-width: 700px; font-size: 63px; }
.people-panel { padding: 27px; border: 1px solid rgba(255,255,255,.17); border-radius: 6px; background: rgba(12,12,12,.72); backdrop-filter: blur(18px); }
.people-panel > p { color: #d0d0cc; font-size: 13px; }
.role-list { margin-top: 26px; border-top: 1px solid var(--line-dark); }
.role-list a { display: grid; grid-template-columns: 75px 1fr 18px; align-items: center; gap: 10px; min-height: 58px; border-bottom: 1px solid var(--line-dark); }
.role-list span { color: var(--orange); font-family: "DM Mono", monospace; font-size: 7px; }
.role-list strong { font-size: 11px; font-weight: 500; }
.role-list svg { transition: transform .2s ease; }
.role-list a:hover svg { color: var(--orange); transform: translateX(4px); }
.people-panel small { display: block; margin-top: 13px; color: #686864; font-size: 8px; }

.contact-section { position: relative; overflow: hidden; background: var(--black); display: flex; align-items: center; justify-content: center; height: 100%; min-height: 320px; flex-direction: column; gap: 30px; padding-block: 100px; }
.ambient-blue { right: 5%; bottom: -230px; width: 600px; height: 480px; background: rgba(0,87,208,.2); }
.contact-layout { position: relative; z-index: 1; display: grid; grid-template-columns: 1.25fr .75fr; align-items: end; gap: 100px; }
.contact-details { padding-left: 35px; border-left: 1px solid rgba(255,255,255,.18); }
.contact-details p { color: #92928d; font-size: 11px; }
.contact-details a { display: flex; align-items: center; justify-content: space-between; padding: 14px 0; border-bottom: 1px solid var(--orange); font-family: "Bricolage Grotesque", sans-serif; font-size: 19px; }
.contact-details a:hover { color: var(--orange); }

.site-footer { color: #92928e; background: #050505; border-top: 1px solid rgba(255,255,255,.1); }
.footer-layout { display: grid; grid-template-columns: 1.3fr .75fr .75fr 60px; gap: 55px; padding-top: 55px; padding-bottom: 46px; }
.footer-layout > div { display: flex; flex-direction: column; align-items: flex-start; }
.footer-brand img { width: 95px; height: 82px; object-fit: contain; }
.footer-layout span { margin-bottom: 12px; color: var(--orange); font-family: "DM Mono", monospace; font-size: 8px; }
.footer-layout p, .footer-layout a:not(.footer-top), .footer-layout small { margin: 0 0 7px; font-size: 9px; }
.footer-top { display: grid; place-items: center; width: 54px; height: 54px; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; font-family: "DM Mono", monospace; font-size: 7px; }
.footer-top svg { width: 13px; height: 13px; }
.footer-top:hover { color: var(--black); border-color: var(--orange); background: var(--orange); }
.copyright { display: flex; justify-content: space-between; padding-block: 17px 20px; border-top: 1px solid rgba(255,255,255,.1); color: #5f5f5b; font-family: "DM Mono", monospace; font-size: 7px; }

[data-reveal] { opacity: 0; filter: blur(5px); transform: translateY(26px); transition: opacity .8s var(--ease), filter .8s var(--ease), transform .8s var(--ease); }
[data-reveal].is-visible { opacity: 1; filter: none; transform: none; }
:focus-visible { outline: 3px solid var(--orange); outline-offset: 4px; }

@media (max-width: 920px) {
  .container { width: calc(100% - 44px); }
  .site-header { padding-inline: 16px; }
  .desktop-links, .nav-cta { display: none; }
  .menu-toggle { display: grid; }
  .floating-nav { max-width: 680px; }
  .mobile-menu { position: fixed; top: 96px; left: 50%; display: grid; width: min(680px, calc(100% - 32px)); padding: 18px 25px 25px; visibility: hidden; opacity: 0; border: 1px solid rgba(255,255,255,.15); border-radius: 8px; background: rgba(17,17,17,.96); box-shadow: 0 30px 70px rgba(0,0,0,.45); transform: translate(-50%, -12px); transition: visibility .2s, opacity .2s, transform .2s; }
  .site-header.menu-open .mobile-menu { visibility: visible; opacity: 1; transform: translate(-50%, 0); }
  .mobile-menu a { display: flex; align-items: center; justify-content: space-between; min-height: 54px; border-bottom: 1px solid var(--line-dark); font-family: "Bricolage Grotesque", sans-serif; font-size: 18px; }
  .mobile-menu span { color: var(--orange); font-family: "DM Mono", monospace; font-size: 8px; }
  .hero-layout { grid-template-columns: 1fr; align-content: end; gap: 45px; }
  .hero-title h1 { font-size: 108px; }
  .hero-panel { max-width: 520px; }
  .project-grid { grid-template-columns: 1fr 1fr; }
  .project-featured { grid-column: span 2; grid-row: auto; }
  .project-featured, .project { grid-template-rows: 350px auto; }
  .project-grid.is-filtered .project:not(.is-hidden) { grid-template-columns: 1fr; grid-template-rows: 350px auto; }
  .system-layout { grid-template-columns: 1fr; gap: 60px; }
  .system-visual { min-height: 550px; }
  .trajectory-heading { align-items: flex-start; flex-direction: column; gap: 25px; }
  .people-layout { grid-template-columns: 1fr; align-content: center; gap: 55px; }
  .people-panel { max-width: 560px; }
  .contact-layout { grid-template-columns: 1fr; gap: 50px; }
  .contact-details { padding-left: 0; border-left: 0; }
  .footer-layout { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 560px) {
  .container { width: calc(100% - 36px); }
  .site-header { top: 12px; }
  .floating-nav { min-height: 56px; padding-left: 14px; }
  .brand { width: 59px; height: 42px; }
  .language { display: none; }
  .nav-actions { margin-left: 10px; }
  .mobile-menu { top: 80px; }
  .hero, .hero-layout { min-height: 720px; }
  .hero-layout { padding-top: 120px; padding-bottom: 100px; }
  .hero-status { top: 92px; right: 18px; }
  .hero-title h1 { font-size: 68px; line-height: .78; }
  .hero-title h1 span:last-child { margin-left: 42px; }
  .hero-panel { padding: 20px; }
  .hero-panel-lead { font-size: 15px; }
  .section { padding: 82px 0; }
  .lab-heading { align-items: flex-start; flex-direction: column; gap: 30px; }
  .lab-heading h2, .system-content h2, .trajectory-heading h2, .people-heading h2, .contact-layout h2 { font-size: 38px; }
  .filter-control { width: 100%; overflow-x: auto; }
  .filter-control button { flex: 0 0 auto; }
  .project-grid { grid-template-columns: 1fr; }
  .project-featured { grid-column: auto; }
  .project-featured, .project { grid-template-rows: 270px auto; }
  .project-grid.is-filtered .project:not(.is-hidden) { grid-template-rows: 270px auto; }
  .project-featured .project-copy h3, .project-copy h3 { font-size: 21px; }
  .system-visual { min-height: 430px; }
  .system-photo { right: 30px; }
  .system-badge { bottom: 25px; width: 145px; height: 165px; }
  .system-badge strong { font-size: 54px; }
  .layer-list div { grid-template-columns: 28px 1fr; }
  .layer-list small { grid-column: 2; padding-bottom: 10px; }
  .trajectory-line { grid-template-columns: 1fr; gap: 18px; }
  .trajectory-line::before { top: 0; bottom: 0; left: 5px; width: 1px; height: auto; }
  .trajectory-line article { padding: 0 0 26px 34px; }
  .trajectory-line article > span { position: static; display: block; margin-bottom: 8px; }
  .trajectory-line i { top: 4px; left: 0; }
  .trajectory-section::before { font-size: 78px; }
  .people-section, .people-layout { min-height: 720px; }
  .people-layout { padding-block: 100px 70px; }
  .people-heading h2 { font-size: 43px; }
  .role-list a { grid-template-columns: 67px 1fr 16px; }
  .contact-details a { font-size: 17px; }
  .footer-layout { grid-template-columns: 1fr; gap: 27px; }
  .footer-brand img { width: 82px; height: 70px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation: none !important; transition: none !important; }
  [data-reveal] { opacity: 1; filter: none; transform: none; }
}
