/* =========================================================
   ICEMAN FESTIVAL — page & component specific styles
   ========================================================= */

/* ---------- CINEMATIC HERO (v3) ---------- */
.hero-x { position: relative; min-height: 100vh; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; overflow: hidden; padding: 120px 20px 90px; perspective: 1400px; }
.hero-x-bg { position: absolute; inset: -10% -6% 0 -6%; z-index: 0; will-change: transform; transition: transform .25s ease-out; }
.hero-x-bg img { width: 100%; height: 118%; object-fit: cover; opacity: .9; transform: scale(1.08); animation: heroZoom 20s ease-in-out infinite alternate; }
@keyframes heroZoom { to { transform: scale(1.18); } }
.hero-x-fade { position: absolute; inset: 0; z-index: 1; background:
  radial-gradient(58% 58% at 50% 42%, transparent 0%, rgba(3,16,28,.3) 68%, rgba(3,16,28,.92) 100%),
  linear-gradient(180deg, rgba(3,16,28,.55) 0%, transparent 28%, rgba(3,16,28,.97) 100%);
  mix-blend-mode: multiply; }
/* light beams sweeping the hero */
.hero-x-beams { position: absolute; inset: 0; z-index: 1; pointer-events: none; overflow: hidden; opacity: .5; }
.hero-x-beams::before, .hero-x-beams::after { content: ""; position: absolute; top: -40%; left: 30%; width: 60%; height: 180%;
  background: linear-gradient(90deg, transparent, rgba(143,227,255,.18), transparent); transform: rotate(18deg); animation: beamsweep 7s ease-in-out infinite; }
.hero-x-beams::after { left: -10%; animation-delay: 3.5s; animation-duration: 9s; }
@keyframes beamsweep { 0%,100% { transform: translateX(-30%) rotate(18deg); opacity: 0; } 50% { transform: translateX(40%) rotate(18deg); opacity: 1; } }
.hero-shards { position: absolute; inset: 0; z-index: 2; pointer-events: none; }
.hero-x-content { position: relative; z-index: 4; max-width: 1040px; transform-style: preserve-3d; will-change: transform; }
.hero-x-content .kicker { transform: translateZ(40px); }
.title-x { position: relative; font-family: var(--font-display); font-weight: 400; text-transform: uppercase;
  font-size: clamp(4.5rem, 22vw, 18rem); line-height: .78; letter-spacing: 4px; margin: 10px 0 6px; transform: translateZ(80px); cursor: none; }
