
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: Poppins,sans-serif;
    background: #fffaf7;
    color: #34251f;
    line-height: 1.7;
}

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

img {
    width: 100%;
    display: block;
}

header {
    position: sticky;
    top: 0;
    z-index: 999;
    background: rgba(255,250,247,.97);
    border-bottom: 1px solid #eadbd2;
}

.navbar {
    max-width: 1250px;
    margin: auto;
    min-height: 78px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 25px;
}

.logo {
    font-family: "Cormorant Garamond",serif;
    font-size: 34px;
    font-weight: 700;
    letter-spacing: 2px;
    color: #8b1835;
}

    .logo span {
        display: block;
        font-family: Poppins,sans-serif;
        font-size: 9px;
        letter-spacing: 4px;
        color: #9a7869;
        text-align: center;
        margin-top: -8px;
    }

.nav-links {
    display: flex;
    gap: 35px;
    list-style: none;
}

    .nav-links a {
        font-size: 14px;
        font-weight: 500;
    }

        .nav-links a:hover {
            color: #9a2140;
        }

.menu-btn {
    display: none;
    font-size: 28px;
    cursor: pointer;
}

.hero {
    min-height: 650px;
    background: linear-gradient(90deg,rgba(50,18,26,.82),rgba(50,18,26,.35),rgba(0,0,0,.08)),url("../image/about-fashion123.jpg") center/cover;
    display: flex;
    align-items: center;
}

.hero-content {
    max-width: 1250px;
    width: 100%;
    margin: auto;
    padding: 70px 25px;
    color: #fff;
}

