/*
Theme Name: Découpe Express
Theme URI: https://decoupe-express.fr/
Description: Thème enfant de Twenty Twenty-Five pour la maquette de Découpe Express.
Author: Atelier Olivier
Template: twentytwentyfive
Version: 0.8.4
Text Domain: decoupe-express
*/

:root {
  --de-ink: #111719;
  --de-ink-soft: #1b2427;
  --de-paper: #f4f6f5;
  --de-white: #ffffff;
  --de-muted: #667276;
  --de-line: #d8dedd;
  --de-cyan: #20adbd;
  --de-cyan-dark: #107d89;
  --de-radius: 18px;
  --de-shadow: 0 18px 60px rgba(13, 25, 28, 0.1);
}

html { scroll-behavior: smooth; }
body { background: var(--de-paper); color: var(--de-ink); }
a { text-underline-offset: 0.2em; }
.de-shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.de-section { padding: clamp(72px, 9vw, 124px) 0; scroll-margin-top: 88px; }
.de-section--compact { padding: clamp(46px, 6vw, 76px) 0; }
.de-kicker { margin: 0 0 16px; color: var(--de-cyan-dark); font-size: 0.76rem; font-weight: 750; letter-spacing: 0.16em; text-transform: uppercase; }
.de-title { max-width: 820px; margin: 0; font-size: clamp(2rem, 4.2vw, 4rem); line-height: 1.04; letter-spacing: -0.045em; }
.de-intro { max-width: 700px; margin: 22px 0 0; color: var(--de-muted); font-size: clamp(1.05rem, 1.5vw, 1.24rem); line-height: 1.7; }
.de-button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 24px; border: 1px solid var(--de-cyan); border-radius: 999px; background: var(--de-cyan); color: #071416; font-size: 0.92rem; font-weight: 750; text-decoration: none; transition: transform .2s ease, background .2s ease, color .2s ease; }
.de-button:hover { transform: translateY(-2px); background: #68d4df; color: #071416; }
.de-button--ghost { border-color: rgba(255,255,255,.32); background: transparent; color: #fff; }
.de-button--ghost:hover { background: #fff; color: var(--de-ink); }

.wp-site-blocks > header { position: sticky; top: 0; z-index: 1000; overflow: visible; }
.de-header { overflow: visible; background: rgba(17, 23, 25, .97); border-bottom: 1px solid rgba(255,255,255,.12); box-shadow: 0 10px 35px rgba(0,0,0,.18); backdrop-filter: blur(14px); }
.de-header__inner { position: relative; min-height: 100px; display: flex; align-items: center; gap: 34px; overflow: visible; }
.de-logo { position: relative; z-index: 2; align-self: flex-start; margin-bottom: -28px; }
.de-logo img { display: block; width: 360px; height: 126px; object-fit: contain; object-position: left top; }
.de-nav { display: flex; align-items: center; gap: 27px; margin-left: auto; }
.de-nav a, .de-nav-dropdown > summary { color: #eef4f4; font-size: .9rem; font-weight: 650; text-decoration: none; }
.de-nav-dropdown > summary > a { color: inherit; font: inherit; }
.de-nav a:hover, .de-nav-dropdown > summary:hover { color: #72d4dd; }
.de-nav a:focus:not(:focus-visible) { outline: none; box-shadow: none; }
.de-nav a:focus-visible { outline: 2px solid var(--de-cyan); outline-offset: 5px; border-radius: 2px; }
.de-nav a:active { color: #eef4f4; }
.de-nav-dropdown { position: relative; }
.de-nav-dropdown > summary { display: flex; align-items: center; gap: 7px; list-style: none; cursor: pointer; }
.de-nav-dropdown > summary::-webkit-details-marker { display: none; }
.de-nav-dropdown > summary::after { content: ""; width: 7px; height: 7px; border-right: 1.5px solid currentColor; border-bottom: 1.5px solid currentColor; transform: translateY(-2px) rotate(45deg); transition: transform .2s ease; }
.de-nav-dropdown[open] > summary::after { transform: translateY(2px) rotate(225deg); }
.de-nav-dropdown > summary:focus-visible { outline: 2px solid var(--de-cyan); outline-offset: 5px; }
.de-nav-dropdown > summary:focus:not(:focus-visible) { outline: none; box-shadow: none; }
.de-nav-submenu { position: absolute; top: calc(100% + 18px); left: -18px; z-index: 8; min-width: 190px; padding: 10px; border: 1px solid #354448; border-radius: 12px; background: #11191b; box-shadow: 0 18px 40px rgba(0,0,0,.32); }
.de-nav-submenu a { display: block; padding: 12px 14px; border-radius: 7px; }
.de-nav-submenu a:hover { background: rgba(114,212,221,.12); }
.de-nav__mobile-cta, .de-menu-toggle { display: none; }
.de-menu-toggle { width: 46px; height: 46px; padding: 11px; border: 1px solid rgba(255,255,255,.28); border-radius: 50%; background: rgba(255,255,255,.06); color: #fff; cursor: pointer; }
.de-menu-toggle > span[aria-hidden="true"] { display: block; width: 22px; height: 2px; margin: 4px auto; border-radius: 2px; background: currentColor; transition: transform .2s ease, opacity .2s ease; }
.de-menu-toggle[aria-expanded="true"] > span[aria-hidden="true"]:nth-of-type(2) { transform: translateY(6px) rotate(45deg); }
.de-menu-toggle[aria-expanded="true"] > span[aria-hidden="true"]:nth-of-type(3) { opacity: 0; }
.de-menu-toggle[aria-expanded="true"] > span[aria-hidden="true"]:nth-of-type(4) { transform: translateY(-6px) rotate(-45deg); }
.de-menu-toggle:focus-visible { outline: 3px solid var(--de-cyan); outline-offset: 3px; }
.de-header__cta { order: 3; flex: 0 0 auto; margin-left: 0; }
.de-header .de-button { color: #071416; }
.de-header-tools { position: static; z-index: 4; order: 4; display: flex; flex: 0 0 auto; align-items: center; gap: 9px; }
.de-languages { display: flex; gap: 5px; }
.de-languages a, .de-search-menu > summary { width: 31px; height: 31px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; background: rgba(255,255,255,.06); color: #fff; text-decoration: none; transition: border-color .2s ease, background .2s ease, transform .2s ease; }
.de-languages a { font-size: 1rem; line-height: 1; }
.de-languages a:hover, .de-search-menu > summary:hover { border-color: var(--de-cyan); background: rgba(114,212,221,.14); transform: translateY(-1px); }
html[lang^="fr"] .de-languages a[lang="fr"], html[lang^="en"] .de-languages a[lang="en"] { border-color: var(--de-cyan); background: var(--de-cyan); }
.de-search-menu { position: relative; }
.de-search-menu > summary { cursor: pointer; list-style: none; }
.de-search-menu > summary::-webkit-details-marker { display: none; }
.de-search-menu > summary svg { width: 16px; height: 16px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; }
.de-header-search { position: absolute; top: 39px; right: 0; width: min(430px, calc(100vw - 28px)); padding: 18px; border: 1px solid #354448; border-radius: 14px; background: #11191b; box-shadow: 0 20px 50px rgba(0,0,0,.35); }
.de-header-search label, .de-search-form label { display: block; margin-bottom: 8px; font-size: .77rem; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.de-header-search div, .de-search-form div { display: flex; }
.de-header-search input, .de-search-form input { min-width: 0; flex: 1; min-height: 48px; padding: 0 15px; border: 1px solid #4b5c60; border-radius: 8px 0 0 8px; background: #fff; color: var(--de-ink); font: inherit; }
.de-header-search button, .de-search-form button { min-height: 48px; padding: 0 18px; border: 0; border-radius: 0 8px 8px 0; background: var(--de-cyan); color: #071416; font-weight: 750; cursor: pointer; }

.de-home-content { margin: 0; }
.de-search-page { margin: 0; background: var(--de-paper); }
.de-search-hero { padding: clamp(120px, 14vw, 180px) 0 clamp(60px, 8vw, 90px); background: #152124; color: #fff; }
.de-search-hero h1 { max-width: 850px; margin: 12px 0 18px; font-size: clamp(2.8rem, 6vw, 5.8rem); line-height: .98; letter-spacing: -.055em; }
.de-search-hero > .de-shell > p:not(.de-kicker) { max-width: 620px; color: #b9c7c9; font-size: 1.08rem; }
.de-search-form { max-width: 720px; margin-top: 34px; }
.de-search-form label { color: #9fdde3; }
.de-search-form input { min-height: 58px; border-color: #fff; border-radius: 10px 0 0 10px; }
.de-search-form button { min-height: 58px; padding-inline: 25px; border-radius: 0 10px 10px 0; }
.de-search-content { padding-block: clamp(60px, 8vw, 100px); }
.de-search-title { margin: 0 0 32px; font-size: clamp(1.8rem, 4vw, 3rem); letter-spacing: -.035em; }
.de-results .wp-block-post-template { display: grid; gap: 18px; margin: 0; padding: 0; }
.de-search-result { padding: clamp(24px, 4vw, 38px); border: 1px solid #ccd6d7; border-left: 4px solid var(--de-cyan-dark); border-radius: 14px; background: #fff; box-shadow: 0 10px 35px rgba(13,25,28,.06); }
.de-search-result h2 { margin: 0 0 12px; font-size: clamp(1.4rem, 3vw, 2rem); }
.de-search-result h2 a { color: var(--de-ink); text-decoration: none; }
.de-search-result h2 a:hover { color: var(--de-cyan-dark); }
.de-search-result .wp-block-post-excerpt { margin: 0; color: #4b5a5d; line-height: 1.65; }
.de-results .wp-block-query-pagination { margin-top: 38px; }
.de-no-results { padding: clamp(30px, 5vw, 52px); border-radius: var(--de-radius); background: #e2eaeb; }
.de-no-results h2 { margin-top: 0; font-size: clamp(1.8rem, 4vw, 3rem); }
.de-no-results p { max-width: 650px; margin-bottom: 25px; line-height: 1.65; }

.de-page-content { margin: 0; }
.de-contact-hero { min-height: 300px; display: flex; align-items: end; padding: 70px 0 48px; background: linear-gradient(110deg, rgba(7,14,16,.95), rgba(16,38,42,.84)), url('assets/machine-decoupe-express.jpg') center 42% / cover no-repeat; color: #fff; }
.de-contact-hero h1 { max-width: 900px; margin: 10px 0 0; font-size: clamp(3rem, 7vw, 6.4rem); line-height: .94; letter-spacing: -.058em; }
.de-contact-section { padding: clamp(70px, 9vw, 120px) 0; background: #e8eeee; }
.de-contact-layout { display: grid; grid-template-columns: minmax(0,.82fr) minmax(0,1.18fr); gap: clamp(50px, 8vw, 100px); align-items: start; }
.de-contact-info h2 { margin: 13px 0 22px; font-size: clamp(2.3rem, 4.8vw, 4.5rem); line-height: .98; letter-spacing: -.05em; }
.de-contact-lead { max-width: 600px; color: #405054; font-size: 1.08rem; line-height: 1.7; }
.de-contact-details { display: grid; gap: 0; margin-top: 42px; border-top: 1px solid #b7c5c6; }
.de-contact-details > div { padding: 22px 0; border-bottom: 1px solid #b7c5c6; }
.de-contact-details span { display: block; margin-bottom: 7px; color: var(--de-cyan-dark); font-size: .72rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.de-contact-details a, .de-contact-details address { color: var(--de-ink); font-size: 1.06rem; font-style: normal; line-height: 1.55; }
.de-contact-form { scroll-margin-top: 120px; padding: clamp(28px, 5vw, 50px); border-radius: var(--de-radius); background: #fff; box-shadow: var(--de-shadow); }
.de-contact-form__intro { margin: 12px 0 30px; color: #526164; line-height: 1.6; }
.de-contact-privacy { margin: 25px 0 0; color: #667477; font-size: .78rem; line-height: 1.55; }
.de-contact-map { position: relative; height: 500px; overflow: hidden; background: #d7dede; }
.de-contact-map iframe { display: block; width: 100%; height: 500px; border: 0; }
.de-map-link { position: absolute; right: 22px; bottom: 20px; padding: 11px 16px; border-radius: 999px; background: #11191b; color: #fff; font-size: .78rem; font-weight: 750; text-decoration: none; box-shadow: 0 8px 25px rgba(0,0,0,.25); }
.de-contact-form .forminator-ui.forminator-custom-form { margin: 0; }
.de-contact-form .forminator-ui .forminator-label { color: var(--de-ink) !important; font-size: .82rem !important; font-weight: 750 !important; }
.de-contact-form .forminator-ui .forminator-input, .de-contact-form .forminator-ui .forminator-textarea { border: 1px solid #b7c5c6 !important; border-radius: 8px !important; background: #f7f9f9 !important; color: var(--de-ink) !important; }
.de-contact-form .forminator-ui .forminator-input { min-height: 50px !important; }
.de-contact-form .forminator-ui .forminator-input:focus, .de-contact-form .forminator-ui .forminator-textarea:focus { border-color: var(--de-cyan-dark) !important; box-shadow: 0 0 0 3px rgba(16,125,137,.12) !important; }
.de-contact-form .forminator-ui .forminator-button-submit { min-height: 52px !important; padding: 0 28px !important; border-radius: 999px !important; background: var(--de-cyan) !important; color: #071416 !important; font-weight: 800 !important; box-shadow: none !important; }
.de-contact-form .forminator-ui .forminator-button-submit:hover { background: #68d4df !important; }
.de-contact-form .forminator-ui .forminator-multi-upload { border: 1px dashed #7f969a !important; border-radius: 10px !important; background: #f1f6f6 !important; }

.de-expertise-hero { min-height: 300px; display: flex; align-items: end; padding: 70px 0 48px; color: #fff; }
.de-expertise-hero--cutting { background: linear-gradient(105deg, rgba(7,14,16,.94), rgba(7,14,16,.44)), url('assets/hero-decoupe.jpg') center 53% / cover no-repeat; }
.de-expertise-hero--machining { background: linear-gradient(105deg, rgba(7,14,16,.94), rgba(7,14,16,.38)), url('assets/hero-fraisage.jpg') center 58% / cover no-repeat; }
.de-expertise-hero--moulding { background: linear-gradient(105deg, rgba(7,14,16,.94), rgba(7,14,16,.4)), url('assets/hero-moulage.jpg') center 47% / cover no-repeat; }
.de-expertise-hero--assembly { background: linear-gradient(105deg, rgba(7,14,16,.94), rgba(7,14,16,.42)), url('assets/hero-confection.jpg') center 52% / cover no-repeat; }
.de-expertise-hero--materials { background: linear-gradient(105deg, rgba(7,14,16,.95), rgba(7,14,16,.35)), url('assets/hero-materiaux.jpg') center 48% / cover no-repeat; }
.de-expertise-hero--guides { background: linear-gradient(105deg, rgba(7,14,16,.95), rgba(7,14,16,.42)), url('assets/hero-guides.jpg') center 45% / cover no-repeat; }
.de-expertise-hero h1 { max-width: 1000px; margin: 10px 0 0; font-size: clamp(2.7rem, 6vw, 5.5rem); line-height: .94; letter-spacing: -.055em; }
.de-expertise-intro { display: grid; grid-template-columns: minmax(0,1.35fr) minmax(300px,.65fr); gap: clamp(48px, 8vw, 100px); align-items: start; }
.de-expertise-intro > div > p:last-child, .de-expertise-applications p { color: #405054; font-size: 1.05rem; line-height: 1.75; }
.de-expertise-summary { padding: clamp(28px,4vw,42px); border-radius: var(--de-radius); background: #172225; color: #fff; box-shadow: var(--de-shadow); }
.de-expertise-summary h2 { margin: 0 0 22px; font-size: 1.65rem; }
.de-expertise-summary ul { display: grid; gap: 0; margin: 0 0 30px; padding: 0; list-style: none; }
.de-expertise-summary li { padding: 14px 0 14px 23px; border-bottom: 1px solid rgba(255,255,255,.12); position: relative; line-height: 1.45; }
.de-expertise-summary li::before { content: ""; position: absolute; top: 21px; left: 0; width: 8px; height: 8px; border-radius: 50%; background: var(--de-cyan); }
.de-expertise-split { display: grid; grid-template-columns: minmax(0,1.05fr) minmax(0,.95fr); gap: clamp(50px,8vw,110px); align-items: center; }
.de-expertise-materials { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; }
.de-expertise-materials span { padding: 16px 18px; border: 1px solid rgba(255,255,255,.14); border-radius: 10px; background: rgba(255,255,255,.05); color: #edf5f5; font-weight: 650; }
.de-process-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; margin-top: 48px; }
.de-process-grid article { min-height: 260px; padding: clamp(26px,4vw,40px); border: 1px solid #cdd8d8; border-radius: var(--de-radius); background: #fff; box-shadow: 0 14px 45px rgba(13,25,28,.06); }
.de-process-grid article > span { color: var(--de-cyan-dark); font-size: .78rem; font-weight: 850; letter-spacing: .12em; }
.de-process-grid h3 { margin: 45px 0 13px; font-size: 1.45rem; }
.de-process-grid p { margin: 0; color: #536164; line-height: 1.65; }
.de-expertise-gallery-section { background: #172225; color: #fff; }
.de-expertise-gallery { display: grid; grid-template-columns: 1.35fr .65fr; grid-template-rows: repeat(2,minmax(0,230px)); gap: 16px; margin-top: 46px; }
.de-expertise-gallery figure { position: relative; min-height: 0; margin: 0; overflow: hidden; border-radius: 14px; background: #0d1517; }
.de-expertise-gallery__wide { grid-row: 1 / 3; }
.de-expertise-gallery img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .5s ease; }
.de-expertise-gallery figure:hover img { transform: scale(1.025); }
.de-expertise-gallery figcaption { position: absolute; right: 0; bottom: 0; left: 0; padding: 28px 18px 15px; background: linear-gradient(transparent,rgba(0,0,0,.78)); color: #fff; font-size: .82rem; }
.de-expertise-applications { background: #dfe8e8; }
.de-expertise-applications a { color: #096d77; font-weight: 700; }
.de-expertise-links { background: #edf2f1; }
.de-expertise-links h2 { margin: 0; font-size: clamp(2rem,4vw,3.6rem); letter-spacing: -.04em; }
.de-crosslinks { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 16px; margin-top: 38px; }
.de-crosslinks a { min-height: 150px; display: flex; flex-direction: column; justify-content: space-between; padding: 26px; border: 1px solid #cbd6d6; border-radius: 14px; background: #fff; color: var(--de-ink); text-decoration: none; transition: transform .2s ease, border-color .2s ease; }
.de-crosslinks a:hover { transform: translateY(-3px); border-color: var(--de-cyan-dark); }
.de-crosslinks strong { font-size: 1.14rem; }
.de-crosslinks span { color: #5c696c; line-height: 1.5; }
.de-related-expertise { background: #11191b; color: #fff; }
.de-related-expertise .de-title { max-width: 760px; }
.de-related-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 16px; margin-top: 40px; }
.de-related-grid a { min-height: 170px; display: flex; flex-direction: column; justify-content: flex-end; padding: 26px; border: 1px solid #344448; border-radius: 14px; background: #192528; color: #fff; text-decoration: none; transition: transform .2s ease, border-color .2s ease, background .2s ease; }
.de-related-grid a:hover { transform: translateY(-3px); border-color: var(--de-cyan); background: #203034; }
.de-related-grid span { margin-bottom: 28px; color: var(--de-cyan); font-size: .72rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.de-related-grid strong { font-size: 1.35rem; }
.de-material-catalogue { background: #dfe8e8; }
.de-material-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 20px; margin-top: 48px; }
.de-material-grid article { display: grid; grid-template-columns: minmax(150px,.72fr) minmax(0,1.28fr); min-height: 310px; overflow: hidden; border-radius: var(--de-radius); background: #fff; box-shadow: 0 14px 45px rgba(13,25,28,.07); }
.de-material-grid img { width: 100%; height: 100%; min-height: 310px; object-fit: cover; }
.de-material-grid article > div { display: flex; flex-direction: column; align-items: flex-start; padding: clamp(25px,3vw,38px); }
.de-material-grid h3 { margin: 0 0 14px; font-size: 1.45rem; }
.de-material-grid p { margin: 0 0 24px; color: #526164; line-height: 1.62; }
.de-material-grid a, .de-text-link { margin-top: auto; color: #096d77; font-weight: 750; text-underline-offset: .25em; }
.de-material-card--wide { grid-column: 1 / -1; grid-template-columns: minmax(260px,.65fr) minmax(0,1.35fr) !important; }
.de-material-choice { background: #f4f6f5; }
.de-choice-list { display: grid; gap: 0; margin: 0; padding: 0; list-style: none; counter-reset: choice; }
.de-choice-list li { position: relative; padding: 22px 0 22px 64px; border-bottom: 1px solid #c5d0d0; counter-increment: choice; }
.de-choice-list li::before { content: "0" counter(choice); position: absolute; top: 22px; left: 0; color: var(--de-cyan-dark); font-size: .78rem; font-weight: 850; letter-spacing: .08em; }
.de-choice-list strong, .de-choice-list span { display: block; }
.de-choice-list strong { margin-bottom: 7px; font-size: 1.15rem; }
.de-choice-list span { color: #566467; line-height: 1.55; }
.de-materials-page .de-related-grid { grid-template-columns: repeat(4,minmax(0,1fr)); }
.de-faq-intro .de-expertise-summary a:not(.de-button) { color: #fff; }
.de-faq-section { scroll-margin-top: 100px; background: #edf2f1; }
.de-faq-section--dark { background: #11191b; color: #fff; }
.de-faq-section--cyan { background: #cfe4e5; }
.de-faq-layout { display: grid; grid-template-columns: minmax(240px,.55fr) minmax(0,1.45fr); gap: clamp(45px,8vw,110px); align-items: start; }
.de-faq-layout > div:first-child { position: sticky; top: 140px; }
.de-faq-layout h2 { margin: 0 0 24px; font-size: clamp(2rem,4.5vw,4rem); line-height: 1; letter-spacing: -.045em; }
.de-faq-list { border-top: 1px solid #b8c6c7; }
.de-faq-list details { border-bottom: 1px solid #b8c6c7; }
.de-faq-list summary { position: relative; padding: 25px 55px 25px 0; color: inherit; font-size: 1.12rem; font-weight: 750; line-height: 1.4; list-style: none; cursor: pointer; }
.de-faq-list summary::-webkit-details-marker { display: none; }
.de-faq-list summary:focus,
.de-faq-list summary:active { outline: none; box-shadow: none; }
.de-faq-list summary:focus-visible { color: var(--de-cyan-dark); }
.de-faq-section--dark .de-faq-list summary:focus-visible { color: #72d4dd; }
.de-faq-list summary::after { content: "+"; position: absolute; top: 19px; right: 2px; width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid currentColor; border-radius: 50%; color: var(--de-cyan-dark); font-size: 1.4rem; font-weight: 400; }
.de-faq-list details[open] summary::after { content: "−"; }
.de-faq-list details > div { padding: 0 55px 27px 0; color: #4e5d60; line-height: 1.7; }
.de-faq-list details > div p { margin: 0 0 12px; }
.de-faq-list details > div a { color: #096d77; font-weight: 700; }
.de-faq-section--dark .de-faq-list { border-color: #405054; }
.de-faq-section--dark .de-faq-list details { border-color: #405054; }
.de-faq-section--dark .de-faq-list details > div { color: #c1cbcc; }
.de-faq-section--dark .de-faq-list summary::after, .de-faq-section--dark .de-text-link { color: #72d4dd; }
.de-legal-hero { min-height: 300px; display: flex; align-items: end; padding: 70px 0 48px; background: linear-gradient(115deg,#0d1517,#1c353a); color: #fff; }
.de-legal-hero h1 { max-width: 950px; margin: 10px 0 0; font-size: clamp(2.8rem,6vw,5.5rem); line-height: .94; letter-spacing: -.055em; }
.de-legal-content { padding: clamp(70px,9vw,120px) 0; background: #edf2f1; }
.de-legal-layout { display: grid; grid-template-columns: minmax(220px,.5fr) minmax(0,1.5fr); gap: clamp(45px,8vw,110px); align-items: start; }
.de-legal-toc { position: sticky; top: 135px; padding: 25px; border-radius: 14px; background: #172225; color: #fff; }
.de-legal-toc h2 { margin: 0 0 18px; font-size: 1.2rem; }
.de-legal-toc a { display: block; padding: 9px 0; border-bottom: 1px solid rgba(255,255,255,.12); color: #cce8ea; text-decoration: none; }
.de-legal-copy { max-width: 800px; }
.de-legal-copy section { scroll-margin-top: 120px; padding-bottom: 34px; margin-bottom: 34px; border-bottom: 1px solid #c6d1d1; }
.de-legal-copy h2 { margin: 0 0 15px; font-size: clamp(1.6rem,3vw,2.3rem); letter-spacing: -.025em; }
.de-legal-copy h3 { margin: 25px 0 10px; font-size: 1.2rem; }
.de-legal-copy p, .de-legal-copy li { color: #435256; line-height: 1.72; }
.de-legal-copy a { color: #096d77; font-weight: 700; }
.de-legal-alert { padding: 20px 22px; border-left: 4px solid var(--de-cyan-dark); border-radius: 0 10px 10px 0; background: #fff; color: #263437; }
.de-legal-placeholder { display: inline; padding: 2px 5px; border-radius: 4px; background: #fff1bf; color: #5b4600; font-weight: 750; }
.de-card__link { position: absolute; inset: 0; z-index: 3; border-radius: inherit; }
.de-card:has(.de-card__link) { cursor: pointer; }
.de-card:has(.de-card__link:focus-visible) { transform: translateY(-3px); background: #d5dedd; box-shadow: var(--de-shadow); }
.de-card__link:focus-visible { outline: none; }

.de-hero { position: relative; min-height: 730px; display: grid; align-items: end; overflow: hidden; background: var(--de-ink); color: #fff; }
.de-hero::before { content: ""; position: absolute; inset: -3%; background: linear-gradient(90deg, rgba(7,14,16,.96) 0%, rgba(7,14,16,.8) 48%, rgba(7,14,16,.18) 82%), url('assets/machine-decoupe-express.jpg') center/cover no-repeat; transform-origin: 68% 50%; animation: de-ken-burns 38s cubic-bezier(.45, 0, .55, 1) infinite alternate; will-change: transform; }
.de-hero::after { content: ""; position: absolute; inset: auto 0 0; height: 2px; background: linear-gradient(90deg, var(--de-cyan) 0 38%, transparent 38%); }
.de-hero__inner { position: relative; z-index: 1; padding: 120px 0 84px; }
.de-hero__brandline { display: grid; grid-template-columns: clamp(250px, 27vw, 350px) minmax(0, 1fr); gap: clamp(34px, 5vw, 72px); align-items: center; margin-top: 28px; }
.de-hero__logo { display: block; width: 100%; height: auto; max-height: 210px; object-fit: contain; object-position: left center; }
.de-hero__eyebrow { display: flex; align-items: center; gap: 12px; color: #a9dfe4; font-size: .78rem; font-weight: 750; letter-spacing: .15em; text-transform: uppercase; }
.de-hero__eyebrow::before { content: ""; width: 34px; height: 2px; background: var(--de-cyan); }
.de-hero h1 { max-width: 790px; margin: 0; font-size: clamp(2.8rem, 5.6vw, 5.6rem); line-height: .98; letter-spacing: -.058em; }
.de-hero__lead { max-width: 670px; color: #d5dcdd; font-size: clamp(1.12rem, 1.8vw, 1.42rem); line-height: 1.6; }
.de-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.de-hero__proofs { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); max-width: 780px; margin-top: 70px; border-top: 1px solid rgba(255,255,255,.2); }
.de-hero__proof { padding: 22px 20px 0 0; color: #c9d1d2; font-size: .82rem; letter-spacing: .02em; }
.de-hero__proof strong { display: block; margin-bottom: 5px; color: #fff; font-size: 1rem; }

.de-grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-top: 48px; }
.de-card { position: relative; min-height: 330px; padding: 30px 28px; display: flex; flex-direction: column; align-items: flex-start; border: 1px solid #aebcbb; border-radius: var(--de-radius); background: #cbd5d4; transition: transform .25s ease, box-shadow .25s ease, background .25s ease; }
.de-card:hover { transform: translateY(-5px); box-shadow: var(--de-shadow); }
.de-card:hover { background: #d5dedd; }
.de-card__meta { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-bottom: 52px; }
.de-card__number { color: var(--de-cyan-dark); font-size: .78rem; font-weight: 800; letter-spacing: .08em; }
.de-card__icon { width: 52px; height: 52px; flex: 0 0 auto; display: block; background: var(--de-cyan-dark); mask: center / contain no-repeat; -webkit-mask: center / contain no-repeat; }
.de-card__icon svg { display: block; width: 100%; height: 100%; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.de-card:nth-child(1) .de-card__icon { mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 52 52'%3E%3Cg fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M8 37 37 8M25 20l7 7M10 43h32'/%3E%3Ccircle cx='15' cy='15' r='7'/%3E%3Ccircle cx='37' cy='37' r='7'/%3E%3C/g%3E%3C/svg%3E"); -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 52 52'%3E%3Cg fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M8 37 37 8M25 20l7 7M10 43h32'/%3E%3Ccircle cx='15' cy='15' r='7'/%3E%3Ccircle cx='37' cy='37' r='7'/%3E%3C/g%3E%3C/svg%3E"); }
.de-card:nth-child(2) .de-card__icon { mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 52 52'%3E%3Cg fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 7h12v12l-3 4v14l-3 8-3-8V23l-3-4ZM12 45h28M14 34h6M32 34h6M18 12h16'/%3E%3C/g%3E%3C/svg%3E"); -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 52 52'%3E%3Cg fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 7h12v12l-3 4v14l-3 8-3-8V23l-3-4ZM12 45h28M14 34h6M32 34h6M18 12h16'/%3E%3C/g%3E%3C/svg%3E"); }
.de-card:nth-child(3) .de-card__icon { mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 52 52'%3E%3Cg fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round'%3E%3Ccircle cx='26' cy='26' r='18'/%3E%3Ccircle cx='26' cy='26' r='8'/%3E%3Cpath d='M26 8v7M26 37v7M8 26h7M37 26h7'/%3E%3C/g%3E%3C/svg%3E"); -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 52 52'%3E%3Cg fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round'%3E%3Ccircle cx='26' cy='26' r='18'/%3E%3Ccircle cx='26' cy='26' r='8'/%3E%3Cpath d='M26 8v7M26 37v7M8 26h7M37 26h7'/%3E%3C/g%3E%3C/svg%3E"); }
.de-card:nth-child(4) .de-card__icon { mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 52 52'%3E%3Cg fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m10 17 16-9 16 9-16 9ZM10 26l16 9 16-9M10 35l16 9 16-9M10 17v18M42 17v18'/%3E%3C/g%3E%3C/svg%3E"); -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 52 52'%3E%3Cg fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m10 17 16-9 16 9-16 9ZM10 26l16 9 16-9M10 35l16 9 16-9M10 17v18M42 17v18'/%3E%3C/g%3E%3C/svg%3E"); }
.de-card h3 { margin: 0 0 14px; font-size: 1.55rem; letter-spacing: -.025em; }
.de-card p { margin: 0; color: #49575a; line-height: 1.6; }

.de-section--motif { position: relative; overflow: hidden; isolation: isolate; }
.de-section--motif::before { content: ""; position: absolute; z-index: 0; width: clamp(600px, 66vw, 1050px); aspect-ratio: 1; background: url('assets/motif-decoupe.png') center/contain no-repeat; opacity: .12; pointer-events: none; }
.de-section--motif > .de-shell { position: relative; z-index: 1; }
.de-section--motif-right::before { top: 50%; right: clamp(-460px, -23vw, -210px); transform: translateY(-50%) rotate(8deg); }
.de-section--motif-left::before { left: clamp(-440px, -22vw, -190px); bottom: -390px; transform: rotate(-14deg); opacity: .16; }
.de-section--motif-top::before { top: -410px; right: -260px; transform: rotate(24deg); opacity: .1; }

.de-materials { background: var(--de-ink); color: #fff; }
.de-materials .de-kicker { color: #72d4dd; }
.de-materials .de-intro { color: #b9c4c6; }
.de-materials__layout { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(50px, 8vw, 110px); align-items: center; }
.de-materials__image { position: relative; min-height: 520px; overflow: hidden; border-radius: var(--de-radius); background: #fff url('assets/elastomeres-decoupe-express.jpg') center/cover no-repeat; }
.de-materials__image::after { content: "Matières techniques"; position: absolute; left: 22px; bottom: 22px; padding: 10px 14px; border-radius: 999px; background: rgba(10,20,22,.82); color: #fff; font-size: .75rem; letter-spacing: .08em; text-transform: uppercase; }
.de-chips { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 34px; }
.de-chip { padding: 12px 16px; border: 1px solid #3d4b4e; border-radius: 999px; color: #e6eeee; font-size: .9rem; }

.de-benefits { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(50px, 8vw, 120px); align-items: start; }
.de-benefits__list { display: grid; gap: 0; border-top: 1px solid var(--de-line); }
.de-benefit { display: grid; grid-template-columns: 48px 1fr; gap: 18px; padding: 26px 0; border-bottom: 1px solid var(--de-line); }
.de-benefit__icon { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; background: #dff5f7; color: var(--de-cyan-dark); font-weight: 800; }
.de-benefit h3 { margin: 0 0 7px; font-size: 1.15rem; }
.de-benefit p { margin: 0; color: var(--de-muted); line-height: 1.6; }

.de-section--anthracite { background: #182225; color: #fff; }
.de-section--anthracite .de-kicker { color: #72d4dd; }
.de-section--anthracite .de-intro,
.de-section--anthracite .de-benefit p { color: #b9c4c6; }
.de-section--anthracite .de-benefits__list { border-color: #354144; }
.de-section--anthracite .de-benefit { border-color: #354144; }
.de-section--anthracite .de-benefit__icon { background: #26383c; color: #72d4dd; }

.de-surmesure { background: #dff5f7; }
.de-surmesure__layout { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(45px, 7vw, 90px); align-items: center; }
.de-surmesure__visual { min-height: 460px; border-radius: var(--de-radius); background: #fff url('assets/pieces-decoupees.jpg') center/cover no-repeat; box-shadow: var(--de-shadow); }
.de-steps { margin: 30px 0 0; padding: 0; list-style: none; display: grid; gap: 13px; }
.de-steps li { display: flex; gap: 12px; align-items: center; font-weight: 650; }
.de-steps li::before { content: ""; width: 8px; height: 8px; flex: 0 0 auto; border-radius: 50%; background: var(--de-cyan-dark); }

.de-guides { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 44px; }
.de-guide { padding: 30px; border: 1px solid var(--de-line); border-radius: var(--de-radius); background: #fff; color: inherit; text-decoration: none; }
.de-guide span { color: var(--de-cyan-dark); font-size: .75rem; font-weight: 750; letter-spacing: .12em; text-transform: uppercase; }
.de-guide h3 { margin: 42px 0 10px; font-size: 1.35rem; line-height: 1.2; }
.de-guide p { margin: 0; color: var(--de-muted); line-height: 1.55; }
.de-guide:hover { border-color: var(--de-cyan); box-shadow: var(--de-shadow); }

.de-guides-section { background: #101719; color: #fff; }
.de-guides-section .de-kicker { color: #72d4dd; }
.de-guides-section .de-intro { color: #b9c4c6; }
.de-guides-section .de-guide { border-color: #334043; background: #182225; color: #fff; }
.de-guides-section .de-guide p { color: #aebabc; }
.de-guides-section .de-guide:hover { border-color: #72d4dd; background: #1c292c; box-shadow: 0 18px 60px rgba(0,0,0,.28); }

.de-cta { padding: clamp(72px, 9vw, 118px) 0; background: var(--de-cyan); color: #071416; }
.de-cta__inner { display: flex; align-items: end; justify-content: space-between; gap: 40px; }
.de-cta h2 { max-width: 780px; margin: 0; font-size: clamp(2.4rem, 5.3vw, 5rem); line-height: .98; letter-spacing: -.055em; }
.de-cta p { max-width: 650px; margin: 22px 0 0; font-size: 1.12rem; line-height: 1.6; }
.de-cta .de-button { flex: 0 0 auto; border-color: var(--de-ink); background: var(--de-ink); color: #fff; }

.de-footer { position: relative; isolation: isolate; overflow: hidden; padding: 52px 0 24px; background: #0b1012; color: #fff; }
.de-footer::before { content: ""; position: absolute; z-index: 0; width: clamp(620px, 62vw, 980px); aspect-ratio: 1; right: clamp(-450px, -20vw, -190px); bottom: -520px; background: url('assets/motif-decoupe.png') center/contain no-repeat; opacity: .13; transform: rotate(-12deg); pointer-events: none; }
.de-footer > .de-shell { position: relative; z-index: 1; }
.de-footer__top { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(260px, .95fr) minmax(220px, .8fr); gap: clamp(28px, 3vw, 42px); padding-bottom: 38px; }
.de-footer__logo { width: min(100%, 300px); height: 100px; margin-bottom: 8px; object-fit: contain; object-position: left center; filter: brightness(0) invert(1); }
.de-footer p, .de-footer address { color: #aeb9bb; line-height: 1.65; font-style: normal; }
.de-footer h2 { margin: 0 0 18px; font-size: .78rem; color: #72d4dd; letter-spacing: .13em; text-transform: uppercase; }
.de-footer a { color: #fff; }
.de-footer__details { display: grid; gap: 17px; }
.de-footer__line { display: flex; align-items: flex-start; gap: 13px; color: #aeb9bb; line-height: 1.55; }
.de-footer__line a { text-decoration-color: rgba(114,212,221,.4); }
.de-footer a[href^="mailto:"] { white-space: nowrap; font-size: .94rem; }
.de-footer__icon { width: 38px; height: 38px; flex: 0 0 38px; display: grid; place-items: center; border: 1px solid #365157; border-radius: 50%; background: #17282c; color: #64cbd5; }
.de-footer__icon svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.de-footer__bottom { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding-top: 22px; border-top: 1px solid #293235; color: #7f8b8e; font-size: .78rem; }
.de-footer__legal { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 8px 20px; }
.de-footer__legal a { color: #aeb9bb; text-decoration: none; }
.de-footer__legal a:hover { color: #72d4dd; }
.de-footer a:focus,
.de-footer a:active { outline: none; box-shadow: none; }
.de-footer a:focus-visible { color: #72d4dd; text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 4px; }

.de-to-top { position: fixed; z-index: 1100; right: clamp(18px, 2.4vw, 34px); bottom: clamp(18px, 2.4vw, 34px); width: 52px; height: 52px; display: grid; place-items: center; border: 1px solid rgba(114,212,221,.55); border-radius: 50%; background: rgba(17, 35, 39, .92); color: #72d4dd; box-shadow: 0 12px 34px rgba(0,0,0,.28); text-decoration: none; backdrop-filter: blur(10px); transition: transform .2s ease, background .2s ease, color .2s ease; }
.de-to-top:hover { transform: translateY(-4px); background: #72d4dd; color: #0b1517; }
.de-to-top:focus-visible { outline: 3px solid #fff; outline-offset: 3px; }
.de-to-top svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }

@keyframes de-ken-burns {
  0% { transform: scale(1.02) translate3d(0, 0, 0); }
  100% { transform: scale(1.055) translate3d(-.8%, -.4%, 0); }
}

@media (max-width: 980px) {
  .de-nav { position: absolute; top: 100%; right: 0; left: 0; z-index: 5; display: none; align-items: stretch; gap: 0; margin: 0; padding: 18px; border: 1px solid #354448; border-top: 0; border-radius: 0 0 16px 16px; background: #11191b; box-shadow: 0 22px 45px rgba(0,0,0,.35); }
  .de-nav.is-open { display: flex; flex-direction: column; }
  .de-nav a { padding: 15px 12px; border-bottom: 1px solid rgba(255,255,255,.1); font-size: 1rem; }
  .de-nav-dropdown > summary { padding: 15px 12px; border-bottom: 1px solid rgba(255,255,255,.1); font-size: 1rem; }
  .de-nav-submenu { position: static; min-width: 0; margin: 5px 0 10px; padding: 4px 8px 4px 18px; border: 0; border-radius: 8px; background: rgba(255,255,255,.04); box-shadow: none; }
  .de-nav-submenu a { border-bottom: 0; color: #9fe0e6; }
  .de-nav .de-nav__mobile-cta { display: flex; justify-content: center; margin-top: 14px; border: 1px solid var(--de-cyan); border-radius: 999px; background: var(--de-cyan); color: #071416; }
  .de-header__cta { display: none; }
  .de-header-tools { order: 2; margin-left: auto; }
  .de-menu-toggle { order: 3; display: block; flex: 0 0 auto; margin-left: 0; }
  .de-logo { margin-bottom: -18px; }
  .de-logo img { width: 300px; height: 104px; }
  .de-grid-4 { grid-template-columns: repeat(2, 1fr); }
  .de-materials__layout, .de-benefits, .de-surmesure__layout { grid-template-columns: 1fr; }
  .de-materials__image { order: 2; min-height: 380px; }
  .de-surmesure__visual { min-height: 380px; }
  .de-contact-layout { grid-template-columns: 1fr; }
  .de-expertise-intro, .de-expertise-split { grid-template-columns: 1fr; }
  .de-process-grid { grid-template-columns: 1fr; }
  .de-process-grid article { min-height: 0; }
  .de-process-grid h3 { margin-top: 25px; }
  .de-material-grid { grid-template-columns: 1fr; }
  .de-material-card--wide { grid-column: auto; }
  .de-materials-page .de-related-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .de-faq-layout { grid-template-columns: 1fr; }
  .de-faq-layout > div:first-child { position: static; }
  .de-legal-layout { grid-template-columns: 1fr; }
  .de-legal-toc { position: static; }
}

@media (min-width: 981px) and (max-width: 1180px) {
  .de-header__inner { gap: 18px; }
  .de-logo img { width: 270px; height: 104px; }
  .de-nav { gap: 17px; }
  .de-nav a, .de-nav-dropdown > summary { font-size: .82rem; }
  .de-header__cta { padding-inline: 18px; font-size: .82rem; }
}

@media (max-width: 700px) {
  .de-shell { width: min(100% - 28px, 1180px); }
  .de-header__inner { min-height: 74px; gap: 12px; }
  .de-logo { margin-bottom: -8px; }
  .de-logo img { width: 165px; height: 68px; }
  .de-header-tools { position: static; }
  .de-languages a, .de-search-menu > summary { width: 29px; height: 29px; }
  .de-menu-toggle { margin-left: 0; }
  .de-header-search { top: 38px; }
  .de-hero { min-height: 680px; }
  .de-hero::before { background: linear-gradient(180deg, rgba(7,14,16,.62), rgba(7,14,16,.96) 65%), url('assets/machine-decoupe-express.jpg') 60% center/cover no-repeat; }
  .de-hero__inner { padding: 95px 0 55px; }
  .de-hero__brandline { grid-template-columns: 1fr; gap: 28px; margin-top: 24px; }
  .de-hero__logo { width: min(70vw, 340px); max-height: 150px; }
  .de-hero h1 { font-size: clamp(2.65rem, 13vw, 4.4rem); }
  .de-section--motif::before { width: 680px; opacity: .1; }
  .de-footer::before { width: 680px; right: -390px; bottom: -370px; opacity: .11; }
  .de-to-top { width: 46px; height: 46px; right: 14px; bottom: 14px; }
  .de-hero__proofs { grid-template-columns: 1fr; gap: 15px; margin-top: 45px; padding-top: 20px; }
  .de-hero__proof { padding: 0; }
  .de-grid-4, .de-guides, .de-footer__top { grid-template-columns: 1fr; }
  .de-footer__logo { width: min(82vw, 300px); height: 100px; }
  .de-footer__bottom { align-items: flex-start; flex-direction: column; }
  .de-footer__legal { justify-content: flex-start; }
  .de-card { min-height: 250px; }
  .de-cta__inner { display: block; }
  .de-cta .de-button { margin-top: 30px; }
  .de-search-hero { padding-top: 125px; }
  .de-search-form div { display: grid; }
  .de-search-form input, .de-search-form button { width: 100%; border-radius: 9px; }
  .de-search-form button { margin-top: 8px; }
  .de-contact-hero { min-height: 300px; padding-bottom: 38px; }
  .de-expertise-hero { min-height: 300px; padding-bottom: 38px; }
  .de-expertise-hero h1 { font-size: clamp(2.5rem,12vw,4rem); }
  .de-expertise-materials, .de-crosslinks { grid-template-columns: 1fr; }
  .de-related-grid { grid-template-columns: 1fr; }
  .de-materials-page .de-related-grid { grid-template-columns: 1fr; }
  .de-material-grid article, .de-material-card--wide { grid-template-columns: 1fr !important; }
  .de-material-grid img { min-height: 210px; max-height: 250px; }
  .de-faq-list summary { padding-right: 48px; }
  .de-faq-list details > div { padding-right: 0; }
  .de-expertise-gallery { grid-template-columns: 1fr; grid-template-rows: 310px repeat(2,200px); }
  .de-expertise-gallery__wide { grid-row: auto; }
  .de-contact-form { padding: 25px 20px; }
  .de-map-link { right: 12px; bottom: 12px; }
}

@media (max-width: 390px) {
  .de-logo img { width: 145px; height: 62px; }
}

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

/* Complianz — appearance only; consent logic remains owned by the plugin. */
.cmplz-cookiebanner {
  border: 1px solid rgba(43, 177, 196, .42) !important;
  border-radius: 18px !important;
  background: #111719 !important;
  color: #f4f6f5 !important;
  box-shadow: 0 24px 70px rgba(0, 0, 0, .42) !important;
  font-family: inherit !important;
}
.cmplz-cookiebanner .cmplz-title,
.cmplz-cookiebanner .cmplz-message,
.cmplz-cookiebanner .cmplz-category-title,
.cmplz-cookiebanner .cmplz-always-active { color: #f4f6f5 !important; }
.cmplz-cookiebanner .cmplz-link { color: #7ad9e4 !important; }
.cmplz-cookiebanner .cmplz-btn {
  min-height: 46px !important;
  border: 1px solid #2bb1c4 !important;
  border-radius: 999px !important;
  font-family: inherit !important;
  font-weight: 750 !important;
}
.cmplz-cookiebanner .cmplz-accept,
.cmplz-cookiebanner .cmplz-deny {
  background: #2bb1c4 !important;
  color: #071416 !important;
}
.cmplz-cookiebanner .cmplz-view-preferences,
.cmplz-cookiebanner .cmplz-save-preferences {
  background: transparent !important;
  color: #f4f6f5 !important;
}
.cmplz-cookiebanner .cmplz-close { color: #f4f6f5 !important; }
