:root {
  --ink: #f6f3ed;
  --paper: #ffffff;
  --charcoal: #070908;
  --muted: #aeb8b1;
  --muted-dark: #66706a;
  --line: rgba(255, 255, 255, 0.14);
  --accent: #8ebd45;
  --accent-dark: #173f2c;
  --green: #315f49;
  --shadow: 0 30px 90px rgba(0, 0, 0, 0.36);
  --radius-xl: 34px;
  --radius-lg: 26px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 18% 0%, rgba(142, 189, 69, 0.16), transparent 28rem),
    radial-gradient(circle at 84% 10%, rgba(49, 95, 73, 0.22), transparent 30rem),
    linear-gradient(135deg, #070908 0%, #101411 48%, #080a09 100%);
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}
body.nav-open, body.modal-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}

/* Offset anchor targets so section tops clear the sticky header. */
[id] { scroll-margin-top: 7rem; }

.section-pad, .proof-strip, .site-header, .site-footer {
  width: min(1180px, calc(100% - 2rem));
  margin-left: auto;
  margin-right: auto;
}

/* Header */
.site-header {
  position: sticky;
  top: 0.9rem;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 5.35rem;
  padding: 0.68rem 0.95rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(7, 9, 8, 0.72);
  box-shadow: 0 20px 70px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(22px);
}
.site-header.is-scrolled { background: rgba(7, 9, 8, 0.92); }
.brand {
  display: inline-flex;
  align-items: center;
  min-width: 0;
  padding: 0;
}
.brand-logo {
  display: block;
  width: min(360px, 52vw);
  height: auto;
  max-height: 3.5rem;
  object-fit: contain;
  border-radius: 999px;
  background: var(--paper);
  padding: 0.55rem 1.1rem;
  box-shadow: 0 16px 42px rgba(0, 0, 0, 0.3);
}
.site-nav { display: flex; align-items: center; gap: 0.25rem; }
.site-nav a { border-radius: 999px; color: var(--muted); font-size: 0.92rem; font-weight: 800; padding: 0.74rem 0.96rem; }
.site-nav a:hover, .site-nav a:focus-visible { background: rgba(255, 255, 255, 0.1); color: var(--paper); outline: none; }
.nav-toggle { display: none; width: 2.8rem; height: 2.8rem; border: 1px solid var(--line); border-radius: 50%; background: rgba(255, 255, 255, 0.08); cursor: pointer; }
.nav-toggle span:not(.sr-only) { display: block; width: 1.1rem; height: 2px; margin: 4px auto; border-radius: 999px; background: var(--paper); }

