        --bg: #161616;
        --bg-black: #0a0a0a;
        --card: #222222;
        --gold: #d4af37;
        --gold-bright: #ffd700;
        --text: #f5f5f5;
        --muted: #a3a3a3;
        --fab: #2563eb;
        --font: system-ui, "Segoe UI", Roboto, Arial, sans-serif;
        --section-pad: clamp(1rem, 4vw, 2.5rem);
      }

      *,
      *::before,
      *::after {
        box-sizing: border-box;
      }

      body {
        margin: 0;
        font-family: var(--font);
        background: var(--bg);
        color: var(--text);
        line-height: 1.45;
      }

      a {
        color: inherit;
        text-decoration: none;
      }

      a:hover {
        text-decoration: underline;
        color: var(--gold);
      }

      .nav-link {
        font-size: 0.78rem;
        letter-spacing: 0.14em;
        font-weight: 600;
        text-transform: uppercase;
      }

      /* Header — 3-column bar (left nav | logo | right nav) */
      .site-header {
        background: #000;
        border-bottom: 1px solid #1a1a1a;
        position: relative;
        z-index: 50;
      }

      .header-inner {
        max-width: 1200px;
        margin: 0 auto;
        display: grid;
        grid-template-columns: 1fr auto 1fr;
        align-items: center;
        gap: 1rem 1.5rem;
        padding: 1.2rem clamp(1rem, 4vw, 2.5rem);
        min-height: 3.75rem;
      }

      .header-left {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        gap: 1.25rem 1.5rem;
        justify-self: start;
      }

      .header-right {
        justify-self: end;
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: flex-end;
        gap: 0.65rem 1.1rem;
        text-align: right;
      }

      .header-lang {
        display: inline-flex;
        align-items: center;
        flex: 0 0 auto;
        line-height: 1;
      }

      .header-lang-select {
        flex-shrink: 0;
        margin: 0;
        width: auto;
        min-width: 7rem;
        max-width: 11rem;
        padding: 0.35rem 1.75rem 0.35rem 0.5rem;
        font-size: 0.8rem;
        font-family: var(--font, system-ui, sans-serif);
        line-height: 1.25;
        color: #fff;
        background-color: transparent;
        border: 1px solid rgba(255, 255, 255, 0.85);
        border-radius: 4px;
        cursor: pointer;
        vertical-align: middle;
        align-self: center;
      }

      .header-lang-select:focus {
        outline: 2px solid var(--gold, #c5a059);
        outline-offset: 2px;
      }

      .header-logo {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        gap: 0.4rem;
        line-height: 1.05;
      }

      .header-logo-serif {
        font-family: Georgia, "Times New Roman", serif;
        font-weight: 700;
        font-size: clamp(1.35rem, 3vw, 1.85rem);
        color: #c5a059;
        letter-spacing: 0.06em;
        text-transform: uppercase;
      }

      .header-logo-badge {
        display: inline-block;
        background: #ffd700;
        color: #000;
        font-family: var(--font);
        font-weight: 800;
        font-size: clamp(0.72rem, 1.55vw, 0.88rem);
        letter-spacing: 0.08em;
        text-transform: uppercase;
        padding: 0.45rem 0.7rem;
        border-radius: 6px;
      }

      .site-header .nav-link {
        color: #fff;
        text-decoration: none;
        display: inline-block;
        padding: 0.35rem 0;
        vertical-align: middle;
        white-space: nowrap;
        font-size: 0.84rem;
        letter-spacing: 0.12em;
      }

      .site-header .nav-link:hover {
        color: #ffd700;
        text-decoration: none;
      }

      .site-header .nav-link--active {
        color: #ffd700;
        border-bottom: 2px solid #c5a059;
        padding-bottom: 0.2rem;
      }

      .site-header .nav-link--active:hover {
        color: #ffd700;
      }

      .nav-caret {
        display: inline-block;
        margin-left: 0.2em;
        font-size: 0.55em;
        line-height: 1;
        vertical-align: middle;
        opacity: 0.95;
      }

      /* Kuching dropdown (desktop) */
      .nav-dropdown {
        position: relative;
        align-self: center;
      }

      .nav-dropdown > summary {
        list-style: none;
        cursor: pointer;
        font-size: 0.78rem;
        letter-spacing: 0.14em;
        font-weight: 600;
        text-transform: uppercase;
        color: #fff;
        padding: 0.2rem 0;
      }

      .nav-dropdown > summary::-webkit-details-marker {
        display: none;
      }

      .nav-dropdown > summary::marker {
        display: none;
      }

      .nav-dropdown > summary:hover {
        color: #ffd700;
      }

      .nav-dropdown__menu {
        position: absolute;
        top: calc(100% + 0.35rem);
        left: 0;
        min-width: 11rem;
        margin: 0;
        padding: 0.35rem 0;
        list-style: none;
        background: #0a0a0a;
        border: 1px solid #c5a059;
        border-radius: 4px;
        box-shadow: 0 8px 24px rgba(0, 0, 0, 0.5);
        z-index: 200;
      }

      .nav-dropdown__menu li {
        margin: 0;
        padding: 0;
        list-style: none;
      }

      .nav-dropdown__menu a {
        display: block;
        padding: 0.5rem 1rem;
        font-size: 0.75rem;
        letter-spacing: 0.1em;
        font-weight: 600;
        text-transform: uppercase;
        color: #fff;
        text-decoration: none;
      }

      .nav-dropdown__menu a:hover {
        background: rgba(197, 160, 89, 0.15);
        color: #ffd700;
      }

      .header-menu-toggle {
        display: none;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 5px;
        width: 2.75rem;
        height: 2.75rem;
        padding: 0;
        margin: 0;
        border: none;
        border-radius: 6px;
        background: transparent;
        cursor: pointer;
        flex-shrink: 0;
      }

      .header-menu-toggle:hover {
        background: rgba(255, 255, 255, 0.06);
      }

      .header-menu-toggle:focus-visible {
        outline: 2px solid #ffd700;
        outline-offset: 2px;
      }

      .header-menu-toggle .hamburger-line {
        display: block;
        width: 1.375rem;
        height: 3px;
        border-radius: 999px;
        background: #fff;
      }

      .mobile-nav {
        width: 100%;
        background: #0a0a0a;
        border-bottom: 1px solid #1a1a1a;
      }

      .mobile-nav[hidden] {
        display: none !important;
      }

      .mobile-nav__inner {
        max-width: 1200px;
        margin: 0 auto;
        padding: 0.75rem var(--section-pad) 1rem;
        display: flex;
        flex-direction: column;
        gap: 0.35rem;
      }

      .mobile-nav a {
        display: block;
        padding: 0.65rem 0;
        font-size: 0.85rem;
        font-weight: 600;
        letter-spacing: 0.1em;
        text-transform: uppercase;
        color: #fff;
        text-decoration: none;
        border-bottom: 1px solid #222;
      }

      .mobile-nav a:hover {
        color: #ffd700;
      }

      .mobile-nav__label {
        padding: 0.65rem 0 0.25rem;
        font-size: 0.72rem;
        font-weight: 700;
        letter-spacing: 0.12em;
        text-transform: uppercase;
        color: #c5a059;
      }

      .mobile-nav__sub a {
        padding-left: 0.75rem;
        font-weight: 500;
        border-bottom: 1px solid #1a1a1a;
      }

      /* Hero — one row (3 slides × 2 cells); avoid display:contents so browsers don’t collapse to 3×2 */
      .hero {
        width: 100%;
      }

      .hero-carousel-wrap {
        position: relative;
        width: 100%;
      }

      .hero-track {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: stretch;
        gap: 0;
        width: 100%;
        min-height: clamp(180px, 28vw, 360px);
      }

      .hero-page {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-template-rows: minmax(0, 1fr);
        flex: 1 1 0;
        min-width: 0;
      }

      .hero-cell {
        position: relative;
        aspect-ratio: 3 / 5;
        min-height: 160px;
        overflow: hidden;
      }

      .hero-cell img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
      }

      .hero-btn {
        display: none;
        position: absolute;
        top: 50%;
        z-index: 2;
        transform: translateY(-50%);
        width: 2.5rem;
        height: 2.5rem;
        padding: 0;
        border: 1px solid rgba(255, 215, 0, 0.55);
        border-radius: 999px;
        background: rgba(0, 0, 0, 0.55);
        color: #ffd700;
        font-size: 1.35rem;
        line-height: 1;
        cursor: pointer;
        align-items: center;
        justify-content: center;
        transition: background 0.15s, border-color 0.15s;
      }

      .hero-btn:hover {
        background: rgba(0, 0, 0, 0.75);
        border-color: #ffd700;
      }

      .hero-btn:focus-visible {
        outline: 2px solid #ffd700;
        outline-offset: 2px;
      }

      .hero-btn--prev {
        left: 0.35rem;
      }

      .hero-btn--next {
        right: 0.35rem;
      }

      .hero-dots {
        display: none;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        gap: 0.45rem;
        padding: 0.75rem var(--section-pad) 0;
        list-style: none;
        margin: 0;
      }

      .hero-dot {
        width: 8px;
        height: 8px;
        padding: 0;
        border: 1px solid rgba(255, 255, 255, 0.45);
        border-radius: 999px;
        background: transparent;
        cursor: pointer;
        transition: background 0.15s, border-color 0.15s, transform 0.15s;
      }

      .hero-dot:hover {
        border-color: #ffd700;
      }

      .hero-dot:focus-visible {
        outline: 2px solid #ffd700;
        outline-offset: 2px;
      }

      .hero-dot.is-active {
        background: #ffd700;
        border-color: #ffd700;
        transform: scale(1.15);
      }

      /* Main */
      .wrap {
        max-width: 1200px;
        margin: 0 auto;
        padding: 2rem var(--section-pad) 3rem;
      }

      .catalog-section {
        position: relative;
        margin-bottom: 3rem;
      }

      .catalog-section::before {
        content: "VIP";
        position: absolute;
        left: 50%;
        top: -0.5rem;
        transform: translateX(-50%);
        font-size: clamp(4rem, 18vw, 10rem);
        font-weight: 800;
        letter-spacing: 0.05em;
        color: rgba(255, 255, 255, 0.04);
        pointer-events: none;
        z-index: 0;
        line-height: 1;
      }

      .section-head {
        position: relative;
        z-index: 1;
        margin-bottom: 1.25rem;
      }

      .section-title {
        margin: 0;
        font-size: 1rem;
        font-weight: 600;
        letter-spacing: 0.06em;
        text-transform: uppercase;
        color: var(--text);
      }

      .section-sub {
        margin: 0.25rem 0 0;
        font-size: 0.85rem;
        color: var(--muted);
      }

      /* Cards */
      .card-grid {
        position: relative;
        z-index: 1;
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 1rem;
      }

      .card {
        border: 1px solid var(--gold);
        background: var(--card);
        display: flex;
        flex-direction: column;
        overflow: hidden;
      }

      .card__media {
        aspect-ratio: 3 / 4;
        overflow: hidden;
        background: #111;
      }

      .card__media img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
      }

      .card__body {
        padding: 0.75rem 0.85rem 1rem;
        flex: 1;
        display: flex;
        flex-direction: column;
        gap: 0.65rem;
      }

      .card__name {
        margin: 0;
        text-align: center;
        font-size: 1rem;
        font-weight: 800;
        letter-spacing: 0.08em;
        text-transform: uppercase;
        color: var(--text);
      }

      .spec-grid {
        display: grid;
        grid-template-columns: 1fr auto;
        column-gap: 0.75rem;
        row-gap: 0.2rem;
        font-size: 0.78rem;
        margin: 0;
      }

      .spec-grid dt {
        margin: 0;
        font-weight: 500;
        color: var(--text);
      }

      .spec-grid dd {
        margin: 0;
        text-align: right;
        color: var(--text);
        font-weight: 400;
      }

      /* Footer — 4-column layout (reference-style) */
      .site-footer {
        background: #000;
        border-top: 1px solid #1f1f1f;
        padding: clamp(2rem, 5vw, 3rem) var(--section-pad)
          clamp(1.75rem, 4vw, 2.5rem);
      }

      .footer-inner {
        max-width: 1200px;
        margin: 0 auto;
      }

      .footer-grid {
        display: grid;
        grid-template-columns: minmax(200px, 1.15fr) repeat(3, 1fr);
        gap: 2rem 2.5rem;
        align-items: start;
      }

      .footer-col--brand {
        display: flex;
        flex-direction: column;
        gap: 1.25rem;
      }

      .footer-logo {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        gap: 0.4rem;
        line-height: 1.1;
      }

      .footer-logo-word {
        font-family: Georgia, "Times New Roman", serif;
        font-weight: 700;
        font-size: clamp(1.35rem, 3vw, 1.75rem);
        color: #ffd700;
        letter-spacing: 0.04em;
        text-transform: uppercase;
      }

      .footer-logo-badge {
        display: inline-block;
        background: #ffd700;
        color: #000;
        font-family: var(--font);
        font-weight: 800;
        font-size: clamp(0.7rem, 1.6vw, 0.85rem);
        letter-spacing: 0.08em;
        text-transform: uppercase;
        padding: 0.4rem 0.65rem;
        border-radius: 6px;
      }

      .footer-social {
        display: flex;
        gap: 0.5rem;
      }

      .footer-social a {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 2.25rem;
        height: 2.25rem;
        border-radius: 6px;
        text-decoration: none;
      }

      .footer-social a:hover {
        filter: brightness(1.12);
        text-decoration: none;
      }

      .footer-social .icon-fb {
        background: #1877f2;
        color: #fff;
      }

      .footer-social .icon-yt {
        background: #ff0000;
        color: #fff;
      }

      .footer-social svg {
        width: 1.1rem;
        height: 1.1rem;
        display: block;
      }

      .footer-col h3 {
        margin: 0 0 0.65rem;
        font-size: 0.95rem;
        font-weight: 700;
        letter-spacing: 0.02em;
        color: #fff;
      }

      .footer-col ul {
        list-style: none;
        margin: 0;
        padding: 0;
      }

      .footer-col li {
        margin-bottom: 0.45rem;
        font-size: 0.82rem;
        font-weight: 500;
        letter-spacing: 0.03em;
        color: #fff;
      }

      .footer-col li.is-caps {
        text-transform: uppercase;
        letter-spacing: 0.05em;
      }

      .footer-col a {
        color: #fff;
        text-decoration: none;
      }

      .footer-col a:hover {
        color: #ffd700;
        text-decoration: underline;
      }

      .copyright {
        margin: 0.25rem 0 0;
        font-size: 0.72rem;
        line-height: 1.5;
        color: #888;
        text-align: left;
        max-width: 16rem;
      }

      @media (max-width: 900px) {
        .footer-grid {
          grid-template-columns: repeat(2, 1fr);
        }

        .footer-col--brand {
          grid-column: 1 / -1;
        }
      }

      @media (max-width: 520px) {
        .footer-grid {
          grid-template-columns: 1fr;
        }
      }

      /* FAB */
      .fab {
        position: fixed;
        right: 1rem;
        bottom: 1rem;
        width: 3rem;
        height: 3rem;
        border-radius: 999px;
        background: var(--fab);
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1.5rem;
        font-weight: 300;
        line-height: 1;
        box-shadow: 0 4px 14px rgba(0, 0, 0, 0.45);
        z-index: 50;
      }

      .fab:hover {
        filter: brightness(1.08);
        text-decoration: none;
      }

      /* Hero: keep one horizontal bar (6 columns) through tablet; carousel layout only ≤640px below */
      @media (max-width: 1024px) {
        .card-grid {
          grid-template-columns: repeat(2, 1fr);
        }
      }

      @media (max-width: 640px) {
        .hero-carousel-wrap {
          display: block;
        }

        .hero-btn {
          display: inline-flex;
        }

        .hero-track {
          display: flex;
          flex-direction: row;
          flex-wrap: nowrap;
          overflow-x: auto;
          scroll-snap-type: x mandatory;
          /* auto: loop reposition uses instant scrollLeft; smooth only via JS on prev/next */
          scroll-behavior: auto;
          -webkit-overflow-scrolling: touch;
          overscroll-behavior-x: contain;
          scrollbar-width: none;
          min-height: 0;
          grid-template-columns: unset;
          grid-template-rows: unset;
        }

        .hero-track::-webkit-scrollbar {
          display: none;
        }

        .hero-page {
          display: flex;
          flex-direction: row;
          flex: 0 0 100%;
          width: 100%;
          min-width: 100%;
          max-width: 100%;
          scroll-snap-align: start;
          scroll-snap-stop: always;
        }

        .hero-cell {
          flex: 0 0 50%;
          width: 50%;
          min-width: 50%;
          max-width: 50%;
          min-height: 200px;
        }

        .hero-dots {
          display: flex;
        }

        .card-grid {
          grid-template-columns: 1fr;
        }
      }

      @media (max-width: 720px) {
        .header-inner {
          display: flex;
          flex-direction: row;
          flex-wrap: nowrap;
          align-items: center;
          justify-content: space-between;
          gap: 0.75rem;
          text-align: left;
        }

        .header-left,
        .header-right {
          display: none !important;
        }

        .header-logo {
          order: 0;
          justify-content: flex-start;
          margin-right: auto;
          flex: 1;
          min-width: 0;
        }

        .header-menu-toggle {
          display: inline-flex;
          order: 1;
          position: relative;
          z-index: 2;
        }
      }
