:root {
    --maroon: #800000;
    --maroon-dark: #4f0000;
    --gold: #D4AF37;
    --cream: #fffaf0;
    --ink: #211818;
    --muted: #786b6b;
    --soft-gold: #fff5d6;
    --shadow-soft: 0 20px 55px rgba(77, 0, 0, .10);
    --shadow-strong: 0 32px 80px rgba(45, 0, 0, .18);
    --font-display: "Cormorant Garamond", "Times New Roman", serif;
    --font-body: "Plus Jakarta Sans", "Segoe UI", system-ui, -apple-system, sans-serif;
    --surface-elevated: rgba(255, 255, 255, .94);
}

html {
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    overflow-x: clip;
    max-width: 100%;
    scroll-behavior: smooth;
}

img,
video {
    max-width: 100%;
    height: auto;
}

body {
    color: var(--ink);
    background:
        radial-gradient(ellipse 80% 50% at 50% -20%, rgba(212, 175, 55, .14), transparent 50%),
        radial-gradient(circle at top left, rgba(212, 175, 55, .16), transparent 26rem),
        radial-gradient(circle at top right, rgba(128, 0, 0, .09), transparent 28rem),
        linear-gradient(180deg, #fffdf8 0%, #fff8ec 45%, #fff5e8 100%);
    font-family: var(--font-body);
    line-height: 1.65;
}

.page-home {
    background-image:
        radial-gradient(ellipse 80% 50% at 50% -20%, rgba(212, 175, 55, .14), transparent 50%),
        radial-gradient(circle at 12% 35%, rgba(128, 0, 0, .04), transparent 32%),
        radial-gradient(circle at 88% 55%, rgba(212, 175, 55, .08), transparent 28%),
        linear-gradient(180deg, #fffdf8 0%, #fff8ec 45%, #fff5e8 100%);
}

a {
    color: var(--maroon);
    text-underline-offset: .2em;
    transition: color .2s ease, opacity .2s ease;
}

a:hover {
    color: var(--gold);
}

main {
    min-height: 62vh;
    padding-inline: env(safe-area-inset-left, 0) env(safe-area-inset-right, 0);
}

.container {
    --bs-gutter-x: 1.35rem;
}

.glass-nav {
    background:
        radial-gradient(circle at 8% 50%, rgba(212, 175, 55, .14), transparent 20rem),
        radial-gradient(circle at 92% 30%, rgba(212, 175, 55, .08), transparent 18rem),
        linear-gradient(135deg, rgba(11, 9, 18, .82), rgba(84, 0, 0, .78));
    border-bottom: 1px solid rgba(212, 175, 55, .3);
    box-shadow:
        0 8px 32px rgba(0, 0, 0, .3),
        0 20px 50px rgba(39, 0, 0, .2),
        inset 0 1px 0 rgba(255, 255, 255, .08),
        inset 0 -1px 0 rgba(0, 0, 0, .15);
    backdrop-filter: blur(22px) saturate(1.8);
    -webkit-backdrop-filter: blur(22px) saturate(1.8);
    min-height: 82px;
    padding-inline: env(safe-area-inset-left, 0) env(safe-area-inset-right, 0);
    position: sticky;
    top: 0;
    z-index: 1030;
    transition: box-shadow .3s ease, background .3s ease;
}

.glass-nav::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg,
            rgba(212, 175, 55, .06) 0%,
            transparent 25%,
            transparent 75%,
            rgba(212, 175, 55, .06) 100%);
    pointer-events: none;
    z-index: 0;
}

.glass-nav > .container {
    position: relative;
    z-index: 1;
}

/* ── 3D Gold Animated Logo Frame ──────────────────────────────── */
.brand-logo-frame {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 7px;
    border-radius: 18px;
    background:
        linear-gradient(160deg,
            rgba(255, 255, 255, .18) 0%,
            rgba(243, 214, 115, .12) 30%,
            rgba(255, 255, 255, .08) 50%,
            rgba(212, 175, 55, .1) 70%,
            rgba(255, 255, 255, .14) 100%);
    border: 1.5px solid rgba(212, 175, 55, .4);
    backdrop-filter: blur(18px) saturate(1.6);
    -webkit-backdrop-filter: blur(18px) saturate(1.6);
    box-shadow:
        0 2px 4px rgba(0, 0, 0, .2),
        0 8px 20px rgba(128, 0, 0, .18),
        0 16px 40px rgba(45, 0, 0, .1),
        inset 0 1px 0 rgba(255, 255, 255, .45),
        inset 0 -1px 0 rgba(0, 0, 0, .1),
        inset 1px 0 0 rgba(255, 255, 255, .2),
        inset -1px 0 0 rgba(0, 0, 0, .06);
    transition: transform .35s cubic-bezier(.34, 1.56, .64, 1), box-shadow .35s ease, border-color .3s ease, background .3s ease;
    cursor: pointer;
    position: relative;
    overflow: visible;
    animation: frame-breathe 5s ease-in-out infinite;
    perspective: 800px;
}

@keyframes frame-breathe {
    0%, 100% {
        box-shadow:
            0 2px 4px rgba(0, 0, 0, .18),
            0 8px 20px rgba(128, 0, 0, .16),
            0 16px 40px rgba(45, 0, 0, .1),
            inset 0 1px 0 rgba(255, 255, 255, .45),
            inset 0 -1px 0 rgba(0, 0, 0, .1),
            inset 1px 0 0 rgba(255, 255, 255, .2),
            inset -1px 0 0 rgba(0, 0, 0, .06);
        border-color: rgba(212, 175, 55, .4);
    }
    50% {
        box-shadow:
            0 4px 10px rgba(0, 0, 0, .2),
            0 14px 32px rgba(128, 0, 0, .2),
            0 22px 55px rgba(45, 0, 0, .12),
            0 0 28px rgba(212, 175, 55, .22),
            0 0 55px rgba(212, 175, 55, .08),
            inset 0 1px 0 rgba(255, 255, 255, .5),
            inset 0 -1px 0 rgba(0, 0, 0, .08),
            inset 1px 0 0 rgba(255, 255, 255, .22),
            inset -1px 0 0 rgba(0, 0, 0, .05);
        border-color: rgba(212, 175, 55, .6);
    }
}

.brand-logo-frame::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 16px;
    background:
        linear-gradient(135deg,
            rgba(255, 255, 255, .22) 0%,
            rgba(255, 255, 255, .05) 40%,
            rgba(212, 175, 55, .06) 60%,
            rgba(255, 255, 255, .15) 100%);
    pointer-events: none;
    z-index: 1;
}

.brand-logo-shine {
    position: absolute;
    top: -50%;
    left: -80%;
    width: 60%;
    height: 200%;
    background: linear-gradient(
        105deg,
        transparent 38%,
        rgba(255, 255, 255, .15) 42%,
        rgba(243, 214, 115, .18) 46%,
        rgba(255, 255, 255, .12) 50%,
        transparent 54%
    );
    transform: skewX(-18deg);
    animation: logo-shine-sweep 4.5s ease-in-out infinite;
    pointer-events: none;
    z-index: 3;
}

@keyframes logo-shine-sweep {
    0%, 100% { left: -80%; opacity: 0; }
    10%      { opacity: 1; }
    55%      { left: 140%; opacity: 1; }
    65%      { opacity: 0; }
}

