/* ═══ PARTY PLATTERS ═══ */
.party-section {
  padding: 110px 64px;
  background: linear-gradient(160deg, #0b0700 0%, #0e0a00 50%, #0b0700 100%);
}

.party-header {
  text-align: center;
  margin-bottom: 60px;
}

.party-header .section-title {
  text-align: center;
}

.party-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  max-width: 1100px;
  margin: 0 auto;
  background: rgba(201, 168, 76, 0.1);
}

.party-card {
  background: var(--dark);
  padding: 52px 40px 44px;
  position: relative;
  overflow: hidden;
  transition: background 0.4s;
}

.party-card::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(to right, var(--red), var(--gold), var(--red));
  opacity: 0;
  transition: opacity 0.4s;
}

.party-card:hover {
  background: #131008;
}

.party-card:hover::after {
  opacity: 1;
}

.party-letter {
  font-family: 'Cormorant Garamond', serif;
  font-size: 5rem;
  font-weight: 300;
  color: rgba(201, 168, 76, 0.07);
  position: absolute;
  top: 16px;
  right: 24px;
  line-height: 1;
}

.party-tag {
  font-size: 0.6rem;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 10px;
}

.party-name {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2rem;
  font-weight: 300;
  color: var(--off-white);
  margin-bottom: 4px;
}

.party-serve {
  font-size: 0.72rem;
  color: var(--muted);
  margin-bottom: 28px;
}

.party-price {
  font-family: 'Cormorant Garamond', serif;
  font-size: 3rem;
  font-weight: 300;
  color: var(--gold);
  line-height: 1;
  margin-bottom: 32px;
}

.party-price sup {
  font-size: 1.1rem;
  vertical-align: super;
}

.party-divider {
  width: 100%;
  height: 1px;
  background: rgba(201, 168, 76, 0.12);
  margin-bottom: 28px;
}

.party-list {
  list-style: none;
}

.party-list li {
  font-size: 0.84rem;
  color: var(--text);
  padding: 9px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
  display: flex;
  align-items: center;
  gap: 12px;
}

.party-list li::before {
  content: '✦';
  font-size: 0.5rem;
  color: var(--gold);
  opacity: 0.6;
  flex-shrink: 0;
}

.party-list li:last-child {
  border-bottom: none;
}

/* ═══ SHISHA ═══ */
.shisha-section {
  padding: 110px 64px;
  background: linear-gradient(180deg, #060505 0%, #080708 45%, #050404 100%);
  border-top: 1px solid rgba(201, 168, 76, 0.08);
}

.shisha-header {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 34px;
  align-items: center;
}

.shisha-copy {
  padding-right: 24px;
}

.shisha-copy .section-text {
  max-width: 520px;
  font-size: 1rem;
  color: var(--muted);
  line-height: 1.9;
  margin: 18px 0 26px;
}

.shisha-features {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.shisha-features span {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--gold);
  background: rgba(201, 168, 76, 0.08);
  border: 1px solid rgba(201, 168, 76, 0.15);
  padding: 10px 16px;
  border-radius: 999px;
  font-size: 0.78rem;
  letter-spacing: 1px;
}

.shisha-hero-card {
  position: relative;
  min-height: 420px;
  border-radius: 32px;
  overflow: hidden;
  box-shadow: var(--shadow);
  background: #0b0a0a;
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.shisha-hero-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.52) saturate(0.9);
  transition: transform 0.6s ease;
}

.shisha-hero-card:hover img {
  transform: scale(1.04);
}

.shisha-hero-tag {
  position: absolute;
  bottom: 22px;
  left: 22px;
  background: rgba(0, 0, 0, 0.64);
  border: 1px solid rgba(201, 168, 76, 0.4);
  padding: 12px 18px;
  border-radius: 999px;
  color: var(--gold);
  font-size: 0.75rem;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.shisha-inner {
  max-width: 1100px;
  margin: 60px auto 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.shisha-card {
  background: rgba(9, 8, 10, 0.98);
  padding: 42px 32px;
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  transition: transform 0.35s ease, background 0.35s ease;
}

.shisha-card:hover {
  transform: translateY(-8px);
  background: rgba(16, 14, 17, 0.98);
}

.shisha-price {
  font-family: 'Cormorant Garamond', serif;
  font-size: 4.6rem;
  font-weight: 300;
  color: var(--gold);
  line-height: 1;
  margin-bottom: 6px;
}

.shisha-price small {
  font-size: 1.2rem;
  vertical-align: super;
}

.shisha-tier-name {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 1rem;
  color: var(--muted);
  margin-bottom: 24px;
}

.shisha-rule {
  width: 50px;
  height: 2px;
  background: linear-gradient(90deg, rgba(201,168,76,1), rgba(255,255,255,0));
  opacity: 0.7;
  margin-bottom: 24px;
}

.flavor-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.flavor {
  font-size: 0.72rem;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--off-white);
  border: 1px solid rgba(201, 168, 76, 0.2);
  padding: 8px 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.02);
}

.flavor:hover {
  background: rgba(201, 168, 76, 0.14);
  border-color: rgba(201, 168, 76, 0.55);
  color: var(--gold);
}

.shisha-logo {
  margin-top: 32px;
  color: var(--muted);
  letter-spacing: 2px;
  font-size: 0.75rem;
  text-transform: uppercase;
  opacity: 0.8;
  position: static;
}
