:root {
  --ink: #08183f;
  --navy: #09245c;
  --blue: #0874d6;
  --paper: #fff8ea;
  --paper-deep: #ffe1a6;
  --red: #df1f26;
  --red-dark: #9f1118;
  --yellow: #ffbc22;
  --green: #2aa24d;
  --purple: #6c2aa6;
  --orange: #ef7d16;
  --shadow: 0 18px 38px rgba(5, 16, 45, 0.18);
  --soft-shadow: 0 9px 20px rgba(5, 16, 45, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  max-width: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 8% 8%, #183d86 0 10rem, transparent 10.2rem),
    radial-gradient(circle at 98% 0, #6034b6 0 4.5rem, transparent 4.7rem),
    linear-gradient(180deg, #fffaf1 0%, #fff4dd 55%, #08275d 55%, #061b48 100%);
  font-family: "Trebuchet MS", "Arial Rounded MT Bold", system-ui, sans-serif;
  max-width: 100%;
  min-width: 0;
  overflow-x: hidden;
}

button,
input {
  font: inherit;
}

a {
  color: inherit;
  text-decoration: none;
}

.page-confetti {
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  position: fixed;
  z-index: 1;
}

.page-confetti span {
  border-radius: 3px;
  display: block;
  height: 1rem;
  position: absolute;
  transform: rotate(var(--spin, 18deg));
  width: 0.55rem;
}

.page-confetti span:nth-child(1) {
  --spin: -18deg;
  background: var(--red);
  left: 2%;
  top: 12%;
}

.page-confetti span:nth-child(2) {
  --spin: 35deg;
  background: var(--yellow);
  left: 14%;
  top: 4%;
}

.page-confetti span:nth-child(3) {
  --spin: -8deg;
  background: var(--blue);
  left: 38%;
  top: 7%;
}

.page-confetti span:nth-child(4) {
  --spin: 55deg;
  background: #c12073;
  left: 56%;
  top: 3%;
}

.page-confetti span:nth-child(5) {
  --spin: 15deg;
  background: var(--orange);
  left: 74%;
  top: 8%;
}

.page-confetti span:nth-child(6) {
  --spin: -35deg;
  background: #6a39b6;
  left: 4%;
  top: 34%;
}

.page-confetti span:nth-child(7) {
  --spin: 24deg;
  background: var(--green);
  left: 12%;
  top: 92%;
}

.page-confetti span:nth-child(8) {
  --spin: -12deg;
  background: var(--red);
  left: 21%;
  top: 88%;
}

.page-confetti span:nth-child(9) {
  --spin: 36deg;
  background: var(--yellow);
  left: 91%;
  top: 78%;
}

.page-confetti span:nth-child(10) {
  --spin: -22deg;
  background: var(--blue);
  left: 97%;
  top: 90%;
}

.hero,
main {
  max-width: 100%;
  min-width: 0;
  position: relative;
  z-index: 2;
}

.hero {
  min-height: 44rem;
  padding: 1.5rem clamp(1rem, 4vw, 4rem) 2.4rem;
}

.topbar {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 72rem;
  min-width: 0;
}

.brand {
  align-items: center;
  background: #082b65;
  border: 3px solid #1c5ca2;
  border-radius: 1rem;
  box-shadow: 0 7px 0 #04163a, var(--soft-shadow);
  color: white;
  display: inline-flex;
  gap: 0.4rem;
  padding: 0.45rem 0.7rem 0.5rem;
  transform: rotate(-4deg);
}

.brand-kicker,
.brand-badge {
  font-size: clamp(0.58rem, 2vw, 0.8rem);
  font-weight: 900;
  letter-spacing: 0;
}

.brand-main {
  color: white;
  font-size: clamp(1.2rem, 4vw, 1.75rem);
  font-weight: 900;
  text-shadow: 0 3px 0 rgba(0, 0, 0, 0.25);
}

.brand-badge {
  background: var(--red);
  border-radius: 0.35rem;
  padding: 0.18rem 0.32rem;
}

.nav-button {
  background: white;
  border: 2px solid rgba(8, 24, 63, 0.15);
  border-radius: 999px;
  box-shadow: var(--soft-shadow);
  font-weight: 900;
  padding: 0.72rem 1.1rem;
}

.hero-grid {
  align-items: center;
  display: grid;
  gap: clamp(1.5rem, 4vw, 4rem);
  grid-template-columns: minmax(0, 0.92fr) minmax(23rem, 1.08fr);
  margin: 3rem auto 0;
  max-width: 72rem;
  min-width: 0;
}

.hero-copy {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  min-width: 0;
}

.tape {
  border-radius: 0.7rem 0.45rem 0.7rem 0.45rem;
  box-shadow: 0 7px 0 rgba(8, 24, 63, 0.14);
  color: white;
  display: inline-block;
  font-weight: 900;
  margin: 0;
  max-width: 24rem;
  padding: 0.72rem 1rem;
  transform: rotate(-2deg);
}

.tape-blue {
  background: var(--blue);
}

h1 {
  display: grid;
  gap: 0.65rem;
  margin: 0;
  max-width: 100%;
  min-width: 0;
}

h1 span {
  background: white;
  border-radius: 0.75rem 0.35rem 0.6rem 0.35rem;
  box-shadow: 0 8px 0 rgba(8, 24, 63, 0.1), var(--soft-shadow);
  color: var(--ink);
  display: inline-block;
  font-size: clamp(3rem, 9vw, 6.1rem);
  font-weight: 900;
  line-height: 0.95;
  max-width: 100%;
  padding: 0.2rem 0.65rem 0.48rem;
  transform: rotate(-2.2deg);
}

h1 span:last-child {
  color: var(--red);
  transform: rotate(-1deg) translateX(0.6rem);
}

.hero-lead {
  background: #ffd45f;
  border-radius: 0.8rem 0.35rem 1rem 0.35rem;
  box-shadow: 0 8px 0 #dfa122, var(--soft-shadow);
  font-size: clamp(1.05rem, 2vw, 1.35rem);
  font-weight: 900;
  line-height: 1.35;
  margin: 0;
  max-width: 36rem;
  padding: 1rem 1.25rem;
}

.hero-button,
.confirm-button {
  align-items: center;
  background: var(--red);
  border: 0;
  border-radius: 999px;
  box-shadow: 0 7px 0 var(--red-dark), var(--soft-shadow);
  color: white;
  cursor: pointer;
  display: inline-flex;
  font-size: clamp(1.15rem, 3vw, 1.55rem);
  font-weight: 900;
  gap: 1.2rem;
  justify-content: center;
  min-height: 4.15rem;
  padding: 0.75rem 1.6rem 0.9rem;
  transition: transform 160ms ease, box-shadow 160ms ease, filter 160ms ease;
}

.hero-button {
  background: var(--purple);
  box-shadow: 0 7px 0 #3d1167, var(--soft-shadow);
  margin-top: 1rem;
  min-width: min(100%, 22rem);
}

.hero-button:hover,
.confirm-button:hover:not(:disabled) {
  filter: saturate(1.1);
  transform: translateY(-2px);
}

.hero-button:active,
.confirm-button:active:not(:disabled) {
  box-shadow: 0 3px 0 var(--red-dark), var(--soft-shadow);
  transform: translateY(3px);
}

.game-scene {
  aspect-ratio: 1.05;
  max-width: 100%;
  min-height: 28rem;
  min-width: 0;
  position: relative;
}

.speech-bubble {
  background: #1268c5;
  border: 4px solid white;
  border-radius: 1rem 1rem 1rem 0.25rem;
  box-shadow: var(--soft-shadow);
  color: white;
  font-weight: 900;
  line-height: 1.2;
  max-width: 14rem;
  padding: 0.85rem 1rem;
  position: absolute;
  right: 0.5rem;
  top: 0.5rem;
  transform: rotate(-4deg);
  z-index: 4;
}

.speech-bubble::after {
  border-color: white transparent transparent white;
  border-style: solid;
  border-width: 0.8rem;
  bottom: -1.35rem;
  content: "";
  position: absolute;
  right: 3rem;
}

.table {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.1), transparent 25% 75%, rgba(0, 0, 0, 0.12)),
    #9a551b;
  border-radius: 44% 38% 10% 10%;
  bottom: 0;
  box-shadow: inset 0 0 0 0.35rem rgba(80, 35, 8, 0.25), var(--shadow);
  height: 54%;
  left: 2%;
  position: absolute;
  right: 0;
  transform: perspective(50rem) rotateX(12deg);
}

.rack {
  align-items: end;
  background: #071b3d;
  border-radius: 0.45rem;
  box-shadow: inset 0 0.35rem 0 #123e77, 0 0.35rem 0 rgba(0, 0, 0, 0.2);
  display: flex;
  gap: 0.32rem;
  padding: 0.45rem 0.55rem;
  position: absolute;
}

.rack-back {
  left: 28%;
  top: 24%;
  transform: rotate(1deg);
}

.rack-front {
  bottom: 11%;
  left: 17%;
  transform: rotate(2deg);
}

.tile,
.held-tile,
.mini-rack span {
  align-items: center;
  background: #fffaf1;
  border: 2px solid #ecd6aa;
  border-radius: 0.35rem;
  box-shadow: 0 0.22rem 0 #d7b875;
  display: inline-flex;
  font-weight: 900;
  height: 2.4rem;
  justify-content: center;
  min-width: 1.75rem;
  padding: 0 0.25rem;
}

.tile-big {
  font-size: 2.2rem;
  height: 4.2rem;
  min-width: 3.2rem;
}

.tile-red {
  color: var(--red);
}

.tile-blue {
  color: var(--blue);
}

.tile-orange {
  color: var(--orange);
}

.joker {
  color: var(--ink);
}

.player {
  position: absolute;
  z-index: 3;
}

.player .face {
  background: #ffad65;
  border-radius: 50% 50% 46% 46%;
  box-shadow: inset 0 -0.25rem 0 rgba(127, 55, 21, 0.16);
  height: 4.2rem;
  position: relative;
  width: 3.8rem;
}

.player .face::before,
.player .face::after {
  background: var(--ink);
  border-radius: 50%;
  content: "";
  height: 0.33rem;
  position: absolute;
  top: 1.55rem;
  width: 0.33rem;
}

.player .face::before {
  left: 1rem;
}

.player .face::after {
  right: 1rem;
}

.player .face span {
  border-bottom: 0.24rem solid #7a2616;
  border-radius: 50%;
  bottom: 0.9rem;
  height: 0.9rem;
  left: 1.25rem;
  position: absolute;
  width: 1.35rem;
}

.player .hair {
  background: #2a1208;
  border-radius: 50% 50% 35% 30%;
  height: 1.9rem;
  left: -0.2rem;
  position: absolute;
  top: -0.55rem;
  width: 4.2rem;
  z-index: 2;
}

.player .body {
  border-radius: 1.2rem 1.2rem 0.6rem 0.6rem;
  height: 5rem;
  left: -0.65rem;
  position: absolute;
  top: 3.6rem;
  width: 5.1rem;
  z-index: -1;
}

.player-one {
  left: 6%;
  top: 27%;
  transform: rotate(-7deg);
}

.player-one .body {
  background: #6d3aa0;
}

.player-two {
  right: 23%;
  top: 17%;
  transform: rotate(6deg);
}

.player-two .body {
  background: #27904e;
}

.held-tile {
  font-size: 1.65rem;
  height: 3.5rem;
  position: absolute;
  right: -2.1rem;
  top: 3.4rem;
  transform: rotate(8deg);
  width: 2.65rem;
}

.booking-section {
  background: #fffaf1;
  border-radius: 48% 52% 0 0 / 3rem 3rem 0 0;
  margin-top: -1rem;
  max-width: 100%;
  min-width: 0;
  padding: 2.4rem clamp(1rem, 4vw, 4rem) 3.3rem;
}

.section-heading {
  margin: 0 auto 1.6rem;
  max-width: 72rem;
}

.section-heading h2 {
  background: var(--navy);
  border-radius: 0.45rem 0.8rem 0.45rem 0.8rem;
  box-shadow: 0 7px 0 #04163a;
  color: white;
  display: inline-block;
  font-size: clamp(2.1rem, 5vw, 3.25rem);
  line-height: 1;
  margin: 0;
  padding: 0.55rem 1rem 0.75rem;
  transform: rotate(-1deg);
}

.section-heading p {
  font-size: 1.05rem;
  font-weight: 900;
  margin: 1rem 0 0;
}

.booking-layout {
  align-items: start;
  display: grid;
  gap: clamp(1.25rem, 3vw, 2rem);
  grid-template-columns: minmax(0, 1.4fr) minmax(20rem, 0.78fr);
  margin: 0 auto;
  max-width: 72rem;
  min-width: 0;
}

.calendar-card,
.reservation-panel {
  background: rgba(255, 255, 255, 0.92);
  border: 2px solid rgba(8, 24, 63, 0.08);
  border-radius: 0.5rem;
  box-shadow: var(--shadow);
  min-width: 0;
}

.calendar-card {
  padding: clamp(1rem, 3vw, 1.7rem);
}

.month-bar {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-bottom: 1.2rem;
}

.month-bar button {
  align-items: center;
  background: transparent;
  border: 0;
  color: rgba(8, 24, 63, 0.55);
  display: inline-flex;
  font-size: 2.2rem;
  font-weight: 900;
  height: 2.5rem;
  justify-content: center;
  width: 3rem;
}

.month-bar h3 {
  font-size: clamp(1.4rem, 4vw, 2rem);
  margin: 0 1.5rem;
}

.weekdays,
.calendar-grid {
  display: grid;
  gap: 0.72rem;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  min-width: 0;
}

.weekdays {
  color: rgba(8, 24, 63, 0.72);
  font-size: clamp(0.7rem, 2vw, 0.92rem);
  font-weight: 900;
  margin-bottom: 0.7rem;
  text-align: center;
}

.day-cell {
  align-items: stretch;
  background: #f2eee8;
  border: 0;
  border-radius: 0.5rem;
  color: rgba(8, 24, 63, 0.25);
  display: flex;
  flex-direction: column;
  min-height: clamp(5.8rem, 10vw, 6.7rem);
  padding: 0.5rem;
  position: relative;
  min-width: 0;
}

.day-cell.other-month {
  opacity: 0.72;
}

.day-cell.available {
  background: #fff2d0;
  border: 2px solid #f6d17c;
  color: var(--ink);
  box-shadow: inset 0 0 0 0.12rem rgba(255, 255, 255, 0.65);
}

.day-number {
  font-size: clamp(1.1rem, 3vw, 1.65rem);
  font-weight: 900;
  line-height: 1;
  text-align: center;
}

.slot-buttons {
  display: grid;
  gap: 0.32rem;
  grid-template-columns: 1fr;
  margin-top: auto;
}

.slot-button {
  align-items: center;
  border: 0;
  border-radius: 0.35rem;
  box-shadow: 0 0.16rem 0 rgba(0, 0, 0, 0.22);
  color: white;
  cursor: pointer;
  display: inline-flex;
  font-size: clamp(0.66rem, 1vw, 0.82rem);
  font-weight: 900;
  gap: 0.28rem;
  justify-content: center;
  line-height: 1;
  min-height: 1.72rem;
  overflow: visible;
  padding: 0.22rem 0.35rem 0.26rem;
  text-overflow: clip;
  white-space: nowrap;
}

.slot-button[data-period="morning"] {
  background: var(--green);
}

.slot-button[data-period="afternoon"] {
  background: var(--blue);
}

.slot-button.is-selected {
  box-shadow: 0 0 0 3px white, 0 0 0 6px var(--red);
  transform: translateY(-1px);
}

.calendar-note {
  align-items: center;
  display: flex;
  font-weight: 700;
  gap: 0.6rem;
  margin: 1.35rem 0 0;
}

.calendar-note span {
  color: var(--yellow);
  font-size: 1.45rem;
}

.reservation-panel {
  padding: clamp(1.1rem, 3vw, 1.6rem);
}

.panel-title {
  align-items: center;
  display: flex;
  gap: 0.75rem;
  margin-bottom: 1rem;
}

.panel-icon {
  background: var(--purple);
  border-radius: 1rem 0.45rem 1rem 0.45rem;
  box-shadow: 0 5px 0 #3d1167;
  color: white;
  font-size: 0.65rem;
  font-weight: 900;
  letter-spacing: 0;
  padding: 0.72rem 0.65rem;
  transform: rotate(-4deg);
}

.panel-title h3 {
  background: var(--purple);
  border-radius: 0.45rem 0.9rem 0.45rem 0.9rem;
  box-shadow: 0 5px 0 #3d1167;
  color: white;
  font-size: clamp(1.7rem, 4vw, 2.25rem);
  line-height: 1;
  margin: 0;
  padding: 0.55rem 0.9rem 0.7rem;
}

.selected-summary {
  border-bottom: 2px dashed rgba(8, 24, 63, 0.22);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.35;
  min-height: 4.3rem;
  padding: 0.6rem 0 1rem;
}

.selected-summary strong {
  color: var(--purple);
  display: block;
  font-size: 1.28rem;
}

.selected-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-top: 0.65rem;
}

