:root {
  --halloween-black: #0b0b0b;
  --halloween-ink: #17110f;
  --halloween-burgundy: #5f1724;
  --halloween-red: #9d263f;
  --halloween-gold: #cfa75a;
  --halloween-moss: #3d4a3a;
  --halloween-paper: #eee8dd;
  --halloween-line: rgba(238, 232, 221, .32);
}

.hfg-event-lp,
.hfg-event-lp * {
  box-sizing: border-box;
  letter-spacing: 0;
}

.hfg-event-lp {
  position: relative;
  overflow: clip;
  background: var(--halloween-black);
  color: var(--halloween-paper);
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
}

.hfg-event-lp img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hfg-event-progress {
  position: fixed;
  z-index: 35;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  pointer-events: none;
  background: rgba(255, 255, 255, .15);
}

.hfg-event-progress span {
  display: block;
  width: calc(var(--event-progress, 0) * 100%);
  height: 100%;
  background: var(--halloween-gold);
  transform-origin: left center;
}

.halloween-inner {
  width: min(1180px, calc(100% - 96px));
  margin-inline: auto;
}

.halloween-hero {
  position: relative;
  min-height: max(760px, 100svh);
  display: flex;
  align-items: flex-end;
  isolation: isolate;
  overflow: hidden;
  background: #070707;
}

.halloween-hero__media,
.halloween-hero__shade {
  position: absolute;
  inset: 0;
}

.halloween-hero__media {
  z-index: -3;
  inset: -6% 0;
  transform: translate3d(0, var(--event-parallax, 0px), 0) scale(1.04);
  will-change: transform;
}

.halloween-hero__media img {
  object-position: center center;
  animation: halloweenHeroImage 1.8s cubic-bezier(.2, .72, .2, 1) both;
}

.halloween-hero__shade {
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(5, 5, 5, .9) 0%, rgba(5, 5, 5, .63) 42%, rgba(5, 5, 5, .08) 76%),
    linear-gradient(0deg, rgba(5, 5, 5, .76) 0%, rgba(5, 5, 5, 0) 58%);
}

.halloween-hero__stage {
  position: absolute;
  z-index: 0;
  inset: 0;
  pointer-events: none;
}

.halloween-hero__mirror {
  position: absolute;
  top: 8%;
  right: 8.5%;
  width: min(28vw, 410px);
  height: 72%;
  margin: 0;
  padding: 14px;
  border: 1px solid rgba(207, 167, 90, .78);
  border-radius: 48% 48% 47% 47% / 43% 43% 57% 57%;
  background: rgba(11, 11, 11, .32);
  box-shadow:
    0 0 0 5px rgba(11, 11, 11, .72),
    0 0 0 7px rgba(207, 167, 90, .48),
    0 22px 70px rgba(0, 0, 0, .52);
  transform: translate3d(var(--event-pointer-x-reverse, 0px), calc(var(--event-parallax, 0px) + var(--event-pointer-y-reverse, 0px)), 0);
  opacity: .9;
}

.halloween-hero__mirror::before,
.halloween-hero__mirror::after {
  content: "";
  position: absolute;
  left: 50%;
  width: 52px;
  height: 18px;
  border: 1px solid rgba(207, 167, 90, .72);
  transform: translateX(-50%) rotate(45deg);
}

.halloween-hero__mirror::before { top: -19px; }
.halloween-hero__mirror::after { bottom: -19px; }

.halloween-hero__mirror span {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: inherit;
}

.halloween-hero__mirror img {
  object-position: center 42%;
  filter: saturate(.86) contrast(1.04) brightness(.78);
}

.halloween-hero__relic {
  position: absolute;
  margin: 0;
  filter: sepia(.22) saturate(.78) drop-shadow(0 18px 28px rgba(0, 0, 0, .48));
  transform: translate3d(var(--event-pointer-x, 0px), calc(var(--event-parallax, 0px) + var(--event-pointer-y, 0px)), 0);
  opacity: .72;
}

.halloween-hero__relic img { object-fit: contain; }

.halloween-hero__relic--bouquet {
  top: 12%;
  left: 43%;
  width: min(16vw, 210px);
  aspect-ratio: 1;
  transform: translate3d(var(--event-pointer-x, 0px), calc(var(--event-parallax, 0px) + var(--event-pointer-y, 0px)), 0) rotate(-14deg);
}

.halloween-hero__relic--rings {
  right: 1.5%;
  bottom: 10%;
  width: min(12vw, 165px);
  aspect-ratio: 1;
  transform: translate3d(var(--event-pointer-x-reverse, 0px), calc(var(--event-parallax, 0px) + var(--event-pointer-y-reverse, 0px)), 0) rotate(12deg);
}

.halloween-hero::before,
.halloween-hero::after {
  content: "";
  position: absolute;
  z-index: -1;
  pointer-events: none;
}

.halloween-hero::before {
  inset: 0;
  border: 1px solid rgba(207, 167, 90, .2);
  box-shadow: inset 0 0 0 12px rgba(0, 0, 0, .08);
}

.halloween-hero::after {
  left: 7vw;
  bottom: 66px;
  width: 1px;
  height: 160px;
  background: var(--halloween-gold);
  opacity: .7;
}

.halloween-hero__content {
  position: relative;
  z-index: 2;
  width: min(1030px, calc(100% - 14vw));
  margin: 0 auto;
  padding: 210px 0 90px;
}

