: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;
    --cyan: #39d7ff;
}

* {
    box-sizing: border-box;
}

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

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

/* HERO */

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

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

.services-hero-bg video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: saturate(1.18) contrast(1.08);
}

.services-hero-overlay {
    position: absolute;
    inset: 0;
    z-index: -4;
    background:
        linear-gradient(90deg, rgba(0,0,0,.94), rgba(0,0,0,.58), rgba(0,0,0,.24)),
        linear-gradient(180deg, rgba(0,0,0,.12), #050507 100%);
}

.services-hero-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;
}

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

.services-kicker,
.services-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;
}

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

.services-hero-content h1 {
    margin: 26px 0 24px;
    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);
}

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

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

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

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

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

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

.services-hero-floating span {
    color: var(--gold);
    font-size: 13px;
    font-weight: 900;
    letter-spacing: .26em;
}

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

.services-hero-floating small {
    display: block;
    margin-top: 14px;
    color: var(--muted);
}

/* INCLUDED */

.included-cinema {
    position: relative;
    padding: 120px 7vw;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    background: rgba(255,255,255,.035);
}

.included-heading {
    max-width: 780px;
    margin-bottom: 70px;
}

.included-heading h2,
.approach-heading h2,
.faq-heading h2,
.services-final-box h2 {
    margin: 18px 0;
    font-size: clamp(44px, 7vw, 96px);
    line-height: .9;
    letter-spacing: -.06em;
}

.included-heading p,
.approach-heading p,
.faq-heading p,
.services-final-box p {
    color: var(--muted);
    font-size: 18px;
    line-height: 1.7;
}

.included-flow {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1px;
    background: var(--line);
    border: 1px solid var(--line);
}

.included-flow article {
    min-height: 280px;
    padding: 34px;
    background:
        linear-gradient(145deg, rgba(255,255,255,.08), rgba(255,255,255,.025)),
        #07070b;
}

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

.included-flow article h3 {
    margin: 30px 0 14px;
    font-size: 28px;
    line-height: 1;
}

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

/* SERVICE SCENES */

.services-posters {
    padding: 120px 0;
}

.service-scene {
    position: relative;
    min-height: 720px;
    padding: 80px 7vw;
    display: grid;
    grid-template-columns: .95fr 1.05fr;
    gap: 70px;
    align-items: center;
    overflow: hidden;
}

.service-scene:nth-child(even) {
    grid-template-columns: 1.05fr .95fr;
}

.service-scene:nth-child(even) .service-scene-image {
    order: 2;
}

.service-scene-image {
    position: relative;
    height: 560px;
    border-radius: 46px;
    overflow: hidden;
    border: 1px solid var(--line);
    box-shadow: 0 40px 130px rgba(0,0,0,.58);
    transform: rotate(-2deg);
}

.service-scene:nth-child(even) .service-scene-image {
    transform: rotate(2deg);
}

.service-scene-image::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 50% 40%, transparent 0, rgba(0,0,0,.12) 35%, rgba(0,0,0,.72) 100%);
}

.service-scene-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 1s ease;
}

.service-scene:hover .service-scene-image img {
    transform: scale(1.08);
}

.service-scene-content {
    position: relative;
    z-index: 2;
    max-width: 680px;
}

.service-scene-content > span {
    color: var(--gold);
    font-weight: 950;
    letter-spacing: .18em;
}

.service-scene-content small {
    display: block;
    margin-top: 14px;
    color: var(--muted);
    text-transform: uppercase;
    letter-spacing: .18em;
    font-weight: 900;
}

.service-scene-content h2 {
    margin: 20px 0;
    font-size: clamp(42px, 7vw, 104px);
    line-height: .86;
    letter-spacing: -.07em;
}

.service-scene-content p {
    color: var(--soft);
    line-height: 1.75;
    font-size: 18px;
}

.service-scene-content ul {
    list-style: none;
    padding: 0;
    margin: 24px 0 32px;
    display: grid;
    gap: 12px;
    color: var(--muted);
}

.service-scene-content li::before {
    content: "✦";
    color: var(--gold);
    margin-right: 10px;
}

.service-scene-content a {
    color: var(--gold);
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 950;
    letter-spacing: .14em;
}

