:root {
    --color-sand: #ffffff;
    --color-cream: #f3f1ed;
    --color-gold: #b1141b;
    --color-charcoal: #111111;
    --color-warm: #2f2a26;
    --shadow-soft: 0 16px 35px rgba(31, 28, 25, 0.12);
    --shadow-hover: 0 20px 45px rgba(31, 28, 25, 0.16);
}

html,
body {
    width: 100%;
    max-width: 100%;
    min-height: 100%;
    overflow-x: hidden;
}

body {
    font-family: 'Inter', sans-serif;
    color: var(--color-charcoal);
    min-height: 100vh;
    background: linear-gradient(180deg, #ffffff 0%, #f7f6f3 68%, #efeeea 100%);
    padding-top: var(--navbar-offset, 84px);
}

body.inner-page:not(.maintenance-page) {
    display: flex;
    flex-direction: column;
}

body.inner-page:not(.maintenance-page) > footer {
    margin-top: auto !important;
}

img {
    max-width: 100%;
    height: auto;
}

.brand {
    font-family: 'Inter', sans-serif;
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

h1,
h2,
h3 {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    letter-spacing: -0.02em;
}

.main-navbar {
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1030;
    transition: background-color 0.35s ease, box-shadow 0.35s ease, padding 0.35s ease;
    padding: 0.85rem 0;
}

.navbar-home {
    background-color: rgba(17, 17, 17, 0.97);
    backdrop-filter: blur(12px);
    box-shadow: 0 12px 30px rgba(17, 17, 17, 0.2);
    border-bottom: 1px solid rgba(177, 20, 27, 0.72);
}

.navbar-solid,
.navbar-home.navbar-scrolled {
    background-color: rgba(17, 17, 17, 0.97);
    backdrop-filter: blur(12px);
    box-shadow: 0 12px 30px rgba(17, 17, 17, 0.2);
    border-bottom: 1px solid rgba(177, 20, 27, 0.72);
}

.home-page .navbar-home .brand,
.home-page .navbar-home .nav-link,
.home-page .navbar-home .nav-icon-link {
    color: #ffffff;
    text-shadow: 0 1px 6px rgba(0, 0, 0, 0.18);
}

.main-navbar.navbar-light .brand,
.main-navbar.navbar-light .nav-link,
.main-navbar.navbar-light .nav-icon-link {
    color: #ffffff !important;
}

.home-page .navbar-home .navbar-toggler {
    filter: invert(1);
}

.home-page .navbar-home.navbar-scrolled .brand,
.home-page .navbar-home.navbar-scrolled .nav-link,
.home-page .navbar-home.navbar-scrolled .nav-icon-link,
.inner-page .brand,
.inner-page .nav-link,
.inner-page .nav-icon-link {
    color: #ffffff;
}

.home-page .navbar-home.navbar-scrolled .navbar-toggler,
.inner-page .navbar-toggler {
    filter: invert(1);
}

.nav-link {
    font-weight: 500;
    position: relative;
    margin-left: 0.45rem;
    margin-right: 0.45rem;
}

.cart-count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 1.35rem;
    height: 1.35rem;
    margin-left: 0.35rem;
    border-radius: 999px;
    font-size: 0.72rem;
    font-weight: 600;
    background: var(--color-charcoal);
    color: #fff;
}

.nav-icon-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.2rem;
    min-width: 2.2rem;
}

.nav-icon {
    width: 1.15rem;
    height: 1.15rem;
}

.nav-link::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0.2rem;
    width: 100%;
    height: 1px;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.25s ease;
    background-color: currentColor;
}

