:root {
    --black: #050505;
    --black-2: #111111;
    --graphite: #202124;
    --graphite-2: #34363a;
    --orange: #f15a00;
    --orange-2: #ff7a18;
    --orange-soft: #fff1e8;
    --grey: #5f6368;
    --grey-2: #8a8d92;
    --line: #e7e2dc;
    --paper: #ffffff;
    --soft: #f7f4f0;
    --soft-2: #eee9e3;
    --shadow: 0 28px 80px rgba(5, 5, 5, .15);
    --shadow-soft: 0 18px 45px rgba(5, 5, 5, .08);
    --radius-xl: 36px;
    --radius-lg: 26px;
    --radius-md: 18px;
    --container: 1160px;
}

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

html,
body {
    width: 100%;
    max-width: 100%;
    margin: 0;
    overflow-x: hidden;
}

html {
    scroll-behavior: smooth;
    background: var(--soft);
}

body {
    position: relative;
    isolation: isolate;
    min-height: 100vh;
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
    color: var(--black);
    line-height: 1.55;
    background: var(--soft);
}

body::before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: -3;
    pointer-events: none;
    background-image: url("images/background-mistral-toiture.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

body::after {
    content: "";
    position: fixed;
    inset: 0;
    z-index: -2;
    pointer-events: none;
    background:
        linear-gradient(180deg, rgba(247, 244, 240, .90), rgba(247, 244, 240, .82) 42%, rgba(238, 233, 227, .94)),
        radial-gradient(circle at 8% 10%, rgba(241, 90, 0, .16), transparent 30rem),
        radial-gradient(circle at 88% 18%, rgba(5, 5, 5, .13), transparent 34rem),
        radial-gradient(circle at 72% 92%, rgba(241, 90, 0, .12), transparent 28rem);
}

a {
    color: inherit;
    text-decoration: none;
}

img {
    display: block;
    max-width: 100%;
    height: auto;
}

iframe,
video,
canvas,
table {
    max-width: 100%;
}

button,
a,
input,
textarea {
    -webkit-tap-highlight-color: transparent;
}

header,
nav,
.menu,
.Menu,
#menu,
#Menu,
.Menu2,
#Menu2 {
    max-width: 100%;
}

.mistral-page {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
}

.mt-container {
    width: min(var(--container), calc(100% - 40px));
    margin-inline: auto;
}

/* =========================
   HERO
========================= */

.mt-hero {
    position: relative;
    padding: clamp(34px, 6vw, 90px) 0 clamp(46px, 7vw, 104px);
}

.mt-hero::before {
    content: "";
    position: absolute;
    top: 8%;
    right: -120px;
    width: min(44vw, 560px);
    height: min(44vw, 560px);
    border-radius: 50%;
    background: rgba(241, 90, 0, .15);
    filter: blur(2px);
    z-index: -1;
}

.mt-hero::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 18px;
    width: 36vw;
    max-width: 520px;
    height: 8px;
    background: linear-gradient(90deg, var(--orange), transparent);
    opacity: .75;
}

.mt-hero__layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(330px, .88fr);
    align-items: center;
    gap: clamp(30px, 5vw, 80px);
}

.mt-logo-panel {
    width: min(430px, 100%);
    margin-bottom: 30px;
    padding: 18px 22px;
    border: 1px solid rgba(231, 226, 220, .96);
    border-radius: 24px;
    background: rgba(255, 255, 255, .92);
    box-shadow: var(--shadow-soft);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
}

.mt-logo-panel img {
    width: 100%;
}

.mt-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    max-width: 100%;
    margin: 0 0 14px;
    color: var(--orange);
    font-size: .76rem;
    font-weight: 950;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.mt-kicker::before {
    content: "";
    width: 36px;
    height: 2px;
    background: currentColor;
}

.mt-kicker--light {
    color: #ffd2b7;
}

h1,
h2,
h3,
p {
    overflow-wrap: anywhere;
}

h1,
h2,
h3 {
    margin: 0;
    line-height: .98;
    letter-spacing: -.045em;
}

h1 {
    max-width: 820px;
    color: var(--black);
    font-size: clamp(2.55rem, 7.3vw, 5.9rem);
}

h2 {
    color: var(--black);
    font-size: clamp(2rem, 4.8vw, 4.25rem);
}

h3 {
    color: var(--black);
    font-size: clamp(1.24rem, 2vw, 1.72rem);
}

.mt-hero__text {
    max-width: 650px;
    margin: 24px 0 0;
    color: var(--grey);
    font-size: clamp(1rem, 2vw, 1.24rem);
}

.mt-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 32px;
}

.mt-btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    min-height: 54px;
    padding: 14px 22px;
    border-radius: 999px;
    font-weight: 950;
    text-align: center;
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.mt-btn:hover {
    transform: translateY(-2px);
}

.mt-btn--primary {
    color: var(--paper);
    background: linear-gradient(135deg, var(--orange), var(--orange-2));
    box-shadow: 0 18px 42px rgba(241, 90, 0, .28);
}

.mt-btn--secondary {
    color: var(--black);
    border: 1px solid rgba(5, 5, 5, .12);
    background: rgba(255, 255, 255, .82);
}

.mt-hero__badges {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 28px;
}

