/* ── Google Fonts already loaded via header ── */
:root {
    --bg-primary:    #121218;
    --bg-card:       #181822;
    --bg-elevated:   #20202C;
    --border:        #2D2D3B;
    --border-light:  #3A3A4A;
    --text-primary:  #FFFFFF;
    --text-secondary:#B5B5C5;
    --text-muted:    #6B6B7A;
    --accent-purple: #7C3AED;
    --accent-purple-light: #9D5CF5;
    --accent-blue:   #3B82F6;
    --accent-blue-light: #60A5FA;
    --accent-red:    #EF4444;
    --success:       #10B981;
    --warning:       #F59E0B;
    --gradient-hero: linear-gradient(135deg, #121218 0%, #191530 50%, #121218 100%);
    --gradient-card: linear-gradient(145deg, #181822, #1b1b26);
    --gradient-accent: linear-gradient(135deg, #7C3AED, #3B82F6);
    --shadow-card:   0 4px 24px rgba(0,0,0,0.4);
    --shadow-glow:   0 0 30px rgba(124,58,237,0.3);
    --shadow-glow-blue: 0 0 30px rgba(59,130,246,0.3);
    --radius-sm:     8px;
    --radius-md:     14px;
    --radius-lg:     20px;
    --radius-xl:     28px;
    --transition:    0.3s cubic-bezier(0.4, 0, 0.2, 1);
    --font-display:  'Outfit', sans-serif;
    --font-body:     'Inter', sans-serif;
}

/* ── Base Reset ─────────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
    font-family: var(--font-body);
    background-color: var(--bg-primary);
    color: var(--text-primary);
    line-height: 1.6;
    overflow-x: hidden;
}

h1,h2,h3,h4,h5,h6 {
    font-family: var(--font-display);
    font-weight: 700;
    letter-spacing: -0.02em;
}

a { color: var(--accent-purple-light); text-decoration: none; transition: var(--transition); }

*[data-aos] {
    will-change: transform, opacity;
}
a:hover { color: var(--text-primary); }

img { max-width: 100%; height: auto; }

/* ── Scrollbar ──────────────────────────────────────────────── */
::-webkit-scrollbar { width: 6px; }
::-webkit-scrollbar-track { background: var(--bg-primary); }
::-webkit-scrollbar-thumb { background: var(--accent-purple); border-radius: 999px; }

/* ── Utility Classes ────────────────────────────────────────── */
.text-accent     { color: var(--accent-purple-light) !important; }
.text-accent-blue{ color: var(--accent-blue-light) !important; }
.bg-card         { background: var(--bg-card) !important; }
.border-dark-nd  { border-color: var(--border) !important; }
.font-display    { font-family: var(--font-display) !important; }

/* ── Gradient Text ──────────────────────────────────────────── */
.gradient-text {
    background: var(--gradient-accent);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* ═══════════════════════════════════════════════════════════════
   ABOUT HERO
═══════════════════════════════════════════════════════════════ */
.nd-about-hero {
    padding: 4rem 0 3rem;
}

.nd-about-story-panel {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    margin-top: 1.25rem;
}

.nd-about-story-card {
    padding: 1.2rem;
    border-radius: 20px;
    border: 1px solid rgba(255,255,255,0.08);
    background: linear-gradient(145deg, rgba(255,255,255,0.046), rgba(255,255,255,0.025));
    box-shadow: 0 16px 34px rgba(0,0,0,0.16);
}

.nd-about-story-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    margin-bottom: 0.8rem;
    background: linear-gradient(135deg, rgba(124,58,237,0.25), rgba(59,130,246,0.22));
    color: var(--text-primary);
    font-size: 1.1rem;
}

.nd-about-story-card h3 {
    font-size: 1rem;
    margin-bottom: 0.45rem;
    color: var(--text-primary);
}

.nd-about-story-card p {
    margin: 0;
    color: var(--text-secondary);
    font-size: 0.94rem;
    line-height: 1.7;
}

.nd-about-visual {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1.1rem;
    padding: 2.2rem 1.8rem;
    border-radius: 32px;
    border: 1px solid rgba(255,255,255,0.08);
    background:
        radial-gradient(circle at top left, rgba(124,58,237,0.22), transparent 42%),
        linear-gradient(145deg, rgba(255,255,255,0.055), rgba(255,255,255,0.025));
    box-shadow: 0 24px 55px rgba(0,0,0,0.28);
    overflow: hidden;
}

.nd-about-visual::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(124,58,237,0.12), transparent 45%, rgba(59,130,246,0.12));
    pointer-events: none;
}

.nd-about-logo {
    position: relative;
    z-index: 1;
    width: min(310px, 100%);
    max-width: 100%;
    height: auto;
    object-fit: contain;
    filter: drop-shadow(0 16px 40px rgba(124,58,237,0.28));
}

.nd-about-visual-meta {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    text-align: center;
}

.nd-about-brand {
    font-family: var(--font-display);
    font-size: 1.95rem;
    font-weight: 800;
    color: var(--text-primary);
    letter-spacing: -0.02em;
}

.nd-about-location {
    font-size: 1rem;
    font-weight: 600;
    color: var(--text-secondary);
}

.nd-about-card-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.75rem 1rem;
    border-radius: 999px;
    border: 1px solid rgba(124,58,237,0.28);
    background: rgba(10, 12, 18, 0.76);
    color: var(--text-secondary);
    font-size: 0.9rem;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.04);
}

@media (max-width: 991px) {
    .nd-about-hero {
        padding-top: 2.5rem;
    }

    .nd-about-story-panel {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .nd-about-visual {
        padding: 1.4rem 1.1rem;
        gap: 0.9rem;
    }

    .nd-about-logo {
        width: min(240px, 100%);
    }

    .nd-about-brand {
        font-size: 1.7rem;
    }

    .nd-about-card-pill {
        font-size: 0.85rem;
        padding: 0.65rem 0.9rem;
    }

    .nd-about-hero .row {
        display: flex;
        flex-direction: column;
    }

    .nd-about-hero .row > .col-lg-5 {
        order: -1;
    }

    .nd-contact-hero {
        padding: 3rem 0 2rem;
    }

    .nd-contact-hero .row {
        display: flex;
        flex-direction: column;
    }

    .nd-contact-shell {
        padding: 1.25rem;
    }

    .nd-contact-hero-card,
    .nd-contact-form-card,
    .nd-contact-card {
        padding-left: 1rem;
        padding-right: 1rem;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
    }

    .nd-contact-form-card {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }

    .nd-contact-hero-card {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }

    .nd-contact-hero-copy {
        font-size: 0.97rem;
        max-width: 100%;
    }

    .nd-contact-hero-pills {
        justify-content: flex-start;
    }

    .nd-contact-card {
        min-height: auto;
    }

    .nd-contact-form-card {
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;
    }

    .nd-contact-form-card .col-md-6,
    .nd-contact-form-card .col-12 {
        flex: 1 1 100%;
        max-width: 100%;
    }

    .nd-contact-form-card .col-md-6 {
        width: 100%;
    }

    .nd-contact-form-card .nd-input,
    .nd-contact-form-card .nd-textarea {
        min-width: 0;
    }

    .nd-contact-form-header h2 {
        font-size: 1.3rem;
    }

    .nd-contact-form-footer {
        margin-top: 1.25rem;
        text-align: left;
    }

    .nd-contact-form-footer .nd-wa-cta {
        display: inline-flex;
        width: 100%;
        justify-content: center;
        padding: 0.9rem 1rem;
        min-height: 48px;
        border-radius: 18px;
    }

    .nd-contact-hero-card-icon {
        width: 44px;
        height: 44px;
    }

    .nd-contact-card p,
    .nd-contact-card span,
    .nd-contact-form-header p,
    .nd-contact-form-footer p {
        font-size: 0.92rem;
    }
}

/* ═══════════════════════════════════════════════════════════════
   NAVBAR
═══════════════════════════════════════════════════════════════ */
.nd-navbar {
    background: rgba(18,18,24,0.85) !important;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-bottom: 1px solid var(--border);
    /* increased vertical padding to accommodate very large logo */
    padding: 2.5rem 0;
    transition: var(--transition);
    z-index: 1050;
    overflow: visible; /* allow logo to be visible if it extends */
}

.nd-navbar.scrolled {
    background: rgba(18,18,24,0.98) !important;
    box-shadow: 0 4px 30px rgba(0,0,0,0.5);
}

.nd-brand { display: flex; align-items: center; gap: 10px; }
.nd-logo-mark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 14px;
    background: linear-gradient(135deg, #7C3AED 0%, #3B82F6 100%);
    box-shadow: 0 10px 24px rgba(124,58,237,0.28);
    position: relative;
    overflow: hidden;
    flex-shrink: 0;
}

.nd-logo-mark::before {
    content: '';
    position: absolute;
    inset: 2px;
    border-radius: 12px;
    border: 1px solid rgba(255,255,255,0.22);
}

.nd-logo-mark-core {
    position: relative;
    z-index: 1;
    font-family: var(--font-display);
    font-size: 1.1rem;
    font-weight: 800;
    color: #fff;
    letter-spacing: 0.02em;
}

/* Ensure brand image used in header/footer scales up to match navbar */
.nd-brand img { object-fit: contain; }

/* Navbar-only logo scaling */
.nd-navbar .nd-brand img {
    height: clamp(96px, 10vw, 132px);
    margin-top: 0;
    width: auto;
    max-width: none;
}

/* Footer logo should match navbar logo sizing */
.nd-footer .nd-brand img { height: 220px; }

/* Position the brand inside the navbar, slightly inset from the left edge */
.nd-navbar .nd-brand {
    position: absolute;
    left: 1rem;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1060;
    margin-right: 0;
}

/* Keep the navbar actions and links aligned on desktop */
.nd-navbar .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    position: relative;
    padding-left: clamp(180px, 20vw, 260px);
    padding-right: 1rem;
}

.nd-navbar .navbar-collapse {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex: 1 1 auto;
    gap: 1rem;
}

.nd-navbar .navbar-nav {
    margin-left: auto;
    margin-right: 1rem;
}

.nd-navbar .d-flex.flex-column {
    flex-direction: row;
    align-items: center;
    margin-top: 0;
}

.nd-navbar .nd-cart-btn,
.nd-navbar .nd-whatsapp-btn {
    width: auto;
    justify-content: center;
    white-space: nowrap;
}

/* Mobile navbar layout */
@media (max-width: 991px) {
    .nd-navbar {
        padding: 1rem 0;
    }

    .nd-navbar .container {
        padding-left: 15px;
        padding-right: 15px;
        justify-content: space-between;
        gap: 0.75rem;
    }

    .nd-navbar .nd-brand {
        position: relative;
        left: auto;
        top: auto;
        transform: none;
        z-index: auto;
        margin-right: auto;
    }

    .nd-navbar .nd-brand img {
        height: 104px;
        max-width: 260px;
    }

    .nd-navbar .navbar-toggler {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 0.4rem 0.6rem;
        margin-left: auto;
    }

    .nd-navbar .navbar-collapse {
        display: none !important;
        flex-direction: column;
        align-items: stretch;
        background: rgba(18,18,24,0.98);
        border: 1px solid var(--border);
        border-radius: 16px;
        padding: 1rem;
        margin-top: 0.75rem;
        width: 100%;
    }

    .nd-navbar .navbar-collapse.show {
        display: flex !important;
    }

    .nd-navbar .navbar-collapse.collapsing {
        display: none !important;
    }

    .nd-navbar .navbar-nav {
        gap: 0.25rem;
        flex-direction: column;
        width: 100%;
    }

    .nd-navbar .nav-item {
        width: 100%;
    }

    .nd-navbar .nav-link {
        width: 100%;
        padding: 0.7rem 0.85rem !important;
        border-radius: 12px;
    }

    .nd-navbar .nav-link.active {
        background: rgba(124,58,237,0.16);
        color: #fff !important;
        box-shadow: inset 0 0 0 1px rgba(124,58,237,0.28);
    }

    .nd-navbar .nav-link.active::after {
        transform: translateX(-50%) scaleX(1);
        bottom: 6px;
    }

    .nd-navbar .navbar-collapse .d-flex.flex-column {
        width: 100%;
        display: grid !important;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 0.75rem;
        align-items: center;
        margin-top: 0.75rem;
    }

    .nd-navbar .navbar-collapse .d-flex.flex-column .nd-cart-btn,
    .nd-navbar .navbar-collapse .d-flex.flex-column .nd-whatsapp-btn {
        width: 100%;
        justify-content: center;
        padding: 0.75rem 0.9rem;
    }
}

