/* doc-project | projet/assets/css/front-page.css | styles de la one-page recentree sur la promesse prix bas + qualite atelier avec hero enrichi d un slider d images de fond, overlay plus sombre pour renforcer la lisibilite, hero metrics en ecriture marron fonce, boutons du hero et badges hero__trust rendus opaques pour une lecture plus franche, bloc avantages, configurateur, modales, cartes catalogue desktop, bandeau catalogue mobile horizontal scrollable avec cartes et images agrandies, detail mobile masque par defaut puis revele au clic, tarif mobile affiche sous le nom du portail, focus visuel sur portail selectionne, miniature du modele selectionne, message d aide pour cliquer sur un portail, detail explicite de la base tarifaire et du supplement sur-mesure, FAQ atelier, nouveaux champs de longueur sur-mesure confortables avec switch d unite, aide et feedback visuel, protections anti debordement horizontal mobile autour des sections animees et du rail catalogue, desactivation du snap agressif pour fluidifier le scroll horizontal mobile, et preservation du scroll vertical du site depuis les vignettes mobiles */
:root {
    --bg: #f6f2ea;
    --surface: #ffffff;
    --surface-alt: #efe7da;
    --text: #1f1a17;
    --muted: #6f655e;
    --accent: #8a5a2b;
    --accent-dark: #5f3c1b;
    --border: #d9c9b6;
    --success: #2f7d4b;
    --error: #b43f3f;
    --shadow: 0 18px 40px rgba(31, 26, 23, 0.08);
    --footer-bg: #221814;
    --footer-surface: rgba(255, 255, 255, 0.06);
    --footer-text: #f7efe6;
    --footer-muted: #d8c3ae;
    --footer-border: rgba(255, 255, 255, 0.12);
    --footer-accent: #f0c89b;
}
* { box-sizing: border-box; }
html {
    width: 100%;
    max-width: 100%;
}
body {
    margin: 0;
    width: 100%;
    max-width: 100%;
    font-family: Arial, Helvetica, sans-serif;
    color: var(--text);
    background: var(--bg);
    line-height: 1.5;
    overflow-x: clip;
}
a { color: inherit; }
img { display: block; max-width: 100%; }
.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
.ui-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 1.15em;
    height: 1.15em;
}
.ui-icon svg {
    width: 100%;
    height: 100%;
}
.icon-label {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}
.icon-label--tight {
    gap: 8px;
}
.icon-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
.shell { width: min(1180px, calc(100% - 32px)); margin: 0 auto; }
main,
.section,
.site-footer {
    overflow-x: clip;
}
.section { padding: 72px 0; }
.section--alt { background: rgba(255,255,255,0.55); }
.section__heading { margin-bottom: 28px; }
.section__heading--compact { margin-bottom: 16px; }
.eyebrow { margin: 0 0 10px; text-transform: uppercase; letter-spacing: .14em; color: var(--accent); font-size: 12px; font-weight: 700; }
h1, h2, h3, p { margin-top: 0; }
.hero {
    padding: 88px 0 72px;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgba(61,39,22,0.96), rgba(138,90,43,0.88));
    color: #fff;
}
.hero__media,
.hero__slide,
.hero__slide picture,
.hero__slide img,
.hero__overlay {
    position: absolute;
    inset: 0;
}
.hero__media {
    z-index: 0;
    pointer-events: none;
}
.hero__slide {
    opacity: 0;
    transition: opacity 1200ms ease-in-out;
    will-change: opacity;
}
.hero__slide.is-active {
    opacity: 1;
}
.hero__slide picture,
.hero__slide img {
    width: 100%;
    height: 100%;
}
.hero__slide img {
    object-fit: cover;
    object-position: center;
}
.hero__overlay {
    z-index: 1;
    background:
        linear-gradient(135deg, rgba(14, 10, 7, 0.82), rgba(34, 22, 14, 0.72)),
        radial-gradient(circle at top left, rgba(255,255,255,0.05), transparent 34%),
        radial-gradient(circle at bottom right, rgba(240,200,155,0.08), transparent 28%);
}
.hero::before {
    content: "";
    position: absolute;
    inset: auto -8% -120px auto;
    width: 380px;
    height: 380px;
    border-radius: 50%;
    background: rgba(255,255,255,0.06);
    filter: blur(6px);
    pointer-events: none;
    z-index: 1;
}
.hero__grid { display: grid; grid-template-columns: minmax(0, 1fr); gap: 32px; align-items: center; }
.hero__content {
    position: relative;
    z-index: 2;
}
.hero__eyebrow {
    color: rgba(255,255,255,0.72);
}
.hero__kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 36px;
    padding: 0 16px;
    margin-bottom: 18px;
    border-radius: 999px;
    background: linear-gradient(135deg, rgba(246, 209, 167, 0.24), rgba(255, 241, 220, 0.14));
    border: 1px solid rgba(255,255,255,0.22);
    color: #fff3e2;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .05em;
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.18),
        0 10px 24px rgba(31, 26, 23, 0.12);
}
.hero h1 { font-size: clamp(34px, 6vw, 60px); line-height: 1.05; margin-bottom: 18px; }
.hero__lead {
    font-size: 18px;
    max-width: 62ch;
    color: rgba(255,255,255,0.86);
}
.hero__actions, .hero__trust { display: flex; gap: 12px; flex-wrap: wrap; }
.hero__trust { padding: 0; margin: 22px 0 0; list-style: none; }
.hero__trust li {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #3a2416;
    border: 1px solid #5b3a24;
    padding: 10px 14px;
    border-radius: 999px;
    color: #fff8f0;
    font-weight: 700;
}
.hero__metrics {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin-top: 24px;
}
.hero__metric {
    padding: 18px;
    background: rgba(255, 244, 232, 0.82);
    border-color: rgba(95, 60, 27, 0.22);
    box-shadow: none;
    backdrop-filter: blur(6px);
}
.hero__metric-head {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 6px;
}
.hero__metric-head .ui-icon {
    width: 18px;
    height: 18px;
    color: #6b4320;
}
.hero__metric strong,
.hero__metric span {
    display: block;
}
.hero__metric strong {
    margin-bottom: 0;
    color: #4a2c1a;
    font-size: 16px;
}
.hero__metric span {
    color: rgba(74, 44, 26, 0.88);
    font-size: 13px;
}
.card {
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: 20px;
    box-shadow: var(--shadow);
}
.button--phone-cta {
    min-width: min(100%, 320px);
    padding: 16px 24px;
    font-size: clamp(24px, 3.6vw, 34px);
    font-weight: 800;
    line-height: 1;
    letter-spacing: .02em;
    white-space: nowrap;
}
.button--phone-cta .button__phone-number {
    display: block;
}
.button--phone-cta:hover,
.button--phone-cta:focus-visible {
    background: #6f4622;
    border-color: #8e6239;
    color: #fff;
}
.button {
    appearance: none;
    gap: 6px;
    margin-top: 18px;
    padding: 16px 18px;
    border-radius: 16px;
    background: linear-gradient(180deg, rgba(138, 90, 43, 0.08), rgba(138, 90, 43, 0.04));
    border: 1px solid rgba(138, 90, 43, 0.14);
}
.button {
    appearance: none;
    border: 0;
    border-radius: 999px;
    padding: 13px 18px;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}
