* {
  box-sizing: border-box;
}

body {
  margin: 0;
  background: #c978e6;
  font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.page {
  max-width: 1100px;
  margin: 0 auto;
  padding: 24px;
  color: #fff;
}

.top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.queens {
  font-weight: 900;
  font-size: clamp(64px, 10vw, 160px);
  line-height: 0.9;
}

.of {
  font-size: 0.3em;
  vertical-align: middle;
  margin-left: 0.1em;
}

.womens {
  text-align: right;
  font-weight: 800;
  font-size: clamp(18px, 2.5vw, 32px);
}

.banner {
  margin: 0;
  background: rgba(0,0,0, .5);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 28px 16px;
  font-weight: 800;
  text-transform: uppercase;
      z-index: 99999;
    width: 100%;
    position: absolute;
    top: 0;
}

.banner-left {
  font-size: clamp(18px, 3vw, 32px);
}

.banner-right {
  text-align: right;
  font-size: clamp(14px, 2vw, 29px);
}

.green {
  color: #7CFF3A;
}

.strike {
  text-decoration: line-through;
  opacity: 0.6;
}

.photo-banner-wrapper {
 position: relative;
}

.photo {
  position: relative;
  margin: 24px 0;
}

.photo img {
  width: 100%;
  display: block;
}

.photo .logo {
  position: absolute;
  bottom: 76px;
  left: 76px;
  width: 350px;
}

.bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  position: relative;
}

.last {
  font-weight: 900;
  font-size: clamp(28px, 4vw, 56px);
}

.time {
  font-weight: 800;
  font-size: clamp(16px, 2.5vw, 28px);
  margin-top: 8px;
}

.steel {
  font-weight: 900;
  font-size: clamp(72px, 12vw, 200px);
  line-height: 0.85;
  position: absolute;
  right: 0;
  bottom: 149px;
}

.dates-section {
  margin-top: 48px;
  padding: 28px;
  background: linear-gradient(135deg, rgba(255,255,255,0.12), rgba(0,0,0,0.25));
  border: 2px solid rgba(255,255,255,0.35);
  border-radius: 18px;
  backdrop-filter: blur(4px);
}

.dates-section h2 {
  margin: 0 0 18px;
  font-family: 'Fraunces', 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: clamp(22px, 3.2vw, 34px);
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.dates-grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.dates-grid li {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 14px 16px;
  background: rgba(0,0,0,0.35);
  border: 1px solid rgba(255,255,255,0.25);
  border-radius: 12px;
  box-shadow: 0 10px 22px rgba(0,0,0,0.2);
}

.dates-grid .month {
  font-weight: 800;
  font-size: clamp(14px, 1.7vw, 18px);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.dates-grid .date {
  font-family: 'Fraunces', 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: clamp(14px, 1.7vw, 18px);
}

.royal-section {
  margin-top: 44px;
  padding: 32px;
  background: #fffaf5;
  color: #241b22;
  border: 2px solid rgba(0,0,0,0.08);
  border-radius: 20px;
  box-shadow: 0 18px 40px rgba(0,0,0,0.18);
  font-family: 'Fraunces', 'Georgia', 'Times New Roman', serif;
}

.royal-section h2 {
  margin: 0 0 8px;
  font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: clamp(26px, 3.6vw, 42px);
}

.royal-section h3 {
  margin: 26px 0 8px;
  font-size: clamp(18px, 2.4vw, 28px);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.royal-section h4 {
  margin: 16px 0 6px;
  font-size: clamp(16px, 2vw, 22px);
}

.royal-section p {
  margin: 0 0 12px;
  font-size: clamp(14px, 1.8vw, 20px);
  line-height: 1.6;
}

.royal-kicker {
  margin-bottom: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.royal-subtitle {
  margin-top: 0;
  opacity: 0.78;
  font-style: italic;
}

.royal-block {
  padding: 14px 16px;
  border-radius: 12px;
  background: rgba(0,0,0,0.05);
  border: 1px solid rgba(0,0,0,0.08);
  margin-bottom: 12px;
}

.royal-highlight {
  margin: 18px 0;
  padding: 16px 18px;
  border-radius: 14px;
  background: #effbe4;
  border: 1px solid rgba(0,0,0,0.08);
}

.royal-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 10px 0 18px;
  padding: 12px 22px;
  border-radius: 999px;
  background: #7CFF3A;
  color: #1a1a1a;
  text-decoration: none;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  box-shadow: 0 12px 24px rgba(0,0,0,0.25);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.royal-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 28px rgba(0,0,0,0.3);
}

.royal-button:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 3px;
}

.royal-schedule .time {
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-right: 8px;
}

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

@media (max-width: 600px) {
  .dates-section {
    padding: 20px;
  }

  .dates-grid {
    grid-template-columns: 1fr;
  }

  .royal-section {
    padding: 22px;
  }
}
