:root {
    --color-sand: #f6f1ea;
    --color-cream: #fcfaf6;
    --color-gold: #b78a4a;
    --color-charcoal: #1f1c19;
    --color-warm: #5f5348;
    --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%;
    overflow-x: hidden;
}

body {
    font-family: 'Inter', sans-serif;
    color: var(--color-charcoal);
    background: linear-gradient(180deg, #fff 0%, var(--color-cream) 70%, #fff 100%);
}

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

.brand {
    font-family: 'Playfair Display', serif;
    font-size: 28px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

h1,
h2,
h3 {
    font-family: 'Playfair Display', serif;
}

.main-navbar {
    position: sticky;
    top: 0;
    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: transparent;
    box-shadow: none;
}

.navbar-solid,
.navbar-home.navbar-scrolled {
    background-color: rgba(252, 250, 246, 0.96);
    backdrop-filter: blur(12px);
    box-shadow: 0 12px 30px rgba(31, 28, 25, 0.08);
}

.home-page .navbar-home .brand,
.home-page .navbar-home .nav-link {
    color: var(--color-charcoal);
    text-shadow: none;
}

.home-page .navbar-home .navbar-toggler {
    filter: none;
}

.home-page .navbar-home.navbar-scrolled .brand,
.home-page .navbar-home.navbar-scrolled .nav-link,
.inner-page .brand,
.inner-page .nav-link {
    color: var(--color-charcoal);
}

.home-page .navbar-home.navbar-scrolled .navbar-toggler,
.inner-page .navbar-toggler {
    filter: none;
}

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

.nav-admin-link {
    font-weight: 700;
}

.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;
}

.lang-switch-link {
    font-size: 0.78rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.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;
}

@media (max-width: 991.98px) {
    .main-navbar .navbar-collapse {
        margin-top: 0.75rem;
        border-radius: 14px;
        padding: 1rem;
        background: rgba(252, 250, 246, 0.95);
        backdrop-filter: blur(16px);
        box-shadow: var(--shadow-soft);
    }

    .home-page .navbar-home:not(.navbar-scrolled) .navbar-collapse {
        background: rgba(252, 250, 246, 0.96);
    }

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

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

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

.hero {
    position: relative;
    background: url('../img/placeholder.jpg') center/cover 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,
.legal-page,
.privacy-page {
    position: relative;
}

.about-luxury {
    background:
        radial-gradient(circle at 10% 0%, rgba(183, 138, 74, 0.12), transparent 40%),
        linear-gradient(180deg, #fff 0%, #faf6ee 100%);
}

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

.story-shell {
    border: 1px solid rgba(183, 138, 74, 0.2);
    border-radius: 20px;
    padding: 1.25rem;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: var(--shadow-soft);
}

.story-media-wrap,
.shop-media-wrap {
    position: relative;
    border-radius: 14px;
    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;
}

.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(183, 138, 74, 0.2);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.92);
    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(183, 138, 74, 0.14), transparent 42%),
        linear-gradient(180deg, #fdfbf7 0%, #f6efe3 100%);
}

.shop-shell {
    border: 1px solid rgba(183, 138, 74, 0.22);
    border-radius: 20px;
    padding: 1.25rem;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: var(--shadow-soft);
}

.about-luxury-shell {
    border: 1px solid rgba(183, 138, 74, 0.22);
    border-radius: 22px;
    padding: 1.4rem;
    background: rgba(255, 255, 255, 0.95);
    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: 14px;
    overflow: hidden;
    box-shadow: 0 18px 36px rgba(31, 28, 25, 0.16);
}

.about-image-wrap img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.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(183, 138, 74, 0.2);
    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(183, 138, 74, 0.2);
    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(183, 138, 74, 0.24);
    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;
    max-width: 760px;
    margin: 1rem auto 0;
}

.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: linear-gradient(180deg, #fff 0%, #faf5ee 100%);
}

.luxury-product-card {
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid rgba(183, 138, 74, 0.22);
    border-radius: 20px;
    padding: 1.4rem;
    box-shadow: var(--shadow-soft);
}

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

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

.product-card {
    border: none;
    border-radius: 16px;
    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(183, 138, 74, 0.2);
}

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

.product-card img {
    height: 280px;
    object-fit: cover;
    transition: transform 0.45s ease, filter 0.45s ease;
}

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

.product-card:hover img {
    transform: scale(1.03);
    filter: saturate(1.08);
}

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

.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%;
}

.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-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;
}

.carousel-control-prev,
.carousel-control-next {
    width: 8%;
}

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

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

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

.instagram-item {
    border-radius: 12px;
    overflow: hidden;
    display: block;
    padding: 2px;
    background: linear-gradient(145deg, rgba(183, 138, 74, 0.6), rgba(183, 138, 74, 0.2));
    border: 1px solid rgba(183, 138, 74, 0.28);
    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: 10px;
    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, #fbf8f2 0%, #f6efe4 100%);
}

.visit-shell {
    max-width: 1100px;
    margin: 0 auto;
    border: 1px solid rgba(183, 138, 74, 0.22);
    border-radius: 18px;
    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: 12px;
    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: 14px;
    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;
}

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

.cart-item-image {
    width: 64px;
    height: 64px;
    object-fit: cover;
    border-radius: 10px;
}

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

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

.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;
}

.auth-card {
    max-width: 460px;
    padding: 1.5rem;
    border-radius: 16px;
    border: 1px solid rgba(183, 138, 74, 0.2);
    background: rgba(255, 255, 255, 0.93);
    box-shadow: var(--shadow-soft);
}

.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: 14px;
    border: 1px solid rgba(183, 138, 74, 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(183, 138, 74, 0.24);
    border-radius: 999px;
    color: var(--color-charcoal);
    background: rgba(255, 255, 255, 0.82);
}

.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(183, 138, 74, 0.2);
    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(183, 138, 74, 0.2);
    border-radius: 12px;
    background: #fff;
}

.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: 10px;
    border: 1px solid rgba(183, 138, 74, 0.25);
}

.admin-image-picker {
    border: 0;
    background: transparent;
    padding: 0;
    border-radius: 10px;
    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(183, 138, 74, 0.65);
    outline-offset: 2px;
}

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

.inline-image-thumb {
    width: 140px;
    height: 96px;
    object-fit: cover;
    border-radius: 12px;
    border: 1px solid rgba(183, 138, 74, 0.26);
    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;
}

@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;
    }

    .carousel-control-prev,
    .carousel-control-next {
        width: 12%;
    }

    .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-floating-cart {
        width: 3rem;
        height: 3rem;
        right: 0.8rem;
        bottom: 0.8rem;
    }
}

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