:root {
  --cream: #fff9df;
  --paper: #fffdf5;
  --ink: #201d24;
  --blue: #1764d7;
  --red: #f0443e;
  --pink: #ff82b7;
  --yellow: #ffe653;
  --aqua: #59c8c7;
  --lavender: #cdb9ef;
  --line: rgba(32, 29, 36, 0.13);
  --display: "Mochiy Pop One", sans-serif;
  --latin: "Bowlby One SC", sans-serif;
  --body: "BIZ UDPGothic", sans-serif;
  --shell: min(1040px, calc(100vw - 48px));
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background-color: var(--cream);
  background-image: linear-gradient(var(--line) 1px, transparent 1px), linear-gradient(90deg, var(--line) 1px, transparent 1px);
  background-size: 42px 42px;
  font-family: var(--body);
  -webkit-font-smoothing: antialiased;
}
body.is-menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { color: inherit; }
img { display: block; max-width: 100%; }
p, h1, h2, h3, dl, dd, ul, ol, figure { margin-top: 0; }
h1, h2, h3, p, li, summary, a { word-break: normal; overflow-wrap: break-word; }
@supports (word-break: auto-phrase) { h1, h2, h3, p, li, summary { word-break: auto-phrase; } }
h1, h2 { text-wrap: balance; }
:focus-visible { outline: 4px solid var(--yellow); outline-offset: 4px; }
::selection { color: var(--paper); background: var(--blue); }

.skip-link {
  position: fixed; top: 12px; left: 12px; z-index: 1000;
  padding: 12px 18px; background: var(--ink); color: white;
  transform: translateY(-150%); transition: transform .2s;
}
.skip-link:focus { transform: none; }
.stage-shell { width: var(--shell); margin-inline: auto; }
.section { position: relative; padding-block: clamp(100px, 10vw, 170px); overflow: clip; }
.section-tag {
  display: flex; align-items: center; gap: 13px; margin-bottom: 22px;
  font-size: 12px; font-weight: 700; letter-spacing: .08em;
}
.section-tag span {
  display: inline-flex; align-items: center; min-height: 30px; padding: 6px 13px;
  border: 2px solid var(--ink); border-radius: 999px; background: var(--yellow);
  font-family: var(--latin); font-size: 11px; letter-spacing: .03em;
}
h2 { margin-bottom: 30px; font-family: var(--display); font-size: clamp(36px, 5vw, 68px); line-height: 1.42; letter-spacing: -.04em; }
h3 { font-family: var(--display); line-height: 1.45; }
.button {
  display: inline-flex; align-items: center; justify-content: center; min-height: 62px; padding: 14px 26px;
  border: 3px solid var(--ink); border-radius: 999px; box-shadow: 6px 6px 0 var(--ink);
  font-weight: 700; transition: transform .2s, box-shadow .2s;
}
.button:hover { transform: translate(3px, 3px); box-shadow: 3px 3px 0 var(--ink); }
.button--blue { color: white; background: var(--blue); }
.button--red { color: white; background: var(--red); }

.reveal { opacity: 1; transform: none; }
.js-ready .reveal { opacity: 0; transform: translateY(30px); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.8,.2,1); }
.js-ready .reveal.is-visible { opacity: 1; transform: none; }

.opening-flash {
  position: fixed; inset: 0; z-index: 999; display: grid; place-items: center;
  color: var(--red); background: white; pointer-events: none;
  font-family: var(--latin); font-size: clamp(48px, 10vw, 150px); letter-spacing: -.05em;
}
.opening-flash span { opacity: 0; transform: scale(.7); animation: smile-pop .55s .15s both; }
.is-loaded .opening-flash { animation: opening-away .7s .55s both; }
.camera-flash { position: fixed; inset: 0; z-index: 700; background: white; opacity: 0; pointer-events: none; }
.camera-flash.is-active { animation: camera-flash .48s ease both; }
.confetti-layer { position: fixed; inset: 0; z-index: 690; overflow: hidden; pointer-events: none; }
.confetti-layer i { position: absolute; top: -20px; width: 10px; height: 22px; animation: confetti-fall 1.15s cubic-bezier(.15,.7,.3,1) both; }

