:root{
  --bg:#07090b;
  --bg-soft:#0d1013;
  --panel:#111519;
  --panel-2:#151a1f;
  --text:#f4f2ec;
  --muted:#9da4a8;
  --line:rgba(255,255,255,.12);
  --line-strong:rgba(255,255,255,.24);
  --accent:#d46c44;
  --accent-soft:#e5a184;
  --max:1440px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--bg);color:var(--text);font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.5;overflow-x:hidden}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%}
button{font:inherit}
::selection{background:var(--accent);color:#fff}
.noise{position:fixed;inset:0;z-index:999;pointer-events:none;opacity:.025;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='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.7'/%3E%3C/svg%3E")}
.site-header{height:82px;position:absolute;z-index:20;left:0;right:0;top:0;display:flex;align-items:center;justify-content:space-between;padding:0 clamp(22px,4vw,68px);border-bottom:1px solid rgba(255,255,255,.14)}
.brand{display:inline-flex;gap:12px;align-items:center;font-family:"Space Grotesk",sans-serif;font-size:17px;font-weight:700;letter-spacing:.16em}
.brand-mark{width:31px;height:31px;fill:none;stroke:currentColor;stroke-width:2.6;stroke-linecap:square;stroke-linejoin:miter}.brand-mark path:last-child{fill:currentColor;stroke:none}
.site-nav{display:flex;align-items:center;gap:34px;font-size:13px;font-weight:500}.site-nav a{opacity:.82;transition:.2s}.site-nav a:hover{opacity:1}.site-nav .nav-cta{border:1px solid var(--line-strong);padding:10px 16px;opacity:1}.menu-button{display:none;background:none;color:inherit;border:0;text-transform:uppercase;letter-spacing:.12em;font-size:12px}
.hero{height:min(920px,100vh);min-height:720px;position:relative;display:flex;align-items:flex-end;overflow:hidden;border-bottom:1px solid var(--line)}
.hero-media{position:absolute;inset:0;background:url('assets/hero-cygnus-loop.webp') center 48%/cover no-repeat;transform:scale(1.045);animation:heroDrift 18s ease-out forwards}
.hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(3,5,6,.91) 0%,rgba(3,5,6,.66) 38%,rgba(3,5,6,.18) 72%,rgba(3,5,6,.4) 100%),linear-gradient(0deg,rgba(3,5,6,.88) 0%,rgba(3,5,6,.05) 52%,rgba(3,5,6,.48) 100%)}
.hero-grid{position:absolute;inset:0;opacity:.13;background-image:linear-gradient(rgba(255,255,255,.1) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.1) 1px,transparent 1px);background-size:100px 100px;mask-image:linear-gradient(90deg,#000,transparent 70%)}
.hero-content{position:relative;z-index:2;padding:0 clamp(22px,7vw,124px) clamp(105px,11vh,140px);max-width:940px}
.eyebrow{margin:0 0 22px;text-transform:uppercase;letter-spacing:.18em;font-size:11px;font-weight:700;color:#d5d3cc}
.hero h1{font-family:"Space Grotesk",sans-serif;font-size:clamp(66px,9.2vw,150px);letter-spacing:-.065em;line-height:.77;margin:0;font-weight:600}.hero h1 span{color:var(--accent-soft);font-weight:500}
.hero-copy{font-size:clamp(16px,1.35vw,20px);max-width:625px;margin:40px 0 0;color:#d2d3d1;line-height:1.65}
.hero-actions{display:flex;gap:12px;margin-top:36px;flex-wrap:wrap}.button{display:inline-flex;align-items:center;justify-content:center;gap:28px;padding:14px 20px;border:1px solid transparent;font-size:13px;font-weight:600;transition:.25s}.button-primary{background:var(--text);color:#111}.button-primary:hover{background:#fff;transform:translateY(-2px)}.button-ghost{border-color:var(--line-strong);backdrop-filter:blur(8px)}.button-ghost:hover{background:rgba(255,255,255,.08)}
.hero-meta{position:absolute;z-index:2;right:clamp(22px,4vw,68px);bottom:42px;display:flex;align-items:center;gap:16px;font-size:9px;letter-spacing:.18em;color:#c8cbca}.hero-meta-line{width:50px;height:1px;background:rgba(255,255,255,.45)}.scroll-cue{position:absolute;right:clamp(22px,4vw,68px);top:50%;z-index:2;display:flex;align-items:center;gap:13px;transform:rotate(90deg) translateX(50%);transform-origin:right center;font-size:9px;text-transform:uppercase;letter-spacing:.2em;color:#c9cbca}.scroll-cue i{display:block;width:42px;height:1px;background:currentColor}
.section{max-width:var(--max);margin:0 auto;padding:130px clamp(22px,5vw,76px)}.section-kicker{font-size:10px;letter-spacing:.19em;text-transform:uppercase;color:#92999d;margin-bottom:46px}.intro-layout{display:grid;grid-template-columns:1.35fr .65fr;gap:80px;align-items:end}.display{font-family:"Space Grotesk",sans-serif;font-size:clamp(44px,6vw,88px);letter-spacing:-.055em;line-height:.95;margin:0;font-weight:500}.intro-copy{max-width:500px}.intro-copy p{font-size:17px;line-height:1.75;margin:0 0 18px}.muted{color:var(--muted)}
.discipline-grid{display:grid;grid-template-columns:repeat(3,1fr);margin-top:100px;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.discipline-card{min-height:340px;position:relative;padding:28px 30px 34px;display:flex;flex-direction:column;justify-content:space-between;border-right:1px solid var(--line);transition:.25s}.discipline-card:last-child{border-right:0}.discipline-card:hover{background:var(--panel)}.card-number{font-size:10px;color:#70787d;letter-spacing:.14em}.discipline-card h3{font-family:"Space Grotesk";font-size:32px;margin:0 0 14px}.discipline-card p{color:var(--muted);font-size:14px;line-height:1.65;max-width:310px;margin:0}.card-arrow{position:absolute;right:27px;top:24px;font-size:22px;color:#777;transition:.25s}.discipline-card:hover .card-arrow{color:var(--accent-soft);transform:translate(3px,-3px)}
.photo-feature{max-width:var(--max);margin:0 auto;padding:60px clamp(22px,5vw,76px) 140px}.photo-panel{height:min(720px,68vw);min-height:470px;max-height:760px;position:relative;overflow:hidden;background:#0c0f12}.photo-panel img{width:100%;height:100%;object-fit:cover;transition:transform 1.2s ease}.photo-panel:hover img{transform:scale(1.018)}.photo-panel-overlay{position:absolute;inset:0;background:linear-gradient(0deg,rgba(4,6,7,.8),transparent 50%)}.photo-caption{position:absolute;bottom:0;left:0;right:0;padding:clamp(24px,4vw,58px);display:flex;align-items:end;justify-content:space-between;gap:40px}.photo-caption h2{font-family:"Space Grotesk";font-size:clamp(48px,7vw,96px);letter-spacing:-.06em;line-height:.9;margin:0}.photo-caption p:last-child{width:260px;color:#d6d5d0;font-size:13px;line-height:1.6;margin:0 0 8px}.photo-stats{display:grid;grid-template-columns:repeat(3,1fr);border-bottom:1px solid var(--line);margin-bottom:110px}.photo-stats div{padding:30px 22px;border-right:1px solid var(--line);display:flex;align-items:baseline;gap:14px}.photo-stats div:last-child{border:0}.photo-stats strong{font-family:"Space Grotesk";font-size:32px;font-weight:500}.photo-stats strong span{font-size:12px;color:var(--muted);margin-left:3px}.photo-stats small{font-size:10px;color:#7f878b;text-transform:uppercase;letter-spacing:.12em}.feature-copy{display:grid;grid-template-columns:1.3fr .7fr;gap:80px;align-items:end}.feature-copy>div:last-child{max-width:500px}.feature-copy p:not(.section-kicker){font-size:16px;color:#b4b9bb;line-height:1.75;margin:0 0 30px}.text-link{display:inline-flex;gap:20px;align-items:center;font-size:13px;font-weight:600;border-bottom:1px solid var(--line-strong);padding-bottom:7px}.text-link span{color:var(--accent-soft)}
.gallery-section{border-top:1px solid var(--line);padding-top:130px}.gallery-heading{display:grid;grid-template-columns:1.2fr .8fr;gap:90px;align-items:end;margin-bottom:68px}.gallery-intro{font-size:16px;color:#aeb4b7;line-height:1.75;max-width:500px;margin:0 0 8px}.gallery-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.gallery-card{height:460px;position:relative;overflow:hidden;background:#0c0f12;border:1px solid rgba(255,255,255,.08)}.gallery-card-wide{height:610px;grid-column:span 2}.gallery-card img{width:100%;height:100%;object-fit:cover;transition:transform 1.1s cubic-bezier(.2,.7,.2,1),filter .4s ease}.gallery-card:hover img{transform:scale(1.025);filter:brightness(1.06)}.gallery-shade{position:absolute;inset:0;background:linear-gradient(0deg,rgba(3,5,6,.82) 0%,rgba(3,5,6,.12) 48%,rgba(3,5,6,.04) 100%);transition:.3s}.gallery-card:hover .gallery-shade{background:linear-gradient(0deg,rgba(3,5,6,.74) 0%,rgba(3,5,6,.06) 50%,rgba(3,5,6,.01) 100%)}.gallery-copy{position:absolute;left:0;right:0;bottom:0;padding:26px 28px;display:flex;align-items:end;justify-content:space-between;gap:24px}.gallery-copy span{display:flex;flex-direction:column;gap:3px}.gallery-copy small{font-size:9px;letter-spacing:.17em;color:#adb5b6}.gallery-copy strong{font-family:"Space Grotesk";font-size:28px;font-weight:500;letter-spacing:-.035em}.gallery-copy i{font-style:normal;font-size:10px;letter-spacing:.08em;text-transform:uppercase;color:#c1c5c4;white-space:nowrap;transform:translateY(-4px)}
.software{border-top:1px solid var(--line)}.software-header{display:grid;grid-template-columns:1.2fr .8fr;gap:90px;align-items:end}.software-header>p{font-size:16px;color:#aeb4b7;line-height:1.75;max-width:500px;margin:0}.project-card{margin-top:90px;border:1px solid var(--line);background:linear-gradient(135deg,#111519,#0c0f12);overflow:hidden}.project-card-top{height:58px;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;padding:0 24px;font-size:10px;letter-spacing:.15em}.status{display:flex;align-items:center;gap:10px;color:#b5babd}.status i{width:7px;height:7px;background:#78a989;border-radius:50%;box-shadow:0 0 0 4px rgba(120,169,137,.1)}.project-year{color:#71797e}.project-body{padding:52px clamp(28px,5vw,68px) 58px;display:grid;grid-template-columns:1.2fr .8fr;gap:80px;align-items:end}.project-body h3{font-family:"Space Grotesk";font-size:clamp(38px,5vw,70px);line-height:.98;letter-spacing:-.05em;margin:0}.project-body>p{font-size:15px;color:#aab0b3;line-height:1.75;max-width:470px;margin:0}.project-ui{height:460px;background:#e7e8e6;margin:0 5vw 5vw;display:flex;border:9px solid #252b30;border-radius:8px 8px 0 0;box-shadow:0 22px 90px rgba(0,0,0,.4);transform:perspective(1500px) rotateX(4deg);transform-origin:center bottom}.ui-sidebar{width:78px;background:#15191d;display:flex;flex-direction:column;align-items:center;padding:22px 0;gap:22px}.ui-logo{width:34px;height:34px;display:grid;place-items:center;background:#d46c44;color:white;font-family:"Space Grotesk";font-weight:700}.ui-item{width:28px;height:5px;border-radius:5px;background:#363d43}.ui-item.active{background:#d46c44}.ui-main{flex:1;background:#f2f3f1;padding:0 28px}.ui-topbar{height:58px;border-bottom:1px solid #d8dbd8;display:flex;align-items:center;justify-content:space-between}.ui-topbar span{width:130px;height:10px;background:#d5d9d7;border-radius:20px}.ui-topbar i{width:28px;height:28px;background:#e2e4e2;border-radius:50%}.ui-title{display:flex;justify-content:space-between;margin:32px 0}.ui-title b{width:180px;height:22px;background:#222b30;border-radius:3px}.ui-title span{width:88px;height:28px;background:#d46c44;border-radius:3px}.ui-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.ui-cards i{height:80px;background:#fff;border:1px solid #dde0de;border-radius:4px}.ui-table{margin-top:22px;border:1px solid #dde0de;background:#fff}.ui-table span{height:42px;display:block;border-bottom:1px solid #e5e7e5}.ui-table span:last-child{border:0}
.production{border-top:1px solid var(--line);padding-bottom:180px}.production-line{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--line);padding-bottom:20px}.production-line .section-kicker{margin:0}.production-line span{font-size:10px;letter-spacing:.18em;color:#858d91}.production-statement{display:grid;grid-template-columns:1.25fr .75fr;gap:100px;margin-top:95px;align-items:end}.production-statement h2{font-family:"Space Grotesk";font-size:clamp(50px,7vw,100px);letter-spacing:-.06em;line-height:.9;font-weight:500;margin:0}.production-statement p{font-size:16px;color:#aeb4b7;line-height:1.8;max-width:470px;margin:0}
.about{background:var(--text);color:#151718;max-width:none;padding-left:max(clamp(22px,5vw,76px),calc((100vw - var(--max))/2 + 76px));padding-right:max(clamp(22px,5vw,76px),calc((100vw - var(--max))/2 + 76px))}.about .section-kicker{color:#73797b}.about-layout{max-width:var(--max);margin:auto;display:grid;grid-template-columns:.2fr 1.15fr .65fr;gap:70px;align-items:start}.about-copy{padding-top:8px}.about-copy p{font-size:15px;line-height:1.8;margin:0 0 24px;color:#4b5052}
.contact{padding-top:150px;padding-bottom:120px}.contact-layout{display:grid;grid-template-columns:1.2fr .8fr;gap:80px;align-items:end}.contact-layout h2{font-family:"Space Grotesk";font-size:clamp(56px,8vw,112px);letter-spacing:-.06em;line-height:.88;margin:0;font-weight:500}.contact-button{border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:28px 0;display:flex;justify-content:space-between;align-items:center;font-size:18px;transition:.25s}.contact-button i{font-style:normal;font-size:26px;color:var(--accent-soft)}.contact-button:hover{padding-left:12px;padding-right:12px;background:var(--panel)}.contact-note{font-size:10px;color:#667075;margin:34px 0 0;letter-spacing:.04em}.site-footer{border-top:1px solid var(--line);min-height:150px;padding:40px clamp(22px,4vw,68px);display:grid;grid-template-columns:1fr 1fr 1fr;align-items:center;color:#777f83;font-size:10px;text-transform:uppercase;letter-spacing:.12em}.footer-brand{color:#eef0ed;font-size:14px}.site-footer p:nth-child(2){text-align:center}.site-footer p:last-child{text-align:right}
.reveal{opacity:0;transform:translateY(22px);transition:opacity .75s ease,transform .75s cubic-bezier(.2,.7,.2,1)}.reveal.visible{opacity:1;transform:none}.delay-1{transition-delay:.1s}.delay-2{transition-delay:.2s}
@keyframes heroDrift{from{transform:scale(1.09)}to{transform:scale(1.045)}}
@media(max-width:900px){.site-header{height:70px}.menu-button{display:block}.site-nav{position:absolute;top:70px;left:0;right:0;background:rgba(7,9,11,.97);border-bottom:1px solid var(--line);padding:22px;display:none;flex-direction:column;align-items:stretch;gap:0}.site-nav.open{display:flex}.site-nav a{padding:14px 0}.site-nav .nav-cta{border:0;padding:14px 0}.hero{min-height:680px}.hero-content{padding-bottom:105px}.hero h1{font-size:clamp(62px,17vw,110px)}.hero-meta,.scroll-cue{display:none}.intro-layout,.feature-copy,.software-header,.gallery-heading,.project-body,.production-statement,.contact-layout{grid-template-columns:1fr;gap:36px}.discipline-grid{grid-template-columns:1fr}.discipline-card{min-height:260px;border-right:0;border-bottom:1px solid var(--line)}.discipline-card:last-child{border-bottom:0}.gallery-card,.gallery-card-wide{height:430px;grid-column:auto}.gallery-grid{grid-template-columns:1fr}.photo-caption{display:block}.photo-caption p:last-child{margin-top:20px;width:auto}.photo-stats div{display:block}.photo-stats small{display:block;margin-top:5px}.project-ui{height:330px;margin:0 18px 18px}.about-layout{grid-template-columns:1fr;gap:30px}.about-layout .section-kicker{margin-bottom:0}.site-footer{grid-template-columns:1fr;gap:28px}.site-footer p:nth-child(2),.site-footer p:last-child{text-align:left;margin:0}}
@media(max-width:560px){.section{padding-top:92px;padding-bottom:92px}.hero{height:790px}.hero-media{background-position:58% center}.hero-content{padding-bottom:86px}.hero h1{font-size:60px;line-height:.82}.hero-copy{font-size:15px;margin-top:28px}.hero-actions{display:grid}.button{width:100%}.display{font-size:46px}.photo-feature{padding-bottom:100px}.gallery-section{padding-top:92px}.gallery-card,.gallery-card-wide{height:360px}.gallery-copy{padding:20px}.gallery-copy strong{font-size:23px}.gallery-copy i{display:none}.photo-panel{min-height:520px}.photo-caption h2{font-size:54px}.photo-stats{grid-template-columns:1fr}.photo-stats div{border-right:0;border-bottom:1px solid var(--line)}.project-body{padding:38px 24px}.project-ui{height:260px;border-width:5px}.ui-sidebar{width:44px}.ui-main{padding:0 14px}.ui-cards{gap:7px}.production-statement h2{font-size:55px}.contact-layout h2{font-size:60px}.brand{font-size:14px}.brand-mark{width:27px;height:27px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.reveal{opacity:1;transform:none;transition:none}.hero-media{animation:none}}
