/* NovaMab — dark, bold, modern-tech studio aesthetic.
   Deep plum near-black canvas, rose/coral accents.
   Space Grotesk (display) + Manrope (body). British English. */

:root {
  /* brand palette as a DARK theme */
  --rose:        #D44A6A;   /* primary accent */
  --rose-bright: #F1908F;   /* light coral */
  --rose-dark:   #B23457;   /* darker rose */
  --bg:          #1E0A18;   /* darkest near-black plum */
  --panel:       #2C0F26;   /* panel bg */
  --panel-2:     #3B1733;   /* alt panel bg */
  --raised:      #46203E;   /* raised panel */
  --text:        #F6EAF0;   /* near-white */
  --muted:       #C6A9BC;   /* muted text */
  --faint:       #8E7187;   /* faint text */
  --line:        rgba(212,74,106,.22);  /* rose-tinted hairline */
  --line-solid:  #5A2A4F;
  --glow:        0 0 0 1px rgba(212,74,106,.18), 0 24px 60px -28px rgba(212,74,106,.45);
  --radius:      20px;
  --radius-lg:   24px;
  --maxw:        1180px;
  --ease:        cubic-bezier(.16,.84,.44,1);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  font-family: "Manrope", system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  color: var(--text);
  background: var(--bg);
  line-height: 1.68;
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
body.menu-open { overflow: hidden; }

h1, h2, h3, h4 {
  font-family: "Space Grotesk", system-ui, sans-serif;
  font-weight: 700;
  line-height: 1.04;
  letter-spacing: -.01em;
  color: var(--text);
  margin: 0 0 .5em;
}
h1 {
  font-size: clamp(2.6rem, 6.4vw, 5rem);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -.015em;
}
h2 {
  font-size: clamp(1.9rem, 3.8vw, 3rem);
  text-transform: uppercase;
  letter-spacing: -.01em;
}
h3 { font-size: 1.28rem; letter-spacing: 0; }
p  { margin: 0 0 1.1em; }

a { color: var(--rose-bright); text-decoration: none; transition: color .15s; }
a:hover { color: #fff; }

.container { max-width: var(--maxw); margin: 0 auto; padding: 0 28px; }

.eyebrow {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: .22em;
  font-size: .72rem;
  font-weight: 700;
  font-family: "Space Grotesk", sans-serif;
  color: var(--rose-bright);
  background: rgba(212,74,106,.12);
  border: 1px solid var(--line);
  padding: .45em .9em;
  border-radius: 999px;
  margin: 0 0 1.2em;
}
.lead { font-size: 1.2rem; color: var(--muted); max-width: 64ch; }
.muted { color: var(--muted); }
strong { color: var(--text); }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  gap: .55em;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 600;
  font-size: .98rem;
  letter-spacing: .02em;
  padding: .95em 1.7em;
  border-radius: 14px;
  border: 1.5px solid transparent;
  cursor: pointer;
  transition: transform .15s var(--ease), background .15s, border-color .15s, color .15s, box-shadow .2s;
  white-space: nowrap;
}
.btn:hover { transform: translateY(-2px); color: inherit; }
/* chunky solid rose CTA with dark text */
.btn-primary {
  background: var(--rose);
  color: #1E0A18;
  font-weight: 700;
  box-shadow: 0 10px 30px -10px rgba(212,74,106,.6);
}
.btn-primary:hover { background: var(--rose-bright); color: #1E0A18; box-shadow: 0 16px 40px -12px rgba(241,144,143,.7); }
.btn-outline { background: transparent; color: var(--text); border-color: var(--line-solid); }
.btn-outline:hover { border-color: var(--rose); color: #fff; }
.btn-light { background: var(--rose); color: #1E0A18; font-weight: 700; box-shadow: 0 10px 30px -10px rgba(212,74,106,.6); }
.btn-light:hover { background: var(--rose-bright); color: #1E0A18; }

/* ---------- Header (slim dark bar) ---------- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 60;
  background: rgba(30,10,24,.72);
  backdrop-filter: saturate(160%) blur(14px);
  border-bottom: 1px solid var(--line);
}
.nav-inner { display: flex; align-items: center; justify-content: space-between; height: 76px; }
.brand {
  display: inline-flex; align-items: center; gap: .65em;
  color: var(--text);
  font-family: "Space Grotesk", sans-serif;
  font-weight: 500; font-size: 1.32rem; letter-spacing: .02em;
  text-transform: uppercase;
}
.brand:hover { color: var(--text); }
.brand span strong { color: var(--rose); font-weight: 700; }
.brand .logo { width: 34px; height: 34px; flex: none; }

.header-actions { display: flex; align-items: center; gap: 12px; }
.header-cta { display: inline-flex; }

/* MENU trigger */
.menu-trigger {
  display: inline-flex; align-items: center; gap: .6em;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700; font-size: .9rem;
  letter-spacing: .14em; text-transform: uppercase;
  color: var(--text);
  background: transparent;
  border: 1.5px solid var(--rose);
  border-radius: 12px;
  padding: .68em 1.15em;
  cursor: pointer;
  transition: background .15s, color .15s, box-shadow .2s;
}
.menu-trigger:hover { background: var(--rose); color: #1E0A18; box-shadow: 0 8px 24px -8px rgba(212,74,106,.6); }
.menu-trigger .bars { font-size: 1.05rem; line-height: 1; }

/* ---------- Full-screen overlay nav ---------- */
.nav-overlay {
  position: fixed;
  inset: 0;
  z-index: 100;
  background:
    radial-gradient(120% 90% at 85% 10%, rgba(212,74,106,.28), transparent 55%),
    radial-gradient(90% 80% at 10% 95%, rgba(241,144,143,.16), transparent 50%),
    #1A0815;
  display: flex;
  flex-direction: column;
  padding: 28px;
  opacity: 0;
  visibility: hidden;
  transform: scale(1.04);
  transition: opacity .35s var(--ease), transform .4s var(--ease), visibility .35s;
}
.nav-overlay.open { opacity: 1; visibility: visible; transform: scale(1); }

.overlay-top { display: flex; align-items: center; justify-content: space-between; }
.overlay-close {
  display: inline-flex; align-items: center; gap: .5em;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700; font-size: .9rem; letter-spacing: .14em; text-transform: uppercase;
  color: var(--text); background: transparent;
  border: 1.5px solid var(--line-solid); border-radius: 12px;
  padding: .68em 1.15em; cursor: pointer;
  transition: background .15s, color .15s, border-color .15s;
}
.overlay-close:hover { border-color: var(--rose); color: #fff; }

.overlay-nav {
  flex: 1;
  display: flex; flex-direction: column; justify-content: center;
  max-width: var(--maxw); width: 100%; margin: 0 auto;
}
.overlay-links { list-style: none; margin: 0; padding: 0; counter-reset: navx; }
.overlay-links li { border-top: 1px solid var(--line); }
.overlay-links li:last-child { border-bottom: 1px solid var(--line); }
.overlay-links a {
  counter-increment: navx;
  display: flex; align-items: baseline; gap: clamp(16px, 4vw, 40px);
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700; text-transform: uppercase;
  font-size: clamp(2rem, 7vw, 4.4rem);
  letter-spacing: -.01em; line-height: 1;
  color: var(--text);
  padding: clamp(.28em, 1.4vw, .5em) 0;
  transition: color .2s, padding-left .25s var(--ease);
}
.overlay-links a::before {
  content: "0" counter(navx);
  font-size: clamp(.7rem, 1.4vw, 1rem);
  font-weight: 700; letter-spacing: .1em;
  color: var(--faint);
  align-self: center;
  min-width: 2.4em;
  transition: color .2s;
}
.overlay-links a:hover { color: var(--rose-bright); padding-left: clamp(8px, 1.6vw, 22px); }
.overlay-links a:hover::before { color: var(--rose); }
.overlay-links a[aria-current="page"] { color: var(--rose); }
.overlay-links a[aria-current="page"]::before { color: var(--rose); content: "0" counter(navx); }
.overlay-links a[aria-current="page"]::after {
  content: ""; width: .42em; height: .42em; border-radius: 50%;
  background: var(--rose); align-self: center;
  box-shadow: 0 0 14px 2px rgba(212,74,106,.7);
}

.overlay-foot {
  display: flex; flex-wrap: wrap; gap: 28px 60px; justify-content: space-between;
  max-width: var(--maxw); width: 100%; margin: 0 auto;
  padding-top: 28px; border-top: 1px solid var(--line);
  color: var(--muted); font-size: .95rem;
}
.overlay-foot .eyebrow { margin-bottom: .5em; }
.overlay-foot a { color: var(--rose-bright); font-weight: 600; }
.overlay-foot address { font-style: normal; color: var(--muted); }

/* ---------- Section helpers ---------- */
section { padding: 104px 0; }
section.tight { padding: 72px 0; }
.bg-alt { background: var(--panel); }
.bg-deep { background: #160611; }

.section-head { max-width: 70ch; margin-bottom: 56px; }
.center { text-align: center; margin-left: auto; margin-right: auto; }

/* ---------- Hero ---------- */
.hero {
  position: relative; overflow: hidden;
  padding: 120px 0 110px;
  background:
    radial-gradient(110% 80% at 80% -10%, rgba(212,74,106,.22), transparent 55%),
    radial-gradient(80% 70% at -5% 110%, rgba(90,42,79,.5), transparent 60%),
    var(--bg);
}
.hero-grid { display: grid; grid-template-columns: 1.12fr .88fr; gap: 60px; align-items: center; }
.hero h1 { margin-bottom: .3em; }
.hero .lead { font-size: 1.32rem; margin-bottom: 1.7em; color: var(--muted); }
.hero-cta { display: flex; gap: 16px; flex-wrap: wrap; }
.hero-visual { display: flex; justify-content: center; position: relative; }
.hero-visual::before {
  content: ""; position: absolute; inset: 6% 6% 6% 6%;
  background: radial-gradient(circle at 50% 45%, rgba(212,74,106,.45), transparent 62%);
  filter: blur(34px); z-index: 0;
}
.hero-visual svg { width: 100%; max-width: 440px; height: auto; position: relative; z-index: 1; }

/* ---------- Panels / grids ---------- */
.grid { display: grid; gap: 26px; }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-2 { grid-template-columns: repeat(2, 1fr); }

/* glass panel — large, bordered, faint inner glow */
.card {
  background: linear-gradient(180deg, rgba(70,32,62,.55), rgba(44,15,38,.55));
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 36px 32px;
  box-shadow: inset 0 1px 0 rgba(241,144,143,.08), 0 20px 50px -34px rgba(0,0,0,.7);
  transition: transform .22s var(--ease), border-color .22s, box-shadow .22s;
}
.card:hover { transform: translateY(-4px); border-color: rgba(212,74,106,.5); box-shadow: var(--glow); }
.card .icon { width: 46px; height: 46px; margin-bottom: 20px; color: var(--rose); }
.card h3 { margin-bottom: .35em; color: var(--text); }
.card p { color: var(--muted); }
.card p:last-child { margin-bottom: 0; }

/* ---------- Stepped / numbered capability flow ---------- */
.steps { display: grid; gap: 22px; }
.steps-flow {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-bottom: 14px;
}
.step {
  position: relative;
  background: linear-gradient(180deg, rgba(70,32,62,.5), rgba(44,15,38,.5));
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 28px 24px;
}
.step .step-num {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700; font-size: 2.6rem; line-height: 1;
  color: var(--rose);
  display: block; margin-bottom: 10px;
  font-variant-numeric: tabular-nums;
}
.step .step-tag {
  display: inline-block; font-family: "Space Grotesk", sans-serif;
  text-transform: uppercase; letter-spacing: .16em; font-size: .68rem; font-weight: 700;
  color: var(--rose-bright); margin-bottom: 12px;
}
.step h3 { font-size: 1.05rem; margin-bottom: .3em; }
.step p { color: var(--muted); font-size: .92rem; margin: 0; }
/* coral connector */
.step:not(:last-child)::after {
  content: ""; position: absolute; top: 50%; right: -18px;
  width: 18px; height: 2px; background: linear-gradient(90deg, var(--rose), transparent);
  z-index: 2;
}

/* modality panels — bold bordered list with big numerals */
.modalities { display: grid; gap: 18px; counter-reset: mod; }
.modality {
  display: grid; grid-template-columns: auto 1fr; gap: 28px; align-items: start;
  background: linear-gradient(180deg, rgba(70,32,62,.5), rgba(44,15,38,.5));
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 30px 34px;
  transition: border-color .2s, transform .2s var(--ease);
}
.modality:hover { border-color: rgba(212,74,106,.5); transform: translateX(4px); }
.modality .mod-num {
  counter-increment: mod;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700; font-size: clamp(2.2rem, 4vw, 3.4rem); line-height: .9;
  color: var(--rose); font-variant-numeric: tabular-nums;
}
.modality .mod-num::before { content: "0" counter(mod); }
.modality h3 { margin: 0 0 .25em; }
.modality .mod-meta { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 14px; }
.modality .mod-body p { color: var(--muted); margin: 0; }

/* small uppercase chip tags */
.tag {
  display: inline-block;
  font-family: "Space Grotesk", sans-serif;
  text-transform: uppercase; letter-spacing: .1em; font-size: .68rem; font-weight: 700;
  color: var(--rose-bright);
  background: rgba(212,74,106,.1);
  border: 1px solid var(--line);
  padding: .4em .8em; border-radius: 8px;
}
.tag.solid { background: var(--rose); color: #1E0A18; border-color: var(--rose); }

.read-more { font-family: "Space Grotesk", sans-serif; font-weight: 700; font-size: .92rem; letter-spacing: .03em; color: var(--rose-bright); text-transform: uppercase; }
.read-more:hover { color: #fff; }

/* ---------- Pillars (numbered principles) ---------- */
.pillars { counter-reset: pillar; display: grid; gap: 0; }
.pillar { display: grid; grid-template-columns: auto 1fr; gap: 28px; padding: 34px 0; border-top: 1px solid var(--line); }
.pillar:last-child { border-bottom: 1px solid var(--line); }
.pillar .num { counter-increment: pillar; font-family: "Space Grotesk", sans-serif; font-variant-numeric: tabular-nums; font-weight: 700; color: var(--rose); font-size: 2.4rem; line-height: 1; }
.pillar .num::before { content: "0" counter(pillar); }
.pillar h3 { margin-bottom: .25em; }
.pillar p { color: var(--muted); margin: 0; }

/* ---------- Lead programme split ---------- */
.lead-prog { display: grid; grid-template-columns: .9fr 1.1fr; gap: 52px; align-items: center; }
.lead-prog .badge { display: inline-block; font-family: "Space Grotesk", sans-serif; background: rgba(212,74,106,.12); border: 1px solid var(--line); color: var(--rose-bright); font-weight: 700; font-size: .72rem; letter-spacing: .16em; text-transform: uppercase; padding: .45em .9em; border-radius: 999px; margin-bottom: 18px; }
.lead-prog p { color: var(--muted); }
.media-panel {
  display: flex; justify-content: center;
  background: linear-gradient(180deg, rgba(70,32,62,.5), rgba(44,15,38,.5));
  border: 1px solid var(--line); border-radius: var(--radius-lg);
  padding: 32px; box-shadow: var(--glow);
}
.media-panel svg { width: 100%; height: auto; }

/* ---------- Team ---------- */
.people { display: grid; grid-template-columns: repeat(4,1fr); gap: 26px; }
.person { text-align: left; }
.person .portrait {
  width: 100%; aspect-ratio: 1/1; border-radius: var(--radius);
  background: linear-gradient(180deg, var(--raised), var(--panel));
  border: 1px solid var(--line);
  display: flex; align-items: flex-end; justify-content: center; overflow: hidden; margin-bottom: 18px;
}
.person .portrait svg { width: 72%; height: auto; color: var(--rose-dark); }
.person h3 { font-size: 1.1rem; margin-bottom: .12em; }
.person .role { color: var(--rose-bright); font-family: "Space Grotesk", sans-serif; font-weight: 700; font-size: .82rem; text-transform: uppercase; letter-spacing: .08em; margin-bottom: .5em; }
.person p { font-size: .92rem; color: var(--muted); margin: 0; }

.advisors { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(2,1fr); gap: 20px; }
.advisors li { padding: 24px 26px; border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(180deg, rgba(70,32,62,.5), rgba(44,15,38,.5)); }
.advisors strong { color: var(--text); display: block; font-family: "Space Grotesk", sans-serif; }
.advisors span { color: var(--muted); font-size: .92rem; }

/* ---------- News ---------- */
.news-list { list-style: none; padding: 0; margin: 0; }
.news-item { display: grid; grid-template-columns: 160px 1fr; gap: 32px; padding: 36px 0; border-top: 1px solid var(--line); }
.news-item:first-child { border-top: 0; }
.news-item time { color: var(--rose-bright); font-family: "Space Grotesk", sans-serif; font-weight: 700; font-size: .82rem; text-transform: uppercase; letter-spacing: .08em; }
.news-item h3 { margin-bottom: .3em; }
.news-item p { margin-bottom: .5em; color: var(--muted); }

.news-cards { display: grid; grid-template-columns: repeat(3,1fr); gap: 26px; }
.news-card time { color: var(--rose-bright); font-family: "Space Grotesk", sans-serif; font-weight: 700; font-size: .78rem; text-transform: uppercase; letter-spacing: .08em; }
.news-card h3 { font-size: 1.1rem; margin: .5em 0; }
.news-card p { font-size: .92rem; color: var(--muted); }

/* ---------- Careers ---------- */
.roles { list-style: none; padding: 0; margin: 0; display: grid; gap: 16px; }
.roles li { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 26px 32px; border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(180deg, rgba(70,32,62,.5), rgba(44,15,38,.5)); transition: border-color .2s, transform .2s var(--ease); }
.roles li:hover { border-color: rgba(212,74,106,.5); transform: translateX(4px); }
.roles .role-title { font-family: "Space Grotesk", sans-serif; font-weight: 700; font-size: 1.15rem; color: var(--text); }
.roles .role-loc { color: var(--muted); font-size: .92rem; }

/* ---------- Contact ---------- */
.contact-cards { display: grid; grid-template-columns: repeat(3,1fr); gap: 26px; margin-bottom: 64px; }
.contact-card h3 { font-size: 1.05rem; }
.contact-card a { font-weight: 700; }

.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.field { display: flex; flex-direction: column; gap: 8px; }
.field.full { grid-column: 1 / -1; }
.field label { font-family: "Space Grotesk", sans-serif; font-weight: 600; font-size: .82rem; text-transform: uppercase; letter-spacing: .08em; color: var(--rose-bright); }
.field input, .field select, .field textarea {
  font: inherit; font-size: .98rem;
  padding: .85em 1em;
  border: 1px solid var(--line-solid); border-radius: 12px;
  background: rgba(22,6,17,.6); color: var(--text);
  transition: border-color .15s, box-shadow .15s, background .15s;
}
.field select { color: var(--text); }
.field input::placeholder, .field textarea::placeholder { color: var(--faint); }
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none; border-color: var(--rose);
  box-shadow: 0 0 0 3px rgba(212,74,106,.22);
  background: rgba(22,6,17,.85);
}
.field textarea { resize: vertical; min-height: 140px; }
.form-note { font-size: .85rem; color: var(--faint); margin-top: 16px; }
.form-success {
  display: none;
  background: rgba(212,74,106,.14);
  border: 1px solid rgba(212,74,106,.45);
  color: var(--rose-bright);
  padding: 18px 20px; border-radius: 12px; font-weight: 600;
}
.form-success.show { display: block; }

.info-panel { background: linear-gradient(180deg, rgba(70,32,62,.5), rgba(44,15,38,.5)); border: 1px solid var(--line); border-radius: var(--radius); padding: 30px; }
.info-panel p { color: var(--muted); }
.map-panel { border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; margin-top: 26px; }
.map-panel iframe { display: block; width: 100%; filter: invert(.92) hue-rotate(160deg) saturate(.7); }

/* ---------- CTA strip (full-bleed rose accent block) ---------- */
.cta-strip {
  background: linear-gradient(120deg, var(--rose-dark), var(--rose));
  border-radius: var(--radius-lg); padding: 64px;
  display: flex; align-items: center; justify-content: space-between; gap: 36px; flex-wrap: wrap;
  position: relative; overflow: hidden;
  box-shadow: 0 30px 80px -40px rgba(212,74,106,.8);
}
.cta-strip h2 { color: #1E0A18; margin: 0 0 .25em; }
.cta-strip p { color: rgba(30,10,24,.78); margin: 0; max-width: 54ch; font-weight: 500; }
.cta-strip .cta-strip-text { position: relative; z-index: 1; }
.cta-strip .btn { position: relative; z-index: 1; }
.cta-strip .btn-light { background: #1E0A18; color: var(--rose-bright); box-shadow: 0 12px 30px -10px rgba(0,0,0,.5); }
.cta-strip .btn-light:hover { background: #2C0F26; color: #fff; }
.cta-deco { position: absolute; right: -30px; top: 50%; transform: translateY(-50%); opacity: .22; width: 330px; height: auto; color: #1E0A18; }

/* ---------- Page hero (interior) ---------- */
.page-hero {
  padding: 110px 0 80px;
  border-bottom: 1px solid var(--line);
  background:
    radial-gradient(90% 120% at 90% -20%, rgba(212,74,106,.2), transparent 55%),
    var(--bg);
}
.page-hero .lead { margin-bottom: 0; }

/* ---------- Reveal on scroll ---------- */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  .nav-overlay { transition: opacity .01s; }
  html { scroll-behavior: auto; }
}

/* ---------- Footer ---------- */
.site-footer { background: #160611; color: var(--muted); padding: 80px 0 32px; border-top: 1px solid var(--line); }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr; gap: 48px; padding-bottom: 48px; border-bottom: 1px solid var(--line); }
.footer-grid .brand { color: var(--text); margin-bottom: 18px; }
.footer-grid .brand span strong { color: var(--rose); }
.site-footer h4 { color: var(--rose-bright); font-family: "Space Grotesk", sans-serif; font-size: .78rem; text-transform: uppercase; letter-spacing: .16em; margin-bottom: 18px; }
.site-footer p { color: var(--muted); font-size: .92rem; }
.footer-links { list-style: none; padding: 0; margin: 0; }
.footer-links li { margin-bottom: 11px; }
.footer-links a { color: var(--muted); font-size: .92rem; }
.footer-links a:hover { color: #fff; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; padding-top: 26px; font-size: .84rem; color: var(--faint); }
.footer-bottom .legal { display: flex; gap: 22px; }
.footer-bottom a { color: var(--faint); }
.footer-bottom a:hover { color: var(--muted); }

/* ---------- Responsive ---------- */
@media (max-width: 980px) {
  .hero-grid { grid-template-columns: 1fr; gap: 44px; }
  .hero-visual { order: -1; max-width: 340px; margin: 0 auto; }
  .grid-3, .news-cards, .contact-cards { grid-template-columns: 1fr 1fr; }
  .people { grid-template-columns: 1fr 1fr; }
  .lead-prog { grid-template-columns: 1fr; gap: 36px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .steps-flow { grid-template-columns: 1fr 1fr; }
  .step:not(:last-child)::after { display: none; }
}

@media (max-width: 680px) {
  body { font-size: 16px; }
  .header-cta { display: none; }
  section { padding: 68px 0; }
  .hero { padding: 84px 0 72px; }
  .grid-3, .grid-2, .news-cards, .contact-cards, .people, .advisors, .form-grid { grid-template-columns: 1fr; }
  .steps-flow { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 32px; }
  .news-item { grid-template-columns: 1fr; gap: 8px; }
  .cta-strip { padding: 40px 30px; }
  .roles li { flex-direction: column; align-items: flex-start; gap: 14px; }
  .modality { grid-template-columns: 1fr; gap: 12px; }
}
