/* =================================================================
   WHO WE ARE (+ video reel + stats)
   Location: template-parts/about/who-we-are/who-we-are.css
   Loaded on page-about.php via inc/enqueue.php
   All :root vars already in global.css — not repeated here.
================================================================= */

.about-section {
    position: relative;
    padding: calc(var(--nav-height) + 48px) 0 0;
    overflow-x: hidden;
}

@media (min-width: 769px) {
    .about-section {
        margin-top: 0;
    }
}

/* ── BIG BACKGROUND WORD ── */
.bg-title {
    position: absolute;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
    font-family: var(--font-primary);
    font-size: 12vw;
    color: rgba(255, 255, 255, .025);
    letter-spacing: .05em;
    font-weight: 500;
    white-space: nowrap;
    pointer-events: none;
    user-select: none;
}

/* ── WHO WE ARE LABEL ── */
.who-we-are-label {
    position: absolute;
    top: calc(var(--nav-height) - 14px);
    left: 36px;
    z-index: 100;
    background: transparent;
    color: #888888;
    font-family: var(--font-primary);
    font-size: 25px;
    font-weight: 500;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

@media (min-width: 769px) and (max-width: 991px) {
    .about-section {
        padding-top: calc(var(--nav-height) + 52px);
    }

    .who-we-are-label {
        top: calc(var(--nav-height) - 10px);
        left: 36px;
    }
}

@media (max-width: 768px) {
    .about-section {
        padding-top: calc(var(--nav-height) + 48px);
    }

    .who-we-are-label {
        top: calc(var(--nav-height) - 6px) !important;
        left: 18px;
        font-size: 16px;
        letter-spacing: 0.15em;
        transform: none;
    }

    .main-heading {
        margin-top: 18px !important;
    }
}

/* ── CONTAINER ── */
.container {
    width: min(1300px, 92%);
    margin: auto;
    position: relative;
    z-index: 2;
}

/* ── MAIN HEADING ── */
.main-heading {
    text-align: center;
    font-family: var(--font-primary);
    font-size: clamp(42px, 3.3vw, 60px);
    line-height: 1.12;
    font-weight: 400;
    letter-spacing: .03em;
    text-transform: uppercase;
    max-width: none;
    width: 100%;
    margin: auto;
    white-space: nowrap;
}

/* ── GLOW LINE ── */
.glow-line {
    width: 180px;
    height: 2px;
    margin: 18px auto 0;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .95), transparent);
    filter: blur(.5px);
    box-shadow:
        0 0 20px rgba(255, 255, 255, .7),
        0 0 40px rgba(255, 255, 255, .25);
}

/* ── INTRO TEXT ── */
.intro-text {
    text-align: center;
    margin: 18px auto 0;
    font-size: 16px;
    max-width: 700px;
    line-height: 1.8;
    color: #a8a8a8;
    overflow-wrap: normal;
    word-break: keep-all;
    hyphens: none;
}

.intro-description {
    text-align: center;
    max-width: 920px;
    margin: 18px auto 0;
    padding: 0 16px;
    font-size: clamp(15px, 1.25vw, 19px);
    line-height: 1.75;
    color: #b8b8b8;
    overflow-wrap: normal;
    word-break: normal;
    hyphens: none;
}

.mobile-intro-break {
    display: none;
}

/* ─── VALUES GRID ─── */
.values {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 70px;
}

.value {
    padding: 55px 35px 45px;
    text-align: center;
    position: relative;
}

.value:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 55px;
    right: 0;
    width: 1px;
    height: 72%;
    background: linear-gradient(to bottom,
        transparent,
        rgba(255, 255, 255, .22),
        rgba(255, 255, 255, .22),
        transparent);
}

.icon {
    width: 130px;
    height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 6px;
}

.value:nth-child(1) .icon img { transform: scale(1.35); }
.value:nth-child(2) .icon img { transform: scale(1); }
.value:nth-child(3) .icon img { transform: scale(1.5); }

.icon img {
    width: 150px;
    height: 150px;
    object-fit: contain;
    display: block;
    margin: auto;
    opacity: .8;
    filter: brightness(2.9);
}

.value h3 {
    font-family: var(--font-primary);
    font-size: 24px;
    letter-spacing: 5px;
    margin-bottom: 18px;
    font-weight: 400;
}

.value p {
    color: #bdbdbd;
    font-size: 15px;
    line-height: 1.75;
    max-width: 390px;
    margin: auto;
    overflow-wrap: normal;
    word-break: keep-all;
    hyphens: none;
}

.mini-line {
    width: 42px;
    height: 1px;
    background: rgba(255, 255, 255, .9);
    box-shadow: 0 0 6px rgba(255, 255, 255, .25);
    margin: 45px auto 0;
    opacity: .8;
}

/* ── VIDEO SECTION ── */
.video-section {
    position: relative;
    height: 140vh;
    margin-top: 80px;
    margin-bottom: 0;
    padding-bottom: 0;
}

.video-sticky {
    position: sticky;
    top: 0;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.video-wrap {
    width: min(1100px, 85vw);
    height: 70vh;
    border-radius: 24px;
    overflow: hidden;
    position: relative;
    will-change: transform;
    box-shadow: 0 40px 100px rgba(0, 0, 0, .65);
}

.video-wrap video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.video-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0,0,0,.12), rgba(0,0,0,.45));
    z-index: 2;
}

