* {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

body {
    margin: 0;
    background: #17120d;
    color: #f8f2e8;
    font-family: Inter,Arial,sans-serif
}

a {
    color: inherit;
    text-decoration: none
}

h1, h2, h3 {
    font-family: "Cormorant Garamond",Georgia,serif;
    font-weight: 600
}

em {
    color: #e9bb67;
    font-style: italic
}

.container {
    width: min(1180px,92%);
    margin: auto
}

.section-pad, .section {
    padding: 110px 0
}

.dark {
    background: #17120d
}

.cream {
    background: #f7f0e4;
    color: #2b2118
}

.site-header {
    position: fixed;
    z-index: 20;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 22px 4%;
    background: linear-gradient(#120e0a99,transparent);
    backdrop-filter: blur(5px)
}

.brand {
    display: flex;
    gap: 10px;
    align-items: center;
    text-transform: uppercase;
    letter-spacing: 2px
}

.brand-mark {
    width: 38px;
    height: 38px;
    border: 1px solid #e5b35e;
    border-radius: 50%;
    display: grid;
    place-items: center;
    color: #e5b35e;
    font-family: Georgia;
    font-size: 22px
}

.brand b {
    display: block;
    font-family: "Cormorant Garamond";
    font-size: 23px
}

.brand small {
    display: block;
    font-size: 8px;
    letter-spacing: 4px;
    color: #d9c7aa
}

.main-nav {
    display: flex;
    gap: 22px;
    align-items: center;
    font-size: 10px;
    letter-spacing: 1.4px
}

    .main-nav a:hover {
        color: #e9bb67
    }

.nav-book {
    border: 1px solid #d8a753;
    padding: 11px 15px;
    color: #e9bb67
}

.menu-toggle {
    display: none;
    background: none;
    border: 0
}

.hero {
    height: 100vh;
    min-height: 650px;
    position: relative;
    overflow: hidden
}

.hero-slider {
    position: absolute;
    inset: 0;
    display: flex
}

.hero-slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity 1.1s ease
}

    .hero-slide.active {
        opacity: 1
    }

    .hero-slide img {
        width: 100%;
        height: 100%;
        object-fit: cover
    }

.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg,#0c0905b5 0%,#0c09053d 52%,#0c09050f),linear-gradient(0deg,#0c0905a8,transparent 45%)
}

.hero-content {
    position: absolute;
    z-index: 3;
    left: 8%;
    top: 50%;
    transform: translateY(-42%);
    max-width: 650px
}

.eyebrow {
    font-size: 10px;
    letter-spacing: 3px;
    color: #d9a953;
    margin: 0 0 18px
}

.hero h1 {
    font-size: clamp(60px,8vw,105px);
    line-height: .82;
    margin: 0 0 25px
}

.hero-copy, .lead {
    line-height: 1.8;
    color: #cfc2b0;
    max-width: 650px
}

.hero-actions {
    display: flex;
    gap: 12px;
    margin-top: 28px
}

.btn {
    display: inline-block;
    padding: 14px 22px;
    font-size: 10px;
    letter-spacing: 1.8px
}

.btn-gold {
    background: #c8923f;
    color: #17120d
}

.btn-outline {
    border: 1px solid #e8dccb
}

.hero-arrow {
    position: absolute;
    z-index: 4;
    top: 50%;
    border: 1px solid #ffffff55;
    background: #0002;
    color: white;
    font-size: 38px;
    width: 44px;
    height: 58px
}

.hero-prev {
    left: 3%
}

.hero-next {
    right: 3%
}

.hero-dots {
    position: absolute;
    z-index: 4;
    bottom: 55px;
    left: 8%;
    display: flex;
    gap: 8px
}

.hero-dot {
    width: 28px;
    height: 2px;
    border: 0;
    background: #ffffff66
}

    .hero-dot.active {
        background: #e9bb67
    }

.hero-scroll {
    position: absolute;
    z-index: 4;
    bottom: 40px;
    right: 5%;
    font-size: 9px;
    letter-spacing: 2px
}

    .hero-scroll span {
        color: #e9bb67;
        margin-left: 8px
    }

.intro-grid, .about-grid, .location-grid {
    display: grid;
    grid-template-columns: 1.15fr .85fr;
    gap: 70px;
    align-items: center
}

    .section-title h2, .intro h2, .about-grid h2, .location-grid h2, .cta h2 {
        font-size: clamp(55px,7vw,88px);
        line-height: .9;
        margin: 0
    }

.category-grid, .portfolio-grid, .review-grid {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 10px;
    margin-top: 50px
}