.halloween-hero__kicker,
.halloween-label,
.halloween-section-no,
.halloween-intro__eyebrow {
  font-family: Jost, Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
}

.halloween-hero__kicker {
  margin: 0 0 26px;
  color: var(--halloween-gold);
}

.halloween-hero__title {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 96px;
  font-weight: 400;
  line-height: .88;
  text-transform: uppercase;
}

.halloween-hero__title span {
  display: block;
  width: fit-content;
  overflow: hidden;
  color: #fff;
  text-shadow: 0 3px 28px rgba(0, 0, 0, .44);
  transform: translateY(118%);
  opacity: 0;
}

.halloween-hero__title span:nth-child(2) {
  color: transparent;
  -webkit-text-stroke: 1px rgba(238, 232, 221, .9);
}

.event-motion-ready.is-ready .halloween-hero__title span {
  animation: halloweenTitleIn .85s cubic-bezier(.19, 1, .22, 1) forwards;
}

.event-motion-ready.is-ready .halloween-hero__title span:nth-child(2) { animation-delay: .12s; }
.event-motion-ready.is-ready .halloween-hero__title span:nth-child(3) { animation-delay: .24s; }

.halloween-hero__lead {
  margin: 28px 0 0;
  color: #fff;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: 23px;
  font-weight: 600;
  line-height: 1.6;
}

.halloween-hero__meta {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: min(720px, 100%);
  margin: 40px 0 0;
  border-top: 1px solid var(--halloween-line);
  border-bottom: 1px solid var(--halloween-line);
}

.halloween-hero__meta div {
  padding: 15px 18px 16px 0;
}

.halloween-hero__meta div + div {
  padding-left: 22px;
  border-left: 1px solid var(--halloween-line);
}

.halloween-hero__meta dt,
.halloween-hero__meta dd {
  font-family: Jost, Arial, sans-serif;
  line-height: 1.4;
}

.halloween-hero__meta dt {
  color: var(--halloween-gold);
  font-size: 11px;
  font-weight: 700;
}

.halloween-hero__meta dd {
  margin: 4px 0 0;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
}

.halloween-hero__scroll {
  position: absolute;
  right: 32px;
  bottom: 78px;
  display: flex;
  align-items: center;
  gap: 12px;
  color: rgba(255, 255, 255, .8);
  font-family: Jost, Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  writing-mode: vertical-rl;
}

.halloween-hero__scroll::after {
  content: "";
  width: 1px;
  height: 66px;
  background: var(--halloween-gold);
  animation: halloweenScrollLine 1.8s ease-in-out infinite;
}

.halloween-chapters {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  background: #130d0c;
  border-bottom: 1px solid rgba(207, 167, 90, .3);
}

.halloween-chapters a {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  border-right: 1px solid rgba(207, 167, 90, .24);
  color: #fff;
  font-family: Jost, Arial, sans-serif;
  font-size: 13px;
  font-weight: 600;
  transition: color .25s ease, background-color .25s ease;
}

.halloween-chapters a:last-child { border-right: 0; }

.halloween-chapters a span {
  color: var(--halloween-gold);
  font-family: Georgia, serif;
  font-size: 19px;
}

@media (any-hover: hover) {
  .halloween-chapters a:hover {
    color: var(--halloween-black);
    background: var(--halloween-gold);
  }

  .halloween-chapters a:hover span { color: var(--halloween-black); }
}

.halloween-intro {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 150px 0 170px;
  color: var(--halloween-paper);
  background: var(--halloween-black);
}

.halloween-intro__artifact {
  position: absolute;
  z-index: -1;
  width: min(27vw, 350px);
  height: 520px;
  margin: 0;
  opacity: .42;
  filter: saturate(.72) brightness(.62) contrast(1.08);
  -webkit-mask-image: radial-gradient(ellipse at center, #000 46%, rgba(0, 0, 0, .82) 58%, transparent 74%);
  mask-image: radial-gradient(ellipse at center, #000 46%, rgba(0, 0, 0, .82) 58%, transparent 74%);
}

.halloween-intro__artifact--left {
  top: 42px;
  left: -6%;
  transform: translate3d(var(--event-pointer-x, 0px), var(--event-parallax, 0px), 0) rotate(-8deg);
}

.halloween-intro__artifact--right {
  right: -5%;
  bottom: 18px;
  transform: translate3d(var(--event-pointer-x-reverse, 0px), var(--event-parallax, 0px), 0) rotate(9deg);
}

.halloween-intro__grid,
.halloween-review__grid {
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr);
  gap: 74px;
}

.halloween-intro__grid {
  position: relative;
  z-index: 1;
  grid-template-columns: 1fr;
  width: min(840px, calc(100% - 96px));
  gap: 26px;
  text-align: center;
}

.halloween-section-no {
  padding-top: 9px;
  color: var(--halloween-gold);
}

.halloween-intro__copy {
  max-width: 840px;
  margin-inline: auto;
}

.halloween-intro__eyebrow {
  margin-bottom: 22px;
  color: rgba(238, 232, 221, .58);
}

.halloween-intro h2,
.halloween-planner h2,
.halloween-heading h2,
.halloween-review h2,
.halloween-cta h2 {
  margin: 0;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-weight: 600;
}

.halloween-intro h2 {
  font-size: 47px;
  line-height: 1.62;
}

.halloween-intro__copy > p:last-child {
  max-width: 720px;
  margin: 40px auto 0;
  color: rgba(238, 232, 221, .76);
  font-size: 16px;
  line-height: 2.15;
}

.halloween-planner {
  padding: 150px 0;
  color: var(--halloween-paper);
  background: var(--halloween-burgundy);
}

.halloween-planner__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(360px, .88fr);
  align-items: center;
  gap: 84px;
}

