.reel-card-layout { padding: 24px 16px; }
.reel-card-layout .reel-head { display: flex; align-items: baseline; justify-content: space-between; margin-bottom: 8px; }
.reel-card-layout .reel-scroller { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(240px, 280px); gap: 14px; overflow-x: auto; padding-bottom: 10px; }
.reel-card { position: relative; border-radius: 12px; overflow: hidden; box-shadow: 0 8px 20px rgba(0,0,0,0.18); background: #000; }
.reel-card video { width: 100%; height: 360px; object-fit: cover; display: block; }
.reel-overlay { position: absolute; left: 0; right: 0; bottom: 0; background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.72) 100%); color: #fff; padding: 10px; display: grid; grid-template-columns: 40px 1fr; gap: 8px; align-items: center; box-shadow: 0 -6px 16px rgba(0,0,0,0.25); }
.reel-overlay img { width: 40px; height: 40px; object-fit: cover; border-radius: 6px; box-shadow: 0 2px 8px rgba(0,0,0,0.4); }
.reel-title { font-weight: 700; line-height: 1.2; }
.reel-meta { font-size: 12px; opacity: 0.9; }
* { margin: 0; padding: 0; box-sizing: border-box; }
:root {
    --rose: #ffbdd1;
    --peach: #ffd9c7;
    --mint: #dbffef;
    --ink: #2b2f38;
    --muted: #6b7280;
    --accent: #5b8def;
}

.catalog-product-card .theme-media { position: relative; }
.catalog-product-card .theme-media img { transition: transform .35s ease; }
.catalog-product-card:hover .theme-media img { transform: scale(1.015); }
.catalog-product-card .overlay { display: none; }
.product-badge { position: absolute; top: 12px; left: 12px; padding: 6px 9px; background: rgba(252, 249, 241, .94); color: #201f1c; font-size: .64rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.product-compare { margin-top: 6px; color: #777168; font-size: .78rem; text-decoration: line-through; }

@media (prefers-reduced-motion: reduce) {
    .catalog-product-card .theme-media img { transition: none; }
}

html {
    height: 100%;
    max-width: 100%;
    overflow-x: hidden;
}
html.lenis, html.lenis body {
    height: auto;
}
.lenis.lenis-smooth {
    scroll-behavior: auto !important;
}
.lenis.lenis-smooth [data-lenis-prevent] {
    overscroll-behavior: contain;
}
.lenis.lenis-stopped {
    overflow: hidden;
}
.lenis.lenis-smooth iframe {
    pointer-events: none;
}
/* Lenis support for modal scrollable areas */
.modal-right-scroll[data-lenis-prevent],
#myOrdersModal .modal-body[data-lenis-prevent],
#authModal .modal-body[data-lenis-prevent] {
    height: 100%;
}
.modal-right-scroll[data-lenis-prevent].lenis,
#myOrdersModal .modal-body[data-lenis-prevent].lenis,
#authModal .modal-body[data-lenis-prevent].lenis {
    height: auto;
}
.modal-right-scroll.lenis-smooth,
#myOrdersModal .modal-body.lenis-smooth,
#authModal .modal-body.lenis-smooth {
    scroll-behavior: auto !important;
}
body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: var(--ink);
    background: linear-gradient(120deg, #ffffff 0%, #ffe5e5 25%, #ffb3b3 50%, #ff7a7a 75%, #ff4d4d 100%);
    background-size: 300% 300%;
    background-attachment: fixed;
    animation: gradient-pan 18s linear infinite;
    min-height: 100vh;
    overflow-x: hidden;
}
/* Lock background scroll when modal is open */
body.modal-open { overflow: hidden; }

@keyframes gradient-pan {
    0% { background-position: 0% 50%; }
    100% { background-position: 100% 50%; }
}

