/*
Theme Name: Superstream 2026
Theme URI: https://superstre.am
Author: Superstream
Description: Custom one-page brand theme for Superstream — dark petrol aesthetic, GSAP-driven motion.
Version: 1.5.2
Requires PHP: 7.4
License: Proprietary
Text Domain: superstream2026
*/

:root {
  --petrol: #0E5569;
  --petrol-bright: #177d99;
  --petrol-deep: #07333f;
  --ink: #030f14;
  --ink-2: #061c24;
  --beige: #D2D3C3;
  --beige-dim: rgba(210, 211, 195, 0.55);
  --white: #F5F6F1;
  --max: 1240px;
  --pad: clamp(20px, 4vw, 48px);
  --radius: 20px;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: auto; }
html.lenis, html.lenis body { height: auto; }
.lenis.lenis-smooth { scroll-behavior: auto !important; }

body {
  font-family: 'Montserrat', 'Helvetica Neue', Arial, sans-serif;
  background: var(--ink);
  color: var(--white);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  line-height: 1.6;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
::selection { background: var(--petrol-bright); color: var(--white); }

.wrap { max-width: var(--max); margin: 0 auto; padding-left: var(--pad); padding-right: var(--pad); }

/* ---------- header ---------- */
.site-header {
  position: fixed; inset: 0 0 auto 0; z-index: 100;
  padding: 22px 0;
  transition: background .45s ease, padding .45s ease, box-shadow .45s ease;
}
.site-header.scrolled {
  padding: 12px 0;
  background: rgba(3, 15, 20, 0.72);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: 0 1px 0 rgba(210,211,195,0.08);
}
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 10px; color: var(--white); }
.brand svg.mark { height: 16.5px; width: auto; }
.brand svg.word { height: 9.75px; width: auto; transform: translateY(1px); }
.main-nav { display: flex; align-items: center; gap: clamp(16px, 3vw, 36px); }
.main-nav a {
  font-size: 13px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase;
  color: var(--beige-dim); transition: color .3s ease;
}
.main-nav a:hover { color: var(--white); }
.btn {
  display: inline-block; border: 1px solid var(--beige);
  padding: 12px 26px; border-radius: 999px;
  font-size: 13px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase;
  color: var(--ink); background: var(--beige);
  transition: transform .3s cubic-bezier(.2,.8,.2,1), background .3s ease, color .3s ease;
}
.btn:hover { transform: translateY(-2px); background: var(--white); }
.btn.ghost { background: transparent; color: var(--beige); }
.btn.ghost:hover { background: var(--beige); color: var(--ink); }
@media (max-width: 760px) { .main-nav a:not(.btn) { display: none; } }

/* ---------- hero ---------- */
.hero {
  position: relative; min-height: 100svh;
  display: grid; align-items: center;
  overflow: hidden;
  background:
    radial-gradient(120% 90% at 80% 10%, rgba(14,85,105,0.55), transparent 60%),
    radial-gradient(100% 80% at 15% 90%, rgba(23,125,153,0.35), transparent 55%),
    linear-gradient(180deg, var(--ink) 0%, var(--ink-2) 55%, var(--petrol-deep) 100%);
}
#flow-canvas { position: absolute; inset: 0; width: 100%; height: 100%; opacity: .5; }
.hero::after {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background: radial-gradient(80% 60% at 50% 115%, rgba(3,15,20,0.9), transparent 70%);
}
.hero-grid {
  position: relative; z-index: 2; width: 100%;
  display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
  gap: clamp(24px, 5vw, 64px); align-items: center;
  padding-top: 110px; padding-bottom: 60px;
}
.hero-kicker {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: 12px; font-weight: 700; letter-spacing: .3em; text-transform: uppercase;
  color: var(--beige-dim); margin-bottom: 26px;
}
.hero-kicker::before { content: ""; width: 34px; height: 1px; background: var(--beige-dim); }
h1.hero-title {
  font-size: clamp(44px, 7.2vw, 96px);
  line-height: 1.02; font-weight: 800; letter-spacing: -0.015em;
  margin-bottom: 28px;
}
h1.hero-title .accent { color: var(--beige); }
.hero-sub {
  max-width: 46ch; font-size: clamp(15px, 1.35vw, 18px); font-weight: 400;
  color: rgba(245,246,241,0.78); margin-bottom: 40px;
}
.hero-ctas { display: flex; gap: 16px; flex-wrap: wrap; }
.hero-visual { position: relative; }
.hero-visual img {
  width: 100%; border-radius: var(--radius);
  box-shadow: 0 40px 90px rgba(0,0,0,0.55);
  transform: translateZ(0);
}
.hero-visual .glow {
  position: absolute; inset: -12%; z-index: -1; border-radius: 50%;
  background: radial-gradient(50% 50% at 50% 50%, rgba(23,125,153,0.4), transparent 70%);
  filter: blur(30px);
}
.scroll-hint {
  position: absolute; left: 50%; bottom: 26px; transform: translateX(-50%);
  z-index: 3; font-size: 11px; letter-spacing: .3em; text-transform: uppercase;
  color: var(--beige-dim); display: flex; flex-direction: column; align-items: center; gap: 10px;
}
.scroll-hint::after {
  content: ""; width: 1px; height: 42px;
  background: linear-gradient(var(--beige-dim), transparent);
  animation: drip 2.2s ease-in-out infinite;
}
@keyframes drip { 0% { transform: scaleY(0); transform-origin: top; } 55% { transform: scaleY(1); transform-origin: top; } 56% { transform-origin: bottom; } 100% { transform: scaleY(0); transform-origin: bottom; } }
@media (max-width: 900px) {
  .hero-grid { grid-template-columns: 1fr; padding-top: 130px; }
  .hero-visual { order: -1; max-width: 420px; margin: 0 auto; }
}

