:root {
    --primary-color: #112D4E;
    --secondary-color: #3F5573;
    --accent-color: #C29A5C;
    --accent-strong: #B78843;
    --background-color: #F3F5F8;
    --surface-color: #FFFFFF;
    --text-color: #1F2D3D;
    --muted-text: #64748B;
    --border-color: #E2E8F0;
    --gradient-primary: linear-gradient(135deg, #112D4E 0%, #36577B 100%);
    --gradient-gold: linear-gradient(135deg, #D9B57A 0%, #B78843 100%);
}

body {
    font-family: 'Inter', sans-serif;
    background-color: var(--background-color);
    color: var(--text-color);
    line-height: 1.6;
}

.header-main {
    border-bottom: 1px solid rgba(148, 163, 184, 0.24);
}

.navbar {
    padding: 0.75rem 0;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.navbar-brand {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    letter-spacing: 2px;
    color: var(--primary-color) !important;
    font-size: 1.5rem;
    text-shadow: 0 8px 18px rgba(17, 45, 78, 0.15);
}

.navbar-nav {
    gap: 0.35rem;
}

.navbar-nav .nav-item {
    display: flex;
    align-items: stretch;
}

.nav-link {
    color: var(--secondary-color) !important;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0.6rem 1rem !important;
    border-radius: 999px;
    transition: all 0.25s ease;
}

.nav-link:hover {
    color: var(--primary-color) !important;
    background: rgba(17, 45, 78, 0.08);
}

.nav-link.active {
    background: var(--gradient-primary);
    color: #fff !important;
    box-shadow: 0 10px 20px rgba(17, 45, 78, 0.25);
}

.search-input {
    border-radius: 999px 0 0 999px;
    border: 1px solid var(--border-color);
    border-right: 0;
    background: #fff;
}

.search-input:focus {
    box-shadow: none;
    border-color: var(--primary-color);
}

.btn-outline-primary {
    border-radius: 0 999px 999px 0;
    border-color: var(--primary-color);
    color: var(--primary-color);
}

.btn-outline-primary:hover {
    background: var(--gradient-primary);
    border-color: transparent;
    color: #fff;
}

.nav-actions .cart-button {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--primary-color);
    background: #fff;
    border: 1px solid rgba(148, 163, 184, 0.35);
    box-shadow: 0 8px 18px rgba(17, 45, 78, 0.12);
}

.nav-actions .cart-button:hover {
    background: var(--gradient-primary);
    color: #fff;
}

.snipcart-items-count {
    min-width: 20px;
    height: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.72rem;
    font-weight: 700;
    padding: 0 0.35rem;
    background: var(--gradient-gold) !important;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.85);
    box-shadow: 0 8px 18px rgba(183, 136, 67, 0.35);
}

section.hero-section .carousel {
    border-radius: 20px;
    overflow: hidden;
    background: #0f172a;
    box-shadow: 0 20px 40px rgba(15, 23, 42, 0.2);
}

section.hero-section .carousel .carousel-item img {
    width: 100%;
    min-height: 380px;
    object-fit: cover;
    filter: saturate(1.05) contrast(1.05);
}

section.hero-section .carousel .carousel-item::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(15, 23, 42, 0.25) 0%, rgba(15, 23, 42, 0.78) 100%),
        linear-gradient(90deg, rgba(15, 23, 42, 0.72) 0%, rgba(15, 23, 42, 0.2) 55%, rgba(15, 23, 42, 0.05) 100%);
    pointer-events: none;
}

section.hero-section .carousel .carousel-caption {
    z-index: 2;
    left: 7%;
    right: 7%;
    bottom: 3rem;
    padding: 0;
}

section.hero-section .carousel .carousel-caption.text-center {
    text-align: center !important;
}

section.hero-section .carousel .carousel-caption:not(.text-center) {
    text-align: left !important;
}

section.hero-section .carousel .carousel-caption-inner {
    display: inline-block;
    max-width: min(36rem, 100%);
    padding: 1.25rem 1.5rem;
    text-align: inherit;
    background: rgba(15, 23, 42, 0.55);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 1rem;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.35);
}

section.hero-section .carousel .carousel-caption h1,
section.hero-section .carousel .carousel-caption h2,
section.hero-section .carousel .carousel-caption .display-4,
section.hero-section .carousel .carousel-caption p,
section.hero-section .carousel .carousel-caption .lead,
section.hero-section .carousel .carousel-caption .text-dark {
    color: #f8fafc !important;
    -webkit-text-fill-color: #f8fafc !important;
    background: none !important;
    -webkit-background-clip: unset !important;
    background-clip: unset !important;
    text-shadow:
        0 1px 2px rgba(0, 0, 0, 0.85),
        0 2px 24px rgba(0, 0, 0, 0.55);
}

