/* AG2G: mineral anthracite, glass turquoise, architectural rules, existing type. */
.page-volets { background: var(--header-blue); }
.vr-wrap { width: min(1200px, calc(100% - 3rem)); margin-inline: auto; }
.page-volets h1 { max-width: 800px; font-size: clamp(2rem, 3.4vw, 3.6rem); font-weight: 500; line-height: 1.06; letter-spacing: -.035em; }
.page-volets h2 { max-width: 900px; font-size: clamp(1.7rem, 2.7vw, 2.7rem); line-height: 1.12; font-weight: 500; letter-spacing: -.025em; }
.page-volets h3 { font-size: 1.25rem; line-height: 1.25; font-weight: 500; margin: 0 0 .8rem; }
.page-volets p { line-height: 1.6; }
.page-volets main p:not(.section-label):not(.vr-price):not(.vr-price-label):not(.vr-caption):not(.required-note) {
    hyphens: none;
    overflow-wrap: break-word;
    text-align: justify;
    text-align-last: left;
    text-justify: inter-word;
}
.page-volets .section-label { font-size: .75rem; letter-spacing: .13em; margin-bottom: 1rem; }
.page-volets .accent-line { display: block; width: 3rem; height: 3px; background: var(--turquoise); margin-bottom: 1.2rem; }
.vr-hero { padding-block: 1.4rem 3rem; }
.vr-hero .service-breadcrumb { margin: 0 0 2.3rem; }
.vr-hero-grid { display: grid; grid-template-columns: 1.65fr 1fr; gap: 4rem; align-items: center; }
.vr-intro { max-width: 640px; font-size: 1.13rem; margin-top: 1.25rem; }
.vr-start { display: flex; flex-wrap: wrap; align-items: baseline; gap: .25rem .5rem; margin-top: 1.2rem; }
.vr-start strong { font-size: 1.3rem; font-weight: 500; }
.vr-start a { font-size: .8rem; text-decoration: underline; text-underline-offset: 3px; }
.vr-actions { display: flex; flex-wrap: wrap; gap: .7rem; margin-block: 1.4rem .75rem; }
.vr-button { display: inline-flex; min-height: 54px; align-items: center; justify-content: space-between; gap: 1.1rem; padding: .85rem 1.1rem; border: 2px solid var(--turquoise); border-radius: 0; font: inherit; font-weight: 500; cursor: pointer; text-align: left; transition: background-color 150ms; }
.vr-button--call { color: var(--anthracite); background: var(--turquoise); }
.vr-button--call span { font-size: .85rem; }
.vr-button--outline { color: var(--anthracite); background: transparent; }
.vr-button:hover { background: var(--anthracite); border-color: var(--anthracite); color: var(--white); }
.vr-caption { font-size: .85rem; margin-top: .6rem; }
.vr-first { padding: 2.3rem; background: var(--ice); color: var(--anthracite); border-top: 3px solid var(--turquoise); }
.vr-number { display: block; font-size: .75rem; letter-spacing: .14em; color: var(--turquoise); }
.vr-first__eyebrow { color: var(--turquoise); font-family: var(--font-display); font-size: .95rem; font-weight: 650; letter-spacing: .04em; text-transform: uppercase; }
.vr-first h2 { margin-block: 1.5rem 0; }
.vr-first__advice { margin-top: 1.25rem; font-size: .98rem; line-height: 1.6; }
.vr-first__checks { display: grid; gap: .75rem; margin: 1.4rem 0 0; padding: 0; list-style: none; }
.vr-first__checks li { position: relative; padding-left: 1.35rem; font-size: .94rem; line-height: 1.45; }
.vr-first__checks li::before { content: ''; position: absolute; top: .55em; left: 0; width: .42rem; height: .42rem; background: var(--turquoise); transform: rotate(45deg); }
.vr-first a { display: inline-flex; align-items: center; gap: .4rem; margin-top: 1.65rem; font-size: .9rem; text-decoration: underline; text-underline-offset: .25rem; }
.vr-prices { padding-block: 2.8rem; border-top: 1px solid var(--pearl); }
.vr-price-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.5rem; margin-top: 2rem; }
.vr-price-grid article { display: flex; flex-direction: column; padding: 1.6rem; background: var(--white); border: 1px solid var(--pearl); border-top: 3px solid var(--turquoise); }
.vr-price-grid h3 { min-height: 3rem; margin-top: .6rem; }
.vr-price-label { font-size: .8rem; }
.vr-price { color: var(--turquoise); font-size: 3.3rem; font-weight: 400; letter-spacing: -.04em; margin-bottom: .7rem; }
.vr-price small { display: block; font-size: .8rem; line-height: 1; letter-spacing: 0; }
.vr-price-grid article > p:not(.vr-price):not(.vr-price-label) { font-size: .95rem; }
.vr-conditions { display: grid; grid-template-columns: 1fr 1.7fr; gap: 2rem; margin-top: 1.2rem; font-size: .85rem; }
.vr-conditions a, .vr-section p a, .vr-form p a, .vr-proof p a, .vr-notice a { text-decoration: underline; text-underline-offset: 3px; }
.vr-section { padding-block: 4rem; }
.vr-columns { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0; margin-top: 2rem; }
.vr-columns article:first-child { padding-right: 3rem; }
.vr-columns article + article { padding-left: 3rem; border-left: 1px solid var(--pearl); }
.vr-columns p + p, .vr-proof p + p, .vr-area p + p { margin-top: 1rem; }
.vr-dark { background: var(--anthracite); color: white; }
.vr-dark .section-label { color: var(--turquoise); }
.vr-section-intro { margin-top: 1.5rem; max-width: 680px; }
.vr-symptoms { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0 3rem; margin-top: 2.4rem; }
.vr-symptoms article { display: flex; gap: 1.2rem; border-top: 1px solid #ffffff45; padding: 1.7rem 0; }
.vr-symptoms .vr-number { padding-top: .3rem; }
.vr-symptoms h3 { font-size: 1.35rem; }
.vr-next { color: var(--turquoise); margin-top: .7rem; }
.vr-dark .vr-button--outline { color: white; border-color: var(--pearl); }
.vr-dark .vr-button--outline:hover { background: var(--ice); color: var(--anthracite); }
.vr-parts { margin-block: 2.5rem 1.5rem; }
.vr-parts article { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.4fr); align-items: start; gap: 3rem; padding: 1.65rem 0; border-top: 1px solid var(--pearl); }
.vr-parts article:last-child { border-bottom: 1px solid var(--pearl); }
.vr-parts h3 { margin: 0; padding-left: 1.2rem; border-left: 3px solid var(--turquoise); }
.vr-parts p { max-width: 68ch; margin: 0; }
.vr-parts-note { max-width: 78ch; margin-top: 1.5rem; }
.vr-process { background: var(--white); }
.vr-process__heading { max-width: 58rem; }
.vr-process__heading h2 { margin-top: 2rem; font-size: clamp(2rem, 8.2vw, 3.5rem); line-height: 1.04; }
.vr-process__heading .accent-line { margin-top: 1.25rem; }
.vr-steps { display: grid; grid-template-columns: minmax(0, 1fr); margin: 2.5rem 0 0; padding: 0; list-style: none; }
.vr-steps li { min-width: 0; padding: 1.75rem 0 1.9rem; border-top: 1px solid var(--pearl); }
.vr-step__number { display: block; color: var(--turquoise); font-family: var(--font-display); font-size: 2.5rem; font-weight: 500; letter-spacing: -.05em; line-height: 1; }
.vr-steps h3 { max-width: 27ch; margin: .8rem 0 0; font-size: 1.45rem; line-height: 1.15; }
.vr-steps p { max-width: 54ch; margin-top: .7rem; line-height: 1.62; }
.vr-proof { display: grid; grid-template-columns: 1.2fr 1fr; gap: 4rem; align-items: center; }
.vr-proof h2 { margin-bottom: 1.5rem; }
.vr-proof img { width: 100%; height: auto; aspect-ratio: 1; object-fit: cover; object-position: center 42%; }
.vr-proof figcaption { font-size: .8rem; margin-top: .6rem; }
.vr-text-link { display: inline-block; margin-top: 1.5rem; padding-bottom: .3rem; border-bottom: 1px solid var(--anthracite); }
.vr-area { background: var(--white); }
.vr-area h2 { margin-bottom: 1.5rem; }
.vr-faq h2 { margin-bottom: 2rem; }
.vr-contact { padding-block: 4rem; background: var(--header-blue); border-top: 1px solid var(--pearl); scroll-margin-top: 6rem; }
.vr-contact-grid { display: grid; grid-template-columns: .85fr 1.3fr; gap: 4rem; }
.vr-contact h2 { margin-bottom: 1.5rem; }
.vr-contact-grid > div:first-child > p { margin-block: 1rem; }
 .vr-consent { display: flex; gap: .8rem; align-items: flex-start; cursor: pointer; }
