/*
Theme Name: AM360 Landing
Author: Mhamed TAHIR (Agence MAT 360)
Description: Template landing page AM360
Version: 1.0
*/

/* Blog & layout styles */
.content-blog {
    background-color: #f3f4f6;
}

.content-blog .breadcrumb-wrapper {
    font-size: 0.875rem;
}

.blog-sidebar .tags-list .badge {
    font-size: 0.75rem;
}

.blog-sidebar img {
    max-width: 100px;
}

:root {
    --ti-black: #080808;
    --ti-ink: #111111;
    --ti-panel: #151413;
    --ti-line: rgba(200, 145, 75, 0.38);
    --ti-gold: #c8914b;
    --ti-gold-soft: #e0b36e;
    --ti-white: #f7f3ee;
    --ti-muted: #b8b0a8;
}

body.home {
    background: var(--ti-black);
    color: var(--ti-white);
}

body.home a {
    color: inherit;
}

html:has(body.am360-thankyou-page),
body.am360-thankyou-page {
    margin: 0;
    min-height: 100%;
    background: var(--ti-black);
}

html:has(body.am360-privacy-page),
body.am360-privacy-page {
    margin: 0;
    min-height: 100%;
    background: #fffdf9;
}

body.am360-thankyou-page .ti-thankyou {
    min-height: 100vh;
    margin: 0;
}

.ti-lp-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 20;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 22px clamp(18px, 4vw, 56px);
    color: var(--ti-white);
    background: linear-gradient(180deg, rgba(5, 5, 5, 0.86), rgba(5, 5, 5, 0.08));
}

.ti-lp-brand {
    display: inline-flex;
    flex-direction: column;
    text-decoration: none;
    line-height: 1;
    letter-spacing: 0.26em;
    text-transform: uppercase;
    font-family: Georgia, 'Times New Roman', serif;
    font-size: clamp(1.15rem, 2vw, 1.9rem);
}

.ti-lp-brand small {
    margin-top: 9px;
    color: var(--ti-muted);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.52em;
    letter-spacing: 0.62em;
}

.ti-lp-logo {
    display: block;
    width: auto;
    max-width: min(250px, 48vw);
    max-height: 64px;
    object-fit: contain;
}

.ti-lp-arc {
    color: var(--ti-gold-soft);
}

.ti-thankyou {
    min-height: calc(100vh - 180px);
    display: grid;
    place-items: center;
    margin: -3rem calc(50% - 50vw);
    padding: clamp(72px, 10vw, 130px) 22px;
    background:
        linear-gradient(120deg, rgba(8, 8, 8, 0.92), rgba(8, 8, 8, 0.78)),
        #080808;
    color: #f7f3ee;
}

.ti-thankyou__inner {
    width: min(100%, 760px);
    text-align: center;
}

.ti-thankyou__logo {
    width: auto;
    max-width: min(260px, 68vw);
    max-height: 82px;
    object-fit: contain;
    margin-bottom: 28px;
}

.ti-thankyou__brand,
.ti-thankyou__eyebrow {
    margin: 0 0 18px;
    color: #c8914b;
    text-transform: none;
    letter-spacing: 0.08em;
    font-size: 13px;
    font-weight: 800;
}

.ti-thankyou h1 {
    max-width: 820px;
    margin: 0 auto;
    color: #fff;
    font-family: Georgia, 'Times New Roman', serif;
    font-size: clamp(38px, 6vw, 74px);
    font-weight: 400;
    line-height: 0.98;
}

.ti-thankyou__subtitle {
    max-width: 620px;
    margin: 24px auto 0;
    color: rgba(247, 243, 238, 0.82);
    font-size: clamp(18px, 2.2vw, 24px);
    line-height: 1.45;
}

.ti-thankyou__text {
    max-width: 610px;
    margin: 16px auto 0;
    color: rgba(247, 243, 238, 0.68);
    font-size: 16px;
    line-height: 1.7;
}

.ti-thankyou__actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    margin-top: 34px;
}

.ti-thankyou__btn {
    display: inline-flex;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    padding: 0 22px;
    border: 1px solid #c8914b;
    background: #c8914b;
    color: #080808;
    text-decoration: none;
    text-transform: none;
    letter-spacing: 0;
    font-size: 14px;
    font-weight: 800;
}

.ti-thankyou__btn--ghost {
    background: transparent;
    color: #f7f3ee;
}

.ti-privacy-policy {
    margin: 0 auto;
    padding: clamp(48px, 7vw, 86px) 20px;
    background: #fffdf9;
    color: #111827;
}

.ti-privacy-policy__inner {
    width: min(100%, 920px);
    margin: 0 auto;
}

.ti-privacy-policy__kicker {
    margin: 0 0 10px;
    color: var(--ti-gold);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: none;
}

.ti-privacy-policy h1 {
    margin: 0;
    font-family: Georgia, 'Times New Roman', serif;
    font-size: clamp(38px, 5vw, 68px);
    font-weight: 500;
    line-height: 0.98;
}

