* {
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: 'Inter', sans-serif;
    background: #f7f7f7;
    color: #1e1e1e;
    overflow-x: hidden;
}

.page-preloader {
    position: fixed;
    inset: 0;
    background: #ffffff;
    z-index: 2000;
    transition: opacity 0.18s ease, visibility 0.18s ease;
}

.page-preloader.loaded {
    opacity: 0;
    visibility: hidden;
}

.preloader-circle {
    width: 68px;
    height: 68px;
    border-radius: 50%;
    border: 6px solid rgba(209,180,100,0.15);
    border-top-color: #d1b464;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    to { transform: rotate(360deg); }
}

.page-shell {
    min-height: 100vh;
    background: #fff;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 1100;
    background: rgba(255,255,255,0.98);
    backdrop-filter: blur(14px);
    transition: box-shadow 0.2s ease;
}

.site-header.sticky-top.scrolled {
    box-shadow: 0 12px 30px rgba(0,0,0,0.08);
}

.navbar-brand {
    letter-spacing: 0.2em;
}

.navbar-toggler {
    border: 1px solid rgba(0,0,0,0.08);
    border-radius: 0.75rem;
    padding: 0.4rem 0.55rem;
}

.navbar-toggler-icon {
    background-size: 1.2rem 1.2rem;
}

.navbar .navbar-brand.d-lg-none {
    font-size: 1.05rem;
    letter-spacing: 0.35em;
}

.nav-link {
    color: #1e1e1e !important;
}

.nav-link:hover,
.footer-links a:hover,
.bottom-link:hover {
    color: #b38749 !important;
}

.search-form {
    width: 320px;
    max-width: 100%;
}

.section-heading {
    margin-bottom: 1.4rem;
}

.section-heading h2 {
    margin-bottom: 0.45rem;
}

.section-heading p {
    margin-bottom: 0;
}

.search-form .form-control,
.search-form .search-field {
    border: 1px solid rgba(0,0,0,0.12);
    background: #fafafa;
    padding-right: 3rem;
}

.search-form .btn-link {
    color: #d1b464;
}

.search-form .btn-link:hover {
    color: #b99d52;
}

.mobile-search-bar {
    display: block;
}

.search-form .btn-link {
    color: #b38749;
}

.search-form .btn-link:hover {
    color: #916d38;
}

.search-results {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #ffffff;
    z-index: 1400;
    display: none;
    border: 1px solid rgba(0,0,0,.08);
    border-radius: 1rem;
    overflow: hidden;
}

.search-results.active {
    display: block;
}

.search-result-item {
    padding: 0.9rem 1rem;
    cursor: pointer;
}

.search-result-item strong,
.search-result-item span {
    display: block;
    line-height: 1.25;
}

.search-result-item span {
    margin-top: 0.2rem;
    color: #8a8173;
    font-size: 0.75rem;
    text-transform: capitalize;
}

.search-result-item:hover {
    background: #f7f7f7;
}

.btn-gold {
    background: #d1b464;
    border: 1px solid #d1b464;
    color: #1a1a1a;
}

.btn-gold:hover {
    background: #b99d52;
    border-color: #b99d52;
}

.text-gold,
.eyebrow,
.product-card .wishlist-toggle i,
.banner-card .eyebrow {
    color: #d1b464 !important;
}

.dropdown-menu .dropdown-item {
    display: flex;
    align-items: center;
    gap: 0.9rem;
    padding: 0.9rem 1rem;
}

.header-actions .action-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    color: #1e1e1e;
}

.header-actions .cart-count {
    top: -0.45rem;
    right: -0.45rem;
}

.eyebrow {
    text-transform: uppercase;
    letter-spacing: 0.15em;
    font-size: 0.85rem;
}

.section-white {
    background: #ffffff;
}

.section-ghost {
    background: #f8f7f5;
}

.section-heading h2 {
    font-size: clamp(2rem, 3vw, 3rem);
}

.product-card {
    background: #fff;
    border: 1px solid rgba(32, 24, 10, 0.08);
    border-radius: 0.9rem;
    overflow: hidden;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
    min-height: 100%;
}

.product-card .product-img {
    min-height: 190px;
    object-fit: cover;
    width: 100%;
    display: block;
    background: #f8f7f5 url('../images/placeholder.jpg') center / cover no-repeat;
}

.product-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.product-card:hover {
    transform: translateY(-3px);
    border-color: rgba(209,180,100,0.42);
    box-shadow: 0 18px 42px rgba(42, 31, 10, 0.12);
}

.product-body {
    padding: 0.75rem 0.85rem 0.9rem;
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
}

.product-card .btn {
    font-size: 0.78rem;
    padding: 0.55rem 0.9rem;
}

.product-card h3 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 3rem;
    font-size: 0.98rem;
}

.product-card .price {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.01em;
    color: #18140c;
}

.product-card .old-price {
    margin-left: 0.5rem;
    font-size: 0.82rem;
    color: #868686;
    text-decoration: line-through;
}

.product-card .product-meta {
    font-size: 0.74rem;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: #7a7a7a;
}

.product-card .product-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: auto;
}

.product-card .label-pill {
    background: rgba(209,180,100,0.9);
    color: #1c1300;
    font-size: 0.72rem;
    padding: 0.25rem 0.6rem;
    border-radius: 999px;
    text-transform: uppercase;
    letter-spacing: 0.12em;
}

.product-card .wishlist-toggle {
    color: #333;
}

@media (max-width: 768px) {
    .product-card .product-img {
        min-height: 180px;
    }
}

.product-card .text-muted.small {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.12em;
}

.banner-grid {
    gap: 1rem;
}

.banner-card {
    min-height: 170px;
    border-radius: 1rem;
    overflow: hidden;
    background: #111;
    color: #fff;
    position: relative;
    padding: 1.5rem;
}

.banner-card span,
.banner-card h3,
.banner-card p {
    margin: 0;
}

.banner-card.small {
    min-height: 140px;
}

.hero-split {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
}

@media (min-width: 992px) {
    .hero-split {
        grid-template-columns: 1.7fr 1fr;
        align-items: stretch;
    }
}

.hero-left,
.hero-right {
    border-radius: 1.8rem;
    overflow: hidden;
}

.hero-left {
    background: #111;
    min-height: 540px;
    position: relative;
}

.hero-left .carousel-item {
    min-height: 540px;
}

.hero-left .carousel-caption {
    position: absolute;
    bottom: 2rem;
    left: 2rem;
    max-width: 40rem;
    background: rgba(0,0,0,0.36);
    padding: 2rem;
    border-radius: 1.5rem;
}

@media (max-width: 768px) {
    .hero-left {
        min-height: 340px;
    }

    .hero-left .carousel-item {
        min-height: 340px;
    }

    .hero-left .carousel-caption {
        bottom: 1rem;
        left: 1rem;
        right: 1rem;
        padding: 1rem;
        border-radius: 1.2rem;
    }

    .hero-left .carousel-caption h1 {
        font-size: 1.5rem;
        line-height: 1.15;
    }

    .hero-left .carousel-caption p {
        font-size: 0.95rem;
    }

    .hero-left .carousel-caption .btn {
        padding: 0.7rem 1.1rem;
        font-size: 0.9rem;
    }
}

.hero-right {
    background: #f4f2eb;
    padding: 1.5rem;
    display: grid;
    gap: 1rem;
}

.hero-card {
    background: #1a1816;
    color: #fff;
    border-radius: 1.5rem;
    padding: 1.4rem;
    min-height: 160px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.hero-card h3 {
    font-size: 1.25rem;
    margin-bottom: 0.75rem;
}

.hero-card p {
    color: #ccc2ac;
    margin-bottom: 0;
}

.hero-card.small {
    min-height: 140px;
}

.hero-card .eyebrow {
    color: #d1b464;
}

.hero-section .hero-grid {
    display: grid;
    grid-template-columns: 280px minmax(0, 1fr) 260px;
    gap: 1.25rem;
    align-items: start;
}

.hero-section .category-panel {
    background: #ffffff;
    border: 1px solid rgba(0,0,0,0.08);
    border-radius: 1.5rem;
    padding: 1.25rem;
    overflow: hidden;
    box-shadow: 0 18px 45px rgba(28, 21, 9, 0.06);
}

.hero-section .category-item {
    display: flex;
    align-items: center;
    gap: 0.9rem;
    padding: 0.9rem 0.8rem;
    border-bottom: 1px solid rgba(0,0,0,0.08);
    color: #212121;
    text-decoration: none;
}

.hero-section .category-item:last-child {
    border-bottom: none;
}

.hero-section .category-item:hover {
    background: #fbf8ef;
    color: #9c7333;
}

.hero-section .icon-box {
    width: 2.4rem;
    height: 2.4rem;
    border-radius: 1rem;
    background: #f6f2e5;
    display: grid;
    place-items: center;
    color: #b38749;
}

.hero-section .hero-main {
    border-radius: 1.8rem;
    overflow: visible;
    min-height: 650px;
    position: relative;
    background: #11100d;
}

.hero-section .hero-main .carousel {
    height: 500px;
    overflow: hidden;
    border-radius: 1.8rem;
    background: #11100d;
    box-shadow: 0 24px 60px rgba(20, 15, 8, 0.18);
}

.hero-section .hero-main .carousel::after {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 50% 18%, rgba(209,180,100,0.34), transparent 24%),
        linear-gradient(180deg, rgba(10,9,7,0.18) 0%, rgba(10,9,7,0.76) 100%);
    pointer-events: none;
    z-index: 1;
}