@media (max-width: 991px) {
    .video-section {
        height: auto;
        margin-top: 40px;
        margin-bottom: -1px;
    }

    .video-sticky {
        position: relative;
        height: auto;
        align-items: flex-start;
        padding: 0;
    }

    .video-wrap {
        width: 100vw;
        height: 56vw;
        border-radius: 0;
    }
}

/* ── STATS ── */
.reveries-stats {
    padding: 0 6% 120px;
}

@media (max-width: 768px) {
    .reveries-stats {
        padding: 0 6% 60px;
    }
}


.stats-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(280px, 520px));
    justify-content: center;
    gap: clamp(70px, 9vw, 140px);
    padding: 90px 0 100px;
}

.stat {
    position: relative;
    text-align: center;
}

.stat h2 {
    font-family: var(--font-primary);
    font-size: clamp(78px, 8vw, 125px);
    font-weight: 700;
    color: #f5f5f5;
    line-height: .9;
    filter: blur(6px);
    opacity: .35;
    transition: .7s;
}

.stat span {
    display: block;
    margin-top: 18px;
    color: #9b9b9b;
    font-size: 11px;
    letter-spacing: .45em;
    text-transform: uppercase;
}

.vf {
    position: absolute;
    width: 36px;
    height: 36px;
    opacity: .4;
}

.tl {
    top: 0;
    left: 0;
    border-top: 1px solid rgba(255,255,255,.35);
    border-left: 1px solid rgba(255,255,255,.35);
}

.tr {
    top: 0;
    right: 0;
    border-top: 1px solid rgba(255,255,255,.35);
    border-right: 1px solid rgba(255,255,255,.35);
}

.bl {
    bottom: 0;
    left: 0;
    border-bottom: 1px solid rgba(255,255,255,.35);
    border-left: 1px solid rgba(255,255,255,.35);
}

.br {
    bottom: 0;
    right: 0;
    border-bottom: 1px solid rgba(255,255,255,.35);
    border-right: 1px solid rgba(255,255,255,.35);
}

@media (max-width: 900px) {
    .stats-grid {
        grid-template-columns: minmax(260px, 520px);
        justify-content: center;
        gap: 70px;
        padding: 60px 0;
    }
}

@media (max-width: 520px) {
    .stat h2 {
        font-size: clamp(64px, 22vw, 98px);
    }

    .stat span {
        letter-spacing: .28em;
    }
}

/* ── BOTTOM BLOCK ── */
.bottom {
    position: relative;
    padding: 10px 0 120px;
    text-align: center;
}

.bottom h2 {
    font-family: var(--font-primary);
    font-size: clamp(2.8rem, 4.6vw, 5.9rem);
    line-height: 1.08;
    text-transform: uppercase;
    max-width: min(1380px, 96vw);
    margin: auto;
    letter-spacing: 0.01em;
    word-spacing: 0.12em;
    white-space: nowrap;
    overflow-wrap: normal;
    word-break: keep-all;
    hyphens: none;
    text-wrap: balance;
}

.bottom h2 br {
    display: block;
}

.bottom p {
    margin: 50px auto 0;
    max-width: 820px;
    color: #b7b7b7;
    line-height: 1.9;
    font-size: 21px;
}

/* ── RESPONSIVE ── */
@media (max-width: 991px) {
    .values {
        grid-template-columns: 1fr;
    }

    .value {
        border-right: none !important;
    }

    .main-heading {
        font-size: clamp(2rem, 9vw, 3rem);
        max-width: 94vw;
        white-space: normal;
        overflow-wrap: normal;
        word-break: normal;
    }

    .bottom h2 {
        font-size: clamp(2.2rem, 7.4vw, 4rem);
        line-height: 1.08;
        padding-inline: 2vw;
    }
}

@media (max-width: 768px) {
    .mobile-intro-break {
        display: block;
    }

    .intro-text {
        max-width: 96vw;
        font-size: clamp(10px, 3vw, 13px);
        line-height: 1.55;
        white-space: normal;
    }

    .intro-description {
        max-width: 94vw;
        margin-top: 14px;
        padding: 0 10px;
        font-size: clamp(13px, 3.6vw, 15px);
        line-height: 1.65;
    }

    .intro-text br {
        display: block;
    }

    .values {
        margin-top: 28px;
    }

    .value {
        padding: 22px 20px 32px;
    }

    .value p {
        max-width: min(92vw, 420px);
        font-size: 14px;
    }

    .bottom h2 {
        font-size: clamp(1.65rem, 6.2vw, 2.65rem);
        line-height: 1.05;
        padding-inline: 2vw;
        letter-spacing: 0.015em;
        word-spacing: 0.06em;
    }

    .bottom p {
        font-size: 16px;
        padding-inline: 4vw;
    }
}

@media (max-width: 480px) {
    .bottom h2 {
        font-size: clamp(1.08rem, 5.2vw, 1.75rem);
        letter-spacing: 0.005em;
        word-spacing: 0.04em;
    }
}
