:root {
    --bg: #050507;
    --text: #fff;
    --muted: rgba(255,255,255,.64);
    --soft: rgba(255,255,255,.84);
    --line: rgba(255,255,255,.12);
    --gold: #f3c66b;
    --pink: #ff3f9f;
    --violet: #8d5cff;
    --cyan: #39d7ff;
}

* {
    box-sizing: border-box;
}

body {
    background: var(--bg);
    color: var(--text);
    overflow-x: hidden;
}

.about-cinema {
    background:
        radial-gradient(circle at 15% 10%, rgba(255,63,159,.18), transparent 30%),
        radial-gradient(circle at 80% 20%, rgba(57,215,255,.12), transparent 32%),
        #050507;
    overflow: hidden;
}

/* HERO */

.about-film-hero {
    position: relative;
    min-height: 100vh;
    padding: 120px 7vw;
    display: flex;
    align-items: center;
    overflow: hidden;
    isolation: isolate;
}

.about-film-bg {
    position: absolute;
    inset: 0;
    z-index: -5;
    background:
        linear-gradient(135deg, rgba(255,63,159,.22), transparent 42%),
        url('/images/about/about-hero.jpg') center/cover no-repeat;
}

.about-film-bg video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: saturate(1.15) contrast(1.08);
}

.about-film-overlay {
    position: absolute;
    inset: 0;
    z-index: -4;
    background:
        linear-gradient(90deg, rgba(0,0,0,.94), rgba(0,0,0,.62), rgba(0,0,0,.25)),
        linear-gradient(180deg, rgba(0,0,0,.18), #050507 100%);
}

.about-film-noise {
    position: absolute;
    inset: 0;
    z-index: -3;
    opacity: .14;
    pointer-events: none;
    background-image:
        repeating-radial-gradient(circle at 20% 30%, rgba(255,255,255,.09) 0 1px, transparent 1px 3px);
    mix-blend-mode: overlay;
}

.about-hero-content {
    position: relative;
    z-index: 3;
    max-width: 980px;
}

.about-kicker,
.about-section-kicker {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: var(--gold);
    text-transform: uppercase;
    letter-spacing: .22em;
    font-size: 12px;
    font-weight: 900;
}

.about-kicker span {
    width: 44px;
    height: 1px;
    background: var(--gold);
}

.about-hero-content h1 {
    margin: 26px 0 24px;
    max-width: 1120px;
    font-size: clamp(58px, 11vw, 160px);
    line-height: .82;
    letter-spacing: -.08em;
    text-transform: uppercase;
    font-weight: 950;
    text-shadow: 0 28px 90px rgba(0,0,0,.9);
}

.about-hero-content h1 strong {
    display: block;
    color: transparent;
    -webkit-text-stroke: 1px rgba(255,255,255,.75);
}

.about-hero-content p {
    max-width: 700px;
    color: var(--soft);
    font-size: clamp(18px, 2vw, 24px);
    line-height: 1.6;
}

.about-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 34px;
}

.about-btn {
    min-height: 56px;
    padding: 0 28px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-weight: 900;
    letter-spacing: .04em;
    transition: .35s ease;
}