.selected-chips span {
  background: #fff2d0;
  border: 1px solid #f1cf80;
  border-radius: 999px;
  box-shadow: 0 0.16rem 0 rgba(8, 24, 63, 0.1);
  color: var(--ink);
  display: inline-flex;
  font-size: 0.86rem;
  font-weight: 900;
  padding: 0.3rem 0.58rem;
}

.reservation-form {
  display: grid;
  gap: 0.75rem;
  margin-top: 1.25rem;
}

.reservation-form label {
  font-size: 1.1rem;
  font-weight: 900;
}

.reservation-form label span {
  color: var(--red);
}

.reservation-form input {
  background: white;
  border: 2px solid rgba(8, 24, 63, 0.22);
  border-radius: 0.4rem;
  min-height: 3.4rem;
  outline: 0;
  padding: 0.75rem 0.95rem;
  width: 100%;
}

.reservation-form input:focus {
  border-color: var(--purple);
  box-shadow: 0 0 0 4px rgba(108, 42, 166, 0.15);
}

.confirm-button {
  font-size: clamp(1rem, 3vw, 1.35rem);
  margin-top: 0.85rem;
  width: 100%;
}

.confirm-button:disabled {
  cursor: not-allowed;
  filter: grayscale(0.4);
  opacity: 0.55;
}