.halloween-planner__photo {
  position: relative;
  height: 670px;
  margin: 0;
}

.halloween-planner__photo::before {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 18px -18px -18px 18px;
  border: 1px solid rgba(207, 167, 90, .75);
  pointer-events: none;
}

.halloween-planner__photo img { object-position: center 44%; }

.halloween-planner__photo figcaption {
  position: absolute;
  z-index: 2;
  left: 24px;
  bottom: 20px;
  padding: 8px 12px;
  color: #fff;
  background: rgba(11, 11, 11, .78);
  font-family: Jost, Arial, sans-serif;
  font-size: 11px;
  font-weight: 600;
}

.halloween-label {
  margin: 0 0 24px;
  color: var(--halloween-gold);
}

.halloween-planner h2 {
  font-size: 42px;
  line-height: 1.55;
}

.halloween-planner__copy > p:not(.halloween-label) {
  margin-top: 30px;
  color: rgba(255, 255, 255, .83);
  font-size: 15px;
  line-height: 2.1;
}

.halloween-design {
  padding: 160px 0 180px;
  color: var(--halloween-ink);
  background: var(--halloween-paper);
}

.halloween-heading {
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr);
  gap: 74px;
  margin-bottom: 80px;
}

.halloween-heading .halloween-section-no { color: var(--halloween-red); }

.halloween-heading h2 {
  font-size: 50px;
  line-height: 1.45;
}

.halloween-design__list {
  display: grid;
  gap: 120px;
}

.halloween-design__item {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(340px, .82fr);
  align-items: center;
  gap: 80px;
}

.halloween-design__item--reverse {
  grid-template-columns: minmax(340px, .82fr) minmax(0, 1.18fr);
}

.halloween-design__item--reverse figure { order: 2; }

.halloween-design__item figure {
  height: 560px;
  margin: 0;
  background: #c9c1b5;
  overflow: hidden;
}

.halloween-design__item:nth-child(2) figure img { object-position: center 33%; }

.halloween-design__item > div {
  position: relative;
  padding-top: 72px;
}

.halloween-design__item > div > span {
  position: absolute;
  top: 0;
  left: 0;
  color: var(--halloween-red);
  font-family: Georgia, serif;
  font-size: 18px;
  font-weight: 700;
}

.halloween-design__item > div > span::after {
  content: "";
  display: inline-block;
  width: 80px;
  height: 1px;
  margin-left: 18px;
  vertical-align: middle;
  background: var(--halloween-red);
}

.halloween-design__item h3 {
  margin: 0;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: 34px;
  font-weight: 600;
  line-height: 1.55;
}

.halloween-design__item p {
  margin: 26px 0 0;
  color: #514540;
  font-size: 15px;
  line-height: 2.1;
}

.halloween-night-quote {
  position: relative;
  min-height: 760px;
  display: grid;
  place-items: center;
  isolation: isolate;
  overflow: hidden;
  background: #080808;
}

.halloween-night-quote__media {
  position: absolute;
  z-index: -2;
  inset: -8% 0;
  transform: translate3d(0, var(--event-parallax, 0px), 0) scale(1.05);
}

.halloween-night-quote__media img { object-position: center 34%; }

.halloween-night-quote::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background: rgba(10, 6, 5, .55);
}

.halloween-night-quote blockquote {
  margin: 0;
  padding: 70px 48px;
  color: #fff;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: 47px;
  font-weight: 600;
  line-height: 1.7;
  text-align: center;
  text-shadow: 0 3px 24px rgba(0, 0, 0, .55);
}

.halloween-night-quote blockquote span {
  display: block;
  margin-bottom: 22px;
  color: var(--halloween-gold);
  font-family: Jost, Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
}

.halloween-flow {
  padding: 160px 0 180px;
  color: var(--halloween-paper);
  background: #11100f;
}

.halloween-heading--light .halloween-section-no { color: var(--halloween-gold); }

.halloween-timeline {
  position: relative;
  margin: 0;
  padding: 0;
}

.halloween-timeline::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 194px;
  width: 1px;
  background: rgba(207, 167, 90, .45);
}

.halloween-timeline li {
  display: grid;
  grid-template-columns: 155px 78px minmax(0, 1fr);
  align-items: start;
  gap: 0 40px;
  min-height: 185px;
  padding-bottom: 50px;
}

.halloween-timeline time {
  padding-top: 8px;
  color: rgba(238, 232, 221, .56);
  font-family: Jost, Arial, sans-serif;
  font-size: 12px;
  font-weight: 600;
  text-align: right;
}

.halloween-timeline li > span {
  position: relative;
  z-index: 1;
  width: 78px;
  height: 78px;
  display: grid;
  place-items: center;
  border: 1px solid var(--halloween-gold);
  border-radius: 50%;
  color: var(--halloween-gold);
  background: #11100f;
  font-family: Georgia, serif;
  font-size: 21px;
}

