@font-face {
  font-family: "Avenir VIANA";
  src: local("Avenir Next"), local("AvenirNext-Regular");
  font-weight: 100 900;
  font-display: swap;
}

:root {
  --blue: #1f3054;
  --blue-deep: #1f3054;
  --ivory: #fff9f4;
  --beige: #fff9f4;
  --orange: #f6a02d;
  --ink: #1f3054;
  --muted: rgba(31, 48, 84, .72);
  --line: rgba(31, 48, 84, .16);
  --page: min(1280px, calc(100vw - 96px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--ivory);
  font-family: "Avenir VIANA", "Avenir Next", "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, textarea, select { font: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.05; letter-spacing: -.035em; }
h2 { font-size: clamp(2.6rem, 5vw, 5.5rem); font-weight: 500; }
h3 { font-size: clamp(1.5rem, 2.2vw, 2.4rem); font-weight: 500; }

.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}
.skip-link {
  position: fixed; top: 10px; left: 10px; z-index: 100;
  transform: translateY(-150%); padding: 10px 16px; background: var(--orange);
}
.skip-link:focus { transform: none; }

.site-header {
  position: fixed; inset: 0 0 auto; z-index: 50; height: 96px;
  display: flex; align-items: center; justify-content: space-between;
  padding: 0 max(48px, calc((100vw - 1440px) / 2));
  color: white; transition: background .3s, height .3s, box-shadow .3s;
}
.site-header.scrolled {
  height: 76px; color: var(--blue); background: rgba(255, 249, 244, .96);
  box-shadow: 0 8px 30px rgba(19, 33, 63, .08); backdrop-filter: blur(12px);
}
.brand { position: relative; width: 148px; height: 74px; overflow: hidden; display: grid; place-items: center; }
.brand img { position: absolute; width: 150px; transition: opacity .3s; }
.brand .logo-light-bg { opacity: 0; }
.site-header.scrolled .logo-dark-bg { opacity: 0; }
.site-header.scrolled .logo-light-bg { opacity: 1; }
.main-nav { display: flex; align-items: center; gap: 34px; }
.main-nav a { text-decoration: none; font-size: .79rem; font-weight: 600; letter-spacing: .09em; text-transform: uppercase; }
.main-nav a:not(.nav-cta)::after { content: ""; display: block; height: 1px; background: currentColor; transform: scaleX(0); transform-origin: right; transition: transform .25s; }
.main-nav a:hover::after { transform: scaleX(1); transform-origin: left; }
.main-nav .nav-phone { color: var(--orange); font-variant-numeric: tabular-nums; white-space: nowrap; }
.nav-cta { padding: 13px 18px; border: 1px solid currentColor; }
.menu-toggle { display: none; border: 0; background: none; color: inherit; }

.hero { position: relative; min-height: 860px; height: 100svh; color: white; overflow: hidden; background: var(--blue); }
.hero-media, .hero-overlay { position: absolute; inset: 0; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: 52% 43%; filter: saturate(.72) contrast(1.03); }
.hero-overlay { background: linear-gradient(90deg, rgba(12, 23, 50, .92) 0%, rgba(16, 29, 58, .68) 42%, rgba(14, 28, 56, .18) 76%), linear-gradient(0deg, rgba(9, 19, 42, .5), transparent 40%); }
.hero-content { position: relative; z-index: 2; width: var(--page); margin: auto; padding-top: clamp(180px, 23vh, 250px); }
.eyebrow { margin-bottom: 26px; color: var(--orange); font-size: .75rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow.light { color: var(--orange); }
.hero h1 { max-width: 1000px; margin-bottom: 28px; font-size: clamp(3.4rem, 6.6vw, 7.4rem); font-weight: 450; }
.hero h1 em { color: var(--orange); font-style: normal; }
.hero-lead { max-width: 680px; margin-bottom: 38px; color: rgba(255,255,255,.82); font-size: clamp(1rem, 1.3vw, 1.25rem); line-height: 1.65; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 24px; border: 1px solid transparent; text-decoration: none; font-size: .78rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; cursor: pointer; transition: background .2s, color .2s, border .2s, transform .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--blue-deep); background: var(--orange); }
.button-primary:hover { background: var(--orange); }
.button-ghost { color: white; border-color: rgba(255,255,255,.55); background: transparent; }
.button-ghost:hover { color: var(--blue); background: white; }
.hero-index { position: absolute; z-index: 2; right: max(48px, calc((100vw - 1440px) / 2)); bottom: 44px; display: flex; align-items: center; gap: 12px; font-size: .68rem; letter-spacing: .12em; text-transform: uppercase; }
.hero-index div { width: 64px; height: 1px; background: var(--orange); }

.positioning-strip { display: grid; grid-template-columns: repeat(4, 1fr); padding: 0 max(48px, calc((100vw - 1440px) / 2)); color: var(--blue); background: var(--beige); }
.positioning-strip span { padding: 25px 18px; border-right: 1px solid rgba(0,21,79,.14); font-size: .71rem; font-weight: 700; letter-spacing: .11em; text-align: center; text-transform: uppercase; }
.positioning-strip span:last-child { border-right: 0; }

.section-heading { display: grid; grid-template-columns: 1.25fr .75fr; gap: 9vw; align-items: end; margin-bottom: 65px; }
.section-heading h2 { max-width: 900px; margin: 0; color: var(--blue); }
.section-heading > p { margin: 0 0 12px; color: var(--muted); }
.project-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px; background: var(--line); }
.editorial-project { min-width: 0; background: var(--ivory); }
.editorial-project a { display: block; height: 100%; color: inherit; text-decoration: none; }
.editorial-project img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; filter: saturate(.78); transition: transform .7s, filter .3s; }
.editorial-project:hover img { transform: scale(1.018); filter: saturate(.95); }
.editorial-project a > div { min-height: 280px; padding: 30px; }
.editorial-project span { color: var(--orange); font-size: .68rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.editorial-project h3 { margin: 48px 0 22px; color: var(--blue); font-size: clamp(1.45rem, 2vw, 2rem); line-height: 1.16; }
.editorial-project p { margin: 0; color: var(--muted); font-size: .8rem; }
.section-link { display: inline-flex; gap: 18px; margin-top: 42px; padding-bottom: 8px; border-bottom: 1px solid var(--orange); color: var(--blue); text-decoration: none; font-size: .75rem; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.section-link span { color: var(--orange); }

.expertise-editorial { background: var(--blue); }
.expertise-editorial > article { min-height: 720px; display: grid; grid-template-columns: 1.1fr .9fr; border-bottom: 1px solid rgba(255,255,255,.14); }
.expertise-editorial > article:nth-child(even) .expertise-editorial-image { order: 2; }
.expertise-editorial-image { min-height: 620px; overflow: hidden; }
.expertise-editorial-image img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.72); }
.expertise-editorial-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(55px, 8vw, 120px); color: white; }
.expertise-editorial-copy > span { margin-bottom: 52px; color: rgba(255,255,255,.42); font-size: .7rem; letter-spacing: .12em; text-transform: uppercase; }
.expertise-editorial-copy h2 { margin-bottom: 30px; font-size: clamp(2.6rem, 4.2vw, 5rem); }
.expertise-editorial-copy > p:not(.eyebrow) { color: rgba(255,255,255,.7); }
.expertise-editorial-copy ul { display: grid; grid-template-columns: 1fr 1fr; gap: 10px 18px; padding: 24px 0 0; margin: 24px 0 0; border-top: 1px solid rgba(255,255,255,.18); list-style: none; color: rgba(255,255,255,.78); font-size: .78rem; }
.expertise-editorial-copy li::before { content: "—"; margin-right: 8px; color: var(--orange); }

