/* ==========================================================================
   ZVOLVANT SOLUTIONS, redesign concept by KWA Digital
   --------------------------------------------------------------------------
   THE IDEA:
   Zvolvant sells cyber security and AI to federal agencies. Its website is
   the first proof of competence a contracting officer ever sees, so the site
   itself has to feel like well-run infrastructure: dark, precise, quiet,
   with the contract data (8(a), CAGE, UEI) treated as a first-class feature
   instead of a footer afterthought.

   - Dark "operations" theme drawn from their own logo: deep navy + cyan.
   - Mono type for everything a contracting officer copies into a system:
     CAGE, UEI, DUNS, NAICS. One-click copy buttons in the hero.
   - The federal seal wall done properly: official artwork, uniform chips.
   - An 8(a) direct-award explainer, because that is the actual reason an
     agency picks up the phone.
   - A print-ready capability statement page, the artifact every 8(a) firm
     is asked for and this site never had.

   Plain HTML + CSS + one small JS file. No frameworks, no build step.
   ========================================================================== */

/* ---------- fonts (self-hosted, variable) ---------- */
@font-face {
  font-family: 'Space Grotesk';
  src: url('../fonts/space-grotesk-latin-wght-normal.woff2') format('woff2');
  font-weight: 300 700;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/inter-latin-wght-normal.woff2') format('woff2');
  font-weight: 100 900;
  font-display: swap;
}
@font-face {
  font-family: 'IBM Plex Mono';
  src: url('../fonts/ibm-plex-mono-latin-400-normal.woff2') format('woff2');
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: 'IBM Plex Mono';
  src: url('../fonts/ibm-plex-mono-latin-500-normal.woff2') format('woff2');
  font-weight: 500;
  font-display: swap;
}

/* ---------- tokens ---------- */
:root {
  --bg:      #0a111f;
  --bg-2:    #0d1626;
  --panel:   #111d33;
  --panel-2: #15233d;
  --chip:    #f4f7fb;   /* seal chips stay light so official seals read true */

  --text:    #e9eff8;
  --dim:     #a9b6cb;
  --faint:   #8291a9;

  --line:    rgba(146, 174, 220, 0.14);
  --line-2:  rgba(146, 174, 220, 0.28);

  --cyan:    #4cc9ec;   /* from their logo */
  --cyan-2:  #8adef5;
  --cyan-ink:#07131f;   /* text on cyan buttons */
  --green:   #45e09c;
  --red:     #ff6161;
  --amber:   #ffb224;

  --disp: 'Space Grotesk', 'Segoe UI', sans-serif;
  --body: 'Inter', 'Segoe UI', sans-serif;
  --mono: 'IBM Plex Mono', Consolas, monospace;

  --w: min(1180px, 92vw);
  --r: 8px;
}

/* ---------- base ---------- */
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; background: var(--bg); }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