.about-btn-main {
    color: #08080b;
    background: linear-gradient(135deg, #fff, var(--gold));
    box-shadow: 0 18px 60px rgba(243,198,107,.28);
}

.about-btn-ghost {
    color: #fff;
    border: 1px solid var(--line);
    background: rgba(255,255,255,.08);
    backdrop-filter: blur(16px);
}

.about-btn:hover {
    transform: translateY(-4px) scale(1.02);
}

.about-hero-signature {
    position: absolute;
    right: 7vw;
    bottom: 12vh;
    padding: 28px;
    width: 230px;
    border: 1px solid var(--line);
    border-radius: 32px;
    background: rgba(255,255,255,.07);
    backdrop-filter: blur(22px);
    transform: rotate(-5deg);
    box-shadow: 0 30px 90px rgba(0,0,0,.45);
}

.about-hero-signature span {
    display: block;
    color: var(--gold);
    font-size: 14px;
    letter-spacing: .28em;
    font-weight: 900;
}

.about-hero-signature strong {
    display: block;
    margin-top: 8px;
    font-size: 34px;
    line-height: .9;
}

/* METRICS */

.about-metrics {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    background: rgba(255,255,255,.035);
}

.metric-item {
    padding: 42px 34px;
    border-right: 1px solid var(--line);
}

.metric-item:last-child {
    border-right: 0;
}

.metric-item strong {
    display: block;
    color: var(--gold);
    font-size: clamp(34px, 5vw, 70px);
    line-height: .9;
    font-weight: 950;
}

.metric-item span {
    display: block;
    margin-top: 12px;
    color: var(--muted);
}

/* STORY */

.about-story {
    position: relative;
    min-height: 900px;
    padding: 140px 7vw;
}

.about-bg-word,
.cta-bg-word {
    position: absolute;
    left: -3vw;
    bottom: 80px;
    font-size: clamp(90px, 18vw, 270px);
    font-weight: 950;
    line-height: .8;
    color: transparent;
    -webkit-text-stroke: 1px rgba(255,255,255,.06);
    pointer-events: none;
}

.story-left {
    max-width: 600px;
    position: sticky;
    top: 120px;
}

.story-left h2,
.process-heading h2,
.social-copy h2,
.about-final-box h2 {
    margin: 20px 0;
    font-size: clamp(44px, 7vw, 96px);
    line-height: .9;
    letter-spacing: -.06em;
}

.story-right {
    position: absolute;
    right: 7vw;
    top: 130px;
    width: min(540px, 44vw);
    min-height: 700px;
}

.story-moment {
    position: absolute;
    width: 360px;
    padding: 30px;
    border-radius: 36px;
    border: 1px solid var(--line);
    background:
        linear-gradient(145deg, rgba(255,255,255,.14), rgba(255,255,255,.035));
    backdrop-filter: blur(22px);
    box-shadow: 0 30px 90px rgba(0,0,0,.45);
}

.story-moment span,
.process-flow article span {
    color: var(--gold);
    font-weight: 950;
    letter-spacing: .16em;
}

.story-moment h3 {
    margin: 18px 0 12px;
    font-size: 30px;
    line-height: 1;
}

.story-moment p {
    color: var(--muted);
    line-height: 1.7;
}

.moment-one {
    top: 0;
    right: 120px;
    transform: rotate(-5deg);
}

.moment-two {
    top: 230px;
    right: 0;
    transform: rotate(5deg);
}

.moment-three {
    top: 470px;
    right: 150px;
    transform: rotate(-2deg);
}

/* VISUAL BREAK */

.about-visual-break {
    position: relative;
    min-height: 980px;
    padding: 120px 7vw;
    overflow: hidden;
}

.visual-image {
    position: absolute;
    border-radius: 44px;
    overflow: hidden;
    border: 1px solid var(--line);
    box-shadow: 0 40px 120px rgba(0,0,0,.55);
}

.visual-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.visual-image-main {
    left: 7vw;
    top: 120px;
    width: 52vw;
    height: 720px;
}

.visual-image-small {
    right: 7vw;
    bottom: 110px;
    width: 28vw;
    height: 420px;
    transform: rotate(4deg);
}

.visual-copy {
    position: absolute;
    right: 7vw;
    top: 170px;
    max-width: 460px;
    padding: 40px;
    border-radius: 38px;
    background: rgba(5,5,8,.58);
    border: 1px solid var(--line);
    backdrop-filter: blur(22px);
    box-shadow: 0 30px 90px rgba(0,0,0,.45);
}

.visual-copy span {
    color: var(--gold);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .22em;
}

.visual-copy h2 {
    margin: 20px 0;
    font-size: clamp(38px, 5vw, 72px);
    line-height: .9;
    letter-spacing: -.05em;
}

.visual-copy p {
    color: var(--soft);
    line-height: 1.7;
}

/* PROCESS */

.about-process-cinema {
    padding: 140px 7vw;
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 70px;
    align-items: start;
    background:
        radial-gradient(circle at 70% 20%, rgba(243,198,107,.12), transparent 30%);
}

.process-heading {
    position: sticky;
    top: 120px;
}

.process-heading p,
.social-copy p,
.about-final-box p {
    color: var(--muted);
    font-size: 18px;
    line-height: 1.7;
}

.process-flow {
    display: grid;
    gap: 28px;
}

.process-flow article {
    display: grid;
    grid-template-columns: 80px 1fr;
    gap: 28px;
    padding: 38px;
    border-top: 1px solid var(--line);
    background:
        linear-gradient(90deg, rgba(255,255,255,.07), transparent);
}

.process-flow article h3 {
    margin: 0 0 12px;
    font-size: 32px;
}

.process-flow article p {
    margin: 0;
    color: var(--muted);
    line-height: 1.7;
}

/* SOCIAL */

.about-social-cinema {
    position: relative;
    min-height: 820px;
    padding: 140px 7vw;
    overflow: hidden;
    background:
        radial-gradient(circle at 70% 30%, rgba(255,63,159,.18), transparent 34%),
        radial-gradient(circle at 35% 70%, rgba(57,215,255,.12), transparent 30%);
}

.social-copy {
    max-width: 570px;
    position: relative;
    z-index: 3;
}

.social-orbit {
    position: absolute;
    inset: 0;
}

.orbit-card {
    position: absolute;
    width: 220px;
    min-height: 190px;
    padding: 26px;
    border-radius: 32px;
    border: 1px solid var(--line);
    background: rgba(255,255,255,.08);
    backdrop-filter: blur(22px);
    text-decoration: none;
    color: #fff;
    box-shadow: 0 30px 90px rgba(0,0,0,.45);
    transition: .35s ease;
}

.orbit-card:hover {
    transform: translateY(-8px) rotate(0deg) scale(1.04);
}

.orbit-card span {
    display: flex;
    width: 52px;
    height: 52px;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    background: rgba(255,255,255,.12);
    color: var(--gold);
    font-size: 26px;
    font-weight: 950;
}

.orbit-card strong {
    display: block;
    margin-top: 22px;
    font-size: 22px;
}

.orbit-card small {
    display: block;
    margin-top: 12px;
    color: var(--muted);
    text-transform: uppercase;
    letter-spacing: .14em;
    font-weight: 900;
}

.myfancloud {
    right: 38vw;
    top: 130px;
    transform: rotate(-7deg);
}

.instagram {
    right: 16vw;
    top: 180px;
    transform: rotate(5deg);
}

.facebook {
    right: 30vw;
    bottom: 160px;
    transform: rotate(3deg);
}

.tiktok {
    right: 8vw;
    bottom: 230px;
    transform: rotate(-5deg);
}

.youtube {
    right: 48vw;
    bottom: 100px;
    transform: rotate(6deg);
}

/* CTA */

.about-final-cta {
    position: relative;
    min-height: 720px;
    padding: 140px 7vw;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.cta-bg-word {
    left: 50%;
    top: 70px;
    bottom: auto;
    transform: translateX(-50%);
}

.about-final-box {
    position: relative;
    z-index: 3;
    max-width: 840px;
    text-align: center;
    padding: clamp(42px, 7vw, 90px);
    border-radius: 52px;
    border: 1px solid var(--line);
    background:
        radial-gradient(circle at 50% 0, rgba(243,198,107,.16), transparent 44%),
        rgba(255,255,255,.06);
    backdrop-filter: blur(24px);
    box-shadow: 0 40px 140px rgba(0,0,0,.55);
}

.about-final-box .about-btn {
    margin-top: 24px;
}

/* RESPONSIVE */

@media (max-width: 980px) {
    .about-film-hero,
    .about-story,
    .about-visual-break,
    .about-process-cinema,
    .about-social-cinema,
    .about-final-cta {
        padding: 90px 22px;
    }

    .about-hero-signature {
        display: none;
    }

    .about-metrics {
        grid-template-columns: repeat(2, 1fr);
    }

    .metric-item:nth-child(2) {
        border-right: 0;
    }

    .story-left,
    .process-heading {
        position: relative;
        top: auto;
    }

    .story-right {
        position: relative;
        inset: auto;
        width: 100%;
        min-height: auto;
        margin-top: 42px;
        display: grid;
        gap: 18px;
    }

    .story-moment,
    .moment-one,
    .moment-two,
    .moment-three {
        position: relative;
        inset: auto;
        width: 100%;
        transform: none;
    }

    .about-visual-break {
        min-height: auto;
        display: grid;
        gap: 24px;
    }

    .visual-image,
    .visual-copy,
    .visual-image-main,
    .visual-image-small {
        position: relative;
        inset: auto;
        width: 100%;
        height: auto;
        transform: none;
    }

    .visual-image {
        height: 420px;
    }

    .about-process-cinema {
        grid-template-columns: 1fr;
        gap: 42px;
    }

    .about-social-cinema {
        min-height: auto;
    }

    .social-orbit {
        position: relative;
        display: grid;
        gap: 18px;
        margin-top: 42px;
    }

    .orbit-card,
    .myfancloud,
    .instagram,
    .facebook,
    .tiktok,
    .youtube {
        position: relative;
        inset: auto;
        width: 100%;
        transform: none;
    }
}

@media (max-width: 560px) {
    .about-hero-content h1 {
        font-size: 54px;
    }

    .about-hero-actions {
        flex-direction: column;
    }

    .about-btn {
        width: 100%;
    }

    .about-metrics {
        grid-template-columns: 1fr;
    }

    .metric-item {
        border-right: 0;
        border-bottom: 1px solid var(--line);
    }

    .metric-item:last-child {
        border-bottom: 0;
    }

    .process-flow article {
        grid-template-columns: 1fr;
    }

    .visual-image {
        height: 320px;
    }
}