* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: Inter, sans-serif;
    background: #fbf9f4;
    color: #1b1b1b;
    overflow-x: hidden;
}

.container {
    width: min(1320px, 92%);
    margin: auto;
}

a {
    text-decoration: none;
}

ul {
    list-style: none;
}

img {
    max-width: 100%;
    display: block;
}

/* ================= HEADER ================= */
.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 25px 0;
    z-index: 9999;
    transition: .4s;
    background: #08271a;
}

.header.scrolled {
    background: #051a11;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .2);
    padding: 18px 0;
}

.header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo h4 {
    font-size: 13px;
    letter-spacing: 4px;
    font-weight: 500;
    color: white;
}

.logo p {
    font-size: 12px;
    color: #ddd;
    margin-top: 3px;
}

nav ul {
    display: flex;
    gap: 40px;
}

nav a {
    color: white;
    font-size: 13px;
    letter-spacing: 2px;
    text-transform: uppercase;
    transition: .4s;
}

nav a:hover {
    opacity: .7;
}

.quote-btn {
    padding: 13px 28px;
    border-radius: 40px;
    background: #2d6d55;
    color: white;
    font-size: 13px;
    letter-spacing: 2px;
    transition: .3s;
}

.quote-btn:hover {
    background: #204f3f;
}

/* ================= HERO COLLECTION BANNER ================= */
.collection-hero {
    background: #08271a;
    color: white;
    padding: 160px 0 80px 0;
}

.sub-tag {
    font-size: 11px;
    letter-spacing: 4px;
    color: #89b593;
    font-weight: 500;
    display: block;
    margin-bottom: 25px;
}

.main-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: 88px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 30px;
    color: #fbf9f4;
}

.collection-meta {
    font-size: 13px;
    color: #cfd8d3;
    letter-spacing: 0.5px;
    max-width: 900px;
    line-height: 22px;
}

/* ================= FILTER BAR ================= */
.filter-bar {
    background: #fbf9f4;
    border-bottom: 1px solid #eae3d2;
    padding: 20px 0;
    position: sticky;
    top: 80px;
    z-index: 900;
}

.filter-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.filter-buttons {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.filter-btn {
    background: transparent;
    border: 1px solid #dcd3be;
    padding: 10px 20px;
    font-size: 11px;
    letter-spacing: 2px;
    color: #4a5d52;
    cursor: pointer;
    transition: .3s;
    font-weight: 500;
}

.filter-btn:hover,
.filter-btn.active {
    background: #1e3b2b;
    color: white;
    border-color: #1e3b2b;
}

.styles-count {
    font-size: 11px;
    letter-spacing: 2px;
    color: #7a8a80;
}

/* ================= MAIN CONTENT & CATEGORY NAV ================= */
.main-content {
    padding: 50px 0;
}

.category-nav {
    display: flex;
    gap: 25px 35px;
    flex-wrap: wrap;
    margin-bottom: 60px;
    padding-bottom: 20px;
    border-bottom: 1px dashed #e5dccb;
}

.cat-link {
    font-size: 11px;
    letter-spacing: 2px;
    color: #77887e;
    text-transform: uppercase;
    transition: .3s;
}

.cat-link:hover,
.cat-link.active {
    color: #1e3b2b;
    font-weight: 600;
}

/* ================= EXACT SCREENSHOT CATEGORY HEADER ================= */
.category-section {
    margin-bottom: 90px;
}

.cat-header-block {
    display: grid;
    grid-template-columns: 360px 1fr;
    gap: 45px;
    align-items: flex-start;
    margin-bottom: 35px;
}

.cat-header-img {
    width: 100%;
    height: 310px;
    overflow: hidden;
    background: #eee8db;
}

.cat-header-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cat-num-tag {
    font-size: 10px;
    letter-spacing: 2.5px;
    color: #7c8f84;
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
}

.cat-header-info h2 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 52px;
    color: #1e3b2b;
    font-weight: 400;
    line-height: 1;
}

.green-line {
    width: 45px;
    height: 1.5px;
    background: #89b593;
    margin: 18px 0;
}

.cat-desc-text {
    font-size: 14px;
    color: #55665c;
    line-height: 22px;
    margin-bottom: 25px;
    max-width: 750px;
}

.moq-box {
    border-left: 2px solid #89b593;
    padding-left: 18px;
    margin-bottom: 22px;
}

.moq-title {
    font-size: 10px;
    letter-spacing: 2px;
    color: #1e3b2b;
    font-weight: 600;
    display: block;
    margin-bottom: 5px;
}

.moq-box p {
    font-size: 12px;
    color: #66776c;
    line-height: 20px;
    max-width: 650px;
}

.styles-tag-text {
    font-size: 10px;
    letter-spacing: 2.5px;
    color: #7c8f84;
    display: inline-block;
    text-transform: uppercase;
}

/* ================= PRODUCT CARDS ================= */
.product-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}

.product-card {
    background: #ffffff;
    border: 1px solid #eaddca;
    display: flex;
    flex-direction: column;
    transition: .35s;
}

.product-card:hover {
    box-shadow: 0 15px 40px rgba(0,0,0,0.06);
    transform: translateY(-5px);
}

.product-img-wrap {
    position: relative;
    height: 320px;
    overflow: hidden;
    background: #eee8db;
}

.product-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.badge {
    position: absolute;
    top: 12px;
    font-size: 9px;
    letter-spacing: 1.5px;
    padding: 6px 10px;
    font-weight: 600;
    text-transform: uppercase;
}

.badge-left {
    left: 12px;
    background: #fdfaf3;
    color: #4a5a50;
    border: 1px solid #e0d5c1;
}

.badge-right {
    right: 12px;
    background: #1e3b2b;
    color: white;
}

