@font-face { font-family: "Archivo"; src: url("/fonts/archivo-latin-600-normal.woff2") format("woff2"); font-weight: 600; font-style: normal; font-display: swap; }
@font-face { font-family: "Archivo"; src: url("/fonts/archivo-latin-700-normal.woff2") format("woff2"); font-weight: 700; font-style: normal; font-display: swap; }
@font-face { font-family: "Archivo"; src: url("/fonts/archivo-latin-800-normal.woff2") format("woff2"); font-weight: 800; font-style: normal; font-display: swap; }

/* ==========================================================================
   Business Vitals — vitalsco.com
   Dark ground per brand kit. Bold agency polish (Zero Gravity lane).
   Imagery is SVG product diagrams, not photography — see _graphics.py.
   ========================================================================== */

:root {
  --blue:      #5BD0F0;
  --blue-dim:  #3EA9CC;
  --yellow:    #FFD400;
  --yellow-dk: #E5BE00;

  --ink:    #0A1119;   /* page ground */
  --ink-2:  #0D1620;   /* raised panel */
  --ink-3:  #16232F;   /* card */
  --line:   #22303D;
  --line-2: #2E3F4D;

  --white:  #FFFFFF;
  --text:   #B7C8D6;   /* body on dark — 8.9:1 */
  --muted:  #7E93A4;   /* secondary — 4.9:1 */
  --faint:  #708496;   /* captions, footnotes — 4.9:1, passes AA at small sizes */

  --font-display: "Archivo", "Helvetica Neue", Arial, sans-serif;
  --font-body: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;

  --wrap: 1200px;
  --wrap-narrow: 820px;
  --r: 14px;
  --r-sm: 8px;
}

/* --------------------------------------------------------------- reset -- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; background: var(--ink); }
body {
  margin: 0; font-family: var(--font-body); font-size: 17px; line-height: 1.65;
  color: var(--text); background: var(--ink); -webkit-font-smoothing: antialiased;
}
img, svg { max-width: 100%; height: auto; display: block; }
a { color: var(--blue); text-decoration: none; }
a:hover { text-decoration: underline; }

h1, h2, h3, h4 {
  font-family: var(--font-display); font-weight: 800; line-height: 1.06;
  letter-spacing: -.02em; color: var(--white); margin: 0 0 .5em;
}
h2 { font-size: clamp(1.9rem, 3.6vw, 2.8rem); }
h3 { font-size: clamp(1.15rem, 1.9vw, 1.38rem); }
h4 { font-size: 1rem; }
p { margin: 0 0 1.15em; }
p:last-child { margin-bottom: 0; }
strong { color: var(--white); font-weight: 700; }
::selection { background: var(--yellow); color: var(--ink); }

/* the Zero Gravity headline treatment — huge, all caps, stacked, tight */
.display {
  font-family: var(--font-display); font-weight: 800; text-transform: uppercase;
  font-size: clamp(2.4rem, 5.4vw, 4.5rem); line-height: .96; letter-spacing: -.032em;
  color: var(--white); margin: 0 0 28px;
}
.display span { display: block; }
.display .hl { color: var(--blue); }

/* ------------------------------------------------------------- layout -- */
.wrap { width: 100%; max-width: var(--wrap); margin: 0 auto; padding: 0 24px; }
.wrap--narrow { max-width: var(--wrap-narrow); }
section { padding: 92px 0; }
section.tight { padding: 56px 0; }
.center { text-align: center; }
.lede { font-size: 1.18rem; line-height: 1.6; color: var(--muted); }
.eyebrow {
  font-family: var(--font-display); font-size: .76rem; font-weight: 700;
  letter-spacing: .18em; text-transform: uppercase; color: var(--blue); margin: 0 0 18px;
}
.section-head { max-width: 720px; margin-bottom: 48px; }
.section-head.center { margin-left: auto; margin-right: auto; }
.section-head h2::after {
  content: ""; display: block; width: 72px; height: 5px; border-radius: 3px;
  background: var(--yellow); margin: 22px 0 0;
}
.section-head.center h2::after { margin-left: auto; margin-right: auto; }
.alt  { background: var(--ink-2); }
.statband { background: var(--ink-2); border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line); }
.band { background: var(--ink-3); }

