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

:root {

    --gold: #b69759;
    --gold-light: #d6bd82;
    --dark: #30271f;
    --cream: #faf6ee;
    --cream-dark: #f1e6d0;
    --text: #443a31;
    --muted: #776c60;
    --white: #fff;

}

html {
    scroll-behavior: smooth;
}

body {

    font-family: 'Inter', sans-serif;

    background: #fffdf9;

    color: var(--text);

    overflow-x: hidden;

}

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

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

button {
    font-family: inherit;
}


/* ================= ANNOUNCEMENT ================= */

.announcement {

    background: #30271f;

    color: #f8edd9;

    text-align: center;

    padding: 9px;

    font-size: 10px;

    letter-spacing: 2px;

    text-transform: uppercase;

}


/* ================= HEADER ================= */

.site-header {

    height: 88px;

    padding: 0 5%;

    display: flex;

    align-items: center;

    justify-content: space-between;

    background: #fff;

    position: sticky;

    top: 0;

    z-index: 1000;

    border-bottom: 1px solid #eee5d5;

}

.logo {

    display: flex;

    align-items: center;

    gap: 10px;

}

.logo-symbol {

    width: 50px;

    height: 50px;

    border: 1px solid var(--gold);

    border-radius: 50%;

    display: flex;

    align-items: center;

    justify-content: center;

    font-family: 'Cormorant Garamond', serif;

    font-size: 30px;

    color: var(--gold);

    position: relative;

}

.logo-symbol:before {

    content: "";

    position: absolute;

    inset: 5px;

    border: 1px solid var(--gold-light);

    border-radius: 50%;

}

.logo-text h1 {

    font-family: 'Cormorant Garamond', serif;

    font-size: 29px;

    font-weight: 600;

    line-height: .8;

    color: #927846;

}

.logo-text span {

    font-size: 9px;

    color: #927846;

    letter-spacing: .4px;

}

.main-nav {

    display: flex;

    align-items: center;

    gap: 27px;

}

.main-nav a {

    font-size: 11px;

    letter-spacing: .7px;

    text-transform: uppercase;

    color: #685b48;

    transition: .3s;

}

.main-nav a:hover {

    color: var(--gold);

}

.header-icons {

    display: flex;

    align-items: center;

    gap: 18px;

}

.header-icons a {

    font-size: 22px;

    color: #806d4b;

}

.mobile-menu {

    display: none;

    background: none;

    border: 0;

    cursor: pointer;

}

.mobile-menu span {

    display: block;

    width: 25px;

    height: 1px;

    background: #806d4b;

    margin: 5px;

}


/* ================= HERO ================= */
/* .hero-section{

padding:0 4.5%;

} */
.hero-section {

    padding: 0;

}

.heroSwiper {

    height: 540px;

}

.hero-slide {

    position: relative;

    overflow: hidden;

}

.hero-slide img {

    height: 100%;

    object-fit: cover;

    /* filter: brightness(.70); */

}

.hero-overlay {

    position: absolute;

    inset: 0;

    display: flex;

    align-items: center;

    padding-left: 8%;

    background: linear-gradient(90deg,
            rgba(30, 22, 16, 0),
            transparent 65%);

}

.hero-content {

    max-width: 550px;

    color: white;

}

.hero-content span {

    font-size: 12px;

    letter-spacing: 3px;

    color: #dfc47f;

}

.hero-content h2 {

    font-family: 'Cormorant Garamond', serif;

    font-size: 58px;

    font-weight: 500;

    line-height: .95;

    margin: 15px 0;

}

.hero-content p {

    font-size: 14px;

    line-height: 1.8;

    max-width: 400px;

    color: #eee7db;

    margin-bottom: 25px;

}

.gold-btn {

    display: inline-block;

    background: #c5a560;

    color: white;

    padding: 14px 27px;

    font-size: 10px;

    letter-spacing: 1.7px;

    transition: .3s;

}

.gold-btn:hover {

    background: #9d7d3e;

    transform: translateY(-2px);

}

.heroSwiper .swiper-button-next,
.heroSwiper .swiper-button-prev {

    color: white;

}

.heroSwiper .swiper-button-next:after,
.heroSwiper .swiper-button-prev:after {

    font-size: 24px;

}

.hero-pagination .swiper-pagination-bullet {

    background: white;

    opacity: .5;

}

.hero-pagination .swiper-pagination-bullet-active {

    background: var(--gold-light);

    opacity: 1;

}