.mt-hero__badges span {
    display: inline-flex;
    align-items: center;
    padding: 9px 13px;
    border: 1px solid rgba(231, 226, 220, .95);
    border-radius: 999px;
    color: var(--graphite);
    background: rgba(255, 255, 255, .78);
    font-size: .92rem;
    font-weight: 850;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.mt-hero__badges span::before {
    content: "";
    width: 7px;
    height: 7px;
    margin-right: 8px;
    border-radius: 50%;
    background: var(--orange);
}

.mt-hero__visual {
    position: relative;
}

.mt-image-frame {
    overflow: hidden;
    border: 10px solid rgba(255, 255, 255, .94);
    background: var(--paper);
    box-shadow: var(--shadow);
}

.mt-image-frame--hero {
    border-radius: 42px 42px 42px 8px;
    transform: rotate(-1.8deg);
}

.mt-image-frame img {
    width: 100%;
    aspect-ratio: 4 / 5;
    object-fit: cover;
}

.mt-location-card {
    position: absolute;
    left: -28px;
    bottom: 36px;
    width: min(360px, calc(100% - 20px));
    padding: 20px 22px;
    border: 1px solid rgba(255, 255, 255, .20);
    border-radius: 8px 28px 28px 28px;
    color: var(--paper);
    background:
        linear-gradient(135deg, rgba(5, 5, 5, .98), rgba(32, 33, 36, .96)),
        var(--black);
    box-shadow: 0 26px 58px rgba(5, 5, 5, .26);
}

.mt-location-card::before {
    content: "";
    display: block;
    width: 74px;
    height: 4px;
    margin-bottom: 12px;
    border-radius: 999px;
    background: var(--orange);
}

.mt-location-card strong,
.mt-location-card span {
    display: block;
}

.mt-location-card strong {
    font-size: 1.18rem;
}

.mt-location-card span {
    margin-top: 4px;
    color: rgba(255, 255, 255, .76);
}

/* =========================
   INFO STRIP
========================= */

.mt-info-strip {
    position: relative;
    z-index: 2;
    margin-top: -28px;
}

.mt-info-strip__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    overflow: hidden;
    border: 1px solid rgba(231, 226, 220, .96);
    border-radius: var(--radius-xl);
    background: rgba(255, 255, 255, .94);
    box-shadow: 0 22px 60px rgba(5, 5, 5, .10);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
}

.mt-info-strip article {
    padding: clamp(20px, 3vw, 30px);
}

.mt-info-strip article + article {
    border-left: 1px solid rgba(231, 226, 220, .92);
}