.site-header {
  position: fixed; top: 0; left: 0; z-index: 100; display: grid; grid-template-columns: auto 1fr auto;
  align-items: stretch; width: 100%; min-height: 78px; border-bottom: 3px solid transparent;
  transition: background .25s, border-color .25s;
}
.site-header.is-scrolled { border-color: var(--ink); background: rgba(255, 249, 223, .94); backdrop-filter: blur(10px); }
.brand { display: inline-flex; align-items: center; gap: 12px; min-width: 240px; padding: 12px 24px; }
.brand__number { display: grid; place-items: center; width: 48px; aspect-ratio: 1; border: 3px solid var(--ink); border-radius: 50%; background: var(--yellow); font-family: var(--latin); }
.brand__copy { display: grid; gap: 2px; }
.brand__copy strong { font-family: var(--display); font-size: 16px; }
.brand__copy small { font-family: var(--latin); font-size: 8px; letter-spacing: .06em; }
.desktop-nav {
  align-self: center;
  justify-self: end;
  display: flex;
  align-items: stretch;
  height: 50px;
  margin-right: 16px;
  overflow: hidden;
  border: 3px solid var(--ink);
  border-radius: 999px;
  background: rgba(255, 249, 223, .9);
  backdrop-filter: blur(8px);
}
.desktop-nav a { display: grid; place-items: center; padding: 10px 18px; font-size: 12px; font-weight: 700; }
.desktop-nav a:hover { background: var(--yellow); }
.header-book { display: grid; place-content: center; min-width: 150px; padding: 10px 20px; border-left: 3px solid var(--ink); color: white; background: var(--red); font-size: 13px; font-weight: 700; text-align: center; }
.header-book span { font-family: var(--latin); font-size: 9px; }
.menu-button, .mobile-menu { display: none; }

.side-tickets { position: fixed; top: 50%; right: 18px; z-index: 90; display: grid; width: 96px; transform: translateY(-50%); filter: drop-shadow(4px 5px 0 var(--ink)); }
.side-tickets a {
  display: grid; place-content: center; min-height: 72px; padding: 9px; border: 2px solid var(--ink); border-bottom: 0;
  border-radius: 18px 18px 0 0; background: var(--paper); font-size: 10px; font-weight: 700; text-align: center;
  transition: transform .2s;
}
.side-tickets a:last-child { border-bottom: 2px solid var(--ink); border-radius: 18px; }
.side-tickets a:nth-child(1) { background: var(--red); }
.side-tickets a:nth-child(2) { background: var(--yellow); }
.side-tickets a:nth-child(3) { background: var(--pink); }
.side-tickets a:nth-child(4) { background: var(--aqua); }
.side-tickets a:nth-child(5) { color: white; background: var(--blue); }
.side-tickets a:hover, .side-tickets a.is-active { transform: translateX(-10px); }
.side-tickets span { font-family: var(--latin); font-size: 13px; }

.hero { position: relative; min-height: 100svh; overflow: hidden; background: var(--cream); }
.hero__grid { position: absolute; inset: 0; background: linear-gradient(90deg, transparent 49.8%, rgba(32,29,36,.08) 50%), linear-gradient(transparent 49.8%, rgba(32,29,36,.08) 50%); background-size: 70px 70px; }
.hero__photo {
  position: absolute; top: 0; right: 0; width: 66%; height: 100%; overflow: hidden;
  border-left: 4px solid var(--ink); border-radius: 42% 0 0 42% / 18% 0 0 18%; background: var(--blue);
}
.hero__photo::after { position: absolute; inset: 0; border: 18px solid rgba(255,255,255,.18); border-right: 0; border-radius: inherit; content: ""; pointer-events: none; }
.hero__photo img { width: 100%; height: 100%; object-fit: cover; object-position: 57% center; animation: hero-photo-in 1.35s .8s both cubic-bezier(.2,.8,.2,1); }
.hero__copy { position: relative; z-index: 2; display: flex; flex-direction: column; justify-content: center; width: min(760px, 55vw); min-height: 100svh; padding: 115px 4vw 70px 6vw; }
.kicker { width: fit-content; margin-bottom: 28px; padding: 8px 12px; border: 2px solid var(--ink); border-radius: 999px; background: var(--yellow); font-family: var(--latin); font-size: 10px; }
.hero__logo { max-width: 600px; margin-bottom: 24px; color: var(--red); font-family: var(--latin); font-size: clamp(50px, 6.3vw, 96px); line-height: .84; letter-spacing: -.06em; }
.hero__logo span { display: block; color: var(--blue); font-size: .38em; line-height: 1.25; letter-spacing: .02em; }
.hero h1 { max-width: 650px; margin-bottom: 26px; font-family: var(--display); font-size: clamp(38px, 4.4vw, 68px); line-height: 1.4; letter-spacing: -.05em; }
.hero__lead { max-width: 400px; margin-bottom: 38px; font-size: 15px; line-height: 2; }
.hero__actions { display: flex; align-items: center; gap: 25px; }
.text-link { padding-block: 10px; border-bottom: 2px solid var(--ink); font-size: 13px; font-weight: 700; }
.text-link span { color: var(--red); }
.hero__badge { position: absolute; z-index: 3; display: grid; place-content: center; width: 120px; aspect-ratio: 1; border: 3px solid var(--ink); border-radius: 50%; box-shadow: 5px 5px 0 var(--ink); font-size: 10px; font-weight: 700; text-align: center; transform: rotate(7deg); }
.hero__badge span { font-family: var(--latin); font-size: 18px; }
.hero__badge--one { top: 16%; right: 6%; background: var(--yellow); }
.hero__badge--two { right: 33%; bottom: 8%; background: var(--pink); transform: rotate(-8deg); }
.hero__scroll { position: absolute; bottom: 34px; left: 35px; z-index: 3; display: flex; align-items: center; gap: 12px; writing-mode: vertical-rl; font-family: var(--latin); font-size: 8px; }
.hero__scroll i { display: block; width: 2px; height: 70px; background: var(--ink); animation: scroll-line 1.6s infinite ease-in-out; }