.vr-consent input { flex: 0 0 20px; width: 20px; height: 20px; margin: .12rem 0 0; accent-color: var(--turquoise); }
.vr-error { color: #922a24; }
.vr-form [aria-invalid=true] { border: 2px solid #922a24; }
.vr-notice { background: white; border-left: 4px solid var(--anthracite); padding: 1.25rem; margin-bottom: 1.5rem; }
.vr-honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.vr-mobile-bar { display: none; }
@media (max-width: 1000px) {
    .vr-hero-grid { gap: 2rem; grid-template-columns: 1.6fr 1fr; }
    .vr-first { padding: 1.5rem; }
    .vr-proof, .vr-contact-grid { gap: 2rem; }
}
@media (max-width: 767px) {
    .page-volets { padding-bottom: calc(78px + env(safe-area-inset-bottom)); }
    .vr-wrap { width: calc(100% - 2.5rem); }
    .vr-hero { padding-block: .8rem 1.8rem; }
    .vr-hero .service-breadcrumb { margin-bottom: 1.2rem; font-size: .72rem; }
    .vr-hero-grid { display: block; }
    .page-volets h1 { font-size: clamp(1.75rem, 6.9vw, 2.6rem); line-height: 1.06; }
    .page-volets .section-label { font-size: .65rem; margin-bottom: .65rem; }
    .page-volets .accent-line { margin-bottom: .8rem; }
    .vr-intro { font-size: 1rem; margin-top: 1rem; line-height: 1.45 !important; }
    .vr-start { margin-top: .8rem; font-size: .85rem; }
    .vr-start strong { font-size: 1.1rem; }
    .vr-actions { gap: .55rem; margin-top: 1rem; }
    .vr-actions .vr-button { width: 100%; }
    .vr-button { min-height: 48px; padding: .7rem 1rem; }
    .vr-first { display: none; }
    .vr-price-grid, .vr-conditions, .vr-columns, .vr-symptoms, .vr-proof, .vr-contact-grid { grid-template-columns: 1fr; }
    .vr-prices { padding-block: 2rem; }
    .vr-price-grid { gap: 1.1rem; margin-top: 1.4rem; }
    .vr-price-grid article { padding: 1.3rem; }
    .vr-price-grid h3 { min-height: 0; }
    .vr-price { font-size: 2.8rem; margin: 1rem 0; }
    .vr-price-grid article > p:not(.vr-price):not(.vr-price-label) { clear: both; }
    .vr-conditions { gap: .7rem; }
    .vr-section { padding-block: 2.6rem; }
    .vr-columns { gap: 0; }
    .vr-columns article:first-child { padding-right: 0; padding-bottom: 1.5rem; }
    .vr-columns article + article { padding-left: 0; padding-top: 1.5rem; border-left: 0; border-top: 1px solid var(--pearl); }
    .vr-symptoms { margin-top: 1.8rem; }
    .vr-parts article { grid-template-columns: minmax(0, 1fr); gap: .8rem; padding: 1.4rem 0; }
    .vr-parts h3 { font-size: 1.15rem; }
    .vr-parts p { padding-left: 1.2rem; font-size: .95rem; }
    .vr-contact { padding-block: 2.6rem; }
    .vr-fields { grid-template-columns: 1fr; gap: 1.25rem; }
    .vr-mobile-bar { position: fixed; z-index: 90; inset: auto 0 0; display: grid; grid-template-columns: 1fr 1fr; gap: .5rem; padding: .55rem .75rem calc(.55rem + env(safe-area-inset-bottom)); background: var(--header-blue); border-top: 2px solid var(--turquoise); box-shadow: 0 -3px 12px #2f373a12; }
    .vr-mobile-bar a { display: flex; flex-wrap: wrap; align-content: center; justify-content: center; gap: .15rem .4rem; min-height: 52px; padding: .4rem; color: var(--anthracite); background: var(--turquoise); font-size: .9rem; font-weight: 500; }
    .vr-mobile-bar a:first-child span { display: block; width: 100%; text-align: center; font-size: .75rem; }
    .vr-mobile-bar a:last-child { background: transparent; border: 1px solid var(--turquoise); }
    /* Hide the fixed bar while completing the form or using navigation, even without JS. */
    .page-volets:has(.vr-form:focus-within) .vr-mobile-bar, .page-volets.nav-open .vr-mobile-bar { display: none; }
    html { scroll-padding-bottom: 100px; }
    .vr-form input, .vr-form select, .vr-form textarea, .vr-form button, .vr-faq summary { scroll-margin-block: 6rem; }
}
@media (max-width: 359px) { .vr-wrap { width: calc(100% - 2rem); } }
@media (prefers-reduced-motion: reduce) { .page-volets *, .page-volets *::before { transition: none !important; animation: none !important; } html { scroll-behavior: auto; } }
/* Shared breadcrumb normally sits on dark service heroes. */
.page-volets .service-breadcrumb, .page-volets .service-breadcrumb [aria-current=page], .page-volets .service-breadcrumb a:hover, .page-volets .service-breadcrumb a:focus-visible { color: var(--anthracite); }
.page-volets .service-breadcrumb li:not(:last-child)::after { content: '›'; background: none; transform: none; width: auto; height: auto; margin-inline: .5rem; }
.page-volets .section-label { color: var(--anthracite); }
.page-volets .vr-dark .section-label { color: var(--turquoise); }
@media (max-width: 359px) {
    .vr-hero .service-breadcrumb { margin-bottom: .75rem; }
    .vr-hero .section-label { margin-bottom: .4rem; }
    .vr-hero .accent-line { margin-bottom: .5rem; }
    .vr-intro { margin-top: .7rem; }
    .vr-hero .vr-actions { margin-top: .7rem; }
}
.page-volets .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; }
/* Immediate anchor movement keeps the short form stable with the mobile keyboard. */
html:has(.page-volets) { scroll-behavior: auto; }

.page-volets h3 { text-transform: uppercase; letter-spacing: -.025em; }
.page-volets .section-label { color: var(--turquoise); font-size: .85rem; font-weight: 600; letter-spacing: -.02em; }
.page-volets .vr-dark .section-label, .page-volets .vr-contact-info .section-label { color: var(--turquoise); }
.vr-price-cta { margin-top: auto; align-self: flex-start; line-height: 1.3; text-align: center; }
.vr-price-grid article > p:not(.vr-price):not(.vr-price-label) { margin-bottom: 1.5rem; }
.vr-faq { background: var(--white); }
.vr-faq .faq-item:last-child { border-bottom: 1px solid var(--pearl); }
.vr-contact { padding-block: 0; background: var(--white); }
.vr-contact-grid { gap: 0; grid-template-columns: minmax(0, 40%) minmax(0, 60%); }
.vr-contact-info { padding: 4rem clamp(1.5rem, 5vw, 5rem); color: var(--white); background: var(--anthracite); }
.vr-contact-panel { min-width: 0; padding: 3rem clamp(1.5rem, 5vw, 5rem); background: var(--white); }
.vr-contact .vr-consent { font-size: .9rem; line-height: 1.45; }
.contact-scope .contact-form { margin-top: 0; }
@media (max-width: 767px) {
    .vr-contact-grid { grid-template-columns: 1fr; }
    .vr-contact-info, .vr-contact-panel { padding: 2.5rem 1.25rem; }
    .vr-price-cta { width: 100%; }
    .page-volets .section-label { font-size: .75rem; }
}

/* Same numbered accordion as the Dépannage service page. */
.page-volets .faq-item {
    position: relative;
    border-top: 1px solid var(--pearl);
    transition: background-color 220ms ease, box-shadow 220ms ease;
}

.page-volets .faq-item.is-open {
    background: var(--ice);
    box-shadow: inset 3px 0 0 var(--turquoise);
}

.page-volets .faq-item h3 {
    margin: 0;
    font: inherit;
}

.page-volets .faq-item button {
    display: grid;
    width: 100%;
    min-height: 5.5rem;
    grid-template-columns: 2.75rem minmax(0, 1fr) 2.75rem;
    align-items: center;
    gap: 0.35rem 1rem;
    padding: 1.35rem 1rem;
    color: var(--anthracite);
    background: transparent;
    border: 0;
    cursor: pointer;
    font-family: var(--font-display);
    font-size: 1.05rem;
    font-weight: 600;
    line-height: 1.25;
    text-align: left;
    transition: color 220ms ease;
}

.page-volets .faq-item button:hover {
    color: #3e6265;
}

.page-volets .faq-item button:focus-visible {
    position: relative;
    z-index: 2;
    outline: 2px solid var(--turquoise);
    outline-offset: -2px;
    box-shadow: none;
}

.page-volets .faq-item__number {
    align-self: start;
    padding-top: 0.08em;
    color: var(--turquoise);
    font-size: 0.82rem;
    font-weight: 600;
    letter-spacing: 0.02em;
}

.page-volets .faq-item__question {
    hyphens: none;
    overflow-wrap: break-word;
    text-wrap: pretty;
    text-transform: uppercase;
    word-break: normal;
}

.page-volets .faq-item__action {
    display: grid;
    width: 2.5rem;
    height: 2.5rem;
    grid-column: 3;
    grid-row: 1;
    place-items: center;
    justify-self: end;
    border: 1px solid var(--turquoise);
    background: transparent;
    transition: background-color 220ms ease;
}

.page-volets .faq-item__action img {
    width: 1.15rem;
    height: 1.15rem;
    transition: transform 300ms cubic-bezier(0.22, 1, 0.36, 1);
}

.page-volets .faq-item button:hover .faq-item__action,
.page-volets .faq-item button:focus-visible .faq-item__action {
    background: var(--turquoise);
}

.page-volets .faq-item button[aria-expanded="true"] .faq-item__action img {
    transform: rotate(180deg);
}

.page-volets .faq-item__panel {
    padding: 0 1.25rem 2rem 4.75rem;
}

.page-volets .faq-item__panel[hidden] {
    display: none;
}

.page-volets .faq-item__panel p {
    max-width: 68ch;
    line-height: 1.65;
}

@media (min-width: 48rem) {
    .page-volets .faq-item button { grid-template-columns: 3.25rem minmax(0, 1fr) 3rem; gap: 1.5rem; padding: 1.65rem 1.5rem; font-size: 1.15rem; }
    .page-volets .faq-item__panel { padding: 0 10% 2.5rem 6.25rem; }
}

/* The opening service container is dark; the shared header retains its light theme. */
.vr-hero { background: var(--anthracite); color: var(--white); }
.page-volets .vr-hero .section-label { color: var(--turquoise); }
.page-volets .vr-hero .service-breadcrumb,
.page-volets .vr-hero .service-breadcrumb [aria-current=page] { color: var(--white); }
.page-volets .vr-hero .service-breadcrumb a:hover,
.page-volets .vr-hero .service-breadcrumb a:focus-visible { color: var(--turquoise); }
.vr-hero .vr-button--outline { color: var(--white); }
.vr-hero .vr-button:hover { background: var(--ice); border-color: var(--ice); color: var(--anthracite); }

/* Same numbered two-column rhythm as Rénovation > Signaux à observer. */
@media (min-width: 48rem) {
    .vr-steps { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .vr-steps li { padding-right: 3rem; }
    .vr-steps li:nth-child(even) { padding-right: 0; padding-left: 3rem; border-left: 1px solid var(--pearl); }
}
@media (min-width: 68.75rem) {
    .vr-steps li:nth-child(odd) { padding-right: 4vw; }
    .vr-steps li:nth-child(even) { padding-left: 4vw; }
}

/* Section headings follow the existing Rénovation page. */
.page-volets main h2 { font-size: clamp(2rem, 8.2vw, 3.5rem); line-height: 1.04; letter-spacing: -.035em; }
.page-volets main .section-label { color: var(--turquoise); font-size: clamp(.95rem, 1.2vw, 1.2rem); font-weight: 600; letter-spacing: -.02em; line-height: 1.15; }
.page-volets main .section-label + .accent-line { margin-top: 1.25rem; margin-bottom: 0; }
.page-volets main .section-label + .accent-line + h2 { margin-top: 2rem; }
/* The hero keeps its compact spacing so both contact actions remain above the fold. */
.page-volets .vr-hero .section-label { font-size: .95rem; }
.page-volets .vr-hero .section-label + .accent-line { margin-top: .8rem; }
.page-volets .vr-hero h1 { margin-top: .8rem; }
@media (max-width: 767px) {
    .page-volets main .section-label { font-size: .95rem; }
    .page-volets .vr-hero .section-label + .accent-line { margin-top: .65rem; }
    .page-volets main .section-label + .accent-line + h2 { margin-top: 1.4rem; }
}
.page-volets main .vr-first h2 { font-size: clamp(1.55rem, 2vw, 1.9rem); line-height: 1.12; }