.category-card {
    min-height: 330px;
    padding: 20px;
    position: relative;
    background: linear-gradient(140deg,#3b2917,#1d140c);
    border: 1px solid #6c4b27;
    overflow: hidden
}

    .category-card .category-cover {
        position: absolute;
        inset: 0;
        background-image: linear-gradient(180deg,#0002 0%,#0003 35%,#000c 100%),url("assets/images/traditional-weddings/04.jpg");
        background-size: cover;
        background-position: center;
        opacity: .95;
        transition: transform .6s ease,filter .6s ease
    }

.traditional-card:hover .category-cover {
    transform: scale(1.045);
    filter: brightness(.88)
}

.candid-card .category-cover {
    background-image: linear-gradient(180deg,#0002 0%,#0003 35%,#000c 100%),url("assets/images/candid-weddings/03.jpg");
    background-size: cover;
    background-position: center
}

.traditional-card h3, .traditional-card small, .traditional-card span, .traditional-card .num {
    z-index: 2
}

.traditional-card h3 {
    color: #fff
}

.traditional-card small {
    color: #fff
}

.category-card:hover {
    transform: translateY(-4px);
    transition: .3s
}

.category-card .num {
    color: #d9a953
}

.category-card h3 {
    position: absolute;
    left: 20px;
    bottom: 55px;
    font-size: 34px;
    margin: 0
}

.category-card span {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 8px;
    letter-spacing: 2px;
    color: #d9a953
}

.category-card small {
    position: absolute;
    left: 20px;
    bottom: 20px;
    font-size: 8px;
    letter-spacing: 1.5px
}

.portfolio-grid {
    grid-template-columns: repeat(2,1fr)
}

.portfolio-card {
    height: 370px;
    background-size: cover;
    background-position: center;
    position: relative
}

    .portfolio-card:after {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(transparent 50%,#000a)
    }

.p1 {
    background-image: linear-gradient(120deg,#a76b24,#322014)
}

.p2 {
    background-image: linear-gradient(120deg,#704323,#d6ad67)
}

.p3 {
    background-image: linear-gradient(120deg,#c18d4e,#6c3e21)
}

.p4 {
    background-image: linear-gradient(120deg,#d4b47c,#6d4b32)
}

.portfolio-card span {
    position: absolute;
    z-index: 2;
    bottom: 22px;
    left: 25px;
    font-family: "Cormorant Garamond";
    font-size: 30px
}

.service-list {
    margin-top: 35px
}

    .service-list > div {
        display: grid;
        grid-template-columns: 70px 1fr 1fr;
        gap: 20px;
        align-items: center;
        border-top: 1px solid #5c452a;
        padding: 25px 0
    }

    .service-list b {
        color: #d9a953
    }

    .service-list h3 {
        font-size: 32px;
        margin: 0
    }

    .service-list p {
        color: #bcae9a
    }

.video-section {
    background: linear-gradient(120deg,#33200e,#17120d)
}

.video-card {
    min-height: 330px;
    border: 1px solid #8a602d;
    padding: 65px;
    display: flex;
    justify-content: space-between;
    align-items: end
}

.review-grid {
    grid-template-columns: repeat(3,1fr)
}

    .review-grid article {
        padding: 32px;
        border: 1px solid #d9cbb9
    }

.stars {
    color: #c58d3b;
    letter-spacing: 4px
}

.review-grid p {
    line-height: 1.8;
    color: #65594d
}

.review-grid small {
    font-size: 8px;
    letter-spacing: 2px
}

.about-art {
    height: 460px;
    border: 1px solid #8b612f;
    background: radial-gradient(circle at 60% 40%,#d39a43 0,#523419 28%,#1a120a 65%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-family: "Cormorant Garamond";
    font-size: 80px
}

    .about-art b {
        font-size: 24px;
        letter-spacing: 12px
    }

.map-box {
    min-height: 330px;
    background: #2e241b;
    border: 1px solid #b78b4e;
    display: grid;
    place-items: center;
    text-align: center;
    font-family: "Cormorant Garamond";
    font-size: 34px
}

    .map-box small {
        font-family: Inter;
        font-size: 8px;
        letter-spacing: 2px;
        color: #d9a953
    }

.cta {
    text-align: center;
    padding: 120px 20px;
    background: #f7f0e4;
    color: #2b2118
}

    .cta p:not(.eyebrow) {
        color: #66594c
    }

    .cta .btn {
        margin-top: 20px
    }

footer {
    padding: 45px 0;
    background: #0e0b08
}

.footerin {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px
}

    .footerin strong {
        font-family: "Cormorant Garamond";
        font-size: 28px
    }

    .footerin span {
        display: block;
        font-size: 8px;
        letter-spacing: 2px;
        color: #a9957a
    }

.footer-links {
    display: flex;
    gap: 20px;
    font-size: 9px;
    letter-spacing: 1px
}

.footerin small {
    color: #8f806d;
    font-size: 8px
}

@media(max-width:900px) {
    .main-nav {
        display: none
    }

    .menu-toggle {
        display: flex;
        flex-direction: column;
        gap: 5px
    }

        .menu-toggle span {
            width: 25px;
            height: 2px;
            background: #e8dccb
        }

    .main-nav.open {
        position: absolute;
        display: flex;
        flex-direction: column;
        top: 75px;
        right: 3%;
        background: #17120df5;
        padding: 22px;
        width: 220px
    }

    .category-grid {
        grid-template-columns: repeat(2,1fr)
    }

    .intro-grid, .about-grid, .location-grid {
        grid-template-columns: 1fr
    }

    .hero-content {
        left: 7%;
        right: 7%
    }

    .hero h1 {
        font-size: 62px
    }

    .service-list > div {
        grid-template-columns: 45px 1fr
    }

    .service-list p {
        grid-column: 2;
        margin: 0
    }

    .review-grid {
        grid-template-columns: 1fr
    }

    .video-card {
        display: block
    }

        .video-card .btn {
            margin-top: 30px
        }

    .footerin {
        flex-direction: column;
        align-items: flex-start
    }
}

@media(max-width:560px) {
    .section, .section-pad {
        padding: 75px 0
    }

    .hero {
        min-height: 620px
    }

    .hero-content {
        top: 53%
    }

    .hero h1 {
        font-size: 54px
    }

    .hero-copy {
        font-size: 13px
    }

    .hero-actions {
        flex-direction: column
    }

        .hero-actions .btn {
            width: 190px;
            text-align: center
        }

    .hero-scroll {
        display: none
    }

    .category-grid, .portfolio-grid {
        grid-template-columns: 1fr
    }

    .category-card {
        min-height: 240px
    }

    .portfolio-card {
        height: 280px
    }

    .section-title h2, .intro h2, .about-grid h2, .location-grid h2, .cta h2 {
        font-size: 56px
    }

    .about-art {
        height: 330px;
        font-size: 60px
    }

    .footer-links {
        flex-wrap: wrap
    }

    .site-header {
        padding: 16px 5%
    }
}
/* TRADITIONAL WEDDING GALLERY */
.traditional-gallery {
    background: #f7f0e4;
    color: #2b2118
}

.gallery-intro {
    max-width: 650px;
    color: #66594c;
    line-height: 1.8;
    margin: 22px 0 42px
}

.traditional-grid {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 12px
}

.traditional-item {
    border: 0;
    padding: 0;
    background: #241b13;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    min-height: 330px
}

    .traditional-item:nth-child(3n) {
        min-height: 430px
    }

    .traditional-item img {
        width: 100%;
        height: 100%;
        min-height: 330px;
        object-fit: cover;
        display: block;
        transition: transform .6s ease,filter .6s ease
    }

    .traditional-item:nth-child(3n) img {
        min-height: 430px
    }

    .traditional-item:hover img {
        transform: scale(1.045);
        filter: brightness(.88)
    }

    .traditional-item:after {
        content: "";
        position: absolute;
        inset: 35% 0 0;
        background: linear-gradient(transparent,#000b);
        pointer-events: none
    }

    .traditional-item span {
        position: absolute;
        z-index: 2;
        left: 18px;
        bottom: 17px;
        color: #fff;
        font-family: "Cormorant Garamond",Georgia,serif;
        font-size: 21px;
        letter-spacing: .3px
    }

    .traditional-item:focus-visible {
        outline: 2px solid #c8923f;
        outline-offset: 3px
    }

@media(max-width:900px) {
    .traditional-grid {
        grid-template-columns: repeat(2,1fr)
    }

    .traditional-item, .traditional-item:nth-child(3n), .traditional-item img, .traditional-item:nth-child(3n) img {
        min-height: 300px
    }
}

@media(max-width:560px) {
    .traditional-grid {
        grid-template-columns: 1fr
    }

    .traditional-item, .traditional-item:nth-child(3n), .traditional-item img, .traditional-item:nth-child(3n) img {
        min-height: 380px
    }
}

.traditional-lightbox {
    position: fixed;
    inset: 0;
    background: #080604ee;
    z-index: 100;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 35px
}

    .traditional-lightbox.open {
        display: flex
    }

    .traditional-lightbox img {
        max-width: 92vw;
        max-height: 90vh;
        object-fit: contain;
        box-shadow: 0 20px 70px #000
    }

.traditional-lightbox-close {
    position: absolute;
    right: 25px;
    top: 18px;
    width: 46px;
    height: 46px;
    border: 1px solid #e9bb67;
    background: #17120d;
    color: #e9bb67;
    font-size: 30px;
    cursor: pointer
}

/* Dedicated Traditional Weddings page lightbox */
.traditional-page .traditional-lightbox {
    position: fixed;
    inset: 0;
    background: #080604ee;
    z-index: 100;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 35px
}

    .traditional-page .traditional-lightbox.open {
        display: flex
    }

    .traditional-page .traditional-lightbox img {
        max-width: 86vw;
        max-height: 88vh;
        object-fit: contain;
        box-shadow: 0 20px 70px #000
    }

.traditional-page .traditional-lightbox-close, .traditional-page .traditional-lightbox-prev, .traditional-page .traditional-lightbox-next {
    position: absolute;
    width: 48px;
    height: 48px;
    border: 1px solid #e9bb67;
    background: #17120d;
    color: #e9bb67;
    cursor: pointer;
    font-size: 30px;
    z-index: 2
}

.traditional-page .traditional-lightbox-close {
    right: 25px;
    top: 18px
}

.traditional-page .traditional-lightbox-prev {
    left: 25px;
    top: 50%;
    transform: translateY(-50%)
}

.traditional-page .traditional-lightbox-next {
    right: 25px;
    top: 50%;
    transform: translateY(-50%)
}

.traditional-page .traditional-lightbox-count {
    position: absolute;
    left: 50%;
    bottom: 22px;
    transform: translateX(-50%);
    color: #fff;
    font-size: 11px;
    letter-spacing: 2px
}

@media(max-width:560px) {
    .traditional-page .traditional-lightbox {
        padding: 18px
    }

        .traditional-page .traditional-lightbox img {
            max-width: 94vw;
            max-height: 82vh
        }

    .traditional-page .traditional-lightbox-prev {
        left: 10px
    }

    .traditional-page .traditional-lightbox-next {
        right: 10px
    }

    .traditional-page .traditional-lightbox-close {
        right: 10px
    }
}

/* =========================================================
   NIZHAL STUDIO — COLLECTION / PORTFOLIO UPDATE
   Desktop: 3 images per row
   Mobile: 2 images per row
   All image slots are intentionally blank so photographs can be
   added manually without changing the layout.
   ========================================================= */

/* Main-page portfolio cover slots.
   Add your own image by changing ONLY the background-image line.
   Example: background-image:url("assets/images/pre-wedding-cover.jpg"); */
.portfolio-card {
    display: block;
    height: 370px;
    background-color: #2b2118;
    background-size: cover;
    background-position: center;
    position: relative;
    border: 1px solid #8a602d;
    overflow: hidden;
    transition: transform .35s ease,filter .35s ease;
}

.p1, .p2, .p3, .p4 {
    background-image: none
}
/* COVER IMAGE SPACE — manually add image here */
/* .p1{background-image:url("assets/images/pre-wedding/cover.jpg");} */
/* .p2{background-image:url("assets/images/post-wedding/cover.jpg");} */
/* .p3{background-image:url("assets/images/baby-shoot/cover.jpg");} */
/* .p4{background-image:url("assets/images/maternity-shoot/cover.jpg");} */
.portfolio-card:after {
    content: "";
    position: absolute;
    inset: 35% 0 0;
    background: linear-gradient(transparent,#000b);
    pointer-events: none
}

.portfolio-card span, .portfolio-card small {
    position: absolute;
    z-index: 2;
    left: 25px;
    color: #fff
}

.portfolio-card span {
    bottom: 46px;
    font-family: "Cormorant Garamond",Georgia,serif;
    font-size: 30px
}

.portfolio-card small {
    bottom: 20px;
    font-size: 8px;
    letter-spacing: 1.7px
}

.portfolio-card:hover {
    transform: translateY(-4px);
    filter: brightness(.95)
}

/* Dedicated collection pages */
body.collection-page {
    background: #f7f0e4;
    color: #2b2118
}

.collection-header {
    position: relative;
    background: #17120d;
    padding: 145px 0 85px
}

    .collection-header .back-link {
        display: inline-block;
        margin-bottom: 35px;
        color: #e9bb67;
        font-size: 10px;
        letter-spacing: 1.8px
    }

    .collection-header h1 {
        font-size: clamp(60px,8vw,105px);
        line-height: .82;
        margin: 0
    }

    .collection-header p:not(.eyebrow) {
        max-width: 700px;
        line-height: 1.8;
        color: #cfc2b0;
        margin-top: 28px
    }

.collection-gallery {
    padding: 90px 0 120px
}

.gallery-note {
    margin: 0 0 22px;
    color: #7d6a54;
    font-size: 9px;
    letter-spacing: 1.7px
}

.collection-grid {
    display: grid;
    grid-template-columns: repeat(3,minmax(0,1fr));
    gap: 18px
}

.collection-item.image-slot {
    min-height: 500px;
    border: 1px dashed #b58b4b;
    background-color: #eee4d5;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
    padding: 0;
    cursor: pointer;
    appearance: none;
}

    .collection-item.image-slot:before {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(180deg,rgba(247,240,228,.04),rgba(43,33,24,.05));
        pointer-events: none
    }

    .collection-item.image-slot.has-image:before {
        background: linear-gradient(180deg,rgba(0,0,0,.02),rgba(0,0,0,.42))
    }

    .collection-item.image-slot:not(.has-image) {
        cursor: default
    }

.slot-number {
    position: absolute;
    z-index: 2;
    left: 20px;
    top: 18px;
    color: #9b733d;
    font-family: "Cormorant Garamond",Georgia,serif;
    font-size: 28px
}

.slot-label {
    position: absolute;
    z-index: 2;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 85%;
    text-align: center;
    color: #6d5334;
    font-family: "Cormorant Garamond",Georgia,serif;
    font-size: 28px;
    line-height: 1.05
}

    .slot-label small {
        display: inline-block;
        margin-top: 12px;
        font-family: Inter,Arial,sans-serif;
        font-size: 9px;
        letter-spacing: 1.2px;
        line-height: 1.5;
        color: #7d6a54
    }

.image-slot.has-image .slot-label {
    display: none
}

.image-slot.has-image .slot-number {
    color: #fff;
    text-shadow: 0 1px 8px #000
}

/* ---------------------------------------------------------
   MANUAL IMAGE SLOTS FOR THE FOUR NEW COLLECTIONS
   Add only the URL inside the relevant rule. Do not change
   dimensions, grid or HTML.
   --------------------------------------------------------- */
/* .pre-wedding-01{background-image:url("assets/images/pre-wedding/01.jpg");} */
/* .pre-wedding-02{background-image:url("assets/images/pre-wedding/02.jpg");} */
/* .post-wedding-01{background-image:url("assets/images/post-wedding/01.jpg");} */
/* .post-wedding-02{background-image:url("assets/images/post-wedding/02.jpg");} */
/* .baby-shoot-01{background-image:url("assets/images/baby-shoot/01.jpg");} */
/* .baby-shoot-02{background-image:url("assets/images/baby-shoot/02.jpg");} */
/* .maternity-shoot-01{background-image:url("assets/images/maternity-shoot/01.jpg");} */
/* .maternity-shoot-02{background-image:url("assets/images/maternity-shoot/02.jpg");} */

/* Existing Traditional / Candid / Cultural / Couple galleries also use
   the requested 3-column desktop / 2-column mobile layout. */
.traditional-grid, .traditional-page-grid {
    grid-template-columns: repeat(3,minmax(0,1fr))
}

.collection-grid {
    grid-template-columns: repeat(3,minmax(0,1fr))
}

@media(max-width:900px) {
    .portfolio-grid {
        grid-template-columns: repeat(2,1fr)
    }

    .collection-grid, .traditional-grid, .traditional-page-grid {
        grid-template-columns: repeat(2,minmax(0,1fr))
    }

    .collection-header {
        padding: 120px 0 65px
    }

    .collection-gallery {
        padding: 65px 0 90px
    }

    .collection-item.image-slot {
        min-height: 420px
    }

    .traditional-page-item, .traditional-page-item:nth-child(3n), .traditional-page-item img, .traditional-page-item:nth-child(3n) img {
        min-height: 420px
    }
}

@media(max-width:560px) {
    .portfolio-grid {
        grid-template-columns: repeat(2,minmax(0,1fr));
        gap: 8px
    }

    .portfolio-card {
        height: 250px
    }

        .portfolio-card span {
            left: 16px;
            bottom: 38px;
            font-size: 23px
        }

        .portfolio-card small {
            left: 16px;
            bottom: 16px;
            font-size: 7px
        }

    .collection-grid, .traditional-grid, .traditional-page-grid {
        grid-template-columns: repeat(2,minmax(0,1fr));
        gap: 8px
    }

    .collection-item.image-slot {
        min-height: 300px
    }

    .slot-label {
        font-size: 21px
    }

        .slot-label small {
            font-size: 7px;
            margin-top: 8px
        }

    .slot-number {
        left: 12px;
        top: 10px;
        font-size: 22px
    }

    .collection-header h1 {
        font-size: 55px
    }

    .collection-header {
        padding: 105px 0 55px
    }

    .gallery-note {
        font-size: 8px;
        line-height: 1.5
    }

    .traditional-page-item, .traditional-page-item:nth-child(3n), .traditional-page-item img, .traditional-page-item:nth-child(3n) img {
        min-height: 300px
    }
}

/* FINAL NIZHAL STUDIO IMAGE RULES */
/* Every cover is supplied from HTML using that section's assets/images/<section>/01.jpg. */
.category-card .category-cover {
    background: #2b2118;
}

    .category-card .category-cover img {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

    .category-card .category-cover:after {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(180deg,#0002 0%,#0003 35%,#000c 100%);
        pointer-events: none;
    }

.category-card h3, .category-card small, .category-card span, .category-card .num {
    z-index: 3;
}
/* Portfolio cover images also come from HTML. Missing 01.jpg = intentional blank cover space. */
.portfolio-card {
    background: #2b2118;
}

    .portfolio-card .portfolio-cover {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
        z-index: 0;
    }

    .portfolio-card:after {
        z-index: 1;
    }

    .portfolio-card span, .portfolio-card small {
        z-index: 2;
    }

.p1, .p2, .p3, .p4 {
    background-image: none;
}
/* Collection galleries: 3 desktop / 2 mobile. */
.collection-grid, .traditional-grid, .traditional-page-grid {
    display: grid;
    grid-template-columns: repeat(3,minmax(0,1fr));
    gap: 18px;
}

.collection-item.image-slot {
    display: block;
    min-height: 500px;
    background: #eee4d5;
    border: 1px dashed #b58b4b;
    position: relative;
    overflow: hidden;
    padding: 0;
}

    .collection-item.image-slot img {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        min-height: 0;
        object-fit: cover;
        display: block;
        z-index: 0;
    }

    .collection-item.image-slot .slot-label {
        z-index: 2;
    }

    .collection-item.image-slot .slot-number {
        z-index: 3;
    }

    .collection-item.image-slot img:not([src=""]) {
    }

    .collection-item.image-slot:has(img[src]) .slot-label {
    }
/* Existing galleries use real HTML <img> elements. */
.traditional-page-item img, .traditional-item img, .collection-item img {
    object-fit: cover;
}

@media(max-width:900px) {
    .collection-grid, .traditional-grid, .traditional-page-grid {
        grid-template-columns: repeat(2,minmax(0,1fr));
        gap: 12px;
    }

    .collection-item.image-slot {
        min-height: 420px;
    }

    .traditional-page-item, .traditional-item {
        min-height: 420px;
    }
}

@media(max-width:560px) {
    .category-grid {
        grid-template-columns: repeat(2,minmax(0,1fr));
    }

    .portfolio-grid {
        grid-template-columns: repeat(2,minmax(0,1fr));
        gap: 8px;
    }

    .collection-grid, .traditional-grid, .traditional-page-grid {
        grid-template-columns: repeat(2,minmax(0,1fr));
        gap: 8px;
    }

    .collection-item.image-slot {
        min-height: 300px;
    }

    .traditional-page-item, .traditional-item {
        min-height: 300px;
    }

    .portfolio-card {
        height: 250px;
    }
}
/* Nizhal Studio uploaded logo */
.brand-mark {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: auto;
    height: auto;
    border: none;
    border-radius: 0;
    overflow: visible;
    background: transparent;
}

    .brand-mark img {
        display: block;
        width: 190px;
        height: auto;
        max-width: none;
        object-fit: contain;
        border-radius: 0;
    }

/* =========================================================
   NIZHAL STUDIO — ARUN-INSPIRED HEADER / SOCIAL / VIDEO / MAP
   Theme and existing design remain unchanged.
   ========================================================= */
.site-header .site-header .brand-mark {
    width: 160px;
    height: 80px;
    padding: 0;
    overflow: visible;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.site-header .brand-mark img {
    width: 160px;
    height: auto;
    max-width: none;
    max-height: none;
    object-fit: contain;
    display: block;
}

.main-nav {
    gap: 20px;
}

.nav-social {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    border: 1px solid #d8c9b5;
    padding: 10px 12px;
    letter-spacing: 1px;
}

    .nav-social svg {
        width: 14px;
        height: 14px;
        display: block;
    }

    .nav-social:hover {
        color: #e9bb67;
        border-color: #e9bb67;
    }

.nav-whatsapp {
    border-color: #d8c9b5;
}

.floating-social {
    position: fixed;
    right: 22px;
    bottom: 28px;
    z-index: 90;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.floating-social-btn {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #fff;
    background: #17120d;
    color: #fff;
    box-shadow: 0 8px 25px #0008;
    transition: transform .25s ease,background .25s ease,color .25s ease;
}

    .floating-social-btn svg {
        width: 27px;
        height: 27px;
    }

    .floating-social-btn:hover {
        transform: translateY(-3px);
        color: #17120d;
        background: #e9bb67;
    }

.video-card-media {
    display: grid;
    grid-template-columns: .72fr 1.28fr;
    gap: 35px;
    align-items: center;
    min-height: 0;
    padding: 35px;
}

.video-copy p {
    color: #cfc2b0;
    line-height: 1.8;
    max-width: 420px;
}

.studio-video {
    width: 100%;
    display: block;
    aspect-ratio: 16/9;
    background: #0e0b08;
    border: 1px solid #8a602d;
    object-fit: cover;
}

.video-file-note {
    margin: 14px 0 0;
    color: #8e7b63;
    font-size: 9px;
    letter-spacing: 1.3px;
}

    .video-file-note strong {
        color: #b58b4b;
        font-weight: 500;
    }

.map-link {
    margin-top: 24px;
}

.map-box {
    overflow: hidden;
    position: relative;
}

@media(max-width:1100px) {
    .main-nav {
        gap: 12px
    }

    .nav-social span {
        display: none
    }

    .nav-social {
        padding: 10px
    }

    .video-card-media {
        grid-template-columns: 1fr;
    }
}

@media(max-width:900px) {
    .main-nav.open .nav-social {
        display: flex;
        justify-content: flex-start;
        width: 100%;
    }

    .floating-social {
        right: 14px;
        bottom: 18px
    }

    .floating-social-btn {
        width: 50px;
        height: 50px;
    }
}

@media(max-width:560px) {
    .site-header .brand-mark, .site-header .brand-mark img {
        width: 110px;
        height: auto
    }
}

/* =========================================================
   NIZHAL STUDIO — HOME CINEMATIC VIDEO GRID
   Arun Photography inspired layout; Nizhal colours/theme preserved.
   ========================================================= */
.video-section-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 38px;
}

    .video-section-head h2 {
        margin-bottom: 0;
    }

.video-view-more {
    white-space: nowrap;
}

.home-video-grid {
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 18px;
}

.home-video-card {
    background: #17120d;
    border: 1px solid #8a602d;
    overflow: hidden;
}

.home-video-media {
    background: #0e0b08;
    aspect-ratio: 16/9;
    overflow: hidden;
}

    .home-video-media video {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
        background: #0e0b08;
    }

.home-video-info {
    display: grid;
    grid-template-columns: 48px 1fr;
    gap: 16px;
    align-items: center;
    padding: 20px 22px;
}

    .home-video-info > span {
        color: #d9a953;
        font-size: 10px;
        letter-spacing: 2px;
    }

    .home-video-info h3 {
        margin: 0;
        font-family: "Cormorant Garamond",serif;
        font-size: 27px;
        font-weight: 600;
        color: #f7f0e4;
    }

    .home-video-info p {
        margin: 4px 0 0;
        color: #bcae9a;
        font-size: 10px;
        letter-spacing: 1.5px;
        text-transform: uppercase;
    }

@media(max-width:900px) {
    .video-section-head {
        align-items: flex-start;
        flex-direction: column;
        gap: 18px
    }

    .home-video-grid {
        grid-template-columns: 1fr;
    }
}

@media(max-width:560px) {
    .home-video-grid {
        gap: 14px
    }

    .home-video-info {
        padding: 16px
    }

        .home-video-info h3 {
            font-size: 23px
        }

        .home-video-info p {
            font-size: 8px;
            letter-spacing: 1.1px;
        }
}
/* ABOUT IMAGE BOX */
.about-image-box {
    position: relative;
    width: 100%;
    height: 500px;
    overflow: hidden;
    border: 1px solid rgba(201, 167, 106, 0.55);
    background: #17100b;
}

    /* IMAGE MUST STAY INSIDE THE BOX */
    .about-image-box img {
        display: block;
        width: 100%;
        height: 100%;
        max-width: 100%;
        max-height: 100%;
        object-fit: cover;
        object-position: center;
    }

/* MOBILE */
@media (max-width: 768px) {
    .about-image-box {
        height: 380px;
    }

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

.location-map {
    width: 100%;
    height: 360px;
    overflow: hidden;
    border: 1px solid rgba(180, 130, 50, 0.45);
}

    .location-map iframe {
        width: 100%;
        height: 100%;
        display: block;
        border: 0;
    }

.location-map {
    width: 100%;
    height: 360px;
    overflow: hidden;
    border: 1px solid rgba(180, 130, 50, 0.45);
    background: #2b2119;
}

    .location-map iframe {
        width: 100%;
        height: 100%;
        display: block;
        border: 0;
    }
/* =========================================
   LOCATION SECTION
========================================= */

.location-section {
    width: 100%;
    background: #f7f0e4;
    padding: 120px 0;
    overflow: hidden;
}

.location-container {
    width: min(1280px, 88%);
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
}

/* LEFT SIDE */

.location-content {
    padding-right: 20px;
}

    .location-content .eyebrow {
        margin: 0 0 25px;
        font-size: 11px;
        letter-spacing: 5px;
        text-transform: uppercase;
        color: #c9943d;
        font-weight: 500;
    }

    .location-content h2 {
        margin: 0 0 35px;
        font-family: Georgia, "Times New Roman", serif;
        font-size: clamp(48px, 5vw, 76px);
        line-height: 0.98;
        font-weight: 400;
        color: #2a211b;
    }

        .location-content h2 em {
            color: #e4ad51;
            font-style: italic;
        }

.location-details {
    margin-top: 30px;
}

    .location-details h3 {
        margin: 0 0 10px;
        font-size: 20px;
        font-weight: 600;
        color: #2a211b;
    }

    .location-details p {
        margin: 0;
        font-size: 16px;
        line-height: 1.8;
        color: #5c5046;
    }

.location-phone {
    margin-top: 22px !important;
}

    .location-phone strong {
        font-size: 11px;
        letter-spacing: 3px;
        text-transform: uppercase;
        color: #b27c2d;
    }

    .location-phone a {
        color: #2a211b;
        text-decoration: none;
    }

        .location-phone a:hover {
            text-decoration: underline;
        }


/* GOOGLE MAP */

.location-map {
    width: 100%;
    height: 500px;
    border: 1px solid #c4944b;
    overflow: hidden;
    background: #e7ded0;
}

    .location-map iframe {
        display: block;
        width: 100%;
        height: 100%;
        border: 0;
    }


/* BUTTON */

.location-button {
    display: inline-flex;
    align-items: center;
    gap: 20px;
    margin-top: 35px;
    padding: 16px 25px;
    border: 1px solid #c9a46b;
    color: #2a211b;
    background: transparent;
    text-decoration: none;
    font-size: 11px;
    letter-spacing: 2px;
    text-transform: uppercase;
    transition: all 0.3s ease;
}

    .location-button span {
        font-size: 17px;
        transition: transform 0.3s ease;
    }

    .location-button:hover {
        background: #c9943d;
        color: #fff;
        border-color: #c9943d;
    }

        .location-button:hover span {
            transform: translate(3px, -3px);
        }


/* =========================================
   MOBILE
========================================= */

@media (max-width: 900px) {

    .location-section {
        padding: 80px 0;
    }

    .location-container {
        width: 88%;
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .location-content {
        padding-right: 0;
    }

        .location-content h2 {
            font-size: clamp(45px, 10vw, 65px);
        }

    .location-map {
        height: 400px;
    }
}


@media (max-width: 600px) {

    .location-section {
        padding: 65px 0;
    }

    .location-container {
        width: 90%;
    }

    .location-content h2 {
        font-size: 45px;
    }

    .location-details p {
        font-size: 15px;
    }

    .location-map {
        height: 330px;
    }

    .location-button {
        width: auto;
    }
}
/* =========================================
   CONTACT / BOOKING SECTION
========================================= */

.contact-section {
    width: 100%;
    background: #f7f0e4;
    padding: 120px 0;
    overflow: hidden;
}

.contact-container {
    width: min(1280px, 88%);
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 0.85fr;
    gap: 100px;
    align-items: start;
}


/* LEFT CONTENT */

.contact-intro {
    padding-top: 10px;
}

    .contact-intro .eyebrow {
        margin: 0 0 25px;
        font-size: 11px;
        letter-spacing: 5px;
        text-transform: uppercase;
        color: #c9943d;
    }

    .contact-intro h2 {
        margin: 0;
        max-width: 650px;
        font-family: Georgia, "Times New Roman", serif;
        font-size: clamp(50px, 5vw, 76px);
        line-height: 0.98;
        font-weight: 400;
        color: #2a211b;
    }

        .contact-intro h2 em {
            display: block;
            color: #e2aa4d;
            font-style: italic;
        }

.contact-description {
    max-width: 560px;
    margin: 35px 0 45px;
    font-size: 16px;
    line-height: 1.8;
    color: #66594e;
}


/* CONTACT INFO */

.contact-info {
    display: flex;
    gap: 70px;
    padding-top: 30px;
    border-top: 1px solid rgba(100, 70, 35, 0.25);
}

    .contact-info span {
        display: block;
        margin-bottom: 10px;
        font-size: 10px;
        letter-spacing: 3px;
        color: #b47f30;
    }

    .contact-info a,
    .contact-info p {
        margin: 0;
        font-size: 15px;
        color: #2a211b;
        text-decoration: none;
    }


/* =========================================
   FORM BOX
========================================= */

.contact-form-box {
    padding: 45px;
    border: 1px solid #c9a46b;
    background: rgba(255, 255, 255, 0.18);
}

    .contact-form-box form {
        width: 100%;
    }

.form-group {
    margin-bottom: 25px;
}

    .form-group label {
        display: block;
        margin-bottom: 9px;
        font-size: 10px;
        letter-spacing: 2.5px;
        color: #6d5b49;
    }

    .form-group input,
    .form-group select,
    .form-group textarea {
        box-sizing: border-box;
        width: 100%;
        padding: 14px 0;
        border: none;
        border-bottom: 1px solid #cbb99e;
        outline: none;
        background: transparent;
        color: #2a211b;
        font-family: inherit;
        font-size: 15px;
    }

    .form-group textarea {
        resize: vertical;
        min-height: 90px;
    }

        .form-group input:focus,
        .form-group select:focus,
        .form-group textarea:focus {
            border-bottom-color: #c9943d;
        }

        .form-group input::placeholder,
        .form-group textarea::placeholder {
            color: #9b8d7e;
        }


    /* SELECT */

    .form-group select {
        cursor: pointer;
    }


/* SUBMIT BUTTON */

.contact-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
    margin-top: 10px;
    padding: 17px 28px;
    border: 1px solid #c9943d;
    background: #c9943d;
    color: #fff;
    font-size: 10px;
    letter-spacing: 2.5px;
    cursor: pointer;
    transition: all 0.3s ease;
}

    .contact-submit span {
        font-size: 17px;
        transition: transform 0.3s ease;
    }

    .contact-submit:hover {
        background: #2a211b;
        border-color: #2a211b;
    }

        .contact-submit:hover span {
            transform: translate(4px, -4px);
        }


/* =========================================
   MOBILE
========================================= */

@media (max-width: 900px) {

    .contact-section {
        padding: 80px 0;
    }

    .contact-container {
        width: 88%;
        grid-template-columns: 1fr;
        gap: 60px;
    }

    .contact-intro h2 {
        font-size: clamp(45px, 10vw, 65px);
    }

    .contact-form-box {
        padding: 30px;
    }
}


@media (max-width: 600px) {

    .contact-section {
        padding: 65px 0;
    }

    .contact-container {
        width: 90%;
    }

    .contact-intro h2 {
        font-size: 44px;
    }

    .contact-info {
        flex-direction: column;
        gap: 25px;
    }

    .contact-form-box {
        padding: 25px 20px;
    }

    .contact-submit {
        width: 100%;
    }
}
/* =========================================
   NIZHAL STUDIO - BLACK CONTACT SECTION
   ========================================= */

.contact-section {
    width: 100%;
    background: #120e0b;
    color: #f7f1e8;
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}

.contact-container {
    width: min(1200px, 88%);
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 100px;
    align-items: start;
}

/* LEFT SIDE */

.contact-intro {
    padding-top: 10px;
}

    .contact-intro .eyebrow {
        color: #d9a441;
        font-size: 11px;
        letter-spacing: 5px;
        margin: 0 0 25px;
        text-transform: uppercase;
    }

    .contact-intro h2 {
        margin: 0;
        font-family: Georgia, "Times New Roman", serif;
        font-size: clamp(48px, 5vw, 78px);
        font-weight: 400;
        line-height: 0.98;
        letter-spacing: -2px;
        color: #f7f1e8;
    }

        .contact-intro h2 em {
            color: #d9a441;
            font-weight: 400;
        }

.contact-description {
    max-width: 520px;
    margin: 35px 0 55px;
    color: #bcb4aa;
    font-size: 16px;
    line-height: 1.8;
}

.contact-details {
    display: flex;
    flex-direction: column;
    gap: 35px;
}

    .contact-details span {
        display: block;
        color: #d9a441;
        font-size: 10px;
        letter-spacing: 4px;
        margin-bottom: 10px;
    }

    .contact-details a,
    .contact-details p {
        margin: 0;
        color: #eee7dd;
        font-size: 16px;
        line-height: 1.7;
        text-decoration: none;
    }

        .contact-details a:hover {
            color: #d9a441;
        }


/* RIGHT FORM */

.contact-form-box {
    background: #1b1511;
    border: 1px solid rgba(217, 164, 65, 0.35);
    padding: 50px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25);
}

.form-label {
    margin: 0 0 18px;
    color: #d9a441;
    font-size: 10px;
    letter-spacing: 4px;
}

.contact-form-box h3 {
    margin: 0 0 40px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 48px;
    line-height: 1;
    font-weight: 400;
    color: #f7f1e8;
}

    .contact-form-box h3 em {
        color: #d9a441;
        font-weight: 400;
    }


/* FORM */

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 22px;
}

.form-group {
    margin-bottom: 25px;
}

    .form-group label {
        display: block;
        margin-bottom: 10px;
        color: #bcb4aa;
        font-size: 9px;
        letter-spacing: 3px;
        text-transform: uppercase;
    }

    .form-group input,
    .form-group select,
    .form-group textarea {
        width: 100%;
        box-sizing: border-box;
        padding: 15px 0;
        background: transparent;
        border: none;
        border-bottom: 1px solid rgba(247, 241, 232, 0.25);
        color: #f7f1e8;
        font-family: inherit;
        font-size: 15px;
        outline: none;
        transition: border-color 0.3s ease;
    }

        .form-group input::placeholder,
        .form-group textarea::placeholder {
            color: #716a63;
        }

        .form-group input:focus,
        .form-group select:focus,
        .form-group textarea:focus {
            border-bottom-color: #d9a441;
        }

    .form-group select {
        color: #f7f1e8;
    }

        .form-group select option {
            background: #1b1511;
            color: #f7f1e8;
        }

    .form-group textarea {
        resize: vertical;
        min-height: 90px;
    }


/* SUBMIT BUTTON */

.contact-submit {
    width: 100%;
    margin-top: 10px;
    padding: 18px 24px;
    background: #d9a441;
    color: #120e0b;
    border: 1px solid #d9a441;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 3px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all 0.3s ease;
}

    .contact-submit span {
        font-size: 20px;
    }

    .contact-submit:hover {
        background: transparent;
        color: #d9a441;
    }


/* =========================================
   MOBILE
   ========================================= */

@media (max-width: 800px) {

    .contact-section {
        padding: 80px 0;
    }

    .contact-container {
        width: 88%;
        grid-template-columns: 1fr;
        gap: 60px;
    }

    .contact-intro h2 {
        font-size: 52px;
    }

    .contact-description {
        margin-bottom: 40px;
    }

    .contact-form-box {
        padding: 30px 25px;
    }

        .contact-form-box h3 {
            font-size: 40px;
        }

    .form-row {
        grid-template-columns: 1fr;
        gap: 0;
    }
}
/* ================================
   CONTACT FORM - COMPACT DESIGN
   ================================ */

#book {
    background: #15110e;
    padding: 90px 7% 100px;
    color: #f5efe5;
}

    #book .container {
        max-width: 1050px;
        margin: 0 auto;
    }

    /* Contact heading */
    #book h2 {
        font-size: clamp(42px, 5vw, 68px);
        line-height: 0.95;
        margin: 12px 0 45px;
        max-width: 650px;
    }

        #book h2 em {
            color: #dca63d;
        }

    /* Form */
    #book form {
        width: 100%;
        max-width: 950px;
        margin: 0 auto;
    }

    /* Two columns */
    #book .form-row,
    #book .form-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 35px;
    }

    /* Form groups */
    #book .form-group {
        margin-bottom: 28px;
    }

    /* Labels */
    #book label {
        display: block;
        font-size: 10px;
        letter-spacing: 4px;
        text-transform: uppercase;
        color: #dca63d;
        margin-bottom: 12px;
    }

    /* Inputs */
    #book input,
    #book select,
    #book textarea {
        width: 100%;
        box-sizing: border-box;
        background: transparent;
        border: none;
        border-bottom: 1px solid rgba(245, 239, 229, 0.28);
        border-radius: 0;
        color: #f5efe5;
        font-family: inherit;
        font-size: 16px;
        padding: 12px 0;
        outline: none;
        transition: border-color 0.3s ease;
    }

        /* Placeholder */
        #book input::placeholder,
        #book textarea::placeholder {
            color: rgba(245, 239, 229, 0.45);
        }

        /* Focus */
        #book input:focus,
        #book select:focus,
        #book textarea:focus {
            border-bottom-color: #dca63d;
        }

    /* Select */
    #book select {
        cursor: pointer;
    }

    /* Textarea */
    #book textarea {
        min-height: 90px;
        resize: vertical;
    }

    /* Submit button */
    #book button,
    #book .btn,
    #book .btn-gold {
        margin-top: 15px;
        padding: 15px 30px;
        font-size: 11px;
        letter-spacing: 3px;
    }

