/* =====================================================
   ABOUT PAGE STYLES
   ===================================================== */

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

.about {
    position: relative;
    min-height: 100vh;
    min-height: 100svh;
    display: flex;
    align-items: center;
    overflow: hidden;

    background:
        linear-gradient(
            90deg,
            rgba(5,5,5,0.98) 0%,
            rgba(5,5,5,0.88) 38%,
            rgba(5,5,5,0.50) 70%,
            rgba(5,5,5,0.72) 100%
        ),
        url("../assets/img/chambre_triple_x001.jpeg?auto=format&fit=crop&w=2200&q=85")
        center / cover no-repeat;
}

/* =====================================================
   GOLDEN GLOW - COIN DROIT
   ===================================================== */

.about::after {
    content: "";
    position: absolute;

    width: 520px;
    height: 520px;

    right: -220px;
    top: 50%;

    transform: translateY(-50%);

    background: radial-gradient(
        circle,
        rgba(201,164,92,0.32) 0%,
        rgba(201,164,92,0.16) 22%,
        rgba(201,164,92,0.07) 45%,
        transparent 72%
    );

    filter: blur(25px);
    pointer-events: none;
    z-index: 1;
}

/* =====================================================
   DECORATIVE GOLD LINE
   ===================================================== */

.gold-line {
    position: absolute;
    left: 6%;
    top: 12%;

    width: 1px;
    height: 76%;

    background: linear-gradient(
        to bottom,
        transparent,
        var(--gold),
        transparent
    );

    opacity: 0.45;
}

/* =====================================================
   CONTENT
   ===================================================== */

.about-container {
    position: relative;
    z-index: 3;

    width: min(1200px, 88%);
    margin: auto;

    padding: 100px 0;
}

.eyebrow {
    display: flex;
    align-items: center;
    gap: 18px;

    color: var(--gold);
    font-size: 11px;
    font-weight: 500;

    letter-spacing: 5px;
    text-transform: uppercase;

    margin-bottom: 25px;

    animation: fadeUp 1s ease forwards;
}

.eyebrow span {
    display: block;
    width: 45px;
    height: 1px;
    background: var(--gold);
}

.about h1 {
    max-width: 760px;

    font-family: 'Cormorant Garamond', serif;

    font-size: clamp(58px, 7vw, 110px);
    line-height: 0.88;

    font-weight: 400;
    letter-spacing: -2px;

    color: var(--text-inverse);

    margin-bottom: 35px;

    animation: fadeUp 1s ease 0.15s both;
}

.about h1 strong {
    color: var(--gold-light);
    font-weight: 400;
    font-style: italic;
}

.intro {
    max-width: 680px;

    font-size: 15px;
    line-height: 1.9;

    color: rgba(244, 239, 229, 0.8);

    font-weight: 300;

    margin-bottom: 55px;

    animation: fadeUp 1s ease 0.3s both;
}

/* =====================================================
   FEATURES
   ===================================================== */

.features {
    display: grid;
    grid-template-columns: repeat(3, 1fr);

    max-width: 900px;

    border-top: 1px solid var(--border-strong);
    border-bottom: 1px solid var(--border-strong);

    animation: fadeUp 1s ease 0.45s both;
}

.feature {
    padding: 30px 28px;

    border-right: 1px solid var(--border);
}

.feature:last-child {
    border-right: none;
}

.feature-number {
    color: var(--gold);

    font-family: 'Cormorant Garamond', serif;

    font-size: 36px;
    font-weight: 400;

    margin-bottom: 8px;
}

.feature-title {
    font-size: 15px;

    text-transform: uppercase;
    letter-spacing: 2px;

    color: #ffffff;

    margin-bottom: 10px;
    font-weight: 600;
}

.feature-text {
    color: #f0ece4;

    font-size: 15px;
    line-height: 1.75;

    font-weight: 400;
}

[data-theme="light"] .about .feature-title {
    color: #1a1a1a;
}

[data-theme="light"] .about .feature-text {
    color: #4a4a4a;
}

/* =====================================================
   CTA
   ===================================================== */

.cta {
    display: inline-flex;
    align-items: center;
    gap: 18px;

    margin-top: 45px;

    color: var(--text-inverse);

    font-size: 11px;
    letter-spacing: 3px;

    text-decoration: none;
    text-transform: uppercase;

    transition: 0.4s ease;

    animation: fadeUp 1s ease 0.6s both;
}

.cta-line {
    width: 65px;
    height: 1px;

    background: var(--gold);

    transition: 0.4s ease;
}

.cta:hover {
    color: var(--gold-light);
}

.cta:hover .cta-line {
    width: 100px;
}

/* =====================================================
   SIDE LABEL
   ===================================================== */

.side-label {
    position: absolute;

    right: 45px;
    bottom: 55px;

    z-index: 4;

    writing-mode: vertical-rl;

    font-size: 9px;
    letter-spacing: 5px;

    color: rgba(244,239,229,0.55);

    text-transform: uppercase;
}

/* =====================================================
   SCROLL INDICATOR
   ===================================================== */

