/* ============================================
   TORQ B2B CATALOG — LIGHT PROFESSIONAL THEME
   Clair, net, professionnel. Pour présidents de clubs.
   ============================================ */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap');

:root {
  --torq-red: #e01e37;
  --torq-red-dark: #b8162c;
  --white: #ffffff;
  --bg: #f5f5f7;
  --card-bg: #ffffff;
  --text: #1a1a1a;
  --text-secondary: #555555;
  --text-muted: #888888;
  --border: #e0e0e0;
  --border-light: #eeeeee;
  --radius: 8px;
}

* { margin:0; padding:0; box-sizing:border-box; }
html { scroll-behavior: smooth; }

body {
  font-family: 'Inter', Helvetica, Arial, sans-serif;
  background: var(--bg);
  color: var(--text);
  line-height: 1.6;
}

/* ---- HEADER ---- */
.hero {
  background: var(--white);
  border-bottom: 2px solid var(--torq-red);
  padding: 2.5rem 2rem;
  text-align: center;
  min-height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hero::before, .hero::after { display: none; }
.hero-badge { display: none; }

.hero-logo {
  width: 220px;
  margin-bottom: 1rem;
  filter: none;
  animation: none;
}

.hero h1 {
  font-size: 1.8rem;
  font-weight: 800;
  color: var(--text);
  animation: none;
}

.hero h1 span { color: var(--torq-red); }

.hero .subtitle {
  font-size: 1rem;
  color: var(--text-secondary);
  max-width: 600px;
  margin-top: 0.5rem;
  animation: none;
}

.scroll-indicator { display: none; }

/* ---- STICKY NAV ---- */
.nav {
  position: sticky;
  top: 0;
  z-index: 100;
  background: var(--white);
  border-bottom: 1px solid var(--border);
  padding: 0 1rem;
  box-shadow: 0 1px 4px rgba(0,0,0,0.06);
}

.nav-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 0.25rem;
  height: 50px;
  overflow-x: auto;
  scrollbar-width: none;
}

.nav-inner::-webkit-scrollbar { display: none; }

.nav-logo { height: 24px; flex-shrink: 0; filter: none !important; margin-right: 1rem; }

.nav a {
  color: var(--text-secondary);
  text-decoration: none;
  font-size: 0.8rem;
  font-weight: 600;
  white-space: nowrap;
  padding: 0.35rem 0.65rem;
  border-radius: 4px;
  transition: all 0.2s;
  flex-shrink: 0;
}

.nav a:hover, .nav a.active {
  color: var(--white);
  background: var(--torq-red);
}

/* ---- SECTION TITLE ---- */
.section-title {
  text-align: left;
  padding: 3rem 2rem 1.5rem;
  max-width: 1200px;
  margin: 0 auto;
  border-bottom: 2px solid var(--torq-red);
}

