/* ===========================================
   Binders Page Styles
   =========================================== */

body.page-binders {
  --binders-accent: #18e1ff;
  --binders-accent-strong: #20f0ff;
  --binders-ember: #ff7a2f;
  --binders-blue: #3aa9ff;
  --binders-slate: #1b2430;
  --binders-glow: rgba(24, 225, 255, 0.35);
  position: relative;
}

body.page-binders::before {
  content: "";
  position: fixed;
  inset: 0;
  background:
    radial-gradient(600px circle at 12% 18%, rgba(24, 225, 255, 0.22), transparent 62%),
    radial-gradient(520px circle at 88% 12%, rgba(255, 106, 32, 0.22), transparent 60%);
  opacity: 0.55;
  pointer-events: none;
  z-index: 0;
}

body.page-binders::after {
  content: "";
  position: fixed;
  inset: 0;
  background-image:
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 160px 160px;
  opacity: 0.18;
  pointer-events: none;
  z-index: 0;
}

.page-binders #headerSlot,
.page-binders main,
.page-binders #footerSlot {
  position: relative;
  z-index: 1;
}

/* Hero Section */
.binders-hero {
  position: relative;
  padding: clamp(24px, 4vw, 40px);
  border-radius: 24px;
  overflow: hidden;
  background: linear-gradient(135deg, rgba(17, 22, 28, 0.94), rgba(10, 14, 20, 0.92));
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.35);
}

.binders-hero::before {
  content: "";
  position: absolute;
  width: 320px;
  height: 320px;
  right: -120px;
  top: -140px;
  background: radial-gradient(circle, rgba(24, 225, 255, 0.35), transparent 70%);
  opacity: 0.7;
  animation: heroGlow 7s ease-in-out infinite;
  pointer-events: none;
}

.binders-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(24, 225, 255, 0.12) 0%, transparent 45%, rgba(255, 106, 32, 0.12) 100%);
  opacity: 0.7;
  pointer-events: none;
}

.binders-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: 32px;
  align-items: center;
}

.binders-hero-content {
  display: grid;
  gap: 12px;
}

.binders-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(24, 225, 255, 0.12);
  border: 1px solid rgba(24, 225, 255, 0.2);
  color: var(--teal);
  text-transform: uppercase;
  letter-spacing: 0.3em;
  font-size: 11px;
  font-weight: 700;
}

.binders-title {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: 'Bebas Neue', 'Montserrat', 'Inter', sans-serif;
  font-size: clamp(32px, 6vw, 54px);
  font-weight: 400;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin: 0;
  color: var(--text);
}

.binders-icon {
  width: 38px;
  height: 38px;
  color: var(--teal);
}

.binders-subtitle {
  color: var(--muted);
  font-size: 15px;
  max-width: 460px;
  margin: 0;
}

.binders-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 6px;
}

.binders-actions .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 10px 20px;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.binders-actions .btn-secondary {
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 255, 255, 0.12);
}

.binders-actions .btn-secondary:hover {
  border-color: rgba(24, 225, 255, 0.35);
  color: var(--teal);
}

.pack-drop-panel {
  display: grid;
  gap: 10px;
  padding: 14px;
  margin-top: 12px;
  background: rgba(7, 10, 15, 0.6);
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.pack-drop-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.pack-drop-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(255, 106, 32, 0.12);
  border: 1px solid rgba(255, 106, 32, 0.2);
  color: rgba(255, 160, 120, 0.95);
  text-transform: uppercase;
  letter-spacing: 0.22em;
  font-size: 10px;
  font-weight: 800;
}

.pack-drop-status {
  font-size: 12px;
  color: var(--muted);
  letter-spacing: 0.02em;
}

.pack-drop-title {
  font-size: 16px;
  font-weight: 800;
  color: var(--text);
  line-height: 1.2;
}

.pack-drop-meta {
  font-size: 12px;
  color: var(--muted);
  line-height: 1.3;
}

