:root {
  --ink: #0a1b2b;
  --ink-2: #122b3f;
  --paper: #f3f0e8;
  --white: #fffef8;
  --signal: #f5b643;
  --mint: #9fd9cb;
  --line: rgba(10, 27, 43, 0.16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
}
a { color: inherit; text-decoration: none; }

.site-header {
  position: absolute;
  z-index: 20;
  top: 0;
  left: 0;
  width: 100%;
  height: 94px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 0 clamp(24px, 5vw, 76px);
  color: var(--white);
  border-bottom: 1px solid rgba(255,255,255,.18);
}
.brand { display: flex; align-items: center; gap: 12px; width: max-content; }
.brand-mark {
  width: 40px; height: 40px; display: grid; place-items: center;
  background: var(--signal); color: var(--ink); font-weight: 900; font-size: 23px;
  border-radius: 50% 50% 50% 12px;
}
.brand-copy { display: flex; flex-direction: column; line-height: 1; }
.brand-copy strong { font-size: 19px; letter-spacing: .08em; }
.brand-copy small { margin-top: 5px; opacity: .65; font-size: 9px; letter-spacing: .18em; text-transform: uppercase; }
.desktop-nav { display: flex; align-items: center; gap: 34px; font-size: 13px; font-weight: 700; letter-spacing: .02em; }
.desktop-nav a { opacity: .72; transition: opacity .2s; }
.desktop-nav a:hover, .desktop-nav a:focus-visible { opacity: 1; }
.header-cta { justify-self: end; display: flex; gap: 12px; align-items: center; font-weight: 800; font-size: 13px; }
.header-cta span { color: var(--signal); font-size: 17px; }

.hero {
  position: relative;
  min-height: 880px;
  overflow: hidden;
  color: var(--white);
  background:
    radial-gradient(circle at 78% 35%, rgba(48, 115, 129, .46), transparent 31%),
    linear-gradient(125deg, #081a2a 0%, #0b2435 55%, #0d3343 100%);
  padding: 190px clamp(24px, 8vw, 130px) 170px;
}
.hero-grid {
  position: absolute; inset: 0;
  opacity: .23;
  background-image: linear-gradient(rgba(255,255,255,.1) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.1) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: linear-gradient(90deg, transparent, black 48%, black);
}
.hero-content { position: relative; z-index: 2; width: min(680px, 56%); }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 24px; font-weight: 800; font-size: 11px; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow span { width: 24px; height: 2px; background: var(--signal); }
.eyebrow.dark { color: #517080; }
.hero h1 { margin: 0; font-size: clamp(58px, 6.5vw, 104px); line-height: .92; letter-spacing: -.055em; font-weight: 800; }
.hero h1 em { color: var(--signal); font-family: Georgia, serif; font-weight: 400; }
.hero-lede { max-width: 650px; margin: 30px 0 0; color: rgba(255,255,255,.72); font-size: 19px; line-height: 1.7; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 40px; }
.button { display: inline-flex; justify-content: center; align-items: center; gap: 18px; min-height: 57px; padding: 0 24px; font-size: 13px; font-weight: 900; letter-spacing: .01em; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--signal); color: var(--ink); }
.button-secondary { border: 1px solid rgba(255,255,255,.35); background: rgba(255,255,255,.04); color: var(--white); }

.workforce-board { position: absolute; z-index: 2; right: clamp(20px, 6vw, 100px); top: 175px; width: min(36vw, 510px); aspect-ratio: 1; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; }
.board-label { position: absolute; top: 49%; left: -48px; margin: 0; transform: rotate(-90deg); color: rgba(255,255,255,.42); text-transform: uppercase; letter-spacing: .22em; font-size: 9px; }
.board-orbit { position: absolute; border: 1px dashed rgba(255,255,255,.16); border-radius: 50%; inset: 14%; }
.orbit-two { inset: 29%; border-style: solid; }
.board-center { position: absolute; inset: 37%; display: flex; flex-direction: column; align-items: center; justify-content: center; border-radius: 50%; background: var(--signal); color: var(--ink); box-shadow: 0 0 70px rgba(245,182,67,.2); }
.board-center strong { font-family: Georgia, serif; font-size: clamp(36px,5vw,60px); font-weight: 400; line-height: .8; }
.board-center span { margin-top: 9px; font-size: 8px; text-transform: uppercase; letter-spacing: .13em; }
.role { position: absolute; z-index: 3; display: flex; align-items: center; gap: 10px; padding: 11px 15px; background: rgba(255,255,255,.96); color: var(--ink); box-shadow: 0 12px 28px rgba(0,0,0,.18); font-size: 11px; font-weight: 800; }
.role span { color: #69909b; font-size: 9px; }
.role-one { left: 1%; top: 14%; }
.role-two { right: -5%; top: 27%; }
.role-three { left: -5%; bottom: 21%; }
.role-four { right: 5%; bottom: 8%; }
.hero-proof { position: absolute; z-index: 2; left: clamp(24px, 8vw, 130px); right: clamp(24px, 8vw, 130px); bottom: 42px; display: flex; align-items: center; justify-content: space-between; padding-top: 28px; border-top: 1px solid rgba(255,255,255,.2); }
.hero-proof p { margin: 0; color: rgba(255,255,255,.55); font-size: 12px; text-transform: uppercase; letter-spacing: .08em; }
.hero-proof p strong { color: var(--signal); }
.office-row { display: flex; gap: 24px; color: rgba(255,255,255,.44); font-size: 10px; text-transform: uppercase; letter-spacing: .11em; }

.pathways { padding: 110px clamp(24px, 8vw, 130px) 130px; }
.section-heading { display: flex; align-items: end; justify-content: space-between; margin-bottom: 54px; }
.section-heading h2 { margin: 0; font-size: clamp(40px, 5vw, 72px); line-height: 1.02; letter-spacing: -.05em; }
.pathway-grid { display: grid; grid-template-columns: 1fr 1fr; }
.pathway-card { min-height: 570px; padding: clamp(34px, 5vw, 70px); display: flex; flex-direction: column; }
.pathway-work { background: var(--signal); }
.pathway-people { background: var(--ink); color: var(--white); }
.card-number { margin: 0 0 auto; font-size: 10px; font-weight: 900; letter-spacing: .16em; opacity: .6; }
.pathway-card h3 { margin: 70px 0 20px; font-size: clamp(38px, 4vw, 58px); line-height: 1; letter-spacing: -.045em; }
.pathway-card > p:not(.card-number) { max-width: 470px; margin: 0; font-size: 16px; line-height: 1.65; opacity: .72; }
.card-actions { display: grid; gap: 0; margin-top: 42px; border-top: 1px solid currentColor; }
.card-actions a { display: flex; align-items: center; justify-content: space-between; min-height: 58px; border-bottom: 1px solid currentColor; font-size: 13px; font-weight: 900; }
.card-actions span { font-size: 17px; }

.about-section { display: grid; grid-template-columns: 1.2fr 1fr; gap: 11vw; padding: 150px clamp(24px, 8vw, 130px); background: var(--ink); color: var(--white); }
.about-statement h2 { max-width: 720px; margin: 0; font-size: clamp(48px, 6vw, 86px); line-height: .98; letter-spacing: -.055em; }
.about-copy { padding-top: 42px; }
.about-copy > p { color: rgba(255,255,255,.6); line-height: 1.75; }
.about-copy .large-copy { margin: 0 0 30px; color: var(--white); font-family: Georgia, serif; font-size: clamp(26px, 3vw, 40px); line-height: 1.25; }
.inline-links { display: flex; flex-wrap: wrap; gap: 26px; margin-top: 40px; }
.inline-links a { display: flex; align-items: center; gap: 20px; padding-bottom: 8px; border-bottom: 1px solid currentColor; font-size: 12px; font-weight: 900; }
.inline-links a span { color: var(--signal); }

.process-section { display: grid; grid-template-columns: .75fr 1.25fr; gap: 8vw; padding: 140px clamp(24px, 8vw, 130px); }
.process-intro h2 { margin: 0; font-size: clamp(48px, 5vw, 76px); line-height: 1; letter-spacing: -.05em; }
.process-list { border-top: 1px solid var(--ink); }
.process-list article { position: relative; display: grid; grid-template-columns: 130px 1fr 1.35fr 46px; align-items: center; gap: 24px; min-height: 122px; border-bottom: 1px solid var(--line); }
.process-list article > span { color: #66808e; font-size: 9px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.process-list strong { font-size: 22px; }
.process-list p { color: #547080; font-size: 13px; line-height: 1.5; }
.process-list a { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid var(--line); transition: background .2s; }
.process-list a:hover { background: var(--signal); }

.services-section { padding: 140px clamp(24px, 8vw, 130px); background: #0f3340; color: var(--white); }
.services-heading { display: grid; grid-template-columns: .65fr 1.35fr .8fr; gap: 5vw; align-items: end; margin-bottom: 60px; }
.services-heading .eyebrow { align-self: start; }
.services-heading h2 { margin: 0; font-size: clamp(48px, 5.5vw, 82px); line-height: .96; letter-spacing: -.055em; }
.services-heading > p { margin: 0; color: rgba(255,255,255,.58); font-size: 14px; line-height: 1.7; }
.service-groups { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.26); border-left: 1px solid rgba(255,255,255,.16); }
.service-groups article { min-height: 250px; padding: 30px; border-right: 1px solid rgba(255,255,255,.16); border-bottom: 1px solid rgba(255,255,255,.16); }
.service-groups article > span { color: var(--signal); font-size: 9px; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.service-groups h3 { margin: 72px 0 18px; font-size: 27px; letter-spacing: -.035em; }
.service-groups p { margin: 0; color: rgba(255,255,255,.56); font-size: 13px; line-height: 1.7; }
.service-groups .screening-card { background: var(--signal); color: var(--ink); }
.service-groups .screening-card > span, .service-groups .screening-card p { color: rgba(10,27,43,.67); }

.portal-section { padding: 130px clamp(24px, 8vw, 130px); background: #dfe9e5; }
.portal-header { display: flex; justify-content: space-between; align-items: end; margin-bottom: 55px; }
.portal-header h2 { margin: 0; font-size: clamp(44px, 5.2vw, 76px); line-height: 1; letter-spacing: -.05em; }
.portal-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px; }
.portal-card { position: relative; min-height: 390px; padding: 42px; display: flex; flex-direction: column; background: var(--white); transition: transform .2s; }
.portal-card:hover { transform: translateY(-5px); }
.portal-kicker { color: #6b8790; font-size: 9px; font-weight: 900; text-transform: uppercase; letter-spacing: .15em; }
.portal-card strong { margin-top: auto; font-size: 30px; letter-spacing: -.03em; }
.portal-card p { min-height: 66px; color: #5a7280; font-size: 13px; line-height: 1.6; }
.portal-card > span:last-child { position: absolute; top: 38px; right: 38px; color: var(--ink); font-size: 19px; }
.accent-card { background: var(--signal); }
.accent-card .portal-kicker, .accent-card p { color: rgba(10,27,43,.65); }

.story-section { display: grid; grid-template-columns: 1.15fr .85fr; min-height: 720px; background: var(--white); }
.story-visual { position: relative; overflow: hidden; display: flex; align-items: center; justify-content: center; background: linear-gradient(145deg, #0a1b2b, #174b55); }
.story-visual::before, .story-visual::after { content: ""; position: absolute; border: 1px solid rgba(255,255,255,.16); border-radius: 50%; }
.story-visual::before { width: 500px; height: 500px; }
.story-visual::after { width: 700px; height: 700px; }
.story-word { z-index: 1; color: rgba(255,255,255,.08); font-size: clamp(90px, 12vw, 180px); font-weight: 900; letter-spacing: -.08em; transform: rotate(-8deg); }
.play-link { position: absolute; z-index: 2; display: flex; align-items: center; gap: 16px; color: var(--white); font-size: 12px; font-weight: 900; }
.play-link > span { width: 70px; height: 70px; display: grid; place-items: center; padding-left: 4px; border-radius: 50%; background: var(--signal); color: var(--ink); font-size: 18px; }
.story-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(48px, 7vw, 110px); }
.story-copy h2 { margin: 0; font-size: clamp(44px, 5vw, 72px); line-height: 1; letter-spacing: -.05em; }
.story-copy > p { color: #5c7280; font-size: 15px; line-height: 1.75; }
.stacked-links { display: grid; gap: 16px; }

.locations-section { padding: 140px clamp(24px, 8vw, 130px); }
.locations-heading { display: flex; align-items: end; justify-content: space-between; margin-bottom: 64px; }
.locations-heading h2 { margin: 0; font-size: clamp(48px, 6vw, 84px); line-height: .95; letter-spacing: -.055em; }
.locations-heading > p { max-width: 300px; color: #5a7180; font-size: 14px; line-height: 1.65; }
.location-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--ink); border-left: 1px solid var(--line); }
.location-card { position: relative; min-height: 250px; padding: 28px; display: flex; flex-direction: column; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.location-number { color: #78909a; font-size: 9px; font-weight: 900; letter-spacing: .13em; }
.location-card > div { margin-top: auto; }
.location-card h3 { margin: 0; font-size: 32px; letter-spacing: -.04em; }
.location-card p { margin: 4px 0 22px; color: #738891; font-size: 10px; font-weight: 900; letter-spacing: .14em; }
.phone-link { font-family: Georgia, serif; font-size: 18px; }
.office-link { position: absolute; top: 24px; right: 24px; width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid var(--line); }
.office-link:hover { background: var(--signal); }
.central-office { display: grid; grid-template-columns: 1.5fr .65fr .75fr; align-items: center; gap: 28px; margin-top: 30px; padding: 28px 32px; background: var(--ink); color: var(--white); }
.central-office > div { display: flex; flex-direction: column; gap: 6px; }
.central-office span { color: var(--signal); font-size: 9px; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.central-office strong { font-size: 14px; }
.central-office small { color: rgba(255,255,255,.48); }
.central-office > a { display: flex; justify-content: space-between; gap: 12px; color: rgba(255,255,255,.75); font-size: 12px; font-weight: 800; }
.central-office > a span { color: var(--signal); }

.legal-section { padding: 0 clamp(24px, 8vw, 130px) 100px; }
.legal-section details { border-top: 1px solid var(--ink); }
.legal-section details:last-child { border-bottom: 1px solid var(--ink); }
.legal-section summary { display: flex; justify-content: space-between; padding: 27px 0; cursor: pointer; list-style: none; font-weight: 900; }
.legal-section summary::-webkit-details-marker { display: none; }
.legal-section summary span { font-size: 18px; }
.legal-section details > div { max-width: 850px; padding: 10px 0 36px; }
.legal-section h2 { font-size: 32px; }
.legal-section p { color: #526d7c; font-size: 13px; line-height: 1.8; }
.legal-section p a { text-decoration: underline; }

.closing-section { padding: 130px clamp(24px, 8vw, 130px); text-align: center; background: var(--signal); }
.closing-section .eyebrow { justify-content: center; }
.closing-section .eyebrow span { background: var(--ink); }
.closing-section h2 { margin: 0; font-size: clamp(60px, 8.5vw, 126px); letter-spacing: -.065em; line-height: .9; }
.closing-actions { display: flex; justify-content: center; gap: 14px; margin-top: 55px; }
.closing-actions a { display: flex; justify-content: space-between; align-items: center; min-width: 250px; min-height: 62px; padding: 0 22px; border: 1px solid var(--ink); font-size: 12px; font-weight: 900; }
.closing-actions a:first-child { background: var(--ink); color: var(--white); }

footer { padding: 85px clamp(24px, 8vw, 130px) 28px; background: #071521; color: var(--white); }
.footer-top { display: grid; grid-template-columns: 1fr 1.3fr .7fr; align-items: center; padding-bottom: 60px; border-bottom: 1px solid rgba(255,255,255,.15); }
.footer-top > p { max-width: 420px; margin: 0; color: rgba(255,255,255,.55); font-family: Georgia, serif; font-size: 24px; line-height: 1.35; }
.social-links { display: flex; justify-content: end; gap: 22px; font-size: 11px; font-weight: 900; }
.social-links a { display: flex; gap: 8px; }
.social-links a span { color: var(--signal); }
.footer-links { display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; padding: 70px 0; }
.footer-links > div { display: flex; flex-direction: column; gap: 13px; }
.footer-links p { margin: 0 0 10px; color: var(--signal); font-size: 9px; font-weight: 900; text-transform: uppercase; letter-spacing: .16em; }
.footer-links a { width: max-content; color: rgba(255,255,255,.6); font-size: 12px; }
.footer-links a:hover { color: var(--white); }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.15); color: rgba(255,255,255,.4); font-size: 9px; text-transform: uppercase; letter-spacing: .09em; }

@media (max-width: 980px) {
  .site-header { grid-template-columns: 1fr auto; }
  .desktop-nav { display: none; }
  .hero { min-height: 1040px; padding-top: 160px; }
  .hero-content { width: 100%; }
  .workforce-board { top: 575px; right: 50%; transform: translateX(50%); width: min(72vw, 420px); }
  .hero-proof { display: none; }
  .pathway-grid { grid-template-columns: 1fr; }
  .about-section, .process-section, .story-section { grid-template-columns: 1fr; }
  .about-copy { padding-top: 0; }
  .process-list { margin-top: 30px; }
  .portal-grid { grid-template-columns: 1fr; }
  .services-heading { grid-template-columns: 1fr; align-items: start; }
  .service-groups { grid-template-columns: repeat(2, 1fr); }
  .story-visual { min-height: 520px; }
  .location-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-top { grid-template-columns: 1fr 1fr; gap: 30px; }
  .footer-top > p { grid-column: 1 / -1; grid-row: 2; }
  .footer-links { grid-template-columns: repeat(2, 1fr); }
  .central-office { grid-template-columns: 1fr 1fr; }
  .central-office > div { grid-column: 1 / -1; }
}

@media (max-width: 600px) {
  .site-header { height: 78px; padding: 0 20px; }
  .brand-copy small { display: none; }
  .header-cta { font-size: 0; }
  .header-cta span { font-size: 24px; }
  .hero { min-height: 890px; padding: 130px 22px 80px; }
  .hero h1 { font-size: 55px; }
  .hero-lede { font-size: 16px; }
  .hero-actions { display: grid; }
  .workforce-board { top: 545px; width: 78vw; }
  .role { padding: 8px 10px; font-size: 9px; }
  .pathways { padding: 80px 20px; }
  .pathway-card { min-height: 500px; padding: 35px 26px; }
  .about-section, .process-section, .services-section, .portal-section, .locations-section { padding: 80px 22px; }
  .process-list article { grid-template-columns: 1fr 42px; gap: 8px 16px; padding: 22px 0; }
  .process-list article > span, .process-list article p { grid-column: 1; }
  .process-list article a { grid-column: 2; grid-row: 1 / 4; }
  .portal-card { min-height: 330px; padding: 30px; }
  .story-visual { min-height: 420px; }
  .story-copy { padding: 75px 24px; }
  .locations-heading { display: block; }
  .locations-heading > p { margin-top: 24px; }
  .location-grid { grid-template-columns: 1fr; }
  .service-groups { grid-template-columns: 1fr; }
  .location-card { min-height: 220px; }
  .central-office { grid-template-columns: 1fr; padding: 26px 22px; }
  .central-office > div { grid-column: auto; }
  .legal-section { padding: 0 22px 70px; }
  .closing-section { padding: 90px 20px; }
  .closing-actions { display: grid; }
  .closing-actions a { min-width: 0; }
  footer { padding: 65px 22px 25px; }
  .footer-top { grid-template-columns: 1fr; }
  .footer-top > p { grid-column: auto; grid-row: auto; }
  .social-links { justify-content: start; }
  .footer-links { grid-template-columns: 1fr 1fr; gap: 45px 20px; }
  .footer-bottom { gap: 20px; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
