/* FRAGRANCIA — combos.css */

/* ── Full-bleed Hero (same pattern as collections page) ───── */
.combos-page-hero {
  position: relative;
  background-size: cover;
  background-position: center;
  min-height: 380px;
  display: flex;
  align-items: center;
  margin-top: var(--header-total); /* offset fixed navbar */
}
.combos-page-hero-inner {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0,0,0,.45), rgba(0,0,0,.72));
  display: flex;
  align-items: center;
  width: 100%;
  padding: 80px 0;
}
@media(max-width:767.98px) { .combos-page-hero { min-height: 260px; } }

/* ── Combo Banner Section ────────────────────────────────── */
/* ── Combos Hero Strip (Stats) ──────────────────────────────── */
.combos-hero-strip {
  background: linear-gradient(135deg, var(--dark-3), var(--dark-2));
  border: 1px solid rgba(201, 168, 76, .08);
  border-radius: var(--fra-radius);
  padding: 50px 60px;
  position: relative;
  overflow: hidden;
  margin-bottom: 60px;
}
.combos-hero-strip::before {
  content: '';
  position: absolute;
  top: -60%;
  right: -15%;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(201, 168, 76, .06), transparent 70%);
  pointer-events: none;
}
.combos-hero-strip .strip-tag {
  font-size: .65rem;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--black);
  background: var(--gold);
  padding: 4px 14px;
  display: inline-block;
  margin-bottom: 18px;
  border-radius: 4px;
}
.combos-hero-strip h2 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 12px;
}
.combos-hero-strip p {
  font-size: .95rem;
  color: var(--gray-light);
  max-width: 480px;
  line-height: 1.8;
  margin-bottom: 0;
}
.strip-stat-number {
  font-family: var(--font-display);
  font-size: 2rem;
  font-weight: 700;
  color: var(--gold);
  line-height: 1;
}
.strip-stat-label {
  font-size: .65rem;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--gray);
  margin-top: 6px;
}
.strip-stat-divider {
  width: 1px;
  height: 50px;
  background: rgba(255,255,255,.08);
  align-self: center;
}

/* ── Combo Card ──────────────────────────────────────────── */
.combo-card {
  background: var(--dark-2);
  border: 1px solid rgba(201,168,76,.08);
  border-radius: var(--fra-radius);
  overflow: hidden;
  transition: var(--transition);
  position: relative;
  display: block;
  text-decoration: none;
  height: 100%;
}
.combo-card:hover {
  border-color: rgba(201,168,76,.22);
  box-shadow: var(--shadow-gold);
  transform: translateY(-4px);
}

/* Mosaic image grid at the top of the card */
.combo-card .combo-mosaic {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 2px;
  background: var(--dark-3);
  position: relative;
  overflow: hidden;
  aspect-ratio: 1/1;
}
.combo-card .combo-mosaic .mosaic-cell {
  background: linear-gradient(145deg, var(--dark-3), var(--dark));
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  color: rgba(201,168,76,.18);
  transition: var(--transition);
  overflow: hidden;
}
.combo-card .combo-mosaic .mosaic-cell img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .5s ease;
}
.combo-card:hover .combo-mosaic .mosaic-cell {
  color: rgba(201,168,76,.32);
}
.combo-card:hover .combo-mosaic .mosaic-cell img {
  transform: scale(1.05);
}

/* Combo count badge on mosaic */
.combo-card .combo-mosaic .combo-count-badge {
  position: absolute;
  top: 12px;
  right: 12px;
  background: var(--gold);
  color: var(--black);
  font-size: .6rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 4px;
  z-index: 2;
}

/* Savings badge */
.combo-card .combo-mosaic .combo-save-badge {
  position: absolute;
  bottom: 12px;
  left: 12px;
  background: rgba(201,168,76,.15);
  border: 1px solid rgba(201,168,76,.3);
  color: var(--gold);
  font-size: .6rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 4px;
  z-index: 2;
  backdrop-filter: blur(6px);
}