.pack-drop-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.pack-drop-actions .btn {
  border-radius: 999px;
  padding: 10px 20px;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.pack-drop-results {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 14px;
  padding-top: 6px;
}

.pack-drop-results .binder-card {
  border-radius: 16px;
}

/* ============================================
   PACK REVEAL ANIMATION
   ============================================ */
.pack-reveal-card {
  transform-style: preserve-3d;
  perspective: 1000px;
}

.pack-reveal-card.pack-reveal-animate {
  animation: packCardReveal 0.8s cubic-bezier(0.34, 1.56, 0.64, 1) forwards,
             packCardGlow 1.2s ease-out forwards;
}

@keyframes packCardReveal {
  0% {
    opacity: 0;
    transform: perspective(1000px) rotateY(-90deg) translateZ(-50px) scale(0.7);
  }
  40% {
    opacity: 1;
    transform: perspective(1000px) rotateY(15deg) translateZ(30px) scale(1.05);
  }
  70% {
    transform: perspective(1000px) rotateY(-5deg) translateZ(10px) scale(1.02);
  }
  100% {
    opacity: 1;
    transform: perspective(1000px) rotateY(0) translateZ(0) scale(1);
  }
}

@keyframes packCardGlow {
  0%, 30% {
    box-shadow: 0 0 0 0 rgba(24, 225, 255, 0);
  }
  50% {
    box-shadow: 0 0 30px 10px rgba(24, 225, 255, 0.4),
                0 0 60px 20px rgba(255, 106, 32, 0.2);
  }
  100% {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
  }
}

/* Tier-specific glow effects during reveal */
.pack-reveal-card.pack-reveal-animate:has(.gp-mint-pill--tier-cosmic) {
  animation: packCardReveal 0.8s cubic-bezier(0.34, 1.56, 0.64, 1) forwards,
             packCardGlowCosmic 1.5s ease-out forwards;
}

@keyframes packCardGlowCosmic {
  0%, 30% {
    box-shadow: 0 0 0 0 rgba(225, 50, 255, 0);
  }
  50% {
    box-shadow: 0 0 50px 20px rgba(225, 50, 255, 0.6),
                0 0 80px 30px rgba(255, 200, 50, 0.3),
                inset 0 0 20px rgba(225, 50, 255, 0.2);
  }
  100% {
    box-shadow: 0 4px 30px rgba(225, 50, 255, 0.3);
  }
}

.pack-reveal-card.pack-reveal-animate:has(.gp-mint-pill--tier-nova) {
  animation: packCardReveal 0.8s cubic-bezier(0.34, 1.56, 0.64, 1) forwards,
             packCardGlowNova 1.3s ease-out forwards;
}

@keyframes packCardGlowNova {
  0%, 30% {
    box-shadow: 0 0 0 0 rgba(255, 106, 32, 0);
  }
  50% {
    box-shadow: 0 0 40px 15px rgba(255, 106, 32, 0.5),
                0 0 70px 25px rgba(255, 180, 50, 0.2);
  }
  100% {
    box-shadow: 0 4px 25px rgba(255, 106, 32, 0.2);
  }
}

/* Reduce motion preference */
@media (prefers-reduced-motion: reduce) {
  .pack-reveal-card.pack-reveal-animate {
    animation: fadeIn 0.3s ease forwards;
  }
}

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

.binders-stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 12px;
  padding: 14px;
  margin-top: 12px;
  background: rgba(7, 10, 15, 0.6);
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.binder-stat {
  position: relative;
  overflow: hidden;
  padding: 12px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  display: grid;
  gap: 6px;
}

.binder-stat::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 3px;
  background: linear-gradient(90deg, rgba(24, 225, 255, 0.6), rgba(255, 106, 32, 0.6));
  opacity: 0.7;
}

.binder-stat-value {
  font-size: 28px;
  font-weight: 700;
  color: var(--text);
  line-height: 1;
}

.binder-stat-label {
  font-size: 11px;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.binders-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 6px;
}

.binders-tag {
  padding: 6px 12px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 10px;
  color: var(--muted);
  transition: all 0.2s ease;
}

.binders-tag:hover {
  color: var(--teal);
  border-color: rgba(24, 225, 255, 0.35);
}

/* Hero Visual */
.binders-hero-visual {
  position: relative;
  min-height: 280px;
}

