:root{
  --bg:#061015;
  --bg2:#09161d;
  --panel:rgba(11,30,39,.78);
  --panel2:rgba(10,25,33,.9);
  --line:rgba(154,221,240,.20);
  --line-strong:rgba(154,221,240,.34);
  --text:#f4f7f8;
  --muted:#aebcc2;
  --accent:#86e8ff;
  --accent2:#52c8e9;
  --success:#68efa9;
  --max:1120px;
  --radius:28px;
  --shadow:0 24px 80px rgba(0,0,0,.28);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  background:
    radial-gradient(circle at 18% 4%, rgba(39,126,153,.16), transparent 28rem),
    radial-gradient(circle at 82% 24%, rgba(32,95,115,.11), transparent 32rem),
    linear-gradient(180deg,#061015 0%,#07131a 50%,#061015 100%);
  color:var(--text);
  font-family:Inter,Arial,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  line-height:1.55;
  overflow-x:hidden;
}
.noise{
  position:fixed;inset:0;pointer-events:none;z-index:-1;opacity:.34;
  background-image:
    radial-gradient(circle at 12% 18%,rgba(255,255,255,.20) 0 1px,transparent 1.5px),
    radial-gradient(circle at 72% 10%,rgba(255,255,255,.12) 0 1px,transparent 1.4px),
    radial-gradient(circle at 46% 64%,rgba(255,255,255,.10) 0 1px,transparent 1.5px),
    radial-gradient(circle at 90% 78%,rgba(255,255,255,.12) 0 1px,transparent 1.3px);
  background-size:170px 190px,230px 240px,190px 220px,260px 280px;
}
a{color:inherit}
.site-header{
  width:min(calc(100% - 40px),var(--max));
  height:86px;margin:auto;display:flex;align-items:center;justify-content:space-between;
  position:relative;z-index:20;
}
.brand{display:flex;align-items:center;gap:14px;text-decoration:none;font:700 19px/1 Inter,Arial,sans-serif}
.brand-mark{
  width:50px;height:50px;border:1px solid var(--line-strong);border-radius:17px;
  display:grid;place-items:center;color:var(--accent);
  background:linear-gradient(145deg,rgba(134,232,255,.08),rgba(134,232,255,.02));
  box-shadow:inset 0 0 28px rgba(134,232,255,.05);
}
.nav{display:flex;align-items:center;gap:26px;font-size:14px;color:#c8d4d8}
.nav a{text-decoration:none;transition:.2s}
.nav a:hover{color:white}
.nav-cta{border:1px solid var(--line);padding:10px 16px;border-radius:999px}
.menu-toggle{display:none;background:none;border:0;width:42px;height:42px;padding:7px}
.menu-toggle span{display:block;height:2px;background:#d9e5e8;margin:6px;border-radius:2px}
.section-shell{width:min(calc(100% - 40px),var(--max));margin:auto}
.hero{padding:116px 0 72px}
.eyebrow,.section-label,.kicker,.mini-label,.type{
  color:var(--accent);font-size:13px;font-weight:800;letter-spacing:.22em;text-transform:uppercase
}
h1,h2,h3,h4{font-family:Inter,Arial,sans-serif;letter-spacing:-.04em;margin-top:0}
h1{font-size:clamp(52px,7.2vw,96px);line-height:.98;max-width:930px;margin:28px 0 32px;font-weight:600}
h2{font-size:clamp(39px,5vw,67px);line-height:1.04;margin-bottom:22px;font-weight:600}
h3{font-size:clamp(26px,3vw,39px);line-height:1.1;margin-bottom:18px;font-weight:600}
h4{font-size:24px;line-height:1.16;margin-bottom:14px;font-weight:600}
.hero-copy,.lead{font-size:21px;line-height:1.75;color:var(--muted);max-width:820px}
.location-line{display:flex;align-items:center;gap:11px;flex-wrap:wrap;color:#aebcc2;margin:30px 0 0;font-size:14px}
.location-line strong{color:#d6f8ff;font-weight:600}
.dot,.status-dot{width:9px;height:9px;background:var(--success);border-radius:50%;box-shadow:0 0 18px rgba(104,239,169,.45)}
.hero-actions,.contact-actions{display:flex;gap:12px;flex-wrap:wrap;margin:34px 0 54px}
.button{
  border:1px solid var(--line-strong);background:rgba(7,19,25,.52);color:#edf7fa;text-decoration:none;
  padding:15px 23px;border-radius:999px;font:600 15px/1 Inter,sans-serif;cursor:pointer;transition:.2s;
}
.button:hover{transform:translateY(-1px);border-color:rgba(134,232,255,.62)}
.button.primary{background:var(--accent);color:#041015;border-color:var(--accent);font-weight:800}
.button.ghost{background:transparent}
.fact-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:74px}
.fact-card{
  min-height:145px;border:1px solid var(--line);border-radius:24px;padding:26px 30px;
  background:linear-gradient(145deg,rgba(15,33,42,.72),rgba(9,24,31,.72));display:flex;flex-direction:column;justify-content:center
}
.fact-value{font:600 24px/1.2 Inter,Arial,sans-serif}
.fact-label{color:var(--muted);margin-top:8px}
.positioning-card{
  max-width:760px;border:1px solid rgba(95,196,226,.30);border-radius:32px;padding:42px;
  background:radial-gradient(circle at 80% 12%,rgba(66,190,222,.11),transparent 38%),rgba(8,27,36,.72);box-shadow:var(--shadow)
}
.availability{display:flex;align-items:center;gap:12px;color:#b5c8cf;margin-bottom:50px}
.positioning-card h2{font-size:clamp(38px,5vw,62px);max-width:620px}
.positioning-card p{font-size:18px;line-height:1.8;color:var(--muted);max-width:650px}
.chip-row{display:flex;flex-wrap:wrap;gap:10px;margin-top:28px}
.chip-row span,.project-status span,.skills-list span{
  border:1px solid var(--line);border-radius:999px;padding:9px 14px;color:#c6d9df;background:rgba(255,255,255,.02);font-size:13px
}
.project-section,.approach-section,.selected-work,.about-section,.contact-section{padding:120px 0}
.project-heading{display:grid;grid-template-columns:1.4fr .9fr;gap:55px;align-items:end;margin-top:22px}
.project-heading h2{font-size:clamp(52px,7vw,86px);margin-bottom:16px}
.project-status{display:flex;gap:9px;flex-wrap:wrap;justify-content:flex-end;padding-bottom:18px}
.project-status span{color:#bceef9}
.project-overview{display:grid;grid-template-columns:1.25fr .75fr;gap:20px;margin-top:42px}
.role-panel,.production-panel{
  border:1px solid var(--line);border-radius:var(--radius);background:var(--panel);padding:38px;box-shadow:var(--shadow)
}
.role-panel p,.role-panel li,.production-copy p{color:var(--muted);font-size:16px;line-height:1.75}
.role-panel ul{padding-left:22px}
.role-panel li{margin:7px 0}
.production-panel{display:flex;flex-direction:column;justify-content:space-between;min-height:460px;overflow:hidden}
.production-visual{height:260px;position:relative;display:grid;place-items:center}
.ring{position:absolute;border:1px solid rgba(134,232,255,.15);border-radius:50%}
.ring.one{width:220px;height:220px}
.ring.two{width:150px;height:150px}
.core{
  width:82px;height:82px;border-radius:24px;border:1px solid var(--line-strong);display:grid;place-items:center;
  color:var(--accent);font:800 28px/1 Inter,Arial,sans-serif;background:rgba(134,232,255,.06);box-shadow:0 0 50px rgba(134,232,255,.10)
}
.production-copy strong{display:block;font:600 25px/1.2 Inter,Arial,sans-serif;margin:8px 0 8px}
.case-tabs{display:flex;gap:0;overflow:auto;border:1px solid var(--line);border-radius:18px 18px 0 0;margin-top:34px;background:rgba(6,18,24,.75)}
.tab{appearance:none;border:0;border-right:1px solid var(--line);background:transparent;color:#93a8af;padding:17px 24px;font:600 14px/1 Inter;cursor:pointer;white-space:nowrap}
.tab.active{background:rgba(134,232,255,.08);color:white;box-shadow:inset 0 -3px var(--accent)}
.case-panel{display:none;border:1px solid var(--line);border-top:0;border-radius:0 0 var(--radius) var(--radius);padding:44px;background:rgba(8,24,32,.76)}
.case-panel.active{display:block}
.case-intro h3{max-width:760px;margin-top:20px}
.psr-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:15px;margin-top:28px}
.psr-grid article{border:1px solid var(--line);border-radius:22px;padding:25px;background:rgba(255,255,255,.018)}
.psr-grid article span{font-weight:700;color:#d5f6ff}
.psr-grid article p{color:var(--muted);line-height:1.65;margin-bottom:0}
.flow-card{
  margin-top:18px;border:1px solid rgba(134,232,255,.18);border-radius:20px;padding:21px;
  display:flex;align-items:center;gap:13px;flex-wrap:wrap;background:rgba(134,232,255,.03)
}
.flow-card span{border:1px solid var(--line);border-radius:999px;padding:8px 12px;color:#c8d8dd;font-size:13px}
.flow-card b{color:var(--accent);font-weight:500}
.section-break{margin:105px 0 34px}
.section-break h3{font-size:clamp(42px,5vw,64px);margin:16px 0}
.system-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}
.system-card,.other-card{
  border:1px solid var(--line);border-radius:26px;padding:34px;background:linear-gradient(145deg,rgba(11,31,40,.83),rgba(8,22,29,.8));
  transition:.25s
}
.system-card:hover,.other-card:hover{transform:translateY(-3px);border-color:rgba(134,232,255,.36)}
.system-card .icon{width:60px;height:60px;border-radius:17px;display:grid;place-items:center;background:#0b3342;color:var(--accent);font-size:25px;margin-bottom:33px}
.system-card p,.other-card p{color:var(--muted);line-height:1.75}
.tags,.focus-line{display:block;color:#b6edf9;margin-top:24px;font-size:13px;letter-spacing:.02em}
.approach-section h2,.selected-work h2,.about-section h2,.contact-section h2{margin-top:18px}
.narrow{max-width:680px}
.approach-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px;margin-top:46px}
.approach-grid article{border:1px solid var(--line);border-radius:26px;padding:36px;background:var(--panel)}
.approach-grid article span{font:800 22px/1 Inter,Arial;color:var(--accent)}
.approach-grid h3{font-size:29px;margin:28px 0 10px}
.approach-grid p{color:var(--muted)}
.other-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px;margin-top:48px}
.other-card{min-height:285px;display:flex;flex-direction:column}
.other-card h3{margin-top:18px}
.other-card p{flex:1}
.about-section{display:grid;grid-template-columns:.8fr 1.2fr;gap:72px;border-top:1px solid var(--line)}
.about-copy p{font-size:18px;color:var(--muted);line-height:1.8}
.skills-list{display:flex;flex-wrap:wrap;gap:9px;margin-top:28px}
.contact-section{text-align:center;border:1px solid var(--line);border-radius:36px;padding:70px 30px;margin-top:70px;margin-bottom:95px;background:radial-gradient(circle at 50% 0,rgba(62,181,214,.11),transparent 55%),var(--panel)}
.contact-section p{color:var(--muted);font-size:17px}
.contact-actions{justify-content:center;margin-bottom:0}
footer{
  width:min(calc(100% - 40px),var(--max));margin:auto;border-top:1px solid var(--line);padding:28px 0 40px;
  display:flex;justify-content:space-between;gap:20px;color:#74878e;font-size:12px
}
.toast{
  position:fixed;left:50%;bottom:28px;transform:translate(-50%,20px);background:#dffbff;color:#061116;
  padding:11px 16px;border-radius:999px;font-size:13px;font-weight:700;opacity:0;pointer-events:none;transition:.2s;z-index:50
}
.toast.show{opacity:1;transform:translate(-50%,0)}

@media(max-width:850px){
  .site-header{height:72px}
  .menu-toggle{display:block}
  .nav{
    position:absolute;top:68px;right:0;display:none;flex-direction:column;align-items:stretch;gap:0;width:220px;
    border:1px solid var(--line);border-radius:20px;padding:10px;background:#09161d;box-shadow:var(--shadow)
  }
  .nav.open{display:flex}
  .nav a{padding:12px 14px}
  .nav-cta{border:0;border-radius:12px;background:rgba(134,232,255,.08)}
  .hero{padding-top:86px}
  h1{font-size:clamp(50px,13vw,72px)}
  .fact-grid,.project-heading,.project-overview,.psr-grid,.about-section{grid-template-columns:1fr}
  .project-status{justify-content:flex-start}
  .system-grid,.approach-grid,.other-grid{grid-template-columns:1fr}
  .production-panel{min-height:390px}
}
@media(max-width:560px){
  .section-shell,.site-header,footer{width:min(calc(100% - 30px),var(--max))}
  .hero{padding-top:64px}
  .eyebrow,.section-label,.kicker,.mini-label,.type{font-size:11px;letter-spacing:.18em}
  h1{font-size:49px}
  h2{font-size:42px}
  h3{font-size:29px}
  .hero-copy,.lead{font-size:17px;line-height:1.68}
  .location-line .sep{display:none}
  .location-line{align-items:flex-start}
  .button{padding:14px 18px}
  .hero-actions{margin-bottom:40px}
  .fact-grid{gap:12px;margin-bottom:52px}
  .fact-card{min-height:124px;padding:23px}
  .positioning-card,.role-panel,.production-panel,.case-panel{padding:28px 24px}
  .positioning-card h2{font-size:40px}
  .project-section,.approach-section,.selected-work,.about-section,.contact-section{padding-top:88px;padding-bottom:88px}
  .project-heading h2{font-size:58px}
  .case-tabs{border-radius:15px 15px 0 0}
  .tab{padding:15px 18px}
  .flow-card{align-items:flex-start}
  .flow-card b{display:none}
  .system-card,.other-card,.approach-grid article{padding:28px 24px}
  .section-break{margin-top:76px}
  footer{flex-direction:column}
}