/* ---------- marquee ---------- */
.marquee {
  overflow: hidden; white-space: nowrap;
  border-top: 1px solid rgba(210,211,195,0.14);
  border-bottom: 1px solid rgba(210,211,195,0.14);
  background: var(--ink); padding: 18px 0;
}
.marquee-track { display: inline-flex; gap: 0; animation: marquee 26s linear infinite; will-change: transform; }
.marquee span {
  font-size: 13px; font-weight: 700; letter-spacing: .34em; text-transform: uppercase;
  color: var(--beige-dim); padding: 0 34px;
}
.marquee span::after { content: "~"; margin-left: 64px; color: var(--petrol-bright); }
@keyframes marquee { to { transform: translateX(-50%); } }

/* ---------- statements ---------- */
.statements { background: var(--ink); padding: clamp(110px, 16vh, 190px) 0; }
.statement {
  font-size: clamp(30px, 4.6vw, 62px); font-weight: 800; line-height: 1.14;
  letter-spacing: -0.01em; max-width: 22ch;
  margin: 0 auto clamp(70px, 10vh, 120px);
}
.statement:last-child { margin-bottom: 0; }
.statement .word { display: inline-block; opacity: 0.12; will-change: opacity; }
.statement em { font-style: normal; color: var(--beige); }

/* ---------- showcase (pinned) ---------- */
.showcase { position: relative; background: var(--petrol-deep); }
.showcase-pin { position: relative; height: 100svh; overflow: hidden; display: flex; align-items: center; }
.showcase-bg {
  position: absolute; inset: 0;
  background:
    radial-gradient(90% 90% at 75% 50%, rgba(23,125,153,0.5), transparent 60%),
    linear-gradient(180deg, var(--ink) 0%, var(--petrol-deep) 30%, var(--petrol) 130%);
}
.showcase-grid {
  position: relative; z-index: 2; width: 100%;
  display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: clamp(24px, 5vw, 70px); align-items: center;
}
.stage-copy { position: relative; min-height: 300px; }
.stage-text { position: absolute; inset: 0; opacity: 0; visibility: hidden; }
.stage-text .stage-num {
  font-size: 12px; font-weight: 700; letter-spacing: .3em; text-transform: uppercase;
  color: var(--beige-dim); display: block; margin-bottom: 18px;
}
.stage-text h3 { font-size: clamp(28px, 3.4vw, 46px); font-weight: 800; line-height: 1.12; margin-bottom: 18px; }
.stage-text p { color: rgba(245,246,241,0.75); max-width: 40ch; }
.stage-media { position: relative; aspect-ratio: 16/10; }
.stage-img {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
  border-radius: var(--radius); opacity: 0; visibility: hidden;
  box-shadow: 0 40px 90px rgba(0,0,0,0.5);
}
.showcase-progress {
  position: absolute; left: 50%; bottom: 34px; transform: translateX(-50%); z-index: 5;
  display: flex; gap: 10px;
}
.showcase-progress i {
  width: 34px; height: 2px; background: rgba(245,246,241,0.22); border-radius: 2px; overflow: hidden; position: relative;
}
.showcase-progress i::after {
  content: ""; position: absolute; inset: 0; background: var(--beige);
  transform: scaleX(0); transform-origin: left; transition: transform .4s ease;
}
.showcase-progress i.active::after { transform: scaleX(1); }
@media (max-width: 900px) {
  .showcase-grid { grid-template-columns: 1fr; }
  .stage-media { order: -1; aspect-ratio: 16/11; }
  .stage-copy { min-height: 260px; }
}

