:root{
  --bg:#ffffff;
  --surface:#ffffff;
  --surface-elevated:rgba(255,255,255,.96);
  --text:#1d1d1f;
  --text-soft:#424245;
  --text-muted:#6e6e73;
  --line:rgba(210,210,215,.92);
  --line-soft:rgba(210,210,215,.6);
  --accent:#2997ff;
  --accent-press:#1588ff;
  --radius-xl:24px;
  --radius-lg:18px;
  --radius-pill:999px;
  --shadow-lg:0 28px 80px rgba(0,0,0,.10);
  --shadow-md:0 14px 36px rgba(0,0,0,.10);
  --section-space:clamp(104px, 11vw, 144px);
}

*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{
  min-height:100vh;
  font-family:-apple-system, BlinkMacSystemFont, "SF Pro Text", "SF Pro Display", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background:var(--bg);
  color:var(--text);
  line-height:1.45;
  overflow-x:hidden;
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
}

img,
video{display:block;max-width:100%}
a{color:inherit;text-decoration:none}

.container{
  width:min(1280px, calc(100% - 56px));
  margin-inline:auto;
}

.site-header{
  position:sticky;
  top:0;
  z-index:50;
  background:rgba(250,250,252,.84);
  border-bottom:1px solid var(--line-soft);
  backdrop-filter:saturate(180%) blur(18px);
}

.header-row{
  min-height:80px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
}

.header-left{
  display:flex;
  align-items:center;
  gap:28px;
  min-width:0;
}

.brand{
  display:inline-flex;
  align-items:center;
  gap:14px;
  flex-shrink:0;
}

.brand-mark{
  width:66px;
  height:66px;
  display:grid;
  place-items:center;
  border-radius:18px;
  border:1px solid var(--line);
  background:#fff;
  box-shadow:0 8px 20px rgba(0,0,0,.06);
}

.brand-mark img{
  width:40px;
  height:40px;
  object-fit:contain;
}

.brand-wordmark{
  font-size:18px;
  font-weight:650;
  letter-spacing:-.01em;
  color:var(--text);
}

.nav-links{
  display:flex;
  align-items:center;
  gap:6px;
}

.nav-links a,
.mobile-nav a{
  display:inline-flex;
  align-items:center;
  min-height:40px;
  padding:0 14px;
  border-radius:var(--radius-pill);
  font-size:14px;
  font-weight:500;
  color:#3a3a3c;
  transition:background-color .2s ease,color .2s ease;
}

.nav-links a:hover,
.mobile-nav a:hover{
  background:#fff;
  color:var(--text);
}

.burger{
  display:none;
  width:40px;
  height:40px;
  align-items:center;
  justify-content:center;
  border-radius:999px;
  border:1px solid var(--line);
  background:#fff;
  color:var(--text);
}

.mobile-nav{
  display:none;
}

.hero{
  position:relative;
  min-height:calc(100vh - 80px);
  display:grid;
  background:#fff;
}

.hero-media{
  position:absolute;
  inset:0;
  overflow:hidden;
}

.hero-video{
  width:100%;
  height:100%;
  object-fit:cover;
  filter:saturate(.84) contrast(.94) brightness(1.12);
}

.hero-overlay{
  position:absolute;
  inset:0;
  background:
    linear-gradient(180deg, rgba(255,255,255,.66) 0%, rgba(255,255,255,.52) 42%, rgba(245,245,247,.68) 100%),
    linear-gradient(90deg, rgba(255,255,255,.70) 0%, rgba(255,255,255,.38) 42%, rgba(255,255,255,.52) 100%);
}

.hero-inner{
  position:relative;
  z-index:1;
  display:flex;
  align-items:flex-end;
  width:100%;
  padding:132px clamp(24px, 3.5vw, 56px) 108px;
}

.hero-copy{
  max-width:800px;
  color:var(--text);
}

.eyebrow{
  font-size:11px;
  font-weight:650;
  letter-spacing:.16em;
  text-transform:uppercase;
  color:var(--text-muted);
}

.hero .eyebrow{
  margin-bottom:18px;
  color:var(--text-muted);
}

.hero h1{
  max-width:11.8ch;
  font-size:clamp(3.2rem, 7vw, 7rem);
  font-weight:700;
  line-height:.95;
  letter-spacing:-.06em;
  text-wrap:balance;
}

.hero h1 span{
  display:block;
}

.hero-actions{
  margin-top:30px;
  display:flex;
  flex-wrap:wrap;
  gap:12px;
}

.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:48px;
  padding:10px 20px;
  border-radius:var(--radius-pill);
  border:1px solid var(--line);
  font-size:15px;
  font-weight:600;
  letter-spacing:-.01em;
  transition:transform .18s ease, background-color .18s ease, border-color .18s ease;
}

.btn:hover{transform:translateY(-1px)}

.btn-primary{
  background:var(--accent);
  border-color:var(--accent);
  color:#fff;
  box-shadow:0 10px 24px rgba(41,151,255,.18);
}

.btn-primary:hover{
  background:var(--accent-press);
  border-color:var(--accent-press);
}

