:root {
  --ink: #26213c;
  --navy: #16264f;
  --pink: #ff4f9a;
  --hot-pink: #ee297f;
  --orange: #ff8a3d;
  --yellow: #ffd95a;
  --cream: #fffaf1;
  --soft-pink: #fff0f5;
  --white: #ffffff;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: "Hiragino Maru Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  overflow-x: hidden;
}
body.modal-open { overflow: hidden; }
[hidden] { display: none !important; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
img { display: block; max-width: 100%; }

.site-header {
  align-items: center;
  display: flex;
  height: 84px;
  justify-content: space-between;
  left: 0;
  padding: 0 4vw;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 30;
}
.header-logo { width: 150px; filter: drop-shadow(0 3px 0 rgba(255,255,255,.8)); }
.nav-links { align-items: center; display: flex; gap: 28px; }
.nav-links > a {
  color: white;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .14em;
  text-shadow: 0 1px 8px rgba(17,22,62,.55);
}
.nav-links > a:not(.nav-ticket) { position: relative; }
.nav-links > a:not(.nav-ticket)::after {
  background: var(--yellow);
  bottom: -7px;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .2s ease;
  width: 100%;
}
.nav-links > a:hover::after { transform: scaleX(1); }
.nav-ticket {
  align-items: center;
  background: white;
  border: 3px solid var(--navy);
  border-radius: 999px;
  box-shadow: 4px 4px 0 var(--navy);
  color: var(--navy) !important;
  display: flex;
  gap: 18px;
  padding: 11px 18px;
  text-shadow: none !important;
}
.menu-button { display: none; }

.hero {
  align-items: center;
  background: #182d77;
  display: flex;
  min-height: min(900px, 100svh);
  overflow: hidden;
  padding: 118px 7vw 70px;
  position: relative;
}
.hero-backdrop {
  background-image: linear-gradient(90deg, rgba(16,23,70,.82) 0%, rgba(18,25,74,.5) 35%, rgba(17,32,97,.08) 65%), url("../../images/hero-festival.webp");
  background-position: center;
  background-size: cover;
  inset: 0;
  position: absolute;
  transform: scale(1.015);
}
.hero-backdrop::after {
  background: linear-gradient(0deg, rgba(17,28,85,.45), transparent 36%);
  content: "";
  inset: 0;
  position: absolute;
}
.hero-shine { border: 1px solid rgba(255,255,255,.32); border-radius: 50%; position: absolute; }
.hero-shine-one { height: 520px; left: -240px; top: 120px; width: 520px; }
.hero-shine-two { height: 320px; left: -140px; top: 220px; width: 320px; }
.hero-content { color: white; max-width: 640px; position: relative; text-shadow: 0 2px 20px rgba(15,23,70,.45); z-index: 2; }
.hero-kicker { align-items: center; display: flex; font-size: 11px; font-weight: 900; letter-spacing: .18em; margin: 0 0 6px; }
.hero-kicker::before { background: var(--yellow); content: ""; height: 3px; margin-right: 12px; width: 36px; }
.hero-logo { filter: drop-shadow(0 8px 0 rgba(139,15,95,.35)) drop-shadow(0 8px 22px rgba(25,16,75,.45)); margin: 0 0 12px -4%; width: min(560px, 86vw); }
.hero h1 { font-size: clamp(28px, 3.1vw, 47px); font-weight: 900; letter-spacing: .08em; line-height: 1.3; margin: 0; }
.hero-copy { font-size: clamp(14px, 1.3vw, 18px); font-weight: 700; line-height: 1.9; margin: 18px 0 26px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button {
  align-items: center;
  border: 3px solid var(--navy);
  border-radius: 999px;
  cursor: pointer;
  display: inline-flex;
  font-size: 13px;
  font-weight: 900;
  gap: 28px;
  justify-content: center;
  letter-spacing: .08em;
  min-height: 54px;
  padding: 0 25px;
  transition: transform .2s ease, box-shadow .2s ease;
}
.button:hover { transform: translate(-2px,-2px); }
.button-primary { background: linear-gradient(135deg, var(--yellow), #ffae44); box-shadow: 5px 5px 0 var(--navy); color: var(--navy); }
.button-primary:hover { box-shadow: 8px 8px 0 var(--navy); }
.button-ghost { background: rgba(255,255,255,.92); box-shadow: 5px 5px 0 var(--pink); color: var(--navy); }
.button-dark { background: var(--navy); border-color: white; box-shadow: 5px 5px 0 var(--pink); color: white; }
.next-live-sticker {
  background: var(--yellow);
  border: 4px solid white;
  border-radius: 50%;
  bottom: 8%;
  box-shadow: 0 0 0 5px var(--navy), 10px 12px 0 rgba(17,27,77,.5);
  color: var(--navy);
  display: flex;
  flex-direction: column;
  height: 190px;
  justify-content: center;
  line-height: 1.1;
  position: absolute;
  right: 5vw;
  text-align: center;
  transform: rotate(5deg);
  transition: transform .25s ease;
  width: 190px;
  z-index: 3;
}
.next-live-sticker:hover { transform: rotate(0) scale(1.04); }
.sticker-label { background: var(--pink); color: white; font-size: 11px; font-weight: 900; margin: 0 auto 7px; padding: 5px 14px; transform: rotate(-4deg); }
.next-live-sticker strong { font-size: 46px; font-weight: 1000; letter-spacing: -.04em; }
.next-live-sticker strong small { font-size: 13px; letter-spacing: 0; }
.next-live-sticker > span:last-child { font-size: 10px; font-weight: 900; margin-top: 7px; }
.scroll-cue { align-items: center; bottom: 18px; color: white; display: flex; flex-direction: column; font-size: 9px; font-weight: 900; gap: 6px; left: 50%; letter-spacing: .2em; position: absolute; z-index: 4; }
.scroll-cue i { background: white; height: 32px; width: 2px; }
.floating-star { color: var(--yellow); filter: drop-shadow(0 3px 0 var(--pink)); font-size: 30px; position: absolute; z-index: 4; }
.star-one { left: 43%; top: 18%; animation: float 3.2s ease-in-out infinite; }
.star-two { left: 6%; top: 24%; animation: float 3.7s .4s ease-in-out infinite; }
.star-three { bottom: 18%; color: var(--pink); left: 45%; animation: float 3.3s .8s ease-in-out infinite; }

.ticker { background: var(--pink); border-bottom: 3px solid var(--navy); border-top: 3px solid var(--navy); color: white; overflow: hidden; transform: rotate(-1deg) scale(1.02); }
.ticker > div { align-items: center; animation: ticker 18s linear infinite; display: flex; gap: 30px; min-width: max-content; padding: 12px 0; }
.ticker span { font-size: 16px; font-weight: 1000; letter-spacing: .12em; }
.ticker b { color: var(--yellow); font-size: 20px; }

.section { padding: 115px max(5vw, 24px); position: relative; }
.section-heading { margin: 0 auto 54px; max-width: 1180px; }
.section-heading.centered { text-align: center; }
.eyebrow { color: var(--pink); display: block; font-size: 11px; font-weight: 1000; letter-spacing: .2em; margin-bottom: 10px; }
.section-heading h2 { color: var(--navy); font-size: clamp(42px, 6vw, 82px); font-weight: 1000; letter-spacing: -.06em; line-height: .95; margin: 0; }
.section-heading h2 em { color: var(--pink); font-style: normal; }
.section-heading p { font-size: 14px; font-weight: 700; line-height: 1.8; margin: 20px 0 0; }
.heading-star { color: var(--yellow); font-size: 27px; margin-top: 16px; text-shadow: 2px 2px 0 var(--pink); }

.about { background-color: var(--cream); background-image: radial-gradient(rgba(255,80,150,.14) 1.5px, transparent 1.5px); background-size: 20px 20px; }
.about-layout { align-items: center; display: grid; gap: 7vw; grid-template-columns: minmax(0,1.05fr) minmax(320px,.75fr); margin: 0 auto; max-width: 1160px; }
.about-visual { position: relative; }
.photo-frame { background: white; border: 3px solid var(--navy); box-shadow: 12px 13px 0 var(--pink); padding: 14px 14px 54px; position: relative; transform: rotate(-2deg); }
.photo-frame img { aspect-ratio: 16/9; object-fit: cover; width: 100%; }
.photo-frame::after { bottom: 13px; color: var(--pink); content: "OUR BEST HOLIDAY!  ★"; font-size: 13px; font-weight: 1000; left: 20px; letter-spacing: .08em; position: absolute; }
.tape { background: rgba(255,217,90,.85); height: 35px; position: absolute; top: -19px; width: 100px; }
.tape-left { left: 15%; transform: rotate(-8deg); }
.tape-right { right: 12%; transform: rotate(9deg); }
.doodle { color: var(--pink); font-family: cursive; font-size: 76px; font-weight: 900; position: absolute; }
.doodle-heart { bottom: -63px; left: -35px; transform: rotate(-15deg); }
.doodle-star { color: var(--yellow); right: -30px; text-shadow: 3px 3px 0 var(--pink); top: -58px; }
.about-copy { position: relative; }
.about-lead { color: var(--navy); font-size: clamp(28px, 3.5vw, 45px); font-weight: 1000; letter-spacing: .03em; line-height: 1.45 !important; margin: 0 0 24px !important; }
.about-copy > p { font-size: 15px; font-weight: 700; line-height: 2.1; margin: 0; }
.concept-tags { display: flex; flex-wrap: wrap; gap: 8px; margin: 24px 0 30px; }
.concept-tags span { background: white; border: 2px solid var(--navy); border-radius: 999px; color: var(--pink); font-size: 12px; font-weight: 900; padding: 8px 13px; }
.debut-note { background: var(--navy); border-radius: 22px; box-shadow: 7px 7px 0 var(--yellow); color: white; display: grid; gap: 0 16px; grid-template-columns: auto 1fr; padding: 19px 22px; transform: rotate(1deg); }
.debut-note span { background: var(--pink); border-radius: 99px; font-size: 10px; font-weight: 1000; grid-row: 1 / 3; margin: auto; padding: 8px 10px; }
.debut-note strong { font-size: 27px; letter-spacing: .03em; }
.debut-note small { font-size: 10px; font-weight: 900; letter-spacing: .12em; opacity: .8; }

.schedule { background: linear-gradient(180deg, #ffedf4 0%, #fff8ed 100%); border-bottom: 3px solid var(--navy); border-top: 3px solid var(--navy); overflow: hidden; }
.schedule::before { background: radial-gradient(circle, #ff8eba 0 4px, transparent 5px); background-size: 32px 32px; content: ""; inset: 0; opacity: .16; position: absolute; }
.schedule > * { position: relative; z-index: 2; }
.schedule .section-heading { text-align: center; }
.schedule-cloud { background: white; border-radius: 999px; height: 75px; opacity: .7; position: absolute !important; width: 220px; z-index: 1 !important; }
.schedule-cloud::before, .schedule-cloud::after { background: white; border-radius: 50%; content: ""; position: absolute; }
.schedule-cloud::before { height: 100px; left: 30px; top: -45px; width: 100px; }
.schedule-cloud::after { height: 125px; right: 10px; top: -62px; width: 125px; }
.cloud-one { left: -80px; top: 180px; }
.cloud-two { right: -100px; top: 440px; transform: scale(.8); }
.calendar-shell { background: white; border: 4px solid var(--navy); border-radius: 30px; box-shadow: 14px 14px 0 var(--pink); margin: 0 auto; max-width: 1120px; overflow: hidden; }
.calendar-top { align-items: center; background: linear-gradient(100deg, var(--pink), var(--orange)); color: white; display: flex; justify-content: space-between; padding: 22px 30px; }
.calendar-top button { background: rgba(255,255,255,.16); border: 2px solid white; border-radius: 50%; color: white; cursor: pointer; font-size: 22px; height: 46px; transition: background .2s ease, transform .2s ease; width: 46px; }
.calendar-top button:hover { background: white; color: var(--pink); transform: scale(1.06); }
.calendar-top div { line-height: 1; text-align: center; }
.calendar-top span { display: block; font-size: 11px; font-weight: 900; letter-spacing: .28em; margin-bottom: 4px; }
.calendar-top strong { font-size: clamp(27px, 4vw, 44px); font-weight: 1000; letter-spacing: .08em; }
.calendar-grid { display: grid; grid-template-columns: repeat(7, 1fr); }
.weekday-row { background: var(--navy); color: white; }
.weekday-row > div { border-right: 1px solid rgba(255,255,255,.2); font-size: 10px; font-weight: 1000; letter-spacing: .12em; padding: 11px; text-align: center; }
.weekday-row > div:first-child { color: #ff9dbe; }
.weekday-row > div:last-child { color: #7fc7ff; }
.calendar-day { border-bottom: 1px dashed #d8d2df; border-right: 1px dashed #d8d2df; min-height: 112px; padding: 10px; position: relative; }
.calendar-day.empty { background: #faf8f5; }
.calendar-day.has-event { background: #fffdf5; }
.day-number { font-size: 13px; font-weight: 900; }
.weekend .day-number { color: var(--pink); }
.day-events { display: flex; flex-direction: column; gap: 4px; margin-top: 7px; }
.event-pill { align-items: center; border: 2px solid var(--navy); border-radius: 9px; box-shadow: 2px 2px 0 var(--navy); cursor: pointer; display: flex; font-size: 9px; font-weight: 1000; gap: 4px; justify-content: space-between; line-height: 1.2; min-height: 34px; padding: 5px 7px; text-align: left; transition: transform .15s ease, box-shadow .15s ease; width: 100%; }
.event-pill:hover { box-shadow: 4px 4px 0 var(--navy); transform: translate(-2px,-2px); }
.event-pill i { font-style: normal; }
.tone-debut { background: var(--yellow); }
.tone-live { background: #dff4ff; }
.tone-birthday { background: #ffd8e8; }
.tone-festival { background: #ffddb9; }
.tone-special { background: #e9dcff; }
.calendar-legend { display: flex; gap: 20px; justify-content: flex-end; padding: 15px 22px; }
.calendar-legend span { align-items: center; display: flex; font-size: 9px; font-weight: 1000; gap: 6px; letter-spacing: .08em; }
.calendar-legend i { border: 1px solid var(--navy); border-radius: 50%; height: 10px; width: 10px; }
.legend-debut { background: var(--yellow); }
.legend-live { background: #dff4ff; }
.legend-special { background: #ffd8e8; }
.upcoming-list { background: var(--navy); border: 4px solid var(--navy); border-radius: 28px; box-shadow: 10px 10px 0 var(--yellow); margin: 55px auto 0; max-width: 920px; overflow: hidden; }
.upcoming-title { align-items: center; color: white; display: flex; justify-content: space-between; padding: 22px 26px; }
.upcoming-title span { color: var(--yellow); font-size: 10px; font-weight: 1000; letter-spacing: .16em; }
.upcoming-title strong { font-size: 18px; }
.upcoming-row { align-items: center; background: white; border: 0; border-top: 2px solid var(--navy); cursor: pointer; display: grid; gap: 20px; grid-template-columns: 110px 1fr 25px; padding: 18px 22px; text-align: left; transition: background .15s ease; width: 100%; }
.upcoming-row:hover { background: #fff8d7; }
.upcoming-date { border: 2px solid var(--navy); border-radius: 999px; font-size: 12px; font-weight: 1000; padding: 8px; text-align: center; }
.upcoming-main { display: flex; flex-direction: column; gap: 4px; }
.upcoming-main strong { font-size: 15px; }
.upcoming-main small { color: #676276; font-size: 11px; font-weight: 700; }
.upcoming-arrow { color: var(--pink); font-size: 20px; font-weight: 1000; }
.upcoming-empty { background: white; border-top: 2px solid var(--navy); color: #676276; font-size: 12px; font-weight: 800; margin: 0; padding: 28px 22px; text-align: center; }

.members { background: var(--cream); }
.member-grid { display: grid; gap: 20px; grid-template-columns: repeat(4, 1fr); margin: 0 auto; max-width: 1180px; }
.member-card { border: 3px solid var(--navy); border-radius: 34px; min-height: 500px; overflow: hidden; position: relative; transition: transform .25s ease, box-shadow .25s ease; }
.member-card:hover { transform: translateY(-9px) rotate(-1deg); }
.member-purple { background: linear-gradient(160deg, #eadfff, #fff 68%); box-shadow: 8px 9px 0 #8e62db; }
.member-red { background: linear-gradient(160deg, #ffdfe4, #fff 68%); box-shadow: 8px 9px 0 #f04c55; }
.member-pink { background: linear-gradient(160deg, #ffe0ee, #fff 68%); box-shadow: 8px 9px 0 #ff83b5; }
.member-blue { background: linear-gradient(160deg, #dff3ff, #fff 68%); box-shadow: 8px 9px 0 #4a90e2; }
.member-card img { height: 325px; margin: 8px auto 0; object-fit: contain; position: relative; width: 100%; z-index: 2; }
.member-sparkles { color: var(--pink); font-size: 18px; font-weight: 900; letter-spacing: .3em; position: absolute; right: 10px; top: 22px; transform: rotate(10deg); }
.member-swipe-hint { display: none; }
.member-info { background: white; border-top: 3px solid var(--navy); bottom: 0; left: 0; min-height: 172px; padding: 19px 22px; position: absolute; right: 0; z-index: 3; }
.member-info > span { color: var(--pink); font-size: 9px; font-weight: 1000; letter-spacing: .2em; }
.member-info h3 { color: var(--navy); font-size: 27px; font-weight: 1000; margin: 2px 0 0; }
.member-info p { color: #8b859a; font-size: 10px; font-weight: 900; letter-spacing: .2em; margin: 2px 0 13px; }
.member-info a { align-items: center; border-top: 1px dashed #cfc8d4; display: flex; font-size: 10px; font-weight: 1000; justify-content: space-between; letter-spacing: .12em; padding-top: 12px; }
.member-info a b { color: var(--pink); font-size: 17px; }

.movie { background: linear-gradient(135deg, #ff4f9a 0%, #ff7f7a 48%, #ffb653 100%); border-bottom: 4px solid var(--navy); border-top: 4px solid var(--navy); color: white; overflow: hidden; }
.movie::before { background-image: radial-gradient(rgba(255,255,255,.45) 2px, transparent 2px); background-size: 32px 32px; content: ""; inset: 0; opacity: .4; position: absolute; }
.movie-layout { align-items: center; display: grid; gap: 8vw; grid-template-columns: 1fr 390px; margin: 0 auto; max-width: 1040px; position: relative; }
.movie .eyebrow { color: var(--yellow); }
.movie-copy h2 { font-size: clamp(55px, 8vw, 98px); font-weight: 1000; letter-spacing: -.07em; line-height: .87; margin: 0; text-shadow: 5px 5px 0 var(--navy); }
.movie-copy h2 em { color: var(--yellow); font-style: normal; }
.movie-copy > p { font-size: 15px; font-weight: 900; line-height: 2; margin: 30px 0; }
.phone-stage { padding: 20px; position: relative; }
.phone-frame { background: var(--navy); border: 5px solid white; border-radius: 44px; box-shadow: 12px 14px 0 var(--navy), 18px 20px 0 var(--yellow); padding: 15px 11px 14px; position: relative; transform: rotate(3deg); }
.phone-frame iframe { aspect-ratio: 9/16; background: #111; border: 0; border-radius: 29px; display: block; width: 100%; }
.phone-speaker { background: var(--navy); border-radius: 10px; height: 8px; left: 50%; position: absolute; top: 8px; transform: translateX(-50%); width: 64px; z-index: 2; }
.phone-label { background: var(--yellow); border: 3px solid var(--navy); border-radius: 999px; bottom: 7%; box-shadow: 4px 4px 0 var(--navy); color: var(--navy); font-size: 12px; font-weight: 1000; left: -24px; padding: 10px 18px; position: absolute; transform: rotate(-9deg); }
.movie-confetti { color: var(--yellow); font-size: 70px; position: absolute; text-shadow: 4px 4px 0 var(--navy); }
.confetti-one { left: 4%; top: 16%; transform: rotate(-12deg); }
.confetti-two { bottom: 12%; right: 4%; transform: rotate(18deg); }

.debut-cta { align-items: center; background-color: #fff8e9; background-image: linear-gradient(45deg, rgba(255,80,154,.08) 25%, transparent 25%), linear-gradient(-45deg, rgba(255,80,154,.08) 25%, transparent 25%), linear-gradient(45deg, transparent 75%, rgba(255,80,154,.08) 75%), linear-gradient(-45deg, transparent 75%, rgba(255,80,154,.08) 75%); background-position: 0 0, 0 16px, 16px -16px, -16px 0; background-size: 32px 32px; display: flex; justify-content: center; min-height: 680px; overflow: hidden; }
.cta-card { background: white; border: 4px solid var(--navy); border-radius: 40px; box-shadow: 13px 14px 0 var(--pink); max-width: 680px; padding: 52px 55px; position: relative; text-align: center; z-index: 3; }
.cta-card::before, .cta-card::after { color: var(--yellow); content: "★"; font-size: 45px; position: absolute; text-shadow: 3px 3px 0 var(--pink); }
.cta-card::before { left: 24px; top: 22px; transform: rotate(-12deg); }
.cta-card::after { bottom: 25px; right: 24px; transform: rotate(12deg); }
.cta-date { color: var(--pink); font-size: clamp(44px, 7vw, 76px); font-weight: 1000; letter-spacing: -.06em; line-height: 1; margin: 12px 0 7px; }
.cta-date small { font-size: 15px; letter-spacing: .05em; }
.cta-card h2 { color: var(--navy); font-size: clamp(29px, 4vw, 45px); margin: 0 0 10px; }
.cta-card > p:not(.cta-date):not(.price) { font-size: 14px; font-weight: 900; }
.cta-card .price { background: #fff0f5; border-radius: 8px; display: inline-block; font-size: 12px; font-weight: 900; margin: 4px 0 25px; padding: 7px 12px; }
.cta-chibi { bottom: -30px; height: 360px; object-fit: contain; position: absolute; width: 360px; z-index: 2; }
.cta-mikoto { left: -35px; transform: rotate(6deg); }
.cta-eru { left: 15%; transform: rotate(-5deg) scale(.72); }
.cta-milk { right: 14%; transform: rotate(5deg) scale(.72); }
.cta-seira { right: -40px; transform: rotate(-6deg); }

footer { background: var(--navy); color: white; padding: 68px 24px 34px; text-align: center; }
footer > img { filter: drop-shadow(0 5px 0 rgba(255,40,133,.38)); margin: 0 auto; width: 280px; }
footer > p { font-size: 12px; font-weight: 900; letter-spacing: .06em; margin: 14px 0 25px; }
.footer-members { display: flex; flex-wrap: wrap; gap: 10px 24px; justify-content: center; margin-bottom: 35px; }
.footer-members a { color: #ffd7e8; font-size: 11px; font-weight: 900; }
footer small { color: rgba(255,255,255,.55); font-size: 9px; letter-spacing: .06em; }

.modal-backdrop { align-items: center; background: rgba(17,24,65,.78); display: flex; inset: 0; justify-content: center; padding: 22px; position: fixed; z-index: 100; }
.event-modal { border: 4px solid var(--navy); border-radius: 34px; box-shadow: 12px 13px 0 var(--pink); max-width: 520px; padding: 38px; position: relative; width: 100%; }
.modal-close { background: var(--navy); border: 2px solid white; border-radius: 50%; color: white; cursor: pointer; font-size: 25px; height: 43px; line-height: 1; position: absolute; right: 14px; top: 14px; width: 43px; }
.modal-kicker { color: var(--pink); font-size: 9px; font-weight: 1000; letter-spacing: .2em; }
.modal-date { color: var(--navy); font-size: 17px; font-weight: 1000; letter-spacing: .08em; margin: 20px 0 4px; }
.event-modal h2 { color: var(--navy); font-size: clamp(29px, 6vw, 43px); line-height: 1.25; margin: 0 0 23px; padding-right: 28px; }
.event-modal dl { background: rgba(255,255,255,.7); border: 2px solid var(--navy); border-radius: 16px; margin: 0; padding: 5px 17px; }
.event-modal dl > div { display: grid; gap: 14px; grid-template-columns: 62px 1fr; padding: 10px 0; }
.event-modal dl > div + div { border-top: 1px dashed #aca4b7; }
.event-modal dt { color: var(--pink); font-size: 9px; font-weight: 1000; letter-spacing: .12em; }
.event-modal dd { font-size: 13px; font-weight: 900; margin: 0; }
.modal-note { font-size: 12px; font-weight: 800; margin: 18px 0; }
.event-modal .button { width: 100%; }
.coming-soon { background: var(--navy); border-radius: 999px; color: white; display: block; font-size: 10px; font-weight: 1000; letter-spacing: .14em; margin-top: 18px; padding: 14px; text-align: center; }
.noscript { background: var(--navy); bottom: 0; color: white; font-size: 12px; left: 0; margin: 0; padding: 12px; position: fixed; right: 0; text-align: center; z-index: 200; }

@keyframes float { 0%,100% { transform: translateY(0) rotate(-6deg); } 50% { transform: translateY(-14px) rotate(7deg); } }
@keyframes ticker { to { transform: translateX(-50%); } }

/* Lightweight motion: transforms and opacity only, reusing existing character assets. */
.hero-backdrop { animation: hero-breathe 14s ease-in-out infinite alternate; will-change: transform; }
.hero-rays {
  animation: rays-turn 28s linear infinite;
  background: repeating-conic-gradient(from 0deg, rgba(255,255,255,.12) 0 7deg, transparent 7deg 19deg);
  border-radius: 50%;
  height: 110vmax;
  left: 54%;
  opacity: .45;
  position: absolute;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 110vmax;
  z-index: 1;
}
.hero-content > * { animation: hero-rise .7s both; }
.hero-content > *:nth-child(1) { animation-delay: .08s; }
.hero-content > *:nth-child(2) { animation-delay: .16s; }
.hero-content > *:nth-child(3) { animation-delay: .24s; }
.hero-content > *:nth-child(4) { animation-delay: .32s; }
.hero-content > *:nth-child(5) { animation-delay: .4s; }
.header-logo { animation: logo-arrive .65s .08s both; }
.next-live-sticker { animation: sticker-bob 4.2s 1s ease-in-out infinite; }
.next-live-sticker:hover { animation-play-state: paused; }
.scroll-cue i { animation: scroll-pulse 1.8s ease-in-out infinite; transform-origin: top; }
.heading-star { animation: star-twinkle 2.6s ease-in-out infinite; }
.photo-frame { animation: photo-sway 5.5s ease-in-out infinite; }
.schedule-cloud { animation: cloud-drift 8s ease-in-out infinite alternate; }
.cloud-two { animation-delay: -3s; }
.calendar-scene { margin: 0 auto; max-width: 1120px; position: relative; }
.calendar-scene .calendar-shell { margin: 0; max-width: none; position: relative; z-index: 2; }
.calendar-mascot {
  filter: drop-shadow(0 9px 0 rgba(22,38,79,.14));
  height: 220px;
  object-fit: contain;
  pointer-events: none;
  position: absolute;
  top: -134px;
  width: 220px;
  z-index: 1;
}
.calendar-mascot-eru { animation: mascot-peek-left 4.4s ease-in-out infinite; left: -58px; transform: rotate(-8deg); }
.calendar-mascot-seira { animation: mascot-peek-right 4.8s .5s ease-in-out infinite; right: -64px; transform: rotate(8deg); }
.has-event .event-pill i { animation: event-star 1.7s ease-in-out infinite; }
.member-card img { animation: character-bob 4s ease-in-out infinite; transition: scale .25s ease; }
.member-card:nth-child(2) img { animation-delay: -.9s; }
.member-card:nth-child(3) img { animation-delay: -1.8s; }
.member-card:nth-child(4) img { animation-delay: -2.7s; }
.member-card:hover img, .member-card:focus-within img { scale: 1.045; }
.member-sparkles { animation: sparkles 2.1s ease-in-out infinite; }
.phone-frame { animation: phone-float 4.6s ease-in-out infinite; position: relative; z-index: 2; }
.movie-mascot {
  animation: movie-mascot-wave 3.7s ease-in-out infinite;
  filter: drop-shadow(0 8px 0 rgba(22,38,79,.24));
  height: 180px;
  object-fit: contain;
  pointer-events: none;
  position: absolute;
  right: -88px;
  top: 88px;
  transform: rotate(10deg);
  transform-origin: 50% 90%;
  width: 180px;
  z-index: 1;
}
.movie-confetti { animation: confetti-pop 2.8s ease-in-out infinite; }
.confetti-two { animation-delay: -1.4s; }
.cta-chibi { animation: cta-bounce 3.8s ease-in-out infinite; }
.cta-eru { animation-delay: -.8s; }
.cta-milk { animation-delay: -1.6s; }
.cta-seira { animation-delay: -2.4s; }

.reveal-item {
  opacity: 0;
  transition: opacity .65s ease var(--reveal-delay, 0ms), translate .65s cubic-bezier(.22,.75,.25,1) var(--reveal-delay, 0ms);
  translate: 0 30px;
}
.reveal-item.is-visible { opacity: 1; translate: 0 0; }

@keyframes hero-breathe { from { transform: scale(1.015); } to { transform: scale(1.055) translate3d(-.5%, -.35%, 0); } }
@keyframes rays-turn { to { transform: translate(-50%,-50%) rotate(360deg); } }
@keyframes hero-rise { from { opacity: 0; transform: translateY(22px) scale(.98); } to { opacity: 1; transform: translateY(0) scale(1); } }
@keyframes logo-arrive { from { opacity: 0; transform: translateY(-16px) rotate(-4deg); } to { opacity: 1; transform: translateY(0) rotate(0); } }
@keyframes sticker-bob { 0%,100% { transform: rotate(5deg) translateY(0); } 50% { transform: rotate(1deg) translateY(-10px); } }
@keyframes scroll-pulse { 0%,100% { opacity: .45; transform: scaleY(.45); } 50% { opacity: 1; transform: scaleY(1); } }
@keyframes star-twinkle { 0%,100% { scale: 1; rotate: -8deg; } 50% { scale: 1.25; rotate: 9deg; } }
@keyframes photo-sway { 0%,100% { transform: rotate(-2deg) translateY(0); } 50% { transform: rotate(-.8deg) translateY(-7px); } }
@keyframes cloud-drift { from { translate: -8px 0; } to { translate: 18px -6px; } }
@keyframes mascot-peek-left { 0%,100% { transform: rotate(-8deg) translateY(7px); } 50% { transform: rotate(-3deg) translateY(-5px); } }
@keyframes mascot-peek-right { 0%,100% { transform: rotate(8deg) translateY(7px); } 50% { transform: rotate(3deg) translateY(-5px); } }
@keyframes event-star { 0%,100% { scale: .86; rotate: -8deg; } 50% { scale: 1.2; rotate: 8deg; } }
@keyframes character-bob { 0%,100% { translate: 0 0; } 50% { translate: 0 -8px; } }
@keyframes sparkles { 0%,100% { opacity: .5; scale: .9; } 50% { opacity: 1; scale: 1.08; } }
@keyframes phone-float { 0%,100% { translate: 0 0; } 50% { translate: 0 -10px; } }
@keyframes movie-mascot-wave { 0%,100% { transform: rotate(10deg) translateY(5px); } 50% { transform: rotate(4deg) translateY(-7px); } }
@keyframes confetti-pop { 0%,100% { opacity: .65; translate: 0 0; scale: .9; } 50% { opacity: 1; translate: 0 -8px; scale: 1.12; } }
@keyframes cta-bounce { 0%,100% { translate: 0 0; } 50% { translate: 0 -11px; } }

@media (max-width: 980px) {
  .member-grid { grid-template-columns: repeat(2, 1fr); }
  .movie-layout { gap: 6vw; grid-template-columns: 1fr 340px; }
  .cta-mikoto, .cta-seira { opacity: .88; }
  .cta-eru, .cta-milk { display: none; }
}

@media (max-width: 760px) {
  .site-header { height: 68px; padding: 0 18px; position: absolute; }
  .header-logo { width: 126px; }
  .menu-button { align-items: center; background: white; border: 3px solid var(--navy); border-radius: 50%; box-shadow: 3px 3px 0 var(--pink); cursor: pointer; display: flex; flex-direction: column; gap: 4px; height: 43px; justify-content: center; position: relative; width: 43px; z-index: 32; }
  .menu-button span { background: var(--navy); border-radius: 9px; display: block; height: 2px; width: 18px; }
  .nav-links { align-items: stretch; background: #fff8ef; border-bottom: 4px solid var(--navy); box-shadow: 0 10px 0 rgba(255,79,154,.7); display: flex; flex-direction: column; gap: 0; left: 0; padding: 82px 25px 28px; position: fixed; right: 0; top: 0; transform: translateY(-115%); transition: transform .25s ease; z-index: 31; }
  .nav-links.is-open { transform: translateY(0); }
  .nav-links > a { border-bottom: 1px dashed #c9c0cc; color: var(--navy); font-size: 15px; padding: 13px 3px; text-shadow: none; }
  .nav-ticket { border: 3px solid var(--navy) !important; justify-content: space-between; margin-top: 13px; padding: 10px 17px !important; }
  .hero { align-items: flex-end; min-height: 100svh; padding: 82px 18px max(52px, env(safe-area-inset-bottom)); }
  .hero-backdrop { background-image: linear-gradient(0deg, rgba(14,24,76,.92) 0%, rgba(14,24,76,.5) 46%, rgba(14,24,76,.07) 76%), url("../../images/hero-festival.webp"); background-position: 57% top; }
  .hero-content { text-align: center; width: 100%; }
  .hero-kicker { justify-content: center; }
  .hero-logo { margin: 0 auto 6px; width: min(390px, 88vw); }
  .hero h1 { font-size: clamp(24px, 7.1vw, 29px); letter-spacing: .035em; }
  .hero-copy { font-size: 13px; margin: 13px 0 21px; }
  .hero-actions { flex-wrap: nowrap; justify-content: center; width: 100%; }
  .hero-actions .button { flex: 1 1 0; gap: 12px; max-width: 190px; min-width: 0; }
  .button { gap: 18px; min-height: 50px; padding: 0 16px; }
  .next-live-sticker { bottom: auto; height: 100px; right: 16px; top: 82px; width: 100px; }
  .sticker-label { font-size: 7px; margin-bottom: 4px; padding: 3px 7px; }
  .next-live-sticker strong { font-size: 27px; }
  .next-live-sticker strong small { font-size: 8px; }
  .next-live-sticker > span:last-child { font-size: 6px; margin-top: 4px; }
  .scroll-cue { display: none; }
  .star-one { left: 82%; top: 25%; }
  .star-two { left: 7%; top: 18%; }
  .star-three { bottom: 31%; left: 7%; }
  .section { padding: 82px 18px; }
  .section-heading { margin-bottom: 38px; }
  .section-heading h2 { font-size: 45px; }
  .section-heading p { font-size: 12px; }
  .about-layout { gap: 58px; grid-template-columns: 1fr; }
  .photo-frame { box-shadow: 8px 9px 0 var(--pink); padding: 8px 8px 40px; }
  .photo-frame::after { bottom: 10px; font-size: 10px; left: 13px; }
  .about-copy { text-align: center; }
  .about-lead { font-size: 30px; }
  .about-copy > p { font-size: 13px; line-height: 2; }
  .concept-tags { justify-content: center; }
  .debut-note { text-align: left; }
  .calendar-shell { border-radius: 20px; box-shadow: 7px 8px 0 var(--pink); }
  .calendar-top { padding: 16px 14px; }
  .calendar-top button { height: 39px; width: 39px; }
  .calendar-top strong { font-size: 27px; }
  .weekday-row > div { font-size: 7px; padding: 8px 1px; }
  .calendar-day { min-height: 61px; padding: 5px 3px; }
  .day-number { display: block; font-size: 10px; text-align: center; }
  .day-events { align-items: center; margin-top: 5px; }
  .event-pill { border-radius: 50%; box-shadow: 1px 1px 0 var(--navy); height: 17px; min-height: 17px; padding: 0; width: 17px; }
  .event-pill span { display: none; }
  .event-pill i { font-size: 8px; margin: auto; }
  .calendar-legend { gap: 10px; justify-content: center; padding: 12px 5px; }
  .calendar-legend span { font-size: 7px; }
  .upcoming-list { border-radius: 20px; box-shadow: 6px 7px 0 var(--yellow); margin-top: 38px; }
  .upcoming-title { align-items: flex-start; flex-direction: column; gap: 4px; padding: 17px; }
  .upcoming-row { gap: 11px; grid-template-columns: 77px 1fr 14px; padding: 13px 11px; }
  .upcoming-date { font-size: 9px; padding: 6px 4px; }
  .upcoming-main strong { font-size: 12px; }
  .upcoming-main small { font-size: 9px; line-height: 1.5; }
  .members { overflow: hidden; padding-left: 0; padding-right: 0; }
  .members .section-heading { padding-left: 18px; padding-right: 18px; }
  .member-swipe-hint { align-items: center; color: var(--pink); display: flex; font-size: 10px; font-weight: 1000; gap: 8px; justify-content: flex-end; letter-spacing: .18em; margin: -20px 20px 15px; }
  .member-swipe-hint span { animation: swipe-hint 1.6s ease-in-out infinite; font-size: 18px; }
  .member-grid { display: flex; gap: 15px; grid-template-columns: none; margin: 0; max-width: none; overflow-x: auto; overscroll-behavior-inline: contain; padding: 0 9vw 18px; scroll-padding-inline: 9vw; scroll-snap-type: x mandatory; scrollbar-width: none; -webkit-overflow-scrolling: touch; }
  .member-grid::-webkit-scrollbar { display: none; }
  .member-card { flex: 0 0 min(82vw, 330px); min-height: 448px; scroll-snap-align: center; }
  .member-card img { height: 292px; }
  .movie-layout { gap: 55px; grid-template-columns: 1fr; text-align: center; }
  .movie-copy h2 { font-size: 62px; }
  .movie-copy > p { font-size: 13px; }
  .phone-stage { margin: 0 auto; max-width: 350px; padding: 10px; width: 100%; }
  .phone-frame { box-shadow: 8px 9px 0 var(--navy), 13px 14px 0 var(--yellow); }
  .phone-label { left: -7px; }
  .movie-confetti { font-size: 38px; }
  .debut-cta { min-height: 650px; padding-bottom: 175px; }
  .cta-card { box-shadow: 8px 9px 0 var(--pink); padding: 40px 20px; }
  .cta-date { font-size: 45px; }
  .cta-card h2 { font-size: 28px; }
  .cta-chibi { bottom: -58px; height: 230px; width: 230px; }
  .cta-mikoto { left: -38px; }
  .cta-seira { right: -42px; }
  .event-modal { border-radius: 24px; padding: 30px 23px 25px; }
  .calendar-mascot { height: 132px; top: -83px; width: 132px; }
  .calendar-mascot-eru { left: -31px; }
  .calendar-mascot-seira { right: -34px; }
  .movie-mascot { height: 125px; right: -30px; top: 72px; width: 125px; }
}

@keyframes swipe-hint { 0%,100% { translate: 0 0; } 50% { translate: 6px 0; } }

@media (max-width: 380px) {
  .hero-actions .button { font-size: 11px; padding: 0 15px; }
  .hero h1 { font-size: 25px; }
  .section-heading h2 { font-size: 39px; }
  .upcoming-row { grid-template-columns: 68px 1fr 12px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