/* ---------- specs ---------- */
.specs { background: var(--ink); padding: clamp(100px, 14vh, 170px) 0; }
.section-head { max-width: 640px; margin-bottom: clamp(50px, 7vh, 80px); }
.kicker {
  font-size: 12px; font-weight: 700; letter-spacing: .3em; text-transform: uppercase;
  color: var(--petrol-bright); display: block; margin-bottom: 16px;
}
.section-head h2 { font-size: clamp(30px, 4vw, 52px); font-weight: 800; line-height: 1.12; }
.spec-table { margin-bottom: clamp(26px, 4vh, 46px); }
.spec-model { display: flex; align-items: baseline; gap: 16px; margin-bottom: 18px; }
.model-badge {
  font-size: clamp(20px, 2.3vw, 30px); font-weight: 800; letter-spacing: .01em; line-height: 1;
  color: var(--ink); background: var(--beige); border-radius: 10px; padding: 8px 16px;
}
.model-badge.alt { color: var(--white); background: var(--petrol-bright); }
.model-sub { font-size: 13px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--beige-dim); }
.spec-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 1px; background: rgba(210,211,195,0.14); border: 1px solid rgba(210,211,195,0.14); border-radius: var(--radius); overflow: hidden; }
.spec { background: var(--ink); padding: clamp(24px, 2.6vw, 40px); }
.spec .num { font-size: clamp(34px, 3.6vw, 56px); font-weight: 800; letter-spacing: -0.02em; color: var(--beige); line-height: 1; }
.spec .num small { font-size: .45em; font-weight: 700; letter-spacing: .06em; margin-left: 4px; color: var(--beige-dim); }
/* dimensions tile: smaller number, but drop it to share the others' baseline
   (same box height, bottom-aligned) so numbers and labels line up across the row */
.spec .num.dim {
  font-size: clamp(19px, 1.85vw, 27px); white-space: nowrap;
  display: flex; align-items: flex-end;
  min-height: clamp(34px, 3.6vw, 56px);
  padding-bottom: calc(0.14 * (clamp(34px, 3.6vw, 56px) - clamp(19px, 1.85vw, 27px)));
}
.spec .num.dim .sep { color: var(--beige-dim); margin: 0 3px; font-weight: 600; }
.spec .num.dim small { margin-left: 6px; }
.spec .lbl { margin-top: 14px; font-size: 13px; letter-spacing: .12em; text-transform: uppercase; color: rgba(245,246,241,0.6); }
.specs-note { margin-top: clamp(26px, 4vh, 44px); text-align: center; font-size: 14px; letter-spacing: .06em; color: rgba(245,246,241,0.58); }
@media (max-width: 900px) { .spec-grid { grid-template-columns: repeat(2, 1fr); } .spec-dim { grid-column: span 2; } }

/* ---------- about ---------- */
.about { background: linear-gradient(180deg, var(--ink) 0%, var(--ink-2) 100%); padding: clamp(100px, 14vh, 170px) 0; }
.about-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(18px, 2.5vw, 28px); }
.card {
  background: rgba(14,85,105,0.14);
  border: 1px solid rgba(210,211,195,0.12);
  border-radius: var(--radius); padding: clamp(28px, 3vw, 40px);
  transition: transform .45s cubic-bezier(.2,.8,.2,1), border-color .45s ease, background .45s ease;
}
.card:hover { transform: translateY(-6px); border-color: rgba(210,211,195,0.35); background: rgba(14,85,105,0.24); }
.card .icon { width: 46px; height: 46px; margin-bottom: 22px; color: var(--beige); }
.card h3 { font-size: 20px; font-weight: 700; margin-bottom: 12px; }
.card p { font-size: 15px; color: rgba(245,246,241,0.7); }
@media (max-width: 900px) { .about-grid { grid-template-columns: 1fr; } }