.product-info {
    padding: 22px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.item-code {
    font-size: 10px;
    letter-spacing: 2px;
    color: #99a89e;
    display: block;
    margin-bottom: 8px;
}

.product-info h3 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 24px;
    color: #1e3b2b;
    font-weight: 500;
    margin-bottom: 12px;
}

.item-desc {
    font-size: 12px;
    line-height: 20px;
    color: #66776c;
    margin-bottom: 20px;
    min-height: 40px;
}

.item-specs {
    border-top: 1px dashed #e8dfcf;
    border-bottom: 1px dashed #e8dfcf;
    padding: 10px 0;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.item-specs div {
    display: flex;
    justify-content: space-between;
    font-size: 10px;
    letter-spacing: 1px;
}

.item-specs div span:first-child {
    color: #99a89e;
}

.item-specs div span:last-child {
    color: #33443a;
    font-weight: 500;
}

.card-action {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: auto;
}

.price-val {
    font-family: 'Cormorant Garamond', serif;
    font-size: 24px;
    color: #1e3b2b;
    font-weight: 600;
    line-height: 1;
}

.price-val small {
    display: block;
    font-family: Inter, sans-serif;
    font-size: 8px;
    color: #88998e;
    margin-top: 4px;
}

.book-btn {
    padding: 8px 14px;
    border: 1px solid #1e3b2b;
    color: #1e3b2b;
    font-size: 9px;
    letter-spacing: 1.5px;
    font-weight: 600;
    transition: .3s;
}

.book-btn:hover {
    background: #1e3b2b;
    color: white;
}

.pricing-notice {
    text-align: center;
    padding: 35px;
    border-top: 1px solid #e0d5c1;
    margin-top: 60px;
    font-size: 13px;
    color: #66776c;
    line-height: 24px;
}

/* ================= FOOTER ================= */
.footer {
    background: #08271a;
    padding: 90px 0 40px;
    color: white;
}

.footer-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1.2fr 1.2fr;
    gap: 50px;
}

.footer-col h2 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 36px;
    font-weight: 400;
    margin-bottom: 18px;
}

.footer-col h3 {
    font-size: 12px;
    letter-spacing: 3px;
    color: #89b593;
    margin-bottom: 22px;
    text-transform: uppercase;
}

.footer-col p {
    font-size: 13px;
    color: #b0c2b7;
    line-height: 24px;
    margin-bottom: 10px;
}

.footer-col ul li {
    margin-bottom: 10px;
}

.footer-col a {
    color: #d7e0dc;
    font-size: 13px;
    transition: .3s;
}

.footer-col a:hover {
    color: #89b593;
}

.footer input {
    width: 100%;
    padding: 12px;
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.15);
    color: white;
    margin-bottom: 10px;
    outline: none;
}

.footer button {
    width: 100%;
    padding: 12px;
    background: #89b593;
    border: none;
    cursor: pointer;
    font-size: 11px;
    letter-spacing: 2px;
    font-weight: 600;
    color: #08271a;
}

.footer hr {
    margin: 50px 0 30px;
    border: none;
    height: 1px;
    background: rgba(255,255,255,0.1);
}

.copyright {
    display: flex;
    justify-content: space-between;
    font-size: 11px;
    letter-spacing: 1.5px;
    color: #799485;
}

/* Responsive Media Queries */
@media(max-width: 1100px) {
    .product-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .cat-header-block {
        grid-template-columns: 1fr;
    }
}

@media(max-width: 768px) {
    .main-title {
        font-size: 56px;
    }
    .product-grid {
        grid-template-columns: 1fr;
    }
    .footer-grid {
        grid-template-columns: 1fr;
    }
}

/* UI Helpers */
.progress-bar {
    position: fixed;
    top: 0;
    left: 0;
    height: 3px;
    background: #89b593;
    width: 0;
    z-index: 999999;
}

.whatsapp {
    position: fixed;
    right: 25px;
    bottom: 25px;
    width: 55px;
    height: 55px;
    background: #25D366;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999;
}

.whatsapp img {
    width: 30px;
}

.top-btn {
    position: fixed;
    left: 25px;
    bottom: 25px;
    width: 48px;
    height: 48px;
    background: #1e3b2b;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: .4s;
    z-index: 999;
}

.top-btn.show {
    opacity: 1;
    visibility: visible;
}

#loader {
    position: fixed;
    inset: 0;
    background: #fbf9f4;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999999;
    transition: .5s;
}

.spinner {
    width: 60px;
    height: 60px;
    border: 4px solid #ddd;
    border-top: 4px solid #2d6d55;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    100% {
        transform: rotate(360deg);
    }
}




@media(max-width: 991px) {
  .menu-toggle {
    display: flex !important;
    flex-direction: column;
    gap: 6px;
    cursor: pointer;
    z-index: 10001;
  }

  .menu-toggle span {
    width: 28px;
    height: 3px;
    background-color: white;
    display: block;
    transition: 0.3s;
  }

  header nav {
    position: fixed;
    right: -100%;
    top: 0;
    height: 100vh;
    width: 280px;
    background: #203328;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.45s ease;
    z-index: 9999;
  }

  header nav.active {
    right: 0 !important;
  }

  header nav ul {
    flex-direction: column !important;
    align-items: center !important;
    gap: 25px !important;
    margin-left: 0 !important;
    padding: 0 !important;
  }

  header nav ul li {
    margin-left: 0 !important;
  }

  header nav a {
    font-size: 16px !important;
  }

  .quote-btn {
    display: none;
  }

  .filter-container, 
  .filter-buttons {
    flex-direction: column;
    gap: 15px;
    align-items: stretch;
  }

  .cat-header-block {
    grid-template-columns: 1fr !important;
  }

  .main-title {
    font-size: 40px !important;
  }
}