/* ================================
   MOBILE
   ================================ */

@media (max-width: 700px) {

    #book {
        padding: 65px 22px 75px;
    }

        #book .container {
            width: 100%;
        }

        #book h2 {
            font-size: 42px;
            line-height: 1;
            margin-bottom: 35px;
        }

        #book .form-row,
        #book .form-grid {
            grid-template-columns: 1fr;
            gap: 0;
        }

        #book .form-group {
            margin-bottom: 24px;
        }

        #book input,
        #book select,
        #book textarea {
            font-size: 15px;
            padding: 11px 0;
        }

        #book textarea {
            min-height: 80px;
        }

        #book button,
        #book .btn,
        #book .btn-gold {
            width: 100%;
            padding: 15px 20px;
        }
}

/* =========================================================
   FINAL RESPONSIVE / CROSS-BROWSER LAYER
   Keeps the existing Nizhal Studio visual design intact.
   This layer only fixes sizing, alignment, overflow and
   responsive behaviour for desktop, tablet and mobile.
   ========================================================= */

/* ---------- Global safety ---------- */
html, body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
}

*, *::before, *::after {
    box-sizing: border-box;
}

img, video, iframe, svg {
    max-width: 100%;
}

img {
    height: auto;
}

button, input, select, textarea {
    max-width: 100%;
}

