/**
 * Backes Ramoneur — Feuille de styles principale
 *
 * Reprend le système de design des maquettes (build/*.dc.html) :
 * vert #00783C, fond crème #FBFBF8, Rajdhani (titres) + Instrument Sans (texte).
 *
 * 0.  Polices auto-hébergées
 * 1.  Tokens
 * 2.  Reset & base
 * 3.  Utilitaires & accessibilité
 * 4.  Layout & sections
 * 5.  Boutons & liens
 * 6.  Topbar
 * 7.  Header, navigation, méga-menu
 * 8.  Menu mobile
 * 9.  Hero
 * 10. Widget de réservation
 * 11. Bandeau confiance
 * 12. Cartes de service
 * 13. Grille "pourquoi" & valeurs
 * 14. Équipe & blocs média-texte
 * 15. Avant / après
 * 16. Avis clients
 * 17. Bloc caritatif & marques
 * 18. FAQ
 * 19. Zone & contact
 * 20. CTA vert
 * 21. Footer
 * 22. WhatsApp flottant & popup
 * 23. Pages service
 * 24. Journal & contenu éditorial
 * 25. Formulaires
 * 26. 404
 * 27. Page de rendez-vous
 * 28. Responsive
 */

/* =============================================================================
   0. POLICES AUTO-HÉBERGÉES
   ========================================================================== */

@font-face {
    font-family: 'Rajdhani';
    src: url('../fonts/Rajdhani-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Rajdhani';
    src: url('../fonts/Rajdhani-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Rajdhani';
    src: url('../fonts/Rajdhani-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Rajdhani';
    src: url('../fonts/Rajdhani-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Rajdhani';
    src: url('../fonts/Rajdhani-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Instrument Sans';
    src: url('../fonts/InstrumentSans-Variable.woff2') format('woff2');
    font-weight: 400 700;
    font-stretch: 75% 100%;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Instrument Sans';
    src: url('../fonts/InstrumentSans-Italic-Variable.woff2') format('woff2');
    font-weight: 400 700;
    font-stretch: 75% 100%;
    font-style: italic;
    font-display: swap;
}

/* =============================================================================
   1. TOKENS
   ========================================================================== */

:root {
    --br-green: #00783C;
    --br-green-rgb: 0, 120, 60;
    --br-green-dark: #005E30;
    --br-green-mid: #2FA96A;
    --br-green-light: #8FDDB4;
    --br-green-pale: #E9F3EE;
    --br-green-wash: #F0F7F2;
    --br-green-soft: #CDE8DA;

    --br-ink: #111111;
    --br-ink-72: rgba(17, 17, 17, .72);
    --br-ink-68: rgba(17, 17, 17, .68);
    --br-ink-65: rgba(17, 17, 17, .65);
    --br-ink-60: rgba(17, 17, 17, .60);
    --br-ink-55: rgba(17, 17, 17, .55);
    --br-ink-50: rgba(17, 17, 17, .50);
    --br-ink-35: rgba(17, 17, 17, .35);
    --br-ink-15: rgba(17, 17, 17, .15);
    --br-ink-5: rgba(17, 17, 17, .05);

    --br-line: rgba(17, 17, 17, .10);
    --line-soft: rgba(17, 17, 17, .06);
    --br-line-strong: rgba(17, 17, 17, .18);
    --br-line-green: rgba(0, 120, 60, .18);

    --br-bg: #FBFBF8;
    --br-surface: #FFFFFF;
    --br-surface-op8: rgba(255, 255, 255, .8);
    --br-surface-op6: rgba(255, 255, 255, .6);
    --br-surface-op4: rgba(255, 255, 255, .4);
    --br-surface-op2: rgba(255, 255, 255, .2);
    --br-hatch-a: #EFEEE8;
    --br-hatch-b: #F7F6F1;

    --br-font: 'Instrument Sans', system-ui, -apple-system, sans-serif;
    --br-font-display: 'Rajdhani', system-ui, sans-serif;
    --br-font-mono: ui-monospace, 'Menlo', 'SFMono-Regular', monospace;
    --font-size-4xs: .85rem;
    --font-size-3xs: .95rem;
    --font-size-2xs: 1.05rem;
    --font-size-xs: 1.15rem;
    --font-size-sm: 1.25rem;
    --font-size-base: 1.35rem;
    --font-size-lg: 1.45rem;
    --font-size-xl: 1.55rem;
    --font-size-2xl: 1.65rem;

    --line-height-sm: 1.5;
    --line-height-base: 1.6;

    --br-container: 1240px;
    --br-gutter: 48px;
    --br-header-h: 78px;
    --br-topbar-h: 42px;

    --br-radius: 6px;
    --br-ease: cubic-bezier(.2, .65, .25, 1);

    --br-select-arrow: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 10 10" fill="none" stroke="black" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"><polyline points="1.5,3 5,7 8.5,3"/></svg>');
}

/* =============================================================================
   2. RESET & BASE
   ========================================================================== */

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    font-size: 62.5%;
    scroll-behavior: smooth;
    -webkit-text-size-adjust: 100%;
    scroll-padding-top: 96px;
}

body {
    margin: 0;
    background: var(--br-bg);
    color: var(--br-ink);
    font-family: var(--br-font);
    font-size: var(--font-size-base);
    line-height: var(--line-height-base);
    -webkit-font-smoothing: antialiased;
}

img,
video,
svg {
    max-width: 100%;
    display: block;
}

img,
video {
    height: auto;
}

a {
    color: var(--br-green);
    text-decoration: none;
}

a:hover {
    color: var(--br-green-dark);
}

button {
    font: inherit;
    cursor: pointer;
}

input,
select,
textarea {
    font: inherit;
}

::selection {
    background: var(--br-green-soft);
}

h1, h2, h3, h4 {
    font-family: var(--br-font-display);
    font-weight: 700;
    line-height: 1.08;
    letter-spacing: -0.07rem;
    margin: 0;
}

p {
    margin: 0;
}

:focus-visible {
    outline: 2px solid var(--br-green);
    outline-offset: 3px;
}

.service-choice__step:focus-visible,
.service-choice__arrows:focus-visible {
    outline: none;
    outline-offset: 0;
}

@keyframes br-rise {
    from { opacity: 0; transform: translateY(22px); }
    to   { opacity: 1; transform: none; }
}
@keyframes br-slide-left {
    from { opacity: .4; transform: translateX(-100%); }
    to   { opacity: 1; transform: none; }
}

@keyframes br-fade {
    from { opacity: 0; }
    to   { opacity: 1; }
}

.br-rise {
    animation: br-rise .8s var(--br-ease) both;
    animation-timeline: view();
    animation-range: entry 0% entry 28%;
}

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

/* =============================================================================
   3. UTILITAIRES & ACCESSIBILITÉ
   ========================================================================== */

.screen-reader-text {
    position: absolute !important;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.skip-link:focus {
    position: fixed;
    top: 12px;
    left: 12px;
    z-index: 999;
    width: auto;
    height: auto;
    clip: auto;
    padding: 12px 20px;
    background: var(--br-ink);
    color: #fff;
    border-radius: var(--br-radius);
}

[hidden] {
    display: none !important;
}

.br-placeholder {
    background: repeating-linear-gradient(45deg, var(--br-hatch-a) 0 14px, var(--br-hatch-b) 14px 28px);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.br-placeholder__tag,
.br-tag-mono {
    font-family: var(--br-font-mono);
    font-size: 10.5px;
    letter-spacing: .04em;
    color: #6b6b66;
    background: var(--br-bg);
    border: 1px solid var(--br-line);
    padding: 6px 10px;
}

.br-dot {
	display: inline-block;
	width: 3px;
	height: 3px;
	margin: 0 0.7rem;
	border-radius: 50%;
	background: currentColor;
	opacity: .5;
	vertical-align: middle;
}

.post-signature__hours .br-dot {
    position: relative;
    bottom: 0.5px;
}

.br-corner-marks {
    position: relative;
}

.br-corner-marks::before,
.br-corner-marks::after {
    content: "";
    position: absolute;
    width: 34px;
    height: 34px;
    z-index: 10;
}

.br-corner-marks::before {
    left: -1px;
    top: -1px;
    border-left: 3px solid var(--br-green);
    border-top: 3px solid var(--br-green);
}

.br-corner-marks::after {
    right: -1px;
    bottom: -1px;
    border-right: 3px solid var(--br-green);
    border-bottom: 3px solid var(--br-green);
}

/* =============================================================================
   4. LAYOUT & SECTIONS
   ========================================================================== */

.container {
    max-width: var(--br-container);
    margin: 0 auto;
    padding: 0 var(--br-gutter);
    width: 100%;
}

.container--narrow {
    max-width: 860px;
}

.section {
    padding-top: 9.6rem;
}

.page-services #charity.section {
    padding-block: 0 9.6rem;
}

.section--tight {
    padding-top: 6.4rem;
}

.section--pale {
    margin-top: 9.6rem;
    background: var(--br-green-pale);
    padding: 8.4rem 0 8.8rem;
}

.section--white {
    background: var(--br-surface);
}

.our-team.section--white {
    padding-block: 9.6rem;
}

.page-service .section--compare {
	background-color: var(--br-surface);
	padding-bottom: 9.6rem;
}

.page-service .gallery + .section--compare {
    padding-top: 0;
}

#avis.section,
#faq.section,
.our-story.section,
.our-brands.section,
.contact-map,
.contact-form.section {
    padding-bottom: 9.6rem;
}

.page-service #faq.section {
    padding-bottom: 0;
}

.contact-form.section {
    padding-top: 5rem;
}

#equipe.section--white,
#contact.section--white {
    padding-block: 9.6rem;
}

.eyebrow {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	margin-bottom: 1.6rem;
	color: var(--br-green);
}

.page-hero--products .eyebrow {
    margin-bottom: 2.6rem;
}

.eyebrow__label {
    font-size: var(--font-size-2xs);
    font-weight: 600;
    letter-spacing: .18rem;
    color: var(--br-green);
}

.eyebrow__rule {
    flex: 1;
    height: 1px;
    background: var(--line-soft);
	position: relative;
	top: 0.5px;
}

.section--pale .eyebrow__rule {
	background: var(--br-line-green);
}

.eyebrow__num {
    font-family: var(--br-font-display);
    font-weight: 700;
    font-size: var(--font-size-sm);
    color: var(--br-ink-35);
}

.section--pale .eyebrow__num {
	color: var(--br-green-dark);
	opacity: 0.45;
}

.section-title {
	font-size: 5rem;
	margin-bottom: 4rem;
	max-width: 60rem;
}

.contact-form .section-title {
    font-size: 4.2rem;
    margin-bottom: 1.2rem;
}

.what-we-do .section-title {
    max-width: 40rem;
}

.the-brand .section-title {
    font-size: 4rem;
}

#equipe .section-title,
#faq .section-title,
#contact .section-title,
.contact-map .section-title {
	margin-bottom: 2rem;
}

.section-title--flush {
    margin-bottom: 0;
}

.section-head-split {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 32px;
    margin-bottom: 36px;
}

.section-head-split__note {
	color: var(--br-ink-55);
	max-width: 22rem;
	text-align: right;
	margin-bottom: 6px;
}

.product-range .section-head-split__note {
    max-width: 36rem;
}

.grid-split {
    display: grid;
    grid-template-columns: 7fr 5fr;
    gap: 56px;
    align-items: center;
}

.service-detail .grid-split {
    gap: 12rem;
    justify-content: space-between;
}

.grid-split--reverse {
    grid-template-columns: 6fr 6fr;
}

#contact .grid-split--reverse {
    gap: 4rem;
}

.grid-split--top {
    align-items: start;
}

/* =============================================================================
   5. BOUTONS & LIENS
   ========================================================================== */

.btn {
    display: inline-flex;
    align-items: center;
    gap: 1rem;
    border-radius: var(--br-radius);
    font-weight: 600;
    text-decoration: none;
    border: 0;
    transition: background .18s ease, border-color .18s ease, color .18s ease;
}

.btn--primary {
	background: var(--br-green);
	color: #fff;
	padding: 14px 28px 15px;
}

.btn--primary:hover {
    background: var(--br-green-dark);
    color: #fff;
}

.btn--ghost {
	background: transparent;
	color: rgba(var(--br-green-rgb),0.55);
	padding: 12.5px 26px 13.5px;
	border: 1.5px solid rgba(var(--br-green-rgb),0.55);
}

.btn--ghost:hover {
    border-color: rgba(var(--br-green-rgb),0.85);
    color: rgba(var(--br-green-rgb),0.85);
}

.btn--ghost-light {
    background: transparent;
    color: #fff;
    padding: 14px 26px;
    border: 1.5px solid rgba(255, 255, 255, .55);
}

.btn--ghost-light:hover {
	border-color: var(--br-green);
	color: var(--br-green);
	background-color: transparent;
	backdrop-filter: blur(10px);
}

.btn--white {
    background: #fff;
    color: var(--br-green);
    padding: 15px 28px;
    font-weight: 700;
}

.btn--white:hover {
    background: var(--br-green-pale);
    color: var(--br-green);
}

.btn--sm {
	font-size: var(--font-size-sm);
	padding: 10px 20px 11px;
}

.link-underline {
	display: inline-flex;
	align-items: center;
	gap: 0.6rem;
	font-weight: 600;
	text-decoration: none;
	border-bottom: 1.5px solid rgba(0, 120, 60, .3);
	padding-bottom: 1px;
	transition: border-color .18s ease;
}

.journal-related .link-underline {
    border-bottom: none;
}

.link-underline:hover {
    border-color: var(--br-green);
}

.link {
    text-decoration: underline;
    font-weight: 600;
}

#journal .section-head-split .link-underline {
    margin-bottom: 6px;
}

.link-arrow {
	display: inline-flex;
	align-items: center;
	gap: 0.7rem;
	font-weight: 600;
	color: var(--br-green);
}

.btn--arrow {
    display: inline-flex;
    align-items: center;
    gap: 0.7rem;
}

.prices__card .btn--arrow {
    align-self: flex-end;
    margin-top: 3rem;
}

.link-whatsapp,
.fork__more {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-weight: 600;
}

.link-arrow svg,
.link-arrow--reverse svg,
.reviews__score .link-arrow svg,
.link-underline svg,
.journal-card__more svg,
.btn--arrow svg,
.fork__more svg {
    flex: none;
    transition: transform .22s var(--br-ease);
    position: relative;
}

.link-arrow.link-arrow--reverse svg {
    transform: rotate(180deg);
    top: .5px;
}

.link-arrow svg,
.btn--arrow svg {
    top: 1.5px;
}

.reviews__score .link-arrow svg,
.link-underline svg,
.journal-card__more svg,
.fork__more svg {
    top: 1px;
}

.link-arrow:hover svg,
.link-underline:hover svg,
.journal-card:hover .journal-card__more svg,
.fork__card:hover .fork__more svg,
.btn--arrow:hover svg {
    transform: translateX(4px);
}

.link-arrow--reverse:hover svg {
    transform: rotate(180deg) translateX(4px);
}

.fork__card:hover .fork__more--down svg {
    transform: translateY(4px);
}

.reviews__score .link-arrow {
    font-size: var(--font-size-sm);
}

/* =============================================================================
   6. TOPBAR
   ========================================================================== */

.topbar {
	background: var(--br-green-pale);
}

.home .topbar {
	background: var(--br-ink);
}

.topbar__inner {
    height: var(--br-topbar-h);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
}

.topbar__links {
    display: flex;
    align-items: center;
    gap: 22px;
}

.topbar__emergency {
	display: inline-flex;
	align-items: center;
	gap: 1.2rem;
	text-decoration: none;
	font-size: var(--font-size-sm);
	font-weight: 500;
}

.home .topbar__emergency span:last-child {
	color: rgba(255,255,255,0.75);
}

.topbar__emergency:hover {
    color: var(--br-green-dark);
}

.topbar__emergency strong {
    font-weight: 700;
    margin-left: 0.5rem;
}

.home .topbar__emergency strong {
    color: var(--br-green);
}

.home .topbar__emergency strong:hover {
    color: var(--br-green-mid);
}

.topbar__dot {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: var(--br-green-mid);
	box-shadow: 0 0 0 3px rgba(47, 169, 106, .25);
	flex: none;
	position: relative;
	top: 0.5px;
}

.topbar__dot::before,
.topbar__dot::after {
	content: "";
	position: absolute;
	inset: -9.5px;
	border-radius: 50%;
	border: 1px solid var(--br-green-mid);
	opacity: 0;
	will-change: transform, opacity;
	animation: br-ripple 2.8s linear infinite;
}

.home .topbar__dot::before,
.home .topbar__dot::after {
	border: 1px solid var(--br-green-light);
}

.topbar__dot::after {
	animation-delay: 1.4s;
}

@keyframes br-ripple {
	from { transform: scale(.27); opacity: .55; }
	to   { transform: scale(1); opacity: 0; }
}

.topbar__sep {
    width: 1px;
    height: 14px;
    background: rgba(var(--br-green-rgb), .25);
}

.home .topbar__sep {
	background: rgba(255,255,255, .25);
}

.topbar__wa {
	display: inline-flex;
	align-items: center;
	gap: 0.3rem;
	color: rgba(var(--br-green-rgb), .85);
	text-decoration: none;
	font-size: var(--font-size-sm);
	font-weight: 500;
	margin-left: -3px;
}

.home .topbar__wa {
	color: rgba(255,255,255, .75);
}

.topbar__wa:hover {
    color: var(--br-green);
}

.lang {
    display: flex;
    align-items: center;
    gap: 4px;
}

.lang__item {
	background: none;
	border: 0;
	color: rgba(var(--br-green-rgb), .55);
	font-size: var(--font-size-2xs);
	padding: 2px 6px;
	border-bottom: 2px solid transparent;
	text-decoration: none;
}

.home .lang__item {
    color: rgba(255,255,255, .75);
}

.lang__item:hover {
    color: rgba(var(--br-green-rgb), 1);
}

.home .lang__item:hover,
.home .lang__item.is-active {
    color: rgba(255,255,255, 1);
}

.lang__item.is-active {
    color: rgba(var(--br-green-rgb), 1);
    font-weight: 600;
    border-bottom-color: rgba(var(--br-green-rgb), 0.65);
}

.lang__item[data-no-translation]:not(.is-active),
.footer-lang__item[data-no-translation]:not(.is-active) {
    opacity: .6;
}

/* =============================================================================
   7. HEADER, NAVIGATION, MÉGA-MENU
   ========================================================================== */

.site-header {
    position: sticky;
    top: 0;
    z-index: 60;
    backdrop-filter: blur(4px);
    border-bottom: 1px solid var(--line-soft);
}

.site-header--overlay ~ .site-main {
    margin-top: calc(-1 * var(--br-header-h) - 1px);
}

.site-header__inner {
    height: var(--br-header-h);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 34px;
}

.site-header__actions {
    display: flex;
    align-items: center;
    gap: 34px;
}

.site-header__logo {
    display: flex;
    align-items: center;
    flex: none;
}

.site-header__logo img,
.site-header__logo svg {
    height: 52px;
    width: auto;
}

.site-header--overlay.is-on-hero .site-header__logo .logo-backes-1 {
    fill: #fff;
}

.site-header--overlay.is-on-hero .main-nav__link,
.site-header--overlay.is-on-hero .main-nav__toggle {
    color: rgba(255, 255, 255, .88);
}

.site-header--overlay.is-on-hero .main-nav__link:hover,
.site-header--overlay.is-on-hero .main-nav__toggle:hover,
.site-header--overlay.is-on-hero .main-nav__link.is-current,
.site-header--overlay.is-on-hero .main-nav__toggle.is-current,
.site-header--overlay.is-on-hero .main-nav__toggle[aria-expanded="true"] {
    color: #fff;
}

.site-header--overlay.is-on-hero .burger {
    border-color: rgba(255, 255, 255, .45);
}

.site-header--overlay.is-on-hero .burger__bars span {
    background: #fff;
}

.site-header--overlay.is-on-hero .burger__label {
    color: #fff;
}

.site-header--overlay:hover,
.site-header:hover {
    background-color: var(--br-bg);
}

.site-header--overlay.is-on-hero:hover .site-header__logo .logo-backes-1 {
    fill: var(--br-ink);
}

.site-header--overlay.is-on-hero:hover .main-nav__link.is-current {
    color: var(--br-ink);
}

.site-header--overlay.is-on-hero:hover .main-nav__link,
.site-header--overlay.is-on-hero:hover .main-nav__toggle {
    color: var(--br-ink-72);
}
.site-header--overlay.is-on-hero:hover .burger {
    border-color: var(--br-line-strong);
}

.site-header--overlay.is-on-hero:hover .burger__bars span {
    background: var(--br-ink);
}

.site-header--overlay.is-on-hero:hover .burger__label {
    color: var(--br-ink);
}

.site-header__logo .logo-backes-1 {
    transition: fill .2s ease;
}

.main-nav {
    display: flex;
    align-items: center;
    gap: 3rem;
    font-weight: 500;
    white-space: nowrap;
}

.main-nav__link,
.main-nav__toggle {
    color: var(--br-ink-72);
    transition: color .18s ease;
    text-decoration: none;
    border-bottom: 2px solid transparent;
    padding: 4px 0;
    background: none;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: color .18s ease;
}

.main-nav__link:hover,
.main-nav__toggle:hover {
    color: var(--br-ink);
}

.main-nav__link.is-current,
.main-nav__toggle.is-current {
    color: var(--br-ink);
    border-bottom-color: var(--br-green);
}

.main-nav__toggle[aria-expanded="true"] {
    color: var(--br-ink);
}

.main-nav__toggle[aria-expanded="true"] svg {
    transform: rotate(180deg);
}

.main-nav__toggle svg {
    position: relative;
    top: 1px;
    transition: transform .2s ease;
}

.main-nav .main-nav__toggle {
    margin-right: -4px;
}

.mega {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    background: var(--br-surface);
    border-bottom: 1px solid rgba(17, 17, 17, .1);
    box-shadow: 0 32px 56px -32px rgba(17, 17, 17, .25);

    display: grid;
    grid-template-rows: 0fr;

    visibility: hidden;
    transition: grid-template-rows .3s var(--br-ease),
                visibility 0s linear .3s;
}

.mega.is-open {
    grid-template-rows: 1fr;
    visibility: visible;
    transition: grid-template-rows .3s var(--br-ease),
                visibility 0s;
}

.mega__inner {
    display: grid;
    grid-template-columns: 300px 1fr;
    gap: 48px;
    padding-top: 34px;
    padding-bottom: 38px;

    overflow: hidden;

    opacity: 0;
    transform: translateY(-10px);
    transition: opacity .22s var(--br-ease),
                transform .3s var(--br-ease);
}

.mega.is-open .mega__inner {
    opacity: 1;
    transform: none;
}

.mega__intro {
    border-right: 1px solid var(--line-soft);
    padding-right: 40px;
}

.mega__intro-title {
	font-family: var(--br-font-display);
	font-weight: 700;
	font-size: 2.2rem;
	line-height: 1.2;
	margin-bottom: 0.4rem;
}

.mega__intro-text {
	font-size: var(--font-size-sm);
	color: var(--br-ink-50);
	line-height: var(--line-height-sm);
	margin-bottom: 1.6rem;
}

.mega__list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4px 28px;
}

.mega__item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 11px 12px;
    text-decoration: none;
    color: var(--br-ink);
    border-radius: var(--br-radius);
    transition: background .15s ease;
}

.mega__item:hover {
    background: var(--br-green-wash);
    color: var(--br-ink);
}

.mega__item svg {
    flex: none;
}

.mega__item-name {
    display: block;
    font-weight: 600;
    margin-bottom: 0.2rem;
}

.mega__item-desc {
    display: block;
    font-size: var(--font-size-sm);
    color: var(--br-ink-50);
}

/* =============================================================================
   8. MENU MOBILE
   ========================================================================== */

.site-header__cta-short {
    display: none;
}

.burger {
	display: none;
	align-items: center;
	gap: 8px;
	padding: 0;
	background: none;
	border: none;
}

.burger__bars {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 4px;
    flex: none;
}

.burger__bars span {
	display: block;
	width: 22px;
	height: 2px;
	background: var(--br-green);
	transition: background .2s ease;
}

.burger__label {
	font-size: var(--font-size-sm);
	font-weight: 600;
	line-height: 1;
	color: var(--br-green);
	transition: color .2s ease;
}

.mobile-menu__scrim {
	position: fixed;
	inset: 0;
	z-index: 89;
	background: rgba(var(--br-green-rgb), .25);
	display: none;
	animation: br-fade .3s ease both;
}

.mobile-menu__scrim.is-open {
    display: block;
}

.mobile-menu {
	position: fixed;
	z-index: 90;
	background: var(--br-bg);
	overflow: auto;
	display: none;
	animation: br-slide-left .3s var(--br-ease) both;
    left: 0;
    top: 0;
    bottom: 0;
    width: 40rem;
}

.mobile-menu.is-open {
    display: block;
}

.mobile-menu__bar {
    padding: 0 16px;
    height: 64px;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    border-bottom: 1px solid var(--line-soft);
}

.mobile-menu__bar img {
    justify-self: center;
    height: 40px;
    width: auto;
}

.mobile-menu__close {
	justify-self: start;
	width: 34px;
	height: 34px;
	background: var(--br-green-pale);
	border: 1px solid var(--br-line-green);
	border-radius: var(--br-radius);
	font-size: 20px;
	color: var(--br-green-mid);
}

