.construction-page {
    min-height:100svh; position:relative; display:grid; place-items:center; padding:140px 0 80px; overflow:hidden;
}
.construction-page__background {
    position:absolute; inset:0; z-index:-2;
    background:
        linear-gradient(rgba(0,0,0,.75),rgba(0,0,0,.92)),
        url("../images/hero/hero-terres-cathares.jpg") center/cover;
}
.construction-card {
    max-width:820px; padding:64px; text-align:center; border:1px solid var(--line);
    background:rgba(10,10,10,.82); backdrop-filter:blur(14px); box-shadow:var(--shadow);
}
.construction-card img { margin:0 auto 20px; }
.construction-card h1 { margin:0; font:clamp(2.4rem,7vw,5.4rem)/1 Georgia,serif; }
.construction-card > p:not(.eyebrow) { max-width:650px; margin:24px auto 0; color:#c8c8c8; }
@media(max-width:620px){ .construction-card{padding:38px 22px;} }