a, button, input, select, textarea {
    -webkit-tap-highlight-color: transparent;
}

.container {
    width: min(1180px, calc(100% - 48px));
}

/* ---------- Header / navigation ---------- */
.site-header {
    width: 100%;
    min-height: 78px;
    padding-left: clamp(20px, 4vw, 64px);
    padding-right: clamp(20px, 4vw, 64px);
}

.brand {
    min-width: 0;
    flex-shrink: 0;
}

    .brand > span:last-child {
        min-width: 0;
    }

    .brand b,
    .brand small {
        white-space: nowrap;
    }

.main-nav {
    min-width: 0;
    flex-wrap: nowrap;
}

.nav-social {
    flex-shrink: 0;
}

.menu-toggle {
    cursor: pointer;
    padding: 10px;
    align-items: center;
    justify-content: center;
}

@media (max-width: 1120px) {
    .main-nav {
        display: none;
    }

    .menu-toggle {
        display: flex;
    }

    .main-nav.open {
        position: absolute;
        top: calc(100% + 4px);
        right: 20px;
        width: min(290px, calc(100vw - 40px));
        max-height: calc(100vh - 95px);
        overflow-y: auto;
        padding: 18px;
        gap: 4px;
        align-items: stretch;
        background: rgba(23, 18, 13, 0.98);
        border: 1px solid rgba(216, 167, 83, 0.35);
        box-shadow: 0 18px 45px rgba(0,0,0,.35);
    }

        .main-nav.open > a {
            width: 100%;
            padding: 12px 10px;
        }

        .main-nav.open .nav-social {
            display: flex;
            align-items: center;
            justify-content: flex-start;
        }

            .main-nav.open .nav-social span {
                display: inline;
            }
}