.nd-logo-mark-footer {
    width: 46px;
    height: 46px;
    border-radius: 16px;
}

.nd-logo-wordmark {
    display: flex;
    flex-direction: column;
    line-height: 1;
}

.nd-logo-wordmark-main {
    font-family: var(--font-display);
    font-weight: 800;
    font-size: 1.1rem;
    color: var(--text-primary);
    letter-spacing: -0.02em;
}

.nd-logo-wordmark-sub {
    font-size: 0.68rem;
    font-weight: 600;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--accent-purple-light);
    margin-top: 0.2rem;
}

.nd-logo-wordmark-footer .nd-logo-wordmark-main {
    font-size: 1.15rem;
}

.nd-logo-wordmark-footer .nd-logo-wordmark-sub {
    font-size: 0.62rem;
}

.nd-nav-link {
    font-family: var(--font-display);
    font-weight: 500;
    font-size: 0.95rem;
    color: var(--text-secondary) !important;
    padding: 0.5rem 1rem !important;
    border-radius: var(--radius-sm);
    transition: var(--transition);
    position: relative;
}

.nd-nav-link:hover,
.nd-nav-link.active {
    color: var(--text-primary) !important;
}

.nd-nav-link::after {
    content: '';
    position: absolute;
    bottom: 2px; left: 50%; transform: translateX(-50%) scaleX(0);
    width: 24px; height: 3px;
    background: var(--gradient-accent);
    border-radius: 999px;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 0 10px rgba(124,58,237,0.5);
}

.nd-nav-link:hover::after,
.nd-nav-link.active::after {
    transform: translateX(-50%) scaleX(1);
}

.nd-nav-badge {
    display: inline-block;
    background: var(--gradient-accent);
    color: #fff;
    font-size: 0.6rem;
    font-weight: 700;
    padding: 1px 5px;
    border-radius: 999px;
    vertical-align: middle;
    margin-right: 3px;
    text-transform: uppercase;
}

/* Dropdown */
.nd-dropdown {
    background: var(--bg-elevated);
    border: 1px solid var(--border);
    border-radius: var(--radius-md);
    padding: 0.5rem;
    box-shadow: var(--shadow-card);
    min-width: 200px;
}

.nd-dropdown-item {
    color: var(--text-secondary) !important;
    border-radius: var(--radius-sm);
    padding: 0.5rem 1rem;
    font-family: var(--font-display);
    font-size: 0.9rem;
    transition: var(--transition);
}

.nd-dropdown-item:hover {
    background: rgba(124,58,237,0.15) !important;
    color: var(--text-primary) !important;
}

/* Cart Button */
.nd-cart-btn {
    display: flex; align-items: center; justify-content: center;
    width: 40px; height: 40px;
    background: transparent;
    border: 0;
    border-radius: 0;
    color: var(--text-primary);
    font-size: 1.1rem;
    padding: 0;
    transition: var(--transition);
}

.nd-cart-btn:hover {
    color: var(--accent-purple-light);
    background: transparent;
}

.nd-cart-badge {
    position: absolute;
    top: -6px; right: -6px;
    background: var(--accent-purple);
    color: #fff;
    font-size: 0.65rem;
    font-weight: 700;
    width: 18px; height: 18px;
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
}

.nd-whatsapp-btn {
    display: flex; align-items: center; justify-content: center;
    width: 40px; height: 40px;
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #25D366;
    font-size: 1.1rem;
    padding: 0;
    transition: var(--transition);
}

.nd-whatsapp-btn:hover {
    color: #25D366;
    background: transparent;
    transform: none;
}

/* Flash messages */
.nd-flash {
    position: fixed; top: 80px; right: 20px; z-index: 9999;
    display: flex; align-items: center; gap: 10px;
    padding: 12px 20px 12px 16px;
    border-radius: var(--radius-md);
    font-family: var(--font-display);
    font-weight: 500;
    font-size: 0.9rem;
    animation: slideInRight 0.4s ease;
    max-width: 400px;
    box-shadow: var(--shadow-card);
}

.nd-flash-success { background: rgba(16,185,129,0.12); border: 1px solid rgba(16,185,129,0.4); color: #34D399; }
.nd-flash-error   { background: rgba(239,68,68,0.12); border: 1px solid rgba(239,68,68,0.4); color: #F87171; }
.nd-flash-close   { background: none; border: none; color: inherit; cursor: pointer; margin-left: 8px; opacity: 0.7; }
.nd-flash-close:hover { opacity: 1; }

@keyframes slideInRight {
    from { transform: translateX(120%); opacity: 0; }
    to   { transform: translateX(0); opacity: 1; }
}

/* ═══════════════════════════════════════════════════════════════
   HERO SECTION
═══════════════════════════════════════════════════════════════ */
.nd-hero {
    min-height: 92vh;
    display: flex; align-items: center;
    background: var(--gradient-hero);
    position: relative;
    overflow: hidden;
    padding: 6rem 0;
}

.nd-hero::before {
    content: '';
    position: absolute; inset: 0;
    background:
        radial-gradient(ellipse 800px 600px at 20% 50%, rgba(124,58,237,0.15) 0%, transparent 60%),
        radial-gradient(ellipse 600px 400px at 80% 30%, rgba(59,130,246,0.1) 0%, transparent 60%);
    pointer-events: none;
    z-index: 1;
}

.nd-hero::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 5rem;
    background: linear-gradient(to bottom, rgba(9, 12, 20, 0) 0%, rgba(9, 12, 20, 0.18) 28%, rgba(9, 12, 20, 0.56) 70%, rgba(9, 12, 20, 0.95) 100%);
    pointer-events: none;
    z-index: 2;
}

.nd-hero .container {
    position: relative;
    z-index: 3;
}

.nd-hero-content-shell {
    position: relative;
    display: block;
    width: 100%;
    max-width: 760px;
    margin: 0 auto;
    padding: 1.4rem 1.5rem;
    border-radius: 1.5rem;
    background: linear-gradient(135deg, rgba(6, 7, 12, 0.82) 0%, rgba(10, 13, 24, 0.58) 100%);
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.28);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.nd-hero-grid {
    position: absolute; inset: 0;
    background-image:
        linear-gradient(rgba(42,42,49,0.3) 1px, transparent 1px),
        linear-gradient(90deg, rgba(42,42,49,0.3) 1px, transparent 1px);
    background-size: 60px 60px;
    pointer-events: none;
    opacity: 0.4;
}

.nd-hero-eyebrow {
    display: inline-flex; align-items: center; gap: 8px;
    background: rgba(124,58,237,0.12);
    border: 1px solid rgba(124,58,237,0.3);
    color: var(--accent-purple-light);
    font-family: var(--font-display);
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    padding: 6px 14px;
    border-radius: 999px;
    margin-bottom: 1.5rem;
}

.nd-hero-title {
    font-size: clamp(2.8rem, 6vw, 5rem);
    font-weight: 900;
    line-height: 1.05;
    letter-spacing: -0.03em;
    margin-bottom: 1.5rem;
    color: #ffffff;
    text-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
}

.nd-hero-sub {
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.94);
    line-height: 1.7;
    max-width: 500px;
    margin-bottom: 2.5rem;
    text-shadow: 0 4px 16px rgba(0, 0, 0, 0.24);
}

.nd-hero-actions { display: flex; flex-wrap: wrap; gap: 1rem; align-items: center; justify-content: center; }

.nd-hero-stats {
    display: flex; flex-wrap: wrap; gap: 1rem;
    margin-top: 2rem;
    padding-top: 1.5rem;
    border-top: 1px solid var(--border);
    justify-content: center;
}

.nd-hero-pill {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    padding: 0.7rem 1rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: #f8f8f8;
    font-size: 0.9rem;
    font-weight: 600;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.16);
}

.nd-hero-pill-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.9rem;
    height: 1.9rem;
    border-radius: 50%;
    background: rgba(124, 58, 237, 0.18);
    color: #d8b4fe;
}

/* Hero right side — floating product preview */
.nd-hero-visual {
    position: relative;
    display: flex; align-items: center; justify-content: center;
    margin-top: 2rem;
}

.nd-hero-product-strip {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
    width: min(100%, 580px);
    margin: 0 auto;
    justify-items: center;
}

.nd-hero-product-card {
    padding: 0.9rem;
    border-radius: 1rem;
    border: 1px solid rgba(255,255,255,0.14);
    background: rgba(255,255,255,0.08);
    box-shadow: 0 12px 28px rgba(0,0,0,0.16);
    overflow: hidden;
    text-decoration: none;
    width: auto;
    max-width: 100%;
}

.nd-hero-product-card-main { background: linear-gradient(135deg, rgba(168,85,247,0.24), rgba(59,130,246,0.16)); }
.nd-hero-product-card-alt { background: linear-gradient(135deg, rgba(255,255,255,0.1), rgba(255,255,255,0.05)); }
.nd-hero-product-card-accent { background: linear-gradient(135deg, rgba(34,197,94,0.16), rgba(124,58,237,0.2)); }

.nd-hero-product-tee {
    width: 100%;
    height: 200px;
    border-radius: 0.8rem;
    background: linear-gradient(135deg, rgba(168,85,247,0.95), rgba(59,130,246,0.9));
    position: relative;
    margin-bottom: 0.7rem;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-color: rgba(255,255,255,0.03);
}

.nd-hero-product-tee::before,
.nd-hero-product-tee::after {
    content: '';
    position: absolute;
    top: 20px;
    width: 16px;
    height: 44px;
    border-radius: 999px;
    background: rgba(255,255,255,0.92);
}

.nd-hero-product-tee::before { left: -7px; transform: rotate(-12deg); }
.nd-hero-product-tee::after { right: -7px; transform: rotate(12deg); }

.nd-hero-product-tee-alt { background: linear-gradient(135deg, rgba(255,255,255,0.96), rgba(209,213,219,0.88)); }
.nd-hero-product-tee-accent {
    background-image: url('/shirts/shirt.webp');
    position: relative;
}

.nd-hero-product-tee-accent::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(255,255,255,0.12), rgba(0,0,0,0.2));
    z-index: 1;
}

.nd-hero-product-tee-accent::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 46px;
    height: 46px;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background: rgba(255,255,255,0.22);
    box-shadow: 0 0 0 10px rgba(255,255,255,0.12);
    z-index: 2;
}

.nd-hero-product-info {
    display: flex; flex-direction: column; gap: 0.25rem;
    text-align: left;
}

.nd-hero-product-label {
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #d8b4fe;
}

.nd-hero-product-info strong {
    color: #fff;
    font-size: 0.92rem;
    line-height: 1.4;
}