.mt-info-strip span {
    display: block;
    margin-bottom: 8px;
    color: var(--orange);
    font-size: .74rem;
    font-weight: 950;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.mt-info-strip strong {
    display: block;
    color: var(--black);
    font-size: .98rem;
}

/* =========================
   SECTIONS
========================= */

.mt-section {
    padding: clamp(62px, 9vw, 116px) 0;
}

.mt-section-heading {
    display: grid;
    grid-template-columns: minmax(0, .92fr) minmax(270px, .56fr);
    align-items: end;
    gap: 28px;
    margin-bottom: 32px;
}

.mt-section-heading .mt-kicker {
    grid-column: 1 / -1;
    margin-bottom: -10px;
}

.mt-section-heading p {
    margin: 0;
    color: var(--grey);
    font-size: 1.06rem;
}

.mt-section--intro {
    padding-bottom: clamp(46px, 7vw, 84px);
}

.mt-intro-grid {
    display: grid;
    grid-template-columns: minmax(0, .8fr) minmax(0, 1.25fr);
    align-items: start;
    gap: clamp(30px, 5vw, 74px);
}

.mt-intro-title {
    position: sticky;
    top: 24px;
}

.mt-intro-cards {
    display: grid;
    gap: 14px;
}

.mt-intro-cards article {
    position: relative;
    overflow: hidden;
    padding: clamp(22px, 4vw, 34px);
    border: 1px solid rgba(231, 226, 220, .96);
    border-radius: var(--radius-lg);
    background: rgba(255, 255, 255, .88);
    box-shadow: var(--shadow-soft);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
}

.mt-intro-cards article::after {
    content: "";
    position: absolute;
    right: -60px;
    top: -60px;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    background: rgba(241, 90, 0, .09);
}

.mt-intro-cards span {
    display: inline-flex;
    margin-bottom: 22px;
    color: var(--orange);
    font-weight: 950;
    letter-spacing: -.05em;
    font-size: 2.1rem;
}

.mt-intro-cards p,
.mt-service-card p,
.mt-feature__content p,
.mt-steps p,
.mt-contact p,
.mt-gallery span,
.mt-zone__content p {
    color: var(--grey);
}

/* =========================
   ZONE
========================= */

.mt-zone {
    position: relative;
    padding: clamp(52px, 8vw, 100px) 0;
}

.mt-zone::before {
    content: "";
    position: absolute;
    left: max(-16vw, -170px);
    top: 12%;
    width: min(36vw, 450px);
    height: min(36vw, 450px);
    border-radius: 50%;
    background: rgba(5, 5, 5, .09);
    z-index: -1;
}

.mt-zone__card {
    display: grid;
    grid-template-columns: minmax(0, .85fr) minmax(330px, 1fr);
    align-items: center;
    gap: clamp(28px, 5vw, 72px);
    padding: clamp(24px, 5vw, 58px);
    border: 1px solid rgba(231, 226, 220, .96);
    border-radius: var(--radius-xl);
    background: rgba(255, 255, 255, .90);
    box-shadow: var(--shadow);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
}

.mt-zone__content p {
    max-width: 640px;
    margin: 22px 0 0;
    font-size: 1.06rem;
}

.mt-departments {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 28px;
}

.mt-departments span {
    display: inline-flex;
    align-items: center;
    padding: 9px 12px;
    border: 1px solid rgba(241, 90, 0, .24);
    border-radius: 999px;
    color: var(--black);
    background: rgba(255, 255, 255, .80);
    font-size: .9rem;
    font-weight: 850;
}

.mt-departments span:first-child,
.mt-departments span:nth-child(2) {
    color: var(--paper);
    border-color: transparent;
    background: linear-gradient(135deg, var(--black), var(--graphite));
}

.mt-map {
    position: relative;
    overflow: hidden;
    min-height: 420px;
    border: 10px solid rgba(255, 255, 255, .94);
    border-radius: 30px;
    background: var(--paper);
    box-shadow: 0 26px 60px rgba(5, 5, 5, .22);
}

.mt-map iframe {
    display: block;
    width: 100%;
    height: 420px;
    border: 0;
}

.mt-map__badge {
    position: absolute;
    right: 18px;
    top: 18px;
    display: grid;
    gap: 3px;
    min-width: 136px;
    padding: 15px 17px;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 20px;
    color: var(--paper);
    background: linear-gradient(135deg, rgba(241, 90, 0, .98), rgba(255, 122, 24, .94));
    box-shadow: 0 16px 34px rgba(241, 90, 0, .26);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.mt-map__badge strong {
    color: var(--paper);
    font-size: 1.65rem;
    line-height: 1;
    letter-spacing: -.04em;
}

.mt-map__badge span {
    color: rgba(255, 255, 255, .82);
    font-size: .75rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .08em;
}

/* =========================
   SERVICES
========================= */

.mt-services {
    padding-top: clamp(58px, 8vw, 104px);
}

.mt-services-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.mt-service-card {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    min-height: 310px;
    padding: clamp(20px, 3vw, 28px);
    border: 1px solid rgba(231, 226, 220, .96);
    border-radius: var(--radius-lg);
    background: rgba(255, 255, 255, .90);
    box-shadow: var(--shadow-soft);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
}

.mt-service-card--image {
    grid-column: span 2;
    min-height: 440px;
    padding: 0;
}

.mt-service-card--image img {
    width: 100%;
    height: 240px;
    object-fit: cover;
}

.mt-service-card--image div {
    padding: clamp(20px, 3vw, 28px);
}

.mt-service-card--facade {
    grid-column: span 2;
}

.mt-service-card--dark {
    color: var(--paper);
    border-color: rgba(255, 255, 255, .12);
    background:
        linear-gradient(145deg, rgba(5, 5, 5, .98), rgba(32, 33, 36, .96)),
        var(--black);
}

.mt-service-card span {
    display: inline-flex;
    width: max-content;
    max-width: 100%;
    margin-bottom: 18px;
    padding: 7px 11px;
    border-radius: 999px;
    color: var(--orange);
    background: rgba(241, 90, 0, .11);
    font-size: .74rem;
    font-weight: 950;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.mt-service-card--dark span {
    color: #ffd2b7;
    background: rgba(255, 255, 255, .12);
}

.mt-service-card--dark h3 {
    color: var(--paper);
}

.mt-service-card--dark p {
    color: rgba(255, 255, 255, .74);
}

.mt-service-card p {
    margin: 18px 0 0;
}

/* =========================
   FEATURE
========================= */

.mt-feature {
    padding: clamp(42px, 7vw, 88px) 0;
}

.mt-feature__grid {
    display: grid;
    grid-template-columns: minmax(300px, .92fr) minmax(0, 1.08fr);
    align-items: center;
    gap: clamp(28px, 5vw, 70px);
    overflow: hidden;
    padding: clamp(24px, 5vw, 60px);
    border-radius: clamp(28px, 4vw, 48px);
    color: var(--paper);
    background:
        linear-gradient(135deg, rgba(5, 5, 5, .99), rgba(32, 33, 36, .96)),
        var(--black);
    box-shadow: 0 34px 90px rgba(5, 5, 5, .32);
}

.mt-feature__image {
    overflow: hidden;
    border: 8px solid rgba(255, 255, 255, .10);
    border-radius: 34px 8px 34px 34px;
}

.mt-feature__image img {
    width: 100%;
    aspect-ratio: 4 / 5;
    object-fit: cover;
}

.mt-feature__content h2 {
    color: var(--paper);
}

.mt-feature__content p {
    max-width: 720px;
    margin-top: 22px;
    color: rgba(255, 255, 255, .74);
    font-size: 1.08rem;
}

.mt-check-list {
    display: grid;
    gap: 10px;
    margin: 28px 0 0;
    padding: 0;
    list-style: none;
}

.mt-check-list li {
    position: relative;
    padding-left: 30px;
    color: rgba(255, 255, 255, .88);
    font-weight: 850;
}

.mt-check-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: .35em;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: var(--orange);
    box-shadow: 0 0 0 6px rgba(241, 90, 0, .18);
}

/* =========================
   GALLERY
========================= */

.mt-gallery {
    padding: clamp(60px, 9vw, 112px) 0 clamp(40px, 7vw, 76px);
}

.mt-gallery__grid {
    display: grid;
    grid-template-columns: 1.15fr .85fr 1fr;
    gap: 18px;
    align-items: stretch;
}

.mt-gallery figure {
    overflow: hidden;
    margin: 0;
    border: 1px solid rgba(231, 226, 220, .96);
    border-radius: var(--radius-lg);
    background: rgba(255, 255, 255, .90);
    box-shadow: var(--shadow-soft);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
}

.mt-gallery figure:nth-child(2) {
    transform: translateY(28px);
}

.mt-gallery img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

.mt-gallery figcaption {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 20px;
}

.mt-gallery strong {
    color: var(--black);
    font-size: 1.25rem;
}

/* =========================
   PROCESS
========================= */

.mt-process {
    padding: clamp(54px, 8vw, 104px) 0;
    background:
        linear-gradient(180deg, transparent, rgba(231, 226, 220, .54));
}

.mt-process__grid {
    display: grid;
    grid-template-columns: minmax(0, .78fr) minmax(0, 1.22fr);
    gap: clamp(30px, 5vw, 74px);
}

.mt-process__heading {
    position: sticky;
    top: 24px;
    align-self: start;
}

.mt-steps {
    display: grid;
    gap: 14px;
}

.mt-steps article {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 16px;
    align-items: start;
    padding: clamp(18px, 3vw, 26px);
    border: 1px solid rgba(231, 226, 220, .96);
    border-radius: var(--radius-md);
    background: rgba(255, 255, 255, .90);
    box-shadow: var(--shadow-soft);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
}

.mt-steps span {
    display: grid;
    place-items: center;
    width: 44px;
    height: 44px;
    border-radius: 14px;
    color: var(--paper);
    background: linear-gradient(135deg, var(--orange), var(--orange-2));
    font-weight: 950;
}

.mt-steps p {
    margin: 8px 0 0;
}

/* =========================
   CONTACT
========================= */

.mt-contact {
    padding: clamp(52px, 8vw, 96px) 0 clamp(74px, 10vw, 124px);
}

.mt-contact__card {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(270px, 380px);
    align-items: center;
    gap: 26px;
    padding: clamp(24px, 5vw, 58px);
    border: 1px solid rgba(231, 226, 220, .96);
    border-radius: var(--radius-xl);
    background:
        linear-gradient(135deg, rgba(255, 255, 255, .96), rgba(255, 241, 232, .78));
    box-shadow: var(--shadow);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
}

.mt-contact__card p {
    margin-bottom: 0;
    font-size: 1.05rem;
}

.mt-contact__details {
    margin-top: 18px;
    font-weight: 780;
}

.mt-contact__actions {
    display: grid;
    gap: 12px;
}

.mt-phone-card,
.mt-mail-card {
    display: grid;
    width: 100%;
    border-radius: 26px;
    font-weight: 950;
}

.mt-phone-card {
    gap: 4px;
    padding: 24px;
    color: var(--paper);
    background: linear-gradient(135deg, var(--black), var(--graphite));
    box-shadow: 0 20px 46px rgba(5, 5, 5, .24);
}

.mt-phone-card span,
.mt-mail-card span {
    font-weight: 850;
    text-transform: uppercase;
    letter-spacing: .12em;
    font-size: .74rem;
}

.mt-phone-card span {
    color: rgba(255, 255, 255, .70);
}

.mt-phone-card strong {
    display: block;
    max-width: 100%;
    font-size: clamp(1.4rem, 3.4vw, 2rem);
    overflow-wrap: anywhere;
}

.mt-mail-card {
    gap: 4px;
    justify-content: center;
    padding: 20px;
    color: var(--black);
    border: 1px solid rgba(241, 90, 0, .22);
    background: rgba(255, 255, 255, .84);
    text-align: center;
    overflow-wrap: anywhere;
}

.mt-mail-card span {
    color: var(--orange);
}

.mt-mail-card strong {
    overflow-wrap: anywhere;
}

/* =========================
   RESPONSIVE
========================= */

@media (max-width: 980px) {
    .mt-hero__layout,
    .mt-info-strip__grid,
    .mt-intro-grid,
    .mt-zone__card,
    .mt-section-heading,
    .mt-feature__grid,
    .mt-process__grid,
    .mt-contact__card {
        grid-template-columns: 1fr;
    }

    .mt-intro-title,
    .mt-process__heading {
        position: static;
    }

    .mt-hero__visual {
        width: min(560px, 100%);
        margin-inline: auto;
    }

    .mt-image-frame--hero {
        transform: none;
    }

    .mt-location-card {
        position: relative;
        left: auto;
        bottom: auto;
        margin: -36px auto 0;
    }

    .mt-info-strip article + article {
        border-left: 0;
        border-top: 1px solid rgba(231, 226, 220, .92);
    }

    .mt-services-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .mt-service-card--image,
    .mt-service-card--facade {
        grid-column: span 2;
    }

    .mt-gallery__grid {
        grid-template-columns: 1fr;
    }

    .mt-gallery figure:nth-child(2) {
        transform: none;
    }
}

@media (max-width: 760px) {
    body::before {
        background-image: url("images/background-mistral-toiture-mobile.jpg");
        background-size: cover;
        background-position: center top;
    }

    body::after {
        background:
            linear-gradient(180deg, rgba(247, 244, 240, .92), rgba(247, 244, 240, .86) 46%, rgba(238, 233, 227, .96)),
            radial-gradient(circle at 12% 6%, rgba(241, 90, 0, .12), transparent 24rem),
            radial-gradient(circle at 80% 18%, rgba(5, 5, 5, .10), transparent 24rem);
    }

    body * {
        max-width: 100%;
    }

    .mt-container {
        width: min(var(--container), calc(100% - 28px));
    }

    .mt-hero {
        padding-top: 24px;
    }

    .mt-hero::before {
        right: -120px;
        top: 10px;
        width: 270px;
        height: 270px;
    }

    .mt-hero::after {
        width: 70vw;
    }

    .mt-logo-panel {
        width: min(340px, 100%);
        padding: 14px 16px;
        border-radius: 20px;
    }

    h1 {
        font-size: clamp(2.18rem, 13vw, 4rem);
        letter-spacing: -.055em;
    }

    h2 {
        font-size: clamp(1.9rem, 10vw, 3.25rem);
    }

    .mt-hero__actions {
        display: grid;
    }

    .mt-btn {
        width: 100%;
    }

    .mt-hero__badges span {
        width: 100%;
        justify-content: center;
    }

    .mt-info-strip {
        margin-top: -12px;
    }

    .mt-services-grid {
        grid-template-columns: 1fr;
    }

    .mt-service-card,
    .mt-service-card--image,
    .mt-service-card--facade {
        grid-column: auto;
        min-height: auto;
    }

    .mt-service-card--image img {
        height: auto;
        aspect-ratio: 4 / 3;
    }

    .mt-zone__card,
    .mt-feature__grid,
    .mt-contact__card {
        padding: 22px;
        border-radius: 26px;
    }

    .mt-departments span {
        width: 100%;
        justify-content: center;
        text-align: center;
    }

    .mt-map {
        min-height: 340px;
        border-width: 6px;
        border-radius: 24px;
    }

    .mt-map iframe {
        height: 340px;
    }

    .mt-map__badge {
        right: 12px;
        top: 12px;
        min-width: 112px;
        padding: 12px 14px;
        border-radius: 16px;
    }

    .mt-map__badge strong {
        font-size: 1.36rem;
    }

    .mt-feature__image img {
        aspect-ratio: 4 / 3;
    }

    .mt-steps article {
        grid-template-columns: 1fr;
    }

    .mt-phone-card {
        padding: 20px;
    }
}

@media (max-width: 430px) {
    .mt-container {
        width: min(var(--container), calc(100% - 20px));
    }

    .mt-logo-panel,
    .mt-info-strip__grid,
    .mt-intro-cards article,
    .mt-service-card,
    .mt-gallery figure,
    .mt-steps article {
        border-radius: 22px;
    }

    .mt-zone__card,
    .mt-feature__grid,
    .mt-contact__card {
        padding: 20px;
        border-radius: 24px;
    }

    .mt-map {
        min-height: 310px;
    }

    .mt-map iframe {
        height: 310px;
    }

    .mt-map__badge {
        position: static;
        margin: 10px;
    }

    .mt-gallery figcaption {
        padding: 16px;
    }
}:root {
    --black: #050505;
    --black-2: #111111;
    --graphite: #202124;
    --graphite-2: #34363a;
    --orange: #f15a00;
    --orange-2: #ff7a18;
    --orange-soft: #fff1e8;
    --grey: #5f6368;
    --grey-2: #8a8d92;
    --line: #e7e2dc;
    --paper: #ffffff;
    --soft: #f7f4f0;
    --soft-2: #eee9e3;
    --shadow: 0 28px 80px rgba(5, 5, 5, .15);
    --shadow-soft: 0 18px 45px rgba(5, 5, 5, .08);
    --radius-xl: 36px;
    --radius-lg: 26px;
    --radius-md: 18px;
    --container: 1160px;
}

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

html,
body {
    width: 100%;
    max-width: 100%;
    margin: 0;
    overflow-x: hidden;
}

html {
    scroll-behavior: smooth;
    background: var(--soft);
}

body {
    position: relative;
    isolation: isolate;
    min-height: 100vh;
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
    color: var(--black);
    line-height: 1.55;
    background: var(--soft);
}

body::before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: -3;
    pointer-events: none;
    background-image: url("images/background-mistral-toiture.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

body::after {
    content: "";
    position: fixed;
    inset: 0;
    z-index: -2;
    pointer-events: none;
    background:
        linear-gradient(180deg, rgba(247, 244, 240, .90), rgba(247, 244, 240, .82) 42%, rgba(238, 233, 227, .94)),
        radial-gradient(circle at 8% 10%, rgba(241, 90, 0, .16), transparent 30rem),
        radial-gradient(circle at 88% 18%, rgba(5, 5, 5, .13), transparent 34rem),
        radial-gradient(circle at 72% 92%, rgba(241, 90, 0, .12), transparent 28rem);
}

a {
    color: inherit;
    text-decoration: none;
}

img {
    display: block;
    max-width: 100%;
    height: auto;
}

iframe,
video,
canvas,
table {
    max-width: 100%;
}

button,
a,
input,
textarea {
    -webkit-tap-highlight-color: transparent;
}

header,
nav,
.menu,
.Menu,
#menu,
#Menu,
.Menu2,
#Menu2 {
    max-width: 100%;
}

.mistral-page {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
}

.mt-container {
    width: min(var(--container), calc(100% - 40px));
    margin-inline: auto;
}

/* =========================
   HERO
========================= */

.mt-hero {
    position: relative;
    padding: clamp(34px, 6vw, 90px) 0 clamp(46px, 7vw, 104px);
}

.mt-hero::before {
    content: "";
    position: absolute;
    top: 8%;
    right: -120px;
    width: min(44vw, 560px);
    height: min(44vw, 560px);
    border-radius: 50%;
    background: rgba(241, 90, 0, .15);
    filter: blur(2px);
    z-index: -1;
}

.mt-hero::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 18px;
    width: 36vw;
    max-width: 520px;
    height: 8px;
    background: linear-gradient(90deg, var(--orange), transparent);
    opacity: .75;
}

.mt-hero__layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(330px, .88fr);
    align-items: center;
    gap: clamp(30px, 5vw, 80px);
}

