body {
  background-color: #121212;
  color: #ffffff;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

.brand-kiss {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 900;
  font-style: italic;
  letter-spacing: -0.04em;
}
.brand-badge {
  background-color: #ff5722;
  color: #ffffff;
  font-size: 10px;
  font-weight: 900;
  font-style: italic;
  padding: 0px 4px;
  border-radius: 2px;
  margin-left: 2px;
  line-height: 1.2;
}

.hero-script-font {
  font-family: 'Caveat', cursive;
  line-height: 0.92;
}

.gold-radial-bg {
  background: radial-gradient(circle at center, rgba(180, 83, 9, 0.38) 0%, rgba(120, 53, 15, 0.15) 38%, rgba(5, 5, 6, 0.98) 75%);
}

.carousel-track { display: flex; gap: 10px; overflow-x: auto; scroll-behavior: smooth; }
.carousel-item-4-4 {
  flex: 0 0 calc((100% - (3.4 * 10px)) / 4.4);
  min-width: calc((100% - (3.4 * 10px)) / 4.4);
}
@media (max-width: 1024px) {
  .carousel-item-4-4 { flex: 0 0 calc((100% - (2.3 * 8px)) / 3.3); min-width: calc((100% - (2.3 * 8px)) / 3.3); }
}
@media (max-width: 640px) {
  .carousel-item-4-4 { flex: 0 0 calc((100% - (1.2 * 8px)) / 2.2); min-width: calc((100% - (1.2 * 8px)) / 2.2); }
}

.card-aspect { aspect-ratio: 16 / 9; }
.no-scrollbar::-webkit-scrollbar { display: none; }
.no-scrollbar { -ms-overflow-style: none; scrollbar-width: none; }

.nav-arrow-bare {
  background: transparent; border: none; outline: none; padding: 0; margin: 0;
  cursor: pointer; color: #fff; display: flex; align-items: center; justify-content: center;
}

.search-pill {
  font-size: 11px; padding: 3px 14px; border-radius: 9999px;
  background-color: #242426; color: #8e8e93; transition: all .15s ease;
  white-space: nowrap; user-select: none; border: none; cursor: pointer;
}
.search-pill.active { background-color: #fff; color: #000; font-weight: 600; }

.hero-slider-track { display: flex; width: 100%; height: 100%; transition: transform .4s cubic-bezier(.25,1,.5,1); }
.hero-slide-panel { min-width: 100%; flex-shrink: 0; height: 100%; position: relative; }

.ep-tile {
  background-color: #242428; color: #9ea3ae; font-size: 11px; border-radius: 2px;
  display: inline-flex; align-items: center; justify-content: center; position: relative;
  padding: 3px 6px; min-width: 36px; height: 25px; font-family: monospace;
  transition: all .15s ease; text-decoration: none; border: none; cursor: pointer;
}
.ep-tile:hover { background-color: #33333a; color: #fff; }
.ep-tile.selected { background-color: #fff; color: #000; font-weight: 700; }
.ep-tile .dot-cc { font-size: 7.5px; position: absolute; top: 1px; right: 2px; opacity: .8; font-family: sans-serif; }

.backdrop-wall { transform: rotate(-7deg) scale(1.18); }

.card-thumb { transition: transform .2s ease; }
.card-link:hover .card-thumb { transform: scale(1.03); }

.form-input {
  width: 100%; background-color: #0d0d0f; border: 1px solid #27272c; font-size: 11.5px;
  border-radius: 4px; padding: 6px 12px; color: #fff;
}
.form-input::placeholder { color: #44444a; }
.form-input:focus { outline: none; border-color: #f97316; }

.btn-primary {
  width: 100%; background-color: #ff5722; color: #fff; font-weight: 500; font-size: 11.5px;
  padding: 6px 0; border-radius: 4px; border: none; cursor: pointer; transition: background .15s ease;
}
.btn-primary:hover { background-color: #ff6a38; }

.admin-body { background-color: #0f1115; color: #e5e7eb; font-family: 'Inter', sans-serif; }
.admin-card { background-color: #171a21; border: 1px solid #262b36; border-radius: 8px; }
.admin-input {
  width: 100%; background-color: #0d0f14; border: 1px solid #2a2f3a; border-radius: 6px;
  padding: 8px 12px; color: #fff; font-size: 13px;
}
.admin-input:focus { outline: none; border-color: #f97316; }
.admin-table th { text-align: left; font-size: 11px; text-transform: uppercase; letter-spacing: .04em; color: #8b93a3; padding: 10px 12px; border-bottom: 1px solid #262b36; }
.admin-table td { padding: 10px 12px; border-bottom: 1px solid #1d212a; font-size: 13px; vertical-align: middle; }
.badge { display: inline-flex; align-items: center; padding: 2px 8px; border-radius: 9999px; font-size: 10.5px; font-weight: 600; }
