/* ============================================================
   EXCEL-QKD — Cell-free Quantum Key Distribution
   Landing page styles · QuantERA brand-aligned
   Palette: navy / teal / magenta + EU blue & gold
   ============================================================ */

:root {
  /* QuantERA brand palette (sourced from quantera.eu / The7 theme) */
  --navy: #062d49;        /* dark navy — headings, footer, dark sections */
  --navy-900: #041f33;
  --navy-700: #284b90;    /* brand blue */
  --teal: #2bb3d5;        /* cyan icon/diagram accent */
  --teal-600: #1f8fb0;
  --magenta: #a7036e;     /* primary accent */
  --eu-blue: #003399;
  --eu-gold: #ffcc00;

  --ink: #333333;
  --muted: #5f6670;
  --line: #e6e8ee;
  --bg: #ffffff;
  --bg-alt: #fafafa;
  --bg-soft: #f1f3f8;

  --radius: 16px;
  --radius-sm: 10px;
  --shadow-sm: 0 1px 3px rgba(6, 45, 73, 0.08), 0 6px 18px rgba(6, 45, 73, 0.06);
  --shadow-md: 0 10px 30px rgba(6, 45, 73, 0.13);
  --maxw: 1140px;
  --space: clamp(3.5rem, 8vw, 6.5rem);

  --font-head: 'Open Sans', Helvetica, Arial, Verdana, sans-serif;
  --font-body: 'Open Sans', Helvetica, Arial, Verdana, sans-serif;
  --font-ui: 'Roboto', Helvetica, Arial, sans-serif;  /* buttons & nav, per QuantERA */
}

*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; scroll-padding-top: 84px; }

body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--bg);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img, svg { max-width: 100%; display: block; }

h1, h2, h3 { font-family: var(--font-head); line-height: 1.2; color: var(--navy); margin: 0 0 .6em; letter-spacing: -0.01em; }

a { color: var(--navy-700); text-decoration: none; }
a:hover { color: var(--magenta); }

p { margin: 0 0 1rem; }

.container { width: min(var(--maxw), 92%); margin-inline: auto; }