.nav-link:hover::after {
    transform: scaleX(1);
    transform-origin: left;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.maintenance-shell {
    min-height: 100dvh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.maintenance-page {
    min-height: 100dvh;
    height: 100dvh;
    overflow: hidden;
    padding-top: 0;
}

.maintenance-page .container {
    width: 100%;
}

.maintenance-title-link {
    color: inherit;
    text-decoration: none;
    cursor: default;
}

@media (max-width: 991.98px) {
    .main-navbar .container {
        flex-wrap: nowrap;
        position: relative;
    }

    .brand {
        font-size: 24px;
        letter-spacing: 0.03em;
        max-width: calc(100% - 56px);
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .main-navbar .navbar-toggler {
        margin-left: 0;
    }

    .main-navbar .navbar-collapse {
        margin-top: 0;
        position: absolute;
        top: calc(100% - 0.35rem);
        left: 0;
        right: 0;
        z-index: 1040;
        border-radius: 14px;
        padding: 1rem;
        background: rgba(17, 17, 17, 0.98);
        border: 1px solid rgba(177, 20, 27, 0.52);
        backdrop-filter: blur(16px);
        box-shadow: var(--shadow-soft);
    }

    .main-navbar .navbar-collapse .navbar-nav {
        width: 100%;
        margin-left: 0 !important;
        margin-right: 0 !important;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .main-navbar .navbar-collapse .nav-link {
        text-align: center;
    }

    .main-navbar .navbar-collapse .nav-icon-link {
        justify-content: center;
    }

    .main-navbar .navbar-collapse .nav-mobile-secondary-icon {
        display: none;
    }

    .mobile-nav-quick {
        display: inline-flex;
        align-items: center;
        gap: 0.05rem;
        margin-left: auto;
        margin-right: 0.25rem;
    }

    .mobile-nav-quick .nav-link {
        padding: 0.35rem 0.25rem;
        margin: 0;
    }

    .mobile-nav-quick .nav-link::after {
        display: none;
    }

    .mobile-nav-quick .cart-count {
        margin-left: 0.22rem;
        min-width: 1.15rem;
        height: 1.15rem;
        font-size: 0.62rem;
    }

    .home-page .navbar-home:not(.navbar-scrolled) .navbar-collapse {
        background: rgba(17, 17, 17, 0.98);
    }

    .home-page .navbar-home:not(.navbar-scrolled) .navbar-collapse .nav-link {
        color: #ffffff;
    }

    .main-navbar .navbar-collapse .nav-icon-link {
        color: #ffffff;
    }

    .nav-link {
        margin-left: 0;
        margin-right: 0;
        padding: 0.6rem 0;
    }

    .cart-count {
        margin-left: 0.5rem;
    }
}

.hero {
    position: relative;
    background-color: #1f1c19;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 92vh;
    display: flex;
    align-items: center;
    color: #fff;
    text-align: center;
    overflow: hidden;
}

.inline-edit-toggle {
    position: absolute;
    top: 1rem;
    right: 1rem;
    z-index: 5;
    width: 2rem;
    height: 2rem;
    border: 1px solid rgba(31, 28, 25, 0.2);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.9);
    color: var(--color-charcoal);
    font-size: 0.95rem;
    line-height: 1;
}

.about-section,
.story,
.shop,
.faq,
.creations-page,
.legal-page,
.privacy-page {
    position: relative;
}

.about-luxury {
    background:
        radial-gradient(circle at 10% 0%, rgba(177, 20, 27, 0.08), transparent 42%),
        linear-gradient(180deg, #ffffff 0%, #f5f4f1 100%);
}

.story-luxury {
    background: linear-gradient(180deg, #ffffff 0%, #f4f3ef 100%);
}

.story-shell {
    border: 1px solid rgba(177, 20, 27, 0.22);
    border-radius: 10px;
    padding: 1.25rem;
    background: rgba(255, 255, 255, 0.97);
    box-shadow: var(--shadow-soft);
}

.story-media-wrap,
.shop-media-wrap {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 16px 32px rgba(31, 28, 25, 0.14);
}

.story-media-wrap img,
.shop-media-wrap img {
    width: 100%;
    height: auto;
    object-fit: cover;
    transition: transform 0.45s ease, filter 0.45s ease;
}

.story-media-wrap:hover img,
.shop-media-wrap:hover img {
    transform: scale(1.03);
    filter: saturate(1.08);
}

.story-media-badge,
.shop-media-badge {
    position: absolute;
    right: 0.8rem;
    bottom: 0.8rem;
    padding: 0.35rem 0.75rem;
    border: 1px solid rgba(255, 255, 255, 0.32);
    border-radius: 999px;
    background: rgba(31, 28, 25, 0.74);
    color: #fff;
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.story-copy-card,
.shop-copy-card {
    border: 1px solid rgba(177, 20, 27, 0.18);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.98);
    padding: 1.1rem;
}

.story-kicker,
.shop-kicker {
    margin-bottom: 0.45rem;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    font-size: 0.72rem;
    color: var(--color-gold);
}

.shop-luxury {
    background:
        radial-gradient(circle at 90% 12%, rgba(177, 20, 27, 0.08), transparent 42%),
        linear-gradient(180deg, #ffffff 0%, #f4f3ef 100%);
}

.shop-shell {
    border: 1px solid rgba(177, 20, 27, 0.22);
    border-radius: 10px;
    padding: 1.25rem;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: var(--shadow-soft);
}

.about-luxury-shell {
    border: 1px solid rgba(177, 20, 27, 0.22);
    border-radius: 10px;
    padding: 1.4rem;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: var(--shadow-soft);
}

.about-kicker {
    text-transform: uppercase;
    letter-spacing: 0.18em;
    font-size: 0.74rem;
    color: var(--color-gold);
}

.about-title {
    font-family: 'Playfair Display', serif;
    font-size: clamp(2rem, 4vw, 3rem);
    line-height: 1.05;
}

.about-image-wrap {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 18px 36px rgba(31, 28, 25, 0.16);
}

.about-image-wrap img {
    width: 100%;
    height: auto;
    object-fit: cover;
    transition: transform 0.45s ease, filter 0.45s ease;
}

.about-image-wrap:hover img {
    transform: scale(1.03);
    filter: saturate(1.08);
}

.about-image-badge {
    position: absolute;
    left: 0.9rem;
    bottom: 0.9rem;
    background: rgba(31, 28, 25, 0.75);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 999px;
    font-size: 0.72rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding: 0.35rem 0.8rem;
}

.about-copy-card {
    border: 1px solid rgba(17, 17, 17, 0.12);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.92);
    padding: 1.1rem;
}

.about-lead {
    font-size: 1.1rem;
    line-height: 1.6;
    color: var(--color-charcoal);
}

.about-body {
    color: var(--color-warm);
    line-height: 1.7;
}

.about-signature {
    margin-top: 1rem;
    font-family: 'Playfair Display', serif;
    font-style: italic;
    letter-spacing: 0.04em;
}

.about-metric {
    border: 1px solid rgba(17, 17, 17, 0.12);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.9);
    padding: 0.8rem 0.9rem;
    font-size: 0.92rem;
    text-align: center;
    color: var(--color-charcoal);
}

.inline-editor {
    border: 1px solid rgba(17, 17, 17, 0.16);
    border-radius: 12px;
    padding: 0.9rem;
    background: rgba(255, 255, 255, 0.95);
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 50% 10%, rgba(183, 138, 74, 0.35), rgba(22, 18, 13, 0.82));
}

#hero-inline-editor {
    position: relative;
    z-index: 2;
    width: 1080px;
    max-width: 1080px;
    margin: 1rem auto 0;
}

.repeater-item {
    border: 1px solid rgba(17, 17, 17, 0.15);
    border-radius: 12px;
    padding: 0.9rem;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 10px 18px rgba(31, 28, 25, 0.06);
}

.repeater .js-repeater-list {
    gap: 0.85rem !important;
}

.product-portion-shell .product-portion-item.repeater-item {
    border: 0;
    border-radius: 0;
    padding: 0;
    background: transparent;
    box-shadow: none;
}

.faq-editor-item .form-control,
.creations-editor-item .form-control,
.legal-editor-item .form-control,
.privacy-editor-item .form-control {
    border-radius: 10px;
}

.creations-page {
    background:
        radial-gradient(circle at 88% 8%, rgba(177, 20, 27, 0.08), transparent 45%),
        linear-gradient(180deg, #ffffff 0%, #f4f3ef 100%);
}

.creations-intro {
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
    color: var(--color-warm);
}

.creations-item {
    border: 1px solid rgba(177, 20, 27, 0.22);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.98);
    padding: 1rem;
    box-shadow: var(--shadow-soft);
}

.creations-item-media-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.8rem;
}

.creations-item-media {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 16px 30px rgba(31, 28, 25, 0.15);
}

.creations-media-open-btn {
    border: 0;
    padding: 0;
    width: 100%;
    display: block;
    background: transparent;
    line-height: 0;
}

.creations-media-open-btn:focus-visible {
    outline: 2px solid rgba(179, 19, 27, 0.55);
    outline-offset: 2px;
}

.creations-item-media::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 45%, rgba(31, 28, 25, 0.12) 100%);
    pointer-events: none;
}

