html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

:root {
    --zt-black: #111111;
    --zt-gold: #b89246;
    --zt-gold-dark: #8a6a2f;
    --zt-gray: #6f675f;
    --zt-text: #201a16;
    --zt-bg: #fcfbf9;
    --zt-soft: #f7f4ef;
    --zt-soft-2: #f3eee7;
    --zt-border: #e8dfd2;
    --zt-white: #ffffff;
}

body {
    margin: 0;
    background: linear-gradient(180deg, rgba(255,255,255,0.96), rgba(252,251,249,0.98)), radial-gradient(circle at top left, rgba(184,146,70,0.05), transparent 30%), radial-gradient(circle at bottom right, rgba(184,146,70,0.04), transparent 30%);
    color: var(--zt-text);
    font-family: Arial, Helvetica, sans-serif;
}

a {
    color: inherit;
}

.btn:focus,
.btn:active:focus,
.btn-link.nav-link:focus,
.form-control:focus,
.form-check-input:focus {
    box-shadow: 0 0 0 0.1rem #fff, 0 0 0 0.25rem rgba(184, 146, 70, 0.18);
}

.container,
.container-fluid.zt-page-wide {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
}

.top-promo-bar {
    background: linear-gradient(90deg, #0f0f0f 0%, #171717 100%);
    color: #ffffff;
    letter-spacing: 0.02em;
    font-size: 0.9rem;
    font-weight: 600;
    border-bottom: 1px solid rgba(255,255,255,0.06);
}

.site-header-meta {
    font-size: 1rem;
    color: var(--zt-gray);
    background: rgba(255,255,255,0.92);
    border-bottom: 1px solid var(--zt-border);
    padding-top: 0.65rem !important;
    padding-bottom: 0.65rem !important;
}

    .site-header-meta a {
        text-decoration: none;
    }

        .site-header-meta a:hover {
            color: var(--zt-gold-dark);
        }

.site-navbar {
    background: rgba(255,255,255,0.96);
    padding-top: 1.15rem;
    padding-bottom: 1.15rem;
    border-bottom: 1px solid var(--zt-border);
}

.site-logo {
    max-height: 68px;
    width: auto;
    display: block;
}

.site-brand-text {
    font-size: 1.45rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--zt-gold-dark);
}

.navbar-nav .nav-link {
    font-weight: 600;
    color: #2d2723;
    font-size: 1rem;
    padding-left: 0.85rem !important;
    padding-right: 0.85rem !important;
}

    .navbar-nav .nav-link:hover,
    .navbar-nav .nav-link:focus {
        color: var(--zt-gold-dark);
    }

.dropdown-menu {
    border-radius: 0.9rem;
    border: 1px solid var(--zt-border);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
    background: rgba(255,255,255,0.98);
}

.site-main {
    min-height: 60vh;
}

.page-title,
.section-title {
    color: #201a16;
    font-weight: 700;
    letter-spacing: 0.01em;
}

.section-body,
.footer-copy,
.newsletter-text {
    color: var(--zt-gray);
}

.content-section,
.image-text-section,
.trust-section,
.newsletter-section,
.zt-collection-grid-section,
.zt-services-section {
    background: transparent;
}

.hero-image,
.section-image {
    border-radius: 1.25rem;
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.08);
}

.zt-page-wide {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
}

/* HERO */
.zt-hero-section {
    padding: 0.75rem 0 2rem;
    background: linear-gradient(180deg, rgba(247,244,239,0.65) 0%, rgba(255,255,255,0.95) 100%);
}

.zt-hero-carousel {
    position: relative;
    width: 100%;
    margin: 0;
    border-radius: 1rem;
    overflow: hidden;
    background: #f4f1eb;
    box-shadow: 0 22px 46px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(184,146,70,0.10);
}

.zt-hero-carousel-image {
    width: 100%;
    height: 540px;
    object-fit: cover;
    display: block;
}

.zt-hero-carousel .carousel-control-prev,
.zt-hero-carousel .carousel-control-next {
    width: 7%;
    opacity: 1;
}

.zt-hero-carousel .carousel-control-prev-icon,
.zt-hero-carousel .carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
    border-radius: 999px;
    background-color: rgba(17,17,17,0.42);
    background-size: 55% 55%;
    filter: none;
}

.zt-hero-carousel .carousel-control-prev:hover .carousel-control-prev-icon,
.zt-hero-carousel .carousel-control-next:hover .carousel-control-next-icon {
    background-color: rgba(17,17,17,0.62);
}

/* COLLECTION GRID */
.zt-collection-grid-section {
    padding: 2rem 0 2.75rem;
}

    .zt-collection-grid-section .section-title,
    .zt-collection-grid-section h2 {
        text-align: center;
        margin-bottom: 2.25rem;
        font-size: clamp(2rem, 2.4vw, 2.7rem);
        letter-spacing: 0.02em;
    }

