*,
*::before,
*::after {
  box-sizing: border-box;
}

:root {
  --cream: #f6e4c8;
  --deep-blue: #0e6074;
  --aqua: #16c5d2;
  --yellow: #f7c500;
  --orange: #f48a00;
  --red: #ee4036;
  --pink: #f88cad;
  --ink: #083c4d;
  --shadow: rgba(8, 60, 77, 0.22);
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  color: var(--ink);
  background:
    linear-gradient(140deg, rgba(255, 255, 255, 0.28), transparent 28%),
    linear-gradient(300deg, rgba(246, 138, 0, 0.22), transparent 30%),
    var(--cream);
  overflow-x: hidden;
}

body::before,
body::after {
  content: "";
  position: fixed;
  z-index: -1;
  width: 38vw;
  aspect-ratio: 1;
  opacity: 0.9;
  filter: blur(4px);
}

body::before {
  top: -10vw;
  right: -8vw;
  background: linear-gradient(160deg, var(--red), var(--orange));
  clip-path: polygon(12% 0, 100% 0, 86% 100%, 0 72%);
}

body::after {
  bottom: -12vw;
  left: -8vw;
  background: linear-gradient(180deg, var(--deep-blue), var(--aqua));
  clip-path: polygon(0 24%, 90% 0, 100% 100%, 16% 84%);
}

.page-shell {
  width: min(1140px, calc(100vw - 2rem));
  margin: 0 auto;
  padding: 2rem 0 4rem;
}

.hero,
.details-grid,
.ticket-panel {
  animation: rise-in 700ms ease both;
}

.hero {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 2.2rem;
  align-items: stretch;
}

.detail-card,
.ticket-panel {
  position: relative;
  border: 4px solid rgba(8, 60, 77, 0.12);
  box-shadow: 0 18px 40px var(--shadow);
}

.hero-copy {
  position: relative;
  padding: 0.4rem 0 0.5rem;
  color: var(--ink);
  transform: translate(-0.1rem, 0.45rem);
}

.eyebrow,
.detail-label,
.ticket-kicker {
  margin: 0;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 700;
}

.eyebrow {
  display: inline-flex;
  padding: 0.35rem 0.8rem;
  color: var(--ink);
  background: var(--yellow);
  font-size: 1.15rem;
  clip-path: polygon(5% 0, 100% 0, 95% 100%, 0 100%, 0 20%);
}

h1,
h2 {
  margin: 0;
  line-height: 0.92;
  text-transform: uppercase;
}

h1 {
  margin-top: 0.75rem;
  font-family: "Anton", Impact, sans-serif;
  font-size: clamp(4rem, 10vw, 7rem);
  letter-spacing: 0.02em;
}

.intro {
  max-width: 32rem;
  margin: 1rem 0 0;
  font-size: clamp(1.2rem, 2vw, 1.5rem);
  line-height: 1.1;
  color: var(--deep-blue);
  font-weight: 700;
}

.reservation-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1.6rem;
}

.reservation-option {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 11rem;
  width: 100%;
  padding: 1rem;
  border: 0;
  color: var(--ink);
  text-align: left;
  cursor: pointer;
  box-shadow: 8px 8px 0 rgba(8, 60, 77, 0.18);
  transition: transform 160ms ease, box-shadow 160ms ease, filter 160ms ease;
}

.reservation-option:hover,
.reservation-option:focus-visible {
  transform: translate(-2px, -2px);
  box-shadow: 12px 12px 0 rgba(8, 60, 77, 0.2);
}

.reservation-option.is-selected {
  box-shadow: 0 0 0 4px rgba(8, 60, 77, 0.28), 12px 12px 0 rgba(8, 60, 77, 0.22);
  filter: saturate(1.08);
}

.reservation-option:nth-child(1) {
  background: var(--pink);
  clip-path: polygon(0 0, 100% 0, 94% 100%, 0 92%);
}

.reservation-option:nth-child(2) {
  background: var(--yellow);
  padding-left: 1.35rem;
  clip-path: polygon(4% 0, 100% 4%, 100% 100%, 0 94%);
}

.reservation-option:nth-child(3) {
  background: var(--deep-blue);
  color: #fff7e7;
  clip-path: polygon(0 6%, 100% 0, 92% 100%, 0 100%);
}

.reservation-option:nth-child(4) {
  background: var(--aqua);
  clip-path: polygon(6% 0, 100% 0, 100% 92%, 0 100%, 0 10%);
}