.brand-logo-ring {
    position: absolute;
    inset: -4px;
    border-radius: 22px;
    border: 1.5px solid transparent;
    background:
        linear-gradient(145deg, rgba(212, 175, 55, .45), rgba(243, 214, 115, .15), rgba(212, 175, 55, .35)) border-box;
    -webkit-mask:
        linear-gradient(#fff 0 0) padding-box,
        linear-gradient(#fff 0 0);
    mask:
        linear-gradient(#fff 0 0) padding-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
    z-index: 1;
    animation: ring-rotate 8s linear infinite;
}

@keyframes ring-rotate {
    0%   { background: linear-gradient(0deg,   rgba(212,175,55,.5), rgba(128,0,0,.15), rgba(243,214,115,.4)) border-box; }
    25%  { background: linear-gradient(90deg,  rgba(243,214,115,.4), rgba(212,175,55,.5), rgba(128,0,0,.15)) border-box; }
    50%  { background: linear-gradient(180deg, rgba(128,0,0,.15), rgba(243,214,115,.4), rgba(212,175,55,.5)) border-box; }
    75%  { background: linear-gradient(270deg, rgba(212,175,55,.5), rgba(128,0,0,.15), rgba(243,214,115,.4)) border-box; }
    100% { background: linear-gradient(360deg, rgba(212,175,55,.5), rgba(128,0,0,.15), rgba(243,214,115,.4)) border-box; }
}

.brand-logo-sparkle {
    position: absolute;
    top: 6px;
    right: 8px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 255, 255, .95), rgba(243, 214, 115, .6));
    box-shadow: 0 0 6px 2px rgba(212, 175, 55, .5);
    animation: sparkle-pulse 2.5s ease-in-out infinite;
    pointer-events: none;
    z-index: 4;
}

@keyframes sparkle-pulse {
    0%, 100% { opacity: .3; transform: scale(.6); }
    50%      { opacity: 1;  transform: scale(1.1); }
}

.navbar-brand:hover .brand-logo-frame,
.navbar-brand:focus .brand-logo-frame {
    transform: translateY(-5px) scale(1.07) rotateX(5deg);
    border-color: rgba(212, 175, 55, .9);
    background:
        linear-gradient(160deg,
            rgba(255, 255, 255, .28) 0%,
            rgba(243, 214, 115, .18) 30%,
            rgba(255, 255, 255, .12) 50%,
            rgba(212, 175, 55, .15) 70%,
            rgba(255, 255, 255, .22) 100%);
    backdrop-filter: blur(24px) saturate(1.9) brightness(1.1);
    -webkit-backdrop-filter: blur(24px) saturate(1.9) brightness(1.1);
    box-shadow:
        0 6px 14px rgba(0, 0, 0, .22),
        0 18px 40px rgba(128, 0, 0, .18),
        0 28px 60px rgba(45, 0, 0, .12),
        0 0 35px rgba(212, 175, 55, .35),
        0 0 70px rgba(212, 175, 55, .15),
        0 0 100px rgba(212, 175, 55, .06),
        inset 0 1px 0 rgba(255, 255, 255, .55),
        inset 0 -1px 0 rgba(0, 0, 0, .08);
    animation: none;
}

.navbar-brand:hover .brand-logo-shine {
    animation: logo-shine-sweep .8s ease-in-out forwards;
}

.navbar-brand:hover .brand-logo-sparkle {
    animation: sparkle-burst .4s ease-out forwards;
}

@keyframes sparkle-burst {
    0%   { opacity: 1; transform: scale(1); }
    50%  { opacity: 1; transform: scale(1.8); }
    100% { opacity: .8; transform: scale(1.2); box-shadow: 0 0 10px 4px rgba(212, 175, 55, .6); }
}

.navbar-brand:active .brand-logo-frame {
    transform: translateY(1px) scale(.96) rotateX(0deg);
    backdrop-filter: blur(12px) saturate(1.3);
    -webkit-backdrop-filter: blur(12px) saturate(1.3);
    box-shadow:
        0 1px 3px rgba(0, 0, 0, .25),
        inset 0 2px 8px rgba(0, 0, 0, .18),
        inset 0 0 12px rgba(212, 175, 55, .08);
    transition-duration: .1s;
}

.brand-logo {
    width: 168px;
    height: 52px;
    object-fit: contain;
    object-position: center;
    border-radius: 11px;
    display: block;
    position: relative;
    z-index: 2;
    transition: filter .3s ease, transform .3s ease;
}

.navbar-brand:hover .brand-logo {
    filter:
        drop-shadow(0 4px 14px rgba(212, 175, 55, .45))
        drop-shadow(0 0 6px rgba(243, 214, 115, .2))
        brightness(1.08);
    transform: scale(1.02);
}

.brand-home-hint {
    align-items: center;
    gap: .3rem;
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: rgba(212, 175, 55, .55);
    transition: color .25s ease, transform .25s ease, text-shadow .25s ease;
    white-space: nowrap;
}

.navbar-brand:hover .brand-home-hint,
.navbar-brand:focus .brand-home-hint {
    color: var(--gold);
    transform: translateX(3px);
    text-shadow: 0 0 12px rgba(212, 175, 55, .35);
}

.navbar-brand {
    max-width: 260px;
    padding-block: .25rem;
    text-decoration: none;
    transition: opacity .2s ease;
}

.navbar-brand:hover {
    opacity: 1;
    text-decoration: none;
}

/* ── Golden Buzzle Particles ──────────────────────────────────── */
.brand-buzzle {
    position: absolute;
    inset: -10px;
    pointer-events: none;
    z-index: 5;
}

.brand-buzzle__dot {
    position: absolute;
    border-radius: 50%;
    background: radial-gradient(circle, #ffe88a, var(--gold));
    box-shadow: 0 0 6px 1px rgba(212, 175, 55, .5);
    animation: buzzle-orbit linear infinite;
}

.brand-buzzle__dot--1 {
    width: 5px; height: 5px;
    top: -2px; left: 20%;
    animation-duration: 3.2s;
    animation-name: buzzle-float-1;
}
.brand-buzzle__dot--2 {
    width: 4px; height: 4px;
    top: 15%; right: -3px;
    animation-duration: 2.8s;
    animation-name: buzzle-float-2;
}
.brand-buzzle__dot--3 {
    width: 3px; height: 3px;
    bottom: -2px; left: 40%;
    animation-duration: 3.6s;
    animation-name: buzzle-float-3;
}
.brand-buzzle__dot--4 {
    width: 4px; height: 4px;
    top: 50%; left: -3px;
    animation-duration: 3s;
    animation-name: buzzle-float-4;
}
.brand-buzzle__dot--5 {
    width: 3px; height: 3px;
    top: -1px; right: 25%;
    animation-duration: 4s;
    animation-name: buzzle-float-5;
}
.brand-buzzle__dot--6 {
    width: 5px; height: 5px;
    bottom: 10%; right: -2px;
    animation-duration: 3.4s;
    animation-name: buzzle-float-6;
}
.brand-buzzle__dot--7 {
    width: 3px; height: 3px;
    bottom: -1px; right: 30%;
    animation-duration: 2.6s;
    animation-name: buzzle-float-7;
}
.brand-buzzle__dot--8 {
    width: 4px; height: 4px;
    top: 30%; left: -2px;
    animation-duration: 3.8s;
    animation-name: buzzle-float-8;
}

@keyframes buzzle-float-1 {
    0%, 100% { transform: translate(0, 0) scale(1);   opacity: .3; }
    25%      { transform: translate(4px, -6px) scale(1.3); opacity: 1; }
    50%      { transform: translate(-2px, -3px) scale(.7); opacity: .5; }
    75%      { transform: translate(3px, 2px) scale(1.1);  opacity: .9; }
}
@keyframes buzzle-float-2 {
    0%, 100% { transform: translate(0, 0) scale(.8);   opacity: .4; }
    30%      { transform: translate(-5px, 4px) scale(1.2); opacity: 1; }
    60%      { transform: translate(2px, -5px) scale(.6);  opacity: .3; }
}
@keyframes buzzle-float-3 {
    0%, 100% { transform: translate(0, 0) scale(1);   opacity: .5; }
    40%      { transform: translate(6px, 3px) scale(1.4); opacity: .9; }
    70%      { transform: translate(-3px, 5px) scale(.5); opacity: .2; }
}
@keyframes buzzle-float-4 {
    0%, 100% { transform: translate(0, 0) scale(.9);  opacity: .35; }
    35%      { transform: translate(3px, -4px) scale(1.3); opacity: 1; }
    65%      { transform: translate(-4px, 3px) scale(.7);  opacity: .4; }
}
@keyframes buzzle-float-5 {
    0%, 100% { transform: translate(0, 0) scale(1);   opacity: .25; }
    50%      { transform: translate(-3px, -5px) scale(1.5); opacity: 1; }
}
@keyframes buzzle-float-6 {
    0%, 100% { transform: translate(0, 0) scale(.7);  opacity: .3; }
    45%      { transform: translate(-4px, -3px) scale(1.2); opacity: 1; }
    80%      { transform: translate(5px, 4px) scale(.8); opacity: .5; }
}
@keyframes buzzle-float-7 {
    0%, 100% { transform: translate(0, 0) scale(1);   opacity: .4; }
    30%      { transform: translate(3px, 6px) scale(1.3); opacity: .8; }
    70%      { transform: translate(-5px, -2px) scale(.6); opacity: 1; }
}
@keyframes buzzle-float-8 {
    0%, 100% { transform: translate(0, 0) scale(.8);  opacity: .3; }
    55%      { transform: translate(5px, 5px) scale(1.4); opacity: 1; }
}

.navbar-brand:hover .brand-buzzle__dot {
    box-shadow: 0 0 10px 3px rgba(212, 175, 55, .7);
    filter: brightness(1.3);
}

@media (prefers-reduced-motion: reduce) {
    .brand-logo-shine,
    .brand-logo-sparkle,
    .brand-buzzle { display: none; }
    .brand-logo-frame { animation: none; }
    .brand-logo-ring { animation: none; }
}

.glass-nav .nav-link {
    color: rgba(255, 255, 255, .88);
    font-weight: 700;
    font-size: .88rem;
    letter-spacing: .02em;
    border-radius: 999px;
    padding: .55rem 1rem !important;
    position: relative;
    transition: background .25s ease, color .25s ease, transform .25s ease, box-shadow .25s ease;
}

.glass-nav .nav-link::after {
    content: "";
    position: absolute;
    bottom: 4px;
    left: 50%;
    width: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--gold), transparent);
    border-radius: 2px;
    transform: translateX(-50%);
    transition: width .3s ease;
}

.glass-nav .nav-link:hover,
.glass-nav .nav-link:focus {
    background: rgba(255, 255, 255, .08);
    backdrop-filter: blur(8px);
    color: var(--gold);
    transform: translateY(-2px);
    box-shadow: 0 4px 16px rgba(212, 175, 55, .1);
    text-shadow: 0 0 12px rgba(212, 175, 55, .3);
}

.glass-nav .nav-link:hover::after,
.glass-nav .nav-link:focus::after {
    width: 60%;
}

.glass-nav .nav-link:active {
    transform: translateY(0);
    background: rgba(212, 175, 55, .15);
}