@media (max-width: 768px) {
    .nd-hero-product-strip {
        grid-template-columns: 1fr;
    }

    .nd-hero-content-shell {
        padding: 1.2rem 1rem;
    }

    .nd-hero-title {
        font-size: clamp(2.2rem, 9vw, 3rem);
    }

    .nd-hero-sub {
        font-size: 1rem;
        margin-bottom: 1.75rem;
    }

    .nd-hero-pill {
        width: 100%;
        justify-content: center;
    }

    .nd-hero-anime-bg,
    .nd-hero-game-bg {
        width: 70%;
        opacity: 0.34;
    }

    .nd-featured-bg-left,
    .nd-featured-bg-right,
    .nd-why-bg-left,
    .nd-why-bg-right,
    .nd-arrivals-bg-left,
    .nd-arrivals-bg-right {
        display: none;
    }
}

@keyframes heroFloat {
    0%, 100% { transform: translateY(0) rotate(-1deg); }
    50% { transform: translateY(-16px) rotate(1deg); }
}

@keyframes gentleFloat {
    0%, 100% { transform: translateY(0px) rotate(0deg); }
    50% { transform: translateY(-10px) rotate(1deg); }
}

.nd-hero-card img {
    width: 100%; height: 420px;
    object-fit: cover;
    display: block;
}

.nd-hero-card-badge {
    position: absolute; top: 16px; left: 16px;
    background: var(--gradient-accent);
    color: #fff;
    font-family: var(--font-display);
    font-size: 0.75rem;
    font-weight: 700;
    padding: 5px 12px;
    border-radius: 999px;
}


/* ═══════════════════════════════════════════════════════════════
   BUTTONS
═══════════════════════════════════════════════════════════════ */
.btn-nd-primary {
    display: inline-flex; align-items: center; gap: 8px;
    background: var(--gradient-accent);
    color: #fff;
    font-family: var(--font-display);
    font-weight: 600;
    font-size: 0.95rem;
    padding: 0.75rem 1.75rem;
    border-radius: var(--radius-md);
    border: none;
    cursor: pointer;
    transition: var(--transition);
    box-shadow: 0 4px 15px rgba(124,58,237,0.35);
    position: relative;
    overflow: hidden;
}

.btn-nd-primary::after {
    content: '';
    position: absolute; inset: 0;
    background: rgba(255,255,255,0);
    transition: var(--transition);
}

.btn-nd-primary:hover {
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(124,58,237,0.5);
}

.btn-nd-primary:hover::after { background: rgba(255,255,255,0.08); }

.btn-nd-primary:active { transform: translateY(0); }

.btn-nd-outline {
    display: inline-flex; align-items: center; gap: 8px;
    background: transparent;
    color: var(--text-primary);
    font-family: var(--font-display);
    font-weight: 600;
    font-size: 0.95rem;
    padding: 0.73rem 1.75rem;
    border-radius: var(--radius-md);
    border: 1px solid var(--border-light);
    cursor: pointer;
    transition: var(--transition);
}

.btn-nd-outline:hover {
    border-color: var(--accent-purple);
    color: var(--accent-purple-light);
    background: rgba(124,58,237,0.08);
    transform: translateY(-2px);
}

.btn-nd-ghost {
    display: inline-flex; align-items: center; gap: 6px;
    background: none; border: none;
    color: var(--text-secondary);
    font-family: var(--font-display);
    font-size: 0.9rem;
    font-weight: 500;
    padding: 0.5rem;
    cursor: pointer;
    transition: var(--transition);
}

.btn-nd-ghost:hover { color: var(--text-primary); }

.btn-nd-ghost-sm {
    display: inline-flex; align-items: center; gap: 0.5rem;
    background: transparent;
    border: 1px solid var(--border);
    border-radius: var(--radius-sm);
    color: var(--text-secondary);
    font-family: var(--font-display);
    font-size: 0.85rem;
    font-weight: 500;
    padding: 0.5rem 1rem;
    white-space: nowrap;
    cursor: pointer;
    transition: var(--transition);
}

.btn-nd-ghost-sm:hover {
    border-color: var(--accent-purple);
    color: var(--accent-purple-light);
}

.btn-nd-ghost-sm.active {
    background: rgba(124,58,237,0.1);
    border-color: var(--accent-purple);
    color: var(--accent-purple-light);
}

/* ═══════════════════════════════════════════════════════════════
   SECTION HEADERS
═══════════════════════════════════════════════════════════════ */
.nd-section { padding: 5rem 0; }
.nd-section-sm { padding: 3rem 0; }

.nd-section + .nd-section {
    border-top: 1px solid rgba(255,255,255,0.06);
}

.nd-hero + .nd-section {
    position: relative;
    margin-top: 0;
    padding-top: 5rem;
}

.nd-hero + .nd-section > * {
    position: relative;
    z-index: 1;
}

.nd-section-label {
    display: inline-flex; align-items: center; gap: 6px;
    color: var(--accent-purple-light);
    font-family: var(--font-display);
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    margin-bottom: 0.75rem;
}

.nd-section-label::before {
    content: '';
    width: 20px; height: 2px;
    background: var(--gradient-accent);
    border-radius: 999px;
}

.nd-section-title {
    font-size: clamp(1.8rem, 3.5vw, 2.8rem);
    font-weight: 800;
    letter-spacing: -0.03em;
    line-height: 1.15;
}

.nd-section-desc {
    color: var(--text-secondary);
    font-size: 1rem;
    max-width: 550px;
    margin-top: 0.75rem;
    line-height: 1.7;
}

/* ═══════════════════════════════════════════════════════════════
   PRODUCT CARDS
═══════════════════════════════════════════════════════════════ */
.nd-bestsellers-section {
    position: relative;
    background: linear-gradient(135deg, rgba(124,58,237,0.16) 0%, rgba(10,12,18,0.96) 100%);
}

.nd-bestsellers-shell {
    position: relative;
    padding: 2rem;
    border-radius: 1.25rem;
    background: rgba(255,255,255,0.02);
    border: 1px solid rgba(255,255,255,0.05);
    box-shadow: none;
    overflow: hidden;
    margin: 0;
}

.nd-bestsellers-shell::before {
    content: none;
}

.nd-bestsellers-shell > * {
    position: relative;
    z-index: 1;
}

.nd-featured-section {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgba(124,58,237,0.16) 0%, rgba(10,12,18,0.96) 100%);
}

.nd-featured-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, rgba(255,255,255,0.04) 0%, transparent 55%, rgba(124,58,237,0.08) 100%);
    pointer-events: none;
}

.nd-featured-section > * {
    position: relative;
    z-index: 1;
}

/* Tracking page styles */
.nd-section-track { display: flex; align-items: center; min-height: 60vh; padding: 4rem 0 5rem; }
.nd-track-shell { max-width: 860px; margin: 0 auto; display: flex; flex-direction: column; gap: 1.25rem; }
.nd-track-hero {
    text-align: center;
    padding: 2rem 1.5rem;
    border: 1px solid var(--border);
    border-radius: 22px;
    background: linear-gradient(135deg, rgba(124,58,237,0.16), rgba(255,255,255,0.025));
    box-shadow: var(--shadow-card);
}
.nd-track-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 0.45rem 0.8rem;
    margin-bottom: 1rem;
    border-radius: 999px;
    background: rgba(124,58,237,0.16);
    color: var(--accent-purple-light);
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}
.nd-track-hero .nd-section-title { margin-bottom: 0.7rem; font-size: clamp(2rem, 4vw, 2.75rem); }
.nd-track-hero .nd-section-desc { max-width: 640px; margin: 0 auto 1.5rem; font-size: 1rem; line-height: 1.7; color: var(--text-secondary); }
.nd-track-form {
    max-width: 620px;
    margin: 0 auto 1rem;
    display: flex;
    gap: 10px;
    align-items: center;
    padding: 0.5rem;
    border-radius: 999px;
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(255,255,255,0.08);
}
.nd-track-form .nd-input {
    flex: 1;
    min-height: 48px;
    padding: 0 1rem;
    border: none;
    border-radius: 999px;
    background: transparent;
    color: var(--text-primary);
}
.nd-track-form .nd-input:focus { outline: none; box-shadow: none; }
.nd-track-form .btn-nd-primary { border-radius: 999px; padding: 0.8rem 1.2rem; }
.nd-track-empty {
    max-width: 560px;
    margin: 1rem auto 0;
    padding: 1.25rem;
    border-radius: 16px;
    border: 1px solid rgba(248,113,113,0.25);
    background: rgba(248,113,113,0.08);
    text-align: center;
}
.nd-track-empty-icon {
    width: 48px;
    height: 48px;
    margin: 0 auto 0.75rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(248,113,113,0.16);
    color: #FCA5A5;
    font-size: 1.2rem;
}
.nd-track-empty h3 { margin: 0 0 0.4rem; font-size: 1.05rem; color: var(--text-primary); }
.nd-track-empty p { margin: 0; color: var(--text-secondary); line-height: 1.6; }
.nd-track-results { width: 100%; }

.nd-order-card {
    max-width: 760px;
    margin: 1.5rem auto;
    padding: 1.5rem;
    background: linear-gradient(180deg, rgba(255,255,255,0.02), rgba(255,255,255,0.01));
    border: 1px solid var(--border);
    border-radius: 12px;
    box-shadow: var(--shadow-card);
}
.nd-order-card { color: var(--text-primary); }
.nd-order-header { margin-bottom: 0.75rem; }
.nd-order-label { font-size: 0.9rem; color: var(--text-secondary); margin-bottom: 6px; text-transform: uppercase; letter-spacing: 0.08em; }
.nd-tracking-number { display: inline-block; font-family: var(--font-display); font-weight: 900; font-size: 1.6rem; padding: 0.5rem 0.85rem; background: rgba(255,255,255,0.02); border-radius: 8px; }

.nd-order-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin-top: 0.5rem; }
.nd-order-sub { font-size: 0.78rem; color: var(--text-mut); text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: 6px; }
.nd-order-name { font-weight: 700; font-family: var(--font-display); }
.nd-order-contact, .nd-order-meta { color: var(--text-secondary); margin-top: 6px; }
.nd-order-total { font-weight: 700; font-family: var(--font-display); font-size: 1.05rem; }
.nd-order-addr { font-weight: 600; }

.nd-order-address { grid-column: 1 / -1; margin-top: 0.5rem; }

.nd-order-items { margin-top: 1rem; }
.nd-order-items-wrap { display: grid; gap: 10px; }
.nd-muted { color: var(--text-secondary); }

/* dividers and thumbnail */
.nd-order-header, .nd-order-grid, .nd-order-items, .nd-progress-block { padding-bottom: 0.75rem; border-bottom: 1px solid rgba(255,255,255,0.04); margin-bottom: 0.9rem; }
.nd-item-card {
    display: flex; align-items: center; gap: 12px;
    padding: 12px 14px;
    border: 1px solid rgba(255,255,255,0.06);
    border-radius: 10px;
    background: rgba(255,255,255,0.02);
}
.nd-item-thumb { width: 56px; height: 56px; object-fit: cover; border-radius: 8px; border: 1px solid rgba(255,255,255,0.04); flex-shrink: 0; }
.nd-item-content { flex: 1; min-width: 0; }
.nd-item-title { font-weight: 700; color: var(--text-primary); }
.nd-item-meta { color: var(--text-secondary); font-size: 0.9rem; margin-top: 2px; }
.nd-item-price { color: var(--accent-purple-light); font-weight: 600; margin-top: 4px; }
.nd-item-qty {
    padding: 6px 10px;
    border-radius: 999px;
    background: rgba(124,58,237,0.16);
    color: var(--text-primary);
    font-weight: 700;
    flex-shrink: 0;
}