.welcome { background: var(--yellow); }
.welcome::before, .welcome::after { position: absolute; border: 3px solid var(--ink); border-radius: 50%; content: ""; }
.welcome::before { top: 12%; left: -80px; width: 220px; aspect-ratio: 1; background: var(--pink); }
.welcome::after { right: -90px; bottom: 8%; width: 260px; aspect-ratio: 1; background: var(--blue); }
.welcome__inner { position: relative; z-index: 1; max-width: 880px; text-align: center; }
.welcome .section-tag { justify-content: center; }
.welcome h2 { font-size: clamp(35px, 5vw, 65px); }
.welcome__inner > p:not(.section-tag) { max-width: 660px; margin-inline: auto; line-height: 2; }
.welcome__promise { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 50px; }
.welcome__promise span { display: grid; gap: 8px; place-content: center; min-height: 110px; padding: 16px; border: 3px solid var(--ink); border-radius: 999px; background: var(--paper); font-size: 12px; font-weight: 700; }
.welcome__promise b { font-family: var(--latin); color: var(--red); }
.floating-shape { position: absolute; z-index: 1; font-family: var(--display); pointer-events: none; }
.floating-shape--star { top: 23%; right: 5%; color: var(--red); font-size: 70px; transform: rotate(15deg); }
.floating-shape--flower { bottom: 10%; left: 5%; color: var(--blue); font-size: 76px; }

