:root {
  --ink: #101417;
  --muted: #5d6972;
  --line: #d8dee2;
  --panel: #ffffff;
  --band: #f2f5f1;
  --field: #0f2326;
  --accent: #1c8f88;
  --accent-strong: #db6f2f;
  --gold: #b08b2e;
  --white: #ffffff;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--white);
  color: var(--ink);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}

a {
  color: inherit;
  text-decoration: none;
}

.site-header {
  align-items: center;
  background: rgba(255, 255, 255, 0.9);
  border-bottom: 1px solid rgba(16, 20, 23, 0.08);
  display: flex;
  gap: 24px;
  justify-content: space-between;
  left: 0;
  padding: 16px clamp(20px, 5vw, 64px);
  position: fixed;
  right: 0;
  top: 0;
  z-index: 10;
  backdrop-filter: blur(16px);
}

.brand {
  align-items: center;
  display: inline-flex;
  font-weight: 760;
  gap: 10px;
}

.brand-mark {
  align-items: center;
  background: var(--field);
  color: var(--white);
  display: inline-flex;
  height: 32px;
  justify-content: center;
  width: 32px;
}

nav {
  display: flex;
  gap: clamp(12px, 3vw, 28px);
  font-size: 0.93rem;
}

nav a {
  color: #2c353b;
}

.hero {
  min-height: 92vh;
  overflow: hidden;
  position: relative;
}

.hero-image,
.hero-overlay {
  height: 100%;
  inset: 0;
  position: absolute;
  width: 100%;
}

.hero-image {
  object-fit: cover;
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(8, 14, 16, 0.94) 0%, rgba(8, 14, 16, 0.74) 37%, rgba(8, 14, 16, 0.22) 72%),
    linear-gradient(0deg, rgba(8, 14, 16, 0.35), rgba(8, 14, 16, 0.12));
}

.hero-content {
  color: var(--white);
  max-width: 820px;
  padding: clamp(132px, 18vh, 190px) clamp(20px, 5vw, 64px) 64px;
  position: relative;
  z-index: 1;
}

.eyebrow {
  color: var(--accent-strong);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0;
  margin: 0 0 14px;
  text-transform: uppercase;
}

.hero h1,
.section h2,
.section-band h2 {
  letter-spacing: 0;
  line-height: 1.02;
  margin: 0;
}

.hero h1 {
  font-size: clamp(3rem, 8vw, 6.8rem);
  max-width: 760px;
}

.hero-copy {
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(1.05rem, 2vw, 1.35rem);
  margin: 26px 0 0;
  max-width: 680px;
}

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

.button {
  align-items: center;
  border: 1px solid transparent;
  display: inline-flex;
  font-weight: 760;
  justify-content: center;
  min-height: 48px;
  padding: 12px 18px;
}

.button.primary {
  background: var(--accent);
  color: var(--white);
}

.button.secondary {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.34);
  color: var(--white);
}

.signal-row {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 54px 0 0;
  padding-top: 24px;
}

.signal-row div {
  min-width: 0;
}

.signal-row dt {
  color: #ffffff;
  font-size: clamp(1.7rem, 4vw, 2.6rem);
  font-weight: 820;
  line-height: 1;
}

.signal-row dd {
  color: rgba(255, 255, 255, 0.72);
  margin: 8px 0 0;
}

.section,
.section-band {
  padding: clamp(72px, 9vw, 118px) clamp(20px, 5vw, 64px);
}

.section-band {
  background: var(--band);
}

.section-inner {
  margin: 0 auto;
  max-width: 1180px;
}

.split {
  display: grid;
  gap: clamp(32px, 7vw, 92px);
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
}

.section h2,
.section-band h2 {
  font-size: clamp(2.1rem, 4.6vw, 4.6rem);
  max-width: 780px;
}

.section-heading {
  max-width: 820px;
}

.copy-stack p,
.candidates p,
.contact p {
  color: var(--muted);
  font-size: 1.08rem;
  margin: 0;
}

.copy-stack {
  display: grid;
  gap: 20px;
}

.role-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 42px;
}

.role-card,
.contact-panel {
  background: var(--panel);
  border: 1px solid var(--line);
}

.role-card {
  min-height: 320px;
  padding: 28px;
}

.role-code {
  color: var(--gold);
  display: block;
  font-weight: 820;
  margin-bottom: 70px;
}

.role-card h3,
.process-item h3 {
  font-size: 1.35rem;
  line-height: 1.15;
  margin: 0 0 14px;
}

.role-card p,
.process-item p {
  color: var(--muted);
  margin: 0;
}

.process {
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 42px;
}

.process-item {
  background: #ffffff;
  min-height: 300px;
  padding: 26px;
}

.process-item span {
  align-items: center;
  background: var(--field);
  color: #ffffff;
  display: inline-flex;
  font-weight: 780;
  height: 34px;
  justify-content: center;
  margin-bottom: 54px;
  width: 34px;
}

.passport {
  border-top: 1px solid var(--line);
}

.passport-row {
  border-bottom: 1px solid var(--line);
  display: grid;
  gap: 18px;
  grid-template-columns: 0.45fr 1fr;
  padding: 22px 0;
}

.passport-row span {
  color: var(--muted);
}

.passport-row strong {
  font-size: 1.1rem;
}

.proof {
  padding-top: 0;
}

.proof-grid {
  border-top: 1px solid var(--line);
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding-top: 28px;
}

.proof-grid a {
  color: #314149;
  font-weight: 690;
}

.proof-grid a:hover {
  color: var(--accent);
}

.contact {
  background: var(--field);
  color: var(--white);
}

.contact p {
  color: rgba(255, 255, 255, 0.74);
  margin-top: 20px;
}

.contact-panel {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.18);
  display: grid;
  gap: 12px;
  padding: 28px;
}

.button.wide {
  width: 100%;
}

.contact-panel .button.secondary {
  background: transparent;
}

.fine-print {
  font-size: 0.95rem;
}

.footer {
  background: #0a0f11;
  color: rgba(255, 255, 255, 0.76);
  padding: 24px clamp(20px, 5vw, 64px);
}

.footer-inner {
  display: flex;
  gap: 18px;
  justify-content: space-between;
}

@media (max-width: 900px) {
  nav {
    display: none;
  }

  .hero {
    min-height: 900px;
  }

  .hero-overlay {
    background:
      linear-gradient(0deg, rgba(8, 14, 16, 0.94) 0%, rgba(8, 14, 16, 0.7) 54%, rgba(8, 14, 16, 0.16) 100%),
      linear-gradient(90deg, rgba(8, 14, 16, 0.55), rgba(8, 14, 16, 0.18));
  }

  .hero-image {
    object-position: 58% center;
  }

  .split,
  .role-grid,
  .process,
  .proof-grid,
  .signal-row {
    grid-template-columns: 1fr;
  }

  .role-card,
  .process-item {
    min-height: auto;
  }

  .role-code,
  .process-item span {
    margin-bottom: 34px;
  }
}

@media (max-width: 560px) {
  .hero {
    min-height: 860px;
  }

  .hero-content {
    padding-top: 118px;
  }

  .button {
    width: 100%;
  }

  .passport-row {
    grid-template-columns: 1fr;
  }

  .footer-inner {
    flex-direction: column;
  }
}