/* ---------- contact ---------- */
.contact {
  position: relative; overflow: hidden;
  background:
    radial-gradient(110% 100% at 50% 120%, rgba(23,125,153,0.45), transparent 60%),
    var(--ink-2);
  padding: clamp(120px, 18vh, 220px) 0 clamp(80px, 10vh, 120px);
  text-align: center;
}
.contact h2 { font-size: clamp(38px, 6vw, 84px); font-weight: 800; letter-spacing: -0.015em; line-height: 1.05; margin-bottom: 22px; }
.contact .lede { color: rgba(245,246,241,0.72); max-width: 52ch; margin: 0 auto 44px; }
.contact-email {
  display: inline-block; font-size: clamp(20px, 2.6vw, 32px); font-weight: 700;
  color: var(--beige); border-bottom: 2px solid rgba(210,211,195,0.35);
  padding-bottom: 6px; transition: border-color .3s ease, color .3s ease;
}
.contact-email:hover { color: var(--white); border-color: var(--white); }

/* ---------- footer ---------- */
.site-footer { background: var(--ink); border-top: 1px solid rgba(210,211,195,0.1); padding: 48px 0; }
.footer-grid { display: flex; justify-content: space-between; align-items: center; gap: 24px; flex-wrap: wrap; }
.footer-meta { font-size: 13px; color: rgba(245,246,241,0.55); line-height: 1.9; }
.footer-brand { display: inline-flex; align-items: center; gap: 7.5px; color: var(--beige-dim); }
.footer-brand svg.mark { height: 12.4px; width: auto; }
.footer-brand svg.word { height: 7.3px; width: auto; transform: translateY(0.5px); }

/* ---------- shared bits: chips, read-more ---------- */
.chip {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 12px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase;
  color: var(--beige); border: 1px solid rgba(210,211,195,0.3); border-radius: 999px;
  padding: 8px 16px;
}
.chip .dot { width: 7px; height: 7px; border-radius: 50%; background: #4fd08c; animation: pulse 2s ease-in-out infinite; }
.chip.small { padding: 5px 12px; font-size: 10px; color: var(--beige-dim); }
@keyframes pulse { 0%,100% { opacity: 1; } 50% { opacity: .35; } }
.cta-row { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; margin-top: 8px; }
.read-more {
  display: inline-block; margin-top: 22px;
  font-size: 14px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase;
  color: var(--beige); border-bottom: 1px solid rgba(210,211,195,0.35); padding-bottom: 4px;
  transition: color .3s ease, border-color .3s ease;
}
.read-more:hover { color: var(--white); border-color: var(--white); }
.read-more span { display: inline-block; transition: transform .3s ease; }
.read-more:hover span { transform: translateX(4px); }
.section-sub { margin-top: 18px; color: rgba(245,246,241,0.72); max-width: 56ch; }

/* ---------- careers teaser (landing) ---------- */
.careers-teaser {
  background: linear-gradient(180deg, var(--ink-2) 0%, var(--petrol-deep) 100%);
  padding: clamp(100px, 14vh, 170px) 0;
}
.careers-teaser .cta-row { margin: 22px 0 4px; }

/* ---------- subpages (About / Careers) ---------- */
.subpage { background: var(--ink); }
.page-hero {
  position: relative; overflow: hidden;
  padding: clamp(160px, 24vh, 240px) 0 clamp(60px, 8vh, 100px);
  background:
    radial-gradient(110% 90% at 85% 0%, rgba(14,85,105,0.5), transparent 60%),
    linear-gradient(180deg, var(--ink) 0%, var(--ink-2) 100%);
}
.page-title {
  font-size: clamp(38px, 6vw, 76px); font-weight: 800; line-height: 1.05;
  letter-spacing: -0.015em; margin: 18px 0 24px;
}
.page-hero .lede { max-width: 56ch; color: rgba(245,246,241,0.78); margin-bottom: 28px; }
/* Careers hero holds the open positions inline — lift it up so roles show above the fold */
.careers-hero { padding-top: clamp(116px, 15vh, 158px); }
.careers-hero .lede { margin-bottom: 36px; }
.careers-hero .positions { margin-bottom: 22px; }
.page-section { padding: clamp(60px, 9vh, 110px) 0; }
.page-section .narrative { max-width: 760px; }
.narrative .lede { font-size: clamp(17px, 1.6vw, 21px); color: rgba(245,246,241,0.86); margin-bottom: 22px; }
.narrative p:not(.lede) { color: rgba(245,246,241,0.72); }

.fact-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: rgba(210,211,195,0.14); border: 1px solid rgba(210,211,195,0.14); border-radius: var(--radius); overflow: hidden; }
.fact { background: var(--ink); padding: clamp(24px, 2.6vw, 36px); }
.fact-k { font-size: 12px; font-weight: 700; letter-spacing: .22em; text-transform: uppercase; color: var(--petrol-bright); margin-bottom: 12px; }
.fact-v { color: var(--beige); font-weight: 600; }
@media (max-width: 900px) { .fact-grid { grid-template-columns: repeat(2, 1fr); } }