.booths { background: var(--cream); }
.booths__heading { max-width: 900px; margin-bottom: 70px; }
.booths__heading > p:last-child, .plans__heading > p:last-child { max-width: 650px; line-height: 2; }
.booth-stage { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(300px, .65fr); border: 4px solid var(--ink); background: var(--paper); box-shadow: 12px 12px 0 var(--ink); }
.booth-stage__visual { position: relative; min-height: 610px; overflow: hidden; border-right: 4px solid var(--ink); background: var(--blue); }
.booth-stage__visual img { width: 100%; height: 100%; object-fit: cover; transition: opacity .2s, transform .7s cubic-bezier(.2,.8,.2,1), filter .25s; }
.booth-stage.is-changing img { opacity: .2; transform: scale(1.05); filter: brightness(1.7); }
.booth-stage__focus { position: absolute; inset: 26px; pointer-events: none; }
.booth-stage__focus i { position: absolute; width: 40px; height: 40px; border-color: white; border-style: solid; }
.booth-stage__focus i:nth-child(1) { top: 0; left: 0; border-width: 3px 0 0 3px; }
.booth-stage__focus i:nth-child(2) { top: 0; right: 0; border-width: 3px 3px 0 0; }
.booth-stage__focus i:nth-child(3) { right: 0; bottom: 0; border-width: 0 3px 3px 0; }
.booth-stage__focus i:nth-child(4) { bottom: 0; left: 0; border-width: 0 0 3px 3px; }
.shutter-button { position: absolute; right: 22px; bottom: 22px; display: grid; place-content: center; width: 114px; aspect-ratio: 1; border: 3px solid var(--ink); border-radius: 50%; box-shadow: 5px 5px 0 var(--ink); background: var(--yellow); cursor: pointer; font-size: 11px; font-weight: 700; }
.shutter-button span { font-family: var(--latin); font-size: 18px; }
.booth-stage__number { position: absolute; bottom: 0; left: 20px; margin: 0; color: white; font-family: var(--latin); font-size: clamp(80px, 11vw, 160px); line-height: .78; text-shadow: 3px 3px 0 var(--ink); }
.booth-stage__panel { display: flex; flex-direction: column; justify-content: flex-end; padding: 42px 34px; color: white; background: var(--red); }
.booth-stage[data-theme="753"] .booth-stage__panel { background: var(--blue); }
.booth-stage[data-theme="cherry"] .booth-stage__panel { color: var(--ink); background: var(--pink); }
.booth-stage[data-theme="pet"] .booth-stage__panel { color: var(--ink); background: var(--aqua); }
.booth-stage__panel > p:first-child { margin-bottom: 16px; font-family: var(--latin); font-size: 14px; }
.booth-stage__panel h3 { margin-bottom: 24px; font-size: clamp(26px, 3vw, 38px); }
.booth-stage__panel > p:not(:first-child) { line-height: 1.9; }
.booth-stage__panel ul { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 24px; margin-bottom: 0; padding: 0; list-style: none; }
.booth-stage__panel li { padding: 6px 10px; border: 1px solid currentColor; border-radius: 999px; font-size: 10px; }
.booth-tabs { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(4, 1fr); }
.booth-tabs button { position: relative; display: grid; min-height: 105px; padding: 18px; border: 0; border-right: 3px solid var(--ink); background: var(--paper); cursor: pointer; font-family: var(--latin); font-size: 12px; text-align: left; }
.booth-tabs button:last-child { border-right: 0; }
.booth-tabs button.is-active { background: var(--yellow); }
.booth-tabs button span { position: absolute; top: 8px; right: 10px; color: var(--red); font-size: 20px; }
.booth-tabs button small { margin-top: 5px; font-family: var(--body); font-size: 10px; font-weight: 700; }

.plans { color: white; background: var(--blue); background-image: radial-gradient(circle at 15% 20%, rgba(255,230,83,.95) 0 5px, transparent 6px), radial-gradient(circle at 85% 30%, rgba(255,130,183,.85) 0 7px, transparent 8px); background-size: 90px 90px, 130px 130px; }
.plans__heading { max-width: 860px; margin-bottom: 65px; }
.plans .section-tag span { color: var(--ink); }
.ticket-stack { display: grid; gap: 28px; }
.plan-ticket { position: relative; display: grid; grid-template-columns: 130px minmax(0, 1fr) 235px 220px; align-items: center; min-height: 220px; border: 4px solid var(--ink); color: var(--ink); box-shadow: 10px 10px 0 rgba(0,0,0,.65); overflow: hidden; }
.plan-ticket::before, .plan-ticket::after { position: absolute; left: 114px; z-index: 1; width: 30px; aspect-ratio: 1; border: 4px solid var(--ink); border-radius: 50%; background: var(--blue); content: ""; }
.plan-ticket::before { top: -17px; }
.plan-ticket::after { bottom: -17px; }
.plan-ticket--pink { background: var(--pink); transform: rotate(-1deg); }
.plan-ticket--blue { color: white; background: var(--aqua); transform: rotate(1deg); }
.plan-ticket--yellow { background: var(--yellow); transform: rotate(-.5deg); }
.plan-ticket__admit { display: grid; place-content: center; align-self: stretch; margin: 0; padding: 20px; border-right: 3px dashed var(--ink); writing-mode: vertical-rl; font-family: var(--latin); font-size: 15px; letter-spacing: .05em; }
.plan-ticket > div { padding: 28px; }
.plan-ticket > div > span { font-family: var(--latin); font-size: 12px; }
.plan-ticket h3 { margin: 8px 0 12px; font-size: 26px; }
.plan-ticket > div > p { margin-bottom: 0; font-size: 12px; line-height: 1.8; }
.plan-ticket dl { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin: 0; padding: 25px; border-left: 2px solid var(--ink); }
.plan-ticket dt { font-family: var(--latin); font-size: 9px; }
.plan-ticket dd { margin: 4px 0 0; font-weight: 700; }
.plan-ticket__price { margin: 0; padding: 25px; font-family: var(--latin); font-size: 28px; }
.plan-ticket__price small { display: block; margin-bottom: 5px; font-family: var(--body); font-size: 9px; }
.plans__note { margin-top: 38px; font-size: 12px; }