.skip-link {
  position: absolute; left: -999px; top: 0; z-index: 1000;
  background: var(--navy); color: #fff; padding: .7rem 1.1rem; border-radius: 0 0 8px 0;
}
.skip-link:focus { left: 0; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  font-family: var(--font-ui); font-weight: 700; font-size: .96rem;
  padding: .8rem 1.5rem; border-radius: 999px; cursor: pointer;
  transition: transform .15s ease, box-shadow .2s ease, background .2s ease, color .2s ease;
  border: 1.5px solid transparent; white-space: nowrap;
}
.btn-primary { background: var(--navy); color: #fff; box-shadow: var(--shadow-sm); }
.btn-primary:hover { background: var(--magenta); color: #fff; transform: translateY(-2px); }
.btn-ghost { background: transparent; color: var(--navy); border-color: rgba(6,45,73,.25); }
.btn-ghost:hover { border-color: var(--teal); color: var(--teal-600); transform: translateY(-2px); }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(255,255,255,.86);
  backdrop-filter: saturate(160%) blur(12px);
  border-bottom: 1px solid var(--line);
}
.header-inner { display: flex; align-items: center; justify-content: space-between; height: 72px; gap: 1rem; }

.brand { display: flex; align-items: center; gap: .7rem; color: var(--navy); }
.brand-mark { color: var(--navy); display: grid; place-items: center; flex: 0 0 auto; }
.brand-text { display: flex; flex-direction: column; line-height: 1.05; }
.brand-name { font-family: var(--font-head); font-weight: 800; font-size: 1.2rem; letter-spacing: .02em; color: var(--navy); white-space: nowrap; }
.brand-sub { font-size: .68rem; color: var(--muted); letter-spacing: .04em; text-transform: uppercase; white-space: nowrap; }

.main-nav { display: flex; align-items: center; }
.nav-list { display: flex; align-items: center; gap: 1.5rem; list-style: none; margin: 0; padding: 0; }
.nav-list a { color: var(--ink); font-family: var(--font-ui); font-weight: 500; font-size: .95rem; position: relative; white-space: nowrap; }
.nav-list a:not(.nav-cta)::after {
  content: ""; position: absolute; left: 0; bottom: -6px; height: 2px; width: 0;
  background: var(--teal); transition: width .2s ease;
}
.nav-list a:not(.nav-cta):hover::after { width: 100%; }
.nav-cta { background: var(--navy); color: #fff !important; padding: .5rem 1.1rem; border-radius: 999px; }
.nav-cta:hover { background: var(--magenta); }

.nav-toggle { display: none; background: none; border: 0; cursor: pointer; padding: .4rem; }
.nav-toggle span { display: block; width: 24px; height: 2px; background: var(--navy); border-radius: 2px; transition: .25s; }
.nav-toggle span + span { margin-top: 5px; }

/* ---------- Hero ---------- */
.hero {
  position: relative; overflow: hidden;
  background:
    radial-gradient(120% 120% at 85% -10%, rgba(43,179,213,.16), transparent 55%),
    radial-gradient(90% 90% at 0% 110%, rgba(167,3,110,.10), transparent 55%),
    linear-gradient(180deg, #fbfcff 0%, #eef2fa 100%);
  padding: clamp(3.5rem, 9vw, 7rem) 0 clamp(3rem, 7vw, 5.5rem);
}
.hero-canvas { position: absolute; inset: 0; width: 100%; height: 100%; z-index: 0; }
.hero-glow {
  position: absolute; top: -20%; right: -10%; width: 50vw; height: 50vw; max-width: 640px; max-height: 640px;
  background: radial-gradient(circle, rgba(43,179,213,.22), transparent 65%); filter: blur(10px); z-index: 0;
  pointer-events: none;
}
.hero-inner { position: relative; z-index: 2; max-width: 820px; }
.hero-eyebrow {
  display: inline-block; font-family: var(--font-ui); font-weight: 700; font-size: .8rem;
  letter-spacing: .14em; text-transform: uppercase; color: var(--teal-600);
  background: rgba(43,179,213,.12); padding: .4rem .9rem; border-radius: 999px; margin-bottom: 1.3rem;
}
.hero-title { font-size: clamp(2.2rem, 6vw, 4rem); font-weight: 800; margin-bottom: 1.2rem; }
.grad { background: linear-gradient(100deg, var(--teal-600), var(--magenta)); -webkit-background-clip: text; background-clip: text; color: transparent; }
.hero-lead { font-size: clamp(1.05rem, 2.2vw, 1.25rem); color: #36456b; max-width: 660px; }
.hero-lead strong { color: var(--navy); }
.hero-actions { display: flex; flex-wrap: wrap; gap: .9rem; margin: 2rem 0 1.8rem; }
.hero-tags { list-style: none; display: flex; flex-wrap: wrap; gap: .6rem; margin: 0; padding: 0; }
.hero-tags li {
  font-size: .85rem; font-weight: 500; color: var(--navy-700);
  background: rgba(255,255,255,.75); border: 1px solid var(--line);
  padding: .35rem .85rem; border-radius: 999px;
}

/* ---------- Facts ---------- */
.facts { background: var(--navy); color: #fff; padding: 2.4rem 0; }
.facts-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; text-align: center; }
.fact { display: flex; flex-direction: column; gap: .2rem; }
.fact-num { font-family: var(--font-head); font-weight: 800; font-size: clamp(1.8rem, 4vw, 2.6rem); color: var(--teal); line-height: 1; }
.fact-label { font-size: .82rem; color: #c5d0e6; letter-spacing: .02em; }

/* ---------- Sections ---------- */
.section { padding: var(--space) 0; }
.section-alt { background: var(--bg-alt); }
.section-head { max-width: 720px; margin-bottom: 2.8rem; }
.section-head.light h2, .section-head.light .section-intro { color: #fff; }
.kicker {
  font-family: var(--font-ui); font-weight: 700; font-size: .8rem; letter-spacing: .14em;
  text-transform: uppercase; color: var(--magenta); display: block; margin-bottom: .6rem;
}
.section-head h2 { font-size: clamp(1.7rem, 4vw, 2.5rem); }
.section-intro { color: var(--muted); font-size: 1.08rem; }

/* ---------- About ---------- */
.two-col { display: grid; grid-template-columns: 1.4fr 1fr; gap: 2.5rem; align-items: start; }
.prose h3 { font-size: 1.25rem; }
.prob-title { display: flex; align-items: center; gap: .55rem; }
.prob-title::before { content: ""; width: 12px; height: 12px; border-radius: 50%; background: var(--magenta); display: inline-block; }
.prob-title.sol { margin-top: 1.8rem; }
.prob-title.sol::before { background: var(--teal); }
.prose abbr { text-decoration: underline dotted; cursor: help; }

.callout {
  background: linear-gradient(160deg, var(--navy), var(--navy-900));
  color: #e7edf8; border-radius: var(--radius); padding: 1.8rem; box-shadow: var(--shadow-md);
}
.callout-eyebrow { font-family: var(--font-head); font-weight: 600; letter-spacing: .1em; text-transform: uppercase; font-size: .75rem; color: var(--teal); margin-bottom: .6rem; }
.callout-lead { font-size: 1.05rem; }
.callout-lead strong { color: #fff; }
.callout-list { list-style: none; margin: 1.2rem 0 0; padding: 0; display: grid; gap: .6rem; }
.callout-list li { position: relative; padding-left: 1.6rem; font-size: .95rem; color: #cdd8ee; }
.callout-list li::before { content: "✦"; position: absolute; left: 0; color: var(--teal); }

/* ---------- Innovation cards ---------- */
.cards-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.4rem; }
.card {
  background: var(--bg); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 1.7rem 1.5rem; position: relative; overflow: hidden; box-shadow: var(--shadow-sm);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.card::before { content: ""; position: absolute; left: 0; top: 0; height: 4px; width: 100%; background: linear-gradient(90deg, var(--teal), var(--magenta)); transform: scaleX(0); transform-origin: left; transition: transform .25s ease; }
.card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); border-color: transparent; }
.card:hover::before { transform: scaleX(1); }
.card-index { font-family: var(--font-head); font-weight: 800; font-size: 1.1rem; color: var(--teal); opacity: .55; }
.card h3 { font-size: 1.12rem; margin: .5rem 0 .6rem; }
.card p { color: var(--muted); font-size: .95rem; margin: 0; }

/* "Coming soon" badge — used on the Updates / What's coming cards */
.coming-tag {
  display: inline-block; font-family: var(--font-ui); font-weight: 700;
  font-size: .7rem; letter-spacing: .08em; text-transform: uppercase;
  color: var(--teal-600); background: rgba(43,179,213,.12);
  padding: .28rem .7rem; border-radius: 999px;
}

/* ---------- Objectives ---------- */
.obj-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.6rem; }
.obj { border: 1px solid var(--line); border-radius: var(--radius); padding: 1.8rem; background: var(--bg); box-shadow: var(--shadow-sm); }
.obj-tag {
  display: inline-grid; place-items: center; font-family: var(--font-head); font-weight: 800;
  background: var(--navy); color: #fff; padding: .35rem .9rem; border-radius: 999px; font-size: .9rem; margin-bottom: .9rem;
}
.obj h3 { font-size: 1.2rem; }
.obj p { color: var(--muted); font-size: .96rem; }
.obj ul { margin: 1rem 0 0; padding: 0; list-style: none; display: grid; gap: .5rem; }
.obj li { position: relative; padding-left: 1.5rem; font-size: .92rem; color: var(--ink); }
.obj li::before { content: ""; position: absolute; left: 0; top: .55em; width: 8px; height: 8px; border-radius: 50%; background: var(--teal); }

/* ---------- Approach / dark section ---------- */
.section-dark { background: linear-gradient(180deg, var(--navy-900), var(--navy)); color: #d8e1f2; }
.arch { background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.1); border-radius: var(--radius); padding: 1.5rem; }
.arch-svg { width: 100%; height: auto; }
.node-emitter rect { fill: rgba(43,179,213,.12); stroke: var(--teal); stroke-width: 1.5; }
.node-receiver rect { fill: rgba(255,255,255,.06); stroke: #fff; stroke-width: 1.5; }
.node-key rect { fill: rgba(255,204,0,.14); stroke: var(--eu-gold); stroke-width: 1.5; }
.node-classical rect { fill: rgba(167,3,110,.12); stroke: var(--magenta); stroke-width: 1.5; }
.arch-node-t { fill: #fff; font: 700 14px var(--font-head); }
.arch-node-s { fill: #b9c6e2; font: 400 11px var(--font-body); }
.arch-node-s.light { fill: #f3d7e8; }
.arch-mini { fill: var(--magenta); font: 600 10px var(--font-body); }
.arch-divider { stroke: rgba(255,255,255,.2); stroke-width: 1; }
.beam { fill: none; stroke: url(#beam); stroke-width: 3; stroke-linecap: round; stroke-dasharray: 2 7; }
.beam-blocked { stroke: url(#beamBlocked); }
.obstacle { fill: var(--magenta); }
.key-line { stroke: var(--eu-gold); stroke-width: 2; stroke-dasharray: 4 5; }
.ctrl-line { fill: none; stroke: var(--magenta); stroke-width: 1.4; stroke-dasharray: 3 5; opacity: .7; }

.beam, .ctrl-line, .key-line { animation: flow 1.2s linear infinite; }
@keyframes flow { to { stroke-dashoffset: -18; } }

.arch-legend { display: flex; flex-wrap: wrap; gap: 1.4rem; margin-top: 1.2rem; font-size: .85rem; color: #c0cce6; justify-content: center; }
.arch-legend .dot { display: inline-block; width: 10px; height: 10px; border-radius: 50%; margin-right: .4rem; vertical-align: middle; }
.dot.teal { background: var(--teal); } .dot.magenta { background: var(--magenta); } .dot.navy { background: #8fa6d6; }

.kpi-strip { display: grid; grid-template-columns: repeat(5, 1fr); gap: 1rem; margin-top: 2.4rem; }
.kpi { text-align: center; background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.1); border-radius: var(--radius-sm); padding: 1.1rem .6rem; }
.kpi-v { display: block; font-family: var(--font-head); font-weight: 700; font-size: 1.05rem; color: var(--teal); margin-bottom: .25rem; }
.kpi-l { font-size: .78rem; color: #aebbd9; line-height: 1.4; }

/* ---------- Work plan ---------- */
.wp-list { list-style: none; margin: 0 0 3rem; padding: 0; display: grid; gap: .9rem; }
.wp {
  display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 1.4rem;
  background: var(--bg); border: 1px solid var(--line); border-radius: var(--radius); padding: 1.3rem 1.6rem;
  box-shadow: var(--shadow-sm); transition: transform .18s ease, box-shadow .2s ease;
}
.wp:hover { transform: translateX(4px); box-shadow: var(--shadow-md); }
.wp-id { font-family: var(--font-head); font-weight: 800; font-size: 1.1rem; color: #fff; background: var(--navy); border-radius: var(--radius-sm); padding: .6rem .8rem; min-width: 58px; text-align: center; }
.wp-body h3 { font-size: 1.1rem; margin: 0 0 .25rem; }
.wp-body p { margin: 0; color: var(--muted); font-size: .93rem; }
.wp-meta { text-align: right; display: flex; flex-direction: column; gap: .2rem; }
.wp-months { font-family: var(--font-head); font-weight: 700; color: var(--teal-600); font-size: .95rem; }
.wp-lead { font-size: .8rem; color: var(--muted); }

.milestones-title { text-align: center; font-size: 1.4rem; margin-bottom: 1.8rem; }
.ms-track { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; position: relative; }
.ms-track::before { content: ""; position: absolute; top: 18px; left: 8%; right: 8%; height: 2px; background: linear-gradient(90deg, var(--teal), var(--magenta)); z-index: 0; }
.ms { position: relative; text-align: center; z-index: 1; }
.ms-month { display: inline-grid; place-items: center; width: 38px; height: 38px; border-radius: 50%; background: var(--navy); color: #fff; font-family: var(--font-head); font-weight: 700; font-size: .8rem; margin-bottom: .8rem; border: 3px solid var(--bg-alt); }
.ms-text { display: block; font-size: .88rem; color: var(--ink); max-width: 180px; margin-inline: auto; }

/* ---------- Consortium ---------- */
.partners { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.6rem; }
.partner { border: 1px solid var(--line); border-radius: var(--radius); padding: 1.8rem; background: var(--bg); box-shadow: var(--shadow-sm); transition: transform .18s ease, box-shadow .2s ease; }
.partner:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.partner-flag {
  display: inline-flex; align-items: center; gap: .5rem; margin-bottom: .9rem;
  font-family: var(--font-head); font-weight: 600; font-size: .82rem; letter-spacing: .04em;
  text-transform: uppercase; color: var(--muted);
}
.partner-flag .cc {
  display: inline-grid; place-items: center; background: var(--navy); color: #fff;
  font-size: .72rem; font-weight: 700; letter-spacing: .06em; padding: .2rem .5rem; border-radius: 6px;
}
.partner h3 { font-size: 1.15rem; min-height: 2.6em; }
.partner-role { font-size: .9rem; color: var(--muted); font-weight: 600; margin-bottom: .9rem; }
.badge-coord { display: inline-block; background: var(--magenta); color: #fff; font-size: .72rem; font-weight: 700; padding: .15rem .55rem; border-radius: 999px; margin-right: .4rem; letter-spacing: .03em; }
.partner-desc { font-size: .93rem; color: var(--muted); }
.partner-people { list-style: none; margin: 1rem 0 0; padding: 1rem 0 0; border-top: 1px solid var(--line); display: grid; gap: .35rem; font-size: .88rem; color: var(--ink); }
.partner-people strong { color: var(--navy); }

/* ---------- CTA ---------- */
.section-cta { background: linear-gradient(135deg, var(--navy), var(--navy-700)); color: #fff; text-align: center; }
.cta-inner { max-width: 640px; }
.section-cta h2 { color: #fff; }
.section-cta p { color: #cbd6ee; font-size: 1.1rem; }
.cta-actions { display: flex; flex-wrap: wrap; gap: .9rem; justify-content: center; margin-top: 1.6rem; }
.section-cta .btn-ghost { color: #fff; border-color: rgba(255,255,255,.4); }
.section-cta .btn-ghost:hover { border-color: var(--teal); color: var(--teal); }

/* ---------- Contact form ---------- */
.contact-form { max-width: 520px; margin: 1.8rem auto 0; text-align: left; }
.contact-form .field { display: flex; flex-direction: column; gap: .35rem; margin-bottom: 1rem; }
.contact-form label { font-family: var(--font-ui); font-weight: 700; font-size: .9rem; color: #fff; }
.contact-form .opt { font-weight: 400; color: #9fb2d8; font-size: .82rem; }
.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form textarea {
  font-family: var(--font-body); font-size: 1rem; color: #fff;
  background: rgba(255,255,255,.08); border: 1.5px solid rgba(255,255,255,.22);
  border-radius: 12px; padding: .7rem .9rem; width: 100%; resize: vertical;
  transition: border-color .2s ease, background .2s ease, box-shadow .2s ease;
}
.contact-form input::placeholder,
.contact-form textarea::placeholder { color: #9fb2d8; }
.contact-form input:focus,
.contact-form textarea:focus {
  outline: none; border-color: var(--teal); background: rgba(255,255,255,.12);
  box-shadow: 0 0 0 3px rgba(43,179,213,.25);
}
.contact-form .checkbox {
  display: flex; align-items: flex-start; gap: .55rem; font-weight: 400;
  font-family: var(--font-body); font-size: .92rem; color: #cbd6ee; cursor: pointer;
  margin-bottom: .4rem;
}
.contact-form .checkbox input { margin-top: .2rem; width: 1.05rem; height: 1.05rem; accent-color: var(--teal); flex: none; }
.contact-form .cta-actions { margin-top: 1.2rem; }
.contact-form .btn-primary[disabled] { opacity: .6; cursor: not-allowed; transform: none; }
.form-status { margin-top: 1rem; font-size: .95rem; min-height: 1.2em; }
.form-status:empty { display: none; }
.form-status.is-ok { color: var(--teal); }
.form-status.is-err { color: #ff9ecb; }

/* ---------- Footer ---------- */
.site-footer { background: var(--navy-900); color: #b9c6e2; padding: 3rem 0 2rem; font-size: .92rem; }
.footer-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2.5rem; align-items: center; padding-bottom: 2rem; border-bottom: 1px solid rgba(255,255,255,.1); }
.footer-brand { color: #fff; font-size: 1.3rem; display: block; margin-bottom: .5rem; }
.footer-about p { color: #94a4c6; max-width: 420px; margin: 0; }
.footer-funding { display: flex; flex-direction: column; gap: 1.2rem; align-items: flex-start; }
.funding-logos { display: flex; align-items: center; gap: 1rem; }
.eu-flag { border-radius: 4px; box-shadow: 0 0 0 1px rgba(255,255,255,.15); }
.funding-text { display: flex; flex-direction: column; line-height: 1.3; }
.funding-text strong { color: #fff; font-size: 1rem; }
.funding-text span { color: #94a4c6; font-size: .82rem; }
.quantera-credit { background: #fff; padding: .7rem 1rem; border-radius: var(--radius-sm); display: inline-block; }
.footer-disclaimer { padding-top: 1.6rem; }
.footer-disclaimer p { color: #7e8fb3; font-size: .8rem; max-width: 900px; }
.footer-copy { margin-top: 1rem; color: #94a4c6; }
.footer-copy a { color: var(--teal); font-weight: 700; }
.footer-copy a:hover { color: #fff; }

/* ---------- Reveal animation ---------- */
[data-reveal] { opacity: 0; transform: translateY(22px); transition: opacity .6s ease, transform .6s ease; }
[data-reveal].is-visible { opacity: 1; transform: none; }

/* ---------- Responsive ---------- */
@media (max-width: 980px) {
  .two-col { grid-template-columns: 1fr; }
  .cards-grid { grid-template-columns: repeat(2, 1fr); }
  .obj-grid, .partners { grid-template-columns: 1fr; }
  .facts-grid { grid-template-columns: repeat(3, 1fr); row-gap: 1.6rem; }
  .kpi-strip { grid-template-columns: repeat(3, 1fr); }
  .ms-track { grid-template-columns: repeat(2, 1fr); row-gap: 2rem; }
  .ms-track::before { display: none; }
  .footer-grid { grid-template-columns: 1fr; }
}

@media (max-width: 920px) {
  .nav-toggle { display: block; }
  .nav-list {
    position: absolute; top: 72px; left: 0; right: 0; flex-direction: column; align-items: stretch;
    gap: 0; background: #fff; border-bottom: 1px solid var(--line); box-shadow: var(--shadow-md);
    max-height: 0; overflow: hidden; transition: max-height .3s ease;
  }
  .nav-list.open { max-height: 460px; }
  .nav-list li { width: 100%; }
  .nav-list a { display: block; padding: .9rem 6%; border-top: 1px solid var(--line); }
  .nav-list a:not(.nav-cta)::after { display: none; }
  .nav-cta { border-radius: 0; }
  .nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
}

@media (max-width: 720px) {
  .cards-grid { grid-template-columns: 1fr; }
  .facts-grid, .kpi-strip { grid-template-columns: repeat(2, 1fr); }
  .wp { grid-template-columns: auto 1fr; }
  .wp-meta { grid-column: 2; text-align: left; flex-direction: row; gap: .8rem; align-items: center; }
}

/* ---------- Reduced motion ---------- */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; }
  [data-reveal] { opacity: 1; transform: none; }
}
