/* RIVA AFTER DARK — scoped event edition. */
.hw-card, .hw-page, .halloween-mode {
  --hw-black: #09090c;
  --hw-surface: #131218;
  --hw-line: #37303a;
  --hw-orange: #ff843f;
  --hw-purple: #c3a1f3;
  --hw-text: #faf3eb;
  --hw-muted: #c1b9c8;
}
.hw-card { position: relative; margin: 66px 0 42px; color: var(--hw-text); isolation: isolate; }
.hw-card-inner { display: grid; grid-template-columns: 1fr 1fr; background: var(--hw-black); border: 1px solid #554034; border-radius: 14px; overflow: hidden; box-shadow: 0 24px 58px #170d122e; }
.hw-card-art { position: relative; min-height: 440px; background: #0b090c; overflow: hidden; }
.hw-card-art > img { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; object-position: 77% center; }
.hw-card-art::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg,#09090c22 20%,#09090cdd); }
.hw-card-stamp { position: absolute; z-index: 1; bottom: 28px; right: 30px; left: 30px; display: flex; justify-content: space-between; align-items: end; direction: ltr; }
.hw-card-stamp strong { font: 900 clamp(2.6rem,5vw,4.1rem)/.98 Arial,sans-serif; letter-spacing: -.05em; }
.hw-card-stamp small { font: 700 .875rem/1.5 var(--display); color: var(--hw-orange); }
.hw-card-copy { padding: 45px 38px; align-self: center; }
.hw-label { display: inline-flex; align-items: center; gap: 12px; margin: 0 0 22px; color: var(--hw-orange); font-size: .875rem; font-weight: 700; letter-spacing: .06em; }
.hw-label::before { content: ""; width: 26px; height: 2px; background: currentColor; }
.hw-card h3 { font: 700 clamp(1.7rem,3vw,2.5rem)/1.5 var(--display); margin: 0 0 12px; }
.hw-card-copy > p:not(.hw-label) { color: var(--hw-muted); font-size: 1.0625rem; margin: 0 0 24px; }
.hw-card-facts { display: flex; flex-wrap: wrap; gap: 10px 20px; margin-bottom: 24px; color: #f5e9ff; font-size: .9375rem; }
.hw-card-price { display: flex; gap: 10px; align-items: baseline; margin-bottom: 24px; }
.hw-card-price strong { color: var(--hw-orange); font: 800 2rem/1.2 var(--display); direction: ltr; }
.hw-card-price span { color: var(--hw-muted); }
.hw-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; }
.hw-button { display: inline-flex; justify-content: center; align-items: center; gap: 16px; min-height: 52px; padding: 12px 24px; border: 1px solid var(--hw-orange); border-radius: 5px; background: var(--hw-orange); color: #190c08; font: 700 1rem/1.6 var(--body); cursor: pointer; transition: transform .2s, background .2s; }
.hw-button:hover { transform: translateY(-2px); background: #ffa469; }
.hw-button-outline { background: transparent; border-color: #756477; color: var(--hw-text); }
.hw-button-outline:hover { background: #27202e; }
.hw-text-link { font-size: 1rem; border-bottom: 1px solid #796579; padding: 8px 0; }
.hw-sticker { position: absolute; z-index: 4; pointer-events: none; width: 100px; height: 100px; background-image: url('/assets/halloween-stickers.webp'); background-size: 200% 200%; background-repeat: no-repeat; filter: drop-shadow(0 8px 9px #0006); animation: hw-float 5s ease-in-out infinite; }
.hw-sticker-pumpkin { background-position: left top; bottom: -27px; left: -24px; transform: rotate(-13deg); }
.hw-sticker-bat { background-position: right top; top: -46px; left: 27%; width: 128px; height: 128px; animation-delay: -.7s; }
.hw-sticker-ghost { background-position: left bottom; top: -33px; right: -20px; animation-delay: -2s; }
.hw-sticker-spider { background-position: right bottom; right: -22px; bottom: -34px; width: 78px; height: 78px; animation-delay: -3s; }
.hw-tape { position: absolute; z-index: 3; top: -11px; left: 23px; width: 104px; height: 27px; background: #e9d9b5aa; transform: rotate(-14deg); border-inline: 2px dashed #a59b89; backdrop-filter: blur(3px); }
@keyframes hw-float { 0%,100% { translate: 0 0; rotate: -4deg; } 50% { translate: 0 -9px; rotate: 5deg; } }
.hw-page { color: var(--hw-text); background: var(--hw-black); font-size: 1.0625rem; }
.hw-page::before { opacity: .02; }
.hw-page :focus-visible, .halloween-mode :focus-visible, .hw-card :focus-visible { outline-color: var(--hw-orange); }
.hw-header { height: 90px; position: absolute; inset: 0 0 auto; z-index: 10; border-bottom: 1px solid #ffffff24; }
.hw-header .wrap { display: flex; justify-content: space-between; align-items: center; height: 100%; gap: 20px; }
.hw-header .brand-mark { background: #171318; border-color: #796275; color: var(--hw-orange); }
.hw-header .brand-copy small { color: var(--hw-muted); font-size: .75rem; }
.hw-header nav { display: flex; gap: 28px; align-items: center; font-size: .9375rem; }
.hw-header nav a:hover { color: var(--hw-orange); }
.hw-hero { position: relative; min-height: 870px; isolation: isolate; padding: 150px 0 70px; overflow: hidden; }
.hw-hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; z-index: -3; }
.hw-hero::after { content: ""; position: absolute; inset: 0; z-index: -2; background: linear-gradient(90deg,#09090c24 12%,#09090cb0 85%),linear-gradient(0deg,#09090c 0%,transparent 40%,#09090c5c); }
.hw-hero-grid { display: grid; grid-template-columns: 1.45fr .65fr; gap: 55px; align-items: end; }
.hw-hero-copy { position: relative; }
.hw-hero-copy .hw-label { padding: 8px 13px; color: #ffb47f; background: #141017bd; border: 1px solid #ff843f4d; border-radius: 3px; font-size: .875rem; }
.hw-hero h1 { direction: ltr; text-align: right; font: 900 clamp(4.2rem,9.3vw,8.8rem)/.9 Arial, sans-serif; letter-spacing: -.065em; margin: 12px 0 25px; text-wrap: nowrap; }
.hw-hero h1 span { display: block; }
.hw-hero h1 .hw-title-riva { font-size: .43em; letter-spacing: .12em; margin-bottom: 10px; color: var(--hw-text); }
.hw-hero h1 .hw-title-dark { color: var(--hw-orange); text-shadow: 0 0 55px #ff612429; }
.hw-hero-subtitle { font: 700 .875rem/1.7 var(--display); letter-spacing: .12em; color: #ddd0e5; margin: 0 0 24px; direction: ltr; text-align: right; }
.hw-hero-lead { max-width: 590px; margin: 0 0 28px; font-size: 1.125rem; color: #e0d9e4; }
.hw-date { display: flex; flex-wrap: wrap; align-items: center; gap: 12px 22px; margin: 28px 0; font-size: 1rem; }
.hw-date strong { color: var(--hw-text); font-size: 1.2rem; letter-spacing: .06em; }
.hw-date span { color: #e4c7f8; }
.hw-pass { position: relative; padding: 30px; margin-bottom: 5px; background: #0b090edb; border: 1px solid #93705c; border-radius: 10px; box-shadow: 0 12px 80px #0008; backdrop-filter: blur(14px); }
.hw-pass::before { content: ""; display: block; position: absolute; inset: -1px 25% auto; height: 2px; background: var(--hw-orange); box-shadow: 0 0 20px #ff843f; }
.hw-pass-label { margin: 0; color: #d9baf5; font-size: .875rem; letter-spacing: .15em; direction: ltr; }
.hw-pass-price { margin: 12px 0 4px; display: flex; flex-wrap: wrap; gap: 8px; align-items: baseline; }
.hw-pass-price strong { font: 800 2.3rem/1.3 var(--display); color: var(--hw-orange); }
.hw-pass > p:not(.hw-pass-label):not(.hw-pass-price) { color: var(--hw-muted); font-size: .9375rem; margin: 5px 0 20px; }
.hw-pass dl { padding: 19px 0; margin: 20px 0; border-block: 1px dashed #615265; }
.hw-pass dl div { display: flex; justify-content: space-between; gap: 14px; font-size: .9375rem; padding: 5px 0; }
.hw-pass dt { color: var(--hw-muted); }
.hw-pass dd { margin: 0; text-align: left; }
.hw-pass .hw-button { width: 100%; }
.hw-pass small { display: block; margin-top: 13px; font-size: .8125rem; color: #bfb1c8; text-align: center; }
.hw-pass .hw-sticker { top: -50px; left: -20px; right: auto; bottom: auto; width: 104px; height: 104px; }
.hw-strip { display: flex; gap: 20px 35px; flex-wrap: wrap; justify-content: center; padding: 23px; border-block: 1px solid #4a2c37; background: #140e16; color: #e8d2f8; direction: ltr; font: 700 .875rem/1.7 var(--display); letter-spacing: .035em; }
.hw-strip span::before { content: "✦"; color: var(--hw-orange); margin-right: 14px; }
.hw-section { padding: 90px 0; }
.hw-section-heading { margin-bottom: 36px; }
.hw-section-heading h2 { font: 700 clamp(1.7rem,3.6vw,3rem)/1.55 var(--display); margin: 0 0 14px; }
.hw-section-heading h2 em { color: var(--hw-orange); font-style: normal; }
.hw-section-heading > p:last-child { max-width: 670px; color: var(--hw-muted); margin: 0; font-size: 1.125rem; }
.hw-chapters { display: grid; grid-template-columns: 280px minmax(0,1fr); gap: 55px; align-items: start; }
.hw-chapter-nav { position: sticky; top: 25px; }
.hw-chapter-nav p { font-size: .875rem; color: var(--hw-purple); margin: 0 0 18px; }
.hw-chapter-nav a { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 16px 0; border-bottom: 1px solid var(--hw-line); color: #ddd3e4; font-size: 1rem; }
.hw-chapter-nav a:hover { color: var(--hw-orange); }
.hw-chapter-nav a b { font: 700 .875rem var(--display); color: #b889d6; direction: ltr; }
.hw-chapter { padding: 0 0 46px; margin-bottom: 46px; border-bottom: 1px solid var(--hw-line); scroll-margin-top: 35px; }
.hw-day-label { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; color: var(--hw-orange); font-size: .9375rem; font-weight: 700; }
.hw-day-label span { padding: 3px 10px; color: #ece0fa; background: #291d34; border: 1px solid #493053; border-radius: 3px; direction: ltr; }
.hw-chapter h3 { font: 700 clamp(1.4rem,2.5vw,2rem)/1.5 var(--display); margin: 18px 0; }
.hw-chapter p { color: var(--hw-muted); margin: 14px 0; }
.hw-chapter h4 { margin: 26px 0 10px; font: 700 1.1rem/1.6 var(--display); color: #f4deff; }
.hw-list { padding-inline-start: 22px; margin: 10px 0 22px; color: #d1c7d7; }
.hw-list li { margin-block: 5px; padding-inline-start: 4px; }
.hw-list li::marker { color: var(--hw-orange); }
.hw-clue { border-inline-start: 3px solid var(--hw-orange); padding: 16px 22px; background: #21151a; border-radius: 4px; color: #ffe1c9 !important; }
.hw-teams { display: grid; grid-template-columns: repeat(4,1fr); gap: 9px; margin: 25px 0; direction: ltr; }
.hw-team { display: grid; place-items: center; gap: 5px; padding: 16px 6px; background: #191320; border: 1px solid #443149; border-radius: 7px; }
.hw-team span { font-size: 1.75rem; }
.hw-team strong { font: 700 .75rem/1.4 var(--display); letter-spacing: .03em; }
.hw-team:nth-child(2) { border-color: #7f7654; background: #201d14; }.hw-team:nth-child(3) { border-color: #617886; background: #151e24; }.hw-team:nth-child(4) { border-color: #96532c; background: #25170f; }
.hw-night { position: relative; padding: 88px 0; background: radial-gradient(ellipse at 85% 20%,#55213342,transparent 50%),radial-gradient(ellipse at 0% 65%,#5e228638,transparent 55%),#0e0b12; border-block: 1px solid #382431; }
.hw-night-heading { text-align: center; max-width: 730px; margin: 0 auto 45px; }
.hw-night-heading h2 { direction: ltr; font: 900 clamp(2.4rem,6.5vw,5.4rem)/1 Arial,sans-serif; margin: 16px 0; letter-spacing: -.045em; }
.hw-night-heading h2 span { color: var(--hw-orange); }
.hw-night-heading > p { color: #c9bbd4; }
.hw-night-time { color: var(--hw-orange) !important; font: 700 .9375rem var(--display); letter-spacing: .05em; }
.hw-timeline { max-width: 880px; margin: auto; position: relative; }
.hw-event { display: grid; grid-template-columns: 120px 1fr; gap: 28px; padding: 28px 0; position: relative; }
.hw-event + .hw-event { border-top: 1px solid #362938; }
.hw-event-time { direction: ltr; color: var(--hw-orange); font: 700 1.1rem/1.6 var(--display); padding-top: 3px; }
.hw-event h3 { font: 700 1.3rem/1.5 var(--display); margin: 0 0 9px; }
.hw-event p { margin: 0; color: #c9bdd3; }
.hw-event .hw-list { margin-bottom: 0; }
.hw-event.featured { margin-block: 18px; padding: 30px; border: 1px solid #85507d; border-radius: 8px; background: linear-gradient(120deg,#2d1731,#241512); box-shadow: 0 0 45px #88309519; }
.hw-event.featured h3 { color: #ffd9c1; }
.hw-sound { display: flex; align-items: center; justify-content: center; gap: 4px; height: 36px; margin: 18px 0 0; }
.hw-sound i { display: block; width: 4px; height: 23px; background: #e19cff; transform: scaleY(.4); animation: hw-eq 1.2s ease-in-out infinite alternate; }
.hw-sound i:nth-child(2n) { height: 34px; animation-delay: -.4s; }.hw-sound i:nth-child(3n) { height: 15px; animation-delay: -.8s; }
@keyframes hw-eq { to { transform: scaleY(1); background: #ff9e5d; } }
.hw-morning { max-width: 880px; margin: auto; }
.hw-inclusions { background: #141117; border-block: 1px solid #362b3a; }
.hw-included-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 0 30px; list-style: none; padding: 0; margin: 0; }
.hw-included-grid li { padding: 17px 0; border-bottom: 1px solid #372b3c; color: #ddd2e6; font-size: 1.0625rem; }
.hw-included-grid li::before { content: "✓"; margin-inline-end: 12px; color: var(--hw-orange); }
.hw-finale { text-align: center; position: relative; max-width: 800px; margin: auto; }
.hw-finale h2 { font: 700 clamp(1.8rem,4vw,3.2rem)/1.6 var(--display); margin: 0 0 18px; }
.hw-finale h2 em { font-style: normal; color: var(--hw-orange); }
.hw-finale > p { color: var(--hw-muted); margin: 0 auto 26px; max-width: 570px; }
.hw-final-price { display: block; font: 800 1.75rem var(--display); margin: 0 0 25px; color: #fff0e6; }
.hw-finale .hw-actions { justify-content: center; }
.hw-finale small { display: block; font-size: .875rem; color: #b7aabd; margin: 22px 0 0; }
.hw-footer { border-top: 1px solid #3c2e41; padding: 32px 0 100px; background: #08070a; color: #c2b4cb; }
.hw-footer .wrap { display: flex; justify-content: space-between; gap: 20px; flex-wrap: wrap; font-size: .9375rem; }
.hw-footer nav { display: flex; gap: 18px; flex-wrap: wrap; }
.hw-sticky-book { display: none; }
.halloween-mode, .halloween-mode body { background: #09090c; color: #faf3eb; color-scheme: dark; }
.halloween-mode .booking-page { background: radial-gradient(ellipse at 15% 25%,#59266b26,transparent 48%),#09090c; }
.halloween-mode .trip-alert { background: #160e1b; }.halloween-mode .live-dot { background: #ff843f; box-shadow: 0 0 0 5px #ff843f25; }
.halloween-mode body[data-page] .site-header { background: #100d14f2; color: #f7eefc; border-bottom-color: #433149; }
.halloween-mode .brand-mark { background: #271831; color: #ff843f; border-color: #805192; }
.halloween-mode .brand-copy small, .halloween-mode .kicker, .halloween-mode .detail-breadcrumb, .halloween-mode .booking-intro h1 em { color: #ffac73; }
.halloween-mode .booking-intro h1 { color: #faf3eb; }
.halloween-mode .booking-intro > p, .halloween-mode .privacy-hint { color: #c5b8ce; }
.halloween-mode .selected-trip { background: #211628; border-color: #664474; color: #eee4f5; }
.halloween-mode .selected-trip small, .halloween-mode .selected-trip span { color: #cabbcf; }
.halloween-mode .selected-trip strong, .halloween-mode .selected-trip a { color: #ffab71; }
.halloween-mode .booking-form-card { background: #151019; border-color: #493250; box-shadow: 0 25px 100px #79369518; }
.halloween-mode .field > span, .halloween-mode .choice-field legend, .halloween-mode .choice-field label { color: #eadfee; }
.halloween-mode .field input:not([type='radio']), .halloween-mode .field select, .halloween-mode .field textarea { background: #09090c; border-color: #66516e; color: #faf3eb; }
.halloween-mode .field input::placeholder, .halloween-mode .field textarea::placeholder { color: #a695ad; }
.halloween-mode input[type='radio'] { accent-color: #ff843f; }
.halloween-mode .button { background: #ff843f; border-color: #ff843f; color: #160c07; border-radius: 5px; }
.halloween-mode .button-outline { background: transparent; color: #fff0e8; }
.halloween-mode .site-footer, .halloween-mode .footer-bottom { background: #09090c; color: #c4b3cc; border-color: #433149; }
.halloween-mode .ticket-success h2, .halloween-mode .ticket-actions > a { color: #f8efff; }
.halloween-mode .ticket-success p { color: #cebdd8; }
.halloween-mode .riva-ticket { background: #17121d; border-color: #5a3c66; color: #f5e8ff; }
.halloween-mode .ticket-head, .halloween-mode .ticket-route { background: #26152f; color: #ffe7d8; }
.halloween-mode .ticket-route h3, .halloween-mode .ticket-pnr strong { color: #ffac75; }
.halloween-mode .ticket-route p, .halloween-mode .ticket-route small, .halloween-mode .ticket-pnr span { color: #cabbcf; }
.halloween-mode .choice-field { border-color: #594361; }
.halloween-mode .submit-booking b { color: #39140b; }
.halloween-mode .ticket-pnr { background: #38203b; color: #ffac75; border-color: #80528a; }
.halloween-mode .ticket-details strong, .halloween-mode .ticket-payment strong { color: #f6eafa; }
.halloween-mode .ticket-details small, .halloween-mode .ticket-payment small, .halloween-mode .ticket-foot { color: #ccbad4; }
.halloween-mode .ticket-payment, .halloween-mode .ticket-foot { background: #140e19; border-color: #4b3155; }
.halloween-mode .form-status.error { background: #371720; color: #ffc6c9; }.halloween-mode .form-status.success { background: #16291e; color: #c2f3d2; }
@media (max-width: 960px) {
  .hw-hero { min-height: auto; padding-top: 140px; }.hw-hero-grid { gap: 28px; grid-template-columns: 1.2fr .8fr; }.hw-hero h1 { font-size: clamp(4.2rem,10vw,6.5rem); }.hw-pass { padding: 25px 20px; }
  .hw-chapters { grid-template-columns: 200px minmax(0,1fr); gap: 32px; }.hw-card-copy { padding: 32px 26px; }
}
@media (max-width: 700px) {
  .hw-card { margin-top: 50px; }.hw-card-inner { grid-template-columns: 1fr; }.hw-card-art { min-height: 285px; }.hw-card-copy { padding: 27px 24px 36px; }.hw-card-stamp strong { font-size: 3rem; }.hw-card h3 { font-size: 1.7rem; }
  .hw-sticker { width: 76px; height: 76px; }.hw-sticker-bat { width: 100px; height: 100px; top: -35px; left: 24%; }.hw-sticker-ghost { right: -12px; top: -29px; }.hw-sticker-pumpkin { left: -13px; bottom: -28px; }.hw-sticker-spider { right: -12px; bottom: -25px; width: 65px; height: 65px; }
  .hw-header { height: 77px; }.hw-header nav { gap: 16px; }.hw-header nav a:first-child { display: none; }.hw-header .brand-copy strong { font-size: .8rem; }.hw-header .brand-mark { width: 36px; }
  .hw-hero { padding: 125px 0 50px; }.hw-hero-grid { grid-template-columns: 1fr; gap: 58px; }.hw-hero-image { height: 600px; object-position: 73% center; }.hw-hero::after { background: linear-gradient(0deg,#09090c 35%,#09090c11 80%,#09090c66),linear-gradient(90deg,#09090c22,#09090c88); }
  .hw-hero h1 { font-size: clamp(4.5rem,20vw,7.8rem); }.hw-hero-subtitle { font-size: .75rem; letter-spacing: .06em; }.hw-hero-lead { font-size: 1.0625rem; }.hw-date { gap: 8px 16px; }.hw-date strong { font-size: 1.0625rem; }
  .hw-pass { margin-inline: 0; padding: 26px; }.hw-pass .hw-sticker { left: 0; }.hw-pass dl { margin-block: 16px; }.hw-pass-price strong { font-size: 2.3rem; }
  .hw-strip { gap: 8px 17px; padding: 20px 16px; font-size: .75rem; }.hw-strip span::before { margin-right: 9px; }
  .hw-section, .hw-night { padding: 60px 0; }.hw-chapters { display: block; }.hw-chapter-nav { position: static; display: grid; grid-template-columns: 1fr 1fr; column-gap: 22px; margin-bottom: 42px; }.hw-chapter-nav p { grid-column: 1 / -1; margin-bottom: 0; }.hw-chapter-nav a { padding: 13px 0; font-size: .9375rem; }.hw-chapter-nav a b { font-size: .8125rem; }
  .hw-chapter { margin-bottom: 32px; padding-bottom: 32px; }.hw-teams { gap: 6px; }.hw-team { padding: 12px 3px; }.hw-team strong { font-size: .75rem; letter-spacing: -.02em; }
  .hw-event { grid-template-columns: 1fr; gap: 8px; padding: 25px 0; }.hw-event-time { font-size: .9375rem; text-align: right; }.hw-event.featured { padding: 22px; }.hw-sound { justify-content: flex-end; height: 24px; margin-top: 6px; }.hw-event h3 { font-size: 1.125rem; }.hw-night-heading h2 { font-size: clamp(2.4rem,11vw,4rem); }
  .hw-included-grid { grid-template-columns: 1fr 1fr; gap: 0 18px; }.hw-included-grid li { font-size: 1rem; }.hw-included-grid li::before { margin-inline-end: 8px; }
  .hw-sticky-book { display: flex; position: fixed; inset: auto 0 0; z-index: 50; padding: 12px 22px calc(12px + env(safe-area-inset-bottom)); background: #100c15f2; backdrop-filter: blur(15px); border-top: 1px solid #65424c; justify-content: space-between; align-items: center; gap: 15px; box-shadow: 0 -12px 50px #0006; }
  .hw-sticky-book > span { display: grid; }.hw-sticky-book small { font-size: .75rem; color: #c6b4d0; }.hw-sticky-book strong { font: 700 1rem var(--display); }.hw-sticky-book .hw-button { min-height: 46px; padding: 9px 18px; }
  .hw-finale .hw-button { width: 100%; }.hw-footer { padding-bottom: 115px; }.hw-page .wrap { width: min(1180px,calc(100% - 40px)); }
}
@media (prefers-reduced-motion: reduce) {
  .hw-sticker, .hw-sound i { animation: none; }.hw-button { transition: none; }.hw-page { scroll-behavior: auto; }
}