/* ---------- Hero ---------- */
.hero {
    width: 100%;
}

.hero-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-content {
    max-width: min(650px, 84vw);
}

.hero h1 {
    overflow-wrap: normal;
    word-break: normal;
}

.hero-copy {
    max-width: 620px;
}

@media (max-width: 700px) {
    .hero {
        min-height: 600px;
    }

    .hero-content {
        left: 6%;
        right: 6%;
        max-width: none;
        width: auto;
    }

    .hero h1 {
        font-size: clamp(48px, 13vw, 62px);
        line-height: .86;
    }

    .hero-copy {
        font-size: 13px;
        line-height: 1.7;
    }

    .hero-arrow {
        width: 38px;
        height: 48px;
        font-size: 30px;
    }

    .hero-prev {
        left: 2%;
    }

    .hero-next {
        right: 2%;
    }

    .hero-dots {
        left: 6%;
        bottom: 30px;
    }
}

/* ---------- Shared sections / typography ---------- */
.section,
.section-pad {
    width: 100%;
}

.section-title h2,
.intro h2,
.about-grid h2,
.location-content h2,
.cta h2 {
    max-width: 100%;
    overflow-wrap: normal;
}

.lead,
.hero-copy,
.gallery-intro,
.collection-header p:not(.eyebrow),
.contact-description {
    overflow-wrap: break-word;
}

/* ---------- Home grids ---------- */
.category-grid,
.portfolio-grid,
.review-grid,
.collection-grid,
.traditional-grid,
.traditional-page-grid {
    width: 100%;
}

    .category-card,
    .portfolio-card,
    .review-grid article,
    .collection-item,
    .traditional-item,
    .traditional-page-item {
        min-width: 0;
    }

.service-list > div {
    min-width: 0;
}

.service-list h3,
.service-list p {
    min-width: 0;
    overflow-wrap: break-word;
}

@media (max-width: 900px) {
    .container {
        width: min(100% - 40px, 700px);
    }

    .intro-grid,
    .about-grid,
    .location-grid {
        grid-template-columns: 1fr;
        gap: 48px;
    }

    .category-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .portfolio-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .review-grid {
        grid-template-columns: 1fr;
    }

    .service-list > div {
        grid-template-columns: 45px minmax(0, 1fr);
    }

    .service-list p {
        grid-column: 2;
        margin: 0;
    }

    .video-section-head {
        align-items: flex-start;
    }

    .home-video-grid {
        grid-template-columns: 1fr;
    }

    .about-image-box {
        height: 420px;
    }
}

@media (max-width: 560px) {
    .container {
        width: calc(100% - 32px);
    }

    .section,
    .section-pad {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .section-title h2,
    .intro h2,
    .about-grid h2,
    .location-content h2,
    .cta h2 {
        font-size: clamp(45px, 13vw, 58px);
        line-height: .92;
    }

    .category-grid,
    .portfolio-grid {
        grid-template-columns: 1fr;
    }

    .category-card {
        min-height: 300px;
    }

    .portfolio-card {
        height: 290px;
    }

    .about-image-box {
        height: 330px;
    }

    .service-list > div {
        grid-template-columns: 36px minmax(0, 1fr);
        gap: 12px;
        padding: 20px 0;
    }

    .service-list h3 {
        font-size: 27px;
    }

    .video-card,
    .video-card-media {
        padding: 24px;
    }

    .home-video-info {
        grid-template-columns: 36px minmax(0, 1fr);
        gap: 12px;
        padding: 16px;
    }

        .home-video-info h3 {
            font-size: 24px;
        }
}

/* ---------- Collection / gallery pages ---------- */
.collection-header,
.traditional-page-header {
    overflow: hidden;
}

    .collection-header h1,
    .traditional-page-header h1 {
        overflow-wrap: normal;
    }

.collection-grid,
.traditional-page-grid {
    align-items: stretch;
}

.collection-item.image-slot,
.traditional-page-item,
.traditional-item {
    min-width: 0;
}

    .collection-item.image-slot img,
    .traditional-page-item img,
    .traditional-item img {
        max-width: none;
    }

@media (max-width: 900px) {
    .collection-grid,
    .traditional-grid,
    .traditional-page-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .collection-item.image-slot {
        min-height: 420px;
    }
}

@media (max-width: 560px) {
    .collection-grid,
    .traditional-grid,
    .traditional-page-grid {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .collection-item.image-slot {
        min-height: 360px;
    }

    .traditional-page-item,
    .traditional-item {
        min-height: 360px;
    }

    .collection-header {
        padding-top: 105px;
        padding-bottom: 55px;
    }

        .collection-header h1,
        .traditional-page-header h1 {
            font-size: clamp(48px, 14vw, 60px);
        }
}

/* ---------- Videos page ---------- */
.videos-page,
.video-section {
    width: 100%;
    overflow: hidden;
}

.video-page-card,
.video-page-media,
.video-page-media video {
    width: 100%;
    max-width: 100%;
}

    .video-page-media video {
        display: block;
        height: auto;
    }

@media (max-width: 700px) {
    .video-page-card {
        min-width: 0;
    }

    .video-card-media {
        grid-template-columns: 1fr;
    }
}

/* ---------- Location section ----------
   Existing cream/gold design is preserved.
   ---------- */
.location-section {
    width: 100%;
    background: #f7f0e4;
    overflow: hidden;
}

.location-container {
    width: min(1280px, calc(100% - 48px));
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: clamp(40px, 6vw, 80px);
    align-items: center;
}

.location-content {
    min-width: 0;
    padding-right: 0;
}

    .location-content h2 {
        font-size: clamp(48px, 5vw, 76px);
    }

.location-details p {
    overflow-wrap: break-word;
}

.location-map {
    width: 100%;
    height: 430px;
    min-width: 0;
}

    .location-map iframe {
        width: 100%;
        height: 100%;
    }

.location-button {
    max-width: 100%;
    white-space: nowrap;
}

@media (max-width: 900px) {
    .location-section {
        padding: 85px 0;
    }

    .location-container {
        width: min(100% - 40px, 700px);
        grid-template-columns: 1fr;
        gap: 45px;
    }

    .location-content h2 {
        font-size: clamp(48px, 10vw, 66px);
    }

    .location-map {
        height: 380px;
        order: 2;
    }
}

@media (max-width: 560px) {
    .location-section {
        padding: 70px 0;
    }

    .location-container {
        width: calc(100% - 32px);
        gap: 35px;
    }

    .location-content h2 {
        font-size: clamp(44px, 13vw, 58px);
    }

    .location-details {
        margin-top: 24px;
    }

        .location-details p {
            font-size: 15px;
            line-height: 1.7;
        }

    .location-button {
        width: 100%;
        justify-content: space-between;
        padding: 15px 18px;
    }

    .location-map {
        height: 300px;
    }
}

/* ---------- Contact / booking ----------
   Uses the existing black/gold contact design.
   The current HTML contains one form, so it is kept as
   one compact aligned block instead of creating a blank column.
   ---------- */
.contact-section {
    width: 100%;
    background: #120e0b;
    color: #f7f1e8;
    overflow: hidden;
}

.contact-container {
    width: min(1050px, calc(100% - 48px));
    margin: 0 auto;
    display: block;
}

.contact-form-box {
    width: 100%;
    max-width: 1050px;
    margin: 0 auto;
    padding: 45px;
}

    .contact-form-box h3 {
        font-size: clamp(42px, 5vw, 58px);
    }

    .contact-form-box form,
    #book form {
        width: 100%;
        max-width: none;
    }

.form-row {
    width: 100%;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}

.form-group {
    min-width: 0;
}

    .form-group input,
    .form-group select,
    .form-group textarea {
        min-width: 0;
        max-width: 100%;
    }

.contact-submit {
    max-width: 100%;
}

@media (max-width: 900px) {
    .contact-section {
        padding: 85px 0;
    }

    .contact-container {
        width: min(100% - 40px, 700px);
    }

    .contact-form-box {
        padding: 34px;
    }

    .form-row {
        grid-template-columns: 1fr;
        gap: 0;
    }
}

@media (max-width: 560px) {
    .contact-section {
        padding: 65px 0 75px;
    }

    .contact-container {
        width: calc(100% - 32px);
    }

    .contact-form-box {
        padding: 26px 20px;
    }

    .form-label {
        letter-spacing: 3px;
    }

    .contact-form-box h3 {
        font-size: 40px;
        line-height: .98;
        margin-bottom: 32px;
    }

    .form-group {
        margin-bottom: 22px;
    }

        .form-group label {
            letter-spacing: 2.5px;
        }

        .form-group input,
        .form-group select,
        .form-group textarea {
            font-size: 16px;
            padding: 11px 0;
        }

        .form-group textarea {
            min-height: 85px;
        }

    .contact-submit {
        width: 100%;
        padding: 16px 18px;
    }
}

/* ---------- Footer ---------- */
footer {
    width: 100%;
    overflow: hidden;
}

.footerin {
    min-width: 0;
}

    .footerin > div,
    .footerin > small {
        min-width: 0;
    }

@media (max-width: 700px) {
    .footerin {
        flex-direction: column;
        align-items: flex-start;
        gap: 24px;
    }

    .footer-links {
        width: 100%;
        flex-wrap: wrap;
        gap: 12px 18px;
    }
}

/* ---------- Floating social buttons ---------- */
.floating-social {
    right: clamp(10px, 1.5vw, 22px);
    bottom: clamp(12px, 2vw, 28px);
}

@media (max-width: 560px) {
    .floating-social {
        right: 10px;
        bottom: 12px;
        gap: 8px;
    }

    .floating-social-btn {
        width: 44px;
        height: 44px;
    }

        .floating-social-btn svg {
            width: 21px;
            height: 21px;
        }
}

/* ---------- Accessibility / reduced motion ---------- */
@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    *,
    *::before,
    *::after {
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .01ms !important;
    }
}
/* =========================================
   MOBILE HERO TITLE – NIZHAL STUDIO
   ========================================= */