.nd-progress-track {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
    margin-top: 10px;
    width: 100%;
}
.nd-progress-step {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 0.9rem;
    text-align: left;
    min-width: 0;
    max-width: 100%;
}
.nd-progress-dot {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: rgba(255,255,255,0.08);
    border: 2px solid rgba(255,255,255,0.12);
    margin: 0;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--text-secondary);
    font-size: 0.9rem;
    flex-shrink: 0;
}
.nd-progress-step.active .nd-progress-dot {
    background: var(--accent-purple-light);
    border-color: rgba(255,255,255,0.2);
    color: #fff;
    box-shadow: 0 0 0 4px rgba(124,58,237,0.16);
}
.nd-progress-label {
    color: var(--text-secondary);
    font-size: 0.95rem;
    font-weight: 600;
    white-space: normal;
    word-break: break-word;
    overflow-wrap: anywhere;
    margin-top: 0.2rem;
}
.nd-progress-step.active .nd-progress-label { color: var(--text-primary); }

.nd-order-meta strong {
    word-break: break-word;
}

/* make key text white */
.nd-order-name, .nd-order-total, .nd-tracking-number, .nd-order-addr { color: var(--text-primary) !important; }

.nd-order-notes { margin-top: 1rem; color: var(--text-secondary); }
.nd-order-actions { margin-top: 1rem; display: flex; gap: 8px; }

@media (max-width: 720px) {
    .nd-order-grid { grid-template-columns: 1fr; }
    .nd-track-hero { padding: 1.5rem 1rem; }
    .nd-track-form { flex-direction: column; border-radius: 18px; }
    .nd-track-form .btn-nd-primary { width: 100%; }
    .nd-progress-track { grid-template-columns: repeat(2, 1fr); }
    .nd-item-card { align-items: flex-start; }
}

.nd-featured-bg {
    position: absolute;
    z-index: 0;
    pointer-events: none;
    opacity: 0.9;
    filter: none;
    object-fit: contain;
    transform: none;
    animation: gentleFloat 7s ease-in-out infinite;
}

.nd-featured-bg-left {
    left: -1rem;
    bottom: -0.75rem;
    width: min(26vw, 320px);
    max-width: 320px;
    height: auto;
}

.nd-featured-bg-right {
    right: -1rem;
    top: 50%;
    transform: translateY(-50%);
    width: min(24vw, 300px);
    max-width: 300px;
    height: auto;
}

.nd-section > .container {
    position: relative;
    z-index: 1;
}

.nd-why-bg {
    position: absolute;
    z-index: 0;
    pointer-events: none;
    opacity: 0.8;
    object-fit: contain;
    width: min(30vw, 330px);
    max-width: 330px;
    height: auto;
    filter: drop-shadow(0 18px 28px rgba(0,0,0,0.25));
    animation: gentleFloat 6.5s ease-in-out infinite reverse;
}

.nd-why-bg-left {
    left: -1rem;
    top: 50%;
    transform: translateY(-50%);
}

.nd-why-bg-right {
    right: -1rem;
    top: 50%;
    transform: translateY(-50%);
    width: min(45vw, 495px);
    max-width: 495px;
}

.nd-arrivals-bg {
    position: absolute;
    z-index: 0;
    pointer-events: none;
    opacity: 0.8;
    object-fit: contain;
    width: min(24vw, 280px);
    max-width: 280px;
    height: auto;
    filter: drop-shadow(0 18px 28px rgba(0,0,0,0.25));
    animation: gentleFloat 6s ease-in-out infinite;
}

.nd-arrivals-bg-left {
    left: -1rem;
    top: 50%;
    transform: translateY(-50%);
}

.nd-arrivals-bg-right {
    right: -1rem;
    bottom: -1rem;
    transform: none;
    width: min(22vw, 260px);
    max-width: 260px;
}

.nd-product-card {
    background: linear-gradient(180deg, rgba(255,255,255,0.045) 0%, rgba(7,9,16,0.98) 100%);
    border: 1px solid rgba(255,255,255,0.09);
    border-radius: 1.2rem;
    overflow: hidden;
    transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.45s ease, border-color 0.35s ease;
    height: 100%;
    display: flex; flex-direction: column;
    position: relative;
    box-shadow: 0 16px 34px rgba(0,0,0,0.22);
}

.nd-product-card:hover {
    border-color: rgba(124,58,237,0.5);
    transform: translateY(-7px) scale(1.01);
    box-shadow: 0 24px 44px rgba(124,58,237,0.18);
}

.nd-product-img-wrap {
    position: relative;
    overflow: hidden;
    aspect-ratio: 4/5;
    background: linear-gradient(135deg, rgba(124,58,237,0.16), rgba(14,20,36,0.9));
    padding: 0.8rem;
}

.nd-product-img-wrap img {
    width: 100%; height: 100%;
    object-fit: cover;
    border-radius: 0.9rem;
    transition: transform 0.5s ease;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,0.06);
}

.nd-product-card:hover .nd-product-img-wrap img {
    transform: scale(1.06);
}

.nd-product-badges {
    position: absolute; top: 12px; left: 12px;
    display: flex; flex-direction: column; gap: 6px;
}

.nd-badge {
    display: inline-flex; align-items: center; gap: 4px;
    font-family: var(--font-display);
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    padding: 3px 9px;
    border-radius: 999px;
}

.nd-badge-sale    { background: var(--accent-red); color: #fff; }
.nd-badge-new     { background: var(--accent-purple); color: #fff; }
.nd-badge-hot     { background: var(--warning); color: #000; }
.nd-badge-limited { background: rgba(59,130,246,0.9); color: #fff; }

.nd-product-actions {
    position: absolute; top: 12px; right: 12px;
    display: flex; flex-direction: column; gap: 6px;
    opacity: 0; transform: translateX(10px);
    transition: var(--transition);
}

.nd-product-card:hover .nd-product-actions {
    opacity: 1; transform: translateX(0);
}

.nd-product-action-btn {
    width: 36px; height: 36px;
    background: rgba(14,14,16,0.85);
    border: 1px solid var(--border);
    border-radius: var(--radius-sm);
    color: var(--text-secondary);
    display: flex; align-items: center; justify-content: center;
    font-size: 0.9rem;
    transition: var(--transition);
    cursor: pointer;
    backdrop-filter: blur(8px);
}

.nd-product-action-btn:hover {
    background: var(--accent-purple);
    border-color: var(--accent-purple);
    color: #fff;
}

.nd-product-body {
    padding: 1.1rem 1.15rem 1.15rem;
    flex: 1; display: flex; flex-direction: column;
}

.nd-product-cat {
    font-size: 0.72rem;
    color: var(--accent-purple-light);
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom: 0.2rem;
}

.nd-product-name-wrap {
    display: flex;
    flex-direction: column;
    gap: 0.14rem;
    margin-bottom: 0.2rem;
}

.nd-product-name {
    font-family: var(--font-display);
    font-size: 1rem;
    font-weight: 700;
    color: var(--text-primary);
    line-height: 1.25;
    margin: 0;
    padding: 0;
    flex: 0 0 auto;
}

.nd-product-name a { color: inherit; }
.nd-product-name a:hover { color: var(--accent-purple-light); }

.nd-product-desc {
    color: var(--text-secondary);
    font-size: 0.86rem;
    line-height: 1.35;
    margin-bottom: 0.35rem;
    min-height: 2.1em;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.nd-product-desc-tight {
    margin: 0;
}

.nd-product-desc-shifted {
    margin-top: 0.1rem;
    margin-bottom: 0.25rem;
}

.nd-product-sizes {
    display: flex; gap: 4px;
    margin-bottom: 0.75rem;
    flex-wrap: wrap;
}

.nd-size-chip {
    font-size: 0.65rem;
    font-weight: 600;
    padding: 2px 7px;
    border-radius: 4px;
    background: var(--bg-elevated);
    border: 1px solid var(--border);
    color: var(--text-muted);
    font-family: var(--font-display);
}

.nd-product-size-picker {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
    margin-bottom: 0.8rem;
}

.nd-size-btn {
    border: 1px solid rgba(255,255,255,0.12);
    background: rgba(255,255,255,0.04);
    color: var(--text-secondary);
    padding: 0.24rem 0.55rem;
    border-radius: 999px;
    font-size: 0.72rem;
    font-weight: 700;
    font-family: var(--font-display);
    transition: var(--transition);
}

.nd-size-btn.active,
.nd-size-btn:hover {
    background: linear-gradient(135deg, rgba(124,58,237,0.95), rgba(59,130,246,0.9));
    border-color: transparent;
    color: #fff;
}

/* product rating styles removed */

.nd-product-color-picker {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
    margin-bottom: 0.8rem;
}

.nd-color-swatch {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 2px solid rgba(255,255,255,0.25);
    background: #fff;
    box-shadow: 0 0 0 1px rgba(255,255,255,0.06);
    transition: var(--transition);
    cursor: pointer;
}

.nd-color-swatch.active,
.nd-color-swatch:hover {
    transform: scale(1.15);
    border-color: #fff;
}

.nd-product-stock {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 28px;
}

.nd-stock-chip {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.3rem 0.6rem;
    border-radius: 999px;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    white-space: nowrap;
}

.nd-stock-in {
    color: #7CFFB2;
    background: rgba(16, 185, 129, 0.14);
}

.nd-stock-low {
    color: #FFD28A;
    background: rgba(245, 158, 11, 0.16);
}

.nd-stock-out {
    color: #FF9FA8;
    background: rgba(239, 68, 68, 0.16);
}

.nd-product-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: auto;
    padding-top: 0.7rem;
    border-top: 1px solid rgba(255,255,255,0.08);
}

.nd-product-price {
    display: flex;
    align-items: baseline;
    gap: 8px;
    flex: 1;
    min-width: 0;
}
.nd-price-current {
    font-family: var(--font-display);
    font-size: 1.12rem;
    font-weight: 700;
    color: var(--text-primary);
}
.nd-price-original {
    font-size: 0.82rem;
    color: var(--text-muted);
    text-decoration: line-through;
}

.nd-add-cart {
    flex-shrink: 0;
    margin-left: auto;
    display: flex; align-items: center; gap: 6px;
    background: linear-gradient(135deg, rgba(124,58,237,0.95), rgba(59,130,246,0.9));
    color: #fff;
    font-family: var(--font-display);
    font-size: 0.8rem;
    font-weight: 600;
    padding: 0.5rem 0.95rem;
    border-radius: 999px;
    border: none;
    cursor: pointer;
    transition: var(--transition);
    white-space: nowrap;
    box-shadow: 0 8px 18px rgba(124,58,237,0.24);
}

.nd-add-cart:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(124,58,237,0.4);
}

/* ═══════════════════════════════════════════════════════════════
   CATEGORY CARDS
═══════════════════════════════════════════════════════════════ */
.nd-collections-section {
    position: relative;
    overflow: hidden;
}

.nd-collections-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at top right, rgba(124,58,237,0.2), transparent 35%),
        linear-gradient(135deg, rgba(10,12,24,0.95) 0%, rgba(18,16,42,0.92) 45%, rgba(8,10,18,0.98) 100%);
    z-index: 0;
}

.nd-collections-section::after {
    content: '';
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
    background:
        url('/shirts/ezio.png') left 50% / min(360px, 42vw) auto no-repeat,
        url('/shirts/itachi.png') right -1.5rem top -1rem / min(320px, 34vw) auto no-repeat,
        url('/shirts/jinwoo.png') right -1.5rem bottom -2rem / min(320px, 34vw) auto no-repeat;
    opacity: 0.9;
}

.nd-collections-shell {
    position: relative;
    z-index: 1;
    padding: 1.5rem;
    border-radius: var(--radius-xl);
    background: linear-gradient(135deg, rgba(255,255,255,0.05), rgba(124,58,237,0.08));
    border: 1px solid rgba(255,255,255,0.1);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.04), 0 20px 45px rgba(0,0,0,0.24);
    overflow: hidden;
}