section.hero-section .carousel .carousel-caption .lead {
    color: rgba(248, 250, 252, 0.95) !important;
    -webkit-text-fill-color: rgba(248, 250, 252, 0.95) !important;
    font-weight: 500;
}

section.hero-section .carousel .carousel-caption .btn-primary {
    background: var(--gradient-gold);
    border: 0;
    border-radius: 999px;
    padding: 0.7rem 1.5rem;
    font-weight: 600;
    box-shadow: 0 14px 24px rgba(183, 136, 67, 0.4);
}

section.hero-section .carousel .carousel-control-prev,
section.hero-section .carousel .carousel-control-next {
    width: 54px;
    height: 54px;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 1rem;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.22);
    border: 1px solid rgba(255, 255, 255, 0.35);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
}

section.hero-section .carousel .carousel-control-prev:hover,
section.hero-section .carousel .carousel-control-next:hover {
    background: rgba(255, 255, 255, 0.38);
}

section.hero-section .carousel .carousel-indicators {
    margin-bottom: 1rem;
    gap: 0.6rem;
}

section.hero-section .carousel .carousel-indicators [data-bs-target] {
    width: 26px;
    height: 6px;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.45);
    opacity: 1;
    transition: all 0.25s ease;
}

section.hero-section .carousel .carousel-indicators .active {
    width: 44px;
    background: var(--gradient-gold);
    box-shadow: 0 8px 16px rgba(183, 136, 67, 0.45);
}

.footer-main {
    border-top: 1px solid var(--border-color);
    background: var(--surface-color);
}

.footer-title {
    font-family: 'Playfair Display', serif;
    color: var(--primary-color);
    margin-bottom: 1.5rem;
    font-weight: 600;
}

.footer-description {
    color: var(--text-color);
    line-height: 1.6;
}

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

.footer-links a {
    color: var(--secondary-color);
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-links a:hover {
    color: var(--primary-color);
}

.btn-link {
    color: var(--secondary-color);
    text-decoration: none;
    transition: color 0.3s ease;
}

.btn-link:hover {
    color: var(--primary-color);
}

.hero-section .container .display-4 {
    background: var(--gradient-primary);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
}

.contact-icon {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--gradient-primary);
    color: white;
}

.business-hours-section .card {
    border: none;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.faq-section .accordion-button:not(.collapsed) {
    background: var(--gradient-primary);
    color: white;
}

.faq-section .accordion-button:focus {
    box-shadow: none;
    border-color: var(--primary-color);
}

.breadcrumb {
    margin-bottom: 2rem;
}

.breadcrumb-item a {
    color: var(--secondary-color);
    text-decoration: none;
}

.breadcrumb-item.active {
    color: var(--primary-color);
}

.btn-primary {
    background: var(--gradient-primary);
    border: 0;
    border-radius: 999px;
    font-weight: 600;
}

.btn-primary:hover {
    background: linear-gradient(135deg, #0d2440 0%, #2e4e71 100%);
}

.card {
    border: 1px solid rgba(148, 163, 184, 0.2);
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 14px 28px rgba(15, 23, 42, 0.08);
}

.card:hover {
    transform: translateY(-3px);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    box-shadow: 0 18px 36px rgba(15, 23, 42, 0.12);
}

@media (max-width: 991.98px) {
    .navbar-nav .nav-item {
        width: 100%;
    }

    .nav-link {
        justify-content: flex-start;
        width: 100%;
        min-height: 42px;
        padding-left: 0.8rem !important;
        padding-right: 0.8rem !important;
    }

    .navbar .d-flex.me-3 {
        margin: 0.75rem 0 !important;
    }

    section.hero-section .carousel .carousel-caption {
        text-align: center !important;
        left: 1rem;
        right: 1rem;
        bottom: 2rem;
    }

    section.hero-section .carousel .carousel-caption-inner {
        max-width: 100%;
        padding: 1rem 1.15rem;
    }

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

    section.hero-section .carousel .carousel-control-prev,
    section.hero-section .carousel .carousel-control-next {
        width: 44px;
        height: 44px;
        margin: 0 0.45rem;
    }
}