.mobile-menu__nav {
    padding: 2.4rem 2rem 2rem;
}

.mobile-menu__link {
	display: block;
	padding: 12px 0;
	font-family: var(--br-font-display);
	font-weight: 700;
	font-size: 2.4rem;
	color: var(--br-ink);
	text-decoration: none;
	border-top: 1px solid var(--line-soft);
}

.mobile-menu__link:first-child {
    border-top: 0;
}

.mobile-menu__group {
    border-top: 1px solid var(--line-soft);
    padding: 13px 0;
}

.mobile-menu__group-title {
    font-family: var(--br-font-display);
    font-weight: 700;
    font-size: 2.4rem;
    margin-bottom: 4px;
}

.mobile-menu__link-to-services {
	display: inline-flex;
	align-items: center;
	gap: 0.7rem;
	font-weight: 600;
	color: var(--br-green);
	margin-top: 1rem;
}

.mobile-menu__link-to-services svg {
    flex: none;
    transition: transform .22s var(--br-ease);
    position: relative;
    top: 1.5px;
}

.mobile-menu__link--legal {
	font-size: 1.6rem;
	color: var(--br-ink-35);
	padding-block: 18px;
}

.mobile-menu__sub {
	display: grid;
	gap: 16px;
	margin-block: 8px 8px;
}

.mobile-menu__cta {
	display: block;
	margin-top: 20px;
	background: var(--br-green);
	color: #fff;
	text-align: center;
	text-decoration: none;
	font-size: var(--font-size-base);
	font-weight: 600;
	padding: 16px;
	border-radius: var(--br-radius);
}

.mobile-menu__cta:hover {
    background: var(--br-green-dark);
    color: var(--br-surface);
}

.mobile-menu__phone {
	margin-top: 1rem;
	text-align: center;
	color: var(--br-ink-60);
}

.mobile-menu__phone a {
	padding-left: 8px;
}

.mobile-menu__legal {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 3rem;
	margin-top: 3.6rem;
	padding-top: 1.2rem;
	font-size: var(--font-size-xs);
	font-weight: 500;
	border-top: 1px solid var(--br-line);
}

.mobile-menu__legal a {
	color: var(--br-green);
}

.mobile-menu__legal a:hover {
	color: var(--br-green-dark);
}

/* =============================================================================
   9. HERO
   ========================================================================== */

.hero {
    position: relative;
    min-height: 660px;
    display: flex;
    align-items: center;
    overflow: hidden;
    background: var(--br-ink);
}

.hero__media,
.hero__media video,
.hero__media img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 60%;
}

.hero__inner {
	position: relative;
	padding-top: 20rem;
	padding-bottom: 22rem;
}

.hero .eyebrow__label {
    color: white;
}

.hero__title {
	font-size: 7rem;
	letter-spacing: -0.07rem;
	color: #fff;
	max-width: 60rem;
	margin-bottom: 4rem;
}

.hero__title em {
    font-style: normal;
    color: var(--br-green);
}

.hero__lede {
	font-size: 1.8rem;
	color: white;
	max-width: 56rem;
	margin-bottom: 2.4rem;
}

.hero__actions {
	display: flex;
	align-items: center;
	gap: 1.4rem;
	flex-wrap: wrap;
}

.hero__note {
	margin-top: 1.6rem;
	color: rgba(255, 255, 255, .55);
	font-weight: 500;
}

.page-hero {
    padding-top: 9.6rem;
}

.page-services .page-hero {
    margin-bottom: 3rem;
}

.page-hero__title {
    font-size: 6rem;
    letter-spacing: -0.07rem;
    line-height: 1.1;
    max-width: 900px;
    margin-bottom: 2.4rem;
}

.page-services .page-hero__title {
    margin-bottom: 1.5rem;
}

.page-contact .page-hero__title {
    margin-bottom: 1.4rem;
}

.page-hero--products .page-hero__title {
	margin-bottom: 1.4rem;
}

.page-hero__title em {
    font-style: normal;
    color: var(--br-green);
}

.page-hero__lede {
	font-size: var(--font-size-xl);
	color: var(--br-ink-72);
	max-width: 50rem;
}

.page-services .page-hero__lede {
    max-width: 70rem;
}

.about .page-hero__lede {
    font-size: var(--font-size-2xl);
    max-width: 60rem;
}

.page-hero__split {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 40rem;
    gap: 5rem;
    align-items: center;
}

.page-hero__illus-svg {
    width: 100%;
    height: auto;
}

.page-hero__illus-svg #modern-stove {
    --stove-lift: 5px;
    --stove-tempo: 2.5s;

    will-change: transform;
    animation: stove-levitate var(--stove-tempo) ease-in-out infinite alternate;
}

@keyframes stove-levitate {
    from { transform: translate3d(0, 0, 0); }
    to   { transform: translate3d(0, calc(var(--stove-lift) * -1), 0); }
}

/* =============================================================================
   10. WIDGET DE RÉSERVATION
   ========================================================================== */

.booking {
	margin-top: -14rem;
	position: relative;
	z-index: 5;
}

.booking-main {
    padding-top: 4rem;
}

.booking__card {
	border: 1px solid var(--br-line);
	box-shadow: 0 24px 48px -28px rgba(17, 17, 17, .22);
	padding: 2.8rem 3rem 3rem;
	backdrop-filter: blur(4px);
    border-radius: var(--br-radius);
}

.booking__row {
    display: flex;
    gap: 16px;
    align-items: flex-end;
}

.booking__field {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}

.booking__field--address {
    flex: 1 1 auto;
    min-width: 0;
}

.booking__field--service {
    flex: 0 1 400px;
    min-width: 0;
}

.booking__label {
	font-size: var(--font-size-2xs);
	font-weight: 700;
	letter-spacing: 0.06rem;
	color: var(--br-surface);
}

.booking__input,
.booking__select {
    height: 48px;
    border: 1px solid rgba(17, 17, 17, .22);
    border-radius: var(--br-radius);
    padding: 0 14px;
    background: var(--br-surface);
    color: var(--br-ink);
    outline: none;
    width: 100%;
}

.booking__input:focus,
.booking__select:focus {
    border-color: var(--br-green);
    box-shadow: 0 0 0 3px rgba(0, 120, 60, .14);
}

.booking__submit {
	flex: none;
	height: 48px;
	background: var(--br-green);
	color: #fff;
	border: 0;
	border-radius: var(--br-radius);
	font-weight: 600;
	padding: 0 3rem;
	transition: background .18s ease;
}

.booking__submit:hover {
    background: var(--br-green-dark);
}

.booking__hint {
	margin-top: 1.6rem;
	background: var(--br-green-pale);
	padding: 1.3rem;
	display: flex;
	align-items: center;
	gap: 0.4rem;
}

.booking__hint svg {
    flex: none;
}

/* =============================================================================
   11. BANDEAU CONFIANCE
   ========================================================================== */

.trust-stats {
	display: flex;
	position: relative;
	justify-content: center;
}

.trust__cover {
	width: 54%;
    opacity: .5;
}

.trust__svg {
    width: 100%;
    height: auto;
}

@supports (transform-box: fill-box) {
    .trust__svg #illustration-home-smoke {
        --smoke-rise: 100px;

        transform-box: fill-box;
        transform-origin: 10% 100%;
        animation: roofs-smoke 11s linear infinite;
    }
}

.trust__grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	position: absolute;
	bottom: 50%;
	gap: 2rem;
	transform: translateY(50%);
}

.trust__item {
	padding: 2rem;
	border: 1px solid var(--br-line-green);
	border-radius: var(--br-radius);
	backdrop-filter: blur(4px);
    transition: transform .18s var(--br-ease);
}

.trust__item:hover {
    transform: translateY(-6px);
}

.trust__value {
	font-family: var(--br-font-display);
	font-weight: 700;
	font-size: 3rem;
	line-height: 1;
}

.trust__value span {
	font-size: 1.8rem;
	color: var(--br-ink-35);
}

.trust__label {
	font-size: var(--font-size-xs);
	color: var(--br-ink-65);
}

/* =============================================================================
   12. CARTES DE SERVICE
   ========================================================================== */

.back-services {
    display: flex;
    align-items: center;
    margin-top: 5rem;
}

.services-others {
    padding-block: 2rem 0;
}

.services-others__grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 2rem;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
}

.service-card {
    display: flex;
    flex-direction: column;
    background: var(--br-surface);
    border: 1px solid var(--br-line);
    text-decoration: none;
    color: var(--br-ink);
    transition: all .2s ease;
}

.service-card:hover {
    transform: translateY(-2px);
    box-shadow: 5px 5px 10px -6px var(--br-ink-15);
    color: var(--br-ink);
}

.service-card--feature {
    grid-column: span 2;
    grid-row: span 2;
}

.service-card__media {
    position: relative;
    height: 150px;
    overflow: hidden;
}

.service-card--feature .service-card__media {
    height: 380px;
}

.service-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.service-card__badge {
	position: absolute;
	left: 1.4rem;
	top: 1.4rem;
	border: 1px solid var(--br-green);
	color: var(--br-green);
	padding: 0.5rem 1rem;
	font-size: var(--font-size-2xs);
	font-weight: 600;
	letter-spacing: 0.04rem;
	backdrop-filter: blur(4px);
}

.service-card__body {
    padding: 16px 18px 18px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.service-card--feature .service-card__body {
    padding: 24px 26px 26px;
}

.service-card__title {
	font-size: 1.7rem;
	font-weight: 700;
	font-family: var(--br-font-display);
}

.service-card--feature .service-card__title {
	font-family: var(--br-font-display);
	font-weight: 700;
	font-size: 3rem;
	line-height: 1;
	margin-bottom: 0.5rem;
}

.service-card__desc {
    font-size: var(--font-size-sm);
    color: var(--br-ink-60);
    line-height: 1.5;
    margin-bottom: 12px;
}

.service-card--feature .service-card__desc {
	font-size: var(--font-size-lg);
}

.service-card__more {
	margin-top: auto;
	font-size: var(--font-size-sm);
	font-weight: 600;
	color: var(--br-green);
	display: flex;
	align-items: center;
	gap: 6px;
}

.service-card__more svg,
 #equipe .link-underline svg,
 #marques .link-underline svg {
	flex: none;
	transition: transform .18s var(--br-ease);
	position: relative;
	top: 1px;
}

.service-card:hover .service-card__more svg,
.service-feature:hover .service-card__more svg,
#equipe .link-underline:hover svg,
#marques .link-underline:hover svg {
	transform: translateX(3px);
}

.help-note {
	background: var(--br-green-pale);
	border: 1px solid var(--br-line-green);
	padding: 1.5rem 2rem;
	display: flex;
	align-items: center;
	gap: 0.7rem;
}

.services-others__grid .help-note {
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1.4;
	flex-direction: column;
	justify-content: center;
	text-align: center;
}

.services-others__grid .help-note p {
	max-width: 42rem;
    margin: 0 auto;
}

.page-hero--products .help-note {
    margin-top: 4rem;
    max-width: 60rem;
}

.help-note--span2 {
    grid-column: span 2;
}

.help-note--span3 {
    grid-column: span 3;
}

.help-note svg {
	flex: none;
	color: var(--br-green);
}

.service-row {
	display: flex;
	background: var(--br-surface);
	border: 1px solid var(--br-line);
	text-decoration: none;
	color: var(--br-ink);
	transition: border-color .2s ease, transform .2s ease;
	min-height: 20rem;
}

.service-row:hover {
    color: var(--br-ink);
    transform: translateY(-2px);
    box-shadow: 4px 4px 6px var(--br-ink-5);
}

.service-row__media {
	flex: none;
	width: 24rem;
	overflow: hidden;
	aspect-ratio: 3/2;
}

.service-row__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .2s ease;
}

.service-feature:hover .service-feature__media img {
    transform: scale(1.01);
}

.service-row__body {
	padding: 3.2rem 2.4rem;
	display: flex;
	flex-direction: column;
}

.service-row__title {
	font-size: 1.8rem;
	font-weight: 700;
	margin-bottom: 6px;
	font-family: var(--br-font-display);
	line-height: 1.25;
}

.service-row__desc {
	color: var(--br-ink-65);
	margin-bottom: 2rem;
}

.service-row__more {
    display: flex;
    align-items: center;
    gap: .6rem;
    margin-top: auto;
    font-weight: 600;
    color: var(--br-green);
}

.service-feature {
	display: grid;
	grid-template-columns: minmax(0, 42rem) minmax(0, 1fr);
	background: var(--br-surface);
	border: 1px solid var(--br-line);
	text-decoration: none;
	color: var(--br-ink);
	transition: border-color .2s ease, transform .2s ease;
}

.service-feature:hover {
    color: var(--br-ink);
    transform: translateY(-2px);
    box-shadow: 4px 4px 6px var(--br-ink-5);
}

.service-feature__body {
    padding: 44px 48px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.service-feature__badge {
	align-self: flex-start;
	color: var(--br-green);
	padding: 0 0 0 3px;
	font-size: var(--font-size-2xs);
	font-weight: 600;
	letter-spacing: .1rem;
	margin-bottom: 2.6rem;
	line-height: 1;
}

.service-feature__title {
	font-family: var(--br-font-display);
	font-weight: 700;
	font-size: 4.4rem;
	line-height: 1;
	letter-spacing: -0.01rem;
	margin-bottom: 1rem;
}

.service-feature__desc {
    font-size: var(--font-size-lg);
    color: var(--br-ink-68);
    line-height: 1.65;
    max-width: 520px;
    margin-bottom: 20px;
}

.service-feature__media {
	position: relative;
	width: 100%;
	min-height: 42rem;
	overflow: hidden;
	aspect-ratio: 3/2;
}

.service-feature__media img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .4s ease;
}

.chip-row {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-bottom: 4rem;
}

.chip {
    border: 1px solid var(--br-line-strong);
    padding: 6px 11px;
    font-size: var(--font-size-sm);
    color: rgba(17, 17, 17, .7);
}

.service-feature .chip {
	font-weight: 500;
}

/* =============================================================================
   13. GRILLE "POURQUOI" & VALEURS
   ========================================================================== */

.feature-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 4rem 7rem;
	border-bottom: 1px solid var(--br-line-green);
	padding-bottom: 6rem;
	margin-bottom: 6rem;
}

.what-we-do .feature-grid {
    margin-bottom: 3rem;
}

.what-we-say .feature-grid {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.our-values .feature-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 4rem 7rem;
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}

.feature-grid--values {
    gap: 44px;
}

.feature__icon {
	margin-bottom: 1.6rem;
}

.feature__title {
	font-family: var(--br-font);
	font-size: var(--font-size-lg);
	font-weight: 700;
	letter-spacing: 0;
	margin-bottom: 0.8rem;
}

.feature__text {
	color: var(--br-ink-65);
}

/* =============================================================================
   14. ÉQUIPE & BLOCS MÉDIA-TEXTE
   ========================================================================== */

.media-frame {
    position: relative;
    aspect-ratio: 4 / 3;
    border: 1px solid var(--br-line);
}

.media-frame--wide {
    aspect-ratio: 21 / 9;
}

.media-frame--portrait {
    aspect-ratio: 3 / 4;
}

.media-frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.prose-lead {
	font-size: var(--font-size-lg);
	color: var(--br-ink-72);
	margin-bottom: 5rem;
}

.prose-lead p + p {
    margin-top: 1.4rem;
}

#contact .prose-lead,
.contact-map .prose-lead {
    margin-bottom: 2rem;
}

.prose-columns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
}

.prose-block {
	font-size: var(--font-size-lg);
	color: var(--br-ink-72);
}

.service-detail__block .prose-block {
    font-size: var(--font-size-base);
}

.service-detail__head .prose-block {
    font-style: italic;
}

.prose-block p + p {
    margin-top: 18px;
}

.prose-block strong {
    color: var(--br-green);
}

.pull-quote {
    text-align: center;
}

.pull-quote__icon svg {
	display: block;
	margin: 0 auto 1.6rem;
	color: var(--br-green);
}

.pull-quote__text {
	font-family: var(--br-font-display);
	font-weight: 700;
	font-size: 3.4rem;
	line-height: 1.25;
	letter-spacing: -0.02rem;
	max-width: 84rem;
	margin: 0 auto;
}

.pull-quote__text em {
    font-style: normal;
    color: var(--br-green);
}

.stamp {
	background: var(--br-green-pale);
	color: var(--br-green);
	font-size: var(--font-size-2xs);
	font-weight: 700;
	letter-spacing: .1rem;
	padding: 6px 10px;
}

/* =============================================================================
   15. AVANT / APRÈS
   ========================================================================== */

.compare {
    --compare-pos: 50%;

    position: relative;
    aspect-ratio: 16 / 8;
    border: 1px solid rgba(17, 17, 17, .15);
    overflow: hidden;
    cursor: ew-resize;
    touch-action: none;
    user-select: none;
}

.compare__after,
.compare__before {
    position: absolute;
    inset: 0;
}

.compare__after {
    background: repeating-linear-gradient(45deg, #E4F0E8 0 16px, #F4FAF6 16px 32px);
}

.compare__before {
    background: repeating-linear-gradient(45deg, #DEDBD2 0 16px, #EBE8E0 16px 32px);
    clip-path: inset(0 calc(100% - var(--compare-pos)) 0 0);
}

.compare::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: var(--compare-pos);
    width: 2px;
    transform: translateX(-50%);
    background: var(--br-green);
    pointer-events: none;
}

.compare__after img,
.compare__before img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.compare__tag {
	position: absolute;
	top: 2rem;
	font-size: var(--font-size-2xs);
	font-weight: 700;
	letter-spacing: .2rem;
	padding: 0.5rem 1rem;
	color: #fff;
}

.compare__tag--after {
	right: 2rem;
	background: var(--br-green);
}

.compare__tag--before {
    left: 2rem;
    background: var(--br-ink);
}

.compare__label {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    white-space: nowrap;
    font-family: var(--br-font-mono);
    font-size: var(--font-size-2xs);
    letter-spacing: .05em;
    background: var(--br-bg);
    padding: 7px 11px;
}

.compare__label--after {
    right: 24px;
    color: var(--br-green);
    border: 1px solid rgba(0, 120, 60, .25);
}

.compare__label--before {
    left: 24px;
    color: #4a4a45;
    border: 1px solid rgba(17, 17, 17, .15);
}

.compare__handle {
	position: absolute;
	top: 50%;
	left: var(--compare-pos);
	z-index: 1;
	transform: translate(-50%, -50%);
	width: 46px;
	height: 46px;
	border-radius: 50%;
	background: #fff;
	border: 2px solid var(--br-green);
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 8px 20px -6px rgba(17, 17, 17, .35);
	cursor: ew-resize;
	padding: 0;
	color: var(--br-green);
}

.compare-tabs {
    display: flex;
    gap: 10px;
    margin-top: 20px;
    align-items: stretch;
}

.compare-tab {
    flex: 1;
    text-align: left;
    background: var(--br-surface);
    border: 1px solid var(--br-line);
    padding: 14px 16px 12px;
    transition: border-color .18s ease;
}

.compare-tab:hover,
.compare-tab.is-active {
    border-color: var(--br-green);
}

.compare-tab__name {
	display: block;
	font-size: var(--font-size-lg);
	font-weight: 700;
}

.compare-tab__desc {
	display: block;
	color: var(--br-ink-55);
	margin-top: 3px;
}

.compare-tab__bar {
    display: block;
    height: 3px;
    background: transparent;
    margin-top: 10px;
}

.compare-tab.is-active .compare-tab__bar {
    background: var(--br-green);
}

.compare__caption {
	position: absolute;
	left: 2rem;
	bottom: 2rem;
	padding: 0.5rem 1rem;
	backdrop-filter: blur(4px);
	font-size: var(--font-size-2xs);
	color: var(--br-surface);
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 0.05rem;
	border: 1px solid rgba(255,255,255,0.35);
}

/* =============================================================================
   16. PAGE ABOUT
   ========================================================================== */

.team-photo {
    margin-top: 5rem;
}

/*
 * La photo d'équipe garde son format, 3:2, à toutes les largeurs. Le 21:9 du
 * cadre large (4:3 sous 1024 px) la recadrait par le haut et par le bas :
 * l'équipier sur le toit perdait la tête, celui au sol les pieds. Plus
 * spécifique que `.media-frame--wide`, cette règle l'emporte aussi dans les
 * sections responsive.
 */
.team-photo .media-frame {
    aspect-ratio: 3 / 2;
}

.who-we-are .section-title {
	margin-bottom: 3rem;
	max-width: 68rem;
}

.our-story .section-title {
	font-size: 4.2rem;
	line-height: 1.2;
    margin-bottom: 2rem;
}

.founding-info {
    margin-top: 1.4rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.founding-info > .stamp + span {
    font-size: var(--font-size-sm);
    color: var(--br-ink-55);
}

.our-team .section-title {
    margin-bottom: 1.6rem;
}

html[lang="fr-FR"] .our-team .section-title {
    max-width: 44rem;
}

html[lang="fr-FR"] .our-story .section-title {
    max-width: 47rem;
}

html[lang="fr-FR"] .who-we-are .section-title {
  max-width: 50rem;
}

.our-team__lede {
    max-width: 58rem;
    margin-bottom: 2.6rem;
}

.team-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 4.8rem 2.2rem;
}

.team-card__media {
    background-color: var(--br-surface);
    margin-bottom: 1.8rem;
}

.team-card__media .br-tag-mono {
    max-width: calc(100% - 1.6rem);
}

.team-card__name {
    font-size: 2rem;
    line-height: 1;
    letter-spacing: -0.03rem;
    margin-bottom: 0.6rem;
}

.team-card__role {
    font-size: var(--font-size-sm);
    line-height: 1.45;
    color: var(--br-ink-65);
}

.team-card__focus {
	margin-top: 1.2rem;
	font-family: var(--br-font-mono);
	font-size: var(--font-size-2xs);
	letter-spacing: .02em;
	line-height: 1.45;
	color: var(--br-green);
}

/* =============================================================================
   16. AVIS CLIENTS
   ========================================================================== */

.reviews__score {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    margin-block: 4rem 0;
}

.stars {
    display: inline-flex;
    gap: 1px;
    color: var(--br-green);
}

.stars svg {
    flex: none;
}

.reviews__score-line {
	font-size: var(--font-size-sm);
	color: var(--br-ink-65);
	display: flex;
	align-items: center;
	gap: 0.8rem;
}

.reviews__score-line strong {
    font-family: var(--br-font-display);
    font-size: 2.4rem;
    line-height: 1;
    color: var(--br-ink);
}

.reviews__score-line span:first-child {
	position: relative;
	bottom: 2.5px;
}

.reviews__score-sep {
	display: inline-block;
	width: 4px;
	height: 4px;
	background-color: var(--br-green);
	transform: rotate(45deg);
	position: relative;
	top: 0.5px;
}

.reviews__illus {
	width: 24rem;
	pointer-events: none;
}

.reviews__illus-svg {
    width: 100%;
    height: auto;
}

.reviews .section-head-split {
	align-items: center;
	margin-bottom: 0;
	gap: 0;
	justify-content: space-between;
}

.reviews .section-title {
	margin-bottom: 2rem;
	max-width: 51rem;
}

.page-template-page-about .reviews .section-title {
	max-width: 34rem;
}

html[lang="fr-FR"] .page-template-page-about .reviews .section-title {
	max-width: 46rem;
}

.reviews__lede {
	max-width: 40rem;
	margin-bottom: 0;
}

.reviews__illus-svg [id^="illustration-like-heart-"] {
    --heart-time: 5.4s;

    --heart-rise: 74px;
    --heart-drift: 0px;
    --heart-sway: 4px;
    --heart-sway-time: 1.9s;
    --heart-turn-time: 2.4s;
    --heart-scale: 3.6;

    opacity: 0;
    vector-effect: non-scaling-stroke;
    transform-box: fill-box;
    transform-origin: 50% 50%;
    animation:
        reviews-heart-rise var(--heart-time) linear infinite,
        reviews-heart-grow var(--heart-time) cubic-bezier(.22, .58, .42, 1) infinite,
        reviews-heart-fade var(--heart-time) linear infinite,
        reviews-heart-sway var(--heart-sway-time) ease-in-out infinite alternate,
        reviews-heart-turn var(--heart-turn-time) ease-in-out infinite alternate;
}

.reviews__illus-svg #illustration-like-heart-1 { --heart-rise: 82px; --heart-drift:  14px; --heart-sway: 4.5px; --heart-sway-time: 1.7s; --heart-turn-time: 2.3s; --heart-scale: 3.2; animation-delay: 0s; }
.reviews__illus-svg #illustration-like-heart-2 { --heart-rise: 68px; --heart-drift: -16px; --heart-sway: 3.5px; --heart-sway-time: 2.1s; --heart-turn-time: 2.7s; --heart-scale: 3.9; animation-delay: .9s; }
.reviews__illus-svg #illustration-like-heart-3 { --heart-rise: 76px; --heart-drift:   9px; --heart-sway: 4px;   --heart-sway-time: 1.9s; --heart-turn-time: 2.1s; --heart-scale: 3.5; animation-delay: 1.8s; }
.reviews__illus-svg #illustration-like-heart-4 { --heart-rise: 66px; --heart-drift: -11px; --heart-sway: 3.5px; --heart-sway-time: 2.3s; --heart-turn-time: 2.5s; --heart-scale: 3.9; animation-delay: 2.7s; }
.reviews__illus-svg #illustration-like-heart-5 { --heart-rise: 58px; --heart-drift:  19px; --heart-sway: 3px;   --heart-sway-time: 1.6s; --heart-turn-time: 2.9s; --heart-scale: 4.6; animation-delay: 3.6s; }
.reviews__illus-svg #illustration-like-heart-6 { --heart-rise: 54px; --heart-drift:  -8px; --heart-sway: 3px;   --heart-sway-time: 2s;   --heart-turn-time: 2.2s; --heart-scale: 4.8; animation-delay: 4.5s; }

@keyframes reviews-heart-rise {
    0% {
        translate: 0 0;
    }

    62%, 100% {
        translate: var(--heart-drift) calc(var(--heart-rise) * -1);
    }
}

@keyframes reviews-heart-grow {
    0% {
        scale: .6;
    }

    62%, 100% {
        scale: var(--heart-scale);
    }
}

@keyframes reviews-heart-sway {
    from { transform: translateX(calc(var(--heart-sway) * -1)); }
    to   { transform: translateX(var(--heart-sway)); }
}

@keyframes reviews-heart-turn {
    from { rotate: -12deg; }
    to   { rotate: 12deg; }
}

@keyframes reviews-heart-fade {
    0% {
        opacity: 0;
    }

    8% {
        opacity: .9;
    }

    20% {
        opacity: .95;
    }

    38% {
        opacity: .85;
    }

    52% {
        opacity: .45;
    }

    62%, 100% {
        opacity: 0;
    }
}

.reviews__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-template-rows: repeat(2, 1fr);
    gap: 2rem;
    margin-top: 3rem;
}