/* Card body */
.combo-card .combo-info {
  padding: 26px 24px 20px;
}
.combo-card .combo-tag {
  font-size: .6rem;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 10px;
}
.combo-card .combo-name {
  font-family: var(--font-display);
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 10px;
  line-height: 1.35;
}
.combo-card .combo-items-preview {
  font-size: .78rem;
  color: var(--gray);
  margin-bottom: 18px;
  line-height: 1.6;
}
.combo-card .combo-price-row {
  display: flex;
  align-items: baseline;
  gap: 10px;
  padding-top: 4px;
}
.combo-card .combo-price {
  font-family: var(--font-display);
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--gold);
}
.combo-card .combo-original-price {
  font-size: .85rem;
  color: var(--gray-dark);
  text-decoration: line-through;
}
.combo-card .combo-savings-text {
  font-size: .7rem;
  font-weight: 600;
  color: #5cad7d;
  letter-spacing: .5px;
}

/* CTA strip at bottom */
.combo-card .combo-cta {
  display: block;
  width: 100%;
  padding: 13px;
  background: transparent;
  border: none;
  border-top: 1px solid rgba(255,255,255,.04);
  color: var(--gold);
  font-family: var(--font-body);
  font-size: .7rem;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
  transition: var(--transition);
  text-align: center;
}
.combo-card:hover .combo-cta {
  background: var(--gold);
  color: var(--black);
}

/* ── Sort / Filter Toolbar ───────────────────────────────── */
.combo-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 0;
  border-bottom: 1px solid rgba(255,255,255,.05);
  margin-bottom: 30px;
  flex-wrap: wrap;
  gap: 12px;
}
.combo-toolbar .result-count {
  font-size: .8rem;
  color: var(--gray);
}
.combo-toolbar select {
  background: var(--dark-3);
  border: 1px solid rgba(255,255,255,.08);
  color: var(--white);
  padding: 8px 35px 8px 15px;
  font-family: var(--font-body);
  font-size: .8rem;
  border-radius: var(--fra-radius-sm);
  -webkit-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 10 10'%3E%3Cpath fill='%23C9A84C' d='M5 7L0 2h10z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
}

/* ── Responsive ────────────────────────────────────────── */
@media (max-width: 767.98px) {
  .combos-hero-strip { padding: 35px 25px; margin-bottom: 40px; }
  .combos-hero-strip h2 { font-size: 1.5rem; }
}
@media (max-width: 575.98px) {
  .combo-card .combo-mosaic { grid-template-rows: none; }
}

/* ── Home slider cards — always dark, fixed heights for Slick ── */
.combo-card-home {
  background: var(--dark-2);
  border: 1px solid rgba(201,168,76,.08);
  border-radius: var(--fra-radius);
  overflow: hidden;
  transition: var(--transition);
  display: block;
  text-decoration: none;
}
.combo-card-home:hover {
  border-color: rgba(201,168,76,.22);
  box-shadow: var(--shadow-gold);
  transform: translateY(-4px);
}

/* Mosaic — fixed 240px height block, no grid, Slick-safe */
.combo-card-home .combo-mosaic {
  position: relative;
  width: 100%;
  height: 240px;
  background: var(--dark-3);
  overflow: hidden;
  display: block;
}
/* Three icon cells as absolutely positioned blocks — default (3-cell) */
.combo-card-home .combo-mosaic .mosaic-cell {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(145deg, var(--dark-3), var(--dark));
  color: rgba(201,168,76,.18);
  font-size: 1.8rem;
  transition: var(--transition);
}
/* Left cell: full height */
.combo-card-home .combo-mosaic .mosaic-cell:nth-child(1) {
  left: 0; top: 0;
  width: 50%; height: 100%;
  font-size: 2.4rem;
  border-right: 2px solid var(--dark-3);
}
/* Top-right cell */
.combo-card-home .combo-mosaic .mosaic-cell:nth-child(2) {
  right: 0; top: 0;
  width: 50%; height: 50%;
  border-bottom: 1px solid var(--dark-3);
}
/* Bottom-right cell */
.combo-card-home .combo-mosaic .mosaic-cell:nth-child(3) {
  right: 0; bottom: 0;
  width: 50%; height: 50%;
  border-top: 1px solid var(--dark-3);
}
.combo-card-home:hover .combo-mosaic .mosaic-cell { color: rgba(201,168,76,.38); }