/* Typography */
.eyebrow {
  margin: 0 0 1rem;
  color: var(--accent);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { letter-spacing: -0.06em; line-height: 0.98; }
h1 { max-width: 8.8ch; margin-bottom: 1.35rem; font-size: clamp(3.9rem, 7.4vw, 6.95rem); }
h2 { margin-bottom: 1rem; font-size: clamp(2.25rem, 5vw, 4.5rem); }
h3 { margin-bottom: 0.7rem; font-size: 1.35rem; }
.hero-copy, .section-heading p, .split-copy p, .founder-copy p, .contact-card p,
.service-card p, .talent-cards p, .process-grid p { color: var(--muted); }

/* Buttons */
.hero-actions, .contact-actions { display: flex; flex-wrap: wrap; gap: 0.9rem; margin-top: 2rem; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.25rem;
  border-radius: 999px;
  font-weight: 900;
  padding: 0.9rem 1.35rem;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease, border-color 180ms ease;
}
.button:hover, .button:focus-visible { transform: translateY(-2px); outline: none; }
.button-primary { background: var(--paper); color: var(--charcoal); box-shadow: 0 18px 38px rgba(0, 0, 0, 0.26); }
.button-primary:hover, .button-primary:focus-visible { background: #eaf1e6; }
.button-secondary { border: 1px solid var(--line); background: rgba(255, 255, 255, 0.06); color: var(--paper); }
.button-secondary:hover, .button-secondary:focus-visible { background: rgba(255, 255, 255, 0.12); border-color: rgba(255, 255, 255, 0.28); }

/* Hero */
.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 1.08fr);
  gap: clamp(2.5rem, 6vw, 6rem);
  align-items: center;
  min-height: calc(100vh - 6rem);
  padding-top: 6rem;
  padding-bottom: 5rem;
}
.hero-copy { max-width: 620px; font-size: clamp(1.08rem, 1.7vw, 1.35rem); }
.hero-visual { display: grid; gap: 1rem; align-self: center; }
.network-card {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  background:
    radial-gradient(circle at 20% 12%, rgba(142, 189, 69, 0.2), transparent 18rem),
    linear-gradient(145deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.04));
  box-shadow: var(--shadow);
  padding: clamp(1rem, 2.6vw, 1.65rem);
}
.network-card::before {
  position: absolute;
  inset: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: calc(var(--radius-xl) - 10px);
  content: "";
  pointer-events: none;
}
.network-map {
  position: relative;
  min-height: 390px;
  overflow: hidden;
  border-radius: 28px;
  background:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    radial-gradient(circle at 52% 46%, rgba(142, 189, 69, 0.2), transparent 9rem),
    #0b100d;
  background-size: 34px 34px, 34px 34px, auto, auto;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.map-label {
  position: absolute;
  top: 1.2rem;
  left: 1.2rem;
  z-index: 2;
  margin: 0;
  color: var(--accent);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.island-line {
  position: absolute;
  left: 15%;
  top: 28%;
  width: 70%;
  height: 42%;
  border: 1.2rem solid rgba(255, 255, 255, 0.1);
  border-right-color: rgba(142, 189, 69, 0.42);
  border-bottom-color: rgba(142, 189, 69, 0.28);
  border-radius: 56% 44% 58% 42% / 46% 60% 40% 54%;
  transform: rotate(-8deg);
}
.map-pin {
  position: absolute;
  z-index: 2;
  min-width: 9.6rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 18px;
  background: rgba(7, 9, 8, 0.78);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.28);
  padding: 0.95rem;
  backdrop-filter: blur(16px);
}
.map-pin::before {
  display: block;
  width: 0.65rem;
  height: 0.65rem;
  margin-bottom: 0.65rem;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 0 0.42rem rgba(142, 189, 69, 0.12);
  content: "";
}
.map-pin strong { display: block; line-height: 1.1; }
.map-pin span { color: var(--muted); font-size: 0.82rem; font-weight: 800; }
.pin-employers { top: 22%; right: 8%; }
.pin-talent { bottom: 14%; left: 8%; }
.pin-match { left: 38%; top: 48%; transform: translateY(-50%); }
.network-flow {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.72rem;
  margin-top: 0.78rem;
}
.network-flow article {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.065);
  padding: 1rem;
}
.network-flow span { display: inline-block; margin-bottom: 1.4rem; color: var(--accent); font-size: 0.78rem; font-weight: 900; }
.network-flow strong { display: block; margin-bottom: 0.45rem; line-height: 1.1; }
.network-flow p { margin: 0; color: var(--muted); font-size: 0.88rem; }

/* Credibility strip */
.proof-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--line);
}
.proof-strip p { margin: 0; background: rgba(255, 255, 255, 0.06); color: var(--muted); font-size: 0.82rem; font-weight: 900; letter-spacing: 0.1em; padding: 1.1rem; text-align: center; text-transform: uppercase; }

/* Video */
.video-section {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(360px, 1.18fr);
  gap: clamp(1rem, 4vw, 3rem);
  align-items: center;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.video-copy p:not(.eyebrow) { max-width: 560px; color: var(--muted); }
.video-card {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  background:
    radial-gradient(circle at 20% 10%, rgba(142, 189, 69, 0.18), transparent 18rem),
    rgba(255, 255, 255, 0.06);
  box-shadow: var(--shadow);
  padding: clamp(0.75rem, 2vw, 1rem);
}
.video-card::before {
  position: absolute;
  inset: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: calc(var(--radius-xl) - 10px);
  content: "";
  pointer-events: none;
}
.video-card video {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  max-height: 620px;
  border-radius: 24px;
  background: #000;
  object-fit: contain;
}

/* Sections */
.section { padding-top: 7rem; padding-bottom: 5rem; }
.section-heading { max-width: 860px; margin-bottom: 2.6rem; }
.section-heading.narrow { max-width: 780px; }
.service-grid, .process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.service-card, .talent-cards article, .process-grid article {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.06);
  padding: clamp(1.25rem, 2.5vw, 2rem);
}
.service-card { min-height: 20rem; }
.featured-card { background: linear-gradient(145deg, rgba(142, 189, 69, 0.18), rgba(255, 255, 255, 0.06)); }
.service-number, .process-grid span {
  display: inline-grid;
  width: 3rem;
  height: 3rem;
  place-items: center;
  margin-bottom: 3rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  color: var(--accent);
  font-size: 0.82rem;
  font-weight: 900;
}

