/* HOLIDAYS v1.3 visual direction: lightweight festival motion and calendar world. */
:root {
  --font-body: "Avenir Next", "Hiragino Sans", "Yu Gothic UI", "Yu Gothic", "Meiryo", sans-serif;
  --font-display: "Arial Rounded MT Bold", "Avenir Next", "Trebuchet MS", "Hiragino Maru Gothic ProN", sans-serif;
  --font-accent: Georgia, "Times New Roman", "Yu Mincho", serif;
  --sky-blue: #77d8ff;
  --sky-deep: #6178e9;
  --ticket-paper: rgba(255, 254, 248, .96);
}

body {
  font-family: var(--font-body);
  font-feature-settings: "palt" 1;
  letter-spacing: .015em;
}

.nav-links > a,
.hero-kicker,
.button,
.ticker,
.eyebrow,
.section-heading h2,
.calendar-top,
.weekday-row,
.calendar-legend,
.member-info > span,
.member-info > p,
.member-info a,
.modal-kicker,
.next-live-sticker,
.upcoming-title span {
  font-family: var(--font-display);
}

.section-heading h2,
.movie-copy h2,
.cta-date {
  font-kerning: normal;
  text-wrap: balance;
}

.hero {
  isolation: isolate;
}

.hero-content {
  max-width: 600px;
}

.hero-kicker {
  margin-bottom: 18px;
}

.hero-kicker span {
  align-items: center;
  backdrop-filter: blur(7px);
  background: rgba(255,255,255,.16);
  border: 1px solid rgba(255,255,255,.52);
  border-radius: 999px;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.1);
  display: inline-flex;
  min-height: 28px;
  padding: 0 13px;
}

.hero h1 {
  font-family: var(--font-display);
  font-size: clamp(34px, 4.1vw, 58px);
  letter-spacing: .035em;
  line-height: 1.24;
  max-width: 670px;
  text-shadow: 0 4px 0 rgba(21,37,95,.25), 0 18px 40px rgba(10,18,61,.38);
  text-wrap: balance;
}

.hero-copy {
  font-weight: 650;
  letter-spacing: .06em;
}

.hero-orbit {
  border: 1px dashed rgba(255,255,255,.42);
  border-radius: 50%;
  pointer-events: none;
  position: absolute;
  z-index: 2;
}

.hero-orbit i {
  color: var(--yellow);
  filter: drop-shadow(0 3px 0 var(--pink));
  font-style: normal;
  position: absolute;
}

.hero-orbit-one {
  animation: holiday-orbit 24s linear infinite;
  height: 560px;
  right: -160px;
  top: 8%;
  width: 560px;
}

.hero-orbit-one i:nth-child(1) { font-size: 28px; left: 7%; top: 24%; }
.hero-orbit-one i:nth-child(2) { bottom: 8%; font-size: 20px; left: 42%; }
.hero-orbit-one i:nth-child(3) { font-size: 25px; right: 4%; top: 43%; }
.hero-orbit-two {
  animation: holiday-orbit-reverse 18s linear infinite;
  bottom: -180px;
  height: 390px;
  left: 30%;
  opacity: .7;
  width: 390px;
}
.hero-orbit-two i:nth-child(1) { font-size: 22px; left: 7%; top: 28%; }
.hero-orbit-two i:nth-child(2) { font-size: 18px; right: 6%; top: 55%; }

.hero-backdrop {
  animation: hero-cinema 16s cubic-bezier(.45,0,.55,1) infinite alternate;
  translate: var(--hero-shift-x, 0) var(--hero-shift-y, 0);
  transition: translate .35s ease-out;
  transform-origin: 58% 42%;
}

.hero-rays {
  opacity: .25;
}

.hero-content > *:nth-child(1) { animation-delay: .1s; }
.hero-content > *:nth-child(2) { animation-delay: .22s; }
.hero-content > *:nth-child(3) { animation-delay: .34s; }
.hero-content > *:nth-child(4) { animation-delay: .46s; }

.next-live-sticker {
  overflow: visible;
}

.next-live-sticker::before {
  animation: sticker-ring 3.8s ease-out infinite;
  border: 2px dashed rgba(255,255,255,.82);
  border-radius: inherit;
  content: "";
  inset: -14px;
  pointer-events: none;
  position: absolute;
}

.section-heading .eyebrow {
  font-size: 10px;
  letter-spacing: .3em;
}

.section-heading h2 {
  font-family: var(--font-display);
  letter-spacing: -.055em;
}