/* ------------------------------------------------------------ buttons -- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 11px;
  font-family: var(--font-display); font-weight: 700; font-size: 1rem; line-height: 1;
  letter-spacing: .01em; padding: 19px 34px; border-radius: 4px; border: 2px solid transparent;
  cursor: pointer; text-decoration: none !important;
  transition: background .15s ease, color .15s ease, border-color .15s ease, gap .15s ease;
}
.btn svg { width: 17px; height: 17px; flex: none; }
.btn--primary { background: var(--yellow); color: var(--ink); }
.btn--primary:hover { background: var(--yellow-dk); gap: 15px; }
.btn--ghost { border-color: var(--line-2); color: var(--white); }
.btn--ghost:hover { border-color: var(--blue); color: var(--blue); gap: 15px; }
.btn--blue { background: var(--blue); color: var(--ink); }
.btn--blue:hover { background: var(--blue-dim); gap: 15px; }
.btn--link {
  padding: 0 0 4px; border: 0; border-radius: 0; background: none; color: var(--white);
  border-bottom: 2px solid var(--yellow);
}
.btn--link:hover { color: var(--yellow); }
.btn-row { display: flex; flex-wrap: wrap; gap: 16px; align-items: center; }
.btn-row.center { justify-content: center; }
.btn-note { font-size: .93rem; color: var(--faint); margin: 16px 0 0; }

/* --------------------------------------------------------- utility bar -- */
.ubar { background: #060C13; color: var(--muted); font-size: .87rem;
  font-family: var(--font-display); font-weight: 600; border-bottom: 1px solid var(--line); }
.ubar__inner { display: flex; align-items: center; justify-content: flex-end; gap: 32px;
  height: 42px; flex-wrap: wrap; }
.ubar a { color: var(--muted); display: inline-flex; align-items: center; gap: 8px;
  text-decoration: none !important; }
.ubar a:hover { color: var(--yellow); }
.ubar svg { width: 14px; height: 14px; flex: none; }

/* ---------------------------------------------------------------- nav -- */
.nav { position: sticky; top: 0; z-index: 60; background: rgba(10,17,25,.93);
  backdrop-filter: saturate(180%) blur(14px); border-bottom: 1px solid var(--line); }
.nav__inner { display: flex; align-items: center; justify-content: space-between; height: 82px; gap: 20px; }
.nav__logo { display: flex; align-items: center; text-decoration: none !important; }
.nav__logo:hover { opacity: .82; }
.nav__logo img { width: 166px; height: auto; }
.nav__links { display: flex; align-items: center; gap: 30px; }
.nav__links a { font-family: var(--font-display); font-weight: 600; font-size: .93rem;
  letter-spacing: .04em; color: var(--text); text-decoration: none !important; }
.nav__links a:hover, .nav__links a[aria-current="page"] { color: var(--blue); }
.nav__links a.btn--primary { color: var(--ink); }
.nav__links a.btn--primary:hover { color: var(--ink); }
.nav__cta { padding: 13px 24px; font-size: .9rem; }
.nav__toggle { display: none; background: none; border: 0; cursor: pointer; padding: 8px; color: var(--white); }
.nav__toggle svg { width: 26px; height: 26px; }

.nav__drop { position: relative; }
.nav__drop > button { font-family: var(--font-display); font-weight: 600; font-size: .93rem;
  letter-spacing: .04em; color: var(--text); background: none; border: 0; cursor: pointer;
  padding: 0; display: inline-flex; align-items: center; gap: 7px; }
.nav__drop > button:hover { color: var(--blue); }
.nav__drop-menu {
  position: absolute; top: calc(100% + 22px); left: 50%; transform: translateX(-50%) translateY(-6px);
  background: var(--ink-3); border: 1px solid var(--line); border-radius: var(--r);
  box-shadow: 0 24px 60px rgba(0,0,0,.6); padding: 8px; min-width: 248px;
  opacity: 0; visibility: hidden; transition: opacity .16s ease, transform .16s ease, visibility .16s;
}
.nav__drop:hover .nav__drop-menu, .nav__drop:focus-within .nav__drop-menu {
  opacity: 1; visibility: visible; transform: translateX(-50%) translateY(0); }
.nav__drop-menu a { display: block; padding: 11px 15px; border-radius: var(--r-sm);
  font-size: .94rem; color: var(--text) !important; }
.nav__drop-menu a:hover { background: var(--ink-2); color: var(--blue) !important; }