.status-message {
  font-weight: 900;
  line-height: 1.35;
  min-height: 2.5rem;
  padding: 1rem 0 0;
}

.status-message.is-ok {
  color: var(--green);
}

.status-message.is-error {
  color: var(--red);
}

.public-reservations {
  border-top: 2px dashed rgba(8, 24, 63, 0.16);
  margin-top: 0.6rem;
  padding-top: 1rem;
}

.public-reservations h4 {
  margin: 0 0 0.6rem;
}

.public-reservation-list {
  display: grid;
  gap: 0.55rem;
}

.public-reservation {
  background: #fff8e8;
  border: 1px solid #efd293;
  border-radius: 0.45rem;
  display: grid;
  gap: 0.45rem;
  padding: 0.62rem 0.7rem;
}

.public-reservation strong {
  color: var(--ink);
  font-size: 0.98rem;
  overflow-wrap: anywhere;
}

.public-reservation-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
}

.public-reservation-chips span,
.empty-reservations {
  background: white;
  border: 1px solid rgba(8, 24, 63, 0.12);
  border-radius: 999px;
  color: rgba(8, 24, 63, 0.78);
  font-size: 0.78rem;
  font-weight: 900;
  line-height: 1.25;
  margin: 0;
  overflow-wrap: anywhere;
  padding: 0.28rem 0.5rem;
}