.creations-item-media img {
    width: 100%;
    aspect-ratio: 4 / 3;
    height: auto;
    object-fit: cover;
    transition: transform 0.45s ease, filter 0.45s ease;
}

.creations-item-media:hover img {
    transform: scale(1.03);
    filter: saturate(1.08);
}

.creations-image-modal .modal-content {
    border: 1px solid rgba(17, 17, 17, 0.18);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.97);
    box-shadow: 0 24px 40px rgba(31, 28, 25, 0.28);
}

.creations-image-dialog {
    max-width: min(92vw, 960px);
}

.creations-image-modal-img {
    width: 100%;
    border-radius: 8px;
    object-fit: contain;
    max-height: 82vh;
}

.creations-image-close-btn {
    position: absolute;
    top: 0.75rem;
    right: 0.75rem;
    z-index: 3;
    width: 2rem;
    height: 2rem;
    border-radius: 999px;
    padding: 0;
    line-height: 1;
}

.creations-item-copy {
    border: 1px solid rgba(177, 20, 27, 0.18);
    border-radius: 8px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.99) 0%, rgba(245, 244, 240, 0.98) 100%);
    padding: 1rem;
}

.hero-content {
    position: relative;
    z-index: 1;
    max-width: 780px;
}

.hero-kicker {
    text-transform: uppercase;
    letter-spacing: 0.16em;
    font-size: 0.78rem;
    margin-bottom: 1rem;
    color: rgba(255, 255, 255, 0.86);
}

.hero-title {
    line-height: 1.05;
    margin-bottom: 1.3rem;
}

.hero-title span {
    display: block;
    font-size: 0.65em;
    font-weight: 400;
    margin-top: 0.28rem;
    color: rgba(255, 255, 255, 0.88);
}

.hero-lead {
    color: rgba(255, 255, 255, 0.9);
    margin: 0 auto;
    max-width: 640px;
}

.hero-actions {
    margin-top: 2rem;
    display: flex;
    justify-content: center;
    gap: 0.8rem;
    flex-wrap: wrap;
}

.hero .btn {
    border-radius: 999px;
    padding: 0.8rem 1.6rem;
    transition: transform 0.26s ease, box-shadow 0.26s ease;
}

.hero .btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 20px rgba(0, 0, 0, 0.2);
}

.section-head .section-kicker,
.product-card-kicker {
    text-transform: uppercase;
    letter-spacing: 0.14em;
    color: var(--color-gold);
    font-size: 0.75rem;
    margin-bottom: 0.55rem;
}

.products-luxury {
    background:
        radial-gradient(circle at 50% 0%, rgba(177, 20, 27, 0.08), transparent 38%),
        linear-gradient(180deg, #ffffff 0%, #f4f3ef 100%);
}

.products-subcategory-heading {
    position: relative;
    display: inline-block;
    padding: 0 0.2rem 0.35rem;
    margin-bottom: 0.75rem;
    letter-spacing: 0.04em;
}

.products-subcategory-heading::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: rgba(177, 20, 27, 0.38);
    border-radius: 999px;
}