.hero-small {
    font-size: 13px;
    letter-spacing: 4px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.hero h1 {
    font-family: "Cormorant Garamond",serif;
    font-size: clamp(52px,7vw,92px);
    line-height: .95;
    margin-bottom: 25px;
}

.hero p {
    max-width: 560px;
    font-size: 17px;
    margin-bottom: 35px;
}

.btn {
    display: inline-block;
    padding: 13px 30px;
    background: #a12445;
    color: #fff;
    border: 1px solid #a12445;
    font-size: 13px;
    letter-spacing: 1px;
    transition: .3s;
}

    .btn:hover {
        background: transparent;
        color: #a12445;
    }

.btn-light {
    background: transparent;
    border-color: #fff;
    color: #fff;
    margin-left: 10px;
}

    .btn-light:hover {
        color: #fff;
    }

.dark-btn:hover {
    background: transparent;
    color: #a12445;
}

section {
    padding: 90px 20px;
}

.container {
    max-width: 1200px;
    margin: auto;
}

.center {
    text-align: center;
}

.eyebrow, .section-heading span, .page-hero span {
    color: #a12445;
    font-size: 12px;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.section-heading {
    text-align: center;
    margin-bottom: 50px;
}

    .section-heading h2, .intro h2 {
        font-family: "Cormorant Garamond",serif;
        font-size: 50px;
        font-weight: 600;
        color: #44262b;
    }

    .section-heading p, .lead {
        max-width: 650px;
        margin: auto;
        color: #786861;
        font-size: 14px;
    }

.intro {
    padding: 75px 20px;
}

    .intro h2 {
        font-size: 62px;
        margin: 5px 0;
    }

.categories, .products {
    background: #f6eee9;
}

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

.category-card {
    position: relative;
    height: 420px;
    overflow: hidden;
    cursor: pointer;
}

    .category-card img {
        height: 100%;
        object-fit: cover;
        transition: .6s;
    }

    .category-card:hover img {
        transform: scale(1.07);
    }

.category-overlay {
    position: absolute;
    inset: auto 0 0;
    padding: 30px 20px;
    color: #fff;
    background: linear-gradient(transparent,rgba(38,14,21,.88));
}

    .category-overlay h3 {
        font-family: "Cormorant Garamond",serif;
        font-size: 31px;
    }

    .category-overlay p {
        font-size: 12px;
    }

.about-strip {
    background: #f8f0ec;
}

.about-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 65px;
    align-items: center;
}

.about-image {
    height: 540px;
    object-fit: cover;
}

.about-text h2, .contact-box h2 {
    font-family: "Cormorant Garamond",serif;
    font-size: 46px;
    color: #542631;
    margin: 8px 0 20px;
}

.about-text p {
    color: #685850;
    font-size: 15px;
    margin-bottom: 18px;
}

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

.product-card {
    background: #fff;
    overflow: hidden;
    transition: .3s;
}

    .product-card:hover {
        transform: translateY(-7px);
        box-shadow: 0 15px 35px rgba(70,35,30,.12);
    }

.product-image {
    height: 380px;
    overflow: hidden;
}

    .product-image img {
        height: 100%;
        object-fit: cover;
        transition: .5s;
    }

.product-card:hover .product-image img {
    transform: scale(1.05);
}

.product-info {
    padding: 18px;
    text-align: center;
}

    .product-info small {
        color: #a12445;
        font-size: 10px;
        letter-spacing: 2px;
        text-transform: uppercase;
    }

    .product-info h3 {
        font-family: "Cormorant Garamond",serif;
        font-size: 25px;
    }

    .product-info p {
        color: #88766d;
        font-size: 12px;
    }

.bridal-banner {
    min-height: 500px;
    display: flex;
    align-items: center;
    background: linear-gradient(rgba(58,19,29,.68),rgba(58,19,29,.68)),url("../image/about-fashion123.jpg") center/cover;
    color: #fff;
    text-align: center;
}

.full-bridal {
    min-height: 650px;
}

.bridal-content {
    max-width: 800px;
    margin: auto;
}

    .bridal-content h1, .bridal-content h2, .page-hero h1 {
        font-family: "Cormorant Garamond",serif;
        font-size: 65px;
        margin: 10px 0;
    }

    .bridal-content p {
        max-width: 600px;
        margin: 0 auto 30px;
    }

.contact-grid {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 50px;
}

.contact-box {
    background: #f5ebe5;
    padding: 40px;
}

    .contact-box p {
        margin-bottom: 25px;
        color: #685850;
    }

.map {
    min-height: 400px;
}

    .map iframe {
        width: 100%;
        height: 100%;
        min-height: 400px;
        border: 0;
    }

.page-hero {
    min-height: 360px;
    background: linear-gradient(rgba(54,20,29,.78),rgba(54,20,29,.78)),url("../image/about-fashion123.jpg") center/cover;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
}

    .page-hero span {
        color: #fff;
    }

    .page-hero p {
        font-size: 14px;
    }

.legal {
    background: #fff;
}

.legal-content {
    max-width: 900px;
}

    .legal-content h2 {
        font-family: "Cormorant Garamond",serif;
        font-size: 48px;
        color: #542631;
        margin-bottom: 10px;
    }

    .legal-content h3 {
        font-family: "Cormorant Garamond",serif;
        font-size: 28px;
        color: #7d1e39;
        margin: 30px 0 8px;
    }

    .legal-content p {
        color: #665750;
        font-size: 14px;
    }

footer {
    background: #351d23;
    color: #eee1dc;
    padding: 55px 20px 20px;
}

.footer-grid {
    max-width: 1200px;
    margin: auto;
    display: grid;
    grid-template-columns: 1.4fr 1fr 1.1fr;
    gap: 50px;
}

.footer-logo {
    font-family: "Cormorant Garamond",serif;
    font-size: 42px;
    color: #fff;
}

.footer-grid p, .footer-grid a {
    display: block;
    color: #c7b5ae;
    font-size: 13px;
    margin-bottom: 8px;
}

.footer-grid h4 {
    color: #fff;
    margin-bottom: 15px;
    font-size: 14px;
    letter-spacing: 1px;
}

.store-title {
    margin-top: 22px;
}

.copyright {
    max-width: 1200px;
    margin: 40px auto 0;
    padding-top: 20px;
    border-top: 1px solid #593c43;
    text-align: center;
    font-size: 11px;
    color: #ad9790;
}

.whatsapp {
    position: fixed;
    right: 22px;
    bottom: 22px;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: #25d366;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 27px;
    box-shadow: 0 5px 20px rgba(0,0,0,.2);
    z-index: 1000;
}

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

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

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

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

    .logo {
        font-size: 28px;
    }

    .menu-btn {
        display: block;
    }

    .nav-links {
        position: absolute;
        left: 0;
        right: 0;
        top: 70px;
        display: none;
        flex-direction: column;
        gap: 0;
        background: #fffaf7;
        border-top: 1px solid #eadbd2;
    }

        .nav-links.active {
            display: flex;
        }

        .nav-links li {
            padding: 15px 25px;
            border-bottom: 1px solid #eee0da;
        }

    .hero {
        min-height: 580px;
    }

        .hero h1 {
            font-size: 58px;
        }

        .hero p {
            font-size: 14px;
        }

    section {
        padding: 65px 18px;
    }

    .section-heading h2 {
        font-size: 42px;
    }

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

    .category-card {
        height: 450px;
    }

    .product-image {
        height: 440px;
    }

    .bridal-content h1, .bridal-content h2, .page-hero h1 {
        font-size: 48px;
    }

    .footer-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .btn-light {
        margin-left: 0;
        margin-top: 10px;
    }
}