.mt-logo-panel {
    width: min(430px, 100%);
    margin-bottom: 30px;
    padding: 18px 22px;
    border: 1px solid rgba(231, 226, 220, .96);
    border-radius: 24px;
    background: rgba(255, 255, 255, .92);
    box-shadow: var(--shadow-soft);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
}

.mt-logo-panel img {
    width: 100%;
}

.mt-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    max-width: 100%;
    margin: 0 0 14px;
    color: var(--orange);
    font-size: .76rem;
    font-weight: 950;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.mt-kicker::before {
    content: "";
    width: 36px;
    height: 2px;
    background: currentColor;
}

.mt-kicker--light {
    color: #ffd2b7;
}

h1,
h2,
h3,
p {
    overflow-wrap: anywhere;
}

h1,
h2,
h3 {
    margin: 0;
    line-height: .98;
    letter-spacing: -.045em;
}

h1 {
    max-width: 820px;
    color: var(--black);
    font-size: clamp(2.55rem, 7.3vw, 5.9rem);
}

h2 {
    color: var(--black);
    font-size: clamp(2rem, 4.8vw, 4.25rem);
}

h3 {
    color: var(--black);
    font-size: clamp(1.24rem, 2vw, 1.72rem);
}

.mt-hero__text {
    max-width: 650px;
    margin: 24px 0 0;
    color: var(--grey);
    font-size: clamp(1rem, 2vw, 1.24rem);
}