.hero-section .hero-main .carousel-item img {
    min-height: 500px;
    object-fit: cover;
    width: 100%;
}

.hero-section .hero-main .carousel-caption {
    position: absolute;
    inset: 50% auto auto 50%;
    transform: translate(-50%, -50%);
    width: min(720px, calc(100% - 4rem));
    max-width: none;
    background: rgba(14, 12, 9, 0.36);
    border: 1px solid rgba(209,180,100,0.32);
    box-shadow: 0 24px 80px rgba(0,0,0,0.22);
    backdrop-filter: blur(14px);
    padding: clamp(1.4rem, 4vw, 2.8rem);
    border-radius: 1.4rem;
    right: auto;
    bottom: auto;
    z-index: 2;
}

.hero-section .hero-main .carousel-caption h1 {
    font-size: clamp(2.35rem, 4.8vw, 4.9rem);
    line-height: 1;
    letter-spacing: 0;
    margin: 0.85rem 0 1rem;
}

.hero-section .hero-main .carousel-caption p {
    width: min(520px, 100%);
    margin: 0 auto 1.4rem;
    color: rgba(255,255,255,0.86);
    font-size: 1.05rem;
}

.hero-section .hero-main .carousel-control-prev,
.hero-section .hero-main .carousel-control-next {
    z-index: 3;
    width: 4.5rem;
}

.hero-section .hero-right-grid {
    display: grid;
    gap: 1rem;
}

.hero-section .hero-card.side {
    background: #ffffff;
    color: #1e1e1e;
    border-radius: 1.4rem;
    padding: 1.2rem;
    min-height: 140px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border: 1px solid rgba(32, 24, 10, 0.08);
    box-shadow: 0 16px 42px rgba(28, 21, 9, 0.06);
}