.luxury-product-card {
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid rgba(177, 20, 27, 0.22);
    border-radius: 10px;
    padding: 1.4rem;
    box-shadow: var(--shadow-soft);
    transition: transform 0.32s ease, box-shadow 0.32s ease;
}

.products-filters-shell {
    padding: 1.2rem;
    border: 1px solid rgba(177, 20, 27, 0.28);
    border-radius: 10px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.99) 0%, rgba(244, 243, 239, 0.98) 100%);
    box-shadow: var(--shadow-soft);
}

.product-card-meta {
    color: var(--color-warm);
    font-size: 0.9rem;
    text-align: left;
    background: rgba(255, 255, 255, 0.98);
    border: 0;
    border-top: 2px solid rgba(177, 20, 27, 0.36);
    border-radius: 0;
    padding: 0.7rem 0.8rem;
}

.product-card-meta-grid
{
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 1rem;
    row-gap: 0.22rem;
}

.product-card-meta-line + .product-card-meta-line {
    margin-top: 0.22rem;
}

.product-card-meta-grid .product-card-meta-line + .product-card-meta-line
{
    margin-top: 0;
}

.product-card-meta-line span {
    color: var(--color-charcoal);
    font-weight: 600;
}

.slider-img {
    max-height: 420px;
    width: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.luxury-product-media {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}

.luxury-product-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-hover);
}

.luxury-product-card:hover .product-image-primary,
.luxury-product-card:hover .product-image-secondary {
    transform: scale(1.03);
    filter: saturate(1.08);
}

.product-badge-stack {
    position: absolute;
    top: 0.6rem;
    right: 0.6rem;
    z-index: 5;
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
}

.product-image-open-btn {
    position: absolute;
    inset: 0;
    z-index: 3;
    border: 0;
    padding: 0;
    margin: 0;
    background: transparent;
}

.product-image-open-btn:focus-visible {
    outline: 2px solid rgba(179, 19, 27, 0.55);
    outline-offset: -2px;
}

.product-badge-btn {
    width: 1.9rem;
    height: 1.9rem;
    border: 1px solid rgba(255, 255, 255, 0.72);
    border-radius: 999px;
    background: rgba(31, 28, 25, 0.78);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    line-height: 0;
    box-shadow: 0 6px 12px rgba(31, 28, 25, 0.2);
}

.product-badge-btn svg {
    width: 1rem;
    height: 1rem;
}

.product-badge-gluten {
    background: rgba(14, 92, 68, 0.86);
}

.product-allergen-wrap,
.product-glutenfree-wrap {
    position: relative;
}

.product-allergen-popover,
.product-glutenfree-popover {
    position: absolute;
    top: calc(100% + 0.35rem);
    right: 0;
    min-width: 170px;
    max-width: 240px;
    padding: 0.45rem 0.55rem;
    border-radius: 10px;
    border: 1px solid rgba(17, 17, 17, 0.16);
    background: rgba(255, 255, 255, 0.96);
    color: var(--color-charcoal);
    font-size: 0.73rem;
    line-height: 1.3;
    text-align: left;
    box-shadow: 0 12px 20px rgba(31, 28, 25, 0.14);
    opacity: 0;
    transform: translateY(-3px);
    pointer-events: none;
    transition: opacity 0.18s ease, transform 0.18s ease;
}

.product-allergen-wrap:hover .product-allergen-popover,
.product-allergen-wrap.is-open .product-allergen-popover,
.product-glutenfree-wrap:hover .product-glutenfree-popover,
.product-glutenfree-wrap.is-open .product-glutenfree-popover {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

.product-image-primary,
.product-image-secondary {
    transition: transform 0.45s ease, filter 0.45s ease, opacity 0.35s ease;
}

.product-image-primary {
    position: relative;
    z-index: 1;
    display: block;
}

.product-image-secondary {
    position: absolute;
    inset: 0;
    z-index: 2;
    opacity: 0;
    pointer-events: none;
}

.luxury-product-copy {
    color: var(--color-warm);
    margin-bottom: 0;
    font-style: italic;
}

.product-card-description {
    font-style: italic;
}

.product-card {
    border: none;
    border-radius: 10px;
    overflow: hidden;
    transition: transform 0.32s ease, box-shadow 0.32s ease;
}

.product-card-luxe {
    background: rgba(255, 255, 255, 0.95);
    border: 1px solid rgba(177, 20, 27, 0.24);
}

.product-card-date {
    font-size: 0.86rem;
    color: var(--color-warm);
}

.product-card-date span {
    color: var(--color-charcoal);
    font-weight: 600;
}

.product-card-media {
    position: relative;
    overflow: hidden;
}

.product-card .product-image-primary,
.product-card .product-image-secondary {
    width: 100%;
    height: 280px;
    object-fit: cover;
}

.product-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-hover);
}

.product-card:hover .product-image-primary,
.product-card:hover .product-image-secondary {
    transform: scale(1.03);
    filter: saturate(1.08);
}

.js-product-image-swap.has-second-image.is-hold .product-image-primary {
    opacity: 0;
}