.ti-privacy-policy__lead {
    max-width: 760px;
    margin: 22px 0 0;
    color: #475569;
    font-size: clamp(18px, 2vw, 22px);
    line-height: 1.6;
}

.ti-privacy-policy__date {
    margin: 14px 0 34px;
    color: #64748b;
    font-size: 14px;
    font-weight: 700;
}

.ti-privacy-policy h2 {
    margin: 34px 0 10px;
    padding-top: 22px;
    border-top: 1px solid rgba(15, 23, 42, 0.1);
    color: #111827;
    font-size: 22px;
    font-weight: 800;
}

.ti-privacy-policy p {
    margin: 0 0 14px;
    color: #334155;
    font-size: 16px;
    line-height: 1.75;
}

.ti-privacy-policy a {
    color: #9f672d;
    font-weight: 800;
}

.ti-lp,
.ti-thankyou {
    font-family: var(--ti-body-font, Arial, Helvetica, sans-serif);
}

.ti-lp h1,
.ti-lp h2,
.ti-lp h3,
.ti-thankyou h1 {
    font-family: var(--ti-heading-font, Georgia, 'Times New Roman', serif);
}

.ti-lp-nav {
    display: flex;
    gap: clamp(14px, 3vw, 34px);
    font-size: 0.9rem;
    letter-spacing: 0;
    text-transform: none;
}

.ti-lp-nav a {
    text-decoration: none;
    color: rgba(247, 243, 238, 0.76);
}

.ti-lp-nav a:hover {
    color: var(--ti-gold-soft);
}

.ti-lp {
    overflow: hidden;
    background:
        radial-gradient(circle at 78% 10%, rgba(200, 145, 75, 0.12), transparent 28%),
        linear-gradient(180deg, #080808 0%, #111 52%, #080808 100%);
}

.ti-hero {
    position: relative;
    min-height: 100vh;
    padding: 118px clamp(18px, 4vw, 56px) 48px;
    border: 1px solid rgba(200, 145, 75, 0.28);
    background:
        linear-gradient(112deg, rgba(8, 8, 8, 0.98) 0%, rgba(8, 8, 8, 0.94) 43%, rgba(8, 8, 8, 0.66) 44%, rgba(8, 8, 8, 0.88) 100%),
        #080808;
}

.ti-hero::before,
.ti-hero::after {
    content: "";
    position: absolute;
    pointer-events: none;
}

.ti-hero::before {
    inset: 22px;
    border: 1px solid rgba(200, 145, 75, 0.46);
}

.ti-hero::after {
    top: -8%;
    bottom: -8%;
    left: 51%;
    width: 1px;
    background: linear-gradient(180deg, transparent, rgba(247, 243, 238, 0.32), transparent);
    transform: rotate(23deg);
}

.ti-hero__shade {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(8, 8, 8, 0.28), rgba(8, 8, 8, 0.72));
}

.ti-hero__content,
.ti-container {
    width: min(1240px, 100%);
    margin: 0 auto;
}

.ti-hero__content {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 760px);
    align-items: end;
    gap: clamp(34px, 5vw, 82px);
    min-height: calc(100vh - 166px);
}

.ti-hero__copy {
    min-width: 0;
    max-width: 760px;
}

.ti-kicker,
.ti-subtitle {
    margin: 0;
    color: var(--ti-gold-soft);
    letter-spacing: 0.14em;
    text-transform: none;
}

.ti-kicker {
    font-size: clamp(0.74rem, 1.2vw, 0.95rem);
}

.ti-subtitle {
    margin-top: 18px;
    font-size: clamp(0.9rem, 1.45vw, 1.24rem);
}

.ti-hero h1,
.ti-section h2 {
    margin: 24px 0 0;
    color: var(--ti-white);
    font-family: Georgia, 'Times New Roman', serif;
    font-weight: 400;
    line-height: 0.95;
    text-transform: uppercase;
}

.ti-hero h1 {
    max-width: 100%;
    font-size: clamp(3.1rem, 5.8vw, 6.15rem);
    line-height: 0.98;
}

.ti-event-strip {
    display: grid;
    max-width: 620px;
    margin-top: clamp(34px, 6vh, 64px);
    border-top: 1px solid rgba(200, 145, 75, 0.26);
}

.ti-event-strip div {
    display: grid;
    grid-template-columns: 76px 1fr;
    align-items: center;
    min-height: 84px;
    border-bottom: 1px solid rgba(200, 145, 75, 0.26);
    color: var(--ti-white);
    font-size: clamp(1rem, 1.8vw, 1.36rem);
    letter-spacing: 0;
    text-transform: none;
}

.ti-event-strip i {
    display: grid;
    place-items: center;
    width: 52px;
    height: 52px;
    border: 1px solid var(--ti-line);
    border-radius: 50%;
    color: var(--ti-gold-soft);
}

.ti-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 34px;
}

.ti-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 0 24px;
    border: 1px solid var(--ti-line);
    text-decoration: none;
    text-transform: none;
    letter-spacing: 0;
    font-size: 0.92rem;
    font-weight: 700;
    transition: 180ms ease;
}