.hero-section .hero-card.side.bg-dark {
    background: linear-gradient(135deg, #17120b 0%, #34270f 100%);
    color: #ffffff;
    border-color: rgba(209,180,100,0.28);
}

.hero-section .promo-strip {
    display: flex;
    gap: 0.9rem;
    overflow-x: auto;
    padding: 1rem 0.2rem 0.2rem;
    scrollbar-width: thin;
    scrollbar-color: #d1b464 rgba(0,0,0,0.08);
}

.hero-section .promo-card {
    flex: 1 0 150px;
    min-width: 150px;
    border-radius: 1rem;
    overflow: hidden;
    background: #17130d;
    border: 1px solid rgba(209,180,100,0.2);
    box-shadow: 0 18px 40px rgba(24,18,8,0.08);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 1rem;
    min-height: 132px;
    color: #ffffff;
    text-decoration: none;
    transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.hero-section .promo-card:hover {
    transform: translateY(-4px);
    border-color: rgba(209,180,100,0.62);
    box-shadow: 0 24px 55px rgba(24,18,8,0.14);
}

.hero-section .promo-card .promo-label {
    font-size: 0.96rem;
    font-weight: 700;
    text-align: center;
    color: #ffffff;
    width: 100%;
    line-height: 1.35;
}

.hero-section .promo-icon {
    width: 2.65rem;
    height: 2.65rem;
    border-radius: 999px;
    display: grid;
    place-items: center;
    margin-bottom: 0.75rem;
    background: rgba(255,255,255,0.12);
    color: #f2d47c;
    font-size: 1.25rem;
}

.hero-section .promo-meta {
    color: rgba(255,255,255,0.68);
    font-size: 0.75rem;
    margin-top: 0.35rem;
    text-transform: uppercase;
    letter-spacing: 0.12em;
}

.hero-section .promo-gradient-1 { background: linear-gradient(135deg, #19140b 0%, #d1b464 130%); }
.hero-section .promo-gradient-2 { background: linear-gradient(135deg, #1f1710 0%, #a8793c 130%); }
.hero-section .promo-gradient-3 { background: linear-gradient(135deg, #111111 0%, #6f5a2b 125%); }
.hero-section .promo-gradient-4 { background: linear-gradient(135deg, #211a10 0%, #c6a257 130%); }
.hero-section .promo-gradient-5 { background: linear-gradient(135deg, #12110f 0%, #8b7135 130%); }
.hero-section .promo-gradient-6 { background: linear-gradient(135deg, #24180e 0%, #d7bf72 130%); }

.hero-section .promo-strip::-webkit-scrollbar {
    height: 8px;
}

.hero-section .promo-strip::-webkit-scrollbar-thumb {
    background: #d1b464;
    border-radius: 999px;
}

.hero-section .promo-strip::-webkit-scrollbar-track {
    background: rgba(0,0,0,0.08);
    border-radius: 999px;
}

@media (max-width: 1199px) {
    .hero-section .hero-grid {
        grid-template-columns: 1fr;
    }

    .hero-section .category-panel,
    .hero-section .hero-right-grid {
        display: none;
    }

    .hero-section .hero-main {
        min-height: auto;
    }

    .hero-section .hero-main .carousel {
        height: 430px;
    }

    .hero-section .hero-main .carousel-caption {
        width: min(640px, calc(100% - 2rem));
    }

    .hero-section .promo-card {
        flex-basis: 160px;
    }
}

.hero-gallery {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.9rem;
}

.hero-gallery .hero-card {
    padding: 1rem;
    min-height: 120px;
}

.hero-gallery .hero-card h3 {
    font-size: 1rem;
}

.page-action-buttons {
    position: fixed;
    right: 1rem;
    bottom: 1rem;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    z-index: 1300;
}

.page-action-buttons .btn {
    min-width: 160px;
}

.mobile-search-bar .search-field {
    min-height: 46px;
    font-size: 0.95rem;
}

.hero-left .carousel-caption {
    max-width: 100%;
}

@media (max-width: 768px) {
    .hero-left .carousel-caption {
        margin: 1rem;
    }
}

.shadow-hover {
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.shadow-hover:hover {
    transform: translateY(-8px);
    box-shadow: 0 28px 60px rgba(15, 15, 15, 0.08);
}

.category-card {
    position: relative;
    min-height: 260px;
}

.category-card-body {
    position: absolute;
    left: 1.5rem;
    bottom: 1.5rem;
}

.category-card img {
    height: 100%;
    object-fit: cover;
}

.gallery-card {
    min-height: 220px;
}

.gallery-card img {
    height: 100%;
    object-fit: cover;
}

.testimonial-card,
.promo-card,
.checkout-form,
.order-summary,
.cart-list,
.checkout-summary {
    border: 1px solid rgba(0,0,0,.06);
}

.cart-thumb {
    width: 100px;
    height: 100px;
    object-fit: cover;
}

.mobile-bottom-nav {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1050;
}

.bottom-link {
    font-size: 0.8rem;
    color: #1e1e1e;
    text-decoration: none;
}

.bottom-link i {
    display: block;
    font-size: 1.3rem;
}

.count-badge,
.cart-count {
    position: absolute;
    top: -0.35rem;
    right: -0.35rem;
    font-size: 0.65rem;
    min-width: 1.35rem;
    height: 1.35rem;
    padding: 0 0.25rem;
}

.wishlist-link,
.wishlist-toggle,
.action-link {
    color: #1e1e1e;
}

.product-detail-image img,
.promo-card img {
    max-height: 520px;
    object-fit: cover;
}

.newsletter-card {
    background: linear-gradient(135deg, #1b1b1b 0%, #2d2d2d 100%);
}

.footer-links a {
    color: #d7d1c4;
    text-decoration: none;
}

.footer-links a:hover {
    color: #fff;
}

.skeleton {
    position: relative;
    overflow: hidden;
}

.skeleton::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.5) 50%, rgba(255,255,255,0) 100%);
    transform: translateX(-100%);
    animation: shimmer 1.4s infinite;
}

.skeleton.loaded::before {
    display: none;
}

@keyframes shimmer {
    100% { transform: translateX(100%); }
}

@media (max-width: 991px) {
    .search-form {
        width: 100%;
    }
    .banner-card {
        min-height: 160px;
    }
}

.object-cover {
    object-fit: cover;
}

@media (max-width: 767px) {
    .navbar .collapse {
        background: #fff;
    }
    .hero-section .carousel-caption {
        position: absolute;
        background: rgba(0,0,0,0.4);
        padding: 1.5rem;
        border-radius: 1rem;
    }
    .bottom-link span {
        display: block;
    }

    .hero-section {
        padding-top: 1.25rem !important;
    }

    .hero-section .hero-main .carousel {
        height: 420px;
        border-radius: 1.2rem;
    }

    .hero-section .hero-main .carousel-item img {
        min-height: 420px;
    }

    .hero-section .hero-main .carousel-caption {
        width: calc(100% - 1.5rem);
        padding: 1.15rem;
    }

    .hero-section .hero-main .carousel-caption h1 {
        font-size: clamp(2rem, 10vw, 3.1rem);
    }

    .hero-section .hero-main .carousel-caption p {
        font-size: 0.95rem;
    }

    .hero-section .promo-strip {
        margin-top: 0.9rem !important;
        padding-bottom: 0.65rem;
    }

    .hero-section .promo-card {
        flex-basis: 140px;
        min-width: 140px;
        min-height: 118px;
    }
}

/* Marketplace homepage */
.marketplace-hero {
    background: #f7f4ec;
}

.marketplace-hero .container,
.marketplace-services .container {
    max-width: 1240px;
}

.marketplace-hero .hero-grid {
    grid-template-columns: 230px minmax(0, 1fr) 230px;
    gap: 1rem;
}

.marketplace-hero .category-panel {
    display: block;
    border-radius: 0.75rem;
    padding: 0.85rem;
    height: 100%;
}

.marketplace-hero .category-panel h5 {
    font-size: 0.98rem;
}

.marketplace-hero .category-item {
    gap: 0.7rem;
    padding: 0.66rem 0.5rem;
    font-size: 0.9rem;
    text-transform: capitalize;
}

.marketplace-hero .icon-box {
    width: 2rem;
    height: 2rem;
    border-radius: 0.65rem;
}

.marketplace-hero .hero-main {
    min-height: 0;
    background: transparent;
}

.marketplace-hero .hero-main .carousel {
    height: 390px !important;
    border-radius: 0.9rem;
}

.marketplace-hero .hero-main .carousel::after {
    background:
        radial-gradient(circle at 70% 30%, rgba(209,180,100,0.18), transparent 26%),
        linear-gradient(90deg, rgba(10,9,7,0.78), rgba(10,9,7,0.42) 45%, rgba(10,9,7,0.66));
}

.marketplace-hero .hero-main .carousel-item img {
    min-height: 390px;
}

.marketplace-hero .hero-main .carousel-caption {
    width: min(560px, calc(100% - 3rem));
    background: rgba(10, 9, 7, 0.52);
    border-color: rgba(209,180,100,0.42);
    border-radius: 0.8rem;
    padding: clamp(1.1rem, 3vw, 2rem);
}

.marketplace-hero .hero-main .carousel-caption h1 {
    font-size: clamp(2rem, 4vw, 3.5rem);
    line-height: 1.04;
}

.marketplace-hero .hero-main .carousel-caption .btn {
    font-weight: 700;
    min-height: 42px;
}

.marketplace-hero .hero-right-grid {
    display: grid;
    gap: 0.75rem;
}

.marketplace-hero .hero-card.side {
    min-height: 88px;
    border-radius: 0.75rem;
    padding: 0.9rem;
}

.marketplace-hero .hero-card.side h3,
.marketplace-hero .hero-card.side h4 {
    font-size: 1rem;
    margin-bottom: 0.35rem;
}

.marketplace-hero .hero-card.side p {
    font-size: 0.82rem;
}

.marketplace-hero .promo-strip {
    background: #ffffff;
    border: 1px solid rgba(32, 24, 10, 0.08);
    border-radius: 0.85rem;
    margin-top: 1rem !important;
    padding: 0.75rem;
    box-shadow: 0 16px 42px rgba(28, 21, 9, 0.06);
}

.marketplace-hero .promo-card {
    min-height: 104px;
    min-width: 128px;
    flex-basis: 128px;
    border-radius: 0.75rem;
    padding: 0.8rem;
}

.marketplace-hero .promo-icon {
    width: 2.25rem;
    height: 2.25rem;
    margin-bottom: 0.5rem;
}

.marketplace-hero .promo-label {
    font-size: 0.88rem;
}

.marketplace-services {
    background: #f7f4ec;
    padding-top: 0 !important;
}

.service-strip {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 0.8rem;
    background: #ffffff;
    border: 1px solid rgba(32, 24, 10, 0.08);
    border-radius: 0.85rem;
    padding: 0.8rem;
    box-shadow: 0 14px 36px rgba(28, 21, 9, 0.06);
}

.service-pill {
    min-height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.55rem;
    color: #17130d;
    text-decoration: none;
    font-weight: 700;
    border-radius: 0.7rem;
    background: #fbf8ef;
    border: 1px solid rgba(209,180,100,0.18);
    text-align: center;
    padding: 0.75rem;
}

.service-pill i {
    color: #b38749;
    font-size: 1.35rem;
}

.service-pill:hover {
    color: #8c642d;
    border-color: rgba(209,180,100,0.55);
}

.shelf-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    background: #ffffff;
    border: 1px solid rgba(32, 24, 10, 0.08);
    border-radius: 0.75rem;
    padding: 1rem 1.15rem;
}

.shelf-heading h2 {
    font-size: clamp(1.35rem, 2vw, 2rem);
    margin: 0;
}

.shelf-heading .eyebrow {
    margin-bottom: 0.2rem;
}

.shelf-link {
    color: #b38749;
    text-decoration: none;
    font-weight: 700;
    white-space: nowrap;
}

.section-white,
.section-ghost {
    border-top: 1px solid rgba(32, 24, 10, 0.04);
}

body.is-loading .skeleton {
    min-height: 80px;
}

body.is-loading .skeleton > * {
    opacity: 0;
}

body.is-loading .skeleton::before {
    display: block;
    z-index: 4;
    background: linear-gradient(90deg, #eee9dd 0%, #faf7ee 45%, #eee9dd 100%);
    transform: translateX(-100%);
}

body.is-loading .page-preloader {
    height: 3px;
    bottom: auto;
    background: transparent;
    align-items: flex-start !important;
    justify-content: flex-start !important;
}

body.is-loading .preloader-circle {
    width: 42%;
    height: 3px;
    border: 0;
    border-radius: 999px;
    background: linear-gradient(90deg, transparent, #d1b464, transparent);
    animation: loading-bar 1s ease-in-out infinite;
}

@keyframes loading-bar {
    0% { transform: translateX(-100%); }
    100% { transform: translateX(240%); }
}

body:not(.is-loading) .skeleton::before,
.skeleton.loaded::before {
    display: none;
}

@media (max-width: 1199px) {
    .marketplace-hero .hero-grid {
        grid-template-columns: 220px minmax(0, 1fr);
    }

    .marketplace-hero .hero-right-grid {
        display: none;
    }

    .marketplace-hero .hero-main .carousel {
        height: 360px !important;
    }

    .marketplace-hero .hero-main .carousel-item img {
        min-height: 360px;
    }

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

@media (max-width: 991px) {
    .marketplace-hero .hero-grid {
        grid-template-columns: 1fr;
    }

    .marketplace-hero .category-panel {
        order: 2;
        overflow-x: auto;
        white-space: nowrap;
    }

    .marketplace-hero .category-panel .d-flex {
        margin-bottom: 0.65rem !important;
    }

    .marketplace-hero .category-item {
        display: inline-flex;
        width: auto;
        min-width: 150px;
        border: 1px solid rgba(32, 24, 10, 0.08);
        border-radius: 0.7rem;
        margin-right: 0.5rem;
    }

    .marketplace-hero .hero-main {
        order: 1;
    }

    .marketplace-hero .promo-strip {
        order: 3;
    }

    .service-strip {
        display: flex;
        overflow-x: auto;
        padding-bottom: 0.9rem;
    }

    .service-pill {
        min-width: 150px;
    }
}

@media (max-width: 767px) {
    .marketplace-hero {
        padding-top: 0.85rem !important;
    }

    .marketplace-hero .container,
    .marketplace-services .container {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
    }

    .marketplace-hero .hero-main .carousel {
        height: 330px !important;
        border-radius: 0.8rem;
    }

    .marketplace-hero .hero-main .carousel-item img {
        min-height: 330px;
    }

    .marketplace-hero .hero-main .carousel-caption {
        position: absolute;
        width: calc(100% - 1.5rem);
        padding: 1rem;
        border-radius: 0.75rem;
    }

    .marketplace-hero .hero-main .carousel-caption h1 {
        font-size: 2rem;
    }

    .marketplace-hero .hero-main .carousel-caption p {
        font-size: 0.9rem;
        margin-bottom: 1rem;
    }

    .marketplace-hero .hero-main .carousel-control-prev,
    .marketplace-hero .hero-main .carousel-control-next {
        width: 2.6rem;
    }

    .marketplace-hero .promo-strip {
        gap: 0.65rem;
        padding: 0.65rem;
    }

    .marketplace-hero .promo-card {
        min-width: 126px;
        flex-basis: 126px;
        min-height: 104px;
    }

    .service-pill {
        min-width: 138px;
        min-height: 62px;
        font-size: 0.85rem;
    }

    .shelf-heading {
        padding: 0.85rem;
    }

    .shelf-heading h2 {
        font-size: 1.22rem;
    }

    .product-card {
        padding: 0.55rem !important;
        border-radius: 0.75rem !important;
        width: 100%;
    }

    .product-card .product-img {
        min-height: 145px;
    }

    .product-body {
        padding: 0.55rem 0.25rem 0.4rem;
        gap: 0.4rem;
    }

    .product-card h3 {
        min-height: 2.6rem;
        font-size: 0.86rem;
    }

    .product-card .btn {
        padding: 0.42rem 0.62rem;
        font-size: 0.72rem;
    }

    .product-card .text-muted.small,
    .product-card .product-meta {
        font-size: 0.66rem;
    }

    .newsletter-card {
        padding: 1.5rem !important;
        border-radius: 1rem !important;
    }

    #featured .row,
    #new-arrivals .row,
    .section-ghost .row,
    .section-white .row {
        --bs-gutter-x: 0.75rem;
        --bs-gutter-y: 0.75rem;
    }

    #featured .row-cols-2 > *,
    #new-arrivals .row-cols-2 > *,
    .section-ghost .row-cols-2 > *,
    .section-white .row-cols-2 > * {
        flex: 0 0 auto;
        width: 50%;
    }
}

/* Global premium marketplace shell */
.page-shell {
    background: #f7f4ec;
    min-height: 100vh;
    padding-bottom: 0;
    display: flex;
    flex-direction: column;
}

.page-shell main {
    flex: 1 0 auto;
}

.site-footer {
    flex-shrink: 0;
    margin-bottom: 0;
}

.site-header {
    border-bottom: 1px solid rgba(32, 24, 10, 0.08);
    box-shadow: 0 12px 34px rgba(28, 21, 9, 0.06);
}

.topbar {
    background: #11100d;
    border-bottom: 1px solid rgba(209,180,100,0.24);
    color: #e8dec4;
}

.topbar .text-muted,
.topbar a {
    color: #e8dec4 !important;
}

.premium-navbar {
    background: rgba(255,255,255,0.98) !important;
}

.navbar-brand {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    letter-spacing: 0.16em;
}

.brand-logo-img {
    max-width: 150px;
    max-height: 42px;
    object-fit: contain;
}

.brand-name-text {
    font-size: 0.92rem;
}

.navbar-brand span {
    color: #b38749;
}

.premium-navbar .nav-link {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    border-radius: 999px;
    padding: 0.62rem 0.88rem !important;
    color: #231d12 !important;
    transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.premium-navbar .nav-link i {
    color: #b38749;
    font-size: 1rem;
}

.premium-navbar .nav-link:hover,
.premium-navbar .nav-link.active,
.premium-navbar .show > .nav-link {
    background: #fbf8ef;
    color: #8c642d !important;
}

.premium-navbar .dropdown-menu {
    border-radius: 1rem;
    border: 1px solid rgba(32, 24, 10, 0.08) !important;
    box-shadow: 0 24px 64px rgba(28, 21, 9, 0.14) !important;
}

.premium-navbar .mega-menu {
    position: static;
}

.premium-navbar .mega-menu .dropdown-menu {
    width: min(680px, calc(100vw - 2rem));
    padding: 1rem !important;
}

.premium-navbar .mega-menu .row {
    --bs-gutter-x: 0.75rem;
    --bs-gutter-y: 0.75rem;
}

.premium-navbar .mega-menu .row > [class*="col-"] {
    margin-bottom: 0 !important;
}

.premium-navbar .dropdown-menu .dropdown-item {
    display: block;
    width: 100%;
    min-height: 70px;
    padding: 0.75rem !important;
    white-space: normal;
}

.premium-navbar .dropdown-menu .dropdown-item .d-flex {
    gap: 0.75rem;
    min-width: 0;
}

.dropdown-icon,
.icon-action {
    width: 2.8rem;
    height: 2.8rem;
    min-width: 2.5rem;
    flex: 0 0 2.5rem;
    display: inline-grid;
    place-items: center;
    border-radius: 999px;
    background: #fbf8ef;
    color: #b38749 !important;
    border: 1px solid rgba(209,180,100,0.22);
}

.dropdown-menu .dropdown-item {
    border-radius: 0.85rem;
}

.dropdown-menu .dropdown-item:hover {
    background: #fbf8ef;
}

.premium-navbar .dropdown-menu .small {
    font-size: 0.68rem;
    letter-spacing: 0.08em;
}

.premium-navbar .dropdown-menu .fw-semibold {
    line-height: 1.15;
}

.header-actions .icon-action,
.d-lg-none .icon-action {
    position: relative;
    text-decoration: none;
    overflow: visible;
    margin-inline: 0.15rem;
}

.header-actions .icon-action {
    width: 3.35rem;
    height: 3.35rem;
    min-width: 3.35rem;
    flex: 0 0 3.35rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    padding: 0;
}

.header-actions .icon-action i {
    display: block;
    line-height: 1;
    font-size: 1.2rem;
}

.icon-action .count-badge,
.bottom-link .count-badge,
.icon-action .cart-count,
.bottom-link .cart-count {
    position: absolute;
    top: -0.3rem;
    right: -0.25rem;
    z-index: 5;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 1.35rem;
    height: 1.35rem;
    line-height: 1;
}

.toast-notification {
    z-index: 2500;
}

.header-actions .icon-action:hover,
.header-actions .icon-action.active,
.d-lg-none .icon-action:hover {
    background: #17130d;
    color: #d1b464 !important;
}

.search-form .search-field {
    min-height: 44px;
    border-radius: 999px !important;
    background: #fbfbfa;
    border-color: rgba(32, 24, 10, 0.12);
}

.mobile-search-bar {
    background: #ffffff !important;
}

.mobile-bottom-nav {
    border-top: 1px solid rgba(32, 24, 10, 0.1) !important;
    box-shadow: 0 -12px 32px rgba(28, 21, 9, 0.1) !important;
}

.bottom-link {
    width: 25%;
    display: grid;
    place-items: center;
    gap: 0.15rem;
    color: #4b4335 !important;
    font-weight: 700;
}

.bottom-link i {
    width: 2.15rem;
    height: 2.15rem;
    display: grid;
    place-items: center;
    border-radius: 999px;
    margin: 0 auto 0.15rem;
    color: #b38749;
}

.bottom-link.active i,
.bottom-link:hover i {
    background: #17130d;
    color: #d1b464;
}

.bottom-link.active,
.bottom-link:hover {
    color: #8c642d !important;
}

main > section:not(.marketplace-hero):not(.marketplace-services) {
    background: #f7f4ec;
}

main > section .container {
    max-width: 1240px;
}

.product-card,
.category-card,
.testimonial-card,
.promo-highlights,
.checkout-form,
.order-summary,
.cart-list,
.checkout-summary,
.newsletter-card {
    border-radius: 0.85rem !important;
    border: 1px solid rgba(32, 24, 10, 0.08) !important;
}

.checkout-form,
.order-summary,
.cart-list,
.checkout-summary,
.testimonial-card {
    box-shadow: 0 16px 42px rgba(28, 21, 9, 0.06) !important;
}

.btn,
.form-control,
.form-select {
    border-radius: 0.75rem;
}

.btn-gold {
    font-weight: 800;
    box-shadow: 0 10px 22px rgba(179, 135, 73, 0.22);
}

@media (max-width: 991px) {
    .premium-navbar {
        padding-left: 0.75rem !important;
        padding-right: 0.75rem !important;
    }

    .navbar-collapse {
        margin-top: 0.8rem;
        padding: 0.85rem;
        border: 1px solid rgba(32, 24, 10, 0.08);
        border-radius: 1rem;
        background: #ffffff;
        box-shadow: 0 20px 46px rgba(28, 21, 9, 0.12);
    }

    .premium-navbar .nav-link {
        width: 100%;
        justify-content: flex-start;
        border-radius: 0.8rem;
        margin-bottom: 0.25rem;
    }

    .premium-navbar .mega-menu .dropdown-menu {
        width: 100%;
        max-height: 60vh;
        overflow-y: auto;
        box-shadow: none !important;
    }

    .premium-navbar .mega-menu .row > [class*="col-"] {
        width: 100%;
    }
}

@media (max-width: 767px) {
    html,
    body {
        width: 100%;
        min-width: 0;
        overflow-x: hidden;
    }

    .page-shell,
    .site-header,
    main,
    main > section,
    .mobile-search-bar,
    .mobile-bottom-nav {
        width: 100% !important;
        min-width: 0 !important;
        max-width: 100% !important;
    }

    .container,
    .container-fluid,
    main > section .container,
    .marketplace-hero .container,
    .marketplace-services .container {
        width: 100% !important;
        max-width: 100% !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .row {
        width: auto;
        max-width: none;
    }

    .marketplace-hero .hero-main .carousel {
        display: none !important;
    }

    .marketplace-hero .hero-main {
        display: block;
        width: 100%;
        min-width: 0;
        overflow: hidden;
    }

    .marketplace-hero .promo-strip {
        display: flex;
        flex-wrap: nowrap;
        margin-top: 0 !important;
        width: 100%;
        max-width: 100%;
        overflow-x: auto;
        overflow-y: hidden;
        scroll-snap-type: x proximity;
        -webkit-overflow-scrolling: touch;
        overscroll-behavior-x: contain;
    }

    .marketplace-hero .category-panel {
        margin-top: 0.75rem;
        width: 100%;
        max-width: 100%;
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
        overscroll-behavior-x: contain;
    }

    .marketplace-hero .category-panel h5,
    .marketplace-hero .category-panel .badge {
        white-space: normal;
    }

    .marketplace-hero .category-item,
    .marketplace-hero .promo-card,
    .marketplace-services .service-pill {
        scroll-snap-align: start;
    }

    .marketplace-services .service-strip {
        display: flex;
        flex-wrap: nowrap;
        width: 100%;
        max-width: 100%;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        overscroll-behavior-x: contain;
    }

    .marketplace-hero .promo-strip::-webkit-scrollbar,
    .marketplace-hero .category-panel::-webkit-scrollbar,
    .marketplace-services .service-strip::-webkit-scrollbar {
        display: none;
    }

    .navbar-brand {
        font-size: 1rem;
        letter-spacing: 0.12em;
    }

    .icon-action {
        width: 2.25rem;
        height: 2.25rem;
    }

    .mobile-search-bar {
        padding: 0.75rem !important;
    }

    main {
        padding-bottom: 0.75rem;
    }

    .page-shell {
        padding-bottom: 76px;
    }

    .bottom-link {
        position: relative;
    }

    .bottom-link .count-badge,
    .bottom-link .cart-count {
        top: 0.12rem;
        right: calc(50% - 1.55rem);
    }

    .toast-notification {
        left: 1rem;
        right: 1rem !important;
        bottom: 5.5rem !important;
        margin: 0 !important;
        text-align: center;
    }
}

.auth-card,
.account-card {
    max-width: 620px;
    border: 1px solid rgba(32, 24, 10, 0.08);
    border-radius: 0.95rem;
    padding: 1.25rem;
    box-shadow: 0 18px 48px rgba(28, 21, 9, 0.08);
}

.auth-page {
    background:
        linear-gradient(180deg, #f7f4ec 0%, #ffffff 100%);
}

.auth-shell {
    max-width: 1040px;
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    border-radius: 1.2rem;
    overflow: hidden;
    box-shadow: 0 28px 80px rgba(28, 21, 9, 0.12);
    border: 1px solid rgba(32, 24, 10, 0.08);
    background: #fff;
}

.auth-side {
    background:
        linear-gradient(140deg, rgba(17,16,13,0.95), rgba(61,45,18,0.92)),
        radial-gradient(circle at 20% 10%, rgba(209,180,100,0.45), transparent 28%);
    color: #fff;
    padding: clamp(1.5rem, 4vw, 3rem);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.auth-side .eyebrow {
    color: #d1b464 !important;
}

.auth-side h2 {
    font-size: clamp(2rem, 4vw, 3.25rem);
    line-height: 1;
    font-weight: 800;
    margin: 0.7rem 0 1rem;
}

.auth-side p {
    color: rgba(255,255,255,0.78);
}

.auth-mark {
    width: 3.4rem;
    height: 3.4rem;
    display: grid;
    place-items: center;
    border-radius: 1rem;
    background: rgba(209,180,100,0.14);
    color: #d1b464;
    border: 1px solid rgba(209,180,100,0.28);
    font-size: 1.45rem;
}

.auth-benefits {
    display: grid;
    gap: 0.75rem;
    margin-top: 1.4rem;
}

.auth-benefits span {
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
    color: rgba(255,255,255,0.9);
    font-weight: 700;
}

.auth-card {
    max-width: none;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    padding: clamp(1.4rem, 4vw, 3rem);
}

.auth-heading h1 {
    font-size: clamp(2rem, 4vw, 3.4rem);
    line-height: 1.05;
}

.auth-form .form-label {
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #746b5c;
    font-weight: 800;
}

.auth-input {
    position: relative;
}

.auth-input i {
    position: absolute;
    left: 1rem;
    top: 50%;
    transform: translateY(-50%);
    color: #b38749;
    z-index: 2;
}

.auth-input .form-control {
    min-height: 52px;
    padding-left: 2.85rem;
    border-radius: 0.9rem;
    background: #fbfbfa;
    border: 1px solid rgba(32, 24, 10, 0.12);
    font-size: 1rem;
}

.auth-input .form-control:focus {
    border-color: rgba(209,180,100,0.82);
    box-shadow: 0 0 0 0.22rem rgba(209,180,100,0.15);
}

.auth-submit {
    min-height: 54px;
    border-radius: 0.95rem;
}

.auth-switch {
    text-align: center;
    margin: 1.1rem 0 0;
    color: #6d6252;
}

.auth-switch a {
    color: #a67837;
    font-weight: 800;
    text-decoration: none;
}

.profile-page .account-card {
    max-width: none;
}

.address-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    border: 1px solid rgba(32, 24, 10, 0.08);
    border-radius: 0.85rem;
    padding: 0.9rem;
    margin-bottom: 0.75rem;
    background: #fbf8ef;
}

.order-history-list {
    display: grid;
    gap: 1rem;
}

.order-history-card {
    border: 1px solid rgba(32, 24, 10, 0.08);
    border-radius: 0.95rem;
    padding: 1rem;
    box-shadow: 0 16px 42px rgba(28, 21, 9, 0.06);
}

.order-history-head,
.order-history-meta,
.order-history-items .order-history-item,
.order-delivery {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.order-history-meta {
    flex-wrap: wrap;
    color: #6f6659;
    padding: 1rem 0;
    border-bottom: 1px solid rgba(32, 24, 10, 0.08);
}

.order-history-items {
    display: grid;
    gap: 0.65rem;
    padding: 1rem 0;
}

.order-history-item {
    border: 1px solid rgba(32, 24, 10, 0.08);
    border-radius: 0.75rem;
    padding: 0.55rem;
    background: #fffdf8;
}

.order-history-item img {
    width: 54px;
    height: 54px;
    border-radius: 0.55rem;
    object-fit: cover;
    background: #f8f7f5 url('../images/placeholder.jpg') center / cover no-repeat;
}

.order-history-item span {
    flex: 1;
}

.order-status {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    padding: 0.4rem 0.8rem;
    font-weight: 800;
    background: #fbf8ef;
    color: #8c642d;
}

.status-delivered {
    background: #ecf8ee;
    color: #2d7a3d;
}

.status-cancelled {
    background: #fff0f0;
    color: #b42318;
}

.status-new {
    background: #fff7df;
    color: #9b6816;
}

.status-in-progress {
    background: #e8f1ff;
    color: #185abc;
}

.status-resolved {
    background: #ecf8ee;
    color: #2d7a3d;
}

.status-archived {
    background: #f1f1f1;
    color: #555;
}

.order-delivery {
    justify-content: flex-start;
    color: #6f6659;
    border-top: 1px solid rgba(32, 24, 10, 0.08);
    padding-top: 1rem;
}

@media (min-width: 992px) {
    .header-actions {
        gap: 0.55rem !important;
    }

    .premium-navbar .search-form {
        margin-right: 1.1rem !important;
    }
}

@media (max-width: 767px) {
    .address-card {
        align-items: flex-start;
        flex-direction: column;
    }

    .order-history-head,
    .order-history-items .order-history-item {
        align-items: flex-start;
        flex-direction: row;
        gap: 0.35rem;
    }

    .auth-page {
        padding-top: 1rem !important;
        padding-bottom: 7rem !important;
    }

    .auth-page .container {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }

    .auth-shell {
        display: block;
        border-radius: 1rem;
        box-shadow: 0 18px 48px rgba(28, 21, 9, 0.1);
    }

    .auth-side {
        padding: 1.2rem;
    }

    .auth-side h2 {
        font-size: 1.55rem;
        line-height: 1.08;
    }

    .auth-side p,
    .auth-benefits {
        display: none;
    }

    .auth-mark {
        width: 2.7rem;
        height: 2.7rem;
        border-radius: 0.8rem;
        margin-bottom: 0.75rem;
    }

    .auth-card {
        padding: 1.15rem;
    }

    .auth-heading {
        margin-bottom: 1rem !important;
    }

    .auth-heading h1 {
        font-size: 1.8rem;
    }

    .auth-heading p {
        font-size: 0.9rem;
    }

    .auth-input .form-control {
        min-height: 48px;
        font-size: 0.95rem;
    }

    .auth-submit {
        min-height: 50px;
    }
}

/* Shop, details, cart refinements */
.shop-toolbar,
.shop-search-card,
.filter-card,
.product-gallery-card,
.product-buy-box,
.detail-info-card,
.cart-list,
.checkout-summary {
    border: 1px solid rgba(32, 24, 10, 0.08);
    border-radius: 0.9rem;
    box-shadow: 0 16px 42px rgba(28, 21, 9, 0.06);
}

.checkout-delivery-options {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.85rem;
}

.checkout-option {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    border: 1px solid rgba(32, 24, 10, 0.1);
    border-radius: 0.95rem;
    padding: 1rem;
    background: #fffdf8;
    cursor: pointer;
}

.checkout-option.active {
    border-color: rgba(185, 140, 45, 0.55);
    background: #fff8e8;
    box-shadow: 0 14px 34px rgba(185, 140, 45, 0.12);
}

.checkout-option span {
    display: grid;
    gap: 0.25rem;
}

.checkout-option small {
    color: #746b5c;
}

@media (max-width: 767px) {
    .checkout-delivery-options {
        grid-template-columns: 1fr;
    }
}

.shop-toolbar,
.shop-search-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    background: #fff;
    padding: 1rem;
}

.shop-search-card {
    align-items: stretch;
}

.shop-search-icon {
    position: absolute;
    left: 1rem;
    top: 50%;
    transform: translateY(-50%);
    color: #b38749;
    z-index: 2;
}

.shop-live-search {
    min-height: 48px;
    padding-left: 2.8rem;
}

.shop-sort {
    max-width: 220px;
}

.shop-layout {
    display: grid;
    grid-template-columns: 280px minmax(0, 1fr);
    gap: 1rem;
    align-items: start;
}

.filter-card,
.product-gallery-card,
.product-buy-box,
.detail-info-card,
.cart-list,
.checkout-summary {
    background: #fff;
    padding: 1rem;
}

.filter-checks {
    display: grid;
    gap: 0.6rem;
    color: #40382a;
}

.filter-checks label,
label.filter-checks {
    display: flex;
    align-items: center;
    gap: 0.55rem;
}

.product-media .quick-add,
.add-cart,
.product-actions,
.wishlist-toggle {
    position: relative;
    z-index: 4;
}

.rating-row {
    display: flex;
    align-items: center;
    gap: 0.45rem;
    font-size: 0.82rem;
}

.product-actions {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 0.5rem;
}

.pagination-dots {
    display: flex;
    justify-content: center;
    gap: 0.35rem;
}

.pagination-dots span {
    width: 0.55rem;
    height: 0.55rem;
    border-radius: 999px;
    background: rgba(32, 24, 10, 0.18);
}

.pagination-dots span.active {
    width: 1.5rem;
    background: #d1b464;
}

.shop-page-btn {
    min-width: 2.65rem;
    height: 2.65rem;
    border: 1px solid rgba(32, 24, 10, 0.14);
    border-radius: 999px;
    background: #fff;
    color: #322716;
    font-weight: 800;
    padding: 0 0.9rem;
    transition: all 0.18s ease;
}

.shop-page-btn:hover,
.shop-page-btn.active {
    background: linear-gradient(135deg, #d8bd68, #a7722f);
    border-color: transparent;
    color: #12100c;
    box-shadow: 0 0.75rem 1.35rem rgba(167, 114, 47, 0.2);
}

.shop-page-btn:disabled {
    opacity: 0.42;
    cursor: not-allowed;
    box-shadow: none;
}

.shop-page-ellipsis {
    display: inline-grid;
    place-items: center;
    min-width: 1.5rem;
    height: 2.65rem;
    color: #9a8f7b;
    font-weight: 800;
}

.admin-body {
    background: #f6f2e8;
    color: #211b10;
}

.admin-shell {
    min-height: 100vh;
    display: grid;
    grid-template-columns: 260px minmax(0, 1fr);
}

.admin-sidebar {
    background: #12100d;
    color: #fff;
    padding: 1.25rem;
    position: sticky;
    top: 0;
    height: 100vh;
    overflow-y: auto;
    scrollbar-width: thin;
}

.admin-brand {
    display: block;
    color: #fff;
    text-decoration: none;
    font-weight: 900;
    letter-spacing: 0.28em;
    margin-bottom: 1.5rem;
}

.admin-brand span,
.admin-brand small {
    color: #d1b464;
}

.admin-brand small {
    display: block;
    letter-spacing: 0.12em;
    font-size: 0.68rem;
    margin-top: 0.25rem;
}

.admin-nav {
    display: grid;
    gap: 0.45rem;
    padding-bottom: 1rem;
}

.admin-nav a {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    color: rgba(255,255,255,0.76);
    text-decoration: none;
    padding: 0.78rem 0.9rem;
    border-radius: 0.75rem;
    font-weight: 800;
}

.admin-nav a.active,
.admin-nav a:hover {
    background: #d1b464;
    color: #12100d;
}

.admin-main {
    min-width: 0;
}

.admin-topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.25rem 1.5rem;
    background: #fff;
    border-bottom: 1px solid rgba(32, 24, 10, 0.08);
}

.admin-topbar h1 {
    margin: 0;
    font-size: clamp(1.35rem, 3vw, 2rem);
    font-weight: 900;
}

.admin-user {
    display: flex;
    align-items: center;
    gap: 0.65rem;
}

.admin-content {
    padding: 1.5rem;
}

.admin-metrics {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
}

.admin-card,
.admin-panel {
    background: #fff;
    border: 1px solid rgba(32, 24, 10, 0.08);
    border-radius: 0.9rem;
    box-shadow: 0 16px 42px rgba(28, 21, 9, 0.06);
}

.admin-card {
    position: relative;
    padding: 1rem;
    overflow: hidden;
}

.admin-card span {
    color: #716855;
    font-weight: 800;
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.admin-card strong {
    display: block;
    margin-top: 0.45rem;
    font-size: 1.55rem;
}

.admin-card i {
    position: absolute;
    right: 1rem;
    bottom: 0.8rem;
    color: rgba(179, 135, 73, 0.22);
    font-size: 2.5rem;
}

.admin-panel {
    padding: 1rem;
}

.admin-panel-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
}

.admin-panel-head h2 {
    margin: 0;
    font-size: 1.1rem;
    font-weight: 900;
}

.payment-toggle-card {
    display: flex;
    gap: 12px;
    min-height: 92px;
    padding: 18px;
    border: 1px solid var(--border);
    border-radius: 14px;
    background: #fff;
    cursor: pointer;
}

.payment-toggle-card .form-check-input {
    margin-top: 4px;
}

.payment-toggle-card strong,
.payment-toggle-card small {
    display: block;
}

.payment-toggle-card small {
    margin-top: 4px;
    color: var(--muted);
}

.admin-table {
    margin-bottom: 0;
}

.admin-status {
    display: inline-flex;
    padding: 0.25rem 0.55rem;
    border-radius: 999px;
    background: #fbf6e7;
    color: #8c642d;
    font-size: 0.76rem;
    font-weight: 900;
    text-transform: capitalize;
}

.admin-status-pending {
    background: #fff7ed;
    color: #c2410c;
}

.admin-status-confirmed {
    background: #eff6ff;
    color: #1d4ed8;
}

.admin-status-processing {
    background: #f5f3ff;
    color: #6d28d9;
}

.admin-status-shipped {
    background: #ecfeff;
    color: #0e7490;
}

.admin-status-delivered {
    background: #ecfdf3;
    color: #166534;
}

.admin-status-cancelled {
    background: #fef2f2;
    color: #b91c1c;
}

.admin-list-row {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.75rem 0;
    border-bottom: 1px solid rgba(32, 24, 10, 0.08);
}

.admin-list-row:last-child {
    border-bottom: 0;
}

.admin-image-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(170px, 1fr));
    gap: 1rem;
}

.admin-image-tile {
    border: 1px solid rgba(32, 24, 10, 0.08);
    border-radius: 0.8rem;
    padding: 0.7rem;
    background: #fffdf8;
}

.admin-image-tile img,
.admin-banner-preview {
    width: 100%;
    height: 88px;
    object-fit: cover;
    border-radius: 0.65rem;
    background: #f8f7f5 url('../images/placeholder.jpg') center / cover no-repeat;
}

.admin-banner-preview {
    max-width: 360px;
    height: 110px;
}

.admin-table-thumb {
    width: 52px;
    height: 36px;
    object-fit: cover;
    border-radius: 0.45rem;
    background: #f8f7f5 url('../images/placeholder.jpg') center / cover no-repeat;
}

.admin-image-preview-btn {
    display: block;
    width: 100%;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: zoom-in;
    text-align: left;
}

.admin-image-preview-btn.compact {
    width: auto;
}

.admin-image-modal .modal-body {
    background: #11100d;
    text-align: center;
}

.admin-image-modal .modal-body img {
    max-width: 100%;
    max-height: 72vh;
    object-fit: contain;
    border-radius: 0.65rem;
}

.admin-permission-grid {
    min-width: 260px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.25rem 0.75rem;
    font-size: 0.82rem;
}

.admin-permission-grid.wide {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.admin-permission-grid .permission-assigned {
    color: #166534;
    font-weight: 900;
    background: #ecfdf3;
    border-radius: 0.45rem;
    padding: 0.15rem 0.3rem;
}

.dt-buttons {
    margin-bottom: 0.75rem;
}

.pos-workspace {
    display: grid;
    gap: 1rem;
}

.pos-hero-panel,
.pos-card {
    background: #fff;
    border: 1px solid rgba(32, 24, 10, 0.08);
    border-radius: 0.95rem;
    box-shadow: 0 16px 42px rgba(28, 21, 9, 0.06);
}

.pos-hero-panel {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.1rem;
}

.pos-hero-panel h2 {
    margin: 0.15rem 0 0.35rem;
    font-weight: 900;
}

.pos-hero-panel p {
    margin-bottom: 0;
    color: #706756;
}

.pos-card {
    padding: 1rem;
}

.pos-card-head {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    margin-bottom: 1rem;
}

.pos-card-head i {
    width: 2.35rem;
    height: 2.35rem;
    display: grid;
    place-items: center;
    border-radius: 999px;
    background: #fbf6e7;
    color: #9b6b28;
}

.pos-card-head h3 {
    margin: 0;
    font-size: 1rem;
    font-weight: 900;
}

.pos-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
    gap: 1.25rem;
}

.pos-result,
.pos-cart-row {
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr) auto auto;
    align-items: center;
    gap: 0.75rem;
    border: 1px solid rgba(32, 24, 10, 0.08);
    border-radius: 0.75rem;
    padding: 0.65rem;
    margin-bottom: 0.65rem;
    background: #fffdf8;
}

.pos-cart-row {
    grid-template-columns: 58px minmax(0, 1fr) 76px auto auto;
}

.pos-result img,
.pos-cart-row img {
    width: 58px;
    height: 58px;
    object-fit: cover;
    border-radius: 0.6rem;
    background: #f8f7f5 url('../images/placeholder.jpg') center / cover no-repeat;
}

.pos-result span,
.pos-cart-row span {
    display: block;
    color: #756b58;
    font-size: 0.78rem;
}

.pos-stock-mini {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.35rem;
    margin-top: 0.5rem;
}

.pos-stock-mini span {
    border: 1px solid rgba(32, 24, 10, 0.08);
    border-radius: 0.55rem;
    background: #fff;
    padding: 0.35rem 0.45rem;
    color: #5f5648;
    font-size: 0.72rem;
}

.pos-stock-mini b {
    display: block;
    color: #17130d;
    font-size: 0.9rem;
}

.pos-smart-loading {
    border: 1px dashed rgba(179, 135, 73, 0.42);
    border-radius: 0.75rem;
    padding: 0.85rem;
    background: #fffaf0;
    color: #8c642d;
    font-weight: 800;
}

.pos-card .select2-container--default .select2-selection--single {
    min-height: 44px;
    border: 1px solid #dee2e6;
    border-radius: 0.75rem;
    display: flex;
    align-items: center;
}

.pos-card .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 44px;
    padding-left: 0.9rem;
}

.pos-card .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 44px;
    right: 0.65rem;
}

.select2-dropdown {
    border-color: rgba(32, 24, 10, 0.12);
    border-radius: 0.75rem;
    overflow: hidden;
}

.pos-cart-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1rem;
}

.pos-cart-head h3 {
    margin: 0;
    font-weight: 900;
}

.pos-payment-cards {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.65rem;
}

.pos-pay-card {
    border: 1px solid rgba(32, 24, 10, 0.1);
    background: #fffdf8;
    border-radius: 0.8rem;
    min-height: 78px;
    display: grid;
    place-items: center;
    gap: 0.25rem;
    color: #4a4032;
    font-weight: 900;
}

.pos-pay-card i {
    font-size: 1.35rem;
    color: #b38749;
}

.pos-pay-card.active {
    background: linear-gradient(135deg, #17130d, #5b431c);
    color: #fff;
    border-color: rgba(209,180,100,0.45);
}

.pos-pay-card.active i {
    color: #d1b464;
}

.receipt-body {
    background: #fff;
    color: #111;
    font-family: Arial, sans-serif;
}

.receipt-80mm {
    width: 80mm;
    margin: 0 auto;
    padding: 5mm;
    font-size: 12px;
}

.receipt-center {
    text-align: center;
}

.receipt-center h1 {
    margin: 0;
    font-size: 20px;
    letter-spacing: 0.18em;
}

.receipt-line {
    border-top: 1px dashed #111;
    margin: 8px 0;
}

.receipt-item,
.receipt-total {
    display: flex;
    justify-content: space-between;
    gap: 8px;
    margin: 6px 0;
}

.receipt-total {
    font-size: 15px;
    font-weight: 900;
}

.receipt-print-btn {
    border: 1px solid #111;
    background: #111;
    color: #fff;
    padding: 7px 12px;
    border-radius: 6px;
}

@media print {
    @page {
        size: 80mm auto;
        margin: 0;
    }

    .receipt-print-btn {
        display: none;
    }

    .receipt-80mm {
        margin: 0;
    }
}

@media (max-width: 991px) {
    .pos-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 991px) {
    .admin-shell {
        grid-template-columns: 1fr;
    }

    .admin-sidebar {
        position: static;
        height: auto;
    }

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

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

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

@media (max-width: 575px) {
    .admin-nav,
    .admin-metrics {
        grid-template-columns: 1fr;
    }

    .admin-content {
        padding: 1rem;
    }

    .admin-user {
        flex-wrap: wrap;
    }
}

.product-gallery-main {
    overflow: hidden;
    border-radius: 0.85rem;
    background: #f8f7f5 url('../images/placeholder.jpg') center / cover no-repeat;
}

.product-gallery-main img {
    min-height: 460px;
    object-fit: cover;
    transition: transform 0.2s ease;
}

.product-thumbs,
.swatch-row,
.size-row,
.product-detail-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
}

.product-thumbs {
    margin-top: 0.85rem;
}

.product-thumb {
    width: 74px;
    height: 74px;
    border: 1px solid rgba(32, 24, 10, 0.12);
    border-radius: 0.65rem;
    background: #fff;
    padding: 0.25rem;
}

.product-thumb.active,
.size-chip.active,
.swatch.active {
    border-color: #b38749;
    box-shadow: 0 0 0 2px rgba(209,180,100,0.18);
}

.product-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0.45rem;
}

.product-buy-box {
    position: sticky;
    top: 118px;
}

.stock-pill {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    background: #f1f8ef;
    color: #387b2b;
    padding: 0.35rem 0.7rem;
    font-size: 0.78rem;
    font-weight: 800;
}

.swatch,
.size-chip {
    border: 1px solid rgba(32, 24, 10, 0.12);
    border-radius: 0.7rem;
    background: #fff;
    padding: 0.6rem 0.9rem;
    font-weight: 700;
}

.quantity-stepper {
    display: inline-flex;
    align-items: center;
    border: 1px solid rgba(32, 24, 10, 0.12);
    border-radius: 999px;
    overflow: hidden;
    background: #fff;
}

.quantity-stepper button,
.quantity-stepper input {
    width: 42px;
    height: 42px;
    border: 0;
    background: transparent;
    text-align: center;
    font-weight: 800;
}

.quantity-stepper button {
    background: #fbf8ef;
    color: #8c642d;
}

.delivery-card {
    display: grid;
    gap: 0.8rem;
    border-top: 1px solid rgba(32, 24, 10, 0.08);
    padding-top: 1rem;
}

.delivery-card div {
    display: grid;
    grid-template-columns: auto 1fr;
    column-gap: 0.65rem;
}

.delivery-card span {
    grid-column: 2;
    color: #777;
    font-size: 0.88rem;
}

.detail-k {
    display: block;
    color: #777;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.review-score {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 1rem;
}

.review-score strong {
    font-size: 2rem;
}

.review-item {
    border-top: 1px solid rgba(32, 24, 10, 0.08);
    padding-top: 0.9rem;
    margin-top: 0.9rem;
}

.cart-item {
    display: grid;
    grid-template-columns: 104px minmax(0, 1fr) auto;
    gap: 1rem;
    align-items: center;
    padding: 1rem 0;
    border-bottom: 1px solid rgba(32, 24, 10, 0.08);
}

.cart-item:last-child {
    border-bottom: 0;
}

.cart-item-meta,
.summary-line {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.cart-item-actions {
    display: grid;
    justify-items: end;
    gap: 0.5rem;
}

.summary-line {
    padding: 0.75rem 0;
    border-bottom: 1px solid rgba(32, 24, 10, 0.08);
}

.summary-grand {
    border-bottom: 0;
    font-size: 1.15rem;
    font-weight: 800;
}

@media (max-width: 991px) {
    .shop-layout {
        grid-template-columns: 1fr;
    }

    .product-buy-box {
        position: static;
    }
}

@media (max-width: 767px) {
    .site-header {
        position: fixed !important;
        left: 0;
        right: 0;
        top: 0;
        z-index: 1200;
    }

    body {
        padding-top: 158px;
    }

    .premium-navbar {
        min-height: 82px;
        border-bottom: 1px solid rgba(32, 24, 10, 0.08);
        padding: 0.7rem 0.85rem !important;
    }

    .premium-navbar > .container-fluid {
        display: grid !important;
        grid-template-columns: 52px minmax(0, 1fr) auto;
        align-items: center !important;
        gap: 0.55rem;
        padding: 0 !important;
    }

    .navbar-toggler {
        width: 52px;
        height: 52px;
        display: grid;
        place-items: center;
        border-radius: 1rem;
        background: #fff;
        margin: 0 !important;
        grid-column: 1;
        justify-self: start;
    }

    .navbar-brand {
        position: static;
        transform: none;
        grid-column: 2;
        justify-self: center;
        min-width: 0;
        max-width: 100%;
        margin: 0 !important;
        font-size: 0.98rem;
        letter-spacing: 0;
    }

    .brand-logo-img {
        width: auto;
        max-width: min(210px, 44vw);
        max-height: 58px;
        object-fit: contain;
        display: block;
    }

    .premium-navbar .container-fluid > .d-flex.d-lg-none {
        grid-column: 3;
        justify-self: end;
        margin-left: 0;
        gap: 0.45rem !important;
    }

    .d-lg-none .icon-action {
        width: 52px;
        height: 52px;
        min-width: 52px;
        flex: 0 0 52px;
        background: #fff8e8;
        border-color: rgba(209,180,100,0.35);
        margin: 0;
    }

    .d-lg-none .icon-action i {
        font-size: 1.35rem;
        line-height: 1;
    }

    .d-lg-none .icon-action .count-badge {
        top: -0.22rem;
        right: -0.18rem;
        min-width: 1.45rem;
        height: 1.45rem;
        padding: 0 0.32rem;
        font-size: 0.72rem;
    }

    .premium-navbar .navbar-collapse {
        grid-column: 1 / -1;
        width: 100%;
        max-height: calc(100vh - 170px);
        margin-top: 0.85rem;
        padding: 0.65rem;
        overflow-y: auto;
        border-radius: 1rem;
    }

    .premium-navbar .navbar-nav {
        gap: 0.2rem;
        align-items: stretch !important;
    }

    .premium-navbar .nav-item {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .premium-navbar .nav-link {
        display: flex;
        width: 100%;
        min-height: 48px;
        align-items: center;
        gap: 0.75rem;
        padding: 0.72rem 0.85rem !important;
        border-radius: 0.85rem;
        font-size: 0.98rem;
        line-height: 1.2;
        white-space: normal;
    }

    .premium-navbar .nav-link i {
        width: 2.1rem;
        height: 2.1rem;
        min-width: 2.1rem;
        display: grid;
        place-items: center;
        border-radius: 999px;
        background: #fbf8ef;
        font-size: 1rem;
    }

    .premium-navbar .dropdown-toggle::after {
        margin-left: auto;
    }

    .premium-navbar .mega-menu .dropdown-menu {
        position: static !important;
        transform: none !important;
        width: 100% !important;
        max-height: 260px;
        margin: 0.35rem 0 0;
        padding: 0.45rem !important;
        overflow-y: auto;
        overflow-x: hidden;
        border-radius: 0.9rem;
    }

    .premium-navbar .dropdown-menu .dropdown-item {
        min-height: 54px;
        padding: 0.55rem !important;
    }

    .premium-navbar .dropdown-menu .dropdown-item .d-flex {
        align-items: center;
        gap: 0.6rem;
    }

    .premium-navbar .dropdown-icon {
        width: 2.25rem;
        height: 2.25rem;
        min-width: 2.25rem;
        flex: 0 0 2.25rem;
        margin-right: 0 !important;
    }

    .premium-navbar .dropdown-menu .small {
        font-size: 0.62rem;
    }

    .premium-navbar .dropdown-menu .fw-semibold {
        font-size: 0.92rem;
        line-height: 1.15;
    }

    .mobile-bottom-nav {
        padding: 0.55rem 0 calc(0.55rem + env(safe-area-inset-bottom)) !important;
        border-radius: 1.2rem 1.2rem 0 0;
    }

    .bottom-link {
        font-size: 0.68rem;
    }

    .bottom-link i {
        width: 2rem;
        height: 2rem;
        font-size: 1.05rem;
    }

    .shop-toolbar,
    .shop-search-card {
        align-items: stretch;
        flex-direction: column;
    }

    .shop-sort {
        max-width: 100%;
    }

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

    .product-gallery-main img {
        min-height: 300px;
    }

    .product-detail-actions {
        display: grid;
    }

    .product-detail-actions .btn {
        width: 100%;
    }

    .cart-item {
        grid-template-columns: 82px minmax(0, 1fr);
    }

    .cart-item-actions {
        grid-column: 1 / -1;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .cart-thumb {
        width: 82px;
        height: 82px;
    }

.page-action-buttons {
        bottom: 5.25rem;
    }
}

.contact-hero {
    background:
        linear-gradient(120deg, rgba(13, 11, 7, 0.98), rgba(44, 34, 15, 0.96)),
        url('../images/hero1.svg') center / cover no-repeat;
    color: #fff;
    padding: 5rem 0 4.5rem;
}

.contact-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.3fr) minmax(280px, 0.7fr);
    gap: 2rem;
    align-items: center;
}

.contact-hero h1 {
    max-width: 720px;
    font-size: clamp(2.2rem, 6vw, 4.8rem);
    line-height: 0.98;
    font-weight: 900;
    letter-spacing: 0;
    margin-bottom: 1rem;
}

.contact-hero p {
    max-width: 640px;
    color: rgba(255,255,255,0.86);
    font-size: 1.05rem;
}

.contact-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
    margin-top: 1.6rem;
}

.contact-quick-card,
.contact-info-card,
.contact-form-panel,
.contact-map-panel {
    border: 1px solid rgba(185, 140, 45, 0.16);
    box-shadow: 0 18px 50px rgba(33, 25, 12, 0.08);
}

.contact-quick-card {
    background: rgba(18, 15, 9, 0.82);
    border-color: rgba(214, 171, 79, 0.24);
    border-radius: 1.25rem;
    padding: 2rem;
    backdrop-filter: blur(12px);
}

.contact-quick-card h2 {
    color: #fff;
}

.contact-quick-card p {
    color: rgba(255,255,255,0.82);
}

.contact-card-icon,
.contact-info-card i {
    width: 3.2rem;
    height: 3.2rem;
    display: grid;
    place-items: center;
    border-radius: 999px;
    background: #fff8e8;
    color: #b9872b;
    font-size: 1.35rem;
}

.contact-quick-card a,
.footer-contact a {
    color: #d6ab4f;
    text-decoration: none;
}

.contact-info-card {
    min-height: 190px;
    background: #fff;
    border-radius: 1.1rem;
    padding: 1.4rem;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.contact-info-card span,
.contact-form-panel .eyebrow {
    text-transform: uppercase;
    color: #b9872b;
    font-size: 0.74rem;
    letter-spacing: 0.16em;
    font-weight: 800;
}

.contact-info-card strong {
    color: #20180a;
    font-size: 1.02rem;
    line-height: 1.55;
}

.contact-form-panel,
.contact-map-panel {
    height: 100%;
    background: #fff;
    border-radius: 1.25rem;
    padding: 1.5rem;
}

.contact-form-panel h2 {
    font-weight: 900;
    margin-bottom: 1.2rem;
}

.contact-form-panel .form-control {
    min-height: 3rem;
    border-radius: 0.9rem;
}

.contact-map-panel {
    overflow: hidden;
    padding: 0;
}

.contact-map-panel iframe,
.contact-admin-map iframe {
    width: 100%;
    height: 100%;
    min-height: 480px;
    border: 0;
}

.contact-admin-map {
    overflow: hidden;
    border-radius: 1rem;
}

.whatsapp-float {
    position: fixed;
    right: 1.25rem;
    bottom: 6rem;
    z-index: 1150;
    width: 3.4rem;
    height: 3.4rem;
    display: grid;
    place-items: center;
    border-radius: 999px;
    background: #25d366;
    color: #fff;
    font-size: 1.45rem;
    box-shadow: 0 16px 40px rgba(37, 211, 102, 0.35);
    text-decoration: none;
}

.whatsapp-action {
    color: #178d46 !important;
}

/* Final premium auth, contact, and footer polish */
.auth-page {
    background:
        radial-gradient(circle at top left, rgba(213, 174, 80, 0.18), transparent 34%),
        linear-gradient(135deg, #fffaf0 0%, #f7f4ec 46%, #fff 100%);
}

.auth-shell {
    max-width: 1120px;
    border-radius: 1.35rem;
}

.auth-side {
    background:
        linear-gradient(145deg, rgba(17, 14, 8, 0.96), rgba(71, 50, 14, 0.92)),
        radial-gradient(circle at 18% 16%, rgba(214,171,79,0.42), transparent 34%);
}

.auth-logo {
    width: min(260px, 85%);
    height: auto;
    background: rgba(255,255,255,0.94);
    border-radius: 1rem;
    padding: 0.75rem;
    margin-bottom: 1.4rem;
    box-shadow: 0 18px 48px rgba(0,0,0,0.24);
}

.auth-mobile-logo {
    display: none;
    width: min(230px, 86%);
    height: auto;
    margin: 0 auto 1.1rem;
}

.auth-card {
    background:
        linear-gradient(180deg, #fff 0%, #fffdf8 100%) !important;
}

.auth-heading {
    text-align: left;
}

.site-footer {
    background:
        radial-gradient(circle at top left, rgba(214,171,79,0.18), transparent 30%),
        linear-gradient(135deg, #0d0c09 0%, #1b160d 52%, #0f0f0e 100%);
    padding: 2rem 0 0;
    border-top: 1px solid rgba(214,171,79,0.25);
}

.footer-service-row {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.85rem;
    padding-bottom: 2rem;
}

.footer-service-row div,
.footer-contact-grid a {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    border: 1px solid rgba(214,171,79,0.18);
    background: rgba(255,255,255,0.045);
    border-radius: 0.85rem;
    padding: 0.9rem;
    color: rgba(255,255,255,0.88);
}

.footer-service-row i,
.footer-contact-grid i,
.footer-socials a {
    color: #d6ab4f;
}

.footer-main {
    border-top: 1px solid rgba(255,255,255,0.08);
    padding-top: 2.2rem;
}

.footer-logo {
    width: min(250px, 90%);
    background: rgba(255,255,255,0.94);
    border-radius: 0.9rem;
    padding: 0.65rem;
    margin-bottom: 1rem;
}

.footer-copy {
    color: rgba(255,255,255,0.72);
    max-width: 360px;
}

.footer-socials {
    display: flex;
    gap: 0.7rem;
}

.footer-socials a {
    width: 2.55rem;
    height: 2.55rem;
    display: grid;
    place-items: center;
    border-radius: 999px;
    background: rgba(255,255,255,0.07);
    border: 1px solid rgba(214,171,79,0.22);
    text-decoration: none;
}

.footer-links li {
    margin-bottom: 0.62rem;
}

.footer-contact-grid {
    display: grid;
    gap: 0.65rem;
    margin-bottom: 1rem;
}

.footer-contact-grid a {
    text-decoration: none;
    overflow-wrap: anywhere;
}

.footer-contact-grid span {
    color: rgba(255,255,255,0.82);
}

.site-footer .newsletter-form .form-control {
    background: rgba(255,255,255,0.1);
    border-color: rgba(255,255,255,0.16);
    color: #fff;
}

.site-footer .newsletter-form .form-control::placeholder {
    color: rgba(255,255,255,0.55);
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap;
    border-top: 1px solid rgba(255,255,255,0.1);
    margin-top: 2rem;
    padding: 1.2rem 0;
    color: rgba(255,255,255,0.58);
    font-size: 0.86rem;
}

.contact-hero {
    background:
        radial-gradient(circle at top right, rgba(214,171,79,0.22), transparent 28%),
        linear-gradient(135deg, #fffaf0 0%, #f5efe1 100%);
    color: #16120b;
    border-bottom: 1px solid rgba(185,140,45,0.18);
}

.contact-hero h1,
.contact-hero p,
.contact-quick-card h2,
.contact-quick-card p {
    color: #16120b;
}

.contact-hero p,
.contact-quick-card p {
    color: #5a5040;
}

.contact-quick-card {
    background: rgba(255,255,255,0.78);
    border-color: rgba(185,140,45,0.2);
    box-shadow: 0 24px 70px rgba(65,47,16,0.12);
}

.contact-hero .btn-outline-light {
    border-color: rgba(30,24,13,0.18);
    color: #17120a;
    background: rgba(255,255,255,0.58);
}

.contact-hero .btn-outline-light:hover {
    background: #17120a;
    color: #fff;
}

.contact-form-panel .eyebrow.text-muted {
    color: #9b6f29 !important;
}

.admin-message-cell {
    min-width: 260px;
    max-width: 420px;
}

.admin-message-action {
    min-width: 210px;
}

@media (max-width: 991px) {
    .footer-service-row {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .auth-logo {
        display: none;
    }

    .auth-mobile-logo {
        display: block;
    }

    .auth-heading {
        text-align: center;
    }

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

    .footer-bottom {
        display: block;
        text-align: center;
    }

    .footer-bottom span {
        display: block;
        margin-bottom: 0.45rem;
    }
}

@media (max-width: 767px) {
    .contact-hero {
        padding: 3.5rem 0 3rem;
    }

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

    .contact-hero-actions .btn {
        width: 100%;
    }

    .contact-map-panel iframe {
        min-height: 360px;
    }

    .whatsapp-float {
        right: 1rem;
        bottom: 5.8rem;
    }
}