.glass-nav .navbar-toggler {
    border: 1.5px solid rgba(212, 175, 55, .5);
    background: rgba(255, 255, 255, .12);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-radius: 14px;
    padding: .45rem .7rem;
    transition: background .2s ease, border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.glass-nav .navbar-toggler:hover {
    background: rgba(255, 255, 255, .18);
    border-color: rgba(212, 175, 55, .75);
    box-shadow: 0 0 16px rgba(212, 175, 55, .15);
    transform: scale(1.05);
}

.glass-nav .navbar-toggler:active {
    transform: scale(.95);
}

.glass-nav .navbar-toggler-icon {
    filter: brightness(1.3) contrast(1.2);
}

.brand-trust-strip {
    background:
        linear-gradient(90deg,
            rgba(212, 175, 55, .85),
            rgba(248, 223, 160, .9),
            rgba(243, 214, 115, .88),
            rgba(248, 223, 160, .9),
            rgba(212, 175, 55, .85));
    color: #3b2300;
    font-size: .85rem;
    font-weight: 800;
    letter-spacing: .03em;
    padding: .55rem 0;
    padding-inline: max(0px, env(safe-area-inset-left, 0)) max(0px, env(safe-area-inset-right, 0));
    box-shadow:
        0 6px 20px rgba(128, 0, 0, .12),
        inset 0 1px 0 rgba(255, 255, 255, .5),
        inset 0 -1px 0 rgba(128, 0, 0, .08);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    position: relative;
    overflow: hidden;
}

.brand-trust-strip::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 60%;
    height: 100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, .35),
        transparent
    );
    animation: trust-strip-shimmer 6s ease-in-out infinite;
    pointer-events: none;
}

@keyframes trust-strip-shimmer {
    0%, 100% { left: -60%; }
    50%      { left: 140%; }
}

.brand-trust-strip i {
    color: var(--maroon);
    margin-right: .35rem;
    filter: drop-shadow(0 1px 2px rgba(128, 0, 0, .2));
}

.brand-trust-strip span {
    transition: transform .2s ease;
}

.brand-trust-strip span:hover {
    transform: translateY(-1px);
}

.brand-mark {
    color: var(--maroon) !important;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.bg-maroon { background-color: var(--maroon) !important; }
.text-maroon { color: var(--maroon) !important; }
.text-gold { color: var(--gold) !important; }

.btn-gold,
.btn-maroon {
    border: 0;
    border-radius: 999px;
    box-shadow: 0 12px 24px rgba(128, 0, 0, .12);
    font-weight: 700;
    padding: .75rem 1.35rem;
    transition: transform .22s ease, box-shadow .22s ease, filter .22s ease;
}

.btn-gold:hover,
.btn-maroon:hover {
    filter: brightness(1.03);
    transform: translateY(-2px);
    box-shadow: 0 18px 36px rgba(128, 0, 0, .18);
}

.btn-gold {
    background: linear-gradient(135deg, #f3d673, var(--gold));
    color: #3d2100;
}

.btn-maroon {
    background: linear-gradient(135deg, var(--maroon), var(--maroon-dark));
    color: #fff;
}

.btn-outline-maroon {
    border-color: var(--maroon);
    color: var(--maroon);
    border-radius: 999px;
}

.glass-nav .btn-outline-maroon {
    border-color: rgba(212, 175, 55, .6);
    color: rgba(255, 255, 255, .92);
    background: rgba(255, 255, 255, .06);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
    transition: all .25s ease;
}

.glass-nav .badge {
    background: linear-gradient(135deg, var(--gold), #f0c040) !important;
    color: #3d2100 !important;
    font-weight: 800;
    font-size: .7rem;
    padding: .3em .55em;
    box-shadow: 0 2px 8px rgba(212, 175, 55, .4);
    animation: badge-pulse 3s ease-in-out infinite;
    vertical-align: middle;
}

@keyframes badge-pulse {
    0%, 100% { box-shadow: 0 2px 8px rgba(212, 175, 55, .3); }
    50%      { box-shadow: 0 2px 8px rgba(212, 175, 55, .3), 0 0 12px rgba(212, 175, 55, .25); }
}

.btn-outline-maroon:hover {
    background: var(--maroon);
    color: #fff;
}

.btn-outline-gold {
    border: 2px solid rgba(212, 175, 55, .85);
    color: var(--maroon-dark);
    background: rgba(255, 255, 255, .75);
    border-radius: 999px;
    font-weight: 700;
    padding: .6rem 1.25rem;
    transition: background .2s ease, color .2s ease, transform .2s ease, box-shadow .2s ease;
}

.btn-outline-gold:hover {
    background: linear-gradient(135deg, #f3d673, var(--gold));
    color: #3d2100;
    transform: translateY(-2px);
    box-shadow: 0 14px 28px rgba(128, 0, 0, .12);
}

.bg-gold {
    background: linear-gradient(135deg, #f3d673, var(--gold)) !important;
}

.glass-nav .btn-outline-maroon:hover {
    background: rgba(212, 175, 55, .18);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-color: var(--gold);
    color: var(--gold);
    box-shadow:
        0 4px 16px rgba(212, 175, 55, .2),
        inset 0 1px 0 rgba(255, 255, 255, .15);
    transform: translateY(-2px);
}

.glass-nav .btn-outline-maroon:active {
    transform: translateY(0);
    background: rgba(212, 175, 55, .25);
}

.glass-nav .nav-btn-register {
    background:
        linear-gradient(135deg, rgba(243, 214, 115, .25), rgba(212, 175, 55, .15));
    border: 1.5px solid rgba(212, 175, 55, .5);
    color: var(--gold);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    box-shadow:
        0 2px 10px rgba(212, 175, 55, .15),
        inset 0 1px 0 rgba(255, 255, 255, .12);
    transition: all .25s ease;
}

.glass-nav .nav-btn-register:hover {
    background:
        linear-gradient(135deg, rgba(243, 214, 115, .35), rgba(212, 175, 55, .25));
    border-color: var(--gold);
    color: #fff;
    box-shadow:
        0 4px 20px rgba(212, 175, 55, .3),
        0 0 30px rgba(212, 175, 55, .1),
        inset 0 1px 0 rgba(255, 255, 255, .18);
    transform: translateY(-2px);
}

.glass-nav .nav-btn-register:active {
    transform: translateY(0);
}

.glass-nav.is-scrolled {
    background:
        radial-gradient(circle at 8% 50%, rgba(212, 175, 55, .1), transparent 18rem),
        linear-gradient(135deg, rgba(8, 6, 14, .92), rgba(64, 0, 0, .9));
    box-shadow:
        0 4px 20px rgba(0, 0, 0, .35),
        0 12px 40px rgba(39, 0, 0, .2);
    border-bottom-color: rgba(212, 175, 55, .2);
}

.hero {
    min-height: 78vh;
    display: grid;
    align-items: center;
    position: relative;
    background:
        radial-gradient(circle at 20% 15%, rgba(0, 188, 235, .12), transparent 25%),
        radial-gradient(circle at 80% 20%, rgba(212, 175, 55, .22), transparent 32%),
        linear-gradient(145deg, #fffefb 0%, #fff4e0 42%, #f8e8e8 100%);
    overflow: hidden;
    padding: clamp(3.5rem, 6vw, 6.5rem) 0;
}

.hero--premium .hero__mesh {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(105deg, rgba(255, 255, 255, .5) 0%, transparent 42%),
        linear-gradient(-25deg, transparent 55%, rgba(212, 175, 55, .06) 100%);
    pointer-events: none;
    z-index: 0;
}

.hero__orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(60px);
    opacity: .55;
    pointer-events: none;
    z-index: 0;
    animation: hero-float 14s ease-in-out infinite;
}

.hero__orb--one {
    width: min(420px, 55vw);
    height: min(420px, 55vw);
    top: -8%;
    right: -6%;
    background: radial-gradient(circle, rgba(212, 175, 55, .35), transparent 70%);
    animation-delay: 0s;
}

.hero__orb--two {
    width: min(320px, 45vw);
    height: min(320px, 45vw);
    bottom: 5%;
    left: -5%;
    background: radial-gradient(circle, rgba(128, 0, 0, .18), transparent 70%);
    animation-delay: -7s;
}

@keyframes hero-float {
    0%, 100% { transform: translate(0, 0) scale(1); }
    50% { transform: translate(-12px, 18px) scale(1.04); }
}

.hero .container {
    z-index: 1;
}

.hero-eyebrow {
    display: inline-flex;
    align-items: center;
    padding: .45rem 1rem;
    border-radius: 999px;
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: var(--maroon-dark);
    background: linear-gradient(135deg, rgba(255, 255, 255, .95), rgba(255, 245, 214, .92));
    border: 1px solid rgba(212, 175, 55, .35);
    box-shadow: 0 10px 28px rgba(77, 0, 0, .08);
    margin-bottom: 1rem;
}

.hero-display {
    font-family: var(--font-display);
    font-weight: 700;
    letter-spacing: -.03em;
    line-height: 1.02;
}

.hero-lead {
    font-size: clamp(1.05rem, 2.1vw, 1.2rem);
    max-width: 36rem;
}

.hero-search__input {
    border: 1px solid rgba(128, 0, 0, .12);
    box-shadow: inset 0 1px 2px rgba(255, 255, 255, .8), 0 12px 32px rgba(77, 0, 0, .06);
}

.hero-search__btn {
    min-height: 100%;
}

.hero-link-secondary {
    letter-spacing: .02em;
}

.hero-link-secondary:hover {
    color: var(--maroon-dark) !important;
    opacity: .88;
}

.flyer-showcase {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, .55), rgba(255, 250, 235, .9)),
        linear-gradient(120deg, #f0d9a8 0%, #f9ecc8 50%, #fcefd4 100%);
    border: 1px solid rgba(212, 175, 55, .4);
    box-shadow:
        0 22px 50px rgba(77, 0, 0, .12),
        inset 0 1px 0 rgba(255, 255, 255, .75);
}

.flyer-showcase__inner {
    position: relative;
    z-index: 1;
    padding: 1.5rem 1.25rem 1.75rem;
    text-align: center;
}

@media (min-width: 576px) {
    .flyer-showcase__inner {
        padding: 1.75rem 2rem 2rem;
    }
}

.flyer-showcase__title {
    font-family: var(--font-display);
    font-weight: 700;
    color: var(--maroon);
    margin-bottom: 1rem;
    font-size: 1.35rem;
}

.flyer-showcase__img {
    max-height: 160px;
    object-fit: contain;
    border-radius: 16px;
    box-shadow: 0 16px 36px rgba(45, 0, 0, .12);
}

.flyer-showcase__caption {
    margin-top: .75rem;
    font-size: .92rem;
    color: var(--muted);
    font-weight: 500;
}

.flyer-corner-ribbon {
    position: absolute;
    top: 18px;
    right: -38px;
    transform: rotate(45deg);
    padding: .35rem 2.4rem;
    font-size: .68rem;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;
    z-index: 2;
    color: #3d2100;
    background: linear-gradient(135deg, #f3d673, var(--gold));
    box-shadow: 0 6px 18px rgba(0, 0, 0, .15);
}

.home-trust-bar {
    margin-top: -2rem;
    margin-bottom: 2.5rem;
    position: relative;
    z-index: 2;
}

.home-trust-bar .container {
    background: var(--surface-elevated);
    border-radius: 24px;
    padding: 1.25rem 1.5rem;
    border: 1px solid rgba(128, 0, 0, .08);
    box-shadow: 0 24px 55px rgba(45, 0, 0, .1);
    backdrop-filter: blur(12px);
}

.trust-pill {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: .5rem .25rem;
}

.trust-pill__icon {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    display: grid;
    place-items: center;
    border-radius: 16px;
    background: linear-gradient(145deg, rgba(128, 0, 0, .1), rgba(212, 175, 55, .2));
    color: var(--maroon);
    font-size: 1.25rem;
}

.trust-pill__title {
    font-size: .95rem;
    color: var(--maroon);
}

.trust-pill__meta {
    font-size: .8rem;
    color: var(--muted);
}

.home-section--featured {
    position: relative;
}

.home-section--featured::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    width: min(72rem, 94vw);
    height: 100%;
    background:
        radial-gradient(ellipse 70% 55% at 50% 0%, rgba(212, 175, 55, .09), transparent 55%),
        linear-gradient(180deg, rgba(255, 255, 255, .4) 0%, transparent 55%);
    pointer-events: none;
    z-index: 0;
}

.home-section--featured .container {
    position: relative;
    z-index: 1;
}

.section-head {
    border-bottom: 1px solid rgba(128, 0, 0, .08);
}

.section-eyebrow {
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .16em;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 0;
}

.section-title--display {
    font-family: var(--font-display);
    font-weight: 700;
    font-size: clamp(1.85rem, 4.5vw, 2.75rem);
    letter-spacing: -.02em;
}

.section-sub {
    max-width: 36rem;
    font-size: .95rem;
}

.home-section--categories {
    padding-bottom: .5rem;
}

.category-pillar {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    padding: 1rem 1.15rem;
    border-radius: 20px;
    text-decoration: none;
    color: inherit;
    background: var(--surface-elevated);
    border: 1px solid rgba(128, 0, 0, .08);
    box-shadow: var(--shadow-soft);
    height: 100%;
    min-height: 4.5rem;
    position: relative;
    overflow: hidden;
    transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.category-pillar::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 3px;
    background: linear-gradient(90deg, var(--maroon), var(--gold));
    opacity: .85;
}

.category-pillar:hover {
    transform: translateY(-5px);
    border-color: rgba(212, 175, 55, .35);
    box-shadow: var(--shadow-strong);
    color: inherit;
}

.category-pillar__icon {
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    border-radius: 14px;
    display: grid;
    place-items: center;
    background: linear-gradient(145deg, rgba(128, 0, 0, .12), rgba(212, 175, 55, .18));
    color: var(--maroon);
    font-size: 1.15rem;
}

.category-pillar__body {
    display: flex;
    flex-direction: column;
    gap: .1rem;
    min-width: 0;
}

.category-pillar__name {
    font-family: var(--font-display);
    font-weight: 700;
    font-size: 1.08rem;
    color: var(--maroon);
}

.category-pillar__meta {
    font-size: .82rem;
    color: var(--muted);
}

.category-pillar__arrow {
    margin-left: auto;
    font-size: 1.1rem;
    color: var(--gold);
    transition: transform .2s ease;
}

.category-pillar:hover .category-pillar__arrow {
    transform: translate(3px, -3px);
}

.home-section--testimonial .testimonial-panel {
    background:
        radial-gradient(circle at 100% 0%, rgba(212, 175, 55, .2), transparent 42%),
        radial-gradient(circle at 0% 100%, rgba(128, 0, 0, .12), transparent 45%),
        linear-gradient(145deg, rgba(255, 255, 255, .97), rgba(255, 248, 232, .94));
    border-radius: 26px;
    padding: clamp(1.5rem, 4vw, 2.35rem);
    border: 1px solid rgba(212, 175, 55, .28);
    box-shadow: 0 28px 70px rgba(45, 0, 0, .12);
    position: relative;
    overflow: hidden;
}

.testimonial-panel__quote-icon {
    display: block;
    font-size: 2rem;
    line-height: 1;
    color: rgba(128, 0, 0, .2);
    margin-bottom: .35rem;
}

.testimonial-stars {
    color: var(--gold);
    letter-spacing: .15em;
    font-size: .95rem;
}

.testimonial-quote {
    font-family: var(--font-display);
    font-size: clamp(1.35rem, 3vw, 1.85rem);
    font-weight: 600;
    font-style: italic;
    line-height: 1.35;
    color: var(--maroon-dark);
    border: 0;
    padding: 0;
    margin: 0;
}

.testimonial-cite {
    display: flex;
    align-items: center;
    gap: .85rem;
}

.testimonial-cite__avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--maroon), var(--maroon-dark));
    color: #fff;
    display: grid;
    place-items: center;
    font-size: 1.25rem;
    box-shadow: 0 10px 24px rgba(128, 0, 0, .25);
}

.newsletter-panel {
    background: rgba(255, 255, 255, .72);
    border-radius: 20px;
    padding: 1.2rem 1.15rem;
    border: 1px solid rgba(128, 0, 0, .1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .9);
}

.newsletter-panel__form .form-control {
    min-width: 0;
}

.admin-tools-strip {
    background: linear-gradient(180deg, rgba(255, 250, 242, .85), rgba(255, 255, 255, .65));
    border-top: 1px solid rgba(128, 0, 0, .08);
    border-bottom: 1px solid rgba(128, 0, 0, .08);
}

.admin-tools-card.lux-card::before {
    height: 3px;
}

.home-promo-strip {
    padding: 0 0 0.5rem;
}

.home-promo-strip__inner {
    border-radius: 22px;
    padding: clamp(1.1rem, 2.5vw, 1.65rem) clamp(1.1rem, 2.5vw, 2rem);
    background:
        linear-gradient(135deg, rgba(128, 0, 0, .94), rgba(79, 0, 0, .97)),
        radial-gradient(circle at 100% 0%, rgba(212, 175, 55, .35), transparent 45%);
    color: #fff;
    box-shadow: 0 22px 50px rgba(45, 0, 0, .2);
    border: 1px solid rgba(212, 175, 55, .25);
}

.home-promo-strip__eyebrow {
    font-size: .7rem;
    font-weight: 800;
    letter-spacing: .2em;
    text-transform: uppercase;
    color: rgba(212, 175, 55, .95);
    margin-bottom: .35rem;
}

.home-promo-strip__title {
    font-family: var(--font-display);
    font-size: clamp(1.15rem, 2.5vw, 1.45rem);
    font-weight: 600;
    line-height: 1.35;
    color: rgba(255, 255, 255, .95);
}

.home-promo-strip .btn-maroon {
    box-shadow: 0 12px 28px rgba(0, 0, 0, .25);
}

.home-section--trending {
    position: relative;
}

.home-section--trending::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(128, 0, 0, .12), transparent);
    pointer-events: none;
}