.binders-hero-glow {
  position: absolute;
  width: 220px;
  height: 220px;
  right: 18%;
  bottom: 12%;
  background: radial-gradient(circle, rgba(24, 225, 255, 0.35), transparent 70%);
  filter: blur(12px);
  opacity: 0.7;
  animation: heroGlow 6s ease-in-out infinite;
}

.binders-hero-shelf {
  position: absolute;
  left: 6%;
  bottom: 8%;
  display: grid;
  gap: 10px;
  transform: rotate(-4deg);
}

.binder-spine {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 14px;
  min-width: 170px;
  border-radius: 10px;
  font-size: 12px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-family: 'Bebas Neue', 'Montserrat', sans-serif;
  color: #0b0f12;
  border: 1px solid rgba(255, 255, 255, 0.35);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.35);
}

.binder-spine--teal {
  background: linear-gradient(135deg, #18e1ff 0%, #5df4ff 100%);
}

.binder-spine--ember {
  background: linear-gradient(135deg, #ff6a20 0%, #ffb05a 100%);
}

.binder-spine--blue {
  background: linear-gradient(135deg, #3aa9ff 0%, #7bd0ff 100%);
}

.binder-spine--slate {
  background: linear-gradient(135deg, #cbd5f1 0%, #f1f5f9 100%);
}

.binders-hero-cards {
  position: absolute;
  right: 4%;
  top: 6%;
  display: grid;
  gap: 14px;
}

.hero-card {
  position: relative;
  width: clamp(180px, 26vw, 240px);
  padding: 14px 16px;
  border-radius: 16px;
  background: linear-gradient(160deg, rgba(12, 16, 22, 0.95), rgba(18, 24, 30, 0.9));
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.4);
  overflow: hidden;
  backdrop-filter: blur(12px);
}

.hero-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(24, 225, 255, 0.18), transparent 55%);
  opacity: 0.6;
  pointer-events: none;
}

.hero-card--front {
  transform: rotate(2deg);
  animation: cardFloat 7s ease-in-out infinite;
}

.hero-card--back {
  transform: translate(24px, 18px) rotate(-5deg);
  opacity: 0.8;
}

.hero-card-top {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: var(--muted);
}

.hero-card-bar {
  margin: 10px 0 12px;
  height: 6px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  overflow: hidden;
}

.hero-card-bar span {
  display: block;
  height: 100%;
  width: 70%;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(24, 225, 255, 0.9), rgba(24, 225, 255, 0.35));
}

.hero-card-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 12px;
  color: var(--muted);
}

.hero-card-pulse {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(24, 225, 255, 0.9);
  box-shadow: 0 0 12px rgba(24, 225, 255, 0.6);
  animation: pulse 2s ease-in-out infinite;
}

.hero-card-grid {
  margin-top: 12px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6px;
}

.hero-card-grid span {
  display: block;
  height: 16px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

/* Binder Section */
.binder-section {
  margin-top: 20px;
}

.binders-section {
  margin-top: 32px;
}

.binders-section .section-title {
  font-family: 'Bebas Neue', 'Montserrat', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 20px;
  color: var(--teal);
  margin: 0 0 6px;
}

.binders-section .section-desc {
  font-size: 13px;
  color: var(--muted);
  margin: 0 0 16px;
}

/* Binder Header (Expandable) */
.binder-header {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px;
  background: linear-gradient(135deg, rgba(15, 20, 28, 0.9), rgba(10, 14, 20, 0.92));
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  cursor: pointer;
  transition: all 0.25s ease;
  overflow: hidden;
}

.binder-header::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(24, 225, 255, 0.16), transparent 50%);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.binder-header:hover {
  transform: translateY(-2px);
  border-color: rgba(24, 225, 255, 0.3);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.35);
}

.binder-header:hover::after {
  opacity: 1;
}

.binder-header.expanded {
  border-radius: 18px 18px 0 0;
  border-bottom-color: transparent;
}

.binder-header-left {
  display: flex;
  align-items: center;
  gap: 14px;
  position: relative;
  z-index: 1;
}

.binder-icon {
  width: 52px;
  height: 52px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.35);
}

.binder-icon svg {
  width: 26px;
  height: 26px;
}

