@charset "utf-8";
/* ═══════════════════════════════════════════════════════════════════════════
   Beacon Career Services
   1. Tokens  2. Reset  3. Type  4. Layout  5. Components
   6. Sections  7. Form  8. Motion  9. Responsive
   ═══════════════════════════════════════════════════════════════════════════ */

@import url("_lqip.css");

/* ── 1. Tokens ─────────────────────────────────────────────────────────── */
:root {
  /* A beacon is a signal light, so the accent is hi-vis amber — the same
     amber as a hazard lamp or a safety vest, not a decorative gold. */
  --signal:      #f5a524;
  --signal-deep: #7a4e06;  /* 5.50:1 on concrete — AA for small text */
  --alert:       #d9541f;

  --t-display: clamp(2.9rem, 1rem + 7.4vw, 7.4rem);
  --t-h2:      clamp(1.95rem, 1.1rem + 3vw, 3.5rem);
  --t-h3:      clamp(1.15rem, 1rem + 0.6vw, 1.5rem);
  --t-lede:    clamp(1.04rem, 0.98rem + 0.34vw, 1.22rem);
  --t-body:    clamp(0.98rem, 0.95rem + 0.2vw, 1.06rem);
  --t-label:   0.72rem;

  --shell: 84rem;
  --gut:   clamp(1.15rem, 0.6rem + 2.4vw, 3.25rem);
  --sec-y: clamp(4.5rem, 3rem + 7vw, 9.5rem);
  --rule:  2px;            /* heavier than editorial hairlines, on purpose */
  --notch: 14px;           /* cut corner on panels */

  --ease: cubic-bezier(.2, .7, .3, 1);

  /* Coarser grain than a paper stock — this is concrete and steel. */
  --grain: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.65' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");

  /* Hazard tape. Used twice on the page — any more and it turns into a costume. */
  --hazard: repeating-linear-gradient(-45deg,
    var(--signal) 0 14px, #13161a 14px 28px);

  color-scheme: dark;
}

[data-ground="steel"] {
  --bg:    #13161a;
  --raise: #1b1f25;
  --line:  #2c323a;
  --ink:   #edeef0;
  --mute:  #979da6;
  --acc:   var(--signal);
  --grain-op: .075;
}
[data-ground="concrete"] {
  --bg:    #e3e1dc;
  --raise: #f1f0ec;
  --line:  #c6c3bb;
  --ink:   #14171b;
  --mute:  #5c6069;
  --acc:   var(--signal-deep);
  --grain-op: .05;
}

/* ── 2. Reset ──────────────────────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }

@font-face { font-family: "Archivo"; src: url("/assets/fonts/archivo.woff2") format("woff2");
  font-weight: 600 900; font-style: normal; font-display: swap; }
@font-face { font-family: "Barlow"; src: url("/assets/fonts/barlow-400.woff2") format("woff2");
  font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: "Barlow"; src: url("/assets/fonts/barlow-600.woff2") format("woff2");
  font-weight: 600; font-style: normal; font-display: swap; }
@font-face { font-family: "IBM Plex Mono"; src: url("/assets/fonts/ibm-plex-mono-500.woff2") format("woff2");
  font-weight: 500; font-style: normal; font-display: swap; }

/* scroll-padding-top, not scroll-margin on each target: the nav is fixed, so
   without it every in-page link scrolls its heading to y=0 and straight under
   an opaque bar. Measured at 69-75px across this family. */
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: 6rem; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

body {
  background: #13161a;
  color: #edeef0;
  font-family: "Barlow", ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
  font-size: var(--t-body);
  line-height: 1.58;
  font-feature-settings: "tnum" 1;
  overflow-x: hidden;
}

img, svg, picture, video { display: block; max-width: 100%; }
img { height: auto; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; color: inherit; }
ul, ol { list-style: none; padding: 0; }
::selection { background: var(--signal); color: #13161a; }

[hidden] { display: none !important; }

:focus-visible { outline: 3px solid var(--signal); outline-offset: 2px; }

.u-sr { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden;
  clip: rect(0 0 0 0); clip-path: inset(50%); white-space: nowrap; }

.skip {
  position: fixed; top: 0; left: 50%; translate: -50% -140%; z-index: 200;
  padding: .8rem 1.4rem; background: var(--signal); color: #13161a;
  font-family: "Archivo", sans-serif; font-weight: 800; text-transform: uppercase;
  letter-spacing: .04em; font-size: .85rem; transition: translate .2s var(--ease);
}
.skip:focus { translate: -50% 0; }

/* ── 3. Type ───────────────────────────────────────────────────────────── */
h1, h2, h3, .h2, .h3 {
  font-family: "Archivo", ui-sans-serif, system-ui, sans-serif;
  font-weight: 800; text-transform: uppercase;
  line-height: .94; letter-spacing: -.021em;
  text-wrap: balance;
}
.h2 { font-size: var(--t-h2); }
.h3 { font-size: var(--t-h3); letter-spacing: -.012em; line-height: 1.08; }
p { text-wrap: pretty; }

/* Mono labels: the vernacular of a work order or a spec plate. */
.kicker, .eyebrow, .label {
  font-family: "IBM Plex Mono", ui-monospace, "SFMono-Regular", Menlo, monospace;
  font-weight: 500; font-size: var(--t-label);
  letter-spacing: .1em; text-transform: uppercase;
  color: var(--mute);
}
.kicker { display: flex; align-items: center; gap: .6rem; }
.kicker .idx { color: var(--acc); }
.kicker::before {
  content: ""; width: 1.6rem; height: var(--rule); background: var(--acc); flex: none;
}
.eyebrow { display: flex; flex-wrap: wrap; align-items: center; gap: .2rem .55rem; }
.nowrap { white-space: nowrap; }
.sep { opacity: .45; }

/* ── 4. Layout ─────────────────────────────────────────────────────────── */
.shell { width: 100%; max-width: var(--shell); margin-inline: auto; padding-inline: var(--gut); }

section[data-ground], .marquee, .foot {
  position: relative; background: var(--bg); color: var(--ink);
}
section[data-ground]::before, .foot::before {
  content: ""; position: absolute; inset: 0; z-index: 5;
  background-image: var(--grain); opacity: var(--grain-op); pointer-events: none;
}
.shell { position: relative; z-index: 2; }

/* Section joins are structural, not hairline — this is plate, not paper. */
.sectors, .doors, .process, .models, .standards, .quotes, .faq {
  border-top: var(--rule) solid var(--line);
}

.sec-head { max-width: 46rem; margin-bottom: clamp(2.5rem, 1.5rem + 3.5vw, 4.5rem); }
.sec-head .h2 { margin-top: .95rem; }
.sec-head__lede { margin-top: 1.1rem; color: var(--mute); font-size: var(--t-lede); max-width: 38rem; }

/* ── 5. Components ─────────────────────────────────────────────────────── */
.ph {
  position: relative; display: block; overflow: hidden;
  background-image: var(--lqip); background-size: cover; background-position: center;
  isolation: isolate;
}
.ph img {
  width: 100%; height: 100%; object-fit: cover;
  /* Higher contrast and cooler than an editorial grade — closer to how a
     work site actually looks under sodium light and overcast. */
  filter: saturate(.72) contrast(1.16) brightness(.93);
  opacity: 0; transition: opacity .55s var(--ease), scale 1s var(--ease);
}
.ph img.is-loaded { opacity: 1; }
.ph::after {
  content: ""; position: absolute; inset: 0; z-index: 2; pointer-events: none;
  background:
    linear-gradient(195deg, rgba(245,165,36,.16) 0%, rgba(245,165,36,0) 42%),
    linear-gradient(0deg, rgba(19,22,26,.55) 0%, rgba(19,22,26,0) 58%);
  mix-blend-mode: hard-light;
}
.ph--portrait { aspect-ratio: 4 / 5; }
.ph--wide     { aspect-ratio: 16 / 10; }
.ph--classic  { aspect-ratio: 4 / 3; }

/* Notched panel — a cut corner, like plate steel with the edge taken off. */
.notch { clip-path: polygon(0 0, calc(100% - var(--notch)) 0, 100% var(--notch), 100% 100%, 0 100%); }

.btn {
  --btn-pad: .85rem 1.5rem;
  position: relative; display: inline-flex; align-items: center; justify-content: center;
  gap: .5rem; padding: var(--btn-pad);
  font-family: "Archivo", sans-serif; font-weight: 700; font-size: .85rem;
  text-transform: uppercase; letter-spacing: .045em;
  border: var(--rule) solid transparent; cursor: pointer;
  transition: background .2s var(--ease), color .2s var(--ease),
              border-color .2s var(--ease), translate .12s var(--ease);
  white-space: nowrap;
}
.btn--lg   { --btn-pad: 1.05rem 1.9rem; font-size: .93rem; }
.btn--full { width: 100%; }
.btn--solid { background: var(--signal); color: #13161a; border-color: var(--signal); }
.btn--solid:hover { background: #ffb838; border-color: #ffb838; }
.btn--line { border-color: var(--ink); color: var(--ink); }
.btn--line:hover { background: var(--ink); color: var(--bg); }
.btn:active { translate: 0 2px; }

/* Nav */
.nav {
  position: fixed; inset: 0 0 auto; z-index: 100;
  border-bottom: var(--rule) solid transparent;
  transition: background .3s var(--ease), border-color .3s var(--ease);
}
.nav::before { content: none; }
.nav.is-stuck {
  background: color-mix(in oklab, #13161a 92%, transparent);
  backdrop-filter: blur(12px); border-bottom-color: var(--line);
}
.nav__in { display: flex; align-items: center; gap: clamp(.8rem, 3vw, 2.25rem); min-height: 70px; }
.nav__links { display: flex; gap: clamp(.9rem, 1.8vw, 1.7rem); margin-inline: auto; }
.nav__links a {
  font-family: "IBM Plex Mono", monospace; font-weight: 500; font-size: .76rem;
  letter-spacing: .08em; text-transform: uppercase; color: var(--mute);
  padding: .35rem 0; border-bottom: var(--rule) solid transparent;
  transition: color .2s var(--ease), border-color .2s var(--ease);
}
.nav__links a:hover, .nav__links a.is-here { color: var(--ink); border-bottom-color: var(--signal); }
.nav__cta { display: flex; align-items: center; gap: .5rem; }

.brand { display: inline-flex; align-items: center; gap: .62rem; flex: none; }
.brand__mark { width: 26px; height: 26px; color: var(--signal); flex: none; }
.brand__word {
  display: flex; flex-direction: column; line-height: 1;
  font-family: "Archivo", sans-serif; font-weight: 900; font-size: 1.12rem;
  text-transform: uppercase; letter-spacing: -.01em;
}
.brand__sub {
  font-family: "IBM Plex Mono", monospace; font-weight: 500; font-size: .535rem;
  letter-spacing: .17em; color: var(--mute); margin-top: .34rem;
}

.nav__toggle {
  display: none; flex-direction: column; justify-content: center; gap: 5px;
  width: 44px; height: 44px; margin-left: auto; background: none; border: 0;
  cursor: pointer; padding: 0;
}
.nav__bar { display: block; width: 24px; height: 2px; background: var(--ink); margin-inline: auto;
  transition: translate .2s var(--ease), rotate .2s var(--ease); }
.nav__toggle[aria-expanded="true"] .nav__bar:first-child { translate: 0 3.5px; rotate: 45deg; }
.nav__toggle[aria-expanded="true"] .nav__bar:last-child { translate: 0 -3.5px; rotate: -45deg; }

.menu { display: flex; flex-direction: column; padding: .25rem var(--gut) 1.75rem;
  background: #13161a; border-top: var(--rule) solid var(--line); }
.menu a {
  padding: .95rem 0; border-bottom: var(--rule) solid var(--line);
  font-family: "Archivo", sans-serif; font-weight: 700; text-transform: uppercase;
  letter-spacing: .03em; font-size: 1rem;
}
.menu__cta { color: var(--signal); }

.progress { position: fixed; inset: 0 0 auto; height: 3px; z-index: 110; pointer-events: none; }
.progress i { display: block; height: 100%; width: 100%; background: var(--signal);
  transform-origin: left; scale: 0 1; }

/* ── 6. Sections ───────────────────────────────────────────────────────── */
.hero {
  display: flex; align-items: flex-end; min-height: 100svh;
  padding-block: 8rem clamp(2rem, 1rem + 3vw, 3.5rem); overflow: hidden;
}
.hero::before { z-index: 3; }
.hero__media { position: absolute; inset: 0; z-index: 0; }
.hero__media picture { display: block; width: 100%; height: 100%; }
.hero__media img { width: 100%; height: 100%; object-fit: cover; object-position: 55% 45%; }
.hero__scrim {
  position: absolute; inset: 0;
  background:
    linear-gradient(95deg, #13161a 4%, rgba(19,22,26,.9) 32%, rgba(19,22,26,.45) 64%, rgba(19,22,26,.66) 100%),
    linear-gradient(0deg, #13161a 1%, rgba(19,22,26,0) 40%);
}
.hero__in { position: relative; z-index: 4; width: 100%; }
.hero__h {
  font-size: var(--t-display); line-height: .88; letter-spacing: -.028em;
  font-weight: 900; margin-top: 1.3rem;
}
.hero__h .line { display: block; }
.hero__h .hl { color: var(--signal); }
.hero__lede {
  max-width: 38rem; margin-top: 1.6rem; font-size: var(--t-lede);
  color: color-mix(in oklab, var(--ink) 80%, transparent);
}
.hero__actions { display: flex; flex-wrap: wrap; gap: .7rem; margin-top: 2.1rem; }

.proof {
  display: grid; grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.4rem clamp(1rem, 2vw, 2rem);
  margin-top: clamp(2.6rem, 2rem + 3vw, 4.5rem); padding-top: 1.4rem;
  border-top: var(--rule) solid color-mix(in oklab, var(--ink) 22%, transparent);
}
.proof > div { display: flex; flex-direction: column; justify-content: space-between; }
.proof dt {
  font-family: "IBM Plex Mono", monospace; font-weight: 500; font-size: .66rem;
  letter-spacing: .09em; text-transform: uppercase; color: var(--mute);
  margin-bottom: .5rem; text-wrap: balance;
}
.proof dd {
  display: flex; align-items: baseline; gap: .22rem;
  font-family: "Archivo", sans-serif; font-weight: 900;
  font-size: clamp(1.8rem, 1.2rem + 1.8vw, 2.7rem); line-height: 1; letter-spacing: -.03em;
}
.proof__u { font-size: .74rem; font-weight: 700; color: var(--signal); letter-spacing: .03em; }

/* Hazard bar — the one piece of pure signage on the page. */
.hazard { height: 10px; background: var(--hazard); }

.marquee { overflow: hidden; border-block: var(--rule) solid var(--line);
  padding-block: .8rem; white-space: nowrap; }
.marquee__track { display: inline-flex; align-items: center; gap: 1.9rem;
  animation: slide 42s linear infinite; will-change: transform; }
.marquee span {
  font-family: "Archivo", sans-serif; font-weight: 800; font-size: 1.02rem;
  text-transform: uppercase; letter-spacing: .01em;
  color: color-mix(in oklab, var(--ink) 66%, transparent);
}
.marquee i { color: var(--signal); font-style: normal; font-size: .72rem; }
@keyframes slide { to { translate: -50% 0; } }

/* Thesis */
.thesis { padding-block: var(--sec-y); }
.thesis__grid { display: grid; gap: clamp(2.25rem, 1rem + 5vw, 4.5rem);
  grid-template-columns: minmax(0, 5fr) minmax(0, 6fr); align-items: center; }
.thesis__body .h2 { margin: 1rem 0 1.5rem; }
.thesis__body .hl { color: var(--acc); }
.thesis__body p { color: var(--mute); max-width: 34rem; }
.thesis__body p + p { margin-top: 1rem; }
.thesis__sig {
  margin-top: 1.7rem !important; padding: 1.1rem 1.25rem;
  background: var(--raise); border-left: 4px solid var(--signal);
  color: var(--ink) !important; font-weight: 600;
}

/* Sectors */
.sectors { padding-block: var(--sec-y); }
.cards { display: grid; gap: clamp(1.5rem, 1rem + 2.2vw, 2.75rem);
  grid-template-columns: repeat(3, minmax(0, 1fr)); }
.card { display: flex; flex-direction: column; background: var(--raise);
  border: var(--rule) solid var(--line); }
.card .ph { border-bottom: var(--rule) solid var(--line); }
.card:hover .ph img { scale: 1.04; }
.card__body { display: flex; flex-direction: column; flex: 1 1 auto; padding: 1.25rem 1.25rem 1.4rem; }
.card h3 { font-size: var(--t-h3); margin-bottom: .6rem; }
.card__body > p { color: var(--mute); font-size: .94rem; margin-bottom: 1.1rem; }
.chips { display: flex; flex-wrap: wrap; gap: .35rem; margin-top: auto;
  padding-top: 1rem; border-top: var(--rule) solid var(--line); }
.chips li {
  font-family: "IBM Plex Mono", monospace; font-weight: 500; font-size: .69rem;
  letter-spacing: .02em; color: var(--mute);
  padding: .25rem .5rem; border: 1px solid var(--line); background: var(--bg);
}

/* Doors */
.doors { padding-block: var(--sec-y); }
.doors__grid { display: grid; gap: clamp(1.75rem, 1rem + 3vw, 3.25rem);
  grid-template-columns: repeat(2, minmax(0, 1fr)); }
.door { display: flex; flex-direction: column; gap: 1.3rem; }
.door__body { display: flex; flex-direction: column; flex: 1 1 auto; }
.door .h3 { margin: .8rem 0 1.2rem; }
.door .btn { align-self: flex-start; margin-top: auto; }
.ticks { display: grid; gap: .6rem; margin-bottom: 1.6rem; }
.ticks li { position: relative; padding-left: 1.5rem; font-size: .93rem; color: var(--mute); }
.ticks li::before {
  content: ""; position: absolute; left: 0; top: .52em;
  width: 9px; height: 9px; background: var(--acc);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
.ticks strong { color: var(--ink); font-weight: 600; }

/* Process */
.process { padding-block: var(--sec-y); }
.steps { display: grid; border-top: var(--rule) solid var(--line); }
.step { display: grid; gap: clamp(.75rem, 3vw, 3.25rem);
  grid-template-columns: 5.5rem minmax(0, 1fr);
  padding-block: clamp(1.6rem, 1rem + 2vw, 2.7rem);
  border-bottom: var(--rule) solid var(--line);
  transition: background .25s var(--ease); }
.step:hover { background: var(--raise); }
.step__n {
  font-family: "Archivo", sans-serif; font-weight: 900;
  font-size: clamp(2.2rem, 1.5rem + 2.2vw, 3.4rem); line-height: .85;
  color: color-mix(in oklab, var(--ink) 16%, transparent);
  transition: color .25s var(--ease);
}
.step:hover .step__n { color: var(--signal); }
.step__c { max-width: 44rem; }
.step__c h3 { font-size: var(--t-h3); margin-bottom: .55rem; }
.step__c p { color: var(--mute); }

/* Engagement */
.models { padding-block: var(--sec-y); }
.models__list { border-top: var(--rule) solid var(--line); }
.model { display: grid; gap: .45rem clamp(1.25rem, 4vw, 3.5rem);
  grid-template-columns: minmax(0, 26rem) minmax(0, 1fr); align-items: baseline;
  padding-block: clamp(1.25rem, 1rem + 1.2vw, 1.9rem);
  border-bottom: var(--rule) solid var(--line); }
.model__h { display: flex; flex-wrap: wrap; align-items: center; gap: .7rem; }
.model h3 { font-size: var(--t-h3); }
.model__tag {
  font-family: "IBM Plex Mono", monospace; font-weight: 500; font-size: .64rem;
  letter-spacing: .08em; text-transform: uppercase;
  background: var(--signal); color: #13161a; padding: .2rem .45rem; white-space: nowrap;
}
.model > p { color: var(--mute); }

/* Straight deal */
.deal { padding-block: var(--sec-y); overflow: hidden; }
.deal__media { position: absolute; inset: 0; z-index: 0; opacity: .2; }
.deal__media .ph, .deal__media img { width: 100%; height: 100%; }
.deal__media::after { content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, #13161a 0%, rgba(19,22,26,.76) 40%, rgba(19,22,26,.9) 72%, #13161a 100%); }
.deal__grid { display: grid; gap: clamp(2.25rem, 1rem + 4.5vw, 4.5rem);
  grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); align-items: start; }
.deal__head .h2 { margin: 1rem 0 1.3rem; }
.deal__head .hl { color: var(--signal); }
.deal__lede { color: var(--mute); font-size: var(--t-lede); max-width: 32rem; }
.deal__lede a { color: var(--signal); text-decoration: underline; text-underline-offset: 3px;
  overflow-wrap: anywhere; }
.pledges { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.pledges li { padding: 1.25rem 1.4rem 1.35rem 0; border-top: var(--rule) solid var(--line); }
.pledges li:nth-child(odd) { padding-right: 2rem; }
.pledges h3 {
  font-family: "Archivo", sans-serif; font-weight: 800; font-size: .88rem;
  text-transform: uppercase; letter-spacing: .015em; line-height: 1.25;
  margin-bottom: .4rem; color: var(--signal);
}
.pledges p { font-size: .87rem; color: var(--mute); line-height: 1.5; }

/* Standards */
.standards { padding-block: clamp(2.5rem, 2rem + 2.5vw, 3.75rem); }
.standards__list { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: clamp(1.1rem, 2vw, 2.25rem); }
.standards__list li { display: flex; flex-direction: column; gap: .4rem;
  padding-left: .9rem; border-left: 3px solid var(--acc); }
.standards__k { font-family: "Archivo", sans-serif; font-weight: 900;
  font-size: clamp(1.45rem, 1.1rem + 1.3vw, 2rem); line-height: 1;
  text-transform: uppercase; letter-spacing: -.02em; }
.standards__v { font-family: "IBM Plex Mono", monospace; font-weight: 500; font-size: .69rem;
  letter-spacing: .05em; text-transform: uppercase; color: var(--mute);
  text-wrap: balance; line-height: 1.45; }

/* Testimonials */
.quotes { padding-block: var(--sec-y); }
.quotes__list { display: grid; gap: clamp(1.25rem, 1rem + 1.5vw, 2rem);
  grid-template-columns: repeat(3, minmax(0, 1fr)); }
.quote { display: flex; flex-direction: column;
  background: var(--raise); border: var(--rule) solid var(--line);
  padding: 1.4rem 1.4rem 1.3rem; }
.quote figure { display: flex; flex-direction: column; height: 100%; }
.quote blockquote { flex: 1 1 auto; }
.quote blockquote p { font-size: 1.02rem; color: var(--ink); }
.quote blockquote p::before { content: "“"; }
.quote blockquote p::after { content: "”"; }
.quote figcaption { margin-top: 1.2rem; padding-top: .95rem;
  border-top: var(--rule) solid var(--line); display: flex; flex-direction: column; gap: .2rem; }
.quote__who { font-family: "Archivo", sans-serif; font-weight: 800; font-size: .8rem;
  text-transform: uppercase; letter-spacing: .03em; }
.quote__where { font-family: "IBM Plex Mono", monospace; font-weight: 500; font-size: .68rem;
  letter-spacing: .04em; color: var(--mute); }

/* FAQ */
.faq { padding-block: var(--sec-y); }
.faq__grid { display: grid; gap: clamp(2rem, 1rem + 3.5vw, 4.5rem);
  grid-template-columns: minmax(0, 4fr) minmax(0, 7fr); align-items: start; }
.faq__head .h2 { margin-top: .95rem; }
.faq__list { border-top: var(--rule) solid var(--line); }
.faq details { border-bottom: var(--rule) solid var(--line); }
.faq summary { display: flex; align-items: center; justify-content: space-between; gap: 1.25rem;
  padding-block: 1.15rem; cursor: pointer; list-style: none;
  font-family: "Archivo", sans-serif; font-weight: 700; font-size: .96rem;
  text-transform: uppercase; letter-spacing: .01em; transition: color .2s var(--ease); }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: ""; flex: none; width: 14px; height: 14px; background: var(--acc);
  clip-path: polygon(50% 100%, 0 0, 100% 0); transition: rotate .25s var(--ease); }
.faq details[open] summary::after { rotate: 180deg; }
.faq summary:hover { color: var(--acc); }
.faq__a { padding-bottom: 1.4rem; padding-right: clamp(0rem, 5vw, 4rem); }
.faq__a p { color: var(--mute); }
.faq__a a { color: var(--acc); text-decoration: underline; text-underline-offset: 3px; }

/* Contact */
.contact { padding-block: var(--sec-y); }
.contact__grid { display: grid; gap: clamp(2.25rem, 1rem + 4.5vw, 5rem);
  grid-template-columns: minmax(0, 5fr) minmax(0, 6fr); align-items: start; }
.contact__head .h2 { margin: 1rem 0 1.3rem; }
.contact__head .hl { color: var(--signal); }
.contact__lede { color: var(--mute); font-size: var(--t-lede); max-width: 28rem; }
.contact__es { margin-top: .8rem; font-size: .92rem; color: var(--mute); max-width: 28rem; }
.contact__direct { margin-top: 1.9rem; padding-top: 1.3rem;
  border-top: var(--rule) solid var(--line); display: flex; flex-direction: column; gap: .35rem; }
.contact__direct a {
  font-family: "Archivo", sans-serif; font-weight: 800;
  font-size: clamp(1rem, .9rem + .6vw, 1.3rem); color: var(--signal);
  text-transform: uppercase; letter-spacing: -.005em; overflow-wrap: anywhere;
  border-bottom: var(--rule) solid color-mix(in oklab, var(--signal) 45%, transparent);
  align-self: flex-start; transition: border-color .2s var(--ease);
}
.contact__direct a:hover { border-bottom-color: var(--signal); }

/* ── 7. Form ───────────────────────────────────────────────────────────── */
.form { background: var(--raise); border: var(--rule) solid var(--line);
  padding: clamp(1.25rem, 1rem + 1.8vw, 2.1rem); }
.seg { display: grid; grid-template-columns: 1fr 1fr; border: var(--rule) solid var(--line);
  margin-bottom: 1.7rem; }
.seg__btn { padding: .82rem .8rem; background: none; border: 0; cursor: pointer;
  font-family: "Archivo", sans-serif; font-weight: 700; font-size: .82rem;
  text-transform: uppercase; letter-spacing: .04em; color: var(--mute);
  transition: background .2s var(--ease), color .2s var(--ease); }
.seg__btn.is-on { background: var(--signal); color: #13161a; }
.seg__btn:not(.is-on):hover { color: var(--ink); }

.form__fields { display: grid; grid-template-columns: 1fr 1fr; gap: 1.05rem; }
.field { display: flex; flex-direction: column; gap: .4rem; min-width: 0; }
.field--wide { grid-column: 1 / -1; }
.field label { font-family: "IBM Plex Mono", monospace; font-weight: 500; font-size: .69rem;
  letter-spacing: .08em; text-transform: uppercase; color: var(--mute); }
.field .opt { text-transform: none; letter-spacing: .01em; opacity: .8; }
.field input, .field textarea {
  width: 100%; padding: .75rem .85rem; background: var(--bg);
  border: var(--rule) solid var(--line); color: var(--ink);
  transition: border-color .2s var(--ease); }
.field input::placeholder, .field textarea::placeholder { color: color-mix(in oklab, var(--mute) 70%, transparent); }
.field input:focus, .field textarea:focus { border-color: var(--signal); outline: none; }
.field textarea { resize: vertical; min-height: 5.5rem; }
.field__err { font-size: .78rem; color: #ff9a6c; }
.field.is-bad input, .field.is-bad textarea { border-color: #ff9a6c; }

.check { flex-direction: row; align-items: flex-start; gap: .6rem; }
.check input { width: 1.5rem; height: 1.5rem; flex: none; margin-top: .18rem; accent-color: var(--signal); }
.check label { text-transform: none; letter-spacing: .01em; font-size: .87rem;
  font-family: "Barlow", sans-serif; line-height: 1.45; color: var(--mute); }

.hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.form button[type="submit"] { margin-top: 1.5rem; }
.form__status { margin-top: .9rem; font-size: .9rem; color: var(--signal); }
.form__status:empty { margin: 0; }
.form__status.is-bad { color: #ff9a6c; }
.form__fine { margin-top: 1rem; font-size: .78rem; color: var(--mute); line-height: 1.5; }

/* ── Footer ────────────────────────────────────────────────────────────── */
.foot { padding-block: clamp(2.75rem, 2rem + 2.5vw, 4rem) 2.25rem;
  border-top: var(--rule) solid var(--line); }
.foot__top { display: flex; flex-wrap: wrap; align-items: center; gap: 1.25rem 2.25rem;
  padding-bottom: 2rem; border-bottom: var(--rule) solid var(--line); }
.foot__nav { display: flex; flex-wrap: wrap; gap: 1.1rem; margin-inline: auto; }
.foot__nav a { font-family: "IBM Plex Mono", monospace; font-weight: 500; font-size: .72rem;
  letter-spacing: .07em; text-transform: uppercase; color: var(--mute);
  transition: color .2s var(--ease); }
.foot__nav a:hover { color: var(--ink); }
.foot__mail a { font-family: "IBM Plex Mono", monospace; font-size: .78rem; color: var(--signal);
  border-bottom: 1px solid color-mix(in oklab, var(--signal) 40%, transparent);
  overflow-wrap: anywhere; }
.foot__eeo { margin-top: 2rem; max-width: 62rem; font-size: .76rem; line-height: 1.6;
  color: color-mix(in oklab, var(--mute) 92%, transparent); }
.foot__base { display: flex; flex-wrap: wrap; justify-content: space-between; gap: .5rem 2rem;
  margin-top: 2rem; padding-top: 1.35rem; border-top: var(--rule) solid var(--line);
  font-family: "IBM Plex Mono", monospace; font-size: .72rem; color: var(--mute); }

/* ── 8. Motion ─────────────────────────────────────────────────────────── */
.reveal { opacity: 1; translate: none; }
.js .reveal {
  opacity: 0; translate: 0 18px;
  transition: opacity .6s var(--ease), translate .6s var(--ease);
  transition-delay: var(--d, 0ms);
}
.js .reveal.is-in { opacity: 1; translate: 0 0; }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: .001ms !important; animation-iteration-count: 1 !important;
    transition-duration: .001ms !important; scroll-behavior: auto !important;
  }
  .js .reveal { opacity: 1; translate: none; }
  .marquee__track { animation: none; }
  .ph img { opacity: 1; }
}

/* ── 9. Responsive ─────────────────────────────────────────────────────── */
@media (max-width: 1040px) {
  .cards, .quotes__list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .doors__grid { grid-template-columns: minmax(0, 1fr); }
  .deal__grid, .faq__grid, .contact__grid, .thesis__grid { grid-template-columns: minmax(0, 1fr); }
  .thesis__fig { max-width: 34rem; }
  .standards__list { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .model { grid-template-columns: minmax(0, 1fr); }
}
@media (max-width: 880px) {
  .nav__links, .nav__cta { display: none; }
  .nav__toggle { display: flex; }
  .nav { background: color-mix(in oklab, #13161a 92%, transparent); backdrop-filter: blur(12px); }
  .proof { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .pledges { grid-template-columns: minmax(0, 1fr); }
  .pledges li:nth-child(odd) { padding-right: 0; }
}
@media (max-width: 720px) {
  .hero { min-height: auto; padding-block: 6.5rem 3rem; }
  .hero__media img { object-position: 52% 45%; }
  .hero__scrim { background: linear-gradient(180deg,
      rgba(19,22,26,.94) 0%, rgba(19,22,26,.8) 32%, rgba(19,22,26,.86) 64%, #13161a 100%); }
  .cards, .quotes__list { grid-template-columns: minmax(0, 1fr); }
  .card .ph { aspect-ratio: 16 / 10; }
  .step { grid-template-columns: minmax(0, 1fr); gap: .35rem; }
  .step__n { font-size: 2rem; }
  .standards__list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .form__fields { grid-template-columns: minmax(0, 1fr); }
  .field--wide { grid-column: auto; }
  .foot__nav { margin-inline: 0; width: 100%; }
  .hero__actions .btn { flex: 1 1 100%; }
  .proof dt { font-size: .62rem; }
}
@media (max-width: 420px) {
  .seg { grid-template-columns: minmax(0, 1fr); }
  .seg__btn + .seg__btn { border-top: var(--rule) solid var(--line); }
  .standards__list { grid-template-columns: minmax(0, 1fr); }
}
@media print {
  .nav, .progress, .marquee, .hero__media, .form, .skip, .hazard { display: none !important; }
  body, section[data-ground] { background: #fff !important; color: #000 !important; }
}