.section-heading h2 em {
  font-family: var(--font-accent);
  font-weight: 800;
  letter-spacing: -.04em;
}

.about-lead {
  font-family: var(--font-display);
  letter-spacing: .01em;
}

.about-copy > p:not(.about-lead) {
  font-weight: 620;
}

.photo-frame::after,
.debut-note,
.concept-tags {
  font-family: var(--font-display);
}

.schedule {
  background:
    linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,249,229,.82) 78%, #fff6df 100%),
    linear-gradient(150deg, #ffcfdf 0%, #ffdce8 31%, #aee8ff 31.2%, #79d7ff 64%, #908df0 100%);
  isolation: isolate;
  min-height: 1080px;
}

.schedule::before {
  background:
    radial-gradient(circle at 10% 18%, rgba(255,255,255,.8) 0 2px, transparent 3px),
    radial-gradient(circle at 86% 34%, rgba(255,255,255,.8) 0 2px, transparent 3px),
    radial-gradient(circle at 62% 10%, rgba(255,226,93,.9) 0 3px, transparent 4px);
  background-size: 75px 75px, 96px 96px, 88px 88px;
  inset: 0;
  opacity: .72;
}

.schedule::after {
  background: rgba(255,250,239,.74);
  border-top: 2px dashed rgba(22,38,79,.18);
  bottom: -120px;
  content: "";
  height: 300px;
  left: -5%;
  position: absolute;
  transform: rotate(-2deg);
  width: 110%;
  z-index: 0;
}

.schedule .section-heading {
  position: relative;
  text-shadow: 0 2px 0 rgba(255,255,255,.75);
  z-index: 5;
}

.schedule .section-heading::after {
  background: var(--yellow);
  border: 2px solid var(--navy);
  border-radius: 999px;
  box-shadow: 4px 4px 0 rgba(22,38,79,.18);
  color: var(--navy);
  content: "YOUR NEXT HOLIDAY →";
  display: inline-block;
  font-family: var(--font-display);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .14em;
  margin-top: 18px;
  padding: 8px 13px;
  transform: rotate(-2deg);
}

.schedule-sun {
  align-items: center;
  animation: sun-pulse 6s ease-in-out infinite;
  background: rgba(255,222,91,.94);
  border: 3px solid var(--navy);
  border-radius: 50%;
  box-shadow: 0 0 0 15px rgba(255,255,255,.16), 11px 12px 0 rgba(22,38,79,.12);
  color: var(--navy);
  display: flex;
  flex-direction: column;
  height: 170px;
  justify-content: center;
  position: absolute !important;
  right: 6vw;
  top: 82px;
  transform: rotate(7deg);
  width: 170px;
  z-index: 1 !important;
}

.schedule-sun span,
.schedule-sun strong {
  font-family: var(--font-display);
  line-height: 1;
}
.schedule-sun span { font-size: 9px; letter-spacing: .24em; }
.schedule-sun strong { font-size: 22px; margin-top: 7px; }

.schedule-ribbon {
  border: 4px solid rgba(255,255,255,.66);
  border-left-color: transparent;
  border-radius: 50%;
  height: 320px;
  pointer-events: none;
  position: absolute !important;
  width: 760px;
  z-index: 0 !important;
}
.ribbon-one { left: -270px; top: 275px; transform: rotate(12deg); }
.ribbon-two { border-color: rgba(255,105,161,.32); border-right-color: transparent; right: -330px; top: 560px; transform: rotate(-14deg); }

.schedule-starfield {
  inset: 0;
  pointer-events: none;
  position: absolute !important;
  z-index: 1 !important;
}
.schedule-starfield i {
  animation: schedule-star 4.2s ease-in-out infinite;
  color: white;
  filter: drop-shadow(2px 3px 0 rgba(255,78,151,.48));
  font-size: 25px;
  font-style: normal;
  position: absolute;
}
.schedule-starfield i:nth-child(1) { left: 7%; top: 11%; }
.schedule-starfield i:nth-child(2) { animation-delay: -.8s; left: 17%; top: 42%; }
.schedule-starfield i:nth-child(3) { animation-delay: -1.7s; color: var(--pink); right: 8%; top: 40%; }
.schedule-starfield i:nth-child(4) { animation-delay: -2.5s; bottom: 16%; left: 5%; }
.schedule-starfield i:nth-child(5) { animation-delay: -3.2s; bottom: 9%; right: 12%; }

