/* =========================================================================
   MONSTER COLLECTIE — visuele identiteit
   Near-black "asphalt" veld, acid-groene claw-accent, condensed display type.
   Signature: de "claw slash" — drie diagonale groene strepen die terugkeren
   in de header, kaart-hovers en dividers.
   ========================================================================= */

@import url('https://fonts.bunny.net/css?family=oswald:400,500,600,700|inter:400,500,600');

:root {
    --bg:            #0a0b0a;
    --bg-2:          #111413;
    --panel:         #14181655;
    --panel-solid:   #161b19;
    --line:          #262e2a;
    --ink:           #e8ece9;
    --ink-dim:       #9aa39d;
    --green:         #8dc63f;   /* Monster core */
    --green-bright:  #a3ff12;   /* accent / hover glow */
    --green-deep:    #3f5a1e;
    --danger:        #ff5470;
    --radius:        14px;
    --shadow-glow:   0 0 0 1px rgba(141,198,63,.18), 0 18px 40px -20px rgba(163,255,18,.35);
    --font-display:  'Oswald', system-ui, sans-serif;
    --font-body:     'Inter', system-ui, -apple-system, sans-serif;
}

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

html { -webkit-text-size-adjust: 100%; }

body {
    margin: 0;
    background:
        radial-gradient(1200px 600px at 80% -10%, #12180f 0%, transparent 60%),
        radial-gradient(900px 500px at -10% 10%, #0f130f 0%, transparent 55%),
        var(--bg);
    color: var(--ink);
    font-family: var(--font-body);
    font-size: 16px;
    line-height: 1.6;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.wrap { width: min(1180px, 92vw); margin-inline: auto; }

a { color: var(--green); text-decoration: none; transition: color .15s ease; }
a:hover { color: var(--green-bright); }

img { max-width: 100%; display: block; }

.skip-link {
    position: absolute; left: -999px; top: 0; z-index: 100;
    background: var(--green); color: #000; padding: .6rem 1rem; border-radius: 0 0 8px 0;
    font-weight: 600;
}
.skip-link:focus { left: 0; }

:focus-visible {
    outline: 2px solid var(--green-bright);
    outline-offset: 2px;
    border-radius: 4px;
}

/* ---------- HEADER ---------- */
.site-header {
    position: sticky; top: 0; z-index: 50;
    background: rgba(10,11,10,.82);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid var(--line);
}
.header-inner {
    display: flex; align-items: center; justify-content: space-between;
    gap: 1rem; padding: .7rem 0;
}
.brand { display: flex; align-items: center; gap: .7rem; color: var(--ink); }
.brand:hover { color: var(--ink); }
.brand-logo { height: 46px; width: auto; filter: drop-shadow(0 0 10px rgba(163,255,18,.25)); }
.brand-text {
    font-family: var(--font-display);
    font-weight: 700; font-size: 1.05rem; letter-spacing: .14em;
    text-transform: uppercase;
}
.site-nav { display: flex; align-items: center; gap: .35rem; }
.nav-link {
    display: inline-flex; align-items: center;
    /* Vaste hoogte i.p.v. verticale padding: garandeert dat alle navigatie-
       links exact dezelfde hoogte hebben, ongeacht of ze een badge bevatten. */
    height: 38px; box-sizing: border-box;
    font-family: var(--font-display);
    text-transform: uppercase; letter-spacing: .1em; font-size: .82rem; font-weight: 500;
    color: var(--ink-dim);
    padding: 0 .85rem; border-radius: 8px;
    transition: color .15s ease, background .15s ease;
}
.nav-link:hover { color: var(--green-bright); background: #ffffff08; }
.nav-link.is-active { color: var(--green); }
.nav-button {
    /* Native knop-uiterlijk volledig uitschakelen: browsers passen op
       <button> soms hun eigen systeemlettertype toe ONGEACHT CSS, tenzij
       appearance expliciet op none staat. */
    appearance: none; -webkit-appearance: none; -moz-appearance: none;
    background: none; border: 0; cursor: pointer; margin: 0;
}
/* Element+klasse-selector (hogere specificiteit dan .nav-link alleen en dan
   elke browser-standaardregel voor <button>) — zet de opmaak dwingend vast
   op DEZE knop, in plaats van te vertrouwen op "inherit" (dat verwijst naar
   de bovenliggende <form>, niet naar de andere klasse op hetzelfde element —
   dat was de fout in de vorige versie). */
button.nav-link {
    font-family: var(--font-display);
    text-transform: uppercase;
    letter-spacing: .1em;
    font-size: .82rem;
    font-weight: 500;
    color: var(--ink-dim);
}
.nav-count {
    display: inline-flex; align-items: center; justify-content: center;
    min-width: 20px; height: 20px; padding: 0 .35rem; margin-left: .45rem;
    background: var(--green); color: #05070a;
    border-radius: 999px; font-size: .68rem; font-weight: 700;
    line-height: 1;
}
.logout-form { display: inline; margin: 0; }

/* de claw slash onder de header */
.header-claw {
    height: 2px;
    background: var(--green);
    opacity: .55;
}

/* ---------- MAIN / FLASH ---------- */
.site-main { flex: 1 0 auto; padding: 2.2rem 0 3.5rem; }

.flash {
    border-radius: var(--radius);
    padding: .85rem 1.1rem; margin-bottom: 1.5rem;
    font-weight: 500;
    border: 1px solid transparent;
}
.flash-success { background: #16210f; border-color: var(--green-deep); color: #cdeb9f; }
.flash-error   { background: #24121a; border-color: #5a1e2e; color: #ffb9c6; }

/* ---------- HERO (collectie) ---------- */
.hero {
    position: relative;
    border: 1px solid var(--line);
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 2rem;
    background: linear-gradient(160deg, #10140f, #0a0b0a);
}
.hero-img { width: 100%; height: clamp(180px, 34vw, 360px); object-fit: cover; opacity: .55; }
.hero-overlay {
    position: absolute; inset: 0;
    display: flex; flex-direction: column; justify-content: flex-end;
    padding: clamp(1.2rem, 4vw, 2.5rem);
    background: linear-gradient(to top, rgba(10,11,10,.92) 5%, rgba(10,11,10,.15) 70%);
}
.hero-eyebrow {
    font-family: var(--font-display);
    text-transform: uppercase; letter-spacing: .3em;
    color: var(--green); font-size: .72rem; font-weight: 600;
    margin: 0 0 .4rem;
}
.hero-title {
    font-family: var(--font-display);
    font-weight: 700; text-transform: uppercase;
    font-size: clamp(1.8rem, 5.5vw, 3.4rem);
    line-height: .98; letter-spacing: .01em; margin: 0;
    text-shadow: 0 0 30px rgba(163,255,18,.25);
}
.hero-title em { color: var(--green-bright); font-style: normal; }
.hero-sub { color: var(--ink-dim); margin: .6rem 0 0; max-width: 46ch; }
.hero-count {
    display: inline-block; margin: .9rem 0 0;
    font-family: var(--font-display); text-transform: uppercase; letter-spacing: .12em;
    font-size: .74rem; font-weight: 600; color: var(--green-bright);
}

/* ---------- SEARCH ---------- */
.searchbar { display: flex; gap: .6rem; margin-bottom: 1.8rem; }
.searchbar input {
    flex: 1;
    background: var(--panel-solid); border: 1px solid var(--line); color: var(--ink);
    border-radius: 10px; padding: .8rem 1rem; font-size: 1rem; font-family: var(--font-body);
    transition: border-color .15s ease, box-shadow .15s ease;
}
.searchbar input::placeholder { color: #667066; }
.searchbar input:focus {
    outline: none; border-color: var(--green);
    box-shadow: 0 0 0 3px rgba(141,198,63,.18);
}

/* ---------- BUTTONS ---------- */
.btn {
    display: inline-flex; align-items: center; gap: .5rem;
    font-family: var(--font-display); text-transform: uppercase;
    letter-spacing: .09em; font-weight: 600; font-size: .85rem;
    padding: .72rem 1.2rem; border-radius: 10px; cursor: pointer;
    border: 1px solid var(--green); background: transparent; color: var(--green);
    transition: all .15s ease; text-decoration: none;
}
.btn:hover { background: var(--green); color: #05070a; box-shadow: 0 0 0 3px rgba(141,198,63,.2); }
.btn-solid { background: var(--green); color: #05070a; border-color: var(--green); }
.btn-solid:hover { background: var(--green-bright); border-color: var(--green-bright); }
.btn-ghost { border-color: var(--line); color: var(--ink-dim); }
.btn-ghost:hover { border-color: var(--ink-dim); background: #ffffff08; color: var(--ink); }
.btn-danger { border-color: #5a1e2e; color: var(--danger); }
.btn-danger:hover { background: var(--danger); color: #17070c; border-color: var(--danger); box-shadow: 0 0 0 3px rgba(255,84,112,.2); }
.btn-sm { padding: .45rem .8rem; font-size: .74rem; }

/* ---------- CARD GRID ---------- */
.grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 1rem;
}
.can-card {
    position: relative;
    display: flex; flex-direction: column;
    background: var(--panel-solid);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    overflow: hidden;
    transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}
.can-card::after {
    content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 3px;
    background: var(--green);
    opacity: 0; transition: opacity .18s ease;
}
.can-card:hover {
    transform: translateY(-4px);
    border-color: var(--green-deep);
    box-shadow: var(--shadow-glow);
}
.can-card:hover::after { opacity: 1; }
.can-thumb {
    height: 210px; display: flex; align-items: center; justify-content: center;
    padding: .9rem;
    background: radial-gradient(120px 120px at 50% 35%, #1a211533, transparent 70%);
}
.can-thumb img { height: 100%; width: auto; object-fit: contain; filter: drop-shadow(0 10px 18px rgba(0,0,0,.55)); }
.can-name {
    font-family: var(--font-display);
    text-transform: uppercase; letter-spacing: .04em; font-weight: 500;
    font-size: .82rem; text-align: center; color: var(--ink);
    padding: .7rem .6rem .9rem; line-height: 1.25;
}
.can-card:hover .can-name { color: var(--green-bright); }

/* ---------- EMPTY STATE ---------- */
.empty {
    border: 1px dashed var(--line); border-radius: var(--radius);
    padding: 2.5rem 1.5rem; text-align: center; color: var(--ink-dim);
    grid-column: 1 / -1; /* volledige breedte innemen als kind van .grid */
}

/* ---------- DETAIL PAGE ---------- */
.detail { display: grid; grid-template-columns: minmax(0, 400px) 1fr; gap: 2.5rem; align-items: start; }
.detail-media {
    position: relative;
    background: linear-gradient(165deg, #12160f, #0a0b0a);
    border: 1px solid var(--line); border-radius: 20px; padding: 1.5rem;
    display: flex; align-items: center; justify-content: center;
}
.detail-media::before {
    content: ""; position: absolute; inset: 0; border-radius: 20px;
    background: transparent;
    pointer-events: none;
}
.detail-media img { max-height: 520px; width: auto; filter: drop-shadow(0 24px 40px rgba(0,0,0,.6)); }
.detail-title {
    font-family: var(--font-display); text-transform: uppercase;
    font-weight: 700; font-size: clamp(1.8rem, 4vw, 2.8rem); line-height: 1;
    margin: 0 0 .3rem;
}
.detail-eyebrow {
    font-family: var(--font-display); text-transform: uppercase; letter-spacing: .28em;
    color: var(--green); font-size: .72rem; font-weight: 600; margin: 0 0 .8rem;
}
.detail-info { color: #cdd3ce; font-size: 1.02rem; margin-bottom: 1.6rem; }
.detail-info a { text-decoration: underline; text-underline-offset: 3px; }

.nutrition {
    border: 1px solid var(--line); border-radius: var(--radius);
    background: var(--panel-solid); overflow: hidden; margin-bottom: 1.8rem;
    max-width: 460px;
}
.nutrition h2 {
    font-family: var(--font-display); text-transform: uppercase; letter-spacing: .16em;
    font-size: .78rem; color: var(--green); margin: 0;
    padding: .8rem 1.1rem; border-bottom: 1px solid var(--line); background: #10140f;
}
.nutrition table { width: 100%; border-collapse: collapse; }
.nutrition td { padding: .55rem 1.1rem; border-bottom: 1px solid #1c221e; font-size: .92rem; }
.nutrition tr:last-child td { border-bottom: 0; }
.nutrition td:first-child { color: var(--ink-dim); text-transform: capitalize; }
.nutrition td:last-child { text-align: right; font-variant-numeric: tabular-nums; color: var(--ink); font-weight: 500; }

.detail-back { margin-top: .5rem; }

/* ---------- PAGINATION ---------- */
.pagination-wrap { margin-top: 2.2rem; display: flex; justify-content: center; }
.pagination-wrap nav { display: flex; }
.pagination-wrap svg { width: 1.1em; height: 1.1em; }
.pagination-wrap a, .pagination-wrap span {
    min-width: 40px; height: 40px; padding: 0 .6rem;
    display: inline-flex; align-items: center; justify-content: center;
    border: 1px solid var(--line); border-radius: 9px; margin: 0 .18rem;
    color: var(--ink-dim); font-family: var(--font-display); font-size: .85rem;
    text-decoration: none;
}
.pagination-wrap a:hover { border-color: var(--green); color: var(--green-bright); }
.pagination-wrap [aria-current] span,
.pagination-wrap span[aria-current] { background: var(--green); color: #05070a; border-color: var(--green); font-weight: 600; }

/* ---------- FORMS (admin/login) ---------- */
.panel {
    background: var(--panel-solid); border: 1px solid var(--line);
    border-radius: 18px; padding: 1.8rem;
}
.form-row { margin-bottom: 1.15rem; }
.form-row label {
    display: block; font-family: var(--font-display); text-transform: uppercase;
    letter-spacing: .1em; font-size: .74rem; color: var(--ink-dim); margin-bottom: .45rem;
}
.form-control {
    width: 100%; background: var(--bg-2); border: 1px solid var(--line);
    color: var(--ink); border-radius: 10px; padding: .75rem .9rem; font: inherit;
    transition: border-color .15s ease, box-shadow .15s ease;
}
.form-control:focus { outline: none; border-color: var(--green); box-shadow: 0 0 0 3px rgba(141,198,63,.18); }
textarea.form-control { resize: vertical; min-height: 120px; line-height: 1.5; }
.form-hint { font-size: .82rem; color: var(--ink-dim); margin-top: .4rem; }
.form-hint code { background: #0e120e; padding: .1rem .35rem; border-radius: 5px; color: var(--green); }
.field-error { color: var(--danger); font-size: .84rem; margin-top: .4rem; }
.form-actions { display: flex; gap: .7rem; margin-top: 1.4rem; flex-wrap: wrap; }

.page-head { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin-bottom: 1.6rem; flex-wrap: wrap; }
.page-title {
    font-family: var(--font-display); text-transform: uppercase; letter-spacing: .02em;
    font-weight: 700; font-size: clamp(1.5rem, 3.5vw, 2.1rem); margin: 0;
}
.page-title .accent { color: var(--green); }

/* ---------- ADMIN STAT + TABLE ---------- */
.stat-row { display: flex; gap: 1rem; flex-wrap: wrap; margin-bottom: 2rem; }
.stat {
    flex: 1 1 180px; background: var(--panel-solid); border: 1px solid var(--line);
    border-radius: var(--radius); padding: 1.3rem 1.4rem;
}
.stat .num { font-family: var(--font-display); font-size: 2.4rem; font-weight: 700; color: var(--green-bright); line-height: 1; }
.stat .lbl { color: var(--ink-dim); text-transform: uppercase; letter-spacing: .12em; font-size: .72rem; margin-top: .4rem; }

.admin-table { width: 100%; border-collapse: collapse; background: var(--panel-solid); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.admin-table th {
    text-align: left; font-family: var(--font-display); text-transform: uppercase;
    letter-spacing: .1em; font-size: .72rem; color: var(--ink-dim);
    padding: .8rem 1rem; border-bottom: 1px solid var(--line); background: #10140f;
}
.admin-table td { padding: .7rem 1rem; border-bottom: 1px solid #1a201c; vertical-align: middle; }
.admin-table tr:last-child td { border-bottom: 0; }
.admin-table tr:hover td { background: #ffffff05; }
.admin-thumb {
    height: 110px; width: auto; max-width: 110px; object-fit: contain;
    border-radius: 8px; background: radial-gradient(60px 60px at 50% 40%, #ffffff08, transparent 70%);
    padding: .3rem;
}
.admin-actions { display: flex; gap: .5rem; justify-content: flex-end; }
.inline-form { display: inline; margin: 0; }

/* ---------- CROP OVERLAY ---------- */
.crop-modal {
    position: fixed; inset: 0; z-index: 200;
    background: rgba(5,6,5,.94); display: flex; flex-direction: column;
}
/* Respecteer het hidden-attribuut: flex mag de overlay niet altijd tonen. */
.crop-modal[hidden] { display: none !important; }
.crop-bar { display: flex; align-items: center; gap: 1rem; justify-content: space-between; padding: .9rem 1.4rem; border-bottom: 1px solid var(--line); flex-wrap: wrap; }
.crop-bar h2 { font-family: var(--font-display); text-transform: uppercase; letter-spacing: .1em; font-size: 1rem; margin: 0; }
.crop-hint { flex: 1 1 320px; color: var(--ink-dim); font-size: .8rem; line-height: 1.4; }
.crop-stage { flex: 1; display: flex; align-items: center; justify-content: center; overflow: auto; padding: 1.5rem; }
/* Ruimte rond de afbeelding zodat je buiten de randen kunt selecteren.
   De schaakbord-achtergrond maakt zichtbaar wat transparant zal worden. */
#crop-pad {
    padding: 12%;
    background-color: #0e120e;
    background-image:
        linear-gradient(45deg, #171d17 25%, transparent 25%),
        linear-gradient(-45deg, #171d17 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, #171d17 75%),
        linear-gradient(-45deg, transparent 75%, #171d17 75%);
    background-size: 22px 22px;
    background-position: 0 0, 0 11px, 11px -11px, -11px 0;
    border: 1px solid var(--line);
    border-radius: 10px;
}
#crop-wrap { position: relative; display: inline-block; user-select: none; line-height: 0; }
#crop-img { max-width: min(70vw, 640px); max-height: 60vh; width: auto; height: auto; display: block; }
#crop-box {
    position: absolute; box-sizing: border-box;
    border: 2px solid var(--green-bright);
    box-shadow: 0 0 0 9999px rgba(5, 6, 5, .55);
    cursor: move; display: none;
}
.crop-handle {
    position: absolute; width: 14px; height: 14px;
    background: var(--green-bright); border: 2px solid #05070a; border-radius: 50%;
    box-sizing: border-box; z-index: 2;
}
.crop-handle[data-h="nw"] { top: -8px; left: -8px; cursor: nwse-resize; }
.crop-handle[data-h="ne"] { top: -8px; right: -8px; cursor: nesw-resize; }
.crop-handle[data-h="sw"] { bottom: -8px; left: -8px; cursor: nesw-resize; }
.crop-handle[data-h="se"] { bottom: -8px; right: -8px; cursor: nwse-resize; }
.crop-handle[data-h="n"] { top: -8px; left: 50%; transform: translateX(-50%); cursor: ns-resize; }
.crop-handle[data-h="s"] { bottom: -8px; left: 50%; transform: translateX(-50%); cursor: ns-resize; }
.crop-handle[data-h="w"] { left: -8px; top: 50%; transform: translateY(-50%); cursor: ew-resize; }
.crop-handle[data-h="e"] { right: -8px; top: 50%; transform: translateY(-50%); cursor: ew-resize; }
.crop-foot { display: flex; gap: .9rem; align-items: center; justify-content: center; padding: 1.2rem; border-top: 1px solid var(--line); flex-wrap: wrap; }
.crop-white-toggle {
    display: flex; align-items: center; gap: .5rem;
    color: var(--ink-dim); font-size: .85rem;
    text-transform: none; letter-spacing: normal; font-family: var(--font-body);
    cursor: pointer; width: 100%; justify-content: center;
}
.crop-white-toggle input { accent-color: var(--green); width: 16px; height: 16px; }

/* ---------- FOOTER ---------- */
.site-footer { border-top: 1px solid var(--line); padding: 1.4rem 0; margin-top: auto; }
.footer-inner {
    display: flex; align-items: center; gap: .8rem; justify-content: center;
    font-family: var(--font-display); text-transform: uppercase; letter-spacing: .14em;
    font-size: .74rem; color: var(--ink-dim);
}
.footer-sep { color: var(--green); }

/* ---------- INFINITE SCROLL ---------- */
.scroll-sentinel {
    display: flex; align-items: center; justify-content: center;
    min-height: 40px; margin-top: 1.5rem;
}
.load-status {
    font-family: var(--font-display); text-transform: uppercase; letter-spacing: .12em;
    font-size: .78rem; color: var(--ink-dim);
}

/* ---------- GROOT VOORBEELD (bewerkpagina) ---------- */
.big-preview {
    margin-top: 1.8rem; padding: 1.8rem;
    background: linear-gradient(165deg, #12160f, #0a0b0a);
    border: 1px solid var(--line); border-radius: 20px;
    display: flex; flex-direction: column; align-items: center; gap: .9rem;
}
.big-preview img { max-height: 480px; width: auto; filter: drop-shadow(0 20px 34px rgba(0,0,0,.55)); }
.big-preview .lbl {
    font-family: var(--font-display); text-transform: uppercase; letter-spacing: .16em;
    font-size: .72rem; color: var(--green);
}

/* ---------- CROP: WITTE ACHTERGROND OPTIES ---------- */
.crop-white-options {
    width: 100%; display: flex; gap: 1.2rem; justify-content: center; flex-wrap: wrap;
    margin-top: .6rem;
}
.crop-white-options label {
    display: flex; align-items: center; gap: .5rem;
    color: var(--ink-dim); font-size: .8rem;
    text-transform: none; letter-spacing: normal; font-family: var(--font-body);
}
.crop-white-options input[type="number"] {
    width: 64px; background: var(--bg-2); border: 1px solid var(--line); color: var(--ink);
    border-radius: 8px; padding: .35rem .5rem; font: inherit;
}
.crop-white-options input[type="number"]:focus {
    outline: none; border-color: var(--green); box-shadow: 0 0 0 3px rgba(141,198,63,.18);
}

/* ---------- BULK IMPORT ---------- */
#bulk-rows { display: flex; flex-direction: column; gap: 1rem; margin: 1.4rem 0; }
.bulk-row {
    display: grid; grid-template-columns: 90px 1fr auto; gap: 1rem; align-items: start;
    padding: 1rem; border: 1px solid var(--line); border-radius: 12px; background: var(--bg-2);
}
.bulk-row-thumb {
    width: 90px; height: 90px; border-radius: 8px; overflow: hidden;
    background: #10140f; display: flex; align-items: center; justify-content: center;
}
.bulk-row-thumb img { max-width: 100%; max-height: 100%; object-fit: contain; }
.bulk-row-fields { display: flex; flex-direction: column; gap: .5rem; }
.bulk-row-fields textarea { min-height: 60px; resize: vertical; }
.bulk-wishlist-toggle {
    display: flex; align-items: center; gap: .5rem;
    color: var(--ink-dim); font-size: .82rem; cursor: pointer;
}
.bulk-wishlist-toggle input[type="checkbox"] { accent-color: var(--green); width: 16px; height: 16px; }
.bulk-remove-btn { align-self: start; white-space: nowrap; }

/* ---------- WISHLIST ---------- */
:root { --gold: #e8b84b; --gold-bright: #ffd873; }

.badge-wishlist {
    display: inline-block; margin-left: .55rem;
    background: transparent; border: 1px solid var(--green);
    color: var(--green-bright); font-family: var(--font-display);
    text-transform: uppercase; letter-spacing: .08em; font-size: .64rem; font-weight: 600;
    padding: .15rem .5rem; border-radius: 999px; vertical-align: middle;
}

.wishlist-section {
    margin-bottom: 2.4rem; padding-bottom: 2rem;
    border-bottom: 1px dashed #3a3220;
}
.wishlist-heading { margin-bottom: 1.2rem; }
.wishlist-heading h2 {
    font-family: var(--font-display); text-transform: uppercase; letter-spacing: .06em;
    font-weight: 700; font-size: clamp(1.3rem, 3vw, 1.7rem); margin: 0 0 .3rem;
    color: var(--gold-bright);
}
.wishlist-heading p { margin: 0; color: var(--ink-dim); font-size: .92rem; }

/* Wishlist-kaarten hergebruiken .can-card maar met een gouden, gestippelde
   rand i.p.v. de effen groene stijl van de eigen collectie — meteen
   visueel duidelijk dat dit nog te bemachtigen blikken zijn. */
.wishlist-card {
    position: relative;
    border-style: dashed; border-color: #5a4a1f;
}
.wishlist-card:hover { border-color: var(--gold); box-shadow: 0 0 0 1px rgba(232,184,75,.25), 0 18px 40px -20px rgba(255,216,115,.35); }
.wishlist-card::after { display: none; } /* geen groene hover-onderlijn op wishlist-kaarten */
.wishlist-card:hover .can-name { color: var(--gold-bright); }
.wishlist-ribbon {
    position: absolute; top: .6rem; left: .6rem; z-index: 2;
    background: var(--gold); color: #221a05;
    font-family: var(--font-display); text-transform: uppercase; letter-spacing: .08em;
    font-size: .62rem; font-weight: 700; padding: .25rem .55rem; border-radius: 999px;
}

/* ---------- RESPONSIVE ---------- */
@media (max-width: 820px) {
    .detail { grid-template-columns: 1fr; gap: 1.5rem; }
    .detail-media { max-width: 440px; margin-inline: auto; }
    .brand-text { display: none; }
    .bulk-row { grid-template-columns: 1fr; }
    .bulk-row-thumb { width: 100%; height: 140px; }
    .bulk-remove-btn { width: 100%; }
}
@media (max-width: 560px) {
    /* Twee bredere kolommen i.p.v. drie smalle, zodat elk blik duidelijker
       zichtbaar is op een telefoonscherm. */
    .grid { grid-template-columns: repeat(2, 1fr); gap: .9rem; }
    .can-thumb { height: 240px; padding: 1.1rem; }
    .can-name { font-size: .86rem; padding: .8rem .6rem 1rem; }
    .nav-link { padding: 0 .55rem; font-size: .72rem; }
    button.nav-link { font-size: .72rem; }
    .detail-media { max-width: 100%; padding: 1rem; }
    .detail-media img { max-height: 62vh; }
}

@media (prefers-reduced-motion: reduce) {
    * { transition: none !important; animation: none !important; }
}
