/* New Arrivals Landing */

.nabana-new-arrivals-page {
  padding-top: 6.5rem;
  padding-bottom: 5rem;
}

.admin-bar .nabana-new-arrivals-page {
  padding-top: 8.4rem;
}

.nabana-new-hero {
  position: relative;
  padding: 2.5rem 0 2rem;
  background:
    radial-gradient(1100px 300px at 15% 0%, rgba(55, 230, 255, 0.16), transparent 62%),
    radial-gradient(900px 300px at 90% 0%, rgba(122, 92, 255, 0.2), transparent 65%);
}

.nabana-new-hero-inner {
  position: relative;
}

.nabana-new-eyebrow {
  margin: 0;
  color: #37e6ff;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.nabana-new-hero h1 {
  margin: 0.35rem 0 0.5rem;
  font-size: clamp(2.2rem, 8vw, 5rem);
  line-height: 0.95;
  color: #f8fafc;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.nabana-new-subtitle {
  margin: 0;
  max-width: 780px;
  color: #cbd5e1;
  line-height: 1.7;
}

.nabana-new-metrics {
  margin-top: 1.3rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
}

.nabana-new-metrics article {
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(16, 22, 58, 0.5);
  border-radius: 0.9rem;
  padding: 0.8rem 0.95rem;
}

.nabana-new-metrics span {
  display: block;
  color: #f8fafc;
  font-size: 1.1rem;
  font-weight: 800;
}

.nabana-new-metrics p {
  margin: 0.2rem 0 0;
  color: #94a3b8;
  font-size: 0.78rem;
}

.nabana-new-content {
  margin-top: 1.2rem;
  display: flex;
  flex-direction: column;
  gap: 1.4rem;
}

.nabana-featured-drop {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 1.2rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: linear-gradient(125deg, rgba(16, 22, 58, 0.75), rgba(7, 8, 18, 0.95));
  border-radius: 1rem;
  overflow: hidden;
}

.nabana-featured-media {
  min-height: 430px;
  background: rgba(7, 8, 18, 0.4);
}

.nabana-featured-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.nabana-featured-copy {
  padding: 1.4rem;
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}

.nabana-featured-kicker {
  margin: 0;
  font-size: 0.76rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #f472b6;
  font-weight: 700;
}

.nabana-featured-copy h2 {
  margin: 0;
  color: #f8fafc;
  font-size: clamp(1.6rem, 4vw, 2.8rem);
  line-height: 1.02;
}

.nabana-featured-cat {
  margin: 0;
  color: #67e8f9;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.nabana-featured-price .price {
  color: #f6c44f;
  font-size: clamp(1.7rem, 4vw, 2.4rem);
  font-weight: 800;
}

.nabana-featured-price del {
  color: #64748b;
  font-size: 0.65em;
}

.nabana-featured-price ins {
  text-decoration: none;
}

.nabana-featured-desc {
  color: #cbd5e1;
  line-height: 1.75;
}

.nabana-featured-actions {
  margin-top: auto;
  display: flex;
  gap: 0.65rem;
  flex-wrap: wrap;
}

.nabana-featured-actions .button {
  background: #7a5cff;
  color: #fff;
  border: 0;
  border-radius: 0.55rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 800;
  font-size: 0.75rem;
  padding: 0.72rem 1rem;
}

.nabana-featured-actions .button:hover {
  background: #6646ff;
}

.nabana-featured-actions .button--ghost {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.22);
}

.nabana-featured-actions .button--ghost:hover {
  border-color: rgba(55, 230, 255, 0.8);
  background: rgba(55, 230, 255, 0.08);
}

.nabana-new-grid-wrap {
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(16, 22, 58, 0.45);
  border-radius: 1rem;
  padding: 1rem;
}

.nabana-new-grid-wrap header p {
  margin: 0;
  color: #94a3b8;
  font-size: 0.77rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.nabana-new-grid-wrap header h3 {
  margin: 0.3rem 0 0.9rem;
  color: #f8fafc;
  font-size: clamp(1.3rem, 2.5vw, 1.8rem);
}

.nabana-new-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.85rem;
}

.nabana-new-card {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 0.75rem;
  overflow: hidden;
  background: rgba(7, 8, 18, 0.45);
}

.nabana-new-card-media {
  display: block;
  aspect-ratio: 1 / 1;
  background: rgba(16, 22, 58, 0.55);
}

.nabana-new-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.nabana-new-card-copy {
  padding: 0.7rem;
}

.nabana-new-card-copy h4 {
  margin: 0;
  font-size: 0.86rem;
  line-height: 1.35;
}

.nabana-new-card-copy h4 a {
  color: #f8fafc;
  text-decoration: none;
}

.nabana-new-card-copy h4 a:hover {
  color: #37e6ff;
}

.nabana-new-card-price {
  margin: 0.35rem 0 0;
  color: #f6c44f;
  font-weight: 700;
}

.nabana-new-empty {
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(16, 22, 58, 0.5);
  border-radius: 0.9rem;
  padding: 1.2rem;
}

.nabana-new-empty h2 {
  margin: 0;
  color: #f8fafc;
}

.nabana-new-empty p {
  margin: 0.5rem 0 0;
  color: #cbd5e1;
}

@media (max-width: 1180px) {
  .nabana-featured-drop {
    grid-template-columns: 1fr;
  }

  .nabana-featured-media {
    min-height: 320px;
  }
}

@media (max-width: 960px) {
  .nabana-new-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .nabana-new-arrivals-page {
    padding-top: 5.8rem;
  }

  .admin-bar .nabana-new-arrivals-page {
    padding-top: 7.2rem;
  }

  .nabana-new-metrics {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .nabana-new-grid {
    grid-template-columns: 1fr;
  }
}