.button--primary { background: var(--accent); color: #fff; }
.button--secondary { background: #ece1d2; color: var(--accent-dark); }
.button--ghost { background: #5f3c1b; color: #fff; border: 1px solid #7b542f; }
.button--small { padding: 10px 14px; font-size: 13px; }
.button--hero-catalogue {
    position: relative;
    gap: 10px;
    padding: 15px 22px;
    color: #2d1b0d;
    background: linear-gradient(135deg, #f2c792, #fce6c7);
    border: 1px solid #f3d2aa;
    box-shadow:
        0 14px 30px rgba(31, 26, 23, 0.22),
        inset 0 1px 0 rgba(255,255,255,0.55);
    transition:
        transform 180ms ease,
        box-shadow 180ms ease,
        filter 180ms ease;
    overflow: hidden;
}
.button--hero-catalogue::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, transparent 15%, rgba(255,255,255,0.55) 50%, transparent 85%);
    transform: translateX(-140%);
    animation: sabatier-cta-shine 3.2s ease-in-out infinite;
    pointer-events: none;
}
.button--hero-catalogue:hover,
.button--hero-catalogue:focus-visible {
    transform: translateY(-2px) scale(1.01);
    box-shadow:
        0 18px 36px rgba(31, 26, 23, 0.26),
        inset 0 1px 0 rgba(255,255,255,0.62);
    filter: saturate(1.06);
}
.button--hero-catalogue span {
    position: relative;
    z-index: 1;
}
.button__hint {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding-left: 10px;
    border-left: 1px solid rgba(45, 27, 13, 0.16);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .04em;
    color: rgba(45, 27, 13, 0.78);
}
.button--block { width: 100%; }
.cards-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 24px;
}
.mobile-catalog {
    display: none;
    overflow-x: clip;
}
.mobile-catalog__hint {
    display: none;
    align-items: center;
    gap: 8px;
    margin: 0 0 12px;
    color: var(--muted);
    font-size: 13px;
    font-weight: 700;
}
.mobile-catalog__rail {
    display: flex;
    gap: 14px;
    width: 100%;
    max-width: 100%;
    scroll-behavior: auto;
}
.mobile-catalog__item {
    appearance: none;
    flex: 0 0 168px;
    display: grid;
    gap: 10px;
    padding: 0;
    border: 1px solid rgba(138, 90, 43, 0.18);
    border-radius: 18px;
    background: var(--surface);
    color: var(--text);
    text-align: left;
    box-shadow: var(--shadow);
    cursor: pointer;
    overflow: hidden;
    transition:
        transform 180ms ease,
        box-shadow 180ms ease,
        border-color 180ms ease;
}
.mobile-catalog__item:hover,
.mobile-catalog__item:focus-visible {
    transform: translateY(-2px);
    border-color: rgba(138, 90, 43, 0.34);
    box-shadow: 0 18px 36px rgba(31, 26, 23, 0.14);
}
.mobile-catalog__item.is-selected {
    border-color: rgba(138, 90, 43, 0.52);
    box-shadow:
        0 18px 36px rgba(31, 26, 23, 0.14),
        0 0 0 3px rgba(138, 90, 43, 0.14);
}
.mobile-catalog__thumb {
    position: relative;
    display: block;
    background: #e8dfd2;
}
.mobile-catalog__thumb img {
    width: 100%;
    aspect-ratio: 16 / 11;
    object-fit: cover;
}
.mobile-catalog__content {
    display: grid;
    gap: 4px;
    padding: 0 12px 14px;
}
.mobile-catalog__name {
    display: block;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.35;
}
.mobile-catalog__price {
    display: block;
    color: var(--accent-dark);
    font-size: 12px;
    font-weight: 700;
    line-height: 1.3;
}
.mobile-catalog__empty-state {
    display: none;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    width: 100%;
    margin-top: 18px;
    padding: 16px 18px;
    border-color: rgba(138, 90, 43, 0.24);
    background: linear-gradient(180deg, rgba(255,255,255,1), rgba(248,243,236,0.96));
    color: var(--accent-dark);
    text-align: center;
}
.mobile-catalog__empty-state[hidden] {
    display: none;
}
.mobile-catalog__empty-arrow {
    flex: 0 0 auto;
    min-width: 24px;
    font-size: 22px;
    font-weight: 700;
    line-height: 1;
    animation: sabatier-mobile-hint-bounce 1.4s ease-in-out infinite;
}
.mobile-catalog__empty-arrow:last-child {
    animation-delay: 180ms;
}
.mobile-catalog__empty-text {
    flex: 1 1 auto;
    min-width: 0;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
}
.mobile-selected-product {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 18px;
    margin-top: 18px;
    padding: 18px;
    border-color: rgba(138, 90, 43, 0.24);
    background: linear-gradient(180deg, rgba(255,255,255,1), rgba(248,243,236,0.96));
    scroll-margin-top: 90px;
}
.mobile-selected-product[hidden] {
    display: none;
}
.mobile-selected-product:focus-visible {
    outline: 2px solid rgba(138, 90, 43, 0.38);
    outline-offset: 3px;
}
.mobile-selected-product__media {
    overflow: hidden;
    border-radius: 18px;
    border: 1px solid rgba(138, 90, 43, 0.14);
    background: #eadfce;
}
.mobile-selected-product__media img {
    width: 100%;
    aspect-ratio: 16 / 11;
    object-fit: cover;
}
.mobile-selected-product__body {
    display: grid;
    gap: 12px;
}
.mobile-selected-product__body .eyebrow,
.mobile-selected-product__body h3,
.mobile-selected-product__description {
    margin-bottom: 0;
}
.mobile-selected-product__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.mobile-selected-product__description {
    color: var(--muted);
}
.mobile-selected-product__footer {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
}
.product-card { overflow: hidden; }
.product-card--interactive {
    cursor: pointer;
    transition:
        transform 180ms ease,
        box-shadow 180ms ease,
        border-color 180ms ease;
}
.product-card--interactive:hover,
.product-card--interactive:focus-visible {
    transform: translateY(-3px);
    border-color: rgba(138, 90, 43, 0.34);
    box-shadow: 0 22px 44px rgba(31, 26, 23, 0.14);
}
.product-card__media {
    position: relative;
    overflow: hidden;
    background: #e8dfd2;
}
.product-card img {
    aspect-ratio: 16 / 11;
    object-fit: cover;
    width: 100%;
}
.product-card__image-badge {
    position: absolute;
    right: 8px;
    bottom: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 12px;
    border-radius: 14px;
    background: rgba(31, 26, 23, 0.92);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    line-height: 1.2;
    white-space: nowrap;
    box-shadow: 0 10px 22px rgba(0, 0, 0, 0.22);
    pointer-events: none;
    z-index: 2;
    max-width: calc(100% - 16px);
}
.product-card__body { padding: 20px; }
.product-card__meta,
.product-card__details,
.product-card__pricing {
    padding: 0;
    margin: 14px 0 0;
    list-style: none;
}
.product-card__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.product-card__meta li,
.product-card__pricing li {
    color: var(--muted);
}
.product-card__body > p {
    color: var(--muted);
    margin-bottom: 0;
}
.product-card__pricing li + li,
.product-card__details li + li {
    margin-top: 6px;
}
.product-card__details {
    color: var(--text);
}
.product-card__pricing {
    font-size: 14px;
}
.product-card__tag {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 10px;
    border-radius: 999px;
    background: #f4ede3;
    color: var(--accent-dark);
    font-size: 12px;
    font-weight: 700;
}
.product-card__tag--spotlight {
    background: linear-gradient(135deg, #f6d1a7, #fff1dc);
    color: #2d1b0d;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.6);
}
.product-card__highlight {
    margin-top: 12px;
    margin-bottom: 0;
    padding: 10px 12px;
    border-radius: 12px;
    background: rgba(138, 90, 43, 0.08);
    border: 1px solid rgba(138, 90, 43, 0.12);
    color: var(--accent-dark);
    font-size: 13px;
    font-weight: 700;
    line-height: 1.4;
}
.product-card__footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    margin-top: 18px;
}
.product-card__footer-copy {
    display: grid;
    gap: 4px;
}
.muted { color: var(--muted); }
.configurator-layout { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(300px, 380px); gap: 24px; align-items: start; }
.form-card { padding: 24px; }
.configurator-launcher {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 20px;
    align-items: center;
    padding: 24px;
}
.configurator-launcher__actions {
    display: flex;
    justify-content: flex-end;
}
.configurator-launcher h2,
.configurator-launcher p {
    margin-bottom: 0;
}
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; margin-bottom: 18px; }
.form-grid--address { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.form-grid--technical { margin-bottom: 18px; }
label span, legend { display: block; margin-bottom: 8px; font-weight: 700; }
input, select, textarea {
    width: 100%;
    border: 1px solid var(--border);
    border-radius: 14px;
    padding: 12px 14px;
    font: inherit;
    background: #fff;
}
.custom-length-field {
    display: grid;
    gap: 8px;
    margin: -4px 0 18px;
    padding: 16px;
    border: 1px solid rgba(138, 90, 43, 0.18);
    border-radius: 18px;
    background: linear-gradient(180deg, rgba(255,255,255,0.98), rgba(248,243,236,0.96));
}
.custom-length-field[hidden] {
    display: none;
}
.unit-switch {
    display: inline-grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    width: 100%;
}
.unit-switch__option {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0;
    border-radius: 14px;
    overflow: hidden;
}
.unit-switch__option input {
    position: absolute;
    inset: 0;
    opacity: 0;
    margin: 0;
    cursor: pointer;
}
.unit-switch__option span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 48px;
    padding: 0 14px;
    margin-bottom: 0;
    border: 1px solid var(--border);
    border-radius: 14px;
    background: #fff;
    color: var(--accent-dark);
    font-weight: 700;
    transition:
        border-color 160ms ease,
        background 160ms ease,
        box-shadow 160ms ease,
        color 160ms ease;
}
.unit-switch__option input:checked + span {
    border-color: rgba(138, 90, 43, 0.42);
    background: linear-gradient(180deg, rgba(246, 209, 167, 0.34), rgba(255, 241, 220, 0.78));
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.72);
    color: #2d1b0d;
}
.unit-switch__option input:focus-visible + span {
    outline: 2px solid rgba(138, 90, 43, 0.45);
    outline-offset: 2px;
}
.field-help,
.field-feedback {
    margin: 0;
    font-size: 13px;
}
.field-help {
    color: var(--muted);
}
.field-feedback {
    min-height: 1.3em;
    color: var(--muted);
}
.field-feedback--success {
    color: var(--success);
}
.field-feedback--error {
    color: var(--error);
}
.options-fieldset, .payment-fieldset {
    border: 1px solid var(--border);
    border-radius: 18px;
    padding: 18px;
    margin: 0 0 18px;
}
.feature-toggle {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 8px;
    padding: 12px 14px;
    border: 1px solid var(--border);
    border-radius: 16px;
    background: #f8f4ee;
}
.feature-toggle input {
    width: auto;
    margin: 0;
}
.feature-toggle span {
    display: inline;
    margin-bottom: 0;
    font-weight: 700;
}
.option-pill, .radio-pill {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 14px;
    border-radius: 999px;
    background: #f8f4ee;
    margin: 0 10px 10px 0;
}
.option-pill input, .radio-pill input { width: auto; margin: 0; }
.delivery-tools { display: flex; align-items: center; gap: 12px; margin-bottom: 18px; }
.summary-card { padding: 24px; position: sticky; top: 24px; }
.summary-card {
    border: 1px solid rgba(138, 90, 43, 0.18);
    background:
        linear-gradient(180deg, rgba(255,255,255,1), rgba(248,243,236,0.96));
}
.summary-card .section__heading h2 {
    color: var(--accent-dark);
}
.summary-product-preview {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 18px;
    padding: 10px 12px;
    border: 1px solid rgba(138, 90, 43, 0.14);
    border-radius: 16px;
    background: rgba(138, 90, 43, 0.05);
}
.summary-product-preview__thumb {
    flex: 0 0 auto;
    width: 56px;
    height: 56px;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid rgba(138, 90, 43, 0.14);
    background: #eadfce;
}
.summary-product-preview__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.summary-product-preview__content {
    display: grid;
    gap: 2px;
    min-width: 0;
}
.summary-product-preview__content strong {
    font-size: 14px;
}
.summary-product-preview__content span {
    font-size: 12px;
    color: var(--muted);
}
.summary-list { margin: 0; }
.summary-list div { display: flex; justify-content: space-between; gap: 16px; padding: 10px 0; border-bottom: 1px solid var(--border); }
.summary-list dt { font-weight: 700; }
.summary-list dd { margin: 0; text-align: right; }
.summary-list dd:empty::before {
    content: "-";
    color: var(--muted);
}
.summary-list dt .ui-icon {
    color: var(--accent);
}
.summary-list__total { font-size: 18px; }
.pricing-status {
    margin: 14px 0 0;
    padding: 12px 14px;
    border: 1px solid rgba(138, 90, 43, 0.14);
    border-radius: 14px;
    background: rgba(138, 90, 43, 0.08);
    color: var(--accent-dark);
}
.pricing-status[hidden],
.pricing-status:empty {
    display: none;
}
.pricing-status--quote {
    border-color: rgba(153, 56, 56, 0.18);
    background: rgba(153, 56, 56, 0.08);
    color: #742828;
}
.catalog-note {
    margin-top: 16px;
    padding: 14px 16px;
    border-radius: 14px;
    background: rgba(138, 90, 43, 0.08);
    border: 1px solid rgba(138, 90, 43, 0.14);
}
.section--intro {
    padding-top: 56px;
    padding-bottom: 16px;
}
.reassurance-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.reassurance-grid .card { padding: 22px; }
.reassurance-grid--intro {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}
.reassurance-card {
    position: relative;
    overflow: hidden;
}
.reassurance-card::after {
    content: "";
    position: absolute;
    top: 0;
    left: 22px;
    width: 64px;
    height: 4px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--accent), #c28d59);
}
.reassurance-card__badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 30px;
    padding: 0 10px;
    margin-bottom: 14px;
    border-radius: 999px;
    background: #f4ede3;
    color: var(--accent-dark);
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .08em;
}
.reassurance-card h3 {
    margin-bottom: 10px;
}
.reassurance-card p {
    margin-bottom: 0;
    color: var(--muted);
}
.faq-list {
    display: grid;
    gap: 16px;
}
.faq-item {
    overflow: hidden;
    border-radius: 20px;
}
.faq-item[open] {
    border-color: rgba(138, 90, 43, 0.26);
    box-shadow: 0 22px 44px rgba(31, 26, 23, 0.10);
}
.faq-item__summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 20px 24px;
    cursor: pointer;
    list-style: none;
    font-weight: 700;
}
.faq-item__summary::-webkit-details-marker {
    display: none;
}
.faq-item__summary::after {
    content: "+";
    flex: 0 0 auto;
    width: 32px;
    height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: #f4ede3;
    color: var(--accent-dark);
    font-size: 22px;
    line-height: 1;
}
.faq-item[open] .faq-item__summary::after {
    content: "−";
}
.faq-item__summary .icon-label {
    align-items: center;
    gap: 12px;
}
.faq-item__summary .ui-icon {
    width: 20px;
    height: 20px;
    color: var(--accent);
}
.faq-item__content {
    padding: 0 24px 22px;
    color: var(--muted);
}
.faq-item__content p {
    margin-bottom: 0;
}
.faq-item__content strong {
    color: var(--accent-dark);
}
.faq-item + .faq-item {
    margin-top: 0;
}
.faq-item:hover,
.faq-item:focus-within {
    border-color: rgba(138, 90, 43, 0.22);
}
.site-footer {
    position: relative;
    margin-top: 48px;
    padding: 32px 0 40px;
    background:
        linear-gradient(180deg, rgba(255,255,255,0) 0, rgba(34,24,20,0.08) 14px, rgba(34,24,20,1) 14px),
        linear-gradient(135deg, #2d201a, #1a120f);
    color: var(--footer-text);
    border-top: 1px solid rgba(95, 60, 27, 0.16);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.06);
    display: grid;
    gap: 18px;
}
.site-footer::before {
    content: "";
    position: absolute;
    top: 14px;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(240, 200, 155, 0.65), transparent);
}
.site-footer__content {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.9fr) minmax(220px, 0.8fr);
    gap: 24px;
    align-items: start;
}
.site-footer__brand {
    display: grid;
    gap: 8px;
    padding: 24px;
    border: 1px solid var(--footer-border);
    border-radius: 20px;
    background: var(--footer-surface);
}
.site-footer__contact,
.site-footer__nav {
    display: grid;
    gap: 12px;
    padding: 24px;
    border: 1px solid var(--footer-border);
    border-radius: 20px;
    background: var(--footer-surface);
}
.site-footer__heading {
    margin: 0;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: var(--footer-accent);
}
.site-footer__title {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    color: var(--footer-text);
}
.site-footer__baseline {
    margin: 0;
    color: var(--footer-muted);
}
.site-footer__description,
.site-footer__note,
.site-footer__bottom {
    margin: 0;
    color: var(--footer-muted);
}
.site-footer__contact-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--footer-text);
    text-decoration: none;
    font-size: 18px;
    font-weight: 700;
}
.site-footer__contact-link:hover,
.site-footer__contact-link:focus-visible {
    color: #fffaf5;
}
.site-footer__nav {
    align-content: start;
}
.site-footer__nav a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 42px;
    padding: 0 14px;
    border-radius: 999px;
    color: var(--footer-text);
    text-decoration: none;
    font-weight: 700;
    border: 1px solid var(--footer-border);
    background: rgba(255, 255, 255, 0.04);
}
.site-footer__nav a:hover,
.site-footer__nav a:focus-visible {
    background: rgba(240, 200, 155, 0.14);
    border-color: rgba(240, 200, 155, 0.45);
    color: #fffaf5;
}
.site-footer__bottom {
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 13px;
    border-top: 1px solid rgba(255,255,255,0.08);
}
.alert { padding: 14px 16px; border-radius: 14px; margin-bottom: 18px; }
.alert--success { background: rgba(47,125,75,0.12); border: 1px solid rgba(47,125,75,0.24); color: var(--success); }
.alert--error { background: rgba(180,63,63,0.12); border: 1px solid rgba(180,63,63,0.24); color: var(--error); }
.alert .icon-label {
    align-items: flex-start;
}
.button[disabled] {
    opacity: 0.65;
    cursor: not-allowed;
}