@media (max-width: 768px) {
    .hero h1,
    .hero-title,
    .hero-content h1 {
        font-size: 48px !important;
        line-height: 0.95 !important;
        text-align: center !important;
        margin-left: auto;
        margin-right: auto;
        transform: translateY(55px);
        width: 100%;
    }
}
/* =========================================
   MOBILE HOME HERO - TEXT ALIGNMENT
   ========================================= */
@media (max-width: 600px) {

    .hero-content {
        position: absolute;
        left: 50%;
        top: 58%;
        transform: translate(-50%, -50%);
        width: 88%;
        text-align: center;
    }

        .hero-content .eyebrow {
            font-size: 9px;
            letter-spacing: 3px;
            line-height: 1.4;
            margin-bottom: 12px;
            text-align: center;
        }

        .hero-content h1,
        .hero-title {
            font-size: 42px;
            line-height: 0.98;
            letter-spacing: -1px;
            margin: 0 auto 24px;
            max-width: 330px;
            text-align: center;
        }

            .hero-content h1 br {
                display: block;
            }

        .hero-content .hero-buttons {
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 10px;
        }

            .hero-content .hero-buttons a {
                width: 210px;
                min-height: 44px;
                display: flex;
                align-items: center;
                justify-content: center;
            }
}

@media (max-width: 600px) {

    .hero-content {
        left: 50%;
        transform: translateX(-50%);
        width: calc(100% - 52px);
        text-align: center;
        bottom: 150px;
    }

        .hero-content h1 {
            font-size: 42px;
            line-height: 0.95;
            margin-bottom: 28px;
            text-align: center;
        }

    .hero-buttons {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 12px;
    }

        .hero-buttons a {
            width: 210px;
            height: 52px;
            display: flex;
            align-items: center;
            justify-content: center;
            box-sizing: border-box;
            margin: 0;
        }

        .hero-buttons .primary-btn {
            position: relative;
            z-index: 2;
        }

        .hero-buttons .secondary-btn {
            position: relative;
            z-index: 2;
        }
}

@media (max-width: 600px) {
    .hero-content {
        position: absolute;
        left: 50%;
        bottom: 135px; /* move the whole group upward */
        transform: translateX(-50%);
        width: 90%;
        max-width: 340px;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

        .hero-content h1 {
            margin: 0;
            padding: 0;
            text-align: center;
            font-size: 42px;
            line-height: 1.05;
            letter-spacing: -0.5px;
            transform: translateY(-8px);
        }

    .hero-buttons {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }

        .hero-buttons a {
            width: 210px;
            height: 60px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0;
        }
}
/* =========================================
   SOCIAL BRAND COLORS
   Instagram + WhatsApp
   ========================================= */

/* Instagram - Header + Floating */
.instagram-btn,
.instagram-button,
header .instagram,
.site-header .instagram {
    background: linear-gradient( 45deg, #FFCC00 0%, #FF005F 45%, #FC01D8 75%, #833AB4 100% ) !important;
    color: #fff !important;
    border: none !important;
}

    .instagram-btn i,
    .instagram-button i,
    header .instagram i,
    .site-header .instagram i {
        color: #fff !important;
    }


/* WhatsApp - Header + Floating */
.whatsapp-btn,
.whatsapp-button,
header .whatsapp,
.site-header .whatsapp {
    background: #25D366 !important;
    color: #fff !important;
    border: none !important;
}

    .whatsapp-btn i,
    .whatsapp-button i,
    header .whatsapp i,
    .site-header .whatsapp i {
        color: #fff !important;
    }


/* Floating social buttons */
.floating-social a.instagram,
.floating-social a.instagram-btn {
    background: linear-gradient( 45deg, #FFCC00, #FF005F, #FC01D8, #833AB4 ) !important;
    border: none !important;
    color: #fff !important;
}


.floating-social a.whatsapp,
.floating-social a.whatsapp-btn {
    background: #25D366 !important;
    border: none !important;
    color: #fff !important;
}


/* Hover */
.instagram-btn:hover,
.instagram-button:hover,
header .instagram:hover {
    filter: brightness(1.08);
}

.whatsapp-btn:hover,
.whatsapp-button:hover,
header .whatsapp:hover {
    background: #20BD5A !important;
}
/* About Us - Start Your Story button spacing */
.about-content .btn,
.about-text .btn,
.about-section .btn {
    display: inline-block;
    margin-top: 24px;
}
/* =========================================================
   GLOBAL SPACING FIX
   Remove unwanted / uneven empty spaces
   ========================================================= */

/* Basic reset */
html,
body {
    margin: 0;
    padding: 0;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}


/* Remove unwanted paragraph / heading spacing */
section h1,
section h2,
section h3,
section h4,
section p {
    margin-top: 0;
}


/* Keep paragraphs compact */
section p {
    margin-bottom: 16px;
}


/* Prevent sections from creating unnecessary empty space */
section {
    margin-top: 0;
    margin-bottom: 0;
}


/* =========================================================
   ABOUT / APPROACH SECTION
   ========================================================= */

.about-section,
.approach-section {
    padding-top: 80px;
    padding-bottom: 80px;
}


    /* Keep heading and description aligned */
    .about-section .about-content,
    .approach-section .about-content {
        margin-top: 0;
    }


/* =========================================================
   CONTENT SECTIONS
   ========================================================= */

.portfolio-section,
.gallery-section,
.videos-section,
.testimonials-section,
.services-section,
.about-section,
.contact-section,
.location-section {
    margin-top: 0;
}


    /* Remove accidental large gaps caused by child elements */
    .portfolio-section > *,
    .gallery-section > *,
    .videos-section > *,
    .testimonials-section > *,
    .services-section > *,
    .about-section > *,
    .contact-section > *,
    .location-section > * {
        margin-top: 0;
    }


/* =========================================================
   MOBILE SPACING
   ========================================================= */

@media (max-width: 600px) {

    /* Consistent section spacing */
    section {
        padding-top: 55px;
        padding-bottom: 55px;
    }

    /* About / approach */
    .about-section,
    .approach-section {
        padding-top: 55px;
        padding-bottom: 55px;
    }

    /* Headings */
    section h1 {
        margin-bottom: 18px;
    }

    section h2 {
        margin-bottom: 16px;
    }

    section h3 {
        margin-bottom: 12px;
    }

    /* Paragraphs */
    section p {
        margin-bottom: 14px;
    }

    /* Prevent unnecessary empty height */
    .about-section,
    .approach-section,
    .portfolio-section,
    .gallery-section,
    .videos-section,
    .testimonials-section,
    .services-section,
    .contact-section,
    .location-section {
        min-height: 0;
        height: auto;
    }
}


/* =========================================================
   REMOVE EMPTY SPACE CREATED BY COMMON WRAPPERS
   ========================================================= */

.container,
.section-container,
.content-wrapper {
    margin-top: 0;
}


/* Prevent last element from creating extra bottom gap */
section > :last-child,
section .container > :last-child,
section .section-container > :last-child {
    margin-bottom: 0;
}

/* ---------- FOUR NEW COLLECTIONS ---------- */
/* Main-page cards use image 01 as the cover. Add the image file later;
   the card remains clean and keeps the existing design until then. */
.resorts-card .category-cover img,
.baptism-card .category-cover img,
.engagement-card .category-cover img,
.indoor-card .category-cover img {
    object-fit: cover;
}

/* Dedicated pages: two image slots per new collection.
   Image 01 is the cover used on the home-page card.
   Uncomment the matching rules and add your own image paths later. */
/* .resorts-cinematic-01{background-image:url("assets/images/resorts-cinematic/01.jpg");} */
/* .resorts-cinematic-02{background-image:url("assets/images/resorts-cinematic/02.jpg");} */
/* .baptism-ceremony-01{background-image:url("assets/images/baptism-ceremony/01.jpg");} */
/* .baptism-ceremony-02{background-image:url("assets/images/baptism-ceremony/02.jpg");} */
/* .engagement-photography-01{background-image:url("assets/images/engagement-photography/01.jpg");} */
/* .engagement-photography-02{background-image:url("assets/images/engagement-photography/02.jpg");} */
/* .indoor-portfolio-01{background-image:url("assets/images/indoor-portfolio/01.jpg");} */
/* .indoor-portfolio-02{background-image:url("assets/images/indoor-portfolio/02.jpg");} */
/* =========================================================
   ABOUT US - ALIGNMENT OVERRIDE
   Add this BELOW all existing CSS
   ========================================================= */

#about .container {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    align-items: center;
    gap: 70px;
}

/* About image */
#about .about-image,
#about .story-image,
#about .about-media {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

    #about .about-image img,
    #about .story-image img,
    #about .about-media img {
        width: 100%;
        height: auto;
        display: block;
        object-fit: cover;
    }

/* About text */
#about .about-content,
#about .story-content,
#about .about-text {
    width: 100%;
    align-self: center;
}

    /* Prevent text from becoming too wide */
    #about .about-content p,
    #about .story-content p,
    #about .about-text p {
        max-width: 620px;
    }

/* Heading alignment */
#about h2,
#about h3 {
    margin-top: 0;
}

/* Button alignment */
#about .btn {
    margin-top: 25px;
}

/* Desktop spacing */
@media (min-width: 1000px) {
    #about .container {
        min-height: 550px;
    }
}

/* Tablet */
@media (max-width: 999px) {
    #about .container {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    #about .about-image,
    #about .story-image,
    #about .about-media {
        order: 1;
    }

    #about .about-content,
    #about .story-content,
    #about .about-text {
        order: 2;
    }
}

/* Mobile */
@media (max-width: 600px) {
    #about .container {
        gap: 30px;
    }

    #about .about-image img,
    #about .story-image img,
    #about .about-media img {
        width: 100%;
        height: auto;
    }

    #about .about-content,
    #about .story-content,
    #about .about-text {
        text-align: left;
    }
}
/* ===== ABOUT - FOUNDER DETAILS ===== */

.founder-info {
    margin-top: 28px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    max-width: 420px;
}

.founder-line {
    display: flex;
    align-items: baseline;
    gap: 14px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(218, 166, 70, 0.35);
}

.founder-label {
    min-width: 105px;
    font-family: Inter, Arial, sans-serif;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 3px;
    color: #d8a84e;
    text-transform: uppercase;
}

.founder-name {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 22px;
    font-weight: 400;
    color: #f8f2e8;
    letter-spacing: 0.5px;
}

/* Mobile */
@media (max-width: 768px) {
    .founder-info {
        margin-top: 22px;
        gap: 10px;
    }

    .founder-line {
        gap: 10px;
        padding-bottom: 8px;
    }

    .founder-label {
        min-width: 90px;
        font-size: 9px;
        letter-spacing: 2px;
    }

    .founder-name {
        font-size: 18px;
    }
}
/* =========================================================
   NIZHAL STUDIO
   FINAL OVERRIDE — REMOVE DULL / DARK / FADED EFFECT
   Applies to all gallery/detail pages
   ========================================================= */

/* ---------- 1. REMOVE GLOBAL OPACITY / FILTER ---------- */

html,
body {
    opacity: 1 !important;
    filter: none !important;
    -webkit-filter: none !important;
}

main,
section,
.container,
.traditional-page-header,
.traditional-page-gallery,
.traditional-page-grid,
.gallery,
.gallery-section {
    opacity: 1 !important;
    filter: none !important;
    -webkit-filter: none !important;
}