/* Talent split */
.split-section {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 1rem;
  align-items: stretch;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.split-copy {
  border-radius: var(--radius-xl);
  background: var(--paper);
  color: var(--charcoal);
  padding: clamp(1.5rem, 4vw, 3rem);
}
.split-copy .eyebrow { color: var(--green); }
.split-copy p { color: var(--muted-dark); }
.split-copy .button-primary { background: var(--charcoal); color: var(--paper); }
.talent-cards { display: grid; gap: 1rem; }

/* Founder */
.founder {
  display: grid;
  grid-template-columns: minmax(260px, 0.58fr) 1.42fr;
  gap: 1rem;
  align-items: stretch;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.founder-photo, .founder-copy {
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  background: rgba(255, 255, 255, 0.06);
  box-shadow: var(--shadow);
}
.founder-photo {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1.2rem;
  padding: clamp(1.2rem, 3vw, 2rem);
}
.founder-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(1.5rem, 4vw, 3.2rem); }
.portrait-frame {
  width: min(100%, 310px);
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 28px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.04));
  padding: 0.72rem;
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.28);
}
.portrait-frame img { width: 100%; height: auto; aspect-ratio: 1 / 1; border-radius: 22px; object-fit: cover; }
.portrait-caption { display: grid; gap: 0.25rem; text-align: center; }
.portrait-caption span { color: var(--accent); font-size: 0.76rem; font-weight: 900; letter-spacing: 0.14em; text-transform: uppercase; }
.portrait-caption strong { color: var(--paper); font-size: 1.35rem; letter-spacing: -0.04em; }

/* Process + contact */
.process { padding-top: 5rem; padding-bottom: 5rem; }
.contact { padding-top: 5rem; padding-bottom: 4rem; }
.contact-card {
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  background: radial-gradient(circle at 10% 0%, rgba(142, 189, 69, 0.2), transparent 24rem), linear-gradient(145deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.05));
  box-shadow: var(--shadow);
  padding: clamp(1.5rem, 5vw, 4rem);
}
.contact-card h2 { max-width: 780px; }
.contact-card p { max-width: 760px; }
.contact-links { display: flex; flex-wrap: wrap; gap: 0.75rem; justify-content: center; margin-top: 1.25rem; }
.contact-links a { border: 1px solid var(--line); border-radius: 999px; background: rgba(255, 255, 255, 0.06); color: var(--paper); font-weight: 800; padding: 0.75rem 1rem; }

/* Footer */
.site-footer { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 1rem; padding: 1.25rem 0 2rem; color: var(--muted); font-size: 0.92rem; }
.site-footer p { margin: 0; }
.site-footer a { color: var(--paper); font-weight: 900; }

/* Header register CTA */
.nav-cta {
  margin-left: 0.4rem;
  border: 0;
  border-radius: 999px;
  background: var(--accent);
  color: var(--charcoal);
  font-family: inherit;
  font-size: 0.92rem;
  font-weight: 900;
  padding: 0.74rem 1.25rem;
  cursor: pointer;
  transition: transform 180ms ease, background 180ms ease;
}
.nav-cta:hover, .nav-cta:focus-visible { transform: translateY(-2px); background: #9fce55; outline: none; }

/* Registration modal */
.modal-overlay {
  position: fixed;
  inset: 0;
  z-index: 50;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: clamp(1rem, 4vw, 3rem) 1rem;
  background: rgba(4, 6, 5, 0.74);
  backdrop-filter: blur(8px);
  overflow-y: auto;
}
.modal-overlay[hidden] { display: none; }
.modal {
  position: relative;
  width: min(720px, 100%);
  margin: auto;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: linear-gradient(180deg, #11160f 0%, #0a0d0b 100%);
  box-shadow: var(--shadow);
  padding: clamp(1.5rem, 4vw, 2.75rem);
}
.modal-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 2.6rem;
  height: 2.6rem;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.06);
  color: var(--paper);
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
  transition: background 180ms ease;
}
.modal-close:hover, .modal-close:focus-visible { background: rgba(255, 255, 255, 0.14); outline: none; }
.modal-head { margin-bottom: 1.75rem; padding-right: 2.5rem; }
.modal-head h2 { margin: 0 0 0.75rem; font-size: clamp(1.6rem, 4vw, 2.1rem); }
.modal-disclaimer { margin: 0; color: var(--muted); font-size: 0.92rem; }

