﻿:root {
    --ink: #1c1c1e;
    --cream: #fbf7ee;
    --amber: #f5a623;
    --amber-dark: #e0951a;
    --gray: #6b6b70;
    --dark: #242427;
    --card: #fff;
    --radius: 14px;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Poppins',sans-serif;
    color: var(--ink);
    background: #fff;
    line-height: 1.6;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: inherit;
}

ul {
    list-style: none;
}

img {
    max-width: 100%;
    display: block;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

.eyebrow {
    font-family: 'Caveat',cursive;
    color: var(--amber-dark);
    font-size: 1.4rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
}

    .eyebrow::before {
        content: "";
        width: 9px;
        height: 9px;
        border-radius: 50%;
        background: var(--amber);
        display: inline-block;
    }

h1, h2, h3 {
    font-weight: 700;
    line-height: 1.25;
}

.btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 26px;
    border-radius: 30px;
    font-weight: 600;
    font-size: .95rem;
    border: none;
    cursor: pointer;
    transition: transform .2s ease, box-shadow .2s ease;
}

    .btn:hover {
        transform: translateY(-2px);
    }

.btn-dark {
    background: var(--dark);
    color: #fff;
}

    .btn-dark:hover {
        box-shadow: 0 10px 24px rgba(0,0,0,.25);
    }

.btn-amber {
    background: var(--amber);
    color: var(--dark);
}

    .btn-amber:hover {
        box-shadow: 0 10px 24px rgba(245,166,35,.4);
    }

.btn-circle {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: rgba(255,255,255,.2);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: .7rem;
}

.btn-dark .btn-circle {
    background: rgba(255,255,255,.15);
}

.btn-amber .btn-circle {
    background: rgba(0,0,0,.12);
}

/* ---------- HEADER ---------- */
header {
    position: sticky;
    top: 0;
    z-index: 100;
    background: #fff;
    border-bottom: 1px solid #f0ede4;
}

.nav-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 24px;
    max-width: 1200px;
    margin: 0 auto;
}

.logo {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 700;
    font-size: 1.2rem;
}