body {
  background: var(--bg);
  color: var(--text);
  font-family: var(--body);
  font-size: 1.0525rem;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

img, svg, canvas { display: block; max-width: 100%; }
a { color: var(--cyan-2); text-underline-offset: 3px; text-decoration-thickness: 1px; }
a:hover { color: #b3ebfa; }
::selection { background: var(--cyan); color: var(--cyan-ink); }

.wrap { width: var(--w); margin-inline: auto; }

h1, h2, h3, h4 {
  font-family: var(--disp);
  font-weight: 600;
  line-height: 1.12;
  letter-spacing: -0.015em;
  text-wrap: balance;
  color: #fff;
}
h1 { font-size: clamp(2.4rem, 5.2vw, 4rem); font-weight: 700; }
h2 { font-size: clamp(1.7rem, 3.2vw, 2.5rem); }
h3 { font-size: 1.24rem; }

.lead { font-size: clamp(1.06rem, 1.6vw, 1.22rem); color: var(--dim); max-width: 58ch; }
.dimtext { color: var(--dim); }

.eyebrow {
  display: inline-flex; align-items: center; gap: 0.6rem;
  font-family: var(--mono); font-size: 0.72rem; font-weight: 500;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--cyan); margin-bottom: 1.1rem;
}
.eyebrow::before { content: ''; width: 26px; height: 1px; background: var(--cyan); opacity: 0.7; }

/* ---------- buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 0.5rem;
  font-family: var(--disp); font-size: 0.95rem; font-weight: 600;
  text-decoration: none; cursor: pointer;
  padding: 0.85rem 1.45rem; border-radius: var(--r);
  border: 1px solid transparent; min-height: 2.9rem;
  transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease, transform 0.12s ease;
}
.btn-fill { background: var(--cyan); color: var(--cyan-ink); }
.btn-fill:hover { background: var(--cyan-2); color: var(--cyan-ink); }
.btn-ghost { border-color: var(--line-2); color: var(--text); background: transparent; }
.btn-ghost:hover { border-color: var(--cyan); color: #fff; }
.btn:active { transform: translateY(1px); }
.btn .arr { transition: transform 0.15s ease; }
.btn:hover .arr { transform: translateX(3px); }

/* ==========================================================================
   TOPBAR + HEADER
   ========================================================================== */
.topbar { background: #060c17; border-bottom: 1px solid var(--line); }
.topbar .wrap {
  display: flex; justify-content: space-between; align-items: center; gap: 1rem;
  padding: 0.45rem 0;
  font-family: var(--mono); font-size: 0.67rem; font-weight: 500;
  letter-spacing: 0.13em; text-transform: uppercase;
  color: var(--faint); white-space: nowrap; overflow: hidden;
}
.topbar b { color: var(--dim); font-weight: 500; }
.topbar .tb-short { display: none; }
.topbar .incident { color: var(--red); text-decoration: none; display: inline-flex; align-items: center; gap: 0.45rem; padding: 0.62rem 0; margin: -0.45rem 0; }
.topbar .incident:hover { color: #ff8a8a; }
.topbar .incident i {
  width: 7px; height: 7px; border-radius: 50%; background: var(--red);
  animation: pulse 1.6s ease-in-out infinite;
}
@keyframes pulse { 50% { opacity: 0.25; } }
@media (max-width: 860px) {
  .topbar .tb-full { display: none; }
  .topbar .tb-short { display: inline; }
}
@media (max-width: 560px) {
  /* the incident line wins the space; the ids live in the hero card anyway */
  .topbar .tb-short { display: none; }
  .topbar .wrap { justify-content: center; }
}

header.site {
  position: sticky; top: 0; z-index: 60;
  background: rgba(10, 17, 31, 0.88);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
}
header.site .wrap {
  display: flex; align-items: center; justify-content: space-between;
  gap: 1.4rem; padding: 0.8rem 0;
}
.brand { display: block; flex: none; }
.brand img { height: 40px; width: auto; }

nav.main { display: flex; align-items: center; gap: 1.5rem; }
nav.main a {
  font-family: var(--disp); font-size: 0.93rem; font-weight: 500;
  color: var(--dim); text-decoration: none; padding: 0.45rem 0.1rem;
  border-bottom: 2px solid transparent;
}
nav.main a:hover { color: #fff; }
nav.main a[aria-current="page"] { color: var(--cyan); border-bottom-color: var(--cyan); }

.hdr-cta { display: flex; align-items: center; gap: 1rem; }
.hdr-tel {
  font-family: var(--mono); font-size: 0.8rem; color: var(--dim);
  text-decoration: none; white-space: nowrap; padding: 0.5rem 0.2rem;
}
.hdr-tel:hover { color: var(--cyan-2); }
.hdr-cta .btn { padding: 0.65rem 1.05rem; min-height: 0; font-size: 0.88rem; }

.nav-toggle {
  display: none; background: none; border: 1px solid var(--line-2);
  border-radius: var(--r); padding: 0.55rem 0.65rem; cursor: pointer; color: var(--text);
}
.nav-toggle svg { width: 20px; height: 20px; }

@media (max-width: 960px) {
  nav.main {
    display: none;
    position: absolute; top: 100%; left: 0; right: 0;
    background: var(--bg-2); border-bottom: 1px solid var(--line-2);
    flex-direction: column; align-items: stretch; gap: 0;
    padding: 0.4rem 4vw 1rem;
  }
  nav.main.open { display: flex; }
  nav.main a { padding: 0.85rem 0.25rem; border-bottom: 1px solid var(--line); font-size: 1rem; }
  nav.main a[aria-current="page"] { border-bottom-color: var(--line); }
  .nav-toggle { display: inline-flex; }
  .hdr-tel { display: none; }
}
@media (max-width: 460px) {
  header.site .wrap { gap: 0.7rem; }
  .brand img { height: 33px; }
  .hdr-cta .btn { font-size: 0.78rem; padding: 0.55rem 0.75rem; white-space: nowrap; }
}

/* ==========================================================================
   HERO
   ========================================================================== */
.hero { position: relative; overflow: hidden; border-bottom: 1px solid var(--line); }
.hero canvas.mesh { position: absolute; inset: 0; width: 100%; height: 100%; opacity: 0.55; }
.hero::after {
  content: ''; position: absolute; inset: 0; pointer-events: none;
  background: radial-gradient(1100px 520px at 18% 8%, rgba(76, 201, 236, 0.1), transparent 60%),
              linear-gradient(180deg, transparent 55%, var(--bg) 100%);
}
.hero .wrap {
  position: relative; z-index: 2;
  display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(0, 0.88fr);
  gap: clamp(2rem, 5vw, 4.5rem); align-items: center;
  padding: clamp(3.4rem, 7vw, 6rem) 0 clamp(3rem, 6vw, 5rem);
}
.hero h1 em { font-style: normal; color: var(--cyan); }
.hero .lead { margin-top: 1.15rem; }
.hero-ctas { display: flex; flex-wrap: wrap; gap: 0.8rem; margin-top: 1.9rem; }

/* the contract snapshot card */
.snap {
  background: linear-gradient(180deg, var(--panel-2), var(--panel));
  border: 1px solid var(--line-2); border-radius: 14px;
  box-shadow: 0 40px 80px -40px rgba(0, 0, 0, 0.8);
  overflow: hidden;
}
.snap-head {
  display: flex; justify-content: space-between; align-items: center; gap: 1rem;
  padding: 0.85rem 1.2rem; border-bottom: 1px solid var(--line);
  font-family: var(--mono); font-size: 0.68rem; font-weight: 500;
  letter-spacing: 0.16em; text-transform: uppercase; color: var(--faint);
}
.snap-head .st { display: inline-flex; align-items: center; gap: 0.45rem; color: var(--green); }
.snap-head .st i { width: 7px; height: 7px; border-radius: 50%; background: var(--green); animation: pulse 2s ease-in-out infinite; }
.snap-body { padding: 0.5rem 1.2rem 0.9rem; }
.snap-row {
  display: flex; justify-content: space-between; align-items: center; gap: 1rem;
  padding: 0.72rem 0; border-bottom: 1px solid var(--line);
}
.snap-row:last-child { border-bottom: 0; }
.snap-row .k { font-family: var(--mono); font-size: 0.66rem; letter-spacing: 0.15em; text-transform: uppercase; color: var(--faint); }
.snap-row .v { font-family: var(--mono); font-size: 0.9rem; font-weight: 500; color: var(--text); display: inline-flex; align-items: center; gap: 0.55rem; }
.snap-row .v.hl { color: var(--cyan); }
.copybtn {
  background: none; border: 1px solid var(--line-2); border-radius: 5px;
  color: var(--faint); cursor: pointer; padding: 0.42rem 0.55rem;
  display: inline-flex; align-items: center; min-height: 2rem;
}
.copybtn:hover { color: var(--cyan); border-color: var(--cyan); }
.copybtn svg { width: 13px; height: 13px; }
.copybtn.done { color: var(--green); border-color: var(--green); }
.snap-foot {
  padding: 0.8rem 1.2rem; background: rgba(76, 201, 236, 0.06);
  border-top: 1px solid var(--line);
  font-size: 0.86rem; color: var(--dim);
}
.snap-foot b { color: var(--cyan-2); font-weight: 600; }

@media (max-width: 940px) {
  .hero .wrap { grid-template-columns: 1fr; }
  .snap { max-width: 540px; }
}

/* ==========================================================================
   SECTIONS
   ========================================================================== */
section.band { padding: clamp(3.2rem, 7vw, 5.5rem) 0; }
section.band.alt { background: var(--bg-2); border-block: 1px solid var(--line); }
.sec-head { max-width: 62ch; margin-bottom: clamp(1.8rem, 4vw, 2.8rem); }
.sec-head h2 { margin-bottom: 0.8rem; }
.sec-head.center { margin-inline: auto; text-align: center; }

/* ---------- client seal wall ---------- */
.seals {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem;
}
.seal {
  background: var(--panel); border: 1px solid var(--line); border-radius: var(--r);
  padding: 1.15rem 1rem 1rem; text-align: center;
  transition: transform 0.18s ease, border-color 0.18s ease;
}
.seal:hover { transform: translateY(-3px); border-color: var(--line-2); }
.seal .disc {
  width: 92px; height: 92px; margin: 0 auto 0.8rem; border-radius: 50%;
  background: var(--chip); display: flex; align-items: center; justify-content: center;
  padding: 10px; overflow: hidden;
}
.seal .disc img { max-width: 100%; max-height: 100%; object-fit: contain; }
.seal figcaption { font-family: var(--mono); font-size: 0.64rem; font-weight: 500; letter-spacing: 0.12em; text-transform: uppercase; color: var(--dim); line-height: 1.5; }
@media (max-width: 900px) { .seals { grid-template-columns: repeat(2, 1fr); } }

.seal-note { margin-top: 1.3rem; font-size: 0.82rem; color: var(--faint); text-align: center; }

/* ---------- service cards ----------
   7 cards: a 12-col grid gives a 4 + 3 pyramid with no orphan. */
.svc-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 1rem; }
.svc-grid .svc { grid-column: span 4; }
.svc-grid .svc:nth-child(-n+4) { grid-column: span 3; }
.svc {
  position: relative; display: flex; flex-direction: column; gap: 0.6rem;
  background: var(--panel); border: 1px solid var(--line); border-radius: 12px;
  padding: 1.5rem 1.4rem 1.35rem; text-decoration: none;
  transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}
.svc:hover { transform: translateY(-4px); border-color: rgba(76, 201, 236, 0.5); background: var(--panel-2); }
.svc .ic {
  width: 46px; height: 46px; border-radius: 10px; margin-bottom: 0.4rem;
  background: rgba(76, 201, 236, 0.1); border: 1px solid rgba(76, 201, 236, 0.28);
  display: flex; align-items: center; justify-content: center; color: var(--cyan);
}
.svc .ic svg { width: 24px; height: 24px; }
.svc h3, .svc h2 { color: #fff; font-size: 1.13rem; }
.svc p { font-size: 0.92rem; color: var(--dim); line-height: 1.6; flex: 1; }
.svc .go {
  font-family: var(--mono); font-size: 0.7rem; font-weight: 500; letter-spacing: 0.14em;
  text-transform: uppercase; color: var(--cyan); display: inline-flex; align-items: center; gap: 0.4rem;
  margin-top: 0.5rem; min-height: 1.6rem;
}
.svc:hover .go { color: var(--cyan-2); }
@media (max-width: 1060px) {
  .svc-grid .svc, .svc-grid .svc:nth-child(-n+4) { grid-column: span 6; }
  .svc-grid .svc:last-child { grid-column: span 12; }
}
@media (max-width: 600px) {
  .svc-grid .svc, .svc-grid .svc:nth-child(-n+4) { grid-column: span 12; }
}

/* ---------- 8(a) advantage ---------- */
.adv { display: grid; grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr); gap: clamp(2rem, 5vw, 4rem); align-items: start; }
@media (max-width: 900px) { .adv { grid-template-columns: 1fr; } }
.adv-steps { display: grid; gap: 0.9rem; }
.adv-step {
  display: grid; grid-template-columns: auto 1fr; gap: 1.1rem;
  background: var(--panel); border: 1px solid var(--line); border-radius: var(--r);
  padding: 1.2rem 1.3rem;
}
.adv-step .n {
  font-family: var(--mono); font-size: 0.78rem; font-weight: 500; color: var(--cyan);
  border: 1px solid rgba(76, 201, 236, 0.4); border-radius: 50%;
  width: 2.1rem; height: 2.1rem; display: flex; align-items: center; justify-content: center;
  margin-top: 0.15rem;
}
.adv-step h3 { font-size: 1.05rem; margin-bottom: 0.25rem; }
.adv-step p { font-size: 0.92rem; color: var(--dim); }
.adv-note { margin-top: 1rem; font-size: 0.82rem; color: var(--faint); }

/* ---------- insight cards ---------- */
.posts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.post {
  display: flex; flex-direction: column; gap: 0.55rem;
  background: var(--panel); border: 1px solid var(--line); border-radius: 12px;
  padding: 1.4rem 1.35rem; text-decoration: none;
  transition: transform 0.18s ease, border-color 0.18s ease;
}
.post:hover { transform: translateY(-4px); border-color: rgba(76, 201, 236, 0.5); }
.post .tag { font-family: var(--mono); font-size: 0.64rem; font-weight: 500; letter-spacing: 0.15em; text-transform: uppercase; color: var(--cyan); }
.post h3 { font-size: 1.08rem; color: #fff; }
.post p { font-size: 0.9rem; color: var(--dim); flex: 1; }
@media (max-width: 900px) { .posts { grid-template-columns: 1fr; } }

/* ---------- incident strip ---------- */
.incident-band { background: rgba(255, 97, 97, 0.07); border-block: 1px solid rgba(255, 97, 97, 0.25); }
.incident-band .wrap {
  display: flex; justify-content: space-between; align-items: center; gap: 1.5rem;
  padding: 1.35rem 0; flex-wrap: wrap;
}
.incident-band h2 { font-size: 1.25rem; display: flex; align-items: center; gap: 0.7rem; }
.incident-band h2 i { width: 9px; height: 9px; border-radius: 50%; background: var(--red); animation: pulse 1.6s ease-in-out infinite; flex: none; }
.incident-band p { color: var(--dim); font-size: 0.93rem; }
.btn-red { background: var(--red); color: #1c0606; }
.btn-red:hover { background: #ff8585; color: #1c0606; }

/* ---------- CTA band ---------- */
.cta-band { background: linear-gradient(135deg, #0f2233, #10304a 55%, #0e3b52); border-block: 1px solid var(--line-2); }
.cta-band .wrap {
  display: grid; grid-template-columns: minmax(0, 1.25fr) auto; gap: 2rem; align-items: center;
  padding: clamp(2.8rem, 6vw, 4.4rem) 0;
}
.cta-band h2 { margin-bottom: 0.5rem; }
.cta-band p { color: var(--dim); max-width: 54ch; }
.cta-band .mono-note { font-family: var(--mono); font-size: 0.74rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--faint); margin-top: 1rem; }
.cta-band .mono-note a { color: var(--cyan-2); text-decoration: none; display: inline-block; padding: 0.55rem 0.15rem; margin: -0.55rem -0.15rem; }
@media (max-width: 780px) { .cta-band .wrap { grid-template-columns: 1fr; } }

/* ==========================================================================
   SUBPAGES
   ========================================================================== */
.page-hero { border-bottom: 1px solid var(--line); position: relative; overflow: hidden; }
.page-hero::after {
  content: ''; position: absolute; inset: 0; pointer-events: none;
  background: radial-gradient(900px 400px at 12% 0%, rgba(76, 201, 236, 0.09), transparent 60%);
}
.page-hero .wrap { position: relative; z-index: 1; padding: clamp(2.8rem, 6vw, 4.6rem) 0 clamp(2.2rem, 4.6vw, 3.4rem); }
.page-hero h1 { font-size: clamp(2.1rem, 4.4vw, 3.3rem); }
.page-hero .lead { margin-top: 1rem; }
.crumb {
  font-family: var(--mono); font-size: 0.7rem; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--faint); margin-bottom: 1.2rem; display: flex; gap: 0.6rem; flex-wrap: wrap;
}
.crumb a { color: var(--faint); text-decoration: none; padding: 0.3rem 0; margin: -0.3rem 0; }
.crumb a:hover { color: var(--cyan); }
.crumb span { color: var(--dim); padding: 0.3rem 0; }

/* service detail layout */
.svc-page { display: grid; grid-template-columns: minmax(0, 1.55fr) minmax(0, 0.85fr); gap: clamp(2rem, 5vw, 4rem); align-items: start; }
@media (max-width: 940px) { .svc-page { grid-template-columns: 1fr; } }

.svc-body h2 { font-size: 1.45rem; margin: 2.2rem 0 0.7rem; }
.svc-body h2:first-child { margin-top: 0; }
.svc-body p { color: var(--dim); max-width: 62ch; }
.svc-body p + p { margin-top: 0.8rem; }

.includes { display: flex; flex-wrap: wrap; gap: 0.55rem; margin-top: 1.4rem; }
.chip {
  font-family: var(--mono); font-size: 0.7rem; font-weight: 500; letter-spacing: 0.08em;
  text-transform: uppercase; color: var(--dim);
  border: 1px solid var(--line-2); border-radius: 999px; padding: 0.45rem 0.85rem;
  background: var(--panel);
}

.side-card {
  background: var(--panel); border: 1px solid var(--line-2); border-radius: 12px;
  overflow: hidden; margin-bottom: 1.2rem; position: sticky; top: 6.4rem;
}
.side-card .sc-h {
  padding: 0.8rem 1.2rem; background: rgba(76, 201, 236, 0.07); border-bottom: 1px solid var(--line);
  font-family: var(--mono); font-size: 0.68rem; font-weight: 500; letter-spacing: 0.16em;
  text-transform: uppercase; color: var(--cyan);
}
.side-card .sc-b { padding: 1.15rem 1.2rem 1.25rem; }
.side-card .sc-b p { font-size: 0.9rem; color: var(--dim); }
.side-card .sc-b .btn { width: 100%; margin-top: 1rem; }
.side-card ul { list-style: none; margin-top: 0.4rem; }
.side-card li { padding: 0.42rem 0; border-bottom: 1px solid var(--line); font-size: 0.9rem; color: var(--dim); }
.side-card li:last-child { border-bottom: 0; }
.side-card li a { color: var(--text); text-decoration: none; display: block; padding: 0.42rem 0; margin: -0.28rem 0; }
.side-card li a:hover { color: var(--cyan-2); }

/* about page */
.split { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr); gap: clamp(2rem, 5vw, 4rem); align-items: start; }
@media (max-width: 900px) { .split { grid-template-columns: 1fr; } }

.idtable { width: 100%; border-collapse: collapse; }
.idtable th, .idtable td { text-align: left; padding: 0.8rem 1rem; border-bottom: 1px solid var(--line); }
.idtable th { font-family: var(--mono); font-size: 0.64rem; font-weight: 500; letter-spacing: 0.15em; text-transform: uppercase; color: var(--faint); }
.idtable td { font-family: var(--mono); font-size: 0.9rem; color: var(--text); }
.idtable tr:last-child th, .idtable tr:last-child td { border-bottom: 0; }
.panelbox { background: var(--panel); border: 1px solid var(--line-2); border-radius: 12px; overflow: hidden; }
.panelbox .pb-h { padding: 0.8rem 1.2rem; background: rgba(76, 201, 236, 0.07); border-bottom: 1px solid var(--line); font-family: var(--mono); font-size: 0.68rem; font-weight: 500; letter-spacing: 0.16em; text-transform: uppercase; color: var(--cyan); }

.vals { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.val { background: var(--panel); border: 1px solid var(--line); border-radius: 12px; padding: 1.4rem 1.35rem; }
.val h3 { font-size: 1.05rem; margin-bottom: 0.4rem; }
.val p { font-size: 0.91rem; color: var(--dim); }
@media (max-width: 900px) { .vals { grid-template-columns: 1fr; } }

/* careers */
.job {
  display: flex; justify-content: space-between; align-items: center; gap: 1.5rem;
  background: var(--panel); border: 1px solid var(--line-2); border-radius: 12px;
  padding: 1.4rem 1.5rem; flex-wrap: wrap;
}
.job h3 { font-size: 1.2rem; }
.job .meta { display: flex; gap: 0.5rem; flex-wrap: wrap; margin-top: 0.5rem; }

/* contact */
.contact-grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr); gap: clamp(2rem, 5vw, 4rem); align-items: start; }
@media (max-width: 900px) { .contact-grid { grid-template-columns: 1fr; } }

form.cform { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
form.cform .full { grid-column: 1 / -1; }
form.cform label {
  display: block; font-family: var(--mono); font-size: 0.66rem; font-weight: 500;
  letter-spacing: 0.14em; text-transform: uppercase; color: var(--dim); margin-bottom: 0.45rem;
}
form.cform label em { color: var(--cyan); font-style: normal; }
form.cform input, form.cform textarea {
  width: 100%; font: inherit; font-size: 1rem; color: var(--text);
  background: var(--panel); border: 1px solid var(--line-2); border-radius: var(--r);
  padding: 0.85rem 1rem;
}
form.cform input::placeholder, form.cform textarea::placeholder { color: var(--faint); }
form.cform input:focus, form.cform textarea:focus { outline: 2px solid var(--cyan); outline-offset: 1px; border-color: var(--cyan); }
form.cform textarea { min-height: 9.5rem; resize: vertical; }
form.cform .form-note { font-size: 0.86rem; color: var(--faint); }
@media (max-width: 600px) { form.cform { grid-template-columns: 1fr; } }

.c-card {
  display: flex; gap: 1rem; align-items: flex-start;
  background: var(--panel); border: 1px solid var(--line); border-radius: 12px;
  padding: 1.25rem 1.3rem; margin-bottom: 1rem;
}
.c-card .ic { flex: none; width: 42px; height: 42px; border-radius: 10px; background: rgba(76, 201, 236, 0.1); border: 1px solid rgba(76, 201, 236, 0.28); display: flex; align-items: center; justify-content: center; color: var(--cyan); }
.c-card .ic svg { width: 20px; height: 20px; }
.c-card h2 { font-size: 1.02rem; margin-bottom: 0.15rem; }
.c-card p, .c-card a { font-size: 0.93rem; color: var(--dim); }
.c-card a { display: inline-block; padding: 0.25rem 0; text-decoration: none; color: var(--text); }
.c-card a:hover { color: var(--cyan-2); }

/* ==========================================================================
   FOOTER
   ========================================================================== */
footer.site { background: #060c17; border-top: 1px solid var(--line-2); }
.ft-top { padding: clamp(2.8rem, 5vw, 4rem) 0 2rem; }
.ft-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.1fr; gap: 2rem; }
.ft-grid h2 {
  font-family: var(--mono); font-size: 0.66rem; font-weight: 500;
  letter-spacing: 0.18em; text-transform: uppercase; color: var(--faint);
  margin-bottom: 0.9rem;
}
.ft-grid p, .ft-grid li { font-size: 0.9rem; color: var(--dim); line-height: 1.75; }
.ft-grid ul { list-style: none; }
.ft-grid a { color: var(--dim); text-decoration: none; display: inline-block; padding: 0.28rem 0; min-height: 2rem; }
.ft-grid a:hover { color: var(--cyan-2); }
.ft-brand img { height: 36px; width: auto; margin-bottom: 1rem; }
.ft-ids { margin-top: 1rem; font-family: var(--mono); font-size: 0.74rem; color: var(--faint); line-height: 2; }
.ft-ids b { color: var(--dim); font-weight: 500; }
@media (max-width: 900px) { .ft-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 540px) { .ft-grid { grid-template-columns: 1fr; } }

.ft-legal { border-top: 1px solid var(--line); padding: 1.1rem 0 1.3rem; font-size: 0.8rem; color: var(--faint); }
.ft-legal .wrap { display: flex; justify-content: space-between; gap: 1rem; flex-wrap: wrap; }
.ft-legal a { color: var(--faint); display: inline-block; padding: 0.35rem 0.1rem; margin: -0.35rem -0.1rem; }
.ft-legal a:hover { color: var(--dim); }

/* ---------- reveals ---------- */
.rv { opacity: 0; transform: translateY(16px); transition: opacity 0.6s ease, transform 0.6s cubic-bezier(0.2, 0.7, 0.2, 1); }
.rv.in { opacity: 1; transform: none; }
.rv2 { transition-delay: 0.08s; } .rv3 { transition-delay: 0.16s; } .rv4 { transition-delay: 0.24s; }
@media (prefers-reduced-motion: reduce) {
  .rv { opacity: 1; transform: none; transition: none; }
  .topbar .incident i, .snap-head .st i, .incident-band h2 i { animation: none; }
}

.pad-link { display: inline-block; padding: 0.42rem 0.1rem; margin: -0.42rem -0.1rem; }

.skip {
  position: absolute; left: -9999px; top: 0; z-index: 100;
  background: var(--cyan); color: var(--cyan-ink); padding: 0.7rem 1.1rem;
  font-family: var(--mono); font-size: 0.8rem; text-decoration: none;
}
.skip:focus { left: 0; }