.review {
	display: flex;
	flex-direction: column;
	gap: 12px;
	margin: 0;
	padding: 22px 24px 20px;
	background: var(--br-surface);
	border: 1px solid var(--br-line);
	backdrop-filter: blur(4px);
    transition: all .2s ease;
}

.review:hover {
    box-shadow: 5px 5px 10px -6px var(--br-ink-15);
    transform: translateY(-2px);
}

.review--feature {
    grid-column: span 2;
    grid-row: span 2;
    gap: 18px;
    padding: 34px 36px 32px;
    background: var(--br-green-pale);
    border-color: var(--br-line-green);
}

.review--feature .review__quote {
    margin-bottom: 4rem;
}

.review__quote {
	flex: 1;
	margin: 0;
	font-family: var(--br-font-display);
	font-weight: 700;
	font-size: 3.2rem;
	line-height: 1.2;
	letter-spacing: -0.012em;
}

.review__quote::before {
	content: "\201C";
	color: var(--br-green);
}

.review__quote::after {
    content: "\201D";
}

.review__quote em {
    font-style: normal;
    color: var(--br-green);
}

.review__text {
	flex: 1;
	margin: 0;
	line-height: 1.55;
	color: var(--br-ink-72);
}

.review__text strong {
    color: var(--br-ink);
    line-height: 1.55;
}

.review__author {
    display: flex;
    flex-direction: column;
    gap: 2px;
    margin-top: auto;
}

.review__name {
    font-weight: 700;
    font-size: var(--font-size-sm);
}

/*
 * « Avis traduit du français ». Même corps que la provenance, en italique : une
 * indication sur le texte, pas une donnée de plus sur l'avis.
 */
.review__translated {
    font-size: var(--font-size-xs);
    font-style: italic;
    color: var(--br-ink-65);
}

.review__source {
	font-size: var(--font-size-xs);
	letter-spacing: .04em;
	color: var(--br-ink-50);
}

.reviews-compact {
    padding: 0 0 9.6rem;
}

.reviews-compact__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px 24px;
    margin-bottom: 20px;
    border-top: 1px solid var(--br-line);
    padding-top: 40px;
}

.reviews-compact__head .eyebrow {
    margin-bottom: 0;
}

.reviews .eyebrow {
    margin-bottom: 0;
}

.reviews-compact__score {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    margin: 0;
    font-size: var(--font-size-sm);
    color: var(--br-ink-65);
}

.reviews-compact__note strong {
    font-family: var(--br-font-display);
    font-size: 1.8rem;
    line-height: 1;
    color: var(--br-ink);
}

.review--compact {
    background: var(--br-surface);
    border-color: var(--br-line-green);
    padding: 26px 28px 24px;
}

.reviews-compact__link {
    margin-top: 20px;
    font-size: var(--font-size-sm);
}

.service-partner {
	padding-bottom: 9.6rem;
}

.service-partner__inner {
	display: grid;
	grid-template-columns: 20rem 1fr;
	gap: 6rem;
	align-items: start;
	border-top: 1px solid var(--br-line);
	padding-top: 4.6rem;
}

.service-partner__logo {
	display: block;
	width: 100%;
	height: auto;
}

.service-partner__name {
    margin: 0;
    font-family: var(--br-font-display);
    font-size: 2.4rem;
    line-height: 1;
}

.service-partner__body .eyebrow {
    margin-bottom: 1.2rem;
}

.service-partner__body .link-arrow {
    margin-top: 16px;
    font-size: var(--font-size-sm);
}

/* =============================================================================
   17. BLOC CARITATIF & MARQUES
   ========================================================================== */

.charity {
	background: var(--br-green-pale);
	padding: 3rem 5rem 3rem 3rem;
	display: flex;
	align-items: center;
	gap: 2rem;
}

.page-services .charity {
    border: 1px solid var(--br-line-green);
}

.charity__logo {
	flex: none;
	width: 18rem;
	background: var(--br-surface);
	border: 1px solid var(--br-line);
	padding-block: 2.4rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

.charity__logo img {
	width: 100%;
	height: auto;
	max-height: 7rem;
	object-fit: contain;
}

.charity-popup__thumb {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px;
    background: var(--br-surface);
}

.charity-popup__thumb img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.charity__title {
	font-family: var(--br-font-display);
	font-weight: 700;
	font-size: 2.2rem;
	line-height: 1.2;
	margin-bottom: 0.5rem;
}

.charity__text {
	color: var(--br-ink-68);
	max-width: 50rem;
}

.brands {
	padding-block: 7rem 6.4rem;
	text-align: center;
}

.brands__label {
	font-size: var(--font-size-xs);
	font-weight: 600;
	letter-spacing: 0.3rem;
	color: var(--br-ink-50);
	margin-bottom: 3rem;
}

.brands__row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 52px;
    flex-wrap: wrap;
    margin-bottom: 5rem;
}

.brands__row img {
    width: auto;
    filter: grayscale(1);
    opacity: .7;
    transition: opacity .2s ease, filter .2s ease;
}

.brands__row img:hover {
    opacity: 1;
    filter: none;
}

.brands__wordmark {
    font-family: var(--br-font-display);
    font-weight: 700;
    font-size: 23px;
    letter-spacing: .06em;
    color: rgba(17, 17, 17, .62);
}

/* =============================================================================
   18. FAQ
   ========================================================================== */

.faq__list {
    border-top: 1px solid rgba(17, 17, 17, .14);
}

.faq-grid {
    gap: 6.4rem;
}

.faq__item {
    border-bottom: 1px solid rgba(17, 17, 17, .14);
}

.faq__question {
	width: 100%;
	background: none;
	border: 0;
	padding: 2rem 0.2rem;
	display: flex;
	align-items: center;
	gap: 2rem;
	text-align: left;
}

.faq__question-text {
	flex: 1;
	font-size: var(--font-size-xl);
	font-weight: 600;
    color: var(--br-ink);
}

.faq__sign {
	flex: none;
	width: 1.8rem;
	height: 1.8rem;
	position: relative;
	transition: transform .25s ease;
}

.faq__sign::before,
.faq__sign::after {
    content: "";
    position: absolute;
    background: var(--br-green);
}

.faq__sign::before {
    left: 0;
    right: 0;
    top: 8px;
    height: 2px;
}

.faq__sign::after {
    top: 0;
    bottom: 0;
    left: 8px;
    width: 2px;
}

.faq__question[aria-expanded="true"] .faq__sign {
    transform: rotate(45deg);
}

.faq__answer {
	display: none;
	padding: 0 6rem 2rem 0.2rem;
	color: var(--br-ink-68);
}

.faq__answer.is-open {
    display: block;
}

.faq__aside-text {
	color: var(--br-ink-65);
	margin-bottom: 3rem;
}

.contact-form .faq__aside-text {
    font-size: var(--font-size-lg);
}

.faq__phones a {
    font-weight: 600;
    text-decoration: none;
}

.faq__phones span {
    color: var(--br-ink-50);
    font-size: var(--font-size-xs);
    font-weight: 500;
}

/* =============================================================================
   19. ZONE & CONTACT
   ========================================================================== */

.contact-aiguillage {
    padding-top: 4.4rem;
}

.contact-phones {
    padding-top: 5.6rem;
}

.area-map {
    display: flex;
    justify-content: center;
}

.area-map svg {
    width: 100%;
    max-width: 380px;
    height: auto;
}

.area-map .area-map__svg {
    max-width: none;
}

@supports (transform-box: fill-box) {
    .area-map__svg [id^="map-chimney-smoke-"] {
        --smoke-rise: 12px;

        transform-box: fill-box;
        transform-origin: 12% 100%;

        animation: map-smoke 15s linear infinite;
    }

    .area-map__svg #map-chimney-smoke-1 { animation-duration: 9s;   animation-delay: -0.7s; }
    .area-map__svg #map-chimney-smoke-2 { animation-duration: 11.5s; animation-delay: -5.2s; }
    .area-map__svg #map-chimney-smoke-3 { animation-duration: 10.2s; animation-delay: -9.4s; }
    .area-map__svg #map-chimney-smoke-4 { animation-duration: 13.8s; animation-delay: -3.2s; }
    .area-map__svg #map-chimney-smoke-5 { animation-duration: 9.4s; animation-delay: -11.5s; }
    .area-map__svg #map-chimney-smoke-6 { animation-duration: 12.5s; animation-delay: -7.1s; }
    .area-map__svg #map-chimney-smoke-7 { animation-duration: 10.8s; animation-delay: -4.2s; }
    .area-map__svg #map-chimney-smoke-8 { animation-duration: 14.9s; animation-delay: -12.4s; }
}

@keyframes map-smoke {
    0% {
        opacity: 0;
        transform: translate(0, 3px) scale(.35, .4);
    }

    33% {
        opacity: .92;
        transform: translate(.4px, .5px) scale(.70, .8);
    }

    67% {
        opacity: .1;
        transform: translate(1.6px, 0) scale(1.05, 1.2);
    }

    100% {
        opacity: 0;
        transform: translate(3px, 0) scale(1.4, 1.6);
    }
}

.info-table {
    border-top: 1px solid rgba(17, 17, 17, .12);
}

.info-table__row {
	display: grid;
	grid-template-columns: 17rem 1fr;
	gap: 2rem;
	padding: 1.2rem 0;
	border-bottom: 1px solid rgba(17, 17, 17, .12);
}

.contact-form .info-table__row a {
    font-weight: 600;
}

.info-table__row div {
    display: flex;
    flex-direction: column;
}

.contact-form .info-table__row > span:nth-child(2) {
    text-align: right;
}

.info-table__key {
	color: var(--br-ink-50);
	font-weight: 600;
	font-size: var(--font-size-sm);
}

.info-table__phone,
.info-table__mail {
    font-family: var(--br-font-display);
    font-weight: 700;
    font-size: var(--font-size-xl);
    text-decoration: none;
}

.info-table__muted {
    color: var(--br-ink-50);
}

/* =============================================================================
   20. CTA VERT
   ========================================================================== */

.cta-band {
    background: var(--br-green-pale);
    position: relative;
    overflow: hidden;
}

.cta-band--spaced {
    margin-top: 96px;
}

.cta-band__ornament {
    position: absolute;
    right: -70px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}

.cta-band__inner {
	padding-block: 8rem;
	position: relative;
    z-index: 1;
}

.cta-band__kicker {
	font-size: var(--font-size-lg);
	color: var(--br-ink-65);
	margin-bottom: 1.4rem;
	font-weight: 500;
}

.cta-band__title {
	font-size: 4rem;
	line-height: 1.15;
	max-width: 60rem;
	margin-bottom: 1.2rem;
}

.page-template-page-products .cta-band__title {
    max-width: 40rem;
}

html[lang="fr-FR"] .page-template-page-about .cta-band__title {
    max-width: 65rem;
}

.cta-band__title em {
    color: var(--br-green);
    font-style: normal;
}

.cta-band__title + .cta-band__actions {
    margin-top: 3rem;
}

.cta-band__text {
	font-size: var(--font-size-xl);
	max-width: 50rem;
	margin-bottom: 4rem;
	color: var(--br-ink-65);
}

.page-template-page-brand .cta-band__text {
    max-width: 54rem;
}

.page-template-page-products .cta-band__text {
	max-width: 60rem;
}

.blog .cta-band__text,
.single .cta-band__text {
	max-width: 36rem;
}

.cta-band__actions {
    display: flex;
    align-items: center;
    gap: 18px;
    flex-wrap: wrap;
}

.cta-band__or {
	color: var(--br-ink-65);
}

.cta-band__or a {
    font-weight: 600;
}

/* =============================================================================
   21. FOOTER
   ========================================================================== */

.site-footer {
	background-color: var(--br-green);
	color: var(--br-surface);
	position: relative;
}

.footer-roofs {
	position: absolute;
	right: 0;
	bottom: 100%;
	width: 50rem;
	height: 100%;
	overflow: hidden;
	pointer-events: none;
}

.footer-roofs__svg {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: auto;
	transform: translateY(calc((1 - var(--roofs-progress, 1)) * 100%));
}

@supports (transform-box: fill-box) {
    .footer-roofs__svg [id^="backes-building-smoke-"] {
        --smoke-rise: 45px;

        transform-box: fill-box;
        transform-origin: 10% 100%;
        animation: roofs-smoke 8s linear infinite;
    }

    .footer-roofs__svg #backes-building-smoke-1 { --smoke-rise: 42px; animation-duration: 7.6s; animation-delay: -1.3s; }
    .footer-roofs__svg #backes-building-smoke-2 { --smoke-rise: 88px; animation-duration: 10.2s; animation-delay: -6.1s; }
    .footer-roofs__svg #backes-building-smoke-3 { --smoke-rise: 62px; animation-duration: 8.4s; animation-delay: -3.4s; }
}

@keyframes roofs-smoke {
    0% {
        opacity: 0;
        transform: translate(0, calc(var(--smoke-rise) * .12)) scale(.30, .30);
    }

    33% {
        opacity: 1;
        transform: translate(calc(var(--smoke-rise) * 0), 0) scale(.60, .60);
    }

    67% {
        opacity: 1;
        transform: translate(calc(var(--smoke-rise) * 0), calc(var(--smoke-rise) * -.12)) scale(.90, .90);
    }

    100% {
        opacity: 0;
        transform: translate(calc(var(--smoke-rise) * 0), calc(var(--smoke-rise) * -.16)) scale(1.2, 1.2);
    }
}

.site-footer__inner {
    padding-top: 64px;
    padding-bottom: 28px;
}

.site-footer__cols {
    display: grid;
    grid-template-columns: 4fr 2.6fr 2.4fr 3fr;
    gap: 48px;
}

.site-footer__logo {
    height: 58px;
    width: auto;
    margin-bottom: 16px;
}

.site-footer__about {
	max-width: 28rem;
	margin-bottom: 2rem;
}

.site-footer__label-link {
	margin-top: 3rem;
    display: block;
}

.site-footer__label {
	width: 6rem;
	height: auto;
}

.site-footer__illus {
    width: 170px;
    height: auto;
    margin-top: 18px;
    opacity: .9;
}

.footer-lang {
	display: flex;
	gap: 0.6rem;
}

.footer-lang__item {
	background: none;
	border: 1px solid transparent;
	color: var(--br-surface-op6);
	font-size: var(--font-size-xs);
	padding: 4px 10px 5px;
	border-radius: 5px;
	text-decoration: none;
	font-weight: 500;
}

.footer-lang__item:hover {
    border-color: var(--br-surface);
    color: var(--br-surface);
}

.footer-lang__item.is-active {
    border-color: var(--br-surface);
    color: var(--br-surface);
    font-weight: 700;
}

.footer-col__title {
	font-size: var(--font-size-xl);
	font-weight: 700;
	letter-spacing: .2rem;
	margin-bottom: 1.4rem;
	font-family: var(--br-font-display);
}

.footer-col__list {
	display: flex;
	flex-direction: column;
	gap: 0.8rem;
}

.footer-col__list a {
	color: var(--br-surface);
	font-weight: 500;
}

.footer-col__list a:hover,
.footer-col__list a.is-current {
    color: var(--br-surface-op4);
}

.footer-col__list a.is-cta {
    color: var(--br-green);
    font-weight: 600;
}

.footer-contact {
	display: flex;
	flex-direction: column;
	gap: 1.2rem;
}

.footer-contact a {
	color: var(--br-surface);
	font-weight: 600;
}

.footer-contact a:hover {
	color: var(--br-surface-op4);
	font-weight: 600;
}

.site-footer__logo {
    height: 8rem;
    width: auto;
    margin-bottom: 2rem;
}

.site-footer .logo-backes-1,
.site-footer .logo-backes-0 {
    fill: var(--br-surface);
}

.site-footer__bottom {
	margin-top: 5rem;
	padding-top: 2rem;
	border-top: 1px solid var(--br-surface-op2);
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 2rem;
	font-size: var(--font-size-sm);
	flex-wrap: wrap;
}

.site-footer__copyright {
    display: flex;
    align-items: center;
    gap: 2rem;
}

.site-footer__copyright span:first-child {
    position: relative;
}

.site-footer__copyright span:first-child::after {
	content: '';
	position: absolute;
	top: 10px;
	width: 3px;
	height: 3px;
	border-radius: 50%;
	background: rgba(255,255,255,.5);
	right: -1.15rem;
}

.site-footer__legal {
	display: flex;
	align-items: center;
	gap: 2rem;
}

.site-footer__bottom a {
	color: var(--br-surface);
}

.site-footer__bottom a:hover {
	color: var(--br-surface-op4);
}

/* =============================================================================
   22. WHATSAPP FLOTTANT & POPUP
   ========================================================================== */

.wa-float {
	position: fixed;
	right: 3rem;
	bottom: 3rem;
	z-index: 70;
	width: 5.4rem;
	height: 5.4rem;
	border-radius: 50%;
	background: var(--br-green);
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 12px 28px -10px rgba(17, 17, 17, .4);
	transition: transform .2s ease;
	color: var(--br-surface);
}

/* Posée par floatOverFooter() quand le pied arrive sous le bouton. */
.wa-float.is-hidden {
    display: none;
}

.wa-float:hover {
    transform: scale(1.06);
    color: var(--br-surface);
}

.charity-popup {
	position: fixed;
	left: 3rem;
	bottom: 3rem;
	z-index: 70;
	width: 35rem;
	max-width: calc(100vw - 32px);
	background: var(--br-surface);
	border: 1px solid var(--br-line);
	box-shadow: 0 24px 56px -20px rgba(17, 17, 17, .35);
	padding: 2rem 2rem 1.8rem;
	display: none;
	opacity: 1;
	transition: opacity .3s var(--br-ease);

	/*
	 * `backwards` et non `both`. Une animation qui remplit vers l'avant garde la
	 * main sur les propriétés de ses keyframes après sa fin : le `opacity: 1` de
	 * br-rise battait toute déclaration normale, et la règle d'effacement plus
	 * bas n'aurait rien fait. Le remplissage arrière suffit ici — il n'y a pas de
	 * délai, il ne couvre que l'image précédant le départ — et l'état final de
	 * br-rise est exactement l'état déclaré : opacité pleine, aucune translation.
	 * Rien ne saute à la fin de l'animation, et l'opacité redevient la nôtre.
	 */
	animation: br-rise .45s var(--br-ease) backwards;
}

.charity-popup.is-open {
    display: block;
}

/*
 * Posée par floatOverFooter() quand le pied arrive sous le popup. En opacité et
 * non en display, pour qu'il se fonde au lieu de disparaître d'un coup — il garde
 * donc sa place, d'où `pointer-events` : un popup invisible mais toujours cliquable
 * intercepterait les liens du pied de page, et sa croix de fermeture attraperait
 * des clics que personne ne peut viser.
 */
.charity-popup.is-over-footer {
    opacity: 0;
    pointer-events: none;
}

.charity-popup__close {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 2.6rem;
    height: 2.6rem;
    background: none;
    border: 0;
    color: rgba(200,200,200);
}

.charity-popup__close:hover {
    color: var(--br-ink-72);
}

.charity-popup__badge {
	display: inline-block;
	background: var(--br-green-pale);
	color: var(--br-green);
	font-size: var(--font-size-2xs);
	font-weight: 700;
	letter-spacing: 0.03rem;
	padding: 0.4rem 0.9rem 0.3rem;
	margin-bottom: 1.4rem;
}

.charity-popup__body {
	display: flex;
	gap: 1rem;
	align-items: flex-start;
}

.charity-popup__text {
	flex: 1;
	font-size: var(--font-size-sm);
	line-height: 1.55;
	color: var(--br-ink-72);
    min-width: 20rem;
}

.charity-popup__thumb {
	width: auto;
	height: 6.4rem;
}

.charity-popup__actions {
    margin-top: 14px;
    display: flex;
    align-items: center;
    gap: 16px;
    font-size: 13px;
}

.charity-popup__dismiss {
    background: none;
    border: 0;
    font-size: 13px;
    color: var(--br-ink-50);
    padding: 0;
}

/* =============================================================================
   23. PAGES SERVICE
   ========================================================================== */

.breadcrumb {
    font-size: var(--font-size-sm);
    color: var(--br-ink-55);
    margin-bottom: 4rem;
}

.single-post .breadcrumb {
	color: var(--br-green);
	margin-bottom: 2rem;
}

.breadcrumb a {
    text-decoration: none;
    font-weight: 600;
}

.breadcrumb__sep {
    margin: 0 6px;
    color: var(--br-ink-35);
}

.service-hero {
    padding-top: 7.6rem;
}

.page-brand.service-hero {
    padding-top: 6.6rem;
}

.service-hero__grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 52rem);
    gap: 56px;
    align-items: stretch;
}

.service-hero__body {
    display: flex;
    flex-direction: column;
    padding-top: 2rem;
}

.service-hero__title {
	font-size: 5.6rem;
	letter-spacing: -0.05rem;
	line-height: 1;
	margin-bottom: 2rem;
}

.service-hero__title em {
    font-style: normal;
    color: var(--br-green);
}

.service-hero__lede {
	font-size: var(--font-size-xl);
	line-height: 1.65;
	color: var(--br-ink-72);
	max-width: 54rem;
	margin-bottom: 3rem;
}

.service-hero__note {
	margin-top: 2rem;
	color: var(--br-ink-55);
    max-width: 36rem;
}

.service-hero__media {
	position: relative;
	width: 100%;
	min-height: 44rem;
	aspect-ratio: 4/3;
}

.service-hero__media img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.media-caption {
	position: absolute;
	left: 14px;
	bottom: 14px;
	border: 1px solid rgba(17, 17, 17, .12);
	padding: 7px 11px;
	font-family: var(--br-font-mono);
	font-size: var(--font-size-2xs);
	letter-spacing: .04rem;
	color: var(--br-surface);
	backdrop-filter: blur(4px);
}

.includes {
	margin-top: 9.6rem;
	background: var(--br-green-pale);
	padding-block: 6rem 7rem;
}

.includes__label {
	font-size: var(--font-size-xs);
	font-weight: 600;
	letter-spacing: .1rem;
	color: var(--br-green);
	margin-bottom: 26px;
}

.includes__grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 28px;
}

.includes__item {
    display: flex;
    flex-direction: column;
    gap: 9px;
}

.includes__item-title {
	font-size: var(--font-size-lg);
	font-weight: 700;
	line-height: 1.4;
}

.includes__item-text {
    font-size: var(--font-size-sm);
    color: var(--br-ink-60);
    line-height: 1.5;
}

.steps {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

.step {
    background: var(--br-surface);
    border: 1px solid var(--br-line);
    padding: 24px 24px 26px;
}

.step__num {
    font-family: var(--br-font-display);
    font-weight: 700;
    font-size: 30px;
    color: var(--br-green);
    margin-bottom: 12px;
}

.step__title {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 6px;
}

.step__text {
    font-size: 13.5px;
    color: rgba(17, 17, 17, .62);
    line-height: 1.6;
}

.other-services {
    padding: 9.6rem 0;
}

.other-services__head {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 2rem;
	margin-bottom: 1.6rem;
	border-top: 1px solid var(--br-line);
	padding-top: 3rem;
}

.other-services__label {
	font-size: var(--font-size-xs);
	font-weight: 600;
	letter-spacing: .15rem;
	color: var(--br-ink-50);
}

.other-services__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
}

.other-service {
	display: flex;
	align-items: center;
	gap: .8rem;
	background: var(--br-surface);
	border: 1px solid var(--br-line);
	padding: 14px 16px;
	text-decoration: none;
	color: var(--br-ink);
	font-size: var(--font-size-sm);
	font-weight: 600;
	transition: border-color .2s ease;
}

.other-service:hover {
    border-color: var(--br-green);
    color: var(--br-ink);
}

