/* ============================================================
   IRIE MIND RECORDS — Main Stylesheet v1.4
   Restraint. Contrast. Spacing. Mood.
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Alfa+Slab+One&family=Playfair+Display:ital,wght@0,400;0,600;0,700;1,400;1,600&family=IBM+Plex+Mono:wght@400;500&display=swap');

:root {
  --espresso:      #0F0D0C;
  --walnut:        #1A1208;
  --walnut-mid:    #241A10;
  --tobacco-red:   #7A2E24;
  --tobacco-mid:   #963828;
  --tobacco-light: #B8503E;
  --forest:        #1E3328;
  --forest-mid:    #2D4A3A;
  --aged-gold:     #C49A4A;
  --gold-light:    #E0B86A;
  --cream:         #E7DCCB;
  --paper:         #D9CBB5;
  --fade:          #7A6A52;
  --nav-bg:        #080604;
  --r-sm: 6px; --r-md: 14px; --r-lg: 22px;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Playfair Display', serif;
  font-size: 14px;
  line-height: 1.8;
  color: var(--cream);
  background-color: var(--espresso);
  /* Atmospheric grain overlay */
  background-image:
    url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.04'/%3E%3C/svg%3E");
}
a { text-decoration: none; color: inherit; }
img { max-width: 100%; height: auto; display: block; }
h1, h2, h3, h4, h5, h6 { font-family: 'Alfa Slab One', serif; line-height: 1.0; }

/* ── SKIP LINK ── */
.skip-link { position: absolute; top: -100px; left: 1rem; background: var(--aged-gold); color: var(--espresso); padding: 8px 16px; border-radius: var(--r-sm); font-family: 'IBM Plex Mono', monospace; font-size: 11px; font-weight: 500; letter-spacing: 1px; text-transform: uppercase; transition: top 0.2s; z-index: 9999; text-decoration: none; }
.skip-link:focus { top: 1rem; }