/* ---------- 2. HEADER FULLY VISIBLE ---------- */

.site-header,
.site-header.scrolled,
.site-header.sticky,
header {
    opacity: 1 !important;
    filter: none !important;
    -webkit-filter: none !important;
    visibility: visible !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
}


    /* ---------- 3. HEADER CHILDREN ---------- */

    .site-header *,
    header * {
        opacity: 1 !important;
        filter: none !important;
        -webkit-filter: none !important;
        visibility: visible !important;
    }


    /* ---------- 4. REMOVE HEADER OVERLAY ---------- */

    .site-header::before,
    .site-header::after,
    .site-header.scrolled::before,
    .site-header.scrolled::after,
    .site-header.sticky::before,
    .site-header.sticky::after,
    header::before,
    header::after {
        opacity: 0 !important;
        visibility: hidden !important;
        display: none !important;
        filter: none !important;
        backdrop-filter: none !important;
        -webkit-backdrop-filter: none !important;
        background: transparent !important;
        box-shadow: none !important;
    }


    /* ---------- 5. HEADER LOGO / BRAND ---------- */

    .site-header .logo,
    .site-header .brand,
    .site-header .logo img,
    .site-header .brand img,
    .site-header .brand *,
    .site-header .logo * {
        opacity: 1 !important;
        filter: none !important;
        visibility: visible !important;
    }


    /* ---------- 6. NAVIGATION ---------- */

    .site-header nav,
    .site-header nav *,
    .site-header a,
    .site-header button,
    .site-header .nav-links,
    .site-header .nav-links *,
    .site-header .nav-link,
    .site-header .nav-links a {
        opacity: 1 !important;
        filter: none !important;
        visibility: visible !important;
        color: inherit;
    }


        /* ---------- 7. INSTAGRAM / WHATSAPP BUTTONS ---------- */

        .site-header .instagram,
        .site-header .whatsapp,
        .site-header .instagram *,
        .site-header .whatsapp *,
        .site-header a[href*="instagram"],
        .site-header a[href*="wa.me"],
        .site-header a[href*="whatsapp"] {
            opacity: 1 !important;
            filter: none !important;
            visibility: visible !important;
        }


/* ---------- 8. PAGE HERO / HEADER ---------- */

.traditional-page-header,
.traditional-page-header *,
.traditional-page-header h1,
.traditional-page-header h2,
.traditional-page-header p,
.traditional-page-header .eyebrow,
.traditional-page-header .back-link,
.traditional-page-header a {
    opacity: 1 !important;
    filter: none !important;
    visibility: visible !important;
}


    /* ---------- 9. REMOVE HERO OVERLAY ---------- */

    .traditional-page-header::before,
    .traditional-page-header::after,
    .traditional-page-header .container::before,
    .traditional-page-header .container::after {
        opacity: 0 !important;
        display: none !important;
        visibility: hidden !important;
        background: transparent !important;
        filter: none !important;
        backdrop-filter: none !important;
    }


    /* ---------- 10. PAGE TITLE ---------- */

    .traditional-page-header h1 {
        opacity: 1 !important;
        filter: none !important;
        visibility: visible !important;
        text-shadow: none !important;
    }


    /* ---------- 11. PAGE DESCRIPTION ---------- */

    .traditional-page-header p {
        opacity: 1 !important;
        filter: none !important;
        visibility: visible !important;
    }


    /* ---------- 12. BACK TO GALLERY / WEDDINGS ---------- */

    .back-link,
    .gallery-back,
    .gallery-back a,
    .traditional-page-header .back-link {
        opacity: 1 !important;
        filter: none !important;
        visibility: visible !important;
    }


/* ---------- 13. GALLERY AREA ---------- */

.traditional-page-gallery,
.traditional-page-gallery *,
.traditional-page-grid,
.traditional-page-grid * {
    opacity: 1 !important;
    filter: none !important;
    visibility: visible !important;
}


/* ---------- 14. GALLERY IMAGE ---------- */

.traditional-page-item,
.traditional-page-item img {
    opacity: 1 !important;
    filter: none !important;
    visibility: visible !important;
}


    /* ---------- 15. REMOVE IMAGE DARK OVERLAY ---------- */

    .traditional-page-item::before,
    .traditional-page-item::after,
    .traditional-page-item img::before,
    .traditional-page-item img::after {
        opacity: 0 !important;
        background: transparent !important;
        filter: none !important;
    }


    /* ---------- 16. IMAGE HOVER ---------- */

    .traditional-page-item:hover img,
    .traditional-page-item:focus img {
        opacity: 1 !important;
        filter: none !important;
    }


/* ---------- 17. REMOVE BLUR ---------- */

* {
    -webkit-backdrop-filter: none !important;
}

.site-header,
.site-header *,
.traditional-page-header,
.traditional-page-header *,
.traditional-page-gallery,
.traditional-page-gallery * {
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
}


    /* ---------- 18. REMOVE MIX-BLEND EFFECT ---------- */

    .site-header *,
    .traditional-page-header *,
    .traditional-page-gallery * {
        mix-blend-mode: normal !important;
    }


    /* ---------- 19. REMOVE DARK BOX SHADOW / OVERLAY ---------- */

    .site-header::before,
    .site-header::after,
    .traditional-page-header::before,
    .traditional-page-header::after {
        box-shadow: none !important;
    }


/* ---------- 20. MOBILE HEADER ---------- */

@media (max-width: 768px) {

    .site-header,
    .site-header *,
    header,
    header * {
        opacity: 1 !important;
        filter: none !important;
        visibility: visible !important;
    }

        .site-header::before,
        .site-header::after,
        header::before,
        header::after {
            display: none !important;
            opacity: 0 !important;
        }

        .site-header nav {
            opacity: 1 !important;
            visibility: visible !important;
        }
}


/* ---------- 21. DISABLE FADE ANIMATIONS ---------- */

.site-header *,
.traditional-page-header *,
.traditional-page-gallery * {
    animation: none !important;
}


/* ---------- 22. DISABLE FADE TRANSITIONS ---------- */

.site-header,
.site-header *,
.traditional-page-header,
.traditional-page-header *,
.traditional-page-gallery,
.traditional-page-gallery * {
    transition-property: none !important;
}


/* ---------- 23. FORCE MAIN PAGE CONTENT VISIBLE ---------- */

main {
    opacity: 1 !important;
    visibility: visible !important;
    filter: none !important;
}


/* ---------- 24. FIX DARK TEXT CAUSED BY LOW OPACITY ---------- */

.site-header .brand,
.site-header .brand span,
.site-header .nav-links a,
.site-header nav a,
.site-header button {
    visibility: visible !important;
}


/* ---------- 25. FINAL VISIBILITY RESET ---------- */

.site-header,
.site-header nav,
.site-header .nav-links,
.site-header .brand,
.traditional-page-header,
.traditional-page-gallery {
    visibility: visible !important;
    opacity: 1 !important;
    filter: none !important;
}
    /* =========================================
   FIX: REMOVE DULL / DARK EFFECT
   ========================================= */

    /* Remove unwanted transparency from header */
    .site-header,
    .site-header.scrolled,
    .site-header.sticky,
    header {
        opacity: 1 !important;
        filter: none !important;
        visibility: visible !important;
    }

        /* Make header content fully visible */
        .site-header *,
        header * {
            opacity: 1 !important;
            filter: none !important;
        }

        /* Header navigation */
        .site-header nav,
        .site-header a,
        .site-header button,
        .site-header .logo,
        .site-header .brand,
        .site-header .nav-links {
            opacity: 1 !important;
            visibility: visible !important;
            filter: none !important;
        }

        /* Remove unwanted dark/blur overlays */
        .site-header::before,
        .site-header::after,
        header::before,
        header::after {
            opacity: 0 !important;
            filter: none !important;
            backdrop-filter: none !important;
        }

/* Prevent page-wide blur/dimming */
main,
section,
.container {
    filter: none !important;
}

/* Remove accidental page overlay */
body::before,
body::after {
    filter: none !important;
}

/* Keep normal page visibility */
body {
    opacity: 1 !important;
    filter: none !important;
}
    /* =========================================================
   NIZHAL STUDIO — FINAL HEADER + PAGE TITLE VISIBILITY FIX
   DO NOT CHANGE ANY OTHER DESIGN
   ========================================================= */

    /* ---------------------------------------------------------
   1. FORCE HEADER TEXT TO BE VISIBLE ON ALL DETAIL PAGES
   --------------------------------------------------------- */

    body.traditional-page .site-header,
    body.collection-page .site-header {
        color: #f8f2e8 !important;
        opacity: 1 !important;
        visibility: visible !important;
        filter: none !important;
        -webkit-filter: none !important;
        backdrop-filter: none !important;
        -webkit-backdrop-filter: none !important;
    }

        /* Header links */
        body.traditional-page .site-header a,
        body.collection-page .site-header a,
        body.traditional-page .site-header nav a,
        body.collection-page .site-header nav a {
            color: #f8f2e8 !important;
            opacity: 1 !important;
            visibility: visible !important;
            filter: none !important;
        }

        /* Header logo / brand */
        body.traditional-page .site-header .brand,
        body.collection-page .site-header .brand,
        body.traditional-page .site-header .brand b,
        body.collection-page .site-header .brand b {
            color: #f8f2e8 !important;
            opacity: 1 !important;
            visibility: visible !important;
        }

            /* STUDIO text */
            body.traditional-page .site-header .brand small,
            body.collection-page .site-header .brand small {
                color: #d9c7aa !important;
                opacity: 1 !important;
            }

        /* Logo image */
        body.traditional-page .site-header .brand-mark img,
        body.collection-page .site-header .brand-mark img {
            opacity: 1 !important;
            visibility: visible !important;
            filter: none !important;
        }

        /* Navigation */
        body.traditional-page .site-header .main-nav a,
        body.collection-page .site-header .main-nav a {
            color: #f8f2e8 !important;
        }

            body.traditional-page .site-header .main-nav a:hover,
            body.collection-page .site-header .main-nav a:hover {
                color: #e9bb67 !important;
            }

        /* Instagram / WhatsApp buttons */
        body.traditional-page .site-header .nav-social,
        body.collection-page .site-header .nav-social {
            color: #f8f2e8 !important;
            border-color: #d8c9b5 !important;
            opacity: 1 !important;
            visibility: visible !important;
        }

            body.traditional-page .site-header .nav-social:hover,
            body.collection-page .site-header .nav-social:hover {
                color: #e9bb67 !important;
                border-color: #e9bb67 !important;
            }

        /* Mobile hamburger */
        body.traditional-page .site-header .menu-toggle,
        body.collection-page .site-header .menu-toggle {
            color: #f8f2e8 !important;
            opacity: 1 !important;
            visibility: visible !important;
        }

            body.traditional-page .site-header .menu-toggle span,
            body.collection-page .site-header .menu-toggle span {
                background: #f8f2e8 !important;
            }


    /* ---------------------------------------------------------
   2. DETAIL PAGE MAIN TITLES
   Fix dark inherited text such as:
   "Traditional Weddings."
   "Engagement Photography."
   --------------------------------------------------------- */

    body.traditional-page .traditional-page-header h1,
    body.collection-page .collection-header h1 {
        color: #f8f2e8 !important;
        opacity: 1 !important;
        visibility: visible !important;
        filter: none !important;
    }

        body.traditional-page .traditional-page-header h1 em,
        body.collection-page .collection-header h1 em {
            color: #e9bb67 !important;
            opacity: 1 !important;
        }


    /* ---------------------------------------------------------
   3. PAGE HEADER LABEL + DESCRIPTION
   --------------------------------------------------------- */

    body.traditional-page .traditional-page-header .eyebrow,
    body.collection-page .collection-header .eyebrow {
        color: #e9bb67 !important;
        opacity: 1 !important;
    }

    body.traditional-page .traditional-page-header p:not(.eyebrow),
    body.collection-page .collection-header p:not(.eyebrow) {
        color: #cfc2b0 !important;
        opacity: 1 !important;
    }

    body.traditional-page .traditional-page-header .back-link,
    body.collection-page .collection-header .back-link {
        color: #e9bb67 !important;
        opacity: 1 !important;
    }


    /* ---------------------------------------------------------
   4. REMOVE ONLY THE UNWANTED DULL EFFECT
   Do NOT affect image/gallery design.
   --------------------------------------------------------- */

    body.traditional-page .site-header *,
    body.collection-page .site-header *,
    body.traditional-page .traditional-page-header *,
    body.collection-page .collection-header * {
        opacity: 1 !important;
        filter: none !important;
        -webkit-filter: none !important;
    }


    /* ---------------------------------------------------------
   5. KEEP HEADER DARK BUT CLEAN
   --------------------------------------------------------- */

    body.traditional-page .site-header,
    body.collection-page .site-header {
        background: linear-gradient( rgba(18, 14, 10, 0.96), rgba(18, 14, 10, 0.78) ) !important;
    }


    /* ---------------------------------------------------------
   6. DO NOT DIM THE PAGE CONTENT
   --------------------------------------------------------- */

    body.traditional-page main,
    body.collection-page main,
    body.traditional-page section,
    body.collection-page section {
        filter: none !important;
    }