.careers-section{
  padding-block:var(--section-space);
  color:var(--text);
  background:linear-gradient(180deg, #ffffff 0%, #f6f6f8 100%);
}

.careers-grid{
  display:grid;
  grid-template-columns:minmax(0, 1.15fr) minmax(340px, 420px);
  gap:clamp(40px, 6vw, 72px);
  align-items:start;
}

.careers-copy{
  max-width:700px;
}

.careers-copy .eyebrow{
  margin-bottom:18px;
}

.careers-copy h2{
  max-width:12ch;
  font-size:clamp(2rem, 4vw, 3.5rem);
  line-height:1.03;
  letter-spacing:-.04em;
  font-weight:700;
}

.lead{
  margin-top:24px;
  max-width:60ch;
  font-size:clamp(1rem, 1.5vw, 1.125rem);
  line-height:1.62;
  color:var(--text-soft);
}

.body-copy{
  margin-top:18px;
  max-width:60ch;
  font-size:1.0625rem;
  line-height:1.72;
  color:var(--text-muted);
}

.chip-row{
  margin-top:28px;
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  max-width:680px;
}

.chip{
  display:inline-flex;
  align-items:center;
  min-height:40px;
  padding:10px 16px;
  border-radius:var(--radius-pill);
  border:1px solid var(--line);
  background:#fff;
  color:#1d1d1f;
  font-size:14px;
  font-weight:500;
  letter-spacing:-.01em;
  box-shadow:0 4px 12px rgba(0,0,0,.03);
}

.apply-card{
  display:grid;
  gap:18px;
  padding:32px;
  border-radius:var(--radius-xl);
  border:1px solid rgba(210,210,215,.92);
  background:
    linear-gradient(180deg, rgba(255,255,255,.98), rgba(250,250,252,.92)),
    var(--surface-elevated);
  box-shadow:var(--shadow-lg);
  backdrop-filter:blur(16px);
}

.apply-card .eyebrow{
  color:var(--text-muted);
}

.apply-card h3{
  max-width:11ch;
  font-size:clamp(1.8rem, 3vw, 2.45rem);
  line-height:1.05;
  letter-spacing:-.03em;
  font-weight:700;
  color:var(--text);
}

.card-copy{
  max-width:56ch;
  font-size:1rem;
  line-height:1.65;
  color:var(--text-soft);
}

.role-list{
  display:grid;
  gap:12px;
  padding-top:4px;
}

.role-list li{
  list-style:none;
  position:relative;
  padding-left:18px;
  color:var(--text);
  line-height:1.55;
  font-size:15px;
}

.role-list li::before{
  content:"";
  position:absolute;
  left:0;
  top:.68em;
  width:6px;
  height:6px;
  border-radius:999px;
  background:#8cc8ff;
}

.apply-button{
  justify-self:start;
  margin-top:6px;
  min-width:210px;
}

.support-copy{
  max-width:52ch;
  font-size:.95rem;
  line-height:1.65;
  color:var(--text-soft);
}

.fine-print{
  max-width:52ch;
  font-size:.82rem;
  line-height:1.6;
  color:var(--text-muted);
}

.site-footer{
  padding:0 0 36px;
}

.footer-inner{
  color:var(--text-muted);
  font-size:12px;
  text-align:center;
}

[data-animate]{
  opacity:0;
  transform:translateY(24px);
  transition:opacity .65s ease, transform .65s cubic-bezier(.2,.65,.2,1);
}

[data-animate].is-visible{
  opacity:1;
  transform:translateY(0);
}

@media(max-width:980px){
  .container{
    width:min(1280px, calc(100% - 40px));
  }

  .nav-links{
    display:none;
  }

  .header-left{
    gap:18px;
  }

  .burger{
    display:inline-flex;
  }

  .mobile-nav{
    display:none;
    padding:0 0 14px;
    flex-direction:column;
    gap:6px;
  }

  .mobile-nav.open{
    display:flex;
  }

  .mobile-nav a{
    border:1px solid var(--line);
    background:#fff;
  }

  .hero{
    min-height:76vh;
  }

  .hero-inner{
    padding:112px 26px 88px;
  }

  .hero h1{
    max-width:12.4ch;
  }

  .careers-section{
    padding-block:96px;
  }

  .careers-grid{
    grid-template-columns:1fr;
    gap:40px;
  }

  .apply-card{
    max-width:680px;
  }
}

@media(max-width:640px){
  .container{
    width:calc(100% - 24px);
  }

  .hero{
    min-height:72vh;
  }

  .hero-inner{
    padding:96px 20px 72px;
  }

  .hero h1{
    max-width:13ch;
    line-height:.98;
  }

  .careers-section{
    padding-block:72px;
  }

  .lead,
  .body-copy,
  .card-copy{
    font-size:1rem;
  }

  .chip-row{
    gap:10px;
  }

  .chip{
    min-height:38px;
    padding:9px 14px;
    font-size:13px;
  }

  .apply-card{
    padding:24px;
    border-radius:22px;
  }

  .apply-button,
  .btn{
    width:100%;
  }

  .apply-button{
    min-width:0;
  }
}