.option-label {
  display: inline-flex;
  align-self: flex-start;
  margin: 0;
  padding: 0.2rem 0.55rem;
  background: var(--cream);
  color: var(--ink);
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.option-quantity {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  min-width: 2.25rem;
  padding: 0.28rem 0.55rem;
  background: var(--yellow);
  color: var(--ink);
  font-family: "Anton", Impact, sans-serif;
  font-size: 1rem;
  line-height: 1;
  text-align: center;
}

.reservation-option:nth-child(3) .option-label,
.reservation-option:nth-child(3) .option-quantity {
  background: var(--yellow);
  color: var(--ink);
}

.reservation-option h2 {
  margin-top: 0.7rem;
  font-family: "Anton", Impact, sans-serif;
  font-size: clamp(1.6rem, 2.4vw, 2.1rem);
  line-height: 0.95;
}

.option-meta,
.option-price {
  margin: 0.85rem 0 0;
}

.option-meta {
  font-size: 1.1rem;
  line-height: 1.05;
  font-weight: 600;
}

.option-price {
  font-family: "Anton", Impact, sans-serif;
  font-size: 2rem;
  line-height: 0.95;
}

.selection-summary {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  flex-wrap: wrap;
  margin-top: 1.25rem;
  padding: 0.9rem 1rem;
  background: var(--cream);
  color: var(--ink);
  clip-path: polygon(4% 0, 100% 0, 96% 100%, 0 100%, 0 18%);
  box-shadow: 10px 10px 0 rgba(8, 60, 77, 0.16);
}

.summary-label,
.summary-total {
  margin: 0;
}

.summary-label {
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.summary-total {
  font-family: "Anton", Impact, sans-serif;
  font-size: clamp(1.5rem, 2.2vw, 2rem);
  line-height: 0.95;
}

.summary-reset {
  margin-left: auto;
  padding: 0.45rem 0.8rem;
  border: 0;
  background: var(--yellow);
  color: var(--ink);
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
}

.hero-actions {
  margin-top: 1.75rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.hero-note {
  margin: 0.85rem 0 0;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 14rem;
  padding: 0.95rem 1.4rem;
  border: 0;
  font-family: "Anton", Impact, sans-serif;
  font-size: 1.25rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translate(-2px, -2px);
}

.button-primary {
  color: var(--ink);
  background: var(--yellow);
  box-shadow: 10px 10px 0 rgba(8, 60, 77, 0.24);
}

.button-secondary {
  color: #fff7e7;
  background: var(--red);
  box-shadow: 10px 10px 0 rgba(8, 60, 77, 0.18);
}

.poster-card {
  position: relative;
  align-self: center;
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
  clip-path: none;
  overflow: visible;
  transform: rotate(3.5deg) translateY(0.35rem);
  transform-origin: center;
  isolation: isolate;
}

.poster-card::before {
  content: "";
  position: absolute;
  top: 1.4rem;
  right: -2.75rem;
  bottom: 1.5rem;
  left: 37%;
  background: linear-gradient(160deg, #ff6231, var(--orange));
  clip-path: polygon(14% 0, 100% 0, 100% 78%, 44% 68%, 22% 100%, 0 92%, 8% 28%);
  box-shadow: 0 18px 40px var(--shadow);
  z-index: -1;
}

.poster-card img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  box-shadow: 0 18px 40px var(--shadow);
}

.details-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-top: 1.5rem;
}

.detail-card {
  min-height: 18rem;
  padding: 1.5rem;
}

.detail-card-accent {
  background: linear-gradient(145deg, var(--orange), #ffcb3c);
  clip-path: polygon(0 0, 100% 0, 92% 100%, 0 92%);
}

.detail-card-dark {
  background: linear-gradient(145deg, var(--deep-blue), #0b7d96);
  color: #fff7e7;
  clip-path: polygon(8% 0, 100% 6%, 100% 100%, 0 94%);
}

.detail-card-light {
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.85), rgba(246, 228, 200, 0.98));
  clip-path: polygon(0 6%, 100% 0, 92% 100%, 0 100%);
}

.detail-label {
  font-size: 1.2rem;
}

.detail-card h2 {
  margin-top: 0.55rem;
  font-family: "Anton", Impact, sans-serif;
  font-size: clamp(2rem, 3vw, 2.8rem);
}

.detail-copy,
.ticket-panel p,
.detail-list {
  margin: 0.9rem 0 0;
  font-size: 1.25rem;
  line-height: 1.05;
}

.detail-price {
  margin-top: 1rem;
  font-family: "Anton", Impact, sans-serif;
  font-size: clamp(2.7rem, 5vw, 4rem);
  line-height: 0.95;
}

.detail-list {
  padding-left: 1.1rem;
}

.ticket-panel {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1.5rem;
  align-items: center;
  margin-top: 1.5rem;
  padding: 2rem;
  background:
    linear-gradient(90deg, rgba(247, 197, 0, 0.96), rgba(246, 138, 0, 0.96));
  clip-path: polygon(0 0, 100% 8%, 96% 100%, 0 92%);
}

.ticket-kicker {
  color: var(--red);
  font-size: 1.2rem;
}

.ticket-panel h2 {
  margin-top: 0.5rem;
  font-family: "Anton", Impact, sans-serif;
  font-size: clamp(2.2rem, 4vw, 4rem);
}

@keyframes rise-in {
  from {
    opacity: 0;
    transform: translateY(18px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 960px) {
  .hero,
  .details-grid,
  .ticket-panel {
    grid-template-columns: 1fr;
  }

  .hero-copy {
    transform: translate(-0.15rem, 0.2rem);
  }

  .poster-card {
    max-width: 34rem;
    justify-self: center;
    transform: rotate(2.25deg);
  }

  .poster-card::before {
    right: -1.6rem;
    left: 42%;
  }

  .ticket-panel {
    justify-items: start;
  }
}

@media (max-width: 640px) {
  .page-shell {
    width: min(100vw - 1rem, 36rem);
    padding-top: 0.75rem;
  }

  .hero-copy,
  .detail-card,
  .ticket-panel {
    padding: 1.2rem;
  }

  h1 {
    font-size: clamp(3.2rem, 20vw, 4.8rem);
  }

  .button {
    width: 100%;
  }

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

  .selection-summary {
    align-items: flex-start;
  }

  .summary-reset {
    margin-left: 0;
  }

  .hero-copy {
    transform: none;
  }

  .poster-card {
    transform: rotate(1.5deg);
  }

  .poster-card::before {
    top: 1rem;
    right: -0.85rem;
    bottom: 1rem;
    left: 48%;
  }

  .hero-note {
    font-size: 0.9rem;
  }

  .detail-copy,
  .ticket-panel p,
  .detail-list {
    font-size: 1.1rem;
  }
}