.logo-mark {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: linear-gradient(135deg,var(--amber),#ffcf6b);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-family: 'Caveat',cursive;
    font-size: 1.4rem;
    font-weight: 700;
}

nav ul {
    display: flex;
    gap: 34px;
    font-weight: 500;
    font-size: .95rem;
}

nav a {
    color: var(--ink);
    position: relative;
}

nav li.active a {
    color: var(--amber-dark);
}

nav a:hover {
    color: var(--amber-dark);
}

/* ---------- HERO ---------- */
.hero {
    background: var(--cream);
    padding: 70px 0 90px;
    position: relative;
}

.hero-text {
    text-align: center;
    max-width: 760px;
    margin: 0 auto 50px;
}

    .hero-text .eyebrow {
        justify-content: center;
    }

    .hero-text h1 {
        font-size: 3.1rem;
        color: var(--ink);
    }

        .hero-text h1 span {
            display: block;
            color: var(--amber);
            font-style: italic;
        }

    .hero-text p {
        color: var(--gray);
        margin: 22px auto 30px;
        max-width: 560px;
    }

    .hero-text .btn {
        margin: 0 auto;
    }

.gallery-collage {
    display: grid;
    grid-template-columns: repeat(12,1fr);
    grid-auto-rows: 60px;
    gap: 20px;
    position: relative;
    padding: 10px 6px 30px;
}

    .gallery-collage::before {
        content: "";
        position: absolute;
        top: -30px;
        left: 8%;
        width: 84%;
        height: 1px;
        background: linear-gradient(90deg, transparent, #e9dfc7, transparent);
    }

    .gallery-collage .cell {
        border-radius: 18px;
        overflow: hidden;
        position: relative;
        box-shadow: 0 14px 30px rgba(28,28,30,.08);
        transition: transform .45s cubic-bezier(.2,.7,.3,1), box-shadow .45s ease;
    }

        .gallery-collage .cell img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
            transition: transform .6s ease;
            filter: saturate(.97);
        }

        .gallery-collage .cell:hover {
            transform: translateY(-8px);
            box-shadow: 0 26px 46px rgba(28,28,30,.18);
            z-index: 6;
        }

            .gallery-collage .cell:hover img {
                transform: scale(1.09);
            }

        .gallery-collage .cell::after {
            content: "";
            position: absolute;
            inset: 0;
            background: linear-gradient(180deg, rgba(0,0,0,0) 60%, rgba(0,0,0,.18) 100%);
            opacity: 0;
            transition: opacity .4s ease;
        }

        .gallery-collage .cell:hover::after {
            opacity: 1;
        }

        .gallery-collage .cell.accent {
            border: 3px solid var(--amber);
            padding: 5px;
            background: #fff;
        }

            .gallery-collage .cell.accent img {
                border-radius: 13px;
            }

        .gallery-collage .cell.pattern {
            background: repeating-linear-gradient(52deg, var(--amber) 0 2px, transparent 2px 13px);
            background-color: #fdf9ef;
            box-shadow: none;
        }

            .gallery-collage .cell.pattern:hover {
                transform: none !important;
                box-shadow: none;
            }

        .gallery-collage .cell.portrait {
            display: flex;
            align-items: flex-end;
            background: linear-gradient(180deg, transparent 55%, rgba(0,0,0,.5));
        }

        /* tilt personality — small, alternating rotations for a scattered photo-desk feel */
        .gallery-collage .cell.tilt-l {
            transform: rotate(-3.5deg);
        }

        .gallery-collage .cell.tilt-r {
            transform: rotate(3deg);
        }

        .gallery-collage .cell.tilt-l:hover {
            transform: translateY(-8px) rotate(-3.5deg);
        }

        .gallery-collage .cell.tilt-r:hover {
            transform: translateY(-8px) rotate(3deg);
        }

/* grid placements — deliberately uneven column spans AND row spans for a true collage rhythm */
.c1 {
    grid-column: 1 / span 3;
    grid-row: 1 / span 6;
}

.c2 {
    grid-column: 4 / span 2;
    grid-row: 1 / span 4;
}

.c3 {
    grid-column: 6 / span 4;
    grid-row: 1 / span 7;
}

.c4 {
    grid-column: 10 / span 2;
    grid-row: 1 / span 5;
}

.c5 {
    grid-column: 12 / span 1;
    grid-row: 1 / span 7;
}

.c6 {
    grid-column: 1 / span 2;
    grid-row: 7 / span 5;
}

.c7 {
    grid-column: 3 / span 3;
    grid-row: 5 / span 4;
}

.c8 {
    grid-column: 6 / span 2;
    grid-row: 8 / span 4;
}

.c9 {
    grid-column: 8 / span 3;
    grid-row: 8 / span 6;
}

.c10 {
    grid-column: 11 / span 2;
    grid-row: 6 / span 5;
}

.c11 {
    grid-column: 1 / span 4;
    grid-row: 12 / span 6;
}

.c12 {
    grid-column: 6 / span 2;
    grid-row: 12 / span 5;
}

@media(max-width:900px) {
    .gallery-collage {
        grid-template-columns: repeat(6,1fr);
        grid-auto-rows: 70px;
        padding: 10px 4px 20px;
    }

    .cell.tilt-l, .cell.tilt-r {
        transform: none;
    }

        .cell.tilt-l:hover, .cell.tilt-r:hover {
            transform: translateY(-6px);
        }

    .c1 {
        grid-column: 1/span 3;
        grid-row: 1/span 4;
    }

    .c2 {
        grid-column: 4/span 3;
        grid-row: 1/span 3;
    }

    .c3 {
        grid-column: 1/span 3;
        grid-row: 5/span 4;
    }

    .c4 {
        grid-column: 4/span 2;
        grid-row: 4/span 3;
    }

    .c5 {
        grid-column: 6/span 1;
        grid-row: 4/span 5;
    }

    .c6 {
        grid-column: 1/span 2;
        grid-row: 9/span 3;
    }

    .c7 {
        grid-column: 3/span 3;
        grid-row: 9/span 4;
    }

    .c8 {
        grid-column: 1/span 3;
        grid-row: 12/span 3;
    }

    .c9 {
        grid-column: 4/span 3;
        grid-row: 9/span 6;
    }

    .c10 {
        grid-column: 1/span 2;
        grid-row: 15/span 3;
    }

    .c11 {
        grid-column: 3/span 4;
        grid-row: 15/span 4;
    }

    .c12 {
        grid-column: 1/span 2;
        grid-row: 18/span 3;
    }

    .hero-text h1 {
        font-size: 2.2rem;
    }
}

@media(max-width:600px) {
    .gallery-collage {
        grid-template-columns: repeat(4,1fr);
        grid-auto-rows: 65px;
    }

    .c1 {
        grid-column: 1/span 4;
        grid-row: 1/span 4;
    }

    .c2 {
        grid-column: 1/span 2;
        grid-row: 5/span 3;
    }

    .c3 {
        grid-column: 3/span 2;
        grid-row: 5/span 4;
    }

    .c4 {
        grid-column: 1/span 4;
        grid-row: 9/span 3;
    }

    .c5 {
        display: none;
    }

    .c6 {
        grid-column: 1/span 2;
        grid-row: 12/span 3;
    }

    .c7 {
        grid-column: 3/span 2;
        grid-row: 12/span 4;
    }

    .c8 {
        display: none;
    }

    .c9 {
        grid-column: 1/span 4;
        grid-row: 16/span 4;
    }

    .c10 {
        display: none;
    }

    .c11 {
        grid-column: 1/span 4;
        grid-row: 20/span 4;
    }

    .c12 {
        display: none;
    }
}

/* ---------- ABOUT ---------- */
.about {
    padding: 110px 0;
}

    .about .container {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 70px;
        align-items: center;
    }

.about-imgwrap {
    position: relative;
}

    .about-imgwrap .main-img {
        border-radius: var(--radius);
        border-left: 6px solid var(--amber);
        overflow: hidden;
        position: relative;
    }

        .about-imgwrap .main-img img {
            width: 100%;
            aspect-ratio: 4/3;
            object-fit: cover;
        }

    .about-imgwrap .float-img {
        position: absolute;
        top: -40px;
        right: -30px;
        width: 44%;
        border-radius: 12px;
        overflow: hidden;
        box-shadow: 0 20px 40px rgba(0,0,0,.15);
        border: 6px solid #fff;
    }

.play-btn {
    position: absolute;
    bottom: 26px;
    left: 26px;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: rgba(30,30,30,.55);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    backdrop-filter: blur(2px);
}

.about-content h2 {
    font-size: 2.3rem;
    margin-bottom: 6px;
}

.about-content h3 {
    font-family: 'Caveat',cursive;
    color: var(--amber-dark);
    font-size: 1.9rem;
    font-weight: 700;
    margin-bottom: 18px;
}

.about-content p {
    color: var(--gray);
    margin-bottom: 16px;
}

.about-content .btn {
    margin-top: 14px;
}

@media(max-width:900px) {
    .about .container {
        grid-template-columns: 1fr;
        gap: 60px;
    }

    .about-imgwrap .float-img {
        position: static;
        width: 60%;
        margin-top: 20px;
    }
}

/* ---------- SERVICES ---------- */
.services {
    background: var(--cream);
    padding: 110px 0;
}

.section-head {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 60px;
    flex-wrap: wrap;
    gap: 20px;
}

    .section-head h2 {
        font-size: 2.3rem;
    }

        .section-head h2 span {
            display: block;
            color: var(--amber-dark);
            font-family: 'Caveat',cursive;
            font-size: 1.9rem;
        }

.services-grid {
    display: grid;
    grid-template-columns: 1fr 1.3fr;
    gap: 70px;
    align-items: center;
}

.services-img {
    position: relative;
    transform: rotate(-4deg);
}

    .services-img img {
        border-radius: var(--radius);
        border-left: 6px solid var(--amber);
        aspect-ratio: 4/5;
        object-fit: cover;
        box-shadow: 0 25px 50px rgba(0,0,0,.12);
    }

.service-item {
    display: flex;
    gap: 20px;
    padding: 22px 0;
    border-bottom: 1px solid #eee3cf;
}

    .service-item:last-child {
        border-bottom: none;
    }

.service-icon {
    width: 52px;
    height: 52px;
    min-width: 52px;
    border-radius: 12px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
}

.service-item h4 {
    margin-bottom: 6px;
    font-size: 1.1rem;
}

.service-item p {
    color: var(--gray);
    font-size: .92rem;
}

@media(max-width:900px) {
    .services-grid {
        grid-template-columns: 1fr;
    }

    .services-img {
        transform: none;
        max-width: 340px;
        margin: 0 auto;
    }
}

/* ---------- PORTFOLIO ---------- */
.portfolio {
    padding: 110px 0;
}

.portfolio-grid {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 24px;
}

.portfolio-card {
    position: relative;
    border-radius: var(--radius);
    overflow: hidden;
    aspect-ratio: 3/3.4;
}

    .portfolio-card img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .portfolio-card .overlay {
        position: absolute;
        inset: 0;
        background: linear-gradient(0deg, rgba(20,20,20,.75) 0%, rgba(20,20,20,0) 55%);
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        padding: 20px;
        color: #fff;
    }

    .portfolio-card .tag {
        width: 38px;
        height: 38px;
        border-radius: 50%;
        background: #fff;
        color: var(--ink);
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: auto;
        font-size: 1rem;
    }

    .portfolio-card h4 {
        font-size: 1rem;
        font-weight: 600;
    }

@media(max-width:900px) {
    .portfolio-grid {
        grid-template-columns: repeat(2,1fr);
    }
}

/* ---------- NEWSLETTER ---------- */
.newsletter-wrap {
    padding: 0 24px;
}

.newsletter {
    max-width: 1200px;
    margin: 0 auto;
    background: var(--amber);
    border-radius: var(--radius);
    padding: 46px 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 24px;
    transform: translateY(60px);
    box-shadow: 0 30px 60px rgba(245,166,35,.3);
}

    .newsletter h3 {
        font-size: 1.6rem;
        color: var(--dark);
    }

        .newsletter h3 span {
            display: block;
            font-family: 'Caveat',cursive;
            font-weight: 700;
            font-size: 1.5rem;
        }

    .newsletter form {
        display: flex;
        background: #fff;
        border-radius: 30px;
        padding: 6px;
        align-items: center;
        min-width: 340px;
    }

    .newsletter input {
        border: none;
        outline: none;
        flex: 1;
        padding: 10px 18px;
        font-family: 'Poppins',sans-serif;
        font-size: .95rem;
    }

    .newsletter button {
        width: 42px;
        height: 42px;
        border-radius: 50%;
        border: none;
        background: var(--dark);
        color: #fff;
        cursor: pointer;
        font-size: 1rem;
    }

@media(max-width:700px) {
    .newsletter {
        flex-direction: column;
        align-items: flex-start;
    }

        .newsletter form {
            width: 100%;
            min-width: 0;
        }
}

/* ---------- FOOTER ---------- */
footer {
    background: var(--dark);
    color: #c9c9cc;
    padding-top: 130px;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr 1.1fr;
    gap: 40px;
    padding-bottom: 60px;
}

.footer-logo {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    font-weight: 700;
    font-size: 1.2rem;
    margin-bottom: 18px;
}

.footer-col p {
    font-size: .92rem;
    color: #a6a6ab;
    margin-bottom: 20px;
}

.socials {
    display: flex;
    gap: 10px;
}

    .socials a {
        width: 34px;
        height: 34px;
        border-radius: 50%;
        background: #33333a;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: .85rem;
        color: #fff;
    }

.footer-col h5 {
    color: #fff;
    font-size: 1.05rem;
    margin-bottom: 20px;
}

.footer-col ul li {
    margin-bottom: 12px;
    font-size: .92rem;
}

    .footer-col ul li a:hover {
        color: var(--amber);
    }

.contact-line {
    display: flex;
    gap: 12px;
    margin-bottom: 14px;
    font-size: .92rem;
    align-items: flex-start;
}

.gallery-mini {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 8px;
}

    .gallery-mini img {
        border-radius: 6px;
        aspect-ratio: 1/1;
        object-fit: cover;
    }

.footer-bottom {
    border-top: 1px solid #34343a;
    padding: 22px 0;
    display: flex;
    justify-content: space-between;
    font-size: .85rem;
    color: #8b8b90;
    flex-wrap: wrap;
    gap: 10px;
}

    .footer-bottom a {
        color: #8b8b90;
        margin-left: 20px;
    }

@media(max-width:900px) {
    .footer-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media(max-width:600px) {
    .footer-grid {
        grid-template-columns: 1fr;
    }

    nav {
        display: none;
    }
}
