:root {
  --h-night: #0b080f;
  --h-panel: #15101b;
  --h-panel-soft: #211626;
  --h-orange: #ff7a1a;
  --h-orange-light: #ffb04f;
  --h-purple: #8462c9;
  --h-cream: #f4ead9;
  --h-muted: #b4a9b7;
  --h-border: rgba(244, 234, 217, 0.14);
}

.halloween-page { overflow-x: clip; background: var(--h-night); color: var(--h-cream); }
.halloween-page .site-header { border-bottom: 1px solid rgba(255,255,255,.08); background: rgba(11,8,15,.76); }
.halloween-page .site-header.is-scrolled { background: rgba(11,8,15,.96); }
.halloween-page .nav-cta,
.halloween-button { background: var(--h-orange); color: #170c07; box-shadow: 0 12px 34px rgba(255,122,26,.22); }
.halloween-page .nav-cta:hover,
.halloween-page .nav-cta:focus-visible,
.halloween-button:hover,
.halloween-button:focus-visible { background: var(--h-orange-light); box-shadow: 0 16px 40px rgba(255,122,26,.3); }
.halloween-page h2 { color: var(--h-cream); }

.halloween-eyebrow {
  margin-bottom: 18px;
  color: var(--h-orange);
  font-family: "Manrope", Arial, sans-serif;
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .16em;
  line-height: 1.3;
  text-transform: uppercase;
}

/* Hero */
.halloween-hero {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 860px;
  min-height: 100svh;
  padding: 148px 0 90px;
  overflow: hidden;
  background: var(--h-night);
}
.halloween-hero-art,
.halloween-hero-shade,
.halloween-fog { position: absolute; inset: 0; }
.halloween-hero-art {
  left: 38%;
  background: url("../images/halloween/spooktacular-hero.jpg") center / cover no-repeat;
  filter: saturate(.9) contrast(1.05);
}
.halloween-hero-shade {
  background:
    linear-gradient(90deg, #0b080f 0%, rgba(11,8,15,.96) 29%, rgba(11,8,15,.45) 67%, rgba(11,8,15,.3) 100%),
    linear-gradient(0deg, #0b080f 0%, transparent 34%),
    radial-gradient(circle at 76% 29%, rgba(132,98,201,.15), transparent 30%);
}
.halloween-fog {
  top: auto;
  bottom: -95px;
  left: -12%;
  width: 125%;
  height: 250px;
  border-radius: 50%;
  background: rgba(156,142,172,.1);
  filter: blur(45px);
  animation: halloween-fog-drift 18s ease-in-out infinite alternate;
}
.halloween-fog-two { bottom: -145px; left: -22%; opacity: .55; animation-duration: 25s; animation-direction: alternate-reverse; }
@keyframes halloween-fog-drift { from { transform: translate3d(-3%,0,0) scale(1); } to { transform: translate3d(7%,-16px,0) scale(1.07); } }
.halloween-hero-layout { position: relative; z-index: 2; }
.halloween-hero-copy { min-width: 0; max-width: 700px; }
.halloween-kicker {
  margin-bottom: 22px;
  color: var(--h-orange-light);
  font-family: "Manrope", Arial, sans-serif;
  font-size: .82rem;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.halloween-hero h1 {
  margin: 0 0 28px;
  color: var(--h-cream);
  font-size: clamp(4.2rem, 8vw, 7.7rem);
  font-weight: 800;
  line-height: .84;
  letter-spacing: -.065em;
  text-wrap: balance;
}
.halloween-hero h1 em { color: var(--h-orange); font-style: normal; }
.halloween-hero h1 span { display: block; margin: 12px 0 0 8px; color: var(--h-orange-light); font-size: .2em; letter-spacing: .1em; line-height: 1; }
.halloween-lede { max-width: 620px; margin-bottom: 34px; color: rgba(244,234,217,.78); font-size: 1.08rem; line-height: 1.65; }
.hero-facts {
  display: grid;
  grid-template-columns: repeat(4, auto);
  gap: 14px 24px;
  max-width: 680px;
  margin: 0 0 34px;
  padding: 22px 0;
  border-block: 1px solid var(--h-border);
}
.hero-facts div { min-width: 0; }
.hero-facts dt { margin-bottom: 4px; color: var(--h-muted); font-size: .64rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.hero-facts dd { margin: 0; color: var(--h-cream); font-family: "Manrope", Arial, sans-serif; font-size: .84rem; font-weight: 700; line-height: 1.3; }
.halloween-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.reservation-rollout { max-width: 610px; margin: 20px 0 0; color: var(--h-muted); font-size: .78rem; line-height: 1.55; }

.halloween-marquee { position: relative; z-index: 4; border-block: 1px solid rgba(255,176,79,.3); background: #21100a; }
.halloween-marquee .container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(20px,4vw,54px);
  min-height: 78px;
  color: var(--h-orange-light);
  font-family: "Manrope", Arial, sans-serif;
  font-size: clamp(.7rem,1.4vw,.82rem);
  letter-spacing: .12em;
  text-align: center;
  text-transform: uppercase;
}
.halloween-marquee span { width: 5px; height: 5px; border-radius: 50%; background: var(--h-orange); box-shadow: 0 0 12px var(--h-orange); }

/* Story and process */
.halloween-about { background: radial-gradient(circle at 10% 20%, rgba(132,98,201,.13), transparent 28%), var(--h-night); }
.halloween-about-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: clamp(50px,9vw,130px); align-items: start; }
.halloween-about h2,
.halloween-section-heading h2,
.explore-section h2 { font-size: clamp(3rem,5.8vw,5.7rem); }
.halloween-rich-copy { padding-top: 36px; color: var(--h-muted); font-size: 1.04rem; }
.halloween-rich-copy .halloween-intro { color: var(--h-cream); font-family: "Manrope", Arial, sans-serif; font-size: 1.35rem; font-weight: 600; line-height: 1.5; }
.halloween-process {
  position: relative;
  overflow: hidden;
  border-block: 1px solid var(--h-border);
  background: linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px), linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px), var(--h-panel);
  background-size: 52px 52px;
}
.halloween-section-heading { max-width: 780px; margin-bottom: 64px; }
.halloween-section-heading > p:last-child { max-width: 650px; color: var(--h-muted); }
.process-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.process-card {
  position: relative;
  min-height: 330px;
  padding: clamp(30px,4vw,48px);
  overflow: hidden;
  border: 1px solid var(--h-border);
  border-radius: var(--radius);
  background: rgba(11,8,15,.68);
}
.process-card::after { position: absolute; right: -40px; bottom: -60px; width: 160px; height: 160px; border: 1px solid rgba(255,122,26,.12); border-radius: 50%; box-shadow: 0 0 0 24px rgba(255,122,26,.025), 0 0 0 48px rgba(255,122,26,.018); content: ""; }
.process-card > span { display: block; margin-bottom: 82px; color: var(--h-orange); font-family: "Manrope",Arial,sans-serif; font-size: .72rem; font-weight: 800; letter-spacing: .14em; }
.process-card h3 { color: var(--h-cream); }
.process-card p { position: relative; z-index: 1; margin: 0; color: var(--h-muted); }
.duration-note { display: grid; grid-template-columns: auto auto 1fr; gap: 14px 24px; align-items: baseline; margin-top: 20px; padding: 25px 30px; border-left: 3px solid var(--h-orange); background: rgba(255,122,26,.07); }
.duration-note span { color: var(--h-muted); font-size: .8rem; text-transform: uppercase; }
.duration-note strong { color: var(--h-orange-light); font-family: "Manrope",Arial,sans-serif; font-size: 1.6rem; }
.duration-note p { margin: 0; color: var(--h-muted); }
.demand-note { display: grid; grid-template-columns: .85fr 1.15fr; gap: 30px 60px; align-items: center; margin-top: 16px; padding: 30px; border: 1px solid rgba(255,176,79,.28); border-radius: 18px; background: rgba(255,122,26,.08); }
.demand-note span { color: var(--h-orange); font-size: .67rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.demand-note h3 { margin: 6px 0 0; color: var(--h-cream); }
.demand-note p { margin: 0; color: var(--h-muted); }

/* Main show */
.main-show-section { background: radial-gradient(circle at 25% 50%,rgba(132,98,201,.2),transparent 33%), #08060c; }
.main-show-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(60px,10vw,140px); align-items: center; }
.show-orbit { position: relative; width: min(100%,500px); aspect-ratio: 1; border: 1px solid rgba(244,234,217,.08); border-radius: 50%; box-shadow: 0 0 0 42px rgba(244,234,217,.02), 0 0 0 84px rgba(244,234,217,.012); }
.show-moon { position: absolute; top: 10%; right: 11%; width: 46%; aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle at 33% 35%,rgba(59,45,35,.28) 0 4%,transparent 5%), radial-gradient(circle at 64% 67%,rgba(59,45,35,.2) 0 7%,transparent 8%), #e8d9b9; box-shadow: 0 0 55px rgba(232,217,185,.24); }
.show-barn-line { position: absolute; right: 5%; bottom: 10%; left: 5%; height: 46%; border-bottom: 4px solid var(--h-orange); }
.show-barn-line::before { position: absolute; right: 10%; bottom: 0; left: 10%; height: 72%; border: 4px solid var(--h-orange); border-bottom: 0; background: rgba(255,122,26,.06); content: ""; }
.show-barn-line::after { position: absolute; right: 4%; bottom: 66%; left: 4%; height: 4px; background: var(--h-orange); content: ""; transform: rotate(-24deg) skewX(42deg); box-shadow: 0 0 18px rgba(255,122,26,.65); }
.show-barn-line i { position: absolute; z-index: 1; bottom: 0; width: 15%; height: 42%; border: 3px solid var(--h-orange-light); border-bottom: 0; }
.show-barn-line i:nth-child(1) { left: 23%; }
.show-barn-line i:nth-child(2) { right: 23%; }
.show-barn-line i:nth-child(3) { right: 43%; bottom: 33%; width: 12%; height: 15%; border: 0; background: var(--h-orange-light); box-shadow: 0 0 24px var(--h-orange); }
.main-show-copy > p:not(.halloween-eyebrow) { color: var(--h-muted); font-size: 1.04rem; }
.show-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 30px; }
.show-tags span { padding: 8px 13px; border: 1px solid var(--h-border); border-radius: 999px; color: rgba(244,234,217,.72); font-size: .72rem; font-weight: 700; }

/* Explore and CTA */
.explore-section { border-top: 1px solid var(--h-border); background: var(--h-panel-soft); }
.explore-grid { display: grid; grid-template-columns: .65fr 1.35fr; gap: clamp(60px,10vw,150px); align-items: center; }
.explore-number { color: transparent; font-family: "Manrope",Arial,sans-serif; font-size: clamp(15rem,31vw,28rem); font-weight: 800; line-height: .75; -webkit-text-stroke: 1px rgba(255,122,26,.32); text-shadow: 0 0 70px rgba(132,98,201,.14); }
.explore-grid > div:last-child { max-width: 650px; }
.explore-grid p:not(.halloween-eyebrow) { color: var(--h-muted); }
.explore-grid .explore-lede { color: var(--h-cream); font-size: 1.22rem; }
.halloween-text-link { display: inline-flex; gap: 10px; align-items: center; padding-bottom: 4px; border-bottom: 1px solid currentColor; color: var(--h-orange-light); font-weight: 800; text-decoration: none; }
.reservation-break { padding: 70px 0; background: var(--h-orange); color: #180d08; }
.reservation-break-inner { display: grid; grid-template-columns: 1.15fr .85fr; gap: 60px; align-items: center; }
.reservation-break .halloween-eyebrow { color: rgba(24,13,8,.66); }
.reservation-break h2 { margin: 0; color: #180d08; font-size: clamp(2.8rem,5.5vw,5rem); }
.reservation-break p { margin-bottom: 20px; font-weight: 700; }
.reservation-break .halloween-button { background: #180d08; color: var(--h-cream); box-shadow: none; }

/* Visit */
.halloween-visit { background: var(--h-cream); color: #221921; }
.halloween-visit h2,
.halloween-visit h3 { color: #221921; }
.visit-heading { display: grid; grid-template-columns: 1fr .8fr; gap: 0 70px; max-width: none; }
.visit-heading .halloween-eyebrow { grid-column: 1 / -1; }
.visit-heading > p:last-child { align-self: end; padding-bottom: 8px; color: #695d68; }
.visit-detail-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 1px; overflow: hidden; border: 1px solid rgba(34,25,33,.12); border-radius: var(--radius); background: rgba(34,25,33,.12); }
.visit-detail-grid article { display: flex; flex-direction: column; min-height: 210px; padding: 28px; background: #fbf5eb; }
.visit-detail-grid article > span { margin-bottom: auto; color: #8b6f59; font-size: .66rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.visit-detail-grid strong { color: #221921; font-family: "Manrope",Arial,sans-serif; font-size: 1.05rem; }
.visit-detail-grid small { margin-top: 6px; color: #756a73; font-size: .77rem; line-height: 1.5; }
.visit-detail-grid a { margin-top: 10px; color: #a94808; font-size: .75rem; font-weight: 800; }
.effects-notice { display: grid; grid-template-columns: auto 1fr; gap: 24px; align-items: center; margin-top: 28px; padding: 28px 34px; border: 1px solid rgba(155,66,8,.22); border-radius: 18px; background: #f4dfc7; }
.effects-icon { display: grid; place-items: center; width: 50px; height: 50px; border: 2px solid #a94808; border-radius: 50%; color: #a94808; font-family: "Manrope",Arial,sans-serif; font-weight: 800; }
.effects-notice h3 { margin-bottom: 4px; font-size: 1rem; }
.effects-notice p { margin: 0; color: #695d68; font-size: .88rem; }

/* FAQ, producer, final */
.halloween-faq { background: radial-gradient(circle at 90% 5%,rgba(132,98,201,.12),transparent 30%), var(--h-night); }
.halloween-faq .faq-heading > p:last-child,
.halloween-faq .faq-list details p { color: var(--h-muted); }
.halloween-faq .faq-list details,
.halloween-faq .faq-list details:first-child { border-color: var(--h-border); }
.halloween-faq .faq-list summary { color: var(--h-cream); }
.halloween-faq .faq-list summary span::before,
.halloween-faq .faq-list summary span::after { background: var(--h-orange); }
.halloween-faq .faq-list details p a { color: var(--h-orange-light); }
.halloween-spectrascape { border-block: 1px solid var(--h-border); background: #110d16; }
.halloween-spectrascape-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(60px,10vw,140px); align-items: center; }
.spectrascape-signature { padding: 38px; border: 1px solid var(--h-border); border-radius: var(--radius); background: rgba(255,255,255,.92); box-shadow: 0 30px 80px rgba(0,0,0,.3); }
.spectrascape-signature span { display: block; margin-bottom: 22px; color: #6c6470; font-size: .68rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.halloween-spectrascape-grid > div:last-child > p:not(.halloween-eyebrow) { color: var(--h-muted); }
.halloween-final { position: relative; padding: clamp(110px,14vw,190px) 0; overflow: hidden; background: linear-gradient(rgba(8,5,11,.56),rgba(8,5,11,.93)), url("../images/halloween/spooktacular-hero.jpg") center 42% / cover no-repeat; text-align: center; }
.halloween-final::after { position: absolute; right: -10%; bottom: -120px; left: -10%; height: 240px; border-radius: 50%; background: rgba(188,175,202,.11); filter: blur(48px); content: ""; }
.halloween-final-inner { position: relative; z-index: 1; }
.halloween-final h2 { margin-bottom: 16px; font-size: clamp(3.2rem,7vw,6.6rem); }
.halloween-final p:not(.halloween-eyebrow) { margin-bottom: 32px; color: rgba(244,234,217,.76); font-size: 1.08rem; }
.halloween-footer { background: #050307; }
.footer-links { display: flex; gap: 24px; }

@media (max-width: 1050px) {
  .hero-facts { grid-template-columns: repeat(2,1fr); }
  .visit-detail-grid { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 820px) {
  .halloween-page .site-nav { background: rgba(11,8,15,.99); }
  .halloween-hero { min-height: 880px; padding-top: 150px; }
  .halloween-hero-art { top: 0; left: 0; height: 58%; background-position: center top; }
  .halloween-hero-shade { background: linear-gradient(0deg,#0b080f 30%,rgba(11,8,15,.22) 76%,rgba(11,8,15,.22) 100%), linear-gradient(90deg,rgba(11,8,15,.42),transparent 80%); }
  .halloween-hero-layout { align-self: flex-end; }
  .halloween-about-grid,
  .main-show-grid,
  .explore-grid,
  .reservation-break-inner,
  .visit-heading,
  .halloween-spectrascape-grid { grid-template-columns: 1fr; }
  .halloween-rich-copy { padding-top: 0; }
  .process-grid { grid-template-columns: 1fr; }
  .process-card { min-height: 260px; }
  .process-card > span { margin-bottom: 48px; }
  .duration-note { grid-template-columns: 1fr; }
  .demand-note { grid-template-columns: 1fr; gap: 18px; }
  .show-orbit { width: min(82vw,480px); margin-inline: auto; }
  .explore-number { display: none; }
  .reservation-break-inner { gap: 25px; }
  .visit-heading { gap: 0; }
}

@media (max-width: 560px) {
  .halloween-hero { min-height: 830px; padding: 118px 0 54px; }
  .halloween-hero-art { height: 48%; }
  .halloween-hero h1 { margin-bottom: 20px; font-size: clamp(3rem,13.2vw,3.35rem); letter-spacing: -.055em; }
  .halloween-kicker { font-size: .68rem; line-height: 1.5; }
  .halloween-lede { margin-bottom: 24px; font-size: .94rem; }
  .hero-facts { gap: 16px 20px; margin-bottom: 24px; padding: 18px 0; }
  .hero-facts dd { font-size: .78rem; }
  .halloween-actions .button { width: 100%; }
  .halloween-marquee .container { flex-wrap: wrap; gap: 8px 13px; min-height: 92px; padding-block: 18px; font-size: .62rem; }
  .halloween-marquee strong { width: calc(50% - 18px); }
  .halloween-marquee strong:last-child { width: 100%; }
  .process-card { min-height: 250px; }
  .duration-note { padding: 22px; }
  .show-orbit { width: 76vw; }
  .visit-detail-grid { grid-template-columns: 1fr; }
  .visit-detail-grid article { min-height: 180px; }
  .effects-notice { grid-template-columns: 1fr; padding: 26px; }
  .spectrascape-signature { padding: 26px; }
  .footer-bottom { flex-direction: column; }
  .footer-links { flex-wrap: wrap; gap: 10px 20px; }
}

@media (prefers-reduced-motion: reduce) {
  .halloween-fog { animation: none; }
}