.halloween-timeline h3 {
  margin: 0;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.5;
}

.halloween-timeline p {
  max-width: 640px;
  margin: 14px 0 0;
  color: rgba(238, 232, 221, .68);
  font-size: 15px;
  line-height: 1.9;
}

.halloween-story {
  padding: 160px 0 180px;
  color: var(--halloween-ink);
  background: #d8d0c4;
}

.halloween-story__grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 22px;
}

.halloween-story__grid figure {
  position: relative;
  grid-column: span 4;
  height: 430px;
  margin: 0;
  background: #a9a096;
  overflow: hidden;
}

.halloween-story__grid figure:nth-child(3),
.halloween-story__grid figure:nth-child(4) { height: 360px; }

.halloween-story__grid .halloween-story__wide {
  grid-column: span 8;
  height: 540px;
}

.halloween-story__grid .halloween-story__portrait {
  height: 540px;
}

.halloween-story__grid figcaption {
  position: absolute;
  left: 0;
  bottom: 0;
  min-width: 245px;
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 13px 18px;
  color: #fff;
  background: rgba(17, 16, 15, .84);
}

.halloween-story__grid figcaption b {
  color: var(--halloween-gold);
  font-family: Georgia, serif;
  font-size: 18px;
}

.halloween-story__grid figcaption span {
  font-size: 13px;
  font-weight: 600;
}

.halloween-review {
  padding: 150px 0 170px;
  color: var(--halloween-paper);
  background: var(--halloween-burgundy);
}

.halloween-review h2 {
  font-size: 48px;
  line-height: 1.55;
}

.halloween-review ul {
  margin: 54px 0 0;
  padding: 0;
  border-top: 1px solid rgba(238, 232, 221, .3);
}

.halloween-review li {
  display: grid;
  grid-template-columns: 230px minmax(0, 1fr);
  gap: 32px;
  padding: 27px 0;
  border-bottom: 1px solid rgba(238, 232, 221, .3);
}

.halloween-review li strong {
  color: #fff;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: 19px;
  font-weight: 600;
}

.halloween-review li span {
  color: rgba(238, 232, 221, .76);
  font-size: 14px;
  line-height: 1.9;
}

.halloween-cta {
  position: relative;
  padding: 150px 48px;
  color: var(--halloween-ink);
  background: var(--halloween-paper);
}

.halloween-cta__inner {
  width: min(900px, 100%);
  margin-inline: auto;
  text-align: center;
}

.halloween-cta .halloween-label { color: var(--halloween-red); }

.halloween-cta h2 {
  font-size: 52px;
  line-height: 1.5;
}

.halloween-cta__inner > p:not(.halloween-label) {
  max-width: 620px;
  margin: 28px auto 0;
  color: #514540;
  font-size: 15px;
  line-height: 2;
}

.halloween-cta__actions {
  display: flex;
  justify-content: center;
  gap: 14px;
  margin-top: 42px;
}

.halloween-cta__actions a {
  width: 280px;
  min-height: 64px;
  display: grid;
  place-items: center;
  border: 1px solid var(--halloween-ink);
  color: #fff;
  background: var(--halloween-ink);
  font-size: 15px;
  font-weight: 700;
  transition: color .25s ease, background-color .25s ease;
}

.halloween-cta__actions a:last-child {
  color: var(--halloween-ink);
  background: transparent;
}

@media (any-hover: hover) {
  .halloween-cta__actions a:hover {
    color: var(--halloween-ink);
    background: var(--halloween-gold);
  }
}

.event-motion-ready .event-reveal {
  transform: translateY(52px);
  opacity: 0;
  transition: transform .9s cubic-bezier(.19, 1, .22, 1), opacity .72s ease;
}

.event-motion-ready .event-reveal.is-visible {
  transform: translateY(0);
  opacity: 1;
}

@keyframes halloweenHeroImage {
  from { transform: scale(1.1); opacity: .3; }
  to { transform: scale(1); opacity: 1; }
}

@keyframes halloweenTitleIn {
  to { transform: translateY(0); opacity: 1; }
}

@keyframes halloweenScrollLine {
  0%, 100% { transform: scaleY(.25); transform-origin: top; opacity: .35; }
  50% { transform: scaleY(1); transform-origin: top; opacity: 1; }
}

@keyframes halloweenMirrorIn {
  from { transform: translate3d(70px, 0, 0) scale(.92); opacity: 0; }
}

@media screen and (max-width: 1024px) {
  #wrapper {
    width: 100%;
    min-width: 0;
  }

  #header .header__in {
    width: 100%;
    min-width: 0;
  }

  .menu {
    margin-left: auto;
  }

  html,
  body {
    overflow-x: hidden;
  }

  .halloween-inner { width: min(100% - 64px, 980px); }
  .halloween-hero__title { font-size: 78px; }
  .halloween-hero__mirror { right: 5%; width: min(31vw, 360px); }
  .halloween-hero__relic--bouquet { left: 40%; }
  .halloween-planner__grid { gap: 56px; }
  .halloween-design__item,
  .halloween-design__item--reverse { gap: 54px; }
  .halloween-design__item figure { height: 490px; }
}

