:root {
  --ink: #17131d;
  --cream: #fff8ed;
  --paper: #fffdf8;
  --pink: #ff4f87;
  --pink-dark: #e9326c;
  --yellow: #ffd94a;
  --blue: #5cc8ff;
  --lime: #c7f464;
  --muted: #706a73;
  --line: rgba(23, 19, 29, .14);
  --radius: 28px;
  --shadow: 0 22px 60px rgba(31, 21, 39, .16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "DM Sans", system-ui, sans-serif;
  line-height: 1.6;
  overflow-x: hidden;
}
a { color: inherit; }
img { max-width: 100%; display: block; }
button, a { -webkit-tap-highlight-color: transparent; }

.container { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -100px; z-index: 1000; background: white; padding: 10px 14px; }
.skip-link:focus { top: 16px; }

.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255, 253, 248, .88);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(23,19,29,.08);
}
.header-inner { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: inline-flex; align-items: baseline; gap: 6px; text-decoration: none; font-family: "Archivo Black", sans-serif; line-height: 1; }
.brand-mark { font-size: 1.05rem; background: var(--pink); color: white; padding: 7px 8px 6px; transform: rotate(-3deg); }
.brand-name { font-size: 1.5rem; letter-spacing: -.04em; }
.site-nav { display: flex; align-items: center; gap: 26px; font-weight: 700; font-size: .94rem; }
.site-nav a { text-decoration: none; }
.site-nav a:not(.nav-cta):hover { color: var(--pink-dark); }
.nav-cta { background: var(--ink); color: white; padding: 10px 17px; border-radius: 999px; }
.menu-toggle { display: none; border: 0; background: var(--ink); color: white; border-radius: 999px; padding: 9px 15px; font: inherit; font-weight: 700; }

.hero { position: relative; background: var(--cream); overflow: hidden; }
.hero-noise { position: absolute; inset: 0; opacity: .2; pointer-events: none; background-image: radial-gradient(rgba(23,19,29,.35) .7px, transparent .7px); background-size: 7px 7px; mask-image: linear-gradient(to bottom, black, transparent 75%); }
.hero-grid { min-height: 690px; display: grid; grid-template-columns: 1.05fr .95fr; gap: 60px; align-items: center; padding-block: 82px 105px; position: relative; }
.eyebrow { margin: 0 0 14px; text-transform: uppercase; letter-spacing: .16em; font-size: .78rem; font-weight: 800; }
.hero h1, h2, h3 { font-family: "Archivo Black", sans-serif; letter-spacing: -.045em; line-height: 1.03; }
.hero h1 { font-size: clamp(3.6rem, 7vw, 7rem); margin: 0; max-width: 760px; }
.hero h1 span { color: var(--pink-dark); }
.hero-lead { font-size: 1.18rem; max-width: 640px; margin: 28px 0; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 0 22px; border-radius: 999px; text-decoration: none; font-weight: 800; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--pink); color: white; box-shadow: 0 9px 0 var(--ink); }
.button-primary:hover { background: var(--pink-dark); }
.button-ghost { border: 2px solid var(--ink); background: rgba(255,255,255,.55); }
.button-dark { background: var(--ink); color: white; }
.hero-points { display: flex; flex-wrap: wrap; gap: 22px; list-style: none; padding: 0; margin: 38px 0 0; font-weight: 700; }
.hero-points li::before { content: "✦"; color: var(--pink); margin-right: 7px; }

