/* Experiential page — scoped under .experiential-page so it can't be
   overridden by the site-wide light "paper" theme in styles.css */

.experiential-page {
  --red: #e60012;
  --paper: #fafaf7;
  --ink: #08070a;
  background: var(--ink) !important;
  color: #fff !important;
}

.experiential-page .anton { font-family: 'Anton', Impact, sans-serif; text-transform: uppercase; letter-spacing: -0.01em; line-height: 1.0; font-weight: 400; }
.experiential-page .container { max-width: 1400px; margin: 0 auto; padding: 0 24px; }
.experiential-page .label { font-family: 'JetBrains Mono', monospace; font-size: 11px; letter-spacing: 0.07em; text-transform: uppercase; color: var(--red); font-weight: 700; }
.experiential-page .red { color: var(--red); }
.experiential-page .h-section { font-size: clamp(38px, 6.2vw, 92px); margin-top: 16px; }
.experiential-page .body-copy { font-size: 16px; line-height: 1.65; max-width: 720px; margin-top: 28px; }
.experiential-page .body-copy strong { color: #fff; opacity: 1; }
.experiential-page .btn-red { background: var(--red); color: #fff; padding: 18px 36px; font-family: 'JetBrains Mono', monospace; font-size: 12px; letter-spacing: 0.06em; text-transform: uppercase; font-weight: 700; text-decoration: none; display: inline-block; border: none; cursor: pointer; transition: background 0.25s, transform 0.25s; }
.experiential-page .btn-red:hover { background: #fff; color: #000; transform: translateY(-2px); }
.experiential-page .grain { position: absolute; inset: 0; pointer-events: none; mix-blend-mode: overlay; opacity: 0.35; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2'/%3E%3CfeColorMatrix values='0 0 0 0 0  0 0 0 0 0  0 0 0 0 0  0 0 0 0.5 0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' /%3E%3C/svg%3E"); }

.experiential-page .flight-tag {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 2;
  background: var(--red);
  color: #fff;
  font-family: 'JetBrains Mono', monospace;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.06em;
  padding: 5px 8px;
  border-radius: 3px;
  text-transform: uppercase;
  white-space: nowrap;
}
.experiential-page .flight-gallery .img-placeholder {
  transition: transform 0.45s cubic-bezier(0.25, 1, 0.3, 1);
}
.experiential-page .flight-gallery .img-placeholder:hover {
  transform: translateY(-6px);
}

/* marquee — system standard */
.experiential-page .marquee { border-top: 1px solid rgba(255,255,255,0.15); border-bottom: 1px solid rgba(255,255,255,0.15); overflow: hidden; white-space: nowrap; position: relative; }
.experiential-page .marquee-track { display: inline-flex; align-items: baseline; padding: 28px 0; animation: xp-mq 22s linear infinite; will-change: transform; }
.experiential-page .marquee:hover .marquee-track { animation-play-state: paused; }
.experiential-page .marquee-phrase { font-family: 'Anton', Impact, sans-serif; text-transform: uppercase; letter-spacing: -0.01em; line-height: 0.9; font-size: clamp(64px, 9vw, 150px); color: var(--red); padding-right: 0.45em; }
.experiential-page .marquee-phrase .wh { color: #fff; }
.experiential-page .marquee-sep { font-family: 'JetBrains Mono', monospace; font-size: clamp(20px, 2.5vw, 36px); color: #fff; padding-right: 0.9em; transform: translateY(-0.4em); display: inline-block; }
@keyframes xp-mq { from { transform: translateX(0); } to { transform: translateX(-50%); } }
.experiential-page .marquee::before, .experiential-page .marquee::after { content: ''; position: absolute; top: 0; bottom: 0; width: 80px; z-index: 2; pointer-events: none; }
.experiential-page .marquee::before { left: 0; background: linear-gradient(90deg, var(--ink), transparent); }
.experiential-page .marquee::after { right: 0; background: linear-gradient(270deg, var(--ink), transparent); }

/* ============ LED BAR STRIP — this page's signature divider ============ */
/* vertical light bars sweeping like the LED corridor reference, red-only palette */
.experiential-page .led-strip { height: 110px; border-top: 1px solid rgba(255,255,255,0.15); border-bottom: 1px solid rgba(255,255,255,0.15); display: flex; overflow: hidden; position: relative; }
.experiential-page .led-bar { flex: 1; margin: 0 1.5px; background: linear-gradient(180deg, rgba(230,0,18,0.05), rgba(230,0,18,0.85), rgba(230,0,18,0.05)); animation: xp-led 3.2s ease-in-out infinite; opacity: 0.25; }
@keyframes xp-led { 0%, 100% { opacity: 0.12; } 50% { opacity: 0.9; } }
.experiential-page .led-strip .led-tag { position: absolute; bottom: 10px; left: 16px; font-family: 'JetBrains Mono', monospace; font-size: 9px; letter-spacing: 0.08em; text-transform: uppercase; z-index: 2; }

/* ============ HERO — video, then copy below it ============ */
.experiential-page .hero { position: relative; overflow: hidden; background: var(--ink); }
.experiential-page .hero-scene { position: relative; width: 100%; aspect-ratio: 1920 / 1000; overflow: hidden; }
.experiential-page .hero-video-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; display: block; }
/* the glowing screen — image 3 reference, in palette */
.experiential-page .glow-wall { position: absolute; top: 12%; left: 50%; transform: translateX(-50%); width: min(78vw, 1100px); height: 46vh; background:
    radial-gradient(ellipse 60% 90% at 25% 70%, rgba(230,0,18,0.9) 0%, transparent 55%),
    radial-gradient(ellipse 50% 80% at 75% 25%, rgba(255,255,255,0.35) 0%, transparent 55%),
    radial-gradient(ellipse 70% 70% at 60% 80%, rgba(120,0,10,0.9) 0%, transparent 60%),
    #16070a;
  animation: xp-wallshift 9s ease-in-out infinite alternate; }
@keyframes xp-wallshift { from { filter: brightness(1) saturate(1); } to { filter: brightness(1.25) saturate(1.15); } }
/* light spilling from the screen into the room */
.experiential-page .glow-spill { position: absolute; top: 10%; left: 50%; transform: translateX(-50%); width: min(90vw, 1300px); height: 60vh; background: radial-gradient(ellipse 50% 50% at 50% 45%, rgba(230,0,18,0.22) 0%, transparent 70%); filter: blur(30px); }
/* floor reflection */
.experiential-page .floor-reflect { position: absolute; top: calc(12% + 46vh); left: 50%; transform: translateX(-50%) scaleY(-0.55); width: min(78vw, 1100px); height: 46vh; background: inherit; opacity: 0.22; filter: blur(14px); background:
    radial-gradient(ellipse 60% 90% at 25% 70%, rgba(230,0,18,0.9) 0%, transparent 55%),
    radial-gradient(ellipse 50% 80% at 75% 25%, rgba(255,255,255,0.35) 0%, transparent 55%),
    #16070a; mask-image: linear-gradient(180deg, transparent 0%, #000 100%); -webkit-mask-image: linear-gradient(180deg, #000 0%, transparent 90%); }
/* silhouettes watching the wall */
.experiential-page .crowd { position: absolute; top: calc(12% + 46vh); left: 50%; transform: translate(-50%, -100%); width: min(78vw, 1100px); height: 120px; display: flex; align-items: flex-end; justify-content: center; gap: 6%; }
.experiential-page .person { width: 26px; background: #030304; border-radius: 12px 12px 0 0; position: relative; }
.experiential-page .person::before { content: ''; position: absolute; top: -16px; left: 50%; transform: translateX(-50%); width: 16px; height: 16px; border-radius: 50%; background: #030304; }
.experiential-page .p1 { height: 78px; } .experiential-page .p2 { height: 92px; margin-bottom: 0; } .experiential-page .p3 { height: 70px; } .experiential-page .p4 { height: 88px; } .experiential-page .p5 { height: 64px; }
.experiential-page .hero-live { position: absolute; top: 24px; left: 24px; font-family: 'JetBrains Mono', monospace; font-size: 10px; letter-spacing: 0.08em; text-transform: uppercase; display: flex; align-items: center; gap: 8px; z-index: 3; }
.experiential-page .hero-live .dot-pulse { width: 8px; height: 8px; background: var(--red); border-radius: 50%; animation: xp-pulse 1.6s ease infinite; }
@keyframes xp-pulse { 0%, 100% { opacity: 1; } 50% { opacity: 0.3; } }
.experiential-page .hero-inner { position: relative; z-index: 2; width: 100%; padding: 40px 24px 56px; }
.experiential-page .hero-head { font-size: clamp(38px, 6.2vw, 92px); margin-top: 16px; }
.experiential-page .hero-sub { font-size: 17px; line-height: 1.6; max-width: 560px; margin-top: 28px; font-weight: 400; }
.experiential-page .hero-meta { position: absolute; bottom: 24px; right: 24px; font-family: 'JetBrains Mono', monospace; font-size: 10px; letter-spacing: 0.08em; text-transform: uppercase; z-index: 2; text-align: right; }

/* ============ ABOUT — split with the glowing room visual ============ */
.experiential-page .about { padding: 56px 24px; }
.experiential-page .ab-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: stretch; }
/* mini glowing-room scene, same family as the hero */
.experiential-page .ab-room { position: relative; min-height: 480px; background: #0a090c; border: 1px solid rgba(255,255,255,0.12); overflow: hidden; }
.experiential-page .ab-screen { position: absolute; top: 14%; left: 10%; right: 10%; height: 52%; background:
    radial-gradient(ellipse 55% 80% at 30% 60%, rgba(230,0,18,0.85) 0%, transparent 55%),
    radial-gradient(ellipse 45% 70% at 78% 30%, rgba(255,255,255,0.3) 0%, transparent 55%),
    #150709;
  animation: xp-wallshift 8s ease-in-out infinite alternate; }
.experiential-page .ab-reflect { position: absolute; top: 66%; left: 10%; right: 10%; height: 30%; transform: scaleY(-1); opacity: 0.18; filter: blur(10px); background:
    radial-gradient(ellipse 55% 80% at 30% 60%, rgba(230,0,18,0.85) 0%, transparent 55%), #150709;
  -webkit-mask-image: linear-gradient(0deg, transparent 10%, #000 100%); }
.experiential-page .ab-people { position: absolute; top: 66%; left: 0; right: 0; transform: translateY(-100%); display: flex; justify-content: center; gap: 9%; align-items: flex-end; height: 90px; }
.experiential-page .ab-tag { position: absolute; bottom: 14px; left: 16px; font-family: 'JetBrains Mono', monospace; font-size: 9px; letter-spacing: 0.08em; text-transform: uppercase; z-index: 2; }
.experiential-page .spec-list { border-top: 1px solid rgba(255,255,255,0.15); margin-top: 36px; }
.experiential-page .spec { display: flex; align-items: baseline; gap: 18px; padding: 20px 0; border-bottom: 1px solid rgba(255,255,255,0.15); }
.experiential-page .spec .s-tick { font-family: 'JetBrains Mono', monospace; color: var(--red); font-weight: 700; font-size: 14px; flex-shrink: 0; }
.experiential-page .spec .s-name { font-family: 'Anton', Impact, sans-serif; text-transform: uppercase; font-size: 22px; }
.experiential-page .spec .s-desc { font-family: 'JetBrains Mono', monospace; font-size: 9px; letter-spacing: 0.07em; text-transform: uppercase; margin-left: auto; text-align: right; }

/* ============ PROCESS — approved accordion ============ */
.experiential-page .xp-process { padding: 56px 24px; background: #fff; color: #000; }
.experiential-page .xp-process .h-section { color: #000; }
.experiential-page .xp-list { margin-top: 56px; border-top: 1px solid rgba(0,0,0,0.15); }
.experiential-page .xp-row { border-bottom: 1px solid rgba(0,0,0,0.15); }
.experiential-page .xp-head { width: 100%; background: none; border: none; color: #000; cursor: pointer; display: flex; align-items: baseline; gap: 20px; padding: 26px 0; text-align: left; font-family: inherit; }
.experiential-page .xp-num { font-family: 'JetBrains Mono', monospace; font-size: 12px; letter-spacing: 0.07em; font-weight: 700; color: var(--red); flex-shrink: 0; min-width: 64px; }
.experiential-page .xp-title { font-family: 'Anton', Impact, sans-serif; text-transform: uppercase; font-size: clamp(22px, 3.2vw, 44px); letter-spacing: -0.01em; line-height: 1; transition: color 0.2s; }
.experiential-page .xp-head:hover .xp-title { color: var(--red); }
.experiential-page .xp-toggle { margin-left: auto; font-family: 'JetBrains Mono', monospace; font-size: 20px; flex-shrink: 0; transition: transform 0.25s; line-height: 1; }
.experiential-page .xp-row.open .xp-toggle { transform: rotate(45deg); color: var(--red); }
.experiential-page .xp-body { max-height: 0; overflow: hidden; transition: max-height 0.35s ease; }
.experiential-page .xp-body-inner { padding: 0 0 32px 84px; max-width: 760px; }
.experiential-page .xp-kicker { font-size: 17px; font-weight: 600; color: #000; margin-bottom: 8px; }
.experiential-page .xp-copy { font-size: 14px; line-height: 1.7; color: #000; }

/* ============ CROWD statement + strip ============ */
.experiential-page .crowd-sec { padding: 56px 0 0; overflow: hidden; }
.experiential-page .crowd-sec .c-container { max-width: 1400px; margin: 0 auto; padding: 0 24px; }
.experiential-page .crowd-sec .c-foot { font-family: 'JetBrains Mono', monospace; font-size: 10px; letter-spacing: 0.08em; text-transform: uppercase; margin-top: 20px; }

/* ============ RECENT PROJECTS — slider (split-carousel pattern) ============ */
.experiential-page .proj-slider { padding: 56px 24px; background: #fff; color: #000; }
.experiential-page .proj-slider .h-section { color: #000; }
.experiential-page .ps-frame { position: relative; margin-top: 56px; border: 1px solid rgba(255,255,255,0.12); min-height: 560px; overflow: hidden; background: var(--ink); color: #fff; }
.experiential-page .ps-slide { position: absolute; inset: 0; opacity: 0; transition: opacity 0.7s ease; }
.experiential-page .ps-slide.active { opacity: 1; }
.experiential-page .xp-slide-1 { background: linear-gradient(180deg, rgba(8,7,10,0) 0%, rgba(8,7,10,0.85) 100%), url("../images/experiential/Experiential Project 1.jpg.jpeg") center / cover no-repeat; }
.experiential-page .xp-slide-2 { background: linear-gradient(180deg, rgba(8,7,10,0) 0%, rgba(8,7,10,0.85) 100%), url("../images/experiential/Experiential Project 2.jpg.jpeg") center / cover no-repeat; }
.experiential-page .xp-slide-3 { background: linear-gradient(180deg, rgba(8,7,10,0) 0%, rgba(8,7,10,0.85) 100%), url("../images/experiential/Experiential Project 3.jpg.jpeg") center / cover no-repeat; }
.experiential-page .xp-slide-4 { background: linear-gradient(180deg, rgba(8,7,10,0) 0%, rgba(8,7,10,0.85) 100%), url("../images/experiential/Experiential Project 4.jpg.jpeg") center bottom / cover no-repeat; }
.experiential-page .ps-info { position: absolute; left: 28px; bottom: 28px; z-index: 3; }
.experiential-page .ps-name { font-family: 'Anton', Impact, sans-serif; text-transform: uppercase; font-size: clamp(32px, 4.5vw, 72px); line-height: 0.9; }
.experiential-page .ps-kind { font-family: 'JetBrains Mono', monospace; font-size: 10px; letter-spacing: 0.08em; text-transform: uppercase; margin-top: 12px; }
.experiential-page .ps-counter { position: absolute; top: 20px; left: 24px; font-family: 'JetBrains Mono', monospace; font-size: 11px; letter-spacing: 0.08em; z-index: 3; }
.experiential-page .ps-dots { position: absolute; top: 24px; right: 24px; display: flex; gap: 8px; z-index: 3; }
.experiential-page .ps-dot { width: 28px; height: 3px; background: rgba(255,255,255,0.3); transition: background 0.3s; }
.experiential-page .ps-dot.on { background: #fff; }
.experiential-page .ps-nav { position: absolute; right: 24px; bottom: 24px; display: flex; gap: 1px; z-index: 3; }
.experiential-page .ps-btn { background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.2); color: #fff; width: 56px; height: 56px; font-family: 'JetBrains Mono', monospace; font-size: 18px; cursor: pointer; transition: background 0.25s, border-color 0.25s; }
.experiential-page .ps-btn:hover { background: var(--red); border-color: var(--red); }
.experiential-page .ps-shade { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 40%, rgba(8,7,10,0.85) 100%); z-index: 2; pointer-events: none; }

/* ============ FINAL CTA (photo bg + overlaid form, matching Arrival) ============ */
.experiential-page .footer { margin-top: 0; }
.experiential-page .final-cta { padding: 56px 16px; min-height: 80vh; display: flex; align-items: center; justify-content: center; text-align: center; position: relative; overflow: hidden; background-image: linear-gradient(180deg, rgba(8,7,10,0.55) 0%, rgba(8,7,10,0.75) 50%, rgba(8,7,10,0.92) 100%), url("../images/experiential/Experiential Cta Image.jpg.jpeg"); background-size: cover; background-position: center; }
.experiential-page .final-cta-grid { position: relative; width: 100%; display: grid; grid-template-columns: minmax(0, 1fr) min(520px, 42%); gap: 64px; align-items: start; text-align: left; }
.experiential-page .final-cta .fc-head { font-size: clamp(38px, 6.2vw, 92px); line-height: 1.0; }
.experiential-page .final-cta .fc-sub { font-family: 'JetBrains Mono', monospace; font-size: 11px; letter-spacing: 0.09em; text-transform: uppercase; margin-top: 28px; line-height: 1.6; }
.experiential-page .form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0; border: 1px solid rgba(255,255,255,0.55); border-bottom: none; }
.experiential-page .f-input { background: transparent; border: none; border-bottom: 1px solid rgba(255,255,255,0.55); color: #fff; padding: 20px 18px; font-family: 'JetBrains Mono', monospace; font-size: 12px; letter-spacing: 0.05em; text-transform: uppercase; width: 100%; transition: background 0.25s; text-shadow: 0 1px 4px rgba(0,0,0,0.8); }
.experiential-page .f-input.f-col-left { border-right: 1px solid rgba(255,255,255,0.55); }
.experiential-page .f-input:focus { outline: none; background: #0d0c10; }
.experiential-page .f-input::placeholder { color: #fff; opacity: 0.9; }
.experiential-page .f-input.full { grid-column: 1 / -1; }
.experiential-page textarea.f-input { min-height: 140px; resize: vertical; }
.experiential-page .form-send { grid-column: 1 / -1; display: flex; justify-content: space-between; align-items: center; gap: 16px; border-bottom: 1px solid rgba(255,255,255,0.15); }
.experiential-page .form-send .ff-note { font-family: 'JetBrains Mono', monospace; font-size: 9px; letter-spacing: 0.08em; text-transform: uppercase; padding-left: 18px; flex: 1; min-width: 0; color: #fff; }
.experiential-page .form-send .btn-red { padding: 14px 24px; flex-shrink: 0; }
.experiential-page .form-send .btn-red:hover { transform: none; }

@media (max-width: 900px) {
  .experiential-page .final-cta-grid { grid-template-columns: 1fr; gap: 40px; }
  .experiential-page .form-grid { grid-template-columns: 1fr; }
  .experiential-page .f-input.f-col-left { border-right: none; }
  .experiential-page .form-send { flex-direction: column; align-items: stretch; gap: 0; }
  .experiential-page .form-send .ff-note { padding: 14px 18px; }
}

@media (max-width: 900px) {
  .experiential-page .ab-grid { grid-template-columns: 1fr; gap: 40px; }
  .experiential-page .ab-room { min-height: 340px; }
  .experiential-page .xp-body-inner { padding-left: 0; }
  .experiential-page .ps-frame { min-height: 420px; }
  .experiential-page .glow-wall, .experiential-page .floor-reflect { width: 90vw; }
  .experiential-page .crowd { width: 90vw; gap: 8%; }
  .experiential-page .hero-meta { display: none; }
}