.mt-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 32px;
}

.mt-btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    min-height: 54px;
    padding: 14px 22px;
    border-radius: 999px;
    font-weight: 950;
    text-align: center;
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.mt-btn:hover {
    transform: translateY(-2px);
}

.mt-btn--primary {
    color: var(--paper);
    background: linear-gradient(135deg, var(--orange), var(--orange-2));
    box-shadow: 0 18px 42px rgba(241, 90, 0, .28);
}

.mt-btn--secondary {
    color: var(--black);
    border: 1px solid rgba(5, 5, 5, .12);
    background: rgba(255, 255, 255, .82);
}

.mt-hero__badges {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 28px;
}

.mt-hero__badges span {
    display: inline-flex;
    align-items: center;
    padding: 9px 13px;
    border: 1px solid rgba(231, 226, 220, .95);
    border-radius: 999px;
    color: var(--graphite);
    background: rgba(255, 255, 255, .78);
    font-size: .92rem;
    font-weight: 850;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.mt-hero__badges span::before {
    content: "";
    width: 7px;
    height: 7px;
    margin-right: 8px;
    border-radius: 50%;
    background: var(--orange);
}

.mt-hero__visual {
    position: relative;
}

.mt-image-frame {
    overflow: hidden;
    border: 10px solid rgba(255, 255, 255, .94);
    background: var(--paper);
    box-shadow: var(--shadow);
}

.mt-image-frame--hero {
    border-radius: 42px 42px 42px 8px;
    transform: rotate(-1.8deg);
}

.mt-image-frame img {
    width: 100%;
    aspect-ratio: 4 / 5;
    object-fit: cover;
}

.mt-location-card {
    position: absolute;
    left: -28px;
    bottom: 36px;
    width: min(360px, calc(100% - 20px));
    padding: 20px 22px;
    border: 1px solid rgba(255, 255, 255, .20);
    border-radius: 8px 28px 28px 28px;
    color: var(--paper);
    background:
        linear-gradient(135deg, rgba(5, 5, 5, .98), rgba(32, 33, 36, .96)),
        var(--black);
    box-shadow: 0 26px 58px rgba(5, 5, 5, .26);
}

.mt-location-card::before {
    content: "";
    display: block;
    width: 74px;
    height: 4px;
    margin-bottom: 12px;
    border-radius: 999px;
    background: var(--orange);
}

.mt-location-card strong,
.mt-location-card span {
    display: block;
}

.mt-location-card strong {
    font-size: 1.18rem;
}

.mt-location-card span {
    margin-top: 4px;
    color: rgba(255, 255, 255, .76);
}

/* =========================
   INFO STRIP
========================= */

.mt-info-strip {
    position: relative;
    z-index: 2;
    margin-top: -28px;
}

.mt-info-strip__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    overflow: hidden;
    border: 1px solid rgba(231, 226, 220, .96);
    border-radius: var(--radius-xl);
    background: rgba(255, 255, 255, .94);
    box-shadow: 0 22px 60px rgba(5, 5, 5, .10);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
}