.other-service__num {
	font-family: var(--br-font-display);
	font-weight: 600;
	font-size: var(--font-size-xs);
	color: var(--br-green);
	flex: none;
	line-height: 1;
	position: relative;
	top: .5px;
}

.service-detail {
	padding-block: 9.6rem;
}

.page-service .service-detail + #faq {
    padding-top: 0;
}

.service-detail__head {
    position: sticky;
    top: calc(var(--br-header-h) + 32px);
    align-self: start;
}

.service-detail__head .section-title {
	font-size: 4rem;
	margin-bottom: 2rem;
	max-width: 44rem;
}

html[lang="fr-FR"] .page-id-130 .service-detail__head .section-title {
	max-width: 32rem;
}

html[lang="fr-FR"] .page-id-139 .page-service .gallery .section-title {
	max-width: 50rem;
}

html[lang="fr-FR"] .page-template-page-products .section-title {
	max-width: 37rem;
}

html[lang="fr-FR"] .page-template-page-products .cta-band__title {
	max-width: 44rem;
}

.page-service .section--compare .section-title em {
    color: var(--br-green);
    font-style: normal;
}

.page-service .gallery .section-title {
    max-width: none;
}

html[lang="fr-FR"] .page-id-121 .page-service .gallery .section-title {
    max-width: 60rem;
}

.service-detail__head .section-title em,
.gallery .section-title em {
    color: var(--br-green);
    font-style: normal;
}

.service-detail__block + .service-detail__block {
	margin-top: 5rem;
	padding-top: 4.5rem;
	border-top: 1px solid var(--br-line);
}

.service-detail__title {
    display: flex;
    align-items: baseline;
    gap: 1.2rem;
    font-size: 2.2rem;
    line-height: 1.3;
    letter-spacing: -0.02rem;
    margin-bottom: 1.4rem;
}

.service-detail__num {
    font-family: var(--br-font-mono);
    font-size: var(--font-size-2xs);
    font-weight: 400;
    letter-spacing: .04em;
    color: var(--br-green);
    flex: none;
    position: relative;
    bottom: 1px;
}

.service-detail__list {
    list-style: none;
    margin: 2rem 0 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.2rem 1rem;
}

.prices + #faq {
    padding-top: 0;
}

.service-detail__outro {
    margin-top: 2rem;
}

.service-detail__list li {
    display: flex;
    align-items: center;
    gap: .5rem;
    font-size: var(--font-size-sm);
    line-height: 1.45;
    color: var(--br-ink-72);
}

.service-detail__list svg {
    flex: none;
    position: relative;
    top: .5px;
}

.prices {
	padding-block: 0 9.6rem;
}

.prices__card {
	background: var(--br-green-wash);
	border: 1px solid var(--br-line-green);
	padding: 4.8rem 4.8rem 4.4rem;
	display: flex;
	flex-direction: column;
}

.prices__head {
    margin-bottom: 3rem;
}

.prices__title {
    font-size: 4rem;
    line-height: 1;
    margin-top: 2rem;
}

.prices__list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.prices__row {
	display: grid;
	grid-template-columns: auto 1fr;
	align-items: baseline;
	gap: 1.2rem;
	padding: 1.1rem 0;
	border-bottom: 1px solid var(--br-line-green);
	justify-content: space-between;
}

.prices__row:first-child {
    padding-top: 0;
}

.prices__amount {
	font-family: var(--br-font-display);
	font-weight: 700;
	font-size: 2.2rem;
	color: var(--br-green);
	white-space: nowrap;
	text-align: right;
}

.prices__note {
	margin-top: 1.4rem;
	font-size: var(--font-size-xs);
	color: var(--br-ink-55);
	text-align: right;
}

.gallery {
	padding-block: 9.6rem;
	background-color: var(--br-surface);
}

.gallery__description {
    max-width: 62rem;
    margin-top: 1.6rem;
    font-size: var(--font-size-lg);
    color: var(--br-ink-72);
}

.gallery__grid {
	columns: 3;
	column-gap: 1rem;
	margin-top: 3.2rem;
}

.gallery__item {
	display: inline-block;
	width: 100%;
	vertical-align: top;
	break-inside: avoid;
	margin: 0 0 1rem;
	overflow: hidden;
	background: var(--br-hatch-a);
	transition: box-shadow .5s var(--br-ease);
}

.gallery__item:hover {
    box-shadow: 0 4px 6px var(--br-ink-35);
}

.gallery__img {
    display: block;
    width: 100%;
    height: auto;
    transition: transform .5s var(--br-ease);
}

.gallery__item:hover .gallery__img {
    transform: scale(1.04);
}

.selling-points {
    padding: 5.6rem 0;
}

.selling-points__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 3.2rem;
    padding: 4rem 0;
    border-top: 1px solid var(--br-line);
    border-bottom: 1px solid var(--br-line);
}

.selling-point__icon {
    margin-bottom: 1.4rem;
}

.selling-point__icon svg {
    color: var(--br-green);
}

.selling-point__title {
    font-family: var(--br-font);
    font-size: var(--font-size-lg);
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.3;
    margin-bottom: 0.8rem;
}

.selling-point__text {
    font-size: var(--font-size-sm);
    line-height: 1.5;
    color: var(--br-ink-65);
}

/* =============================================================================
   24. JOURNAL & CONTENU ÉDITORIAL
   ========================================================================== */

.site-main {
    padding-bottom: 0;
}

.journal-head {
    padding-top: 9.6rem;
}

.journal-head__grid {
    display: grid;
    grid-template-columns: 7fr 35rem;
    gap: 56px;
    align-items: end;
    margin-bottom: 36px;
}

html[lang="fr-FR"] .journal-head__grid {
    grid-template-columns: 7fr 40rem;
}

html[lang="fr-FR"] .page-template-page-contact .cta-band__title {
	max-width: 50rem;
}

.journal-head__title {
    font-size: 5.4rem;
    letter-spacing: -0.018em;
    line-height: 1.03;
}

html[lang="fr-FR"] .page-template-page-booking .page-hero__title {
	max-width: 60rem;
}

.journal-head__title em {
    font-style: normal;
    color: var(--br-green);
}

.journal-head__lede {
    color: var(--br-ink-72);
    padding-bottom: 6px;
    text-align: right;
}

.journal-head__search {
    max-width: 460px;
    margin-top: 28px;
}

.journal-filters {
	display: flex;
	flex-wrap: wrap;
	gap: 0.6rem;
	padding-top: 2rem;
	border-top: 1px solid var(--line-soft);
}

.journal-filter {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	padding: 9px 16px;
	background: var(--br-surface);
	border: 1px solid var(--br-line);
	font-size: var(--font-size-xs);
	font-weight: 500;
	color: var(--br-ink);
	transition: border-color .2s ease, background .2s ease, color .2s ease;
}

.journal-filter:hover {
    border-color: var(--br-green);
    color: var(--br-green);
}

.journal-filter.is-active {
    background: var(--br-green);
    border-color: var(--br-green);
    color: #fff;
}

.journal-filter__count {
	font-family: var(--br-font-display);
	color: var(--br-ink-35);
	line-height: 1;
	position: relative;
	top: 1px;
}

.journal-filter:hover .journal-filter__count {
    color: var(--br-green);
}

.journal-filter.is-active .journal-filter__count {
    color: rgba(255, 255, 255, .72);
}

.journal-feature {
    padding-top: 48px;
}

.journal-list {
    padding: 6.4rem 0 9.6rem;
}

.journal-list__label {
	font-size: var(--font-size-xs);
	font-weight: 600;
	letter-spacing: 0.1rem;
	color: var(--br-ink-50);
	margin-bottom: 1rem;
}

.journal-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
	gap: 2.4rem;
}

.journal-card {
    background: var(--br-surface);
    border: 1px solid var(--br-line);
    transition: border-color .2s ease;
}

.journal-card__link {
    display: flex;
    flex-direction: column;
    height: 100%;
    color: inherit;
    text-decoration: none;
}

.journal-card:hover {
    border-color: var(--br-green);
}

.journal-card__media {
    position: relative;
    display: block;
    overflow: hidden;
    min-height: 110px;
}

.journal-card__media img {
    width: 100%;
    aspect-ratio: 8 / 5;
    object-fit: cover;
    transition: transform .6s var(--br-ease);
}

.journal-card:hover .journal-card__media img {
    transform: scale(1.035);
}

.journal-card__badge {
	position: absolute;
	left: 1.4rem;
	top: 1.4rem;
	border: 1px solid var(--br-green);
	color: var(--br-green);
	padding: 0.5rem 1rem;
	font-size: var(--font-size-2xs);
	font-weight: 600;
	letter-spacing: 0.04rem;
	text-transform: uppercase;
	backdrop-filter: blur(4px);
}

.journal-card__body {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 22px 24px 24px;
}

.journal-card__meta {
	display: flex;
	align-items: center;
	gap: 0.7rem;
	font-size: var(--font-size-2xs);
	text-transform: uppercase;
	letter-spacing: 0.05rem;
	color: var(--br-ink-50);
	margin-bottom: 1.2rem;
}

.journal-card__dot {
    flex: none;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: var(--br-ink-35);
}

.journal-card__title {
	font-family: var(--br-font-display);
	font-weight: 700;
	font-size: 2rem;
	line-height: 1.3;
	margin-bottom: 1rem;
	color: var(--br-ink);
	transition: color .2s ease;
}

.journal-card:hover .journal-card__title {
    color: var(--br-green);
}

.journal-card__excerpt {
	line-height: 1.5;
	color: var(--br-ink-65);
	margin-bottom: 3rem;
}

.journal-card__excerpt p {
    margin: 0;
}

.journal-card__more {
	margin-top: auto;
	font-weight: 600;
	color: var(--br-green);
	display: flex;
	align-items: center;
	gap: 0.5rem;
}

.journal-card--bare {
    align-self: start;
}

.journal-card--bare .journal-card__more {
    margin-top: 14px;
}

.journal-card--feature .journal-card__link {
    display: grid;
    grid-template-columns: 7fr 5fr;
    align-items: stretch;
}

.journal-card--feature .journal-card__media {
    min-height: 420px;
}

.journal-card--feature .journal-card__media img {
    position: absolute;
    inset: 0;
    height: 100%;
    aspect-ratio: auto;
}

.journal-card--feature .journal-card__body {
	justify-content: center;
	padding: 4rem 4.6rem;
}

.journal-card--feature .journal-card__title {
	font-size: 3rem;
	line-height: 1.25;
	margin-bottom: 1.2rem;
}

.journal-card--feature .journal-card__excerpt {
	font-size: var(--font-size-lg);
	margin-bottom: 20px;
}

.journal-card--feature .journal-card__more {
    margin-top: 2rem;
}

.post-hero {
    padding-top: 9.6rem;
}

.post-hero__title {
	font-size: 5rem;
	letter-spacing: -0.01rem;
	line-height: 1.15;
	margin-bottom: 4rem;
}

.post-hero__lede {
    font-size: 18px;
    line-height: 1.6;
    color: var(--br-ink-72);
    margin-bottom: 24px;
}

.post-hero__meta {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
	padding-bottom: 1rem;
	border-bottom: 1px solid var(--line-soft);
	font-size: var(--font-size-2xs);
	text-transform: uppercase;
	letter-spacing: .08em;
	color: var(--br-ink-50);
}

.post-hero__dot {
    flex: none;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: var(--br-ink-35);
}

.post-hero__media {
    position: relative;
    margin: 2rem 0 0;
}

.post-hero__media img {
    width: 100%;
    aspect-ratio: 2 / 1;
    object-fit: cover;
}

.post-hero__media {
    position: relative;
    border: 1px solid var(--br-line);
}

.post-hero__media::before {
	content: "";
	position: absolute;
	left: -1px;
	top: -1px;
    width: 34px;
    height: 34px;
	border-left: 3px solid var(--br-green);
	border-top: 3px solid var(--br-green);
}

.post-hero__media::after {
	content: "";
	position: absolute;
	right: -1px;
	bottom: -1px;
    width: 34px;
    height: 34px;
	border-right: 3px solid var(--br-green);
	border-bottom: 3px solid var(--br-green);
}

.post-body {
    padding-top: 5.2rem;
}

.post-body__grid {
    display: grid;
    grid-template-columns: minmax(0, 680px) 296px;
    justify-content: space-between;

    gap: 0 48px;
    align-items: start;
}

.post-body__grid .post-nav {
    grid-column: 1 / -1;
}

.post-aside {
    position: sticky;
    top: calc(var(--br-header-h) + 24px);
    align-self: start;
}

.page-content {
    padding-top: 64px;
    padding-bottom: 96px;
}

.entry-header {
    margin-bottom: 32px;
}

.entry-title {
    font-size: 46px;
    letter-spacing: -0.018em;
    line-height: 1.05;
}

.entry-thumbnail {
    margin: 0 0 40px;
}

.entry-content {
	font-size: var(--font-size-lg);
	line-height: 1.7;
}

.entry-content > p:first-child {
	font-size: var(--font-size-xl);
}

.single-post .entry-content > p:first-child {
	font-style: italic;
	font-weight: 500;
}

.entry-content p,
.entry-content ul,
.entry-content ol,
.entry-content figure,
.entry-content blockquote,
.entry-content table {
    margin: 0 0 1.4rem;
}

.post-body .entry-content p:last-child {
    margin-bottom: 0;
}

.entry-content p:has(img) {
    margin: 0;
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.post-body .entry-content p:has(img) + p {
    margin-top: 1.4rem;
}

.single-post .entry-content p > img {
    flex: 1 1 100%;
}

.entry-content ul {
    list-style: none;
}

.entry-content li {
    position: relative;
}

.entry-content li::before {
	content: "";
	position: absolute;
	top: 10.5px;
	left: -14px;
	background-color: var(--br-green);
	width: 4px;
	height: 4px;
	border-radius: 50%;
}

.entry-content h2 {
    font-size: 2.7rem;
    line-height: 1.16;
    margin: 4rem 0 1.4rem;
}

.single-post .entry-content h2 {
	font-size: 3rem;
}

.legal__content > h2:first-child {
    margin-top: 0;
}

.entry-content h3 {
    font-size: 2.1rem;
    margin: 2.4rem 0 1.4rem;
}

.single-post .entry-content h3 {
	font-size: 2rem;
}

.entry-content li {
    margin-bottom: .5em;
}

.entry-content a {
    text-decoration: underline;
    text-underline-offset: 2px;
}

.entry-content blockquote {
    padding: .2em 0 .2em 1.4em;
    border-left: 3px solid var(--br-green);
    color: var(--br-ink-68);
    font-style: italic;
}

.entry-content pre {
    padding: 1.2em;
    background: var(--br-ink);
    color: var(--br-bg);
    overflow-x: auto;
    font-size: .85em;
}

.entry-content th,
.entry-content td {
    padding: .6em .8em;
    border-bottom: 1px solid var(--br-line);
    text-align: left;
}

.alignleft { float: left; margin: 0 1.6em 1.2em 0; }
.alignright { float: right; margin: 0 0 1.2em 1.6em; }
.aligncenter { margin-left: auto; margin-right: auto; }

.wp-caption-text,
.entry-content figcaption {
    margin-top: 8px;
    font-size: 13px;
    color: var(--br-ink-50);
}

.page-links {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 2em;
    font-size: 13.5px;
    font-weight: 600;
    color: var(--br-ink-55);
}

.post-signature {
	padding: 2.4rem 2.2rem 2.2rem;
	background: var(--br-green-pale);
	border: 1px solid var(--br-line-green);
}

.post-signature__label {
	font-size: var(--font-size-2xs);
	font-weight: 600;
	letter-spacing: .15rem;
	text-transform: uppercase;
	color: var(--br-green);
	margin-bottom: 1.2rem;
}

.post-signature__head {
    display: flex;
    align-items: center;
    gap: 1.2rem;
    margin-bottom: 1.4rem;
}

.post-signature__mark {
	flex: none;
	display: grid;
	place-items: center;
	width: 40px;
	height: 40px;
	background: var(--br-surface);
	border: 1px solid var(--br-line-green);
	border-radius: 50%;
	color: var(--br-green);
}

.post-signature__name,
.post-signature__role {
    display: block;
}

.post-signature__name {
	font-family: var(--br-font-display);
	font-weight: 700;
	font-size: 2rem;
	line-height: 1;
	margin-top: 0.3rem;
}

.post-signature__role {
	font-size: var(--font-size-2xs);
	line-height: 1.35;
	color: var(--br-ink-55);
	margin-top: 0.2rem;
}

.post-signature__text {
	font-size: var(--font-size-sm);
	line-height: 1.55;
	color: var(--br-ink-72);
	margin-bottom: 1.8rem;
}

.post-signature__actions {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.2rem;
}

.post-signature__actions .btn {
    width: 100%;
    justify-content: center;
}

.post-signature__hours {
	margin-top: 2rem;
	padding-top: 1rem;
	border-top: 1px solid var(--br-line-green);
	font-size: var(--font-size-2xs);
	letter-spacing: .01rem;
	color: rgba(var(--br-green-rgb),0.45);
}

.post-nav {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 1.6rem;
	margin-top: 3rem;
	padding-top: 3rem;
	border-top: 1px solid var(--br-line);
}

.post-nav__link {
	display: flex;
	flex-direction: column;
	gap: 0.8rem;
	padding: 2rem 2rem 1.9rem;
	background: var(--br-surface);
	border: 1px solid var(--br-line);
	color: var(--br-ink);
	transition: border-color .2s ease, transform .2s ease;
}

.post-nav__link:hover {
	color: var(--br-ink);
	transform: translateY(-4px);
    box-shadow: 4px 4px 6px var(--br-ink-5);
}

.post-nav__link--prev {
    grid-column: 1;
}

.post-nav__link--next {
    grid-column: 2;
    text-align: right;
}

.post-nav__label {
	font-size: var(--font-size-2xs);
	font-weight: 700;
	letter-spacing: .1rem;
	text-transform: uppercase;
	color: var(--br-green);
}

.post-nav__title {
	font-family: var(--br-font-display);
	font-weight: 700;
	font-size: var(--font-size-2xl);
	line-height: 1.3;
	max-width: 40rem;
}

.post-nav__link.post-nav__link--next .post-nav__title {
    margin-left: auto;
}

.journal-related {
	margin-top: 9.6rem;
	background: var(--br-surface);
	padding: 9.6rem 0;
}

.journal-related__head {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 24px;
	margin-bottom: 1rem;
}

.journal-related__label {
	font-size: var(--font-size-xs);
	font-weight: 600;
	letter-spacing: .2rem;
	color: var(--br-green);
}

.pagination {
    margin-top: 48px;
    padding-top: 32px;
    border-top: 1px solid var(--line-soft);
}

.pagination .nav-links {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.pagination .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 42px;
    height: 42px;
    padding: 0 14px;
    background: var(--br-surface);
    border: 1px solid var(--br-line);
    color: var(--br-ink-65);
    font-size: 14px;
    font-weight: 600;
    transition: border-color .2s ease, background .2s ease, color .2s ease;
}

.pagination .page-numbers:hover,
.pagination .page-numbers.current {
    background: var(--br-green);
    border-color: var(--br-green);
    color: #fff;
}

.no-results {
    font-size: 16px;
    color: var(--br-ink-65);
}

.legal__title {
	font-size: 6rem;
	max-width: 70rem;
    margin-bottom: 2rem;
}

.legal__updated {
	margin-top: 2rem;
	font-family: var(--br-font-mono);
	font-size: var(--font-size-sm);
	letter-spacing: .04rem;
	color: var(--br-ink-50);
}

.legal__body {
    display: grid;
    grid-template-columns: 216px minmax(0, 1fr);
    gap: 72px;
    padding-top: 56px;
    padding-bottom: 9.6rem;
}

.legal__content {
    max-width: 680px;
}

.legal__toc {
    position: sticky;
    top: calc(var(--br-header-h) + 24px);
    align-self: start;
    padding-top: 6px;
}

.legal__toc-label {
	margin-bottom: 1.4rem;
	font-size: var(--font-size-2xs);
	font-weight: 600;
	letter-spacing: .15rem;
	text-transform: uppercase;
	color: var(--br-green);
}

.legal__toc-list {
    counter-reset: legal-toc;
    list-style: none;
    margin: 0;
    padding: 0;
    border-left: 1px solid var(--br-line);
}

.legal__toc-list li {
    counter-increment: legal-toc;
}

.legal__toc-list a {
	display: flex;
	gap: 1rem;
	padding: 7px 0 7px 16px;
	margin-left: -1px;
	border-left: 1px solid transparent;
	font-size: var(--font-size-sm);
	line-height: 1.4;
	color: var(--br-ink-60);
	transition: color .18s var(--br-ease), border-color .18s var(--br-ease);
}

.legal__toc-list a::before {
	content: counter(legal-toc, decimal-leading-zero);
	flex: none;
	font-family: var(--br-font-mono);
	font-size: var(--font-size-2xs);
	color: var(--br-ink-35);
	line-height: 1;
	position: relative;
	top: 4px;
}

.legal__toc-list a:hover,
.legal__toc-list a:focus-visible {
    border-left-color: var(--br-green);
    color: var(--br-ink);
}

.legal__toc-list a:hover::before,
.legal__toc-list a:focus-visible::before {
    color: var(--br-green);
}

.legal__toc-list a.is-current,
.legal__toc-list a.is-current:hover {
    border-left-color: var(--br-green);
    color: var(--br-green);
}

.legal__toc-list a.is-current::before {
    color: var(--br-green);
}

.legal__foot {
    margin-top: 5rem;
	padding: 2.4rem;
	background: var(--br-green-wash);
	border: 1px solid var(--br-line-green);
}

.legal__foot-text {
	font-size: var(--font-size-sm);
	color: var(--br-ink-72);
    max-width: 42rem;
}

.legal__foot-text a {
    color: var(--br-green);
    font-weight: 600;
}

.legal__foot p.legal__foot-links {
	display: flex;
	flex-wrap: wrap;
	gap: 3rem;
	margin: 0;
	padding-top: 1.6rem;
	border-top: 1px solid var(--br-line-green);
	font-size: var(--font-size-sm);
	font-weight: 600;
}

.legal__foot-links a {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    text-decoration: none;
}

.legal__foot-links a svg {
    transition: transform 0.3s ease;
    position: relative;
    top: 1px;
}
.legal__foot-links a:hover svg {
    transform: translateX(4px);
}

/* =============================================================================
   25. FORMULAIRES
   ========================================================================== */

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="search"],
input[type="url"],
textarea,
select {
    width: 100%;
    padding: 10px 14px 11px;
    background: var(--br-surface);
    border: 1px solid var(--br-line);
    color: var(--br-ink);
    transition: all .2s ease;
}

input:hover,
textarea:hover,
select:hover {
    border-color: rgba(var(--br-green-rgb), .25);
}

input:focus,
textarea:focus,
select:focus {
    border-color: rgba(var(--br-green-rgb), .45);
    outline: none;
    box-shadow: 0 0 0 3px rgba(0, 120, 60, .14);
}

input.service-choice__count:focus {
    box-shadow: none;
}

.select {
    position: relative;
    display: block;
    width: 100%;
}

.select select {
    -webkit-appearance: none;
    appearance: none;
    padding-right: 38px;
}

.select::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 1.4rem;
	width: 1.3rem;
	height: 1.3rem;
	background-color: var(--select-arrow-color, var(--br-ink-50));
	-webkit-mask: var(--br-select-arrow) center / contain no-repeat;
	mask: var(--br-select-arrow) center / contain no-repeat;
	transform: translateY(-50%);
	transition: background-color .18s ease, transform .18s var(--br-ease);
	pointer-events: none;
}

.select:hover::after {
    --select-arrow-color: var(--br-ink);
}

.select:focus-within::after {
    --select-arrow-color: var(--br-green);
    transform: translateY(-50%) rotate(180deg);
}

.select:has(select:disabled)::after {
    --select-arrow-color: var(--br-ink-35);
}

.search-form {
    display: flex;
    gap: 8px;
    margin-bottom: 24px;
}

.search-form__field {
    flex: 1;
}

.search-form__submit {
    background: var(--br-green);
    color: #fff;
    border: 0;
    border-radius: var(--br-radius);
    padding: 11px 22px;
    font-weight: 600;
    font-size: 14.5px;
}

.search-form__submit:hover {
    background: var(--br-green-dark);
}

/* =============================================================================
   22 bis. MARQUES & PRODUITS
   ========================================================================== */

.brands__link {
    display: block;
    line-height: 0;
}

.brand-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.brand-card {
    display: flex;
    flex-direction: column;
    background: var(--br-surface);
    border: 1px solid var(--br-line);
    text-decoration: none;
    color: var(--br-ink);
    transition: border-color .2s ease, transform .2s ease;
}

.brand-card:hover {
    border-color: var(--br-green);
    color: var(--br-ink);
    transform: translateY(-2px);
}

.brand-card__media {
    aspect-ratio: 4 / 3;
    overflow: hidden;
}

.brand-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.brand-card__body {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 22px 24px 24px;
}

.brand-card__logo {
	display: flex;
	align-items: center;
	height: 4rem;
	margin-bottom: 1rem;
}

.brand-card__logo img {
    width: auto;
    max-width: 160px;
    object-fit: contain;
}

.brand-card__meta {
	font-size: var(--font-size-2xs);
	font-weight: 600;
	letter-spacing: .1rem;
	text-transform: uppercase;
	color: var(--br-ink-50);
	margin-bottom: 1rem;
}