.pull-quote {
  border-left: 3px solid var(--petrol-bright);
  padding: 8px 0 8px clamp(24px, 3vw, 40px); max-width: 820px;
}
.pull-quote p { font-size: clamp(22px, 2.6vw, 32px); font-weight: 700; line-height: 1.3; color: var(--beige); }
.pull-quote cite { display: block; margin-top: 16px; font-style: normal; font-size: 14px; color: rgba(245,246,241,0.6); }

.team-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(18px, 2.5vw, 28px); }
.person .avatar {
  width: 58px; height: 58px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  background: rgba(23,125,153,0.3); border: 1px solid rgba(210,211,195,0.25);
  font-weight: 800; letter-spacing: .06em; color: var(--beige); margin-bottom: 20px;
}
.person .role { font-size: 12px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--petrol-bright); margin: 6px 0 14px; }
@media (max-width: 900px) { .team-grid { grid-template-columns: 1fr; } }

.values-grid { grid-template-columns: repeat(3, 1fr); }
@media (max-width: 900px) { .values-grid { grid-template-columns: 1fr; } }

/* ---------- AI + HI (careers) ---------- */
.hi-section { background: linear-gradient(180deg, var(--ink) 0%, var(--ink-2) 100%); }
.hi-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: clamp(18px, 2.5vw, 28px); margin-bottom: clamp(36px, 5vh, 56px); }
.hi-card {
  border: 1px solid rgba(210,211,195,0.14); border-radius: var(--radius);
  padding: clamp(26px, 3vw, 40px); background: rgba(14,85,105,0.1);
}
.hi-card-human { background: rgba(23,125,153,0.2); border-color: rgba(210,211,195,0.28); }
.hi-tag {
  display: inline-block; font-size: 12px; font-weight: 800; letter-spacing: .3em;
  color: var(--petrol-bright); border: 1px solid rgba(23,125,153,0.6); border-radius: 6px;
  padding: 5px 12px; margin-bottom: 18px;
}
.hi-card-human .hi-tag { color: var(--beige); border-color: rgba(210,211,195,0.45); }
.hi-card h3 { font-size: 20px; font-weight: 700; margin-bottom: 16px; }
.hi-card ul { list-style: none; }
.hi-card li {
  position: relative; padding: 9px 0 9px 26px; color: rgba(245,246,241,0.75); font-size: 15px;
  border-bottom: 1px solid rgba(210,211,195,0.08);
}
.hi-card li:last-child { border-bottom: none; }
.hi-card li::before { content: "~"; position: absolute; left: 0; color: var(--petrol-bright); font-weight: 800; }
.hi-card-human li::before { color: var(--beige); }
.hi-statement { margin-bottom: clamp(28px, 4vh, 44px); }
.hi-sources { display: flex; gap: clamp(14px, 2vw, 28px); flex-wrap: wrap; }
.hi-sources a {
  font-size: 13px; color: rgba(245,246,241,0.55);
  border-bottom: 1px solid rgba(210,211,195,0.25); padding-bottom: 3px;
  transition: color .3s ease, border-color .3s ease;
}
.hi-sources a:hover { color: var(--beige); border-color: var(--beige); }
@media (max-width: 760px) { .hi-grid { grid-template-columns: 1fr; } }

.onboard-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: clamp(18px, 2.5vw, 28px); }
.onboard {
  border: 1px solid rgba(210,211,195,0.12); border-radius: var(--radius);
  padding: clamp(24px, 3vw, 36px); background: rgba(14,85,105,0.1);
}
.onboard-num { font-size: 13px; font-weight: 800; letter-spacing: .3em; color: var(--petrol-bright); margin-bottom: 16px; }
.onboard h3 { font-size: 18px; font-weight: 700; margin-bottom: 10px; }
.onboard p { font-size: 15px; color: rgba(245,246,241,0.7); }
@media (max-width: 760px) { .onboard-grid { grid-template-columns: 1fr; } }