.work-with-us { display: grid; grid-template-columns: .9fr 1.1fr; min-height: 760px; color: white; background: var(--blue-deep); }
.work-with-us-image { overflow: hidden; }
.work-with-us-image img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.7); }
.work-with-us-copy { padding: clamp(65px, 8vw, 120px); }
.work-with-us-copy h2 { margin-bottom: 58px; }
.audiences { display: grid; gap: 0; }
.audiences > div { display: grid; grid-template-columns: .5fr 1fr; gap: 30px; padding: 25px 0; border-top: 1px solid rgba(255,255,255,.16); }
.audiences span { color: var(--orange); font-size: .72rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.audiences p { margin: 0; color: rgba(255,255,255,.68); font-size: .88rem; }

.leadership { display: grid; grid-template-columns: 1.05fr .65fr; gap: 10vw; align-items: center; }
.leadership-copy h2 { max-width: 760px; color: var(--blue); }
.leadership-copy > p:not(.eyebrow) { max-width: 680px; color: var(--muted); font-size: 1.02rem; }
.leadership-note { padding-left: 18px; border-left: 2px solid var(--orange); font-size: .78rem !important; }
.leadership-photo { margin: 0; }
.leadership-photo img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; object-position: center top; filter: saturate(.72); }
.leadership-photo figcaption { display: flex; justify-content: space-between; gap: 15px; padding: 18px 0; border-bottom: 1px solid var(--line); }
.leadership-photo strong { color: var(--blue); font-weight: 600; }
.leadership-photo span { color: var(--muted); font-size: .75rem; text-transform: uppercase; }
.recruitment-teaser { display: flex; justify-content: space-between; gap: 30px; padding: 30px max(48px, calc((100vw - 1280px) / 2)); color: var(--blue); background: var(--beige); }
.recruitment-teaser p { margin: 0; }
.recruitment-teaser a { color: var(--blue); font-size: .75rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.qualified-contact { padding-block: 130px; }
.contact-intro > p:not(.eyebrow) { max-width: 550px; color: rgba(255,255,255,.68); }
.contact-form .file-input { padding: 12px; border: 1px dashed rgba(31,48,84,.3); background: rgba(240,232,216,.35); cursor: pointer; }
.contact-form .file-input::file-selector-button { margin-right: 14px; padding: 9px 12px; border: 0; color: white; background: var(--blue); cursor: pointer; }

.section { width: var(--page); margin: auto; padding: 150px 0; }
.section-number { padding-bottom: 24px; border-bottom: 1px solid var(--line); color: var(--muted); font-size: .71rem; letter-spacing: .16em; text-transform: uppercase; }
.intro { display: grid; grid-template-columns: 1.2fr .8fr; gap: 10vw; }
.intro .section-number { grid-column: 1 / -1; }
.intro-copy { padding-top: 44px; }
.intro-copy h2 { margin: 0; color: var(--blue); }
.intro-text { padding-top: 92px; font-size: 1.05rem; color: var(--muted); }
.intro-text p + p { margin-top: 24px; }

.expertises { display: grid; grid-template-columns: repeat(2, 1fr); min-height: 980px; background: var(--blue); }
.expertise-card { position: relative; min-height: 500px; overflow: hidden; color: white; }
.expertise-large { grid-row: span 2; }
.expertise-card > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .8s cubic-bezier(.2,.7,.2,1); }
.expertise-card:hover > img { transform: scale(1.035); }
.card-shade { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(10,22,48,.9), rgba(10,22,48,.12) 70%); }
.expertise-content { position: absolute; inset: auto 0 0; padding: clamp(34px, 5vw, 72px); }
.expertise-content h3 { max-width: 600px; margin-bottom: 24px; }
.expertise-content ul { display: flex; flex-wrap: wrap; gap: 8px 20px; max-width: 620px; padding: 20px 0 0; margin: 0; border-top: 1px solid rgba(255,255,255,.25); list-style: none; color: rgba(255,255,255,.75); font-size: .82rem; }
.expertise-content li::before { content: "—"; margin-right: 8px; color: var(--orange); }
.card-number { position: absolute; right: 40px; bottom: 40px; color: rgba(255,255,255,.35); font-size: 4rem; font-weight: 300; }

