:root {
    --premium-bg: #f4f1ea;
    --premium-surface: #fffdf8;
    --premium-surface-strong: #f0eadf;
    --premium-dark: #161616;
    --premium-muted: #6b665b;
    --premium-gold: #c9a24a;
    --premium-gold-strong: #a07824;
    --premium-border: rgba(27, 23, 14, 0.12);
    --premium-shadow: 0 18px 40px rgba(21, 17, 9, 0.12);
}

html {
    scroll-behavior: smooth;
}

body.site-shell {
    font-family: "Manrope", sans-serif;
    color: var(--premium-dark);
    background:
        radial-gradient(circle at 15% 5%, rgba(201, 162, 74, 0.22), transparent 26%),
        radial-gradient(circle at 80% 16%, rgba(110, 91, 58, 0.16), transparent 30%),
        var(--premium-bg);
}

body.site-shell h1,
body.site-shell h2,
body.site-shell h3,
body.site-shell h4,
body.site-shell .section__heading--maintitle,
body.site-shell .slider__content2--maintitle {
    font-family: "Playfair Display", serif;
    letter-spacing: 0.3px;
}

body.site-shell p,
body.site-shell .header__menu--link,
body.site-shell .footer__widget--menu__text,
body.site-shell .header__info--text {
    font-family: "Manrope", sans-serif;
}

body.site-shell a {
    transition: all 0.3s ease;
}

body.site-shell .header__topbar {
    background: linear-gradient(90deg, #efe6d1, #f9f5ea);
    border-color: rgba(23, 18, 8, 0.1) !important;
}

body.site-shell .header__shipping--text {
    color: #4a3f2d;
    font-weight: 600;
}

body.site-shell .main__header--inner {
    background: rgba(255, 252, 245, 0.88);
    border: 1px solid var(--premium-border);
    border-radius: 0;
    border-left: 0;
    border-right: 0;
    padding: 10px 32px;
    box-shadow: var(--premium-shadow);
    backdrop-filter: blur(12px);
    margin-top: 0;
}

body.site-shell .header__sticky.sticky .main__header--inner {
    margin-top: 0;
    background: rgba(255, 253, 247, 0.95);
}

body.site-shell .main__header .container-fluid {
    padding-left: 0;
    padding-right: 0;
}

body.site-shell .header__menu--link {
    color: #2f2b23;
    font-weight: 700;
    letter-spacing: 0.2px;
}

body.site-shell .header__menu--link:hover,
body.site-shell .header__sub--menu__link:hover,
body.site-shell .footer__widget--menu__text:hover {
    color: var(--premium-gold-strong) !important;
}

body.site-shell .header__section,
body.site-shell .main__header {
    position: relative;
    z-index: 300;
}

body.site-shell .header__menu--items.style3 {
    position: relative;
}

body.site-shell .header__menu--items:hover .header__sub--menu,
body.site-shell .header__menu--items:focus-within .header__sub--menu {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
}

body.site-shell .header__sub--menu {
    min-width: 250px;
    padding: 10px 0;
    border: 1px solid rgba(107, 81, 32, 0.2);
    border-radius: 14px;
    background: #fffaf0;
    box-shadow: 0 16px 34px rgba(27, 20, 10, 0.2);
    z-index: 9999;
}

body.site-shell .header__sub--menu__items {
    margin: 0;
}

body.site-shell .header__sub--menu__link {
    display: block;
    padding: 10px 18px;
    color: #2f281c !important;
    font-weight: 700;
    line-height: 1.4;
    border-left: 3px solid transparent;
}

body.site-shell .header__sub--menu__link:hover {
    background: rgba(201, 162, 74, 0.16);
    border-left-color: var(--premium-gold-strong);
}

body.site-shell .hero__slider2--items {
    border-radius: 18px;
    overflow: hidden;
    position: relative;
    margin: 0 12px;
    box-shadow: 0 24px 45px rgba(11, 9, 5, 0.28);
}

body.site-shell .hero__slider2--items::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(14, 12, 8, 0.78), rgba(14, 12, 8, 0.35) 52%, rgba(163, 121, 36, 0.38));
    z-index: 0;
}

body.site-shell .hero__slider2--items__inner {
    position: relative;
    z-index: 1;
    min-height: 620px;
    display: flex;
    align-items: center;
    justify-content: center;
}