.hero-art { min-height: 520px; position: relative; }
.photo-card { position: absolute; inset: 25px 30px 15px 20px; background: linear-gradient(145deg, var(--blue), #bdeaff); border: 3px solid var(--ink); border-radius: 48% 52% 46% 54% / 56% 42% 58% 44%; box-shadow: var(--shadow); overflow: hidden; transform: rotate(2deg); }
.photo-card::before { content: ""; position: absolute; width: 330px; height: 330px; border-radius: 50%; background: var(--yellow); right: -90px; top: -90px; }
.photo-label { position: absolute; z-index: 3; left: 50%; bottom: 28px; transform: translateX(-50%) rotate(-2deg); width: max-content; max-width: 80%; background: white; border: 2px solid var(--ink); padding: 8px 13px; font-weight: 800; font-size: .82rem; }
.silhouettes { position: absolute; inset: 0; display: flex; justify-content: center; align-items: flex-end; gap: 5px; padding-bottom: 58px; }
.silhouettes span { position: relative; width: 28%; height: 55%; background: var(--ink); border-radius: 50% 50% 22% 22% / 20% 20% 8% 8%; opacity: .9; }
.silhouettes span::before { content: ""; position: absolute; width: 58%; aspect-ratio: 1; border-radius: 50%; background: var(--ink); top: -22%; left: 21%; }
.silhouettes span:nth-child(2) { height: 64%; }
.sticker { position: absolute; z-index: 5; display: grid; place-items: center; width: 105px; aspect-ratio: 1; border-radius: 50%; border: 3px solid var(--ink); font-family: "Archivo Black"; box-shadow: 6px 7px 0 var(--ink); }
.sticker-one { background: var(--yellow); left: -10px; top: 5px; transform: rotate(-12deg); }
.sticker-two { background: var(--pink); color: white; right: 0; bottom: 25px; transform: rotate(9deg); }
.spark { position: absolute; font-size: 3rem; }
.spark-one { right: 15px; top: 5px; color: var(--pink); }
.spark-two { left: 5px; bottom: 65px; color: var(--ink); }
.marquee { position: absolute; bottom: 0; width: 100%; overflow: hidden; background: var(--ink); color: white; transform: rotate(-1deg) scale(1.02); border-block: 2px solid var(--ink); }
.marquee-track { width: max-content; display: flex; animation: marquee 24s linear infinite; font-family: "Archivo Black"; font-size: 1rem; letter-spacing: .04em; padding: 10px 0; }
@keyframes marquee { to { transform: translateX(-50%); } }

.section { padding: 110px 0; }
.section-light { background: var(--paper); }
.section-dark { background: var(--ink); color: white; }
.split-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 100px; align-items: start; }
.section-heading h2 { font-size: clamp(2.5rem, 5vw, 4.7rem); margin: 0; }
.section-heading.wide { max-width: 900px; margin-bottom: 50px; }
.section-heading.wide > p:last-child { max-width: 650px; font-size: 1.08rem; }
.body-copy { font-size: 1.08rem; }
.body-copy p { margin-top: 0; margin-bottom: 22px; }
.mini-quote { margin-top: 36px; padding: 18px 22px; border-left: 6px solid var(--pink); background: var(--cream); font-family: "Archivo Black"; font-size: 1.35rem; transform: rotate(-1deg); }

.feature-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.feature-card { min-height: 285px; padding: 27px; border: 1px solid rgba(255,255,255,.2); border-radius: var(--radius); display: flex; flex-direction: column; }
.feature-card:nth-child(2) { background: var(--pink); color: white; transform: translateY(22px); }
.feature-card:nth-child(3) { background: var(--yellow); color: var(--ink); }
.feature-number { font-weight: 800; opacity: .65; }
.feature-card h3 { font-size: 1.75rem; margin: auto 0 10px; }
.feature-card p { margin: 0; }

.bingo-section { background: var(--yellow); overflow: hidden; }
.bingo-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; align-items: center; }
.bingo-visual { min-height: 500px; position: relative; }
.bingo-card { position: absolute; inset: 70px 60px; display: grid; place-items: center; text-align: center; background: var(--cream); border: 3px solid var(--ink); box-shadow: 14px 14px 0 var(--ink); transform: rotate(-5deg); }
.bingo-card strong { font-family: "Archivo Black"; font-size: clamp(2.8rem, 5vw, 4.8rem); line-height: .9; }
.bingo-card span { font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.bingo-ball { position: absolute; z-index: 2; display: grid; place-items: center; width: 72px; aspect-ratio: 1; border-radius: 50%; border: 3px solid var(--ink); background: var(--pink); color: white; font-family: "Archivo Black"; font-size: 1.6rem; box-shadow: 5px 5px 0 var(--ink); }
.ball-1 { left: 20px; top: 20px; }.ball-2 { right: 30px; top: 10px; background: var(--blue); color: var(--ink); }.ball-3 { right: 0; bottom: 85px; }.ball-4 { left: 10px; bottom: 45px; background: var(--lime); color: var(--ink); }.ball-5 { left: 45%; bottom: 0; background: white; color: var(--ink); }
.bingo-copy h2 { font-size: clamp(2.8rem, 5vw, 5rem); margin: 0 0 24px; }
.bingo-copy p { font-size: 1.08rem; }
.bingo-copy .button { margin-top: 18px; }

.media-grid { display: grid; grid-template-columns: repeat(12, 1fr); grid-auto-rows: 190px; gap: 16px; }
.media-placeholder { grid-column: span 4; border: 2px solid var(--ink); border-radius: 22px; background: var(--cream); display: flex; flex-direction: column; align-items: center; justify-content: center; font-family: "Archivo Black"; font-size: 1.8rem; overflow: hidden; position: relative; }
.media-placeholder::before { content: ""; position: absolute; width: 180px; height: 180px; border-radius: 50%; background: var(--pink); opacity: .12; transform: translate(50%, -30%); }
.media-placeholder small { font-family: "DM Sans"; font-size: .75rem; text-transform: uppercase; letter-spacing: .15em; }
.media-placeholder.tall { grid-row: span 2; background: var(--ink); color: white; }
.media-placeholder.wide { grid-column: span 8; background: var(--blue); }

.social-section { background: var(--pink); color: white; }
.social-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: end; }
.social-grid h2 { font-size: clamp(2.5rem, 5vw, 4.5rem); margin: 0; }
.social-links { display: grid; }
.social-links a { display: flex; justify-content: space-between; padding: 22px 0; border-bottom: 2px solid rgba(255,255,255,.55); text-decoration: none; font-family: "Archivo Black"; font-size: 1.5rem; }
.social-links a:hover span { transform: translate(3px, -3px); }
.social-links span { transition: transform .2s ease; }