.brand-card__meta span {
    margin: 0 4px;
}

.brand-card__desc {
	flex: 1;
	color: var(--br-ink-65);
	margin-bottom: 3rem;
}

.brand-card__more {
    font-size: var(--font-size-base);
    font-weight: 600;
    color: var(--br-green);
}

.brand-card__more {
    display: flex;
    align-items: center;
    gap: 0.8rem;
}

.brand-card__more svg,
.service-row__more svg {
    position: relative;
    top: 1px;
    transition: transform .2s ease;
}

.brand-card:hover .brand-card__more svg,
.service-row:hover .service-row__more svg {
    transform: translateX(4px);
}

.brand-hero__logo {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}

.brand-hero__logo img {
    width: auto;
    max-width: 200px;
    object-fit: contain;
}

.brand-hero__meta {
	font-size: var(--font-size-xs);
	font-weight: 600;
	letter-spacing: .14em;
	text-transform: uppercase;
	color: var(--br-green);
	margin-bottom: 3.4rem;
}

.brand-hero__sep {
    color: var(--br-ink-35);
    margin: 0 6px;
}

.product-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.product {
    margin: 0;
}

.product__media {
    aspect-ratio: 1 / 1;
    overflow: hidden;
    background: var(--br-surface);
    border: 1px solid var(--br-line);
    transition: all .3s ease;
}

.product:hover .product__media {
    border-color: var(--br-green);
    transform: translateY(-2px);
    box-shadow: 4px 4px 6px var(--br-ink-15);
}

.product__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product__name {
    margin-top: 10px;
    font-size: var(--font-size-base);
    font-weight: 600;
    color: var(--br-ink);
}

.product-grid__note {
	display: flex;
	align-items: center;
	gap: .6rem;
	margin-top: 4rem;
	padding: 1.5rem 2rem;
	background: var(--br-green-pale);
	border: 1px solid var(--br-line-green);
}

.product-grid__note svg {
    flex: none;
    color: var(--br-green);
}

.product-grid__note span a {
    font-weight: 500;
}

.brand-strip {
	display: flex;
	align-items: center;
	gap: 1rem;
}

.brand-strip__item {
	flex: 1;
	min-width: 150px;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 7.6rem;
	padding: 0 18px;
	background: var(--br-surface);
	border: 1px solid var(--br-line);
	transition: border-color .2s ease;
}

.brand-strip__item:hover {
    border-color: var(--br-green);
}

.brand-strip__item img {
    width: auto;
    max-width: 100%;
    object-fit: contain;
    filter: grayscale(1);
    opacity: .65;
    transition: opacity .2s ease, filter .2s ease;
}

.brand-strip__item:hover img {
    filter: none;
    opacity: 1;
}

.what-we-do {
    padding-block: 9.6rem;
}

/* =============================================================================
   24 bis. AIGUILLAGE, TÉLÉPHONES, FORMULAIRES, RÉASSURANCE
   ========================================================================== */

.fork {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
}

.fork__card {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 24px 26px;
    background: var(--br-surface);
    border: 1px solid var(--br-line);
    text-decoration: none;
    color: var(--br-ink);
    transition: border-color .2s ease, transform .2s ease;
}

.fork__card:hover {
    border-color: var(--br-green);
    color: var(--br-ink);
    transform: translateY(-2px);
}

.fork__card--active {
    background: var(--br-green-pale);
    border-color: rgba(0, 120, 60, .22);
}

.fork__icon {
    flex: none;
    margin-top: 2px;
    color: var(--br-green);
}

.fork__body {
    flex: 1;
    min-width: 0;
}

.fork__title {
	display: block;
	font-family: var(--br-font-display);
	font-weight: 700;
	font-size: 2.2rem;
	line-height: 1;
	margin-bottom: .6rem;
}

.fork__desc {
	display: block;
	color: var(--br-ink-65);
	margin-bottom: 2rem;
}

.fork__more {
    font-weight: 600;
    color: var(--br-green);
}

.call-band {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-top: 1px solid var(--br-line);
    border-bottom: 1px solid var(--br-line);
}

.call-band__item {
    padding: 26px 32px;
    border-left: 1px solid var(--br-line);
}

.call-band__item:first-child {
    padding-left: 0;
    border-left: 0;
}

.call-band__label {
	font-size: var(--font-size-2xs);
	font-weight: 600;
	letter-spacing: .1rem;
	color: var(--br-ink-50);
	margin-bottom: .8rem;
}

.call-band__number {
	display: inline-block;
	font-family: var(--br-font-display);
	font-weight: 700;
	font-size: 2.6rem;
	letter-spacing: -0.025em;
	color: var(--br-ink);
	text-decoration: none;
	line-height: 1;
}

.call-band__number:hover {
    color: var(--br-green);
}

.call-band__note {
    margin-top: 8px;
    font-size: var(--font-size-sm);
    color: var(--br-ink-60);
    line-height: 1.5;
}

.form-block {
    background: var(--br-surface);
    border: 1px solid var(--br-line);
    padding: 3.2rem 3.4rem 3.4rem;
}

.form-notice {
	display: flex;
	align-items: flex-start;
	gap: 6px;
	padding: 16px 18px;
	margin-bottom: 26px;
	line-height: 1.55;
}

.form-notice:focus {
    outline: 2px solid var(--br-green);
    outline-offset: 3px;
}

.form-notice svg {
    flex: none;
    margin-top: .5px;
}

.form-notice--success {
	background: var(--br-green-pale);
	border: 1px solid rgba(0, 120, 60, .25);
	color: var(--br-green);
    gap: 6px;
}

.form-notice--error {
    background: #FDF3EF;
    border: 1px solid rgba(154, 52, 18, .28);
    color: #8A3113;
}

.form__row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
}

.form__field {
	display: flex;
	flex-direction: column;
	gap: .4rem;
	margin-bottom: 2rem;
}

.form__field--grow {
    flex: 1;
}

.form__label {
	font-size: var(--font-size-2xs);
	font-weight: 600;
	letter-spacing: .1rem;
	text-transform: uppercase;
	color: var(--br-ink-55);
}

.form__label span {
    color: var(--br-green);
}

.form__step {
    font-family: var(--br-font-display);
    font-weight: 700;
    font-size: 15px;
    color: var(--br-green);
    margin: 26px 0 14px;
    padding-bottom: 8px;
    border-bottom: 1px solid var(--br-line);
}

.form__step:first-of-type {
    margin-top: 0;
}

.form textarea {
    resize: vertical;
    min-height: 120px;
    line-height: 1.6;
}

.form__trap {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.form__footer {
	display: flex;
	align-items: center;
	gap: 1.2rem;
	flex-wrap: wrap;
	margin-top: 0;
	padding-top: 2rem;
	border-top: 1px solid var(--br-line);
}

.form__note {
    flex: 1;
    min-width: 22rem;
    font-size: var(--font-size-sm);
    color: var(--br-ink-60);
    line-height: 1.5;
}

.form__note a {
    font-weight: 600;
}

.booking-reassurance {
	margin-block: 6rem 10rem;
}

.reassure {
	display: grid;
	gap: 1.2rem;
	padding: 2.6rem 2.8rem;
	background: var(--br-green-pale);
	border: 1px solid var(--br-line-green);
}

.reassure__item {
	display: flex;
	align-items: center;
	gap: .5rem;
	color: var(--br-ink-72);
}

.reassure__item svg {
    flex: none;
}

.reassure__item a {
    font-weight: 600;
}

.reassure__fallback {
	margin-top: 2.4rem;
	font-size: var(--font-size-lg);
	color: var(--br-ink-65);
	text-align: center;
}

.reassure__fallback a {
	font-weight: 600;
}

/* =============================================================================
   26. 404
   ========================================================================== */

.error-404 {
    padding: 96px 0;
    text-align: center;
}

.error-404__code {
    font-family: var(--br-font-display);
    font-weight: 700;
    font-size: 88px;
    line-height: 1;
    color: var(--br-green);
    margin-bottom: 12px;
}

.error-404__title {
    font-size: 38px;
    margin-bottom: 14px;
}

.error-404__text {
    max-width: 460px;
    margin: 0 auto 32px;
    color: var(--br-ink-65);
}

.error-404 .search-form {
    max-width: 420px;
    margin: 0 auto 28px;
}

/* =============================================================================
   27. PAGE DE RENDEZ-VOUS
   ========================================================================== */

.page-template-page-booking .footer-roofs {
    display: none;
}

.form-block--steps {
    background: none;
    border: none;
    padding: 0;
}

.booking-step {
    border: 1px solid var(--br-line-green);
    background: var(--br-surface);
    padding: 0;
    margin: 0 0 2.4rem;
}

.booking-step__head {
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 1.2rem;
    padding: 2rem 2.8rem;
    background: var(--br-green-wash);
    border-bottom: 1px solid var(--br-line-green);
}

.booking-step__head + * {
    clear: both;
}

.booking-step__num {
	flex: none;
	width: 4rem;
	height: 4rem;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: var(--br-green);
	color: #fff;
	font-family: var(--br-font-display);
	font-weight: 700;
	font-size: 1.5rem;
	line-height: 1;
}

.booking-step__titles {
	display: flex;
	flex-direction: column;
	gap: 0.2rem;
	padding-top: 0.4rem;
}

.booking-step__title {
	font-family: var(--br-font-display);
	font-weight: 700;
	font-size: 2rem;
	line-height: 1;
	color: var(--br-ink);
}

.booking-step__hint {
    font-size: var(--font-size-sm);
    color: var(--br-ink-55);
}

.booking-step__body {
    padding: 2.8rem 2.8rem 0.8rem;
}

.service-choice {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
    margin-bottom: 1.6rem;
}

.service-choice__card {
    position: relative;
    display: block;
    cursor: pointer;
}

.service-choice__input {
    position: absolute;
    opacity: 0;
    width: 1px;
    height: 1px;
    margin: 0;
}

.service-choice__body {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: baseline;
	gap: 1.2rem;
	height: 100%;
	padding: 1.6rem 1.6rem;
	border: 1px solid var(--br-line);
	border-radius: var(--br-radius);
	background: var(--br-surface);
	color: var(--br-ink-50);
	transition: border-color .18s ease, background .18s ease, color .18s ease;
}

.service-choice__card:hover .service-choice__body {
    border-color: var(--br-green-soft);
    background: var(--br-green-wash);
}

.service-choice__input:checked + .service-choice__body {
    border-color: var(--br-green);
    background: var(--br-green-wash);
    box-shadow: inset 0 0 0 1px var(--br-green);
}

.service-choice__input:focus-visible + .service-choice__body {
    outline: 2px solid var(--br-green);
    outline-offset: 2px;
}

.service-choice__name {
	flex: 1;
	font-weight: 500;
	font-size: var(--font-size-sm);
	line-height: 1.35;
	color: var(--br-ink);
	letter-spacing: 0.01rem;
	margin: 0;
}

.service-choice__price {
    flex: none;
    font-weight: 700;
    color: var(--br-green);
    font-variant-numeric: tabular-nums;
}

.service-choice__card[hidden] {
    display: none !important;
}

/*
 * L'économie du tarif duplex sur une carte non cochée, posée par deals() dans
 * main.js. Sur toute la largeur, sous le nom : le prix plein reste seul dans sa
 * colonne. En vert, comme la ligne de remise du récapitulatif dont elle est
 * l'annonce.
 */
.service-choice__deal {
    grid-column: 1 / -1;
    margin-top: -.6rem;
    font-size: var(--font-size-sm);
    font-weight: 500;
    line-height: 1.35;
    color: var(--br-green);
}

.service-choice__deal[hidden] {
    display: none;
}

.service-choice__qty {
	grid-column: 1 / -1;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1.6rem;
	margin-top: 0.4rem;
	padding-top: 1.5rem;
	border-top: 1px solid var(--br-line-green);
}

.service-choice__qty-text {
    display: flex;
    flex-direction: column;
    gap: .2rem;
    min-width: 0;
}

.service-choice__ask {
	font-size: var(--font-size-2xs);
	font-weight: 700;
	letter-spacing: .1rem;
	text-transform: uppercase;
	color: var(--br-green);
}

.service-choice__each {
    font-size: var(--font-size-sm);
    color: var(--br-ink-65);
}

.service-choice__stepper {
	flex: none;
	display: flex;
	align-items: stretch;
	border: 1px solid var(--br-line-green);
	border-radius: var(--br-radius);
	background: var(--br-surface);
	overflow: hidden;
	transition: border-color .18s ease;
}

.service-choice__stepper:hover {
    border-color: var(--br-green-soft);
}

.service-choice__stepper:focus-within {
    border-color: var(--br-green);
}

.service-choice__count {
	width: 3.4rem;
	padding: .6rem .2rem .6rem .2rem;
	text-align: center;
	font-size: var(--font-size-xs);
	font-variant-numeric: tabular-nums;
	border: 0;
	background: none;
	color: var(--br-ink);
}

.service-choice__count:focus,
.service-choice__count:focus-visible {
    outline: none;
}

.service-choice__count::-webkit-outer-spin-button,
.service-choice__count::-webkit-inner-spin-button {
    -webkit-appearance: none;
    appearance: none;
    margin: 0;
}

.service-choice__count[type="number"] {
    -moz-appearance: textfield;
    appearance: textfield;
}

.service-choice__arrows {
	display: flex;
	flex-direction: column;
	border-left: 1px solid var(--br-line-green);
}

.service-choice__step {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 2.4rem;
	flex: 1;
	padding: 0;
	border: 0;
	background: none;
	color: var(--br-green);
	cursor: pointer;
	transition: background .14s ease, color .14s ease;
}

.service-choice__step:hover {
    background: var(--br-green-wash);
    color: var(--br-green);
}

.service-choice__step:active {
    background: var(--br-green-soft);
}

.service-choice__step--down {
	border-top: 1px solid var(--br-line-green);
}

.service-choice__step--up svg {
    transform: rotate(-90deg);
}

.service-choice__step--down svg {
    transform: rotate(90deg);
}

.service-choice__step[disabled] {
	color: var(--br-green-soft);
	cursor: default;
	background: none;
}

.booking-summary__extra .booking-summary__name,
.booking-summary__extra .booking-summary__price {
    font-style: italic;
}

/*
 * La remise du tarif duplex. En vert et non en italique comme les suppléments :
 * c'est le seul montant de la liste qui descend le total, et la cliente en a
 * fait un argument de vente — « the customer saves the 70 € ». Il doit se
 * repérer sans être lu.
 */
.booking-summary__saving .booking-summary__name,
.booking-summary__saving .booking-summary__price {
    color: var(--br-green);
}

/*
 * La barre du total en bas d'écran. Absente au-delà de 1024 px, où le
 * récapitulatif colle à côté du formulaire : voir la section 1024px.
 */
.booking-bar {
    display: none;
}

.booking-step__note {
	margin: 0 0 1.5rem;
	font-size: var(--font-size-sm);
	color: var(--br-ink-65);
}

.booking-step__note a {
    font-weight: 500;
}

.btn.is-inactive {
    opacity: .45;
}

.btn.is-inactive:hover {
    opacity: .6;
}

.booking-errors {
    margin-bottom: 1.6rem;
}

.booking-errors__title {
    margin: 0 0 0.4rem;
    font-weight: 700;
}

.booking-errors__list {
    margin: 0;
    padding-left: 1.6rem;
    list-style: disc;
}

.booking-errors__list li {
    line-height: 1.5;
}

.form input.is-invalid,
.form textarea.is-invalid,
.form select.is-invalid {
    border-color: rgba(154, 52, 18, .55);
}

.form input.is-invalid:focus,
.form textarea.is-invalid:focus,
.form select.is-invalid:focus {
    border-color: rgba(154, 52, 18, .75);
    box-shadow: 0 0 0 3px rgba(154, 52, 18, .12);
}

/* Raison d'un refus serveur, sous le champ : voir backes_form_field_state(). */
.form__error {
    margin: 0;
    font-size: var(--font-size-sm);
    line-height: 1.5;
    color: #8A3113;
}

.booking-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 340px);
    gap: 3.2rem;
    align-items: start;
}

.booking-layout__aside {
    position: sticky;
    top: 104px;
}

.booking-summary {
	padding: 2rem 2.2rem;
	background: var(--br-green-wash);
	border: 1px solid var(--br-line-green);
}

.booking-summary__label {
	margin: 0 0 1.2rem;
	font-size: var(--font-size-2xs);
	letter-spacing: .08em;
	font-weight: 700;
	color: var(--br-green);
	text-transform: uppercase;
}

.booking-summary__list {
    list-style: none;
    margin: 0;
    padding: 0;
}

html[lang="fr-FR"] .section--compare .section-head-split__note {
    max-width: 33rem;
}

.booking-summary__list li {
	display: flex;
	align-items: baseline;
	gap: 2rem;
	padding: 0.55rem 0;
	font-size: var(--font-size-sm);
	color: var(--br-ink-65);
}

.booking-summary__dots {
    flex: 1;
    border-bottom: 1px dotted var(--br-line-green);
    transform: translateY(-3px);
}

.booking-summary__name {
    flex: 1;
    min-width: 0;
}

.booking-summary__price {
	font-variant-numeric: tabular-nums;
	font-weight: 600;
	color: var(--br-ink);
}

.booking-summary__duration {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 0.9rem;
	margin: .9rem 0 0;
	padding-top: 1.3rem;
	border-top: 1px solid var(--br-line-green);
	font-size: var(--font-size-sm);
	color: var(--br-ink-65);
}

.booking-summary__duration .booking-summary__time {
    margin: 0;
    font-weight: 700;
    color: var(--br-ink);
}

.booking-summary__slot {
	display: flex;
	align-items: center;
	gap: 0.4rem;
	margin: 0.5rem 0 0;
	font-size: var(--font-size-sm);
	line-height: 1;
	color: var(--br-ink);
}

.booking-summary__slot svg {
    flex: none;
    margin-top: .5px;
}

.booking-summary__empty {
    margin: 0;
    font-size: var(--font-size-sm);
    line-height: 1.5;
    color: var(--br-ink-55);
}

.booking-summary__total {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 0.9rem;
    margin: 1.3rem 0 0;
    padding-top: 1.3rem;
    border-top: 1px solid var(--br-line-green);
}

.booking-summary__total-label {
    font-weight: 700;
}

.booking-summary__time {
    margin-left: auto;
    font-size: var(--font-size-sm);
    color: var(--br-ink-65);
}

.booking-summary__amount {
    font-family: var(--br-font-display);
    font-size: 2.4rem;
    line-height: 1;
    color: var(--br-ink);
    font-variant-numeric: tabular-nums;
}

.booking-summary__charity {
    display: flex;
    align-items: flex-start;
    gap: 0.7rem;
    margin: 1.2rem 0 0;
    font-size: var(--font-size-sm);
    line-height: 1.5;
    color: var(--br-ink-72);
}

.booking-summary__charity svg {
    flex: none;
    margin-top: 2px;
}

.booking-summary__charity em {
    font-style: normal;
    color: var(--br-green);
    font-weight: 600;
}

.booking-summary__note {
    margin: 1rem 0 0;
    font-size: var(--font-size-xs);
    color: var(--br-ink-55);
}

.booking-summary__information {
	margin: 1rem auto 0;
	font-size: var(--font-size-2xs);
	color: var(--br-ink-55);
	text-align: center;
	max-width: 26rem;
}

.booking-calendar {
    border: 1px solid var(--br-line);
    padding: 2rem 2.2rem 2.2rem;
    margin-bottom: 2rem;
}

.booking-calendar__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.2rem;
    margin-bottom: 1.6rem;
}

.booking-calendar__month {
    font-family: var(--br-font-display);
    font-weight: 700;
    font-size: 1.9rem;
    color: var(--br-ink);
}

.booking-calendar__nav {
	width: 3rem;
	height: 3rem;
	display: flex;
	align-items: center;
	justify-content: center;
	background: none;
	border: 1px solid var(--br-line);
	border-radius: var(--br-radius);
	color: var(--br-ink-65);
	cursor: pointer;
	transition: border-color .18s ease, color .18s ease;
}

.booking-calendar__nav:hover:not(:disabled) {
    border-color: var(--br-green);
    color: var(--br-green);
}

.booking-calendar__nav:disabled {
    opacity: .35;
    cursor: default;
}

.booking-calendar__nav--previous svg {
    transform: rotate(180deg);
}

.booking-calendar__weekdays,
.booking-calendar__grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 0.6rem;
}

.booking-calendar__weekdays {
    margin-bottom: 0.6rem;
}

.booking-calendar__weekdays span {
    text-align: center;
    font-size: var(--font-size-2xs);
    font-weight: 600;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: var(--br-ink-50);
}

.booking-calendar__day {
	min-height: 52px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--br-surface);
	border: 1px solid var(--br-line);
	border-radius: var(--br-radius);
	font-family: var(--br-font-display);
	font-weight: 600;
	font-size: var(--font-size-xl);
	color: var(--br-ink);
	cursor: pointer;
	transition: border-color .15s ease, background .15s ease, color .15s ease;
}

.booking-calendar__day:hover:not(:disabled) {
	border-color: var(--br-green);
	background: var(--br-green-wash);
	color: var(--br-ink);
}

.booking-calendar__day.is-selected {
    background: var(--br-green);
    border-color: var(--br-green);
    color: #fff;
}

.booking-calendar__day.is-closed {
    color: var(--br-ink-35);
    background: var(--br-bg);
    border-color: var(--line-soft);
    cursor: default;
}

.booking-calendar__day--empty {
    border: none;
    background: none;
}

.booking-calendar__status {
    margin-top: 1.2rem;
    font-size: var(--font-size-sm);
    color: var(--br-ink-55);
}

.booking-calendar__status:empty {
    margin-top: 0;
}

.booking-calendar__scope {
    margin-top: 1.2rem;
    font-size: var(--font-size-sm);
    color: var(--br-ink-55);
}

.booking-slots {
	margin-top: 3.3rem;
	padding-top: 2rem;
	border-top: 1px solid var(--br-line);
}

.booking-slots__label {
    font-size: var(--font-size-2xs);
    font-weight: 600;
    letter-spacing: .1rem;
    text-transform: uppercase;
    color: var(--br-ink-55);
    margin-bottom: 1.2rem;
}

.booking-slots__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0.8rem;
}

.booking-slots__slot {
    padding: 1.1rem 0.8rem;
    background: var(--br-surface);
    border: 1px solid var(--br-line);
    border-radius: var(--br-radius);
    font-size: var(--font-size-sm);
    font-weight: 600;
    color: var(--br-ink);
    cursor: pointer;
    transition: border-color .15s ease, background .15s ease, color .15s ease;
}

.booking-slots__slot:hover {
    border-color: var(--br-green);
    background: var(--br-green-wash);
}

.booking-slots__slot.is-selected {
    background: var(--br-green);
    border-color: var(--br-green);
    color: #fff;
}

.booking-calendar__chosen {
    margin-top: 1.6rem;
    padding: 1.2rem 1.4rem;
    background: var(--br-green-pale);
    font-size: var(--font-size-sm);
    color: var(--br-ink-72);
}

.booking-calendar__chosen strong {
    color: var(--br-green);
}

.form__field--suggest {
    position: relative;
}

.address-suggest {
    position: absolute;

    top: 100%;
    left: 0;
    right: 0;
    z-index: 20;
    margin: .4rem 0 0;
    padding: 0;
    list-style: none;
    background: var(--br-surface);
    border: 1px solid var(--br-line-strong);
    border-radius: var(--br-radius);
    box-shadow: 0 12px 28px rgba(17, 17, 17, .12);
    overflow: hidden;
}

.address-suggest__item {
    display: flex;
    flex-direction: column;
    gap: .2rem;
    padding: 1rem 1.2rem;
    cursor: pointer;
    border-bottom: 1px solid var(--line-soft);
}

.address-suggest__item:last-child {
    border-bottom: none;
}

.address-suggest__item.is-active {
    background: var(--br-green-wash);
}

.address-suggest__street {
    font-size: var(--font-size-sm);
    font-weight: 600;
    color: var(--br-ink);
}

.address-suggest__place {
    font-size: var(--font-size-xs);
    color: var(--br-ink-55);
}

.booking-form .form__footer {
    border-top: none;
    padding-top: 0;
}

/* =============================================================================
   28. RESPONSIVE
   ========================================================================== */

/* -----------------------------------------------------------------------------
   ≤ 1536px — grands portables
   -------------------------------------------------------------------------- */
@media (max-width: 1536px) {
    :root {
        --br-gutter: 40px;
    }
}

/* -----------------------------------------------------------------------------
   ≤ 1280px — portables 13"
   -------------------------------------------------------------------------- */