.day { background: var(--paper); }
.day__heading { max-width: 880px; margin-bottom: 75px; }
.stamp-route { position: relative; display: grid; gap: 22px; padding: 0; list-style: none; }
.stamp-route::before { position: absolute; top: 0; bottom: 0; left: 68px; width: 5px; background: repeating-linear-gradient(var(--red) 0 12px, transparent 12px 22px); content: ""; }
.stamp-route li { position: relative; display: grid; grid-template-columns: 140px minmax(0, 1fr); align-items: center; min-height: 170px; padding: 28px 48px 28px 0; border: 3px solid var(--ink); border-radius: 90px 24px 24px 90px; background: var(--cream); }
.stamp-route li:nth-child(even) { margin-left: 12%; background: var(--yellow); }
.stamp-route li > span { position: relative; z-index: 1; display: grid; place-content: center; width: 100px; aspect-ratio: 1; margin-left: 18px; border: 3px solid var(--ink); border-radius: 50%; color: white; background: var(--red); box-shadow: 5px 5px 0 var(--ink); font-family: var(--latin); font-size: 28px; }
.stamp-route li:nth-child(2) > span { background: var(--blue); }
.stamp-route li:nth-child(3) > span { color: var(--ink); background: var(--pink); }
.stamp-route li:nth-child(4) > span { color: var(--ink); background: var(--aqua); }
.stamp-route small { font-family: var(--latin); color: var(--blue); }
.stamp-route h3 { margin: 8px 0 12px; font-size: 25px; }
.stamp-route p { margin-bottom: 0; line-height: 1.85; }

.gallery { color: white; background: var(--red); }
.gallery__heading { max-width: 850px; margin-bottom: 70px; }
.gallery .section-tag span { color: var(--ink); }
.gallery-wall { display: grid; grid-template-columns: 1.3fr .8fr 1fr; grid-template-rows: 360px 310px; gap: 18px; }
.gallery-shot { position: relative; margin: 0; overflow: hidden; border: 4px solid var(--ink); box-shadow: 8px 8px 0 var(--ink); background: var(--yellow); }
.gallery-shot img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.gallery-shot:hover img { transform: scale(1.04); }
.gallery-shot figcaption { position: absolute; bottom: 12px; left: 12px; padding: 8px 11px; border: 2px solid var(--ink); color: var(--ink); background: var(--yellow); font-family: var(--latin); font-size: 9px; }
.gallery-shot--a { grid-row: 1 / 3; border-radius: 150px 150px 20px 20px; }
.gallery-shot--b { border-radius: 20px 150px 20px 20px; }
.gallery-shot--c { grid-column: 3; grid-row: 1 / 3; border-radius: 20px 20px 160px 160px; }
.gallery-shot--d { border-radius: 50%; }

.about { background: var(--aqua); }
.about__inner { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 8vw; }
.about__photo { position: relative; }
.about__photo::before { position: absolute; inset: -30px 30px 30px -30px; z-index: 0; border: 4px solid var(--ink); border-radius: 50% 50% 20px 20px; background: var(--pink); content: ""; }
.about__photo img { position: relative; z-index: 1; width: 100%; aspect-ratio: 4 / 5; border: 4px solid var(--ink); border-radius: 50% 50% 20px 20px; object-fit: cover; }
.about__photo span { position: absolute; right: -25px; bottom: 30px; z-index: 2; padding: 10px 14px; border: 3px solid var(--ink); background: var(--yellow); font-family: var(--latin); font-size: 10px; transform: rotate(-4deg); }
.about__copy > p:not(.section-tag) { line-height: 2; }
.about__copy dl { display: grid; gap: 0; margin-top: 42px; border-top: 2px solid var(--ink); }
.about__copy dl div { display: grid; grid-template-columns: 95px 1fr; gap: 20px; padding: 15px 0; border-bottom: 2px solid var(--ink); }
.about__copy dt { font-family: var(--latin); font-size: 10px; }
.about__copy dd { margin: 0; font-size: 13px; font-weight: 700; }