.sticky-note {
  background: #ffd867;
  box-shadow: 0 5px 0 #e2ad21, var(--soft-shadow);
  font-weight: 800;
  line-height: 1.35;
  margin-top: 1.25rem;
  padding: 0.9rem 1rem;
  transform: rotate(-2deg);
}

.feature-strip {
  background: #061b48;
  color: white;
  display: grid;
  gap: 1.25rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  padding: 2.2rem clamp(1rem, 4vw, 4rem) 2.6rem;
}

.feature-strip article {
  align-items: center;
  display: grid;
  gap: 0.35rem 0.9rem;
  grid-template-columns: 4.5rem minmax(0, 1fr);
  max-width: 18rem;
}

.feature-strip h3,
.feature-strip p {
  margin: 0;
}

.feature-strip h3 {
  color: #ffd867;
  font-size: 1rem;
}

.feature-strip p {
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.92rem;
  line-height: 1.35;
}

.feature-strip article > :first-child {
  grid-row: span 2;
}

.mini-rack {
  align-items: end;
  background: #071124;
  border-radius: 0.4rem;
  display: flex;
  gap: 0.15rem;
  justify-content: center;
  padding: 0.45rem 0.4rem;
  transform: rotate(-7deg);
}

.mini-rack span {
  color: var(--red);
  height: 2.4rem;
  min-width: 1.35rem;
}