/* Form */
.register-form { display: flex; flex-direction: column; gap: 1.35rem; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1.35rem; }
.field { display: flex; flex-direction: column; gap: 0.55rem; border: 0; margin: 0; padding: 0; min-width: 0; }
.field-label { color: var(--ink); font-size: 0.92rem; font-weight: 700; }
.field-label em { color: var(--accent); font-style: normal; }
.register-form input[type="text"],
.register-form input[type="email"],
.register-form input[type="tel"],
.register-form select {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.05);
  color: var(--ink);
  font-family: inherit;
  font-size: 1rem;
  padding: 0.85rem 1rem;
  transition: border-color 160ms ease, background 160ms ease;
}
.register-form select { appearance: none; cursor: pointer; }
.register-form input::placeholder { color: var(--muted-dark); }
.register-form input:focus, .register-form select:focus {
  outline: none;
  border-color: var(--accent);
  background: rgba(255, 255, 255, 0.08);
}
.choice-row { display: flex; flex-wrap: wrap; gap: 0.6rem; }
.choice-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0.6rem; }
.choice {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.04);
  padding: 0.7rem 0.9rem;
  font-size: 0.92rem;
  cursor: pointer;
  transition: border-color 160ms ease, background 160ms ease;
}
.choice:hover { border-color: rgba(255, 255, 255, 0.28); }
.choice:has(input:checked) { border-color: var(--accent); background: rgba(142, 189, 69, 0.12); }
.choice input { accent-color: var(--accent); width: 1.05rem; height: 1.05rem; flex: none; }
.choice.consent { align-items: flex-start; line-height: 1.5; }
.choice.consent em { color: var(--accent); font-style: normal; }
.form-actions { display: flex; flex-wrap: wrap; gap: 0.85rem; margin-top: 0.5rem; }
.form-actions .button { flex: 1 1 auto; }
.form-note { margin: 0; color: var(--muted-dark); font-size: 0.82rem; text-align: center; }
.form-success { text-align: center; padding: 1.5rem 0; }
.form-success[hidden] { display: none; }
.form-success h3 { margin: 0 0 0.75rem; font-size: 1.5rem; }
.form-success p { margin: 0 auto 1.5rem; max-width: 42ch; color: var(--muted); }
.form-success .button { min-width: 12rem; }

@media (max-width: 960px) {
  .hero, .split-section, .founder, .service-grid, .process-grid, .proof-strip,
  .network-flow, .video-section { grid-template-columns: 1fr; }
  .hero { min-height: auto; padding-top: 5rem; }
  .network-map { min-height: 340px; }
}
@media (max-width: 720px) {
  .site-header { top: 0.5rem; width: calc(100% - 1rem); min-height: 4.8rem; }
  .brand-logo { width: min(260px, 60vw); max-height: 3.1rem; padding: 0.5rem 0.85rem; }
  .nav-toggle { display: inline-block; }
  .site-nav {
    position: fixed;
    inset: 5rem 0.5rem auto;
    display: none;
    flex-direction: column;
    align-items: stretch;
    border: 1px solid var(--line);
    border-radius: 24px;
    background: #0a0d0b;
    box-shadow: var(--shadow);
    padding: 0.8rem;
  }
  body.nav-open .site-nav { display: flex; }
  .site-nav a { padding: 1rem; }
  h1 { max-width: 9.2ch; font-size: clamp(3.1rem, 16vw, 4.8rem); }
  .button { width: 100%; }
  .network-map { min-height: 440px; }
  .map-pin { min-width: 8.6rem; }
  .pin-employers { top: 20%; right: 1rem; }
  .pin-talent { bottom: 12%; left: 1rem; }
  .pin-match { left: 50%; top: 50%; transform: translate(-50%, -50%); }
  .portrait-frame { width: min(100%, 260px); }
  .contact-links { align-items: stretch; flex-direction: column; }
  .contact-links a { text-align: center; }
  .nav-cta { margin-left: 0; width: 100%; }
  .field-row { grid-template-columns: 1fr; }
  .choice-grid { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}
