:root {
  --paper: #f2efe8;
  --paper-deep: #e9e4da;
  --ink: #101b1d;
  --ink-soft: #263537;
  --muted: #5e6868;
  --teal: #1e5d63;
  --teal-dark: #123d42;
  --teal-night: #0d2b2e;
  --orange: #93401f;
  --orange-bg: #c96636;
  --orange-soft: #e5a27e;
  --line: rgba(16, 27, 29, 0.18);
  --line-light: rgba(255, 255, 255, 0.16);
  --white: #fffefa;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: hidden;
  background: radial-gradient(circle at 76% 8%, rgba(30, 93, 99, 0.1), transparent 29rem), var(--paper);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  text-rendering: optimizeLegibility;
}
::selection { background: var(--teal); color: var(--white); }
a { color: inherit; text-decoration: none; }
a:focus-visible, summary:focus-visible { outline: 3px solid var(--orange); outline-offset: 4px; }
h1, h2, h3, p { overflow-wrap: break-word; }
#enjeux, #mandats, #approche, #parcours, #contact { scroll-margin-top: 90px; }
.section-shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 100; top: 12px; left: 12px; padding: 12px 16px; transform: translateY(-160%); background: var(--white); font-size: 14px; font-weight: 700; }
.skip-link:focus { transform: translateY(0); }
.site-header { position: relative; z-index: 20; }
.site-nav { width: min(1180px, calc(100% - 48px)); min-height: 86px; margin: 0 auto; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; border-bottom: 1px solid var(--line); }
.brand { width: fit-content; display: inline-flex; align-items: center; gap: 12px; }
.brand-mark { flex: 0 0 auto; width: 40px; height: 40px; display: grid; place-items: center; border-radius: 50%; background: var(--ink); color: var(--white); font-size: 12px; font-weight: 800; letter-spacing: .08em; }
.brand-copy { display: flex; flex-direction: column; gap: 2px; }
.brand-copy strong { font-size: 15px; letter-spacing: -.02em; }
.brand-copy small { color: var(--muted); font-size: 10px; letter-spacing: .06em; text-transform: uppercase; }
.nav-links { display: flex; align-items: center; gap: 27px; color: var(--muted); font-size: 13px; }
.nav-links a, .nav-cta, .footer-links a { transition: color 180ms ease, transform 180ms ease; }
.nav-links a:hover, .nav-links a:focus-visible { color: var(--ink); }
.mobile-menu { position: relative; display: none; }
.mobile-menu summary { cursor: pointer; color: var(--muted); font-size: 12px; font-weight: 800; list-style: none; }
.mobile-menu summary::-webkit-details-marker { display: none; }
.mobile-menu summary::after { content: " +"; color: var(--orange); }
.mobile-menu[open] summary::after { content: " −"; }
.mobile-menu > div { position: absolute; z-index: 30; top: 32px; right: -10px; width: 190px; display: flex; flex-direction: column; padding: 12px; border: 1px solid var(--line-light); background: var(--ink); box-shadow: 0 18px 50px rgba(16, 27, 29, .2); color: var(--white); }
.mobile-menu > div a { padding: 12px 11px; border-bottom: 1px solid var(--line-light); font-size: 13px; }
.mobile-menu > div a:last-child { border-bottom: 0; }
.mobile-menu > div a:hover, .mobile-menu > div a:focus-visible { color: var(--orange-soft); }
.nav-cta { justify-self: end; display: inline-flex; align-items: center; gap: 7px; font-size: 13px; font-weight: 800; }
.nav-cta:hover, .nav-cta:focus-visible { color: var(--teal); transform: translateY(-1px); }
.hero { min-height: 650px; display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(390px, .88fr); align-items: center; gap: clamp(48px, 7vw, 92px); padding-block: 76px 80px; }
.eyebrow, .proof-kicker { margin: 0; color: var(--teal); font-size: 11px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow-light { color: var(--orange-soft); }
.hero h1 { max-width: 760px; margin: 22px 0 26px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(47px, 5vw, 73px); font-weight: 500; line-height: 1; letter-spacing: -.055em; }
.hero-lede { max-width: 690px; margin: 0; color: #394546; font-size: clamp(18px, 1.55vw, 21px); line-height: 1.56; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 0 21px; border: 1px solid var(--ink); border-radius: 4px; font-size: 14px; font-weight: 800; transition: transform 180ms ease, background 180ms ease, color 180ms ease; }
.button:hover, .button:focus-visible { transform: translateY(-2px); }
.button-primary { background: var(--ink); color: var(--white); }
.button-primary:hover, .button-primary:focus-visible { background: var(--teal-dark); }
.button-secondary:hover, .button-secondary:focus-visible { background: var(--white); }
.hero-note { margin: 20px 0 0; color: var(--muted); font-size: 12px; }
.decision-card { position: relative; overflow: hidden; min-height: 492px; padding: 26px; border: 1px solid rgba(255,255,255,.13); border-radius: 8px; background: var(--ink); color: var(--white); box-shadow: 0 30px 80px rgba(17,27,29,.2); }
.decision-card::after { content: ""; position: absolute; width: 310px; height: 310px; right: -170px; bottom: -170px; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; box-shadow: 0 0 0 48px rgba(255,255,255,.025), 0 0 0 96px rgba(255,255,255,.018); }
.decision-card-topline { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; gap: 18px; padding-bottom: 22px; border-bottom: 1px solid var(--line-light); color: rgba(255,255,255,.65); font-size: 10px; letter-spacing: .06em; text-transform: uppercase; }
.status-dot { display: inline-flex; align-items: center; gap: 7px; color: rgba(255,255,255,.82); }
.status-dot i, .pulse { width: 7px; height: 7px; border-radius: 50%; background: #e78a58; box-shadow: 0 0 0 4px rgba(231,138,88,.12); }
.decision-core { position: relative; z-index: 1; margin: 34px 0; }
.decision-core p { margin: 0 0 9px; color: #e78a58; font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.decision-core strong { max-width: 390px; display: block; font-family: Georgia, "Times New Roman", serif; font-size: clamp(25px, 2.4vw, 34px); font-weight: 500; line-height: 1.12; letter-spacing: -.035em; }
.focus-grid { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; margin: 0; padding: 1px; list-style: none; background: rgba(255,255,255,.12); }
.focus-grid li { min-height: 85px; display: flex; flex-direction: column; justify-content: space-between; padding: 15px; background: #152426; }
.focus-grid span { color: rgba(255,255,255,.62); font-size: 10px; }
.focus-grid strong { font-size: 13px; }
.decision-caption { position: relative; z-index: 1; margin: 21px 0 0; color: rgba(255,255,255,.62); font-size: 12px; line-height: 1.5; }
.proof-strip { width: 100%; display: grid; grid-template-columns: 1.7fr .72fr .72fr; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,254,250,.42); }
.proof-strip > * { min-height: 138px; display: flex; flex-direction: column; justify-content: center; padding: 28px clamp(28px,4vw,64px); border-right: 1px solid var(--line); }
.proof-strip > :last-child { border-right: 0; }
.proof-strip > a { transition: background 180ms ease; }
.proof-strip > a:hover, .proof-strip > a:focus-visible { background: var(--white); }
.proof-lead strong { max-width: 520px; margin-top: 9px; font-family: Georgia,"Times New Roman",serif; font-size: clamp(20px,2vw,27px); font-weight: 500; line-height: 1.2; letter-spacing: -.03em; }
.proof-number { font-family: Georgia,"Times New Roman",serif; color: var(--teal); font-size: 36px; line-height: 1; }
.proof-number + span { margin-top: 8px; color: var(--muted); font-size: 12px; }
.proof-number + span i { font-style: normal; }

.section { padding-block: 124px; }
.section-intro h2,
.outcome-title h2,
.story-heading h2,
.engagement h2,
.fit-panel h2,
.contact h2 {
  margin: 19px 0 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(38px, 4.2vw, 58px);
  font-weight: 500;
  line-height: 1.04;
  letter-spacing: -.048em;
}
.split-intro, .mandate-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(270px, .75fr);
  align-items: end;
  gap: clamp(48px, 8vw, 105px);
}
.split-intro > p, .mandate-intro > p {
  margin: 0 0 5px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.72;
}
.challenge-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 64px;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}
.challenge-card {
  min-height: 275px;
  padding: 32px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(255,254,250,.2);
}
.card-number { color: var(--orange); font-family: Georgia,"Times New Roman",serif; font-size: 18px; }
.challenge-card h3 {
  margin: 45px 0 13px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 27px;
  font-weight: 500;
  letter-spacing: -.03em;
}
.challenge-card p { max-width: 480px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.7; }

.mandates { padding-block: 120px; background: var(--ink); color: var(--white); }
.mandate-intro h2 { max-width: 650px; }
.mandate-intro > p { color: rgba(255,255,255,.62); }
.mandate-list { margin-top: 68px; border-top: 1px solid var(--line-light); }
.mandate-row {
  display: grid;
  grid-template-columns: 72px minmax(250px, .9fr) minmax(300px, 1.1fr);
  gap: 32px;
  padding-block: 38px;
  border-bottom: 1px solid var(--line-light);
}
.mandate-number { color: var(--orange-soft); font-family: Georgia,"Times New Roman",serif; font-size: 16px; }
.mandate-title h3 {
  margin: 0 0 10px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(25px, 2.6vw, 34px);
  font-weight: 500;
  letter-spacing: -.035em;
}
.mandate-title p { max-width: 390px; margin: 0; color: rgba(255,255,255,.64); font-size: 13px; line-height: 1.65; }
.mandate-row ul { margin: 0; padding: 0; list-style: none; }
.mandate-row li { position: relative; padding: 8px 0 8px 22px; color: rgba(255,255,255,.78); font-size: 13px; line-height: 1.5; }
.mandate-row li::before {
  content: "";
  position: absolute;
  top: 15px;
  left: 0;
  width: 7px;
  height: 7px;
  border: 1px solid var(--orange-soft);
  border-radius: 50%;
}

.outcomes { padding-block: 96px; background: #deded3; }
.outcome-grid {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(420px, 1.1fr);
  gap: clamp(60px, 10vw, 140px);
  align-items: start;
}
.outcome-title h2 { font-size: clamp(36px, 3.7vw, 51px); }
.outcome-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.outcome-list li {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 22px;
  align-items: baseline;
  padding: 19px 0;
  border-bottom: 1px solid var(--line);
}
.outcome-list span { color: var(--teal); font-size: 11px; font-weight: 800; }
.outcome-list p { margin: 0; font-family: Georgia,"Times New Roman",serif; font-size: 20px; line-height: 1.35; }

.process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 65px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.process-step { min-height: 265px; padding: 27px 24px 32px; border-right: 1px solid var(--line); }
.process-step:first-child { padding-left: 0; }
.process-step:last-child { padding-right: 0; border-right: 0; }
.process-step > span { display: block; color: var(--orange); font-size: 11px; font-weight: 800; letter-spacing: .08em; }
.process-step h3 {
  margin: 70px 0 12px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 29px;
  font-weight: 500;
  letter-spacing: -.03em;
}
.process-step p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.65; }
.first-call {
  display: grid;
  grid-template-columns: .75fr 1.4fr auto;
  gap: 32px;
  align-items: center;
  margin-top: 42px;
  padding: 24px 28px;
  border: 1px solid var(--line);
  background: rgba(255,254,250,.4);
}
.first-call-label { display: flex; align-items: center; gap: 12px; font-size: 13px; }
.first-call p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.55; }
.first-call > a { display: inline-flex; gap: 8px; font-size: 13px; font-weight: 800; }

.story { overflow: hidden; padding-block: 122px 0; background: var(--teal-dark); color: var(--white); }
.story-grid {
  display: grid;
  grid-template-columns: minmax(300px, .85fr) minmax(440px, 1.15fr);
  gap: clamp(60px, 10vw, 140px);
}
.story-heading { position: sticky; top: 42px; align-self: start; }
.story-heading h2 { font-size: clamp(39px, 4vw, 55px); }
.story-heading > p:not(.eyebrow) { margin: 27px 0 0; color: rgba(255,255,255,.7); font-size: 15px; line-height: 1.75; }
.text-link {
  width: fit-content;
  display: inline-flex;
  gap: 9px;
  margin-top: 28px;
  padding-bottom: 6px;
  border-bottom: 1px solid currentColor;
  font-size: 13px;
  font-weight: 800;
}
.text-link-light:hover, .text-link-light:focus-visible { color: var(--orange-soft); }
.timeline { border-top: 1px solid var(--line-light); }
.timeline article {
  display: grid;
  grid-template-columns: 125px 1fr;
  gap: 24px;
  padding-block: 32px;
  border-bottom: 1px solid var(--line-light);
}
.timeline article > span { padding-top: 5px; color: var(--orange-soft); font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.timeline h3 { margin: 0 0 10px; font-family: Georgia,"Times New Roman",serif; font-size: 24px; font-weight: 500; line-height: 1.25; letter-spacing: -.025em; }
.timeline p { margin: 0; color: rgba(255,255,255,.66); font-size: 13px; line-height: 1.65; }
.expertise-marquee {
  width: max-content;
  min-width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  margin-top: 100px;
  border-top: 1px solid var(--line-light);
}
.expertise-marquee span { flex: 1 0 auto; padding: 23px 28px; border-right: 1px solid var(--line-light); color: rgba(255,255,255,.66); font-family: Georgia,"Times New Roman",serif; font-size: 14px; white-space: nowrap; }

.engagement-grid {
  display: grid;
  grid-template-columns: minmax(300px, .85fr) minmax(440px, 1.15fr);
  gap: clamp(60px, 10vw, 140px);
}
.engagement h2 { max-width: 470px; }
.engagement-options { border-top: 1px solid var(--line); }
.engagement-options article { display: grid; grid-template-columns: 55px 1fr; gap: 24px; padding: 26px 0; border-bottom: 1px solid var(--line); }
.engagement-options article > span { padding-top: 4px; color: var(--orange); font-size: 11px; font-weight: 800; }
.engagement-options h3 { margin: 0 0 8px; font-family: Georgia,"Times New Roman",serif; font-size: 23px; font-weight: 500; letter-spacing: -.025em; }
.engagement-options p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.6; }

.fit-faq { background: linear-gradient(90deg, var(--teal-night) 0 50%, #e6e3db 50% 100%); }
.fit-faq-grid { display: grid; grid-template-columns: 1fr 1fr; }
.fit-panel, .faq-panel { min-height: 660px; padding-block: 105px; }
.fit-panel { padding-right: clamp(45px, 8vw, 110px); color: var(--white); }
.faq-panel { padding-left: clamp(45px, 8vw, 110px); }
.fit-panel h2 { max-width: 500px; font-size: clamp(38px, 3.7vw, 52px); }
.fit-panel ul { margin: 45px 0 0; padding: 0; list-style: none; }
.fit-panel li { position: relative; padding: 18px 0 18px 32px; border-bottom: 1px solid var(--line-light); color: rgba(255,255,255,.81); font-size: 14px; line-height: 1.55; }
.fit-panel li::before { content: "✓"; position: absolute; left: 0; color: var(--orange-soft); font-weight: 800; }
.faq-list { margin-top: 44px; border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 22px;
  align-items: center;
  padding: 22px 0;
  cursor: pointer;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 20px;
  line-height: 1.3;
  list-style: none;
}
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--teal); font-family: Arial,Helvetica,sans-serif; font-size: 22px; font-weight: 400; transition: transform 180ms ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { margin: -4px 40px 24px 0; color: var(--muted); font-size: 13px; line-height: 1.7; }

.contact { padding-block: 120px; background: var(--orange-bg); color: var(--ink); }
.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.17fr) minmax(310px, .83fr);
  gap: clamp(60px, 10vw, 140px);
  align-items: end;
}
.contact .eyebrow { color: var(--ink); }
.contact h2 { max-width: 710px; font-size: clamp(44px, 5vw, 68px); }
.contact-action > p { margin: 0 0 28px; font-size: 15px; line-height: 1.7; }
.button-contact { width: 100%; background: var(--ink); color: var(--white); }
.button-contact:hover, .button-contact:focus-visible { background: var(--teal-dark); }
.contact-links { display: flex; justify-content: space-between; gap: 20px; margin-top: 22px; font-size: 12px; font-weight: 800; }
.contact-links a:hover, .contact-links a:focus-visible { color: var(--ink); text-decoration: underline; text-underline-offset: 4px; }
.contact a:focus-visible { outline-color: var(--ink); }

