* {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth;
    background: #050505
}

body {
    margin: 0;
    background: #050505;
    color: #f5f0e8;
    font-family: Inter,Arial,sans-serif;
    overflow-x: hidden
}

img {
    max-width: 100%;
    display: block
}

a {
    color: inherit;
    text-decoration: none
}

.site-header {
    position: fixed;
    inset: 0 0 auto 0;
    z-index: 100;
    height: 86px;
    padding: 12px clamp(14px,4vw,56px);
    display: flex;
    align-items: center;
    gap: 28px;
    background: linear-gradient(180deg,rgba(0,0,0,.94),rgba(0,0,0,.66));
    border-bottom: 1px solid rgba(201,170,122,.22);
    backdrop-filter: blur(10px)
}

.brand {
    min-width: max-content
}

.brand-main {
    display: block;
    font-family: Playfair Display,Georgia,serif;
    font-size: 30px;
    font-weight: 800;
    line-height: .95
}

.brand-sub {
    display: block;
    margin-top: 4px;
    color: #c9aa7a;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 11px;
    font-weight: 900
}

.nav {
    margin-left: auto;
    display: flex;
    gap: 26px;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 13px;
    letter-spacing: .7px
}

.nav a {
    padding: 12px 0;
    border-bottom: 2px solid transparent
}

.nav a:hover,.nav a.active {
    color: #c9aa7a;
    border-bottom-color: #c9aa7a
}

.top-call {
    text-align: right;
    color: #fff;
    font-family: Anton,Impact,sans-serif;
    font-size: 28px;
    line-height: 1
}

.top-call small {
    display: block;
    color: #c9aa7a;
    text-transform: uppercase;
    font-family: Inter,Arial,sans-serif;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 1px
}

.menu-toggle {
    display: none;
    background: #090909;
    color: #fff;
    border: 1px solid rgba(201,170,122,.45);
    font-size: 26px;
    padding: 4px 10px
}

.hero {
    min-height: 100vh;
    position: relative;
    display: grid;
    align-items: end;
    padding: 140px clamp(18px,5vw,80px) 90px;
    overflow: hidden
}

.hero-bg {
    position: absolute;
    inset: 0;
    background-image: url("../img/unnamed (6).jpg");
    background-size: cover;
    background-position: center;
    filter: grayscale(1) contrast(1.08);
    transform: scale(1.03)
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg,rgba(0,0,0,.92),rgba(0,0,0,.34),rgba(0,0,0,.78)),linear-gradient(180deg,rgba(0,0,0,.45),rgba(0,0,0,.88))
}

.hero-content {
    position: relative;
    z-index: 2;
    max-width: 950px
}

.eyebrow {
    margin: 0 0 16px;
    color: #c9aa7a;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 4px;
    font-size: 13px
}

.hero h1,.intro h2,.section-head h2,.quote-box h2,.contact h2 {
    margin: 0;
    font-family: Playfair Display,Georgia,serif;
    line-height: .95;
    font-weight: 800
}

.hero h1 {
    font-size: clamp(64px,9vw,142px);
    max-width: 980px
}

.lead {
    font-size: 24px;
    line-height: 1.34;
    max-width: 720px;
    margin: 26px 0;
    color: #f2eee8
}

.hero-actions {
    display: flex;
    gap: 16px;
    flex-wrap: wrap
}

.btn {
    display: inline-flex;
    min-height: 58px;
    padding: 0 30px;
    border-radius: 999px;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: .7px;
    border: 1px solid rgba(201,170,122,.75)
}

.btn:hover {
    transform: translateY(-2px);
    filter: brightness(1.08)
}

.btn-primary {
    color: #050505;
    background: #f5f0e8;
    box-shadow: 0 18px 45px rgba(0,0,0,.35)
}

.btn-glass,.btn-dark {
    color: #fff;
    background: rgba(0,0,0,.45);
    backdrop-filter: blur(8px)
}

.intro {
    display: grid;
    grid-template-columns: .85fr 1.15fr;
    gap: 50px;
    align-items: end;
    padding: 90px clamp(18px,5vw,80px);
    border-bottom: 1px solid rgba(255,255,255,.08)
}