.positions { display: flex; flex-direction: column; gap: 14px; margin-bottom: 48px; }
.position {
  display: flex; align-items: center; justify-content: space-between; gap: 20px;
  border: 1px solid rgba(210,211,195,0.14); border-radius: var(--radius);
  padding: clamp(22px, 2.6vw, 32px);
  transition: border-color .35s ease, background .35s ease, transform .35s cubic-bezier(.2,.8,.2,1);
}
.position:hover { border-color: rgba(210,211,195,0.4); background: rgba(14,85,105,0.16); transform: translateX(6px); }
.position h3 { font-size: clamp(17px, 1.8vw, 22px); font-weight: 700; }
.pos-fi { font-size: 14px; color: rgba(245,246,241,0.55); margin: 4px 0 14px; }
.pos-tags { display: flex; gap: 8px; flex-wrap: wrap; }
.pos-arrow { font-size: 26px; color: var(--beige); flex-shrink: 0; transition: transform .3s ease; }
.position:hover .pos-arrow { transform: translateX(6px); }
.open-application {
  text-align: center; border: 1px dashed rgba(210,211,195,0.25); border-radius: var(--radius);
  padding: clamp(32px, 4vw, 48px);
}
.open-application h3 { font-size: 22px; font-weight: 800; margin-bottom: 10px; }
.open-application p { color: rgba(245,246,241,0.7); max-width: 52ch; margin: 0 auto 24px; }

/* ---------- job detail page ---------- */
.back-link {
  display: inline-block; margin-bottom: 26px;
  font-size: 12px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase;
  color: var(--beige-dim); transition: color .3s ease;
}
.back-link:hover { color: var(--white); }
.page-hero .job-sub { font-size: clamp(16px, 1.5vw, 20px); font-weight: 600; color: var(--beige); margin: -6px 0 22px; }
.job-meta { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 30px; }
.page-hero .lede strong { color: var(--white); font-weight: 700; }
.job-list { list-style: none; display: grid; gap: 16px; max-width: 840px; }
.job-list li { position: relative; padding-left: 30px; color: rgba(245,246,241,0.82); line-height: 1.65; }
.job-list li::before { content: ""; position: absolute; left: 0; top: .7em; width: 14px; height: 2px; background: var(--petrol-bright); }
.job-list strong { color: var(--white); }
.job-subhead { margin-top: clamp(44px, 6vh, 64px); margin-bottom: 26px; }
.job-subhead .kicker { margin-bottom: 0; }
.job-h2 { font-size: clamp(30px, 4vw, 52px); font-weight: 800; line-height: 1.12; margin-bottom: 22px; }
.offer-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: clamp(14px, 2vw, 22px); }
.offer-grid .card h3 { font-size: 13px; letter-spacing: .14em; text-transform: uppercase; color: var(--beige); margin-bottom: 12px; }
.job-facts { grid-template-columns: repeat(3, 1fr); margin-bottom: clamp(30px, 5vh, 50px); }
.job-facts .fact-v a { color: var(--beige); border-bottom: 1px solid rgba(210,211,195,0.3); }
.job-apply {
  border: 1px solid rgba(210,211,195,0.18); border-radius: var(--radius);
  padding: clamp(28px, 4vw, 48px); background: rgba(14,85,105,0.14);
}
.job-apply h3 { font-size: 24px; font-weight: 800; margin-bottom: 10px; }
.job-apply p { color: rgba(245,246,241,0.8); max-width: 60ch; margin-bottom: 22px; }
.job-eeo { margin-top: 28px; margin-bottom: 0 !important; font-size: 13px; color: rgba(245,246,241,0.5) !important; }
@media (max-width: 900px) { .offer-grid { grid-template-columns: repeat(2, 1fr); } .job-facts { grid-template-columns: 1fr; } }

.page-cta { padding: clamp(80px, 12vh, 140px) 0; text-align: center; background: linear-gradient(180deg, var(--ink) 0%, var(--ink-2) 100%); }
.page-cta h2 { font-size: clamp(30px, 4.4vw, 54px); font-weight: 800; margin-bottom: 28px; }
.page-cta .cta-row { justify-content: center; }

/* ---------- reveal helpers ---------- */
.reveal { opacity: 0; transform: translateY(36px); will-change: transform, opacity; }

@media (prefers-reduced-motion: reduce) {
  .marquee-track { animation: none; }
  .reveal { opacity: 1; transform: none; }
  .statement .word { opacity: 1; }
}