.site-footer { padding-block: 43px; background: var(--ink); color: var(--white); }
.footer-grid { display: grid; grid-template-columns: 1.5fr .6fr .9fr; gap: 30px; align-items: center; }
.footer-identity { display: flex; align-items: center; gap: 13px; }
.footer-identity .brand-mark { background: var(--white); color: var(--ink); }
.footer-identity div { display: flex; flex-direction: column; gap: 4px; }
.footer-identity strong { font-size: 14px; }
.footer-identity span:not(.brand-mark), .footer-grid > p, .footer-grid small { color: rgba(255,255,255,.55); font-size: 11px; }
.footer-grid > p { margin: 0; }
.footer-links { display: flex; justify-content: flex-end; gap: 20px; font-size: 11px; }
.footer-links a:hover, .footer-links a:focus-visible { color: var(--orange-soft); }
.footer-grid small { grid-column: 1 / -1; padding-top: 24px; border-top: 1px solid var(--line-light); }
.error-page { min-height: 100vh; display: grid; place-items: center; padding: 24px; }
.error-page main { width: min(600px, 100%); }
.error-page h1 { margin: 20px 0 30px; font-family: Georgia,"Times New Roman",serif; font-size: clamp(48px,8vw,82px); font-weight: 500; line-height: 1; letter-spacing: -.05em; }