.service-bg-number {
    position: absolute;
    right: -2vw;
    bottom: 40px;
    font-size: clamp(140px, 24vw, 380px);
    line-height: .75;
    font-weight: 950;
    color: transparent;
    -webkit-text-stroke: 1px rgba(255,255,255,.055);
    pointer-events: none;
}

.service-scene:nth-child(even) .service-bg-number {
    right: auto;
    left: -2vw;
}

/* APPROACH */

.approach-cinema {
    position: relative;
    min-height: 900px;
    padding: 140px 7vw;
    overflow: hidden;
    background:
        radial-gradient(circle at 75% 20%, rgba(243,198,107,.13), transparent 32%);
}

.approach-bg-word,
.services-final-bg {
    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;
}

.approach-heading {
    max-width: 620px;
    position: sticky;
    top: 120px;
}

.approach-steps {
    position: absolute;
    right: 7vw;
    top: 150px;
    width: min(560px, 45vw);
    display: grid;
    gap: 32px;
}

.approach-steps article {
    display: grid;
    grid-template-columns: 78px 1fr;
    gap: 26px;
    padding: 34px;
    border-radius: 34px;
    border: 1px solid var(--line);
    background:
        linear-gradient(145deg, rgba(255,255,255,.12), rgba(255,255,255,.03));
    backdrop-filter: blur(20px);
    box-shadow: 0 30px 100px rgba(0,0,0,.45);
}

.approach-steps article:nth-child(1) {
    transform: rotate(-4deg);
}

.approach-steps article:nth-child(2) {
    transform: translateX(-40px) rotate(3deg);
}

.approach-steps article:nth-child(3) {
    transform: rotate(-2deg);
}

.approach-steps span {
    color: var(--gold);
    font-weight: 950;
    letter-spacing: .18em;
}

.approach-steps h3 {
    margin: 0 0 12px;
    font-size: 30px;
}

.approach-steps p {
    margin: 0;
    color: var(--muted);
    line-height: 1.7;
}

/* FAQ */

.faq-cinema {
    padding: 140px 7vw;
}

.faq-heading {
    max-width: 760px;
    margin-bottom: 70px;
}

.faq-list {
    display: grid;
    border-top: 1px solid var(--line);
}

.faq-list details {
    border-bottom: 1px solid var(--line);
    padding: 30px 0;
}

.faq-list summary {
    cursor: pointer;
    list-style: none;
    display: flex;
    gap: 24px;
    align-items: center;
    font-size: clamp(24px, 4vw, 52px);
    line-height: 1;
    font-weight: 950;
    letter-spacing: -.04em;
}

.faq-list summary::-webkit-details-marker {
    display: none;
}

.faq-list summary span {
    color: var(--gold);
    font-size: 14px;
    letter-spacing: .16em;
}

.faq-list p {
    max-width: 760px;
    margin: 24px 0 0 58px;
    color: var(--muted);
    font-size: 18px;
    line-height: 1.7;
}

/* FINAL CTA */

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

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

.services-final-box {
    position: relative;
    z-index: 3;
    max-width: 860px;
    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);
}

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

/* RESPONSIVE */

@media (max-width: 980px) {
    .services-film-hero,
    .included-cinema,
    .approach-cinema,
    .faq-cinema,
    .services-final {
        padding: 90px 22px;
    }

    .services-hero-floating {
        display: none;
    }

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

    .service-scene,
    .service-scene:nth-child(even) {
        min-height: auto;
        padding: 70px 22px;
        grid-template-columns: 1fr;
        gap: 38px;
    }

    .service-scene:nth-child(even) .service-scene-image {
        order: 0;
    }

    .service-scene-image,
    .service-scene:nth-child(even) .service-scene-image {
        height: 430px;
        transform: none;
    }

    .approach-cinema {
        min-height: auto;
    }

    .approach-heading {
        position: relative;
        top: auto;
    }

    .approach-steps {
        position: relative;
        inset: auto;
        width: 100%;
        margin-top: 44px;
    }

    .approach-steps article,
    .approach-steps article:nth-child(1),
    .approach-steps article:nth-child(2),
    .approach-steps article:nth-child(3) {
        transform: none;
    }
}

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

    .services-btn {
        width: 100%;
    }

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

    .service-scene-image {
        height: 300px;
        border-radius: 32px;
    }

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

    .faq-list summary {
        align-items: flex-start;
        flex-direction: column;
        gap: 10px;
    }

    .faq-list p {
        margin-left: 0;
    }
}