.team-dot,
.cup-shape,
.mug-shape {
  height: 4rem;
  position: relative;
  width: 4rem;
}

.team-dot {
  background:
    radial-gradient(circle at 35% 35%, #7fd0ff 0 0.45rem, transparent 0.5rem),
    radial-gradient(circle at 62% 35%, #ffc5df 0 0.45rem, transparent 0.5rem),
    radial-gradient(circle at 50% 62%, #8ee07f 0 0.5rem, transparent 0.55rem),
    #137bd3;
  border-radius: 50%;
  box-shadow: inset 0 0 0 0.3rem rgba(255, 255, 255, 0.2), var(--soft-shadow);
}

.cup-shape {
  background: linear-gradient(180deg, #ffc84d, #ef8b16);
  border-radius: 0.5rem 0.5rem 1rem 1rem;
  box-shadow: inset 0 0 0 0.25rem rgba(255, 255, 255, 0.25), var(--soft-shadow);
  clip-path: polygon(12% 10%, 88% 10%, 78% 70%, 58% 70%, 58% 88%, 78% 88%, 78% 100%, 22% 100%, 22% 88%, 42% 88%, 42% 70%, 22% 70%);
}

.mug-shape {
  background: #fffaf1;
  border-radius: 0.55rem;
  box-shadow: inset 0 0 0 0.25rem #e7d7b4, var(--soft-shadow);
}

.mug-shape::after {
  border: 0.35rem solid #fffaf1;
  border-left: 0;
  border-radius: 0 1rem 1rem 0;
  content: "";
  height: 1.8rem;
  position: absolute;
  right: -1rem;
  top: 1.1rem;
  width: 1rem;
}

@media (max-width: 960px) {
  body {
    background:
      radial-gradient(circle at 6% 4%, #183d86 0 7rem, transparent 7.2rem),
      linear-gradient(180deg, #fffaf1 0%, #fff4dd 64%, #08275d 64%, #061b48 100%);
  }

  .hero {
    min-height: auto;
  }

  .hero-grid,
  .booking-layout {
    grid-template-columns: 1fr;
  }

  .game-scene {
    min-height: 24rem;
  }

  .booking-section {
    border-radius: 2rem 2rem 0 0;
  }

  .feature-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .hero {
    padding-inline: 0.85rem;
  }

  .booking-section {
    padding-inline: 0.55rem;
  }

  .calendar-card {
    padding: 0.55rem;
  }

  .topbar {
    align-items: flex-start;
    gap: 1rem;
  }

  .brand {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.05rem;
  }

  .hero-grid {
    margin-top: 2rem;
  }

  h1 span {
    font-size: 2.35rem;
    max-width: calc(100vw - 2rem);
    padding-inline: 0.45rem;
  }

  h1 span:last-child {
    transform: rotate(-1deg);
  }

  .game-scene {
    overflow: hidden;
    min-height: 20rem;
  }

  .speech-bubble {
    font-size: 0.82rem;
    max-width: 10rem;
  }

  .player-two {
    right: 15%;
  }

  .weekdays,
  .calendar-grid {
    gap: 0.22rem;
  }

  .weekdays {
    font-size: 0.62rem;
  }

  .day-cell {
    border-radius: 0.5rem;
    min-height: 4.85rem;
    padding: 0.16rem;
  }

  .day-number {
    font-size: 1rem;
  }

  .slot-buttons {
    gap: 0.16rem;
    grid-template-columns: 1fr;
  }

  .slot-button {
    font-size: 0.54rem;
    min-height: 1.28rem;
    min-width: 0;
    overflow: hidden;
    padding: 0.18rem 0.05rem 0.2rem;
    width: 100%;
  }

  .slot-button.is-selected {
    box-shadow:
      inset 0 0 0 2px white,
      inset 0 0 0 4px var(--red),
      0 0.16rem 0 rgba(0, 0, 0, 0.22);
    transform: none;
  }

  .calendar-note {
    align-items: flex-start;
  }

  .feature-strip {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 360px) {
  h1 span {
    font-size: 1.85rem;
  }

  .hero {
    padding-inline: 0.6rem;
  }

  .booking-section {
    padding-inline: 0.35rem;
  }

  .calendar-card {
    padding: 0.38rem;
  }

  .weekdays,
  .calendar-grid {
    gap: 0.16rem;
  }
}

@media (min-width: 361px) and (max-width: 430px) {
  h1 span {
    font-size: 2.1rem;
  }
}