.js-product-image-swap.has-second-image.is-hold .product-image-secondary {
    opacity: 1;
}

.js-product-image-swap.no-image-swap .product-image-primary {
    opacity: 1 !important;
}

.js-product-image-swap.no-image-swap .product-image-secondary {
    opacity: 0 !important;
}

.product-card-price {
    color: var(--color-charcoal);
    letter-spacing: 0.08em;
    font-weight: 700;
    font-style: italic;
    font-size: 1.05rem;
    margin-bottom: 0;
}

.story-shell,
.shop-shell,
.about-luxury-shell,
.story-media-wrap,
.shop-media-wrap,
.story-copy-card,
.shop-copy-card,
.about-image-wrap,
.creations-item,
.creations-item-media,
.creations-item-copy,
.creations-image-modal .modal-content,
.creations-image-modal-img,
.luxury-product-card,
.products-filters-shell,
.slider-img,
.luxury-product-media,
.product-card,
.product-card .product-image-primary,
.product-card .product-image-secondary,
.visit-shell,
.visit-shell iframe,
.map-section iframe,
.instagram-placeholder,
.instagram-item,
.instagram-img,
.cart-table,
.auth-card,
.site-confirm-modal .modal-content,
.product-image-modal .modal-content,
.product-image-modal-img,
.admin-panel,
.admin-product-card,
.admin-product-thumb,
.admin-image-picker,
.inline-image-picker,
.inline-image-thumb,
.hours-day-card
{
    border-radius: 0 !important;
}

.rounded
{
    border-radius: 0 !important;
}

.product-portion-switcher {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.3rem;
    padding: 0.18rem 0.4rem;
    border-radius: 999px;
    border: 1px solid rgba(17, 17, 17, 0.14);
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 3px 8px rgba(31, 28, 25, 0.08);
}

.product-portion-switcher .btn.js-portion-minus,
.product-portion-switcher .btn.js-portion-plus {
    width: 1.65rem;
    height: 1.65rem;
    min-width: 1.65rem;
    border-radius: 999px;
    border: 1px solid rgba(31, 28, 25, 0.2);
    background: #fff;
    color: var(--color-charcoal);
    font-size: 0.95rem;
    font-weight: 600;
    line-height: 1;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: none;
    transition: transform 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

.product-portion-switcher .btn.js-portion-minus:hover,
.product-portion-switcher .btn.js-portion-plus:hover {
    transform: translateY(-1px);
    background: var(--color-charcoal);
    color: #fff;
}

.product-portion-switcher .js-portion-person-count {
    min-width: 1.2rem;
    text-align: center;
    font-weight: 700;
    color: var(--color-charcoal);
    font-size: 0.92rem;
}

.product-delay-note {
    font-size: 0.78rem;
    color: var(--color-warm);
    opacity: 0.82;
}

.product-cart-form {
    display: flex;
    justify-content: flex-end;
}

.product-card-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.8rem;
    width: 100%;
}

.product-card-footer.has-portion-switcher {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-areas:
        "switcher switcher"
        "price action";
    align-items: center;
    row-gap: 0.55rem;
    column-gap: 0.55rem;
}

.product-card-price-wrap {
    flex: 1 1 auto;
}

.product-portion-switcher-wrap {
    flex: 1 1 auto;
    display: flex;
    justify-content: center;
    grid-area: switcher;
}

.product-card-footer.has-portion-switcher .product-card-price-wrap {
    grid-area: price;
    align-items: flex-start !important;
}

.product-card-footer.has-portion-switcher .product-card-action-slot {
    grid-area: action;
    justify-content: flex-end;
}