.schedule-cloud {
  box-shadow: 0 18px 30px rgba(64,91,166,.08);
  opacity: .82;
}

.calendar-scene {
  filter: drop-shadow(0 30px 38px rgba(38,43,101,.16));
  perspective: 1200px;
  z-index: 4 !important;
}

.calendar-scene::before,
.calendar-scene::after {
  border: 3px solid var(--navy);
  border-radius: 24px;
  content: "";
  height: 86%;
  position: absolute;
  top: 7%;
  width: 96%;
  z-index: 0;
}
.calendar-scene::before { background: #ffd75e; left: -2.5%; transform: rotate(-2.2deg); }
.calendar-scene::after { background: #ff85b5; right: -2.5%; transform: rotate(2.2deg); }

.calendar-scene .calendar-shell {
  background: var(--ticket-paper);
  border-color: var(--navy);
  box-shadow: 0 18px 0 rgba(22,38,79,.12), 0 30px 52px rgba(31,37,91,.16);
  overflow: hidden;
  transform-origin: 50% 8%;
  z-index: 2;
}

.calendar-shell::before,
.calendar-shell::after {
  background: #ffbfd6;
  border: 3px solid var(--navy);
  border-radius: 50%;
  content: "";
  height: 28px;
  position: absolute;
  top: 101px;
  width: 28px;
  z-index: 5;
}
.calendar-shell::before { left: -17px; }
.calendar-shell::after { right: -17px; }

.calendar-top {
  background: linear-gradient(105deg, #f83687, #ff746f 48%, #ffb844);
  overflow: hidden;
  position: relative;
}
.calendar-top::before {
  background: repeating-linear-gradient(115deg, transparent 0 22px, rgba(255,255,255,.12) 23px 25px);
  content: "";
  inset: 0;
  position: absolute;
}
.calendar-top > * { position: relative; z-index: 2; }

.calendar-top strong {
  font-family: var(--font-accent);
  font-style: italic;
  letter-spacing: .04em;
}

.weekday-row {
  background: linear-gradient(90deg, #172551, #293b7d);
}

.calendar-day {
  background: rgba(255,255,255,.72);
  transition: background .2s ease, transform .2s ease;
}
.calendar-day:nth-child(odd) { background: rgba(255,251,244,.78); }
.calendar-day.has-event {
  background: linear-gradient(145deg, rgba(255,255,255,.92), rgba(255,245,190,.66));
}
.calendar-day.has-event:hover { background: #fff6cb; transform: translateY(-2px); z-index: 3; }

.calendar-mascot {
  z-index: 4;
}

.calendar-shell.month-next { animation: calendar-next .42s cubic-bezier(.22,.78,.2,1); }
.calendar-shell.month-prev { animation: calendar-prev .42s cubic-bezier(.22,.78,.2,1); }

.members {
  background:
    radial-gradient(circle at 12% 16%, rgba(255,210,78,.16) 0 2px, transparent 3px),
    radial-gradient(circle at 88% 24%, rgba(255,80,150,.12) 0 2px, transparent 3px),
    var(--cream);
  background-size: 44px 44px, 58px 58px, auto;
}

.member-card {
  isolation: isolate;
}
.member-card::before {
  background: radial-gradient(ellipse, rgba(22,38,79,.18), transparent 68%);
  bottom: 148px;
  content: "";
  height: 24px;
  left: 22%;
  position: absolute;
  transform: scaleX(.92);
  width: 56%;
  z-index: 1;
}
.member-card:hover,
.member-card:focus-within {
  transform: translateY(-10px) rotate(-.7deg);
}
.member-card:hover::before,
.member-card:focus-within::before { animation: character-shadow .65s ease-in-out infinite alternate; }

.member-info h3 {
  font-family: var(--font-display);
  letter-spacing: .02em;
}

.movie-copy h2,
.cta-card h2 {
  font-family: var(--font-display);
}

.reveal-item {
  clip-path: inset(0 0 12% 0 round 12px);
  filter: blur(3px);
  opacity: 0;
  transition:
    clip-path .82s cubic-bezier(.22,.8,.2,1) var(--reveal-delay, 0ms),
    filter .72s ease var(--reveal-delay, 0ms),
    opacity .7s ease var(--reveal-delay, 0ms),
    translate .82s cubic-bezier(.22,.8,.2,1) var(--reveal-delay, 0ms);
  translate: 0 42px;
}
.reveal-item.is-visible {
  clip-path: inset(0 0 0 0 round 0);
  filter: none;
  opacity: 1;
  translate: 0 0;
}

@keyframes hero-cinema {
  from { transform: scale(1.025) translate3d(-.15%, 0, 0); }
  to { transform: scale(1.075) translate3d(-1.15%, -.7%, 0); }
}
@keyframes holiday-orbit { to { transform: rotate(360deg); } }
@keyframes holiday-orbit-reverse { to { transform: rotate(-360deg); } }
@keyframes sticker-ring {
  0% { opacity: .7; transform: scale(.88) rotate(0); }
  70%,100% { opacity: 0; transform: scale(1.14) rotate(25deg); }
}
@keyframes sun-pulse {
  0%,100% { transform: rotate(7deg) scale(1); }
  50% { transform: rotate(3deg) scale(1.035); }
}
@keyframes schedule-star {
  0%,100% { opacity: .5; transform: translateY(0) rotate(-8deg) scale(.9); }
  50% { opacity: 1; transform: translateY(-10px) rotate(10deg) scale(1.12); }
}
@keyframes calendar-next {
  0% { opacity: .35; transform: rotateY(-7deg) translateX(16px); }
  100% { opacity: 1; transform: rotateY(0) translateX(0); }
}
@keyframes calendar-prev {
  0% { opacity: .35; transform: rotateY(7deg) translateX(-16px); }
  100% { opacity: 1; transform: rotateY(0) translateX(0); }
}
@keyframes character-shadow {
  from { opacity: .65; transform: scaleX(.84); }
  to { opacity: .95; transform: scaleX(1); }
}

@media (max-width: 980px) {
  .schedule-sun { right: 2vw; top: 110px; }
}

@media (max-width: 760px) {
  .site-header { mix-blend-mode: normal; }
  .header-logo { width: 112px; }
  .hero {
    min-height: max(700px, 100svh);
    padding-bottom: max(42px, env(safe-area-inset-bottom));
  }
  .hero-content { padding-top: 43vh; }
  .hero-kicker { justify-content: center; margin-bottom: 12px; }
  .hero-kicker::before { display: none; }
  .hero-kicker span { font-size: 8px; min-height: 24px; }
  .hero h1 { font-size: clamp(27px, 8.1vw, 34px); line-height: 1.28; }
  .hero-copy { font-size: 12px; line-height: 1.75; margin: 12px 0 18px; }
  .hero-actions .button { min-height: 47px; }
  .hero-orbit-one { height: 300px; right: -150px; top: 15%; width: 300px; }
  .hero-orbit-two { bottom: -105px; height: 240px; left: -80px; width: 240px; }
  .hero-rays { left: 63%; opacity: .18; }
  .floating-star { font-size: 21px; }
  .next-live-sticker { right: 15px; top: 78px; }
  .section-heading h2 { font-size: clamp(39px, 12.2vw, 52px); line-height: .96; }
  .section-heading .eyebrow { font-size: 8px; }
  .schedule { min-height: auto; padding-top: 95px; }
  .schedule-sun { height: 92px; opacity: .9; right: -18px; top: 18px; width: 92px; }
  .schedule-sun span { font-size: 6px; }
  .schedule-sun strong { font-size: 12px; margin-top: 4px; }
  .schedule-ribbon { height: 200px; width: 440px; }
  .ribbon-one { left: -250px; top: 175px; }
  .ribbon-two { right: -260px; top: 470px; }
  .schedule-starfield i { font-size: 18px; }
  .schedule-starfield i:nth-child(2),
  .schedule-starfield i:nth-child(4) { display: none; }
  .calendar-scene::before,
  .calendar-scene::after { border-radius: 16px; }
  .calendar-scene::before { left: -2%; }
  .calendar-scene::after { right: -2%; }
  .calendar-shell::before,
  .calendar-shell::after { height: 18px; top: 78px; width: 18px; }
  .calendar-shell::before { left: -12px; }
  .calendar-shell::after { right: -12px; }
  .calendar-mascot { z-index: 4; }
  .calendar-top strong { font-size: 25px; }
  .member-card:hover,
  .member-card:focus-within { transform: translateY(-3px); }
}

@media (max-width: 380px) {
  .hero-content { padding-top: 39vh; }
  .hero h1 { font-size: 26px; }
  .hero-copy br:first-child { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  .hero-backdrop { transform: scale(1.025); }
  .hero-orbit,
  .next-live-sticker::before { display: none; }
  .reveal-item { clip-path: none; filter: none; opacity: 1; translate: 0 0; }
}