.zt-collection-card {
    text-align: center;
}

    .zt-collection-card a {
        text-decoration: none;
    }

.zt-collection-card-image-wrap {
    overflow: hidden;
    background: #f4f1eb;
    border-radius: 0.35rem;
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.06);
}

.zt-collection-card-image {
    width: 100%;
    aspect-ratio: 1 / 1.18;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}

.zt-collection-card:hover .zt-collection-card-image {
    transform: scale(1.03);
}

.zt-collection-card-title {
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(1.7rem, 1.8vw, 2.2rem);
    line-height: 1.18;
    color: #3a2d1e;
    margin-top: 1rem;
}

/* BANNER */
.zt-banner-section {
    padding: 1.5rem 0 2.2rem;
}

.zt-banner-wrap {
    position: relative;
    min-height: 360px;
    overflow: hidden;
    border-radius: 0.35rem;
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.08);
    margin-left: 2.5rem;
    margin-right: 2.5rem;
}

.zt-banner-image {
    width: 100%;
    height: 360px;
    object-fit: cover;
    display: block;
}

.zt-banner-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(0,0,0,0.55) 0%, rgba(0,0,0,0.18) 42%, rgba(0,0,0,0.02) 75%);
    display: flex;
    align-items: center;
}

.zt-banner-content {
    max-width: 440px;
    color: #ffffff;
    padding-left: 1.1rem;
}

    .zt-banner-content h2 {
        font-size: clamp(2rem, 3vw, 3rem);
        line-height: 1.15;
        margin-bottom: 1.1rem;
        color: #ffffff;
    }

    .zt-banner-content p {
        font-size: 1rem;
        line-height: 1.6;
        color: rgba(255,255,255,0.92);
    }

.zt-banner-link {
    color: #ffffff;
    text-decoration: none;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

    .zt-banner-link:hover {
        color: #ffffff;
        text-decoration: underline;
    }

/* SERVICES GRID */
.zt-services-section {
    padding: 2rem 0 3.25rem;
}

.zt-service-card {
    text-align: center;
}

    .zt-service-card a {
        text-decoration: none;
    }

.zt-service-card-image-wrap {
    overflow: hidden;
    background: #f4f1eb;
    border-radius: 0.35rem;
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.06);
}

.zt-service-card-image {
    width: 100%;
    aspect-ratio: 1 / 1.1;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}

.zt-service-card:hover .zt-service-card-image {
    transform: scale(1.03);
}

.zt-service-card-title {
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(1.7rem, 1.8vw, 2.2rem);
    line-height: 1.2;
    color: #3a2d1e;
    margin-top: 1rem;
}

/* TRUST BAR */
.trust-section {
    padding: 1.5rem 0 1rem;
}

.trust-card {
    background: linear-gradient(180deg, #fdfcf9 0%, #f6f1e9 100%);
    border: 1px solid rgba(184,146,70,0.22);
    border-radius: 1rem;
    padding: 1.15rem 1rem;
    height: 100%;
    font-weight: 600;
    color: #2d2723;
    box-shadow: 0 6px 18px rgba(0,0,0,0.03);
}

/* NEWSLETTER */
.newsletter-section {
    padding: 3rem 0 3.5rem;
    background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(247,244,239,0.55) 100%);
}

    .newsletter-section .section-title {
        font-size: clamp(2rem, 2.3vw, 2.6rem);
    }

.newsletter-text {
    font-size: 1.05rem;
    line-height: 1.7;
}

.newsletter-form {
    max-width: 760px;
}

    .newsletter-form .form-control {
        min-height: 56px;
        border-radius: 0.9rem 0 0 0.9rem;
        border-color: #ddd2c6;
        font-size: 1rem;
        background: rgba(255,255,255,0.96);
    }

    .newsletter-form .btn {
        min-height: 56px;
        border-radius: 0 0.9rem 0.9rem 0;
        padding-left: 1.35rem;
        padding-right: 1.35rem;
    }

.btn-dark {
    background: #111;
    border-color: #111;
    font-weight: 700;
}

    .btn-dark:hover {
        background: var(--zt-gold-dark);
        border-color: var(--zt-gold-dark);
    }

/* FOOTER */
.site-footer {
    background: linear-gradient(180deg, #f8f4ee 0%, #f4efe7 100%);
    color: #3d3631;
    border-top: 1px solid var(--zt-border);
    padding-top: 1.5rem;
}

.footer-logo {
    max-height: 70px;
    width: auto;
}

.footer-brand {
    font-size: 1.3rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--zt-gold-dark);
}