@media (max-width: 1280px) {
    :root {
        --br-gutter: 32px;
    }

    .hero__title {
        font-size: 5.6rem;
        max-width: 50rem;
    }

    .hero__lede {
        font-size: 1.55rem;
        max-width: 48rem;
    }

    .feature__title {
        font-size: var(--font-size-base);
    }

    .trust__grid {
        gap: 1rem;
    }

    .trust__item {
        padding: 2rem 1.5rem;
    }

    .trust__value {
        font-size: 2.4rem;
    }

    .trust__value span {
        font-size: 1.5rem;
    }

    .review__quote {
        font-size: 2.8rem;
        line-height: 1.35;
    }

    .journal-card__title {
        font-size: 1.8rem;
    }

    .faq__question-text {
        font-size: var(--font-size-lg);
    }

    .page-hero__title,
    .legal__title {
        font-size: 4.8rem;
    }

    .footer-roofs {
        width: 44rem;
    }

    .service-hero__title {
        font-size: 4rem;
        line-height: 1.1;
    }

    .section-title {
        font-size: 4.2rem;
    }

    .includes__item-title {
        font-size: var(--font-size-base);
    }

    .service-detail .grid-split {
        gap: 6rem;
    }

    .grid-split--reverse {
        grid-template-columns: 5fr 6fr;
    }

    .prices__amount {
        font-size: 2rem;
    }

    .services-grid,
    .reviews__grid,
    .product-grid,
    .other-services__grid,
    .brand-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .includes__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .mega__inner {
        grid-template-columns: 260px 1fr;
        gap: 36px;
    }

    .page-hero__split {
        grid-template-columns: minmax(0, 1fr) 32rem;
    }

    .journal-head__grid {
        grid-template-columns: 7fr 32rem;
    }

    .journal-head__lede {
        font-size: var(--font-size-sm);
    }

    .cta-band__kicker {
        font-size: var(--font-size-base);
    }

    .post-hero__title {
        font-size: 4rem;
        line-height: 1.2;
        max-width: 70%;
    }

    .single-post .entry-content h2 {
        font-size: 2.5rem;
    }

    .post-nav__title {
        font-size: var(--font-size-xl);
    }

    .post-nav__label {
        font-size: var(--font-size-3xs);
    }

    .main-nav {
        gap: 2.2rem;
    }

    .page-hero__lede {
        font-size: var(--font-size-lg);
    }

    .page-hero--products .help-note {
        max-width: 52rem;
    }

    .help-note {
        gap: 0.8rem;
        font-size: var(--font-size-sm);
    }

    .help-note svg {
        width: 22px;
        height: 22px;
    }

    .brand-grid {
        gap: 1.4rem;
    }

    .section-head-split__note {
        font-size: var(--font-size-sm);
    }

    .product-range .section-head-split__note {
        max-width: 32rem;
    }

    .brand-hero__meta {
        font-size: var(--font-size-2xs);
    }

    .brand-hero__logo img[alt="WIKING"] {
        height: 22px!important;
    }

    .brand-hero__logo img[alt="SEGUIN"] {
        height: 24px!important;
    }

    .brand-hero__logo img[alt="RIKA"] {
        height: 28px!important;
    }

    .brand-hero__logo img[alt="EVA CALOR"] {
        height: 34px!important;
    }

    .journal-card__meta {
        font-size: var(--font-size-3xs);
    }

    .journal-grid {
        grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    }

    .site-footer__logo {
        height: 6rem;
    }

    .site-footer__about {
        font-size: var(--font-size-sm);
    }

    .footer-lang__item {
        font-size: var(--font-size-2xs);
    }

    .footer-col__list {
        font-size: var(--font-size-sm);
    }

    .footer-contact {
        font-size: var(--font-size-sm);
    }

    .footer-col__title {
        font-size: var(--font-size-lg);
    }

    .post-signature__mark svg {
        width: 18px;
        height: 18px;
    }

    .contact-map .section-title {
        font-size: 3.5rem;
    }

    .booking-layout {
        gap: 1.4rem;
    }

    .booking-step {
        margin: 0 0 1.4rem;
    }

    .booking-step__num {
        width: 3.4rem;
        height: 3.4rem;
        font-size: 1.4rem;
    }

    html[lang="fr-FR"] .home #journal .section-title {
        max-width: 42rem;
    }

    html[lang="fr-FR"] .our-team .section-title {
        max-width: 37rem;
    }

    .booking-step__title {
        font-size: 1.8rem;
    }

    .product-grid {
        gap: 1.4rem;
    }

    .booking-step__head {
        padding: 1.4rem 2.8rem;
    }

    .booking-calendar__month {
        font-size: 1.6rem;
    }

    .booking-calendar__day {
        min-height: 44px;
        font-size: var(--font-size-lg);
    }

    .booking-calendar__weekdays span {
        font-size: var(--font-size-3xs);
    }

    .form__label {
        font-size: var(--font-size-3xs);
    }

    .reassure__fallback {
        margin-top: 2.4rem;
    }

    .reviews-compact__score {
        font-size: var(--font-size-xs);
    }

    .reviews__score-sep {
        top: 1.15px;
    }

    .eyebrow__label {
        font-size: var(--font-size-3xs);
    }

    .eyebrow svg {
        width: 16px;
        height: 16px;
    }

    .mega__intro-title {
        font-size: 2rem;
    }

    .booking-calendar__scope {
        font-size: var(--font-size-xs);
    }

    .site-header__inner,
    .site-header__actions {
        gap: 24px;
    }
}

/* -----------------------------------------------------------------------------
   ≤ 1024px — bascule mobile
   -------------------------------------------------------------------------- */
@media (max-width: 1024px) {
    :root {
        --br-header-h: 71px;
        --br-topbar-h: 48px;
    }

    html {
        scroll-padding-top: 76px;
    }

    body {
        font-size: var(--font-size-sm);
    }

    .main-nav,
    .mega {
        display: none;
    }

    .legal__body {
        padding-bottom: 7.6rem;
    }

    .topbar__emergency {
        font-size: var(--font-size-xs);
    }

    .topbar__wa {
        font-size: var(--font-size-xs);
        gap: .2rem;
    }

    .topbar__links {
        gap: 20px;
    }

    .lang__item {
        font-size: var(--font-size-3xs);
    }

    .burger {
        display: inline-flex;
    }

    .site-header__cta-long {
        display: none;
    }

    .site-header__cta-short {
        display: inline;
    }

    .team-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .site-header__inner {
        display: grid;
        grid-template-columns: 1fr auto 1fr;
        gap: 12px;
        height: 7rem;
    }

    .legal__foot {
        margin-top: 4rem;
        padding: 2rem;
    }

    .site-header--overlay:hover, 
    .site-header:hover {
        background-color: transparent;
    }

    .site-footer__cols > div:nth-child(2),
    .site-footer__cols > div:nth-child(3) {
        display: none;
    }

    .legal__foot-text {
        max-width: 36rem;
    }

    .cta-band__inner {
        padding-block: 6rem;
    }

    .post-body {
        padding-top: 3.2rem;
    }

    .btn--sm {
        font-size: var(--font-size-xs);
        padding: 8px 20px 9px;
    }

    .entry-content > p:first-child {
        font-size: var(--font-size-lg);
    }

    .single-post .entry-content h2 {
        font-size: 2.2rem;
    }

    .burger {
        justify-self: start;
    }

    #faq .section-title {
        margin-bottom: 1rem;
    }

    .site-header__logo {
        justify-self: center;
    }

    .site-header__actions {
        justify-self: end;
        gap: 16px;
    }

    .site-header__cta {
        white-space: nowrap;
        flex: none;
    }

    .service-card--feature .service-card__title {
        font-size: 2.2rem;
    }

    .mega__item {
        gap: 12px;
        padding: 0;
        border-radius: 0;
    }

    .site-header__logo img,
    .site-header__logo svg {
        height: 48px;
    }

    .topbar__emergency,
    .topbar__wa {
        min-height: 44px;
    }

    .faq__question {
        min-height: 56px;
    }

    .btn,
    .booking__submit {
        min-height: 40px;
        font-size: var(--font-size-xs);
    }

    .service-choice__step {
        min-height: 22px;
    }

    .link-underline,
    .link-arrow,
    .site-footer__legal a,
    .mobile-menu__legal a {
        position: relative;
    }

    .booking-summary__information {
        display: none;
    }

    .booking-layout__aside {
        margin-bottom: 3rem;
    }

    /*
     * Le récapitulatif passe ici sous le bouton d'envoi : la barre porte le
     * total pendant la saisie. Montrée et cachée par initBookingSummary().
     */
    .booking-bar {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 60;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 1.6rem;
        padding: 1.2rem var(--br-gutter, 24px) calc(1.2rem + env(safe-area-inset-bottom, 0px));
        background: var(--br-green-wash);
        border-top: 1px solid var(--br-line-green);
        box-shadow: 0 -12px 28px -18px rgba(17, 17, 17, .35);
    }

    .booking-bar[hidden] {
        display: none;
    }

    .booking-bar__text {
        display: flex;
        flex-direction: column;
        gap: .2rem;
        min-width: 0;
    }

    .booking-bar__label {
        font-size: var(--font-size-sm);
        letter-spacing: .08em;
        font-weight: 700;
        color: var(--br-green);
        text-transform: uppercase;
    }

    .booking-slots__slot {
        font-size: var(--font-size-2xs);
    }

    .booking-calendar__chosen {
        font-size: var(--font-size-2xs);
    }

    .booking-bar__saving {
        font-size: var(--font-size-xs);
        line-height: 1.35;
        color: var(--br-green);
    }

    .booking-bar__amount {
        flex: none;
        font-family: var(--br-font-display);
        font-size: 2.4rem;
        line-height: 1;
        color: var(--br-ink);
        font-variant-numeric: tabular-nums;
    }

    /* Plus spécifique que les `.wa-float` des sections suivantes : gagne sans elles. */
    body.has-booking-bar .wa-float {
        bottom: calc(var(--booking-bar-h, 0px) + 1.6rem);
    }

    .link-underline::after,
    .link-arrow::after,
    .site-footer__legal a::after,
    .mobile-menu__legal a::after {
        content: "";
        position: absolute;
        inset: -12px -8px;
    }

    .grid-split--reverse {
        grid-template-columns: 4.5fr 6fr;
    }

    .the-brand .grid-split--reverse {
        grid-template-columns: 3fr 6fr;
    }

    .product-grid {
        gap: 2rem 1rem;
    }

    #avis.section, 
    #faq.section, 
    .our-story.section, 
    .our-brands.section, 
    .contact-map {
        padding-bottom: 7.6rem;
    }

    .contact-form .section-title {
        font-size: 3.2rem;
    }

    .contact-form .faq__aside-text {
        font-size: var(--font-size-base);
    }

    .contact-form .info-table__row {
        grid-template-columns: 6rem 1fr;
    }

    .contact-map .info-table__row,
    #contact .info-table__row {
        font-size: var(--font-size-xs);
        grid-template-columns: 10rem 1fr;
    }

    .area-map {
        min-width: 30rem;
    }

    .info-table__key {
        font-size: var(--font-size-xs);
    }

    .info-table__phone, .info-table__mail {
        font-size: var(--font-size-base);
    }

    .brands__label {
        font-size: var(--font-size-3xs);
        letter-spacing: 0.25rem;
    }

    .brands__row {
        gap: 3rem 6rem;
        margin-bottom: 4rem;
    }

    .media-frame {
        aspect-ratio: 3 / 4;
    }

    .founding-info {
        margin-top: 1.8rem;
        gap: .5rem;
    }

    .grid-split {
        gap: 3rem;
        grid-template-columns: 1fr 1fr;
    }

    #equipe .section-title {
        font-size: 3rem;
        line-height: 1.15;
        max-width: 30rem;
    }

    .prose-lead {
        font-size: var(--font-size-base);
        margin-bottom: 4rem;
    }

    .stamp {
        font-size: var(--font-size-3xs);
    }

    .our-story .section-title {
        font-size: 3.2rem;
    }

    .journal-head__grid {
        grid-template-columns: 7fr 30rem;
        margin-bottom: 3rem;
    }

    .journal-head__lede {
        font-size: var(--font-size-xs);
    }

    .journal-filters {
        padding-top: 1.4rem;
    }

    .journal-filter {
        gap: 6px;
        padding: 8px 10px;
        font-size: var(--font-size-3xs);
        font-weight: 600;
    }

    .journal-card__badge {
        font-size: var(--font-size-3xs);
    }

    .journal-feature {
        padding-top: 4rem;
    }

    .journal-card--feature .journal-card__body {
        padding: 2.8rem 2.6rem;
    }

    .journal-card--feature .journal-card__excerpt {
        font-size: var(--font-size-sm);
    }

    .journal-feature {
        padding-top: 3rem;
    }

    .journal-card--feature .journal-card__link {
        grid-template-columns: 1fr 1fr;
    }

    .journal-card--feature .journal-card__media {
        min-height: auto;
    }

    .journal-card--feature .journal-card__title {
        font-size: 2rem;
        line-height: 1.3;
    }

    .post-body__grid,
    .legal__body,
    .booking-layout {
        grid-template-columns: minmax(0, 1fr);
    }

    .service-partner__inner {
        gap: 3rem;
        grid-template-columns: 14rem 1fr;
    }

    .call-band__label {
       font-size: var(--font-size-3xs);
    }

    .call-band__number {
        font-size: 2.2rem;
    }

    .gallery {
        padding-block: 7.6rem;
    }

    .page-service .gallery .section-title {
        max-width: 46rem;
        line-height: 1.15;
    }

    .gallery__description {
        max-width: 50rem;
        font-size: var(--font-size-base);
    }

    .service-partner {
        padding-bottom: 7.6rem;
    }

    .brand-card__more {
        font-size: var(--font-size-sm);
    }

    .brand-card__more svg {
        top: 1.5px;
    }

    .what-we-do {
        padding-block: 7.6rem;
    }

    .what-we-do .section-title {
        max-width: 30rem;
        margin-bottom: 3rem;
    }

    .brand-card__meta {
        font-size: var(--font-size-3xs);
    }

    .help-note {
        gap: 1.2rem;
    }

    .journal-list {
        padding: 5.4rem 0 7.6rem;
    }

    .journal-list__label {
        font-size: var(--font-size-2xs);
    }

    .post-hero {
        padding-top: 5.6rem;
    }

    .post-hero__title {
        font-size: 3rem;
        line-height: 1.25;
        max-width: 60rem;
        margin-bottom: 3rem;
    }

    .post-hero__meta {
        font-size: var(--font-size-3xs);
    }

    .reviews-compact {
        padding: 0 0 7.6rem;
    }

    #faq .section-title {
        font-size: 3.2rem;
        line-height: 1.15;
    }

    .blog .cta-band__text,
    .single .cta-band__text {
        max-width: 26rem;
    }

    .journal-grid {
        gap: 1.4rem;
    }

    .service-hero__grid {
        gap: 3rem;
        grid-template-columns: 1fr 1fr;
        align-items: center;
    }

    .brand-hero__meta {
        font-size: var(--font-size-3xs);
        margin-bottom: 2.4rem;
    }

    .journal-head {
        padding-top: 5.6rem;
    }

    .page-template-page-brand .service-hero__grid {
        align-items: flex-start;
    }

    .the-brand .section-title {
        font-size: 3rem;
    }

    .brand-hero__logo img[alt="WIKING"] {
        height: 18px !important;
    }

    .post-body__grid,
    .booking-layout {
        gap: 0;
    }

    .legal__body {
        gap: 40px;
    }

    .post-aside,
    .legal__toc,
    .booking-layout__aside {
        position: static;
    }

    .post-aside {
        margin-top: 5.6rem;
    }

    .post-signature__label {
        font-size: var(--font-size-3xs);
    }

    .journal-related {
        margin-top: 7.6rem;
        padding: 7.6rem 0;
    }

    .journal-related__label {
        font-size: var(--font-size-2xs);
        font-weight: 700;
    }

    .legal__toc-list {
        display: flex;
        gap: .8rem;
        overflow-x: auto;
        overscroll-behavior-x: contain;
        border-left: 0;
    }

    .legal__toc-list li {
        flex: none;
    }

    .legal__toc-list a {
        align-items: center;
        gap: 0.5rem;
        margin-left: 0;
        border-left: 0;
        border-bottom: none;
        white-space: nowrap;
        background-color: var(--br-green-pale);
        padding: .6rem 1.2rem;
        border-radius: var(--br-radius);
        font-size: var(--font-size-xs);
    }

    .other-services {
        padding: 7.6rem 0;
    }

    .other-services__label {
        font-size: var(--font-size-2xs);
    }

    .legal__toc-list a::before {
        top: 1px;
        font-size: var(--font-size-3xs);
    }

    .legal__toc-list a:hover,
    .legal__toc-list a:focus-visible,
    .legal__toc-list a.is-current,
    .legal__toc-list a.is-current:hover {
        border-left-color: transparent;
        border-bottom-color: var(--br-green);
    }

    .booking-layout__main {
        display: contents;
    }

    .booking-layout .form__footer {
        order: 1;
        flex-direction: row-reverse;
    }

    .booking-layout .form__footer .btn {
        font-size: var(--font-size-base);
    }

    .reassure__fallback {
        margin-top: 1.8rem;
        font-size: var(--font-size-sm);
    }

    .services-grid,
    .reviews__grid,
    .brand-grid,
    .other-services__grid,
    .steps,
    .selling-points__grid,
    .service-choice,
    .service-choice--lines {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .trust__item {
        padding: 1.6rem 1.5rem;
    }

    .trust__value {
        font-size: 1.9rem;
        margin-bottom: .3rem;
    }

    .trust__value span {
        font-size: 1.3rem;
    }

    .services-grid {
        gap: 1.4rem;
    }

    .service-card__title {
        font-size: 1.55rem;
    }

    .trust__label {
        line-height: 1.45;
    }

    .team-grid {
        gap: 4rem 1.2rem;
    }

    .team-card__name {
        font-size: 1.6rem;
    }

    .team-card__media {
        margin-bottom: 1.2rem;
    }

    .our-team.section--white {
        padding-block: 7.6rem;
    }

    .reviews .section-title {
        max-width: 34rem;
        line-height: 1.15;
    }

    .page-template-page-about .reviews .section-title {
        max-width: 27rem;
    }

    .team-card__role {
        font-size: var(--font-size-xs);
    }

    .feature-grid {
        gap: 3rem;
        padding-bottom: 5rem;
        margin-bottom: 5rem;
    }

    .reviews .section-title {
        margin-bottom: 1rem;
    }

    .reviews__score {
        gap: 3px;
        margin-block: 3rem 0;
    }

    .reviews__score-line strong {
        font-size: 2.2rem;
    }

    .reviews__illus {
        width: 22rem;
    }

    .reviews__score-line {
        font-size: var(--font-size-xs);
    }

    .reviews__score .link-arrow {
        font-size: var(--font-size-xs);
    }

    .btn--ghost-light {
        padding: 10px 24px;
    }

    .link-arrow {
        gap: 0.5rem;
    }

    .team-card__focus {
        font-size: var(--font-size-3xs);
    }

    .our-team__lede {
        margin-bottom: 1.6rem;
    }

    .our-values .feature-grid,
    .what-we-say .feature-grid {
        gap: 3rem;
    }

    .feature__icon {
        margin-bottom: 1rem;
    }

    .call-band__note {
        font-size: var(--font-size-xs);
    }

    .call-band__item {
        padding: 20px 24px;
    }

    .feature__title {
        font-size: var(--font-size-sm);
        font-weight: 600;
        line-height: 1.5;
    }

    .what-we-do .feature-grid {
        gap: 4rem 3rem;
    }

    .page-template-page-products .cta-band__title {
        max-width: 26rem;
    }

    .page-template-page-products .cta-band__text {
        max-width: 30rem;
    }

    .breadcrumb {
        font-size: var(--font-size-xs);
        margin-bottom: 2rem;
    }

    .pull-quote__text {
        font-size: 2.8rem;
        line-height: 1.35;
    }

    .includes__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 24px 28px;
    }

    .help-note--span3 {
        grid-column: span 2;
    }

    .service-card--feature {
        grid-row: auto;
    }

    .booking-slots__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .entry-content h2 {
        font-size: 2.4rem;
    }

    .site-footer__cols {
        grid-template-columns: repeat(2, minmax(0, auto));
        gap: 40px;
        justify-content: space-between;
    }

    .site-footer__cols > div:nth-child(4) {
        width: 18rem;
    }

    .form__row {
        gap: 1rem;
    }

    .select::after {
        width: 1.1rem;
        height: 1.1rem;
    }

    .page-hero__title, 
    .legal__title {
        font-size: 3.8rem;
        line-height: 1.2;
    }

    .page-hero__title {
        margin-bottom: 1.4rem;
    }

    .page-template-page-booking .page-hero__title {
        margin-bottom: 1rem;
    }

    .page-template-page-booking .page-hero__lede {
        max-width: none;
    }

    .booking-step__title {
        font-size: 1.7rem;
    }

    .booking-step__hint {
        font-size: var(--font-size-xs);
    }

    .booking-step__note {
        font-size: var(--font-size-xs);
    }

    .service-choice {
        margin-bottom: 1.2rem;
    }

    .br-corner-marks::before {
        border-left: 2px solid var(--br-green);
        border-top: 2px solid var(--br-green);
    }

    .br-corner-marks::after {
        border-right: 2px solid var(--br-green);
        border-bottom: 2px solid var(--br-green);
    }

    .prose-block {
        font-size: var(--font-size-base);
    }

    .eyebrow__num {
        font-size: var(--font-size-xs);
    }

    .section--pale {
        margin-top: 7.6rem;
        padding: 6.4rem 0 6.8rem;
    }

    .section {
        padding-top: 7.6rem;
    }

    .section-title {
        font-size: 3.8rem;
    }

    .team-photo {
        margin-top: 3rem;
    }

    .about .page-hero__lede {
        font-size: var(--font-size-lg);
        line-height: 1.65;
    }

    .media-frame--wide {
        aspect-ratio: 4 / 3;
    }

    .site-footer__label {
        width: 5.4rem;
    }

    .brand-strip {
        gap: .5rem;
    }

    .brand-strip__item {
        height: 6.6rem;
        padding: 0 14px;
        min-width: auto;
    }

    .page-brand .service-hero__title {
        font-size: 3.2rem;
    }

    .site-footer__bottom {
        font-size: var(--font-size-xs);
        padding-top: 1.4rem;
    }

    .page-template-page-brand .cta-band__text {
        max-width: 34rem;
    }

    .site-footer__about {
        max-width: 40rem;
    }

    .footer-lang__item {
        font-size: var(--font-size-3xs);
    }

    .site-footer__logo {
        height: 5rem;
    }

    .review--feature {	
        gap: 12px;
	    padding: 22px 20px 20px;
        grid-column: auto;
    }

    .review__quote {
        font-size: 2rem;
    }

    .service-card--feature .service-card__desc {
        font-size: var(--font-size-base);
    }

    .service-card__badge {
        font-size: var(--font-size-3xs);
    }

    .review__name {
        font-weight: 600;
        font-size: var(--font-size-xs);
    }

    .service-card__media {
        height: 200px;
    }

    .review--feature .review__quote {
        margin-bottom: 2rem;
    }

    .post-nav {
        gap: .8rem;
    }

    .journal-related {
        margin-top: 5.6rem;
        padding: 5.6rem 0;
    }

    .cta-band__kicker {
        font-size: var(--font-size-xs);
    }

    .post-nav__label {
        font-size: var(--font-size-4xs);
    }

    .post-nav__title {
        font-size: var(--font-size-sm);
    }

    .post-nav__link {
        padding: 1.5rem 1.5rem 1.4rem;
    }

    .review__source {
        font-size: var(--font-size-2xs);
    }

    .review {
        gap: 10px;
        padding: 22px 20px 20px;
    }

    .charity {
        padding: 2rem;
    }

    .review--feature .review__quote {
        margin-bottom: 1rem;
    }

    .reviews__grid {
        gap: 1.4rem;
    }

    .review__text {
        line-height: 1.6;
    }

    .form__note {
        min-width: 20rem;
        font-size: var(--font-size-xs);
        max-width: 40rem;
        text-align: right;
    }

    .booking-slots__label {
        font-size: var(--font-size-3xs);
    }

    .booking-calendar__chosen {
        font-size: var(--font-size-xs);
    }

    #avis.section, 
    #faq.section, 
    .our-story.section, 
    .our-brands.section, 
    .contact-map, 
    .contact-form.section {
        padding-bottom: 7.6rem;
    }

    .contact-map .grid-split--reverse {
        grid-template-columns: 1fr 1.4fr;
    }

    .contact-map .section-title {
        font-size: 2.5rem;
    }

    #contact .section-title {
        font-size: 3rem;
    }

    #contact .prose-lead {
        font-size: var(--font-size-sm);
    }

    .contact-map .prose-lead {
        font-size: var(--font-size-sm);
    }

    .review.review--feature .stars svg {
        width: 16px;
        height: 16px;
    }

    .mega__item:hover {
        background: none;
    }

    .contact-aiguillage {
        padding-top: 3.4rem;
    }

    .lang__item {
        border-bottom: 1.5px solid transparent;
        padding: 1px 4px;
    }

    .fork__card {
        gap: 14px;
        padding: 20px 18px;
    }

    .fork__title {
        font-size: 2rem;
    }

    .fork {
        gap: 1.2rem;
    }

    .contact-phones {
        padding-top: 4.6rem;
    }

    .legal__toc-label {
        margin-bottom: 1rem;
        font-size: var(--font-size-3xs);
    }

    .page-hero {
        padding-top: 5.6rem;
    }

    .legal__toc {
        padding-top: 2rem;
        border-top: 1px solid var(--br-line);
    }

    .legal__body {
        padding-top: 5rem;
    }

    .legal__updated {
        font-size: var(--font-size-xs);
    }

    .entry-content {
        font-size: var(--font-size-base);
        line-height: 1.6;
    }

    .page-hero__lede {
        font-size: var(--font-size-base);
    }

    .compare {
        aspect-ratio: 16 / 10;
    }

    .hero {
        min-height: 600px;
    }

    .home .hero {
        min-height: 700px;
    }

    .hero__inner {
        padding-top: 14rem;
        padding-bottom: 22rem;
    }

    .home .hero__note {
        color: rgba(255, 255, 255, .85);
    }

    .home .hero__lede {
        font-size: 1.45rem;
    }

    .booking__label {
        font-size: var(--font-size-3xs);
    }

    .booking__row {
        gap: 1rem;
        flex-wrap: wrap;
    }

    .form__field--suggest,
    .booking__field--service {
        flex: 1 1 49%;
    }

    .booking__card .booking__submit {
        width: 100%;
        font-size: var(--font-size-base);
    }

    .cta-band__title {
        font-size: 2.8rem;
        max-width: 44rem;
        line-height: 1.2;
    }

    .cta-band__text {
        font-size: var(--font-size-base);
        max-width: 40rem;
        margin-bottom: 3rem;
    }

    .btn--primary {
        padding: 11px 24px 12px;
    }

    .cta-band__actions {
        gap: 14px;
    }

    .footer-roofs {
        width: 36rem;
    }

    .service-row {
        flex-direction: column;
    }

    .services-others__grid {
        gap: 1.4rem;
    }

    .service-row__media {
        width: 100%;
    }

    .service-feature__badge {
        font-size: var(--font-size-3xs);
        margin-bottom: 1.6rem;
    }

    .service-row__body {
        padding: 2.2rem 2rem;
    }

    .service-feature__body {
        padding: 3.4rem 3rem 2.6rem 3rem;
    }

    .service-feature__title {
        font-size: 2.8rem;
    }

    .charity-popup {
        left: 3.2rem;
        bottom: 3.2rem;
    }

    .includes__item-text {
        font-size: var(--font-size-xs);
    }

    .includes__item {
        gap: 6px;
    }

    .includes__grid {
        gap: 22px 20px;
    }

    .service-hero {
        padding-top: 5.6rem;
    }

    .service-row__title {
        font-size: 1.7rem;
    }

    .service-hero__lede {
        font-size: var(--font-size-base);
        line-height: 1.7;
        max-width: 48rem;
        margin-bottom: 2.4rem;
    }

    .back-services {
        margin-top: 3.2rem;
    }

    .btn--ghost {
        padding: 9.5px 24px 10.5px;
    }

    .product__name {
        margin-top: 8px;
        font-size: var(--font-size-xs);
    }

    .services-others {
        padding-block: 1.4rem 0;
    }

    .service-hero__note {
        font-size: var(--font-size-xs);
    }

    .service-hero__media {
        aspect-ratio: 4/5;
        min-height: auto;
    }

    .media-caption {
        font-size: var(--font-size-3xs);
    }

    .service-hero__title {
        font-size: 3.6rem;
        margin-bottom: 1.2rem;
    }

    .service-hero__body .hero__actions .btn--primary {
        padding: 11px 16px 12px;
        font-size: var(--font-size-xs);
    }

    .includes {
        margin-top: 7.6rem;
        padding-block: 5.4rem;
    }

    .prices__card {
        padding: 3.2rem;
    }

    .service-detail__title {
        gap: .8rem;
        font-size: 2rem;
    }

    .prices__title {
        font-size: 3.2rem;
    }

    .prices {
        padding-block: 0 7.6rem;
    }

    .page-service .section--compare {
        padding-bottom: 7.6rem;
    }

    .section-head-split__note {
        font-size: var(--font-size-xs);
        max-width: 20rem;
    }

    .compare__tag {
        font-size: var(--font-size-3xs);
        font-weight: 600;
        letter-spacing: .15rem;
    }

    .compare__caption {
        font-size: var(--font-size-3xs);
    }

    .prices__head {
        margin-bottom: 2rem;
    }

    .prices__row {
        padding: .9rem 0;
    }

    .faq__question-text {
        font-size: var(--font-size-base);
    }

    .faq__sign {
        width: 1.5rem;
        height: 1.5rem;
    }

    .faq__sign::before {
        top: 6.5px;
    }

    .faq__sign::after {
        left: 6.5px;
    }

    .prices__amount {
        font-size: 1.8rem;
    }

    .prices__note {
        margin-top: 1.1rem;
        font-size: var(--font-size-2xs);
    }

    .service-detail__block .prose-block {
        font-size: var(--font-size-sm);
    }

    .service-detail__block + .service-detail__block {
        margin-top: 4rem;
        padding-top: 3.5rem;
    }

    .service-detail__head .section-title {
        font-size: 3rem;
        line-height: 1.15;
    }

    .service-detail {
        padding-block: 7.6rem;
    }

    .includes__label {
        font-size: var(--font-size-2xs);
    }

    .includes__item-title {
        font-size: var(--font-size-sm);
    }

    .service-hero__body .hero__actions .btn--ghost {
        padding: 9.5px 16px 10.5px;
        font-size: var(--font-size-xs);
    }

    .hero__actions {
        gap: .7rem;
    }

    .services-others__grid .help-note {
        font-size: 1.5rem;
        line-height: 1.5;
        padding: 4rem;
    }

    .chip {
        font-size: var(--font-size-2xs);
    }

    .charity > .charity__logo + div {
        margin-right: 2rem;
    }

    .selling-point__title {
        font-size: var(--font-size-base);
    }

    .charity__title {
        font-size: 1.7rem;
    }

    .service-feature {
        grid-template-columns: 1fr;
    }

    .charity__logo img {
        max-height: 5rem;
    }

    .service-feature__desc {
        font-size: var(--font-size-base);
        max-width: 100%;
        line-height: 1.7;
    }

    .charity__logo {
        width: 12rem;
        padding-block: 1.6rem;
    }

    .link-underline {
        font-size: var(--font-size-xs);
    }

    .reviews__score .link-arrow svg, 
    .link-underline svg, 
    .journal-card__more svg, 
    .fork__more svg {
        top: .5px;
    }

    html[lang="fr-FR"] .page-template-page-booking .page-hero__title {
        max-width: 38rem;
    }

    html[lang="fr-FR"] .page-template-page-about .reviews .section-title {
        max-width: 40rem;
    }

    html[lang="fr-FR"] .page-template-page-about .cta-band__title {
        max-width: 40rem;
    }

    html[lang="fr-FR"] .who-we-are .section-title {
        max-width: 37rem;
    }

    html[lang="fr-FR"] .page-id-121 .page-service .gallery .section-title {
        max-width: 47rem;
    }

    html[lang="fr-FR"] .page-template-page-products .cta-band__title {
        max-width: 30rem;
    }

    html[lang="fr-FR"] .journal-head__grid {
        grid-template-columns: 7fr 32rem;
    }

    .service-feature__media {
        aspect-ratio: 16/9;
    }

    #equipe.section--white,
    #contact.section--white {
        padding-block: 7.6rem;
    }

    .form__footer .form__note {
        text-align: left;
    }

    .booking-layout .form__footer .form__note {
        text-align: right;
        max-width: none;
    }

    .wa-float {
        right: 2rem;
        bottom: 2rem;
    }
}

