:root {
  --bg-top: #eef5ff;
  --bg-bottom: #d7e7ff;
  --navy: #10214f;
  --blue: #2c6bff;
  --blue-dark: #1550d7;
  --yellow: #ffd52e;
  --white: #ffffff;
  --text: #1b2f64;
  --muted: #52689b;
  --panel: rgba(255, 255, 255, 0.78);
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  font-family: 'Avenir Next', 'Montserrat', 'Segoe UI', sans-serif;
  color: var(--text);
  background: linear-gradient(180deg, var(--bg-top) 0%, var(--bg-bottom) 100%);
  overflow-x: hidden;
}

.bg-glow {
  position: fixed;
  border-radius: 50%;
  pointer-events: none;
  z-index: -1;
}

.bg-glow-a {
  width: 36rem;
  height: 36rem;
  right: -11rem;
  top: -9rem;
  background: radial-gradient(circle, rgba(44, 107, 255, 0.35) 0%, rgba(44, 107, 255, 0) 68%);
}

.site-header,
main,
.site-footer {
  width: min(1100px, calc(100% - 2.25rem));
  margin: 0 auto;
}

main {
  flex: 1 0 auto;
}

.site-header {
  padding-top: 1.3rem;
}

.top-nav {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.brand img {
  width: clamp(200px, 23vw, 285px);
  display: block;
}

.hero {
  padding: 1.5rem 0 2rem;
  display: grid;
  grid-template-columns: 1.03fr 1fr;
  align-items: center;
  gap: 2rem;
}

.hero-copy {
  min-width: 0;
}

.eyebrow {
  margin: 0 0 0.4rem;
  color: var(--blue-dark);
  font-size: clamp(1.15rem, 2vw, 1.4rem);
  font-weight: 600;
  letter-spacing: 0.01em;
}

h1 {
  margin: 0;
  font-size: clamp(2.2rem, 5vw, 4.2rem);
  font-weight: 700;
  line-height: 1;
  max-width: 100%;
  overflow-wrap: anywhere;
  color: var(--navy);
}

.subtext {
  max-width: 42ch;
  color: var(--muted);
  font-size: clamp(1rem, 2vw, 1.18rem);
  line-height: 1.45;
  margin: 1rem 0 1.6rem;
}

.store-row {
  display: flex;
  flex-wrap: nowrap;
  gap: 0.8rem;
  align-items: center;
}

.store-badge {
  width: 220px;
  min-height: 74px;
  text-decoration: none;
  color: #1a1a1a;
  background: #eceef5;
  border: 2px solid #c9d1e5;
  border-radius: 19px;
  padding: 0.66rem 0.78rem;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
  display: flex;
  align-items: center;
  gap: 0.65rem;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  cursor: default;
}

.store-icon {
  display: inline-grid;
  place-items: center;
  width: 2.2rem;
  height: 2.2rem;
  flex: 0 0 2.2rem;
}

.apple-icon {
  font-family: 'SF Pro Display', 'Segoe UI Symbol', sans-serif;
  font-size: 1.85rem;
  line-height: 1;
  color: #090909;
}

.play-icon {
  width: 1.65rem;
  height: 1.65rem;
  background: transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.play-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.coming-ribbon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 1 1 auto;
  min-width: 0;
  margin-left: 0.05rem;
  height: 2.15rem;
  padding: 0 0.88rem;
  border-radius: 11px;
  background: linear-gradient(180deg, #d84d82 0%, #c6366f 100%);
  color: #ffffff;
  font-family: 'Avenir Next', 'Montserrat', 'Segoe UI', sans-serif;
  font-size: 1.02rem;
  line-height: 1;
  letter-spacing: 0.055em;
  font-weight: 800;
  white-space: nowrap;
  transform: rotate(-2.2deg);
  box-shadow: 0 6px 12px rgba(155, 29, 73, 0.2);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.hero-art {
  position: relative;
  min-height: 470px;
  isolation: isolate;
}

.art-frame {
  position: absolute;
  inset: 1rem 1rem 0.7rem;
  border-radius: 26px;
  background: linear-gradient(170deg, rgba(255, 255, 255, 0.86) 0%, rgba(229, 239, 255, 0.74) 100%);
  border: 1px solid rgba(255, 255, 255, 0.95);
  box-shadow: 0 18px 46px rgba(25, 52, 117, 0.21);
}

.card {
  position: absolute;
  width: clamp(150px, 18vw, 220px);
  border-radius: 30px;
  filter: drop-shadow(0 16px 20px rgba(22, 41, 90, 0.35));
}

.card-movie {
  top: 1.2rem;
  left: 1.4rem;
  transform: rotate(-5deg);
  z-index: 1;
}

.card-sports {
  top: 4.4rem;
  right: 1.4rem;
  transform: rotate(6deg);
  z-index: 4;
}

.card-locations {
  bottom: 1.1rem;
  left: 3rem;
  transform: rotate(-2deg);
}

.bubble {
  position: absolute;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-family: 'Avenir Next', 'Montserrat', 'Segoe UI', sans-serif;
  font-size: 1.7rem;
  font-weight: 800;
  color: var(--blue-dark);
  background: radial-gradient(circle at 32% 28%, #ffffff 0%, #dde9ff 100%);
  border: 2px solid rgba(255, 255, 255, 0.95);
  box-shadow: 0 10px 22px rgba(23, 49, 110, 0.2);
}

.bubble-a {
  top: -0.4rem;
  right: 0.9rem;
}

.bubble-b {
  bottom: 0.4rem;
  right: 2.4rem;
}

.info {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.9rem;
  margin-bottom: 2.1rem;
}

.info-card {
  background: var(--panel);
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 15px;
  padding: 1.05rem 1rem;
  box-shadow: 0 10px 28px rgba(25, 51, 114, 0.12);
}

.info-card h2 {
  margin: 0;
  font-family: 'Avenir Next', 'Montserrat', 'Segoe UI', sans-serif;
  font-weight: 700;
  font-size: 1.3rem;
  color: var(--navy);
}

.info-card p {
  margin: 0.3rem 0 0;
  color: #4a6298;
  line-height: 1.35;
}

.site-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.65);
  padding: 1rem 0 1.6rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.footer-brand {
  margin: 0;
  display: inline-block;
  font-family: 'Avenir Next', 'Montserrat', 'Segoe UI', sans-serif;
  font-weight: 700;
  color: #264dba;
  font-size: 1.2rem;
  text-decoration: none;
  border-bottom: 1px solid transparent;
}

.footer-brand:hover,
.footer-brand:focus-visible {
  border-bottom-color: currentColor;
}

.footer-links {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.footer-links a {
  color: #1d3d97;
  text-decoration: none;
  font-weight: 600;
  border-bottom: 1px solid transparent;
}

.footer-links a:hover,
.footer-links a:focus-visible {
  border-bottom-color: currentColor;
}

@media (max-width: 930px) {
  .hero {
    grid-template-columns: 1fr;
    gap: 1.2rem;
  }

  .hero-art {
    min-height: 420px;
  }

  .card {
    width: clamp(145px, 30vw, 210px);
  }

  .card-movie {
    top: 0.9rem;
    left: 0.9rem;
  }

  .card-sports {
    top: 3.8rem;
    right: 0.9rem;
  }

  .card-locations {
    bottom: 0.8rem;
    left: 1.8rem;
  }

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

  .site-footer {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 560px) {
  .site-header,
  main,
  .site-footer {
    width: min(1100px, calc(100% - 1.2rem));
  }

  h1 {
    font-size: clamp(1.9rem, 9.4vw, 2.45rem);
  }

  .store-row {
    gap: 0.55rem;
  }

  .store-badge {
    width: calc((100% - 0.55rem) / 2);
    min-height: 62px;
    min-width: 0;
    padding: 0.55rem 0.55rem;
    gap: 0.42rem;
    border-radius: 14px;
  }

  .store-icon {
    width: 1.7rem;
    height: 1.7rem;
    flex-basis: 1.7rem;
  }

  .apple-icon {
    font-size: 1.45rem;
  }

  .play-icon {
    width: 1.3rem;
    height: 1.3rem;
  }

  .coming-ribbon {
    height: 1.8rem;
    padding-inline: 0.5rem;
    font-size: clamp(0.82rem, 2.4vw, 0.9rem);
    letter-spacing: 0.03em;
  }

  .hero-art {
    min-height: 390px;
  }

  .art-frame {
    inset: 0.35rem 0.45rem 0.5rem;
  }

  .card {
    width: clamp(112px, 34vw, 150px);
  }

  .card-movie {
    width: clamp(128px, 40vw, 182px);
    top: auto;
    bottom: 0.65rem;
    left: 50%;
    transform: translateX(-50%) rotate(-2deg);
    z-index: 3;
  }

  .card-sports {
    top: 0.65rem;
    left: 0.65rem;
    right: auto;
    transform: rotate(-4deg);
    z-index: 4;
  }

  .card-locations {
    top: 0.7rem;
    right: 0.7rem;
    bottom: auto;
    left: auto;
    transform: rotate(4deg);
    z-index: 2;
  }

  .bubble {
    display: none;
  }
}