.footer-heading {
    font-weight: 700;
    margin-bottom: 1rem;
    color: #201a16;
    font-size: 1.2rem;
}

.footer-copy {
    font-size: 1.05rem;
    line-height: 1.75;
}

.footer-bottom {
    color: var(--zt-gray);
    font-size: 1rem;
    padding-top: 1rem;
}

.site-footer .navbar-nav {
    display: block;
}

.site-footer .nav-item {
    margin-bottom: 0.45rem;
}

.site-footer .nav-link {
    padding: 0;
    color: var(--zt-gray);
    font-size: 1.02rem;
    line-height: 1.7;
}

    .site-footer .nav-link:hover {
        color: var(--zt-gold-dark);
    }

/* GENERIC */
.image-text-section {
    padding: 70px 0;
}

.section-image {
    width: 100%;
    height: 480px;
    object-fit: cover;
}

.section-title {
    font-size: 30px;
    margin-bottom: 12px;
}

.section-body {
    font-size: 16px;
    line-height: 1.75;
}

/* RESPONSIVE */
@media (max-width: 991.98px) {
    .site-header-meta {
        display: none !important;
    }

    .site-logo {
        max-height: 54px;
    }

    .container,
    .container-fluid.zt-page-wide,
    .zt-page-wide {
        padding-left: 1.15rem;
        padding-right: 1.15rem;
    }

    .zt-hero-carousel-image {
        height: 340px;
    }

    .zt-banner-wrap {
        margin-left: 1.15rem;
        margin-right: 1.15rem;
    }

    .zt-banner-image {
        height: 280px;
    }

    .zt-banner-content {
        padding-left: 0.75rem;
    }

    .footer-copy,
    .site-footer .nav-link,
    .site-header-meta {
        font-size: 0.98rem;
    }

    .section-image {
        height: 340px;
    }
}

@media (max-width: 767.98px) {
    .top-promo-bar {
        font-size: 0.8rem;
    }

    .zt-hero-carousel-image {
        height: 230px;
    }

    .zt-collection-card-title,
    .zt-service-card-title {
        font-size: 1.6rem;
    }

    .zt-banner-wrap,
    .zt-banner-image {
        min-height: 220px;
        height: 220px;
    }

    .zt-banner-content h2 {
        font-size: 1.7rem;
    }

    .newsletter-form .form-control,
    .newsletter-form .btn {
        min-height: 52px;
    }

    .section-image {
        height: 260px;
    }
}
/* CART ICON */
.zt-cart-link {
    font-weight: 600;
    position: relative;
}

    .zt-cart-link i {
        font-size: 1.25rem;
        color: var(--zt-black);
        transition: all 0.2s ease;
    }

    .zt-cart-link:hover i {
        color: var(--zt-gold-dark);
    }

/* Badge */
.zt-cart-badge {
    position: absolute;
    top: -6px;
    right: -10px;
    background: var(--zt-gold);
    color: #fff;
    font-size: 0.65rem;
    padding: 3px 6px;
    border-radius: 50%;
    font-weight: 600;
}

/* ===== FORCE SMALLER HERO ON ALL NON-HOME PAGES ===== */
.zt-hero-section.zt-inner-page-banner {
    padding-top: 0.5rem;
    padding-bottom: 1.25rem;
}

    .zt-hero-section.zt-inner-page-banner .zt-hero-carousel,
    .zt-hero-section.zt-inner-page-banner .carousel-inner,
    .zt-hero-section.zt-inner-page-banner .carousel-item,
    .zt-hero-section.zt-inner-page-banner .zt-hero-carousel-image {
        height: 300px !important;
        min-height: 300px !important;
        max-height: 300px !important;
    }

    .zt-hero-section.zt-inner-page-banner .zt-hero-carousel-image {
        width: 100%;
        object-fit: cover;
        display: block;
    }

@media (max-width: 991.98px) {
    .zt-hero-section.zt-inner-page-banner .zt-hero-carousel,
    .zt-hero-section.zt-inner-page-banner .carousel-inner,
    .zt-hero-section.zt-inner-page-banner .carousel-item,
    .zt-hero-section.zt-inner-page-banner .zt-hero-carousel-image {
        height: 210px !important;
        min-height: 210px !important;
        max-height: 210px !important;
    }
}

@media (max-width: 767.98px) {
    .zt-hero-section.zt-inner-page-banner .zt-hero-carousel,
    .zt-hero-section.zt-inner-page-banner .carousel-inner,
    .zt-hero-section.zt-inner-page-banner .carousel-item,
    .zt-hero-section.zt-inner-page-banner .zt-hero-carousel-image {
        height: 160px !important;
        min-height: 160px !important;
        max-height: 160px !important;
    }
}