.binder-icon.general {
  background: linear-gradient(135deg, var(--teal) 0%, #00a589 100%);
  color: #000;
}

.binder-icon.challenge {
  background: linear-gradient(135deg, #3b82f6 0%, #06b6d4 100%);
  color: #fff;
}

.binder-icon.muscle {
  background: linear-gradient(135deg, #ef4444 0%, #f97316 100%);
  color: #fff;
}

.binder-icon.jdm {
  background: linear-gradient(135deg, #f43f5e 0%, #ec4899 100%);
  color: #fff;
}

.binder-icon.euro {
  background: linear-gradient(135deg, #3b82f6 0%, #06b6d4 100%);
  color: #fff;
}

.binder-icon.classic {
  background: linear-gradient(135deg, #a78bfa 0%, #c084fc 100%);
  color: #fff;
}

.binder-icon.truck {
  background: linear-gradient(135deg, #f59e0b 0%, #eab308 100%);
  color: #000;
}

.binder-info {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.binder-name {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  color: var(--text);
}

.binder-desc {
  font-size: 12px;
  color: var(--muted);
  margin: 0;
}

.binder-header-right {
  display: flex;
  align-items: center;
  gap: 12px;
  position: relative;
  z-index: 1;
}

.binder-progress-text {
  font-size: 13px;
  font-weight: 700;
  color: var(--teal);
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(24, 225, 255, 0.12);
  border: 1px solid rgba(24, 225, 255, 0.3);
}

.binder-chevron {
  width: 24px;
  height: 24px;
  color: var(--muted);
  transition: transform 0.3s ease;
}

.binder-header.expanded .binder-chevron {
  transform: rotate(90deg);
}

/* Progress Bar */
.binder-progress-bar {
  height: 6px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  overflow: hidden;
  margin-top: 8px;
}

.binder-progress-fill {
  height: 100%;
  background: linear-gradient(90deg, rgba(24, 225, 255, 0.9), rgba(255, 106, 32, 0.6));
  border-radius: 999px;
  transition: width 0.3s ease;
}

/* Binder Grid */
.binder-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  gap: 14px;
  padding: 18px;
  background: linear-gradient(180deg, rgba(8, 12, 16, 0.95), rgba(12, 16, 22, 0.9));
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-top: none;
  border-radius: 0 0 18px 18px;
  max-height: 600px;
  overflow-y: auto;
}

.binder-grid.collapsed {
  display: none;
}

.binder-grid::-webkit-scrollbar {
  width: 8px;
}

.binder-grid::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 999px;
}

.binder-grid::-webkit-scrollbar-thumb {
  background: rgba(24, 225, 255, 0.3);
  border-radius: 999px;
}

/* Binder Card */
.binder-card {
  position: relative;
  background: linear-gradient(180deg, rgba(12, 16, 22, 0.9), rgba(9, 12, 16, 0.95));
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  overflow: hidden;
  transition: all 0.25s ease;
  cursor: pointer;
}

.binder-card-media {
  position: relative;
}

.binder-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent, rgba(24, 225, 255, 0.18), transparent);
  opacity: 0;
  transform: translateX(-60%);
  transition: all 0.4s ease;
}

.binder-card:hover {
  transform: translateY(-3px);
  border-color: rgba(24, 225, 255, 0.45);
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.4), 0 0 18px rgba(24, 225, 255, 0.18);
}

.binder-card:hover::before {
  opacity: 1;
  transform: translateX(40%);
}

.binder-card-img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  background: rgba(255, 255, 255, 0.03);
}

.binder-card-info {
  padding: 12px;
}

.binder-card-title {
  font-size: 13px;
  font-weight: 600;
  color: var(--text);
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.binder-card-meta {
  font-size: 11px;
  color: var(--muted);
  margin: 4px 0 0;
}

/* Locked Card */
.binder-card.locked {
  opacity: 0.6;
  cursor: default;
}

.binder-card.locked:hover {
  transform: none;
  border-color: rgba(255, 255, 255, 0.08);
  box-shadow: none;
}

.binder-card.locked .binder-card-img {
  filter: grayscale(1) blur(2px);
}

.binder-card-locked-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.5);
}

.binder-card-locked-overlay svg {
  width: 32px;
  height: 32px;
  color: rgba(255, 255, 255, 0.5);
}

/* Empty Slot (skeleton for adding cards) */
.binder-slot {
  background: repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0.02) 6px, transparent 6px, transparent 12px);
  border: 2px dashed rgba(255, 255, 255, 0.14);
  border-radius: 14px;
  aspect-ratio: 4/5;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  cursor: pointer;
  transition: all 0.2s ease;
}