.home-policy-teaser {
    background:
        radial-gradient(circle at 50% 0%, rgba(212, 175, 55, .08), transparent 42%),
        linear-gradient(180deg, rgba(255, 255, 255, .65), transparent);
}

.policy-teaser {
    height: 100%;
    padding: 1.1rem 1.1rem;
    border-radius: 18px;
    background: var(--surface-elevated);
    border: 1px solid rgba(128, 0, 0, .07);
    box-shadow: 0 14px 36px rgba(77, 0, 0, .06);
    transition: border-color .2s ease, box-shadow .2s ease;
}

.policy-teaser:hover {
    border-color: rgba(212, 175, 55, .28);
    box-shadow: 0 18px 42px rgba(77, 0, 0, .1);
}

.policy-teaser__icon {
    display: inline-flex;
    font-size: 1.25rem;
    color: var(--maroon);
    margin-bottom: .45rem;
    opacity: .9;
}

.policy-teaser__title {
    font-size: .95rem;
    font-weight: 800;
    color: var(--maroon);
    margin-bottom: .35rem;
}

.policy-teaser__text {
    font-size: .82rem;
    color: var(--muted);
    line-height: 1.45;
}

.product-card__cat-label {
    font-size: .68rem;
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: var(--gold);
}

.product-card__excerpt {
    font-size: .78rem;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.product-card__price--compact {
    font-size: 0.98rem;
}

.page-home .product-card--compact > div:last-of-type {
    padding: 0.75rem 0.9rem !important;
}

@media (min-width: 768px) {
    .page-home .product-card--compact > div:last-of-type {
        padding: 0.85rem 1rem !important;
    }
}

.page-home .product-card--compact .btn-sm {
    margin-top: 0.65rem !important;
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
}

.page-home .product-card--compact .h6 {
    font-size: 0.92rem;
    line-height: 1.3;
    margin-top: 0.35rem !important;
    margin-bottom: 0.35rem !important;
}

.page-home .product-card--spotlight .product-card__media--spotlight {
    min-height: min(42vw, 220px);
}

@media (min-width: 992px) {
    .page-home .product-card--spotlight .product-card__media--spotlight {
        min-height: 260px;
    }
}

.page-home .product-card--spotlight .product-card__media--spotlight img {
    min-height: 0;
    max-height: 260px;
    padding: 1rem;
}

.page-home .product-card--spotlight > div.p-4 {
    padding: 1.1rem 1.25rem !important;
}

@media (min-width: 992px) {
    .page-home .product-card--spotlight > div.p-lg-5 {
        padding: 1.25rem 1.4rem !important;
    }
}

.page-home .product-card--spotlight .text-muted.small.flex-grow-1 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    flex-grow: 0 !important;
    margin-bottom: 0.65rem !important;
}

