/* Regalia Club VIP namecard — top section from PSD (619×805) */

:root {
  --vip-gold: #c8a04e;
  --vip-gold-light: #e2c06a;
  --vip-gold-deep: #9a7728;
  --vip-text: #ffffff;
  --vip-width: 619px;
}

.regalia-page {
  margin: 0 auto;
  max-width: var(--vip-width);
  background: #050505;
}

.vip-card {
  position: relative;
  width: 100%;
  aspect-ratio: 619 / 805;
  min-height: 520px;
  overflow: hidden;
  color: var(--vip-text);
}

.vip-card__bg {
  position: absolute;
  inset: 0;
  background-image: url("background.jpg");
  background-image: linear-gradient(180deg, rgba(5, 5, 8, 0.18) 0%, rgba(5, 5, 8, 0.42) 100%), url("background.webp");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.vip-card__content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  padding: 7.5% 6% 8%;
  text-align: center;
}

.vip-card__title {
  margin: 0;
  font-family: "Playfair Display", "Times New Roman", Georgia, serif;
  font-size: clamp(1.65rem, 7.2vw, 2.45rem);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: 0.01em;
  background: linear-gradient(180deg, #f3df98 0%, #c8a04e 45%, #9a7728 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.45));
}

.vip-card__rule {
  width: min(72%, 360px);
  height: 2px;
  margin: 3.5% auto 0;
  border: 0;
  background: linear-gradient(90deg, transparent, #c8a04e, transparent);
}

.vip-card__cards {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 2% 0;
}

.vip-card__cards img {
  width: 98%;
  max-width: 560px;
  height: auto;
  filter: drop-shadow(0 18px 36px rgba(0, 0, 0, 0.55));
}

.vip-card__footer {
  width: 100%;
  margin-top: auto;
}

.vip-card__badge {
  margin: 0 0 3%;
  font-family: "Playfair Display", "Times New Roman", Georgia, serif;
  font-size: clamp(1rem, 4.2vw, 1.35rem);
  font-weight: 600;
  letter-spacing: 0.04em;
  color: var(--vip-gold-light);
}

.vip-card__badge-rule {
  width: min(58%, 280px);
  height: 2px;
  margin: 0 auto 4%;
  border: 0;
  background: linear-gradient(90deg, transparent, #c8a04e, transparent);
}

.vip-card__contact {
  margin: 0;
  font-family: Inter, "Segoe UI", sans-serif;
  font-size: clamp(0.82rem, 3.2vw, 1rem);
  font-weight: 400;
  letter-spacing: 0.01em;
  color: rgba(255, 255, 255, 0.92);
}

.vip-card__contact a {
  color: inherit;
  text-decoration: none;
}

.vip-card__contact a:hover {
  color: var(--vip-gold-light);
}

.andy-section {
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.andy-section .page-shell {
  width: 100%;
  margin: 0;
  max-width: none;
}

.andy-section .hero {
  min-height: auto;
}

@media (min-width: 620px) {
  .regalia-page {
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.05);
  }
}