.binder-slot:hover {
  border-color: rgba(24, 225, 255, 0.6);
  background: rgba(24, 225, 255, 0.06);
}

.binder-slot svg {
  width: 28px;
  height: 28px;
  color: var(--muted);
  transition: color 0.2s ease;
}

.binder-slot:hover svg {
  color: var(--teal);
}

.binder-slot-text {
  font-size: 11px;
  color: var(--muted);
  text-align: center;
  transition: color 0.2s ease;
}

.binder-slot:hover .binder-slot-text {
  color: var(--teal);
}

/* Challenge Binder Card (in list) */
.challenge-binder {
  margin-bottom: 16px;
}

.challenge-binder .binder-header {
  position: relative;
}

.challenge-binder .binder-badge {
  position: absolute;
  top: -10px;
  right: 16px;
  background: linear-gradient(135deg, #fbbf24, #f59e0b);
  color: #000;
  font-size: 10px;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 999px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.challenge-binder.complete .binder-header {
  border-color: rgba(24, 225, 255, 0.4);
  background: rgba(24, 225, 255, 0.05);
}

.challenge-binder.complete .binder-badge {
  background: linear-gradient(135deg, rgba(24, 225, 255, 0.9), rgba(24, 225, 255, 0.4));
}

/* Empty State */
.binder-empty {
  text-align: center;
  padding: 48px 24px;
  color: var(--muted);
  border-radius: 16px;
  background: rgba(7, 10, 15, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.binder-empty svg {
  width: 48px;
  height: 48px;
  margin-bottom: 16px;
  opacity: 0.6;
}

.binder-empty-title {
  font-size: 18px;
  font-weight: 600;
  color: var(--text);
  margin: 0 0 8px;
}

.binder-empty-text {
  font-size: 13px;
  margin: 0 0 16px;
}

/* Animations */
@keyframes heroGlow {
  0%, 100% { transform: scale(1); opacity: 0.7; }
  50% { transform: scale(1.08); opacity: 0.9; }
}

@keyframes cardFloat {
  0%, 100% { transform: translateY(0) rotate(2deg); }
  50% { transform: translateY(-10px) rotate(2deg); }
}

@keyframes pulse {
  0%, 100% { transform: scale(1); opacity: 0.8; }
  50% { transform: scale(1.2); opacity: 1; }
}

/* Responsive */
@media (max-width: 980px) {
  .binders-hero-grid {
    grid-template-columns: 1fr;
  }

  .binders-hero-visual {
    min-height: 240px;
  }

  .binders-hero-shelf {
    left: 10%;
  }

  .binders-hero-cards {
    right: 10%;
  }
}

@media (max-width: 640px) {
  .binders-hero {
    padding: 20px;
  }

  .binders-hero-visual {
    min-height: 220px;
  }

  .binders-actions .btn {
    width: 100%;
    justify-content: center;
  }

  .binders-stats {
    grid-template-columns: 1fr;
  }

  .pack-drop-top {
    flex-direction: column;
    align-items: flex-start;
  }

  .binder-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    padding: 14px;
  }

  .binder-header {
    padding: 14px;
  }

  .binder-icon {
    width: 44px;
    height: 44px;
  }

  .binder-icon svg {
    width: 22px;
    height: 22px;
  }

  .binder-name {
    font-size: 16px;
  }
}

@media (max-width: 480px) {
  .binders-title {
    font-size: 32px;
  }

  .binders-icon {
    width: 32px;
    height: 32px;
  }

  .binders-hero-shelf {
    transform: rotate(-2deg);
  }

  .binder-spine {
    min-width: 150px;
    font-size: 11px;
  }

  .hero-card {
    width: 180px;
  }
}