/* ---------------------------------------------------------------- hero -- */
.hero {
  position: relative; overflow: hidden; padding: 104px 0 108px;
  background:
    radial-gradient(1100px 620px at 78% 14%, rgba(91,208,240,.20), transparent 66%),
    radial-gradient(760px 460px at 6% 96%, rgba(255,212,0,.075), transparent 62%),
    var(--ink);
}
.hero::after {   /* faint grid — depth without a photograph */
  content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .55;
  background-image:
    linear-gradient(rgba(91,208,240,.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(91,208,240,.055) 1px, transparent 1px);
  background-size: 68px 68px;
  -webkit-mask-image: radial-gradient(820px 540px at 68% 34%, #000 18%, transparent 78%);
  mask-image: radial-gradient(820px 540px at 68% 34%, #000 18%, transparent 78%);
}
.hero > * { position: relative; z-index: 1; }
.hero__grid { display: grid; grid-template-columns: 1.04fr .96fr; gap: 64px; align-items: center; }
.hero .lede { max-width: 48ch; font-size: 1.2rem; color: var(--text); }
.hero--center { text-align: center; }
.hero--center .hero__inner { max-width: 900px; margin: 0 auto; }
.hero--center .lede { margin-left: auto; margin-right: auto; }

/* ------------------------------------------------------------ ticklist -- */
.ticks { list-style: none; margin: 0 0 32px; padding: 0; }
.ticks li { position: relative; padding-left: 34px; margin-bottom: 14px;
  font-family: var(--font-display); font-weight: 600; font-size: 1.02rem; line-height: 1.45;
  color: var(--white); }
.ticks li:last-child { margin-bottom: 0; }
.ticks li::before { content: ""; position: absolute; left: 0; top: .1em;
  width: 21px; height: 21px; border-radius: 50%; background: var(--yellow); }
.ticks li::after { content: ""; position: absolute; left: 6px; top: .44em;
  width: 8px; height: 4px; border-left: 2.4px solid var(--ink); border-bottom: 2.4px solid var(--ink);
  transform: rotate(-45deg); }

/* ---------------------------------------------------------- proof strip --
   Deliberately empty. Populate .proof__items only with things that are true. */
.proof { background: var(--ink-2); border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line); padding: 30px 0; }
.proof__label { font-family: var(--font-display); font-size: .72rem; font-weight: 700;
  letter-spacing: .18em; text-transform: uppercase; color: var(--faint);
  text-align: center; margin: 0 0 20px; }
.proof__items { display: flex; align-items: center; justify-content: center;
  gap: 14px 40px; flex-wrap: wrap; font-family: var(--font-display); font-weight: 700;
  font-size: 1.05rem; color: var(--white); }
.proof__items span { display: inline-flex; align-items: center; gap: 14px; }
.proof__items span::after { content: "\25C6"; color: var(--blue); font-size: .55rem; }
.proof__items span:last-child::after { display: none; }

/* -------------------------------------------------------------- figures -- */
.fig { margin: 0; }
.fig svg { width: 100%; height: auto; border-radius: var(--r); }
.fig__cap { font-size: .87rem; color: var(--faint); margin-top: 14px; line-height: 1.5; }

/* --------------------------------------------------------------- grids -- */
.grid { display: grid; gap: 24px; }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }
.split      { display: grid; grid-template-columns: 1fr 1fr; gap: 66px; align-items: center; }
.split--40  { grid-template-columns: .78fr 1.22fr; }
.split--60  { grid-template-columns: 1.22fr .78fr; }
.split--40x { grid-template-columns: .82fr 1.18fr; }

/* ---------------------------------------------------------------- card -- */
.card { background: var(--ink-3); border: 1px solid var(--line); border-radius: var(--r); padding: 30px; }
.card h3 { margin-bottom: .4em; }
.card p { color: var(--muted); font-size: .97rem; margin: 0; }
a.card { color: inherit; text-decoration: none !important; display: block;
  transition: border-color .16s ease, transform .16s ease, background .16s ease; }
a.card:hover { border-color: var(--blue); transform: translateY(-3px); background: #1A2836; }
.card__icon { width: 44px; height: 44px; border-radius: 10px; margin-bottom: 20px;
  display: grid; place-items: center; background: rgba(91,208,240,.13); color: var(--blue); }
.card__icon svg { width: 22px; height: 22px; }
.card__more { font-family: var(--font-display); font-weight: 700; font-size: .9rem;
  color: var(--blue); margin-top: 16px; display: inline-block; }
.vcard__label { font-family: var(--font-display); font-size: .7rem; font-weight: 700;
  letter-spacing: .15em; text-transform: uppercase; color: var(--yellow); margin-bottom: 10px; }

/* -------------------------------------------------------- problem rows -- */
.prob { display: grid; grid-template-columns: repeat(2, 1fr); gap: 32px 38px; }
.prob__item h3 { font-size: 1.08rem; margin-bottom: .4em; display: flex; align-items: center; gap: 11px; }
.prob__item h3 svg { width: 20px; height: 20px; color: var(--blue); flex: none; }
.prob__item p { color: var(--muted); font-size: .97rem; margin: 0; }

/* --------------------------------------------------------------- steps -- */
.steps { counter-reset: s; display: grid; gap: 0; }
.step { position: relative; padding: 0 0 32px 74px; counter-increment: s; }
.step:last-child { padding-bottom: 0; }
.step::before { content: counter(s); position: absolute; left: 0; top: -3px;
  font-family: var(--font-display); font-weight: 800; font-size: 1.15rem; color: var(--ink);
  width: 48px; height: 48px; border-radius: 50%; background: var(--yellow);
  display: grid; place-items: center; }
.step::after { content: ""; position: absolute; left: 23.5px; top: 53px; bottom: 8px;
  width: 2px; background: var(--line); }
.step:last-child::after { display: none; }
.step h3 { margin-bottom: .32em; }
.step p { color: var(--muted); margin: 0; }

/* --------------------------------------------------------------- stats -- */
.stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 36px; }
.stat__n { font-family: var(--font-display); font-weight: 800; letter-spacing: -.03em;
  font-size: clamp(2.6rem, 5vw, 3.8rem); line-height: 1; color: var(--yellow); margin-bottom: 12px; }
.stat__l { font-size: .99rem; line-height: 1.5; color: var(--muted); }
.stat__src { font-size: .8rem; color: var(--faint); margin-top: 12px; }

/* --------------------------------------------------------- comparison -- */
.compare { display: grid; grid-template-columns: 1fr 1fr; border-radius: var(--r);
  overflow: hidden; border: 1px solid var(--line); }
.compare__col { padding: 34px; }
.compare__col--them { background: var(--ink-2); }
.compare__col--us { background: var(--ink-3); border-left: 4px solid var(--yellow); }
.compare h4 { font-size: .74rem; letter-spacing: .16em; text-transform: uppercase;
  color: var(--faint); margin-bottom: 20px; }
.compare__col--us h4 { color: var(--yellow); }
.compare ul { list-style: none; margin: 0; padding: 0; }
.compare li { position: relative; padding-left: 29px; margin-bottom: 14px; font-size: .99rem; line-height: 1.5; }
.compare li:last-child { margin-bottom: 0; }
.compare__col--them li { color: var(--muted); }
.compare__col--them li::before { content: "\00d7"; position: absolute; left: 5px; top: -2px;
  color: #5E7285; font-size: 1.25rem; }
.compare__col--us li { color: var(--white); }
.compare__col--us li::before { content: ""; position: absolute; left: 3px; top: .48em;
  width: 9px; height: 5px; border-left: 2.5px solid var(--blue); border-bottom: 2.5px solid var(--blue);
  transform: rotate(-45deg); }

/* ------------------------------------------------------------ pricebox -- */
.pricebox { background: linear-gradient(165deg, var(--ink-3), var(--ink-2));
  border: 1px solid rgba(91,208,240,.28); border-radius: var(--r); padding: 38px; }
.pricebox__tag { display: inline-block; font-family: var(--font-display); font-weight: 700;
  font-size: .7rem; letter-spacing: .15em; text-transform: uppercase;
  background: var(--yellow); color: var(--ink); padding: 7px 14px; border-radius: 4px; margin-bottom: 22px; }
.pricebox__amt { font-family: var(--font-display); font-weight: 800; color: var(--white);
  font-size: 3.6rem; line-height: 1; letter-spacing: -.035em; margin-bottom: 26px; }
.pricebox__amt span { font-size: 1rem; font-weight: 600; color: var(--muted); letter-spacing: 0; }
.pricebox .ticks li { font-size: .99rem; }
.pricebox .btn { width: 100%; margin-top: 28px; }
.pricebox__fine { font-size: .85rem; color: var(--faint); text-align: center; margin: 14px 0 0; }

/* ----------------------------------------------------------- callout -- */
.callout { border-left: 4px solid var(--yellow); background: var(--ink-3);
  padding: 26px 30px; border-radius: 0 var(--r) var(--r) 0; }
.callout + .callout { margin-top: 22px; }

/* --------------------------------------------------------------- faq -- */
.faq { border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { cursor: pointer; list-style: none; padding: 24px 46px 24px 0; position: relative;
  font-family: var(--font-display); font-weight: 700; font-size: 1.06rem; color: var(--white); line-height: 1.4; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: ""; position: absolute; right: 8px; top: 32px; width: 10px; height: 10px;
  border-right: 2.5px solid var(--blue); border-bottom: 2.5px solid var(--blue);
  transform: rotate(45deg); transition: transform .18s ease; }
.faq details[open] summary::after { transform: rotate(225deg); top: 36px; }
.faq details > div { padding: 0 46px 26px 0; color: var(--muted); }

/* ------------------------------------------------------------ cta band -- */
.ctaband { position: relative; overflow: hidden; text-align: center; padding: 96px 0;
  background: radial-gradient(820px 420px at 50% 0%, rgba(91,208,240,.22), transparent 66%), var(--ink-2);
  border-top: 1px solid var(--line); }
.ctaband h2 { max-width: 19ch; margin: 0 auto .5em; }
.ctaband p { color: var(--muted); max-width: 55ch; margin: 0 auto; font-size: 1.12rem; }

/* ------------------------------------------------------------- footer -- */
.footer { background: #060C13; color: var(--muted); padding: 66px 0 32px; font-size: .95rem;
  border-top: 1px solid var(--line); }
.footer h4 { color: var(--white); font-size: .74rem; letter-spacing: .16em;
  text-transform: uppercase; margin-bottom: 18px; }
.footer a { color: var(--muted); }
.footer a:hover { color: var(--blue); }
.footer__grid { display: grid; grid-template-columns: 1.7fr 1fr 1fr 1fr; gap: 46px; }
.footer ul { list-style: none; margin: 0; padding: 0; }
.footer li { margin-bottom: 10px; }
.footer__logo { width: 208px; height: auto; margin-bottom: 20px; }
.footer__tag { max-width: 34ch; line-height: 1.6; }
.footer__bar { margin-top: 48px; padding-top: 26px; border-top: 1px solid var(--line);
  display: flex; justify-content: space-between; gap: 18px; flex-wrap: wrap;
  font-size: .86rem; color: var(--faint); }

/* ------------------------------------------------------------- prose -- */
.prose h2 { margin-top: 2em; }
.prose h2::after { content: ""; display: block; width: 64px; height: 4px; border-radius: 3px;
  background: var(--yellow); margin: 20px 0 0; }
.prose h3 { margin-top: 1.8em; }
.prose ul, .prose ol { padding-left: 22px; margin: 0 0 1.15em; }
.prose li { margin-bottom: .5em; }
.prose > :first-child { margin-top: 0; }

/* --------------------------------------------------------- breadcrumb -- */
.crumbs { font-size: .87rem; color: var(--faint); padding-bottom: 26px; }
.crumbs a { color: var(--faint); }
.crumbs a:hover { color: var(--blue); }
.crumbs span { margin: 0 9px; opacity: .5; }

/* --------------------------------------------------------------- form -- */
.form { display: grid; gap: 18px; }
.field label { display: block; font-family: var(--font-display); font-weight: 700;
  font-size: .87rem; color: var(--white); margin-bottom: 8px; }
.field input, .field select, .field textarea {
  width: 100%; padding: 15px 16px; font: inherit; font-size: 1rem;
  border: 1px solid var(--line-2); border-radius: var(--r-sm);
  background: var(--ink); color: var(--white);
}
.field input::placeholder, .field textarea::placeholder { color: var(--faint); }
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none; border-color: var(--blue); box-shadow: 0 0 0 3px rgba(91,208,240,.20); }
.field textarea { min-height: 120px; resize: vertical; }
.form__note { font-size: .88rem; color: var(--faint); }
.formbox { background: var(--ink-2); border: 1px solid var(--line); border-radius: var(--r); padding: 36px; }

/* ------------------------------------------------------------- utils -- */
.mt-24 { margin-top: 24px; } .mt-32 { margin-top: 32px; } .mt-48 { margin-top: 48px; }
.mb-0 { margin-bottom: 0; }
.skip { position: absolute; left: -9999px; top: 0; background: var(--yellow); color: var(--ink);
  padding: 12px 20px; z-index: 200; border-radius: 0 0 8px 0;
  font-family: var(--font-display); font-weight: 700; }
.skip:focus { left: 0; }

/* ---------------------------------------------------------- responsive -- */
@media (max-width: 1000px) {
  .grid-4 { grid-template-columns: repeat(2, 1fr); }
  .split, .split--40, .split--60, .split--40x, .hero__grid { grid-template-columns: 1fr; gap: 46px; }
  .footer__grid { grid-template-columns: 1fr 1fr; gap: 36px; }
}
@media (max-width: 760px) {
  body { font-size: 16px; }
  section { padding: 62px 0; }
  .hero { padding: 58px 0 66px; }
  .display { font-size: clamp(2.2rem, 11vw, 3rem); }
  .grid-2, .grid-3, .grid-4, .prob { grid-template-columns: 1fr; }
  .stats { grid-template-columns: 1fr; gap: 30px; text-align: center; }
  .compare { grid-template-columns: 1fr; }
  .compare__col--us { border-left: 0; border-top: 4px solid var(--yellow); }
  .btn { width: 100%; }
  .btn-row { flex-direction: column; align-items: stretch; }
  .btn--link { width: auto; align-self: flex-start; }
  .ubar__inner { justify-content: center; gap: 8px 22px; height: auto; padding: 10px 0; font-size: .81rem; }
  .nav__inner { height: 66px; }
  .nav__logo img { width: 136px; }
  .nav__links {
    display: none; position: absolute; top: 66px; left: 0; right: 0; background: var(--ink);
    flex-direction: column; align-items: stretch; gap: 0; padding: 8px 24px 24px;
    border-bottom: 1px solid var(--line);
  }
  .nav__links.open { display: flex; }
  .nav__links a { padding: 15px 0; border-bottom: 1px solid var(--line); }
  .nav__links .btn { margin-top: 16px; border-bottom: 0; }
  .nav__drop { border-bottom: 1px solid var(--line); }
  .nav__drop > button { padding: 15px 0; width: 100%; justify-content: space-between; }
  .nav__drop-menu { position: static; transform: none; opacity: 1; visibility: visible;
    box-shadow: none; border: 0; background: transparent; padding: 0 0 12px 14px; min-width: 0; }
  .nav__toggle { display: block; }
  .footer__grid { grid-template-columns: 1fr; gap: 32px; }
  .step { padding-left: 62px; }
  .step::before { width: 40px; height: 40px; font-size: 1rem; }
  .step::after { left: 19.5px; top: 45px; }
  .hero::after { display: none; }
}
@media (prefers-reduced-motion: reduce) {
  * { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
}

/* ---- utilities added for the industries layer -------------------------- */
.muted { color: var(--muted); }
.small { font-size: .93rem; color: var(--faint); }
.muted a, .small a { color: var(--blue); }

/* "All industries" pinned to the bottom of the nav dropdown */
.nav__drop-all { margin-top: 6px; padding-top: 12px !important;
  border-top: 1px solid var(--line); color: var(--blue) !important; font-weight: 600; }

/* Industries index — compact rows, scales past a dozen without looking like a sitemap */
.ind-group { margin-bottom: 44px; }
.ind-group > h3 { font-family: var(--font-display); font-size: 1.02rem; letter-spacing: .04em;
  text-transform: uppercase; color: var(--faint); margin: 0 0 18px; font-weight: 700; }
.ind-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.ind-row { display: block; padding: 20px 22px; background: var(--ink-3);
  border: 1px solid var(--line); border-radius: var(--r); text-decoration: none;
  transition: border-color .16s ease, transform .16s ease; }
.ind-row:hover { border-color: var(--blue-dim); transform: translateY(-2px); }
.ind-row strong { display: block; font-family: var(--font-display); font-size: 1.1rem;
  color: var(--white); margin-bottom: 5px; }
.ind-row span { display: block; font-size: .94rem; line-height: 1.5; color: var(--muted); }
@media (max-width: 760px) { .ind-list { grid-template-columns: 1fr; } }

/* Planned-but-unwritten blog posts: visible, not clickable, no 404s */
.card--soon { opacity: .62; cursor: default; }
.card--soon .card__more { color: var(--faint); }

/* Card CTAs pin to the bottom so multi-row grids line up */
.grid .card, a.card { display: flex; flex-direction: column; }
.grid .card > p { flex: 1 0 auto; }
.grid .card .card__more { margin-top: auto; padding-top: 16px; }

/* Anchor targets clear the sticky nav */
#form, #contact, .ind-group[id] { scroll-margin-top: 96px; }