@media (max-width: 841px) {
    .home .journal-grid .journal-card:last-child,
    .single .journal-grid .journal-card:last-child {
        display: none;
    }
}

/* -----------------------------------------------------------------------------
   ≤ 768px — tablette en portrait, grands téléphones
   -------------------------------------------------------------------------- */
@media (max-width: 768px) {
    :root {
        --br-gutter: 24px;
    }

    .section {
        padding-top: 6.4rem;
    }

    .charity-popup {
        left: 1.6rem;
        right: 1.6rem;
        bottom: 1.6rem;
        width: auto;
    }

    .contact-map,
    .contact-form.section {
        padding-bottom: 6.4rem;
    }

    .home .hero {
        min-height: 600px;
    }

    .hero__inner {
        padding-top: 11rem;
        padding-bottom: 12rem;
    }

    .hero__title {
        font-size: 4.4rem;
    }

    .page-hero__title,
    .legal__title {
        font-size: 3.4rem;
    }

    .service-hero__title {
        font-size: 3.6rem;
    }

    .post-hero__title {
        font-size: 2.8rem;
    }

    .single-post .entry-content h2 {
        font-size: 2rem;
    }

    .single-post .entry-content h3 {
        font-size: 1.6rem;
    }

    .entry-content > p:first-child {
        font-size: var(--font-size-base);
    }

    .section-title,
    .the-brand .section-title,
    .service-detail__head .section-title {
        font-size: 3.4rem;
    }

    .contact-form .section-title {
        font-size: 2.8rem;
    }

    .contact-form .faq__aside-text {
        margin-bottom: 3rem;
    }

    .br-corner-marks::before, 
    .br-corner-marks::after {
        width: 28px;
        height: 28px;
    }

    .reviews__lede {
        max-width: 34rem;
    }

    .cta-band__title {
        font-size: 2.8rem;
        max-width: 35rem;
    }

    .cta-band__kicker {
        max-width: 26rem;
    }

    .journal-head__title {
        font-size: 4.4rem;
    }

    .journal-head__lede {
        font-size: var(--font-size-sm);
        max-width: 40rem;
    }

    .entry-content {
        font-size: var(--font-size-sm);
        line-height: 1.65;
    }

    .cta-band__title {
        font-size: 2.6rem;
    }

    html[lang="fr-FR"] .home #journal .section-title {
        max-width: 32rem;
    }

    html[lang="fr-FR"] .home .cta-band__title {
        max-width: 25rem;
    }

    html[lang="fr-FR"] .page-template-page-service .cta-band__title {
        max-width: 30rem;
    }

    html[lang="fr-FR"] .our-team .section-title {
        max-width: 32rem;
    }

    html[lang="fr-FR"] .page-id-139 .page-service .gallery .section-title {
        max-width: 36rem;
    }

    html[lang="fr-FR"] .journal-head__grid {
        grid-template-columns: 7fr 35rem;
    }

    html[lang="fr-FR"] .page-template-page-contact .cta-band__title {
        max-width: 26rem;
    }

    .service-hero__grid {
        gap: 3rem;
        grid-template-columns: 1fr;
    }

    .service-hero__body {
        padding-top: 0;
    }

    .service-hero__media {
        aspect-ratio: 4/3;
    }

    .grid-split {
        gap: 4rem;
        grid-template-columns: 1fr;
    }

    .faq__aside-text {
        margin-bottom: 1rem;
    }

    .other-services__label {
        font-size: var(--font-size-3xs);
    }

    .other-service {
        gap: .6rem;
        padding: 12px 16px;
        font-size: var(--font-size-xs);
    }

    .other-service__num {
        font-size: var(--font-size-2xs);
        top: 1px;
    }

    .page-hero__split {
        grid-template-columns: minmax(0, 1fr) 22rem;
        gap: 3rem;
    }

    .page-hero--products .help-note {
        margin-top: 2rem;
    }
    
    .page-hero--products .page-hero__title {
        margin-bottom: 1rem;
    }

    .brand-card__desc {
        margin-bottom: 2rem;
        font-size: var(--font-size-xs);
    }

    .brand-card__more {
        font-size: var(--font-size-xs);
    }

    .brand-card__more svg {
        top: 1px;
    }

    .brand-card__logo img[alt="HWAM"] {
        height: 30px!important;
    }

    .brand-card__logo img[alt="WIKING"] {
        height: 18px!important;
    }

    .brand-card__logo img[alt="SEGUIN"] {
        height: 18px!important;
    }

    .brand-card__logo img[alt="RIKA"] {
        height: 22px!important;
    }

    .brand-card__logo img[alt="EVA CALOR"] {
        height: 28px!important;
    }

    .product-range .section-head-split__note {
        max-width: none;
    }

    .help-note {
        font-size: var(--font-size-xs);
    }

    .service-hero__note {
        max-width: none;
    }

    .journal-card__more {
        font-size: var(--font-size-xs);
    }

    .journal-card__more svg {
        top: 1px;
    }

    .cta-band__text {
        font-size: var(--font-size-sm);
        max-width: 30rem;
    }

    .journal-list__label {
        font-size: var(--font-size-3xs);
    }
    
    .journal-head__grid {
        grid-template-columns: 1fr;
        margin-bottom: 2rem;
        gap: 1rem;
    }

    .link-arrow {
        font-size: var(--font-size-xs);
    }

    .reassure__item {
        font-size: var(--font-size-xs);
    }

    .reassure__item svg {
        width: 20px;
        height: 20px;
    }

    .link-arrow svg {
        top: 1px;
    }

    .prose-block {
        font-size: var(--font-size-sm);
    }

    .service-partner__body .link-arrow {
        font-size: var(--font-size-xs);
    }

    .service-partner__inner {
        grid-template-columns: 12rem 1fr;
    }

    .gallery__grid {
        columns: 2;
    }

    .btn--primary {
        padding: 11px 20px 12px;
    }

    .cta-band__actions {
        gap: 10px;
    }

    .mobile-menu__cta {
        font-size: var(--font-size-sm);
    }

    .cta-band__inner {
        padding-block: 4rem;
    }

    .booking {
        margin-top: -7rem;
    }

    .site-footer__logo {
        height: 4.6rem;
    }

    .booking__card {
        background: var(--br-surface);
    }

    .booking__label {
        color: var(--br-ink-72);
    }

    .booking__submit {
        width: 100%;
    }

    .info-table__row,
    .mega__list {
        grid-template-columns: minmax(0, 1fr);
    }

    .booking__hint {
        gap: 0.5rem;
        font-size: var(--font-size-xs);
    }

    .booking__card .booking__submit {
        font-size: var(--font-size-sm);
    }

    .booking__hint svg {
        width: 18px;
        height: 18px;
    }

    .fork__title {
        font-size: 1.6rem;
    }

    .fork__desc {
        font-size: var(--font-size-xs);
        margin-bottom: 1rem;
    }

    .fork__icon {
        margin-top: 0;
    }

    .fork__card {
        gap: 10px;
        padding: 20px 14px;
    }

    .contact-aiguillage {
        padding-top: 2.4rem;
    }

    .page-contact .page-hero__title {
        margin-bottom: 1rem;
        max-width: none;
    }

    .call-band {
        grid-template-columns: 1fr;
    }

    .call-band__item {
        padding: 20px 24px 20px 0;
        border-left: none;
    }

    .call-band__number {
        font-size: 2rem;
    }

    .call-band__item:nth-child(2) {
        border-top: 1px solid var(--br-line);
        border-bottom: 1px solid var(--br-line);
    }

    .fork__more {
        font-size: var(--font-size-xs);
    }

    .fork__more svg {
        top: 1px;
    }

    .post-nav {
        gap: 1rem;
        padding-top: 2rem;
    }

    .trust__label {
        font-size: var(--font-size-2xs);
    }

    .trust__value {
        font-size: 1.7rem;
    }

    .trust__grid {
        gap: 2rem;
        grid-template-columns: 1fr 1fr;
    }

    .trust__cover {
        width: 70%;
    }

    .service-card__title {
        font-size: var(--font-size-lg);
    }

    .service-card__more {
        font-size: var(--font-size-xs);
    }

    .prices__title {
        font-size: 2.8rem;
    }

    .service-card--feature .service-card__title {
        font-size: 1.8rem;
    }

    .service-card--feature .service-card__desc {
        font-size: var(--font-size-sm);
    }

    .home .service-card--feature .service-card__desc {
        font-size: var(--font-size-xs);
    }

    .post-nav__title {
        font-size: var(--font-size-lg);
    }

    .prices__row {
        gap: 2.2rem;
    }

    .prices__amount {
        font-size: 1.6rem;
    }

    .selling-point__icon svg {
        width: 22px;
    }

    .prices__card {
        padding: 2.4rem;
    }

    .section-head-split {
        align-items: flex-start;
        gap: 1rem;
        margin-bottom: 1rem;
        flex-direction: column;
    }

    .home #journal .section-head-split {
        align-items: flex-end;
        margin-bottom: 2rem;
        flex-direction: row;
    }

    .home #journal .section-head-split .section-title {
        max-width: 28rem;
    }

    #equipe .grid-split {
        gap: 2rem;
        grid-template-columns: .6fr 1fr;
    }

    .reviews .section-head-split {
        flex-direction: row;
    }

    #equipe .media-frame {
        aspect-ratio: 3 / 5;
    }

    .home #equipe .prose-lead {
        font-size: var(--font-size-sm);
        margin-bottom: 2rem;
    }

    .home #equipe .section-title {
        font-size: 2.6rem;
        max-width: none;
    }

    .home #charity.section {
        padding-top: 3.4rem;
    }

    .form__footer .form__note {
        max-width: 26rem;
    }

    .contact-map .grid-split--reverse {
        grid-template-columns: 1fr;
    }

    .selling-point__title {
        font-size: var(--font-size-sm);
    }

    .area-map {
        min-width: auto;
        max-width: 36rem;
        margin-inline: auto;
        order: 2;
    }

    .service-choice__body {
        padding: 1.2rem 1.4rem;
    }

    .contact-map .info-table__row,
    #contact .info-table__row {
        grid-template-columns: 16rem 1fr;
    }

    .booking-step__body {
        padding: 2rem 2rem 0;
    }

    .service-choice__name {
        line-height: 1.55;
    }

    .booking-step__head {
        padding: 1.4rem 2rem;
    }

    .home .hero__title {
        font-size: 4rem;
    }

    .home .hero__lede {
        font-size: var(--font-size-base);
    }

    .booking__card {
        padding: 1.8rem 2rem 2rem;
    }

    .booking-step__num {
        width: 3rem;
        height: 3rem;
        font-size: 1.3rem;
    }

    .booking-main {
        padding-top: 3rem;
    }

    .booking-calendar__month {
        font-size: 1.4rem;
    }

    .booking-calendar__day {
        min-height: 42px;
        font-size: var(--font-size-base);
    }

    .booking-slots__slot {
        font-size: var(--font-size-xs);
    }

    .booking-step__title {
        font-size: 1.5rem;
    }

    .booking-slots {
        margin-top: 2.3rem;
    }

    .booking-reassurance {
        margin-block: 6rem 6rem;
    }

    .section-head-split__note {
        max-width: none;
        text-align: left;
        margin-bottom: 0;
    }

    .selling-point__text {
        font-size: var(--font-size-xs);
    }

    .feature__icon svg {
        width: 24px;
        height: 24px;
    }

    .feature__text {
        font-size: var(--font-size-xs);
    }

    .our-values .feature-grid, 
    .what-we-say .feature-grid {
        gap: 2rem;
    }

    .our-story .section-title {
        font-size: 2.9rem;
        line-height: 1.25;
    }

    .pull-quote__text {
        font-size: 2.2rem;
    }

    .our-story .grid-split {
        gap: 2rem;
        grid-template-columns: .5fr 1fr;
    }

    .our-values {
        padding-block: 5rem;
    }

    .prose-columns {
        gap: 3rem;
    }

    .info-table__row {
        gap: 0.4rem;
    }

    .post-nav__link--prev,
    .post-nav__link--next {
        grid-column: auto;
    }

    .booking-slots__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .includes__item svg {
        width: 20px;
        height: 20px;
    }

    .service-detail .grid-split {
        gap: 4rem;
        grid-template-columns: 1fr;
    }

    .service-detail__head {
        position: static;
        border-bottom: 1px solid var(--br-line);
        padding-bottom: 4rem;
    }

    .service-row {
        flex-direction: column;
        min-height: 0;
    }

    .service-feature {
        grid-template-columns: minmax(0, 1fr);
    }

    .service-feature__media {
        min-height: 0;
    }

    .service-feature__body {
        padding: 32px 28px;
    }

    .footer-roofs {
        width: 32rem;
    }

    .charity__title {
        font-size: 1.4rem;
    }

    .charity {
        gap: 1rem;
        padding: 1.8rem 1.6rem 1.8rem 1rem;
    }

    .charity > .charity__logo + div {
        margin-right: 1rem;
    }

    .charity__logo {
        width: 8rem;
        padding: 0;
        background: transparent;
        border: none;
    }

    .charity__logo img {
        max-height: 3.8rem;
    }

    .charity__text {
        font-size: var(--font-size-xs);
    }

    .site-footer__about {
        max-width: 28rem;
    }

    .site-footer__bottom {
        font-size: var(--font-size-2xs);
    }

    .reviews-compact__head {
        margin-bottom: 1.2rem;
        padding-top: 3rem;
    }

    .site-footer__legal {
        display: none;
    }

    .review--compact .review__text {
        font-size: var(--font-size-xs);
    }

    .reviews-compact__link {
        margin-top: 1rem;
    }

    .about .page-hero__lede {
        font-size: var(--font-size-base);
        line-height: 1.7;
    }

    .site-footer__copyright span:first-child::after {
        top: 8px;
    }

    .site-footer__label {
        width: 4.8rem;
    }

    .footer-col__title {
        font-size: var(--font-size-base);
    }

    .footer-contact {
        gap: 1rem;
    }

    .compare {
        aspect-ratio: 4 / 3;
    }
}

/* -----------------------------------------------------------------------------
   ≤ 600px — téléphones
   -------------------------------------------------------------------------- */
