/*
Theme Name: The Haunted Hedgemaze
Theme URI: https://thehauntedhedgemaze.com/
Description: Immersive 2026 Haunted Hedgemaze experience built on Flatsome.
Author: The Haunted Hedgemaze
Template: flatsome
Version: 1.0.1
Text Domain: haunted-hedgemaze
*/

:root {
  --hh-black: #030205;
  --hh-ink: #09050d;
  --hh-panel: rgba(12, 7, 16, .84);
  --hh-bone: #e7d8d2;
  --hh-muted: #a99ba6;
  --hh-purple: #9d4cad;
  --hh-purple-bright: #d57be4;
  --hh-green: #91ad3b;
  --hh-green-bright: #c3dd5c;
  --hh-red: #7b1636;
  --hh-display: "Metal Mania", "Cinzel Decorative", Georgia, serif;
  --hh-body: "Oswald", system-ui, sans-serif;
  color-scheme: dark;
}

@view-transition { navigation: auto; }

* { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  scrollbar-color: var(--hh-purple) #08050a;
  scrollbar-width: thin;
}

html::-webkit-scrollbar { width: 13px; }
html::-webkit-scrollbar-track { background: #08050a; }
html::-webkit-scrollbar-thumb {
  border: 3px solid #08050a;
  border-radius: 999px;
  background: linear-gradient(var(--hh-purple-bright), #5d266c 48%, var(--hh-green));
}

body.hh26-site {
  margin: 0;
  overflow-x: hidden;
  color: var(--hh-bone);
  background:
    radial-gradient(circle at 8% 8%, rgba(111, 30, 127, .2), transparent 29rem),
    radial-gradient(circle at 92% 38%, rgba(104, 129, 30, .12), transparent 34rem),
    var(--hh-black);
  font-family: var(--hh-body);
  font-size: 17px;
  line-height: 1.65;
}

body.hh26-site:before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 9996;
  pointer-events: none;
  opacity: .28;
  background: radial-gradient(circle 170px at var(--hh-pointer-x, 50%) var(--hh-pointer-y, 45%), rgba(244, 224, 172, .14), transparent 72%);
  mix-blend-mode: screen;
}

body.hh26-nav-open { overflow: hidden; }

body.hh26-site a { color: inherit; }
body.hh26-site img { max-width: 100%; height: auto; }
body.hh26-site button,
body.hh26-site a { -webkit-tap-highlight-color: transparent; }

.hh26-skip {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 100000;
  padding: 10px 16px;
  color: #050207;
  background: var(--hh-green-bright);
  transform: translateY(-150%);
}

.hh26-skip:focus { transform: none; }

.hh26-shell {
  width: min(1200px, calc(100% - 42px));
  margin-inline: auto;
}

.hh26-loader {
  position: fixed;
  inset: 0;
  z-index: 100000;
  display: grid;
  place-content: center;
  justify-items: center;
  color: var(--hh-bone);
  background: radial-gradient(circle, #260e30, #050207 48%, #010102);
  opacity: 1;
  visibility: visible;
  transition: opacity .7s ease, visibility .7s step-end;
  animation: hh26LoaderFailsafe .01s 4s forwards;
}

.hh26-loader.is-gone {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  animation: none;
}

.hh26-loader-mark {
  position: relative;
  display: grid;
  width: 124px;
  aspect-ratio: 1;
  place-items: center;
  margin-bottom: 22px;
  border: 1px solid rgba(209, 117, 226, .45);
  border-radius: 50%;
  box-shadow: 0 0 50px rgba(162, 70, 186, .34), inset 0 0 34px rgba(142, 174, 49, .13);
}

.hh26-loader-mark:before,
.hh26-loader-mark:after {
  content: "";
  position: absolute;
  inset: -10px;
  border: 2px solid transparent;
  border-top-color: var(--hh-purple-bright);
  border-bottom-color: var(--hh-green-bright);
  border-radius: 50%;
  animation: hh26Turn 2.5s linear infinite;
}

.hh26-loader-mark:after { inset: 12px; animation-direction: reverse; animation-duration: 1.5s; }
.hh26-loader-mark b { font-family: var(--hh-display); font-size: 3.4rem; font-weight: 400; text-shadow: 0 0 20px var(--hh-purple); }
.hh26-loader strong { font-family: var(--hh-display); font-size: 1.7rem; font-weight: 400; letter-spacing: .06em; text-transform: uppercase; }
.hh26-loader span { color: rgba(255,255,255,.48); font-size: .68rem; letter-spacing: .18em; text-transform: uppercase; }

.hh26-progress {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 10001;
  height: 3px;
  background: rgba(255,255,255,.04);
}

.hh26-progress i {
  display: block;
  width: calc(var(--hh-scroll, 0) * 100%);
  height: 100%;
  background: linear-gradient(90deg, var(--hh-purple), var(--hh-green-bright));
  box-shadow: 0 0 14px var(--hh-purple-bright);
}

.hh26-header {
  position: fixed;
  top: 3px;
  right: 0;
  left: 0;
  z-index: 10000;
  border-bottom: 1px solid rgba(184, 86, 201, .23);
  background: rgba(3, 2, 5, .78);
  box-shadow: 0 12px 44px rgba(0,0,0,.48);
  backdrop-filter: blur(18px) saturate(1.2);
}

.hh26-header-inner {
  display: grid;
  min-height: 78px;
  grid-template-columns: minmax(180px, .8fr) auto minmax(140px, .8fr);
  gap: 24px;
  align-items: center;
}

.hh26-brand { display: inline-flex; flex-direction: column; text-decoration: none !important; }
.hh26-brand span { color: var(--hh-green-bright); font-size: .56rem; font-weight: 700; letter-spacing: .22em; text-transform: uppercase; }
.hh26-brand strong { color: #f0e5df; font-family: var(--hh-display); font-size: clamp(1.12rem, 2vw, 1.6rem); font-weight: 400; letter-spacing: .035em; line-height: 1; text-shadow: 0 0 18px rgba(194, 87, 211, .5); }

.hh26-nav { display: flex; gap: clamp(18px, 2.5vw, 34px); align-items: center; justify-content: center; }
.hh26-nav a {
  position: relative;
  color: rgba(255,255,255,.7);
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .13em;
  text-decoration: none;
  text-transform: uppercase;
  transition: color .25s ease;
}
.hh26-nav a:after { content: ""; position: absolute; right: 50%; bottom: -8px; left: 50%; height: 1px; background: var(--hh-purple-bright); box-shadow: 0 0 8px var(--hh-purple); transition: inset .25s ease; }
.hh26-nav a:hover,
.hh26-nav a:focus-visible { color: #fff; }
.hh26-nav a:hover:after,
.hh26-nav a:focus-visible:after { right: 0; left: 0; }

.hh26-header-action { justify-self: end; }
.hh26-menu-toggle { display: none; justify-self: end; width: 46px; height: 46px; padding: 0; border: 1px solid rgba(203,111,219,.4); border-radius: 50%; color: #fff; background: rgba(60,17,72,.52); }
.hh26-menu-toggle i,
.hh26-menu-toggle:before,
.hh26-menu-toggle:after { content: ""; display: block; width: 18px; height: 2px; margin: 4px auto; background: currentColor; transition: transform .25s ease, opacity .25s ease; }
.hh26-menu-toggle[aria-expanded="true"] i { opacity: 0; }
.hh26-menu-toggle[aria-expanded="true"]:before { transform: translateY(6px) rotate(45deg); }
.hh26-menu-toggle[aria-expanded="true"]:after { transform: translateY(-6px) rotate(-45deg); }

.hh26-button {
  position: relative;
  display: inline-flex;
  min-width: 190px;
  min-height: 54px;
  padding: 12px 22px;
  border: 1px solid rgba(203,113,221,.58);
  border-radius: 999px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  color: #fff !important;
  background: linear-gradient(135deg, #9135a4, #35103f);
  box-shadow: 0 14px 34px rgba(0,0,0,.45), 0 0 24px rgba(156,61,177,.25);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .12em;
  line-height: 1;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;
  transition: transform .28s ease, filter .28s ease, border-color .28s ease, box-shadow .28s ease;
}

.hh26-button:after { content: ""; position: absolute; top: -50%; bottom: -50%; left: -90%; width: 42%; background: linear-gradient(90deg, transparent, rgba(255,255,255,.34), transparent); transform: skewX(-22deg); transition: left .72s ease; }
.hh26-button:hover,
.hh26-button:focus-visible { border-color: rgba(255,255,255,.7); filter: brightness(1.18); transform: translateY(-4px); box-shadow: 0 20px 42px rgba(0,0,0,.58), 0 0 34px rgba(193,83,211,.38); }
.hh26-button:hover:after,
.hh26-button:focus-visible:after { left: 145%; }
.hh26-button-green { border-color: rgba(174,201,72,.56); background: linear-gradient(135deg, #789629, #263304); box-shadow: 0 14px 34px rgba(0,0,0,.45), 0 0 22px rgba(146,178,49,.2); }
.hh26-button-ghost { border-color: rgba(255,255,255,.22); background: rgba(2,2,4,.56); }
.hh26-button-small { min-width: 150px; min-height: 44px; padding: 10px 17px; font-size: .64rem; }

.hh26-hero {
  position: relative;
  display: grid;
  min-height: 100svh;
  padding: 150px 0 68px;
  place-items: center;
  isolation: isolate;
  overflow: hidden;
  background: #050207;
}

.hh26-hero:before {
  content: "";
  position: absolute;
  inset: -4%;
  z-index: -3;
  background-image: var(--hh-hero-image);
  background-position: center;
  background-size: cover;
  filter: saturate(.9) contrast(1.08) brightness(.66);
  transform: scale(1.04);
  animation: hh26HeroBreathe 18s ease-in-out infinite alternate;
}

.hh26-hero:after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(2,1,3,.9), rgba(4,1,6,.48) 46%, rgba(4,2,7,.68)),
    linear-gradient(0deg, #030205 0%, transparent 38%),
    radial-gradient(circle at 50% 38%, transparent 10%, rgba(0,0,0,.28) 58%, rgba(0,0,0,.73));
}

.hh26-fog,
.hh26-fog:before,
.hh26-fog:after { position: absolute; right: -15%; bottom: -5%; left: -15%; height: 28%; border-radius: 50%; pointer-events: none; }
.hh26-fog { z-index: -1; opacity: .22; background: #ddd2e4; filter: blur(50px); animation: hh26Fog 12s ease-in-out infinite alternate; }
.hh26-fog:before,
.hh26-fog:after { content: ""; top: -110%; background: rgba(216,205,224,.34); filter: blur(38px); }
.hh26-fog:after { top: -30%; right: 35%; left: -35%; opacity: .55; }

.hh26-bats { position: absolute; inset: 0; z-index: 0; pointer-events: none; }
.hh26-bat { position: absolute; width: 42px; height: 18px; opacity: .34; filter: drop-shadow(0 0 8px #000); animation: hh26BatFlight var(--speed, 16s) linear infinite; animation-delay: var(--delay, 0s); }
.hh26-bat:before,
.hh26-bat:after { content: ""; position: absolute; top: 3px; width: 24px; height: 12px; background: #060208; clip-path: polygon(100% 40%, 64% 0, 38% 30%, 0 4%, 18% 100%, 62% 68%); animation: hh26Flap .48s ease-in-out infinite alternate; }
.hh26-bat:before { right: 50%; }
.hh26-bat:after { left: 50%; transform: scaleX(-1); }
.hh26-bat:nth-child(1) { top: 24%; left: -8%; --speed: 18s; }
.hh26-bat:nth-child(2) { top: 35%; left: -14%; --speed: 23s; --delay: -7s; transform: scale(.7); }
.hh26-bat:nth-child(3) { top: 15%; left: -10%; --speed: 27s; --delay: -14s; transform: scale(1.25); }
.hh26-bat:nth-child(4) { top: 52%; left: -12%; --speed: 21s; --delay: -4s; transform: scale(.55); }

.hh26-hero-content { position: relative; z-index: 2; width: min(960px, 100%); text-align: center; }
.hh26-presented { display: block; margin-bottom: 12px; color: var(--hh-green-bright); font-size: .72rem; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; text-shadow: 0 0 14px rgba(174,205,68,.46); }
.hh26-kicker { display: inline-flex; margin-bottom: 16px; padding: 8px 15px; border: 1px solid rgba(200,102,218,.42); border-radius: 999px; color: var(--hh-purple-bright); background: rgba(65,17,76,.27); font-size: .66rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.hh26-hero h1 {
  margin: 0;
  color: #e7d8d2;
  font-family: var(--hh-display);
  font-size: clamp(4.6rem, 12vw, 10.5rem);
  font-weight: 400;
  letter-spacing: -.035em;
  line-height: .66;
  text-transform: uppercase;
  -webkit-text-stroke: 1px rgba(230,215,208,.4);
  text-shadow: 0 4px 0 #5d1c4f, 0 8px 0 #2d0d2a, 0 14px 25px #000, 0 0 44px rgba(170,74,190,.48);
}
.hh26-hero h1 span { display: block; color: #b7cb57; font-size: .72em; letter-spacing: .015em; text-shadow: 0 4px 0 #34430d, 0 9px 0 #131a04, 0 14px 28px #000, 0 0 36px rgba(160,190,52,.34); }
.hh26-tagline { margin: 25px 0 0; color: #d4a2d9; font-family: "Cinzel Decorative", Georgia, serif; font-size: clamp(.9rem, 2vw, 1.3rem); letter-spacing: .18em; text-transform: uppercase; }
.hh26-hero-lead { max-width: 760px; margin: 24px auto 0; color: rgba(255,255,255,.78); font-size: clamp(1rem, 1.8vw, 1.2rem); }
.hh26-hero-meta { display: flex; gap: 10px; margin: 28px 0; flex-wrap: wrap; justify-content: center; }
.hh26-hero-meta span { padding: 10px 15px; border: 1px solid rgba(255,255,255,.15); border-radius: 999px; color: rgba(255,255,255,.78); background: rgba(2,2,4,.5); font-size: .7rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; backdrop-filter: blur(8px); }
.hh26-hero-meta b { color: var(--hh-green-bright); font-weight: inherit; }
.hh26-actions { display: flex; gap: 12px; flex-wrap: wrap; justify-content: center; }

.hh26-countdown { display: grid; width: min(600px, 100%); grid-template-columns: repeat(4, 1fr); gap: 8px; margin: 38px auto 0; }
.hh26-countdown div { padding: 13px 8px; border: 1px solid rgba(196,101,213,.2); border-radius: 14px; background: rgba(6,3,8,.54); box-shadow: inset 0 1px rgba(255,255,255,.04); backdrop-filter: blur(10px); }
.hh26-countdown b { display: block; color: #f1e5df; font-family: var(--hh-display); font-size: clamp(1.45rem, 3vw, 2.15rem); font-weight: 400; line-height: 1; }
.hh26-countdown span { color: var(--hh-muted); font-size: .55rem; letter-spacing: .14em; text-transform: uppercase; }
.hh26-countdown-message { grid-column: 1 / -1; margin: 4px 0 0; color: var(--hh-green-bright); font-size: .68rem; letter-spacing: .12em; text-transform: uppercase; }

.hh26-scroll-cue { position: absolute; bottom: 22px; left: 50%; z-index: 2; display: grid; gap: 4px; justify-items: center; color: rgba(255,255,255,.38); font-size: .55rem; letter-spacing: .16em; text-decoration: none; text-transform: uppercase; transform: translateX(-50%); }
.hh26-scroll-cue i { display: block; width: 1px; height: 28px; background: linear-gradient(var(--hh-purple-bright), transparent); animation: hh26ScrollCue 1.7s ease-in-out infinite; }

.hh26-marquee { position: relative; z-index: 5; overflow: hidden; border-block: 1px solid rgba(180,82,199,.2); background: #060308; }
.hh26-marquee > div { display: flex; width: max-content; align-items: center; padding: 10px 0; animation: hh26Marquee 30s linear infinite; }
.hh26-marquee span { padding-inline: 25px; color: rgba(255,255,255,.62); font-size: .65rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; white-space: nowrap; }
.hh26-marquee b { color: var(--hh-green-bright); }

.hh26-section { position: relative; padding: clamp(78px, 10vw, 140px) 0; overflow: hidden; }
.hh26-section:before { content: ""; position: absolute; inset: 0; z-index: -1; opacity: .2; background-image: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.02) 1px, transparent 1px); background-size: 72px 72px; mask-image: radial-gradient(circle at 50% 40%, #000, transparent 72%); }
.hh26-section-dark { background: linear-gradient(180deg, #030205, #0c0610 50%, #030205); }
.hh26-section-purple { background: radial-gradient(circle at 85% 20%, rgba(116,42,132,.2), transparent 32rem), linear-gradient(180deg, #07030a, #110716); }
.hh26-eyebrow { display: inline-flex; margin-bottom: 12px; color: var(--hh-green-bright); font-size: .65rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.hh26-heading { max-width: 820px; margin: 0; color: #eee2da; font-family: var(--hh-display); font-size: clamp(3rem, 7vw, 6.6rem); font-weight: 400; letter-spacing: -.018em; line-height: .83; text-transform: uppercase; text-shadow: 0 4px 0 #3d1639, 0 0 28px rgba(169,73,188,.28); }
.hh26-section-intro { max-width: 720px; margin: 24px 0 0; color: rgba(255,255,255,.7); font-size: clamp(1rem, 1.8vw, 1.18rem); }

.hh26-experience-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(300px, .52fr); gap: clamp(38px, 7vw, 90px); align-items: center; }
.hh26-feature-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin-top: 38px; }
.hh26-feature { position: relative; min-height: 150px; padding: 24px; border: 1px solid rgba(199,105,216,.18); border-radius: 20px; background: linear-gradient(145deg, rgba(28,11,34,.76), rgba(4,3,6,.9)); box-shadow: 0 18px 42px rgba(0,0,0,.32), inset 0 1px rgba(255,255,255,.035); transition: transform .32s ease, border-color .32s ease, box-shadow .32s ease; }
.hh26-feature:hover { border-color: rgba(209,118,226,.48); transform: translateY(-6px); box-shadow: 0 24px 52px rgba(0,0,0,.46), 0 0 26px rgba(163,71,182,.17); }
.hh26-feature span { display: block; margin-bottom: 12px; color: var(--hh-green-bright); font-family: var(--hh-display); font-size: 2rem; }
.hh26-feature h3 { margin: 0 0 7px; color: #e8dce5; font-family: "Cinzel Decorative", Georgia, serif; font-size: 1rem; letter-spacing: .04em; }
.hh26-feature p { margin: 0; color: rgba(255,255,255,.58); font-size: .88rem; line-height: 1.55; }

.hh26-flyer-wrap { position: relative; padding: 10px; border: 1px solid rgba(210,121,225,.34); border-radius: 28px; background: rgba(8,4,10,.8); box-shadow: 0 34px 80px rgba(0,0,0,.65), 0 0 42px rgba(142,54,160,.22); transform: rotate(1.2deg); }
.hh26-flyer-wrap:before { content: ""; position: absolute; inset: -12px; z-index: -1; border: 1px solid rgba(156,185,54,.22); border-radius: 34px; transform: rotate(-2.3deg); }
.hh26-flyer-wrap img { display: block; width: 100%; border-radius: 20px; }
.hh26-flyer-caption { margin: 14px 5px 5px; color: rgba(255,255,255,.45); font-size: .62rem; letter-spacing: .1em; text-align: center; text-transform: uppercase; }

.hh26-night-grid { display: grid; grid-template-columns: minmax(0, .75fr) minmax(0, 1.25fr); gap: 22px; margin-top: 48px; }
.hh26-night-card,
.hh26-ticket-card,
.hh26-notice,
.hh26-warning { border: 1px solid rgba(195,100,212,.2); border-radius: 22px; background: linear-gradient(145deg, rgba(24,9,30,.77), rgba(3,3,5,.92)); box-shadow: 0 20px 54px rgba(0,0,0,.38), inset 0 1px rgba(255,255,255,.035); }
.hh26-night-card { padding: clamp(26px, 4vw, 42px); }
.hh26-night-card h3 { margin: 0 0 18px; color: #eadde6; font-family: var(--hh-display); font-size: 2.1rem; font-weight: 400; }
.hh26-night-card dl { margin: 0; }
.hh26-night-card dl div { display: grid; grid-template-columns: 100px 1fr; gap: 12px; padding: 14px 0; border-top: 1px solid rgba(255,255,255,.08); }
.hh26-night-card dt { color: var(--hh-green-bright); font-size: .65rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.hh26-night-card dd { margin: 0; color: rgba(255,255,255,.75); }
.hh26-preview { margin-top: 18px; padding: 16px 18px; border-left: 2px solid var(--hh-purple-bright); border-radius: 0 12px 12px 0; color: rgba(255,255,255,.64); background: rgba(107,33,119,.14); font-size: .86rem; }

.hh26-tickets { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.hh26-ticket-card { display: flex; min-height: 280px; padding: 28px 22px; flex-direction: column; text-align: center; }
.hh26-ticket-card.featured { border-color: rgba(181,205,70,.45); background: linear-gradient(145deg, rgba(47,62,12,.43), rgba(5,5,4,.93)); transform: translateY(-8px); }
.hh26-ticket-card span { color: var(--hh-purple-bright); font-size: .63rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.hh26-ticket-card h3 { margin: 12px 0 4px; color: #f0e5df; font-family: "Cinzel Decorative", Georgia, serif; font-size: 1rem; }
.hh26-ticket-card strong { display: block; margin: 13px 0; color: var(--hh-green-bright); font-family: var(--hh-display); font-size: 2.6rem; font-weight: 400; line-height: 1; text-shadow: 0 0 18px rgba(166,195,61,.28); }
.hh26-ticket-card p { margin: 0; color: rgba(255,255,255,.53); font-size: .82rem; }
.hh26-ticket-card em { margin-top: auto; padding-top: 20px; color: rgba(255,255,255,.36); font-size: .62rem; font-style: normal; letter-spacing: .08em; text-transform: uppercase; }
.hh26-ticket-card .hh26-kids { margin-top: 5px; color: #d6b9d9; font-family: var(--hh-body); font-size: .9rem; }

.hh26-notice { display: grid; grid-template-columns: auto 1fr; gap: 20px; margin-top: 22px; padding: 24px 28px; align-items: center; }
.hh26-notice-icon { display: grid; width: 56px; aspect-ratio: 1; place-items: center; border: 1px solid rgba(174,202,66,.45); border-radius: 50%; color: var(--hh-green-bright); font-family: var(--hh-display); font-size: 1.8rem; box-shadow: 0 0 20px rgba(151,184,48,.15); }
.hh26-notice h3 { margin: 0 0 4px; color: #e9dce8; font-family: "Cinzel Decorative", Georgia, serif; font-size: 1rem; }
.hh26-notice p { margin: 0; color: rgba(255,255,255,.6); font-size: .88rem; }

.hh26-location { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: clamp(30px, 7vw, 84px); align-items: center; }
.hh26-address-card { position: relative; min-height: 430px; padding: clamp(32px, 6vw, 64px); border: 1px solid rgba(192,94,209,.3); border-radius: 28px; overflow: hidden; background: linear-gradient(135deg, rgba(8,4,11,.92), rgba(41,13,49,.67)), var(--hh-hero-image) center / cover; box-shadow: 0 30px 78px rgba(0,0,0,.52); }
.hh26-address-card:before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 75% 24%, rgba(167,199,55,.16), transparent 25rem), linear-gradient(0deg, rgba(2,2,4,.92), transparent 70%); }
.hh26-address-content { position: relative; z-index: 1; max-width: 530px; }
.hh26-address-content h2 { margin: 0 0 20px; color: #eadde5; font-family: var(--hh-display); font-size: clamp(3rem, 7vw, 6rem); font-weight: 400; line-height: .82; }
.hh26-address-content address { margin-bottom: 24px; color: rgba(255,255,255,.78); font-size: 1.05rem; font-style: normal; }
.hh26-address-content address strong { display: block; color: var(--hh-green-bright); font-family: "Cinzel Decorative", Georgia, serif; font-size: 1.1rem; }
.hh26-location-copy h2 { margin: 0 0 18px; color: #eadde5; font-family: var(--hh-display); font-size: clamp(2.5rem, 5vw, 4.8rem); font-weight: 400; line-height: .86; }
.hh26-location-copy p { color: rgba(255,255,255,.66); }
.hh26-location-copy ul { margin: 24px 0 0; padding: 0; list-style: none; }
.hh26-location-copy li { position: relative; padding: 11px 0 11px 25px; border-top: 1px solid rgba(255,255,255,.07); color: rgba(255,255,255,.65); }
.hh26-location-copy li:before { content: "✦"; position: absolute; left: 0; color: var(--hh-purple-bright); }

.hh26-warning-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-top: 42px; }
.hh26-warning { padding: 26px 22px; }
.hh26-warning span { color: var(--hh-purple-bright); font-family: var(--hh-display); font-size: 2rem; }
.hh26-warning h3 { margin: 12px 0 8px; color: #e8dce5; font-family: "Cinzel Decorative", Georgia, serif; font-size: .92rem; }
.hh26-warning p { margin: 0; color: rgba(255,255,255,.53); font-size: .82rem; line-height: 1.55; }

.hh26-faq { width: min(900px, 100%); margin: 42px auto 0; }
.hh26-faq details { border-top: 1px solid rgba(255,255,255,.12); }
.hh26-faq details:last-child { border-bottom: 1px solid rgba(255,255,255,.12); }
.hh26-faq summary { position: relative; padding: 22px 50px 22px 0; color: #e7dce4; font-family: "Cinzel Decorative", Georgia, serif; font-size: .94rem; cursor: pointer; list-style: none; }
.hh26-faq summary::-webkit-details-marker { display: none; }
.hh26-faq summary:after { content: "+"; position: absolute; top: 50%; right: 4px; color: var(--hh-green-bright); font-family: var(--hh-body); font-size: 1.5rem; transform: translateY(-50%); }
.hh26-faq details[open] summary:after { content: "−"; }
.hh26-faq p { max-width: 760px; margin: -4px 0 22px; color: rgba(255,255,255,.58); font-size: .9rem; }

.hh26-final { padding: clamp(90px, 13vw, 170px) 0; text-align: center; background: radial-gradient(circle at 50% 38%, rgba(113,39,128,.28), transparent 33rem), #050207; }
.hh26-final h2 { max-width: 880px; margin: 0 auto; color: #ebdfd8; font-family: var(--hh-display); font-size: clamp(3.5rem, 9vw, 8rem); font-weight: 400; line-height: .76; text-shadow: 0 5px 0 #4e1647, 0 0 36px rgba(176,77,194,.36); }
.hh26-final p { max-width: 650px; margin: 25px auto 30px; color: rgba(255,255,255,.65); }

.hh26-footer { padding: 42px 0 26px; border-top: 1px solid rgba(186,91,204,.22); background: #020103; }
.hh26-footer-main { display: grid; grid-template-columns: 1fr auto; gap: 30px; align-items: center; }
.hh26-footer-brand strong { display: block; color: #e7dbe3; font-family: var(--hh-display); font-size: 1.8rem; font-weight: 400; }
.hh26-footer-brand span { color: rgba(255,255,255,.42); font-size: .64rem; letter-spacing: .13em; text-transform: uppercase; }
.hh26-footer-links { display: flex; gap: 24px; flex-wrap: wrap; justify-content: flex-end; }
.hh26-footer-links a { color: rgba(255,255,255,.55); font-size: .65rem; letter-spacing: .1em; text-decoration: none; text-transform: uppercase; }
.hh26-footer-links a:hover { color: var(--hh-purple-bright); }
.hh26-footer-bottom { display: flex; gap: 20px; margin-top: 28px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.07); justify-content: space-between; color: rgba(255,255,255,.3); font-size: .62rem; letter-spacing: .08em; text-transform: uppercase; }

[data-hh-reveal] { opacity: 0; transform: translateY(26px); transition: opacity .75s ease, transform .75s cubic-bezier(.2,.75,.2,1); }
[data-hh-reveal].is-visible { opacity: 1; transform: none; }

body.hh26-site :focus-visible { outline: 2px solid #d98be8; outline-offset: 4px; }

@keyframes hh26Turn { to { transform: rotate(360deg); } }
@keyframes hh26LoaderFailsafe { to { opacity: 0; visibility: hidden; pointer-events: none; } }
@keyframes hh26HeroBreathe { from { transform: scale(1.04); } to { transform: scale(1.1) translate3d(-.8%,-1%,0); } }
@keyframes hh26Fog { from { opacity: .12; transform: translateX(-8%) scaleX(.92); } to { opacity: .3; transform: translateX(8%) scaleX(1.08); } }
@keyframes hh26BatFlight { from { left: -12%; } to { left: 112%; } }
@keyframes hh26Flap { from { transform: rotate(8deg) scaleY(.72); } to { transform: rotate(-14deg) scaleY(1.08); } }
@keyframes hh26ScrollCue { 0%,100% { opacity: .25; transform: scaleY(.55); transform-origin: top; } 50% { opacity: 1; transform: scaleY(1); } }
@keyframes hh26Marquee { to { transform: translateX(-50%); } }

@media (max-width: 1049px) {
  .hh26-header-inner { grid-template-columns: 1fr auto; }
  .hh26-header-action { display: none; }
  .hh26-menu-toggle { display: block; }
  .hh26-nav { position: fixed; top: 80px; right: 12px; left: 12px; display: grid; gap: 0; padding: 18px; border: 1px solid rgba(194,97,211,.34); border-radius: 20px; background: rgba(5,3,7,.97); box-shadow: 0 24px 60px rgba(0,0,0,.7); opacity: 0; visibility: hidden; transform: translateY(-12px); transition: opacity .25s ease, visibility .25s step-end, transform .25s ease; }
  .hh26-nav.is-open { opacity: 1; visibility: visible; transform: none; }
  .hh26-nav a { padding: 15px 10px; border-bottom: 1px solid rgba(255,255,255,.08); }
  .hh26-nav a:last-child { border-bottom: 0; }
  .hh26-experience-grid,
  .hh26-location { grid-template-columns: 1fr; }
  .hh26-flyer-wrap { width: min(540px, 100%); margin: 20px auto 0; transform: none; }
  .hh26-night-grid { grid-template-columns: 1fr; }
  .hh26-warning-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 699px) {
  .hh26-shell { width: min(100% - 28px, 1200px); }
  .hh26-header-inner { min-height: 68px; }
  .hh26-nav { top: 72px; }
  .hh26-brand span { font-size: .48rem; }
  .hh26-brand strong { font-size: 1.02rem; }
  .hh26-hero { min-height: 940px; padding: 120px 0 76px; }
  .hh26-hero:after { background: linear-gradient(0deg, #030205 0%, rgba(3,2,5,.34) 70%, rgba(3,2,5,.48)), radial-gradient(circle at 50% 34%, transparent 10%, rgba(0,0,0,.46) 68%); }
  .hh26-presented { font-size: .57rem; line-height: 1.6; }
  .hh26-hero h1 { font-size: clamp(4rem, 21vw, 6.3rem); line-height: .68; }
  .hh26-tagline { font-size: .76rem; letter-spacing: .12em; line-height: 1.5; }
  .hh26-hero-meta { display: grid; }
  .hh26-hero-meta span { width: 100%; }
  .hh26-actions { display: grid; grid-template-columns: 1fr; justify-content: stretch; }
  .hh26-button { width: 100%; min-width: 0; }
  .hh26-countdown { gap: 5px; }
  .hh26-countdown div { padding: 10px 4px; }
  .hh26-feature-grid,
  .hh26-tickets,
  .hh26-warning-grid { grid-template-columns: 1fr; }
  .hh26-ticket-card.featured { transform: none; }
  .hh26-night-card dl div { grid-template-columns: 1fr; gap: 3px; }
  .hh26-notice { grid-template-columns: 1fr; text-align: center; }
  .hh26-notice-icon { margin-inline: auto; }
  .hh26-address-card { min-height: 470px; padding: 32px 26px; }
  .hh26-footer-main { grid-template-columns: 1fr; text-align: center; }
  .hh26-footer-links { justify-content: center; }
  .hh26-footer-bottom { flex-direction: column; align-items: center; text-align: center; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *:before, *:after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  [data-hh-reveal] { opacity: 1; transform: none; }
  .hh26-bats,
  .hh26-fog { display: none; }
  .hh26-loader { animation: hh26LoaderFailsafe .01s .1s forwards !important; }
}