.approach { display: grid; grid-template-columns: .82fr 1.18fr; gap: 11vw; }
.approach-heading { position: sticky; top: 120px; align-self: start; }
.approach-heading h2 { margin-bottom: 32px; color: var(--blue); font-size: clamp(2.7rem, 4.5vw, 5rem); }
.approach-heading > p:last-child { max-width: 500px; color: var(--muted); }
.steps { padding: 0; margin: 0; list-style: none; }
.steps li { display: grid; grid-template-columns: 80px 1fr; gap: 20px; padding: 38px 0; border-top: 1px solid var(--line); }
.steps li:last-child { border-bottom: 1px solid var(--line); }
.steps > li > span { color: var(--orange); font-size: .74rem; font-weight: 700; }
.steps h3 { margin-bottom: 12px; color: var(--blue); }
.steps p { max-width: 480px; margin: 0; color: var(--muted); }

.project-feature { display: grid; grid-template-columns: 1.2fr .8fr; min-height: 760px; background: var(--blue); }
.project-image { min-height: 620px; overflow: hidden; }
.project-image img { width: 100%; height: 100%; object-fit: cover; }
.project-copy { display: flex; flex-direction: column; justify-content: center; padding: 9vw 7vw; color: white; }
.project-copy h2 { margin-bottom: 36px; font-size: clamp(2.6rem, 4.5vw, 5.3rem); }
.project-copy > p:not(.eyebrow) { color: rgba(255,255,255,.72); }
.text-link { width: fit-content; margin-top: 34px; padding-bottom: 8px; border-bottom: 1px solid var(--orange); color: white; text-decoration: none; font-size: .78rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.text-link span { margin-left: 18px; color: var(--orange); }

.why .section-number { margin-bottom: 54px; }
.why-title { display: flex; align-items: end; justify-content: space-between; margin-bottom: 90px; }
.why-title .eyebrow { align-self: start; min-width: 200px; }
.why-title h2 { width: 70%; margin: 0; color: var(--blue); }
.why-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.why-grid article { min-height: 260px; padding: 34px; border-top: 1px solid var(--line); border-right: 1px solid var(--line); }
.why-grid article:nth-child(3) { border-right: 0; }
.why-grid article:nth-child(n+4) { border-bottom: 1px solid var(--line); }
.why-grid article span { color: var(--orange); font-size: .72rem; font-weight: 700; }
.why-grid h3 { margin: 54px 0 16px; color: var(--blue); font-size: 1.5rem; }
.why-grid p { color: var(--muted); font-size: .9rem; }

.gallery { display: grid; grid-template-columns: 1.25fr .8fr 1fr; height: 600px; }
.gallery figure { position: relative; margin: 0; overflow: hidden; background: var(--blue); }
.gallery img { width: 100%; height: 100%; object-fit: cover; transition: opacity .35s, transform .8s; }
.gallery figure:hover img { opacity: .78; transform: scale(1.025); }
.gallery figcaption { position: absolute; left: 24px; bottom: 20px; padding: 7px 10px; color: white; background: rgba(19,33,63,.85); font-size: .68rem; letter-spacing: .12em; text-transform: uppercase; }

.recruitment { background: var(--beige); }
.recruitment-intro { width: var(--page); display: grid; grid-template-columns: 1.2fr .8fr; gap: 10vw; margin: auto; padding: 150px 0 90px; }
.recruitment-heading h2 { max-width: 800px; margin-bottom: 34px; color: var(--blue); }
.recruitment-heading > p:last-child { max-width: 680px; color: var(--muted); font-size: 1.05rem; }
.recruitment-values { align-self: end; padding: 32px; border-left: 3px solid var(--orange); background: rgba(255,249,244,.55); }
.recruitment-values > span { display: block; margin-bottom: 20px; color: var(--blue); font-size: .72rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.recruitment-values ul { display: grid; gap: 11px; padding: 0; margin: 0; list-style: none; color: var(--muted); font-size: .9rem; }
.recruitment-values li::before { content: "—"; margin-right: 10px; color: var(--orange); }
.positions { width: var(--page); display: grid; grid-template-columns: repeat(4, 1fr); margin: 0 auto 120px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.positions-wide { grid-template-columns: repeat(4, 1fr); border-left: 1px solid var(--line); }
.position-card { min-height: 320px; padding: 34px 28px; border-right: 1px solid var(--line); }
.positions:not(.positions-wide) .position-card:last-child { border-right: 0; }
.positions-wide .position-card { border-bottom: 1px solid var(--line); }
.positions-wide .position-card:nth-last-child(-n+3) { border-bottom: 0; }
.position-card > span { color: var(--orange); font-size: .72rem; font-weight: 700; }
.position-card h3 { margin: 70px 0 20px; color: var(--blue); font-size: 1.65rem; }
.position-card p { margin: 0; color: var(--muted); font-size: .88rem; }
.application { display: grid; grid-template-columns: .9fr 1.1fr; gap: 8vw; padding: 120px max(48px, calc((100vw - 1280px) / 2)); color: white; background: var(--blue); }
.application-copy { align-self: center; }
.application-copy h2 { margin-bottom: 30px; font-size: clamp(2.7rem, 4.5vw, 5rem); }
.application-copy > p:not(.eyebrow) { max-width: 570px; color: rgba(255,255,255,.72); }
.application-location { margin-top: 38px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.18); font-size: .75rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.application-form { padding: 50px; color: var(--ink); background: var(--ivory); }
.application-form label { display: block; margin-bottom: 22px; color: var(--blue); font-size: .7rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.application-form input, .application-form textarea, .application-form select { width: 100%; margin-top: 8px; padding: 12px 0; border: 0; border-bottom: 1px solid rgba(31,48,84,.3); border-radius: 0; outline: 0; color: var(--ink); background: transparent; resize: vertical; text-transform: none; }
.application-form input:focus, .application-form textarea:focus, .application-form select:focus { border-color: var(--orange); }
.application-form .button { border: 0; }
.form-trap { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; opacity: 0 !important; pointer-events: none !important; }
.application-form .file-input { padding: 12px; border: 1px dashed rgba(31,48,84,.3); background: rgba(238,229,217,.35); cursor: pointer; }
.application-form .file-input::file-selector-button { margin-right: 14px; padding: 9px 12px; border: 0; color: white; background: var(--blue); cursor: pointer; }
.application-form .consent, .contact-form .consent { display: flex; gap: 12px; align-items: flex-start; color: var(--muted); font-size: .72rem; font-weight: 500; letter-spacing: 0; line-height: 1.45; text-transform: none; cursor: pointer; }
.application-form .consent input, .contact-form .consent input { flex: 0 0 auto; width: 16px; height: 16px; margin: 2px 0 0; accent-color: var(--orange); }
.button:disabled { opacity: .55; cursor: wait; transform: none; }

.contact { width: 100%; display: grid; grid-template-columns: .9fr 1.1fr; gap: 9vw; padding-inline: max(48px, calc((100vw - 1280px) / 2)); color: white; background: var(--blue-deep); }
.contact-intro h2 { margin-bottom: 62px; font-size: clamp(2.8rem, 5vw, 5.6rem); }
.contact-details { display: grid; gap: 24px; }
.contact-details div { padding-top: 18px; border-top: 1px solid rgba(255,255,255,.15); }
.contact-details span { display: block; margin-bottom: 6px; color: rgba(255,255,255,.52); font-size: .7rem; letter-spacing: .12em; text-transform: uppercase; }
.contact-details a, .contact-details strong { color: white; font-size: .95rem; font-weight: 500; text-decoration: none; }
.contact-form { align-self: center; padding: 54px; color: var(--ink); background: var(--ivory); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.contact-form label { display: block; margin-bottom: 22px; color: var(--blue); font-size: .7rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.contact-form input, .contact-form textarea, .contact-form select { width: 100%; margin-top: 8px; padding: 12px 0; border: 0; border-bottom: 1px solid rgba(31,48,84,.3); border-radius: 0; outline: 0; color: var(--ink); background: transparent; resize: vertical; text-transform: none; }
.contact-form input:focus, .contact-form textarea:focus, .contact-form select:focus { border-color: var(--orange); }
.contact-form .button { border: 0; }
.form-note { margin: 18px 0 0; color: var(--muted); font-size: .72rem; }
.form-note.form-success { color: var(--blue); font-weight: 700; }
.form-note.form-error { color: var(--orange); font-weight: 700; }

footer { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 48px; padding: 42px max(48px, calc((100vw - 1440px) / 2)); color: white; background: var(--blue); }
.footer-brand { width: 120px; height: 68px; overflow: hidden; display: grid; place-items: center; }
.footer-brand img { width: 130px; }
footer p { margin: 0; color: rgba(255,255,255,.54); font-size: .7rem; letter-spacing: .1em; text-transform: uppercase; }
footer > div { display: flex; gap: 28px; font-size: .72rem; }
footer a { text-decoration: none; }

.realisations-page { background: var(--ivory); }
.realisations-page .site-header { color: var(--blue); }
.realisations-page .realisations-hero { width: var(--page); display: grid; grid-template-columns: 1.2fr .8fr; gap: 10vw; align-items: end; margin: auto; padding: 210px 0 110px; border-bottom: 1px solid var(--line); }
.realisations-page .recruitment-hero { position: relative; overflow: hidden; min-height: 640px; width: 100%; padding: 210px max(48px, calc((100vw - 1280px) / 2)) 110px; border-bottom: 0; background: var(--blue); }
.recruitment-hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(31,48,84,.92), rgba(31,48,84,.74)), url("/assets/images/equipe-chantier.webp") center / cover no-repeat; opacity: .94; }
.recruitment-hero::after { content: "ÉQUIPE CHANTIER"; position: absolute; left: max(24px, calc((100vw - 1280px) / 2)); bottom: -16px; color: rgba(255,249,244,.08); font-size: clamp(4rem, 12vw, 12rem); font-weight: 900; letter-spacing: -.06em; line-height: .8; white-space: nowrap; }
.recruitment-hero > div { position: relative; z-index: 1; }
.recruitment-hero h1 { color: white; }
.recruitment-hero .realisations-lead > p { color: rgba(255,249,244,.8); font-weight: 650; }
.realisations-hero h1 { margin: 0; color: var(--blue); font-size: clamp(4.2rem, 8vw, 9rem); font-weight: 450; }
.realisations-lead { padding-bottom: 15px; }
.realisations-lead > p { margin-bottom: 34px; color: var(--muted); font-size: 1.08rem; }
.realisations-link { display: inline-flex; gap: 14px; align-items: center; padding-bottom: 7px; border-bottom: 1px solid var(--orange); color: var(--blue); text-decoration: none; font-size: .76rem; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.realisations-link span { color: var(--orange); }
.realisations-feed { width: var(--page); margin: auto; padding: 110px 0 150px; }
.feed-heading { display: grid; grid-template-columns: 1fr .65fr; gap: 8vw; align-items: end; margin-bottom: 50px; }
.feed-heading h2 { margin: 0; color: var(--blue); }
.feed-heading > p { margin: 0 0 10px; color: var(--muted); }
.feed-status { margin-bottom: 24px; color: var(--muted); font-size: .72rem; letter-spacing: .08em; text-transform: uppercase; }
.realisations-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; background: transparent; }
.realisation-card { min-width: 0; display: block; width: 100%; padding: 0; border: 0; color: inherit; background: var(--ivory); text-align: left; cursor: pointer; }
.realisation-media { position: relative; aspect-ratio: 1 / 1; overflow: hidden; background: var(--beige); }
.realisation-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s ease, filter .4s ease; }
.realisation-card:hover img { transform: scale(1.025); filter: saturate(.8); }
.realisation-card:focus-visible { outline: 3px solid var(--orange); outline-offset: 4px; }
.media-badge { position: absolute; top: 16px; right: 16px; padding: 6px 9px; color: white; background: rgba(19,33,63,.88); font-size: .65rem; letter-spacing: .08em; text-transform: uppercase; }
.realisation-copy { flex: 1; min-height: 210px; padding: 24px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); border-left: 1px solid var(--line); }
.realisation-copy > span { color: var(--orange); font-size: .68rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.realisation-copy h3 { margin: 42px 0 20px; color: var(--blue); font-size: 1.4rem; line-height: 1.25; }
.realisation-copy p { margin: 0; color: var(--muted); font-size: .88rem; }
.realisation-copy em { display: inline-block; margin-top: 26px; padding-bottom: 5px; border-bottom: 1px solid var(--orange); color: var(--blue); font-size: .66rem; font-style: normal; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.realisation-copy dl { display: grid; gap: 0; margin: 28px 0; }
.realisation-copy dl div { padding: 14px 0; border-top: 1px solid var(--line); }
.realisation-copy dt { margin-bottom: 5px; color: var(--blue); font-size: .62rem; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.realisation-copy dd { margin: 0; color: var(--muted); font-size: .8rem; line-height: 1.5; }
.realisation-copy > a { display: inline-block; padding-bottom: 6px; border-bottom: 1px solid var(--orange); color: var(--blue); font-size: .68rem; font-weight: 700; letter-spacing: .07em; text-decoration: none; text-transform: uppercase; }
.realisation-detail { position: relative; display: grid; grid-template-columns: 1.05fr .95fr; gap: 0; margin-top: 42px; color: white; background: var(--blue); }
.realisation-detail-close { position: absolute; z-index: 2; top: 18px; right: 18px; padding: 10px 13px; border: 1px solid rgba(255,255,255,.35); color: white; background: rgba(31,48,84,.78); font-size: .66rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; cursor: pointer; }
.realisation-detail-media { min-height: 620px; }
.realisation-detail-media img { width: 100%; height: 100%; object-fit: cover; }
.realisation-detail-copy { padding: clamp(42px, 6vw, 78px); }
.realisation-detail-copy > span { color: var(--orange); font-size: .72rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.realisation-detail-copy h2 { margin: 22px 0 44px; color: white; font-size: clamp(2.3rem, 4vw, 4.7rem); font-weight: 750; }
.realisation-detail-copy dl { margin: 0; }
.realisation-detail-copy div { display: grid; grid-template-columns: .45fr 1fr; gap: 28px; padding: 19px 0; border-top: 1px solid rgba(255,255,255,.18); }
.realisation-detail-copy dt { color: var(--orange); font-size: .68rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.realisation-detail-copy dd { margin: 0; color: rgba(255,255,255,.76); font-size: .94rem; line-height: 1.55; }
.realisations-cta { padding: 130px max(48px, calc((100vw - 1280px) / 2)); color: white; background: var(--blue); }
.realisations-cta h2 { max-width: 900px; margin-bottom: 45px; }

.legal-page, .case-study-page, .error-page { background: var(--ivory); }
.legal-content { width: min(820px, calc(100vw - 40px)); margin: auto; padding: 90px 0 130px; }
.legal-content > a { display: inline-block; margin-bottom: 80px; color: var(--blue); font-size: .72rem; font-weight: 700; text-decoration: none; text-transform: uppercase; }
.legal-content h1 { margin: 0 0 65px; color: var(--blue); font-size: clamp(3.5rem, 8vw, 7rem); font-weight: 450; }
.legal-content h2 { margin: 50px 0 15px; padding-top: 25px; border-top: 1px solid var(--line); color: var(--blue); font-size: 1.45rem; }
.legal-content p { color: var(--muted); }
.legal-notice { padding: 20px; border-left: 3px solid var(--orange); color: var(--blue); background: var(--beige); font-weight: 600; }

.case-cover { position: relative; min-height: 78vh; display: grid; align-items: end; overflow: hidden; color: white; background: var(--blue); }
.case-cover::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(0,13,51,.9), rgba(0,13,51,.12)); }
.case-cover > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.case-cover > div { position: relative; z-index: 1; width: var(--page); margin: 0 auto; padding: 100px 0; }
.case-cover h1 { max-width: 1000px; margin: 20px 0; font-size: clamp(3.5rem, 8vw, 8rem); }
.case-content { width: var(--page); display: grid; grid-template-columns: .65fr 1.35fr; gap: 10vw; margin: auto; padding: 130px 0; }
.case-content aside { align-self: start; padding: 30px; background: var(--beige); }
.case-content aside h2 { color: var(--blue); }
.case-content aside dt { margin-top: 20px; color: var(--blue); font-size: .66rem; font-weight: 700; text-transform: uppercase; }
.case-content aside dd { margin: 4px 0 0; color: var(--muted); }
.case-content article h2 { margin: 55px 0 18px; color: var(--blue); font-size: clamp(2rem, 4vw, 3.5rem); }
.case-content article p { color: var(--muted); }
.case-gallery { display: grid; grid-template-columns: 1fr 1fr; gap: 2px; margin: 60px 0; }
.case-gallery img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; }

.error-page { min-height: 100vh; display: grid; place-items: center; }
.error-page main { width: min(760px, calc(100vw - 40px)); padding: 60px 0; text-align: center; }
.error-page img { width: 150px; margin-bottom: 50px; }
.error-page h1 { color: var(--blue); font-size: clamp(3rem, 8vw, 7rem); }
.error-page main > p:not(.eyebrow) { margin-bottom: 35px; color: var(--muted); }

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

@media (max-width: 960px) {
  :root { --page: calc(100vw - 48px); }
  .site-header { height: 76px; padding-inline: 24px; }
  .brand { width: 120px; }
  .menu-toggle { position: relative; z-index: 2; display: grid; gap: 7px; width: 44px; height: 44px; place-content: center; }
  .menu-toggle span:not(.sr-only) { width: 24px; height: 1px; background: currentColor; transition: transform .25s; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(4px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { transform: translateY(-4px) rotate(-45deg); }
  .main-nav { position: fixed; inset: 0; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; gap: 28px; padding: 80px 36px; color: white; background: var(--blue-deep); transform: translateX(100%); transition: transform .35s; }
  .main-nav.open { transform: none; }
  .main-nav a { font-size: 1.25rem; }
  .site-header.menu-open { color: white; }
  .site-header.menu-open .logo-dark-bg { opacity: 1; }
  .site-header.menu-open .logo-light-bg { opacity: 0; }
  .hero { min-height: 760px; }
  .hero-content { padding-top: 180px; }
  .hero-index { display: none; }
  .section { padding-block: 100px; }
  .positioning-strip { grid-template-columns: repeat(2, 1fr); padding: 0; }
  .positioning-strip span:nth-child(2) { border-right: 0; }
  .positioning-strip span:nth-child(-n+2) { border-bottom: 1px solid rgba(0,21,79,.14); }
  .section-heading { grid-template-columns: 1fr; gap: 28px; }
  .project-cards { grid-template-columns: 1fr; }
  .editorial-project { display: grid; grid-template-columns: .8fr 1.2fr; }
  .editorial-project a { display: contents; }
  .editorial-project img { height: 100%; aspect-ratio: auto; }
  .expertise-editorial > article { grid-template-columns: 1fr; }
  .expertise-editorial > article:nth-child(even) .expertise-editorial-image { order: 0; }
  .expertise-editorial-image { min-height: 520px; }
  .work-with-us { grid-template-columns: 1fr; }
  .work-with-us-image { min-height: 540px; }
  .leadership { grid-template-columns: 1fr; }
  .leadership-photo { max-width: 560px; }
  .intro, .approach { grid-template-columns: 1fr; gap: 30px; }
  .intro-text { padding-top: 0; }
  .expertises { grid-template-columns: 1fr; }
  .expertise-large { grid-row: auto; }
  .expertise-card { min-height: 620px; }
  .approach-heading { position: static; }
  .project-feature { grid-template-columns: 1fr; }
  .project-copy { min-height: 600px; padding: 72px 36px; }
  .why-title { display: block; }
  .why-title h2 { width: 100%; }
  .why-grid { grid-template-columns: repeat(2, 1fr); }
  .why-grid article:nth-child(3) { border-right: 1px solid var(--line); }
  .gallery { height: auto; grid-template-columns: 1fr 1fr; }
  .gallery figure { height: 440px; }
  .gallery figure:last-child { grid-column: 1 / -1; }
  .recruitment-intro { grid-template-columns: 1fr; gap: 40px; padding-block: 100px 70px; }
  .positions { grid-template-columns: repeat(2, 1fr); margin-bottom: 90px; }
  .positions-wide { grid-template-columns: repeat(2, 1fr); }
  .position-card:nth-child(2) { border-right: 0; }
  .position-card:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .positions-wide .position-card:nth-child(2n) { border-right: 0; }
  .positions-wide .position-card:nth-last-child(-n+3) { border-bottom: 1px solid var(--line); }
  .positions-wide .position-card:last-child { border-bottom: 0; }
  .application { grid-template-columns: 1fr; padding: 90px 24px; }
  .contact { grid-template-columns: 1fr; padding-inline: 24px; }
  .realisations-page .realisations-hero { grid-template-columns: 1fr; gap: 50px; padding-top: 170px; }
  .realisations-page .recruitment-hero { padding-inline: 24px; }
  .feed-heading { grid-template-columns: 1fr; gap: 25px; }
  .realisations-grid { grid-template-columns: repeat(2, 1fr); }
  .realisation-detail { grid-template-columns: 1fr; }
  .realisation-detail-media { min-height: 520px; }
  .case-content { grid-template-columns: 1fr; }
  footer { grid-template-columns: 1fr auto; }
  footer p { display: none; }
}

@media (max-width: 600px) {
  :root { --page: calc(100vw - 36px); }
  h2 { font-size: 2.65rem; }
  .hero h1 { font-size: clamp(3rem, 13vw, 4.3rem); }
  .hero-overlay { background: linear-gradient(90deg, rgba(12,23,50,.92), rgba(16,29,58,.48)), linear-gradient(0deg, rgba(9,19,42,.55), transparent); }
  .hero-content { padding-top: 145px; }
  .hero-actions { display: grid; }
  .positioning-strip { grid-template-columns: 1fr; }
  .positioning-strip span { border-right: 0; border-bottom: 1px solid rgba(0,21,79,.14); }
  .editorial-project { display: block; }
  .editorial-project a { display: block; }
  .editorial-project img { aspect-ratio: 4 / 5; }
  .expertise-editorial-image { min-height: 430px; }
  .expertise-editorial-copy { padding: 58px 22px; }
  .expertise-editorial-copy ul { grid-template-columns: 1fr; }
  .work-with-us-image { min-height: 420px; }
  .work-with-us-copy { padding: 65px 22px; }
  .audiences > div { grid-template-columns: 1fr; gap: 9px; }
  .leadership-photo { max-width: none; }
  .recruitment-teaser { display: block; padding: 26px 18px; }
  .recruitment-teaser a { display: inline-block; margin-top: 12px; }
  .qualified-contact { padding-block: 90px; }
  .expertise-card { min-height: 680px; }
  .expertise-content { padding: 28px 20px; }
  .card-number { right: 22px; bottom: 22px; font-size: 2.8rem; }
  .steps li { grid-template-columns: 48px 1fr; }
  .why-title { margin-bottom: 50px; }
  .why-grid { grid-template-columns: 1fr; }
  .why-grid article { border-right: 0 !important; border-bottom: 0 !important; }
  .why-grid article:last-child { border-bottom: 1px solid var(--line) !important; }
  .gallery { grid-template-columns: 1fr; }
  .gallery figure, .gallery figure:last-child { grid-column: auto; height: 430px; }
  .positions { grid-template-columns: 1fr; }
  .position-card { min-height: 260px; border-right: 0; border-bottom: 1px solid var(--line); }
  .position-card:last-child { border-bottom: 0; }
  .positions-wide .position-card { border-right: 0; border-bottom: 1px solid var(--line) !important; }
  .positions-wide .position-card:last-child { border-bottom: 0 !important; }
  .position-card h3 { margin-top: 42px; }
  .application-form { padding: 32px 22px; }
  .contact-form { padding: 32px 22px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .realisations-page .realisations-hero { padding-block: 135px 75px; }
  .realisations-page .recruitment-hero { min-height: 560px; padding-block: 135px 80px; }
  .recruitment-hero::after { bottom: -6px; white-space: normal; }
  .realisations-hero h1 { font-size: 4rem; }
  .realisations-feed { padding-block: 80px 100px; }
  .realisations-grid { grid-template-columns: 1fr; }
  .realisation-copy { min-height: 205px; }
  .realisation-detail-media { min-height: 360px; }
  .realisation-detail-copy { padding: 34px 22px; }
  .realisation-detail-copy div { grid-template-columns: 1fr; gap: 5px; }
  .realisations-cta { padding: 90px 24px; }
  .case-cover > div { padding: 70px 0; }
  .case-content { padding-block: 80px; }
  .case-gallery { grid-template-columns: 1fr; }
  footer { display: block; padding-inline: 24px; }
  footer > div { justify-content: space-between; margin-top: 24px; }
}

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

/* Accueil terrain */
.terrain-home { background: var(--beige); }
.field-kicker { margin-bottom: 20px; color: var(--orange); font-size: .72rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.field-hero { position: relative; min-height: 780px; height: 100svh; overflow: hidden; color: white; background: var(--blue-deep); }
.field-hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.field-hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,13,51,.93) 0%, rgba(0,13,51,.66) 40%, rgba(0,13,51,.12) 75%), linear-gradient(0deg, rgba(0,13,51,.72), transparent 45%); }
.field-hero-content { position: relative; z-index: 2; width: var(--page); margin: auto; padding-top: clamp(190px, 26vh, 270px); }
.field-hero h1 { max-width: 1080px; margin-bottom: 25px; font-size: clamp(3.4rem, 7vw, 7.7rem); font-weight: 750; letter-spacing: -.055em; }
.field-hero h1 strong { color: var(--orange); font-weight: 750; }
.field-hero-content > p:not(.field-kicker) { max-width: 640px; margin-bottom: 34px; font-size: clamp(1.05rem, 1.5vw, 1.35rem); font-weight: 600; }
.field-hero-stamp { position: absolute; z-index: 2; right: max(48px, calc((100vw - 1440px) / 2)); bottom: 46px; padding-left: 20px; border-left: 4px solid var(--orange); font-size: 1rem; font-weight: 800; letter-spacing: .12em; line-height: 1.1; text-transform: uppercase; }
.field-hero-stamp span { font-size: .58rem; font-weight: 600; letter-spacing: .08em; }

.capacity-bar { display: grid; grid-template-columns: repeat(4, 1fr); color: white; background: var(--blue); }
.capacity-bar div { min-height: 150px; display: flex; flex-direction: column; justify-content: center; padding: 28px max(24px, 3vw); border-right: 1px solid rgba(255,255,255,.16); }
.capacity-bar div:last-child { border-right: 0; }
.capacity-bar strong { color: var(--orange); font-size: clamp(1.8rem, 3vw, 3.2rem); font-weight: 800; letter-spacing: -.04em; line-height: 1; }
.capacity-bar span { margin-top: 11px; color: rgba(255,255,255,.72); font-size: .7rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }

.field-projects { padding: 110px max(48px, calc((100vw - 1440px) / 2)) 130px; }
.field-section-head { display: flex; align-items: end; justify-content: space-between; gap: 50px; margin-bottom: 45px; }
.field-section-head span { color: var(--orange); font-size: .72rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.field-section-head h2 { margin: 12px 0 0; color: var(--blue); font-size: clamp(3rem, 6vw, 6.5rem); font-weight: 750; }
.field-section-head > a { margin-bottom: 12px; padding-bottom: 7px; border-bottom: 2px solid var(--orange); color: var(--blue); font-size: .73rem; font-weight: 800; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
.field-project-grid { display: grid; grid-template-columns: 1.4fr .8fr; grid-template-rows: repeat(2, minmax(320px, 38vh)); gap: 8px; }
.field-project { position: relative; min-height: 0; overflow: hidden; color: white; background: var(--blue); text-decoration: none; }
.field-project-main { grid-row: 1 / 3; }
.field-project img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.field-project::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(0,13,51,.88), transparent 62%); }
.field-project:hover img { transform: scale(1.025); }
.field-project > div { position: absolute; z-index: 1; right: 0; bottom: 0; left: 0; padding: clamp(24px, 4vw, 48px); }
.field-project span { color: var(--orange); font-size: .7rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.field-project h3 { max-width: 700px; margin: 12px 0 0; font-size: clamp(1.4rem, 2.7vw, 3.2rem); font-weight: 750; }

.field-expertises { padding: 120px max(48px, calc((100vw - 1440px) / 2)); color: white; background: var(--blue-deep); }
.field-section-head-light h2 { color: white; }
.field-section-head-light > p { max-width: 460px; margin: 0 0 10px; color: rgba(255,255,255,.68); font-weight: 600; }
.trade-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.trade-grid article { background: var(--blue); }
.trade-grid article > img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.trade-grid article > div { min-height: 310px; padding: 32px; }
.trade-grid b { color: var(--orange); font-size: .72rem; }
.trade-grid h3 { margin: 45px 0 24px; font-size: clamp(1.8rem, 3vw, 3.1rem); font-weight: 750; }
.trade-grid ul { display: grid; gap: 8px; padding: 20px 0 0; margin: 0; border-top: 1px solid rgba(255,255,255,.18); list-style: none; color: rgba(255,255,255,.7); font-size: .82rem; }
.trade-grid li::before { content: "+"; margin-right: 9px; color: var(--orange); font-weight: 800; }

.field-company { display: grid; grid-template-columns: 1.2fr .8fr; min-height: 760px; background: var(--beige); }
.company-visual { position: relative; min-height: 650px; overflow: hidden; }
.company-visual > img { width: 100%; height: 100%; object-fit: cover; }
.company-visual > span { position: absolute; right: 25px; bottom: 25px; padding: 10px 14px; color: white; background: var(--blue); font-size: .65rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.company-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(55px, 7vw, 110px); }
.company-copy h2 { color: var(--blue); font-size: clamp(3rem, 5vw, 5.5rem); font-weight: 750; }
.company-copy > p:not(.field-kicker) { max-width: 580px; color: var(--muted); font-size: 1.04rem; font-weight: 550; }
.company-proof { display: grid; grid-template-columns: 105px 1fr; gap: 22px; align-items: center; margin-top: 35px; padding-top: 28px; border-top: 1px solid rgba(0,21,79,.2); }
.company-proof img { width: 105px; height: 105px; object-fit: cover; }
.company-proof strong, .company-proof span { display: block; }
.company-proof strong { color: var(--blue); font-size: 1.05rem; }
.company-proof span { color: var(--orange); font-size: .68rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.company-proof p { margin: 8px 0 0; color: var(--muted); font-size: .78rem; line-height: 1.4; }

.field-contact { display: grid; grid-template-columns: .85fr 1.15fr; gap: 8vw; padding: 120px max(48px, calc((100vw - 1280px) / 2)); color: white; background: var(--blue); }
.field-contact-copy h2 { margin-bottom: 25px; font-size: clamp(3.5rem, 7vw, 7rem); font-weight: 800; }
.field-contact-copy > p:not(.field-kicker) { max-width: 520px; color: rgba(255,255,255,.72); font-weight: 600; }
.field-contact-copy > a { display: block; width: fit-content; margin-top: 20px; color: white; font-size: clamp(1.1rem, 2vw, 1.7rem); font-weight: 750; text-decoration: none; }
.field-contact-copy > span { display: block; margin-top: 42px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.2); color: rgba(255,255,255,.66); font-size: .72rem; font-weight: 700; text-transform: uppercase; }
.field-form { padding: clamp(30px, 4vw, 52px); }

@media (max-width: 960px) {
  .field-hero { min-height: 720px; }
  .field-hero-stamp { display: none; }
  .capacity-bar { grid-template-columns: repeat(2, 1fr); }
  .capacity-bar div:nth-child(2) { border-right: 0; }
  .capacity-bar div:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.16); }
  .field-project-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 520px 360px; }
  .field-project-main { grid-column: 1 / 3; grid-row: auto; }
  .trade-grid { grid-template-columns: 1fr; }
  .trade-grid article { display: grid; grid-template-columns: .8fr 1.2fr; }
  .trade-grid article > img { height: 100%; aspect-ratio: auto; }
  .field-company, .field-contact { grid-template-columns: 1fr; }
  .company-visual { min-height: 600px; }
}

@media (max-width: 600px) {
  .field-hero { min-height: 680px; }
  .field-hero-shade { background: linear-gradient(90deg, rgba(0,13,51,.9), rgba(0,13,51,.35)), linear-gradient(0deg, rgba(0,13,51,.8), transparent 55%); }
  .field-hero-content { padding-top: 150px; }
  .field-hero h1 { font-size: clamp(3rem, 14vw, 4.4rem); }
  .capacity-bar div { min-height: 125px; padding: 22px 18px; }
  .field-projects, .field-expertises { padding: 80px 18px; }
  .field-section-head { display: block; }
  .field-section-head > a { display: inline-block; margin-top: 25px; }
  .field-project-grid { display: grid; grid-template-columns: 1fr; grid-template-rows: repeat(3, 430px); }
  .field-project-main { grid-column: auto; }
  .trade-grid article { display: block; }
  .trade-grid article > img { aspect-ratio: 4 / 3; }
  .trade-grid article > div { min-height: 280px; }
  .company-visual { min-height: 430px; }
  .company-copy { padding: 65px 22px; }
  .company-proof { grid-template-columns: 82px 1fr; }
  .company-proof img { width: 82px; height: 82px; }
  .field-contact { padding: 80px 18px; }
}