/* ================= COMMON SECTION ================= */

.section-heading {

    text-align: center;

    margin-bottom: 45px;

}

.section-heading span {

    font-size: 10px;

    letter-spacing: 2.5px;

    color: var(--gold);

}

.section-heading h2 {

    font-family: 'Cormorant Garamond', serif;

    font-size: 46px;

    font-weight: 500;

    color: #332921;

    margin: 7px 0;

}

.section-heading p {

    font-size: 13px;

    color: #81776d;

}


/* ================= CATEGORY ================= */

.category-section {

    padding: 90px 7%;

    background: #fffdf9;

}

.category-slider-wrap {

    position: relative;

    padding: 0 40px;

}

.category-card {

    height: 360px;

    position: relative;

    display: block;

    overflow: hidden;

}

.category-card img {

    height: 100%;

    object-fit: cover;

    transition: .6s;

}

.category-card:hover img {

    transform: scale(1.06);

}

.category-info {

    position: absolute;

    bottom: 0;

    left: 0;

    width: 100%;

    padding: 70px 22px 22px;

    background: linear-gradient(transparent,
            rgba(20, 15, 10, .82));

    color: white;

}

.category-info h3 {

    font-family: 'Cormorant Garamond', serif;

    font-size: 28px;

    font-weight: 500;

}

.category-info p {

    font-size: 10px;

    margin-top: 4px;

    letter-spacing: .5px;

}

.slider-arrow {

    width: 40px;

    height: 40px;

    border: 1px solid #cbb98e;

    background: #fffdf9;

    color: #a4874d;

    font-size: 32px;

    line-height: 30px;

    display: flex;

    align-items: center;

    justify-content: center;

    cursor: pointer;

    position: absolute;

    top: 50%;

    transform: translateY(-50%);

    z-index: 5;

    transition: .3s;

}

.slider-arrow:hover {

    background: #a98b50;

    color: white;

}

.category-prev,
.product-prev {

    left: 0;

}

.category-next,
.product-next {

    right: 0;

}


/* ================= PRODUCTS ================= */

.products-section {

    padding: 90px 7%;

    background: #f8f4eb;

}

.product-slider-wrap {

    position: relative;

    padding: 0 40px;

}

.product-card {

    background: #fff;

    border: 1px solid #e6dac1;

    transition: .3s;

}

.product-card:hover {

    box-shadow: 0 15px 35px rgba(66, 48, 28, .10);

    transform: translateY(-4px);

}

.product-image {

    height: 350px;

    position: relative;

    overflow: hidden;

    padding: 9px;

}

.product-image img {

    height: 100%;

    object-fit: cover;

    transition: .5s;

}

.product-card:hover .product-image img {

    transform: scale(1.04);

}

.wishlist {

    position: absolute;

    right: 18px;

    top: 18px;

    width: 35px;

    height: 35px;

    border: 0;

    border-radius: 50%;

    background: white;

    color: #967b4b;

    font-size: 20px;

    cursor: pointer;

    box-shadow: 0 3px 12px rgba(0, 0, 0, .08);

}

.product-details {

    text-align: center;

    padding: 16px 10px 22px;

}

.product-category {

    font-size: 9px;

    letter-spacing: 1.5px;

    color: #ae925a;

}

.product-details h3 {

    font-family: 'Cormorant Garamond', serif;

    font-size: 23px;

    font-weight: 600;

    margin-top: 5px;

}

.price {

    font-size: 14px;

    font-weight: 500;

    margin: 6px 0 14px;

}

.product-btn {

    font-size: 9px;

    letter-spacing: 1.5px;

    color: #a1844e;

    border-bottom: 1px solid #d2bd91;

    padding-bottom: 4px;

}


/* ================= ABOUT ================= */

.about-section {

    display: grid;

    grid-template-columns: 1fr 1fr;

    background: #f5eee1;

}

.about-image {

    min-height: 620px;

}

.about-image img {

    height: 100%;

    object-fit: cover;

}

.about-content {

    padding: 80px 9%;

    display: flex;

    flex-direction: column;

    justify-content: center;

}

.about-content>span,
.why-content>span {

    font-size: 10px;

    letter-spacing: 2.5px;

    color: var(--gold);

}

.about-content h2,
.why-content h2 {

    font-family: 'Cormorant Garamond', serif;

    font-size: 49px;

    font-weight: 500;

    line-height: 1;

    margin: 15px 0 25px;

    color: #342a22;

}