.page-home .product-card--spotlight .h4 {
    font-size: 1.15rem;
}

.page-home .product-card--spotlight .mb-lg-4 {
    margin-bottom: 0.75rem !important;
}

.hero-logo {
    width: min(380px, 100%);
    border-radius: 22px;
    box-shadow: 0 22px 55px rgba(0, 0, 0, .16);
}

.hero h1,
.display-3 {
    font-size: clamp(2.35rem, 6vw, 4.6rem);
    letter-spacing: -.045em;
    line-height: .95;
}

.lead {
    color: var(--muted);
}

.hero-card,
.lux-card,
.product-card,
.auth-card {
    background: rgba(255, 255, 255, .92);
    border: 1px solid rgba(128, 0, 0, .08);
    border-radius: 28px;
    box-shadow: var(--shadow-soft);
    position: relative;
    overflow: hidden;
    transition: border-color .22s ease, box-shadow .22s ease, transform .22s ease;
}

.lux-card::before,
.auth-card::before,
.product-card::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 4px;
    background: linear-gradient(90deg, var(--maroon), var(--gold), var(--maroon));
}

.hero-visual {
    min-height: 360px;
    border-radius: 40px;
    background:
        radial-gradient(circle at 25% 20%, rgba(212, 175, 55, .28), transparent 30%),
        radial-gradient(circle at 85% 30%, rgba(0, 188, 235, .20), transparent 24%),
        linear-gradient(145deg, rgba(16, 12, 22, .96), rgba(92, 0, 0, .94)),
        url("../images/product-shoes.svg") center/65% no-repeat;
    position: relative;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,.10), 0 30px 70px rgba(20, 0, 0, .20);
}

.hero-visual::after {
    content: "Luxury Fashion";
    position: absolute;
    right: 2rem;
    bottom: 2rem;
    color: rgba(255,255,255,.86);
    font-family: var(--font-display);
    font-size: clamp(2rem, 5vw, 4rem);
    font-weight: 700;
    font-style: italic;
    line-height: .9;
    letter-spacing: -.02em;
}

.hero-visual--framed {
    isolation: isolate;
}

.hero-visual__ring {
    position: absolute;
    inset: 12px;
    border-radius: 32px;
    border: 1px solid rgba(212, 175, 55, .22);
    pointer-events: none;
    z-index: 1;
    box-shadow: inset 0 0 40px rgba(0, 0, 0, .15);
}

.hero-logo-card {
    position: absolute;
    left: 1.5rem;
    top: 1.5rem;
    width: min(310px, calc(100% - 3rem));
    padding: 1rem;
    border: 1px solid rgba(212, 175, 55, .35);
    border-radius: 24px;
    background: rgba(7, 7, 18, .78);
    box-shadow: 0 22px 45px rgba(0, 0, 0, .26);
    backdrop-filter: blur(12px);
    z-index: 2;
}

.hero-logo-card img {
    width: 100%;
    height: 115px;
    object-fit: contain;
}

.hero-logo-card span {
    display: block;
    color: #fff;
    font-weight: 700;
    letter-spacing: .05em;
    text-align: center;
    text-transform: uppercase;
}

.section-title {
    color: var(--maroon);
    font-weight: 800;
}

.product-card {
    transition: transform .25s ease, box-shadow .25s ease;
    height: 100%;
    overflow: hidden;
}

.lux-card:hover,
.auth-card:hover,
.product-card:hover {
    transform: translateY(-6px);
    border-color: rgba(212, 175, 55, .30);
    box-shadow: var(--shadow-strong);
}

.product-image {
    height: 230px;
    background:
        radial-gradient(circle at 50% 30%, rgba(212, 175, 55, .24), transparent 45%),
        linear-gradient(135deg, #fff, #fff6df);
    object-fit: contain;
    padding: 1.5rem;
    transition: transform .28s ease;
}

.product-card:hover .product-card__media:not(.product-reel) img {
    transform: scale(1.045);
}

.product-card:hover .product-image:not(.product-reel__slide) {
    transform: scale(1.04);
}

.letter-spacing-tight {
    letter-spacing: .06em;
}

.featured-products-section .featured-showcase {
    align-items: stretch;
}

.product-card__media {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 50% 28%, rgba(212, 175, 55, .22), transparent 42%),
        linear-gradient(135deg, #fff, #fff6df);
}

.product-card__media--spotlight {
    min-height: min(52vw, 340px);
}

@media (min-width: 992px) {
    .product-card__media--spotlight {
        min-height: 380px;
    }
}

.product-card__media img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 1.35rem;
    transition: transform .28s ease;
}

.product-card--spotlight .product-card__media--spotlight img {
    min-height: 280px;
    max-height: 420px;
}

.product-card__media:focus-visible {
    outline: 3px solid var(--gold);
    outline-offset: 2px;
}

.product-card:hover .product-card__media:not(.product-reel) img {
    transform: scale(1.045);
}

/* Calm multi-image reel on the landing page */
.product-reel {
    --reel-gap: 5.6s;
}

.product-reel__stage {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
}

.product-card--compact .product-reel__stage {
    height: 230px;
}

.product-card--spotlight .product-reel__stage {
    min-height: inherit;
    height: min(52vw, 380px);
}

@media (min-width: 992px) {
    .product-card--spotlight .product-reel__stage {
        height: 380px;
    }
}

.product-reel__slide {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 1.35rem;
    opacity: 0;
    transform: scale(1);
    transition: opacity 1.15s ease;
    z-index: 0;
    pointer-events: none;
}

.product-reel__slide.is-active {
    opacity: 1;
    z-index: 1;
    animation: product-reel-ken var(--reel-gap) ease-in-out forwards;
}

.product-card--compact .product-reel__slide {
    padding: 1.15rem;
}

.product-reel__ui {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    pointer-events: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.45rem;
    padding: 0 0.85rem 0.7rem;
}

.product-reel__bar {
    display: block;
    width: min(42%, 120px);
    height: 2px;
    border-radius: 999px;
    background: rgba(45, 10, 10, 0.12);
    overflow: hidden;
}