.product-card-action-slot {
    width: 2.65rem;
    min-height: 2.65rem;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.product-card-price.is-on-request {
    font-size: 0.88rem;
    letter-spacing: 0.02em;
}

.shop-disabled-note {
    font-size: 0.8rem;
    color: var(--color-warm);
}

.product-add-icon-btn {
    width: 2.65rem;
    height: 2.65rem;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 1px solid rgba(31, 28, 25, 0.08);
    box-shadow: 0 8px 16px rgba(31, 28, 25, 0.14);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.product-add-icon-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 22px rgba(31, 28, 25, 0.2);
}

.product-add-icon {
    width: 1.15rem;
    height: 1.15rem;
}

.products-floating-cart {
    position: fixed;
    right: 1rem;
    bottom: 1rem;
    z-index: 1035;
    width: 3.2rem;
    height: 3.2rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    text-decoration: none;
    color: #fff;
    background: rgba(31, 28, 25, 0.94);
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 16px 34px rgba(31, 28, 25, 0.34);
    transition: transform 0.24s ease, box-shadow 0.24s ease, background-color 0.24s ease;
}

.products-floating-cart:hover {
    transform: translateY(-2px);
    color: #fff;
    background: #000;
    box-shadow: 0 20px 36px rgba(31, 28, 25, 0.4);
}

.products-floating-cart.is-bump {
    transform: scale(1.11);
}

.products-floating-cart-icon {
    width: 1.32rem;
    height: 1.32rem;
}

.products-floating-cart-count {
    position: absolute;
    top: -0.25rem;
    right: -0.18rem;
    min-width: 1.22rem;
    height: 1.22rem;
    padding: 0 0.25rem;
    border-radius: 999px;
    background: var(--color-gold);
    color: #1b1714;
    font-size: 0.68rem;
    font-weight: 700;
    line-height: 1.22rem;
    text-align: center;
}

.product-fly-clone {
    position: fixed;
    z-index: 2000;
    margin: 0;
    pointer-events: none;
    object-fit: cover;
    border-radius: 8px;
    transition: transform 0.72s cubic-bezier(0.16, 0.82, 0.18, 0.98), opacity 0.72s ease;
    box-shadow: 0 14px 30px rgba(31, 28, 25, 0.28);
}

.product-slider .carousel-control-prev,
.product-slider .carousel-control-next {
    width: 10%;
    top: 220px !important;
    bottom: auto !important;
    transform: none !important;
    height: 2.6rem;
    align-items: center;
}

.product-slider .carousel-control-prev-icon,
.product-slider .carousel-control-next-icon {
    filter: invert(0.8);
}

.instagram-subtitle {
    color: var(--color-warm);
    margin-bottom: 1.4rem;
}

.instagram-placeholder {
    height: 120px;
    border-radius: 8px;
    background: linear-gradient(110deg, #e6ddd2 8%, #f5f0e9 18%, #e6ddd2 33%);
    background-size: 200% 100%;
    animation: shine 1.5s linear infinite;
}

.instagram-item {
    border-radius: 8px;
    overflow: hidden;
    display: block;
    padding: 2px;
    background: linear-gradient(145deg, rgba(177, 20, 27, 0.56), rgba(17, 17, 17, 0.18));
    border: 1px solid rgba(177, 20, 27, 0.22);
    box-shadow: 0 12px 24px rgba(31, 28, 25, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.instagram-img {
    width: 100%;
    aspect-ratio: 1 / 1;
    display: block;
    border-radius: 6px;
    background: #fff;
    object-fit: cover;
    transition: transform 0.35s ease;
}

.instagram-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 18px 30px rgba(31, 28, 25, 0.14);
}

.instagram-item:hover .instagram-img {
    transform: scale(1.04);
}

.visit-section {
    background: linear-gradient(180deg, #f7f3ed 0%, #e7ddd0 100%);
}

.visit-shell {
    max-width: 1100px;
    margin: 0 auto;
    border: 1px solid rgba(17, 17, 17, 0.14);
    border-radius: 10px;
    padding: 1.1rem;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: var(--shadow-soft);
}

.visit-kicker {
    text-transform: uppercase;
    letter-spacing: 0.16em;
    font-size: 0.72rem;
    color: var(--color-gold);
}

.visit-subtitle {
    color: var(--color-warm);
}

.visit-shell iframe {
    width: 100%;
    display: block;
    border-radius: 8px;
    box-shadow: 0 14px 24px rgba(31, 28, 25, 0.12);
}

.map-section {
    padding: 3rem 0;
}

.map-section iframe {
    width: min(1200px, calc(100% - 2rem));
    margin: 0 auto;
    display: block;
    border-radius: 8px;
    box-shadow: var(--shadow-soft);
}

.footer h5 {
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: 0.75rem;
    color: rgba(255, 255, 255, 0.8);
}

.footer p,
.footer li,
.footer a {
    color: rgba(255, 255, 255, 0.66) !important;
    font-size: 0.95rem;
}

.footer a {
    text-decoration: none;
}

.footer a:hover {
    text-decoration: underline;
}

.footer-social-link {
    text-decoration: none;
}

.footer-social-icon {
    width: 1rem;
    height: 1rem;
}

.cart-table {
    background: rgba(255, 255, 255, 0.92);
    border-radius: 8px;
    overflow: hidden;
}

.cart-table-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.cart-pickup-date-native {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
    pointer-events: none;
}

.cart-table th:nth-child(2),
.cart-table th:nth-child(4),
.cart-table td:nth-child(2),
.cart-table td:nth-child(4) {
    white-space: nowrap;
}

.cart-item-image {
    width: 64px;
    height: 64px;
    object-fit: cover;
    border-radius: 10px;
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.cart-item-media {
    position: relative;
    width: 64px;
    height: 64px;
    flex: 0 0 64px;
}

.cart-item-media .product-image-primary,
.cart-item-media .product-image-secondary {
    width: 64px;
    height: 64px;
}

.cart-table td:hover .cart-item-image {
    transform: scale(1.08);
    box-shadow: 0 10px 20px rgba(31, 28, 25, 0.2);
}

.cart-item-media.has-second-image.is-hold .product-image-primary {
    opacity: 0;
}

.cart-item-media.has-second-image.is-hold .product-image-secondary {
    opacity: 1;
}

@media (hover: hover) and (pointer: fine) {
    .js-product-image-swap.has-second-image:hover .product-image-primary {
        opacity: 0;
    }

    .js-product-image-swap.has-second-image:hover .product-image-secondary {
        opacity: 1;
    }

    .cart-item-media.has-second-image:hover .product-image-primary {
        opacity: 0;
    }

    .cart-item-media.has-second-image:hover .product-image-secondary {
        opacity: 1;
    }
}

.cart-qty-input {
    width: 4.8rem;
}

.cart-total {
    font-size: 1.2rem;
}

.cart-price-mode-select {
    width: auto;
    min-width: 138px;
}

.cart-action-icon-btn {
    width: 2rem;
    height: 2rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.cart-action-icon-btn-link {
    width: 2rem;
    height: 2rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.cart-action-icon {
    width: 1rem;
    height: 1rem;
}

.cart-price-badge {
    font-size: 0.72rem;
    margin-left: 0.3rem;
    font-weight: 500;
}

.profile-product-link {
    display: inline-block;
    width: 84px;
    height: 84px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 12px 24px rgba(31, 28, 25, 0.16);
}

.profile-head-tight {
    padding-right: 5.8rem;
}

.profile-head-gap {
    margin-bottom: 15px;
}

.profile-product-link-float {
    position: absolute;
    top: 0;
    right: 0;
}

.profile-info-title {
    margin-bottom: 10px !important;
}

.profile-info-name {
    margin-bottom: 0.2rem;
}

.profile-product-thumb {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.35s ease, filter 0.35s ease;
}

.profile-product-link:hover .profile-product-thumb {
    transform: scale(1.08);
    filter: saturate(1.08);
}

.cart-pickup-form {
    align-items: flex-start;
}

.cart-pickup-field {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.cart-pickup-hint-placeholder {
    min-height: 1.15rem;
}

.auth-card {
    max-width: 460px;
    padding: 1.5rem;
    border-radius: 10px;
    border: 1px solid rgba(17, 17, 17, 0.14);
    background: rgba(255, 255, 255, 0.93);
    box-shadow: var(--shadow-soft);
}

.site-confirm-modal .modal-content {
    border: 1px solid rgba(17, 17, 17, 0.16);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.97);
    box-shadow: var(--shadow-soft);
}

.site-confirm-modal .modal-body {
    padding: 1.2rem 1.2rem 0.8rem;
    color: var(--color-charcoal);
}

.site-confirm-modal .modal-footer {
    border-top: 0;
    padding: 0.8rem 1.2rem 1.2rem;
}

.product-image-modal .modal-content {
    border: 1px solid rgba(17, 17, 17, 0.18);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.97);
    box-shadow: 0 24px 40px rgba(31, 28, 25, 0.28);
}

.product-image-dialog {
    max-width: min(92vw, 960px);
}

.product-image-modal-img {
    width: 100%;
    border-radius: 8px;
    object-fit: contain;
    max-height: 82vh;
}

.product-image-modal-title {
    text-align: center;
    font-size: 1.15rem;
    font-weight: 600;
    color: var(--color-charcoal);
}

.product-image-modal-meta {
    color: var(--color-warm);
    text-align: center;
    border-top: 1px solid rgba(17, 17, 17, 0.1);
    border-bottom: 1px solid rgba(17, 17, 17, 0.1);
    padding-top: 0.85rem;
    padding-bottom: 0.85rem;
}

.product-image-modal-meta-line + .product-image-modal-meta-line {
    margin-top: 0.2rem;
}

.product-image-modal-meta-line strong {
    color: var(--color-charcoal);
}

.product-image-modal-description {
    text-align: center;
    color: var(--color-warm);
    font-style: italic;
}

.product-image-modal-allergens {
    text-align: center;
    color: var(--color-warm);
    opacity: 0.86;
    font-size: 0.82rem;
}

.product-image-close-btn {
    position: absolute;
    top: 0.75rem;
    right: 0.75rem;
    z-index: 3;
    width: 2rem;
    height: 2rem;
    border-radius: 999px;
    padding: 0;
    line-height: 1;
}

.admin-chip {
    padding: 0.3rem 0.65rem;
    border-radius: 999px;
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #fff;
    background: var(--color-charcoal);
}

.admin-panel {
    padding: 1.2rem;
    border-radius: 10px;
    border: 1px solid rgba(177, 20, 27, 0.2);
    background: rgba(255, 255, 255, 0.94);
    box-shadow: var(--shadow-soft);
}

.admin-panel.is-locked {
    opacity: 0.56;
    filter: saturate(0.5);
}

.js-hours-settings-fieldset {
    margin: 0;
    padding: 0;
    border: 0;
}

.admin-tabs {
    gap: 0.5rem;
}

.admin-tabs .nav-link {
    border: 1px solid rgba(177, 20, 27, 0.24);
    border-radius: 0;
    color: var(--color-charcoal);
    background: rgba(255, 255, 255, 0.95);
}

.admin-tabs .nav-link.active {
    background: var(--color-charcoal);
    color: #fff;
    border-color: var(--color-charcoal);
}

.hours-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.65rem;
}

.hours-day-card {
    border: 1px solid rgba(17, 17, 17, 0.12);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.92);
    padding: 0.55rem;
}

.hours-day-card .form-label {
    font-size: 0.9rem;
    font-weight: 600;
}

.admin-product-card {
    padding: 1rem;
    border: 1px solid rgba(17, 17, 17, 0.12);
    border-radius: 8px;
    background: #fff;
}

.admin-code-version {
    font-size: 0.72rem;
    letter-spacing: 0.08em;
    opacity: 0.72;
}

.admin-product-card.is-inactive {
    opacity: 0.65;
}

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

.admin-product-meta {
    display: flex;
    align-items: center;
    gap: 0.85rem;
}

.admin-product-thumb {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 8px;
    border: 1px solid rgba(17, 17, 17, 0.16);
}

.admin-image-picker {
    border: 0;
    background: transparent;
    padding: 0;
    border-radius: 8px;
    line-height: 0;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.admin-image-picker:hover {
    transform: translateY(-1px);
    box-shadow: 0 10px 18px rgba(31, 28, 25, 0.18);
}

.admin-image-picker:focus-visible {
    outline: 2px solid rgba(177, 20, 27, 0.55);
    outline-offset: 2px;
}

.admin-favicon-thumb {
    width: 48px;
    height: 48px;
}

.inline-image-picker {
    border-radius: 8px;
}

.inline-image-thumb {
    width: 140px;
    height: 96px;
    object-fit: cover;
    border-radius: 8px;
    border: 1px solid rgba(17, 17, 17, 0.16);
    box-shadow: 0 10px 18px rgba(31, 28, 25, 0.12);
}

.admin-icon-btn {
    width: 2.2rem;
    height: 2.2rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border-radius: 999px;
}

.admin-icon-link {
    width: 2rem;
    height: 2rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.admin-icon {
    width: 1.05rem;
    height: 1.05rem;
}

.admin-icon-spinner {
    animation: admin-spin 0.8s linear infinite;
}

.create-product-submit-btn:disabled {
    opacity: 0.75;
}

.settings-input-action {
    width: 2.4rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.admin-product-actions {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.admin-translations-table {
    min-width: 980px;
}

.admin-translations-col-key {
    min-width: 240px;
}

.admin-translations-col-locale {
    min-width: 320px;
}

.admin-translation-input {
    min-width: 280px;
}

@keyframes shine {
    to {
        background-position-x: -200%;
    }
}

@keyframes admin-spin {
    to {
        transform: rotate(360deg);
    }
}

@media (max-width: 767.98px) {
    .hero {
        min-height: 86vh;
        padding-top: 3rem;
    }

    .hero-title {
        font-size: 2.2rem;
    }

    .hero-lead {
        font-size: 1rem;
    }

    .product-slider .carousel-control-prev,
    .product-slider .carousel-control-next {
        display: none;
    }

    .cart-table {
        min-width: 760px;
    }

    .cart-table th:first-child,
    .cart-table td:first-child {
        min-width: 250px;
    }

    .cart-table th:nth-child(2),
    .cart-table td:nth-child(2),
    .cart-table th:nth-child(4),
    .cart-table td:nth-child(4) {
        min-width: 140px;
    }

    .instagram-placeholder {
        height: 110px;
    }

    .map-section {
        padding: 2rem 0;
    }

    .map-section iframe {
        width: calc(100% - 1rem);
    }

    .visit-shell {
        padding: 0.8rem;
    }

    .about-luxury-shell {
        padding: 1rem;
    }

    .story-shell,
    .shop-shell {
        padding: 1rem;
    }

    .products-subcategory-heading {
        font-size: 1.03rem;
        padding-bottom: 0.28rem;
    }

    .products-floating-cart {
        width: 3rem;
        height: 3rem;
        right: 0.8rem;
        bottom: 0.8rem;
    }

    .product-card-price {
        font-size: 0.96rem;
        white-space: nowrap;
    }

    .product-card .cart-price-badge {
        display: block;
        margin-left: 0;
        margin-top: 0.12rem;
        line-height: 1.05;
    }

    .cart-price-badge {
        font-size: 0.62rem;
        white-space: nowrap;
    }

    .product-slider .slider-img,
    .product-slider .luxury-product-media .product-image-primary,
    .product-slider .luxury-product-media .product-image-secondary {
        height: 320px;
        max-height: 320px;
    }

    .product-card-footer.has-portion-switcher {
        grid-template-columns: minmax(0, 1fr) auto;
        grid-template-areas:
            "switcher switcher"
            "price action";
        row-gap: 0.55rem;
        column-gap: 0.55rem;
    }

    .product-card-footer.has-portion-switcher .product-portion-switcher-wrap {
        grid-area: switcher;
        justify-content: center;
    }

    .product-card-footer.has-portion-switcher .product-card-price-wrap {
        grid-area: price;
        align-items: flex-start !important;
    }

    .product-card-footer.has-portion-switcher .product-card-action-slot {
        grid-area: action;
        justify-content: flex-end;
    }

    .mobile-cta-compact.btn.btn-lg {
        font-size: 0.95rem;
        padding: 0.55rem 1.05rem;
    }

    .footer .row > [class*="col-"] {
        margin-bottom: 1rem;
        text-align: center;
    }

    .footer .row > [class*="col-"] .d-flex {
        justify-content: center;
    }

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

    .admin-tabs .nav-item {
        width: 100%;
    }

    .admin-tabs .nav-link {
        width: 100%;
        text-align: center;
        line-height: 1.2;
        min-height: 2.6rem;
    }

    .admin-translations-col-key {
        min-width: 200px;
    }

    .admin-translations-col-locale {
        min-width: 280px;
    }

    .admin-translation-input {
        min-width: 240px;
    }
}

@media (min-width: 992px) {
    .hours-grid {
        grid-template-columns: repeat(7, minmax(0, 1fr));
    }
}