@media screen and (max-width: 767px) {
  .hfg-event-progress { height: 3px; }

  .halloween-inner {
    width: calc(100% - 40px);
  }

  .halloween-hero {
    min-height: 720px;
  }

  .halloween-hero__media {
    inset: -3% -34% -3% -55%;
  }

  .halloween-hero__media img { object-position: 64% center; }

  .halloween-hero__mirror {
    top: 88px;
    right: -54px;
    width: 230px;
    height: 360px;
    padding: 8px;
    opacity: .54;
  }

  .halloween-hero__mirror::before,
  .halloween-hero__mirror::after { display: none; }

  .halloween-hero__relic { display: none; }

  .halloween-hero__shade {
    background:
      linear-gradient(0deg, rgba(5, 5, 5, .92) 0%, rgba(5, 5, 5, .48) 62%, rgba(5, 5, 5, .16) 100%);
  }

  .halloween-hero::after { display: none; }

  .halloween-hero__content {
    width: calc(100% - 40px);
    padding: 180px 0 80px;
  }

  .halloween-hero__kicker {
    max-width: 240px;
    margin-bottom: 20px;
    font-size: 10px;
  }

  .halloween-hero__title {
    font-size: 50px;
    line-height: .94;
  }

  .halloween-hero__lead {
    margin-top: 22px;
    font-size: 18px;
  }

  .halloween-hero__meta {
    grid-template-columns: 1fr;
    width: 265px;
    margin-top: 28px;
  }

  .halloween-hero__meta div {
    display: grid;
    grid-template-columns: 78px 1fr;
    align-items: center;
    padding: 9px 0;
  }

  .halloween-hero__meta div + div {
    padding-left: 0;
    border-top: 1px solid var(--halloween-line);
    border-left: 0;
  }

  .halloween-hero__meta dd { margin-top: 0; }
  .halloween-hero__scroll { display: none; }

  .halloween-chapters {
    grid-template-columns: repeat(4, 150px);
    overflow-x: auto;
    overscroll-behavior-inline: contain;
  }

  .halloween-chapters a {
    min-height: 60px;
    gap: 9px;
    font-size: 11px;
  }

  .halloween-chapters a span { font-size: 16px; }

  .halloween-intro,
  .halloween-planner,
  .halloween-design,
  .halloween-flow,
  .halloween-story,
  .halloween-review {
    padding: 92px 0 104px;
  }

  .halloween-intro__grid,
  .halloween-review__grid,
  .halloween-heading {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .halloween-intro__grid { width: calc(100% - 40px); }
  .halloween-intro__artifact { display: none; }

  .halloween-section-no { padding-top: 0; }
  .halloween-intro__eyebrow { margin-bottom: 14px; font-size: 11px; }

  .halloween-intro h2 {
    font-size: 27px;
    line-height: 1.65;
  }

  .halloween-intro__copy > p:last-child {
    margin-top: 26px;
    font-size: 14px;
    line-height: 2;
  }

  .halloween-planner__grid {
    grid-template-columns: 1fr;
    gap: 58px;
  }

  .halloween-planner__photo { height: 460px; }
  .halloween-planner__photo::before { inset: 10px -10px -10px 10px; }
  .halloween-planner__photo figcaption { left: 12px; bottom: 10px; font-size: 9px; }
  .halloween-planner h2 { font-size: 27px; }
  .halloween-planner__copy > p:not(.halloween-label) { margin-top: 22px; font-size: 14px; line-height: 2; }

  .halloween-heading { margin-bottom: 48px; }
  .halloween-heading h2 { font-size: 30px; line-height: 1.5; }
  .halloween-design__list { gap: 76px; }

  .halloween-design__item,
  .halloween-design__item--reverse {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .halloween-design__item--reverse figure { order: 0; }
  .halloween-design__item figure { height: 420px; }
  .halloween-design__item > div { padding-top: 47px; }
  .halloween-design__item > div > span { font-size: 14px; }
  .halloween-design__item > div > span::after { width: 55px; }
  .halloween-design__item h3 { font-size: 25px; }
  .halloween-design__item p { margin-top: 18px; font-size: 14px; line-height: 2; }

  .halloween-night-quote { min-height: 590px; }
  .halloween-night-quote__media { inset: -4% -62%; }
  .halloween-night-quote__media img { object-position: 55% 32%; }
  .halloween-night-quote blockquote { padding: 60px 24px; font-size: 28px; line-height: 1.75; }
  .halloween-night-quote blockquote span { font-size: 10px; }

  .halloween-timeline::before { left: 28px; }

  .halloween-timeline li {
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 0 18px;
    min-height: 210px;
    padding-bottom: 36px;
  }

  .halloween-timeline time {
    grid-column: 2;
    grid-row: 1;
    padding: 0 0 8px;
    font-size: 10px;
    text-align: left;
  }

  .halloween-timeline li > span {
    grid-column: 1;
    grid-row: 1 / span 2;
    width: 58px;
    height: 58px;
    font-size: 17px;
  }

  .halloween-timeline li > div { grid-column: 2; grid-row: 2; }
  .halloween-timeline h3 { font-size: 22px; }
  .halloween-timeline p { margin-top: 10px; font-size: 13px; }

  .halloween-story__grid {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  .halloween-story__grid figure,
  .halloween-story__grid figure:nth-child(3),
  .halloween-story__grid figure:nth-child(4),
  .halloween-story__grid .halloween-story__wide,
  .halloween-story__grid .halloween-story__portrait {
    grid-column: span 1;
    height: 285px;
  }

  .halloween-story__grid .halloween-story__wide:first-child {
    grid-column: 1 / -1;
    height: 360px;
  }

  .halloween-story__grid .halloween-story__wide:last-child {
    grid-column: 1 / -1;
    height: 310px;
  }

  .halloween-story__grid figcaption {
    min-width: 0;
    width: 100%;
    gap: 8px;
    padding: 9px 10px;
  }

  .halloween-story__grid figcaption b { font-size: 14px; }
  .halloween-story__grid figcaption span { font-size: 10px; }

  .halloween-review h2 { font-size: 29px; }
  .halloween-review ul { margin-top: 36px; }
  .halloween-review li { grid-template-columns: 1fr; gap: 9px; padding: 22px 0; }
  .halloween-review li strong { font-size: 17px; }
  .halloween-review li span { font-size: 13px; }

  .halloween-cta { padding: 96px 20px 108px; }
  .halloween-cta h2 { font-size: 31px; }
  .halloween-cta__inner > p:not(.halloween-label) { font-size: 14px; line-height: 1.9; }
  .halloween-cta__actions { flex-direction: column; align-items: center; margin-top: 34px; }
  .halloween-cta__actions a { width: 100%; max-width: 320px; min-height: 58px; }
}

@media (prefers-reduced-motion: reduce) {
  .halloween-hero__media,
  .halloween-hero__mirror,
  .halloween-hero__relic,
  .halloween-intro__artifact,
  .halloween-night-quote__media { transform: none !important; }
  .halloween-hero__media img,
  .halloween-hero__scroll::after,
  .event-motion-ready.is-ready .halloween-hero__title span { animation: none !important; }
  .halloween-hero__title span { transform: none; opacity: 1; }
  .event-motion-ready .event-reveal { transform: none; opacity: 1; transition: none; }
}

/* Horror Night report opening and atmosphere */
body.halloween-opening-active {
  overflow: hidden !important;
  overscroll-behavior: none;
}

.halloween-opening {
  position: fixed;
  z-index: 100000;
  inset: 0;
  overflow: hidden;
  color: #fff;
  background: #030308;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .9s cubic-bezier(.55, 0, .15, 1), visibility .9s;
}

.halloween-opening.is-armed,
.halloween-opening.is-playing {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.halloween-opening.is-exiting {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.halloween-opening__venue,
.halloween-opening__venue picture,
.halloween-opening__vignette,
.halloween-opening__bats {
  position: absolute;
  inset: 0;
}

.halloween-opening__venue {
  margin: 0;
  opacity: 0;
  transform: scale(1.16);
  transform-origin: center 54%;
}

.halloween-opening__venue picture { display: block; }

.halloween-opening__venue img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  filter: saturate(.88) brightness(.64) contrast(1.08);
}

.halloween-opening.is-playing .halloween-opening__venue {
  animation: halloweenVenueAwaken 5.2s cubic-bezier(.2, .72, .18, 1) both;
}

.halloween-opening__vignette {
  z-index: 1;
  background:
    radial-gradient(circle at 50% 47%, transparent 12%, rgba(3, 3, 8, .1) 45%, rgba(3, 3, 8, .88) 100%),
    linear-gradient(180deg, rgba(3, 3, 8, .18), rgba(3, 3, 8, .08) 52%, rgba(3, 3, 8, .72));
}

.halloween-opening__mist {
  position: absolute;
  z-index: 2;
  left: -20%;
  width: 140%;
  height: 15%;
  border-radius: 50%;
  background: rgba(211, 207, 218, .18);
  filter: blur(36px);
  opacity: 0;
}

.halloween-opening__mist--one { top: 23%; }
.halloween-opening__mist--two { bottom: 13%; }

.halloween-opening.is-playing .halloween-opening__mist--one {
  animation: halloweenMistOne 5s ease-in-out .35s both;
}

.halloween-opening.is-playing .halloween-opening__mist--two {
  animation: halloweenMistTwo 5.4s ease-in-out .1s both;
}

.halloween-opening__bats {
  z-index: 5;
  perspective: 900px;
  transform-style: preserve-3d;
  pointer-events: none;
}

.halloween-opening__bat {
  position: absolute;
  left: var(--bat-left);
  top: var(--bat-top);
  width: var(--bat-size);
  aspect-ratio: 2 / 1;
  color: var(--bat-color, #07060a);
  opacity: 0;
  filter: drop-shadow(0 8px 10px rgba(0, 0, 0, .45));
  transform-style: preserve-3d;
}

.halloween-opening.is-playing .halloween-opening__bat {
  animation: halloweenBatRush var(--bat-duration) cubic-bezier(.17, .68, .2, 1) var(--bat-delay) both;
}

.halloween-opening__bat svg {
  display: block;
  width: 100%;
  height: 100%;
  overflow: visible;
  transform-origin: center center;
  animation: halloweenBatFlap .16s ease-in-out infinite alternate;
}

.halloween-opening__copy {
  position: absolute;
  z-index: 4;
  top: 50%;
  left: 50%;
  width: min(820px, calc(100% - 96px));
  color: #fff;
  text-align: center;
  text-shadow: 0 4px 30px rgba(0, 0, 0, .78);
  transform: translate(-50%, -44%);
  opacity: 0;
}

.halloween-opening.is-playing .halloween-opening__copy {
  animation: halloweenOpeningCopy 2.35s cubic-bezier(.19, 1, .22, 1) 1.85s both;
}

.halloween-opening__copy p,
.halloween-opening__copy small {
  margin: 0;
  font-family: Jost, Arial, sans-serif;
  font-weight: 700;
}

.halloween-opening__copy p {
  color: #e6bd67;
  font-size: 12px;
}

.halloween-opening__copy strong {
  display: block;
  margin-top: 18px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 78px;
  font-weight: 400;
  line-height: .92;
}

.halloween-opening__copy strong span { display: block; }

.halloween-opening__copy strong span:last-child {
  color: transparent;
  -webkit-text-stroke: 1px rgba(255, 255, 255, .92);
}

.halloween-opening__copy small {
  display: block;
  margin-top: 24px;
  color: rgba(255, 255, 255, .8);
  font-size: 12px;
}

.halloween-opening__skip {
  position: absolute;
  z-index: 7;
  right: 28px;
  bottom: 24px;
  min-width: 88px;
  min-height: 44px;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, .55);
  color: #fff;
  background: rgba(3, 3, 8, .46);
  font-family: Jost, Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  text-align: center;
  backdrop-filter: blur(7px);
}

.halloween-opening__skip span {
  margin-left: 5px;
  color: #e6bd67;
}

.halloween-opening__skip:focus-visible {
  outline: 2px solid #e6bd67;
  outline-offset: 3px;
}

.halloween-ambient {
  position: fixed;
  z-index: 28;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}

.halloween-ambient__spark {
  position: absolute;
  left: var(--spark-left);
  bottom: -12px;
  width: var(--spark-size);
  height: var(--spark-size);
  border-radius: 50%;
  background: #e5a449;
  box-shadow: 0 0 12px rgba(229, 164, 73, .78);
  opacity: 0;
  animation: halloweenSparkRise var(--spark-duration) linear var(--spark-delay) infinite;
}

.halloween-ambient__bat {
  position: absolute;
  top: var(--ambient-top);
  left: -90px;
  width: var(--ambient-size);
  color: rgba(52, 10, 22, .26);
  filter: drop-shadow(0 4px 7px rgba(0, 0, 0, .16));
  animation: halloweenAmbientBat var(--ambient-duration) linear var(--ambient-delay) infinite;
}

.halloween-ambient__bat svg {
  display: block;
  width: 100%;
  animation: halloweenBatFlap .34s ease-in-out infinite alternate;
}

.halloween-hero__media img {
  object-position: center 44%;
  animation: none;
  filter: saturate(.9) brightness(.83) contrast(1.07);
}

.event-motion-ready.is-ready .halloween-hero__media img {
  animation: halloweenHeroImage 1.8s cubic-bezier(.2, .72, .2, 1) both;
}

.halloween-hero__mirror img {
  object-position: 20% center;
  filter: saturate(.78) contrast(1.1) brightness(.66);
}

.halloween-hero__stage::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: min(34vw, 520px);
  aspect-ratio: 1;
  opacity: .26;
  background:
    repeating-radial-gradient(circle at 100% 0, transparent 0 34px, rgba(238, 232, 221, .46) 35px 36px),
    repeating-conic-gradient(from 90deg at 100% 0, rgba(238, 232, 221, .42) 0deg 1deg, transparent 1deg 15deg);
  -webkit-mask-image: radial-gradient(circle at 100% 0, #000 0 64%, transparent 75%);
  mask-image: radial-gradient(circle at 100% 0, #000 0 64%, transparent 75%);
}

.halloween-planner,
.halloween-design,
.halloween-flow,
.halloween-story,
.halloween-review {
  position: relative;
  overflow: hidden;
}

.halloween-planner::before {
  content: "DAY / NIGHT";
  position: absolute;
  right: -26px;
  bottom: -28px;
  color: rgba(255, 255, 255, .045);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 126px;
  line-height: 1;
  pointer-events: none;
}

.halloween-design::before,
.halloween-flow::after {
  content: "";
  position: absolute;
  width: 150px;
  aspect-ratio: 2 / 1;
  background: currentColor;
  clip-path: polygon(50% 41%, 40% 17%, 27% 7%, 13% 12%, 0 0, 5% 35%, 17% 53%, 5% 74%, 28% 68%, 41% 58%, 50% 88%, 59% 58%, 72% 68%, 95% 74%, 83% 53%, 95% 35%, 100% 0, 87% 12%, 73% 7%, 60% 17%);
  opacity: .055;
  transform: rotate(-12deg);
  pointer-events: none;
}

.halloween-design::before {
  top: 72px;
  right: 4%;
  color: var(--halloween-burgundy);
}

.halloween-flow::after {
  right: 5%;
  bottom: 70px;
  color: var(--halloween-gold);
  transform: rotate(16deg);
}

.halloween-design__item figure img,
.halloween-story__grid figure img {
  transition: transform 1s cubic-bezier(.19, 1, .22, 1), filter .6s ease;
}

@media (any-hover: hover) {
  .halloween-design__item:hover figure img,
  .halloween-story__grid figure:hover img {
    transform: scale(1.035);
    filter: saturate(1.08) contrast(1.03);
  }
}

.halloween-story__grid .halloween-story__final {
  grid-column: 1 / -1;
  height: 620px;
}

.halloween-story__grid figure:nth-child(3),
.halloween-story__grid figure:nth-child(4) { height: 430px; }

.halloween-story__grid .halloween-story__final img { object-position: center 58%; }

@keyframes halloweenVenueAwaken {
  0% { transform: scale(1.16); opacity: 0; filter: brightness(.24); }
  18% { opacity: 1; }
  55% { filter: brightness(.82); }
  100% { transform: scale(1.015); opacity: 1; filter: brightness(1); }
}

@keyframes halloweenMistOne {
  0% { transform: translate3d(-14%, 0, 0); opacity: 0; }
  30%, 70% { opacity: .75; }
  100% { transform: translate3d(18%, -16px, 0); opacity: 0; }
}

@keyframes halloweenMistTwo {
  0% { transform: translate3d(17%, 0, 0); opacity: 0; }
  30%, 72% { opacity: .58; }
  100% { transform: translate3d(-15%, 12px, 0); opacity: 0; }
}

@keyframes halloweenBatRush {
  0% { transform: translate3d(0, 0, -1000px) scale(.08) rotate(0deg); opacity: 0; }
  12% { opacity: .78; }
  70% { opacity: 1; }
  100% { transform: translate3d(var(--bat-dx), var(--bat-dy), 560px) scale(var(--bat-scale)) rotate(var(--bat-rotate)); opacity: 0; }
}

@keyframes halloweenBatFlap {
  from { transform: scaleY(.58) rotate(-2deg); }
  to { transform: scaleY(1) rotate(2deg); }
}

@keyframes halloweenOpeningCopy {
  0% { transform: translate(-50%, -37%) scale(.96); opacity: 0; filter: blur(10px); }
  35%, 82% { transform: translate(-50%, -50%) scale(1); opacity: 1; filter: blur(0); }
  100% { transform: translate(-50%, -54%) scale(1.015); opacity: .9; filter: blur(0); }
}

@keyframes halloweenSparkRise {
  0% { transform: translate3d(0, 0, 0) scale(.7); opacity: 0; }
  14% { opacity: .5; }
  72% { opacity: .22; }
  100% { transform: translate3d(var(--spark-drift), -105vh, 0) scale(1.2); opacity: 0; }
}

@keyframes halloweenAmbientBat {
  0% { transform: translate3d(-8vw, 0, 0) rotate(-4deg); opacity: 0; }
  12%, 82% { opacity: .34; }
  100% { transform: translate3d(118vw, var(--ambient-drift), 0) rotate(7deg); opacity: 0; }
}

@media screen and (max-width: 767px) {
  .halloween-opening__venue {
    transform: scale(1.1);
    transform-origin: center 58%;
  }

  .halloween-opening__venue img { object-position: center center; }
  .halloween-opening__vignette {
    background:
      radial-gradient(circle at 50% 51%, transparent 18%, rgba(3, 3, 8, .08) 56%, rgba(3, 3, 8, .83) 100%),
      linear-gradient(180deg, rgba(3, 3, 8, .15), transparent 40%, rgba(3, 3, 8, .63));
  }

  .halloween-opening__copy {
    top: 43%;
    width: calc(100% - 40px);
  }

  .halloween-opening__copy p { font-size: 9px; }
  .halloween-opening__copy strong { margin-top: 13px; font-size: 46px; line-height: .94; }
  .halloween-opening__copy small { margin-top: 16px; font-size: 10px; }
  .halloween-opening__skip { right: 14px; bottom: 14px; min-width: 76px; min-height: 40px; }
  .halloween-opening__mist { height: 10%; filter: blur(24px); }

  .halloween-hero__media {
    inset: -3% -48%;
  }

  .halloween-hero__media img { object-position: 50% 44%; }
  .halloween-hero__mirror { display: none; }
  .halloween-hero__stage::before { width: 260px; opacity: .2; }
  .halloween-hero__title { font-size: 47px; }
  .halloween-hero__lead { max-width: 315px; font-size: 17px; }
  .halloween-planner::before { right: -8px; bottom: -10px; font-size: 58px; }
  .halloween-design::before,
  .halloween-flow::after { width: 90px; }

  .halloween-story__grid .halloween-story__final {
    grid-column: 1 / -1;
    height: 330px;
  }

  .halloween-story__grid figure:nth-child(3),
  .halloween-story__grid figure:nth-child(4) { height: 285px; }

  .halloween-story__grid .halloween-story__final img { object-position: 60% center; }
  .halloween-ambient__bat { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  .halloween-opening { display: none !important; }
  .halloween-opening__venue,
  .halloween-opening__mist,
  .halloween-opening__bat,
  .halloween-opening__copy,
  .halloween-ambient__spark,
  .halloween-ambient__bat,
  .halloween-design__item figure img,
  .halloween-story__grid figure img { animation: none !important; transition: none !important; }
}

/* Preserve the authored Japanese phrase breaks without isolated suffixes. */
@media screen and (min-width: 768px) {
  .halloween-planner h2 {
    font-size: 32px;
  }
}

@media screen and (max-width: 767px) {
  #halloween-flow-title,
  #halloween-story-title {
    font-size: 28px;
  }

  .halloween-review h2 {
    font-size: 26px;
  }

  .halloween-cta h2 {
    font-size: 24px;
  }
}

#main .halloween-intro__copy > p:last-child,
#main .halloween-design__item p,
#main .halloween-timeline p {
  text-wrap: balance;
}