.intro h2,.section-head h2,.quote-box h2,.contact h2 {
    font-size: clamp(42px,6vw,86px)
}

.intro p {
    font-size: 25px;
    line-height: 1.42;
    color: #ddd5ca
}

.featured-strip {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 0;
    height: 520px;
    overflow: hidden
}

.featured-strip img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: saturate(.85) contrast(1.03)
}

.gallery,.films,.sessions,.pricing,.quote-section,.contact {
    padding: 90px clamp(18px,5vw,80px)
}

.section-head {
    max-width: 1000px;
    margin: 0 auto 48px;
    text-align: center
}

.section-head p {
    font-size: 22px;
    line-height: 1.4;
    color: #d8d1c8
}

.category-grid {
    max-width: 1500px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-auto-rows: 420px;
    gap: 18px
}

.category-card {
    position: relative;
    overflow: hidden;
    border-radius: 24px;
    background: #111;
    border: 1px solid rgba(255,255,255,.1)
}

.category-card.tall {
    grid-row: span 2
}

.category-card.wide {
    grid-column: span 2
}

.category-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .7s ease
}

.category-card:hover img {
    transform: scale(1.05)
}

.category-card:after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg,transparent 25%,rgba(0,0,0,.88))
}

.category-card div {
    position: absolute;
    z-index: 2;
    left: 24px;
    right: 24px;
    bottom: 24px
}

.category-card span {
    color: #c9aa7a;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 3px;
    font-size: 12px
}

.category-card h3 {
    margin: 8px 0 8px;
    font-family: Playfair Display,Georgia,serif;
    font-size: 33px;
    line-height: 1
}

.category-card p {
    margin: 0;
    color: #eee9e2;
    line-height: 1.35;
    font-weight: 600
}

.portfolio-wall {
    padding: 0 clamp(18px,5vw,80px) 90px
}

.wall-grid {
    max-width: 1500px;
    margin: 0 auto;
    columns: 3 300px;
    column-gap: 18px
}

.wall-grid img {
    width: 100%;
    margin: 0 0 18px;
    border-radius: 18px;
    border: 1px solid rgba(255,255,255,.08);
    break-inside: avoid
}

.films {
    background: #0a0a0a
}

.video-grid {
    max-width: 1450px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 22px
}

.video-card {
    background: #050505;
    border: 1px solid rgba(201,170,122,.24);
    border-radius: 18px;
    overflow: hidden
}

.video-card iframe {
    width: 100%;
    aspect-ratio: 16/9;
    border: 0;
    display: block;
    filter: grayscale(.2)
}

.video-card h3 {
    margin: 0;
    padding: 18px;
    font-family: Playfair Display,Georgia,serif;
    font-size: 24px
}

.service-grid,.pricing-grid {
    max-width: 1450px;
    margin: 0 auto;
    display: grid;
    gap: 18px
}

.service-grid,.pricing-grid {
    grid-template-columns: repeat(3,1fr)
}