@keyframes sabatier-cta-shine {
    0%,
    100% {
        transform: translateX(-140%);
    }
    55% {
        transform: translateX(140%);
    }
}

@keyframes sabatier-mobile-hint-bounce {
    0%,
    100% {
        transform: translateY(0);
        opacity: 0.72;
    }
    50% {
        transform: translateY(-6px);
        opacity: 1;
    }
}

@media (max-width: 980px) {
    .hero__grid,
    .hero__metrics,
    .configurator-layout,
    .reassurance-grid,
    .configurator-launcher,
    .site-footer__content,
    .form-grid,
    .form-grid--address {
        grid-template-columns: 1fr;
        display: grid;
    }
    .summary-card { position: static; }
}
@media (max-width: 720px) {
    .section { padding: 56px 0; }
    .hero { padding-top: 72px; }
    .hero__slide img {
        object-position: center center;
    }
    .product-card__footer, .delivery-tools { flex-direction: column; align-items: stretch; }
    .hero__actions {
        flex-direction: column;
        align-items: stretch;
    }
    .site-footer__nav {
        justify-items: stretch;
    }
    .cards-grid {
        display: none;
    }
    .mobile-catalog {
        display: block;
    }
    .mobile-catalog__hint {
        display: inline-flex;
    }
    .mobile-catalog__empty-state {
        display: flex;
    }
    .mobile-catalog__rail {
        overflow-x: auto;
        padding-bottom: 8px;
        margin: 0;
        padding-left: 2px;
        padding-right: 2px;
        -webkit-overflow-scrolling: touch;
        overscroll-behavior-x: contain;
        overscroll-behavior-inline: contain;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }
    .mobile-catalog__rail::-webkit-scrollbar {
        display: none;
    }
    .mobile-catalog__item {
        flex-basis: 212px;
        border-radius: 20px;
        touch-action: manipulation;
    }
    .mobile-catalog__item:active {
        transform: none;
    }
    .mobile-catalog__thumb,
    .mobile-catalog__thumb img {
        touch-action: auto;
    }
    .mobile-catalog__thumb img {
        aspect-ratio: 4 / 3;
    }
    .mobile-catalog__content {
        padding: 0 14px 16px;
    }
    .mobile-catalog__name {
        font-size: 15px;
    }
    .mobile-catalog__price {
        font-size: 13px;
    }
    .mobile-catalog__empty-state {
        padding: 16px;
    }
    .mobile-catalog__empty-text {
        font-size: 13px;
    }
    .site-footer__nav a { justify-content: center; }
    .hero__metric {
        padding: 16px;
    }
    .button--hero-catalogue {
        width: 100%;
    }
    .button--phone-cta {
        width: 100%;
    }
    .faq-item__summary,
    .faq-item__content {
        padding-left: 18px;
        padding-right: 18px;
    }

    .hero__kicker,
    .hero__trust li,
    .product-card__image-badge {
        max-width: 100%;
    }
}

@media (prefers-reduced-motion: reduce) {
    .mobile-catalog__empty-arrow {
        animation: none;
    }
}