.faq { background: var(--lavender); }
.faq__inner { display: grid; grid-template-columns: .8fr 1.2fr; gap: 7vw; }
.faq__heading { position: sticky; top: 130px; align-self: start; }
.faq-list { border-top: 3px solid var(--ink); }
.faq-list details { border-bottom: 3px solid var(--ink); }
.faq-list summary { display: grid; grid-template-columns: 55px 1fr; align-items: center; padding: 26px 0; cursor: pointer; font-family: var(--display); font-size: 16px; line-height: 1.6; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { font-family: var(--latin); color: var(--red); }
.faq-list details p { margin: 0 0 28px 55px; line-height: 1.9; }

.reserve { min-height: 850px; display: grid; place-items: center; }
.reserve__photo { position: absolute; inset: 0; }
.reserve__photo::after { position: absolute; inset: 0; background: rgba(23, 100, 215, .13); content: ""; }
.reserve__photo img { width: 100%; height: 100%; object-fit: cover; }
.reserve__card { position: relative; z-index: 1; max-width: 760px; padding: clamp(45px, 7vw, 85px); border: 4px solid var(--ink); border-radius: 80px 80px 20px 20px; background: rgba(255, 249, 223, .95); box-shadow: 14px 14px 0 var(--ink); text-align: center; }
.reserve__card .section-tag { justify-content: center; }
.reserve__card > p:not(.section-tag) { max-width: 560px; margin-inline: auto; line-height: 2; }
.reserve__actions { display: flex; align-items: center; justify-content: center; gap: 30px; margin-top: 38px; }
.reserve__actions > a:not(.button) { border-bottom: 2px solid var(--ink); font-family: var(--latin); }
.reserve__card > small { display: block; margin-top: 24px; }

.site-footer { padding: 55px 0 90px; color: white; background: var(--ink); }
.site-footer__inner { display: flex; align-items: center; gap: 30px; }
.brand--footer { padding: 0; }
.site-footer p { margin: 0; font-size: 12px; opacity: .7; }
.site-footer__inner > small { margin-left: auto; font-family: var(--latin); font-size: 8px; opacity: .5; }
.mobile-cta { display: none; }

@keyframes smile-pop { 0% { opacity: 0; transform: scale(.65) rotate(-8deg); } 60% { opacity: 1; transform: scale(1.08) rotate(2deg); } 100% { opacity: 1; transform: scale(1); } }
@keyframes opening-away { 0% { opacity: 1; } 80%,100% { opacity: 0; visibility: hidden; } }
@keyframes camera-flash { 0% { opacity: 0; } 30% { opacity: 1; } 100% { opacity: 0; } }
@keyframes confetti-fall { to { transform: translate3d(var(--drift), 105vh, 0) rotate(720deg); opacity: .1; } }
@keyframes hero-photo-in { from { opacity: 0; transform: scale(1.13); filter: saturate(.4); } to { opacity: 1; transform: scale(1.02); filter: saturate(1); } }
@keyframes scroll-line { 0%,100% { transform: scaleY(.15); transform-origin: top; } 50% { transform: scaleY(1); transform-origin: top; } }

@media (max-width: 1180px) {
  .side-tickets { right: 8px; width: 82px; }
  .hero__copy { padding-left: 4vw; }
  .hero__photo { width: 63%; }
  .desktop-nav a { padding-inline: 12px; }
  .plan-ticket { grid-template-columns: 100px minmax(0,1fr) 190px 180px; }
  .plan-ticket::before, .plan-ticket::after { left: 84px; }
}

@media (max-width: 900px) {
  :root { --shell: min(100% - 32px, 720px); }
  .site-header { grid-template-columns: 1fr auto; min-height: 68px; border-color: var(--ink); background: rgba(255,249,223,.96); }
  .brand { min-width: 0; padding: 8px 16px; }
  .brand__number { width: 42px; }
  .brand__copy strong { font-size: 14px; }
  .desktop-nav, .header-book, .side-tickets { display: none; }
  .menu-button { display: grid; place-content: center; gap: 7px; width: 68px; border: 0; border-left: 3px solid var(--ink); background: var(--yellow); cursor: pointer; }
  .menu-button i { display: block; width: 28px; height: 3px; background: var(--ink); transition: transform .25s; }
  .menu-button[aria-expanded="true"] i:first-child { transform: translateY(5px) rotate(45deg); }
  .menu-button[aria-expanded="true"] i:last-child { transform: translateY(-5px) rotate(-45deg); }
  .mobile-menu { position: fixed; inset: 68px 0 0; z-index: 95; display: flex; flex-direction: column; padding: 38px 22px 100px; overflow-y: auto; background: rgba(255,130,183,.97); opacity: 0; visibility: hidden; transform: translateY(-20px); transition: opacity .25s, transform .25s, visibility .25s; }
  .mobile-menu.is-open { opacity: 1; visibility: visible; transform: none; }
  .mobile-menu > p { margin: 0; font-family: var(--latin); font-size: 10px; }
  .mobile-menu > strong { margin: 8px 0 28px; color: white; font-family: var(--latin); font-size: clamp(35px, 12vw, 58px); line-height: .9; text-shadow: 3px 3px 0 var(--ink); }
  .mobile-menu > a { display: flex; align-items: center; gap: 18px; min-height: 65px; padding: 12px 18px; border: 3px solid var(--ink); border-bottom: 0; background: var(--cream); font-family: var(--display); }
  .mobile-menu > a:nth-of-type(2) { background: var(--yellow); }
  .mobile-menu > a:nth-of-type(3) { background: var(--aqua); }
  .mobile-menu > a:nth-of-type(4) { background: var(--lavender); }
  .mobile-menu > a span { font-family: var(--latin); color: var(--red); }
  .mobile-menu > .mobile-menu__book { justify-content: center; margin-top: 20px; border-bottom: 3px solid var(--ink); color: white; background: var(--blue); }
  .hero { min-height: 950px; padding-top: 68px; }
  .hero__photo { top: 68px; width: 100%; height: 57%; border: 0; border-bottom: 4px solid var(--ink); border-radius: 0 0 45% 45% / 0 0 15% 15%; }
  .hero__photo::after { border: 12px solid rgba(255,255,255,.15); border-top: 0; border-radius: inherit; }
  .hero__copy { justify-content: flex-end; width: 100%; min-height: 950px; padding: 575px 25px 58px; }
  .hero__logo { font-size: clamp(46px, 12vw, 75px); }
  .hero h1 { font-size: clamp(34px, 8vw, 54px); }
  .hero__lead { max-width: 650px; }
  .hero__badge--one { top: 105px; right: 18px; }
  .hero__badge--two { top: 450px; right: auto; bottom: auto; left: 18px; }
  .hero__scroll { display: none; }
  .booth-stage { grid-template-columns: 1fr; }
  .booth-stage__visual { min-height: 540px; border-right: 0; border-bottom: 4px solid var(--ink); }
  .booth-stage__panel { min-height: 340px; }
  .booth-tabs { grid-template-columns: 1fr 1fr; }
  .booth-tabs button { border-bottom: 3px solid var(--ink); }
  .booth-tabs button:nth-child(2) { border-right: 0; }
  .booth-tabs button:nth-child(3), .booth-tabs button:nth-child(4) { border-bottom: 0; }
  .plan-ticket { grid-template-columns: 72px 1fr; }
  .plan-ticket::before, .plan-ticket::after { left: 56px; }
  .plan-ticket__admit { grid-row: 1 / 4; }
  .plan-ticket > div { padding: 28px 25px 12px; }
  .plan-ticket dl { grid-column: 2; padding: 15px 25px; border-left: 0; }
  .plan-ticket__price { grid-column: 2; padding: 10px 25px 25px; }
  .gallery-wall { grid-template-columns: 1fr 1fr; grid-template-rows: 430px 310px 360px; }
  .gallery-shot--a { grid-row: 1 / 3; }
  .gallery-shot--c { grid-column: 1 / 3; grid-row: 3; border-radius: 20px 20px 140px 140px; }
  .gallery-shot--d { grid-column: 2; grid-row: 2; }
  .about__inner, .faq__inner { grid-template-columns: 1fr; }
  .about__photo { max-width: 540px; margin-inline: auto; }
  .faq__heading { position: static; }
  .site-footer__inner { flex-wrap: wrap; }
  .site-footer__inner > small { margin-left: 0; width: 100%; }
}

@media (max-width: 560px) {
  :root { --shell: calc(100% - 34px); }
  body { background-size: 28px 28px; }
  .section { padding-block: 90px; }
  .section-tag { align-items: flex-start; flex-direction: column; gap: 8px; }
  h2 { font-size: clamp(31px, 9vw, 43px); line-height: 1.55; }
  .brand__copy small { display: none; }
  .hero { min-height: 890px; }
  .hero__photo { height: 48%; }
  .hero__photo img { object-position: 62% center; }
  .hero__copy { min-height: 890px; padding: 470px 18px 48px; }
  .kicker { margin-bottom: 18px; font-size: 8px; }
  .hero__logo { margin-bottom: 17px; font-size: 44px; }
  .hero h1 { margin-bottom: 16px; font-size: 36px; line-height: 1.5; }
  .hero__lead { margin-bottom: 25px; font-size: 13px; line-height: 1.85; }
  .hero__actions { align-items: stretch; flex-direction: column; gap: 14px; }
  .hero__actions .button { min-height: 55px; }
  .text-link { width: fit-content; }
  .hero__badge { width: 86px; font-size: 7px; }
  .hero__badge span { font-size: 13px; }
  .hero__badge--one { top: 88px; right: 12px; }
  .hero__badge--two { top: 375px; left: 12px; }
  .welcome .section-tag { align-items: center; }
  .welcome__promise { grid-template-columns: 1fr; }
  .welcome__promise span { min-height: 82px; }
  .floating-shape { display: none; }
  .booths__heading { margin-bottom: 45px; }
  .booth-stage { width: calc(100% - 20px); box-shadow: 8px 8px 0 var(--ink); }
  .booth-stage__visual { min-height: 390px; }
  .booth-stage__number { font-size: 90px; }
  .shutter-button { width: 88px; font-size: 9px; }
  .shutter-button span { font-size: 14px; }
  .booth-stage__panel { min-height: 330px; padding: 34px 24px; }
  .booth-stage__panel h3 { font-size: 27px; }
  .booth-tabs { grid-template-columns: 1fr; }
  .booth-tabs button { min-height: 82px; border-right: 0; border-bottom: 3px solid var(--ink) !important; }
  .booth-tabs button:last-child { border-bottom: 0 !important; }
  .plans__heading { margin-bottom: 50px; }
  .plan-ticket { width: calc(100% - 8px); min-height: 320px; margin-inline: auto; }
  .plan-ticket__admit { padding: 10px; }
  .plan-ticket h3 { font-size: 22px; }
  .plan-ticket dl { grid-template-columns: 1fr; }
  .stamp-route::before { left: 40px; }
  .stamp-route li, .stamp-route li:nth-child(even) { grid-template-columns: 78px 1fr; min-height: 220px; margin-left: 0; padding: 25px 20px 25px 0; border-radius: 60px 18px 18px 60px; }
  .stamp-route li > span { width: 68px; margin-left: 6px; font-size: 20px; }
  .stamp-route h3 { font-size: 19px; }
  .stamp-route p { font-size: 12px; }
  .gallery-wall { display: grid; grid-template-columns: 1fr; grid-template-rows: repeat(4, 390px); }
  .gallery-shot, .gallery-shot--a, .gallery-shot--b, .gallery-shot--c, .gallery-shot--d { grid-column: auto; grid-row: auto; border-radius: 90px 20px 90px 20px; }
  .about__photo::before { inset: -16px 16px 16px -16px; }
  .about__photo span { right: -6px; bottom: 18px; }
  .about__copy { margin-top: 35px; }
  .about__copy dl div { grid-template-columns: 72px 1fr; }
  .faq-list summary { grid-template-columns: 45px 1fr; font-size: 14px; }
  .faq-list details p { margin-left: 45px; font-size: 13px; }
  .reserve { min-height: 900px; align-items: end; padding-bottom: 115px; }
  .reserve__photo img { object-position: 50% center; }
  .reserve__card { width: calc(100% - 32px); padding: 40px 22px; border-radius: 50px 50px 16px 16px; box-shadow: 8px 8px 0 var(--ink); }
  .reserve__card .section-tag { align-items: center; }
  .reserve__actions { align-items: stretch; flex-direction: column; gap: 20px; }
  .site-footer { padding-bottom: 105px; }
  .site-footer__inner { align-items: flex-start; flex-direction: column; }
  .mobile-cta { position: fixed; right: 0; bottom: 0; left: 0; z-index: 110; display: grid; grid-template-columns: .85fr 1.15fr; min-height: 66px; border-top: 3px solid var(--ink); background: var(--paper); transform: translateY(110%); transition: transform .28s ease; }
  .mobile-cta.is-visible { transform: none; }
  .mobile-cta a { display: grid; place-content: center; padding: 8px; border-right: 3px solid var(--ink); font-size: 13px; font-weight: 700; text-align: center; }
  .mobile-cta a:last-child { border-right: 0; color: white; background: var(--red); }
  .mobile-cta span { font-family: var(--latin); font-size: 8px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; }
  .opening-flash { display: none; }
  .js-ready .reveal { opacity: 1; transform: none; }
}