@media (max-width: 599px) {
    :root {
        --br-gutter: 20px;
        --br-topbar-h: 40px;
        --br-header-h: 56px;
    }

    .site-header__inner {
        gap: 10px;
        height: 5.6rem;
    }

    body {
        font-size: var(--font-size-xs);
    }

    .entry-content {
        font-size: var(--font-size-xs);
        line-height: 1.55;
    }

    .entry-content li {
        margin-bottom: .3em;
    }

    .entry-content li::before {
        top: 8px;
        width: 3px;
        height: 3px;
    }

    .lang {
        gap: 1px;
    }

    .legal__foot-text {
        font-size: var(--font-size-2xs);
        max-width: none;
        margin-bottom: 2rem;
        line-height: 1.65;
    }

    .legal__foot {
        margin-top: 3rem;
        padding: 1.4rem;
    }

    .trust__value {
        font-size: 1.5rem;
        margin-bottom: 0;
    }

    .trust__value span {
        font-size: 1.1rem;
    }

    .trust__cover {
        width: 100%;
    }

    .home #equipe .section-title {
        font-size: 2.2rem;
        max-width: 17rem;
        margin-bottom: 1rem;
    }

    .home #equipe .prose-lead {
        font-size: var(--font-size-2xs);
    }

    .brands__label {
        font-size: var(--font-size-4xs);
        letter-spacing: 0.15rem;
    }

    .brands .brands__link img[alt="HWAM"] {
        height: 26px!important;
    }

    .brands .brands__link img[alt="WIKING"] {
        height: 14px!important;
    }

    .brands .brands__link img[alt="SEGUIN"] {
        height: 14px!important;
    }

    .brands .brands__link img[alt="RIKA"] {
        height: 17px!important;
    }

    .brands .brands__link img[alt="EVA CALOR"] {
        height: 25px!important;
    }

    .brands__row {
        gap: 2rem 3rem;
        margin-bottom: 3rem;
    }

    .brands {
        padding-block: 5.4rem;
    }

    .home #contact .section-title {
        font-size: 2.6rem;
    }

    .home #journal .section-head-split .section-title {
        max-width: 20rem;
    }

    .home #faq .section-title {
        font-size: 2.2rem;
    }

    .home .cta-band__title {
        max-width: 17rem;
    }

    #equipe .grid-split {
        gap: 1.4rem;
        grid-template-columns: .7fr 1fr;
    }

    #equipe .media-frame {
        aspect-ratio: 3 / 6;
    }

    html[lang="fr-FR"] .home .cta-band__title {
        max-width: 20rem;
    }

    html[lang="fr-FR"] .home #journal .section-title {
        max-width: 16rem;
    }

    html[lang="fr-FR"] .who-we-are .section-title {
        max-width: 22rem;
    }

    .other-services .other-services__head .link-arrow {
        display: none;
    }

    html[lang="fr-FR"] .journal-head__grid {
        grid-template-columns: 1fr;
    }

    .journal-head__lede {
        text-align: left;
    }

    .trust__label {
        font-size: var(--font-size-4xs);
    }

    .feature-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .trust__grid {
        gap: .8rem;
    }

    .trust__item {
        padding: 1.3rem 1.2rem;
    }

    .home .section--pale .section-title {
        margin-bottom: 3rem;
    }

    .legal__foot p.legal__foot-links {
        gap: 2.4rem;
        padding-top: 0.6rem;
        font-size: var(--font-size-2xs);
    }

    .legal__foot-links a svg {
        top: 1px;
        width: 14px;
        height: 14px;
    }

    .burger {
        gap: 5px;
    }

    .site-header__logo img,
    .site-header__logo svg {
        height: 34px;
    }

    .btn--primary {
        padding: 8px 20px 9px;
    }

    .btn, .booking__submit {
        min-height: 32px;
        font-size: var(--font-size-2xs);
    }

    .site-header__cta {
        padding-left: 11px;
        padding-right: 11px;
    }

    .section {
        padding-top: 4.6rem;
    }

    .feature__title {
        font-size: var(--font-size-xs);
        margin-bottom: .2rem;
    }

    .pull-quote__icon svg {
        width: 20px;
        height: 20px;
    }

    #avis.section, 
    #faq.section, 
    .our-story.section, 
    .our-brands.section, 
    .contact-map, 
    .contact-form.section {
        padding-bottom: 4.6rem;
    }

    .br-corner-marks::before, 
    .br-corner-marks::after {
        width: 20px;
        height: 20px;
    }

    .founding-info {
        margin-top: 1rem;
    }

    .pull-quote__text {
        font-size: 1.7rem;
    }

    .feature__text {
        font-size: var(--font-size-2xs);
    }

    .hero__inner {
        padding-top: 9rem;
        padding-bottom: 10rem;
    }

    .hero__title {
        font-size: 3.6rem;
    }

    .page-hero__title,
    .legal__title {
        font-size: 2.8rem;
    }

    .service-hero__title {
        font-size: 3rem;
    }

    .section-title,
    .contact-form .section-title,
    .the-brand .section-title,
    .our-story .section-title,
    .service-detail__head .section-title {
        font-size: 2.4rem;
    }

    .fork {
        gap: .8rem;
    }

    .fork__card {
        gap: 8px;
        padding: 14px 9px;
        flex-direction: column;
    }

    .our-team.section--white {
        padding-block: 5.6rem;
    }

    .prose-lead {
        font-size: var(--font-size-sm);
    }

    .team-card__media {
        margin-bottom: .8rem;
    }

    .team-card__name {
        font-size: 1.3rem;
    }

    .team-card__role {
        font-size: var(--font-size-2xs);
    }

    .team-card__focus {
        font-size: var(--font-size-4xs);
    }

    .prices__title {
        font-size: 2.6rem;
    }

    .service-feature__title {
        font-size: 2.2rem;
    }

    .service-feature__body {
        padding: 26px 20px;
    }

    .service-feature__desc {
        font-size: var(--font-size-sm);
        line-height: 1.55;
    }

    .home .hero__actions .btn--ghost-light {
        padding: 7.5px 14px;
        height: 33px;
    }

    .home .hero__actions .btn--primary {
        padding: 8px 15px 9px;
    }

    .booking__hint {
        font-size: var(--font-size-2xs);
        line-height: 1.4;
    }

    .booking__label {
        font-size: var(--font-size-4xs);
    }

    .booking__card .booking__submit {
        font-size: var(--font-size-xs);
        height: 44px;
        margin-top: 1rem;
    }

    .home .service-card--feature .service-card__media {
        height: 250px;
    }

    .booking__row {
        gap: 1.4rem;
    }

    .chip {
        font-size: var(--font-size-3xs);
        padding: 6px 8px;
    }

    .service-card__more {
        font-size: var(--font-size-2xs);
    }

    .faq__question-text {
        font-size: var(--font-size-sm);
        line-height: 1.5;
    }

    .faq__question {
        min-height: 46px;
        padding: 1rem 0.2rem;
        gap: 3rem;
    }

    .faq__sign {
        width: 1.3rem;
        height: 1.3rem;
    }

    .other-services {
        padding: 5.6rem 0;
    }

    .link-arrow {
        font-size: var(--font-size-2xs);
    }

    .other-service {
        padding: 9px 10px;
        font-size: var(--font-size-2xs);
    }

    .other-service__num {
        font-size: var(--font-size-3xs);
        top: 1.5px;
    }

    .faq__sign::before {
        top: 5.5px;
    }

    .grid-split {
        gap: 3rem;
    }

    .faq__sign::after {
        left: 5.5px;
    }

    .service-card__more svg {
        width: 14px;
        height: 14px;
    }

    .services-others__grid {
        gap: 1rem;
    }

    .services-others {
        padding-block: 1rem 0px;
    }

    .service-feature__media {
        aspect-ratio: 4/3;
    }

    .service-row__media {
        aspect-ratio: 4/3;
    }

    .service-row__body {
        padding: 1.4rem 1.2rem;
    }

    .service-row__title {
        font-size: 1.3rem;
        line-height: 1.2;
    }

    .chip-row {
        gap: 5px;
        margin-bottom: 3rem;
    }

    .service-row__desc {
        font-size: var(--font-size-2xs);
    }

    .service-row__more {
        font-size: var(--font-size-2xs);
    }

    .brand-card__more svg, 
    .service-row__more svg {
        width: 14px;
        height: 14px;
    }

    .services-others__grid .help-note {
    font-size: 1.3rem;
    line-height: 1.4;
    padding: 3rem;
    }

    .review__quote {
        font-size: 1.4rem;
    }

    .review__author {
        gap: 1px;
    }

    .reviews__grid {
        gap: .8rem;
        margin-top: 2rem;
    }

    .eyebrow__num {
        font-size: var(--font-size-2xs);
    }

    .cta-band__kicker {
        font-size: var(--font-size-2xs);
        max-width: 20rem;
    }

    .post-hero__meta {
        font-size: var(--font-size-4xs);
    }

    .review__name {
        font-size: var(--font-size-2xs);
    }

    .post-hero__media img {
        aspect-ratio: 4/3;
    }

    .single-post .entry-content h2 {
        font-size: 2rem;
    }

    .review__source {
        font-size: var(--font-size-3xs);
    }

    .stamp {
        font-size: var(--font-size-4xs);
    }

    .founding-info > .stamp + span {
        font-size: var(--font-size-3xs);
    }

    .cta-band__text {
        font-size: var(--font-size-xs);
        max-width: 20rem;
    }

    .cta-band__actions .btn--primary {
        padding-inline: 10px;
    }

    .cta-band__title {
        font-size: 2rem;
        max-width: 22rem;
    }

    .page-template-page-services .cta-band__title {
        max-width: 16rem;
    }

    .service-hero__body .hero__actions .btn--primary {
        padding: 9px 16px 10px;
        font-size: var(--font-size-2xs);
    }

    .service-hero__body .hero__actions .btn--ghost {
        padding: 7.7px 16px 8.5px;
        font-size: var(--font-size-2xs);
        height: 35px;
    }

    .page-template-page-service .cta-band__title {
        max-width: 18rem;
    }

    .page-id-11.page-template-page-service .cta-band__title,
    .page-id-14.page-template-page-service .cta-band__title,
    .page-id-16.page-template-page-service .cta-band__title,
    .page-id-15.page-template-page-service .cta-band__title,
    .page-id-12.page-template-page-service .cta-band__title {
        max-width: 20rem;
    }

    .page-id-17.page-template-page-service .cta-band__title,
    .page-id-13.page-template-page-service .cta-band__title {
        max-width: 17rem;
    }

    .help-note {
        font-size: var(--font-size-2xs);
        line-height: 1.45;
        gap: 1rem;
        padding: 1rem;
    }

    .home .help-note {
        gap: .5rem;
    }

    .page-hero__split {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .brand-grid {
        grid-template-columns: 1fr 1fr;
        gap: .8rem;
    }

    .page-hero--products .eyebrow {
        margin-bottom: 1.4rem;
    }

    .page-hero--products .page-hero__illus {
        width: 16rem;
        margin-inline: auto;
    }

    .our-values .feature-grid {
        grid-template-columns: 1fr;
    }

    .our-values .feature-grid {
        gap: 2.4rem;
    }

    .what-we-say .feature-grid {
        grid-template-columns: 1fr;
        gap: 1.4rem;
    }

    .journal-card--feature .journal-card__media {
        min-height: 26rem;
    }

    .journal-card__badge {
        padding: 0.5rem 1rem 0.4rem;
        font-size: var(--font-size-4xs);
    }

    .journal-card__meta {
        font-size: var(--font-size-4xs);
    }

    .journal-card--feature .journal-card__title {
        font-size: 2rem;
    }

    .journal-card--feature .journal-card__body {
        padding: 2rem 2rem;
    }

    .journal-card--feature .journal-card__link {
        grid-template-columns: 1fr;
    }

    .feature__icon {
        margin-bottom: .5rem;
    }

    .journal-head__title {
        font-size: 3.4rem;
    }

    .single-post .entry-content h3 {
        font-size: 1.4rem;
    }

    .post-signature__label {
        font-size: var(--font-size-4xs);
    }

    .post-signature__head {
        gap: 1rem;
    }

    .post-signature__name {
        font-size: 1.6rem;
    }

    .post-signature__role {
        font-size: var(--font-size-3xs);
    }

    .post-signature__text {
        font-size: var(--font-size-xs);
    }

    .post-signature__hours {
        font-size: var(--font-size-4xs);
    }

    .service-card--feature .service-card__title {
        font-size: 2.4rem;
    }

    .home .service-card--feature .service-card__title {
        font-size: 2rem;
    }

    .steps,
    .service-choice--lines,
    .site-footer__cols {
        grid-template-columns: minmax(0, 1fr);
    }

    .help-note svg {
        width: 16px;
        height: 16px;
    }

    .product__name {
        margin-top: 5px;
        font-size: var(--font-size-2xs);
    }

    .journal-card__more {
        font-size: var(--font-size-2xs);
    }

    .journal-card--feature .journal-card__more {
    margin-top: 1rem;
    }

    .journal-card__more svg {
        width: 14px;
        height: 14px;
    }

    .journal-list__label {
        font-size: var(--font-size-4xs);
    }

    .journal-grid {
        grid-template-columns: 1fr 1fr;
        gap: .8rem;
    }

    .journal-card__media img {
        aspect-ratio: 8 / 10;
    }

    .journal-card__badge {
        left: 1rem;
        top: 1rem;
    }

    .journal-card__body {
        padding: 14px 10px 13px;
    }

    .breadcrumb {
        font-size: var(--font-size-2xs);
    }

    .post-hero__title {
        font-size: 2.4rem;
        line-height: 1.2;
    }

    .journal-card__title {
        font-size: 1.5rem;
    }

    .journal-card__meta {
        gap: 0.1rem;
        flex-wrap: wrap;
    }

    .journal-card__meta .journal-card__dot {
        display: none;
    }

    .blog .cta-band__text,
    .single .cta-band__text {
    max-width: 22rem;
    }

    .other-services__grid {
        grid-template-columns: 1fr 1fr;
        gap: 6px;
    }

    .product-grid__note {
        margin-top: 3rem;
        padding: 1rem 1rem;
    }

    .our-brands .section-title {
        margin-bottom: 3rem;
    }

    .product-grid__note span {
        font-size: var(--font-size-2xs);
        line-height: 1.5;
    }

    .other-services__head {
        margin-bottom: 1rem;
        padding-top: 2rem;
    }

    .brand-card__media {
        aspect-ratio: 5 / 4;
    }

    .other-services__label {
        font-size: var(--font-size-4xs);
    }

    .brand-strip__item {
        height: 4.6rem;
        padding: 0 14px;
        min-width: 10rem;
    }

    .page-template-page-brand .cta-band__text {
        max-width: 20rem;
    }

    .brand-strip__item img[alt="HWAM"] {
        height: 28px!important;
    }

    .brand-strip__item img[alt="WIKING"] {
        height: 13px!important;
    }

    .brand-strip__item img[alt="SEGUIN"] {
        height: 14px!important;
    }

    .brand-strip__item img[alt="RIKA"] {
        height: 18px!important;
    }

    .brand-strip__item img[alt="EVA CALOR"] {
        height: 26px!important;
    }

    .brand-card__meta {
        font-size: var(--font-size-4xs);
        letter-spacing: .05rem;
    }

    .brand-card__desc {
        font-size: var(--font-size-2xs);
        line-height: 1.5;
    }

    .brand-card__more {
        font-size: var(--font-size-2xs);
    }

    .brand-card__more svg {
        top: 1.5px;
    }

    .brand-card__body {
        padding: 10px 10px 11px;
    }

    .brand-card__logo img[alt="HWAM"] {
        height: 26px!important;
    }

    .brand-card__logo img[alt="WIKING"] {
        height: 14px!important;
    }

    .brand-card__logo img[alt="SEGUIN"] {
        height: 16px!important;
    }

    .brand-card__logo img[alt="RIKA"] {
        height: 18px!important;
    }

    .brand-card__logo img[alt="EVA CALOR"] {
        height: 24px!important;
    }

    .what-we-do {
        padding-block: 5.6rem;
    }

    .what-we-do .section-title {
        max-width: none;
    }

    .what-we-do .feature-grid {
        gap: 4rem 2rem;
        padding-bottom: 4rem;
        margin-bottom: 2rem;
    }

    .brand-hero__meta {
        font-size: var(--font-size-4xs);
    }

    .page-brand .service-hero__title {
        font-size: 2.8rem;
    }

    .page-template-page-products .cta-band__title {
        max-width: 19rem;
    }

    .product-grid {
        grid-template-columns: 1fr 1fr;
    }

    .section--pale {
        margin-top: 5.6rem;
        padding: 4.4rem 0 4.8rem;
    }

    .selling-points__grid {
        grid-template-columns: 1fr 1fr;
        gap: 3rem 2.2rem;
    }

    .service-choice__ask {
        font-size: var(--font-size-3xs);
        letter-spacing: .05rem;
    }

    .service-choice__each {
        font-size: var(--font-size-4xs);
    }

    .selling-point__title {
        font-size: var(--font-size-xs);
        line-height: 1.4;
    }

    .charity__text {
        font-size: var(--font-size-2xs);
        line-height: 1.5;
    }

    .charity__title {
        font-size: 1.2rem;
        line-height: 1.3;
    }

    .link-underline {
        font-size: var(--font-size-2xs);
    }

    .link-underline svg {
        top: 1px;
        width: 14px;
        height: 14px;
    }

    .page-services #charity.section {
        padding-block: 0px 5.6rem;
    }

    .charity {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }

    .charity > .charity__logo + div {
        margin-right: 0;
    }

    .charity__logo {
    width: 100%;
    margin-bottom: .5rem;
    }

    .selling-point__text {
        font-size: var(--font-size-2xs);
    }

    .selling-point__icon {
        margin-bottom: 1rem;
    }

    .team-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 2.6rem .8rem;
    }

    .page-template-page-about .reviews .section-title {
        max-width: 20rem;
    }

    .prose-lead {
        font-size: var(--font-size-xs);
        margin-bottom: 2rem;
    }

    .reviews__score-line {
        font-size: var(--font-size-2xs);
    }

    .reviews__score-line strong {
        font-size: 2rem;
    }

    .reviews__score-sep {
        top: 0.5px;
    }

    .reviews__score .link-arrow {
        font-size: var(--font-size-2xs);
    }

    .reviews__score .link-arrow svg {
        top: 1px;
    }

    .reviews__illus {
        width: 26rem;
    }

    .site-footer__cols {
        gap: 0;
    }

    .footer-col__title {
        display: none;
    }

    .site-footer__label-link {
        display: none;
    }

    .gallery {
        padding-block: 5.6rem;
    }

    .footer-contact {
        font-size: var(--font-size-xs);
        gap: .9rem;
    }

    .home .service-card__media {
    height: 140px;
    }

    .service-card__title {
        font-size: var(--font-size-sm);
        line-height: 1.3;
    }

    .services-grid {
        gap: .8rem;
    }

    .service-card__body {
        padding: 13px 13px 12px;
    }

    .home .service-card--feature .service-card__body {
        padding: 18px 16px 16px;
    }

    .service-card__desc {
        font-size: var(--font-size-xs);
        margin-top: 2px;
    }

    .review--feature {
        grid-column: auto;
        grid-row: auto;
        padding: 18px 14px 16px;
    }

    .review {
        gap: 10px;
        padding: 18px 14px 16px;
    }

    .stars svg,
    .review.review--feature .stars svg {
        width: 13px;
        height: 13px;
    }

    .topbar__wa,
    .topbar__sep {
        display: none;
    }

    .booking__card {
        padding: 2rem 1.8rem 2.2rem;
    }

    .service-hero__title {
        margin-bottom: 1rem;
    }

    .service-hero__lede {
        font-size: var(--font-size-sm);
        line-height: 1.7;
        max-width: 48rem;
        margin-bottom: 2rem;
    }

    .service-hero__note {
        font-size: var(--font-size-2xs);
    }

    .media-caption {
        font-size: var(--font-size-4xs);
    }

    .includes {
        margin-top: 5.6rem;
        padding-block: 4.4rem;
    }

    .includes__label {
        font-size: var(--font-size-3xs);
        margin-bottom: 16px;
    }

    .includes__item-title {
        font-size: var(--font-size-xs);
    }

    .includes__item-text {
        font-size: var(--font-size-2xs);
    }

    .includes__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .service-detail {
        padding-block: 5.6rem;
    }

    .service-detail__head .prose-block {
        font-size: var(--font-size-sm);
    }

    .service-detail__list {
        grid-template-columns: repeat(1, 1fr);
        gap: .6rem;
    }

    .prices__amount {
        font-size: 1.4rem;
    }

    .prices__note {
        font-size: var(--font-size-3xs);
    }

    .link-arrow svg, 
    .btn--arrow svg {
        top: 1px;
        width: 14px;
        height: 14px;
    }

    .prices {
        padding-block: 0 5.6rem;
    }

    .section-head-split__note {
        font-size: var(--font-size-2xs);
    }

    .compare__caption {
        font-size: var(--font-size-4xs);
        width: calc(100% - 4rem);
        bottom: 1rem;
        left: 1rem;
    }

    .compare__tag {
        font-size: var(--font-size-4xs);
    }

    .compare__handle {
        width: 36px;
        height: 36px;
    }

    .brand-strip {
        flex-wrap: wrap;
    }

    .booking-step__head,
    .booking-step__body {
        padding-left: 1.8rem;
        padding-right: 1.8rem;
    }

    .page-service .section--compare {
        padding-bottom: 5.6rem;
    }

    .compare__handle svg {
        width: 16px;
        height: 16px;
    }

    .compare__tag {
        top: 1rem;
        padding: 0.4rem .8rem .3rem;
    }

    .compare__tag--before {
        left: 1rem;
    }

    .compare__tag--after {
        right: 1rem;
    }

    .service-choice__count {
        width: 3.4rem;
        padding: .95rem .2rem .95rem .6rem;
        font-size: var(--font-size-xs);
    }

    .service-choice__step {
        width: 2.6rem;
        min-height: 18px;
    }

    .service-choice__step svg {
        width: 7px;
        height: 7px;
    }

    .service-choice__qty {
        padding-top: 1rem;
    }

    .booking-summary {
        padding: 1.6rem 1.4rem;
    }

    .service-choice__deal {
        font-size: var(--font-size-xs);
    }

    .mobile-menu {
        width: 32rem;
    }

    .booking-summary__name {
        font-size: var(--font-size-xs);
    }

    .booking-summary__price {
        font-size: var(--font-size-xs);
    }

    .booking-summary__amount {
        font-size: 2rem;
    }

    .booking-summary__charity {
        font-size: var(--font-size-2xs);
    }

    .charity {
        padding: 2.4rem 2rem;
    }

    .booking-summary__note {
        font-size: var(--font-size-3xs);
    }

    .mobile-menu__link {
        padding: 9px 0;
        font-size: 2.2rem;
    }

    .footer-roofs {
        width: 23rem;
    }

    .mobile-menu__group-title {
        font-size: 2.2rem;
    }

    .site-footer__inner {
        padding-top: 44px;
        padding-bottom: 20px;
    }

    .site-footer__bottom {
        font-size: var(--font-size-3xs);
        margin-top: 3rem;
        padding-top: 1rem;
    }

    .site-footer__copyright {
        gap: 1.4rem;
    }

    .site-footer__logo {
        height: 3.8rem;
        margin-bottom: 1.2rem;
    }

    .service-partner__body .link-arrow {
        font-size: var(--font-size-2xs);
    }

    .gallery__description {
        font-size: var(--font-size-sm);
        margin-top: 1rem;
    }

    .service-partner {
        padding-bottom: 5.6rem;
    }

    .service-partner__logo {
        width: 12rem;
        margin-inline: auto;
    }

    .service-partner__inner {
        grid-template-columns: 1fr;
    }

    .site-footer__about {
        font-size: var(--font-size-xs);
    }

    .about .page-hero__lede {
        font-size: var(--font-size-sm);
        line-height: 1.6;
    }

    .footer-lang {
        display: none;
    }

    .fork__title {
        font-size: 1.4rem;
    }

    .fork__desc {
        font-size: var(--font-size-2xs);
        line-height: 1.5;
    }

    .fork__more {
        font-size: var(--font-size-2xs);
    }

    .fork__more svg {
        top: 1px;
        width: 14px;
        height: 14px;
    }

    .contact-phones {
        padding-top: 3.6rem;
    }

    .call-band__label {
        font-size: var(--font-size-4xs);
        letter-spacing: .05rem;
    }

    .call-band__number {
        font-size: 1.8rem;
    }

    .contact-form .faq__aside-text {
        font-size: var(--font-size-sm);
    }

    .info-table__key {
        font-size: var(--font-size-2xs);
    }

    .contact-map .info-table__row, 
    #contact .info-table__row {
        grid-template-columns: 10rem 1fr;
    }

    .booking-step__title {
        font-size: 1.4rem;
    }

    .booking-step__hint {
        font-size: var(--font-size-2xs);
    }

    .service-choice__name {
        font-size: var(--font-size-xs);
        line-height: 1.4;
    }

    .service-choice__price {
        font-weight: 600;
    }

    .service-choice {
        margin-bottom: 1rem;
    }

    .booking-step__note {
        font-size: var(--font-size-2xs);
    }

    .page-template-page-contact .cta-band__title {
        max-width: 19rem;
    }

    .booking-calendar {
        padding: 2rem 1.2rem 1.4rem;
    }

    .booking-calendar__nav svg {
        width: 9px;
        height: 9px;
    }

    .booking-calendar__weekdays span {
        font-size: var(--font-size-4xs);
    }

    .booking-calendar__day {
        min-height: 36px;
        font-size: var(--font-size-sm);
    }

    .booking-calendar__scope {
        font-size: var(--font-size-2xs);
        line-height: 1.45;
    }

    .booking-summary__label {
        font-size: var(--font-size-3xs);
    }

    .booking-summary__empty {
        font-size: var(--font-size-xs);
    }

    .booking-layout .form__footer .form__note {
        max-width: 16rem;
        min-width: none;
        font-size: var(--font-size-3xs);
    }

    .reassure {
        padding: 1.6rem 1.4rem;
    }

    .reassure__item {
        font-size: var(--font-size-2xs);
    }

    .reassure__fallback {
        margin-top: 1.2rem;
        font-size: var(--font-size-2xs);
    }

    .reviews-compact {
        padding: 0 0 5.6rem;
    }

    .reviews-compact__score {
        font-size: var(--font-size-2xs);
    }

    .reviews__score-sep {
        width: 3px;
        height: 3px;
        top: 1px;
    }

    .review--compact .review__text {
        font-size: var(--font-size-2xs);
    }

    .charity-popup__badge {
        font-size: var(--font-size-4xs);
    }

    .charity-popup__text {
        font-size: var(--font-size-2xs);
        line-height: 1.45;
    }

    .charity-popup__thumb {
        height: 4.4rem;
    }

    .form__label {
        font-size: var(--font-size-4xs);
    }

    input[type="text"], input[type="email"], 
    input[type="tel"], input[type="search"], 
    input[type="url"], textarea, select {
        padding: 8px 14px 9px;
    }

    .form__note {
        font-size: var(--font-size-2xs);
    }

    .form__footer .btn--primary {
        padding: 8px 12px 9px;
    }

    .site-footer__copyright span:first-child::after {
        top: 7px;
        right: -8.5px;
    }

    .mega__item-desc {
        font-size: var(--font-size-xs);
    }

    .reviews .section-head-split {
        gap: 2rem;
    }

    .reviews .eyebrow {
        margin-bottom: 2rem;
    }

    .mega__item-name {
        margin-bottom: 0;
    }

    .mobile-menu__bar img {
        height: 36px;
    }

    .mobile-menu__close {
        width: 30px;
        height: 30px;
        font-size: 18px;
        line-height: 1;
        padding-top: 2px;
    }

    .mobile-menu__link-to-services {
        font-size: var(--font-size-xs);
        gap: .5rem;
    }

    .mobile-menu__link--legal {
        font-size: 1.4rem;
        padding-block: 15px;
    }

    .mobile-menu__cta {
        font-size: var(--font-size-xs);
    }

    .mobile-menu__cta {
        padding: 13px;
    }

    .mobile-menu__phone {
        font-size: var(--font-size-2xs);
    }

    .eyebrow svg {
        width: 12px;
        height: 12px;
    }

    .eyebrow__label {
        font-size: var(--font-size-4xs);
        position: relative;
        top: 1px;
    }

    .page-services .page-hero__title {
    margin-bottom: 1rem;
    }

    .service-feature__badge {
        font-size: var(--font-size-4xs);
    }

    .page-services .page-hero {
        margin-bottom: 2rem;
    }

    .prose-block {
        font-size: var(--font-size-xs);
    }

    .prose-columns {
        gap: 1.8rem;
    }

    .who-we-are .section-title {
        margin-bottom: 2rem;
        max-width: none;
    }

    .our-values {
        padding-block: 4rem;
        margin-top: 4.6rem;
    }

    .page-hero__lede {
        font-size: var(--font-size-sm);
        max-width: none;
    }

    .page-hero__title {
        margin-bottom: 1rem;
    }

    .legal__body {
        padding-top: 1.5rem;
    }

    .legal__toc-list {
        gap: .4rem;
    }

    .legal__toc-list a {
        font-size: var(--font-size-2xs);
    }

    .legal__updated {
        font-size: var(--font-size-3xs);
    }

    .mobile-menu__link-to-services svg {
        top: 1px;
        width: 14px;
        height: 14px;
    }

    .entry-content h2 {
        font-size: 2rem;
    }

    .wa-float {
        right: 1.6rem;
        bottom: 1.6rem;
        width: 4.8rem;
        height: 4.8rem;
    }
}