.nd-cat-card {
    position: relative;
    border-radius: var(--radius-lg);
    overflow: hidden;
    aspect-ratio: 3 / 4;
    height: auto;
    min-height: 320px;
    cursor: pointer;
    display: block;
    transition: var(--transition);
    border: 1px solid rgba(255,255,255,0.08);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);
}

.nd-cat-card:hover { transform: translateY(-4px); }

.nd-cat-card::before {
    content: '';
    position: absolute; inset: 0;
    background: linear-gradient(to top, rgba(8,10,16,0.92) 0%, rgba(8,10,16,0.35) 55%, transparent 100%);
    z-index: 1;
    transition: var(--transition);
}

.nd-cat-card:hover::before {
    background: linear-gradient(to top, rgba(8,10,16,0.95) 0%, rgba(124,58,237,0.2) 55%, transparent 100%);
}

.nd-cat-card-bg {
    width: 100%; height: 100%;
    object-fit: contain;
    background-color: rgba(0,0,0,0.06);
    transition: transform 0.5s ease;
}

.nd-cat-card:hover .nd-cat-card-bg { transform: scale(1.08); }

.nd-cat-card-body {
    position: absolute; bottom: 0; left: 0; right: 0;
    padding: 1.25rem;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    min-height: 100%;
    background: linear-gradient(to top, rgba(6,8,14,0.95) 0%, rgba(6,8,14,0.35) 60%, transparent 100%);
}

.nd-cat-card-icon {
    font-size: 1.7rem;
    margin-bottom: 0.65rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.8rem;
    height: 2.8rem;
    border-radius: 50%;
    background: rgba(255,255,255,0.12);
    backdrop-filter: blur(8px);
}

.nd-cat-card-name {
    font-family: var(--font-display);
    font-size: 1.15rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0.3rem;
}

.nd-cat-card-count {
    font-size: 0.78rem;
    color: rgba(255,255,255,0.75);
    letter-spacing: 0.02em;
}

.nd-cat-card-arrow {
    position: absolute; bottom: 1.25rem; right: 1.25rem;
    z-index: 2;
    color: rgba(255,255,255,0);
    transition: var(--transition);
    font-size: 1.1rem;
}

.nd-cat-card:hover .nd-cat-card-arrow { color: var(--accent-purple-light); }