/* Contact FAB: label + circular icon (fixed bottom-right; stack expands above the main button) */
.t11-float-wrap {
    position: fixed;
    bottom: 1rem;
    right: 1rem;
    z-index: 999;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 12px;
}
.t11-float-channels {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 10px;
    list-style: none;
    margin: 0;
    padding: 0;
}
.t11-float-channels[hidden] {
    display: none !important;
}
.t11-float-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    text-decoration: none;
    transition: transform 0.2s ease;
}
.t11-float-row:hover {
    transform: translateX(-4px);
    text-decoration: none;
}
[dir="rtl"] .t11-float-row {
    flex-direction: row-reverse;
}
[dir="rtl"] .t11-float-row:hover {
    transform: translateX(4px);
}
.t11-float-label {
    position: relative;
    display: inline-block;
    max-width: min(240px, 70vw);
    padding: 0.45rem 0.65rem;
    border-radius: 6px;
    background: #2d2d2d;
    color: #fff;
    font-size: 0.75rem;
    font-weight: 600;
    line-height: 1.25;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.35);
}
.t11-float-label::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -6px;
    width: 0;
    height: 0;
    transform: translateY(-50%);
    border-width: 6px 0 6px 6px;
    border-style: solid;
    border-color: transparent transparent transparent #2d2d2d;
}
[dir="rtl"] .t11-float-label::after {
    right: auto;
    left: -6px;
    border-width: 6px 6px 6px 0;
    border-color: transparent #2d2d2d transparent transparent;
}
.t11-float-btn {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.35);
    transition: transform 0.2s ease, filter 0.2s ease;
}
.t11-float-row:hover .t11-float-btn {
    transform: scale(1.04);
    filter: brightness(1.06);
}
.t11-float-btn i {
    font-size: 1.15rem;
    color: #fff;
}
.t11-ch-phone .t11-float-btn {
    background: #22c55e;
}
.t11-ch-wa .t11-float-btn {
    background: #25d366;
}
.t11-ch-tg-channel .t11-float-btn {
    background: #229ed9;
}
.t11-ch-tg-group .t11-float-btn {
    background: #0d9488;
}
.t11-ch-tg .t11-float-btn {
    background: #0088cc;
}
.t11-ch-email .t11-float-btn {
    background: #5c4033;
}
.t11-ch-ig .t11-float-btn {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
}
.t11-ch-contact-anchor .t11-float-btn {
    background: var(--gold, #c5a059);
}
.t11-float-wrap .fab.t11-fab-contact {
    position: relative;
    right: auto;
    bottom: auto;
    width: 48px;
    height: 48px;
    margin: 0;
    padding: 0;
    border: none;
    cursor: pointer;
    z-index: 1000;
    background: #0f766e;
    color: #fff;
    font-size: 1.35rem;
    font-weight: 600;
    line-height: 1;
    box-shadow: 0 4px 18px rgba(15, 118, 110, 0.55);
    transition: background 0.2s ease, transform 0.2s ease;
}
.t11-float-wrap .fab.t11-fab-contact:hover {
    filter: brightness(1.08);
    text-decoration: none;
    color: #fff;
}
.t11-float-wrap .fab.t11-fab-contact .t11-fab-icon-close[hidden],
.t11-float-wrap .fab.t11-fab-contact .t11-fab-icon-open[hidden] {
    display: none;
}
@media (prefers-reduced-motion: reduce) {
    .t11-float-row,
    .t11-float-btn,
    .t11-float-wrap .fab.t11-fab-contact {
        transition: none;
    }
    .t11-float-row:hover {
        transform: none;
    }
    .t11-float-row:hover .t11-float-btn {
        transform: none;
    }
}

/* Sub-color variants: accent + subtly tinted blacks (body class = store_theme, e.g. theme11-v2) */
:root .theme11-v1 {
    --gold: #d4af37;
    --gold-hover: #c9a030;
    --gold-rgb: 212, 175, 55;
    --page-bg: color-mix(in srgb, var(--gold) 7%, #000000);
    --card-bg: color-mix(in srgb, var(--gold) 12%, #030303);
    --footer-bg: color-mix(in srgb, var(--gold) 9%, #000000);
}
:root .theme11-v2 {
    --gold: #b8860b;
    --gold-hover: #9a7209;
    --gold-rgb: 184, 134, 11;
    --page-bg: color-mix(in srgb, var(--gold) 7%, #000000);
    --card-bg: color-mix(in srgb, var(--gold) 12%, #030303);
    --footer-bg: color-mix(in srgb, var(--gold) 9%, #000000);
}
:root .theme11-v3 {
    --gold: #e6b422;
    --gold-hover: #c9a01a;
    --gold-rgb: 230, 180, 34;
    --page-bg: color-mix(in srgb, var(--gold) 7%, #000000);
    --card-bg: color-mix(in srgb, var(--gold) 12%, #030303);
    --footer-bg: color-mix(in srgb, var(--gold) 9%, #000000);
}
:root .theme11-v4 {
    --gold: #c9a227;
    --gold-hover: #a88620;
    --gold-rgb: 201, 162, 39;
    --page-bg: color-mix(in srgb, var(--gold) 7%, #000000);
    --card-bg: color-mix(in srgb, var(--gold) 12%, #030303);
    --footer-bg: color-mix(in srgb, var(--gold) 9%, #000000);
}
:root .theme11-v5 {
    --gold: #d4a574;
    --gold-hover: #c08f5a;
    --gold-rgb: 212, 165, 116;
    --page-bg: color-mix(in srgb, var(--gold) 7%, #000000);
    --card-bg: color-mix(in srgb, var(--gold) 12%, #030303);
    --footer-bg: color-mix(in srgb, var(--gold) 9%, #000000);
}
:root .theme11-v6 {
    --gold: #5ea3a3;
    --gold-hover: #4a8f8f;
    --gold-rgb: 94, 163, 163;
    --page-bg: color-mix(in srgb, var(--gold) 7%, #000000);
    --card-bg: color-mix(in srgb, var(--gold) 12%, #030303);
    --footer-bg: color-mix(in srgb, var(--gold) 9%, #000000);
}
/* Bootstrap utilities / SVG (storejs or stacked pages use btn-primary, fill-primary, etc.) */
body[class*="theme11-"] {
    --bs-primary: var(--gold);
    --bs-primary-rgb: var(--gold-rgb);
    --bs-link-color: var(--gold);
    --bs-link-hover-color: var(--gold-hover);
}
body[class*="theme11-"] .btn-primary,
body[class*="theme11-"] .btn-primary:focus {
    background-color: var(--gold) !important;
    border-color: var(--gold) !important;
    color: #111 !important;
}
body[class*="theme11-"] .btn-primary:hover {
    background-color: var(--gold-hover) !important;
    border-color: var(--gold-hover) !important;
    color: #111 !important;
}
body[class*="theme11-"] .btn-outline-primary {
    color: var(--gold) !important;
    border-color: var(--gold) !important;
}
body[class*="theme11-"] .btn-outline-primary:hover {
    background-color: var(--gold) !important;
    color: #111 !important;
}
body[class*="theme11-"] .text-primary,
body[class*="theme11-"] .link-primary {
    color: var(--gold) !important;
}
body[class*="theme11-"] .bg-primary {
    background-color: var(--gold) !important;
}
body[class*="theme11-"] .border-primary {
    border-color: var(--gold) !important;
}
body[class*="theme11-"] .fill-primary {
    fill: var(--gold) !important;
}
body[class*="theme11-"] .stroke-primary {
    stroke: var(--gold) !important;
}

/* Map Laravel variant tokens to demo :root variables */
body[class*="theme11-"] {
    --bg: var(--page-bg);
    --card: var(--card-bg);
    --text-muted: #a8a8a8;
    color: #ffffff;
}
body[class*="theme11-"] .wrapper {
    background: var(--page-bg);
    color: #ffffff;
}
body[class*="theme11-"] .form-control,
body[class*="theme11-"] .form-control:focus {
    background-color: var(--card-bg);
    color: #ffffff;
    border-color: color-mix(in srgb, var(--gold) 40%, #333333);
}
body[class*="theme11-"] .form-control::placeholder {
    color: var(--text-muted);
}
body[class*="theme11-"] .form-control-label,
body[class*="theme11-"] label:not(.colorinput) {
    color: var(--text-muted);
}
body[class*="theme11-"] select.form-control {
    color: #ffffff;
}
body[class*="theme11-"] .text-muted {
    color: var(--text-muted) !important;
}
body[class*="theme11-"] .login-form h3,
body[class*="theme11-"] .login-form h3 span,
body[class*="theme11-"] .cart-title h2 {
    color: #ffffff;
}

/* Theme11 layout parity: t11-* hooks mirror theme12’s t12-* naming; visuals stay on .site-header, .hero, .catalog-section, .footer-col, .header-menu-toggle */

.section-kicker {
    font-size: 0.72rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--muted, #a3a3a3);
    margin: 0 0 0.35rem;
}
.t11-why-grid {
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
}
.t11-why-icon {
    color: var(--gold, #d4af37);
    font-size: 1.35rem;
    margin-bottom: 0.75rem;
}
.t11-why-desc {
    margin: 0;
    color: var(--muted, #a3a3a3);
    font-size: 0.9rem;
    line-height: 1.45;
}
.t11-why-card .card__name {
    font-size: 1rem;
    margin-bottom: 0.5rem;
}

/* —— Theme11 inner pages: depth, cards, PDP, cart (aligned with home tokens) —— */
body[class*="theme11-"] .wrapper.t11-inner {
    position: relative;
    isolation: isolate;
    min-height: 42vh;
    padding-bottom: clamp(2rem, 5vw, 3.5rem);
    overflow-x: hidden;
}

body[class*="theme11-"] .wrapper.t11-inner::before {
    content: "";
    pointer-events: none;
    position: absolute;
    inset: 0;
    z-index: 0;
    background:
        radial-gradient(ellipse 120% 80% at 50% -30%, rgba(197, 160, 89, 0.12), transparent 55%),
        radial-gradient(ellipse 60% 40% at 100% 20%, rgba(197, 160, 89, 0.05), transparent 45%),
        linear-gradient(180deg, rgba(10, 10, 10, 0.97) 0%, var(--page-bg, #0a0a0a) 28%, var(--page-bg, #0a0a0a) 100%);
    opacity: 1;
}

body[class*="theme11-"] .wrapper.t11-inner::after {
    content: "";
    pointer-events: none;
    position: absolute;
    inset: 0;
    z-index: 0;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.35'/%3E%3C/svg%3E");
    opacity: 0.035;
    mix-blend-mode: overlay;
}

body[class*="theme11-"] .wrapper.t11-inner > * {
    position: relative;
    z-index: 1;
}

.t11-page-head {
    margin-bottom: 1.75rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid rgba(197, 160, 89, 0.22);
}

.t11-page-title {
    margin: 0;
    font-size: clamp(1.35rem, 3vw, 1.85rem);
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #fff;
    font-family: Georgia, "Times New Roman", serif;
}

.t11-tab-nav-label {
    margin: 0 0 0.65rem;
    font-size: 0.72rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--muted, #a3a3a3);
    font-weight: 600;
}

body[class*="theme11-"] .t11-product-listing .tabs {
    flex-wrap: wrap;
    gap: 0.5rem;
    border-bottom: none;
    padding-bottom: 0;
}

body[class*="theme11-"] .t11-product-listing .tabs li {
    margin: 0;
    list-style: none;
}

body[class*="theme11-"] .t11-product-listing .tabs li a {
    display: inline-block;
    padding: 0.45rem 1rem;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #e8e8e8 !important;
    font-size: 0.78rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    text-decoration: none;
    transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

body[class*="theme11-"] .t11-product-listing .tabs li.active a,
body[class*="theme11-"] .t11-product-listing .tabs li a:hover {
    border-color: var(--gold, #c5a059);
    background: rgba(197, 160, 89, 0.12);
    color: #ffd700 !important;
}

body[class*="theme11-"] .wrapper.t11-inner .product-card-inner {
    height: 100%;
    display: flex;
    flex-direction: column;
    border: 1px solid rgba(197, 160, 89, 0.45);
    border-radius: 4px;
    background: var(--card-bg, rgba(26, 26, 26, 0.85));
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.35);
    transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

body[class*="theme11-"] .wrapper.t11-inner .product-card-inner:hover {
    border-color: rgba(255, 215, 0, 0.55);
    box-shadow: 0 12px 36px rgba(0, 0, 0, 0.45);
    transform: translateY(-3px);
}

body[class*="theme11-"] .wrapper.t11-inner .product-img {
    overflow: hidden;
    background: #111;
    position: relative;
    aspect-ratio: 1;
    width: 100%;
}

body[class*="theme11-"] .wrapper.t11-inner .product-img > a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    line-height: 0;
    padding: 0.35rem;
    box-sizing: border-box;
}

body[class*="theme11-"] .wrapper.t11-inner .product-img img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    object-position: center;
    display: block;
    transition: transform 0.45s ease;
    will-change: transform;
}

body[class*="theme11-"] .wrapper.t11-inner .product-card-inner:hover .product-img img {
    transform: scale(1.05);
}

body[class*="theme11-"] .wrapper.t11-inner .product-content-top h6 a {
    color: #fff !important;
    text-decoration: none;
    transition: color 0.2s ease;
}

body[class*="theme11-"] .wrapper.t11-inner .product-content-top h6 a:hover {
    color: var(--gold, #c5a059) !important;
}

body[class*="theme11-"] .wrapper.t11-inner .cart-btn {
    border-radius: 4px;
    background: linear-gradient(180deg, var(--gold, #c5a059), color-mix(in srgb, var(--gold) 75%, #000)) !important;
    border: none !important;
    color: #111 !important;
    font-weight: 700;
    letter-spacing: 0.06em;
    transition: filter 0.2s ease, transform 0.2s ease;
}

body[class*="theme11-"] .wrapper.t11-inner .cart-btn:hover {
    filter: brightness(1.08);
    transform: translateY(-1px);
}

/* PDP */
body[class*="theme11-"] .t11-pdp .pdp-main-media {
    border: 1px solid rgba(197, 160, 89, 0.4);
    border-radius: 6px;
    overflow: hidden;
    background: #111;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.5);
    min-height: 280px;
    display: flex;
    align-items: center;
    justify-content: center;
}

body[class*="theme11-"] .t11-pdp .pdp-main-media img {
    width: 100%;
    height: auto;
    max-height: min(70vh, 520px);
    object-fit: contain;
    object-position: center;
    display: block;
    cursor: zoom-in;
}

body[class*="theme11-"] .t11-pdp .t11-pdp-more-photos {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
    margin-top: 1rem;
}

body[class*="theme11-"] .t11-pdp .t11-pdp-more-photos__media {
    border-radius: 4px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: #111;
    aspect-ratio: 1;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.4rem;
}

body[class*="theme11-"] .t11-pdp .t11-pdp-more-photos__media img {
    position: relative;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    object-position: center;
    display: block;
    cursor: zoom-in;
}

/* PDP: click product images to view full size */
#t11PdpLightbox.t11-pdp-lightbox {
    position: fixed;
    inset: 0;
    z-index: 99990;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3rem 1rem 1rem;
    box-sizing: border-box;
}

#t11PdpLightbox.t11-pdp-lightbox[hidden] {
    display: none !important;
}

.t11-pdp-lightbox__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.92);
    cursor: pointer;
}

.t11-pdp-lightbox__close {
    position: fixed;
    top: 0.75rem;
    right: 0.75rem;
    z-index: 99992;
    width: 2.75rem;
    height: 2.75rem;
    border: none;
    border-radius: 4px;
    background: rgba(0, 0, 0, 0.55);
    color: #fff;
    font-size: 1.75rem;
    line-height: 1;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.t11-pdp-lightbox__close:hover {
    background: rgba(197, 160, 89, 0.35);
    color: #fff;
}

.t11-pdp-lightbox__inner {
    position: relative;
    z-index: 99991;
    max-width: min(96vw, 1400px);
    max-height: 92vh;
    pointer-events: none;
}

.t11-pdp-lightbox__img {
    max-width: 100%;
    max-height: 92vh;
    width: auto;
    height: auto;
    object-fit: contain;
    display: block;
    margin: 0 auto;
    border-radius: 4px;
    box-shadow: 0 12px 48px rgba(0, 0, 0, 0.65);
    pointer-events: auto;
}

/* Summary column: only as tall as content (row uses align-items-start; reinforce for nested flex) */
body[class*="theme11-"] .t11-pdp .pdp-col-left {
    align-self: flex-start;
}

body[class*="theme11-"] .t11-pdp .pdp-thumb-media {
    border-radius: 4px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    overflow: hidden;
    background: #111;
    aspect-ratio: 1;
    position: relative;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

body[class*="theme11-"] .t11-pdp .pdp-thumb-media img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

body[class*="theme11-"] .t11-pdp .pdp-thumb-itm.slick-current .pdp-thumb-media,
body[class*="theme11-"] .t11-pdp .pdp-thumb-media:hover {
    border-color: var(--gold, #c5a059);
    box-shadow: 0 0 0 1px rgba(197, 160, 89, 0.35);
}

body[class*="theme11-"] .t11-pdp .pdp-summery {
    padding: 0.5rem 0 0;
    margin-bottom: 0;
}

body[class*="theme11-"] .t11-pdp .pdp-summery .section-title h2 {
    font-family: Georgia, "Times New Roman", serif;
    letter-spacing: 0.04em;
    color: #fff;
}

/* PDP: price + CTA as separate blocks (no horizontal flex — avoids overlap with store CSS) */
body[class*="theme11-"] .t11-pdp .t11-pdp-purchase {
    display: block;
    width: 100%;
    clear: both;
    margin-top: 1.25rem;
    position: relative;
    z-index: 2;
}

body[class*="theme11-"] .t11-pdp .t11-pdp-purchase .cart-price {
    margin-top: 0;
}

body[class*="theme11-"] .t11-pdp .t11-pdp-purchase .cart-price .price {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 0.35rem 0.5rem;
}

body[class*="theme11-"] .t11-pdp .t11-pdp-purchase .cart-price .price ins {
    font-size: clamp(1.25rem, 3.5vw, 2rem);
    font-weight: 700;
    color: var(--gold, #c5a059);
    text-decoration: none;
}

body[class*="theme11-"] .t11-pdp .t11-pdp-purchase .cart-price .price del {
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.55);
}

body[class*="theme11-"] .t11-pdp .t11-pdp-purchase #add_to_cart,
body[class*="theme11-"] .t11-pdp .t11-pdp-purchase .t11-pdp-cart-btn {
    border-radius: 4px;
    background: linear-gradient(180deg, var(--gold, #c5a059), color-mix(in srgb, var(--gold) 75%, #000)) !important;
    border: none !important;
    color: #111 !important;
    font-weight: 700;
    letter-spacing: 0.05em;
    padding: 0.5rem 1.25rem;
    transition: filter 0.2s ease, transform 0.2s ease;
    display: inline-flex !important;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    margin-top: 0.75rem;
    margin-left: 0 !important;
    float: none !important;
    position: relative !important;
    top: auto !important;
    right: auto !important;
    left: auto !important;
}

body[class*="theme11-"] .t11-pdp .t11-pdp-purchase #add_to_cart:hover {
    filter: brightness(1.08);
    transform: translateY(-1px);
}

/* Cart & checkout chrome */
body[class*="theme11-"] .wrapper.t11-inner .cart-header-btn a {
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 0.4rem 0.65rem;
    font-size: 0.72rem;
    letter-spacing: 0.04em;
    color: #ccc !important;
    text-decoration: none;
    transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
}

body[class*="theme11-"] .wrapper.t11-inner .cart-header-btn a.active-btn {
    border-color: var(--gold, #c5a059);
    background: rgba(197, 160, 89, 0.15);
    color: #ffd700 !important;
}

body[class*="theme11-"] .wrapper.t11-inner .cart-tble {
    border: 1px solid rgba(197, 160, 89, 0.25);
    border-radius: 6px;
    overflow: hidden;
    background: rgba(18, 18, 18, 0.6);
}

body[class*="theme11-"] .wrapper.t11-inner .cart-tble thead th {
    background: rgba(197, 160, 89, 0.12);
    color: #fff;
    font-size: 0.72rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    border-color: rgba(197, 160, 89, 0.2);
}

body[class*="theme11-"] .wrapper.t11-inner .cart-tble tbody tr {
    transition: background 0.2s ease;
}

body[class*="theme11-"] .wrapper.t11-inner .cart-tble tbody tr:hover {
    background: rgba(255, 255, 255, 0.03);
}

/* Empty / listing */
.t11-empty-state {
    padding: 3rem 1.5rem;
    border: 1px dashed rgba(197, 160, 89, 0.35);
    border-radius: 8px;
    background: rgba(18, 18, 18, 0.5);
}

.t11-empty-state__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 4rem;
    height: 4rem;
    margin-bottom: 1rem;
    border-radius: 50%;
    background: rgba(197, 160, 89, 0.12);
    color: var(--gold, #c5a059);
    font-size: 1.75rem;
    animation: t11-float-gentle 4s ease-in-out infinite;
}

.t11-empty-state__title {
    font-size: 1.25rem;
    margin-bottom: 0.5rem;
    color: #fff;
}

.t11-empty-state__text {
    margin: 0;
    color: var(--muted, #a3a3a3);
    font-size: 0.9rem;
}

@keyframes t11-float-gentle {
    0%,
    100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-4px);
    }
}

@media (prefers-reduced-motion: reduce) {
    body[class*="theme11-"] .wrapper.t11-inner .product-card-inner,
    body[class*="theme11-"] .wrapper.t11-inner .product-img img,
    body[class*="theme11-"] .wrapper.t11-inner .cart-btn,
    body[class*="theme11-"] .t11-pdp .t11-pdp-purchase #add_to_cart {
        transition: none;
    }
    body[class*="theme11-"] .wrapper.t11-inner .product-card-inner:hover {
        transform: none;
    }
    body[class*="theme11-"] .wrapper.t11-inner .product-card-inner:hover .product-img img {
        transform: none;
    }
    .t11-empty-state__icon {
        animation: none;
    }
}