.booking-section { background: var(--cream); }
.booking-box { background: var(--ink); color: white; border-radius: 34px; padding: 58px; display: grid; grid-template-columns: 1.35fr .65fr; gap: 70px; align-items: center; box-shadow: var(--shadow); }
.booking-box h2 { font-size: clamp(2.7rem, 5vw, 4.8rem); margin: 0 0 18px; }
.booking-actions { display: flex; flex-direction: column; align-items: flex-start; gap: 24px; }
.text-link { font-weight: 800; text-underline-offset: 5px; }
.site-footer { background: var(--ink); color: white; padding: 34px 0; border-top: 1px solid rgba(255,255,255,.15); }
.footer-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; gap: 20px; }
.footer-grid p:nth-child(2) { text-align: center; }
.footer-grid p:last-child { text-align: right; }
.footer-brand .brand-mark { font-size: .8rem; }
.footer-brand .brand-name { font-size: 1.1rem; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .marquee-track { animation: none; }
  .reveal { opacity: 1; transform: none; transition: none; }
}

@media (max-width: 900px) {
  .menu-toggle { display: inline-block; }
  .site-nav { display: none; position: absolute; left: 20px; right: 20px; top: 68px; padding: 20px; background: var(--paper); border: 2px solid var(--ink); border-radius: 20px; box-shadow: var(--shadow); flex-direction: column; align-items: stretch; }
  .site-nav.open { display: flex; }
  .site-nav a { padding: 6px; }
  .hero-grid, .split-grid, .bingo-grid, .social-grid, .booking-box { grid-template-columns: 1fr; }
  .hero-grid { padding-top: 60px; gap: 20px; }
  .hero-art { min-height: 450px; }
  .split-grid, .bingo-grid, .social-grid { gap: 50px; }
  .feature-grid { grid-template-columns: repeat(2, 1fr); }
  .feature-card:nth-child(2) { transform: none; }
  .booking-box { gap: 30px; }
}

@media (max-width: 620px) {
  .container { width: min(100% - 28px, 1160px); }
  .header-inner { min-height: 68px; }
  .brand-name { font-size: 1.25rem; }
  .hero-grid { min-height: auto; padding-block: 50px 95px; }
  .hero h1 { font-size: clamp(3.25rem, 17vw, 5rem); }
  .hero-lead { font-size: 1.05rem; }
  .hero-art { min-height: 365px; }
  .photo-card { inset: 20px 10px 10px; }
  .sticker { width: 82px; }
  .section { padding: 78px 0; }
  .section-heading h2, .bingo-copy h2, .social-grid h2, .booking-box h2 { font-size: clamp(2.35rem, 12vw, 3.4rem); }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-card { min-height: 230px; }
  .bingo-visual { min-height: 390px; }
  .bingo-card { inset: 60px 35px; }
  .bingo-ball { width: 58px; }
  .media-grid { display: grid; grid-template-columns: 1fr; grid-auto-rows: 210px; }
  .media-placeholder, .media-placeholder.wide, .media-placeholder.tall { grid-column: 1; grid-row: auto; }
  .booking-box { padding: 34px 24px; border-radius: 24px; }
  .footer-grid { grid-template-columns: 1fr; text-align: left; }
  .footer-grid p:nth-child(2), .footer-grid p:last-child { text-align: left; margin: 0; }
}