.about-content p,
.why-content p {

    font-size: 14px;

    line-height: 1.9;

    color: #6b6055;

    margin-bottom: 15px;

}

.about-content a {

    margin-top: 10px;

    font-size: 10px;

    letter-spacing: 1.5px;

    color: #9d7d44;

}

.about-content a span {

    margin-left: 8px;

}


/* ================= DIFFERENT ================= */

.different-section {

    padding: 95px 8%;

    background: #fffdf9;

}

.different-grid {

    display: grid;

    grid-template-columns: repeat(4, 1fr);

    gap: 45px;

}

.different-item {

    border-top: 1px solid #ddcfb4;

    padding-top: 22px;

}

.different-number {

    font-family: 'Cormorant Garamond', serif;

    font-size: 43px;

    color: #c0a268;

}

.different-item h3 {

    font-family: 'Cormorant Garamond', serif;

    font-size: 27px;

    font-weight: 600;

    margin: 10px 0;

}

.different-item p {

    font-size: 13px;

    line-height: 1.8;

    color: #71675d;

}


/* ================= WHY ================= */

.why-section {

    display: grid;

    grid-template-columns: 1.1fr .9fr;

    background: #312820;

    color: white;

}

.why-content {

    padding: 90px 10%;

}

.why-content h2 {

    color: white;

}

.why-content p {

    color: #ddd4c6;

}

.why-image {

    min-height: 650px;

}

.why-image img {

    height: 100%;

    object-fit: cover;

}


/* ================= TESTIMONIAL ================= */

.testimonial-section {

    padding: 95px 8%;

    background: #f8f4eb;

}

.testimonial-wrap {

    position: relative;

    padding: 0 55px;

}

.testimonial-card {

    background: white;

    border: 1px solid #e6dac3;

    padding: 45px 50px;

    text-align: center;

    min-height: 280px;

    display: flex;

    flex-direction: column;

    justify-content: center;

}

.stars {

    color: #c1a05f;

    letter-spacing: 4px;

    font-size: 14px;

    margin-bottom: 18px;

}

.testimonial-card p {

    font-family: 'Cormorant Garamond', serif;

    font-size: 24px;

    line-height: 1.5;

    color: #50453a;

}

.testimonial-card h4 {

    font-size: 14px;

    margin-top: 22px;

}

.testimonial-card span {

    font-size: 10px;

    color: #9b896d;

    margin-top: 4px;

}

.testimonialSwiper .swiper-button-next,
.testimonialSwiper .swiper-button-prev {

    color: #a88a51;

}

.testimonialSwiper .swiper-button-next:after,
.testimonialSwiper .swiper-button-prev:after {

    font-size: 22px;

}

.testimonial-pagination {

    position: relative;

    margin-top: 30px;

}

.testimonial-pagination .swiper-pagination-bullet {

    background: #b59a61;

}


/* ================= CONTACT BANNER ================= */

.contact-banner {

    background: #ded0b3;

    padding: 65px 8%;

    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 30px;

}

.contact-banner span {

    font-size: 10px;

    letter-spacing: 2px;

    color: #8d713e;

}

.contact-banner h2 {

    font-family: 'Cormorant Garamond', serif;

    font-size: 42px;

    font-weight: 500;

    margin: 8px 0;

}

.contact-banner p {

    font-size: 13px;

    color: #685a49;

}

.contact-buttons {

    display: flex;

    gap: 12px;

}

.contact-buttons a {

    background: #3a3027;

    color: white;

    padding: 14px 24px;

    font-size: 10px;

    letter-spacing: 1.3px;

    transition: .3s;

}

.contact-buttons a:hover {

    background: #9e7d45;

}


/* ================= FOOTER ================= */

footer {

    background: #efe3cb;

    padding: 65px 8% 20px;

}

.footer-container {

    display: grid;

    grid-template-columns: 2fr 1fr 1fr 1.4fr;

    gap: 60px;

}

.footer-logo {

    width: 55px;

    height: 55px;

    border: 1px solid #aa8d52;

    border-radius: 50%;

    display: flex;

    align-items: center;

    justify-content: center;

    font-family: 'Cormorant Garamond', serif;

    font-size: 32px;

    color: #aa8d52;

    margin-bottom: 12px;

}

.footer-brand h2 {

    font-family: 'Cormorant Garamond', serif;

    font-size: 34px;

    line-height: .8;

}