/* ---------------------------------------------------------
   7. MOBILE MENU
   --------------------------------------------------------- */

@media (max-width: 900px) {

    body.traditional-page .main-nav.open,
    body.collection-page .main-nav.open {
        background: #17120d !important;
        color: #f8f2e8 !important;
    }

        body.traditional-page .main-nav.open a,
        body.collection-page .main-nav.open a {
            color: #f8f2e8 !important;
        }
}
/* =========================================================
   MOBILE GALLERY FIX
   ONE IMAGE PER ROW
   Desktop layout remains unchanged
   ========================================================= */

@media (max-width: 700px) {

    /* One image per row on mobile */
    .collection-grid {
        grid-template-columns: 1fr !important;
        gap: 14px !important;
    }

    /* Full-width single image */
    .collection-item {
        width: 100% !important;
        min-height: 0 !important;
        height: auto !important;
        aspect-ratio: 4 / 5 !important;
    }

        .collection-item img {
            width: 100% !important;
            height: 100% !important;
            min-height: 0 !important;
            object-fit: cover !important;
            display: block !important;
        }

        /* Keep image number visible */
        .collection-item span {
            left: 16px !important;
            bottom: 14px !important;
        }
}
/* NIZHAL LOGO - ONLY */
.brand-mark {
    display: flex;
    align-items: center;
}

    .brand-mark img {
        width: 180px;
        height: auto;
        display: block;
    }

@media (max-width: 900px) {
    .brand-mark img {
        width: 150px;
    }
}

@media (max-width: 600px) {
    .brand-mark img {
        width: 145px;
    }
}

/* =========================================================
   NIZHAL STUDIO — CLEAN HOME PAGE LAYOUT
   One authoritative layout layer.
   Fixes video, about, map, contact and section spacing.
   ========================================================= */

html,
body {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

img,
video,
iframe,
svg {
    max-width: 100%;
}

main {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
}

/* ---------- HEADER ---------- */
.site-header {
    width: 100%;
}

    .site-header .brand-mark {
        width: 180px;
        height: auto;
        padding: 0;
        margin: 0;
        border: 0;
        border-radius: 0;
        overflow: visible;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        flex-shrink: 0;
    }

        .site-header .brand-mark img {
            width: 180px;
            height: auto;
            max-width: 180px;
            max-height: none;
            display: block;
            object-fit: contain;
        }

/* ---------- COMMON SECTIONS ---------- */
.section,
.section-pad,
.video-section,
.location-section,
.contact-section {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

.container {
    width: min(1180px, calc(100% - 48px));
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto;
    min-width: 0;
}

/* ---------- VIDEO ---------- */
.video-section {
    padding: 110px 0;
    background: linear-gradient(120deg, #33200e, #17120d);
    overflow: hidden;
}

    .video-section > .container {
        width: min(1180px, calc(100% - 48px));
        max-width: 1180px;
        margin: 0 auto;
    }

.video-section-head {
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 40px;
    margin: 0 0 38px;
}

    .video-section-head h2 {
        margin: 0;
    }

.video-view-more {
    white-space: nowrap;
}

.home-video-grid {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
    margin: 0;
    padding: 0;
}

.home-video-card {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    margin: 0;
    padding: 0;
    background: #17120d;
    border: 1px solid #8a602d;
    overflow: hidden;
}

.home-video-media {
    width: 100%;
    max-width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background: #0e0b08;
}

    .home-video-media video {
        display: block;
        width: 100%;
        height: 100%;
        max-width: none;
        object-fit: cover;
        background: #0e0b08;
    }

.home-video-info {
    width: 100%;
    min-width: 0;
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 16px;
    align-items: center;
    padding: 20px 22px;
}

    .home-video-info > span {
        color: #d9a953;
        font-size: 10px;
        letter-spacing: 2px;
    }

    .home-video-info h3 {
        margin: 0;
        font-family: "Cormorant Garamond", Georgia, serif;
        font-size: 27px;
        font-weight: 600;
        color: #f7f0e4;
    }

    .home-video-info p {
        margin: 4px 0 0;
        color: #bcae9a;
        font-size: 10px;
        line-height: 1.5;
        letter-spacing: 1.5px;
        text-transform: uppercase;
    }

/* ---------- ABOUT ---------- */
#about {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
}

    #about .container {
        width: min(1180px, calc(100% - 48px));
        max-width: 1180px;
        margin: 0 auto;
        display: grid;
        grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
        grid-template-rows: auto auto;
        column-gap: 60px;
        row-gap: 20px;
        align-items: center;
        min-width: 0;
    }

        #about .container > * {
            min-width: 0;
            max-width: 100%;
        }

    #about .about-art {
        grid-column: 1;
        grid-row: 1 / span 2;
        width: 100%;
        height: 500px;
        min-width: 0;
        max-width: 100%;
        overflow: hidden;
    }

    #about .about-image-box {
        position: relative;
        width: 100%;
        height: 500px;
        border: 1px solid rgba(201, 167, 106, 0.55);
        background: #17100b;
    }

        #about .about-image-box img {
            display: block;
            width: 100%;
            height: 100%;
            max-width: none;
            object-fit: cover;
            object-position: center;
        }

    #about .about-content {
        grid-column: 2;
        grid-row: 1;
        width: 100%;
        max-width: 100%;
        min-width: 0;
    }

    /* The current HTML has START YOUR STORY as a third grid child.
   Keep it beside the text instead of creating a new broken row. */
    #about .container > a.btn {
        grid-column: 2;
        grid-row: 2;
        justify-self: start;
        align-self: start;
        margin: 0;
    }

/* ---------- LOCATION / MAP ---------- */
.location-section {
    width: 100%;
    padding: 110px 0;
    background: #f7f0e4;
    color: #2b2118;
    overflow: hidden;
}

.location-container {
    width: min(1180px, calc(100% - 48px));
    max-width: 1180px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
    gap: 60px;
    align-items: center;
    min-width: 0;
}

    .location-container > * {
        min-width: 0;
        max-width: 100%;
    }

.location-content {
    width: 100%;
    min-width: 0;
    max-width: 100%;
}

.location-map {
    width: 100%;
    height: 430px;
    min-width: 0;
    max-width: 100%;
    overflow: hidden;
    border: 1px solid #c4944b;
    background: #e7ded0;
}

    .location-map iframe {
        display: block;
        width: 100%;
        height: 100%;
        max-width: none;
        border: 0;
    }

.location-button {
    max-width: 100%;
}

/* ---------- CONTACT ---------- */
.contact-section {
    width: 100%;
    padding: 100px 0;
    background: #120e0b;
    color: #f7f1e8;
    overflow: hidden;
}

.contact-container {
    width: min(1050px, calc(100% - 48px));
    max-width: 1050px;
    margin: 0 auto;
    display: block;
    min-width: 0;
}

.contact-form-box {
    width: 100%;
    max-width: 1050px;
    margin: 0 auto;
    padding: 45px;
    min-width: 0;
}

    .contact-form-box form,
    #book form {
        width: 100%;
        max-width: 100%;
    }

.form-row {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px;
}

.form-group {
    width: 100%;
    min-width: 0;
}

    .form-group input,
    .form-group select,
    .form-group textarea {
        width: 100%;
        max-width: 100%;
        min-width: 0;
    }

/* ---------- DESKTOP ---------- */
@media (min-width: 901px) {
    .site-header {
        padding: 22px 4%;
    }
}

/* ---------- TABLET ---------- */
@media (max-width: 900px) {
    .site-header .brand-mark,
    .site-header .brand-mark img {
        width: 150px;
        max-width: 150px;
    }

    .container,
    .video-section > .container,
    #about .container,
    .location-container,
    .contact-container {
        width: min(calc(100% - 40px), 700px);
    }

    .video-section-head {
        align-items: flex-start;
        flex-direction: column;
        gap: 18px;
    }

    .home-video-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    #about .container {
        grid-template-columns: minmax(0, 1fr);
        grid-template-rows: auto;
        gap: 35px;
    }

    #about .about-art,
    #about .about-image-box {
        grid-column: 1;
        grid-row: auto;
        height: 420px;
    }

    #about .about-content {
        grid-column: 1;
        grid-row: auto;
    }

    #about .container > a.btn {
        grid-column: 1;
        grid-row: auto;
        justify-self: start;
    }

    .location-container {
        grid-template-columns: 1fr;
        gap: 45px;
    }

    .location-map {
        height: 380px;
    }

    .contact-form-box {
        padding: 34px;
    }

    .form-row {
        grid-template-columns: 1fr;
        gap: 0;
    }
}

/* ---------- MOBILE ---------- */
@media (max-width: 560px) {
    .site-header {
        padding: 16px;
    }

        .site-header .brand-mark,
        .site-header .brand-mark img {
            width: 140px;
            max-width: 140px;
        }

    .container,
    .video-section > .container,
    #about .container,
    .location-container,
    .contact-container {
        width: calc(100% - 32px);
    }

    .section,
    .section-pad {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .video-section {
        padding: 75px 0;
    }

    .home-video-grid {
        gap: 18px;
    }

    .home-video-info {
        grid-template-columns: 36px minmax(0, 1fr);
        gap: 12px;
        padding: 16px;
    }

        .home-video-info h3 {
            font-size: 23px;
        }

        .home-video-info p {
            font-size: 8px;
            letter-spacing: 1.1px;
        }

    #about .about-art,
    #about .about-image-box {
        height: 330px;
    }

    .location-section {
        padding: 70px 0;
    }

    .location-map {
        height: 300px;
    }

    .location-button {
        width: 100%;
        justify-content: space-between;
    }

    .contact-section {
        padding: 65px 0 75px;
    }

    .contact-form-box {
        padding: 26px 20px;
    }
}
/* DESKTOP ABOUT IMAGE - HEAD FIX */
@media (min-width: 901px) {
    .about-section .about-image img,
    .about-section .about-media img {
        object-position: center top !important;
    }
}
/* Google Review floating button */
.floating-social-btn.google-review {
    background: #fff;
    color: #4285f4;
}

    .floating-social-btn.google-review img {
        width: 28px;
        height: 28px;
        object-fit: contain;
    }