.scroll {
    position: absolute;

    left: 50%;
    bottom: 30px;

    transform: translateX(-50%);

    z-index: 5;

    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;

    color: rgba(244,239,229,0.55);

    font-size: 8px;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.scroll-line {
    width: 1px;
    height: 45px;

    background: linear-gradient(
        to bottom,
        var(--gold),
        transparent
    );

    animation: scrollPulse 2s infinite;
}

/* =====================================================
   STORY SECTION
   ===================================================== */

.about-story {
    background-color: var(--bg);
    padding: 100px 2rem;
}

.story-container {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
}

.story-content h2 {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(45px, 5vw, 65px);
    color: var(--text);
    margin-bottom: 2rem;
    font-weight: 400;
}

.story-content p {
    color: var(--text-secondary);
    line-height: 1.9;
    margin-bottom: 1.5rem;
    font-weight: 300;
}

.story-image {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.story-image img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 10px;
    /* Effet tamisé radial plus visible */
    box-shadow: inset 0 0 200px rgba(0, 0, 0, 0.85);
    transition: transform 0.3s ease;
    position: relative;
    z-index: 1;
}

.story-image:hover img {
    transform: scale(1.05);
}

/* Animation Halo */
.image-halo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 350px;
    height: 350px;
    border-radius: 50%;
    background: radial-gradient(
        circle,
        rgba(255, 219, 136, 0.3) 0%,
        rgba(255, 219, 136, 0.15) 40%,
        rgba(255, 219, 136, 0.05) 70%,
        transparent 100%
    );
    animation: haloAnimation 3s ease-in-out infinite;
    pointer-events: none;
    z-index: 2;
    mix-blend-mode: screen;
}

@keyframes haloAnimation {
    0%, 100% {
        transform: translate(-50%, -50%) scale(0.8);
        opacity: 0.4;
    }
    50% {
        transform: translate(-50%, -50%) scale(1.4);
        opacity: 0.9;
    }
}

/* =====================================================
   WHY CHOOSE US SECTION
   ===================================================== */

.why-choose-us {
    background-color: var(--bg-soft);
    padding: 100px 2rem;
}

.why-container {
    max-width: 1200px;
    margin: 0 auto;
}

.why-container h2 {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(45px, 5vw, 65px);
    color: var(--text);
    text-align: center;
    margin-bottom: 4rem;
    font-weight: 400;
}

.why-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
}

.why-item {
    text-align: center;
    padding: 2rem;
    border: 1px solid var(--border);
    border-radius: 10px;
    transition: transform 0.3s, border-color 0.3s;
}

.why-item:hover {
    transform: translateY(-5px);
    border-color: var(--gold);
}

.why-icon {
    font-size: 3rem;
    margin-bottom: 1rem;
}

.why-item h3 {
    color: var(--gold);
    font-size: 1.2rem;
    margin-bottom: 1rem;
    font-weight: 500;
}

.why-item p {
    color: var(--text-muted);
    line-height: 1.6;
    font-weight: 300;
}

/* =====================================================
   ANIMATION
   ===================================================== */

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(35px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes scrollPulse {
    0%, 100% {
        opacity: 0.3;
        transform: scaleY(0.7);
    }
    50% {
        opacity: 1;
        transform: scaleY(1);
    }
}

/* =====================================================
   TABLET
   ===================================================== */

@media (max-width: 1024px) {
    .about-container {
        width: 86%;
    }

    .gold-line {
        left: 4%;
    }

    .about h1 {
        font-size: clamp(58px, 9vw, 85px);
        max-width: 650px;
    }

    .intro {
        max-width: 600px;
    }

    .features {
        max-width: 760px;
    }

    .feature {
        padding: 25px 20px;
    }

    .side-label {
        right: 25px;
    }

    .story-container {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .story-image img {
        height: 300px;
    }
}

/* =====================================================
   MOBILE
   ===================================================== */

@media (max-width: 767px) {
    .about {
        min-height: auto;

        background:
            linear-gradient(
                180deg,
                rgba(5,5,5,0.72) 0%,
                rgba(5,5,5,0.91) 55%,
                #050505 100%
            ),
            url("https://images.unsplash.com/photo-1500530855697-b586d89ba3ee?auto=format&fit=crop&w=1200&q=85")
            center / cover no-repeat;
    }

    .about::after {
        width: 380px;
        height: 380px;

        right: -190px;
        top: 30%;

        opacity: 0.7;
    }

    .gold-line {
        display: none;
    }

    .about-container {
        width: 88%;

        padding: 100px 0 110px;
    }

    .eyebrow {
        font-size: 9px;
        letter-spacing: 3px;

        gap: 12px;
    }

    .eyebrow span {
        width: 30px;
    }

    .about h1 {
        font-size: clamp(52px, 16vw, 75px);

        line-height: 0.91;

        letter-spacing: -1px;

        margin-bottom: 30px;
    }

    .intro {
        font-size: 13px;
        line-height: 1.85;

        margin-bottom: 45px;
    }

    .features {
        display: grid;

        grid-template-columns: 1fr;

        max-width: 100%;

        border-bottom: none;
    }

    .feature {
        padding: 22px 0;

        border-right: none;

        border-bottom: 1px solid rgba(201,164,92,0.22);
    }

    .feature:last-child {
        border-bottom: none;
    }

    .feature-number {
        font-size: 30px;
    }

    .feature-title {
        font-size: 14px;
        letter-spacing: 1.8px;
    }

    .feature-text {
        font-size: 14px;
        max-width: 320px;
    }

    .cta {
        margin-top: 35px;
        font-size: 9px;
        letter-spacing: 2px;
    }

    .side-label {
        display: none;
    }

    .scroll {
        display: none;
    }

    .story-content h2 {
        font-size: clamp(35px, 8vw, 50px);
    }

    .why-grid {
        grid-template-columns: 1fr;
    }
}

/* =====================================================
   SMALL PHONES
   ===================================================== */

@media (max-width: 380px) {
    .about-container {
        padding-top: 80px;
    }

    .about h1 {
        font-size: 50px;
    }

    .intro {
        font-size: 12px;
    }
}