.footer-brand>span {

    font-size: 9px;

    color: #8f7445;

}

.footer-brand p {

    font-size: 13px;

    line-height: 1.8;

    color: #6d604e;

    max-width: 300px;

    margin-top: 15px;

}

.footer-column h3 {

    font-size: 12px;

    letter-spacing: 1px;

    color: #8d713f;

    margin-bottom: 18px;

    text-transform: uppercase;

}

.footer-column a {

    font-size: 12px;

    color: #5d5040;

    display: block;

    margin-bottom: 11px;

}

.contact-column p {

    font-size: 12px;

    line-height: 1.8;

    color: #5d5040;

    margin-bottom: 10px;

}

.contact-column p a {

    display: inline;

    margin: 0;

}

.social-links {

    display: flex;

    gap: 12px;

    margin-top: 18px;

}

.social-links a {

    border-bottom: 1px solid #bba57a;

    padding-bottom: 3px;

}

.footer-bottom {

    border-top: 1px solid #d6c5a6;

    margin-top: 45px;

    padding-top: 18px;

    display: flex;

    justify-content: space-between;

    font-size: 10px;

    color: #7d6c55;

}


/* ================= RESPONSIVE ================= */

@media(max-width:1100px) {

    .main-nav {

        gap: 16px;

    }

    .main-nav a {

        font-size: 9px;

    }

    .different-grid {

        grid-template-columns: repeat(2, 1fr);

    }

}

@media(max-width:850px) {

    .site-header {

        height: 76px;

    }

    .mobile-menu {

        display: block;

    }

    .main-nav {

        position: absolute;

        top: 76px;

        left: 0;

        width: 100%;

        background: white;

        display: none;

        flex-direction: column;

        padding: 25px;

        gap: 20px;

        box-shadow: 0 10px 25px rgba(0, 0, 0, .08);

    }

    .main-nav.active {

        display: flex;

    }

    .header-icons {

        margin-left: auto;

        margin-right: 15px;

    }

    .hero-section {

        padding: 0;

    }

    .heroSwiper {

        height:100%;

    }

    .hero-content h2 {

        font-size: 46px;

    }

    .category-section,
    .products-section {

        padding: 70px 5%;

    }

    .about-section,
    .why-section {

        grid-template-columns: 1fr;

    }

    .about-image {

        min-height: 450px;

    }

    .why-image {

        min-height: 450px;

    }

    .footer-container {

        grid-template-columns: 1fr 1fr;

    }

    .contact-banner {

        flex-direction: column;

        align-items: flex-start;

    }

}

@media(max-width:550px) {

    .announcement {

        font-size: 8px;

        letter-spacing: 1px;

    }

    .logo-symbol {

        width: 42px;

        height: 42px;

        font-size: 25px;

    }

    .logo-text h1 {

        font-size: 24px;

    }

    .header-icons {

        gap: 10px;

    }

    .header-icons a {

        font-size: 18px;

    }

    .heroSwiper {

        height: 100%;

    }

    .hero-overlay {

        padding: 0 8%;

    }

    .hero-content h2 {

        font-size: 39px;

    }

    .hero-content p {

        font-size: 12px;

    }

    .section-heading {

        margin-bottom: 30px;

    }

    .section-heading h2 {

        font-size: 37px;

    }

    .category-slider-wrap,
    .product-slider-wrap {

        padding: 0 28px;

    }

    .category-card {

        height: 390px;

    }

    .product-image {

        height: 350px;

    }

    .about-content,
    .why-content {

        padding: 60px 7%;

    }

    .about-content h2,
    .why-content h2 {

        font-size: 40px;

    }

    .different-section {

        padding: 70px 7%;

    }

    .different-grid {

        grid-template-columns: 1fr;

        gap: 30px;

    }

    .testimonial-section {

        padding: 70px 5%;

    }

    .testimonial-wrap {

        padding: 0 20px;

    }

    .testimonial-card {

        padding: 35px 25px;

    }

    .testimonial-card p {

        font-size: 21px;

    }

    .contact-banner {

        padding: 55px 7%;

    }

    .contact-banner h2 {

        font-size: 36px;

    }

    .contact-buttons {

        width: 100%;

    }

    .contact-buttons a {

        flex: 1;

        text-align: center;

    }

    .footer-container {

        grid-template-columns: 1fr;

        gap: 35px;

    }

    .footer-bottom {

        flex-direction: column;

        gap: 8px;

    }

}