:root {
  --ink: #252139;
  --muted: #625e70;
  --paper: #fffdfa;
  --pink: #ff6f91;
  --pink-dark: #e54f77;
  --yellow: #ffc94a;
  --aqua: #52c7c5;
  --violet: #9b79d1;
  --navy: #292345;
  --white: #fff;
  --shadow: 0 22px 60px rgba(56, 43, 82, .14);
  --radius: 28px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body { margin: 0; color: var(--ink); background: var(--paper); font: 400 1rem/1.65 "Nunito", sans-serif; }
img { max-width: 100%; display: block; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.shell { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.section { padding: 104px 0; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
.skip-link { position: fixed; z-index: 100; left: 16px; top: -70px; background: var(--navy); color: white; padding: 12px 18px; border-radius: 10px; transition: top .2s; }
.skip-link:focus { top: 14px; }
.eyebrow { margin: 0 0 12px; color: var(--pink-dark); font-size: .78rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
h1, h2, h3 { margin: 0; font-family: "Baloo 2", sans-serif; line-height: 1.05; }
h1 { font-size: clamp(3rem, 6vw, 5.5rem); letter-spacing: -.045em; }
h2 { font-size: clamp(2.25rem, 4vw, 3.8rem); letter-spacing: -.035em; }
h3 { font-size: 1.55rem; }
p { margin: 0 0 1rem; }
.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; padding: 0 24px; border: 0; border-radius: 999px; background: var(--pink); box-shadow: 0 10px 24px rgba(229, 79, 119, .24); color: #fff; font-weight: 800; text-decoration: none; cursor: pointer; transition: transform .2s, background .2s, box-shadow .2s; }
.button:hover { transform: translateY(-2px); background: var(--pink-dark); box-shadow: 0 14px 28px rgba(229, 79, 119, .3); }
.button:focus-visible, a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible, summary:focus-visible { outline: 3px solid var(--yellow); outline-offset: 3px; }
.button-small { min-height: 42px; padding-inline: 19px; }
.text-link { display: inline-flex; gap: 8px; align-items: center; color: var(--ink); font-weight: 800; text-decoration: none; }
.text-link span { color: var(--pink-dark); transition: transform .2s; }
.text-link:hover span { transform: translateX(4px); }

.site-header { position: fixed; z-index: 20; top: 0; left: 0; width: 100%; background: rgba(255, 253, 250, .86); border-bottom: 1px solid rgba(37, 33, 57, .06); backdrop-filter: blur(18px); }
.header-inner { min-height: 80px; display: flex; align-items: center; justify-content: space-between; }
.brand img { width: 146px; height: 60px; object-fit: contain; }
.main-nav { display: flex; align-items: center; gap: 28px; }
.main-nav > a:not(.button) { font-weight: 800; text-decoration: none; position: relative; }
.main-nav > a:not(.button)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -4px; height: 3px; border-radius: 2px; background: var(--pink); transition: right .2s; }
.main-nav > a:not(.button):hover::after { right: 0; }
.nav-toggle { display: none; border: 0; background: transparent; padding: 8px; }
.nav-toggle span:not(.sr-only) { display: block; width: 26px; height: 3px; margin: 4px 0; border-radius: 2px; background: var(--ink); }

.hero { position: relative; min-height: 760px; padding: 150px 0 90px; overflow: hidden; background: radial-gradient(circle at 88% 22%, rgba(82,199,197,.25), transparent 25%), radial-gradient(circle at 8% 85%, rgba(255,201,74,.28), transparent 26%), linear-gradient(135deg, #fff8f9 0%, #fffdfa 58%, #f4fbfb 100%); }
.hero::after { content: ""; position: absolute; width: 420px; height: 420px; right: -170px; bottom: -180px; border: 70px solid rgba(155, 121, 209, .1); border-radius: 50%; }
.hero-grid { display: grid; grid-template-columns: 1.04fr .96fr; gap: 80px; align-items: center; }
.hero-copy { position: relative; z-index: 2; }
.hero h1 { color: var(--pink-dark); }
.hero-lead { max-width: 630px; margin: 24px 0 30px; color: var(--muted); font-size: 1.18rem; }
.hero-actions { display: flex; align-items: center; gap: 24px; }
.trust-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; padding: 0; margin: 44px 0 0; list-style: none; }
.trust-list li { padding-left: 15px; border-left: 3px solid var(--yellow); }
.trust-list strong, .trust-list span { display: block; }
.trust-list strong { font-family: "Baloo 2"; font-size: 1.22rem; line-height: 1.1; }
.trust-list span { color: var(--muted); font-size: .8rem; }
.hero-visual { position: relative; }
.hero-photo-wrap { position: relative; width: min(460px, 100%); margin-left: auto; animation: hero-photo-float 5s ease-in-out infinite; }
.hero-photo-wrap::before { content: ""; position: absolute; inset: -18px 18px 18px -18px; border-radius: 45% 55% 47% 53% / 58% 44% 56% 42%; background: var(--yellow); transform: rotate(-3deg); }
.hero-photo { position: relative; width: 100%; aspect-ratio: 3 / 4; object-fit: contain; border: 10px solid #fff; border-radius: 45% 55% 47% 53% / 58% 44% 56% 42%; background: #fff; box-shadow: var(--shadow); }
.photo-badge { position: absolute; right: -18px; bottom: 30px; display: flex; align-items: center; gap: 9px; padding: 12px 16px; border-radius: 16px; background: #fff; box-shadow: var(--shadow); font-weight: 800; animation: badge-bob 2.8s .5s ease-in-out infinite; }
.photo-badge span { font-size: 1.5rem; }
.confetti { position: absolute; width: 11px; height: 32px; border-radius: 6px; background: var(--pink); transform: rotate(25deg); }
.confetti::before, .confetti::after { content: ""; position: absolute; width: 11px; height: 32px; border-radius: 6px; }
.confetti::before { background: var(--aqua); transform: translate(48px, 40px) rotate(42deg); }
.confetti::after { background: var(--violet); transform: translate(-34px, 70px) rotate(-52deg); }
.confetti-a { top: 145px; left: 3%; animation: confetti-float 4.6s ease-in-out infinite; }.confetti-b { right: 3%; bottom: 120px; transform: rotate(80deg); animation: confetti-float 5.3s -1.2s ease-in-out infinite reverse; }

.intro { background: #fff; }
.intro-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; align-items: start; }
.intro-copy { columns: 2; column-gap: 42px; color: var(--muted); font-size: 1.07rem; }
.intro-copy p { break-inside: avoid; }
.mascots-section { background: #f8f5ff; }
.section-heading { display: flex; justify-content: space-between; gap: 50px; align-items: end; margin-bottom: 46px; }
.section-heading > p { width: min(430px, 100%); color: var(--muted); }
.mascot-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 22px; }
.mascot-card { overflow: hidden; padding: 0; border: 0; border-radius: var(--radius); background: #fff; box-shadow: 0 16px 40px rgba(65, 50, 96, .09); color: inherit; font: inherit; text-align: left; transition: transform .25s, box-shadow .25s; }
.mascot-card:hover { transform: translateY(-7px); box-shadow: 0 24px 48px rgba(65, 50, 96, .15); }
.mascot-card[data-mascot-gallery] { cursor: zoom-in; }
.mascot-card:focus-visible { outline: 4px solid rgba(229,79,119,.35); outline-offset: 4px; }
.mascot-card img { width: 100%; aspect-ratio: 4 / 4.25; object-fit: cover; }
.mascot-card > div { padding: 22px; }
.mascot-card p { color: var(--muted); font-size: .93rem; }
.mascot-card .card-kicker { margin-bottom: 5px; color: var(--pink-dark); font-size: .75rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.mascot-gallery-hint { display: inline-flex; gap: 8px; align-items: center; margin-top: 4px; color: var(--pink-dark); font-size: .86rem; font-weight: 800; }
.mascot-spiderman { position: relative; }
.mascot-spiderman::after { content: ""; position: absolute; z-index: 2; inset: 0; border: 3px solid #d57989; border-top-color: #d57989; border-right-color: #79add9; border-bottom-color: #d57989; border-left-color: #79add9; border-radius: inherit; pointer-events: none; }
.mascot-spiderman:hover { box-shadow: 0 24px 48px rgba(180, 37, 56, .16); }
.mascot-spiderman .card-kicker, .mascot-spiderman .mascot-gallery-hint { color: #a4162e; }
.events-back { display: inline-flex; align-items: center; margin-bottom: 28px; color: var(--ink); font-weight: 800; text-decoration: none; }
.events-back:hover { color: var(--pink-dark); }
.events-back:focus-visible { outline: 3px solid rgba(229,79,119,.35); outline-offset: 5px; border-radius: 4px; }
.accessory-note { display: flex; gap: 18px; align-items: center; padding: 25px 30px; margin-top: 26px; border: 2px dashed rgba(155,121,209,.35); border-radius: 22px; background: rgba(255,255,255,.65); }
.accessory-note p { margin: 4px 0 0; color: var(--muted); }
.note-icon { font-size: 2.2rem; }

.pricing-section { background: #fffdfa; }
.pricing-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.price-card { display: flex; flex-direction: column; padding: 30px; border: 1px solid rgba(37,33,57,.1); border-radius: 26px; background: #fff; box-shadow: 0 14px 38px rgba(65,50,96,.08); }
.price-card .price-label { margin-bottom: 8px; color: var(--pink-dark); font-size: .78rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.price-display { margin: 18px 0 16px; padding: 15px 17px 12px; border: 1px solid #f1d8dd; border-radius: 18px; background: linear-gradient(135deg, #fff7ef, #fff0f4); }
.price-current { display: flex; align-items: end; justify-content: space-between; gap: 14px; color: #8c3051; }
.price-current span { max-width: 11rem; font-size: .75rem; font-weight: 800; line-height: 1.25; }
.price-current strong { font-family: "Baloo 2"; font-size: 2.25rem; line-height: .95; white-space: nowrap; }
.price-reference { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; margin: 11px 0 0; padding-top: 9px; border-top: 1px dashed #cfb9bf; color: #6c8586; }
.price-reference span { font-size: .69rem; font-weight: 800; line-height: 1.25; }
.price-reference strong { font-size: .95rem; white-space: nowrap; }
.price-card > p:not(.price-label):not(.price-reference):not(.price-note) { margin-bottom: 0; color: var(--muted); }
.price-note { margin: 15px 0 0; padding: 10px 12px; border-radius: 13px; background: #fff4de; color: #7b5d35; font-size: .78rem; font-weight: 700; line-height: 1.42; }
.pricing-footnote { margin: 25px 0 0; color: var(--muted); font-size: .9rem; }

.news-section { background: #fff; }
.news-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.news-card { overflow: hidden; border: 1px solid rgba(37,33,57,.1); border-radius: 24px; background: #fff; }
.news-card img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; }
.news-card > div { padding: 22px; }
.news-card time { color: var(--pink-dark); font-size: .8rem; font-weight: 800; }
.news-card p { margin: 9px 0 0; color: var(--muted); }

.gallery-section { color: #fff; background: var(--navy); }
.section-heading.light .eyebrow { color: var(--yellow); }
.section-heading.light > p { color: rgba(255,255,255,.72); }
.gallery-grid { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 220px; gap: 14px; }
.gallery-item { position: relative; overflow: hidden; padding: 0; border: 0; border-radius: 20px; background: #3b345b; cursor: zoom-in; }
.gallery-item::after { content: "+"; position: absolute; right: 14px; bottom: 14px; display: grid; width: 38px; height: 38px; place-items: center; border-radius: 50%; background: rgba(255,255,255,.9); color: var(--ink); font-size: 1.6rem; opacity: 0; transform: scale(.8); transition: .2s; }
.gallery-item:hover::after { opacity: 1; transform: scale(1); }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.gallery-item:hover img { transform: scale(1.04); }
.gallery-tall { grid-row: span 2; }.gallery-wide { grid-column: span 2; }

.faq-section { background: #fffdfa; }
.faq-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 90px; }
.faq-intro { position: sticky; top: 120px; align-self: start; }
.accordion details { border-bottom: 1px solid rgba(37,33,57,.14); }
.accordion summary { position: relative; padding: 26px 50px 26px 0; cursor: pointer; list-style: none; font-family: "Baloo 2"; font-size: 1.35rem; font-weight: 700; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary::after { content: "+"; position: absolute; top: 24px; right: 8px; color: var(--pink-dark); font: 700 1.8rem/1 "Nunito"; transition: transform .2s; }
.accordion details[open] summary::after { transform: rotate(45deg); }
.accordion details p { padding: 0 48px 26px 0; color: var(--muted); }
.faq-cta { margin-top: 32px; padding: 26px 28px; border-radius: 20px; background: #f8f5ff; }
.faq-cta p { margin: 0 0 14px; padding: 0; color: var(--muted); }

.booking-section { padding-top: 20px; background: #fffdfa; }
.booking-card { display: grid; grid-template-columns: 1fr 1fr; gap: 75px; align-items: center; padding: 58px; border-radius: 38px; background: linear-gradient(135deg, #fff1b8, #ffe2ea 55%, #dbf5f4); box-shadow: var(--shadow); }
.booking-copy > p:not(.eyebrow):not(.availability-note) { color: var(--muted); }
.availability-note { display: inline-block; margin-top: 10px; padding: 8px 13px; border-radius: 10px; background: rgba(255,255,255,.65); font-weight: 800; }
.date-checker { padding: 28px; border-radius: 24px; background: rgba(255,255,255,.86); }
.date-checker label { display: block; margin-bottom: 8px; font-weight: 800; }
.date-checker input { width: 100%; min-height: 52px; padding: 0 16px; border: 1px solid rgba(37,33,57,.18); border-radius: 12px; background: #fff; }
.date-result { min-height: 58px; margin: 14px 0; padding: 13px 15px; border-radius: 12px; color: var(--muted); background: #f8f6fb; }

.contact-section { background: #fff; }
.contact-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 80px; align-items: start; }
.contact-copy > p:not(.eyebrow) { margin: 22px 0; color: var(--muted); }
.contact-lines { display: grid; gap: 8px; }
.contact-lines a { width: fit-content; font-weight: 800; text-decoration-color: rgba(229,79,119,.4); }
.contact-form { padding: 34px; border-radius: 28px; background: #f8f5ff; box-shadow: 0 18px 45px rgba(65,50,96,.08); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.contact-form label { display: grid; gap: 7px; margin-bottom: 16px; font-weight: 800; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; min-height: 50px; padding: 12px 14px; border: 1px solid rgba(37,33,57,.15); border-radius: 12px; background: #fff; color: var(--ink); }
.contact-form textarea { resize: vertical; }
.form-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 6px; }
.consent-check { display: flex !important; grid-template-columns: auto 1fr; align-items: start; gap: 10px; margin: 4px 0 18px !important; color: var(--muted); font-size: .88rem; font-weight: 600 !important; line-height: 1.5; }
.consent-check input { width: 18px; min-height: 18px; margin-top: 3px; accent-color: var(--pink-dark); }
.button-whatsapp { background: #168b5b; box-shadow: 0 10px 24px rgba(22,139,91,.2); }
.button-whatsapp:hover { background: #0e7148; }
.form-note { margin: 14px 0 0; color: var(--muted); font-size: .8rem; }

.site-footer { padding: 68px 0 20px; color: #fff; background: #221d38; }
.footer-grid { display: grid; grid-template-columns: 1.35fr repeat(3, 1fr); gap: 50px; }
.footer-grid img { width: 150px; height: 62px; object-fit: contain; background: #fff; border-radius: 10px; }
.footer-grid h2 { margin-bottom: 14px; font-family: "Nunito"; font-size: .8rem; letter-spacing: .1em; text-transform: uppercase; }
.footer-grid a { display: block; margin: 7px 0; color: rgba(255,255,255,.78); text-decoration: none; }
.footer-grid p { color: rgba(255,255,255,.68); }
.footer-legal { display: flex; flex-wrap: wrap; gap: 8px 18px; padding-top: 32px; margin-top: 34px; border-top: 1px solid rgba(255,255,255,.12); }
.footer-legal a { color: rgba(255,255,255,.82); font-size: .86rem; font-weight: 700; text-decoration: none; }
.footer-legal a:hover { color: #fff; text-decoration: underline; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 22px; margin-top: 45px; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.55); font-size: .82rem; }
.footer-bottom p { margin: 0; }
.footer-bottom a { color: inherit; }

.lightbox { width: min(930px, 92vw); max-width: none; padding: 0; border: 0; border-radius: 18px; background: transparent; overflow: visible; }
.lightbox::backdrop { background: rgba(24,20,39,.86); backdrop-filter: blur(6px); }
.lightbox-frame { position: relative; display: grid; place-items: center; }
.lightbox img { max-height: 82vh; margin: auto; border-radius: 16px; object-fit: contain; }
.lightbox button { position: absolute; z-index: 2; display: grid; place-items: center; border: 0; border-radius: 50%; background: #fff; color: var(--ink); cursor: pointer; }
.lightbox-close { right: -10px; top: -46px; width: 40px; height: 40px; font-size: 1.8rem; }
.lightbox-nav { top: 50%; width: 48px; height: 48px; font-size: 2.2rem; transform: translateY(-50%); }
.lightbox-prev { left: 16px; }.lightbox-next { right: 16px; }
.lightbox-nav[hidden] { display: none; }
.lightbox-caption { position: absolute; bottom: 12px; left: 50%; margin: 0; padding: 7px 12px; border-radius: 999px; background: rgba(24,20,39,.78); color: #fff; font-size: .84rem; transform: translateX(-50%); }
.reveal { animation: rise .7s ease-out both; }.reveal-delay { animation-delay: .12s; }
@keyframes rise { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: none; } }
@keyframes hero-photo-float { 50% { transform: translateY(-11px) rotate(1deg); } }
@keyframes badge-bob { 50% { transform: translateY(-7px) rotate(-1deg); } }
@keyframes confetti-float { 50% { transform: translateY(-20px) rotate(39deg); } }
.scroll-reveal { opacity: 0; transform: translateY(24px); transition: opacity .65s ease var(--reveal-delay, 0ms), transform .65s cubic-bezier(.2,.75,.25,1) var(--reveal-delay, 0ms); }
.scroll-reveal.is-visible { opacity: 1; transform: none; }

.site-intro { position: fixed; z-index: 200; inset: 0; display: grid; place-content: center; gap: 18px; overflow: hidden; background: radial-gradient(circle at 20% 75%, rgba(255,201,74,.38), transparent 26%), radial-gradient(circle at 82% 22%, rgba(82,199,197,.3), transparent 28%), linear-gradient(135deg, #fff8fb, #fffdfa 58%, #f3fbfb); text-align: center; transition: opacity .42s ease, visibility .42s ease; }
.site-intro.is-leaving { opacity: 0; visibility: hidden; }
.intro-logo-wrap { position: relative; display: grid; width: 240px; height: 145px; place-items: center; margin: auto; border-radius: 42% 58% 48% 52% / 56% 46% 54% 44%; background: #fff; box-shadow: 0 22px 54px rgba(65,50,96,.16); animation: intro-pop 1.05s cubic-bezier(.16,.9,.26,1) both, intro-float 2.1s 1.05s ease-in-out infinite; }
.intro-logo-wrap::before { content: ""; position: absolute; inset: -11px 12px 13px -12px; z-index: -1; border-radius: inherit; background: var(--yellow); transform: rotate(-4deg); }
.intro-logo-wrap img { width: 190px; height: 78px; object-fit: contain; }
.intro-heart { position: absolute; right: 16px; bottom: 14px; display: grid; width: 34px; height: 34px; place-items: center; border-radius: 50%; background: var(--pink); color: #fff; font-size: 1rem; box-shadow: 0 8px 18px rgba(229,79,119,.3); animation: heart-beat 1s .7s ease-in-out infinite; }
.site-intro p { margin: 0; color: var(--pink-dark); font-size: .92rem; font-weight: 800; letter-spacing: .08em; }
.intro-spark { position: absolute; width: 13px; height: 38px; border-radius: 8px; background: var(--pink); animation: spark-dance 1.6s ease-in-out infinite; }
.intro-spark::before, .intro-spark::after { content: ""; position: absolute; width: 13px; height: 38px; border-radius: 8px; }
.intro-spark::before { background: var(--aqua); transform: translate(47px, 23px) rotate(48deg); }.intro-spark::after { background: var(--violet); transform: translate(-34px, 59px) rotate(-46deg); }
.intro-spark-a { top: 20%; left: 17%; }.intro-spark-b { right: 18%; bottom: 23%; transform: rotate(82deg); animation-delay: -.55s; }
@keyframes intro-pop { from { opacity: 0; transform: scale(.58) rotate(-10deg); } 72% { opacity: 1; transform: scale(1.06) rotate(2deg); } to { transform: scale(1) rotate(0); } }
@keyframes intro-float { 50% { transform: translateY(-8px) rotate(1deg); } }
@keyframes heart-beat { 50% { transform: scale(1.16); } }
@keyframes spark-dance { 50% { transform: translateY(-16px) rotate(16deg); } }

@media (max-width: 980px) {
  .nav-toggle { display: block; }
  .main-nav { position: fixed; inset: 80px 20px auto; display: none; padding: 22px; border-radius: 20px; background: #fff; box-shadow: var(--shadow); flex-direction: column; align-items: stretch; gap: 16px; }
  .main-nav.open { display: flex; }
  .main-nav .button { text-align: center; }
  .hero-grid, .intro-grid, .faq-grid, .contact-grid { grid-template-columns: 1fr; }
  .hero-grid { gap: 55px; }.hero-photo-wrap { margin: auto; }
  .intro-grid, .faq-grid, .contact-grid { gap: 42px; }
  .intro-copy { columns: 1; }
  .mascot-grid { grid-template-columns: repeat(2, 1fr); }
  .news-grid { grid-template-columns: repeat(2, 1fr); }
  .pricing-grid { grid-template-columns: repeat(2, 1fr); }
  .faq-intro { position: static; }
  .booking-card { gap: 40px; padding: 42px; }
  .footer-grid { grid-template-columns: 1.5fr 1fr 1fr; }.footer-grid > div:last-child { grid-column: 2 / 4; }
}

@media (max-width: 680px) {
  .shell { width: min(100% - 28px, 1160px); }
  .section { padding: 76px 0; }
  .hero { min-height: auto; padding: 120px 0 75px; }
  .hero h1 { font-size: clamp(2.8rem, 15vw, 4rem); }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .trust-list { grid-template-columns: 1fr; gap: 13px; }
  .photo-badge { right: -5px; font-size: .8rem; }
  .section-heading { align-items: start; flex-direction: column; gap: 18px; }
  .mascot-grid { grid-template-columns: 1fr; }
  .news-grid { grid-template-columns: 1fr; }
  .pricing-grid { grid-template-columns: 1fr; }
  .mascot-card img { aspect-ratio: 4 / 3.4; }
  .accessory-note { align-items: flex-start; padding: 22px; }
  .gallery-grid { grid-template-columns: 1fr 1fr; grid-auto-rows: 170px; }
  .gallery-wide { grid-column: span 2; }
  .booking-card { grid-template-columns: 1fr; padding: 28px 20px; border-radius: 28px; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .contact-form { padding: 22px 18px; }
  .form-actions { align-items: stretch; flex-direction: column; }.form-actions .button { width: 100%; }
  .footer-grid { grid-template-columns: 1fr 1fr; }.footer-grid > div:first-child, .footer-grid > div:last-child { grid-column: 1 / -1; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
  .lightbox { width: calc(100vw - 28px); }
  .lightbox img { max-height: 78vh; }
  .lightbox-nav { width: 44px; height: 44px; }
  .lightbox-prev { left: 8px; }.lightbox-next { right: 8px; }
}

@media (max-width: 680px) { .intro-spark-a { left: 8%; }.intro-spark-b { right: 10%; }.intro-logo-wrap { transform: scale(.88); } }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; transition-duration: .01ms !important; } }