.section-title h2 {
  font-size: 1.5rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.section-title h2 span { color: var(--torq-red); }
.section-title p { color: var(--text-muted); font-size: 0.9rem; margin-top: 0.25rem; }

/* ---- PRODUCT GRID ---- */
.products {
  max-width: 1200px;
  margin: 0 auto;
  padding: 1.5rem 2rem 2rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

/* ---- PRODUCT CARD — full-width row ---- */
.card {
  background: var(--card-bg);
  border-radius: var(--radius);
  border: 1px solid var(--border);
  overflow: hidden;
  transition: box-shadow 0.2s;
  page-break-inside: avoid;
}

.card:hover {
  box-shadow: 0 4px 16px rgba(0,0,0,0.08);
  transform: none;
  border-color: var(--border);
}

.card-header {
  padding: 1.25rem 1.5rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid var(--border-light);
  padding-bottom: 1rem;
}

.card-header h3 {
  font-size: 1.2rem;
  font-weight: 800;
  color: var(--text);
}

.card-code {
  background: var(--torq-red);
  color: var(--white);
  font-size: 0.75rem;
  font-weight: 700;
  padding: 0.3rem 0.7rem;
  border-radius: 4px;
  letter-spacing: 0.05em;
  flex-shrink: 0;
}

.card-body { padding: 1rem 1.5rem; }

.card-desc {
  font-size: 0.9rem;
  color: var(--text-secondary);
  line-height: 1.5;
  margin-bottom: 0.75rem;
}

.card-meta {
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
  align-items: center;
}

.meta-tag {
  display: flex;
  align-items: center;
  gap: 0.3rem;
  font-size: 0.9rem;
  font-weight: 600;
}

.meta-tag.price { color: var(--text); }
.meta-tag.price span {
  color: var(--torq-red);
  font-size: 1.3rem;
  font-weight: 800;
}

.meta-tag.moq { color: var(--text-muted); }

.meta-tag.sizes {
  color: var(--text-secondary);
  font-weight: 500;
  font-size: 0.85rem;
}

.meta-tag.sizes strong {
  color: var(--text);
  margin-right: 0.25rem;
}

/* ---- IMAGE ROWS ---- */
.card-images-label {
  padding: 0.75rem 1.5rem 0.25rem;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--text-muted);
}

.card-images-label.custom {
  color: #2539e8;
}

.card-images {
  padding: 0.5rem 1.5rem 1rem;
  display: flex;
  gap: 0.75rem;
  overflow-x: auto;
  scrollbar-width: none;
}

.card-images::-webkit-scrollbar { display: none; }

.card-images img, .card-images .placeholder {
  width: 180px;
  height: 180px;
  object-fit: cover;
  border-radius: 6px;
  flex-shrink: 0;
  border: 1px solid var(--border);
  transition: all 0.2s;
  cursor: pointer;
}

.card-images img:hover {
  border-color: var(--torq-red);
  box-shadow: 0 2px 8px rgba(224,30,55,0.15);
}

.placeholder {
  background: var(--bg);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-muted);
  font-size: 0.75rem;
  text-align: center;
  padding: 0.5rem;
}

.placeholder.custom-ph {
  background: #f0f0ff;
  border-color: #c5c5ff;
  color: #2539e8;
}

/* ---- CTA ---- */
.card-footer { padding: 0 1.5rem 1.5rem; }

.btn-contact {
  display: block;
  width: 100%;
  max-width: 300px;
  padding: 0.65rem 1.5rem;
  background: var(--torq-red);
  color: var(--white);
  border: none;
  border-radius: 6px;
  font-family: inherit;
  font-size: 0.85rem;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.2s;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  text-align: center;
  text-decoration: none;
}

.btn-contact:hover {
  background: var(--torq-red-dark);
}

/* ---- LIGHTBOX ---- */
.lightbox {
  position: fixed;
  inset: 0;
  z-index: 1000;
  background: rgba(0,0,0,0.85);
  display: none;
  align-items: center;
  justify-content: center;
  cursor: zoom-out;
}

.lightbox.active { display: flex; }

.lightbox img {
  max-width: 90vw;
  max-height: 90vh;
  object-fit: contain;
  border-radius: 4px;
  background: white;
}

.lightbox-close {
  position: absolute;
  top: 1rem;
  right: 1.5rem;
  background: none;
  border: none;
  color: white;
  font-size: 2.5rem;
  cursor: pointer;
}

/* ---- FOOTER ---- */
.site-footer {
  text-align: center;
  padding: 3rem 2rem;
  border-top: 1px solid var(--border);
  background: var(--white);
  color: var(--text-muted);
  font-size: 0.85rem;
}

.site-footer img { height: 28px; margin-bottom: 0.75rem; opacity: 0.7; }
.site-footer a { color: var(--torq-red); }

/* ---- ANIMATIONS — subtle ---- */
.reveal {
  opacity: 0;
  transform: translateY(15px);
  transition: opacity 0.4s ease, transform 0.4s ease;
}
.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