.ti-btn--primary {
    background: var(--ti-gold);
    color: #111;
    border-color: var(--ti-gold);
}

.ti-btn--primary:hover {
    background: var(--ti-gold-soft);
    border-color: var(--ti-gold-soft);
}

.ti-btn--ghost {
    color: var(--ti-white);
    background: rgba(255, 255, 255, 0.03);
}

.ti-btn--ghost:hover {
    border-color: var(--ti-gold-soft);
    color: var(--ti-gold-soft);
}

.ti-hero-visual {
    justify-self: end;
    width: min(100%, 380px);
    aspect-ratio: 4 / 5;
    padding: 12px;
    border: 1px solid rgba(200, 145, 75, 0.42);
    background: linear-gradient(145deg, rgba(224, 179, 110, 0.12), rgba(255, 255, 255, 0.03));
    box-shadow: 0 26px 80px rgba(0, 0, 0, 0.5);
}

.ti-hero-visual__frame {
    width: 100%;
    height: 100%;
    border: 1px solid rgba(247, 243, 238, 0.12);
    background:
        linear-gradient(180deg, rgba(8, 8, 8, 0.18), rgba(8, 8, 8, 0.82)),
        linear-gradient(135deg, #191919, #080808 58%, #3a2a18);
    filter: grayscale(0.82) contrast(1.08);
}

.ti-section {
    padding: clamp(68px, 9vw, 122px) clamp(18px, 4vw, 56px);
}

.ti-section h2 {
    max-width: 560px;
    font-size: clamp(2.15rem, 3.7vw, 4.25rem);
    line-height: 1.02;
}

.ti-section--dark {
    background: #0c0c0c;
}

.ti-split {
    display: grid;
    grid-template-columns: minmax(0, 0.88fr) minmax(430px, 1.12fr);
    gap: clamp(52px, 7vw, 110px);
    align-items: start;
}

.ti-split > * {
    min-width: 0;
}

.ti-programme {
    display: grid;
    gap: 18px;
}

.ti-programme article {
    padding: 26px 0 28px;
    border-top: 1px solid rgba(200, 145, 75, 0.3);
}

.ti-programme span {
    color: var(--ti-gold-soft);
    letter-spacing: 0.06em;
}

.ti-programme h3 {
    margin: 10px 0;
    color: var(--ti-white);
    font-family: Georgia, 'Times New Roman', serif;
    font-size: clamp(1.45rem, 2.1vw, 2.05rem);
    font-weight: 400;
}

.ti-programme p,
.ti-reservation p {
    max-width: 620px;
    margin: 0;
    color: var(--ti-muted);
    font-size: 1rem;
    line-height: 1.8;
}

.ti-section--venue {
    background:
        radial-gradient(circle at 16% 24%, rgba(200, 145, 75, 0.12), transparent 30%),
        #080808;
}

.ti-venue {
    display: grid;
    grid-template-columns: minmax(0, 0.82fr) minmax(420px, 1.18fr);
    gap: clamp(36px, 6vw, 86px);
    align-items: center;
}

.ti-venue__copy p:not(.ti-kicker) {
    max-width: 620px;
    margin: 22px 0 0;
    color: var(--ti-muted);
    font-size: clamp(1rem, 1.35vw, 1.16rem);
    line-height: 1.8;
}

.ti-venue__gallery {
    display: grid;
    grid-template-columns: minmax(0, 0.86fr) minmax(0, 1fr);
    gap: clamp(16px, 2vw, 24px);
    align-items: end;
}

.ti-venue-card {
    position: relative;
    min-height: clamp(280px, 34vw, 480px);
    margin: 0;
    overflow: hidden;
    border: 1px solid rgba(200, 145, 75, 0.38);
    background:
        linear-gradient(180deg, rgba(8, 8, 8, 0.1), rgba(8, 8, 8, 0.82)),
        var(--ti-venue-image, linear-gradient(135deg, #f7f3ee 0%, #d7d1c7 34%, #0b0b0b 34.4%, #080808 100%));
    background-position: center;
    background-size: cover;
    box-shadow: 0 28px 70px rgba(0, 0, 0, 0.34);
}

.ti-venue-card::before {
    content: "";
    position: absolute;
    inset: 18px;
    border: 1px solid rgba(224, 179, 110, 0.42);
}

.ti-venue-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 44%, rgba(8, 8, 8, 0.76));
}

.ti-venue-card--agency {
    min-height: clamp(340px, 40vw, 560px);
    background-position: center 28%;
}

.ti-venue-card span {
    position: absolute;
    left: 34px;
    right: 34px;
    bottom: 34px;
    z-index: 1;
    color: var(--ti-white);
    font-family: var(--ti-heading-font);
    font-size: clamp(1.65rem, 2.5vw, 3rem);
    line-height: 1.02;
}

.ti-section--gold {
    color: #15110c;
    background: linear-gradient(135deg, #b47a37, #e0b36e 48%, #9f672d);
}

.ti-experience {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    background: rgba(21, 17, 12, 0.22);
}

.ti-stat {
    min-height: 190px;
    padding: clamp(24px, 4vw, 42px);
    background: rgba(255, 244, 226, 0.22);
}

.ti-stat strong {
    display: block;
    font-family: Georgia, 'Times New Roman', serif;
    font-size: clamp(2.1rem, 4vw, 4.1rem);
    font-weight: 400;
    text-transform: none;
}

.ti-stat span {
    display: block;
    max-width: 280px;
    margin-top: 12px;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: none;
}

.ti-reservation {
    background:
        linear-gradient(90deg, rgba(8, 8, 8, 0.96), rgba(8, 8, 8, 0.82)),
        #080808;
}

.ti-reservation__inner {
    display: grid;
    grid-template-columns: minmax(0, 0.8fr) minmax(300px, 0.58fr);
    gap: clamp(34px, 6vw, 76px);
    align-items: start;
}

.ti-form {
    display: grid;
    gap: 16px;
    padding: clamp(22px, 4vw, 34px);
    border: 1px solid rgba(200, 145, 75, 0.42);
    background: rgba(8, 8, 8, 0.84);
}

.ti-form label {
    display: grid;
    gap: 8px;
    color: var(--ti-gold-soft);
    font-size: 0.9rem;
    letter-spacing: 0;
    text-transform: none;
}

.ti-form input,
.ti-form select {
    width: 100%;
    min-height: 52px;
    padding: 0 14px;
    border: 1px solid rgba(200, 145, 75, 0.32);
    border-radius: 0;
    color: var(--ti-white);
    background: rgba(255, 255, 255, 0.04);
}

.ti-form input:focus,
.ti-form select:focus {
    outline: 2px solid rgba(224, 179, 110, 0.38);
    border-color: var(--ti-gold-soft);
}

.ti-price-line {
    margin-top: 20px !important;
    color: var(--ti-white) !important;
}

.ti-price-line strong {
    color: var(--ti-gold-soft);
}

.ti-form button:disabled {
    opacity: 0.65;
    cursor: wait;
}

.ti-form-status {
    min-height: 22px;
    margin: 0;
    color: var(--ti-muted);
    font-size: 0.9rem;
}

.ti-lp-footer {
    padding: 28px clamp(18px, 4vw, 56px);
    color: var(--ti-muted);
    background: #080808;
    border-top: 1px solid rgba(200, 145, 75, 0.28);
}

.ti-lp-footer .ti-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.ti-lp-footer p {
    margin: 0;
}

.ti-lp-footer a {
    color: var(--ti-gold-soft);
    text-decoration: none;
    text-transform: none;
    letter-spacing: 0;
    font-size: 0.9rem;
}

@media (max-width: 991px) {
    .ti-lp-header {
        position: absolute;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .ti-lp-brand {
        align-items: center;
        margin-inline: auto;
    }

    .ti-lp-nav {
        display: none;
    }

    .ti-hero {
        padding-top: 112px;
        background:
            linear-gradient(180deg, rgba(8, 8, 8, 0.94), rgba(8, 8, 8, 0.7)),
            #080808;
    }

    .ti-hero__content,
    .ti-split,
    .ti-venue,
    .ti-reservation__inner {
        grid-template-columns: 1fr;
    }

    .ti-venue__gallery {
        grid-template-columns: 1fr;
        justify-items: center;
    }

    .ti-venue-card {
        width: min(100%, 520px);
        background-position: center 58%;
    }

    .ti-venue-card--agency {
        background-position: center 22%;
    }

    .ti-hero__content {
        align-items: start;
        min-height: auto;
    }

    .ti-hero-visual {
        justify-self: start;
        width: min(100%, 360px);
    }

    .ti-experience {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 575px) {
    .ti-lp-brand {
        max-width: 250px;
        font-size: 1rem;
        letter-spacing: 0.12em;
    }

    .ti-lp-brand small {
        letter-spacing: 0.18em;
    }

    .ti-hero {
        padding-inline: 16px;
    }

    .ti-hero::before {
        inset: 12px;
    }

    .ti-hero h1 {
        font-size: clamp(2.9rem, 15vw, 4.4rem);
    }

    .ti-kicker,
    .ti-subtitle {
        letter-spacing: 0.08em;
    }

    .ti-event-strip div {
        grid-template-columns: 60px 1fr;
        min-height: 74px;
        font-size: 0.95rem;
    }

    .ti-event-strip i {
        width: 44px;
        height: 44px;
    }

    .ti-btn {
        width: 100%;
        padding-inline: 16px;
    }

    .ti-lp-footer .ti-container {
        align-items: flex-start;
        flex-direction: column;
    }
}

/* Landing Parlons Immobilier - version claire issue du brief PDF */
body.home {
    background: var(--ti-page-bg, #f7f4ee);
    color: var(--ti-builder-text, #171514);
}

.ti-lp-header {
    color: #171514;
    background: rgba(247, 244, 238, 0.9);
    border-bottom: 1px solid rgba(17, 17, 17, 0.08);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
}

.ti-lp-brand small,
.ti-lp-nav a {
    color: rgba(23, 21, 20, 0.68);
}

.ti-lp-nav a:hover {
    color: #9f672d;
}

.ti-lp {
    background:
        linear-gradient(180deg, var(--ti-page-bg, #f7f4ee) 0%, var(--ti-section-bg, #fffdf9) 50%, #f1ebe1 100%);
}

.ti-hero {
    min-height: auto;
    padding: clamp(116px, 12vw, 154px) clamp(18px, 5vw, 72px) clamp(58px, 8vw, 96px);
    border: 0;
    background:
        var(--ti-hero-bg, linear-gradient(115deg, rgba(247, 244, 238, 0.98) 0%, rgba(247, 244, 238, 0.96) 57%, rgba(225, 214, 197, 0.72) 57.2%, rgba(247, 244, 238, 0.94) 100%)),
        var(--ti-hero-bg-color, #f7f4ee);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    isolation: isolate;
}

.ti-hero::before {
    inset: clamp(16px, 2vw, 26px);
    border-color: rgba(159, 103, 45, 0.2);
    z-index: 1;
}

.ti-hero::after {
    inset: 0;
    width: auto;
    height: auto;
    transform: none;
    background: var(--ti-hero-overlay-color, #f7f4ee);
    opacity: var(--ti-hero-overlay-opacity, 0.96);
    z-index: 0;
}

.ti-hero__shade {
    display: none;
}

.ti-hero__content {
    grid-template-columns: minmax(0, 1fr) minmax(260px, 390px);
    align-items: center;
    min-height: auto;
}

.ti-hero__copy {
    max-width: 790px;
}

.ti-kicker,
.ti-subtitle {
    color: var(--ti-builder-accent, #9f672d);
}

.ti-kicker {
    font-weight: 800;
}

.ti-hero h1,
.ti-section h2 {
    color: var(--ti-builder-text, #171514);
    text-transform: var(--ti-title-transform, uppercase);
}

.ti-title-case-sentence .ti-hero h1,
.ti-title-case-sentence .ti-section h2,
.ti-title-case-sentence .ti-programme h3 {
    text-transform: lowercase;
}

.ti-title-case-sentence .ti-hero h1::first-letter,
.ti-title-case-sentence .ti-section h2::first-letter,
.ti-title-case-sentence .ti-programme h3::first-letter {
    text-transform: uppercase;
}

.ti-hero h1 {
    max-width: 720px;
    font-size: clamp(3.4rem, 7vw, 6.8rem);
    line-height: 0.96;
}

.ti-subtitle {
    max-width: 680px;
    margin-top: 20px;
    color: var(--ti-builder-muted, #5c554d);
    letter-spacing: 0.08em;
    line-height: 1.75;
}

.ti-event-strip {
    max-width: 640px;
    border-top-color: rgba(159, 103, 45, 0.22);
}

.ti-event-strip div {
    min-height: 72px;
    color: var(--ti-builder-text, #171514);
    border-bottom-color: rgba(159, 103, 45, 0.22);
}

.ti-event-strip i {
    color: var(--ti-builder-accent, #9f672d);
    border-color: rgba(159, 103, 45, 0.36);
    background: rgba(255, 253, 249, 0.7);
}

.ti-btn--ghost {
    color: var(--ti-builder-text, #171514);
    background: rgba(255, 255, 255, 0.42);
}

.ti-btn--primary {
    background: var(--ti-builder-button-bg, #c8914b);
    color: var(--ti-builder-button-text, #111111);
    border-color: var(--ti-builder-button-bg, #c8914b);
}

.ti-btn--primary:hover {
    background: var(--ti-builder-button-bg, #c8914b);
    border-color: var(--ti-builder-button-bg, #c8914b);
    filter: brightness(1.06);
}

.ti-note {
    max-width: 560px;
    margin: 18px 0 0;
    color: var(--ti-builder-muted, #766e65);
    line-height: 1.7;
}

.ti-hero-visual {
    width: min(100%, 360px);
    background: rgba(255, 253, 249, 0.7);
    box-shadow: 0 28px 70px rgba(60, 42, 25, 0.14);
}

.ti-hero-visual__frame {
    filter: grayscale(0.2) contrast(1.02);
    background:
        linear-gradient(180deg, rgba(247, 244, 238, 0.08), rgba(23, 21, 20, 0.28)),
        linear-gradient(135deg, #e6ded0, #fffdf9 54%, #b78a51);
}

.ti-section {
    padding: clamp(64px, 9vw, 112px) clamp(18px, 5vw, 72px);
}

.ti-section h2 {
    max-width: 680px;
    font-size: clamp(2.3rem, 4vw, 4.7rem);
}

.ti-section--intro,
.ti-section--program,
.ti-section--faq,
.ti-reservation {
    background: var(--ti-section-bg, #fffdf9);
}

.ti-intro,
.ti-faq {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1fr);
    gap: clamp(36px, 6vw, 92px);
    align-items: start;
}

.ti-intro__text {
    display: grid;
    gap: 18px;
    color: var(--ti-builder-muted, #5c554d);
    font-size: clamp(1.05rem, 1.45vw, 1.2rem);
    line-height: 1.9;
}

.ti-intro__text p {
    margin: 0;
}

.ti-intro__left,
.ti-intro__right {
    display: grid;
    gap: clamp(24px, 4vw, 42px);
    align-content: start;
}

.ti-intro__right {
    padding-top: clamp(12px, 2vw, 34px);
}

.ti-intro__right h2 {
    margin-top: 0;
}

.ti-intro-visual {
    position: relative;
    min-height: clamp(280px, 35vw, 430px);
    overflow: hidden;
    border: 1px solid rgba(200, 145, 75, 0.36);
    background:
        linear-gradient(125deg, rgba(8, 8, 8, 0.25), rgba(8, 8, 8, 0.86)),
        var(--ti-objective-image, linear-gradient(135deg, #191919, #090909 58%, #3a2a18));
    background-position: center;
    background-size: cover;
    box-shadow: 0 26px 70px rgba(0, 0, 0, 0.28);
}

.ti-intro-visual--secondary {
    min-height: clamp(240px, 28vw, 360px);
}

.ti-intro-visual::before {
    content: "";
    position: absolute;
    inset: 18px;
    border: 1px solid rgba(224, 179, 110, 0.44);
}

.ti-intro-visual::after {
    content: "";
    position: absolute;
    top: -12%;
    right: 34%;
    width: 1px;
    height: 126%;
    transform: rotate(16deg);
    background: rgba(247, 243, 238, 0.2);
}

.ti-intro-visual span {
    position: absolute;
    inset: auto 22px 22px 22px;
    height: 34%;
    background: linear-gradient(180deg, transparent, rgba(8, 8, 8, 0.78));
}

.ti-intro-visual strong,
.ti-intro-visual em {
    position: absolute;
    left: 38px;
    right: 38px;
    z-index: 1;
}

.ti-intro-visual strong {
    bottom: 68px;
    color: var(--ti-white);
    font-family: var(--ti-heading-font);
    font-size: clamp(1.9rem, 3vw, 3.4rem);
    font-weight: 500;
    line-height: 1;
    text-transform: none;
}

.ti-intro-visual em {
    bottom: 38px;
    color: var(--ti-gold-soft);
    font-size: 0.78rem;
    font-style: normal;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: none;
}

.ti-split {
    grid-template-columns: minmax(0, 0.9fr) minmax(430px, 1.1fr);
}

.ti-programme article {
    border-top-color: rgba(159, 103, 45, 0.24);
}

.ti-programme h3 {
    color: var(--ti-builder-text, #171514);
    text-transform: var(--ti-title-transform, none);
}

.ti-title-case-sentence .ti-programme h3 {
    text-transform: lowercase;
}

.ti-title-case-sentence .ti-programme h3::first-letter {
    text-transform: uppercase;
}

.ti-programme p,
.ti-reservation p {
    color: var(--ti-builder-muted, #5c554d);
}

.ti-section--gold {
    color: #171514;
    background: #e0b36e;
}

.ti-stat {
    background: rgba(255, 253, 249, 0.26);
}

.ti-faq__items {
    display: grid;
    gap: 12px;
}

.ti-faq details {
    padding: 20px 22px;
    border: 1px solid rgba(159, 103, 45, 0.2);
    background: #f7f4ee;
}

.ti-faq summary {
    cursor: pointer;
    color: var(--ti-builder-text, #171514);
    font-weight: 800;
}

.ti-faq p {
    margin: 12px 0 0;
    color: var(--ti-builder-muted, #5c554d);
    line-height: 1.75;
}

.ti-reservation {
    background:
        linear-gradient(135deg, rgba(247, 244, 238, 0.92), rgba(255, 253, 249, 1)),
        #fffdf9;
}

.ti-form {
    background: #171514;
    box-shadow: 0 24px 70px rgba(23, 21, 20, 0.16);
}

.ti-price-line {
    color: #171514 !important;
}

.ti-form .ti-price-line,
.ti-form-status {
    color: #d8d0c4;
}

.ti-lp-footer {
    background: #171514;
}

@media (max-width: 991px) {
    .ti-lp-header {
        position: fixed;
    }

    .ti-hero,
    .ti-hero {
        background: #f7f4ee;
    }

    .ti-hero__content,
    .ti-intro,
    .ti-faq {
        grid-template-columns: 1fr;
    }

    .ti-hero-visual {
        justify-self: stretch;
        width: min(100%, 420px);
    }

    .ti-split {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 575px) {
    .ti-hero h1 {
        font-size: clamp(3rem, 17vw, 4.6rem);
    }

    .ti-subtitle,
    .ti-kicker {
        letter-spacing: 0.12em;
    }
}

/* Landing Parlons Immobilier - theme noir premium */
body.home {
    background: #080808;
    color: var(--ti-white);
}

.ti-lp-header {
    color: var(--ti-white);
    background: linear-gradient(180deg, rgba(5, 5, 5, 0.9), rgba(5, 5, 5, 0.38));
    border-bottom: 1px solid rgba(200, 145, 75, 0.2);
}

.ti-lp-brand small,
.ti-lp-nav a {
    color: rgba(247, 243, 238, 0.72);
}

.ti-lp-nav a:hover {
    color: var(--ti-gold-soft);
}

.ti-lp {
    background:
        radial-gradient(circle at 80% 8%, rgba(200, 145, 75, 0.14), transparent 30%),
        linear-gradient(180deg, #080808 0%, #121110 48%, #080808 100%);
}

.ti-hero {
    border: 1px solid rgba(200, 145, 75, 0.28);
    background:
        var(--ti-hero-bg, linear-gradient(135deg, #111, #080808)),
        #080808;
    background-position: center;
    background-size: cover;
}

.ti-hero::before {
    border-color: rgba(200, 145, 75, 0.42);
}

.ti-hero::after {
    inset: 0;
    width: auto;
    height: auto;
    transform: none;
    background:
        linear-gradient(
            112deg,
            color-mix(in srgb, var(--ti-hero-overlay-color, #080808) 98%, transparent) 0%,
            color-mix(in srgb, var(--ti-hero-overlay-color, #080808) 94%, transparent) 57%,
            color-mix(in srgb, var(--ti-hero-overlay-color, #080808) 70%, transparent) 57.2%,
            color-mix(in srgb, var(--ti-hero-overlay-color, #080808) 90%, transparent) 100%
        );
    opacity: var(--ti-hero-overlay-opacity, 0.58);
}

.ti-lp.has-no-hero-overlay .ti-hero::after {
    display: none;
}

.ti-lp.has-no-hero-overlay .ti-hero {
    border: 0;
}

.ti-lp.has-no-hero-overlay .ti-hero::before {
    display: none;
}

.ti-kicker,
.ti-subtitle {
    color: var(--ti-gold-soft);
}

.ti-hero h1,
.ti-section h2 {
    color: var(--ti-white);
}

.ti-subtitle {
    color: rgba(247, 243, 238, 0.74);
}

.ti-event-strip {
    border-top-color: rgba(200, 145, 75, 0.28);
}

.ti-event-strip div {
    color: var(--ti-white);
    border-bottom-color: rgba(200, 145, 75, 0.28);
}

.ti-event-strip i {
    color: var(--ti-gold-soft);
    border-color: var(--ti-line);
    background: rgba(255, 255, 255, 0.04);
}

.ti-btn--ghost {
    color: var(--ti-white);
    background: rgba(255, 255, 255, 0.035);
}

.ti-note,
.ti-intro__text,
.ti-programme p,
.ti-reservation p,
.ti-faq p {
    color: var(--ti-muted);
}

.ti-hero-visual {
    background: linear-gradient(145deg, rgba(224, 179, 110, 0.13), rgba(255, 255, 255, 0.035));
    box-shadow: 0 28px 80px rgba(0, 0, 0, 0.52);
}

.ti-hero-visual__frame {
    filter: grayscale(0.82) contrast(1.08);
    background:
        linear-gradient(180deg, rgba(8, 8, 8, 0.18), rgba(8, 8, 8, 0.82)),
        linear-gradient(135deg, #191919, #080808 58%, #3a2a18);
}

.ti-section--intro,
.ti-section--program,
.ti-section--faq,
.ti-reservation {
    background: #0c0c0c;
}

.ti-programme article {
    border-top-color: rgba(200, 145, 75, 0.32);
}

.ti-programme h3,
.ti-faq summary {
    color: var(--ti-white);
}

.ti-section--gold {
    color: #15110c;
    background: linear-gradient(135deg, #b47a37, #e0b36e 48%, #9f672d);
}

.ti-stat {
    background: rgba(255, 244, 226, 0.22);
}

.ti-faq details {
    border-color: rgba(200, 145, 75, 0.26);
    background: rgba(255, 255, 255, 0.035);
}

.ti-reservation {
    background:
        linear-gradient(90deg, rgba(8, 8, 8, 0.96), rgba(8, 8, 8, 0.82)),
        #080808;
}

.ti-form {
    background: rgba(8, 8, 8, 0.86);
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.38);
}

.ti-price-line {
    color: var(--ti-white) !important;
}

.ti-form-status {
    color: var(--ti-muted);
}

.ti-privacy-consents {
    display: grid;
    gap: 10px;
}

.ti-consent {
    display: grid !important;
    grid-template-columns: 18px 1fr;
    align-items: start;
    gap: 10px !important;
    color: rgba(247, 243, 238, 0.76) !important;
    font-size: 0.78rem !important;
    letter-spacing: 0 !important;
    line-height: 1.55;
    text-transform: none !important;
}

.ti-consent input {
    width: 18px;
    min-height: 18px;
    margin-top: 2px;
    accent-color: var(--ti-gold-soft);
}

.ti-consent a {
    color: var(--ti-gold-soft);
}

.ti-lp-footer {
    background: #080808;
}

@media (max-width: 991px) {
    .ti-hero,
    .ti-hero {
        background:
            var(--ti-hero-bg, linear-gradient(135deg, #111, #080808)),
            #080808;
        background-position: center center;
        background-size: cover;
    }

    .ti-hero::after {
        background:
            linear-gradient(
                180deg,
                color-mix(in srgb, var(--ti-hero-overlay-color, #080808) 96%, transparent),
                color-mix(in srgb, var(--ti-hero-overlay-color, #080808) 86%, transparent)
            );
    }
}

/* Ajustement typographique LP */
.ti-hero h1 {
    max-width: 660px;
    font-size: clamp(3rem, 5.4vw, 5.45rem);
    line-height: 1.02;
}

.ti-section h2 {
    max-width: 620px;
    font-size: clamp(2rem, 3vw, 3.35rem);
    line-height: 1.08;
}

.ti-section--program .ti-section h2,
.ti-split > div:first-child h2 {
    max-width: 520px;
    font-size: clamp(2rem, 2.65vw, 3rem);
}

.ti-programme h3 {
    font-size: clamp(1.35rem, 1.75vw, 1.75rem);
    line-height: 1.18;
}

@media (min-width: 1400px) {
    .ti-hero h1 {
        font-size: 5.15rem;
    }

    .ti-section h2 {
        font-size: 3.05rem;
    }
}

@media (max-width: 575px) {
    .ti-hero h1 {
        font-size: clamp(2.65rem, 13vw, 3.65rem);
    }

    .ti-section h2,
    .ti-split > div:first-child h2 {
        font-size: clamp(2rem, 10vw, 2.75rem);
    }
}

.ti-builder-free {
    overflow: hidden;
    margin: var(--am360-section-margin-y, 0) 0;
    padding: var(--am360-section-padding-y, clamp(58px, 8vw, 118px)) var(--am360-section-padding-x, 0);
    background-color: var(--am360-section-bg, var(--ti-section-bg));
    background-image: var(--am360-section-bg-image, none);
    background-position: center;
    background-size: cover;
    color: var(--am360-section-text, var(--ti-builder-text));
}

.ti-builder-free__intro {
    display: grid;
    gap: 14px;
    max-width: 760px;
}

.ti-builder-free__intro h2 {
    margin: 0;
    color: var(--am360-section-title, var(--ti-builder-text));
    font-family: var(--ti-heading-font);
    font-size: clamp(2.1rem, 4.3vw, 4.8rem);
    line-height: .98;
    text-transform: var(--ti-title-transform);
}

.ti-builder-free__intro p {
    margin: 0;
    color: var(--am360-section-muted, var(--ti-builder-muted));
    font-size: clamp(1rem, 1.35vw, 1.18rem);
    line-height: 1.72;
}

.ti-builder-free__intro .ti-btn {
    justify-self: start;
    margin-top: 4px;
}

.ti-builder-free__split {
    display: grid;
    grid-template-columns: minmax(0, .92fr) minmax(320px, 1.08fr);
    gap: clamp(24px, 4vw, 58px);
    align-items: center;
}

.ti-builder-free__media {
    min-height: clamp(300px, 42vw, 560px);
    margin: 0;
    background: #111827;
    overflow: hidden;
}

.ti-builder-free__media img,
.ti-builder-free__media video,
.ti-builder-swiper-card img,
.ti-builder-swiper-card video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ti-builder-free__columns {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 28px;
}

.ti-builder-free__columns article {
    min-height: 190px;
    padding: 24px;
    border: 1px solid rgba(17, 24, 39, .1);
    background: rgba(255, 255, 255, .48);
}

.ti-builder-free__columns h3,
.ti-builder-swiper-card p {
    margin: 0;
    color: var(--am360-section-title, var(--ti-builder-text));
    font-weight: 900;
}

.ti-builder-free__columns p {
    margin: 12px 0 0;
    color: var(--am360-section-muted, var(--ti-builder-muted));
    line-height: 1.65;
}

.ti-builder-free--swiper .ti-container {
    margin-bottom: 26px;
}

.am360-free-swiper {
    width: 100%;
    padding: 0 clamp(18px, 5vw, 72px) 44px;
    overflow: visible;
}

.am360-free-swiper .swiper-wrapper {
    align-items: stretch;
}

.am360-free-swiper .swiper-slide {
    height: auto;
}

.ti-builder-swiper-card {
    display: grid;
    grid-template-rows: minmax(260px, 28vw) auto;
    height: 100%;
    background: #fff;
    border: 1px solid rgba(17, 24, 39, .1);
    overflow: hidden;
}

.ti-builder-swiper-card p {
    padding: 16px 18px;
}

.am360-free-swiper .swiper-pagination {
    position: static;
    margin-top: 22px;
}

.am360-free-swiper .swiper-pagination-bullet {
    width: 28px;
    height: 3px;
    border-radius: 0;
    background: var(--ti-builder-muted);
    opacity: .25;
}

.am360-free-swiper .swiper-pagination-bullet-active {
    background: var(--ti-builder-accent);
    opacity: 1;
}

@media (max-width: 900px) {
    .ti-builder-free__split,
    .ti-builder-free__columns {
        grid-template-columns: 1fr;
    }

    .ti-builder-free__media {
        min-height: 320px;
    }
}
