/*
Theme Name: GES74+ V9
Theme URI: https://ges74.com/
Author: GES74+
Description: Nouvelle identité 2026 du site GES74+.
Version: 9.0
Text Domain: ges74-v9
*/

.legacy-header { min-height: 84px; padding: 14px clamp(20px,5vw,72px); background: #173f38; display:flex; align-items:center; justify-content:space-between; gap:20px; }
.legacy-header img { width: 170px; max-height: 58px; object-fit:contain; }
.legacy-content { width:min(960px,calc(100% - 40px)); margin:48px auto 80px; color:#173f38; }
.legacy-content h1 { font-size:clamp(2rem,5vw,3.6rem); line-height:1.08; }
.legacy-content article { background:#fff; border-radius:20px; padding:clamp(22px,5vw,52px); box-shadow:0 18px 55px rgba(23,63,56,.1); }

:root {
  --navy: #0d2c4b;
  --navy-2: #173e63;
  --green: #8ed11c;
  --green-dark: #679e08;
  --mist: #f1f5f2;
  --paper: #fff;
  --ink: #172435;
  --muted: #66717e;
  --line: #dfe6e2;
  --accent: var(--green);
  --accent-dark: var(--green-dark);
  --heading: var(--navy);
  --surface: var(--mist);
  --shadow: 0 22px 60px rgba(13, 44, 75, .12);
  --radius: 24px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "Segoe UI", Arial, sans-serif; line-height: 1.55; transition: color .35s, background .35s; }
section[id] { scroll-margin-top: 112px; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button, input, select { font: inherit; }
.private-ribbon { background: var(--navy); color: #fff; font-size: 12px; font-weight: 700; letter-spacing: .08em; text-align: center; padding: 8px 16px; text-transform: uppercase; }
.private-ribbon span { width: 7px; height: 7px; background: var(--accent); display: inline-block; border-radius: 50%; margin-right: 7px; }
.site-header { height: 100px; display: flex; align-items: center; justify-content: space-between; max-width: 1500px; margin: auto; padding: 12px 28px; position: sticky; top: 0; z-index: 40; background: rgba(255,255,255,.97); box-shadow: 0 8px 26px rgba(13,44,75,.10); backdrop-filter: blur(10px); }
.brand { width: 225px; height: 67px; display: flex; align-items: center; overflow: hidden; }
.logo-new { width: 220px; mix-blend-mode: multiply; }
.main-nav { display: flex; align-items: center; gap: 12px; font-family: Montserrat, sans-serif; font-size: 15px; font-weight: 700; color: var(--heading); }
.main-nav a { position: relative; padding: 11px 7px; border-radius: 7px; }
.main-nav a:not(.nav-cta)::after { content: ""; position: absolute; height: 2px; left: 0; right: 100%; bottom: -8px; background: var(--accent); transition: right .25s; }
.main-nav a:hover::after, .main-nav a.active::after { right: 0; }
.nav-cta { background: var(--navy); color: white; padding: 14px 20px !important; border-radius: 7px; }
.menu-button { display: none; border: 0; background: transparent; padding: 8px; }
.menu-button span { display: block; width: 25px; height: 2px; background: var(--navy); margin: 5px 0; }
.back-to-top { position: fixed; right: 22px; bottom: 92px; z-index: 50; display: inline-flex; align-items: center; gap: 8px; min-height: 46px; padding: 0 17px; border-radius: 24px; background: var(--navy); color: white; box-shadow: 0 12px 30px rgba(13,44,75,.24); font: 700 14px Montserrat, sans-serif; transition: transform .2s, background .2s; }
.back-to-top span { color: var(--accent); font-size: 18px; }
.back-to-top:hover, .back-to-top:focus-visible { transform: translateY(-3px); background: var(--navy-2); }

.hero { min-height: 680px; padding: 88px max(5vw, 36px) 64px; background: var(--surface); position: relative; overflow: hidden; display: grid; grid-template-columns: minmax(0, 1.22fr) minmax(310px, .58fr); gap: 8vw; align-items: center; }
.hero::after { content: "+"; position: absolute; right: -42px; top: -110px; color: rgba(142,209,28,.14); font: 800 420px/1 Montserrat, sans-serif; transform: rotate(9deg); }
.alpine-lines { position: absolute; left: 0; right: 0; bottom: -5px; height: 230px; opacity: .12; background: linear-gradient(145deg, transparent 0 38%, var(--navy) 38.2% 38.8%, transparent 39% 100%), linear-gradient(35deg, transparent 0 53%, var(--navy) 53.2% 53.8%, transparent 54%); clip-path: polygon(0 78%,12% 50%,23% 70%,42% 28%,57% 63%,72% 18%,100% 75%,100% 100%,0 100%); }
.hero-copy { position: relative; z-index: 2; max-width: 780px; }
.eyebrow, .section-kicker { text-transform: uppercase; color: var(--accent-dark); font: 700 12px/1.4 Montserrat, sans-serif; letter-spacing: .13em; }
.hero h1 { color: var(--heading); font: 800 clamp(42px,5.2vw,76px)/1.05 Montserrat, sans-serif; letter-spacing: -.055em; margin: 22px 0 26px; }
.hero h1 em { color: var(--accent-dark); font-style: normal; }
.hero-copy > p { max-width: 680px; font-size: 20px; color: var(--muted); margin: 0 0 34px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 20px; min-height: 52px; padding: 0 23px; border-radius: 7px; font: 700 13px/1 Montserrat, sans-serif; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); box-shadow: 0 10px 25px rgba(13,44,75,.15); }
.button.primary { background: var(--accent); color: #11233a; }
.button.secondary { border: 1px solid var(--navy); color: var(--navy); background: rgba(255,255,255,.55); }
.button.light { background: white; color: var(--navy); }
.button.outline { border: 1px solid rgba(255,255,255,.4); color: white; }
.trust-line { margin-top: 45px; display: flex; flex-wrap: wrap; gap: 24px; color: var(--muted); font-size: 13px; }
.trust-line span { padding-right: 24px; border-right: 1px solid var(--line); }
.trust-line span:last-child { border-right: 0; }
.trust-line b { color: var(--heading); font-family: Montserrat, sans-serif; }
.hero-card { position: relative; z-index: 3; background: var(--navy); color: white; padding: 42px; border-radius: var(--radius); box-shadow: var(--shadow); transform: rotate(1.5deg); }
.hero-card-top { font: 500 28px/1.25 Montserrat, sans-serif; }
.hero-card-top strong { color: var(--accent); }
.match-visual { display: flex; align-items: center; margin: 38px 0 30px; }
.match-circle { width: 70px; height: 70px; border-radius: 50%; display: grid; place-items: center; font: 800 24px Montserrat; border: 2px solid var(--accent); }
.match-circle.c2 { background: var(--accent); color: var(--navy); }
.match-line { height: 2px; flex: 1; background: repeating-linear-gradient(90deg,var(--accent) 0 8px,transparent 8px 15px); }
.hero-card p { color: rgba(255,255,255,.74); font-size: 15px; }
.hero-card a { display: inline-flex; justify-content: space-between; width: 100%; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.2); color: var(--accent); font-weight: 700; }

.quick-paths { display: grid; grid-template-columns: repeat(3,1fr); max-width: 1240px; margin: -24px auto 0; position: relative; z-index: 5; background: white; box-shadow: var(--shadow); border-radius: 16px; overflow: hidden; }
.quick-paths article { padding: 30px; display: grid; grid-template-columns: 46px 1fr; gap: 6px 14px; border-right: 1px solid var(--line); }
.quick-paths article:last-child { border: 0; }
.quick-number { color: var(--accent-dark); font: 800 12px Montserrat; padding-top: 5px; }
.quick-paths h3 { margin: 0 0 5px; color: var(--heading); font: 700 17px Montserrat; }
.quick-paths p { margin: 0; color: var(--muted); font-size: 13px; }
.quick-paths a { grid-column: 2; margin-top: 10px; font-size: 12px; font-weight: 700; color: var(--accent-dark); }

.section { padding: 110px max(5vw, 36px); }
.section-heading { max-width: 1240px; margin: 0 auto 52px; display: grid; grid-template-columns: 1.2fr .8fr; gap: 80px; align-items: end; }
.section-heading h2 { color: var(--heading); font: 800 clamp(34px,4vw,55px)/1.08 Montserrat, sans-serif; letter-spacing: -.04em; margin: 13px 0 0; }
.section-heading > p { color: var(--muted); font-size: 18px; max-width: 530px; }
.services-section { padding-top: 140px; }
.service-grid { max-width: 1240px; margin: auto; display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.service-card { padding: 42px; border: 1px solid var(--line); border-radius: var(--radius); position: relative; background: white; transition: transform .25s, box-shadow .25s; }
.service-card:not(.featured) { border-top: 7px solid var(--green); }
.service-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.service-card.featured { background: var(--navy); color: white; border-color: var(--navy); }
.tag { font: 700 11px Montserrat; color: var(--accent-dark); text-transform: uppercase; letter-spacing: .1em; }
.featured .tag { color: var(--accent); }
.service-icon { position: absolute; right: 36px; top: 32px; width: 54px; height: 54px; border-radius: 50%; display: grid; place-items: center; background: var(--surface); color: var(--navy); font-size: 25px; }
.featured .service-icon { background: var(--accent); }
.service-card h3 { font: 700 27px/1.2 Montserrat; color: var(--heading); margin: 40px 0 17px; max-width: 430px; }
.featured h3 { color: white; }
.service-card p { color: var(--muted); font-size: 16px; }
.featured p, .featured li { color: rgba(255,255,255,.74); }
.service-card ul { padding: 0; list-style: none; margin: 28px 0; }
.service-card li { margin: 10px 0; color: #4f5d69; }
.service-card li::before { content: "+"; color: var(--accent-dark); font-weight: 800; margin-right: 10px; }
.featured li::before { color: var(--accent); }
.service-card a { display: inline-flex; gap: 20px; color: var(--accent-dark); font-weight: 700; }
.featured a { color: var(--accent); }
.expertise-strip { max-width: 1240px; margin: 34px auto 0; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 17px; color: var(--muted); font: 600 12px Montserrat; text-transform: uppercase; }
.expertise-strip i { width: 5px; height: 5px; background: var(--accent); border-radius: 50%; }

.members-section { background: white; }
.members-grid { max-width: 1240px; margin: auto; display: grid; grid-template-columns: repeat(5,1fr); gap: 12px; }
.member-card { min-height: 155px; border: 1px solid var(--line); border-radius: 12px; padding: 16px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 14px; background: white; transition: transform .2s, box-shadow .2s, border-color .2s; }
.member-card:hover { transform: translateY(-3px); box-shadow: 0 12px 30px rgba(13,44,75,.09); border-color: var(--accent); }
.member-card img { width: 100%; height: 70px; object-fit: contain; filter: saturate(.92); }
.member-card small { color: var(--muted); font-size: 11px; text-align: center; font-weight: 700; }
.text-brand { background: var(--surface); }
.text-brand strong { color: var(--navy); font: 800 23px Montserrat; letter-spacing: -.04em; text-align: center; }
.text-brand strong span { color: var(--accent-dark); font-size: .65em; }
.member-card:nth-child(6n) { border-bottom: 4px solid var(--green); }
.member-card:nth-child(6n+2) { border-bottom: 4px solid var(--accent); }
.member-note { max-width: 1240px; margin: 22px auto 0; color: var(--muted); font-size: 12px; display: flex; gap: 9px; align-items: center; }
.member-note span { width: 8px; height: 8px; background: var(--green); border-radius: 50%; }

.team-section { background: var(--surface); }
.team-layout { max-width: 1100px; margin: auto; display: grid; grid-template-columns: .58fr 1fr; gap: 80px; align-items: center; }
.team-portrait { width: min(100%, 330px); justify-self: center; margin: 0; aspect-ratio: 4/4.6; border-radius: 180px 180px 22px 22px; background: var(--navy); position: relative; overflow: hidden; box-shadow: var(--shadow); }
.team-portrait::after { content: "+"; position: absolute; right: 22px; top: 16px; color: var(--accent); font: 800 58px/1 Montserrat; text-shadow: 0 2px 18px rgba(13,44,75,.22); }
.team-portrait img { width: 100%; height: 100%; object-fit: cover; object-position: 51% center; }
.team-portrait figcaption { position: absolute; left: 18px; right: 18px; bottom: 18px; padding: 11px 15px; color: white; background: rgba(13,44,75,.82); backdrop-filter: blur(8px); border-left: 4px solid var(--accent); border-radius: 5px; font: 600 12px Montserrat; }
.role { color: var(--accent-dark); font: 700 12px Montserrat; text-transform: uppercase; letter-spacing: .12em; }
.team-copy h3 { margin: 12px 0 5px; color: var(--heading); font: 800 42px Montserrat; letter-spacing: -.04em; }
.team-lead { color: var(--accent-dark) !important; font: 700 17px Montserrat; }
.team-copy p { color: var(--muted); font-size: 17px; }
.team-copy blockquote { margin: 35px 0; padding: 5px 0 5px 25px; border-left: 4px solid var(--accent); color: var(--heading); font: 600 20px/1.5 Montserrat; }
.text-link { color: var(--accent-dark); font-weight: 700; display: inline-flex; gap: 15px; }
.governance-grid { max-width: 1100px; margin: 58px auto 0; display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; }
.governance-grid article { background: white; border: 1px solid var(--line); border-top: 5px solid var(--accent); border-radius: 12px; padding: 25px; }
.governance-grid article:nth-child(2) { border-top-color: var(--green); }
.governance-grid span { color: var(--accent-dark); text-transform: uppercase; font: 700 11px Montserrat; letter-spacing: .1em; }
.governance-grid article:nth-child(2) span { color: var(--green-dark); }
.governance-grid h3 { color: var(--heading); font: 700 19px Montserrat; margin: 9px 0; }
.governance-grid p { margin: 0; color: var(--muted); font-size: 13px; }

.skills-section { background: white; }
.talent-grid { max-width: 1240px; margin: auto; display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.talent-card { --talent-color: var(--accent); border: 1px solid var(--line); border-radius: 20px; padding: 30px; position: relative; overflow: hidden; background: white; box-shadow: 0 12px 40px rgba(13,44,75,.07); }
.talent-card::before { content: ""; position: absolute; inset: 0 0 auto; height: 7px; background: var(--talent-color); }
.talent-blue { --talent-color: var(--navy); }
.talent-head { display: flex; justify-content: space-between; align-items: center; }
.talent-avatar { width: 62px; height: 62px; border-radius: 50%; display: grid; place-items: center; background: var(--talent-color); color: white; font: 800 25px Montserrat; }
.talent-green .talent-avatar { color: var(--navy); }
.talent-head > span { background: var(--surface); color: var(--talent-color); border-radius: 20px; padding: 7px 11px; font: 700 10px Montserrat; text-transform: uppercase; letter-spacing: .08em; }
.talent-location { min-height: 22px; margin: 25px 0 5px !important; color: var(--muted) !important; font-size: 12px !important; }
.talent-card h3 { color: var(--heading); margin: 0; font: 800 34px Montserrat; letter-spacing: -.04em; }
.talent-card h4 { color: var(--talent-color); margin: 1px 0 17px; font: 700 17px/1.35 Montserrat; }
.talent-card > p { color: var(--muted); min-height: 74px; }
.talent-availability { margin: 25px 0; padding: 18px; background: var(--surface); border-left: 4px solid var(--talent-color); display: flex; align-items: baseline; gap: 8px; }
.talent-availability b { color: var(--heading); font: 800 22px Montserrat; }
.talent-availability small { color: var(--muted); }
.talent-card > a { color: var(--talent-color); font-weight: 700; display: flex; justify-content: space-between; }

.jobs-section { background: var(--navy); color: white; }
.section-heading.inverse h2 { color: white; }
.section-heading.inverse > p { color: rgba(255,255,255,.68); }
.jobs-section .section-kicker { color: var(--accent); }
.job-toolbar { max-width: 1240px; margin: 0 auto 22px; display: grid; grid-template-columns: 1fr 240px; gap: 12px; }
.job-toolbar label { background: white; border-radius: 8px; padding: 0 18px; display: flex; align-items: center; gap: 10px; color: var(--navy); }
.job-toolbar input, .job-toolbar select, .job-toolbar select { width: 100%; min-height: 54px; border: 0; outline: 0; background: white; }
.job-toolbar select { border-radius: 8px; padding: 0 15px; color: var(--navy); }
.job-list { max-width: 1240px; margin: auto; background: white; border-radius: 16px; overflow: hidden; color: var(--ink); }
.job-list article { padding: 25px 30px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
.job-list article:last-child { border: 0; }
.job-list article.hidden { display: none; }
.job-type { color: var(--accent-dark); font: 700 11px Montserrat; text-transform: uppercase; }
.job-list h3 { margin: 5px 0 4px; color: var(--heading); font: 700 19px Montserrat; }
.job-list p { margin: 0; color: var(--muted); font-size: 13px; }
.job-list a { border: 1px solid var(--line); border-radius: 7px; padding: 11px 15px; color: var(--navy); font-weight: 700; font-size: 13px; }
.candidate-callout { max-width: 1240px; margin: 25px auto 0; padding: 30px 34px; border: 1px solid rgba(255,255,255,.18); border-radius: 16px; display: flex; justify-content: space-between; align-items: center; }
.candidate-callout span { color: var(--accent); font-size: 13px; }
.candidate-callout h3 { margin: 5px 0 0; font: 700 22px Montserrat; }

.news-section { background: white; }
.section-heading > .text-link { align-self: center; justify-self: end; }
.news-grid { max-width: 1240px; margin: auto; display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.news-card { border: 1px solid var(--line); border-radius: 18px; overflow: hidden; background: white; }
.news-art { height: 190px; background: var(--surface); display: grid; place-items: center; color: var(--navy); position: relative; overflow: hidden; }
.news-art::after { content: "+"; position: absolute; color: var(--accent); font: 800 170px Montserrat; opacity: .35; right: -10px; bottom: -70px; }
.lead-news { border-top: 7px solid var(--green); }
.news-art span { font: 800 66px Montserrat; z-index: 2; }
.news-art small { position: absolute; margin-top: 80px; font: 700 13px Montserrat; letter-spacing: .2em; z-index: 2; }
.news-art.news-photo::after { display: none; }
.news-art.news-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center; display: block; }
.news-photo img[alt*="UCI 2027"],
.news-photo img[alt*="Rentrée des Leaders"] { object-position: center; }
.news-photo img[alt="Logo GES74+"] { object-fit: contain; padding: 24px 38px; background: #fff; box-sizing: border-box; }
.art-two { background: var(--navy); color: white; }
.art-three { background: var(--accent); }
.art-green { background: var(--green); color: var(--navy); }
.art-cost { background: #eef1f3; color: var(--green-dark); }
.news-content { padding: 27px; }
.news-meta { color: var(--accent-dark); font: 700 11px Montserrat; text-transform: uppercase; }
.news-content h3 { color: var(--heading); font: 700 20px/1.35 Montserrat; margin: 10px 0; }
.news-content p { color: var(--muted); font-size: 14px; }
.news-content a { display: inline-flex; gap: 13px; color: var(--accent-dark); font-size: 13px; font-weight: 700; }
.news-actions { margin-top: 18px; padding-top: 15px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; align-items: center; gap: 10px; }
.share-button { border: 0; border-radius: 6px; background: var(--navy); color: white; padding: 9px 11px; cursor: pointer; font-size: 11px; font-weight: 700; }
.share-button:hover { background: var(--green); }

.contact-section { padding: 80px max(5vw, 36px); background: var(--navy); color: white; display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.contact-section .section-kicker { color: var(--accent); }
.contact-section h2 { font: 800 clamp(35px,4vw,56px) Montserrat; margin: 10px 0; letter-spacing: -.04em; }
.contact-section p { color: rgba(255,255,255,.7); }
.contact-actions { display: flex; flex-wrap: wrap; gap: 12px; }
footer { padding: 55px max(5vw,36px) 100px; display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 50px; color: var(--muted); font-size: 14px; }
.footer-logo { width: 230px; }
footer b { color: var(--heading); }
footer div:last-child { display: flex; flex-direction: column; gap: 8px; }

.compare-panel { position: fixed; right: 22px; bottom: 22px; z-index: 50; background: rgba(255,255,255,.95); backdrop-filter: blur(12px); padding: 10px; border: 1px solid var(--line); border-radius: 13px; box-shadow: 0 12px 35px rgba(13,44,75,.2); display: flex; align-items: center; gap: 10px; }
.compare-label { font: 700 10px Montserrat; text-transform: uppercase; color: var(--muted); margin-left: 5px; }
.compare-switch { display: flex; background: var(--surface); border-radius: 8px; padding: 3px; }
.compare-switch button { border: 0; background: transparent; color: var(--muted); padding: 9px 12px; border-radius: 6px; font-size: 12px; font-weight: 700; cursor: pointer; }
.compare-switch button.active { background: var(--navy); color: white; }
.toast { position: fixed; left: 50%; bottom: 95px; transform: translate(-50%,20px); padding: 12px 18px; background: var(--navy); color: white; border-radius: 8px; opacity: 0; pointer-events: none; transition: .25s; z-index: 60; font-size: 13px; }
.toast.show { opacity: 1; transform: translate(-50%,0); }

@media (max-width: 1180px) {
  .site-header { height: 80px; padding: 8px 22px; }
  .brand { width: 185px; }
  .logo-new { width: 185px; }
  .menu-button { display: block; }
  .main-nav { display: none; position: absolute; left: 0; right: 0; top: 80px; background: white; padding: 25px; flex-direction: column; align-items: stretch; box-shadow: var(--shadow); }
  .main-nav.open { display: flex; }
  .hero { grid-template-columns: 1fr; padding-top: 65px; gap: 45px; }
  .hero-card { max-width: 620px; transform: none; }
  .quick-paths { margin: 0; border-radius: 0; grid-template-columns: 1fr; box-shadow: none; }
  .quick-paths article { border-right: 0; border-bottom: 1px solid var(--line); }
  .section-heading { grid-template-columns: 1fr; gap: 10px; }
  .service-grid { grid-template-columns: 1fr; }
  .team-layout { grid-template-columns: .8fr 1fr; gap: 40px; }
  .news-grid { grid-template-columns: 1fr 1fr; }
  .members-grid { grid-template-columns: repeat(3,1fr); }
  .talent-grid { grid-template-columns: 1fr; }
  .lead-news { grid-column: 1/-1; display: grid; grid-template-columns: .8fr 1fr; }
  .lead-news .news-art { height: 100%; min-height: 280px; }
  footer { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 680px) {
  .private-ribbon { font-size: 9px; }
  .hero { padding: 55px 22px 45px; min-height: 0; }
  .hero h1 { font-size: 42px; }
  .hero-copy > p { font-size: 17px; }
  .hero-actions .button { width: 100%; }
  .trust-line { gap: 12px; }
  .trust-line span { width: 100%; border: 0; }
  .hero-card { padding: 30px; }
  .section { padding: 80px 22px; }
  .section-heading h2 { font-size: 36px; }
  .section-heading > p { font-size: 16px; }
  .service-card { padding: 30px 24px; }
  .service-icon { right: 24px; }
  .team-layout { grid-template-columns: 1fr; }
  .governance-grid { grid-template-columns: 1fr; }
  .members-grid { grid-template-columns: repeat(2,1fr); }
  .team-portrait { max-height: 430px; }
  .team-copy h3 { font-size: 35px; }
  .job-toolbar { grid-template-columns: 1fr; }
  .job-list article { align-items: flex-start; gap: 20px; flex-direction: column; }
  .candidate-callout { align-items: flex-start; flex-direction: column; gap: 20px; }
  .news-grid, .lead-news { display: grid; grid-template-columns: 1fr; }
  .lead-news .news-art { min-height: 190px; }
  .contact-section { padding: 65px 22px; align-items: flex-start; flex-direction: column; }
  .contact-actions, .contact-actions .button { width: 100%; }
  footer { padding: 45px 22px 120px; grid-template-columns: 1fr; gap: 28px; }
  .compare-panel { left: 12px; right: 12px; bottom: 12px; justify-content: space-between; }
  .back-to-top { right: 14px; bottom: 80px; }
  .compare-label { display: none; }
  .compare-switch { width: 100%; }
  .compare-switch button { flex: 1; }
}

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