.title-x span { display: inline-block; background: linear-gradient(180deg, #ffffff 0%, #d4f0ff 34%, #6cc2f5 70%, #2c86c4 100%);
  -webkit-background-clip: text; background-clip: text; color: transparent;
  filter: drop-shadow(0 0 48px rgba(70,180,255,.65)) drop-shadow(0 12px 34px rgba(3,16,28,.65)); position: relative; z-index: 3; }
/* shimmering ice sweep across the title */
.title-x .shine-sweep { position: absolute; inset: 0; z-index: 4; background: linear-gradient(110deg, transparent 35%, rgba(255,255,255,.85) 50%, transparent 65%);
  -webkit-background-clip: text; background-clip: text; color: transparent; -webkit-text-fill-color: transparent;
  background-size: 280% 100%; background-position: 200% 0; animation: titleShine 5s ease-in-out infinite; pointer-events: none;
  font: inherit; text-transform: inherit; }
@keyframes titleShine { 0%,100% { background-position: 200% 0; } 55% { background-position: -120% 0; } }
/* chromatic aberration echoes (offset by JS via custom props) */
.title-x::before, .title-x::after { content: attr(data-text); position: absolute; inset: 0; z-index: 1; text-transform: uppercase; color: transparent; }
.title-x::before { -webkit-text-stroke: 1px rgba(255,90,168,.45); transform: translate(var(--ca, 0px), 0); mix-blend-mode: screen; }
.title-x::after { -webkit-text-stroke: 1px rgba(70,200,255,.5); transform: translate(calc(var(--ca, 0px) * -1), 0); mix-blend-mode: screen; }
.hero-date { display: inline-flex; align-items: center; gap: 14px; margin-top: 8px; font-family: var(--font-display); letter-spacing: 6px;
  font-size: clamp(.9rem, 2vw, 1.4rem); color: var(--ice-cyan); text-shadow: 0 0 20px rgba(70,180,255,.6); transform: translateZ(60px); }
.hero-date b { width: 8px; height: 8px; border-radius: 50%; background: var(--ice-bright); box-shadow: 0 0 14px var(--glow); }
.hero-x-sub { color: #dceefc; font-size: clamp(1rem, 1.6vw, 1.25rem); max-width: 56ch; margin: 18px auto 0; line-height: 1.7; transform: translateZ(40px); text-shadow: 0 2px 18px rgba(3,16,28,.7); }
.hero-x .count-wrap { justify-content: center; margin-top: 34px; transform: translateZ(50px); }
.hero-x .cta-row { justify-content: center; margin-top: 28px; transform: translateZ(70px); }
.scroll-cue { position: absolute; bottom: 26px; left: 50%; transform: translateX(-50%); z-index: 4; font-size: .68rem; letter-spacing: 3px; text-transform: uppercase; color: var(--frost); opacity: .8; display: flex; flex-direction: column; align-items: center; gap: 10px; }
.scroll-cue span { width: 22px; height: 36px; border: 1.5px solid rgba(143,227,255,.5); border-radius: 99px; position: relative; }
.scroll-cue span::before { content: ""; position: absolute; top: 7px; left: 50%; width: 4px; height: 7px; background: var(--ice-cyan); border-radius: 99px; transform: translateX(-50%); animation: scrolldot 1.6s infinite; }
@keyframes scrolldot { 0% { opacity: 1; top: 7px; } 100% { opacity: 0; top: 20px; } }

/* ---------- HERO (Home) ---------- */
.hero { min-height: 100vh; display: flex; align-items: center; padding-top: 120px; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 30px; align-items: center; width: 100%; }
.hero .kicker { display: flex; gap: 14px; flex-wrap: wrap; align-items: center; font-size: .74rem; letter-spacing: 4px; text-transform: uppercase; color: var(--ice-cyan); margin-bottom: 22px; }
.hero .kicker .dot { width: 7px; height: 7px; border-radius: 50%; background: var(--ice-bright); box-shadow: 0 0 12px var(--glow); animation: pulse 1.6s infinite; }
@keyframes pulse { 0%,100% { opacity: 1; } 50% { opacity: .3; } }

/* Melting title */
.melt-title { font-family: var(--font-display); font-weight: 400; line-height: .82; text-transform: uppercase;
  font-size: clamp(4.5rem, 17vw, 13rem); letter-spacing: 2px; position: relative; }
.melt-title .ml {
  display: inline-block; position: relative;
  background: linear-gradient(180deg, #ffffff 0%, #c7ecff 35%, #4ea7e6 78%, #2c86c4 100%);
  -webkit-background-clip: text; background-clip: text; color: transparent;
  filter: drop-shadow(0 8px 18px rgba(10,40,70,.5));
}
/* dripping icicles under the title using ::after gooey blobs */
.melt-wrap { filter: url(#goo); display: inline-block; }
.drop {
  position: absolute; top: 86%; width: 14px; border-radius: 0 0 50% 50%;
  background: linear-gradient(180deg, #79c4ee, #2c86c4);
  animation: drip 3.6s var(--ease) infinite;
}
@keyframes drip {
  0% { height: 0; opacity: 0; } 25% { opacity: 1; } 70% { height: 70px; opacity: 1; }
  100% { height: 120px; opacity: 0; transform: translateY(40px); }
}
.hero p.lead { margin-top: 26px; }
.hero .cta-row { margin-top: 38px; }

.hero-poster { position: relative; }
.hero-poster .frame { position: relative; border-radius: 26px; overflow: hidden; border: 1px solid rgba(143,227,255,.25);
  box-shadow: 0 40px 90px rgba(3,16,28,.6); transform: rotate(1.5deg); }
.hero-poster .frame img { width: 100%; display: block; }
.hero-poster .float-badge { position: absolute; bottom: -22px; left: -22px; padding: 16px 22px; border-radius: 16px;
  background: linear-gradient(135deg, var(--ice-bright), #2c86c4); color: #04121f; font-family: var(--font-display); font-size: 1.5rem;
  box-shadow: 0 16px 40px rgba(70,180,255,.45); transform: rotate(-4deg); }
.hero-poster .float-badge small { display: block; font-family: var(--font-body); font-size: .62rem; letter-spacing: 2px; font-weight: 700; }
@media (max-width: 920px) { .hero-grid { grid-template-columns: 1fr; } .hero-poster { order: -1; max-width: 420px; margin-inline: auto; } }

/* ---------- Full-bleed showcase (anamorphic) ---------- */
.showcase { position: relative; min-height: 92vh; display: grid; place-items: center; text-align: center; overflow: hidden; padding: 100px 20px; }
.showcase-bg { position: absolute; inset: -10% 0 0 0; height: 120%; background-size: cover; background-position: center; will-change: transform; }
.showcase-scrim { position: absolute; inset: 0; background: radial-gradient(70% 70% at 50% 50%, rgba(3,16,28,.2), rgba(3,16,28,.82)); }
.showcase-content { position: relative; z-index: 2; max-width: 880px; }

/* ---------- Countdown ---------- */
.count-wrap { display: flex; gap: 14px; flex-wrap: wrap; }
.count-box { min-width: 92px; text-align: center; padding: 18px 10px; border-radius: 14px; position: relative; overflow: hidden; }
.count-box b { font-family: var(--font-display); font-size: clamp(2rem, 4vw, 3.2rem); display: block; line-height: 1;
  background: linear-gradient(180deg, #fff, #8fe3ff); -webkit-background-clip: text; background-clip: text; color: transparent; }
.count-box span { font-size: .66rem; letter-spacing: 3px; text-transform: uppercase; color: var(--frost); opacity: .75; }
.count-box::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 1px; background: linear-gradient(90deg, transparent, var(--ice-bright), transparent); }

/* ---------- Stats strip ---------- */
.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.stat { text-align: center; padding: 26px 14px; }
.stat b { font-family: var(--font-display); font-size: clamp(2rem, 4vw, 3rem); display: block;
  background: linear-gradient(180deg, #fff, #46b4ff); -webkit-background-clip: text; background-clip: text; color: transparent; }
.stat span { font-size: .74rem; letter-spacing: 2px; text-transform: uppercase; color: var(--frost); opacity: .8; }
@media (max-width: 680px) { .stats { grid-template-columns: repeat(2, 1fr); } }

/* ---------- Before / After melt slider (illusion) — premium ---------- */
.ba-shell { position: relative; width: min(1100px, 100%); margin: 0 auto; padding: 14px; border-radius: 30px;
  background: linear-gradient(160deg, rgba(143,227,255,.14), rgba(12,46,78,.18)); border: 1px solid rgba(143,227,255,.2);
  box-shadow: 0 40px 120px rgba(3,16,28,.6); backdrop-filter: blur(6px); }
.ba { position: relative; width: 100%; aspect-ratio: 16/10; max-height: 72vh; border-radius: 20px; overflow: hidden;
  user-select: none; cursor: ew-resize; touch-action: none; }
.ba img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; pointer-events: none; -webkit-user-drag: none; }
.ba .after { clip-path: inset(0 0 0 50%); }
/* icy tint + sparkle on the frozen (after) side */
.ba .after-fx { position: absolute; inset: 0; clip-path: inset(0 0 0 50%); pointer-events: none;
  background: linear-gradient(180deg, rgba(70,180,255,.12), rgba(143,227,255,.05)); mix-blend-mode: screen; }
.ba .edge-frost { position: absolute; inset: 0; pointer-events: none; border-radius: 20px;
  box-shadow: inset 0 0 60px rgba(143,227,255,.25), inset 0 0 140px rgba(3,16,28,.4); }
/* divider */
.ba .handle { position: absolute; top: 0; bottom: 0; left: 50%; width: 2px; transform: translateX(-50%);
  background: linear-gradient(180deg, rgba(255,255,255,.95), var(--ice-bright)); box-shadow: 0 0 24px var(--glow), 0 0 60px rgba(70,180,255,.5); }
.ba .handle::before { content: ""; position: absolute; top: 0; left: 50%; transform: translateX(-50%); width: 22px; height: 100%;
  background: linear-gradient(90deg, transparent, rgba(143,227,255,.18), transparent); }
/* hanging icicles along the divider */
.ba .handle::after { content: ""; position: absolute; top: 0; left: -7px; width: 16px; height: 100%; pointer-events: none;
  background-image: repeating-linear-gradient(180deg, rgba(207,237,251,.7) 0 2px, transparent 2px 4px),
    radial-gradient(6px 18px at 8px 14px, rgba(207,237,251,.55), transparent 70%);
  background-size: 100% 26px, 16px 40px; opacity: .5; }
.ba .knob { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 64px; height: 64px; border-radius: 50%;
  background: radial-gradient(circle at 35% 30%, #14466e, #06243c); border: 2px solid var(--ice-bright);
  display: grid; place-items: center; color: var(--ice-cyan); font-size: 1.3rem; backdrop-filter: blur(6px);
  box-shadow: 0 10px 30px rgba(3,16,28,.6), 0 0 30px rgba(70,180,255,.45); transition: transform .25s var(--ease); }
.ba:hover .knob { transform: translate(-50%, -50%) scale(1.08); }
.ba .knob::before { content: ""; position: absolute; inset: -10px; border-radius: 50%; border: 1.5px solid rgba(70,180,255,.4); animation: knobpulse 2s infinite; }
@keyframes knobpulse { 0% { transform: scale(.85); opacity: .9; } 100% { transform: scale(1.35); opacity: 0; } }
.ba .tag { position: absolute; bottom: 18px; display: inline-flex; align-items: center; gap: 8px; padding: 9px 16px; border-radius: 99px;
  font-size: .72rem; letter-spacing: 2px; text-transform: uppercase; font-weight: 700; background: rgba(6,24,38,.72);
  border: 1px solid rgba(143,227,255,.3); backdrop-filter: blur(8px); box-shadow: 0 8px 24px rgba(3,16,28,.5); }
.ba .tag.l { left: 18px; color: #ffd9a8; }
.ba .tag.r { right: 18px; color: var(--ice-cyan); }
.ba .pct { position: absolute; top: 18px; left: 50%; transform: translateX(-50%); padding: 7px 14px; border-radius: 99px;
  font-family: var(--font-display); font-size: .95rem; letter-spacing: 1px; background: rgba(6,24,38,.72); border: 1px solid rgba(143,227,255,.3);
  color: #fff; backdrop-filter: blur(8px); box-shadow: 0 8px 24px rgba(3,16,28,.5); }
.ba .ba-hint { position: absolute; top: 50%; left: 50%; transform: translate(-50%, calc(-50% + 54px)); z-index: 4;
  font-size: .66rem; letter-spacing: 3px; text-transform: uppercase; color: #fff; background: rgba(70,180,255,.9); color: #04121f;
  padding: 6px 12px; border-radius: 99px; font-weight: 800; white-space: nowrap; transition: opacity .4s; animation: hintpulse 2s infinite; }
.ba.touched .ba-hint { opacity: 0; }

/* ---------- Feature cards ---------- */
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.feature { padding: 30px; border-radius: var(--radius); position: relative; overflow: hidden; transition: transform .4s var(--ease), border-color .4s; }
.feature:hover { transform: translateY(-8px); border-color: rgba(143,227,255,.5); }
.feature .ico { width: 56px; height: 56px; border-radius: 14px; display: grid; place-items: center; font-size: 1.6rem;
  background: linear-gradient(135deg, rgba(70,180,255,.25), rgba(12,46,78,.4)); border: 1px solid rgba(143,227,255,.3); margin-bottom: 18px; }
.feature h3 { font-size: 1.25rem; margin-bottom: 10px; }
.feature p { color: var(--frost); opacity: .85; line-height: 1.6; font-size: .95rem; }
.feature .glowline { position: absolute; left: 0; top: 0; height: 100%; width: 3px; background: linear-gradient(180deg, var(--ice-bright), transparent); transform: scaleY(0); transform-origin: top; transition: transform .5s var(--ease); }
.feature:hover .glowline { transform: scaleY(1); }
.feature .fnum { position: absolute; top: 18px; right: 22px; font-family: var(--font-display); font-size: 2.6rem; line-height: 1;
  color: transparent; -webkit-text-stroke: 1px rgba(143,227,255,.28); transition: -webkit-text-stroke .4s, color .4s; pointer-events: none; }
.feature:hover .fnum { -webkit-text-stroke: 1px rgba(143,227,255,.6); }
@media (max-width: 900px) { .feature-grid { grid-template-columns: 1fr; } }

/* ---------- Defrost reveal (illusion) ---------- */
.defrost { position: relative; border-radius: 22px; overflow: hidden; border: 1px solid rgba(143,227,255,.25); box-shadow: 0 30px 80px rgba(3,16,28,.5); }
.defrost img { width: 100%; display: block; }
.defrost canvas { position: absolute; inset: 0; width: 100%; height: 100%; touch-action: none; }
.defrost .hint { position: absolute; top: 16px; left: 16px; z-index: 3; padding: 8px 14px; border-radius: 99px; font-size: .7rem; letter-spacing: 2px; text-transform: uppercase;
  background: rgba(6,24,38,.65); border: 1px solid rgba(143,227,255,.3); backdrop-filter: blur(6px); pointer-events: none; }

/* ---------- Lineup ---------- */
.lineup { display: flex; flex-direction: column; }
.act { display: grid; grid-template-columns: 60px 1fr auto; gap: 20px; align-items: center; padding: 22px 6px; border-top: 1px solid rgba(143,227,255,.14); transition: padding .3s var(--ease), background .3s; }
.act:last-child { border-bottom: 1px solid rgba(143,227,255,.14); }
.act:hover { padding-left: 18px; background: linear-gradient(90deg, rgba(70,180,255,.08), transparent); }
.act .no { font-family: var(--font-display); font-size: 1.6rem; color: var(--ice-bright); opacity: .6; }
.act .name { font-family: var(--font-display); font-size: clamp(1.4rem, 3.4vw, 2.4rem); text-transform: uppercase; letter-spacing: 1px;
  -webkit-text-stroke: 1px rgba(143,227,255,.5); color: transparent; transition: color .3s, -webkit-text-stroke .3s; }
.act:hover .name { color: #fff; -webkit-text-stroke: 0; }
.act .meta { font-size: .76rem; letter-spacing: 2px; text-transform: uppercase; color: var(--frost); opacity: .7; }

/* ---------- Gallery ---------- */
.masonry { columns: 3; column-gap: 18px; }
.masonry .gitem { break-inside: avoid; margin-bottom: 18px; border-radius: 16px; overflow: hidden; position: relative; border: 1px solid rgba(143,227,255,.18); }
.masonry .gitem img { width: 100%; display: block; transition: transform .7s var(--ease), filter .7s; }
.masonry .gitem:hover img { transform: scale(1.06); }
.masonry .gitem .cap { position: absolute; inset: auto 0 0 0; padding: 16px; background: linear-gradient(0deg, rgba(4,16,28,.85), transparent);
  font-size: .8rem; letter-spacing: 1px; transform: translateY(10px); opacity: 0; transition: all .4s var(--ease); }
.masonry .gitem:hover .cap { transform: none; opacity: 1; }
.masonry .gitem .px { position: absolute; top: 12px; right: 12px; font-size: .62rem; letter-spacing: 2px; text-transform: uppercase; padding: 5px 10px; border-radius: 99px; background: rgba(70,180,255,.85); color: #04121f; font-weight: 700; }
@media (max-width: 900px) { .masonry { columns: 2; } }
@media (max-width: 560px) { .masonry { columns: 1; } }

/* tilt card wrapper */
.tilt { transform-style: preserve-3d; transition: transform .25s var(--ease); position: relative; }
.tilt .sheen { position: absolute; inset: 0; pointer-events: none; mix-blend-mode: screen; border-radius: inherit; }

/* Lightbox */
.lightbox { position: fixed; inset: 0; z-index: 9000; display: none; place-items: center; background: rgba(3,12,22,.92); backdrop-filter: blur(12px); padding: 30px; }
.lightbox.open { display: grid; }
.lightbox img { max-width: 90vw; max-height: 85vh; border-radius: 14px; box-shadow: 0 30px 90px rgba(0,0,0,.6); border: 1px solid rgba(143,227,255,.3); }
.lightbox .close { position: absolute; top: 24px; right: 30px; font-size: 2rem; color: #fff; cursor: none; background: none; border: none; }
.lightbox .arrow { position: absolute; top: 50%; transform: translateY(-50%); font-size: 2.4rem; color: var(--ice-cyan); cursor: none; background: rgba(6,24,38,.5); border: 1px solid rgba(143,227,255,.3); width: 56px; height: 56px; border-radius: 50%; }
.lightbox .arrow.prev { left: 26px; } .lightbox .arrow.next { right: 26px; }

/* ---------- Gallery filter tabs ---------- */
.filterbar { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 26px; }
.filterbar button { cursor: none; padding: 10px 18px; border-radius: 99px; font-size: .76rem; letter-spacing: 1.5px; text-transform: uppercase; font-weight: 700;
  background: rgba(143,227,255,.07); border: 1px solid rgba(143,227,255,.2); color: var(--frost); transition: all .25s var(--ease); }
.filterbar button:hover { border-color: var(--ice-bright); color: #fff; }
.filterbar button.active { background: linear-gradient(135deg, var(--ice-bright), #2c86c4); color: #04121f; border-color: transparent; box-shadow: 0 8px 24px rgba(70,180,255,.4); }
.masonry .gitem.hide { display: none; }
.masonry .gitem { transition: opacity .5s var(--ease), transform .5s var(--ease); }

/* ---------- Tickets ---------- */
.tier-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; align-items: stretch; }
.tier { padding: 34px 28px; border-radius: 20px; position: relative; cursor: none; transition: transform .35s var(--ease), border-color .35s, box-shadow .35s; overflow: hidden; }
.tier:hover { transform: translateY(-8px); }
.tier.selected { border-color: var(--ice-bright); box-shadow: 0 0 0 2px var(--ice-bright), 0 30px 70px rgba(70,180,255,.3); }
.tier .pop { position: absolute; top: 16px; right: 16px; font-size: .6rem; letter-spacing: 2px; text-transform: uppercase; padding: 5px 12px; border-radius: 99px; background: var(--ice-bright); color: #04121f; font-weight: 800; }
.tier h3 { font-family: var(--font-display); font-size: 1.7rem; letter-spacing: 1px; text-transform: uppercase; margin-bottom: 6px; }
.tier .price { font-family: var(--font-display); font-size: 3rem; line-height: 1; margin: 14px 0;
  background: linear-gradient(180deg, #fff, #46b4ff); -webkit-background-clip: text; background-clip: text; color: transparent; }
.tier .price small { font-family: var(--font-body); font-size: .9rem; color: var(--frost); -webkit-text-fill-color: var(--frost); }
.tier ul { margin: 20px 0; }
.tier ul li { padding: 9px 0; color: var(--frost); display: flex; gap: 10px; align-items: flex-start; font-size: .92rem; border-bottom: 1px dashed rgba(143,227,255,.12); }
.tier ul li .ck { color: var(--ice-bright); }
.tier .select-btn { width: 100%; justify-content: center; margin-top: 8px; }
@media (max-width: 920px) { .tier-grid { grid-template-columns: 1fr; } }

/* order summary */
.order { display: grid; grid-template-columns: 1.2fr .8fr; gap: 26px; }
.qty { display: flex; align-items: center; gap: 14px; }
.qty button { width: 44px; height: 44px; border-radius: 12px; border: 1px solid rgba(143,227,255,.3); background: rgba(143,227,255,.08); color: #fff; font-size: 1.3rem; cursor: none; transition: background .2s; }
.qty button:hover { background: rgba(70,180,255,.25); }
.qty input { width: 60px; text-align: center; font-family: var(--font-display); font-size: 1.6rem; background: none; border: none; color: #fff; }
.summary-line { display: flex; justify-content: space-between; padding: 12px 0; border-bottom: 1px dashed rgba(143,227,255,.15); color: var(--frost); }
.summary-total { display: flex; justify-content: space-between; padding-top: 16px; font-family: var(--font-display); font-size: 1.8rem; }
.summary-total span:last-child { background: linear-gradient(180deg, #fff, #46b4ff); -webkit-background-clip: text; background-clip: text; color: transparent; }
.field { margin-bottom: 16px; }
.field label { display: block; font-size: .72rem; letter-spacing: 2px; text-transform: uppercase; color: var(--frost); margin-bottom: 7px; }
.field input { width: 100%; padding: 14px 16px; border-radius: 12px; border: 1px solid rgba(143,227,255,.22); background: rgba(7,28,46,.5); color: #fff; font-family: var(--font-body); font-size: .95rem; transition: border-color .25s, box-shadow .25s; }
.field input:focus { outline: none; border-color: var(--ice-bright); box-shadow: 0 0 0 3px rgba(70,180,255,.18); }
@media (max-width: 820px) { .order { grid-template-columns: 1fr; } }

/* ---------- Ticket extras ---------- */
.tier .left { display: inline-flex; align-items: center; gap: 7px; margin: 4px 0 10px; font-size: .68rem; letter-spacing: 1px; text-transform: uppercase; color: #ffd9a8; }
.tier .left::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: #ff9a3c; box-shadow: 0 0 10px rgba(255,150,60,.8); animation: pulse 1.4s infinite; }
.tier .stock { position: relative; height: 6px; border-radius: 99px; background: rgba(255,255,255,.12); overflow: hidden; margin-bottom: 16px; }
.tier .stock i { display: block; height: 100%; border-radius: 99px; background: linear-gradient(90deg, #ff9a3c, #ffd9a8); }
.tier .was { font-family: var(--font-body); font-size: 1rem; color: var(--frost); text-decoration: line-through; opacity: .6; -webkit-text-fill-color: var(--frost); margin-left: 8px; }

.trust { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 26px; }
.trust .t { display: flex; align-items: center; gap: 12px; padding: 16px 18px; border-radius: 14px; }
.trust .t .ti { font-size: 1.5rem; }
.trust .t b { display: block; font-size: .9rem; }
.trust .t span { font-size: .74rem; color: var(--frost); opacity: .8; }
@media (max-width: 820px) { .trust { grid-template-columns: 1fr 1fr; } }

/* ---------- FAQ accordion ---------- */
.faq-q { width: 100%; text-align: left; padding: 22px 0; background: none; border: none; border-top: 1px solid rgba(143,227,255,.14); color: #fff; font-size: 1.05rem; font-weight: 600; cursor: none; display: flex; justify-content: space-between; gap: 16px; align-items: center; font-family: var(--font-body); }
.faq-q .pm { color: var(--ice-bright); font-size: 1.5rem; transition: transform .3s var(--ease); }
.faq-item.open .faq-q .pm { transform: rotate(45deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .45s var(--ease); color: var(--frost); }
.faq-a p { padding: 0 0 22px; line-height: 1.7; opacity: .9; }
.faq-item:last-child { border-bottom: 1px solid rgba(143,227,255,.14); }

/* ---------- Page hero (inner pages) ---------- */
.page-hero { padding: 180px 0 60px; text-align: center; }
.page-hero h1 { font-family: var(--font-display); font-size: clamp(3rem, 11vw, 8rem); text-transform: uppercase; letter-spacing: 2px;
  background: linear-gradient(180deg, #fff, #bfe6ff 55%, #2c86c4); -webkit-background-clip: text; background-clip: text; color: transparent; line-height: .9; }
.page-hero p { margin: 18px auto 0; }

/* cinematic inner hero with background image */
.page-hero.hero-img { position: relative; min-height: 80vh; display: flex; align-items: center; justify-content: center; overflow: hidden; padding: 170px 20px 90px; }
.page-hero .ph-bg { position: absolute; inset: -8% 0 0 0; height: 118%; z-index: 0; }
.page-hero .ph-bg img { width: 100%; height: 100%; object-fit: cover; opacity: .72; transform: scale(1.05); animation: heroZoom 20s ease-in-out infinite alternate; }
.page-hero .ph-scrim { position: absolute; inset: 0; z-index: 1;
  background: radial-gradient(72% 72% at 50% 48%, rgba(3,16,28,.28) 0%, rgba(3,16,28,.78) 100%),
    linear-gradient(180deg, rgba(3,16,28,.6) 0%, transparent 28%, rgba(3,16,28,.96) 100%); }
.page-hero .ph-content { position: relative; z-index: 2; max-width: 920px; }
.page-hero .ph-content h1 { filter: drop-shadow(0 0 36px rgba(70,180,255,.45)); }

/* ---------- Image worlds grid ---------- */
.worlds { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.world { position: relative; border-radius: 20px; overflow: hidden; min-height: 330px; display: flex; align-items: flex-end;
  border: 1px solid rgba(143,227,255,.18); box-shadow: 0 24px 60px rgba(3,16,28,.45); }
.world img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .9s var(--ease), filter .6s; filter: saturate(1.05); }
.world:hover img { transform: scale(1.09); }
.world .ov { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(3,14,24,.94) 6%, rgba(3,14,24,.35) 50%, rgba(3,14,24,.45) 100%); transition: background .4s; }
.world:hover .ov { background: linear-gradient(0deg, rgba(3,14,24,.95) 10%, rgba(70,120,160,.18) 55%, rgba(3,14,24,.35) 100%); }
.world .wc { position: relative; z-index: 2; padding: 26px; width: 100%; }
.world .wtag { display: inline-flex; align-items: center; gap: 7px; font-size: .62rem; letter-spacing: 2px; text-transform: uppercase; font-weight: 700;
  padding: 6px 12px; border-radius: 99px; background: rgba(70,180,255,.9); color: #04121f; margin-bottom: 14px; }
.world h3 { font-family: var(--font-display); font-size: clamp(1.4rem, 2.4vw, 1.9rem); text-transform: uppercase; letter-spacing: 1px; }
.world p { color: var(--frost); font-size: .9rem; line-height: 1.6; margin-top: 8px; opacity: 0; max-height: 0; overflow: hidden; transform: translateY(8px); transition: all .45s var(--ease); }
.world:hover p { opacity: .92; max-height: 140px; transform: none; }
.world .wno { position: absolute; top: 18px; right: 22px; z-index: 2; font-family: var(--font-display); font-size: 2.4rem; color: transparent; -webkit-text-stroke: 1px rgba(255,255,255,.45); }
@media (max-width: 920px) { .worlds { grid-template-columns: 1fr 1fr; } }
@media (max-width: 600px) { .worlds { grid-template-columns: 1fr; } }

/* ---------- Headliner card ---------- */
.headliner { position: relative; display: grid; grid-template-columns: .95fr 1.05fr; border-radius: 26px; overflow: hidden; border: 1px solid rgba(143,227,255,.22); box-shadow: 0 36px 90px rgba(3,16,28,.55); min-height: 360px; }
.headliner .hl-art { position: relative; overflow: hidden; }
.headliner .hl-art img { width: 100%; height: 100%; object-fit: cover; transition: transform 1s var(--ease); }
.headliner:hover .hl-art img { transform: scale(1.06); }
.headliner .hl-art::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, transparent 50%, rgba(6,24,38,.85)); }
.headliner .hl-meta { padding: clamp(26px, 4vw, 48px); display: flex; flex-direction: column; justify-content: center; background: linear-gradient(150deg, rgba(20,69,110,.35), rgba(6,27,46,.5)); }
.headliner .hl-badge { display: inline-flex; width: fit-content; align-items: center; gap: 8px; font-size: .68rem; letter-spacing: 3px; text-transform: uppercase; color: #04121f; font-weight: 800; background: linear-gradient(90deg, var(--ice-bright), var(--ice-cyan)); padding: 7px 14px; border-radius: 99px; margin-bottom: 16px; }
.headliner .hl-name { font-family: var(--font-display); font-size: clamp(3rem, 7vw, 5.5rem); line-height: .9; text-transform: uppercase;
  background: linear-gradient(180deg, #fff, #8fe3ff); -webkit-background-clip: text; background-clip: text; color: transparent; }
.headliner .hl-sub { color: var(--frost); margin-top: 12px; letter-spacing: 2px; text-transform: uppercase; font-size: .8rem; }
@media (max-width: 760px) { .headliner { grid-template-columns: 1fr; } .headliner .hl-art { min-height: 240px; } .headliner .hl-art::after { background: linear-gradient(180deg, transparent 40%, rgba(6,24,38,.9)); } }

/* upgraded lineup rows */
.act .stage { font-size: .64rem; letter-spacing: 1px; text-transform: uppercase; padding: 4px 10px; border-radius: 99px; background: rgba(143,227,255,.1); border: 1px solid rgba(143,227,255,.22); color: var(--ice-cyan); }
.act.tba { opacity: .5; }
.act.tba .name { -webkit-text-stroke: 1px rgba(143,227,255,.3); position: relative; }

/* ---------- Run of show timeline ---------- */
.timeline { position: relative; margin-top: 18px; padding-left: 8px; }
.timeline::before { content: ""; position: absolute; left: 9px; top: 6px; bottom: 6px; width: 2px; background: linear-gradient(180deg, var(--ice-cyan), rgba(70,180,255,.1)); }
.tl-item { position: relative; padding: 16px 0 16px 38px; border-bottom: 1px dashed rgba(143,227,255,.12); transition: padding .3s var(--ease); }
.tl-item:hover { padding-left: 46px; }
.tl-item::before { content: ""; position: absolute; left: 2px; top: 22px; width: 16px; height: 16px; border-radius: 50%; background: radial-gradient(circle, var(--ice-cyan), var(--ice-blue)); box-shadow: 0 0 16px var(--glow); border: 2px solid #06243c; }
.tl-item.hot::before { background: radial-gradient(circle, #ffd9a8, #ff8a3c); box-shadow: 0 0 18px rgba(255,150,60,.7); }
.tl-time { font-family: var(--font-display); font-size: 1.3rem; color: var(--ice-cyan); display: inline-block; min-width: 90px; }
.tl-title { font-weight: 700; }
.tl-desc { color: var(--frost); font-size: .86rem; opacity: .8; margin-top: 3px; }
.tl-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0 40px; }
@media (max-width: 760px) { .tl-grid { grid-template-columns: 1fr; } }

/* defrost reset button */
.defrost .refreeze { position: absolute; top: 14px; right: 14px; z-index: 4; width: 40px; height: 40px; border-radius: 50%; display: grid; place-items: center;
  background: rgba(6,24,38,.7); border: 1px solid rgba(143,227,255,.35); color: var(--ice-cyan); cursor: none; font-size: 1.1rem; backdrop-filter: blur(6px); }

/* ---------- Split feature media ---------- */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; }
.split.rev .media { order: 2; }
.split .media { border-radius: 22px; overflow: hidden; border: 1px solid rgba(143,227,255,.22); box-shadow: 0 30px 80px rgba(3,16,28,.5); }
.split .media img { width: 100%; display: block; }
@media (max-width: 860px) { .split { grid-template-columns: 1fr; } .split.rev .media { order: 0; } }

/* ---------- Map / venue ---------- */
.venue-card { display: grid; grid-template-columns: 1fr 1fr; gap: 0; border-radius: 22px; overflow: hidden; }
.venue-card .info { padding: 40px; }
.venue-card .info h3 { font-family: var(--font-display); font-size: 2rem; text-transform: uppercase; margin-bottom: 14px; }
.venue-card .map { background: linear-gradient(135deg, #0a3358, #061b2e); position: relative; min-height: 320px; display: grid; place-items: center; }

/* ---- Melting venue map (click to thaw) ---- */
.venue-melt { overflow: hidden; cursor: none; min-height: 360px; }
.venue-melt .thaw { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.venue-melt canvas { position: absolute; inset: 0; width: 100%; height: 100%; z-index: 2; }
.venue-melt .melt-pin { position: relative; z-index: 3; text-align: center; color: #fff; text-shadow: 0 4px 18px rgba(2,12,22,.6); pointer-events: none; transition: opacity .8s ease; }
.venue-melt.melting .melt-pin { opacity: 0; }
.venue-melt .melt-hint { position: absolute; bottom: 16px; left: 50%; transform: translateX(-50%); z-index: 4; padding: 9px 16px; border-radius: 99px;
  font-size: .72rem; letter-spacing: 2px; text-transform: uppercase; background: rgba(6,24,38,.7); border: 1px solid rgba(143,227,255,.35);
  backdrop-filter: blur(6px); color: var(--ice-cyan); pointer-events: none; transition: opacity .5s ease; animation: hintpulse 2s infinite; }
.venue-melt.melting .melt-hint { opacity: 0; animation: none; }
@keyframes hintpulse { 0%,100% { transform: translateX(-50%) translateY(0); } 50% { transform: translateX(-50%) translateY(-4px); } }
.venue-melt .melt-tag { position: absolute; bottom: 16px; left: 50%; transform: translateX(-50%) translateY(14px); z-index: 4; padding: 9px 16px; border-radius: 99px;
  font-size: .72rem; letter-spacing: 2px; text-transform: uppercase; background: rgba(70,180,255,.85); color: #04121f; font-weight: 700;
  opacity: 0; transition: opacity .6s ease .4s, transform .6s var(--ease) .4s; pointer-events: none; }
.venue-melt.thawed .melt-tag { opacity: 1; transform: translateX(-50%) translateY(0); }
.venue-melt .replay { position: absolute; top: 14px; right: 14px; z-index: 5; width: 40px; height: 40px; border-radius: 50%; display: none; place-items: center;
  background: rgba(6,24,38,.7); border: 1px solid rgba(143,227,255,.35); color: var(--ice-cyan); cursor: none; font-size: 1.1rem; backdrop-filter: blur(6px); }
.venue-melt.thawed .replay { display: grid; }
@media (max-width: 760px) { .venue-card { grid-template-columns: 1fr; } }

/* ---------- CTA (v2) ---------- */
.cta-x { position: relative; padding: clamp(44px,7vw,96px) clamp(24px,5vw,70px); border-radius: 30px; text-align: center; overflow: hidden;
  background: linear-gradient(150deg, rgba(20,69,110,.45), rgba(6,27,46,.55)); border: 1px solid rgba(143,227,255,.22);
  box-shadow: 0 40px 120px rgba(3,16,28,.6); }
.cta-x-art { position: absolute; right: -40px; bottom: -50px; width: clamp(280px,38vw,460px); opacity: .5; pointer-events: none; mix-blend-mode: screen;
  filter: drop-shadow(0 0 60px rgba(70,180,255,.55)); }
.cta-x-glow { position: absolute; top: -30%; left: -10%; width: 60%; height: 120%; pointer-events: none;
  background: radial-gradient(circle, rgba(70,180,255,.28), transparent 60%); filter: blur(20px); }
.cta-x-inner { position: relative; z-index: 2; }
.sold-bar { position: relative; width: min(520px, 90%); margin: 26px auto 0; height: 12px; border-radius: 99px; background: rgba(255,255,255,.12); overflow: hidden; }
.sold-bar i { display: block; height: 100%; border-radius: 99px; background: linear-gradient(90deg, var(--ice-bright), var(--ice-cyan)); box-shadow: 0 0 20px var(--glow); animation: fillbar 2s var(--ease) forwards; }
.sold-bar span { position: absolute; right: 0; top: 18px; font-size: .7rem; letter-spacing: 2px; text-transform: uppercase; color: var(--frost); }

/* ---------- ICE PASS generator ---------- */
.pass-studio { display: grid; grid-template-columns: .8fr 1.2fr; gap: 34px; padding: clamp(24px,4vw,46px); border-radius: 24px; align-items: center; }
.pass-controls .field { margin-bottom: 18px; }
.swatches { display: flex; gap: 12px; }
.swatches .sw { width: 40px; height: 40px; border-radius: 12px; cursor: none; background: var(--s); border: 2px solid transparent; box-shadow: 0 0 14px color-mix(in srgb, var(--s) 60%, transparent); transition: transform .2s var(--ease), border-color .2s; }
.swatches .sw:hover { transform: translateY(-3px); }
.swatches .sw.active { border-color: #fff; transform: translateY(-3px) scale(1.05); }
.pass-preview { perspective: 1200px; }
.pass-preview canvas { width: 100%; height: auto; border-radius: 16px; display: block; box-shadow: 0 30px 80px rgba(3,16,28,.6); border: 1px solid rgba(143,227,255,.25); transition: transform .3s var(--ease); }
.pass-preview canvas:hover { transform: rotateY(-6deg) rotateX(3deg); }
@media (max-width: 860px) { .pass-studio { grid-template-columns: 1fr; } }

/* ---------- toast ---------- */
.toast { position: fixed; bottom: 90px; right: 22px; z-index: 400; padding: 16px 22px; border-radius: 14px; background: linear-gradient(135deg, var(--ice-bright), #2c86c4); color: #04121f; font-weight: 700; box-shadow: 0 16px 40px rgba(70,180,255,.45); transform: translateY(120px); opacity: 0; transition: all .5s var(--ease); }
.toast.show { transform: none; opacity: 1; }