@media (max-width: 1020px) {
  .site-nav { grid-template-columns: 1fr auto auto; gap: 22px; }
  .nav-links { display: none; }
  .mobile-menu { display: block; }
  .hero { grid-template-columns: 1fr; padding-top: 66px; }
  .hero-copy { max-width: 790px; }
  .decision-card { width: min(640px,100%); }
  .proof-strip { grid-template-columns: 1.5fr .75fr .75fr; }
  .mandate-row { grid-template-columns: 50px .95fr 1.05fr; gap: 23px; }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
  .process-step:nth-child(2) { border-right: 0; }
  .process-step:nth-child(-n + 2) { border-bottom: 1px solid var(--line); }
  .process-step:nth-child(3) { padding-left: 0; }
  .first-call { grid-template-columns: 1fr 1.6fr; }
  .first-call > a { grid-column: 2; }
  .story-grid, .engagement-grid { grid-template-columns: minmax(260px,.72fr) minmax(380px,1.28fr); gap: 55px; }
}

@media (max-width: 760px) {
  .section-shell, .site-nav { width: min(100% - 34px,1180px); }
  .site-nav { min-height: 76px; }
  .brand-copy small { display: none; }
  .nav-cta { font-size: 12px; }
  .hero { min-height: auto; padding-block: 56px 64px; }
  .hero h1 { font-size: clamp(43px,11vw,66px); }
  .proof-strip { grid-template-columns: 1fr 1fr; }
  .proof-strip > * { min-height: 120px; padding: 25px 20px; }
  .proof-lead { grid-column: 1 / -1; border-right: 0; border-bottom: 1px solid var(--line); }
  .section, .mandates, .story, .contact { padding-block: 88px; }
  .split-intro,
  .mandate-intro,
  .outcome-grid,
  .story-grid,
  .engagement-grid,
  .contact-grid { grid-template-columns: 1fr; gap: 34px; }
  .section-intro h2,
  .outcome-title h2,
  .story-heading h2,
  .engagement h2,
  .fit-panel h2,
  .contact h2 { font-size: clamp(37px,9vw,53px); }
  .challenge-grid { grid-template-columns: 1fr; margin-top: 46px; }
  .challenge-card { min-height: 235px; padding: 27px; }
  .challenge-card h3 { margin-top: 38px; }
  .mandate-list { margin-top: 48px; }
  .mandate-row { grid-template-columns: 44px 1fr; gap: 14px; padding-block: 31px; }
  .mandate-row ul { grid-column: 2; }
  .outcomes { padding-block: 75px; }
  .process-grid { margin-top: 48px; }
  .first-call { grid-template-columns: 1fr; }
  .first-call > a { grid-column: 1; }
  .story-heading { position: static; }
  .timeline { margin-top: 18px; }
  .expertise-marquee { width: 100%; margin-top: 75px; }
  .expertise-marquee span { flex: 1 0 50%; white-space: normal; }
  .fit-faq { background: none; }
  .fit-faq-grid { width: 100%; grid-template-columns: 1fr; }
  .fit-panel, .faq-panel { min-height: auto; padding: 84px 17px; }
  .fit-panel { background: var(--teal-night); }
  .faq-panel { background: #e6e3db; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-identity { grid-column: 1 / -1; }
}

@media (max-width: 520px) {
  .section-shell, .site-nav { width: min(100% - 28px,1180px); }
  .brand-copy strong { font-size: 13px; }
  .nav-cta { max-width: 110px; text-align: right; line-height: 1.25; }
  .site-nav { gap: 12px; }
  .hero { padding-top: 48px; }
  .hero h1 { font-size: clamp(40px,12.5vw,58px); }
  .hero-actions { flex-direction: column; }
  .button { width: 100%; }
  .decision-card { min-height: auto; padding: 20px; }
  .decision-card-topline { align-items: flex-start; flex-direction: column; }
  .proof-strip > a { border-bottom: 0; }
  .proof-number { font-size: 31px; }
  .mandate-row { grid-template-columns: 1fr; }
  .mandate-row ul { grid-column: 1; }
  .process-grid { grid-template-columns: 1fr; }
  .process-step,
  .process-step:first-child,
  .process-step:nth-child(3),
  .process-step:last-child { min-height: auto; padding: 26px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .process-step h3 { margin-top: 38px; }
  .timeline article { grid-template-columns: 1fr; gap: 10px; }
  .expertise-marquee span { flex-basis: 100%; }
  .contact-links { align-items: flex-start; flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-identity, .footer-grid small { grid-column: 1; }
  .footer-links { justify-content: flex-start; flex-wrap: wrap; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