.mt-info-strip article {
    padding: clamp(20px, 3vw, 30px);
}

.mt-info-strip article + article {
    border-left: 1px solid rgba(231, 226, 220, .92);
}

.mt-info-strip span {
    display: block;
    margin-bottom: 8px;
    color: var(--orange);
    font-size: .74rem;
    font-weight: 950;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.mt-info-strip strong {
    display: block;
    color: var(--black);
    font-size: .98rem;
}

/* =========================
   SECTIONS
========================= */

.mt-section {
    padding: clamp(62px, 9vw, 116px) 0;
}

.mt-section-heading {
    display: grid;
    grid-template-columns: minmax(0, .92fr) minmax(270px, .56fr);
    align-items: end;
    gap: 28px;
    margin-bottom: 32px;
}

.mt-section-heading .mt-kicker {
    grid-column: 1 / -1;
    margin-bottom: -10px;
}

.mt-section-heading p {
    margin: 0;
    color: var(--grey);
    font-size: 1.06rem;
}

.mt-section--intro {
    padding-bottom: clamp(46px, 7vw, 84px);
}

.mt-intro-grid {
    display: grid;
    grid-template-columns: minmax(0, .8fr) minmax(0, 1.25fr);
    align-items: start;
    gap: clamp(30px, 5vw, 74px);
}

.mt-intro-title {
    position: sticky;
    top: 24px;
}

.mt-intro-cards {
    display: grid;
    gap: 14px;
}

.mt-intro-cards article {
    position: relative;
    overflow: hidden;
    padding: clamp(22px, 4vw, 34px);
    border: 1px solid rgba(231, 226, 220, .96);
    border-radius: var(--radius-lg);
    background: rgba(255, 255, 255, .88);
    box-shadow: var(--shadow-soft);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
}

.mt-intro-cards article::after {
    content: "";
    position: absolute;
    right: -60px;
    top: -60px;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    background: rgba(241, 90, 0, .09);
}

.mt-intro-cards span {
    display: inline-flex;
    margin-bottom: 22px;
    color: var(--orange);
    font-weight: 950;
    letter-spacing: -.05em;
    font-size: 2.1rem;
}

.mt-intro-cards p,
.mt-service-card p,
.mt-feature__content p,
.mt-steps p,
.mt-contact p,
.mt-gallery span,
.mt-zone__content p {
    color: var(--grey);
}

/* =========================
   ZONE
========================= */

.mt-zone {
    position: relative;
    padding: clamp(52px, 8vw, 100px) 0;
}

.mt-zone::before {
    content: "";
    position: absolute;
    left: max(-16vw, -170px);
    top: 12%;
    width: min(36vw, 450px);
    height: min(36vw, 450px);
    border-radius: 50%;
    background: rgba(5, 5, 5, .09);
    z-index: -1;
}

.mt-zone__card {
    display: grid;
    grid-template-columns: minmax(0, .85fr) minmax(330px, 1fr);
    align-items: center;
    gap: clamp(28px, 5vw, 72px);
    padding: clamp(24px, 5vw, 58px);
    border: 1px solid rgba(231, 226, 220, .96);
    border-radius: var(--radius-xl);
    background: rgba(255, 255, 255, .90);
    box-shadow: var(--shadow);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
}

.mt-zone__content p {
    max-width: 640px;
    margin: 22px 0 0;
    font-size: 1.06rem;
}

.mt-departments {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 28px;
}

.mt-departments span {
    display: inline-flex;
    align-items: center;
    padding: 9px 12px;
    border: 1px solid rgba(241, 90, 0, .24);
    border-radius: 999px;
    color: var(--black);
    background: rgba(255, 255, 255, .80);
    font-size: .9rem;
    font-weight: 850;
}

.mt-departments span:first-child,
.mt-departments span:nth-child(2) {
    color: var(--paper);
    border-color: transparent;
    background: linear-gradient(135deg, var(--black), var(--graphite));
}

.mt-map {
    position: relative;
    overflow: hidden;
    min-height: 420px;
    border: 10px solid rgba(255, 255, 255, .94);
    border-radius: 30px;
    background: var(--paper);
    box-shadow: 0 26px 60px rgba(5, 5, 5, .22);
}

.mt-map iframe {
    display: block;
    width: 100%;
    height: 420px;
    border: 0;
}

.mt-map__badge {
    position: absolute;
    right: 18px;
    top: 18px;
    display: grid;
    gap: 3px;
    min-width: 136px;
    padding: 15px 17px;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 20px;
    color: var(--paper);
    background: linear-gradient(135deg, rgba(241, 90, 0, .98), rgba(255, 122, 24, .94));
    box-shadow: 0 16px 34px rgba(241, 90, 0, .26);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.mt-map__badge strong {
    color: var(--paper);
    font-size: 1.65rem;
    line-height: 1;
    letter-spacing: -.04em;
}

.mt-map__badge span {
    color: rgba(255, 255, 255, .82);
    font-size: .75rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .08em;
}

/* =========================
   SERVICES
========================= */

.mt-services {
    padding-top: clamp(58px, 8vw, 104px);
}

.mt-services-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.mt-service-card {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    min-height: 310px;
    padding: clamp(20px, 3vw, 28px);
    border: 1px solid rgba(231, 226, 220, .96);
    border-radius: var(--radius-lg);
    background: rgba(255, 255, 255, .90);
    box-shadow: var(--shadow-soft);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
}

.mt-service-card--image {
    grid-column: span 2;
    min-height: 440px;
    padding: 0;
}

.mt-service-card--image img {
    width: 100%;
    height: 240px;
    object-fit: cover;
}

.mt-service-card--image div {
    padding: clamp(20px, 3vw, 28px);
}

.mt-service-card--facade {
    grid-column: span 2;
}

.mt-service-card--dark {
    color: var(--paper);
    border-color: rgba(255, 255, 255, .12);
    background:
        linear-gradient(145deg, rgba(5, 5, 5, .98), rgba(32, 33, 36, .96)),
        var(--black);
}

.mt-service-card span {
    display: inline-flex;
    width: max-content;
    max-width: 100%;
    margin-bottom: 18px;
    padding: 7px 11px;
    border-radius: 999px;
    color: var(--orange);
    background: rgba(241, 90, 0, .11);
    font-size: .74rem;
    font-weight: 950;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.mt-service-card--dark span {
    color: #ffd2b7;
    background: rgba(255, 255, 255, .12);
}

.mt-service-card--dark h3 {
    color: var(--paper);
}

.mt-service-card--dark p {
    color: rgba(255, 255, 255, .74);
}

.mt-service-card p {
    margin: 18px 0 0;
}

/* =========================
   FEATURE
========================= */

.mt-feature {
    padding: clamp(42px, 7vw, 88px) 0;
}

.mt-feature__grid {
    display: grid;
    grid-template-columns: minmax(300px, .92fr) minmax(0, 1.08fr);
    align-items: center;
    gap: clamp(28px, 5vw, 70px);
    overflow: hidden;
    padding: clamp(24px, 5vw, 60px);
    border-radius: clamp(28px, 4vw, 48px);
    color: var(--paper);
    background:
        linear-gradient(135deg, rgba(5, 5, 5, .99), rgba(32, 33, 36, .96)),
        var(--black);
    box-shadow: 0 34px 90px rgba(5, 5, 5, .32);
}

.mt-feature__image {
    overflow: hidden;
    border: 8px solid rgba(255, 255, 255, .10);
    border-radius: 34px 8px 34px 34px;
}

.mt-feature__image img {
    width: 100%;
    aspect-ratio: 4 / 5;
    object-fit: cover;
}

.mt-feature__content h2 {
    color: var(--paper);
}

.mt-feature__content p {
    max-width: 720px;
    margin-top: 22px;
    color: rgba(255, 255, 255, .74);
    font-size: 1.08rem;
}

.mt-check-list {
    display: grid;
    gap: 10px;
    margin: 28px 0 0;
    padding: 0;
    list-style: none;
}

.mt-check-list li {
    position: relative;
    padding-left: 30px;
    color: rgba(255, 255, 255, .88);
    font-weight: 850;
}

.mt-check-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: .35em;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: var(--orange);
    box-shadow: 0 0 0 6px rgba(241, 90, 0, .18);
}

/* =========================
   GALLERY
========================= */

.mt-gallery {
    padding: clamp(60px, 9vw, 112px) 0 clamp(40px, 7vw, 76px);
}

.mt-gallery__grid {
    display: grid;
    grid-template-columns: 1.15fr .85fr 1fr;
    gap: 18px;
    align-items: stretch;
}

.mt-gallery figure {
    overflow: hidden;
    margin: 0;
    border: 1px solid rgba(231, 226, 220, .96);
    border-radius: var(--radius-lg);
    background: rgba(255, 255, 255, .90);
    box-shadow: var(--shadow-soft);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
}

.mt-gallery figure:nth-child(2) {
    transform: translateY(28px);
}

.mt-gallery img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

.mt-gallery figcaption {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 20px;
}

.mt-gallery strong {
    color: var(--black);
    font-size: 1.25rem;
}

/* =========================
   PROCESS
========================= */

.mt-process {
    padding: clamp(54px, 8vw, 104px) 0;
    background:
        linear-gradient(180deg, transparent, rgba(231, 226, 220, .54));
}

.mt-process__grid {
    display: grid;
    grid-template-columns: minmax(0, .78fr) minmax(0, 1.22fr);
    gap: clamp(30px, 5vw, 74px);
}

.mt-process__heading {
    position: sticky;
    top: 24px;
    align-self: start;
}

.mt-steps {
    display: grid;
    gap: 14px;
}

.mt-steps article {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 16px;
    align-items: start;
    padding: clamp(18px, 3vw, 26px);
    border: 1px solid rgba(231, 226, 220, .96);
    border-radius: var(--radius-md);
    background: rgba(255, 255, 255, .90);
    box-shadow: var(--shadow-soft);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
}

.mt-steps span {
    display: grid;
    place-items: center;
    width: 44px;
    height: 44px;
    border-radius: 14px;
    color: var(--paper);
    background: linear-gradient(135deg, var(--orange), var(--orange-2));
    font-weight: 950;
}

.mt-steps p {
    margin: 8px 0 0;
}

/* =========================
   CONTACT
========================= */

.mt-contact {
    padding: clamp(52px, 8vw, 96px) 0 clamp(74px, 10vw, 124px);
}

.mt-contact__card {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(270px, 380px);
    align-items: center;
    gap: 26px;
    padding: clamp(24px, 5vw, 58px);
    border: 1px solid rgba(231, 226, 220, .96);
    border-radius: var(--radius-xl);
    background:
        linear-gradient(135deg, rgba(255, 255, 255, .96), rgba(255, 241, 232, .78));
    box-shadow: var(--shadow);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
}

.mt-contact__card p {
    margin-bottom: 0;
    font-size: 1.05rem;
}

.mt-contact__details {
    margin-top: 18px;
    font-weight: 780;
}

.mt-contact__actions {
    display: grid;
    gap: 12px;
}

.mt-phone-card,
.mt-mail-card {
    display: grid;
    width: 100%;
    border-radius: 26px;
    font-weight: 950;
}

.mt-phone-card {
    gap: 4px;
    padding: 24px;
    color: var(--paper);
    background: linear-gradient(135deg, var(--black), var(--graphite));
    box-shadow: 0 20px 46px rgba(5, 5, 5, .24);
}

.mt-phone-card span,
.mt-mail-card span {
    font-weight: 850;
    text-transform: uppercase;
    letter-spacing: .12em;
    font-size: .74rem;
}

.mt-phone-card span {
    color: rgba(255, 255, 255, .70);
}

.mt-phone-card strong {
    display: block;
    max-width: 100%;
    font-size: clamp(1.4rem, 3.4vw, 2rem);
    overflow-wrap: anywhere;
}

.mt-mail-card {
    gap: 4px;
    justify-content: center;
    padding: 20px;
    color: var(--black);
    border: 1px solid rgba(241, 90, 0, .22);
    background: rgba(255, 255, 255, .84);
    text-align: center;
    overflow-wrap: anywhere;
}

.mt-mail-card span {
    color: var(--orange);
}

.mt-mail-card strong {
    overflow-wrap: anywhere;
}

/* =========================
   RESPONSIVE
========================= */

@media (max-width: 980px) {
    .mt-hero__layout,
    .mt-info-strip__grid,
    .mt-intro-grid,
    .mt-zone__card,
    .mt-section-heading,
    .mt-feature__grid,
    .mt-process__grid,
    .mt-contact__card {
        grid-template-columns: 1fr;
    }

    .mt-intro-title,
    .mt-process__heading {
        position: static;
    }

    .mt-hero__visual {
        width: min(560px, 100%);
        margin-inline: auto;
    }

    .mt-image-frame--hero {
        transform: none;
    }

    .mt-location-card {
        position: relative;
        left: auto;
        bottom: auto;
        margin: -36px auto 0;
    }

    .mt-info-strip article + article {
        border-left: 0;
        border-top: 1px solid rgba(231, 226, 220, .92);
    }

    .mt-services-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .mt-service-card--image,
    .mt-service-card--facade {
        grid-column: span 2;
    }

    .mt-gallery__grid {
        grid-template-columns: 1fr;
    }

    .mt-gallery figure:nth-child(2) {
        transform: none;
    }
}

@media (max-width: 760px) {
    body::before {
        background-image: url("images/background-mistral-toiture-mobile.jpg");
        background-size: cover;
        background-position: center top;
    }

    body::after {
        background:
            linear-gradient(180deg, rgba(247, 244, 240, .92), rgba(247, 244, 240, .86) 46%, rgba(238, 233, 227, .96)),
            radial-gradient(circle at 12% 6%, rgba(241, 90, 0, .12), transparent 24rem),
            radial-gradient(circle at 80% 18%, rgba(5, 5, 5, .10), transparent 24rem);
    }

    body * {
        max-width: 100%;
    }

    .mt-container {
        width: min(var(--container), calc(100% - 28px));
    }

    .mt-hero {
        padding-top: 24px;
    }

    .mt-hero::before {
        right: -120px;
        top: 10px;
        width: 270px;
        height: 270px;
    }

    .mt-hero::after {
        width: 70vw;
    }

    .mt-logo-panel {
        width: min(340px, 100%);
        padding: 14px 16px;
        border-radius: 20px;
    }

    h1 {
        font-size: clamp(2.18rem, 13vw, 4rem);
        letter-spacing: -.055em;
    }

    h2 {
        font-size: clamp(1.9rem, 10vw, 3.25rem);
    }

    .mt-hero__actions {
        display: grid;
    }

    .mt-btn {
        width: 100%;
    }

    .mt-hero__badges span {
        width: 100%;
        justify-content: center;
    }

    .mt-info-strip {
        margin-top: -12px;
    }

    .mt-services-grid {
        grid-template-columns: 1fr;
    }

    .mt-service-card,
    .mt-service-card--image,
    .mt-service-card--facade {
        grid-column: auto;
        min-height: auto;
    }

    .mt-service-card--image img {
        height: auto;
        aspect-ratio: 4 / 3;
    }

    .mt-zone__card,
    .mt-feature__grid,
    .mt-contact__card {
        padding: 22px;
        border-radius: 26px;
    }

    .mt-departments span {
        width: 100%;
        justify-content: center;
        text-align: center;
    }

    .mt-map {
        min-height: 340px;
        border-width: 6px;
        border-radius: 24px;
    }

    .mt-map iframe {
        height: 340px;
    }

    .mt-map__badge {
        right: 12px;
        top: 12px;
        min-width: 112px;
        padding: 12px 14px;
        border-radius: 16px;
    }

    .mt-map__badge strong {
        font-size: 1.36rem;
    }

    .mt-feature__image img {
        aspect-ratio: 4 / 3;
    }

    .mt-steps article {
        grid-template-columns: 1fr;
    }

    .mt-phone-card {
        padding: 20px;
    }
}

@media (max-width: 430px) {
    .mt-container {
        width: min(var(--container), calc(100% - 20px));
    }

    .mt-logo-panel,
    .mt-info-strip__grid,
    .mt-intro-cards article,
    .mt-service-card,
    .mt-gallery figure,
    .mt-steps article {
        border-radius: 22px;
    }

    .mt-zone__card,
    .mt-feature__grid,
    .mt-contact__card {
        padding: 20px;
        border-radius: 24px;
    }

    .mt-map {
        min-height: 310px;
    }

    .mt-map iframe {
        height: 310px;
    }

    .mt-map__badge {
        position: static;
        margin: 10px;
    }

    .mt-gallery figcaption {
        padding: 16px;
    }
}