/* Header */
.site-header {
    position: sticky; top: 0; z-index: 20;
    display: grid; grid-template-columns: 1fr auto 1fr; align-items: center;
    gap: 12px; padding: 12px 20px; background: rgba(255,255,255,.9);
    backdrop-filter: saturate(180%) blur(10px);
    border-bottom: 1px solid #f1f5f9;
}
.brand { display: inline-flex; align-items: center; justify-content: center; text-decoration: none; }
.brand-logo { height: 60px; width: auto; object-fit: contain; display: block; }
.icon-btn { border: 1px solid #e5e7eb; background: #fff; border-radius: 10px; padding: 8px; cursor: pointer; transition: transform .15s ease, box-shadow .2s ease; position: relative; }
.icon-btn:hover { transform: translateY(-1px); box-shadow: 0 10px 24px rgba(0,0,0,.06); }
.header-right { display: flex; gap: 10px; justify-content: flex-end; align-items: center; }
.mobile-footer { display: none; position: fixed; left: 0; right: 0; bottom: 0; z-index: 65; padding: 8px 12px; gap: 10px; background: rgba(255,255,255,.95); border-top: 1px solid #e5e7eb; backdrop-filter: blur(10px); --mobile-footer-height: 72px; }
.mobile-footer-btn { flex: 1; border: 1px solid #e5e7eb; background: #fff; border-radius: 12px; padding: 10px 12px; font-weight: 700; display: inline-flex; align-items: center; justify-content: center; gap: 6px; position: relative; }
.mobile-footer-btn.cta-btn { background: #ef4444; border-color: #ef4444; color: #fff; }
.mobile-footer-btn.cta-btn:hover { background: #dc2626; border-color: #dc2626; }
.mobile-footer-btn.icon { flex: 0 0 auto; border: none; background: transparent; padding: 6px 4px; font-weight: 600; }
.mobile-footer-group { display: inline-flex; align-items: center; gap: 8px; padding: 6px 10px; border: 1px solid #e5e7eb; border-radius: 12px; background: #fff; }
.mobile-footer-divider { color: #9ca3af; font-weight: 700; padding: 0 4px; }
.mobile-footer-btn .cart-badge { position: absolute; top: -6px; right: 10px; }
.cart-badge { position: absolute; top: -6px; right: -6px; background: #ef4444; color: #fff; border-radius: 999px; padding: 2px 6px; font-size: 11px; font-weight: 700; }
.cta-btn { display: inline-flex; align-items: center; justify-content: center; padding: 10px 14px; border-radius: 10px; background: #ef4444; color: #fff; text-decoration: none; font-weight: 700; border: 1px solid #ef4444; box-shadow: 0 6px 16px rgba(239,68,68,.25); }
.cta-btn:hover { background: #dc2626; border-color: #dc2626; }
.greeting-text { color: #374151; font-weight: 600; white-space: nowrap; }
/* Hide greeting on small screens to preserve header layout */
.account-popover { position: absolute; right: 20px; top: 62px; width: min(320px, 92vw); background: #fff; border: 1px solid #e5e7eb; box-shadow: 0 12px 28px rgba(0,0,0,.12); border-radius: 12px; padding: 12px; z-index: 70; display: grid; gap: 10px; box-sizing: border-box; overflow: hidden; }
.account-popover[aria-hidden="true"] { display: none; }
.account-popover .ap-title { font-weight: 700; margin-bottom: 2px; }
.account-popover .ap-body { display: grid; gap: 8px; }
.account-popover .ap-line { display: grid; grid-template-columns: 24px 1fr; gap: 10px; align-items: center; }
.account-popover .ap-icon { display: inline-grid; place-items: center; color: #6b7280; }
.account-popover .ap-icon svg { width: 18px; height: 18px; color: #6b7280; }
.account-popover .ap-value { overflow-wrap: anywhere; word-break: break-word; color: #111827; }

/* Filter bar */
.filter-bar { display: grid; grid-template-columns: 1fr auto; gap: 10px; padding: 12px 20px; border-bottom: 1px solid #eef2f7; background: transparent; }
.filter-bar.pushed { margin-top: 10px; background: transparent; border-bottom-color: #ff6b6b; }
.filters { display: flex; flex-wrap: wrap; gap: 8px; }
.filter-btn { border: 1px solid #e5e7eb; background: #fff; border-radius: 999px; padding: 8px 12px; cursor: pointer; }
.filter-btn:hover { background: #f8fafc; }
.filters-aux { display: flex; gap: 8px; align-items: center; }
.filters-aux #filterSearch { min-width: 240px; border: 1px solid #e5e7eb; background: #fff; border-radius: 999px; padding: 8px 12px; }

/* Layout */
.layout { display: grid; grid-template-columns: 1fr 40vw; gap: 16px; padding: 16px 20px; }
.hero-layout { align-items: center; min-height: calc(100vh - 90px); }
.hero-left { display: grid; gap: 10px; align-content: center; padding-right: 20px; }
.hero-left h1 { font-size: clamp(28px, 5vw, 48px); }
.hero-left h3 { font-size: clamp(18px, 2.6vw, 26px); font-weight: 500; }
.hero-left h5 { font-size: clamp(14px, 2vw, 18px); font-weight: 500; }
.themes-area { min-height: 80vh; }
.themes-area.pushed { padding: 0 20px 20px; }
.special-section { padding: 12px 20px 4px; }
.special-head { display: grid; gap: 6px; margin-bottom: 8px; }
.special-scroller { display: grid; grid-auto-flow: column; grid-auto-columns: 260px; gap: 12px; overflow-x: auto; padding-bottom: 8px; }
.special-card { background: #fff; border: 1px solid #e5e7eb; border-radius: 16px; overflow: hidden; display: grid; }
.special-card img { width: 100%; height: 160px; object-fit: cover; display: block; }
.special-card .body { padding: 10px; display: grid; gap: 4px; }
.booking-panel { height: 80vh; border: 1px solid #e5e7eb; border-radius: 16px; overflow: hidden; background: #fff; display: grid; grid-template-rows: 220px 1fr; transition: transform 0.2s ease, box-shadow 0.2s ease; }
.booking-panel[data-click-wired="1"]:hover { transform: translateY(-2px); box-shadow: 0 8px 25px rgba(0,0,0,0.15); }
.booking-cover { background: linear-gradient(135deg, var(--rose), var(--peach)); position: relative; }
.booking-cover img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease-in-out, opacity .6s ease-in-out; opacity: 0; }
.booking-cover img.is-current { transform: translateX(0); opacity: 1; z-index: 2; }
.booking-cover img.is-next { transform: translateX(-100%); opacity: 1; z-index: 1; }
.booking-cover img.slide-out-right { transform: translateX(100%); opacity: .95; }
.booking-cover img.slide-in-center { transform: translateX(0); opacity: 1; }
.booking-panel.carousel-only { grid-template-rows: 100%; }
.booking-body { padding: 16px; display: grid; gap: 12px; align-content: start; }
.muted { color: var(--muted); }
.field { display: grid; gap: 6px; }
.field.full { grid-column: 1 / -1; }
.phone-input {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 8px;
  align-items: center;
}
.phone-input .phone-cc,
.phone-input .phone-num {
  width: 100%;
}
@media (max-width: 680px) {
  .phone-input { grid-template-columns: 1fr; }
}
.primary-btn { background: var(--accent); color: #fff; border: 0; border-radius: 10px; padding: 10px 14px; cursor: pointer; }
.primary-btn.full { width: 100%; }
.primary-btn { position: relative; }
.primary-btn.show-tooltip::after {
  content: attr(data-tooltip);
  position: absolute;
  bottom: 120%;
  right: 0;
  background: #111827;
  color: #fff;
  padding: 6px 8px;
  border-radius: 6px;
  font-size: 12px;
  white-space: nowrap;
  box-shadow: 0 6px 18px rgba(0,0,0,.2);
}
/* Secondary button (e.g., Login via OTP) – styled similar to primary */
.secondary-btn {
  border: 1px solid var(--accent);
  background: #fff;
  color: var(--accent);
  border-radius: 10px;
  padding: 10px 14px;
  cursor: pointer;
  transition: transform .15s ease, box-shadow .2s ease, background-color .2s ease;
}
.secondary-btn:hover {
  background: rgba(91, 141, 239, .08);
  box-shadow: 0 6px 16px rgba(91,141,239,.25);
  transform: translateY(-1px);
}
.secondary-btn:disabled {
  opacity: .6;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}
.secondary-btn.full { width: 100%; }
.slot-chips { display: grid; grid-template-columns: repeat(auto-fill, minmax(90px, 1fr)); gap: 8px; }
.slot-chips .chip { padding: 8px 10px; border: 1px solid #e5e7eb; border-radius: 999px; text-align: center; cursor: pointer; background: #fff; }
.slot-chips .chip.active { background: #111827; color: #fff; border-color: #111827; }
.slot-chips .chip.hold { background: #fef3c7; border-color: #f59e0b; color: #92400e; }

/* Cards grid inspired by reference */
.themes-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 16px; }
.theme-card { background: #fff; border: 1px solid #e5e7eb; border-radius: 24px; padding: 0; overflow: hidden; box-shadow: 0 10px 24px rgba(0,0,0,.06); display: grid; }
.theme-media { position: relative; }
.theme-media img { width: 100%; height: 200px; object-fit: cover; display: block; }
.theme-media .overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,0) 40%, rgba(0,0,0,.55) 100%); opacity: 0; transition: opacity .2s ease; }
.theme-card:hover .overlay { opacity: 1; }
.theme-body { padding: 12px 14px; display: grid; gap: 6px; }
.theme-title { display: flex; align-items: baseline; justify-content: space-between; gap: 6px; font-weight: 700; }
.theme-title .price { font-weight: 700; font-size: 1rem; color: var(--ink); }
.theme-meta { display: grid; gap: 6px; color: var(--muted); font-size: .9rem; }
.theme-branches { color: var(--muted); font-size: .85rem; }
.theme-actions { display: flex; justify-content: space-between; align-items: center; margin-top: 4px; }
.ghost-btn { border: 1px solid #e5e7eb; background: #fff; border-radius: 999px; padding: 6px 10px; cursor: pointer; }

/* Cart drawer */
.cart-drawer { position: fixed; top: 0; right: 0; width: min(380px, 92vw); height: 100dvh; background: #fff; border-left: 1px solid #e5e7eb; transform: translateX(100%); transition: transform .25s ease; z-index: 50; display: grid; grid-template-rows: auto 1fr auto; }
.cart-drawer.open { transform: translateX(0); }
.cart-header { display: flex; align-items: center; justify-content: space-between; padding: 14px 16px; border-bottom: 1px solid #eef2f7; }
.cart-items { overflow: auto; padding: 10px 12px; display: grid; gap: 8px; align-content: start; grid-auto-rows: minmax(min-content, max-content); }
.cart-item { display: grid; grid-template-columns: 48px 1fr auto; gap: 8px; align-items: center; border: 1px solid #eef2f7; border-radius: 10px; padding: 6px 8px; background: #fff; align-self: start; height: auto; }
.cart-item img { width: 48px; height: 48px; object-fit: cover; border-radius: 6px; }
.cart-item strong { font-size: .95rem; }
.cart-item .muted { font-size: .85rem; }
.cart-item > div:nth-child(2) { display: grid; gap: 2px; }
.cart-item > div:last-child { display: grid; gap: 6px; justify-items: end; }
.cart-footer { border-top: 1px solid #eef2f7; padding: calc(12px + env(safe-area-inset-bottom)) 16px 12px; display: grid; gap: 10px; background: #fff; }
.cart-total { display: flex; justify-content: space-between; align-items: center; }
.backdrop { position: fixed; inset: 0; background: rgba(0,0,0,.35); z-index: 40; }

@media (max-width: 1000px) {
    .layout { grid-template-columns: 1fr; }
    .hero-layout { align-items: start; min-height: auto; padding-top: 0; padding-bottom: 0; }
    .hero-left { align-content: start; padding-top: 0; padding-bottom: 0; }
    /* Ensure carousel has comfortable height on mobile */
    .booking-panel { 
        order: -1; 
        height: clamp(260px, 48vh, 520px); 
        grid-template-rows: 100%;
    }
    .booking-panel.carousel-only { 
        height: clamp(260px, 48vh, 520px);
        grid-template-rows: 100%;
    }
}

/* Mobile-first modal/cart/auth fixes */
@media (max-width: 768px) {
    .site-header { padding: 8px 12px; }
    .brand-logo { height: 48px; }
    .modal { align-items: stretch; justify-content: stretch; }
    .modal-content { width: 100vw; height: 100dvh; border-radius: 0; }
    #myOrdersModal .modal-content { width: 100vw; height: 100dvh; border-radius: 0; }
    .modal-body { grid-template-columns: 1fr !important; grid-template-rows: auto 1fr !important; gap: 12px; padding: 12px; }
    .modal-left { grid-template-rows: auto; }
    .carousel { height: clamp(300px, 45vh, 420px); }
    .modal-right { grid-template-rows: 1fr auto; }
    .modal-right-scroll { max-height: none; }
    .greeting-text { display: none !important; }
    body { padding-bottom: calc(72px + env(safe-area-inset-bottom)); }
    .header-left, .header-right { display: none; }
    .mobile-footer { display: flex; }
    .mobile-footer-btn.cta-btn { flex: 0 0 auto; padding: 8px 10px; font-size: 0.85rem; margin-right: auto; }
    .cart-drawer { height: 100dvh; }
    .cart-footer { padding-bottom: calc(12px + 72px + env(safe-area-inset-bottom)); }
    #myOrdersModal .modal-content { width: 100vw; height: 100dvh; border-radius: 0; }
    #myOrdersModal .modal-body { padding-bottom: 90px; }

    /* Auth modal: stack sign-in on top, create on bottom */
    #authModal .modal-content { width: 100vw; height: 100dvh; border-radius: 0; }
    #authModal .modal-body { grid-template-columns: 1fr; grid-template-rows: auto 1px auto; }
    #authModal .modal-right { order: 1; }
    #authModal .modal-divider { order: 2; width: 100%; height: 1px; }
    #authModal .modal-left { order: 3; }

    /* Prevent any horizontal overflow from grids */
    .themes-grid { grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); }

    /* Theme modal specific */
    #themeModal .modal-content { 
        width: 100vw; 
        height: auto; 
        max-height: 100dvh; 
        overflow: auto; 
        -webkit-overflow-scrolling: touch; 
        border-radius: 0; 
    }
    #themeModal .modal-body { grid-template-columns: 1fr !important; grid-template-rows: auto auto !important; }
    #themeModal .modal-right-scroll { overflow: visible; max-height: none; padding-bottom: 92px; }
    #themeModal #modalAddBtn { position: static; width: 100%; margin-top: 8px; box-shadow: 0 10px 22px rgba(91,141,239,.25); }
    #themeModal .mobile-modal-spacer { display: block; height: 92px; }
}

/* Footer */
.site-footer { margin-top: 20px; padding: 16px 20px; border-top: 1px solid #eef2f7; background: rgba(255,255,255,.85); display: grid; gap: 8px; }
.footer-nav { display: flex; flex-wrap: wrap; gap: 12px; }
.footer-nav a { color: #374151; text-decoration: none; }
.footer-nav a:hover { text-decoration: underline; }
.footer-end { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.footer-copy { color: #6b7280; font-size: .9rem; }
.footer-copy .dev-credit { margin-left: 6px; }
.credit-link { color: #1f2937; font-weight: 700; text-decoration: none; border-bottom: 2px solid transparent; padding-bottom: 1px; }
.credit-link:hover { color: #111827; border-bottom-color: #111827; }
.footer-icons { display: flex; gap: 10px; }
.icon-link { display: inline-flex; align-items: center; justify-content: center; width: 34px; height: 34px; border: 1px solid #e5e7eb; border-radius: 999px; color: #374151; background: #fff; text-decoration: none; }
.icon-link:hover { background: #f3f4f6; }

/* Modal for theme details */
.modal { position: fixed; inset: 0; display: none; align-items: center; justify-content: center; z-index: 60; }
.modal.open { display: flex; }
.modal-content { width: 80vw; max-width: 1100px; height: 80vh; border-radius: 16px; background: #fff; box-shadow: 0 20px 60px rgba(0,0,0,.2); display: grid; grid-template-rows: auto 1fr; overflow: hidden; }
.modal-header { display: flex; align-items: center; justify-content: space-between; padding: 12px 14px; border-bottom: 1px solid #eef2f7; }
.modal-header .modal-actions { display: inline-flex; align-items: center; gap: 8px; }
.modal-body { display: grid; grid-template-columns: 1fr 380px; gap: 16px; padding: 14px; height: 100%; min-height: 0; }
.modal-body.auth-split { grid-template-columns: 1fr auto 1fr; }
.modal-divider { width: 1px; background: #e5e7eb; }
.modal-left { display: grid; grid-template-rows: 1fr auto; gap: 10px; min-height: 0; }
.carousel { position: relative; width: 100%; height: 100%; min-height: 300px; background: #f8fafc; border: 1px solid #eef2f7; border-radius: 12px; display: grid; place-items: center; overflow: hidden; }
.carousel img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; }
.carousel-nav { position: absolute; top: 50%; transform: translateY(-50%); background: rgba(255,255,255,.9); border: 1px solid #e5e7eb; border-radius: 999px; width: 36px; height: 36px; cursor: pointer; }
.carousel-nav#carouselPrev { left: 10px; }
.carousel-nav#carouselNext { right: 10px; }
.carousel-thumbs { display: grid; grid-auto-flow: column; gap: 8px; overflow: auto; }
.carousel-thumbs img { width: 72px; height: 56px; object-fit: cover; border: 2px solid transparent; border-radius: 6px; cursor: pointer; }
.carousel-thumbs img.active { border-color: var(--accent); }
.modal-right { display: grid; grid-template-rows: 1fr auto; gap: 10px; min-height: 0; }
.modal-right-scroll { overflow: auto; padding-right: 6px; display: grid; align-content: start; gap: 10px; min-height: 0; max-height: 100%; }
.modal-price { font-weight: 800; font-size: 1.2rem; }
.modal-desc { color: var(--muted); }
.modal-meta { font-size: .9rem; color: var(--muted); }
.mobile-modal-spacer { display: none; }
.lightbox { position: fixed; inset: 0; display: none; align-items: center; justify-content: center; background: rgba(0,0,0,.78); z-index: 80; padding: 20px; }
.lightbox.open { display: flex; }
.lightbox img { max-width: min(1200px, 92vw); max-height: 90vh; object-fit: contain; border-radius: 12px; background: #0b1220; box-shadow: 0 20px 60px rgba(0,0,0,.45); }
.lightbox-close { position: absolute; top: 16px; right: 16px; border: 1px solid rgba(255,255,255,.35); color: #fff; background: rgba(0,0,0,.4); border-radius: 999px; padding: 6px 12px; cursor: pointer; }
.lightbox-close:hover { background: rgba(0,0,0,.65); }
.addons-list { display: grid; gap: 8px; }
.addon-row { display: grid; grid-template-columns: 1fr auto; gap: 8px; align-items: center; border: 1px solid #eef2f7; border-radius: 8px; padding: 8px 10px; background: #fff; }
.addon-row .name { font-weight: 600; }
.addon-row .desc { color: var(--muted); font-size: .9rem; }
.addon-row .price { font-weight: 700; }
.addon-row > div:last-child { display: inline-flex; align-items: center; gap: 10px; }

/* Modern inputs in modal (branch select, date picker) */
.modal-right select,
.modal-right input[type="date"] {
  border: 1px solid #e5e7eb;
  background: #fff;
  color: var(--ink);
  border-radius: 10px;
  padding: 10px 12px;
  font: inherit;
  outline: none;
}
.modal-right select:focus,
.modal-right input[type="date"]:focus {
  border-color: var(--accent);
  box-shadow: 0 0 0 3px rgba(91, 141, 239, .25);
}

/* Auth modal tweaks reuse existing modal styles */
#authModal .modal-body { grid-template-columns: 1fr 1fr; }
#authModal h4 { margin: 6px 0 10px; }
#authModal input[type="text"],
#authModal input[type="email"],
#authModal input[type="tel"],
#authModal input[type="password"],
#authModal select {
  border: 1px solid #e5e7eb;
  background: #fff;
  color: var(--ink);
  border-radius: 10px;
  padding: 10px 12px;
  font: inherit;
  outline: none;
}
#authModal input:focus, #authModal select:focus { border-color: var(--accent); box-shadow: 0 0 0 3px rgba(91,141,239,.25); }
#authModal .primary-btn.full { margin-top: 10px; }

/* Modern checkbox look using accent-color */
.addon-row input[type="checkbox"] {
  width: 18px;
  height: 18px;
  accent-color: var(--accent);
  cursor: pointer;
}

/* My Orders - elevated cards */
#myOrdersModal .modal-content { width: min(1000px, 94vw); height: min(86vh, 900px); }
#myOrdersList { display: grid; gap: 14px; }
#myOrdersList .order-card { 
  background: #fff; 
  border: 1px solid #e5e7eb; 
  border-radius: 16px; 
  box-shadow: 0 12px 28px rgba(0,0,0,.08);
  overflow: hidden;
}
#myOrdersList .order-card .order-header { 
  padding: 12px 14px; 
  background: linear-gradient(90deg, rgba(91,141,239,.08), rgba(255,255,255,1));
}
#myOrdersList .order-card .order-title { font-weight: 800; font-size: 1.05rem; }
#myOrdersList .order-card .order-meta { color: #6b7280; display: flex; flex-wrap: wrap; gap: 10px; margin-top: 4px; font-size: .92rem; }
#myOrdersList .order-card .order-details { padding: 12px 14px; display: grid; gap: 10px; }
#myOrdersList .order-card .order-details > div { 
  border: 1px solid #eef2f7; 
  border-radius: 12px; 
  padding: 10px 12px; 
  background: #fff; 
}
#myOrdersList .order-card .order-details > div:hover { box-shadow: 0 8px 20px rgba(0,0,0,.06); }
#myOrdersList .order-card .order-details strong { font-weight: 700; }
#myOrdersList .order-card .muted { color: #6b7280; }

/* Checkout popup - polished summary */
#bookingModal .modal-content { width: min(900px, 95vw); height: min(86vh, 860px); }
#bookingModal .modal-header { background: linear-gradient(90deg, rgba(91,141,239,.08), rgba(255,255,255,1)); }
#bookingModal .modal-body { display: block; padding: 16px; }
#bookingSummary { display: grid; gap: 12px; }
#bookingSummary > div { background: #fff; border: 1px solid #eef2f7; border-radius: 12px; padding: 10px 12px; box-shadow: 0 8px 18px rgba(0,0,0,.04); }
#bookingSummary > div .muted { color: #6b7280; }
#bookingSummary > div strong { font-weight: 800; }
#bookingSummary > div > div { margin: 4px 0; }
#bookingSummary .summary-total { display: flex; justify-content: space-between; align-items: center; font-weight: 800; }

/* Razorpay container styling */
#rzpContainer { margin-top: 14px; border: 1px dashed #d1d5db; background: #fafafa; border-radius: 12px; padding: 14px; }

/* Actions row inside checkout popup */
#bookingModal .modal-body .primary-btn { box-shadow: 0 10px 24px rgba(91,141,239,.25); }
#bookingModal .modal-body .primary-btn:hover { filter: brightness(0.98); }

/* Payment success modal – polished look */
#paymentSuccessModal .modal-content { width: min(560px, 94vw); border: 1px solid #dcfce7; box-shadow: 0 24px 60px rgba(22,163,74,.25); }
#paymentSuccessModal .modal-header { 
  background: linear-gradient(90deg, rgba(22,163,74,.12), rgba(255,255,255,1));
}
#paymentSuccessModal .modal-header h3 { display: inline-flex; align-items: center; gap: 8px; }
#paymentSuccessModal .modal-header h3::before {
  content: '✓';
  display: inline-grid;
  place-items: center;
  width: 22px; height: 22px;
  border-radius: 999px;
  background: #16a34a; color: #fff; font-weight: 900; font-size: 14px;
}
#paySuccessBody { display: grid; gap: 12px; }
#paySuccessBody > .muted { 
  background: #f0fdf4; color: #065f46; border: 1px solid #dcfce7; 
  padding: 10px 12px; border-radius: 10px; font-weight: 600;
}
#paySuccessBody > div:last-child { display: grid; gap: 6px; }
#paySuccessBody > div:last-child > div { 
  background: #ffffff; border: 1px solid #e5e7eb; border-left: 3px solid #16a34a; 
  padding: 8px 10px; border-radius: 8px; box-shadow: 0 8px 20px rgba(0,0,0,.04);
}

/* Payment success actions */
#paymentSuccessModal .modal-body .btn { 
  border: 1px solid #e5e7eb; background: #fff; color: #111827; 
  border-radius: 10px; padding: 10px 14px; cursor: pointer; 
  box-shadow: 0 10px 22px rgba(0,0,0,.06);
}
#paymentSuccessModal .modal-body .btn:hover { background: #f8fafc; }
#paymentSuccessModal .modal-body .primary-btn { 
  background: #5b8def; border: 0; color: #fff; 
  box-shadow: 0 12px 26px rgba(91,141,239,.35);
}
#paymentSuccessModal .modal-body .primary-btn:hover { filter: brightness(.98); }

@keyframes successPop {
  0% { transform: scale(.95); opacity: .6; }
  100% { transform: scale(1); opacity: 1; }
}
#paymentSuccessModal .modal-content { animation: successPop .25s ease-out; }

/* Booking confirmed: fine-grained content blocks */
#paymentSuccessBackdrop { background: rgba(22,163,74,.25); }

/* Container with key lines (Payment ID, Order ID, etc.) */
#paySuccessBody > div:nth-child(2) {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  padding: 10px 12px;
  box-shadow: 0 8px 18px rgba(0,0,0,.04);
}
#paySuccessBody > div:nth-child(2) > div {
  display: grid;
  gap: 6px;
}

/* Items section block and rows */
#paySuccessBody > div:nth-child(3) {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  padding: 10px 12px;
  box-shadow: 0 8px 18px rgba(0,0,0,.04);
}
#paySuccessBody > div:nth-child(3) > div { /* wrapper that contains the item lines */
  margin-top: 6px;
  display: grid;
  gap: 6px;
}
#paySuccessBody > div:nth-child(3) > div > div, /* initial render */
#paySuccessBody > div:last-child div > div {  /* fallback for updated markup */
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-left: 3px solid #16a34a;
  padding: 8px 10px;
  border-radius: 8px;
  box-shadow: 0 8px 20px rgba(0,0,0,.04);
}

/* Responsive tweaks for small screens */
@media (max-width: 520px) {
  #paymentSuccessModal .modal-content { width: 94vw; }
  #paymentSuccessModal .modal-header h3::before { width: 20px; height: 20px; font-size: 12px; }
}

/* VMAMBA public storefront ------------------------------------------------- */
:root {
    --ivory: #f5f1e8;
    --paper: #fffdf9;
    --charcoal: #242321;
    --black: #0b0b0a;
    --line: #d8d3ca;
    --accent: #7a3328;
    --muted: #6d6962;
    --display: Georgia, 'Times New Roman', serif;
    --sans: Inter, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    --page-gutter: clamp(18px, 4vw, 64px);
}

html { scroll-behavior: smooth; background: var(--paper); }
body {
    min-height: 100vh;
    color: var(--charcoal);
    background: var(--paper);
    background-image: none;
    animation: none;
    font-family: var(--sans);
    font-size: 15px;
    line-height: 1.5;
}
button, input, select { font: inherit; }
a, button { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 2px solid var(--accent); outline-offset: 3px; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 999; padding: 10px 14px; background: var(--black); color: #fff; transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }
.announcement-bar { min-height: 28px; display: grid; place-items: center; padding: 5px var(--page-gutter); color: #fff; background: var(--accent); font-size: 10px; letter-spacing: .15em; text-align: center; text-transform: uppercase; }

.site-header {
    top: 0;
    min-height: 76px;
    grid-template-columns: 1fr auto 1fr;
    padding: 8px var(--page-gutter);
    background: rgba(255,253,249,.97);
    backdrop-filter: none;
    border-color: var(--line);
}
.header-left, .header-right { display: flex; align-items: center; gap: 8px; }
.header-left { justify-content: flex-start; }
.brand-logo { width: auto; height: 52px; max-width: min(230px, 30vw); filter: grayscale(1) contrast(1.1); }
.icon-btn { min-width: 44px; min-height: 44px; display: inline-grid; place-items: center; padding: 10px; color: var(--black); background: transparent; border: 0; border-radius: 0; box-shadow: none; }
.icon-btn:hover { transform: none; box-shadow: none; background: var(--ivory); }
.menu-btn { display: none; }
.cta-btn { padding: 11px 18px; color: var(--black); background: transparent; border: 1px solid var(--black); border-radius: 0; box-shadow: none; font-size: 11px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.cta-btn:hover { color: #fff; background: var(--black); border-color: var(--black); }
.cart-badge { top: 2px; right: 0; min-width: 18px; padding: 1px 5px; background: var(--accent); }
.greeting-text { font-size: 12px; font-weight: 500; }
.account-popover { top: 66px; right: var(--page-gutter); border-color: var(--line); border-radius: 0; box-shadow: 0 16px 40px rgba(11,11,10,.12); }

.primary-nav { min-height: 43px; display: flex; align-items: center; justify-content: center; gap: clamp(20px, 3vw, 46px); padding: 0 var(--page-gutter); overflow-x: auto; border-bottom: 1px solid var(--line); background: var(--paper); scrollbar-width: none; }
.primary-nav::-webkit-scrollbar { display: none; }
.primary-nav a, .primary-nav button { flex: 0 0 auto; padding: 13px 0 11px; color: var(--charcoal); background: none; border: 0; text-decoration: none; font-size: 11px; letter-spacing: .13em; text-transform: uppercase; cursor: pointer; }
.primary-nav a:hover, .primary-nav button:hover { color: var(--accent); }
#dynamicCategoryNav { display: contents; }

.hero-layout { position: relative; min-height: min(790px, calc(100svh - 147px)); display: block; padding: 0; background: var(--ivory); overflow: hidden; }
.booking-panel { width: 100%; height: min(790px, calc(100svh - 147px)); min-height: 560px; border: 0; border-radius: 0; background: #d9d3c8; }
.booking-panel[data-click-wired="1"] { cursor: pointer; }
.booking-panel[data-click-wired="1"]:hover { transform: none; box-shadow: none; }
.booking-cover { background: var(--ivory); }
.booking-cover::after { content: ''; position: absolute; inset: 0; z-index: 3; background: linear-gradient(90deg, rgba(0,0,0,.5), rgba(0,0,0,.06) 62%, rgba(0,0,0,0)); pointer-events: none; }
.booking-cover::before { content: 'VMAMBA'; position: absolute; inset: 0; display: grid; place-items: center; color: rgba(36,35,33,.16); font: 500 clamp(34px, 8vw, 110px)/1 var(--sans); letter-spacing: .24em; z-index: 0; }
.booking-cover img { transition: opacity .7s ease; }
.hero-left { position: absolute; left: var(--page-gutter); bottom: clamp(42px, 9vh, 110px); z-index: 5; width: min(610px, calc(100% - 36px)); display: block; padding: 0; color: #fff; }
.eyebrow { margin: 0 0 14px; font-size: 10px; font-weight: 600; letter-spacing: .22em; text-transform: uppercase; }
.hero-left h1 { max-width: 680px; margin: 0; font: 400 clamp(48px, 6.2vw, 92px)/.98 var(--display); letter-spacing: -.035em; text-wrap: balance; }
.hero-left h3 { margin: 20px 0 0; color: inherit; font-size: clamp(15px, 1.5vw, 20px); font-weight: 400; letter-spacing: .02em; }
.hero-left h5 { margin: 7px 0 26px; color: rgba(255,255,255,.82); font-size: 13px; font-weight: 400; }
.text-link { display: inline-block; padding: 7px 0 5px; color: var(--black); border-bottom: 1px solid currentColor; text-decoration: none; font-size: 11px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.hero-left .text-link, .text-link.light { color: #fff; }

.storefront-section, .catalog-section { padding: clamp(64px, 8vw, 120px) var(--page-gutter); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: clamp(26px, 4vw, 48px); }
.section-heading h2, .catalog-intro h2, .campaign-copy h2 { margin: 0; font: 400 clamp(34px, 4.2vw, 62px)/1.06 var(--display); letter-spacing: -.025em; }
.section-heading .muted { margin-top: 10px; font-size: 14px; }
.category-tiles { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.category-tile { position: relative; min-height: 480px; padding: 0; overflow: hidden; color: #fff; background: var(--ivory); border: 0; border-radius: 0; cursor: pointer; text-align: left; }
.category-tile::after { content: ''; position: absolute; inset: 48% 0 0; background: linear-gradient(transparent, rgba(0,0,0,.56)); }
.category-tile img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.category-tile:hover img { transform: scale(1.015); }
.category-tile span { position: absolute; z-index: 2; left: 22px; right: 22px; bottom: 22px; display: grid; gap: 4px; }
.category-tile small { font-size: 9px; letter-spacing: .18em; text-transform: uppercase; }
.category-tile strong { font: 400 28px/1.1 var(--display); }

.special-section { background: #fff; }
.special-scroller { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); grid-auto-flow: initial; gap: clamp(10px, 1.5vw, 22px); overflow: visible; }
.special-card, .theme-card { min-width: 0; color: var(--charcoal); background: transparent; border: 0; border-radius: 0; box-shadow: none; cursor: pointer; }
.special-card img { aspect-ratio: 4 / 5; height: auto; object-fit: cover; background: var(--ivory); }
.special-card .body { padding: 14px 0 0; }
.theme-title { font-size: 13px; font-weight: 500; }
.theme-title .price { font-size: 13px; font-weight: 500; }
.theme-meta, .theme-branches { font-size: 11px; }

.campaign-edit { min-height: 680px; display: grid; grid-template-columns: minmax(300px, .8fr) minmax(0, 1.2fr); color: #fff; background: var(--black); }
.campaign-copy { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: clamp(56px, 8vw, 130px) var(--page-gutter); }
.campaign-copy h2 { max-width: 520px; font-size: clamp(46px, 5.6vw, 84px); }
.campaign-copy > p:not(.eyebrow) { max-width: 430px; margin: 26px 0 36px; color: rgba(255,255,255,.68); font-size: 16px; line-height: 1.8; }
.reel-card-layout { min-width: 0; display: flex; flex-direction: column; justify-content: center; padding: 50px var(--page-gutter) 50px 0; }
.reel-card-layout .reel-head { margin-bottom: 18px; }
.reel-card-layout .reel-scroller { grid-auto-columns: minmax(220px, 310px); gap: 10px; }
.reel-card { border: 1px solid rgba(255,255,255,.15); border-radius: 0; box-shadow: none; }
.reel-card video { height: min(520px, 62vh); }
.reel-overlay { background: rgba(0,0,0,.72); box-shadow: none; }
.reel-overlay img { border-radius: 0; box-shadow: none; }
.secondary-discovery { background: var(--ivory); }

.catalog-section { background: var(--paper); }
.catalog-intro { margin-bottom: 38px; }
.filter-bar { position: relative; display: grid; grid-template-columns: 1fr minmax(280px, 380px); gap: 24px; padding: 14px 0; background: transparent; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.filter-bar.pushed { margin-top: 0; background: transparent; border-bottom-color: var(--line); }
.filters { flex-wrap: nowrap; overflow-x: auto; scrollbar-width: none; }
.filter-btn { min-height: 44px; flex: 0 0 auto; padding: 10px 12px; color: var(--charcoal); background: transparent; border: 0; border-radius: 0; font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.filter-btn:hover, .filter-btn.active { color: var(--accent); background: transparent; }
.filters-aux { min-width: 0; }
.search-field { width: 100%; min-height: 44px; display: flex; align-items: center; gap: 9px; padding: 0 2px; border-bottom: 1px solid var(--charcoal); }
.filters-aux #filterSearch, .filters-aux select { width: 100%; min-width: 0; padding: 10px 4px; background: transparent; border: 0; border-radius: 0; }
.filters-aux #filterSearch:focus { outline: none; }
.themes-area { min-height: 340px; padding-top: 32px; }
.themes-area.pushed { padding: 32px 0 0; }
.themes-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 38px clamp(10px, 1.5vw, 22px); }
.theme-media { aspect-ratio: 4 / 5; overflow: hidden; background: var(--ivory); }
.theme-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.theme-card:hover .theme-media img { transform: scale(1.012); }
.theme-media .overlay { display: none; }
.theme-body { padding: 13px 0 0; gap: 5px; }
.ghost-btn { min-height: 38px; padding: 7px 0; color: var(--charcoal); background: transparent; border: 0; border-bottom: 1px solid currentColor; border-radius: 0; font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
.storefront-empty { grid-column: 1 / -1; min-height: 320px; display: grid; place-content: center; justify-items: center; padding: 48px 20px; color: var(--charcoal); background: var(--ivory); text-align: center; }
.storefront-empty .empty-mark { width: 54px; height: 54px; display: grid; place-items: center; margin-bottom: 22px; border: 1px solid var(--accent); border-radius: 50%; color: var(--accent); font: 400 22px/1 var(--display); }
.storefront-empty h3 { margin: 0 0 8px; font: 400 clamp(25px, 3vw, 38px)/1.1 var(--display); }
.storefront-empty p { max-width: 480px; color: var(--muted); }

.catalog-product-dialog { position: fixed; inset: 16px; z-index: 1000; width: min(1120px, calc(100vw - 32px)); max-height: calc(100dvh - 32px); margin: auto; padding: 0; overflow: auto; color: var(--charcoal); background: var(--paper); border: 1px solid var(--line); border-radius: 0; }
.catalog-product-dialog::backdrop { background: rgba(11,11,10,.68); }
body.catalog-dialog-open { overflow: hidden; }
.catalog-product-dialog[open] { display: block; }
.catalog-product-shell { position: relative; display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(340px, .9fr); }
.catalog-product-close { position: absolute; top: 14px; right: 14px; z-index: 3; width: 44px; height: 44px; display: grid; place-items: center; color: var(--charcoal); background: rgba(255,255,255,.92); border: 1px solid var(--line); cursor: pointer; font-size: 26px; }
.catalog-product-gallery { min-width: 0; padding: 20px; background: var(--ivory); }
.catalog-product-gallery > img { width: 100%; height: min(70dvh, 760px); display: block; object-fit: contain; background: var(--ivory); }
.catalog-product-thumbs { display: flex; gap: 8px; margin-top: 10px; overflow-x: auto; }
.catalog-product-thumbs button { flex: 0 0 66px; padding: 0; background: none; border: 1px solid var(--line); cursor: pointer; }
.catalog-product-thumbs button.active { border-color: var(--black); }
.catalog-product-thumbs img { width: 64px; height: 80px; display: block; object-fit: cover; }
.catalog-product-info { padding: clamp(48px, 6vw, 86px) clamp(26px, 4vw, 58px); overflow-y: auto; }
.catalog-product-info h2 { margin: 0; font: 400 clamp(38px, 4.5vw, 62px)/1.02 var(--display); }
.catalog-product-price { display: flex; align-items: baseline; gap: 12px; margin: 20px 0; }
.catalog-product-price strong { font-size: 18px; font-weight: 500; }
.catalog-product-price del { color: var(--muted); font-size: 13px; }
.catalog-product-lead, .catalog-product-description { color: var(--muted); line-height: 1.75; }
.catalog-product-options { margin: 30px 0; padding: 22px 0; border-block: 1px solid var(--line); }
.catalog-product-options > span { display: block; margin-bottom: 12px; font-size: 10px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
.catalog-product-options > div { display: flex; flex-wrap: wrap; gap: 7px; }
.catalog-product-options small { min-width: 48px; padding: 9px 11px; border: 1px solid var(--line); text-align: center; font-size: 11px; }
.catalog-product-specs { margin: 0 0 28px; }
.catalog-product-specs div { display: grid; grid-template-columns: 110px 1fr; gap: 14px; padding: 10px 0; border-bottom: 1px solid var(--line); }
.catalog-product-specs dt { color: var(--muted); font-size: 11px; }
.catalog-product-specs dd { margin: 0; font-size: 12px; }
.catalog-product-care { color: var(--muted); font-size: 11px; line-height: 1.6; }
.catalog-product-note { margin-top: 28px; padding: 16px; color: var(--muted); background: var(--ivory); font-size: 11px; line-height: 1.6; }
.product-detail-trigger { align-self: start; margin-top: 9px; padding: 5px 0 4px; color: var(--charcoal); background: none; border: 0; border-bottom: 1px solid currentColor; cursor: pointer; font: 600 9px/1.2 var(--sans); letter-spacing: .12em; text-transform: uppercase; }
.product-detail-trigger:focus-visible { outline: 2px solid var(--accent); outline-offset: 3px; }

.site-footer { padding: clamp(58px, 7vw, 100px) var(--page-gutter) 28px; color: #fff; background: var(--black); border: 0; }
.footer-brand-block { display: grid; grid-template-columns: 1fr 1fr; align-items: start; gap: 30px; padding-bottom: 60px; }
.footer-brand-block p { max-width: 340px; color: rgba(255,255,255,.6); }
.footer-wordmark { color: #fff; text-decoration: none; font: 500 clamp(40px, 7vw, 92px)/.9 var(--sans); letter-spacing: .13em; }
.footer-nav { display: flex; flex-wrap: wrap; gap: 16px 32px; padding: 28px 0; border-top: 1px solid rgba(255,255,255,.2); border-bottom: 1px solid rgba(255,255,255,.2); }
.footer-nav a, .site-footer a { color: inherit; }
.footer-nav a { font-size: 11px; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
.footer-end { padding-top: 24px; }
.footer-copy { color: rgba(255,255,255,.62); font-size: 11px; }
.footer-icons { color: #fff; }

.primary-btn { min-height: 44px; padding: 11px 15px; background: var(--black); border-radius: 0; font-size: 11px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.secondary-btn { min-height: 44px; color: var(--black); background: transparent; border: 1px solid var(--black); border-radius: 0; }
.secondary-btn:hover { color: #fff; background: var(--black); box-shadow: none; transform: none; }
.modal-content, .cart-drawer { border-radius: 0; }
.modal-header, .cart-header { border-color: var(--line); }
.modal-header h3, .cart-header h3 { font-family: var(--display); font-weight: 400; }
.field input, .field select, .coupon-row input { min-height: 44px; border: 1px solid var(--line); border-radius: 0; }
.slot-chips .chip { min-height: 42px; border-color: var(--line); border-radius: 0; }
.slot-chips .chip.active { background: var(--black); border-color: var(--black); }
.lightbox-close { border-radius: 0; }

@media (max-width: 900px) {
    .announcement-bar { min-height: 26px; }
    .site-header { min-height: 64px; padding-inline: 14px; }
    .menu-btn { display: inline-grid; }
    .header-left .cta-btn, .greeting-text { display: none; }
    .brand-logo { height: 42px; max-width: 36vw; }
    .primary-nav { position: fixed; top: 90px; left: 0; right: 0; z-index: 30; min-height: auto; display: none; justify-content: flex-start; padding: 8px 18px; background: var(--paper); box-shadow: 0 18px 30px rgba(0,0,0,.1); }
    .primary-nav.open { display: flex; }
    .hero-layout { height: auto; min-height: 0; display: flex; flex-direction: column; overflow: visible; }
    .booking-panel { height: 62svh; min-height: 500px; }
    .hero-left { position: static; width: 100%; padding: 46px var(--page-gutter) 52px; color: #fff; background: var(--black); }
    .hero-left h1 { max-width: 650px; }
    .mobile-footer { display: none !important; }
    .category-tiles, .special-scroller, .themes-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .category-tile { min-height: 430px; }
    .campaign-edit { grid-template-columns: 1fr; }
    .campaign-copy { min-height: 520px; }
    .reel-card-layout { padding: 20px var(--page-gutter) 70px; }
    .filter-bar { grid-template-columns: 1fr; }
    .catalog-product-shell { grid-template-columns: 1fr; }
    .catalog-product-gallery > img { height: min(58dvh, 620px); }
}

@media (max-width: 600px) {
    :root { --page-gutter: 16px; }
    .header-right { gap: 0; }
    .header-right .icon-btn { min-width: 40px; padding-inline: 8px; }
    .booking-panel { height: 62svh; min-height: 480px; }
    .hero-left { padding-block: 40px 48px; }
    .booking-cover::after { background: linear-gradient(0deg, rgba(0,0,0,.65), transparent 70%); }
    .hero-left h1 { font-size: clamp(42px, 14vw, 60px); }
    .hero-left h3 { margin-top: 16px; }
    .storefront-section, .catalog-section { padding-block: 62px; }
    .section-heading { align-items: start; }
    .section-heading > .text-link { display: none; }
    .category-tiles { display: flex; margin-inline: calc(var(--page-gutter) * -1); padding-inline: var(--page-gutter); gap: 8px; overflow-x: auto; scroll-snap-type: x mandatory; }
    .category-tile { flex: 0 0 78vw; min-height: 440px; scroll-snap-align: start; }
    .special-scroller, .themes-grid { gap: 28px 8px; }
    .special-card .body, .theme-body { padding-top: 10px; }
    .theme-title { display: grid; align-items: start; gap: 3px; font-size: 12px; }
    .theme-title .price { font-size: 12px; }
    .theme-meta { font-size: 10px; }
    .campaign-copy { min-height: 580px; }
    .campaign-copy h2 { font-size: clamp(46px, 14vw, 68px); }
    .reel-card-layout .reel-scroller { grid-auto-columns: 74vw; }
    .filter-bar { padding-top: 6px; }
    .filters { margin-inline: calc(var(--page-gutter) * -1); padding-inline: var(--page-gutter); }
    .footer-brand-block { grid-template-columns: 1fr; }
    .footer-wordmark { font-size: 46px; }
    .mobile-footer { display: none !important; }
    .modal .modal-content { width: calc(100vw - 16px) !important; height: min(92vh, 850px) !important; }
    .catalog-product-dialog { width: 100vw; max-width: none; max-height: 100dvh; height: 100dvh; border: 0; }
    .catalog-product-gallery { padding: 10px; }
    .catalog-product-gallery > img { height: 52dvh; }
    .catalog-product-info { padding: 34px 20px 54px; }
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