/* 2-cell layout: two equal halves side by side */
.combo-card-home .combo-mosaic[data-cells="2"] .mosaic-cell:nth-child(1) {
  left: 0; top: 0; width: 50%; height: 100%;
  border-right: 2px solid var(--dark-3);
  border-bottom: none;
}
.combo-card-home .combo-mosaic[data-cells="2"] .mosaic-cell:nth-child(2) {
  right: 0; top: 0; width: 50%; height: 100%;
  border-top: none;
  border-bottom: none;
}

/* 4-cell layout: 2×2 grid */
.combo-card-home .combo-mosaic[data-cells="4"] .mosaic-cell:nth-child(1) {
  left: 0; top: 0; width: 50%; height: 50%;
  font-size: 1.8rem;
  border-right: 1px solid var(--dark-3);
  border-bottom: 1px solid var(--dark-3);
}
.combo-card-home .combo-mosaic[data-cells="4"] .mosaic-cell:nth-child(2) {
  right: 0; top: 0; width: 50%; height: 50%;
  border-bottom: 1px solid var(--dark-3);
}
.combo-card-home .combo-mosaic[data-cells="4"] .mosaic-cell:nth-child(3) {
  left: 0; bottom: 0; width: 50%; height: 50%;
  border-right: 1px solid var(--dark-3);
  border-top: none;
}
.combo-card-home .combo-mosaic[data-cells="4"] .mosaic-cell:nth-child(4) {
  right: 0; bottom: 0; width: 50%; height: 50%;
  border-top: none;
}

.combo-card-home .combo-info {
  padding: 26px 24px 20px;
}
.combo-name-home {
  font-family: var(--font-display);
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 10px;
  line-height: 1.35;
}
.combo-items-preview-home {
  font-size: .78rem;
  color: var(--gray);
  margin-bottom: 18px;
  line-height: 1.6;
}
.combo-cta-home {
  display: block;
  width: 100%;
  padding: 13px;
  background: transparent;
  border: none;
  border-top: 1px solid rgba(255,255,255,.04);
  color: var(--gold);
  font-family: var(--font-body);
  font-size: .7rem;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-align: center;
  transition: var(--transition);
}
.combo-card-home:hover .combo-cta-home {
  background: var(--gold);
  color: var(--black);
}

/* Badges inside home mosaic */
.combo-card-home .combo-mosaic .combo-count-badge {
  position: absolute;
  top: 10px; right: 10px;
  background: var(--gold); color: var(--black);
  font-size: .6rem; font-weight: 700;
  letter-spacing: 1px; text-transform: uppercase;
  padding: 3px 9px; border-radius: 4px; z-index: 2;
}
.combo-card-home .combo-mosaic .combo-save-badge {
  position: absolute;
  bottom: 10px; left: 10px;
  background: rgba(201,168,76,.15);
  border: 1px solid rgba(201,168,76,.3);
  color: var(--gold);
  font-size: .6rem; font-weight: 700;
  letter-spacing: 1px; text-transform: uppercase;
  padding: 3px 9px; border-radius: 4px; z-index: 2;
  backdrop-filter: blur(6px);
}

/* Info rows inside home card */
.combo-card-home .combo-tag {
  font-size: .6rem; font-weight: 700;
  letter-spacing: 2.5px; text-transform: uppercase;
  color: var(--gold); margin-bottom: 8px;
}
.combo-card-home .combo-price-row {
  display: flex; align-items: baseline; gap: 10px;
}
.combo-card-home .combo-price {
  font-family: var(--font-display);
  font-size: 1.1rem; font-weight: 700; color: var(--gold);
}
.combo-card-home .combo-original-price {
  font-size: .82rem; color: var(--gray-dark);
  text-decoration: line-through;
}