.service-grid article,.pricing-grid article {
    padding: 32px;
    border: 1px solid rgba(201,170,122,.22);
    background: linear-gradient(180deg,#111,#070707);
    border-radius: 22px
}

.service-grid h3,.pricing-grid span {
    color: #c9aa7a;
    text-transform: uppercase;
    letter-spacing: 2px
}

.service-grid h3 {
    font-family: Playfair Display,Georgia,serif;
    font-size: 36px;
    margin: 0 0 12px;
    color: #fff;
    text-transform: none;
    letter-spacing: 0
}

.service-grid p,.pricing-grid p {
    font-size: 19px;
    line-height: 1.38;
    color: #ddd6cd
}

.pricing-grid h3 {
    margin: 14px 0;
    font-family: Anton,Impact,sans-serif;
    font-size: 68px
}

.pricing-grid .featured {
    border-color: rgba(201,170,122,.75);
    box-shadow: 0 0 45px rgba(201,170,122,.12)
}

.quote-section {
    background: linear-gradient(90deg,rgba(0,0,0,.9),rgba(0,0,0,.44),rgba(0,0,0,.92)),url("../img/IMG_1150.jpeg");
    background-size: cover;
    background-position: center
}

.quote-box {
    max-width: 1050px;
    border: 1px solid rgba(201,170,122,.55);
    border-radius: 28px;
    padding: clamp(34px,5vw,72px);
    background: rgba(0,0,0,.55);
    backdrop-filter: blur(5px)
}

.quote-box h2 {
    max-width: 860px
}

.quote-box .btn {
    margin-top: 28px
}

.contact {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 42px;
    background: linear-gradient(135deg,#111,#030303);
    border-top: 1px solid rgba(201,170,122,.22)
}

.contact p {
    font-size: 22px;
    line-height: 1.4;
    color: #ddd6cd
}

.contact-actions {
    text-align: right;
    min-width: 330px
}

.phone-big {
    display: block;
    font-family: Anton,Impact,sans-serif;
    font-size: 58px;
    margin-bottom: 18px
}

.email-link {
    display: block;
    margin-top: 16px;
    color: #c9aa7a
}

.footer {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding: 30px clamp(18px,5vw,80px);
    background: #020202;
    color: #d8d1c8
}

.footer strong {
    font-family: Playfair Display,Georgia,serif;
    color: #fff;
    font-size: 25px
}

.sticky-text {
    position: fixed;
    right: 18px;
    bottom: 18px;
    z-index: 200;
    background: #f5f0e8;
    color: #050505;
    border-radius: 999px;
    padding: 17px 26px;
    text-transform: uppercase;
    font-weight: 900;
    box-shadow: 0 18px 50px rgba(0,0,0,.45)
}

@media(max-width: 1100px) {
    .nav {
        position:fixed;
        left: 0;
        right: 0;
        top: 86px;
        display: none;
        flex-direction: column;
        background: #050505;
        padding: 22px;
        border-bottom: 1px solid rgba(201,170,122,.25)
    }

    .nav.open {
        display: flex
    }

    .menu-toggle {
        display: block;
        margin-left: auto
    }

    .top-call {
        font-size: 22px
    }

    .intro,.contact {
        display: grid;
        grid-template-columns: 1fr
    }

    .category-grid {
        grid-template-columns: repeat(2,1fr)
    }

    .video-grid,.service-grid,.pricing-grid {
        grid-template-columns: repeat(2,1fr)
    }

    .contact-actions {
        text-align: left
    }
}

@media(max-width: 720px) {
    .site-header {
        height:76px;
        padding: 8px 12px
    }

    .brand-main {
        font-size: 22px
    }

    .brand-sub {
        font-size: 9px;
        letter-spacing: 2px
    }

    .top-call small {
        display: none
    }

    .top-call {
        font-size: 17px
    }

    .nav {
        top: 76px
    }

    .hero {
        min-height: 780px;
        padding: 120px 16px 70px
    }

    .hero h1 {
        font-size: 56px
    }

    .lead {
        font-size: 20px
    }

    .btn {
        width: 100%
    }

    .intro,.gallery,.films,.sessions,.pricing,.quote-section,.contact {
        padding: 58px 16px
    }

    .intro h2,.section-head h2,.quote-box h2,.contact h2 {
        font-size: 40px
    }

    .intro p,.section-head p,.contact p {
        font-size: 20px
    }

    .featured-strip {
        grid-template-columns: repeat(2,1fr);
        height: 520px
    }

    .category-grid {
        grid-template-columns: 1fr;
        grid-auto-rows: 520px
    }

    .category-card.tall,.category-card.wide {
        grid-row: auto;
        grid-column: auto
    }

    .video-grid,.service-grid,.pricing-grid {
        grid-template-columns: 1fr
    }

    .phone-big {
        font-size: 42px
    }

    .footer {
        display: grid;
        text-align: center;
        padding-bottom: 96px
    }

    .sticky-text {
        left: 12px;
        right: 12px;
        text-align: center;
        display: flex;
        justify-content: center
    }
}

@media(max-width: 420px) {
    .hero h1 {
        font-size:48px
    }

    .brand-main {
        font-size: 19px
    }

    .top-call {
        font-size: 15px
    }
}