.product-reel__bar-fill {
    display: block;
    height: 100%;
    width: 0;
    border-radius: inherit;
    background: linear-gradient(90deg, #c9a962, #d4af37);
}

.product-reel__bar-fill.is-running {
    animation: product-reel-bar var(--reel-gap) linear forwards;
}

.product-reel.is-paused .product-reel__bar-fill {
    animation-play-state: paused;
}

.product-reel__dots {
    display: flex;
    gap: 0.28rem;
    align-items: center;
}

.product-reel__dot {
    width: 5px;
    height: 5px;
    border-radius: 999px;
    background: rgba(45, 10, 10, 0.22);
    transition: width 0.4s ease, background 0.4s ease;
}

.product-reel__dot.is-active {
    width: 14px;
    background: #c9a962;
}

@keyframes product-reel-ken {
    from { transform: scale(1); }
    to { transform: scale(1.045); }
}

@keyframes product-reel-bar {
    from { width: 0; }
    to { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
    .product-reel__slide,
    .product-reel__slide.is-active,
    .product-reel__bar-fill {
        animation: none !important;
        transition: none !important;
        transform: none !important;
    }
}

.product-card__badges {
    position: absolute;
    left: .85rem;
    top: .85rem;
    display: flex;
    flex-wrap: wrap;
    gap: .4rem;
    max-width: calc(100% - 1.7rem);
    pointer-events: none;
    z-index: 2;
}

.product-card__badges--sm {
    left: .6rem;
    top: .6rem;
}

.product-badge {
    display: inline-block;
    font-size: .68rem;
    font-weight: 800;
    letter-spacing: .04em;
    text-transform: uppercase;
    padding: .28rem .55rem;
    border-radius: 999px;
    box-shadow: 0 8px 18px rgba(45, 0, 0, .12);
}

.product-badge--sale {
    background: linear-gradient(135deg, #c41e1e, #8b0000);
    color: #fff;
}

.product-badge--new {
    background: linear-gradient(135deg, var(--gold), #f0d060);
    color: #3d2100;
}

.product-badge--muted {
    background: rgba(33, 24, 24, .88);
    color: rgba(255, 255, 255, .92);
}

.product-badge--stock {
    background: rgba(255, 250, 240, .95);
    color: var(--maroon-dark);
    border: 1px solid rgba(128, 0, 0, .2);
}

.product-card--spotlight {
    display: flex;
    flex-direction: column;
}

.product-card--compact .product-image {
    height: 148px;
    padding: 1rem;
}

.product-card--compact:hover .product-image {
    transform: scale(1.04);
}

.product-gallery__main-image {
    max-height: 520px;
    min-height: 220px;
    object-fit: contain;
    display: block;
    width: 100%;
    background:
        radial-gradient(circle at 50% 30%, rgba(212, 175, 55, .12), transparent 50%),
        linear-gradient(135deg, #fefefe, #fff8ef);
}

.product-gallery__thumb {
    width: 64px;
    height: 64px;
    border-radius: 14px;
    border: 1px solid rgba(128, 0, 0, .14);
    background: rgba(255, 255, 255, .75);
    padding: 0;
    overflow: hidden;
    cursor: pointer;
    transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.product-gallery__thumb.is-active {
    border-color: rgba(212, 175, 55, .95);
    box-shadow: 0 14px 28px rgba(128, 0, 0, .12);
    transform: translateY(-2px);
}

.product-gallery__thumb img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: .35rem;
}

a.stretched-hover {
    transition: color .2s ease;
}

a.stretched-hover:hover {
    color: var(--gold) !important;
}

.price {
    color: var(--maroon);
    font-size: 1.15rem;
    font-weight: 800;
}

.old-price {
    color: #9b8e8e;
    text-decoration: line-through;
}

.form-control,
.form-select {
    border-radius: 16px;
    border-color: rgba(128, 0, 0, .16);
    padding: .8rem 1rem;
    background-color: rgba(255, 255, 255, .92);
}

.form-control:focus,
.form-select:focus {
    border-color: var(--gold);
    box-shadow: 0 0 0 .2rem rgba(212, 175, 55, .18);
}

.stat-card {
    border-radius: 24px;
    padding: 1.5rem;
    background:
        radial-gradient(circle at top right, rgba(212, 175, 55, .25), transparent 55%),
        linear-gradient(135deg, #fff, #fff7df);
    border: 1px solid rgba(212, 175, 55, .25);
    box-shadow: 0 18px 42px rgba(77, 0, 0, .08);
}

.stat-card p {
    color: var(--muted);
    font-weight: 700;
    margin-bottom: .35rem;
    text-transform: uppercase;
    letter-spacing: .04em;
}

.stat-card h2,
.stat-card h3 {
    color: var(--maroon);
    font-weight: 900;
    margin-bottom: 0;
}

.table {
    --bs-table-striped-bg: #fff8ea;
    vertical-align: middle;
}

.table thead th {
    background: linear-gradient(135deg, var(--maroon), var(--maroon-dark));
    border: 0;
    color: #fff;
    font-size: .82rem;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.table tbody tr {
    transition: background .18s ease;
}

.table tbody tr:hover {
    background: #fff4d5;
}

.table-responsive {
    border-radius: 20px;
    -webkit-overflow-scrolling: touch;
}

.table td {
    overflow-wrap: anywhere;
}

@media (min-width: 992px) {
    .shop-filters-card {
        position: sticky;
        top: 90px;
        max-height: calc(100vh - 100px);
        max-height: calc(100dvh - 100px);
        overflow-y: auto;
    }
}

.footer-luxury {
    background:
        radial-gradient(circle at 15% 10%, rgba(212, 175, 55, .18), transparent 28rem),
        linear-gradient(135deg, #070711, var(--maroon-dark), var(--maroon));
    color: #fff;
    padding-inline: env(safe-area-inset-left, 0) env(safe-area-inset-right, 0);
}

.footer-logo {
    width: 220px;
    max-width: 100%;
    border-radius: 18px;
    box-shadow: 0 18px 40px rgba(0, 0, 0, .22);
}

.footer-bottom {
    background: rgba(0,0,0,.18);
    color: rgba(255,255,255,.72);
    padding-bottom: max(0.75rem, env(safe-area-inset-bottom, 0));
}

.badge {
    letter-spacing: .03em;
}

.alert {
    border: 0;
    border-radius: 18px;
    box-shadow: 0 14px 35px rgba(77, 0, 0, .08);
}

.img-thumbnail {
    border-color: rgba(212, 175, 55, .35);
    border-radius: 18px;
    box-shadow: 0 12px 30px rgba(77, 0, 0, .10);
}

@media (max-width: 991px) {
    .glass-nav .navbar-collapse {
        margin-top: .75rem;
        padding: 1rem;
        border: 1px solid rgba(212, 175, 55, .25);
        border-radius: 22px;
        background: rgba(10, 6, 16, .75);
        backdrop-filter: blur(24px) saturate(1.6);
        -webkit-backdrop-filter: blur(24px) saturate(1.6);
        box-shadow:
            0 16px 40px rgba(0, 0, 0, .35),
            inset 0 1px 0 rgba(255, 255, 255, .06);
        max-height: min(70vh, calc(100dvh - 120px));
        overflow-y: auto;
    }

    .glass-nav .nav-link {
        padding: .75rem 1rem !important;
        border-radius: 14px;
        margin-bottom: 2px;
    }

    .glass-nav .nav-link:hover,
    .glass-nav .nav-link:focus {
        background: rgba(255, 255, 255, .08);
    }

    .glass-nav .nav-link::after {
        display: none;
    }

    .hero-visual::after {
        font-size: clamp(1.7rem, 8vw, 3rem);
    }
}

@media (max-width: 767px) {
    .site-header:not(.site-header--premium) .brand-logo {
        width: 40px !important;
        height: 40px !important;
        border-radius: 8px !important;
    }

    .glass-nav { min-height: 64px; }
    .glass-nav .navbar-collapse {
        max-height: min(65vh, calc(100dvh - 100px));
    }
    .navbar-brand { max-width: none; }
    .site-header .navbar-brand { max-width: 100%; }
    .brand-logo-frame { padding: 5px; border-radius: 14px; }
    .brand-logo-frame::before { border-radius: 12px; }
    .brand-logo-ring { inset: -3px; border-radius: 17px; }
    .brand-logo:not(.site-header .brand-logo) { width: 120px; height: 38px; border-radius: 9px; }
    .brand-logo-sparkle { width: 6px; height: 6px; top: 5px; right: 6px; }
    .brand-buzzle { inset: -8px; }
    .brand-buzzle__dot { transform: scale(.8); }
    .brand-trust-strip { font-size: .78rem; text-align: center; }
    .home-trust-bar { margin-top: 0; margin-bottom: 1.5rem; }
    .home-trust-bar .container { padding: 1rem 1.1rem; border-radius: 20px; }
    .hero { min-height: auto; padding: 2.5rem 0; }
    .hero-logo { border-radius: 16px; }
    .hero-visual { min-height: 280px; border-radius: 28px; }
    .hero-logo-card { position: relative; left: auto; top: auto; margin: 1rem; }
    .hero-logo-card img { height: 88px; }
    .hero-visual::after { right: 1.25rem; bottom: 1.25rem; }
    .lux-card,
    .auth-card,
    .product-card {
        border-radius: 22px;
    }
    .product-image {
        height: 200px;
    }
    .product-card--compact .product-image {
        height: 132px;
        padding: 0.85rem;
    }
    .page-home .product-card--spotlight .product-card__media--spotlight {
        min-height: 200px;
    }
    .page-home .product-card--spotlight .product-card__media--spotlight img {
        max-height: 220px;
    }
    .table {
        min-width: 760px;
    }
    .footer-luxury {
        text-align: center;
    }
}

/* —— Admin orders command center —— */
.page-admin-orders .admin-stat-tile--link {
    transition: transform .18s ease, box-shadow .18s ease;
    cursor: pointer;
    height: 100%;
}

.page-admin-orders .admin-stat-tile--link:hover {
    transform: translateY(-3px);
    box-shadow: 0 22px 48px rgba(77, 0, 0, .12);
}

.page-admin-orders .admin-stat-hint {
    display: block;
    font-size: .72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .06em;
    color: var(--muted);
    margin-top: .35rem;
}

.page-admin-orders .admin-order-toolbar {
    border: 1px solid rgba(128, 0, 0, .1);
    box-shadow: var(--shadow-soft);
}

.page-admin-orders .admin-order-card {
    border: 1px solid rgba(128, 0, 0, .12);
    overflow: hidden;
    transition: box-shadow .2s ease;
}

.page-admin-orders .admin-order-card:hover {
    box-shadow: 0 20px 50px rgba(77, 0, 0, .1);
}

.page-admin-orders .admin-order-card__top {
    padding: 1.25rem 1.35rem;
}

.page-admin-orders .admin-order-expand {
    width: 2.5rem;
    height: 2.5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.page-admin-orders .admin-order-chevron {
    transition: transform .22s ease;
}

.page-admin-orders .admin-order-chevron--open {
    transform: rotate(180deg);
}

.page-admin-orders .admin-order-thumb-strip {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0;
}

.page-admin-orders .admin-order-thumb-strip__item {
    margin-left: -10px;
    border-radius: 12px;
    border: 2px solid #fff;
    box-shadow: 0 6px 16px rgba(45, 0, 0, .12);
    overflow: hidden;
    line-height: 0;
    background: #fff;
}

.page-admin-orders .admin-order-thumb-strip--multi {
    gap: .5rem .65rem;
}

.page-admin-orders .admin-order-preview-cluster {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.15rem;
    margin-right: 0.15rem;
}

.page-admin-orders .admin-order-thumb-strip__item--cluster {
    position: relative;
    margin-left: -8px;
}

.page-admin-orders .admin-order-preview-cluster .admin-order-thumb-strip__item--cluster:first-child {
    margin-left: 0;
}

.page-admin-orders .admin-order-angle-badge {
    position: absolute;
    right: -2px;
    bottom: -2px;
    min-width: 1rem;
    height: 1rem;
    padding: 0 0.2rem;
    font-size: 0.62rem;
    font-weight: 800;
    line-height: 1rem;
    text-align: center;
    color: #fff;
    background: var(--maroon);
    border-radius: 999px;
    border: 2px solid #fff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

.page-admin-orders .admin-order-thumb-strip__item:first-child {
    margin-left: 0;
}

.page-admin-orders .admin-order-thumb-strip__item img {
    display: block;
    object-fit: cover;
}

.page-admin-orders .admin-order-thumb-strip__more {
    margin-left: .35rem;
    font-size: .8rem;
    font-weight: 800;
    color: var(--maroon);
    background: var(--soft-gold);
    border-radius: 999px;
    padding: .2rem .55rem;
    border: 2px solid #fff;
}

.page-admin-orders .admin-order-card__collapse {
    border-top: 1px solid rgba(128, 0, 0, .1);
}

.page-admin-orders .admin-order-card__body {
    padding: 1.35rem 1.35rem 1.5rem;
    background: linear-gradient(180deg, rgba(255, 250, 235, .45) 0%, rgba(255, 255, 255, .92) 100%);
}

.page-admin-orders .admin-order-address {
    font-size: .95rem;
    line-height: 1.55;
    padding: 1rem;
    border-radius: 16px;
    background: rgba(255, 255, 255, .9);
    border: 1px solid rgba(212, 175, 55, .28);
}

.page-admin-orders .admin-order-line-card {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 1rem;
    border-radius: 18px;
    background: #fff;
    border: 1px solid rgba(128, 0, 0, .1);
    box-shadow: 0 10px 28px rgba(77, 0, 0, .06);
}

@media (min-width: 768px) {
    .page-admin-orders .admin-order-line-card {
        flex-direction: row;
        align-items: flex-start;
    }
}

.page-admin-orders .admin-order-line-card__gallery {
    flex: 1 1 auto;
    min-width: 0;
}

.page-admin-orders .admin-order-gallery-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.page-admin-orders .admin-order-gallery-thumb {
    position: relative;
    flex-shrink: 0;
    width: 92px;
    height: 92px;
    border-radius: 14px;
    overflow: hidden;
    border: 2px solid rgba(212, 175, 55, .4);
    box-shadow: 0 8px 20px rgba(77, 0, 0, .08);
    transition: transform .2s ease, box-shadow .2s ease;
}

.page-admin-orders .admin-order-gallery-thumb:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(77, 0, 0, .12);
}

.page-admin-orders .admin-order-gallery-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.page-admin-orders .admin-order-gallery-thumb__idx {
    position: absolute;
    left: 6px;
    top: 6px;
    min-width: 1.35rem;
    padding: 0.1rem 0.35rem;
    font-size: 0.7rem;
    font-weight: 800;
    color: var(--maroon);
    background: rgba(255, 250, 240, 0.95);
    border-radius: 8px;
    border: 1px solid rgba(128, 0, 0, .15);
    line-height: 1.2;
}

.page-admin-orders .admin-order-line-card__meta {
    flex: 1 1 200px;
    min-width: 0;
}

.page-admin-orders .admin-packing-slip__head {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 1rem;
    padding-bottom: .5rem;
    border-bottom: 2px solid var(--maroon);
}

/* ── Skip-to-content link ───────────────────────────────────── */
.skip-link {
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%) translateY(-100%);
    background: var(--maroon);
    color: #fff;
    padding: .75rem 1.5rem;
    border-radius: 0 0 .5rem .5rem;
    z-index: 10000;
    font-weight: 600;
    transition: transform .2s;
}
.skip-link:focus {
    transform: translateX(-50%) translateY(0);
    color: #fff;
}

/* ── Search autocomplete dropdown ───────────────────────────── */
.search-suggest-dropdown {
    background: var(--surface-elevated);
    border: 1px solid rgba(128,0,0,.12);
    border-radius: .75rem;
    box-shadow: var(--shadow-soft);
    max-height: 320px;
    overflow-y: auto;
    backdrop-filter: blur(12px);
}
.search-suggest-item {
    display: flex;
    align-items: center;
    gap: .75rem;
    padding: .65rem 1rem;
    text-decoration: none;
    color: var(--ink);
    transition: background .15s;
}
.search-suggest-item:hover,
.search-suggest-item:focus {
    background: var(--soft-gold);
    color: var(--maroon);
}
.search-suggest-item img {
    border-radius: .5rem;
    object-fit: cover;
    flex-shrink: 0;
}

/* ── Lightbox overlay ───────────────────────────────────────── */
.lightbox-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.85);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10000;
    opacity: 0;
    transition: opacity .3s;
    backdrop-filter: blur(4px);
}
.lightbox-overlay.is-open { opacity: 1; }
.lightbox-img {
    max-width: 92vw;
    max-height: 90vh;
    border-radius: .75rem;
    box-shadow: 0 20px 60px rgba(0,0,0,.5);
    object-fit: contain;
}
.lightbox-close {
    position: absolute;
    top: 1rem;
    right: 1.25rem;
    background: none;
    border: none;
    color: #fff;
    font-size: 2.5rem;
    line-height: 1;
    cursor: pointer;
    opacity: .8;
    transition: opacity .2s;
}
.lightbox-close:hover { opacity: 1; }

/* ── Back-to-top button ─────────────────────────────────────── */
.back-to-top {
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    background: var(--maroon);
    color: #fff;
    border: none;
    font-size: 1.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: var(--shadow-soft);
    cursor: pointer;
    z-index: 1040;
    transition: transform .2s, opacity .2s;
    opacity: .9;
}
.back-to-top:hover {
    transform: translateY(-3px);
    opacity: 1;
}

/* ── Password visibility toggle ─────────────────────────────── */
.password-wrapper {
    position: relative;
}
.password-toggle {
    position: absolute;
    right: .75rem;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    color: var(--muted);
    cursor: pointer;
    padding: .25rem;
    font-size: 1.1rem;
    line-height: 1;
}
.password-toggle:hover { color: var(--maroon); }

/* ── Password strength meter ────────────────────────────────── */
.password-strength {
    height: 4px;
    border-radius: 2px;
    background: #e0e0e0;
    margin-top: .35rem;
    overflow: hidden;
}
.password-strength__bar {
    height: 100%;
    border-radius: 2px;
    transition: width .3s, background .3s;
    width: 0;
}
.password-strength__bar[data-level="1"] { width: 25%; background: #dc3545; }
.password-strength__bar[data-level="2"] { width: 50%; background: #ffc107; }
.password-strength__bar[data-level="3"] { width: 75%; background: #0dcaf0; }
.password-strength__bar[data-level="4"] { width: 100%; background: #198754; }

/* ── Keyframes (used by app.js toast system) ────────────────── */
@keyframes fadeInUp {
    from { opacity: 0; transform: translateY(16px); }
    to   { opacity: 1; transform: translateY(0); }
}

/* ── Improved focus states (accessibility) ──────────────────── */
.form-control:focus-visible,
.form-select:focus-visible {
    outline: none;
}

/* ── Breadcrumb styling ─────────────────────────────────────── */
.breadcrumb {
    background: none;
    padding: 0;
    margin-bottom: 0;
    font-size: .88rem;
}

.breadcrumb-item a {
    color: var(--muted);
    text-decoration: none;
    transition: color .2s;
}

.breadcrumb-item a:hover {
    color: var(--maroon);
}

.breadcrumb-item.active {
    color: var(--maroon);
    font-weight: 600;
}

.breadcrumb-item + .breadcrumb-item::before {
    color: var(--gold);
}

/* ── Size selector radio buttons ────────────────────────────── */
.btn-check:checked + .btn-outline-maroon {
    background: linear-gradient(135deg, var(--maroon), var(--maroon-dark));
    color: #fff;
    border-color: var(--maroon);
    box-shadow: 0 8px 20px rgba(128, 0, 0, .2);
    transform: translateY(-1px);
}

.btn-check + .btn-outline-maroon {
    transition: all .2s ease;
    font-weight: 600;
}

/* ── Auth card improvements ─────────────────────────────────── */
.auth-card {
    backdrop-filter: blur(10px);
}

.auth-card .section-title {
    font-family: var(--font-display);
    font-size: 1.8rem;
    letter-spacing: -.02em;
}

.auth-card .form-label {
    font-weight: 600;
    font-size: .88rem;
    color: var(--maroon-dark);
    margin-bottom: .35rem;
}

/* ── Toast styling ──────────────────────────────────────────── */
.toast {
    border-radius: 16px !important;
    box-shadow: 0 16px 40px rgba(0, 0, 0, .18) !important;
}

/* ── Better empty states ────────────────────────────────────── */
.empty-state-icon {
    color: var(--gold);
    opacity: .6;
}

/* ── Cart item rows ─────────────────────────────────────────── */
.cart-items .border-bottom:last-child {
    border-bottom: none !important;
}

.cart-items .border-bottom {
    transition: background .2s;
}

.cart-items .border-bottom:hover {
    background: rgba(255, 250, 240, .5);
}

/* ── Product gallery improvements ───────────────────────────── */
.product-gallery {
    position: sticky;
    top: 100px;
}

.product-gallery__main-image {
    border-radius: 16px;
    background:
        radial-gradient(circle at 50% 30%, rgba(212, 175, 55, .12), transparent 50%),
        linear-gradient(135deg, #fefefe, #fff8ef);
    transition: opacity .3s ease;
}

.product-gallery__thumb:hover {
    border-color: var(--gold);
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(128, 0, 0, .1);
}

/* ── Save badge (product detail only) ───────────────────────── */
.badge.bg-success {
    font-weight: 700;
    letter-spacing: .02em;
}

/* ── Checkout payment method cards (scoped) ─────────────────── */
.payment-methods .form-check {
    padding: .85rem 1rem .85rem 2.5rem;
    border-radius: 14px;
    border: 1px solid rgba(128, 0, 0, .1);
    margin-bottom: .5rem;
    transition: border-color .2s, background .2s, box-shadow .2s;
    background: rgba(255, 255, 255, .7);
}

.payment-methods .form-check:has(.form-check-input:checked) {
    border-color: var(--gold);
    background: rgba(255, 250, 240, .8);
    box-shadow: 0 4px 16px rgba(212, 175, 55, .12);
}

.form-check-input:checked {
    background-color: var(--maroon);
    border-color: var(--maroon);
}

.form-check-input:focus {
    box-shadow: 0 0 0 .2rem rgba(128, 0, 0, .15);
    border-color: var(--gold);
}

/* ── Order summary in checkout ──────────────────────────────── */
.order-summary h4 {
    font-family: var(--font-display);
    font-weight: 700;
    color: var(--maroon);
    font-size: 1.3rem;
}

/* ── Spinner inside buttons ─────────────────────────────────── */
.spinner-border-sm {
    vertical-align: middle;
}

/* ══════════════════════════════════════════════════════════════
   RESPONSIVE: Extra-small phones (≤ 375px)
   ══════════════════════════════════════════════════════════════ */
@media (max-width: 375px) {
    .container { --bs-gutter-x: 1rem; }

    .hero-display,
    .display-3 { font-size: 1.85rem !important; }

    .hero-eyebrow { font-size: .62rem; padding: .35rem .75rem; }

    .btn-lg { padding: .6rem 1rem; font-size: .92rem; }

    .lux-card,
    .auth-card,
    .product-card { border-radius: 16px; }

    .section-title { font-size: 1.25rem; }

    .stat-card { padding: 1rem; border-radius: 18px; }
    .stat-card h2 { font-size: 1.3rem; }
    .stat-card p { font-size: .72rem; }

    .brand-logo-frame { padding: 3px; border-radius: 10px; }
    .brand-logo-frame::before { border-radius: 8px; }
    .brand-logo-ring { inset: -2px; border-radius: 12px; }
    .brand-logo { width: 105px; height: 34px; border-radius: 7px; }
    .brand-logo-sparkle { width: 5px; height: 5px; top: 4px; right: 5px; }
    .brand-buzzle { inset: -6px; }
    .brand-buzzle__dot { transform: scale(.65); }

    .flyer-showcase__inner { padding: 1rem .85rem; }
    .flyer-showcase__title { font-size: 1.1rem; }

    .category-pillar { padding: .75rem .85rem; border-radius: 16px; gap: .65rem; }
    .category-pillar__icon { width: 36px; height: 36px; font-size: 1rem; }
    .category-pillar__name { font-size: .95rem; }
}

/* ══════════════════════════════════════════════════════════════
   RESPONSIVE: Small phones (≤ 575px)
   ══════════════════════════════════════════════════════════════ */
@media (max-width: 575px) {
    .back-to-top {
        bottom: 1.25rem;
        right: 1.25rem;
        width: 2.5rem;
        height: 2.5rem;
        font-size: 1rem;
    }

    .brand-trust-strip .container {
        flex-direction: column;
        gap: .15rem;
        text-align: center;
    }

    .form-control,
    .form-select {
        font-size: 16px;
    }

    .modal-dialog { margin: .5rem; }
    .modal-content { border-radius: 20px; }

    .provider-pick { font-size: .85rem; padding: .65rem !important; }

    .product-card .p-4 { padding: .85rem !important; }
    .product-card .p-4 h5 { font-size: .95rem; }

    .order-summary { position: static !important; }

    .payment-methods .form-check {
        padding: .7rem .85rem .7rem 2.25rem;
        font-size: .92rem;
    }

    .price { font-size: 1rem; }

    .alert { padding: .75rem 1rem; font-size: .88rem; border-radius: 14px; }

    .lux-card { padding: .85rem; }
    .lux-card.p-4 { padding: 1rem !important; }

    .hero-search .col-sm-8,
    .hero-search .col-sm-4 { flex: 0 0 100%; max-width: 100%; }

    .testimonial-quote { font-size: 1.15rem !important; }

    .newsletter-panel { padding: 1rem .85rem; }

    .auth-card .section-title { font-size: 1.45rem; }
}

/* ══════════════════════════════════════════════════════════════
   RESPONSIVE: Phones & small tablets (≤ 767px)
   ══════════════════════════════════════════════════════════════ */
@media (max-width: 767px) {
    .table-responsive {
        position: relative;
    }
    .table-responsive::after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        width: 32px;
        background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .85));
        pointer-events: none;
        border-radius: 0 20px 20px 0;
    }

    .product-gallery {
        position: static;
    }

    .product-gallery__main-image {
        max-height: min(72vw, 420px);
        min-height: 200px;
    }

    .product-gallery__thumb {
        width: 52px;
        height: 52px;
        border-radius: 10px;
    }

    .cart-items .quantity-input {
        padding: .5rem .6rem;
        font-size: .88rem;
    }

    .checkout-form .col-lg-7,
    .checkout-form .col-lg-5 {
        padding-left: 0;
        padding-right: 0;
    }

    .home-promo-strip__inner {
        text-align: center;
    }

    .home-promo-strip .btn-maroon {
        width: 100%;
        margin-top: .5rem;
    }

    .policy-teaser {
        padding: .85rem;
        border-radius: 14px;
    }

    .testimonial-cite { flex-wrap: wrap; }

    .shop-filters-card {
        padding: 1rem !important;
    }
}

/* ══════════════════════════════════════════════════════════════
   RESPONSIVE: Tablets (768px – 991px)
   ══════════════════════════════════════════════════════════════ */
@media (min-width: 768px) and (max-width: 991px) {
    .product-gallery {
        position: static;
    }

    .hero { min-height: 60vh; }

    .hero-visual { min-height: 320px; border-radius: 32px; }

    .home-trust-bar .container {
        padding: 1.1rem 1.25rem;
    }

    .stat-card { padding: 1.15rem; }
    .stat-card h2 { font-size: 1.5rem; }
}

/* ══════════════════════════════════════════════════════════════
   RESPONSIVE: Tablets landscape + Desktop (≥ 992px)
   ══════════════════════════════════════════════════════════════ */
@media (min-width: 992px) {
    .order-summary {
        position: sticky;
        top: 100px;
    }
}

/* ══════════════════════════════════════════════════════════════
   POS (Point of Sale) styles
   ══════════════════════════════════════════════════════════════ */
.pos-product-card {
    cursor: pointer;
    transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease;
    border-color: #e0d6d6;
}

.pos-product-card:hover,
.pos-product-card:focus-visible {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(128, 0, 0, .12);
    border-color: var(--maroon);
}

.pos-cart-panel {
    border-left: 4px solid var(--maroon);
}

.pos-cart-line {
    animation: pos-line-in .2s ease;
}

@keyframes pos-line-in {
    from { opacity: 0; transform: translateX(10px); }
    to   { opacity: 1; transform: translateX(0); }
}

.pos-qty-btn {
    width: 28px;
    height: 28px;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: .85rem;
    font-weight: 700;
    border-radius: 50%;
}

/* Bootstrap modals must sit above sticky chrome; avoid transform traps in .site-main */
.modal-backdrop {
    z-index: 1050 !important;
}

.modal {
    z-index: 1055 !important;
}

body.modal-open .site-chrome {
    z-index: 1020;
}

body.modal-open .scroll-progress {
    z-index: 1040;
}

.page-admin-stock .modal-content,
.page-admin .modal-content {
    border: none;
    border-radius: 16px;
    box-shadow: 0 24px 64px rgba(0, 0, 0, 0.35);
}

.page-admin-stock .modal-header {
    border-bottom: 1px solid rgba(128, 0, 0, 0.08);
}

.page-admin-stock .modal-footer {
    border-top: 1px solid rgba(128, 0, 0, 0.08);
}

.page-admin-stock .stat-card,
.page-admin-stock-history .stat-card {
    transition: transform .15s ease;
}

.page-admin-stock .stat-card:hover {
    transform: translateY(-2px);
}

.stock-action-btn {
    width: 32px;
    height: 32px;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: .82rem;
}

/* ══════════════════════════════════════════════════════════════
   Reports styles
   ══════════════════════════════════════════════════════════════ */
.page-admin-reports .stat-card {
    transition: transform .15s ease;
}

.page-admin-reports .stat-card:hover {
    transform: translateY(-2px);
}

.report-chart-container {
    min-height: 220px;
}

.page-admin-reports .progress {
    background: rgba(128, 0, 0, .08);
}

.page-admin-reports .btn-group .btn {
    font-size: .78rem;
    padding: .3rem .65rem;
}

@media (max-width: 767.98px) {
    .page-admin-reports .btn-group {
        flex-wrap: wrap;
    }

    .page-admin-reports .btn-group .btn {
        flex: 1 0 auto;
        margin-bottom: 2px;
    }

    .report-chart-container {
        height: 200px !important;
    }
}

/* ── Print styles ───────────────────────────────────────────── */
@media print {
    .glass-nav,
    .brand-trust-strip,
    .footer-luxury,
    .back-to-top,
    .toast-container,
    .btn,
    .skip-link {
        display: none !important;
    }

    main {
        padding: 0;
    }

    .lux-card {
        box-shadow: none;
        border: 1px solid #ccc;
        border-radius: 8px;
    }

    .lux-card::before {
        display: none;
    }

    body {
        background: #fff;
        color: #000;
    }
}
