﻿/*
Theme Name: PRODEAL Moderne
Theme URI: https://www.groupe-prodeal.com/
Author: Groupe PRODEAL
Description: Thème WordPress sur mesure du Groupe PRODEAL : catalogues, marques, actualités, bureau d'étude et questionnaires.
Version: 1.0.0
Requires at least: 6.5
Requires PHP: 8.1
Text Domain: prodeal-modern
*/

:root {
  --navy: #071525;
  --navy-2: #0b2137;
  --cyan: #08b7d4;
  --cyan-soft: #bcebf2;
  --paper: #f2f4f3;
  --ink: #0a1725;
  --muted: #687581;
  --line: rgba(10, 23, 37, .14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Arial, Helvetica, sans-serif; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { color: inherit; }

.topline {
  height: 32px; padding: 0 clamp(24px, 5vw, 84px); display: flex; align-items: center; justify-content: space-between;
  background: var(--navy); color: #b7c4ce; font-size: 10px; letter-spacing: .18em; text-transform: uppercase;
}
.topline a { color: white; letter-spacing: .1em; }
.header {
  height: 86px; padding: 0 clamp(24px, 5vw, 84px); display: flex; align-items: center; justify-content: space-between;
  background: rgba(242,244,243,.97); border-bottom: 1px solid var(--line); position: sticky; top: 0; z-index: 50;
}
.brand img { display: block; width: 176px; height: 58px; object-fit: contain; }
.nav { display: flex; align-items: center; gap: clamp(8px, 1.1vw, 20px); font-size: 10px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.nav > a:not(.nav-contact), .catalog-nav > button { transition: color .2s ease; }
.nav > a:not(.nav-contact):hover, .catalog-nav > button:hover { color: var(--cyan); }
.catalog-nav { position: relative; }
.catalog-nav > button { background: none; border: 0; padding: 32px 0; font-size: inherit; font-weight: inherit; letter-spacing: inherit; text-transform: inherit; cursor: pointer; }
.catalog-nav button span { color: var(--cyan); margin-left: 4px; }
.catalog-menu {
  position: absolute; right: -40px; top: 72px; width: 330px; background: white; padding: 26px; box-shadow: 0 24px 70px rgba(0,0,0,.18);
  border-top: 3px solid var(--cyan);
}
.catalog-menu p { margin: 0 0 15px; color: var(--muted); font-size: 10px; letter-spacing: .16em; text-transform: uppercase; }
.catalog-menu a { display: block; padding: 13px 0; border-bottom: 1px solid var(--line); font-size: 12px; line-height: 1.35; }
.catalog-menu a span { display: block; margin: 0 0 4px; color: var(--cyan); font-size: 9px; }
.catalog-menu .all-catalogues { padding: 18px 0 0; border: 0; color: var(--cyan); }
.nav-contact, .button {
  display: inline-flex; align-items: center; justify-content: space-between; gap: 24px; min-height: 48px; padding: 0 22px;
  background: var(--navy); color: white; letter-spacing: .08em; text-transform: uppercase; font-weight: 700; font-size: 11px;
}
.menu-toggle { display: none; }

.hero { min-height: calc(100vh - 118px); position: relative; display: flex; align-items: center; overflow: hidden; background: var(--navy); color: white; }
.hero-image { position: absolute; inset: 0; background: url('assets/images/hero-industrie.jpg') center/cover no-repeat; transform: scale(1.01); }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,18,32,.96) 0%, rgba(5,18,32,.76) 43%, rgba(5,18,32,.08) 78%), linear-gradient(0deg, rgba(5,18,32,.48), transparent 60%); }
.hero-content { position: relative; z-index: 2; width: min(760px, 72vw); padding: 80px 0 100px clamp(24px, 8vw, 136px); }
.eyebrow, .section-kicker { margin: 0 0 28px; color: var(--cyan); font-size: 10px; font-weight: 700; letter-spacing: .22em; text-transform: uppercase; }
.eyebrow { display: flex; align-items: center; gap: 12px; color: #c4d2dc; }
.eyebrow span { width: 34px; height: 1px; background: var(--cyan); }
.hero h1 { margin: 0; font-size: clamp(58px, 7.4vw, 116px); line-height: .84; letter-spacing: -.065em; font-weight: 800; text-transform: uppercase; }
.hero h1 em, .project-cta h2 em { color: var(--cyan); font-style: normal; font-weight: 300; }
.hero-lead { max-width: 580px; margin: 34px 0 0; color: #d5dde3; font-size: clamp(16px, 1.5vw, 21px); line-height: 1.55; }
.hero-actions { display: flex; align-items: center; gap: 34px; margin-top: 40px; }
.button-light { background: white; color: var(--navy); min-width: 250px; }
.button span { font-size: 19px; color: var(--cyan); }
.text-link { padding-bottom: 7px; border-bottom: 1px solid rgba(255,255,255,.35); font-size: 11px; letter-spacing: .1em; text-transform: uppercase; }
.text-link span { color: var(--cyan); padding-left: 10px; }
.hero-stat { position: absolute; right: clamp(24px, 6vw, 100px); bottom: 70px; z-index: 2; display: flex; align-items: center; gap: 16px; }
.hero-stat strong { font-size: 44px; color: var(--cyan); letter-spacing: -.06em; }
.hero-stat span { border-left: 1px solid rgba(255,255,255,.4); padding-left: 16px; font-size: 10px; line-height: 1.5; letter-spacing: .1em; text-transform: uppercase; }
.scroll-cue { position: absolute; z-index: 2; left: 30px; bottom: 62px; writing-mode: vertical-rl; font-size: 9px; letter-spacing: .18em; text-transform: uppercase; color: #9caab5; }
.scroll-cue span { color: var(--cyan); margin-top: 14px; }

.statement { padding: 130px clamp(24px, 8vw, 136px) 80px; display: grid; grid-template-columns: 1fr 4fr; gap: 50px; }
.statement h2, .catalog-intro h2 { max-width: 900px; margin: 0; font-size: clamp(40px, 5.2vw, 76px); line-height: 1.02; letter-spacing: -.055em; text-transform: uppercase; }
.statement h2 span, .catalog-intro h2 span { color: #8a969e; font-weight: 300; }
.statement > div > p { max-width: 580px; margin: 30px 0 0 auto; color: var(--muted); font-size: 17px; line-height: 1.7; }
.expertise-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin: 0 clamp(24px, 8vw, 136px) 130px; border-top: 1px solid var(--line); }
.expertise-grid article { position: relative; min-height: 285px; padding: 34px 40px; border-right: 1px solid var(--line); }
.expertise-grid article:first-child { border-left: 1px solid var(--line); }
.expertise-grid article > span { color: var(--cyan); font-size: 10px; letter-spacing: .14em; }
.expertise-grid h3 { margin: 46px 0 14px; font-size: 28px; text-transform: uppercase; }
.expertise-grid p { max-width: 290px; color: var(--muted); font-size: 14px; line-height: 1.65; }
.expertise-grid a { position: absolute; right: 30px; bottom: 30px; color: var(--cyan); font-size: 20px; }

.development { padding: 125px clamp(24px, 6vw, 100px); background: #e7ecec; }
.development-head { display: grid; grid-template-columns: 1.5fr .7fr; align-items: end; gap: 8vw; margin-bottom: 60px; }
.development-head h2 { margin: 0; font-size: clamp(42px, 5vw, 72px); line-height: .98; letter-spacing: -.055em; text-transform: uppercase; }
.development-head h2 span { color: #849199; font-weight: 300; }
.development-head > p { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.75; }
.development-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.development-card { background: white; }
.development-image { position: relative; height: 350px; overflow: hidden; background: var(--navy); }
.development-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.development-card:hover .development-image img { transform: scale(1.035); }
.development-image span { position: absolute; top: 20px; left: 20px; display: grid; width: 34px; height: 34px; place-items: center; background: var(--cyan); color: white; font-size: 9px; font-weight: 700; letter-spacing: .1em; }
.development-copy { min-height: 285px; padding: 28px 30px 32px; }
.development-copy > p:first-child { margin: 0 0 10px; color: var(--cyan); font-size: 9px; font-weight: 700; letter-spacing: .17em; text-transform: uppercase; }
.development-copy h3 { margin: 0; font-size: clamp(27px, 2.7vw, 42px); letter-spacing: -.06em; text-transform: uppercase; white-space: nowrap; }
.development-copy strong { display: block; margin: 9px 0 20px; color: #72808a; font-size: 11px; letter-spacing: .15em; text-transform: uppercase; }
.development-copy > p:not(:first-child) { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.65; }
.development-copy a, .development-link { display: inline-block; margin-top: 22px; padding-bottom: 5px; border-bottom: 1px solid var(--cyan); color: var(--navy); font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }

.solutions { padding: 120px clamp(24px, 6vw, 100px); background: var(--navy); color: white; }
.section-kicker.light { color: var(--cyan); }
.section-head { display: flex; align-items: end; justify-content: space-between; margin-bottom: 54px; }
.section-head h2 { margin: 0; font-size: clamp(42px, 5vw, 72px); line-height: .98; letter-spacing: -.055em; text-transform: uppercase; }
.section-head > p { max-width: 390px; color: #9babb7; font-size: 15px; line-height: 1.7; }
.solution-grid { display: grid; grid-template-columns: 1.35fr 1fr 1fr; grid-template-rows: 335px 295px; gap: 12px; }
.solution-card { position: relative; display: flex; flex-direction: column; justify-content: space-between; padding: 25px; background-position: center; background-size: cover; overflow: hidden; }
.solution-card::before { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(5,18,32,.9), rgba(5,18,32,.08) 75%); transition: background .25s ease; }
.solution-card:hover::before { background: linear-gradient(0deg, rgba(0,128,151,.87), rgba(5,18,32,.12) 75%); }
.solution-card > * { position: relative; z-index: 1; }
.solution-card > span { font-size: 10px; letter-spacing: .15em; }
.solution-card p { margin: 0 0 8px; color: #c4d2dc; font-size: 10px; letter-spacing: .13em; text-transform: uppercase; }
.solution-card h3 { margin: 0; font-size: clamp(25px, 2.4vw, 38px); line-height: 1; text-transform: uppercase; }
.solution-card b { position: absolute; right: 24px; bottom: 24px; color: var(--cyan); font-size: 22px; }
.solution-card.large { grid-row: 1 / span 2; }
.solution-card.wide { grid-column: 2 / span 2; }

.catalogues { padding: 130px clamp(24px, 8vw, 136px); display: grid; grid-template-columns: .85fr 1.4fr; gap: 8vw; background: white; }
.catalog-intro { position: sticky; top: 140px; align-self: start; }
.catalog-intro > p:not(.section-kicker) { max-width: 430px; color: var(--muted); line-height: 1.7; margin: 28px 0; }
.catalog-search { display: flex; align-items: center; max-width: 430px; height: 54px; border-bottom: 1px solid var(--ink); }
.catalog-search > span { color: var(--cyan); font-size: 24px; }
.catalog-search input { width: 100%; border: 0; outline: 0; padding: 0 14px; background: none; }
.catalog-filters { display: flex; flex-wrap: wrap; gap: 7px; max-width: 500px; margin-top: 25px; }
.catalog-filters button { padding: 8px 11px; border: 1px solid var(--line); background: transparent; color: #5e6d76; cursor: pointer; font-size: 9px; letter-spacing: .06em; text-transform: uppercase; transition: all .2s ease; }
.catalog-filters button:hover, .catalog-filters button.active { border-color: var(--navy); background: var(--navy); color: white; }
.catalog-list { border-top: 1px solid var(--line); }
.catalog-card { position: relative; display: grid; grid-template-columns: 120px 1fr auto; align-items: center; gap: 28px; min-height: 190px; padding: 22px 12px; border-bottom: 1px solid var(--line); transition: background .2s ease; }
.catalog-card:hover { background: #f0f4f5; }
.catalog-cover { position: relative; width: 110px; height: 145px; overflow: hidden; background: #e8ecee; }
.catalog-cover img { width: 100%; height: 100%; object-fit: cover; object-position: top; }
.catalog-cover span { position: absolute; left: 0; bottom: 0; padding: 6px 8px; background: var(--cyan); color: white; font-size: 8px; font-weight: 700; }
.catalog-meta p { margin: 0 0 10px; color: var(--cyan); font-size: 9px; font-weight: 700; letter-spacing: .17em; }
.catalog-meta h3 { margin: 0 0 8px; font-size: 21px; text-transform: uppercase; }
.catalog-meta > span { color: var(--muted); font-size: 12px; }
.catalog-card > b { align-self: start; padding-top: 10px; color: #9ba4aa; font-size: 10px; letter-spacing: .15em; }
.no-result { padding: 50px 0; color: var(--muted); }
.catalog-page-link { display: inline-flex; margin-top: 30px; color: var(--cyan); font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }

.sub-header {
  min-height: 86px; padding: 0 clamp(24px, 5vw, 84px); display: flex; align-items: center; justify-content: space-between; gap: 36px;
  background: rgba(242,244,243,.97); border-bottom: 1px solid var(--line); position: sticky; top: 0; z-index: 50;
}
.sub-header nav { display: flex; align-items: center; gap: clamp(9px, 1.1vw, 20px); font-size: 9px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; white-space: nowrap; }
.sub-header nav a:hover { color: var(--cyan); }
.sub-hero { padding: 105px clamp(24px, 8vw, 136px) 90px; background: var(--navy); color: white; }
.sub-hero h1 { max-width: 1050px; margin: 0; font-size: clamp(52px, 7vw, 104px); line-height: .88; letter-spacing: -.06em; text-transform: uppercase; }
.sub-hero h1 span { color: var(--cyan); font-weight: 300; }
.sub-hero > p:not(.section-kicker) { max-width: 650px; margin: 32px 0 0; color: #b8c5cf; font-size: 18px; line-height: 1.65; }
.catalog-hero { background: linear-gradient(110deg, rgba(5,18,32,.98), rgba(5,18,32,.78)), url('assets/images/hero-industrie.jpg') center/cover; }
.development-hero { background: linear-gradient(110deg, rgba(5,18,32,.98), rgba(5,18,32,.74)), url('assets/images/rd-led-rayon.png') center/cover; }
.catalog-page { padding: 100px clamp(24px, 8vw, 136px) 130px; display: grid; grid-template-columns: 300px minmax(0, 1fr); gap: 7vw; background: white; }
.catalog-sidebar { align-self: start; position: sticky; top: 120px; }
.catalog-sidebar h2 { margin: 0; font-size: 34px; letter-spacing: -.04em; text-transform: uppercase; }
.catalog-sidebar > p { color: var(--muted); font-size: 14px; line-height: 1.65; }
.catalog-sidebar .catalog-filters { flex-direction: column; align-items: stretch; }
.catalog-sidebar .catalog-filters button { text-align: left; }
.results-head { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 24px; }
.results-head h2 { margin: 0; font-size: clamp(34px, 4vw, 56px); letter-spacing: -.045em; text-transform: uppercase; }
.results-head p { margin: 0; color: var(--muted); font-size: 12px; }
.development-page-intro { padding: 100px clamp(24px, 8vw, 136px); display: grid; grid-template-columns: .7fr 1.3fr; gap: 8vw; }
.development-page-intro h2 { margin: 0; font-size: clamp(38px, 4.5vw, 65px); line-height: 1; letter-spacing: -.05em; text-transform: uppercase; }
.development-page-intro p { margin: 0; color: var(--muted); font-size: 17px; line-height: 1.75; }
.development-page-grid { padding: 0 clamp(24px, 6vw, 100px) 130px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.project-hero { min-height: 650px; display: grid; grid-template-columns: 1.05fr .95fr; background: var(--navy); color: white; }
.project-hero-image { min-height: 520px; background-position: center; background-size: cover; }
.project-hero-copy { padding: 100px clamp(35px, 7vw, 110px); display: flex; flex-direction: column; justify-content: center; }
.project-hero-copy h1 { margin: 0; font-size: clamp(55px, 7vw, 102px); line-height: .86; letter-spacing: -.06em; text-transform: uppercase; }
.project-hero-copy h1 span { display: block; color: var(--cyan); font-size: .34em; line-height: 1.3; letter-spacing: .08em; font-weight: 400; }
.project-hero-copy > p:not(.section-kicker) { max-width: 560px; margin: 32px 0 0; color: #bdc9d2; font-size: 18px; line-height: 1.7; }
.project-story { padding: 110px clamp(24px, 8vw, 136px); display: grid; grid-template-columns: .75fr 1.25fr; gap: 9vw; background: white; }
.project-story h2 { margin: 0; font-size: clamp(40px, 5vw, 70px); line-height: .98; letter-spacing: -.05em; text-transform: uppercase; }
.project-story div p { color: var(--muted); font-size: 16px; line-height: 1.8; }
.project-benefits { padding: 100px clamp(24px, 8vw, 136px); background: #e7ecec; }
.project-benefits h2 { margin: 0 0 45px; font-size: clamp(38px, 4vw, 58px); letter-spacing: -.045em; text-transform: uppercase; }
.project-benefits > div { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.project-benefits article { min-height: 210px; padding: 30px; border-right: 1px solid var(--line); }
.project-benefits article:first-child { border-left: 1px solid var(--line); }
.project-benefits span { color: var(--cyan); font-size: 10px; letter-spacing: .13em; }
.project-benefits h3 { margin: 35px 0 12px; font-size: 23px; text-transform: uppercase; }
.project-benefits p { color: var(--muted); font-size: 13px; line-height: 1.65; }
.project-download { padding: 100px clamp(24px, 8vw, 136px); display: flex; align-items: center; justify-content: space-between; gap: 50px; background: var(--cyan-soft); }
.project-download h2 { max-width: 720px; margin: 0; font-size: clamp(38px, 4.5vw, 66px); line-height: .98; letter-spacing: -.05em; text-transform: uppercase; }

.study-hero { background: linear-gradient(110deg, rgba(5,18,32,.98), rgba(5,18,32,.7)), url('assets/images/hero-industrie.jpg') center/cover; }
.study-shell { padding: 105px clamp(24px, 7vw, 120px) 135px; display: grid; grid-template-columns: 340px minmax(0, 1fr); gap: clamp(55px, 8vw, 130px); background: white; }
.study-picker { position: sticky; top: 120px; align-self: start; }
.study-picker h2 { margin: 0 0 34px; font-size: 38px; line-height: 1.05; letter-spacing: -.045em; text-transform: uppercase; }
.study-options { display: grid; gap: 8px; }
.study-options button { width: 100%; padding: 19px 18px; display: grid; grid-template-columns: 34px 1fr; gap: 3px 10px; border: 1px solid var(--line); background: transparent; text-align: left; cursor: pointer; transition: .2s ease; }
.study-options button > span { grid-row: 1 / span 2; color: var(--cyan); font-size: 10px; letter-spacing: .12em; }
.study-options strong { font-size: 16px; letter-spacing: .03em; text-transform: uppercase; }
.study-options small { color: var(--muted); font-size: 11px; line-height: 1.45; }
.study-options button:hover, .study-options button.active { border-color: var(--navy); background: var(--navy); color: white; }
.study-options button.active small { color: #b7c5ce; }
.pdf-download { margin-top: 22px; padding: 16px 0; display: flex; justify-content: space-between; border-bottom: 1px solid var(--cyan); color: var(--navy); font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.pdf-download span { color: var(--cyan); font-size: 17px; }
.form-heading { margin-bottom: 55px; }
.form-heading h2 { margin: 0; font-size: clamp(42px, 5vw, 70px); line-height: .95; letter-spacing: -.055em; text-transform: uppercase; }
.form-heading > p:not(.section-kicker) { color: var(--muted); font-size: 14px; }
.study-form fieldset { margin: 0 0 58px; padding: 0; border: 0; }
.study-form legend { width: 100%; margin-bottom: 28px; padding-bottom: 18px; border-bottom: 1px solid var(--line); font-size: 20px; font-weight: 700; letter-spacing: -.02em; text-transform: uppercase; }
.study-form legend span { margin-right: 13px; color: var(--cyan); font-size: 10px; letter-spacing: .12em; vertical-align: middle; }
.study-fields { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px 18px; }
.study-field, .study-textarea { display: grid; gap: 9px; }
.study-field > span, .study-textarea > span { color: #51606c; font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.study-field input, .study-field select, .study-textarea textarea { width: 100%; min-height: 52px; padding: 12px 14px; border: 1px solid var(--line); border-radius: 0; outline: none; background: #f8f9f9; color: var(--ink); transition: border-color .2s; }
.study-field input:focus, .study-field select:focus, .study-textarea textarea:focus { border-color: var(--cyan); }
.study-textarea { margin-top: 20px; }
.study-textarea textarea { min-height: 115px; resize: vertical; font: inherit; }
.upload-fieldset > p { color: var(--muted); font-size: 14px; line-height: 1.65; }
.upload-zone { min-height: 180px; padding: 35px; display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 9px; border: 1px dashed #82909a; background: #f2f6f6; text-align: center; cursor: pointer; }
.upload-zone strong { font-size: 17px; text-transform: uppercase; }
.upload-zone span { color: var(--muted); font-size: 12px; }
.upload-zone input { margin-top: 12px; max-width: 100%; }
.file-summary { padding: 14px 18px; display: flex; justify-content: space-between; background: var(--cyan-soft); font-size: 12px; }
.consent { margin: 0 0 28px; display: flex; align-items: flex-start; gap: 12px; color: var(--muted); font-size: 12px; line-height: 1.5; }
.consent input { margin-top: 3px; accent-color: var(--cyan); }
.study-submit { width: 100%; min-height: 64px; padding: 0 24px; display: flex; align-items: center; justify-content: space-between; border: 0; background: var(--cyan); color: white; cursor: pointer; font-size: 12px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.study-submit:disabled { opacity: .55; cursor: wait; }
.study-submit span { font-size: 22px; }
.form-status { margin-top: 18px; padding: 17px; font-size: 13px; line-height: 1.55; }
.form-status.success { background: #dff5e7; color: #155a31; }
.form-status.error { background: #ffe6e3; color: #8a241a; }

.commerce-hero { background: linear-gradient(110deg, rgba(5,18,32,.98), rgba(5,18,32,.7)), url('assets/images/domestique.jpg') center/cover; }
.commerce-intro { padding: 105px clamp(24px, 8vw, 136px); background: white; }
.commerce-intro > div { display: grid; grid-template-columns: 1.2fr .8fr; gap: 8vw; align-items: end; }
.commerce-intro h2 { margin: 0; font-size: clamp(42px, 5vw, 72px); line-height: .98; letter-spacing: -.055em; text-transform: uppercase; }
.commerce-intro h2 span { color: #849199; font-weight: 300; }
.commerce-intro div > p { margin: 0; color: var(--muted); font-size: 16px; line-height: 1.8; }
.brand-stories { background: #e7ecec; }
.brand-story { min-height: 680px; display: grid; grid-template-columns: 1fr 1fr; }
.brand-story.reverse .brand-visual { order: 2; }
.brand-visual { min-height: 560px; background: white; overflow: hidden; }
.brand-visual img { width: 100%; height: 100%; object-fit: cover; }
.brand-visual.contain { padding: clamp(20px, 4vw, 60px); background: #f7f7f5; }
.brand-visual.contain img { object-fit: contain; object-position: center; }
.brand-story-copy { padding: clamp(55px, 7vw, 110px); display: flex; align-items: flex-start; justify-content: center; flex-direction: column; background: white; }
.brand-story.reverse .brand-story-copy { background: var(--navy); color: white; }
.brand-number { color: var(--cyan); font-size: 10px; letter-spacing: .15em; }
.brand-logo { width: min(270px, 80%); height: 110px; margin: 20px 0 14px; object-fit: contain; object-position: left center; }
.brand-story.reverse .brand-logo { padding: 14px; background: white; }
.brand-promise { margin: 0 0 25px; color: var(--cyan) !important; font-size: 13px !important; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.brand-story-copy > p:not(.brand-promise) { max-width: 620px; margin: 0; color: var(--muted); font-size: 16px; line-height: 1.75; }
.brand-story.reverse .brand-story-copy > p:not(.brand-promise) { color: #b9c6cf; }
.brand-story-copy ul { margin: 28px 0 0; padding: 0; list-style: none; }
.brand-story-copy li { margin: 0 0 10px; color: inherit; font-size: 13px; }
.brand-story-copy li::before { content: "â†’"; margin-right: 10px; color: var(--cyan); }
.retail-service { padding: 115px clamp(24px, 8vw, 136px); background: var(--navy); color: white; }
.retail-service > div:first-child { display: flex; align-items: end; justify-content: space-between; margin-bottom: 55px; }
.retail-service h2 { margin: 0; font-size: clamp(48px, 6vw, 82px); line-height: .9; letter-spacing: -.06em; text-transform: uppercase; }
.retail-service-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.18); }
.retail-service-grid article { min-height: 240px; padding: 30px; border-right: 1px solid rgba(255,255,255,.18); }
.retail-service-grid article:first-child { border-left: 1px solid rgba(255,255,255,.18); }
.retail-service-grid span { color: var(--cyan); font-size: 10px; }
.retail-service-grid h3 { margin: 42px 0 12px; font-size: 25px; text-transform: uppercase; }
.retail-service-grid p { color: #9eafb9; font-size: 13px; line-height: 1.65; }
.commerce-faq { padding: 110px clamp(24px, 8vw, 136px); background: white; }
.commerce-faq h2 { margin: 0 0 45px; font-size: clamp(42px, 5vw, 68px); letter-spacing: -.05em; text-transform: uppercase; }
.commerce-faq details { max-width: 900px; border-top: 1px solid var(--line); }
.commerce-faq details:last-child { border-bottom: 1px solid var(--line); }
.commerce-faq summary { padding: 24px 0; display: flex; justify-content: space-between; cursor: pointer; font-size: 17px; font-weight: 700; list-style: none; }
.commerce-faq summary span { color: var(--cyan); font-size: 22px; }
.commerce-faq details p { max-width: 760px; padding-bottom: 22px; color: var(--muted); line-height: 1.7; }
.news-hero { background: linear-gradient(110deg, rgba(5,18,32,.98), rgba(5,18,32,.68)), url('assets/images/actualites-lancement-eluzia.png') center/cover; }
.news-page { padding: 110px clamp(24px, 8vw, 136px) 135px; background: white; }
.featured-news { display: grid; grid-template-columns: 1.1fr .9fr; }
.news-image { min-height: 570px; overflow: hidden; background: #e7ecec; }
.news-image img { width: 100%; height: 100%; object-fit: cover; }
.news-copy { padding: clamp(45px, 6vw, 90px); background: var(--navy); color: white; }
.news-copy h2 { margin: 0; font-size: clamp(42px, 4.6vw, 67px); line-height: .95; letter-spacing: -.055em; text-transform: uppercase; }
.news-copy > p { color: #b9c6cf; font-size: 15px; line-height: 1.75; }
.news-copy .news-lead { color: white; font-size: 19px; }
.news-copy .button { margin-top: 22px; }
.news-related { margin-top: 70px; }
.news-related > a { max-width: 950px; padding: 24px 10px; display: grid; grid-template-columns: 170px 1fr auto; align-items: center; gap: 25px; border-top: 1px solid var(--line); }
.news-related > a:last-child { border-bottom: 1px solid var(--line); }
.news-related span { color: var(--cyan); font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
.news-related strong { font-size: 19px; text-transform: uppercase; }
.news-related b { color: var(--cyan); font-size: 21px; }
.legal-hero { padding-bottom: 70px; }
.legal-content { padding: 90px clamp(24px, 8vw, 136px) 130px; background: white; }
.legal-content section { max-width: 920px; padding: 45px 0; border-bottom: 1px solid var(--line); }
.legal-content section:first-child { padding-top: 0; }
.legal-content h2 { margin: 0 0 22px; font-size: clamp(30px, 3vw, 45px); letter-spacing: -.04em; text-transform: uppercase; }
.legal-content h3 { margin: 30px 0 12px; font-size: 16px; text-transform: uppercase; }
.legal-content p, .legal-content dd { color: var(--muted); font-size: 15px; line-height: 1.8; }
.legal-content a { color: var(--cyan); text-decoration: underline; text-underline-offset: 3px; }
.legal-content dl { margin: 30px 0 0; }
.legal-content dl > div { padding: 13px 0; display: grid; grid-template-columns: 220px 1fr; border-top: 1px solid var(--line); }
.legal-content dt { font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.legal-content dd { margin: 0; }

/* WordPress integration and interactive controls */
.catalog-sidebar input { width: 100%; padding: 15px; border: 1px solid var(--line); background: #f7f8f8; }
.catalog-filters { display: grid; gap: 6px; margin-top: 22px; }
.catalog-filters button { padding: 11px 0; border: 0; border-bottom: 1px solid var(--line); background: transparent; color: var(--muted); text-align: left; cursor: pointer; }
.catalog-filters button.active, .catalog-filters button:hover { color: var(--cyan); }
[data-catalog-card][hidden], [data-study-section][hidden] { display: none !important; }
.study-downloads { margin-top: 32px; padding-top: 22px; border-top: 1px solid var(--line); display: grid; gap: 8px; }
.study-downloads p { margin: 0 0 5px; font-size: 11px; font-weight: 700; text-transform: uppercase; }
.study-downloads a { color: var(--cyan); font-size: 13px; }
.upload-field { margin-top: 22px; }
.upload-field input { padding: 15px; height: auto; }
.consent { display: flex; gap: 12px; margin-top: 22px; color: var(--muted); font-size: 12px; line-height: 1.6; }
.consent input { flex: 0 0 auto; }
.form-notice { margin-bottom: 30px; padding: 18px; border-left: 4px solid var(--cyan); background: #edf8fb; line-height: 1.6; }
.form-notice.error { border-color: #bd3f3f; background: #fff1f1; }
.brand-story-copy .button { margin-top: 22px; }

.brands { padding: 48px clamp(24px, 8vw, 136px); display: flex; align-items: center; justify-content: space-between; background: var(--cyan-soft); }
.brands p { font-size: 11px; letter-spacing: .16em; text-transform: uppercase; }
.brands div { display: flex; gap: clamp(30px, 7vw, 100px); color: #567079; }
.brands strong { font-size: clamp(20px, 2vw, 31px); letter-spacing: -.04em; }

.project-cta { padding: 135px clamp(24px, 8vw, 136px); background: linear-gradient(110deg, rgba(5,18,32,.99), rgba(5,18,32,.82)), url('assets/images/patrimoine.jpg') center/cover; color: white; }
.project-cta h2 { max-width: 850px; margin: 0; font-size: clamp(54px, 7vw, 105px); line-height: .88; letter-spacing: -.06em; text-transform: uppercase; }
.project-cta > p:not(.section-kicker) { max-width: 530px; margin: 36px 0; color: #b8c5cf; font-size: 18px; line-height: 1.6; }
.button-cyan { background: var(--cyan); min-width: 260px; }
.button-cyan span { color: white; }

footer { padding: 70px clamp(24px, 8vw, 136px) 25px; background: #04101c; color: white; }
.footer-main { display: grid; grid-template-columns: 2fr 1fr 1.4fr; gap: 70px; padding-bottom: 70px; }
.footer-brand img { width: 150px; height: 150px; object-fit: contain; }
.footer-brand p { color: var(--cyan); font-size: 12px; letter-spacing: .13em; text-transform: uppercase; }
footer h3 { margin: 0 0 20px; color: #748491; font-size: 9px; letter-spacing: .18em; text-transform: uppercase; }
footer a, footer p { display: block; margin: 0 0 12px; color: #cfdae1; font-size: 13px; line-height: 1.65; }
.footer-bottom { padding-top: 22px; display: flex; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.12); color: #72818c; font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }

@media (max-width: 900px) {
  .menu-toggle { display: flex; flex-direction: column; gap: 7px; padding: 12px; background: none; border: 0; }
  .menu-toggle span { width: 25px; height: 2px; background: var(--ink); }
  .nav { display: none; position: absolute; left: 0; right: 0; top: 86px; padding: 28px; align-items: stretch; background: white; flex-direction: column; gap: 10px; box-shadow: 0 20px 40px rgba(0,0,0,.15); }
  .nav.open { display: flex; }
  .catalog-nav > button { padding: 10px 0; }
  .catalog-menu { position: static; width: 100%; margin-top: 8px; box-shadow: none; background: #f4f7f7; }
  .hero-content { width: 92vw; padding-left: 7vw; }
  .hero-stat { display: none; }
  .scroll-cue { display: none; }
  .statement { grid-template-columns: 1fr; }
  .expertise-grid { grid-template-columns: 1fr; }
  .expertise-grid article { border-left: 1px solid var(--line); border-bottom: 1px solid var(--line); }
  .development-head { grid-template-columns: 1fr; align-items: start; }
  .development-grid { grid-template-columns: 1fr; }
  .development-card { display: grid; grid-template-columns: .9fr 1.1fr; }
  .development-image { height: 100%; min-height: 330px; }
  .section-head { align-items: start; flex-direction: column; gap: 25px; }
  .solution-grid { grid-template-columns: 1fr 1fr; grid-template-rows: repeat(2, 320px); }
  .solution-card.large { grid-row: auto; }
  .solution-card.wide { grid-column: auto; }
  .catalogues { grid-template-columns: 1fr; }
  .catalog-intro { position: static; }
  .sub-header { align-items: flex-start; flex-direction: column; padding-top: 12px; padding-bottom: 12px; }
  .sub-header nav { width: 100%; overflow-x: auto; padding-bottom: 5px; }
  .sub-header .nav-contact { display: none; }
  .catalog-page { grid-template-columns: 1fr; }
  .catalog-sidebar { position: static; }
  .catalog-sidebar .catalog-filters { flex-direction: row; }
  .development-page-intro { grid-template-columns: 1fr; }
  .development-page-grid { grid-template-columns: 1fr; }
  .project-hero { grid-template-columns: 1fr; }
  .project-hero-image { min-height: 460px; }
  .project-story { grid-template-columns: 1fr; }
  .project-download { align-items: flex-start; flex-direction: column; }
  .study-shell { grid-template-columns: 1fr; }
  .study-picker { position: static; }
  .study-options { grid-template-columns: repeat(3, 1fr); }
  .commerce-intro > div { grid-template-columns: 1fr; }
  .brand-story { grid-template-columns: 1fr; }
  .brand-story.reverse .brand-visual { order: 0; }
  .retail-service-grid { grid-template-columns: 1fr; }
  .retail-service-grid article { border-left: 1px solid rgba(255,255,255,.18); border-bottom: 1px solid rgba(255,255,255,.18); }
  .featured-news { grid-template-columns: 1fr; }
  .brands { align-items: start; flex-direction: column; gap: 25px; }
  .footer-main { grid-template-columns: 1.5fr 1fr; }
}

@media (max-width: 600px) {
  .topline span { display: none; }
  .topline { justify-content: flex-end; }
  .header { height: 74px; }
  .brand img { width: 145px; }
  .nav { top: 74px; }
  .hero { min-height: calc(100vh - 106px); }
  .hero-shade { background: linear-gradient(90deg, rgba(5,18,32,.96), rgba(5,18,32,.47)); }
  .hero-content { padding-top: 70px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .button-light { width: 100%; }
  .statement { padding-top: 90px; }
  .expertise-grid { margin-bottom: 90px; }
  .development { padding-top: 90px; padding-bottom: 90px; }
  .development-card { display: block; }
  .development-image { height: 280px; min-height: 0; }
  .solutions { padding-top: 90px; padding-bottom: 90px; }
  .solution-grid { grid-template-columns: 1fr; grid-template-rows: repeat(4, 300px); }
  .catalogues { padding-top: 90px; padding-bottom: 90px; }
  .sub-hero { padding-top: 80px; padding-bottom: 75px; }
  .catalog-page { padding-top: 70px; padding-bottom: 90px; }
  .results-head { align-items: flex-start; flex-direction: column; gap: 10px; }
  .development-page-intro { padding-top: 75px; padding-bottom: 75px; }
  .development-page-grid { padding-bottom: 90px; }
  .project-hero-image { min-height: 340px; }
  .project-hero-copy { padding-top: 75px; padding-bottom: 75px; }
  .project-story, .project-benefits, .project-download { padding-top: 75px; padding-bottom: 75px; }
  .project-benefits > div { grid-template-columns: 1fr; }
  .project-benefits article { border-left: 1px solid var(--line); border-bottom: 1px solid var(--line); }
  .study-shell { padding-top: 75px; padding-bottom: 90px; }
  .study-options { grid-template-columns: 1fr; }
  .study-fields { grid-template-columns: 1fr; }
  .upload-zone { padding: 25px 15px; }
  .commerce-intro, .commerce-faq, .retail-service, .news-page, .legal-content { padding-top: 75px; padding-bottom: 90px; }
  .brand-story { min-height: 0; }
  .brand-visual { min-height: 360px; }
  .brand-story-copy { padding: 60px 25px; }
  .retail-service > div:first-child { align-items: flex-start; flex-direction: column; }
  .news-image { min-height: 350px; }
  .news-copy { padding: 55px 25px; }
  .news-related > a { grid-template-columns: 1fr auto; gap: 8px 18px; }
  .news-related > a span { grid-column: 1 / span 2; }
  .legal-content dl > div { grid-template-columns: 1fr; gap: 6px; }
  .catalog-card { grid-template-columns: 88px 1fr; gap: 18px; }
  .catalog-cover { width: 82px; height: 116px; }
  .catalog-card > b { display: none; }
  .brands div { flex-wrap: wrap; gap: 22px 35px; }
  .project-cta { padding-top: 100px; padding-bottom: 100px; }
  .footer-main { grid-template-columns: 1fr; }
  .footer-bottom { align-items: start; flex-direction: column; gap: 10px; }
}

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