@font-face{font-family:"Scota";src:url("fonts/Scota.otf") format("opentype");font-weight:400 900;font-display:swap;}
*{box-sizing:border-box;}
html,body{margin:0;padding:0;background:#08080a;}
body{color:#f2f2f0;font-family:Inter,system-ui,sans-serif;overflow-x:clip;}
a{color:#00AAE1;text-decoration:none;}
a:hover{color:#4fc9ef;text-decoration:underline;}
::selection{background:#00AAE1;color:#fff;}
img{display:block;}

.shell{display:flex;align-items:flex-start;min-height:100vh;}
.rail{position:sticky;top:0;align-self:flex-start;flex:0 0 300px;height:100vh;background:#000;padding:clamp(24px,3vw,40px);display:flex;flex-direction:column;justify-content:space-between;gap:40px;z-index:30;}
.rail-top{display:flex;flex-direction:column;gap:34px;}
.rail-logo img{height:42px;width:auto;}
.rail-bottom{display:flex;flex-direction:column;gap:22px;}
.nav{display:flex;flex-direction:column;gap:13px;align-items:flex-start;}
.nav a{font-size:12px;letter-spacing:.14em;text-transform:uppercase;color:#8b8b8d;transition:color .18s ease;}
.nav a:hover{color:#f2f2f0;text-decoration:none;}
.nav a[aria-current="page"]{color:#f2f2f0;}
.meta{display:flex;flex-direction:column;gap:22px;}
.meta-item{display:flex;flex-direction:column;gap:6px;}
.meta-label{font-size:11px;letter-spacing:.18em;text-transform:uppercase;color:#4d4d4f;}
.meta-value{font-size:15px;color:#f2f2f0;}
.pill{align-self:flex-start;background:#00AAE1;color:#062430;font-size:13px;font-weight:500;padding:9px 20px;border-radius:999px;white-space:nowrap;transition:background .18s ease,transform .18s ease;}
.pill:hover{background:#0091c4;color:#062430;text-decoration:none;}
.pill:active{transform:scale(.98);}
.ghost{border:1px solid #3a3a3d;color:#f2f2f0;font-size:13px;font-weight:500;padding:9px 20px;border-radius:999px;white-space:nowrap;transition:border-color .18s ease,color .18s ease;}
.ghost:hover{border-color:#f2f2f0;color:#f2f2f0;text-decoration:none;}
.burger{display:none;appearance:none;background:none;border:0;padding:12px;margin:0;cursor:pointer;flex-direction:column;justify-content:center;align-items:center;gap:4px;width:44px;height:44px;flex-shrink:0;}
.burger span{display:block;width:20px;height:1.5px;background:#f2f2f0;transition:transform .2s ease,opacity .2s ease;}
.burger.is-open span:nth-child(1){transform:translateY(5.5px) rotate(45deg);}
.burger.is-open span:nth-child(2){opacity:0;}
.burger.is-open span:nth-child(3){transform:translateY(-5.5px) rotate(-45deg);}

.main{flex:1;min-width:0;min-height:100vh;display:flex;flex-direction:column;background:#141418;}

.hero{position:relative;min-height:100vh;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-end;gap:clamp(30px,4vw,40px);padding:clamp(80px,10vw,140px) clamp(32px,5vw,64px) clamp(96px,10vw,120px);overflow:hidden;}
.hero h1{margin:0;max-width:20ch;font-family:Scota,Inter,sans-serif;font-weight:900;font-size:clamp(46px,6.2vw,82px);line-height:1.04;color:#f2f2f0;text-wrap:pretty;}
.caret{display:inline-block;width:.055em;height:.86em;margin-left:.1em;vertical-align:-.06em;background:#00AAE1;animation:og-pulse 1.1s steps(1,end) infinite;}
.scroll-hint{position:absolute;bottom:36px;left:clamp(32px,5vw,64px);font-size:11px;letter-spacing:.22em;text-transform:uppercase;color:#4d4d4f;animation:og-fade 1s ease 1.2s both;}

.careers{background:#00AAE1;color:#062430;min-height:100vh;display:flex;align-items:center;padding:clamp(80px,11vw,140px) clamp(32px,5vw,64px);}
.careers-inner{max-width:1120px;width:100%;}
.careers h2{margin:0 0 56px;font-family:Scota,Inter,sans-serif;font-weight:900;font-size:clamp(32px,4.4vw,58px);line-height:1.1;max-width:20ch;text-wrap:balance;}
.roles{display:flex;flex-direction:column;}
.role{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:26px 0;border-top:1px solid rgba(0,0,0,.22);color:#062430;transition:padding-left .25s ease;}
.role:hover{padding-left:12px;color:#062430;text-decoration:none;}
.role-title{font-size:clamp(19px,2.2vw,26px);font-weight:600;letter-spacing:-.01em;}
.role-right{display:flex;align-items:center;gap:22px;flex-shrink:0;}
.role-place{font-size:13px;color:rgba(6,36,48,.72);}
.role-arrow{font-size:20px;line-height:1;}
.roles-foot{border-top:1px solid rgba(0,0,0,.22);padding-top:26px;font-size:14px;color:rgba(6,36,48,.82);}
.roles-foot a{color:#062430;text-decoration:underline;}
.roles-foot a:hover{color:#062430;}

.article{max-width:820px;padding:96px clamp(32px,5vw,64px) 120px;}
.back{display:inline-block;margin-bottom:28px;font-size:13px;color:#6a6a6c;transition:color .18s ease;}
.back:hover{color:#f2f2f0;text-decoration:none;}
.article h1{margin:0 0 28px;font-family:Scota,Inter,sans-serif;font-weight:900;font-size:clamp(34px,4.6vw,56px);line-height:1.04;color:#f2f2f0;text-wrap:balance;}
.lede{margin:0 0 56px;font-size:18px;line-height:1.65;color:#a8a8a6;text-wrap:pretty;}
.job-meta{display:none;align-items:center;flex-wrap:wrap;gap:12px;margin:-12px 0 28px;}
.job-meta span{font-size:13px;color:#f2f2f0;}
.job-meta .dot{width:4px;height:4px;border-radius:50%;background:#00AAE1;}
.sections{display:flex;flex-direction:column;gap:48px;}
.sections section{display:flex;flex-direction:column;gap:18px;}
.sections h2{margin:0;font-size:13px;letter-spacing:.16em;text-transform:uppercase;color:#6a6a6c;}
.sections p{margin:0;font-size:16px;line-height:1.7;color:#c9c9c7;text-wrap:pretty;}
.paras{display:flex;flex-direction:column;gap:16px;}
.bullets{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:14px;}
.bullets li{display:flex;gap:14px;font-size:16px;line-height:1.6;color:#c9c9c7;text-wrap:pretty;}
.bullets li::before{content:"";flex-shrink:0;width:5px;height:5px;border-radius:50%;background:#00AAE1;margin-top:10px;}
.card{margin-top:72px;max-width:820px;padding:clamp(24px,4vw,36px);border-radius:24px;background:#1b1b20;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:24px;}
.card-copy{display:flex;flex-direction:column;gap:6px;flex:1 1 100%;}
.card-title{font-size:17px;font-weight:600;color:#f2f2f0;text-wrap:pretty;}
.card-text{font-size:14px;line-height:1.55;color:#88888a;}
.card-actions{display:flex;flex-wrap:wrap;align-items:center;gap:14px;}

.map-wrap{max-width:820px;}
.map-wrap svg{width:100%;height:auto;}
.controls{margin-top:40px;display:flex;flex-wrap:wrap;gap:16px;align-items:center;}
.replay{appearance:none;background:none;border:1px solid #3a3a3d;color:#8b8b8d;font-family:inherit;font-size:13px;font-weight:500;padding:9px 20px;border-radius:999px;cursor:pointer;transition:border-color .18s ease,color .18s ease;}
.replay:hover{border-color:#f2f2f0;color:#f2f2f0;}
.pin{opacity:0;transition:opacity .6s ease;}
.ring{animation:og-ring 2.6s ease-out infinite;}

footer{margin-top:auto;border-top:1px solid #1c1c1f;padding:clamp(48px,7vw,72px) clamp(32px,5vw,64px) 48px;}
.foot-row{max-width:1120px;display:flex;flex-wrap:wrap;gap:20px;justify-content:space-between;align-items:center;}
.foot-note{display:inline-flex;align-items:center;gap:10px;font-size:12px;color:#6a6a6c;}
.badge{display:inline-flex;align-items:center;justify-content:center;width:26px;height:26px;border-radius:50%;border:1px solid #3a3a3d;font-size:10px;font-weight:600;color:#9a9a99;}
.foot-link{display:inline-flex;align-items:center;gap:9px;font-size:12px;color:#6a6a6c;transition:color .18s ease;}
.foot-link:hover{color:#f2f2f0;text-decoration:none;}

[data-reveal]{opacity:0;transform:translateY(28px);transition:opacity .9s cubic-bezier(.22,.61,.36,1),transform .9s cubic-bezier(.22,.61,.36,1);}
[data-reveal].is-in{opacity:1;transform:none;}
@keyframes og-pulse{0%,100%{opacity:1;}50%{opacity:.22;}}
@keyframes og-fade{from{opacity:0;}to{opacity:1;}}
@keyframes og-ring{0%{r:6;opacity:.55;}70%{r:22;opacity:0;}100%{r:22;opacity:0;}}

@media (max-width:899px){
  .shell{flex-direction:column;}
  .rail{position:sticky;top:0;height:auto;flex:0 0 auto;width:100%;flex-direction:row;align-items:center;justify-content:space-between;padding:16px 20px;gap:16px;}
  .rail-top{flex-direction:row;align-items:center;gap:14px;}
  .rail-bottom{flex-direction:row;align-items:center;gap:14px;}
  .meta{display:none;}
  .burger{display:flex;}
  .nav{display:none;position:absolute;top:100%;left:0;right:0;background:#000;border-top:1px solid #1c1c1f;padding:6px 20px 14px;z-index:40;}
  .nav.is-open{display:flex;}
  .nav a{font-size:13px;padding:14px 0;}
  .hero{background:#000;min-height:calc(100vh - 74px);padding:88px 20px 176px;gap:28px;}
  .hero h1{font-size:clamp(34px,7vw,56px);max-width:18ch;line-height:1.08;}
  .scroll-hint{left:20px;bottom:120px;}
  .careers{min-height:auto;padding:clamp(72px,11vw,110px) 20px;}
  .article{padding:48px 20px 80px;}
  .job-meta{display:flex;}
  footer{padding:clamp(40px,7vw,64px) 20px 44px;}
}
@media (prefers-reduced-motion:reduce){
  [data-reveal]{opacity:1;transform:none;}
}