/* ── NAV ── */
.site-header {
  position: sticky; top: 0; z-index: 1000;
  background: var(--nav-bg);
  border-bottom: 1px solid rgba(196,154,74,0.2);
  box-shadow: 0 2px 40px rgba(0,0,0,0.9);
}
.nav-inner { display: flex; align-items: center; justify-content: space-between; padding: 0 3rem; height: 72px; max-width: 1400px; margin: 0 auto; }
.nav-logo { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.logo-badge { width: 52px; height: 52px; border-radius: 50%; overflow: hidden; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.logo-text strong { font-family: 'Alfa Slab One', serif; font-size: 19px; letter-spacing: 1px; color: var(--aged-gold); display: block; line-height: 1.1; }
.logo-text small  { font-size: 9px; letter-spacing: 3px; text-transform: uppercase; color: rgba(231,220,203,0.28); font-family: 'IBM Plex Mono', monospace; }
.site-logo-img { width: 52px; height: 52px; object-fit: cover; border-radius: 50%; display: block; }
.nav-links { display: flex; list-style: none; height: 64px; margin: 0; padding: 0; }
.nav-links > li { position: relative; display: flex; align-items: center; }
.nav-links > li > a { color: rgba(231,220,203,0.5); font-size: 11px; letter-spacing: 2px; text-transform: uppercase; transition: color 0.2s; padding: 0 0.9rem; height: 64px; display: flex; align-items: center; font-family: 'IBM Plex Mono', monospace; }
.nav-links > li > a:hover { color: var(--aged-gold); }
.nav-links .has-dropdown > a::after { content: ' ▾'; font-size: 9px; opacity: 0.35; }
.dropdown-menu { position: absolute; top: 75px; left: 0; background: #060504; border-bottom: 1px solid rgba(196,154,74,0.12); border-left: 1px solid rgba(196,154,74,0.08); border-right: 1px solid rgba(196,154,74,0.08); border-top: 1px solid var(--aged-gold); min-width: 200px; opacity: 0; pointer-events: none; transform: translateY(-4px); transition: all 0.16s; z-index: 999; border-radius: 0 0 var(--r-md) var(--r-md); overflow: hidden; }
.nav-links .has-dropdown:hover .dropdown-menu,
.nav-links .has-dropdown > a[aria-expanded="true"] + .dropdown-menu { opacity: 1; pointer-events: all; transform: translateY(0); }
.dropdown-menu li a { display: block; padding: 9px 18px; font-size: 11px; letter-spacing: 1px; text-transform: uppercase; color: rgba(231,220,203,0.4); border-bottom: 1px solid rgba(255,255,255,0.025); transition: all 0.12s; font-family: 'IBM Plex Mono', monospace; }
.dropdown-menu li a:hover { color: var(--aged-gold); padding-left: 22px; background: rgba(196,154,74,0.04); }
.dropdown-menu li:last-child a { border-bottom: none; }
.dropdown-label { padding: 8px 18px 4px; font-size: 9px; letter-spacing: 3px; text-transform: uppercase; color: rgba(196,154,74,0.3); border-bottom: 1px solid rgba(196,154,74,0.07); font-family: 'IBM Plex Mono', monospace; pointer-events: none; display: block; }
.nav-cart a { background: var(--tobacco-red) !important; color: var(--cream) !important; padding: 7px 18px !important; height: auto !important; border-radius: var(--r-sm); font-weight: 500; letter-spacing: 1px; transition: all 0.2s !important; }
.nav-cart a:hover { background: var(--aged-gold) !important; color: var(--espresso) !important; }
.menu-toggle { display: none; background: none; border: 1px solid rgba(196,154,74,0.25); color: var(--aged-gold); padding: 6px 14px; border-radius: var(--r-sm); cursor: pointer; font-family: 'IBM Plex Mono', monospace; font-size: 11px; letter-spacing: 1px; }
.nav-search-form { position: relative; margin-right: 0.5rem; }
.nav-search { background: transparent; border: none; border-bottom: 1px solid rgba(196,154,74,0.18); color: rgba(231,220,203,0.45); padding: 5px 8px; font-family: 'IBM Plex Mono', monospace; font-size: 11px; letter-spacing: 1px; width: 140px; transition: all 0.25s; }
.nav-search:focus { outline: none; border-bottom-color: var(--aged-gold); color: var(--cream); width: 200px; }
.nav-search::placeholder { color: rgba(231,220,203,0.22); }

/* ── BUTTONS ── */
.btn { display: inline-block; cursor: pointer; transition: all 0.2s; text-decoration: none; border-radius: var(--r-sm); font-family: 'IBM Plex Mono', monospace; font-size: 11px; font-weight: 500; letter-spacing: 2px; text-transform: uppercase; padding: 12px 28px; border: none; }
.btn-gold { background: var(--tobacco-red); color: var(--cream); }
.btn-gold:hover { background: var(--aged-gold); color: var(--espresso); transform: translateY(-1px); }
.btn-outline-light { background: transparent; color: rgba(231,220,203,0.6); border: 1px solid rgba(231,220,203,0.2); padding: 12px 28px; }
.btn-outline-light:hover { border-color: rgba(231,220,203,0.5); color: var(--cream); }
.btn-ghost { background: transparent; color: var(--aged-gold); padding: 8px 0; font-family: 'IBM Plex Mono', monospace; font-size: 10px; letter-spacing: 2px; text-transform: uppercase; cursor: pointer; display: inline-block; transition: all 0.2s; border: none; border-bottom: 1px solid rgba(196,154,74,0.3); border-radius: 0; }
.btn-ghost:hover { border-bottom-color: var(--aged-gold); color: var(--gold-light); }

/* ── TICKER ── */
.genre-ticker { background: var(--tobacco-red); padding: 9px 0; overflow: hidden; white-space: nowrap; }
.genre-ticker-inner { display: inline-flex; animation: ticker 38s linear infinite; }
@keyframes ticker { to { transform: translateX(-50%); } }
.ticker-item { font-family: 'Alfa Slab One', serif; font-size: 12px; letter-spacing: 3px; color: rgba(231,220,203,0.7); padding: 0 2rem; }
.ticker-dot { color: rgba(196,154,74,0.4); padding: 0 0.2rem; }

/* ── HERO — huge, cinematic, minimal ── */
.site-hero {
  background: linear-gradient(135deg, #1E3328 0%, #2A1A10 35%, #1E0E08 65%, #0F0D0C 100%);
  min-height: 640px;
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  position: relative;
  overflow: hidden;
}
/* Atmospheric grain on hero */
.site-hero::after {
  content: '';
  position: absolute; inset: 0;
  background:
    url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.035'/%3E%3C/svg%3E"),
    linear-gradient(135deg, rgba(15,13,12,0.8) 0%, rgba(15,13,12,0.15) 65%, transparent 100%);
  pointer-events: none;
  z-index: 0;
}
.hero-content { padding: 7rem 4rem; display: flex; flex-direction: column; justify-content: center; position: relative; z-index: 1; }
/* HUGE hero title */
.hero-title {
  font-family: 'Alfa Slab One', serif;
  font-size: clamp(72px, 9vw, 128px);
  line-height: 0.88;
  color: #ffffff;
  letter-spacing: -1px;
  margin-bottom: 2rem;
  text-shadow: 0 4px 32px rgba(0,0,0,0.4);
}
.hero-subtitle {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-size: clamp(16px, 1.6vw, 20px);
  color: rgba(231,220,203,0.45);
  margin-bottom: 3rem;
  max-width: 360px;
  line-height: 1.6;
  letter-spacing: 0.2px;
}
.hero-ctas { display: flex; gap: 1.25rem; flex-wrap: wrap; }
.hero-visual { display: flex; align-items: center; justify-content: center; position: relative; z-index: 1; padding: 3rem; }
.hero-logo-wrap { position: relative; width: 340px; height: 340px; display: flex; align-items: center; justify-content: center; }
.hero-logo-wrap::before { content:''; position:absolute; inset:-20px; border-radius:50%; border:1px solid rgba(196,154,74,0.1); }
.hero-logo-wrap::after  { content:''; position:absolute; inset:-36px; border-radius:50%; border:1px solid rgba(196,154,74,0.05); }
.hero-logo-spin { width: 320px; height: 320px; border-radius: 50%; animation: spin 40s linear infinite; box-shadow: 0 0 80px rgba(196,154,74,0.12), 0 0 0 2px rgba(196,154,74,0.15); object-fit: cover; display: block; }
@keyframes spin { to { transform: rotate(360deg); } }
/* spin-top/bot removed — using logo image */

/* ── PHOTO BAND ── */
.hero-photo-band { width: 100%; height: 300px; position: relative; overflow: hidden; }
.hero-photo-band img { width: 100%; height: 100%; object-fit: cover; object-position: center 38%; }
.hero-photo-band::before {
  content: ''; position: absolute; inset: 0; z-index: 1;
  background:
    linear-gradient(to right, rgba(15,13,12,0.92) 0%, rgba(15,13,12,0.5) 30%, rgba(15,13,12,0.5) 70%, rgba(15,13,12,0.92) 100%),
    linear-gradient(to bottom, rgba(15,13,12,0.55) 0%, rgba(15,13,12,0.6) 35%, rgba(15,13,12,0.6) 65%, rgba(15,13,12,0.97) 100%);
}
.photo-band-text { position: absolute; inset: 0; z-index: 2; display: flex; align-items: center; justify-content: center; flex-direction: column; text-align: center; gap: 0.75rem; }
.photo-band-text p { font-family: 'Playfair Display', serif; font-style: italic; font-size: clamp(22px, 2.8vw, 34px); color: #ffffff; opacity: 1; text-shadow: 0 2px 8px rgba(0,0,0,0.95), 0 0 40px rgba(0,0,0,0.8), 0 4px 24px rgba(0,0,0,0.7); letter-spacing: 0.3px; }
.photo-band-text span { font-family: 'IBM Plex Mono', monospace; font-size: 10px; letter-spacing: 5px; text-transform: uppercase; color: var(--aged-gold); opacity: 0.85; text-shadow: 0 1px 6px rgba(0,0,0,0.95); }

/* ── STATS STRIP ── */
.stats-strip { background: var(--walnut); padding: 1.75rem 3rem; }
.stats-strip-inner { display: flex; align-items: center; justify-content: space-between; max-width: 1200px; margin: 0 auto; gap: 1.5rem; flex-wrap: wrap; }
.stat-item { text-align: center; flex: 1; min-width: 110px; }
.stat-item strong { font-family: 'Alfa Slab One', serif; font-size: 13px; color: var(--aged-gold); display: block; line-height: 1.4; }
.stat-item span { font-size: 9px; letter-spacing: 2px; text-transform: uppercase; color: rgba(196,154,74,0.3); font-family: 'IBM Plex Mono', monospace; }
.stat-divider { width: 1px; height: 32px; background: rgba(196,154,74,0.08); flex-shrink: 0; }

/* ── SECTION LABELS ── */
.section-label { font-size: 9px; letter-spacing: 5px; text-transform: uppercase; color: rgba(184,80,62,0.7); margin-bottom: 0.6rem; font-family: 'IBM Plex Mono', monospace; display: block; }
.section-title { font-family: 'Alfa Slab One', serif; font-size: clamp(30px, 3.5vw, 48px); line-height: 1.0; color: var(--cream); margin: 0; }
.section-header { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 2.5rem; flex-wrap: wrap; gap: 1rem; }

/* ── NOW SPINNING — editorial section ── */
.now-spinning { background: var(--espresso); padding: 5rem 3rem; position: relative; overflow: hidden; }
.now-spinning::before {
  content: '';
  position: absolute; inset: 0;
  background: url("data:image/svg+xml,%3Csvg viewBox='0 0 300 300' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.03'/%3E%3C/svg%3E");
  pointer-events: none;
}
.now-spinning-inner { display: grid; grid-template-columns: auto 1fr; gap: 4rem; align-items: center; max-width: 900px; position: relative; z-index: 1; }
.now-spinning-record { width: 200px; height: 200px; border-radius: 50%; flex-shrink: 0; position: relative; }
.now-spinning-record img { width: 100%; height: 100%; object-fit: cover; border-radius: 50%; animation: spin 12s linear infinite; box-shadow: 0 0 60px rgba(0,0,0,0.7), 0 0 0 8px rgba(0,0,0,0.4), 0 0 0 10px rgba(196,154,74,0.1); }
.now-spinning-record::after { content: ''; position: absolute; inset: 0; border-radius: 50%; background: radial-gradient(circle at center, rgba(0,0,0,0.6) 0%, transparent 40%); pointer-events: none; }
.now-spinning-placeholder { width: 200px; height: 200px; border-radius: 50%; background: var(--walnut); display: flex; align-items: center; justify-content: center; animation: spin 12s linear infinite; box-shadow: 0 0 60px rgba(0,0,0,0.7), 0 0 0 8px rgba(0,0,0,0.4), 0 0 0 10px rgba(196,154,74,0.1); }
.now-spinning-placeholder::before { content: ''; width: 60px; height: 60px; border-radius: 50%; background: var(--espresso); border: 2px solid rgba(196,154,74,0.2); }
.now-spinning-eyebrow { font-family: 'IBM Plex Mono', monospace; font-size: 9px; letter-spacing: 6px; text-transform: uppercase; color: var(--tobacco-light); opacity: 0.8; margin-bottom: 1rem; display: block; }
.now-spinning-title { font-family: 'Alfa Slab One', serif; font-size: clamp(28px, 4vw, 52px); color: var(--cream); line-height: 1.0; margin-bottom: 0.5rem; }
.now-spinning-artist { font-family: 'Playfair Display', serif; font-style: italic; font-size: 18px; color: rgba(231,220,203,0.45); margin-bottom: 1.25rem; }
.now-spinning-mood { font-family: 'Playfair Display', serif; font-style: italic; font-size: 15px; color: rgba(231,220,203,0.35); max-width: 400px; line-height: 1.7; margin-bottom: 2rem; }

/* ── SECTIONS ── */
.section-dark   { background: var(--espresso); padding: 4.5rem 3rem; }
.section-walnut { background: var(--walnut);   padding: 4.5rem 3rem; }
.section-forest { background: var(--forest);   padding: 4.5rem 3rem; }

/* ── FORMAT TILES — less border ── */
.format-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.format-tile { border-radius: var(--r-lg); overflow: hidden; display: block; text-decoration: none; transition: all 0.32s cubic-bezier(0.25,0.46,0.45,0.94); box-shadow: 0 8px 40px rgba(0,0,0,0.55); }
.format-tile:hover { transform: translateY(-8px) scale(1.01); box-shadow: 0 28px 64px rgba(0,0,0,0.65); }
.format-tile-art { aspect-ratio: 4/3; position: relative; overflow: hidden; }
.format-tile-art img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.55s ease; }
.format-tile:hover .format-tile-art img { transform: scale(1.07); }
.format-tile-overlay { position: absolute; inset: 0; background: linear-gradient(to bottom, rgba(15,13,12,0.1) 0%, rgba(15,13,12,0.88) 100%); z-index: 1; }
.format-tile-text { position: absolute; bottom: 0; left: 0; right: 0; z-index: 2; padding: 2rem; text-align: center; }
.format-tile-text .tile-label { font-family: 'Alfa Slab One', serif; font-size: 34px; letter-spacing: 1px; color: #fff; display: block; text-shadow: 0 2px 20px rgba(0,0,0,0.7); margin-bottom: 6px; }
.format-tile-text .tile-sub { font-size: 10px; letter-spacing: 3px; text-transform: uppercase; color: rgba(231,220,203,0.5); font-family: 'IBM Plex Mono', monospace; }
.format-tile-bar { background: rgba(8,6,4,0.95); padding: 11px 18px; display: flex; justify-content: space-between; align-items: center; }
.format-tile-bar span { font-size: 9px; letter-spacing: 2px; text-transform: uppercase; color: rgba(196,154,74,0.35); font-family: 'IBM Plex Mono', monospace; }
.format-tile-bar strong { font-size: 12px; color: var(--aged-gold); transition: color 0.2s; }
.format-tile:hover .format-tile-bar strong { color: var(--gold-light); }

/* ── GENRE TILES — enlarged, breathing, no border at rest ── */
.genre-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 1.5rem; }
.genre-tile { border-radius: var(--r-md); overflow: hidden; transition: all 0.3s cubic-bezier(0.25,0.46,0.45,0.94); box-shadow: 0 8px 32px rgba(0,0,0,0.5); display: block; text-decoration: none; }
.genre-tile:hover { transform: translateY(-6px) scale(1.02); box-shadow: 0 24px 56px rgba(0,0,0,0.65), 0 0 24px rgba(196,154,74,0.07); }
.genre-tile img { width: 100%; aspect-ratio: 1; object-fit: cover; display: block; transition: transform 0.45s ease; }
.genre-tile:hover img { transform: scale(1.04); }
.genre-tile-bar { background: rgba(8,6,4,0.95); padding: 10px 14px; display: flex; justify-content: space-between; align-items: center; }
.genre-tile-name { font-family: 'Playfair Display', serif; font-size: 13px; font-style: italic; color: var(--aged-gold); transition: color 0.2s; }
.genre-tile:hover .genre-tile-name { color: var(--gold-light); }
.genre-tile-arrow { font-size: 11px; color: rgba(196,154,74,0.35); transition: transform 0.2s; }
.genre-tile:hover .genre-tile-arrow { transform: translateX(3px); color: var(--aged-gold); }

/* ── NEW ARRIVALS ── */
.new-arrivals { background: var(--espresso); padding: 4.5rem 3rem; }
.arrivals-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 1.5rem; }
.arrival-card { background: var(--walnut); border-radius: var(--r-md); overflow: hidden; transition: all 0.3s cubic-bezier(0.25,0.46,0.45,0.94); box-shadow: 0 6px 24px rgba(0,0,0,0.45); position: relative; display: block; text-decoration: none; }
.arrival-card:hover { transform: translateY(-7px); box-shadow: 0 24px 52px rgba(0,0,0,0.6); }
.new-badge { position: absolute; top: 10px; left: 10px; background: var(--aged-gold); color: var(--espresso); font-family: 'IBM Plex Mono', monospace; font-size: 8px; font-weight: 500; letter-spacing: 2px; text-transform: uppercase; padding: 3px 8px; border-radius: 3px; z-index: 2; }
.arrival-art { aspect-ratio: 1; overflow: hidden; }
.arrival-art img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.4s ease; }
.arrival-card:hover .arrival-art img { transform: scale(1.04); }
/* Placeholder vinyl art when no image */
.arrival-art-placeholder { aspect-ratio: 1; display: flex; align-items: center; justify-content: center; position: relative; }
.pa1{background:linear-gradient(135deg,#0d1a10,#1E3328)} .pa2{background:linear-gradient(135deg,#2d0a08,#7A2E24)} .pa3{background:linear-gradient(135deg,#0a0a1a,#1a1a3a)} .pa4{background:linear-gradient(135deg,#1a1608,#3a3010)} .pa5{background:linear-gradient(135deg,#1e0808,#5a1a14)} .pa6{background:linear-gradient(135deg,#0a1214,#142028)} .pa7{background:linear-gradient(135deg,#080808,#181818)} .pa8{background:linear-gradient(135deg,#120a1a,#2a1240)}
.mini-v { width: 80px; height: 80px; border-radius: 50%; border: 12px solid rgba(0,0,0,0.65); display: flex; align-items: center; justify-content: center; position: relative; }
.mini-v::before { content:''; width:11px; height:11px; border-radius:50%; background:var(--cream); position:absolute; }
.fmt-tag { position:absolute; top:10px; right:10px; background:rgba(0,0,0,0.8); color:var(--aged-gold); font-size:8px; letter-spacing:1.5px; text-transform:uppercase; padding:3px 8px; border-radius:3px; font-family:'IBM Plex Mono',monospace; }
.arrival-meta { padding: 14px 16px 16px; }
.arrival-artist { font-size: 13px; font-weight: 600; color: var(--cream); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; margin-bottom: 2px; }
.arrival-title { font-style: italic; font-size: 12px; color: var(--fade); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; margin-bottom: 10px; }
.arrival-foot { display: flex; justify-content: space-between; align-items: center; }
.arrival-price { font-family: 'Alfa Slab One', serif; font-size: 15px; color: var(--aged-gold); }

/* ── CONDITION BADGE + TOOLTIP — no border ── */
.cond-wrap { position: relative; display: inline-block; }
.condition-badge { font-size: 8px; letter-spacing: 1.5px; text-transform: uppercase; background: var(--tobacco-red); color: var(--cream); padding: 3px 9px; border-radius: 3px; font-family: 'IBM Plex Mono', monospace; cursor: help; display: inline-block; }
.cond-tooltip { position: absolute; bottom: calc(100% + 8px); right: 0; background: var(--walnut-mid); box-shadow: 0 12px 36px rgba(0,0,0,0.7); border-radius: var(--r-md); padding: 12px 16px; width: 210px; font-family: 'Playfair Display', serif; font-size: 12px; color: var(--cream); line-height: 1.65; opacity: 0; pointer-events: none; transition: opacity 0.16s; z-index: 100; }
.cond-tooltip::after { content: ''; position: absolute; top: 100%; right: 12px; border: 5px solid transparent; border-top-color: var(--walnut-mid); }
.cond-wrap:hover .cond-tooltip { opacity: 1; pointer-events: all; }
.cond-tooltip strong { color: var(--aged-gold); display: block; margin-bottom: 4px; font-family: 'IBM Plex Mono', monospace; font-size: 10px; letter-spacing: 1px; }
.cond-tooltip a { color: var(--tobacco-light); text-decoration: none; }

/* ── SHOP ── */
.shop-header { background: var(--espresso); padding: 3rem; }
.shop-breadcrumb { font-size: 10px; letter-spacing: 2px; text-transform: uppercase; color: rgba(196,154,74,0.3); margin-bottom: 0.75rem; font-family: 'IBM Plex Mono', monospace; display: block; }
.shop-breadcrumb a { color: rgba(196,154,74,0.3); transition: color 0.2s; } .shop-breadcrumb a:hover { color: var(--aged-gold); } .shop-breadcrumb .current { color: var(--aged-gold); }
.shop-title { font-family: 'Alfa Slab One', serif; font-size: clamp(36px, 5vw, 64px); color: var(--cream); line-height: 1.0; margin-bottom: 0.3rem; }
.shop-subtitle { color: rgba(231,220,203,0.3); font-size: 13px; font-style: italic; }
.format-filter { background: var(--walnut); padding: 0.9rem 3rem; display: flex; gap: 0.75rem; flex-wrap: wrap; align-items: center; }
.filter-label { font-size: 9px; letter-spacing: 3px; text-transform: uppercase; color: var(--fade); margin-right: 0.5rem; font-family: 'IBM Plex Mono', monospace; }
.filter-btn { color: rgba(150,56,40,0.65); font-size: 10px; letter-spacing: 2px; text-transform: uppercase; padding: 5px 14px; cursor: pointer; transition: all 0.18s; background: transparent; font-family: 'IBM Plex Mono', monospace; border-radius: var(--r-sm); border: none; }
.filter-btn:hover { background: rgba(122,46,36,0.15); color: var(--tobacco-light); }
.filter-btn.active { background: var(--tobacco-red); color: var(--cream); }

/* ── PRODUCT GRID ── */
.products-wrap { padding: 3rem; background: var(--walnut); }
.results-bar { display: flex; justify-content: space-between; align-items: center; margin-bottom: 2rem; flex-wrap: wrap; gap: 0.75rem; }
.results-count { font-size: 12px; color: var(--fade); font-style: italic; }
.sort-select { background: var(--espresso); border: none; border-bottom: 1px solid rgba(122,46,36,0.2); color: rgba(231,220,203,0.5); font-family: 'IBM Plex Mono', monospace; font-size: 11px; padding: 5px 8px; outline: none; cursor: pointer; }

/* ── PRODUCT CARDS — emotional browse, bigger art ── */
.woocommerce ul.products { display: grid; grid-template-columns: repeat(auto-fill, minmax(210px, 1fr)); gap: 1.75rem; list-style: none; margin: 0; padding: 0; }
.woocommerce ul.products li.product { background: var(--espresso); border-radius: var(--r-md); overflow: hidden; transition: all 0.3s cubic-bezier(0.25,0.46,0.45,0.94); box-shadow: 0 6px 24px rgba(0,0,0,0.4); }
.woocommerce ul.products li.product:hover { transform: translateY(-8px); box-shadow: 0 28px 56px rgba(0,0,0,0.6); }
.woocommerce ul.products li.product a img { width: 100%; aspect-ratio: 1; object-fit: cover; display: block; transition: transform 0.45s ease; }
.woocommerce ul.products li.product:hover a img { transform: scale(1.04); }
/* Clean metadata — minimal */
.woocommerce ul.products li.product .woocommerce-loop-product__title { font-family: 'Playfair Display', serif; font-size: 13px; font-weight: 600; color: var(--cream); padding: 14px 16px 2px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.woocommerce ul.products li.product .price { font-family: 'Alfa Slab One', serif; font-size: 16px; color: var(--aged-gold); padding: 0 16px 10px; display: block; }
.condition-badge { display: inline-block; margin: 0 16px 14px; }
.woocommerce ul.products li.product .button { background: transparent; color: rgba(196,154,74,0.4); border: none; border-top: 1px solid rgba(196,154,74,0.07); padding: 10px 16px; font-family: 'IBM Plex Mono', monospace; font-size: 9px; font-weight: 500; letter-spacing: 2px; text-transform: uppercase; cursor: pointer; transition: all 0.18s; width: 100%; display: block; text-align: center; }
.woocommerce ul.products li.product .button:hover { color: var(--cream); background: rgba(122,46,36,0.3); }

/* ── SINGLE PRODUCT ── */
.woocommerce div.product { padding: 4rem 3rem; background: var(--walnut); display: grid; grid-template-columns: 1fr 1.1fr; gap: 4.5rem; max-width: 1100px; margin: 0 auto; }
.woocommerce div.product .woocommerce-product-gallery { border-radius: var(--r-lg); overflow: hidden; box-shadow: 0 16px 56px rgba(0,0,0,0.5); }
.woocommerce div.product .entry-title { font-family: 'Alfa Slab One', serif; font-size: clamp(28px, 3.5vw, 44px); color: var(--cream); line-height: 1.0; margin-bottom: 0.5rem; }
.woocommerce div.product p.price { font-family: 'Alfa Slab One', serif; font-size: 38px; color: var(--aged-gold); margin-bottom: 1.25rem; }
.badge { font-size: 9px; letter-spacing: 2px; text-transform: uppercase; padding: 5px 12px; border-radius: var(--r-sm); color: var(--fade); font-family: 'IBM Plex Mono', monospace; display: inline-block; margin: 0 4px 6px 0; background: rgba(255,255,255,0.04); }
.badge.cond { background: var(--tobacco-red); color: var(--cream); }
.woocommerce div.product .woocommerce-product-details__short-description { font-size: 13px; color: var(--fade); line-height: 2; margin-bottom: 2rem; padding: 1.25rem 1.5rem; background: var(--espresso); border-left: 2px solid rgba(122,46,36,0.4); border-radius: 0 var(--r-sm) var(--r-sm) 0; }
.woocommerce div.product .single_add_to_cart_button { background: var(--tobacco-red); color: var(--cream); border: none; padding: 15px 32px; font-family: 'IBM Plex Mono', monospace; font-size: 12px; font-weight: 500; letter-spacing: 2px; text-transform: uppercase; cursor: pointer; transition: all 0.2s; width: 100%; border-radius: var(--r-sm); }
.woocommerce div.product .single_add_to_cart_button:hover { background: var(--aged-gold); color: var(--espresso); }
.imr-shipping-note { display: flex; align-items: center; gap: 10px; padding: 10px 0; margin: 0.75rem 0; font-size: 13px; color: var(--fade); }
.imr-shipping-note a { color: var(--tobacco-light); text-decoration: none; }
.imr-shipping-note a:hover { color: var(--aged-gold); }
.also-on { font-size: 12px; color: var(--fade); text-align: center; font-style: italic; margin-top: 0.75rem; }
.also-on a { color: var(--tobacco-light); }

/* ── CART & CHECKOUT ── */
.woocommerce-cart .woocommerce, .woocommerce-checkout .woocommerce { background: var(--walnut); padding: 3rem; max-width: 1100px; margin: 0 auto; }
.woocommerce table.shop_table { border-radius: var(--r-md); overflow: hidden; width: 100%; box-shadow: 0 4px 24px rgba(0,0,0,0.3); }
.woocommerce table.shop_table th { background: var(--espresso); color: var(--aged-gold); font-family: 'IBM Plex Mono', monospace; font-size: 10px; letter-spacing: 2px; text-transform: uppercase; padding: 12px 16px; }
.woocommerce table.shop_table td { padding: 12px 16px; background: var(--walnut-mid); color: var(--cream); border-bottom: 1px solid rgba(196,154,74,0.05); }
.woocommerce #payment { background: var(--espresso); border-radius: var(--r-md); padding: 1.5rem; }
.woocommerce #place_order { background: var(--tobacco-red); color: var(--cream); border: none; padding: 14px 32px; font-family: 'IBM Plex Mono', monospace; font-size: 12px; font-weight: 500; letter-spacing: 2px; text-transform: uppercase; cursor: pointer; transition: all 0.2s; border-radius: var(--r-sm); width: 100%; }
.woocommerce #place_order:hover { background: var(--aged-gold); color: var(--espresso); }
.woocommerce form .form-row input, .woocommerce form .form-row select, .woocommerce form .form-row textarea { border: none; border-bottom: 1px solid rgba(122,46,36,0.2); padding: 10px 0; font-family: 'Playfair Display', serif; font-size: 13px; color: var(--cream); outline: none; transition: border-color 0.2s; width: 100%; background: transparent; }
.woocommerce form .form-row input:focus, .woocommerce form .form-row textarea:focus { border-bottom-color: var(--tobacco-red); }
.woocommerce form .form-row label { font-size: 9px; letter-spacing: 3px; text-transform: uppercase; color: var(--fade); font-family: 'IBM Plex Mono', monospace; display: block; margin-bottom: 0.4rem; }

/* ── ABOUT ── */
.about-grid { display: grid; grid-template-columns: 1.2fr 1fr; gap: 5rem; align-items: start; }
.about-body { color: rgba(231,220,203,0.6); line-height: 2; font-size: 14px; margin-bottom: 1.25rem; max-width: 520px; }
.about-stats { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; background: rgba(196,154,74,0.07); margin-top: 3rem; border-radius: var(--r-md); overflow: hidden; }
.about-stat { background: var(--espresso); padding: 1.5rem 1rem; text-align: center; }
.about-stat strong { font-family: 'Alfa Slab One', serif; font-size: 32px; color: var(--aged-gold); display: block; }
.about-stat span { font-size: 9px; letter-spacing: 2px; text-transform: uppercase; color: rgba(231,220,203,0.25); font-family: 'IBM Plex Mono', monospace; }
.cred-list { display: flex; flex-direction: column; gap: 3px; margin-top: 1rem; }
.cred-item { background: rgba(0,0,0,0.25); padding: 13px 18px; font-size: 13px; color: rgba(231,220,203,0.6); display: flex; align-items: center; gap: 12px; border-radius: var(--r-sm); transition: all 0.18s; }
.cred-item:hover { background: rgba(0,0,0,0.4); color: var(--cream); }
.cred-item::before { content: '◆'; color: rgba(184,80,62,0.5); flex-shrink: 0; font-size: 9px; }

/* ── FIND US ── */
.find-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(160px,1fr)); gap: 1.25rem; }
.find-card { padding: 2.25rem 1.5rem; text-align: center; background: rgba(255,255,255,0.025); display: block; transition: all 0.22s; border-radius: var(--r-lg); text-decoration: none; }
.find-card:hover { background: rgba(122,46,36,0.1); transform: translateY(-4px); box-shadow: 0 12px 32px rgba(0,0,0,0.35); }
.find-icon { font-size: 24px; color: rgba(150,56,40,0.6); margin-bottom: 0.75rem; display: block; transition: color 0.2s; }
.find-name { font-family: 'Alfa Slab One', serif; font-size: 18px; color: var(--cream); display: block; margin-bottom: 4px; }
.find-sub { font-size: 10px; letter-spacing: 2px; text-transform: uppercase; color: rgba(196,154,74,0.3); font-family: 'IBM Plex Mono', monospace; }
.find-card:hover .find-icon { color: var(--aged-gold); }

/* ── CONTACT ── */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; }
.contact-info h2 { font-family: 'Alfa Slab One', serif; font-size: clamp(24px,3vw,36px); color: var(--cream); margin-bottom: 1.25rem; line-height: 1.0; }
.contact-info p { color: var(--fade); font-size: 14px; line-height: 1.9; margin-bottom: 1.5rem; max-width: 400px; }
.contact-detail { display: flex; align-items: center; gap: 12px; margin-bottom: 0.85rem; font-size: 13px; color: var(--cream); }
.contact-detail-icon { font-size: 15px; color: rgba(150,56,40,0.6); flex-shrink: 0; }
.contact-detail a { color: var(--tobacco-light); text-decoration: none; transition: color 0.2s; }
.contact-detail a:hover { color: var(--aged-gold); }
.wantlist-box { margin-top: 2.5rem; padding: 1.5rem; background: var(--espresso); border-left: 2px solid rgba(122,46,36,0.35); border-radius: 0 var(--r-md) var(--r-md) 0; }
.wantlist-box h4 { font-family: 'Alfa Slab One', serif; font-size: 15px; color: var(--cream); margin-bottom: 0.5rem; }
.wantlist-box p { font-size: 13px; color: var(--fade); line-height: 1.8; }
.contact-form-wrap { background: var(--walnut-mid); padding: 2.5rem; border-radius: var(--r-lg); box-shadow: 0 8px 32px rgba(0,0,0,0.3); }
.contact-form-wrap h3 { font-family: 'Alfa Slab One', serif; font-size: 22px; color: var(--cream); margin-bottom: 2rem; }
.form-group { margin-bottom: 1.5rem; }
.form-group label { font-size: 9px; letter-spacing: 3px; text-transform: uppercase; color: var(--fade); display: block; margin-bottom: 0.5rem; font-family: 'IBM Plex Mono', monospace; }
.form-group input, .form-group select, .form-group textarea { width: 100%; background: transparent; border: none; border-bottom: 1px solid rgba(122,46,36,0.2); padding: 10px 0; font-family: 'Playfair Display', serif; font-size: 14px; color: var(--cream); outline: none; transition: border-color 0.2s; }
.form-group input:focus, .form-group textarea:focus { border-bottom-color: var(--tobacco-red); }
.form-group textarea { resize: vertical; min-height: 100px; }
.form-submit { background: var(--tobacco-red); color: var(--cream); border: none; padding: 13px 24px; font-family: 'IBM Plex Mono', monospace; font-size: 11px; font-weight: 500; letter-spacing: 2px; text-transform: uppercase; cursor: pointer; width: 100%; transition: all 0.2s; border-radius: var(--r-sm); margin-top: 0.5rem; }
.form-submit:hover { background: var(--aged-gold); color: var(--espresso); }

/* ── NEWSLETTER ── */
.newsletter-section { background: var(--forest); text-align: center; padding: 5rem 3rem; position: relative; overflow: hidden; }
.newsletter-section::before { content: ''; position: absolute; inset: 0; background: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.025'/%3E%3C/svg%3E"); pointer-events: none; }
.newsletter-label { font-size: 9px; letter-spacing: 5px; text-transform: uppercase; color: rgba(196,154,74,0.35); margin-bottom: 0.75rem; font-family: 'IBM Plex Mono', monospace; display: block; position: relative; }
.newsletter-title { font-family: 'Alfa Slab One', serif; font-size: clamp(24px, 3vw, 36px); color: var(--cream); margin-bottom: 0.75rem; position: relative; }
.newsletter-sub { color: rgba(231,220,203,0.35); font-size: 14px; max-width: 340px; margin: 0 auto 2rem; line-height: 1.9; font-style: italic; position: relative; }
.newsletter-form { display: flex; max-width: 340px; margin: 0 auto; position: relative; }
.newsletter-form input { flex: 1; background: rgba(0,0,0,0.3); border: none; border-bottom: 1px solid rgba(196,154,74,0.2); padding: 12px 0; color: var(--cream); font-family: 'Playfair Display', serif; font-size: 13px; outline: none; }
.newsletter-form input::placeholder { color: rgba(231,220,203,0.2); }
.newsletter-form button { background: transparent; color: var(--aged-gold); border: none; border-bottom: 1px solid rgba(196,154,74,0.2); padding: 12px 16px; font-family: 'IBM Plex Mono', monospace; font-size: 11px; font-weight: 500; letter-spacing: 2px; text-transform: uppercase; cursor: pointer; white-space: nowrap; transition: all 0.2s; }
.newsletter-form button:hover { color: var(--gold-light); border-bottom-color: var(--gold-light); }

/* ── POLICY PAGES ── */
.policy-wrap { max-width: 720px; margin: 0 auto; padding: 5rem 3rem; }
.policy-wrap h2 { font-family: 'Alfa Slab One', serif; font-size: 22px; color: var(--cream); margin: 3rem 0 0.75rem; }
.policy-wrap h2:first-child { margin-top: 0; }
.policy-wrap p, .policy-wrap ul { color: var(--fade); font-size: 14px; line-height: 2; margin-bottom: 1.1rem; }
.policy-wrap ul { padding-left: 1.5rem; }
.policy-wrap ul li { margin-bottom: 0.4rem; }
.policy-wrap a { color: var(--tobacco-light); }
.policy-highlight { background: var(--walnut); padding: 1.25rem 1.5rem; border-left: 2px solid rgba(122,46,36,0.4); border-radius: 0 var(--r-md) var(--r-md) 0; margin-bottom: 2rem; font-size: 14px; color: rgba(231,220,203,0.65); line-height: 1.9; }

/* ── PAGE HEADER ── */
.page-header { background: var(--espresso); padding: 4rem 3rem 3rem; }
.page-header h1 { font-family: 'Alfa Slab One', serif; font-size: clamp(36px, 5vw, 60px); color: var(--cream); line-height: 1.0; }
.page-breadcrumb { font-size: 10px; letter-spacing: 2px; text-transform: uppercase; color: rgba(196,154,74,0.3); margin-bottom: 0.75rem; font-family: 'IBM Plex Mono', monospace; display: block; }
.page-breadcrumb a { color: rgba(196,154,74,0.3); transition: color 0.2s; }
.page-breadcrumb a:hover { color: var(--aged-gold); }
.page-breadcrumb .current { color: var(--aged-gold); }

/* ── WOOCOMMERCE NOTICES ── */
.woocommerce-message { background: rgba(30,51,40,0.25); color: var(--cream); padding: 12px 20px; border-radius: var(--r-sm); margin-bottom: 1.5rem; font-size: 14px; border-left: 2px solid rgba(45,74,58,0.6); }
.woocommerce-info { background: rgba(196,154,74,0.07); color: var(--cream); padding: 12px 20px; border-radius: var(--r-sm); margin-bottom: 1.5rem; font-size: 14px; border-left: 2px solid rgba(196,154,74,0.3); }
.woocommerce-error { background: rgba(122,46,36,0.1); color: var(--cream); padding: 12px 20px; border-radius: var(--r-sm); margin-bottom: 1.5rem; font-size: 14px; border-left: 2px solid rgba(122,46,36,0.4); }

/* ── PAGINATION ── */
.woocommerce-pagination ul { display: flex; gap: 0.5rem; justify-content: center; padding: 2.5rem 3rem; flex-wrap: wrap; list-style: none; }
.woocommerce-pagination ul li a, .woocommerce-pagination ul li span { color: rgba(150,56,40,0.6); font-size: 11px; padding: 6px 13px; display: inline-block; font-family: 'IBM Plex Mono', monospace; transition: all 0.18s; border-radius: var(--r-sm); text-decoration: none; background: transparent; }
.woocommerce-pagination ul li a:hover, .woocommerce-pagination ul li span.current { background: var(--tobacco-red); color: var(--cream); }

/* ── FOOTER ── */
.site-footer { background: var(--nav-bg); padding: 4rem 3rem 2.5rem; }
.footer-inner { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 3.5rem; margin-bottom: 3rem; max-width: 1400px; margin-left: auto; margin-right: auto; }
.footer-brand .f-logo-wrap { display: flex; align-items: center; gap: 12px; margin-bottom: 1.5rem; text-decoration: none; }
.footer-brand .f-logo-badge { width: 48px; height: 48px; border-radius: 50%; overflow: hidden; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.footer-brand .f-logo-name { font-family: 'Alfa Slab One', serif; font-size: 16px; color: var(--aged-gold); letter-spacing: 1px; }
.footer-brand .f-tagline { color: rgba(231,220,203,0.45); font-size: 13px; line-height: 1.9; max-width: 240px; margin-bottom: 0.75rem; }
.footer-brand .f-df { font-style: italic; font-size: 13px; color: rgba(196,154,74,0.3); }
.footer-col-title { font-size: 9px; letter-spacing: 3px; text-transform: uppercase; color: rgba(196,154,74,0.7); margin-bottom: 1.25rem; font-family: 'IBM Plex Mono', monospace; display: block; }
.footer-links { list-style: none; display: flex; flex-direction: column; gap: 10px; margin: 0; padding: 0; }
.footer-links a { color: rgba(231,220,203,0.55); font-size: 13px; transition: color 0.18s; text-decoration: none; }
.footer-links a:hover { color: var(--cream); }
.footer-bottom { border-top: 1px solid rgba(231,220,203,0.04); padding-top: 1.75rem; display: flex; justify-content: space-between; align-items: center; max-width: 1400px; margin: 0 auto; flex-wrap: wrap; gap: 1rem; }
.footer-copy { color: rgba(231,220,203,0.1); font-size: 11px; letter-spacing: 1px; font-family: 'IBM Plex Mono', monospace; }
.footer-badge { font-size: 9px; letter-spacing: 2px; text-transform: uppercase; color: rgba(196,154,74,0.75); font-family: 'IBM Plex Mono', monospace; }

/* ── SEARCH DROPDOWN ── */
.search-dropdown { position: absolute; top: calc(100% + 8px); right: 0; width: 340px; background: var(--walnut-mid); box-shadow: 0 20px 56px rgba(0,0,0,0.75); border-radius: var(--r-md); z-index: 9999; overflow: hidden; display: none; }
.search-dropdown.open { display: block; }
.search-result-item { display: flex; align-items: center; gap: 12px; padding: 12px 16px; border-bottom: 1px solid rgba(255,255,255,0.04); transition: background 0.14s; text-decoration: none; color: var(--cream); outline: none; }
.search-result-item:last-of-type { border-bottom: none; }
.search-result-item:hover, .search-result-item:focus { background: rgba(196,154,74,0.06); }
.search-result-img { width: 44px; height: 44px; border-radius: var(--r-sm); overflow: hidden; flex-shrink: 0; background: var(--walnut); }
.search-result-img img { width: 100%; height: 100%; object-fit: cover; }
.search-result-placeholder { width: 100%; height: 100%; background: var(--espresso); }
.search-result-meta { flex: 1; min-width: 0; }
.search-result-name { font-family: 'Playfair Display', serif; font-size: 13px; color: var(--cream); display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; margin-bottom: 1px; }
.search-result-price { font-family: 'Alfa Slab One', serif; font-size: 12px; color: var(--aged-gold); display: block; }
.search-result-cond { font-family: 'IBM Plex Mono', monospace; font-size: 8px; letter-spacing: 1px; text-transform: uppercase; background: var(--tobacco-red); color: var(--cream); padding: 2px 6px; border-radius: 3px; flex-shrink: 0; }
.search-see-all { display: block; padding: 11px 16px; font-family: 'IBM Plex Mono', monospace; font-size: 10px; letter-spacing: 1px; text-transform: uppercase; color: var(--aged-gold); background: rgba(196,154,74,0.04); text-decoration: none; transition: background 0.14s; }
.search-see-all:hover { background: rgba(196,154,74,0.08); }
.search-no-results { padding: 16px; font-family: 'Playfair Display', serif; font-style: italic; font-size: 13px; color: var(--fade); }
.search-loading { display: flex; align-items: center; justify-content: center; gap: 6px; padding: 20px; }
.search-loading span { width: 6px; height: 6px; border-radius: 50%; background: var(--aged-gold); opacity: 0.4; animation: searchPulse 1s ease-in-out infinite; }
.search-loading span:nth-child(2) { animation-delay: 0.15s; }
.search-loading span:nth-child(3) { animation-delay: 0.3s; }
@keyframes searchPulse { 0%,100%{opacity:.2;transform:scale(.8)} 50%{opacity:1;transform:scale(1)} }

/* ── BACK TO TOP ── */
.back-to-top { position: fixed; bottom: 2rem; right: 2rem; background: var(--tobacco-red); color: var(--cream); border: none; width: 42px; height: 42px; border-radius: 50%; display: flex; align-items: center; justify-content: center; cursor: pointer; font-size: 17px; box-shadow: 0 4px 20px rgba(0,0,0,0.5); transition: all 0.2s; opacity: 0; pointer-events: none; z-index: 500; }
.back-to-top.visible { opacity: 1; pointer-events: all; }
.back-to-top:hover { background: var(--aged-gold); color: var(--espresso); transform: translateY(-2px); }

/* ── SEARCH FORM ── */
.search-form { max-width: 480px; margin: 0 auto 2.5rem; display: flex; }
.search-form input[type="search"] { flex: 1; border: none; border-bottom: 1px solid rgba(122,46,36,0.2); padding: 12px 0; font-family: 'Playfair Display', serif; font-size: 14px; color: var(--cream); outline: none; background: transparent; }
.search-form button { background: transparent; color: var(--aged-gold); border: none; border-bottom: 1px solid rgba(122,46,36,0.2); padding: 12px 16px; font-family: 'IBM Plex Mono', monospace; font-size: 11px; font-weight: 500; letter-spacing: 2px; text-transform: uppercase; cursor: pointer; white-space: nowrap; transition: color 0.18s; }
.search-form button:hover { color: var(--gold-light); }

/* ── RESPONSIVE ── */
@media (max-width: 1024px) {
  .footer-inner { grid-template-columns: 1fr 1fr; }
  .site-hero { grid-template-columns: 1fr; }
  .hero-visual { display: none; }
  .about-grid { grid-template-columns: 1fr; gap: 3rem; }
  .contact-grid { grid-template-columns: 1fr; }
  .woocommerce div.product { grid-template-columns: 1fr; }
  .now-spinning-inner { grid-template-columns: 1fr; }
  .now-spinning-record, .now-spinning-placeholder { margin: 0 auto; }
}
@media (max-width: 768px) {
  .nav-links { display: none; }
  .nav-links.open { display: flex; flex-direction: column; position: absolute; top: 64px; left: 0; right: 0; background: var(--nav-bg); padding: 1rem 0; height: auto; z-index: 998; box-shadow: 0 8px 32px rgba(0,0,0,0.8); }
  .nav-links.open > li { height: auto; }
  .nav-links.open > li > a { height: auto; padding: 12px 2rem; }
  .nav-links.open .dropdown-menu { position: static; opacity: 1; pointer-events: all; transform: none; border-radius: 0; border: none; border-left: 2px solid rgba(122,46,36,0.3); margin-left: 2rem; box-shadow: none; }
  .menu-toggle { display: block; }
  .nav-search { display: none; }
  .format-grid { grid-template-columns: 1fr; gap: 1rem; }
  .genre-grid { grid-template-columns: repeat(2, 1fr); gap: 1rem; }
  .stats-strip-inner { justify-content: center; gap: 1rem; }
  .hero-photo-band { height: 200px; }
  .section-dark, .section-walnut, .section-forest { padding: 3rem 1.5rem; }
  .footer-inner { grid-template-columns: 1fr; gap: 2.5rem; }
  .woocommerce ul.products { grid-template-columns: repeat(2, 1fr); gap: 1rem; }
  .site-hero { min-height: 480px; }
  .hero-content { padding: 4rem 1.5rem; }
  .hero-title { font-size: clamp(56px, 14vw, 88px); }
}

/* ── CURRENTLY SPINNING STRIP ── */
.currently-spinning-strip {
  background: var(--nav-bg);
  padding: 10px 3rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  border-top: 1px solid rgba(196,154,74,0.08);
}
.cs-label {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 9px;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: rgba(196,154,74,0.4);
  flex-shrink: 0;
}
.cs-dot { color: rgba(196,154,74,0.2); font-size: 8px; flex-shrink: 0; }
.cs-track {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-size: 13px;
  color: rgba(231,220,203,0.45);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* ── NAV HEIGHT ADJUSTMENT ── */
.nav-links > li > a { height: 72px; }
.nav-cart a { height: auto !important; }

/* ── WHY BUY STRIP ── */
.why-buy-strip { background: var(--walnut-mid); padding: 2.5rem 3rem; }
.why-buy-inner { display: flex; align-items: flex-start; justify-content: space-between; max-width: 1200px; margin: 0 auto; gap: 1.5rem; flex-wrap: wrap; }
.why-item { flex: 1; min-width: 160px; display: flex; flex-direction: column; gap: 6px; }
.why-icon { color: var(--tobacco-mid); font-size: 14px; opacity: 0.7; }
.why-item strong { font-family: 'Alfa Slab One', serif; font-size: 14px; color: var(--cream); letter-spacing: 0.3px; }
.why-item span { font-size: 12px; color: var(--fade); line-height: 1.7; }
.why-divider { width: 1px; height: 60px; background: rgba(196,154,74,0.08); flex-shrink: 0; align-self: center; }

/* ── WANTLIST CTA ── */
.wantlist-cta { background: var(--espresso); padding: 4rem 3rem; }
.wantlist-cta-inner { display: flex; align-items: center; justify-content: space-between; max-width: 900px; gap: 3rem; flex-wrap: wrap; }
.wantlist-title { font-family: 'Alfa Slab One', serif; font-size: clamp(24px, 3vw, 38px); color: var(--cream); line-height: 1.0; margin: 0.4rem 0 0.75rem; }
.wantlist-body { font-size: 14px; color: var(--fade); line-height: 1.85; max-width: 460px; }

/* ── CARD META ROW — format + condition ── */
.card-meta-row { display: flex; align-items: center; gap: 8px; padding: 0 16px 10px; flex-wrap: wrap; }
.format-tag { font-family: 'IBM Plex Mono', monospace; font-size: 8px; letter-spacing: 1.5px; text-transform: uppercase; color: rgba(196,154,74,0.5); background: rgba(196,154,74,0.07); padding: 3px 8px; border-radius: 3px; }

/* ── ALSO AVAILABLE ON ── single product ── */
.also-on { font-size: 12px; color: var(--fade); text-align: center; font-style: italic; margin-top: 0.75rem; }
.also-on a { color: var(--tobacco-light); transition: color 0.18s; }
.also-on a:hover { color: var(--aged-gold); }

/* ── RESPONSIVE additions ── */
@media (max-width: 768px) {
  .why-buy-inner { gap: 1.5rem; }
  .why-divider { display: none; }
  .why-item { min-width: 100%; }
  .wantlist-cta-inner { flex-direction: column; gap: 2rem; }
}

/* ── SEO TEXT BLOCK ── */
.seo-text-block { background: var(--walnut); padding: 3rem; }
.seo-text-inner { max-width: 800px; margin: 0 auto; }
.seo-text-inner p { font-size: 13px; color: rgba(231,220,203,0.35); line-height: 2; margin-bottom: 0.75rem; font-style: italic; }
.seo-text-inner p:last-child { margin-bottom: 0; }
.seo-text-inner a { color: rgba(196,154,74,0.4); text-decoration: none; transition: color 0.18s; }
.seo-text-inner a:hover { color: var(--aged-gold); }

/* ── RELATED CATEGORY LINKS — product page ── */
.imr-related-links { padding: 2rem 3rem; background: var(--espresso); display: flex; align-items: center; gap: 1.5rem; flex-wrap: wrap; border-top: 1px solid rgba(196,154,74,0.06); }
.related-links-label { font-family: 'IBM Plex Mono', monospace; font-size: 9px; letter-spacing: 3px; text-transform: uppercase; color: rgba(196,154,74,0.3); flex-shrink: 0; }
.related-link { font-family: 'IBM Plex Mono', monospace; font-size: 10px; letter-spacing: 1px; text-transform: uppercase; color: rgba(196,154,74,0.5); text-decoration: none; transition: color 0.18s; border-bottom: 1px solid rgba(196,154,74,0.15); padding-bottom: 1px; }
.related-link:hover { color: var(--aged-gold); border-bottom-color: var(--aged-gold); }

/* ── FAQ PAGE ── */
.faq-wrap { max-width: 760px; margin: 0 auto; padding: 4rem 3rem; }
.faq-intro { margin-bottom: 3rem; }
.faq-intro p { font-size: 15px; color: rgba(231,220,203,0.55); line-height: 1.9; font-style: italic; }
.faq-intro a { color: var(--tobacco-light); }
.faq-section { margin-bottom: 3.5rem; }
.faq-section h2 { font-family: 'Alfa Slab One', serif; font-size: 22px; color: var(--cream); margin-bottom: 1.5rem; padding-bottom: 0.75rem; border-bottom: 1px solid rgba(196,154,74,0.1); }
.faq-item { margin-bottom: 0; border-bottom: 1px solid rgba(196,154,74,0.06); }
.faq-item h3 { font-family: 'Playfair Display', serif; font-size: 15px; font-weight: 700; color: var(--cream); padding: 1.25rem 0 0; cursor: pointer; display: flex; justify-content: space-between; align-items: center; }
.faq-item h3::after { content: '+'; font-family: 'IBM Plex Mono', monospace; font-size: 18px; color: rgba(196,154,74,0.4); font-weight: 400; flex-shrink: 0; margin-left: 1rem; transition: transform 0.2s; }
.faq-item.open h3::after { transform: rotate(45deg); color: var(--aged-gold); }
.faq-answer { display: none; padding: 0.75rem 0 1.5rem; }
.faq-item.open .faq-answer { display: block; }
.faq-answer p { font-size: 14px; color: rgba(231,220,203,0.55); line-height: 1.95; margin-bottom: 0.75rem; }
.faq-answer p:last-child { margin-bottom: 0; }
.faq-answer ul { padding-left: 1.25rem; margin-bottom: 0.75rem; }
.faq-answer ul li { font-size: 14px; color: rgba(231,220,203,0.55); line-height: 1.9; margin-bottom: 0.35rem; }
.faq-answer strong { color: rgba(231,220,203,0.75); }
.faq-answer a { color: var(--tobacco-light); }

/* ── MOOD COLLECTIONS ── */
.mood-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 1px; background: rgba(196,154,74,0.07); border-radius: var(--r-lg); overflow: hidden; }
.mood-card { background: var(--espresso); padding: 1.75rem 2rem; display: flex; flex-direction: column; gap: 6px; text-decoration: none; transition: background 0.2s; position: relative; }
.mood-card:hover { background: rgba(196,154,74,0.05); }
.mood-card:hover .mood-arrow { transform: translateX(4px); color: var(--aged-gold); }
.mood-title { font-family: 'Alfa Slab One', serif; font-size: 17px; color: var(--cream); line-height: 1.1; }
.mood-desc { font-family: 'Playfair Display', serif; font-style: italic; font-size: 13px; color: var(--fade); line-height: 1.6; }
.mood-arrow { font-size: 14px; color: rgba(196,154,74,0.3); transition: all 0.2s; margin-top: 4px; }

/* ── RECENTLY SOLD ── */
.recently-sold-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(180px, 1fr)); gap: 1.25rem; }
.sold-card { border-radius: var(--r-md); overflow: hidden; background: var(--walnut); box-shadow: 0 4px 16px rgba(0,0,0,0.35); }
.sold-card-art { aspect-ratio: 1; position: relative; overflow: hidden; }
.sold-card-art img { width: 100%; height: 100%; object-fit: cover; display: block; filter: grayscale(30%) brightness(0.75); }
.sold-overlay { position: relative; }
.sold-badge { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; font-family: 'IBM Plex Mono', monospace; font-size: 9px; letter-spacing: 2px; text-transform: uppercase; color: rgba(231,220,203,0.5); background: rgba(15,13,12,0.45); }
.sold-card-meta { padding: 10px 12px 12px; }
.sold-title { font-family: 'Playfair Display', serif; font-size: 12px; color: rgba(231,220,203,0.45); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; margin-bottom: 6px; font-style: italic; }
.sold-tags { display: flex; gap: 6px; }
.sold-cond { font-family: 'IBM Plex Mono', monospace; font-size: 8px; letter-spacing: 1px; text-transform: uppercase; color: rgba(122,46,36,0.6); }
.sold-note { margin-top: 2rem; font-family: 'Playfair Display', serif; font-style: italic; font-size: 13px; color: var(--fade); }
.sold-note a { color: var(--tobacco-light); transition: color 0.18s; }
.sold-note a:hover { color: var(--aged-gold); }

/* ── EMPTY STATE ── */
.imr-empty-state { padding: 5rem 3rem; text-align: center; max-width: 560px; margin: 0 auto; }
.empty-headline { font-family: 'Alfa Slab One', serif; font-size: clamp(22px, 3vw, 32px); color: var(--cream); margin-bottom: 1rem; line-height: 1.1; }
.empty-headline em { color: var(--aged-gold); font-style: normal; }
.empty-sub { font-family: 'Playfair Display', serif; font-style: italic; font-size: 15px; color: var(--fade); line-height: 1.85; margin-bottom: 2.5rem; max-width: 420px; margin-left: auto; margin-right: auto; }
.empty-sub a { color: var(--tobacco-light); }
.empty-actions { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; margin-bottom: 2.5rem; }
.empty-search-again { max-width: 400px; margin: 0 auto; }

/* ── STOCK URGENCY ── */
.imr-urgency { font-family: 'IBM Plex Mono', monospace; font-size: 11px; letter-spacing: 1px; color: var(--tobacco-light); margin-bottom: 1rem; opacity: 0.85; }

/* ── RARE / JUST IN BADGES ── */
.rare-badge { display: inline-block; font-family: 'IBM Plex Mono', monospace; font-size: 8px; letter-spacing: 1.5px; text-transform: uppercase; background: rgba(196,154,74,0.12); color: var(--aged-gold); padding: 3px 8px; border-radius: 3px; margin-bottom: 4px; }
.just-in-badge { display: inline-block; font-family: 'IBM Plex Mono', monospace; font-size: 8px; letter-spacing: 1.5px; text-transform: uppercase; background: rgba(122,46,36,0.2); color: var(--tobacco-light); padding: 3px 8px; border-radius: 3px; margin-bottom: 4px; }

/* ── CONDITION EDUCATION CHART ── */
.condition-chart { display: flex; gap: 1px; background: rgba(196,154,74,0.07); border-radius: var(--r-md); overflow: hidden; margin: 1.5rem 0; }
.cond-level { flex: 1; padding: 12px 10px; text-align: center; background: var(--espresso); }
.cond-level-grade { font-family: 'Alfa Slab One', serif; font-size: 16px; color: var(--aged-gold); display: block; margin-bottom: 4px; }
.cond-level-name { font-family: 'IBM Plex Mono', monospace; font-size: 8px; letter-spacing: 1px; text-transform: uppercase; color: rgba(196,154,74,0.35); display: block; margin-bottom: 6px; }
.cond-level-bar { height: 3px; background: var(--walnut); border-radius: 2px; margin: 0 auto; width: 80%; overflow: hidden; }
.cond-level-fill { height: 100%; border-radius: 2px; background: var(--tobacco-red); }
.cond-level-desc { font-size: 10px; color: rgba(231,220,203,0.3); line-height: 1.5; margin-top: 6px; display: block; }

/* ── RESPONSIVE ── */
@media (max-width: 768px) {
  .mood-grid { grid-template-columns: 1fr; }
  .recently-sold-grid { grid-template-columns: repeat(2, 1fr); }
  .imr-empty-state { padding: 3rem 1.5rem; }
  .condition-chart { flex-direction: column; gap: 1px; }
  .cond-level { display: grid; grid-template-columns: auto 1fr; gap: 0 12px; align-items: center; text-align: left; padding: 10px 14px; }
  .cond-level-bar { display: none; }
}

/* ── SINGLE PRODUCT CONDITION BLOCK ── */
.single-condition-block { margin-bottom: 0.5rem; display: flex; align-items: center; gap: 1rem; flex-wrap: wrap; }
.single-condition-label { font-family: 'IBM Plex Mono', monospace; font-size: 9px; letter-spacing: 3px; text-transform: uppercase; color: var(--fade); }

/* ── TESTIMONIALS ── */
.testimonials-section { background: var(--walnut); padding: 4.5rem 3rem; }
.testimonials-header { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 2.5rem; flex-wrap: wrap; gap: 1.5rem; }
.testimonials-stats { display: flex; align-items: center; gap: 1.5rem; flex-wrap: wrap; }
.t-stat { text-align: center; }
.t-stat strong { font-family: 'Alfa Slab One', serif; font-size: 18px; color: var(--aged-gold); display: block; line-height: 1.2; }
.t-stat span { font-family: 'IBM Plex Mono', monospace; font-size: 9px; letter-spacing: 2px; text-transform: uppercase; color: rgba(196,154,74,0.4); }
.t-stat-divider { width: 1px; height: 32px; background: rgba(196,154,74,0.12); flex-shrink: 0; }
.testimonials-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 1.25rem; }
.testimonial-card { background: var(--espresso); border-radius: var(--r-md); padding: 1.75rem; display: flex; flex-direction: column; gap: 1rem; box-shadow: 0 4px 20px rgba(0,0,0,0.3); }
.t-stars { color: var(--aged-gold); font-size: 14px; letter-spacing: 2px; }
.t-body { font-family: 'Playfair Display', serif; font-style: italic; font-size: 13px; color: rgba(231,220,203,0.65); line-height: 1.85; flex: 1; }
.t-meta { display: flex; justify-content: space-between; align-items: center; padding-top: 0.75rem; border-top: 1px solid rgba(196,154,74,0.07); flex-wrap: wrap; gap: 0.5rem; }
.t-buyer { font-family: 'IBM Plex Mono', monospace; font-size: 9px; letter-spacing: 1px; text-transform: uppercase; color: rgba(231,220,203,0.35); }
.t-platform { font-family: 'IBM Plex Mono', monospace; font-size: 9px; letter-spacing: 1px; color: rgba(196,154,74,0.35); }
.t-card-cta { background: var(--forest); border: 1px solid rgba(196,154,74,0.12); justify-content: center; align-items: center; text-align: center; }
.t-cta-inner { display: flex; flex-direction: column; align-items: center; gap: 0.5rem; }
.t-cta-number { font-family: 'Alfa Slab One', serif; font-size: 52px; color: var(--aged-gold); line-height: 1; }
.t-cta-label { font-family: 'IBM Plex Mono', monospace; font-size: 10px; letter-spacing: 3px; text-transform: uppercase; color: rgba(196,154,74,0.5); }
.t-cta-sub { font-family: 'Playfair Display', serif; font-style: italic; font-size: 13px; color: rgba(231,220,203,0.4); line-height: 1.7; max-width: 220px; margin-bottom: 0.5rem; }

@media (max-width: 768px) {
  .testimonials-header { flex-direction: column; align-items: flex-start; }
  .testimonials-grid { grid-template-columns: 1fr; }
}

/* ── TRUST TICKER ── */
.trust-ticker {
  background: var(--espresso);
  padding: 11px 0;
  overflow: hidden;
  white-space: nowrap;
  border-top: 1px solid rgba(196,154,74,0.12);
  border-bottom: 1px solid rgba(196,154,74,0.12);
}
.trust-ticker-inner {
  display: inline-flex;
  align-items: center;
  animation: trust-scroll 45s linear infinite;
}
.trust-ticker:hover .trust-ticker-inner { animation-play-state: paused; }
@keyframes trust-scroll { to { transform: translateX(-50%); } }
.trust-item {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: rgba(196,154,74,0.6);
  padding: 0 2rem;
  white-space: nowrap;
  transition: color 0.2s;
}
.trust-ticker:hover .trust-item { color: rgba(196,154,74,0.8); }
.trust-dot {
  color: rgba(196,154,74,0.2);
  font-size: 8px;
  flex-shrink: 0;
}

/* ── EBAY REVIEWS CAROUSEL ── */
.reviews-carousel-section { background: var(--espresso); padding: 4.5rem 3rem 3rem; overflow: hidden; }
.reviews-carousel-header { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 2.5rem; flex-wrap: wrap; gap: 1rem; }
.reviews-track-wrap { overflow: hidden; position: relative; margin: 0 -3rem; padding: 0 3rem; }
.reviews-track-wrap::before { content: ''; position: absolute; left: 0; top: 0; bottom: 0; width: 80px; background: linear-gradient(to right, var(--espresso), transparent); z-index: 2; pointer-events: none; }
.reviews-track-wrap::after { content: ''; position: absolute; right: 0; top: 0; bottom: 0; width: 80px; background: linear-gradient(to left, var(--espresso), transparent); z-index: 2; pointer-events: none; }
.reviews-track { display: flex; gap: 1.25rem; animation: reviews-scroll 40s linear infinite; width: max-content; padding: 0.5rem 0; }
.reviews-track:hover { animation-play-state: paused; }
@keyframes reviews-scroll { to { transform: translateX(-50%); } }
.review-card { background: var(--walnut); border-radius: var(--r-md); padding: 1.5rem; width: 280px; flex-shrink: 0; display: flex; flex-direction: column; gap: 0.75rem; box-shadow: 0 4px 16px rgba(0,0,0,0.3); }
.review-stars { color: var(--aged-gold); font-size: 13px; letter-spacing: 2px; }
.review-text { font-family: 'Playfair Display', serif; font-style: italic; font-size: 13px; color: rgba(231,220,203,0.65); line-height: 1.8; flex: 1; }
.review-meta { display: flex; justify-content: space-between; align-items: center; padding-top: 0.75rem; border-top: 1px solid rgba(196,154,74,0.07); flex-wrap: wrap; gap: 0.4rem; }
.review-buyer { font-family: 'IBM Plex Mono', monospace; font-size: 9px; letter-spacing: 1px; text-transform: uppercase; color: var(--aged-gold); opacity: 0.6; }
.review-item { font-family: 'IBM Plex Mono', monospace; font-size: 9px; letter-spacing: 1px; color: rgba(231,220,203,0.25); }
.reviews-nav { display: flex; align-items: center; justify-content: center; gap: 2rem; margin-top: 2rem; }
.reviews-prev, .reviews-next { background: transparent; border: 1px solid rgba(196,154,74,0.2); color: rgba(196,154,74,0.5); width: 36px; height: 36px; border-radius: 50%; cursor: pointer; font-size: 14px; transition: all 0.2s; display: flex; align-items: center; justify-content: center; }
.reviews-prev:hover, .reviews-next:hover { border-color: var(--aged-gold); color: var(--aged-gold); }
.reviews-count { font-family: 'IBM Plex Mono', monospace; font-size: 10px; letter-spacing: 2px; text-transform: uppercase; color: rgba(196,154,74,0.35); }