body.site-shell .slider__content2 {
    max-width: 760px;
    margin: 0 auto;
    padding: 0 18px;
}

body.site-shell .slider__content2--desc {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
    color: #f9e8b6 !important;
}

body.site-shell .slider__content2--maintitle {
    text-shadow: 0 8px 28px rgba(0, 0, 0, 0.45);
    line-height: 1.2;
}

body.site-shell .primary__btn,
body.site-shell .slider__content2--btn,
body.site-shell .blog__content--btn,
body.site-shell .product__items--action__cart--btn {
    border-radius: 999px;
    border: 1px solid rgba(55, 43, 18, 0.24);
    background: linear-gradient(135deg, #f2deae, #d6af5b);
    color: #1d1609 !important;
    font-weight: 800;
    letter-spacing: 0.3px;
    box-shadow: 0 14px 28px rgba(107, 80, 28, 0.24);
}

body.site-shell .primary__btn:hover,
body.site-shell .slider__content2--btn:hover,
body.site-shell .blog__content--btn:hover,
body.site-shell .product__items--action__cart--btn:hover {
    transform: translateY(-2px);
    background: linear-gradient(135deg, #f6e8c4, #e0bc74);
    color: #0f0d08 !important;
}

body.site-shell .section__heading {
    margin-bottom: 38px;
}

body.site-shell .section__heading--maintitle {
    display: inline-block;
    position: relative;
    padding-bottom: 12px;
}

body.site-shell .section__heading--maintitle::after {
    content: "";
    width: 74px;
    height: 3px;
    border-radius: 2px;
    background: linear-gradient(90deg, var(--premium-gold), #ead49a);
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}

body.site-shell .premium-package-section {
    background: linear-gradient(145deg, #17130d, #2a2113 55%, #2f2718);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

body.site-shell .premium-package-section .section__heading p {
    color: rgba(245, 233, 205, 0.86) !important;
}

body.site-shell .premium-package-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 26px;
}

body.site-shell .premium-package-card {
    border-radius: 18px;
    overflow: hidden;
    background: linear-gradient(160deg, rgba(255, 251, 241, 0.96), #f8f1df);
    border: 1px solid rgba(224, 198, 133, 0.52);
    box-shadow: 0 22px 38px rgba(9, 8, 6, 0.32);
    transform: translateY(0);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

body.site-shell .premium-package-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 30px 46px rgba(6, 5, 3, 0.4);
}

body.site-shell .premium-package-media {
    position: relative;
}

body.site-shell .premium-package-media img {
    width: 100%;
    height: 240px;
    object-fit: cover;
}

body.site-shell .premium-package-label {
    position: absolute;
    top: 16px;
    left: 16px;
    background: rgba(16, 13, 8, 0.8);
    color: #f4dab6;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 999px;
    padding: 6px 12px;
}

body.site-shell .premium-package-content {
    padding: 22px 20px 24px;
}

body.site-shell .premium-package-title {
    margin: 0 0 8px;
    font-size: 1.45rem;
    color: #1f1a12;
}

body.site-shell .premium-price-wrap {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

body.site-shell .premium-old-price {
    color: #8c7562;
    font-weight: 600;
    text-decoration: line-through;
}

body.site-shell .premium-price {
    color: #885e16;
    font-weight: 800;
    font-size: 1.25rem;
}

body.site-shell .premium-package-copy {
    color: #5b513f;
    margin-bottom: 16px;
}

body.site-shell .product__items,
body.site-shell .blog__items,
body.site-shell .testimonial__items--style3,
body.site-shell .testimonial__items--style2,
body.site-shell .accordion__items {
    border: 1px solid var(--premium-border);
    border-radius: 16px !important;
    box-shadow: 0 14px 30px rgba(17, 13, 8, 0.12);
    background: var(--premium-surface);
    transition: transform 0.28s ease, box-shadow 0.28s ease;
}

body.site-shell .product__items:hover,
body.site-shell .blog__items:hover,
body.site-shell .testimonial__items--style3:hover,
body.site-shell .testimonial__items--style2:hover {
    transform: translateY(-6px);
    box-shadow: 0 24px 38px rgba(15, 11, 6, 0.2);
}

body.site-shell .blog__items--img,
body.site-shell .product__items--img {
    border-radius: 12px;
}

/* Home markup uses utility white text classes on cards.
   Force readable colors on light premium cards. */
body.site-shell .blog__items .blog__content--title,
body.site-shell .blog__items .blog__content--title a,
body.site-shell .blog__items .blog__content--desc,
body.site-shell .blog__items .text-white,
body.site-shell .blog__items .text-white a,
body.site-shell .product__items .text-white,
body.site-shell .product__items .text-white a {
    color: #2d271c !important;
}

body.site-shell .blog__items .blog__content--title a:hover,
body.site-shell .blog__items .text-white a:hover,
body.site-shell .product__items .text-white a:hover {
    color: var(--premium-gold-strong) !important;
}

body.site-shell .testimonial__items--desc,
body.site-shell .accordion__items--body__desc,
body.site-shell .blog__content--desc,
body.site-shell .footer__widget--desc {
    color: var(--premium-muted);
    line-height: 1.75;
}

body.site-shell .footer__section {
    background:
        radial-gradient(circle at 8% 0%, rgba(215, 169, 64, 0.2), transparent 32%),
        linear-gradient(160deg, #16120e, #0f0d09 56%, #1c1711);
    color: #f2e8d6;
    margin-top: 36px;
    border-top: 1px solid rgba(241, 218, 175, 0.22);
}

body.site-shell .footer__section .footer__logo {
    width: 132px;
    height: 132px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    padding: 9px;
    margin-bottom: 14px;
    background: rgba(255, 249, 236, 0.98);
    border: 1px solid rgba(224, 192, 126, 0.45);
    box-shadow: 0 12px 22px rgba(8, 7, 5, 0.28);
}

body.site-shell .footer__section .footer__logo--img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 10px;
    display: block;
}

body.site-shell .footer__widget--title,
body.site-shell .footer__widget--menu__text,
body.site-shell .copyright__content,
body.site-shell .copyright__content--link {
    color: #f6ebd6 !important;
}

body.site-shell .footer__newsletter--input {
    border-radius: 999px;
    border: 1px solid rgba(229, 206, 161, 0.3);
    background: rgba(255, 255, 255, 0.08);
    color: #fff8e8;
}

body.site-shell .footer__newsletter--input::placeholder {
    color: rgba(250, 236, 203, 0.7);
}

body.site-shell .footer__bottom {
    border-top: 1px solid rgba(240, 214, 162, 0.2);
    padding-top: 18px;
}

body.site-shell .offcanvas-header {
    backdrop-filter: blur(12px);
}

body.site-shell .offcanvas__header--menu__open--btn {
    border-radius: 10px;
    background: #f4ebd6;
    padding: 7px;
}

body.site-shell .float {
    background: linear-gradient(160deg, #22d661, #0eab44) !important;
    box-shadow: 0 14px 30px rgba(7, 79, 31, 0.3);
    animation: pulseFloat 1.9s ease-in-out infinite;
}

@keyframes pulseFloat {
    0%,
    100% {
        transform: translateY(0) scale(1);
    }
    50% {
        transform: translateY(-4px) scale(1.03);
    }
}

@keyframes premiumFadeUp {
    0% {
        opacity: 0;
        transform: translateY(18px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

body.site-shell .section__heading,
body.site-shell .premium-package-card,
body.site-shell .blog__items,
body.site-shell .product__items {
    animation: premiumFadeUp 0.7s ease both;
}

@media only screen and (max-width: 1199px) {
    body.site-shell .main__header--inner {
        margin-top: 0;
        padding: 10px 16px;
        border-radius: 0;
    }

    body.site-shell .premium-package-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media only screen and (max-width: 767px) {
    body.site-shell .hero__slider2--items {
        margin: 0 2px;
        border-radius: 12px;
    }

    body.site-shell .hero__slider2--items__inner {
        min-height: 460px;
    }

    body.site-shell .slider__content2--desc {
        font-size: 11px;
    }

    body.site-shell .premium-package-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    body.site-shell .premium-package-media img {
        height: 216px;
    }

    body.site-shell .footer__section {
        margin-top: 16px;
    }

    body.site-shell .footer__section .footer__logo {
        width: 112px;
        height: 112px;
        border-radius: 14px;
    }
}
