/*
Theme Name: VTI Kaban Center
Theme URI: https://kaban.center/
Author: VTI Kaban
Description: Одностраничная тема WordPress для центра страйкбола и лазертага ВТИ «Кабан».
Version: 1.2.0
Requires at least: 6.4
Tested up to: 6.8
Requires PHP: 8.0
Text Domain: kaban-center
*/

:root {
  --black: #070707;
  --coal: #11100f;
  --surface: #171513;
  --bone: #f2eee7;
  --muted: #aaa39a;
  --red: #d0181f;
  --red-dark: #8f0d12;
  --brass: #c69a4b;
  --line: rgba(242, 238, 231, .16);
  --display: "Oswald", "Arial Narrow", sans-serif;
  --body: "Roboto Condensed", Arial, sans-serif;
  --container: min(1180px, calc(100vw - 64px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--black); }
body { margin: 0; background: var(--black); color: var(--bone); font-family: var(--body); font-size: 17px; line-height: 1.55; overflow-x: hidden; }
body.intro-active { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
img { display: block; max-width: 100%; }
svg { fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.container { width: var(--container); margin-inline: auto; }
.skip-link { position: fixed; z-index: 2000; top: 12px; left: 12px; padding: 10px 16px; background: var(--bone); color: var(--black); transform: translateY(-150%); transition: transform .2s; }
.skip-link:focus { transform: none; }
:focus-visible { outline: 2px solid var(--bone); outline-offset: 4px; }

.intro { position: fixed; z-index: 1000; inset: 0; min-height: 100dvh; display: grid; place-items: center; overflow: hidden; background: #030303; transition: opacity .45s ease, visibility .45s; }
.intro.is-leaving { opacity: 0; visibility: hidden; pointer-events: none; }
.intro::before, .intro::after { content: ""; position: absolute; z-index: 2; pointer-events: none; }
.intro::before { inset: 0; background: radial-gradient(circle at center, transparent 16%, rgba(0,0,0,.34) 64%, rgba(0,0,0,.88) 100%), linear-gradient(90deg, rgba(0,0,0,.34), transparent 35%, transparent 65%, rgba(0,0,0,.34)); }
.intro::after { inset: 18px; border: 1px solid rgba(255,255,255,.12); }
.intro__media, .intro__video { position: absolute; inset: 0; width: 100%; height: 100%; }
.intro__media { opacity: 0; transform: scale(1.05); animation: media-in 1.6s 1.05s ease-out forwards; }
.intro__video { object-fit: cover; filter: saturate(.84) contrast(1.08); }
.intro__grain { position: absolute; inset: 0; opacity: .13; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.5'/%3E%3C/svg%3E"); mix-blend-mode: soft-light; }
.intro__content { position: relative; z-index: 3; display: flex; flex-direction: column; align-items: center; width: min(680px, 84vw); text-align: center; }
.eyebrow { margin: 0 0 24px; color: var(--brass); font-family: var(--display); font-size: 13px; font-weight: 600; letter-spacing: .23em; text-transform: uppercase; }
.intro__eyebrow { opacity: 0; animation: fade-up .5s .9s forwards; }
.intro__eyebrow span { color: var(--bone); }
.split-logo { position: relative; width: min(510px, 68vw); aspect-ratio: 1; filter: drop-shadow(0 22px 38px rgba(0,0,0,.65)); }
.split-logo__half { position: absolute; inset: 0; }
.split-logo__half img { width: 100%; height: 100%; object-fit: contain; }
.split-logo__half--left { clip-path: inset(0 50% 0 0); transform: translateX(-65vw) rotate(-3deg); animation: half-left .9s .12s cubic-bezier(.2,.9,.25,1) forwards; }
.split-logo__half--right { clip-path: inset(0 0 0 50%); transform: translateX(65vw) rotate(3deg); animation: half-right .9s .12s cubic-bezier(.2,.9,.25,1) forwards; }
.intro__bottom { margin-top: -24px; opacity: 0; animation: fade-up .65s 1.15s ease-out forwards; }
.intro__tags { display: flex; align-items: center; justify-content: center; gap: 0; margin: 0 0 28px; padding: 0; list-style: none; color: rgba(255,255,255,.76); font-family: var(--display); font-size: 13px; letter-spacing: .13em; text-transform: uppercase; }
.intro__tags li { display: flex; align-items: center; }
.intro__tags li:not(:last-child)::after { content: ""; width: 3px; height: 3px; margin: 0 14px; border-radius: 50%; background: var(--red); }
.enter-button { position: relative; min-width: 184px; min-height: 54px; display: inline-flex; align-items: center; justify-content: center; gap: 20px; border: 1px solid rgba(255,255,255,.65); background: rgba(8,8,8,.42); color: #fff; font-family: var(--display); font-size: 15px; font-weight: 600; letter-spacing: .17em; text-transform: uppercase; cursor: pointer; overflow: hidden; transition: color .25s, border-color .25s, transform .25s; backdrop-filter: blur(7px); }
.enter-button::before { content: ""; position: absolute; inset: 0; z-index: -1; background: var(--red); transform: translateX(-102%); transition: transform .3s ease-out; }
.enter-button:hover::before, .enter-button:focus-visible::before { transform: none; }
.enter-button:hover { border-color: var(--red); }
.enter-button:active { transform: scale(.97); }
.enter-button svg { width: 22px; }
.intro__skip { position: absolute; z-index: 4; right: 38px; top: 34px; min-height: 44px; border: 0; background: none; color: rgba(255,255,255,.62); font-family: var(--body); font-size: 13px; letter-spacing: .08em; cursor: pointer; transition: color .2s; }
.intro__skip:hover { color: #fff; }
.intro__index { position: absolute; z-index: 3; left: 38px; bottom: 34px; color: rgba(255,255,255,.45); font-family: var(--display); font-size: 12px; letter-spacing: .15em; text-transform: uppercase; writing-mode: vertical-rl; transform: rotate(180deg); }
.intro__index span { color: var(--red); }
.sound-toggle { position: absolute; z-index: 4; right: 38px; bottom: 34px; display: flex; align-items: center; gap: 8px; min-height: 44px; border: 0; background: none; color: rgba(255,255,255,.6); text-transform: uppercase; letter-spacing: .12em; cursor: pointer; }
.sound-toggle svg { width: 20px; }

.site { position: relative; opacity: 0; transition: opacity .4s .2s; }
.site.is-visible { opacity: 1; }
.header { position: fixed; z-index: 100; top: 0; left: 0; right: 0; height: 92px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 36px; padding: 0 max(32px, calc((100vw - 1320px)/2)); border-bottom: 1px solid transparent; transition: height .25s, background .25s, border-color .25s; }
.header.is-scrolled { height: 72px; background: rgba(7,7,7,.9); border-color: var(--line); backdrop-filter: blur(12px); }
.brand { display: flex; align-items: center; gap: 10px; width: fit-content; text-transform: uppercase; }
.brand img { width: 54px; height: 54px; object-fit: contain; }
.brand span { display: flex; flex-direction: column; color: #aaa; font-family: var(--display); font-size: 9px; line-height: 1.25; letter-spacing: .13em; }
.brand b { color: #fff; font-size: 18px; letter-spacing: .08em; }
.nav { display: flex; }
.nav__list { display: flex; gap: 34px; margin: 0; padding: 0; list-style: none; }
.nav a { position: relative; padding-block: 10px; color: rgba(255,255,255,.76); font-family: var(--display); font-size: 13px; font-weight: 500; letter-spacing: .12em; text-transform: uppercase; }
.nav a::after { content: ""; position: absolute; right: 0; bottom: 4px; left: 0; height: 1px; background: var(--red); transform: scaleX(0); transform-origin: right; transition: transform .25s; }
.nav a:hover::after, .nav a:focus-visible::after { transform: scaleX(1); transform-origin: left; }
.header__cta { justify-self: end; padding: 12px 20px; border: 1px solid rgba(255,255,255,.42); font-family: var(--display); font-size: 12px; font-weight: 600; letter-spacing: .13em; text-transform: uppercase; transition: background .2s, border-color .2s; }
.header__cta:hover { background: var(--red); border-color: var(--red); }
.menu-button { display: none; }

.main-hero { position: relative; min-height: 100dvh; display: flex; align-items: center; overflow: hidden; background: #070707; }
.main-hero::before { content: ""; position: absolute; z-index: 1; inset: 0; background: linear-gradient(90deg, rgba(5,5,5,.92) 0%, rgba(5,5,5,.62) 46%, rgba(5,5,5,.1) 72%), linear-gradient(0deg, #070707 0%, transparent 22%); }
.main-hero__media { position: absolute; inset: 0; }
.main-hero__media img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.025); }
.main-hero__content { position: relative; z-index: 2; padding-top: 90px; }
.main-hero h1, .section-heading h2, .arena h2, .booking h2 { margin: 0; font-family: var(--display); font-weight: 700; line-height: .92; letter-spacing: -.025em; text-transform: uppercase; }
.main-hero h1 { max-width: 820px; font-size: clamp(70px, 8.7vw, 138px); }
.main-hero h1 span, .section-heading h2 span, .arena h2 span, .booking h2 span { color: transparent; -webkit-text-stroke: 1px rgba(242,238,231,.55); }
.main-hero__lead { max-width: 520px; margin: 30px 0; color: #c5bfb6; font-size: 19px; }
.main-hero__actions { display: flex; align-items: center; gap: 34px; }
.button { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; padding: 0 29px; border: 0; font-family: var(--display); font-size: 14px; font-weight: 600; letter-spacing: .13em; text-transform: uppercase; cursor: pointer; transition: transform .2s, background .2s; }
.button:active { transform: scale(.97); }
.button--primary { background: var(--red); color: white; }
.button--primary:hover { background: #ed1d25; }
.text-link { display: flex; align-items: center; gap: 12px; font-family: var(--display); font-size: 13px; font-weight: 500; letter-spacing: .1em; text-transform: uppercase; }
.text-link svg { width: 22px; transition: transform .2s; }
.text-link:hover svg { transform: translateX(5px); }
.main-hero__facts { position: absolute; z-index: 2; right: 4vw; bottom: 9vh; display: flex; gap: 1px; background: var(--line); }
.main-hero__facts div { min-width: 145px; display: flex; align-items: center; gap: 11px; padding: 16px 18px; background: rgba(7,7,7,.82); backdrop-filter: blur(8px); }
.main-hero__facts strong { color: var(--brass); font-family: var(--display); font-size: 29px; line-height: 1; }
.main-hero__facts span { color: #aaa; font-size: 12px; line-height: 1.2; text-transform: uppercase; }
.scroll-cue { position: absolute; z-index: 2; left: 32px; bottom: 34px; display: flex; align-items: center; gap: 12px; color: #807a73; font-size: 11px; letter-spacing: .16em; text-transform: uppercase; transform: rotate(-90deg); transform-origin: left center; }
.scroll-cue span { width: 36px; height: 1px; background: var(--red); }

.section { padding: 140px 0; }
.games { background: var(--black); }
.section-heading { display: grid; grid-template-columns: 1.1fr 1fr; align-items: end; gap: 60px; margin-bottom: 70px; }
.section-heading .eyebrow { grid-column: 1 / -1; margin-bottom: -30px; }
.section-heading h2 { font-size: clamp(54px, 7vw, 102px); }
.section-heading > p:last-child { max-width: 450px; margin: 0 0 8px; color: var(--muted); font-size: 18px; }
.game-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.game-card { position: relative; min-height: 510px; display: flex; flex-direction: column; justify-content: flex-end; padding: 42px; overflow: hidden; border: 1px solid var(--line); background-color: #151311; isolation: isolate; }
.game-card::before { content: ""; position: absolute; z-index: -2; inset: 0; opacity: .45; background: radial-gradient(circle at 72% 26%, rgba(208,24,31,.5), transparent 36%), linear-gradient(145deg, transparent 40%, rgba(0,0,0,.8)); transition: transform .55s, opacity .4s; }
.game-card--laser::before { background: radial-gradient(circle at 72% 26%, rgba(198,154,75,.45), transparent 34%), linear-gradient(145deg, transparent 40%, rgba(0,0,0,.8)); }
.game-card:hover::before { transform: scale(1.08); opacity: .65; }
.game-card__number { position: absolute; top: 28px; left: 32px; color: #6f6860; font-family: var(--display); font-size: 13px; letter-spacing: .14em; }
.game-card__meta { color: var(--brass); font-family: var(--display); font-size: 12px; letter-spacing: .16em; text-transform: uppercase; }
.game-card h3 { margin: 4px 0 12px; font-family: var(--display); font-size: clamp(48px, 5vw, 76px); line-height: 1; text-transform: uppercase; }
.game-card__content > p:not(.game-card__meta) { max-width: 440px; color: #aaa49c; }
.game-card__content a { display: inline-flex; gap: 14px; margin-top: 14px; padding-bottom: 5px; border-bottom: 1px solid rgba(255,255,255,.28); font-family: var(--display); font-size: 13px; letter-spacing: .12em; text-transform: uppercase; }
.game-card__content a span { color: var(--red); }

.modes { display: grid; grid-template-columns: .8fr 1.2fr; gap: 72px; margin-top: 86px; padding: 64px 0 0; border-top: 1px solid var(--line); }
.modes__intro .eyebrow { margin-bottom: 16px; }
.modes__intro h3 { margin: 0; font-family: var(--display); font-size: clamp(52px, 5vw, 76px); font-weight: 700; line-height: .92; text-transform: uppercase; }
.modes__intro h3 span { color: transparent; -webkit-text-stroke: 1px rgba(242,238,231,.5); }
.modes__intro > p:last-child { max-width: 310px; margin: 26px 0 0; color: var(--muted); }
.modes__list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.modes__list li { position: relative; min-height: 112px; display: grid; grid-template-columns: 52px 1fr auto; align-items: center; gap: 16px; overflow: hidden; border-bottom: 1px solid var(--line); }
.modes__number { color: var(--red); font-family: var(--display); font-size: 12px; letter-spacing: .14em; }
.modes__list div { display: flex; align-items: baseline; justify-content: space-between; gap: 20px; }
.modes__list strong { font-family: var(--display); font-size: clamp(27px, 3vw, 39px); font-weight: 500; line-height: 1; text-transform: uppercase; }
.modes__list small { color: #7e7770; font-family: var(--display); font-size: 11px; letter-spacing: .14em; text-transform: uppercase; }
.modes__line { width: 32px; height: 1px; background: var(--red); transform: translateX(22px); transition: transform .25s; }
.modes__list li:hover .modes__line { transform: translateX(0); }

.arena { display: grid; grid-template-columns: 1.15fr .85fr; min-height: 820px; padding: 0; background: #0d0c0b; }
.arena__image { min-height: 720px; background: linear-gradient(90deg, transparent 74%, #0d0c0b), linear-gradient(0deg, rgba(0,0,0,.5), transparent 45%), var(--arena-image) center / cover; filter: saturate(.65); }
.arena__content { align-self: center; max-width: 600px; padding: 90px 8vw 90px 6vw; }
.arena h2 { margin-bottom: 34px; font-size: clamp(54px, 6vw, 92px); }
.arena__content > p:not(.eyebrow) { color: var(--muted); }
.check-list { margin: 36px 0 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.check-list li { display: grid; grid-template-columns: 42px 1fr; gap: 8px; padding: 17px 0; border-bottom: 1px solid var(--line); color: #c7c1b9; }
.check-list span { color: var(--red); font-family: var(--display); font-size: 12px; }

.media { background: var(--bone); color: var(--black); }
.media .eyebrow { color: var(--red-dark); }
.media .section-heading h2 span { -webkit-text-stroke-color: rgba(7,7,7,.4); }
.media__heading > p { color: #5e5953 !important; }
.gallery { display: grid; grid-template-columns: repeat(4, 1fr); grid-template-rows: 260px 260px; gap: 10px; }
.gallery__item { position: relative; min-width: 0; padding: 0; overflow: hidden; border: 0; background: #181614; color: #fff; cursor: zoom-in; }
.gallery__item.is-missing { background: linear-gradient(145deg, #211e1b, #100f0e); }
.gallery__item.is-missing::before { content: "ФОТО"; position: absolute; top: 50%; left: 50%; color: rgba(255,255,255,.06); font-family: var(--display); font-size: clamp(48px, 8vw, 110px); font-weight: 700; transform: translate(-50%, -50%); }
.gallery__item.is-missing img { display: none; }
.gallery__item--hero { grid-column: span 2; grid-row: span 2; }
.gallery__item img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.72) contrast(1.04); transition: transform .5s ease, filter .3s; }
.gallery__item--left img { object-position: 5% center; }
.gallery__item--center img { object-position: 61% center; }
.gallery__item--right img { object-position: 94% center; }
.gallery__item:hover img, .gallery__item:focus-visible img { transform: scale(1.035); filter: saturate(1) contrast(1.04); }
.gallery__item::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(0,0,0,.75), transparent 48%); pointer-events: none; }
.gallery__meta { position: absolute; z-index: 1; right: 20px; bottom: 16px; left: 20px; display: flex; align-items: center; justify-content: space-between; pointer-events: none; }
.gallery__meta b { color: var(--red); font-family: var(--display); font-size: 11px; font-weight: 500; letter-spacing: .15em; }
.gallery__meta em { font-family: var(--display); font-size: 12px; font-style: normal; letter-spacing: .1em; text-transform: uppercase; }
.media-video { display: grid; grid-template-columns: 1.45fr .55fr; margin-top: 96px; background: var(--black); color: var(--bone); }
.media-video__frame { position: relative; min-height: 520px; overflow: hidden; background: #050505; }
.media-video__frame::after { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at center, transparent 20%, rgba(0,0,0,.34)); pointer-events: none; }
.media-video video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.media-video__play { position: absolute; z-index: 2; top: 50%; left: 50%; width: 88px; height: 88px; display: grid; place-items: center; padding: 0; border: 1px solid rgba(255,255,255,.72); border-radius: 50%; background: rgba(7,7,7,.55); color: #fff; cursor: pointer; transform: translate(-50%, -50%); backdrop-filter: blur(7px); transition: background .2s, transform .2s; }
.media-video__play:hover { background: var(--red); transform: translate(-50%, -50%) scale(1.06); }
.media-video__play svg { width: 31px; margin-left: 4px; }
.media-video__play.is-hidden { opacity: 0; visibility: hidden; }
.media-video__caption { align-self: center; padding: 48px; }
.media-video__caption > span { color: var(--red); font-family: var(--display); font-size: 11px; letter-spacing: .16em; text-transform: uppercase; }
.media-video__caption h3 { margin: 24px 0; font-family: var(--display); font-size: clamp(39px, 4vw, 58px); line-height: .98; text-transform: uppercase; }
.media-video__caption p { color: var(--muted); }

.lightbox { width: 100%; max-width: none; height: 100%; max-height: none; margin: 0; padding: 0; border: 0; background: rgba(4,4,4,.94); color: #fff; }
.lightbox[open] { display: grid; grid-template-columns: 80px 1fr 80px; align-items: center; }
.lightbox::backdrop { background: rgba(0,0,0,.85); }
.lightbox figure { max-width: min(1200px, calc(100vw - 200px)); margin: auto; }
.lightbox figure img { width: 100%; max-height: 78vh; object-fit: contain; }
.lightbox figcaption { margin-top: 15px; color: #aaa39a; font-family: var(--display); font-size: 12px; letter-spacing: .13em; text-align: center; text-transform: uppercase; }
.lightbox__close, .lightbox__nav { display: grid; place-items: center; padding: 0; border: 0; background: transparent; color: #fff; cursor: pointer; }
.lightbox__close { position: fixed; z-index: 2; top: 25px; right: 25px; width: 52px; height: 52px; border: 1px solid rgba(255,255,255,.3); }
.lightbox__close svg { width: 24px; }
.lightbox__nav { width: 64px; height: 64px; justify-self: center; }
.lightbox__nav svg { width: 36px; }
.lightbox__nav:hover, .lightbox__close:hover { color: var(--red); }

.prices { position: relative; overflow: hidden; background: #0a0909; }
.prices::before { content: "ЦЕНЫ"; position: absolute; right: -10px; top: 30px; color: rgba(255,255,255,.018); font-family: var(--display); font-size: clamp(180px, 28vw, 430px); font-weight: 700; line-height: 1; pointer-events: none; }
.prices__heading { position: relative; }
.prices__minimum { align-self: end; display: flex; align-items: center; justify-self: end; gap: 17px; padding: 16px 20px; border-left: 3px solid var(--red); background: #151312; }
.prices__minimum strong { color: var(--bone); font-family: var(--display); font-size: 54px; line-height: 1; }
.prices__minimum span { color: #aaa39a; font-size: 12px; line-height: 1.25; letter-spacing: .1em; text-transform: uppercase; }
.price-grid { position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.price-card { display: flex; flex-direction: column; padding: 38px; border: 1px solid var(--line); background: #11100f; }
.price-card--laser { background: #15120e; }
.price-card__header { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 34px; padding-bottom: 27px; border-bottom: 1px solid var(--line); }
.price-card__header > span { order: 2; color: #756f68; font-family: var(--display); font-size: 10px; letter-spacing: .15em; text-transform: uppercase; }
.price-card__header h3 { margin: 0; font-family: var(--display); font-size: clamp(45px, 5vw, 70px); line-height: .9; text-transform: uppercase; }
.price-list { margin: 0; }
.price-list > div { min-height: 58px; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 16px; border-bottom: 1px solid rgba(255,255,255,.09); }
.price-list dt { color: #bcb5ad; }
.price-list dd { margin: 0; color: #fff; font-family: var(--display); font-size: 25px; font-variant-numeric: tabular-nums; white-space: nowrap; }
.price-list dd small { color: var(--brass); font-size: 14px; }
.price-card__accent { margin: 20px 0; padding: 13px 15px; border-left: 2px solid var(--red); background: rgba(208,24,31,.1); color: #ddd6cd; font-family: var(--display); font-size: 13px; letter-spacing: .08em; text-transform: uppercase; }
.price-card--laser .price-card__accent { border-color: var(--brass); background: rgba(198,154,75,.08); }
.price-card__extra { display: grid; grid-template-columns: 1fr auto; gap: 2px 16px; padding: 20px 0; }
.price-card__extra span { color: #b2aba3; }
.price-card__extra strong { color: var(--bone); font-family: var(--display); font-size: 19px; font-variant-numeric: tabular-nums; }
.price-card__extra small { grid-column: 1 / -1; color: #716b65; }
.duration { margin-top: auto; padding-top: 22px; border-top: 1px solid var(--line); }
.duration > p { margin: 0 0 8px; color: var(--brass); font-family: var(--display); font-size: 11px; letter-spacing: .15em; text-transform: uppercase; }
.duration > div { display: flex; justify-content: space-between; gap: 20px; padding: 5px 0; color: #928b84; }
.duration strong { color: #ded8d0; font-family: var(--display); font-weight: 500; font-variant-numeric: tabular-nums; }
.duration--single { padding-bottom: 52px; }
.prices__footer { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 30px; margin-top: 25px; padding: 24px 0 0; }
.prices__footer p { max-width: 560px; margin: 0; color: var(--muted); }

.events { background: var(--bone); color: var(--black); }
.events .eyebrow { color: var(--red-dark); }
.events .section-heading h2 span { -webkit-text-stroke-color: rgba(7,7,7,.4); }
.section-heading--row { grid-template-columns: 1.15fr .85fr; }
.section-heading--row .eyebrow { grid-column: auto; margin-bottom: 24px; }
.event-strip { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(7,7,7,.25); border-bottom: 1px solid rgba(7,7,7,.25); }
.event-card { min-height: 330px; padding: 30px; border-right: 1px solid rgba(7,7,7,.2); transition: background .25s, color .25s; }
.event-card:last-child { border-right: 0; }
.event-card:hover { background: var(--red); color: #fff; }
.event-card > span { font-family: var(--display); font-size: 12px; }
.event-card h3 { margin: 75px 0 18px; font-family: var(--display); font-size: 36px; line-height: 1; text-transform: uppercase; }
.event-card p { max-width: 310px; margin: 0; opacity: .7; }

.booking { position: relative; overflow: hidden; background: var(--red-dark); }
.booking::before { content: ""; position: absolute; inset: 0; opacity: .25; background-image: linear-gradient(rgba(255,255,255,.07) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.07) 1px, transparent 1px); background-size: 54px 54px; }
.booking__mark { position: absolute; right: -2vw; bottom: -27vw; color: rgba(0,0,0,.12); font-family: var(--display); font-size: 70vw; font-weight: 700; line-height: 1; }
.booking__inner { position: relative; }
.booking .eyebrow { color: #fff; }
.booking h2 { max-width: 1000px; font-size: clamp(56px, 7.5vw, 116px); }
.booking h2 span { -webkit-text-stroke-color: rgba(255,255,255,.65); }
.booking__inner > p:not(.eyebrow):not(.form-status) { max-width: 560px; margin: 30px 0 40px; color: rgba(255,255,255,.76); font-size: 18px; }
.booking__form { display: grid; grid-template-columns: 1fr 1fr 1fr auto; gap: 16px; max-width: 1180px; }
.booking__form label { display: block; }
.booking__honeypot { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
.booking__form label span { display: block; margin-bottom: 8px; font-size: 12px; letter-spacing: .1em; text-transform: uppercase; }
.booking__form input, .booking__form select { width: 100%; height: 58px; padding: 0 17px; border: 1px solid rgba(255,255,255,.38); border-radius: 0; outline: 0; background: rgba(0,0,0,.12); color: #fff; font-size: 17px; }
.booking__form select { padding-right: 42px; color-scheme: dark; cursor: pointer; }
.booking__form input::placeholder { color: rgba(255,255,255,.55); }
.booking__form input:focus, .booking__form select:focus { border-color: #fff; box-shadow: 0 0 0 2px rgba(255,255,255,.24); }
.booking__form .booking__consent { grid-column: 1 / -1; display: flex; align-items: flex-start; gap: 10px; width: fit-content; cursor: pointer; }
.booking__form .booking__consent input { flex: 0 0 auto; width: 18px; height: 18px; margin: 2px 0 0; accent-color: var(--bone); }
.booking__form .booking__consent span { margin: 0; color: rgba(255,255,255,.82); font-size: 14px; letter-spacing: 0; line-height: 1.45; text-transform: none; }
.booking__form .booking__consent a { text-decoration: underline; text-underline-offset: 3px; }
.button--light { align-self: end; height: 58px; background: var(--bone); color: var(--black); }
.button--light:hover { background: #fff; }
.button--light:disabled { cursor: wait; opacity: .65; }
.form-status { min-height: 25px; margin: 16px 0 0; font-size: 14px; }
.form-status.is-success { color: #fff; }
.form-status.is-error { color: #ffd0cc; }

.footer { padding: 70px 0 28px; background: #050505; }
.footer__grid { display: grid; grid-template-columns: 1.4fr repeat(3, 1fr); gap: 48px; }
.footer__brand img { width: 110px; }
.footer__brand p { color: #78726c; font-size: 13px; text-transform: uppercase; letter-spacing: .1em; }
.footer__label { color: #766f68; font-size: 11px; letter-spacing: .14em; text-transform: uppercase; }
.footer__grid > div:not(:first-child) { display: flex; flex-direction: column; align-items: flex-start; }
.footer__grid a, .footer__grid > div > p:not(.footer__label) { margin: 3px 0; color: #c0bab2; }
.footer__grid a:hover { color: var(--red); }
.footer__bottom { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 16px 24px; margin-top: 64px; padding-top: 20px; border-top: 1px solid var(--line); color: #77716a; font-size: 11px; letter-spacing: .1em; text-transform: uppercase; }
.footer__bottom a { min-height: 44px; display: inline-flex; align-items: center; color: #a59e96; text-decoration: underline; text-underline-offset: 4px; transition: color .2s; }
.footer__bottom a:hover { color: var(--bone); }

.content-page { min-height: 70vh; padding-top: 150px; padding-bottom: 100px; }
.content-article { max-width: 760px; }
.content-article h1 { margin: 0 0 32px; font-family: var(--display); font-size: clamp(52px, 8vw, 96px); line-height: .95; text-transform: uppercase; }
.content-article a:not(.button) { color: var(--brass); text-decoration: underline; text-underline-offset: 4px; }
.content-article--legal { width: 100%; max-width: 900px; overflow: visible; }
.content-article--legal h1 { max-width: 850px; font-size: clamp(46px, 7vw, 82px); overflow-wrap: anywhere; }
.content-article--legal h2 { margin: 48px 0 14px; color: var(--bone); font-family: var(--display); font-size: clamp(26px, 3vw, 36px); line-height: 1.2; }
.content-article--legal p, .content-article--legal li { max-width: 76ch; color: #d1cbc3; font-size: 18px; line-height: 1.75; overflow: visible; white-space: normal; }
.content-article--legal p { margin: 0 0 20px; }
.content-article--legal > * { max-height: none !important; }
.admin-bar .header { top: 32px; }

.reveal { opacity: 0; transform: translateY(26px); transition: opacity .65s ease, transform .65s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

@keyframes half-left { to { transform: translateX(0) rotate(0); } }
@keyframes half-right { to { transform: translateX(0) rotate(0); } }
@keyframes media-in { to { opacity: 1; transform: scale(1); } }
@keyframes fade-up { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: none; } }

@media (max-width: 980px) {
  :root { --container: min(100% - 40px, 760px); }
  .header { height: 76px; grid-template-columns: 1fr auto; padding: 0 20px; }
  .header__cta { display: none; }
  .menu-button { position: relative; z-index: 2; display: grid; place-content: center; gap: 7px; width: 48px; height: 48px; padding: 0; border: 0; background: transparent; cursor: pointer; }
  .menu-button span { display: block; width: 25px; height: 1px; background: #fff; transition: transform .25s; }
  .menu-button[aria-expanded="true"] span:first-child { transform: translateY(4px) rotate(45deg); }
  .menu-button[aria-expanded="true"] span:last-child { transform: translateY(-4px) rotate(-45deg); }
  .nav { position: fixed; inset: 0; display: flex; align-items: center; justify-content: center; background: rgba(7,7,7,.97); opacity: 0; visibility: hidden; transition: opacity .25s, visibility .25s; }
  .nav.is-open { opacity: 1; visibility: visible; }
  .nav__list { flex-direction: column; align-items: center; gap: 20px; }
  .nav a { font-size: 25px; }
  .main-hero__facts { right: 20px; bottom: 25px; }
  .main-hero__facts div { min-width: auto; }
  .main-hero__facts div:nth-child(2) { display: none; }
  .scroll-cue { display: none; }
  .section-heading, .section-heading--row { grid-template-columns: 1fr; gap: 25px; }
  .section-heading .eyebrow { grid-column: auto; margin-bottom: 0; }
  .section-heading--row .eyebrow { margin-bottom: 24px; }
  .game-grid { grid-template-columns: 1fr; }
  .modes { grid-template-columns: 1fr; gap: 44px; }
  .arena { grid-template-columns: 1fr; }
  .arena__image { min-height: 65vw; background-image: linear-gradient(0deg, #0d0c0b, transparent 35%), var(--arena-image); }
  .arena__content { max-width: none; padding: 30px 20px 100px; }
  .gallery { grid-template-columns: repeat(2, 1fr); grid-template-rows: 360px 220px 220px; }
  .gallery__item--hero { grid-column: span 2; grid-row: auto; }
  .media-video { grid-template-columns: 1fr; }
  .media-video__frame { min-height: 50vw; }
  .media-video__caption { padding: 40px; }
  .event-strip { grid-template-columns: 1fr; }
  .price-grid { grid-template-columns: 1fr; }
  .prices__minimum { justify-self: start; }
  .event-card { min-height: auto; border-right: 0; border-bottom: 1px solid rgba(7,7,7,.2); }
  .event-card h3 { margin-top: 35px; }
  .booking__form { grid-template-columns: 1fr 1fr; }
  .booking__form .button { grid-column: 1 / -1; }
  .footer__grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 620px) {
  :root { --container: calc(100% - 32px); }
  body { font-size: 16px; }
  .intro::after { inset: 8px; }
  .intro__content { width: 92vw; }
  .intro__eyebrow { margin-bottom: 6px; }
  .split-logo { width: min(390px, 86vw); }
  .intro__bottom { margin-top: -14px; }
  .intro__tags { flex-wrap: wrap; row-gap: 8px; max-width: 340px; margin-inline: auto; font-size: 10px; }
  .intro__tags li:nth-child(2)::after { display: none; }
  .intro__skip { top: 14px; right: 18px; }
  .intro__index { display: none; }
  .main-hero { min-height: 760px; }
  .main-hero::before { background: linear-gradient(0deg, #070707 3%, rgba(5,5,5,.55) 65%, rgba(5,5,5,.4)); }
  .main-hero__media img { object-position: 56% center; }
  .main-hero__content { align-self: end; padding: 0 0 190px; }
  .main-hero h1 { font-size: clamp(56px, 18vw, 82px); }
  .main-hero__lead { margin: 23px 0; font-size: 17px; }
  .main-hero__actions { align-items: flex-start; flex-direction: column; gap: 18px; }
  .main-hero__facts { left: 16px; right: 16px; bottom: 24px; }
  .main-hero__facts div { flex: 1; }
  .main-hero__facts div:nth-child(2) { display: flex; }
  .main-hero__facts div:nth-child(3) { display: none; }
  .section { padding: 90px 0; }
  .section-heading { margin-bottom: 45px; }
  .section-heading h2, .arena h2 { font-size: 52px; }
  .game-card { min-height: 460px; padding: 28px; }
  .game-card h3 { font-size: 55px; }
  .modes { margin-top: 60px; padding-top: 48px; }
  .modes__list li { grid-template-columns: 38px 1fr; }
  .modes__list div { display: block; }
  .modes__list small { display: block; margin-top: 8px; }
  .modes__line { display: none; }
  .arena__image { min-height: 78vw; }
  .gallery { grid-template-rows: 260px 170px 170px; gap: 6px; }
  .gallery__item--right { grid-column: span 2; }
  .gallery__meta { right: 12px; bottom: 10px; left: 12px; }
  .gallery__meta em { font-size: 10px; }
  .media-video { margin-top: 64px; }
  .media-video__frame { min-height: 58vw; }
  .media-video__play { width: 70px; height: 70px; }
  .media-video__caption { padding: 30px 22px; }
  .lightbox[open] { grid-template-columns: 50px 1fr 50px; }
  .lightbox figure { max-width: calc(100vw - 100px); }
  .lightbox__nav { width: 50px; height: 60px; }
  .price-card { padding: 24px 20px; }
  .price-card__header { display: block; }
  .price-card__header > span { display: block; margin-bottom: 12px; }
  .price-list > div { min-height: 65px; }
  .price-list dt { max-width: 190px; }
  .price-list dd { font-size: 22px; }
  .price-card__extra { grid-template-columns: 1fr; }
  .price-card__extra small { grid-column: auto; }
  .duration--single { padding-bottom: 0; }
  .prices__footer { align-items: flex-start; flex-direction: column; }
  .event-card { padding: 25px 4px; }
  .booking h2 { font-size: 52px; }
  .booking__form { grid-template-columns: 1fr; }
  .booking__form .button { grid-column: auto; }
  .footer__grid { grid-template-columns: 1fr; gap: 26px; }
  .footer__bottom { align-items: flex-start; flex-direction: column; gap: 7px; }
  .admin-bar .header { top: 46px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-delay: 0ms !important; scroll-behavior: auto !important; transition-duration: .01ms !important; }
  .split-logo__half { transform: none; }
  .intro__media, .intro__eyebrow, .intro__bottom { opacity: 1; transform: none; }
}