/* ---- PRINT ---- */
@media print {
  .nav, .scroll-indicator, .btn-contact, .lightbox { display: none !important; }
  .hero { border-bottom: 2px solid #e01e37; }
  .card { break-inside: avoid; border: 1px solid #ccc; }
  .card:hover { box-shadow: none; }
  .reveal { opacity: 1; transform: none; }
  body { background: white; }
}

/* ---- RESPONSIVE ---- */
@media (max-width: 768px) {
  .hero { padding: 1.5rem 1rem; }
  .hero-logo { width: 160px; }
  .hero h1 { font-size: 1.4rem; }
  .products { padding: 1rem; }
  .section-title { padding: 2rem 1rem 1rem; }
  .card-images img, .card-images .placeholder {
    width: 140px;
    height: 140px;
  }
  .btn-contact { max-width: 100%; }
}


/* --- NEW HERO --- */
.hero { padding: 0 !important; }
@media (max-width: 768px) {
  .hero-inner { flex-direction: column; text-align: center; gap: 1rem; }
  .hero-inner .hero-text { text-align: center !important; }
}

/* --- HORIZONTAL IMAGES --- */
.card-images-wrapper {
  display: flex;
  gap: 1.5rem;
  padding: 0 1.5rem 0.5rem;
}
.image-column {
  flex: 1;
  min-width: 0;
  max-width: 50%;
}
.image-column .card-images-label { padding: 0.5rem 0; font-size: 0.8rem; }
.image-column .card-images { padding: 0 0 1rem; display: flex; gap: 0.75rem; overflow-x: auto; }
.card-images img, .card-images .placeholder {
  width: 220px; /* Bigger images */
  height: 220px;
  flex-shrink: 0;
}

/* --- BLUE ACCENT FOR PRO IMAGES --- */
.image-column:nth-child(2) .card-images img:hover,
.image-column:nth-child(2) .card-images .placeholder:hover {
  border-color: #2539e8 !important;
  box-shadow: 0 2px 8px rgba(37, 57, 232, 0.25) !important;
  cursor: pointer;
}
.image-column:nth-child(2) .card-images .placeholder { cursor: pointer; }
.image-column:nth-child(2) .card-images-label.custom { font-size: 0.9rem; font-weight: 800; }

@media (max-width: 768px) {
  .card-images-wrapper {
    flex-direction: column;
    gap: 0.5rem;
    padding: 0 1rem;
  }
  .image-column {
    max-width: 100%;
  }
  .card-images img, .card-images .placeholder {
    width: 200px;
    height: 200px;
  }
}


/* --- CART BUTTONS --- */
.btn-add {
  display: block;
  width: 100%;
  max-width: 300px;
  padding: 0.75rem 1.5rem;
  background: var(--torq-red);
  color: var(--white);
  border: none;
  border-radius: 6px;
  font-family: inherit;
  font-size: 0.9rem;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.2s;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  text-align: center;
}
.btn-add:hover { background: var(--torq-red-dark); box-shadow: 0 4px 12px rgba(224, 30, 55, 0.2); }
.btn-validate { background: #2539e8; }
.btn-validate:hover { background: #1a29aa; }

/* --- FLYOUT BROCHURE BUTTON --- */
.btn-brochure {
  position: fixed;
  top: 90px;
  right: 1.5rem;
  background: var(--white);
  color: #1a1a1a;
  padding: 0.75rem 1.25rem;
  border-radius: 8px;
  box-shadow: 0 4px 18px rgba(0,0,0,0.15);
  font-weight: 700;
  text-decoration: none;
  z-index: 1000;
  border: 1px solid var(--border);
  transition: all 0.2s;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.btn-brochure:hover {
  background: var(--torq-red);
  color: var(--white);
  border-color: var(--torq-red);
}

/* --- CART SIDEBAR --- */
.cart-sidebar {
  position: fixed;
  top: 0;
  right: -350px;
  width: 350px;
  height: 100vh;
  background: var(--white);
  box-shadow: -4px 0 25px rgba(0,0,0,0.15);
  z-index: 2000;
  transition: right 0.3s ease;
  display: flex;
  flex-direction: column;
}
.cart-sidebar.open { right: 0; }
.cart-header {
  padding: 1.5rem;
  border-bottom: 1px solid var(--border);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cart-header h3 { font-size: 1.2rem; font-weight: 800; margin: 0; }
.cart-close {
  background: none;
  border: none;
  font-size: 2rem;
  cursor: pointer;
  line-height:1;
  color: var(--text-muted);
}
.cart-close:hover { color: var(--torq-red); }
.cart-items {
  flex: 1;
  padding: 1.5rem;
  overflow-y: auto;
}
.cart-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid var(--border-light);
  font-size: 0.95rem;
  font-weight: 600;
}
.cart-empty { color: var(--text-muted); font-style: italic; }
.cart-footer { padding: 1.5rem; border-top: 1px solid var(--border); }
@media (max-width: 400px) { .cart-sidebar { width: 100%; right: -100%; } }

/* --- NEW HIERARCHY --- */
.card-info {
  padding: 1.5rem 1.5rem 1rem;
  border-bottom: 1px solid var(--border-light);
  margin-bottom: 1rem;
}
.card-header-flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 1rem;
}
.title-group {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.title-group h3 {
  font-size: 1.4rem;
  font-weight: 800;
  color: var(--text);
  margin: 0;
  line-height: 1.2;
}
.price-group {
  text-align: right;
  background: #f8f9fa;
  padding: 0.5rem 1rem;
  border-radius: 6px;
  border: 1px solid var(--border);
}
.price-label {
  display: block;
  font-size: 0.75rem;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 700;
  margin-bottom: 0.1rem;
}
.price-value {
  display: block;
  font-size: 1.3rem;
  font-weight: 800;
  color: var(--torq-red);
}
.moq-badge {
  display: inline-block;
  background: #e9ecef;
  color: var(--text-secondary);
  font-size: 0.8rem;
  font-weight: 600;
  padding: 0.3rem 0.6rem;
  border-radius: 4px;
  margin-top: 0.75rem;
}

/* --- STATIC BROCHURE BUTTON --- */
.btn-brochure-static {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: var(--torq-red);
  color: var(--white) !important; /* Force white text over footer global style */
  padding: 0.75rem 1.25rem;
  border-radius: 6px;
  font-weight: 700;
  text-decoration: none;
  border: 2px solid var(--torq-red);
  transition: all 0.2s;
  font-size: 0.9rem;
}
.btn-brochure-static:hover {
  background: var(--white) !important;
  color: var(--torq-red) !important;
}
.hero-inner {
  flex-wrap: wrap; /* allow wrapping on smaller screens */
}
.btn-brochure-static.inline {
  background: transparent;
  color: var(--white);
  border-color: var(--white);
}
.btn-brochure-static.inline:hover {
  background: var(--white);
  color: var(--text);
}

/* --- GREY TEXT BUTTON --- */
.btn-brochure-static.grey {
  background: #f5f5f7;
  color: var(--text-secondary);
  border-color: var(--border);
  font-size: 0.85rem;
  padding: 0.5rem 1rem;
  box-shadow: none;
}
.btn-brochure-static.grey:hover {
  background: #e0e0e0;
  color: var(--text);
  border-color: #ccc;
}

/* --- SEARCH BUBBLE --- */
.search-input {
  transition: all 0.2s;
  width: 150px;
}
.search-input:focus {
  border-color: var(--torq-red) !important;
  box-shadow: 0 0 0 3px rgba(224,30,55,0.1);
  background: var(--white) !important;
  width: 250px;
}
@media (max-width: 768px) {
  .search-input:focus { width: 150px; }
}

/* --- CAROUSEL ARROWS --- */
.image-column { position: relative; }
.carousel-prev, .carousel-next {
  position: absolute;
  top: calc(50% + 15px); /* adjusted for label height */
  transform: translateY(-50%);
  background: rgba(255,255,255,0.9);
  border: 1px solid var(--border);
  border-radius: 50%;
  width: 32px; height: 32px;
  cursor: pointer;
  z-index: 10;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.5rem; font-weight: bold;
  color: var(--text);
  opacity: 0; transition: opacity 0.2s;
  box-shadow: 0 2px 5px rgba(0,0,0,0.15);
}
.image-column:hover .carousel-prev,
.image-column:hover .carousel-next { opacity: 1; }
.carousel-prev { left: -5px; }
.carousel-next { right: auto; left: calc(100% - 25px); }
@media (max-width: 768px) {
  .carousel-prev, .carousel-next { opacity: 1; width: 28px; height: 28px; left: -10px; }
  .carousel-next { left: auto; right: -10px; }
}

/* --- LIGHTBOX ARROWS --- */
.lightbox-prev, .lightbox-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0,0,0,0.5);
  border: 2px solid white;
  color: white;
  border-radius: 50%;
  width: 50px; height: 50px;
  font-size: 2rem;
  display: flex; align-items: center; justify-content: center;
  cursor: pointer;
  z-index: 1010;
  transition: background 0.2s;
}
.lightbox-prev:hover, .lightbox-next:hover {
  background: var(--torq-red);
}
.lightbox-prev { left: 2rem; }
.lightbox-next { right: 2rem; }
@media (max-width: 768px) {
  .lightbox-prev { left: 1rem; width: 40px; height: 40px; }
  .lightbox-next { right: 1rem; width: 40px; height: 40px; }
}

/* --- NAV BROCHURE BUTTON --- */
.btn-brochure-nav {
  background: var(--torq-red);
  color: var(--white) !important;
  padding: 0.35rem 0.65rem;
  border-radius: 4px;
  font-size: 0.8rem;
  font-weight: 600;
  text-decoration: none;
  margin-left: auto;
  white-space: nowrap;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  transition: background 0.2s;
  border: 1px solid var(--torq-red);
}
.btn-brochure-nav:hover {
  background: var(--white);
  color: var(--torq-red) !important;
}

/* --- NAV CART BUTTON --- */
.nav-cart-btn {
  background: var(--white);
  color: var(--text);
  border: 1px solid var(--border);
  padding: 0.35rem 0.65rem;
  border-radius: 4px;
  font-size: 0.8rem;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.2s;
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  flex-shrink: 0;
}
.nav-cart-btn:hover { border-color: var(--text); }
#cart-count { background: #2539e8; color: white; border-radius: 12px; padding: 0 0.4rem; font-size: 0.7rem; line-height: 1.2rem; }

/* --- CART ITEM UPDATE --- */
.cart-item { border-bottom: 1px solid var(--border-light); padding-bottom: 1rem; margin-bottom: 1rem; }
.cart-item img { width: 50px; height: 50px; object-fit: cover; border-radius: 4px; border: 1px solid var(--border); }

/* --- MODAL DIALOG --- */
.modal-overlay {
  position: fixed; top: 0; left: 0; width: 100%; height: 100%;
  background: rgba(0,0,0,0.6);
  display: flex; align-items: center; justify-content: center;
  z-index: 3000;
  opacity: 0; pointer-events: none; transition: opacity 0.2s;
}
.modal-overlay.active { opacity: 1; pointer-events: all; }
.modal-content {
  background: var(--white);
  padding: 2rem;
  border-radius: var(--radius);
  width: 90%; max-width: 450px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.2);
}
.modal-content h3 { font-size: 1.4rem; font-weight: 800; margin-bottom: 1.5rem; text-align: center; }
.modal-form label { display: block; margin-bottom: 1rem; font-weight: 600; font-size: 0.9rem; }
.modal-form input, .modal-form select, .modal-form textarea {
  display: block; width: 100%; padding: 0.6rem;
  border: 1px solid var(--border); border-radius: 4px; font-family: inherit; margin-top: 0.4rem;
}
.modal-actions { display: flex; gap: 1rem; margin-top: 1.5rem; }
.modal-actions button { flex: 1; padding: 0.75rem; border-radius: 6px; font-weight: 700; cursor: pointer; border: none; }
.btn-secondary { background: #e0e0e0; color: var(--text); }
.btn-secondary:hover { background: #ccc; }

/* --- WISH LIST BUTTON OVERRIDE --- */
.btn-add { background: #2539e8 !important; }
.btn-add:hover { background: #1a29aa !important; box-shadow: 0 4px 12px rgba(37, 57, 232, 0.3) !important; }

/* Fix wrapped navbar */
.nav-inner {
  flex-wrap: wrap;
  height: auto !important;
  min-height: 50px;
  padding: 0.35rem 0.5rem !important;
  justify-content: center;
  align-items: center;
  row-gap: 0.5rem;
}
.nav-cart-btn {
  margin-left: 0 !important;
}
@media (min-width: 1200px) {
  .nav-inner { justify-content: flex-start; }
  .nav-cart-btn { margin-left: auto !important; }
}

/* --- OVERRIDE WISH LIST BTN STYLES --- */
.nav-cart-btn {
  background: #2539e8 !important;
  color: var(--white) !important;
  border-color: #2539e8 !important;
}
.nav-cart-btn:hover {
  background: #1a29aa !important;
  border-color: #1a29aa !important;
}
#cart-count {
  background: var(--white) !important;
  color: #2539e8 !important;
  font-weight: 800;
}

/* --- REDUCING WHITESPACE: HORIZONTAL DESC --- */
.card-header-flex {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  justify-content: space-between;
}
.title-group {
  flex: 0 0 auto;
  min-width: 15vw;
}
.card-desc {
  flex: 1 1 auto;
  margin: 0 !important;
  font-size: 0.85rem;
  line-height: 1.4;
  border-left: 2px solid var(--border-light);
  padding-left: 1.5rem;
  max-width: 600px;
}
.price-group {
  flex: 0 0 auto;
  min-width: 130px;
  text-align: right;
}
.price-value {
  color: #2539e8 !important; /* Torq Pro Blue */
}

/* Override sticky nav margin for the cart button so it groups tightly */
.nav-cart-btn {
  margin-left: 0 !important;
}

/* Adjust for small screens */
@media (max-width: 900px) {
  .card-header-flex {
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .title-group, .price-group, .card-desc {
    flex: 1 1 100%;
    min-width: 100%;
  }
  .price-group { text-align: left; }
  .card-desc {
    border-left: none;
    padding-left: 0;
    margin-top: 0.5rem !important;
  }
}

/* --- RECAP CAROUSEL --- */
.recap-section {
  padding: 3rem 1rem 1rem;
  background: var(--white);
  margin-bottom: 2rem;
  border-bottom: 1px solid var(--border-light);
}
.recap-carousel {
  display: flex;
  gap: 1.5rem;
  overflow-x: auto;
  padding-bottom: 1rem;
  padding-top: 0.5rem;
  scrollbar-width: thin;
  margin: 0 auto;
  max-width: 1200px;
  align-items: flex-start;
}
.recap-item {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  gap: 0.5rem;
  transition: transform 0.2s;
  width: 110px;
}
.recap-item:hover {
  transform: translateY(-5px);
}
.recap-item img {
  width: 90px;
  height: 90px;
  object-fit: cover;
  border-radius: 50%;
  border: 3px solid #f5f5f7;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  transition: border-color 0.2s;
}
.recap-item:hover img {
  border-color: #2539e8;
}
.recap-item span {
  font-size: 0.75rem;
  color: var(--text-secondary);
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
}
.recap-item:hover span {
  color: #2539e8;
}
.scroll-arrow {
  text-align: center;
  font-size: 2rem;
  margin-top: 1rem;
  animation: bounce 2s infinite;
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% { transform: translateY(0); }
  40% { transform: translateY(-10px); }
  60% { transform: translateY(-5px); }
}

/* --- VIP LOCK SCREEN --- */
.vip-lock-screen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(15, 15, 15, 0.85); /* Dark blur */
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s ease;
  color: var(--white);
}
.vip-lock-screen.active {
  opacity: 1;
  pointer-events: all;
  overflow-y: auto;
}
.vip-lock-content {
  background: var(--white);
  padding: 3rem 2rem;
  border-radius: 12px;
  text-align: center;
  width: 90%;
  max-width: 500px;
  box-shadow: 0 20px 50px rgba(0,0,0,0.5);
  margin: auto;
}
.vip-lock-content h2 {
  color: var(--text);
}
.vip-lock-content p {
  color: var(--text-secondary) !important;
}
.vip-input-group {
  display: flex;
  gap: 0.5rem;
  margin-top: 1rem;
}
.vip-input-group input {
  flex: 1;
  padding: 0.8rem 1rem;
  border-radius: 6px;
  border: 1px solid var(--border);
  background: var(--bg);
  color: var(--text);
  font-family: inherit;
  font-size: 1rem;
  min-width: 0;
}
.vip-input-group input:focus {
  outline: none;
  border-color: var(--torq-red);
}
.btn-vip {
  padding: 0.8rem 1.5rem;
  background: var(--torq-red);
  color: white;
  border: none;
  border-radius: 6px;
  font-family: inherit;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.2s;
  font-size: 1rem;
}
.btn-vip:hover {
  background: var(--torq-red-dark);
}
@media (max-width: 400px) {
  .vip-input-group { flex-direction: column; }
}

/* --- BACK TO TOP --- */
.back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 45px;
  height: 45px;
  background: var(--torq-red);
  color: var(--white);
  border: none;
  border-radius: 50%;
  font-size: 1.5rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: none;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s;
  z-index: 90;
  text-decoration: none;
}
.back-to-top.visible {
  opacity: 1;
  pointer-events: all;
}
.back-to-top:hover {
  transform: translateY(-3px);
  box-shadow: none;
  background: var(--torq-red-dark);
}

/* --- NAV MERCH LINK OVERRIDE --- */
.nav-merch-link {
  color: var(--torq-red);
  font-weight: 800;
  font-size: 0.9rem;
  text-decoration: none;
}
.nav-merch-link:hover {
  color: var(--white) !important;
}
@media (max-width: 768px) {
  .back-to-top { bottom: 15px; right: 15px; width: 40px; height: 40px; font-size: 1.3rem; }
}


