:root {
  --void: #090A0F;
  --carbon: #12151B;
  --graphite: #1E232B;
  --ultraviolet: #7B61FF;
  --deep-violet: #5B43D1;
  --solar-copper: #FF7A45;
  --frost: #F5F3FA;
  --steel: #A7ABB5;
  --data-aqua: #50D6C1;
  --signal-rose: #FF667A;
  --line: #303642;
  --line-soft: rgba(167,171,181,.16);
  --shadow: 0 28px 80px rgba(0,0,0,.38);
  --radius-lg: 26px;
  --radius-md: 18px;
  --container: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--void); }
body {
  margin: 0;
  color: var(--frost);
  background:
    radial-gradient(circle at 90% 5%, rgba(123,97,255,.08), transparent 27rem),
    radial-gradient(circle at 8% 32%, rgba(255,122,69,.05), transparent 24rem),
    var(--void);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 18px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: .13;
  background-image: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(to bottom, rgba(0,0,0,.7), transparent 75%);
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
::selection { background: rgba(123,97,255,.42); color: var(--frost); }

.container { width: min(calc(100% - 44px), var(--container)); margin-inline: auto; position: relative; }
.section-shell { position: relative; padding: 112px 0; overflow: clip; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 9999; padding: 12px 18px; border-radius: 10px; background: var(--frost); color: var(--void); font-weight: 700; }
.skip-link:focus { top: 16px; }

.site-header {
  position: fixed; inset: 0 0 auto; z-index: 1000;
  border-bottom: 1px solid rgba(167,171,181,.12);
  background: rgba(9,10,15,.76);
  backdrop-filter: blur(18px) saturate(135%);
}
.nav-wrap { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: inline-flex; align-items: center; width: 210px; flex: 0 0 auto; }
.brand img { width: 100%; height: auto; }
.primary-nav { display: flex; align-items: center; gap: 25px; font-size: 14px; font-weight: 650; color: #c7cad2; }
.primary-nav > a:not(.nav-cta) { position: relative; padding: 12px 0; }
.primary-nav > a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 4px; height: 2px; background: linear-gradient(90deg, var(--solar-copper), var(--ultraviolet)); transition: right .25s ease; }
.primary-nav > a:not(.nav-cta):hover, .primary-nav > a:not(.nav-cta):focus-visible { color: var(--frost); }
.primary-nav > a:not(.nav-cta):hover::after, .primary-nav > a:not(.nav-cta):focus-visible::after { right: 0; }
.nav-cta { padding: 12px 18px; border: 1px solid rgba(123,97,255,.7); border-radius: 999px; background: rgba(123,97,255,.08); color: var(--frost); }
.nav-cta:hover, .nav-cta:focus-visible { border-color: var(--solar-copper); box-shadow: 0 0 0 4px rgba(255,122,69,.08); }
.menu-toggle { display: none; width: 46px; height: 42px; border: 1px solid var(--line); background: var(--carbon); border-radius: 12px; padding: 10px; }
.menu-toggle span { display: block; height: 2px; background: var(--frost); margin: 5px 0; border-radius: 2px; }

.hero { padding-top: 166px; padding-bottom: 72px; min-height: 820px; display: grid; align-items: center; }
.hero-grid { display: grid; grid-template-columns: minmax(0, .92fr) minmax(480px, 1.08fr); gap: 48px; align-items: center; }
.hero-copy { position: relative; z-index: 3; }
.eyebrow { margin: 0 0 16px; color: #a995ff; text-transform: uppercase; letter-spacing: .16em; font-size: 13px; font-weight: 800; }
h1, h2, h3 { margin: 0; letter-spacing: -.035em; line-height: 1.08; }
h1 { max-width: 800px; font-size: clamp(52px, 5.3vw, 76px); font-weight: 800; }
h2 { max-width: 780px; font-size: clamp(38px, 4.1vw, 58px); font-weight: 760; }
h3 { font-size: 23px; font-weight: 700; letter-spacing: -.02em; }
.gradient-text { color: var(--frost); background: linear-gradient(95deg, #fff 0%, #c9c0ff 36%, #8c6cff 62%, #ff8f62 100%); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.hero-lede { max-width: 720px; margin: 28px 0 0; color: #c1c5ce; font-size: 21px; line-height: 1.62; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 32px; }
.btn { min-height: 55px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 0 24px; border-radius: 13px; font-size: 15px; font-weight: 750; transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease, background .2s ease; }
.btn:hover, .btn:focus-visible { transform: translateY(-2px); }
.btn-primary { border: 1px solid rgba(255,255,255,.17); background: linear-gradient(105deg, var(--deep-violet), var(--ultraviolet) 50%, var(--solar-copper)); box-shadow: 0 14px 42px rgba(91,67,209,.26), inset 0 1px 0 rgba(255,255,255,.22); }
.btn-primary:hover, .btn-primary:focus-visible { box-shadow: 0 18px 54px rgba(123,97,255,.38), 0 0 24px rgba(255,122,69,.18); }
.btn-secondary { border: 1px solid #3b4250; background: rgba(18,21,27,.76); color: #e3e2e8; }
.btn-secondary:hover, .btn-secondary:focus-visible { border-color: rgba(123,97,255,.75); background: #171a22; }
.proof-list { list-style: none; padding: 0; margin: 36px 0 0; display: grid; gap: 10px; color: #b5bac4; font-size: 15px; }
.proof-list li { display: flex; gap: 12px; align-items: flex-start; }
.proof-dot { width: 8px; height: 8px; margin-top: 9px; border-radius: 50%; flex: 0 0 auto; background: var(--data-aqua); box-shadow: 0 0 18px rgba(80,214,193,.45); }

.hero-art { min-height: 560px; position: relative; display: grid; place-items: center; }
.hero-art::before { content: ""; position: absolute; width: 76%; aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle, rgba(123,97,255,.18), rgba(255,122,69,.05) 42%, transparent 68%); filter: blur(18px); }
.hero-art-frame { position: relative; width: min(760px, 100%); margin-left: 10px; }
.hero-art-frame::before { content: ""; position: absolute; inset: 9% 9% 5%; border-radius: 50%; background: radial-gradient(circle, rgba(123,97,255,.14), transparent 70%); filter: blur(20px); }
.hero-art-frame img { width: 100%; filter: saturate(1.04) contrast(1.04); mix-blend-mode: screen; }
.scan-line { position: absolute; left: 8%; right: 4%; top: 25%; height: 1px; background: linear-gradient(90deg, transparent, rgba(80,214,193,.9), transparent); box-shadow: 0 0 18px rgba(80,214,193,.65); animation: scan 5.2s ease-in-out infinite; }
.signal-card { position: absolute; z-index: 4; min-width: 195px; padding: 15px 17px; border: 1px solid rgba(167,171,181,.22); border-radius: 15px; background: rgba(18,21,27,.76); box-shadow: var(--shadow); backdrop-filter: blur(14px); }
.signal-card-a { top: 18%; left: -2%; }
.signal-card-b { right: -3%; bottom: 18%; }
.signal-card strong { display: block; font-size: 14px; margin-top: 2px; }
.signal-label { color: var(--solar-copper); font-size: 10px; letter-spacing: .15em; font-weight: 800; }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(100px); pointer-events: none; }
.hero-glow-one { width: 420px; height: 420px; right: -120px; top: 110px; background: rgba(123,97,255,.15); }
.hero-glow-two { width: 300px; height: 300px; left: -160px; bottom: 0; background: rgba(255,122,69,.07); }
.signal-rail { margin-top: 48px; min-height: 60px; padding: 14px 24px; border: 1px solid rgba(167,171,181,.14); border-radius: 16px; background: rgba(18,21,27,.55); display: flex; align-items: center; justify-content: space-around; gap: 18px; color: #aeb2bd; font-size: 11px; letter-spacing: .17em; font-weight: 800; }
.signal-rail i { width: 4px; height: 4px; border-radius: 50%; background: var(--ultraviolet); box-shadow: 0 0 10px var(--ultraviolet); }

.section-heading { display: grid; grid-template-columns: 1.12fr .88fr; gap: 70px; align-items: end; margin-bottom: 48px; }
.section-heading > p { margin: 0 0 5px; color: #aeb3bd; font-size: 18px; max-width: 580px; justify-self: end; }

.sector-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.sector-card { min-width: 0; border: 1px solid var(--line-soft); border-radius: var(--radius-md); overflow: hidden; background: linear-gradient(180deg, #151820, #101218); box-shadow: 0 15px 40px rgba(0,0,0,.18); transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease; }
.sector-card:hover { transform: translateY(-5px); border-color: rgba(123,97,255,.5); box-shadow: 0 22px 58px rgba(0,0,0,.30), 0 0 26px rgba(123,97,255,.08); }
.sector-visual { aspect-ratio: 1.35; display: grid; place-items: center; overflow: hidden; background: radial-gradient(circle at 50% 50%, rgba(123,97,255,.12), transparent 66%), #08090d; position: relative; }
.sector-visual::after { content: ""; position: absolute; inset: auto 0 0; height: 45%; background: linear-gradient(transparent, rgba(18,21,27,.95)); }
.sector-visual img { width: 106%; max-width: none; object-fit: cover; filter: saturate(.9) contrast(1.08); transform: translateY(2%); }
.card-copy { padding: 23px 22px 26px; }
.card-index { display: block; color: var(--solar-copper); font-size: 11px; letter-spacing: .12em; font-weight: 800; margin-bottom: 10px; }
.card-copy h3 { min-height: 50px; }
.card-copy p { color: #aeb3bd; margin: 13px 0 0; font-size: 16px; line-height: 1.58; }

.graphic-break { padding: 8px 0; overflow: hidden; }
.graphic-break svg { width: 100%; height: auto; overflow: visible; opacity: .8; }
.pulse-path { fill: none; stroke: url(#signalGradient); stroke-width: 2.5; filter: url(#softGlow); stroke-dasharray: 14 14; animation: dash 18s linear infinite; }
.pulse-path.dim { stroke-width: 10; opacity: .07; stroke-dasharray: none; }

.services { padding-top: 80px; }
.service-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.service-card { position: relative; min-height: 340px; padding: 30px; border-radius: var(--radius-md); border: 1px solid rgba(167,171,181,.16); background: linear-gradient(145deg, rgba(30,35,43,.80), rgba(18,21,27,.86)); overflow: hidden; }
.service-card::after { content: ""; position: absolute; width: 220px; height: 220px; border-radius: 50%; right: -110px; top: -110px; background: radial-gradient(circle, rgba(123,97,255,.16), transparent 68%); }
.service-icon { width: 64px; height: 64px; display: grid; place-items: center; border: 1px solid rgba(123,97,255,.45); border-radius: 18px; background: rgba(9,10,15,.72); margin-bottom: 25px; box-shadow: inset 0 0 28px rgba(123,97,255,.08); color: #b6a8ff; }
.service-icon svg { width: 38px; height: 38px; fill: none; stroke: currentColor; stroke-width: 2.4; stroke-linecap: round; stroke-linejoin: round; filter: drop-shadow(0 0 8px rgba(123,97,255,.35)); }
.service-card:nth-child(even) .service-icon { color: #ff9367; border-color: rgba(255,122,69,.45); }
.service-card h3 { font-size: 27px; max-width: 540px; }
.service-card > p { color: #b4b8c2; margin: 14px 0 16px; }
.service-card ul { margin: 0; padding: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.service-card li { padding: 7px 10px; border-radius: 9px; border: 1px solid rgba(167,171,181,.12); background: rgba(9,10,15,.44); color: #cbd0d8; font-size: 14px; }

.process { background: linear-gradient(180deg, rgba(18,21,27,.26), rgba(9,10,15,.08)); }
.process-grid { display: grid; grid-template-columns: .83fr 1.17fr; gap: 74px; align-items: start; }
.process-intro { position: sticky; top: 125px; }
.process-intro > p:not(.eyebrow) { color: #aeb3bd; margin-top: 22px; max-width: 520px; }
.process-orbit { width: min(420px, 88%); aspect-ratio: 1; margin: 42px 0 0; position: relative; border-radius: 50%; background: radial-gradient(circle, rgba(123,97,255,.14), transparent 58%); }
.orbit-ring, .orbit-core, .orbit-node { position: absolute; border-radius: 50%; }
.orbit-ring { inset: 18%; border: 1px solid rgba(123,97,255,.42); }
.ring-two { inset: 31%; border-color: rgba(255,122,69,.42); }
.orbit-core { width: 22%; aspect-ratio: 1; left: 39%; top: 39%; background: radial-gradient(circle at 35% 35%, #d7d0ff, var(--ultraviolet) 30%, rgba(91,67,209,.1) 70%); box-shadow: 0 0 50px rgba(123,97,255,.36); }
.orbit-node { width: 14px; height: 14px; background: var(--solar-copper); box-shadow: 0 0 22px rgba(255,122,69,.7); }
.n1 { left: 16%; top: 48%; }.n2 { right: 23%; top: 18%; background: var(--data-aqua); }.n3 { right: 18%; bottom: 23%; background: var(--ultraviolet); }
.process-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 14px; }
.process-list li { display: grid; grid-template-columns: 78px 1fr; gap: 20px; padding: 28px; border: 1px solid rgba(167,171,181,.14); border-radius: 17px; background: linear-gradient(110deg, rgba(30,35,43,.74), rgba(18,21,27,.78)); }
.step-number { color: var(--solar-copper); font-size: 15px; font-weight: 800; letter-spacing: .08em; padding-top: 3px; }
.process-list h3 { font-size: 24px; }
.process-list p { margin: 9px 0 0; color: #adb2bc; font-size: 16px; }

.mandates { padding-top: 100px; }
.mandate-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.mandate-card { border: 1px solid rgba(167,171,181,.16); border-radius: var(--radius-md); overflow: hidden; background: #11141a; }
.mandate-art { height: 190px; background: radial-gradient(circle at 50% 70%, rgba(123,97,255,.14), transparent 62%), #08090d; overflow: hidden; border-bottom: 1px solid rgba(167,171,181,.1); }
.mandate-art svg { width: 100%; height: 100%; }
.mandate-art svg * { fill: none; stroke-linecap: round; stroke-linejoin: round; }
.art-line, .dna, .rungs, .mountain, .drill, .strata, .bar, .trend, .arrow { stroke: #7B61FF; stroke-width: 2.2; filter: drop-shadow(0 0 7px rgba(123,97,255,.38)); }
.art-biotech circle, .art-growth circle { fill: #090A0F; stroke: #FF7A45; stroke-width: 2.2; filter: drop-shadow(0 0 8px rgba(255,122,69,.55)); }
.art-biotech .dna, .art-metals .mountain, .art-growth .trend { stroke: #FF7A45; }
.art-metals .strata { opacity: .55; stroke: #50D6C1; }
.art-metals .drill { stroke: #d7d0ff; stroke-width: 3; }
.art-growth .bar { stroke: #7B61FF; }
.mandate-body { padding: 28px; }
.mandate-type { display: inline-flex; margin-bottom: 16px; color: #c2b9ff; font-size: 12px; letter-spacing: .12em; text-transform: uppercase; font-weight: 800; }
.mandate-body h3 { font-size: 27px; }
.mandate-body > p { color: #adb2bc; font-size: 16px; margin: 14px 0 22px; }
.mandate-body dl { margin: 0; display: grid; gap: 8px; }
.mandate-body dt { margin-top: 10px; color: var(--solar-copper); font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .11em; }
.mandate-body dd { margin: 0; color: #c3c7cf; font-size: 15px; }

.why { background: linear-gradient(180deg, rgba(18,21,27,.14), transparent); }
.why-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(167,171,181,.16); border-left: 1px solid rgba(167,171,181,.16); }
.why-item { min-height: 250px; padding: 30px; border-right: 1px solid rgba(167,171,181,.16); border-bottom: 1px solid rgba(167,171,181,.16); background: rgba(18,21,27,.28); }
.why-item > span { display: block; color: var(--solar-copper); font-size: 12px; letter-spacing: .13em; font-weight: 800; margin-bottom: 42px; }
.why-item h3 { font-size: 24px; }
.why-item p { color: #abb0ba; margin: 13px 0 0; font-size: 16px; }

.contact { padding-top: 88px; }
.contact-panel { min-height: 430px; display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: 24px; padding: 60px; border: 1px solid rgba(123,97,255,.36); border-radius: 28px; background: linear-gradient(130deg, rgba(18,21,27,.94), rgba(11,12,18,.96)); box-shadow: 0 34px 90px rgba(0,0,0,.35), inset 0 1px 0 rgba(255,255,255,.04); overflow: hidden; }
.contact-panel::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 100% 100%, rgba(123,97,255,.17), transparent 40%), radial-gradient(circle at 78% 25%, rgba(255,122,69,.08), transparent 28%); pointer-events: none; }
.contact-content { position: relative; z-index: 2; }
.contact-content > p:not(.eyebrow) { color: #b8bdc6; max-width: 690px; font-size: 18px; margin: 22px 0 0; }
.contact-actions { display: flex; flex-wrap: wrap; gap: 22px; align-items: center; margin-top: 30px; }
.email-link { color: #c8c4d8; border-bottom: 1px solid rgba(167,171,181,.35); font-weight: 600; }
.contact-art { min-height: 320px; position: relative; display: grid; place-items: center; }
.globe { width: 330px; aspect-ratio: 1; position: relative; border: 1px solid rgba(123,97,255,.55); border-radius: 50%; box-shadow: 0 0 65px rgba(123,97,255,.14), inset 0 0 55px rgba(91,67,209,.08); }
.globe::before, .globe::after { content: ""; position: absolute; border: 1px solid rgba(80,214,193,.26); border-radius: 50%; }
.globe::before { inset: 8% 30%; }.globe::after { inset: 30% 8%; }
.globe-ring { position: absolute; border-radius: 50%; border: 1px solid rgba(123,97,255,.24); }
.r1 { inset: 13%; transform: rotate(26deg); }.r2 { inset: 24%; transform: rotate(-24deg); }.r3 { left: -12%; right: -12%; top: 49%; height: 1px; border: 0; background: linear-gradient(90deg, transparent, var(--solar-copper), var(--ultraviolet), transparent); box-shadow: 0 0 18px rgba(123,97,255,.6); }
.globe i { position: absolute; width: 9px; height: 9px; border-radius: 50%; background: var(--data-aqua); box-shadow: 0 0 18px rgba(80,214,193,.75); }
.g1 { left: 17%; top: 40%; }.g2 { left: 49%; top: 16%; background: var(--solar-copper)!important; }.g3 { right: 12%; top: 53%; }.g4 { left: 44%; bottom: 12%; background: var(--ultraviolet)!important; }.g5 { right: 27%; top: 26%; background: var(--solar-copper)!important; }

.site-footer { border-top: 1px solid rgba(167,171,181,.12); background: #07080c; padding: 52px 0 28px; }
.footer-top { display: grid; grid-template-columns: 240px 1fr; gap: 70px; align-items: start; }
.footer-brand img { width: 210px; }
.footer-note { color: #9197a3; font-size: 13px; max-width: 900px; }
.footer-note strong { color: #d4d6dc; font-size: 14px; }
.footer-note p { margin: 8px 0 10px; }
.footer-note ul { margin: 0; padding-left: 20px; }
.footer-bottom { margin-top: 34px; padding-top: 22px; border-top: 1px solid rgba(167,171,181,.09); display: flex; justify-content: space-between; gap: 20px; color: #757b86; font-size: 13px; }
.footer-bottom a:hover { color: var(--frost); }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }

@keyframes scan { 0%,100% { top: 22%; opacity: .3; } 50% { top: 78%; opacity: 1; } }
@keyframes dash { to { stroke-dashoffset: -560; } }

@media (max-width: 1080px) {
  .primary-nav { gap: 17px; }
  .primary-nav > a:nth-child(3), .primary-nav > a:nth-child(5) { display: none; }
  .hero-grid { grid-template-columns: 1fr 1fr; gap: 24px; }
  .hero-art { min-height: 480px; }
  .sector-grid { grid-template-columns: repeat(2, 1fr); }
  .mandate-grid { grid-template-columns: 1fr; }
  .mandate-card { display: grid; grid-template-columns: .72fr 1.28fr; }
  .mandate-art { height: 100%; min-height: 330px; }
  .why-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 820px) {
  body { font-size: 17px; }
  .section-shell { padding: 84px 0; }
  .nav-wrap { min-height: 72px; }
  .brand { width: 178px; }
  .menu-toggle { display: block; }
  .primary-nav { position: absolute; top: 72px; left: 22px; right: 22px; display: none; flex-direction: column; align-items: stretch; gap: 2px; padding: 14px; border: 1px solid var(--line); border-radius: 16px; background: rgba(18,21,27,.97); box-shadow: var(--shadow); }
  .primary-nav.open { display: flex; }
  .primary-nav > a, .primary-nav > a:nth-child(3), .primary-nav > a:nth-child(5) { display: block; padding: 13px 14px; }
  .primary-nav > a:not(.nav-cta)::after { display: none; }
  .nav-cta { margin-top: 7px; text-align: center; }
  .hero { padding-top: 126px; min-height: auto; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-art { min-height: 460px; max-width: 650px; width: 100%; margin-inline: auto; order: 2; }
  .hero-copy { order: 1; }
  .signal-card-a { left: 1%; }.signal-card-b { right: 1%; }
  .signal-rail { flex-wrap: wrap; justify-content: center; }
  .section-heading { grid-template-columns: 1fr; gap: 20px; }
  .section-heading > p { justify-self: start; }
  .service-grid { grid-template-columns: 1fr; }
  .process-grid { grid-template-columns: 1fr; gap: 46px; }
  .process-intro { position: static; }
  .process-orbit { max-width: 360px; }
  .contact-panel { grid-template-columns: 1fr; padding: 42px 30px; }
  .contact-art { min-height: 290px; }
  .footer-top { grid-template-columns: 1fr; gap: 30px; }
}

@media (max-width: 580px) {
  .container { width: min(calc(100% - 30px), var(--container)); }
  h1 { font-size: clamp(44px, 12vw, 58px); }
  h2 { font-size: clamp(34px, 10vw, 46px); }
  .hero-lede { font-size: 19px; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .btn { width: 100%; }
  .proof-list { font-size: 15px; }
  .hero-art { min-height: 330px; }
  .signal-card { display: none; }
  .signal-rail { display: none; }
  .sector-grid { grid-template-columns: 1fr; }
  .sector-visual { aspect-ratio: 1.75; }
  .service-card { padding: 25px; min-height: auto; }
  .service-card h3 { font-size: 24px; }
  .process-list li { grid-template-columns: 1fr; gap: 8px; padding: 24px; }
  .mandate-card { display: block; }
  .mandate-art { min-height: 190px; height: 190px; }
  .why-grid { grid-template-columns: 1fr; }
  .why-item { min-height: 220px; }
  .contact-panel { padding: 36px 23px; }
  .globe { width: 260px; }
  .footer-bottom { flex-direction: column; }
}

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