/* Colored category backgrounds */
.nd-cat-gaming    { background: linear-gradient(135deg, #1a0a2e, #2d0057); }
.nd-cat-anime     { background: linear-gradient(135deg, #1a001a, #3d0038); }
.nd-cat-heroes    { background: linear-gradient(135deg, #0a1628, #001b4d); }
.nd-cat-movies    { background: linear-gradient(135deg, #1a0a00, #3d1500); }
.nd-cat-custom    { background: linear-gradient(135deg, #00141a, #00353d); }
.nd-cat-limited   { background: linear-gradient(135deg, #0d0d0d, #2a0808); }

/* ═══════════════════════════════════════════════════════════════
   CUSTOM PROMO BANNER
═══════════════════════════════════════════════════════════════ */
.nd-custom-banner-section {
    position: relative;
    padding: 0;
    margin: 0;
}

.nd-custom-banner-shell {
    position: relative;
    overflow: hidden;
    padding: 4rem 0;
    background:
        linear-gradient(135deg, rgba(124,58,237,0.16) 0%, rgba(8,11,21,0.95) 45%, rgba(14,19,33,0.98) 100%);
    border-top: 1px solid rgba(255,255,255,0.08);
    border-bottom: 1px solid rgba(255,255,255,0.08);
}

.nd-custom-banner-shell::before {
    content: '';
    position: absolute; inset: 0;
    background: radial-gradient(ellipse 700px 500px at 80% 50%, rgba(124,58,237,0.22) 0%, transparent 70%);
    pointer-events: none;
}

.nd-custom-banner-shell::after {
    content: '';
    position: absolute;
    top: -120px; right: -120px;
    width: 420px; height: 420px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(59,130,246,0.16) 0%, transparent 70%);
    pointer-events: none;
}

.nd-custom-banner-shell > * {
    position: relative;
    z-index: 1;
}

.nd-custom-banner-content {
    width: 100%;
    max-width: 100%;
    padding: 0 1.5rem;
    margin: 0 auto;
}

.nd-custom-shirt-preview {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 320px;
}

.nd-custom-step-row {
    width: 100%;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 0;
}

.nd-custom-step {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    flex-wrap: nowrap;
    width: 100%;
    max-width: 100%;
}

.nd-custom-step-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.7rem;
    min-width: 0;
}

.nd-custom-step-caption {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.6rem;
    flex-wrap: wrap;
    margin-top: 1rem;
}

.nd-custom-step-label {
    font-family: var(--font-display);
    font-size: 0.95rem;
    font-weight: 700;
    color: #f8f8ff;
    letter-spacing: 0.03em;
    text-align: center;
    padding: 0.35rem 0.8rem;
    border-radius: 999px;
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.14);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.08);
    white-space: nowrap;
}

.nd-custom-step-operator {
    font-size: 1.1rem;
    font-weight: 700;
    color: #ffffff;
    opacity: 0.95;
}

.nd-format-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.55rem 0.9rem;
    border-radius: 999px;
    background: linear-gradient(135deg, rgba(255,255,255,0.11), rgba(255,255,255,0.06));
    border: 1px solid rgba(255,255,255,0.16);
    color: #f8f8ff;
    font-size: 0.9rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.08), 0 10px 24px rgba(0,0,0,0.18);
}

.nd-format-badge svg {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
}

.nd-custom-card {
    position: relative;
    width: min(22vw, 240px);
    height: clamp(280px, 34vw, 360px);
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: none;
    border-radius: 0;
    padding: 0;
    box-shadow: none;
}

.nd-custom-card-final {
    width: min(28vw, 300px);
    height: clamp(340px, 40vw, 420px);
}

.nd-custom-step-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.nd-custom-step-image-design {
    object-fit: contain;
    transform: scale(0.72);
}

.nd-custom-operator {
    font-size: 2rem;
    font-weight: 800;
    color: #fff;
    opacity: 0.95;
    flex-shrink: 0;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: none;
    box-shadow: none;
}

@media (max-width: 991px) {
    .nd-custom-step-row {
        justify-content: center;
        padding-top: 1.5rem;
    }

    .nd-custom-step {
        justify-content: center;
        flex-wrap: wrap;
        gap: 0.75rem;
    }
}

@media (max-width: 767px) {
    .nd-custom-step-row {
        padding-top: 1.5rem;
    }

    .nd-custom-step {
        flex-wrap: wrap;
        gap: 0.75rem;
    }

    .nd-custom-card,
    .nd-custom-card-final {
        width: min(100%, 220px);
        height: 280px;
    }
}

.nd-custom-shirt-design {
    position: absolute;
    top: 46%;
    left: 50%;
    width: 58%;
    max-width: 120px;
    transform: translate(-50%, -50%) scale(1.25);
    object-fit: contain;
    filter: drop-shadow(0 10px 20px rgba(0,0,0,0.25));
    pointer-events: none;
}

/* ═══════════════════════════════════════════════════════════════
   WHY US SECTION
═══════════════════════════════════════════════════════════════ */
.nd-why-card {
    background: linear-gradient(145deg, rgba(255,255,255,0.03), rgba(124,58,237,0.06));
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 1.2rem;
    padding: 2rem;
    text-align: center;
    transition: var(--transition);
    position: relative;
    overflow: hidden;
    box-shadow: 0 10px 24px rgba(0,0,0,0.16);
}

.nd-why-card::before {
    content: '';
    position: absolute; top: 0; left: 0; right: 0;
    height: 2px;
    background: var(--gradient-accent);
    transform: scaleX(0);
    transition: var(--transition);
}

.nd-why-card:hover {
    border-color: rgba(124,58,237,0.3);
    transform: translateY(-4px);
    box-shadow: var(--shadow-glow);
}

.nd-why-card:hover::before { transform: scaleX(1); }

.nd-why-icon {
    width: 64px; height: 64px;
    border-radius: var(--radius-md);
    display: flex; align-items: center; justify-content: center;
    font-size: 1.75rem;
    margin: 0 auto 1.25rem;
    background: rgba(124,58,237,0.1);
    border: 1px solid rgba(124,58,237,0.2);
}

.nd-why-title {
    font-family: var(--font-display);
    font-size: 1.05rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.nd-why-desc { font-size: 0.9rem; color: var(--text-secondary); line-height: 1.6; }

/* ═══════════════════════════════════════════════════════════════
   TESTIMONIALS
═══════════════════════════════════════════════════════════════ */
/* review/testimonial styles removed */
 

/* ═══════════════════════════════════════════════════════════════
   FORMS & INPUTS
═══════════════════════════════════════════════════════════════ */
.nd-form-group { margin-bottom: 1.25rem; }

.nd-label {
    display: block;
    font-family: var(--font-display);
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--text-secondary);
    margin-bottom: 0.5rem;
    letter-spacing: 0.02em;
}

.nd-input {
    width: 100%;
    background: var(--bg-elevated);
    border: 1px solid var(--border);
    border-radius: var(--radius-sm);
    color: var(--text-primary);
    font-family: var(--font-body);
    font-size: 0.95rem;
    padding: 0.7rem 1rem;
    transition: var(--transition);
    outline: none;
    appearance: none;
    -webkit-appearance: none;
}

.nd-input::placeholder { color: var(--text-muted); }

.nd-input:focus {
    border-color: var(--accent-purple);
    box-shadow: 0 0 0 3px rgba(124,58,237,0.15);
}

.nd-select {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23B5B5B5'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 20px;
    cursor: pointer;
    padding-right: 2.5rem;
}

.nd-textarea { resize: vertical; min-height: 110px; }

/* ═══════════════════════════════════════════════════════════════
   CART PAGE
═══════════════════════════════════════════════════════════════ */
.nd-cart-table { width: 100%; }

.nd-cart-row {
    display: grid;
    grid-template-columns: 80px 1fr auto auto auto;
    gap: 1rem;
    align-items: center;
    padding: 1.25rem 0;
    border-bottom: 1px solid var(--border);
}

.nd-cart-header {
    display: grid;
    grid-template-columns: 80px 1fr auto auto auto;
    gap: 1rem;
    align-items: center;
    padding-bottom: 1rem;
    border-bottom: 1px solid var(--border);
    margin-bottom: 0.5rem;
}

.nd-cart-header-label {
    font-size: 0.8rem;
    font-weight: 700;
    color: var(--text-muted);
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.nd-cart-img {
    width: 80px; height: 96px;
    object-fit: cover;
    border-radius: var(--radius-sm);
    background: var(--bg-elevated);
}

.nd-cart-name  { font-family: var(--font-display); font-weight: 600; font-size: 0.95rem; }
.nd-cart-meta  { font-size: 0.8rem; color: var(--text-muted); margin-top: 4px; }
.nd-cart-price { font-family: var(--font-display); font-weight: 700; font-size: 1rem; white-space: nowrap; }

.nd-qty-control {
    display: flex; align-items: center; gap: 0;
    background: var(--bg-elevated);
    border: 1px solid var(--border);
    border-radius: var(--radius-sm);
    overflow: hidden;
}

.nd-qty-btn {
    width: 34px; height: 34px;
    background: none; border: none;
    color: var(--text-secondary);
    font-size: 1rem;
    cursor: pointer;
    transition: var(--transition);
    display: flex; align-items: center; justify-content: center;
}

.nd-qty-btn:hover { background: rgba(124,58,237,0.15); color: var(--text-primary); }

.nd-qty-input {
    width: 46px; height: 34px;
    background: none; border: none;
    color: var(--text-primary);
    text-align: center;
    font-family: var(--font-display);
    font-weight: 600;
    font-size: 0.9rem;
    outline: none;
}

.nd-remove-btn {
    background: none; border: none;
    color: var(--text-muted);
    font-size: 1rem;
    cursor: pointer;
    transition: var(--transition);
    padding: 4px;
    border-radius: 4px;
}

.nd-remove-btn:hover { color: var(--accent-red); background: rgba(239,68,68,0.1); }

.nd-order-summary {
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    padding: 1.75rem;
    position: sticky; top: 90px;
}

.customize-summary {
    position: static;
    top: auto;
}

.nd-summary-row {
    display: flex; justify-content: space-between; align-items: center;
    padding: 0.6rem 0;
    font-size: 0.9rem;
    color: var(--text-secondary);
}

.nd-summary-row.total {
    border-top: 1px solid var(--border);
    margin-top: 0.5rem; padding-top: 1rem;
    font-family: var(--font-display);
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--text-primary);
}

/* ═══════════════════════════════════════════════════════════════
   CHECKOUT
═══════════════════════════════════════════════════════════════ */
.nd-checkout-section {
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    padding: 2rem;
    margin-bottom: 1.5rem;
}

.nd-checkout-section-title {
    font-family: var(--font-display);
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    display: flex; align-items: center; gap: 10px;
    color: var(--text-primary);
}

.nd-payment-option {
    background: var(--bg-elevated);
    border: 2px solid var(--border);
    border-radius: var(--radius-md);
    padding: 1.25rem;
    cursor: pointer;
    transition: var(--transition);
    display: flex; align-items: center; gap: 12px;
}

.nd-payment-option.active,
.nd-payment-option:hover {
    border-color: var(--accent-purple);
    background: rgba(124,58,237,0.08);
}

.nd-payment-icon {
    width: 42px; height: 42px;
    background: rgba(124,58,237,0.12);
    border-radius: var(--radius-sm);
    display: flex; align-items: center; justify-content: center;
    font-size: 1.25rem;
    flex-shrink: 0;
}

/* ═══════════════════════════════════════════════════════════════
   ORDER SUCCESS
═══════════════════════════════════════════════════════════════ */
.nd-success-wrap {
    text-align: center;
    padding: 5rem 0;
}

.nd-success-icon {
    width: 100px; height: 100px;
    border-radius: 50%;
    background: rgba(16,185,129,0.12);
    border: 2px solid rgba(16,185,129,0.4);
    display: flex; align-items: center; justify-content: center;
    font-size: 3rem;
    margin: 0 auto 2rem;
    animation: successPop 0.5s cubic-bezier(0.68,-0.55,0.27,1.55);
}

@keyframes successPop {
    from { transform: scale(0); opacity: 0; }
    to   { transform: scale(1); opacity: 1; }
}

.nd-order-card {
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    padding: 2rem;
    max-width: 500px;
    margin: 2rem auto;
    text-align: left;
}

/* ═══════════════════════════════════════════════════════════════
   CUSTOMIZE PAGE
═══════════════════════════════════════════════════════════════ */
.nd-customize-hero {
    background: linear-gradient(135deg, #12102A, #0E0E10);
    border-bottom: 1px solid var(--border);
    padding: 4rem 0 3rem;
    position: relative;
    overflow: hidden;
}

.nd-customize-hero::before {
    content: '';
    position: absolute; inset: 0;
    background: radial-gradient(ellipse 600px 400px at 60% 50%, rgba(59,130,246,0.12) 0%, transparent 70%);
    pointer-events: none;
}

.nd-upload-zone {
    border: 2px dashed var(--border);
    border-radius: var(--radius-lg);
    padding: 3rem 2rem;
    text-align: center;
    cursor: pointer;
    transition: var(--transition);
    background: var(--bg-elevated);
    position: relative;
    outline: none;
}

.nd-upload-zone:hover,
.nd-upload-zone.dragover,
.nd-upload-zone:focus-visible {
    border-color: var(--accent-purple);
    background: rgba(124,58,237,0.05);
    box-shadow: 0 0 0 3px rgba(124,58,237,0.13);
}

.nd-upload-icon { font-size: 3rem; color: var(--text-muted); margin-bottom: 1rem; }
.nd-upload-title { font-family: var(--font-display); font-size: 1.1rem; font-weight: 600; margin-bottom: 0.5rem; }
.nd-upload-hint  { font-size: 0.85rem; color: var(--text-muted); }
.nd-file-preview { min-height: 1.2rem; margin-bottom: 0.75rem; color: var(--accent-purple-light); font-size: 0.9rem; font-weight: 600; }
.nd-file-name { display: inline-flex; align-items: center; gap: 0.45rem; padding: 0.4rem 0.7rem; border-radius: 999px; background: rgba(124,58,237,0.16); color: var(--accent-purple-light); }

.nd-preview-card {
    background: linear-gradient(180deg, rgba(255,255,255,0.03), rgba(10,11,18,0.95));
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    padding: 1.5rem;
    box-shadow: 0 20px 40px rgba(0,0,0,0.2);
}

.nd-preview-card-header {
    display: flex; align-items: flex-start; justify-content: space-between; gap: 1rem;
    margin-bottom: 1.25rem;
}

.nd-preview-card-header h3 {
    font-family: var(--font-display);
    font-size: 1.1rem;
    font-weight: 700;
    margin: 0.35rem 0 0;
}

.nd-preview-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.38rem 0.7rem;
    border-radius: 999px;
    background: rgba(124,58,237,0.16);
    color: var(--accent-purple-light);
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.nd-preview-stage {
    border-radius: var(--radius-lg);
    padding: 1.25rem;
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(255,255,255,0.06);
}

.nd-upload-card {
    padding: 1rem 1.1rem;
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: var(--radius-md);
    background: rgba(255,255,255,0.03);
}

.nd-upload-card-title {
    font-family: var(--font-display);
    font-size: 1rem;
    font-weight: 700;
    color: var(--text-primary);
}

.nd-upload-card-hint {
    font-size: 0.9rem;
    color: var(--text-muted);
    margin-top: 0.25rem;
}

.nd-upload-card-name {
    margin-top: 0.7rem;
    font-size: 0.85rem;
    color: var(--accent-purple-light);
    word-break: break-word;
}

.nd-shirt-preview {
    display: flex; justify-content: center; align-items: center;
    gap: 0.75rem;
    padding: 1rem 0 0.75rem;
    min-height: 320px;
}

.nd-shirt-preview-panel {
    display: none;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.nd-shirt-preview.is-front .nd-shirt-preview-panel-front,
.nd-shirt-preview.is-back .nd-shirt-preview-panel-back,
.nd-shirt-preview.is-both .nd-shirt-preview-panel-front,
.nd-shirt-preview.is-both .nd-shirt-preview-panel-back {
    display: flex;
}

.nd-shirt-image-wrap {
    position: relative;
    width: min(100%, 280px);
    aspect-ratio: 4 / 5;
}

.nd-shirt-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    filter: drop-shadow(0 24px 40px rgba(0,0,0,0.3));
    position: absolute;
    inset: 0;
    z-index: 1;
    transition: opacity 0.25s ease;
}

.nd-shirt-image-back {
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity 0.25s ease;
    pointer-events: none;
    z-index: 1;
}

.nd-shirt-image-back:not(.is-hidden) {
    opacity: 1;
}

.nd-shirt-image:not(.is-hidden) {
    opacity: 1;
}

.nd-shirt-image.is-hidden,
.nd-shirt-image-back.is-hidden {
    opacity: 0;
}

.nd-shirt-artwork {
    position: absolute;
    overflow: hidden;
    display: flex; align-items: center; justify-content: center;
    opacity: 0;
    transform: translate(-50%, -50%);
    transition: opacity 0.25s ease, transform 0.25s ease;
    pointer-events: none;
    z-index: 2;
    top: 50%;
    left: 50%;
    width: 38%;
    height: 24%;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.nd-shirt-artwork.is-active {
    opacity: 1;
    transform: translate(-50%, -50%);
}

.nd-shirt-artwork-front {
    top: 48%;
    left: 50%;
    width: 42%;
    height: 28%;
}

.nd-shirt-artwork-back {
    top: 48%;
    left: 50%;
    width: 42%;
    height: 28%;
}

.nd-shirt-artwork img {
    width: 100%; height: 100%; object-fit: contain; display: none;
    border-radius: 0;
    mix-blend-mode: multiply;
    opacity: 0.95;
}

.nd-shirt-artwork img.is-ready { display: block; }

.nd-preview-hint {
    margin-top: 0.75rem;
    text-align: center;
    color: var(--text-muted);
    font-size: 0.9rem;
}

.nd-preview-meta {
    display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0.75rem;
    margin-top: 1rem;
}

.nd-preview-meta-item {
    padding: 0.8rem 0.9rem;
    border-radius: var(--radius-md);
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(255,255,255,0.06);
}

.nd-preview-meta-item span {
    display: block;
    font-size: 0.72rem;
    color: var(--text-muted);
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-bottom: 0.25rem;
}

.nd-preview-meta-item strong {
    font-family: var(--font-display);
    font-size: 0.95rem;
    color: var(--text-primary);
}

.nd-print-option {
    flex: 1;
    border: 2px solid var(--border);
    border-radius: var(--radius-md);
    padding: 1.25rem 1rem;
    text-align: center;
    cursor: pointer;
    transition: var(--transition);
    background: var(--bg-elevated);
}

.nd-print-option.active,
.nd-print-option:hover {
    border-color: var(--accent-purple);
    background: rgba(124,58,237,0.08);
}

.nd-print-option-icon { font-size: 1.75rem; margin-bottom: 0.5rem; display: block; }
.nd-print-option-label { font-family: var(--font-display); font-weight: 600; font-size: 0.9rem; }

/* ═══════════════════════════════════════════════════════════════
   SHOP PAGE FILTERS
═══════════════════════════════════════════════════════════════ */
.nd-filter-panel {
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    padding: 1.5rem;
    position: sticky; top: 90px;
}

.nd-filter-heading {
    font-family: var(--font-display);
    font-size: 0.85rem;
    font-weight: 700;
    color: var(--text-muted);
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom: 1rem;
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid var(--border);
}

.nd-filter-heading:first-child { margin-top: 0; padding-top: 0; border-top: none; }

.nd-filter-check {
    display: flex; align-items: center; gap: 10px;
    cursor: pointer;
    padding: 6px 8px;
    border-radius: var(--radius-sm);
    font-size: 0.9rem;
    color: var(--text-secondary);
    transition: var(--transition);
    margin-bottom: 4px;
}

.nd-filter-check:hover { background: rgba(124,58,237,0.08); color: var(--text-primary); }

.nd-filter-check input { accent-color: var(--accent-purple); }

.nd-size-filter { display: flex; flex-wrap: wrap; gap: 6px; }

.nd-size-opt {
    padding: 4px 10px;
    border: 1px solid var(--border);
    border-radius: 4px;
    font-size: 0.8rem;
    font-weight: 600;
    font-family: var(--font-display);
    color: var(--text-secondary);
    cursor: pointer;
    transition: var(--transition);
    background: var(--bg-elevated);
}

.nd-size-opt:hover,
.nd-size-opt.active {
    border-color: var(--accent-purple);
    color: var(--accent-purple-light);
    background: rgba(124,58,237,0.08);
}

/* ═══════════════════════════════════════════════════════════════
   PRODUCT DETAIL
═══════════════════════════════════════════════════════════════ */
.nd-gallery-shell {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.nd-gallery-main {
    width: 100%;
    max-width: 620px;
    border-radius: 24px;
    overflow: hidden;
    background: linear-gradient(135deg, rgba(124,58,237,0.14), rgba(255,255,255,0.03));
    border: 1px solid var(--border);
    box-shadow: 0 16px 45px rgba(10, 10, 20, 0.22);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
}

.nd-gallery-main img {
    width: 100%;
    max-height: 640px;
    object-fit: contain;
    display: block;
    border-radius: 16px;
    transition: transform 0.3s ease;
}

.nd-gallery-thumb {
    border-radius: var(--radius-sm);
    overflow: hidden;
    border: 2px solid var(--border);
    cursor: pointer;
    transition: var(--transition);
    aspect-ratio: 1;
    background: transparent;
    padding: 0;
}

.nd-gallery-thumb:hover,
.nd-gallery-thumb.active { border-color: var(--accent-purple); transform: translateY(-1px); }

.nd-gallery-thumb img {
    width: 100%; height: 100%;
    object-fit: cover;
    display: block;
}

.nd-shipping-card {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 16px;
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    background: linear-gradient(135deg, rgba(124,58,237,0.12), rgba(168,85,247,0.06));
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.04);
}

.nd-shipping-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 0.9rem;
    color: var(--text-secondary);
    line-height: 1.5;
}

.nd-shipping-item i {
    color: var(--accent-purple-light);
    font-size: 1rem;
    margin-top: 2px;
}

@media (max-width: 768px) {
    .nd-gallery-main {
        max-width: 100%;
        padding: 0.75rem;
    }

    .nd-gallery-main img {
        max-height: 460px;
    }
}

.nd-size-selector { display: flex; flex-wrap: wrap; gap: 8px; }

.nd-size-btn {
    min-width: 48px; height: 42px; padding: 0 12px;
    background: var(--bg-elevated);
    border: 2px solid var(--border);
    border-radius: var(--radius-sm);
    color: var(--text-primary);
    font-family: var(--font-display);
    font-weight: 700;
    font-size: 0.85rem;
    cursor: pointer;
    transition: var(--transition);
}

.nd-size-btn:hover,
.nd-size-btn.active {
    border-color: var(--accent-purple);
    background: rgba(124,58,237,0.12);
    color: var(--accent-purple-light);
}

.nd-size-btn.disabled { opacity: 0.35; cursor: not-allowed; }

.nd-color-selector { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 0.75rem; }

.nd-color-btn {
    position: relative;
    width: 32px; height: 32px;
    border-radius: 50%;
    border: 3px solid var(--border);
    cursor: pointer;
    transition: var(--transition);
}

.nd-color-btn:hover,
.nd-color-btn.active {
    border-color: var(--accent-purple);
    transform: scale(1.2);
}

/* ═══════════════════════════════════════════════════════════════
   ABOUT PAGE
═══════════════════════════════════════════════════════════════ */
.nd-about-hero {
    background: linear-gradient(135deg, #0E0E10, #12102A);
    border-bottom: 1px solid var(--border);
    padding: 5rem 0;
}

.nd-stats-section {
    padding: 4.5rem 0;
    background: linear-gradient(135deg, rgba(14,14,16,0.96), rgba(18,16,42,0.95));
    border-bottom: 1px solid var(--border);
}

.nd-stats-intro {
    max-width: 760px;
    margin: 0 auto 2.5rem;
    text-align: center;
}

.nd-stats-copy {
    color: #B9BCC8;
    font-size: 1rem;
    line-height: 1.75;
    margin: 0 auto;
    max-width: 660px;
}

.nd-stat-card {
    position: relative;
    height: 100%;
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 24px;
    padding: 1.6rem 1.25rem;
    transition: var(--transition);
    box-shadow: 0 12px 30px rgba(0,0,0,0.16);
    overflow: hidden;
}

.nd-stat-card::before {
    content: '';
    position: absolute;
    inset: auto 0 0 0;
    height: 3px;
    background: var(--gradient-accent);
    transform: scaleX(0.4);
    transform-origin: left;
    transition: var(--transition);
}

.nd-stat-card:hover {
    transform: translateY(-6px);
    border-color: rgba(124,58,237,0.4);
    box-shadow: var(--shadow-glow);
}

.nd-stat-card:hover::before {
    transform: scaleX(1);
}

.nd-stat-icon {
    width: 46px;
    height: 46px;
    display: grid;
    place-items: center;
    border-radius: 14px;
    font-size: 1.25rem;
    margin-bottom: 1rem;
    background: linear-gradient(135deg, rgba(124,58,237,0.24), rgba(14,165,233,0.16));
    border: 1px solid rgba(124,58,237,0.25);
}

.nd-stat-val {
    font-family: var(--font-display);
    font-size: 0.9rem;
    font-weight: 800;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--accent-purple-light);
    margin-bottom: 0.35rem;
}

.nd-stat-label {
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--text-main);
    margin-bottom: 0.5rem;
}

.nd-stat-desc {
    font-size: 0.95rem;
    line-height: 1.7;
    color: #B9BCC8;
    margin: 0;
}

/* ═══════════════════════════════════════════════════════════════
   CONTACT PAGE
═══════════════════════════════════════════════════════════════ */
.nd-contact-section {
    padding-top: 2rem;
}

.nd-contact-shell {
    padding: 2rem;
    border-radius: 30px;
    background: linear-gradient(135deg, rgba(124,58,237,0.10), rgba(14,165,233,0.06));
    border: 1px solid rgba(255,255,255,0.08);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.04);
}

.nd-contact-card {
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 22px;
    padding: 1.5rem;
    text-align: left;
    transition: var(--transition);
    min-height: 100%;
}

.nd-contact-card:hover {
    border-color: rgba(124,58,237,0.35);
    transform: translateY(-5px);
    box-shadow: 0 16px 34px rgba(0,0,0,0.22);
    background: rgba(255,255,255,0.06);
}

.nd-contact-card h3 {
    font-family: var(--font-display);
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 0.4rem;
    color: var(--text-primary);
}

.nd-contact-card p {
    color: #B9BCC8;
    font-size: 0.95rem;
    margin-bottom: 0.55rem;
}

.nd-contact-card span {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    font-size: 0.85rem;
    font-weight: 700;
    color: var(--accent-purple-light);
}

.nd-contact-card-wa .nd-contact-icon { background: rgba(37,211,102,0.14); color: #25D366; }
.nd-contact-card-ig .nd-contact-icon { background: rgba(225,48,108,0.14); color: #E1306C; }
.nd-contact-card-fb .nd-contact-icon { background: rgba(24,119,242,0.14); color: #1877F2; }

.nd-contact-icon {
    width: 52px; height: 52px;
    border-radius: 14px;
    display: flex; align-items: center; justify-content: center;
    font-size: 1.25rem;
    margin-bottom: 1rem;
}

.nd-contact-form-card {
    background: linear-gradient(145deg, rgba(255,255,255,0.05), rgba(255,255,255,0.02));
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 24px;
    padding: 2rem;
    box-shadow: 0 18px 40px rgba(0,0,0,0.16);
}

.nd-contact-form-header {
    margin-bottom: 1.5rem;
}

.nd-contact-form-badge {
    display: inline-flex;
    align-items: center;
    padding: 0.4rem 0.7rem;
    border-radius: 999px;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    color: var(--accent-purple-light);
    background: rgba(124,58,237,0.12);
    margin-bottom: 0.8rem;
}

.nd-contact-form-header h2 {
    font-family: var(--font-display);
    font-size: 1.35rem;
    font-weight: 800;
    margin-bottom: 0.45rem;
}

.nd-contact-form-header p {
    color: #B9BCC8;
    font-size: 0.95rem;
    line-height: 1.7;
    margin: 0;
}

.nd-contact-form-footer {
    margin-top: 1.5rem;
    text-align: center;
}

.nd-contact-form-footer p {
    color: #8E93A4;
    font-size: 0.85rem;
    margin-bottom: 0.9rem;
}

/* ═══════════════════════════════════════════════════════════════
   FOOTER
═══════════════════════════════════════════════════════════════ */
.nd-footer {
    background: linear-gradient(135deg, rgba(124,58,237,0.16) 0%, rgba(10,12,18,0.96) 100%);
    border-top: 1px solid rgba(255,255,255,0.08);
    margin-top: auto;
}

.nd-footer-glow {
    height: 1px;
    background: var(--gradient-accent);
    opacity: 0.6;
}

.nd-footer-heading {
    font-family: var(--font-display);
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--text-muted);
    margin-bottom: 1.25rem;
}

.nd-footer-desc { font-size: 0.9rem; color: var(--text-secondary); line-height: 1.7; }

.nd-footer-links { list-style: none; padding: 0; margin: 0; }
.nd-footer-links li { margin-bottom: 0.6rem; }
.nd-footer-links a { font-size: 0.9rem; color: var(--text-secondary); transition: var(--transition); }
.nd-footer-links a:hover { color: var(--accent-purple-light); padding-left: 4px; }

.nd-footer-bottom p,
.nd-footer-bottom p.text-muted {
    color: #fff !important;
}

.nd-social-links { display: flex; gap: 10px; }

.nd-social-btn {
    width: 38px; height: 38px;
    background: var(--bg-elevated);
    border: 1px solid var(--border);
    border-radius: var(--radius-sm);
    color: var(--text-secondary);
    display: flex; align-items: center; justify-content: center;
    font-size: 1rem;
    transition: var(--transition);
}

.nd-social-btn:hover {
    background: rgba(124,58,237,0.15);
    border-color: var(--accent-purple);
    color: var(--accent-purple-light);
    transform: translateY(-2px);
}

.nd-social-wa:hover { background: rgba(37,211,102,0.12); border-color: #25D366; color: #25D366; }

.nd-contact-info { display: flex; flex-direction: column; gap: 0.75rem; }
.nd-contact-item { display: flex; align-items: center; gap: 10px; font-size: 0.9rem; color: var(--text-secondary); }
.nd-contact-item a { color: var(--text-secondary); }
.nd-contact-item a:hover { color: var(--text-primary); }
.nd-contact-item i { font-size: 1rem; flex-shrink: 0; }

.nd-wa-cta {
    background: rgba(37,211,102,0.12);
    border: 1px solid rgba(37,211,102,0.3);
    color: #25D366;
    padding: 0.6rem 1.25rem;
    border-radius: var(--radius-md);
    font-family: var(--font-display);
    font-weight: 600;
    font-size: 0.9rem;
    transition: var(--transition);
}

.nd-wa-cta:hover {
    background: rgba(37,211,102,0.2);
    color: #25D366;
    transform: translateY(-2px);
}

.nd-footer-bottom {
    border-top: 1px solid var(--border);
    padding: 1.5rem 0;
    margin-top: 1rem;
}

.nd-payment-badges { display: flex; gap: 8px; flex-wrap: wrap; justify-content: flex-end; }

.nd-pay-badge {
    display: inline-flex; align-items: center; gap: 4px;
    background: var(--bg-elevated);
    border: 1px solid var(--border);
    color: var(--text-muted);
    font-size: 0.75rem;
    font-weight: 600;
    padding: 4px 10px;
    border-radius: 999px;
    font-family: var(--font-display);
}

/* ═══════════════════════════════════════════════════════════════
   FLOATING WHATSAPP
═══════════════════════════════════════════════════════════════ */
.nd-float-wa {
    position: fixed;
    bottom: 28px; right: 28px;
    width: 58px; height: 58px;
    background: #25D366;
    border-radius: 50%;
    color: #fff;
    font-size: 1.75rem;
    display: flex; align-items: center; justify-content: center;
    z-index: 9998;
    box-shadow: 0 4px 20px rgba(37,211,102,0.5);
    transition: var(--transition);
}

.nd-float-wa:hover {
    color: #fff;
    transform: scale(1.1) translateY(-3px);
    box-shadow: 0 8px 30px rgba(37,211,102,0.6);
}

.nd-float-wa-pulse {
    position: absolute;
    inset: -4px;
    border-radius: 50%;
    background: rgba(37,211,102,0.3);
    animation: waPulse 2s infinite;
}

@keyframes waPulse {
    0%   { transform: scale(1); opacity: 0.7; }
    100% { transform: scale(1.5); opacity: 0; }
}

/* ═══════════════════════════════════════════════════════════════
   ADMIN PANEL OVERRIDE (minimal — admin has own CSS)
═══════════════════════════════════════════════════════════════ */
.nd-page-header {
    background: linear-gradient(135deg, #12102A, #0E0E10);
    border-bottom: 1px solid var(--border);
    padding: 3rem 0 2rem;
}

.nd-contact-hero {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #12102A 0%, #0E0E10 55%, #17132F 100%);
    border-bottom: 1px solid var(--border);
    padding: 4.25rem 0 3.25rem;
}

.nd-contact-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at top right, rgba(124,58,237,0.24), transparent 40%);
    pointer-events: none;
}

.nd-contact-hero-copy {
    color: #B9BCC8;
    font-size: 1rem;
    line-height: 1.8;
    margin-top: 0.75rem;
    max-width: 650px;
}

.nd-contact-hero-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 1.25rem;
}

.nd-contact-hero-pills span {
    display: inline-flex;
    align-items: center;
    padding: 0.55rem 0.9rem;
    border-radius: 999px;
    font-size: 0.84rem;
    font-weight: 600;
    color: var(--text-secondary);
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.08);
}

.nd-contact-hero-card {
    position: relative;
    padding: 1.5rem;
    border-radius: 24px;
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.08);
    box-shadow: 0 20px 40px rgba(0,0,0,0.2);
}

.nd-contact-hero-card-icon {
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    border-radius: 14px;
    margin-bottom: 1rem;
    font-size: 1.25rem;
    color: var(--accent-purple-light);
    background: linear-gradient(135deg, rgba(124,58,237,0.25), rgba(14,165,233,0.16));
}

.nd-contact-hero-card h3 {
    font-size: 1.05rem;
    font-weight: 700;
    margin-bottom: 0.6rem;
}

.nd-contact-hero-card p {
    color: #B9BCC8;
    font-size: 0.95rem;
    line-height: 1.7;
    margin-bottom: 0.9rem;
}

.nd-contact-hero-card ul {
    padding-left: 1rem;
    margin: 0;
    color: #D7DBE7;
    font-size: 0.92rem;
    line-height: 1.85;
}

.nd-breadcrumb { margin-bottom: 0.5rem; }
.nd-breadcrumb a { color: var(--text-muted); font-size: 0.85rem; }
.nd-breadcrumb span { color: var(--text-muted); font-size: 0.85rem; padding: 0 6px; }
.nd-breadcrumb strong { color: var(--text-secondary); font-size: 0.85rem; }

/* ═══════════════════════════════════════════════════════════════
   HERO ANIME BACKGROUND
═══════════════════════════════════════════════════════════════ */
.nd-hero-anime-bg {
    position: absolute;
    top: 0;
    right: 0;
    width: 48%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
    opacity: 0.7;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    overflow: hidden;
    mask-image: linear-gradient(to right, transparent, black 45%);
    -webkit-mask-image: linear-gradient(to right, transparent, black 45%);
}

.nd-hero-anime-bg img {
    max-height: 92%;
    max-width: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
    object-position: bottom center;
    mix-blend-mode: screen;
    filter: drop-shadow(0 0 28px var(--accent-purple));
    transform: translateY(8%) scale(0.96);
    animation: gentleFloat 5s ease-in-out infinite;
}

.nd-hero-game-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 58%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
    opacity: 0.9;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    overflow: hidden;
    mask-image: linear-gradient(to left, transparent, black 35%);
    -webkit-mask-image: linear-gradient(to left, transparent, black 35%);
}

.nd-hero-game-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left center;
    mix-blend-mode: screen;
    filter: drop-shadow(0 0 36px var(--accent-blue));
    transform: scaleX(-1);
    animation: gentleFloat 6s ease-in-out infinite reverse;
}

/* ═══════════════════════════════════════════════════════════════
   CUSTOMIZE PRODUCT CARDS
═══════════════════════════════════════════════════════════════ */
.nd-customize-choices {
    margin-bottom: 2rem;
}

.nd-customize-choice-card {
    height: 100%;
    padding: 1.5rem;
    border-radius: var(--radius-lg);
    background: linear-gradient(145deg, rgba(255,255,255,0.05), rgba(255,255,255,0.02));
    border: 1px solid rgba(255,255,255,0.08);
    box-shadow: 0 16px 40px rgba(0,0,0,0.16);
    transition: var(--transition);
}

.nd-customize-choice-card:hover {
    transform: translateY(-4px);
    border-color: rgba(124,58,237,0.35);
    box-shadow: 0 20px 50px rgba(0,0,0,0.2);
}

.nd-customize-choice-icon {
    width: 54px;
    height: 54px;
    display: grid;
    place-items: center;
    border-radius: 16px;
    font-size: 1.5rem;
    margin-bottom: 1rem;
    background: linear-gradient(135deg, rgba(124,58,237,0.25), rgba(14,165,233,0.16));
    border: 1px solid rgba(124,58,237,0.25);
}

.nd-customize-choice-card h3 {
    font-family: var(--font-display);
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 0.6rem;
    color: var(--text-primary);
}

.nd-customize-choice-card p {
    color: var(--text-secondary);
    font-size: 0.95rem;
    line-height: 1.7;
    margin-bottom: 1rem;
}

.nd-choice-trigger.active {
    background: rgba(124,58,237,0.16);
    border-color: var(--accent-purple);
    color: var(--accent-purple-light);
}

.nd-item-section.is-hidden {
    display: none !important;
}

.nd-option-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
}

.nd-option-pill {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.6rem 0.9rem;
    border-radius: 999px;
    border: 1px solid var(--border);
    background: var(--bg-elevated);
    color: var(--text-secondary);
    cursor: pointer;
    transition: var(--transition);
}

.nd-option-pill:hover,
.nd-option-pill:has(input:checked) {
    border-color: var(--accent-purple);
    background: rgba(124,58,237,0.1);
    color: var(--text-primary);
}

.nd-option-pill input {
    accent-color: var(--accent-purple);
}

/* ═══════════════════════════════════════════════════════════════
   CUSTOMIZE FORM LAYOUT
═══════════════════════════════════════════════════════════════ */
.customize-form-grid {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.customize-form-grid .nd-checkout-section {
    margin-bottom: 0;
}

@media (min-width: 992px) {
    .customize-form-grid {
        display: grid;
        grid-template-columns: minmax(0, 7fr) minmax(0, 5fr);
        gap: 1.5rem;
        align-items: start;
    }

    .customize-form-grid > .col-lg-7 {
        grid-column: 1;
        width: 100%;
    }

    .customize-form-grid > .col-lg-5 {
        grid-column: 2;
        width: 100%;
    }
}

/* ═══════════════════════════════════════════════════════════════
   RESPONSIVE
═══════════════════════════════════════════════════════════════ */
@media (max-width: 992px) {
    .nd-hero { min-height: auto; padding: 5rem 0; }
    .nd-hero-visual { margin-top: 3rem; }
    .nd-promo-banner { padding: 2.5rem; }
}

.mobile-only {
    display: none;
}

.desktop-only {
    display: block;
}

@media (max-width: 768px) {
    .customize-form-grid > .col-lg-5 {
        order: -1;
    }
    .customize-form-grid > .col-lg-7 {
        order: 0;
    }
    .desktop-only {
        display: none !important;
    }
    .mobile-only {
        display: block !important;
    }
    .nd-section { padding: 3.5rem 0; }
    .nd-hero-stats { gap: 1.5rem; }
    .nd-cart-row { grid-template-columns: 70px 1fr auto; gap: 0.75rem; }
    .nd-float-wa { bottom: 20px; right: 20px; width: 52px; height: 52px; font-size: 1.5rem; }
    .nd-payment-badges { justify-content: flex-start; }
    .nd-promo-banner { padding: 2rem 1.5rem; }
    .nd-cart-header {
        grid-template-columns: 70px 1fr;
    }
    .nd-cart-header > .nd-cart-header-label.text-center,
    .nd-cart-header > .nd-cart-header-label.text-end,
    .nd-cart-header > div:nth-child(5) {
        display: none;
    }
    .nd-cart-row {
        grid-template-columns: 70px minmax(0, 1fr);
        grid-template-areas:
            "img info"
            "img qty"
            "img price"
            "img remove";
        grid-auto-rows: auto;
        padding: 1rem 0;
    }
    .nd-cart-row > img {
        grid-area: img;
    }
    .nd-cart-row > div:nth-child(2) {
        grid-area: info;
    }
    .nd-cart-row > div:nth-child(3) {
        grid-area: qty;
    }
    .nd-cart-row > div:nth-child(4) {
        grid-area: price;
        text-align: left;
    }
    .nd-cart-row > div:nth-child(5) {
        grid-area: remove;
        justify-self: start;
    }
    .nd-cart-row > div:nth-child(3),
    .nd-cart-row > div:nth-child(4),
    .nd-cart-row > div:nth-child(5) {
        margin-top: 0.75rem;
    }
    .nd-cart-price {
        white-space: normal;
    }
    .nd-cart-img {
        width: 70px;
        height: 84px;
    }
    .nd-contact-form-card .nd-qty-control,
    .nd-cart-row .nd-qty-control {
        justify-content: flex-start;
    }
}

@media (max-width: 480px) {
    html, body {
        overflow-x: hidden;
    }

    .nd-hero-anime-bg,
    .nd-hero-game-bg {
        width: 78%;
        height: 35%;
        opacity: 0.24;
        z-index: 0;
        mask-image: none;
        -webkit-mask-image: none;
    }

    .nd-hero-anime-bg {
        top: auto;
        bottom: 1.5rem;
        right: -8%;
        justify-content: flex-end;
        align-items: flex-end;
    }

    .nd-hero-anime-bg img {
        height: 100%;
        transform: translateY(0);
    }

    .nd-hero-game-bg {
        top: 1.5rem;
        left: -8%;
        bottom: auto;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .nd-hero-game-bg img {
        height: 100%;
        transform: translateY(0) scaleX(-1);
    }

    .nd-hero-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .nd-hero-actions .btn-nd-primary,
    .nd-hero-actions .btn-nd-outline {
        width: 100%;
        justify-content: center;
    }

    .nd-hero-stats {
        flex-wrap: wrap;
        gap: 1.25rem;
    }

    .nd-section {
        padding: 3rem 0;
        overflow: hidden;
    }

    .container {
        max-width: 100%;
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .row {
        margin-left: 0;
        margin-right: 0;
    }

    [class*="col-"] {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
    }
}
