.events-page {
  --ev-cta: var(--accent);
  --ev-live: var(--accent-2);
  --ev-red: #e40119;
  --ev-red-bright: #ff1526;
  --ev-flat: rgba(255, 255, 255, .03);
  --ev-line-soft: rgba(255, 255, 255, .08);
  --ev-glass: rgba(8, 12, 20, .78);
  --ev-mono: "Roboto Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
  background: var(--bg);
  color-scheme: dark;
  font-size: 16px;
  line-height: 1.5;
  overflow-x: clip;
}
.events-page [hidden] { display: none !important; }
.events-page .container { width: min(var(--container), calc(100% - 48px)); margin-inline: auto; }
:where(.events-page h1, .events-page h2, .events-page h3, .events-page p) { margin: 0; }
.events-page a, .events-page button, .events-page summary { -webkit-tap-highlight-color: transparent; }
.events-page :focus-visible { outline: 2px solid var(--ev-live); outline-offset: 4px; }
.events-page summary { list-style: none; cursor: pointer; }
.events-page summary::-webkit-details-marker { display: none; }
.ev-mono { font-family: var(--ev-mono); font-variant-numeric: tabular-nums; font-feature-settings: "tnum" 1; }
.ev-title { font-weight: 900; letter-spacing: -.05em; line-height: .98; text-wrap: balance; }
.ev-title::after { content: "."; color: var(--ev-live); }
.ev-dot { color: var(--ev-live); }
h1.ev-title { font-size: clamp(44px, 6.4vw, 88px); }
h2.ev-title { font-size: clamp(34px, 4.6vw, 60px); }
.ev-split h2 { font-size: clamp(32px, 3.8vw, 50px); }
.ev-split h2 { font-weight: 900; letter-spacing: -.05em; line-height: .98; }
.ev-icon { display: inline-block; flex: 0 0 auto; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; vertical-align: middle; }
.ev-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.ev-hp { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; opacity: 0; pointer-events: none; }
.ev-sr-only, .ev-skip:not(:focus) { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }
.ev-skip:focus { position: fixed; top: 8px; left: 8px; z-index: 100; padding: 12px; background: var(--bg-soft); }
.events-page .btn { min-height: 52px; padding: 0 22px; font-size: 13px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; border-radius: 2px; white-space: nowrap; }
.events-page .btn:hover { transform: none; }
.events-page .btn-primary { background: var(--ev-cta); color: #0b0b0b; filter: none; }
.events-page .btn-primary:hover { background: var(--ev-live); }
.events-page .btn-secondary { background: transparent; border-color: var(--line); }
.events-page .btn-secondary:hover { border-color: var(--text); }
.events-page .btn:disabled { opacity: .6; }
.ev-header { background: var(--ev-glass); }
.ev-header-inner { display: flex; align-items: center; justify-content: space-between; gap: 20px; min-height: 64px; }
.ev-brand { display: flex; align-items: center; gap: 10px; flex: 0 0 auto; min-height: 44px; }
.ev-logo { width: 40px; height: 40px; }
.ev-brand-name { font-size: 15px; font-weight: 800; letter-spacing: .16em; white-space: nowrap; }
.ev-nav { display: flex; align-items: center; gap: 18px; }
.ev-nav > a { display: flex; align-items: center; min-height: 44px; font-size: 12px; font-weight: 700; color: var(--muted); white-space: nowrap; transition: color .2s; }
.ev-nav > a:hover, .ev-nav > a[aria-current] { color: var(--text); }
.ev-nav > a[aria-current] { box-shadow: 0 1px var(--ev-live); }
.ev-nav .ev-nav-support, .ev-menu-toggle { display: none; }
.ev-header-actions { display: flex; align-items: center; gap: 8px; }
.ev-header-support { display: grid; place-items: center; min-width: 44px; min-height: 44px; color: var(--muted); transition: color .2s; }
.ev-header-support:hover { color: var(--text); }
.ev-header-actions .ev-header-cta { min-height: 42px; padding: 0 16px; font-size: 11px; }
.ev-hero { position: relative; display: grid; grid-template-rows: 1fr auto; min-height: calc(100svh - 64px); overflow: hidden; border-bottom: 1px solid var(--line); }
.ev-hero-photo { position: absolute; top: 0; right: 0; bottom: 0; width: min(60%, 960px); }
.ev-hero-photo img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: 62% 40%; }
.ev-hero-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, var(--bg) 0%, rgba(7, 11, 18, .78) 24%, rgba(7, 11, 18, 0) 64%), linear-gradient(0deg, var(--bg) 0%, rgba(7, 11, 18, 0) 42%); }
.ev-hero-copy { position: relative; z-index: 1; align-self: center; padding: 96px 0 72px; }
.ev-hero-lead { max-width: 540px; margin-top: 30px; font-size: clamp(18px, 1.8vw, 22px); font-weight: 500; line-height: 1.45; }
.ev-hero-text { max-width: 470px; margin-top: 16px; font-size: 16px; line-height: 1.65; color: var(--muted); }
.ev-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 36px; }
.ev-benefits { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 24px; list-style: none; padding: 26px 0 30px; border-top: 1px solid var(--ev-line-soft); }
.ev-benefits li { display: flex; align-items: center; gap: 14px; font-size: 13.5px; font-weight: 500; line-height: 1.4; }
.ev-benefits .ev-icon { width: 28px; height: 28px; color: var(--ev-live); }
.ev-programme { background: var(--bg-soft); border-bottom: 1px solid var(--line); }
.ev-programme-inner { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); }
.ev-programme a { display: grid; gap: 6px; min-width: 0; padding: 24px 24px 24px 0; border-right: 1px solid var(--ev-line-soft); }
.ev-programme a + a { padding-left: 24px; }
.ev-programme a:last-child { padding-right: 0; border-right: 0; }
.ev-programme strong { font-size: 16px; font-weight: 800; letter-spacing: -.02em; transition: color .2s; }
.ev-programme span { font-size: 12px; color: var(--muted); }
.ev-programme a:hover strong { color: var(--ev-cta); }
.ev-section { padding: 112px 0; scroll-margin-top: 64px; }
.ev-section-head { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr); gap: 24px 48px; align-items: end; margin-bottom: 52px; }
.ev-section-head p { max-width: 520px; padding-bottom: 6px; font-size: 17px; line-height: 1.6; color: var(--muted); justify-self: end; }
.ev-section-head a { color: var(--text); text-decoration: underline; text-decoration-color: var(--ev-cta); text-underline-offset: 3px; }
.ev-section-head a:hover { color: var(--ev-cta); }
.ev-how { background: var(--bg-soft); border-bottom: 1px solid var(--line); }
.ev-steps { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 32px; list-style: none; margin: 0; padding: 0; }
.ev-steps li { padding-top: 20px; border-top: 1px solid var(--line); }
.ev-step-num { display: block; margin-bottom: 22px; font-size: 13px; font-weight: 600; color: var(--ev-live); }
.ev-steps h3 { margin-bottom: 10px; font-size: 19px; font-weight: 800; letter-spacing: -.02em; line-height: 1.2; }
.ev-steps p { font-size: 14.5px; line-height: 1.6; color: var(--muted); }
.ev-timing { display: flex; align-items: flex-start; gap: 14px; max-width: 900px; margin-top: 56px; padding: 22px 24px; border: 1px solid var(--ev-line-soft); background: var(--ev-flat); font-size: 14px; line-height: 1.65; color: var(--muted); }
.ev-timing .ev-icon { width: 20px; height: 20px; margin-top: 2px; color: var(--ev-live); }
.ev-timing .ev-mono { color: var(--text); }
.ev-category + .ev-category { padding-top: 0; }
.ev-packages { display: grid; gap: 24px; }
.ev-packages--ride, .ev-packages--offsite { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.ev-packages--mini_game { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.ev-packages--tournament { grid-template-columns: minmax(0, 1fr); }
.ev-package { position: relative; display: flex; flex-direction: column; min-width: 0; background: var(--ev-flat); border: 1px solid var(--ev-line-soft); border-radius: 2px; scroll-margin-top: 80px; transition: border-color .2s; }
.ev-package:hover { border-color: var(--line); }
.ev-package-media { position: relative; flex: 0 0 auto; aspect-ratio: 16 / 10; overflow: hidden; background: var(--bg-soft); }
.ev-package-media img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center 58%; }
.ev-package-body { display: flex; flex-direction: column; flex: 1; padding: 28px; }
.ev-package h3 { font-size: 26px; font-weight: 800; letter-spacing: -.03em; line-height: 1.1; }
.ev-sheet { display: flex; flex-wrap: wrap; align-items: center; margin-top: 14px; font-size: 12.5px; color: var(--muted); }
.ev-sheet span + span::before { content: ""; display: inline-block; width: 1px; height: 12px; margin: 0 12px; background: var(--line); vertical-align: -1px; }
.ev-tagline { margin-top: 20px; font-size: 18px; font-weight: 700; letter-spacing: -.01em; }
.ev-desc { margin-top: 18px; font-size: 15.5px; line-height: 1.6; color: var(--muted); }
.ev-tagline + .ev-desc { margin-top: 10px; }
.ev-included { margin-top: 26px; padding-top: 18px; border-top: 1px solid var(--ev-line-soft); font-size: 13px; font-weight: 700; }
.ev-features { display: grid; gap: 9px; list-style: none; margin: 12px 0 0; padding: 0; }
.ev-features li { position: relative; padding-left: 18px; font-size: 14.5px; line-height: 1.5; }
.ev-features li::before { content: ""; position: absolute; left: 0; top: .7em; width: 8px; height: 1px; background: var(--ev-cta); }
.ev-note { margin-top: 18px; padding-left: 12px; border-left: 2px solid var(--line); font-size: 13px; line-height: 1.6; color: var(--muted); }
.ev-rules { margin-top: 22px; border-top: 1px solid var(--ev-line-soft); }
.ev-rules summary { display: flex; justify-content: space-between; align-items: center; min-height: 48px; font-size: 13.5px; font-weight: 700; }
.ev-rules p { margin-bottom: 10px; font-size: 13.5px; line-height: 1.6; color: var(--muted); }
.ev-rules strong { color: var(--text); }
.ev-plus { position: relative; flex: 0 0 auto; width: 14px; height: 14px; transition: transform .2s; }
.ev-plus::before, .ev-plus::after { content: ""; position: absolute; background: var(--ev-cta); }
.ev-plus::before { left: 0; right: 0; top: 50%; height: 1.5px; transform: translateY(-50%); }
.ev-plus::after { top: 0; bottom: 0; left: 50%; width: 1.5px; transform: translateX(-50%); }
details[open] > summary .ev-plus { transform: rotate(45deg); }
.ev-package-foot { margin-top: auto; padding-top: 26px; }
.ev-price-row { display: flex; align-items: flex-end; justify-content: space-between; gap: 16px; padding-top: 22px; border-top: 1px solid var(--line); }
.ev-price { font-size: 34px; font-weight: 700; letter-spacing: -.03em; line-height: 1; white-space: nowrap; }
.ev-price small { margin-right: 8px; font-family: Inter, ui-sans-serif, system-ui, sans-serif; font-size: 14px; font-weight: 600; letter-spacing: 0; vertical-align: middle; }
.ev-unit { display: block; margin-top: 8px; font-size: 12.5px; color: var(--muted); }
.ev-per-person { margin-top: 14px; font-size: 12.5px; line-height: 1.6; color: var(--muted); }
.ev-per-person--note { margin-top: 6px; }
.ev-badge { position: absolute; top: 14px; left: 14px; display: inline-flex; align-items: center; gap: 8px; min-height: 32px; padding: 0 12px; font-size: 11px; font-weight: 700; letter-spacing: .04em; color: var(--text); background: var(--ev-glass); border: 1px solid var(--line); backdrop-filter: blur(8px); }
.ev-badge .ev-icon { width: 16px; height: 16px; }
.ev-badge--crown { color: #fff; background: var(--ev-red); border-color: var(--ev-red); }
.ev-visual-note { position: absolute; right: 12px; bottom: 10px; padding: 3px 7px; font-size: 10px; color: var(--muted); background: var(--ev-glass); }
.ev-package--featured, .ev-package--featured:hover { border-color: var(--ev-red-bright); box-shadow: 0 0 0 1px color-mix(in srgb, var(--ev-red-bright) 30%, transparent), 0 30px 90px -40px color-mix(in srgb, var(--ev-red) 75%, transparent); }
.ev-package--experience .ev-package-media img { object-position: 50% 35%; }
.ev-capacity { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin-top: 22px; }
.ev-capacity div { padding: 14px 16px; border: 1px solid var(--ev-line-soft); background: var(--ev-flat); }
.ev-capacity b { display: block; font-size: 24px; font-weight: 700; letter-spacing: -.02em; line-height: 1; }
.ev-capacity span { display: block; margin-top: 6px; font-size: 12px; color: var(--muted); }
.ev-packages--offsite .ev-features, .ev-packages--tournament .ev-features { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px 20px; }
.ev-packages--tournament .ev-package { display: grid; grid-template-columns: minmax(0, .46fr) minmax(0, .54fr); }
.ev-packages--tournament .ev-package-media { height: 100%; min-height: 520px; aspect-ratio: auto; }
.ev-packages--tournament .ev-package-body { padding: 36px; }
.ev-packages--tournament h3 { font-size: 34px; }
.ev-compare { background: var(--bg-soft); border-block: 1px solid var(--line); }
.ev-table { width: 100%; border-collapse: collapse; table-layout: fixed; font-size: 13.5px; }
.ev-table thead th { padding: 0 14px 14px; text-align: left; font-size: 12px; font-weight: 600; color: var(--muted); }
.ev-table th:first-child { width: 18%; }
.ev-table th:nth-child(2) { width: 9%; }
.ev-table th:nth-child(3) { width: 11%; }
.ev-table th:nth-child(6) { width: 11%; }
.ev-table th:nth-child(7) { width: 11%; }
.ev-table th:last-child { width: 15%; }
.ev-table td, .ev-table tbody th { padding: 22px 14px; border-top: 1px solid var(--line); vertical-align: top; text-align: left; line-height: 1.5; overflow-wrap: anywhere; }
.ev-table thead th:first-child, .ev-table tbody th { padding-left: 0; }
.ev-table tbody tr:last-child > * { border-bottom: 1px solid var(--line); }
.ev-table tbody th { font-size: 15px; font-weight: 800; letter-spacing: -.01em; }
.ev-table tbody th .ev-icon { width: 16px; height: 16px; margin-right: 6px; color: var(--ev-red-bright); vertical-align: -3px; }
.ev-table td > small, .ev-table tbody th > small { display: block; margin-top: 6px; font-size: 12px; font-weight: 400; color: var(--muted); }
.ev-table td.ev-mono { font-size: 13px; }
.ev-table tbody td.ev-table-price { padding-right: 0; text-align: right; }
.ev-table-price .ev-price { font-size: 20px; }
.ev-table .ev-order { width: 100%; min-height: 40px; margin-top: 12px; padding: 0 14px; font-size: 11px; }
.ev-table .ev-row-featured > * { background: color-mix(in srgb, var(--ev-red) 7%, transparent); }
.ev-table .ev-row-featured > th { padding-left: 14px; box-shadow: inset 3px 0 0 var(--ev-red-bright); }
.ev-table .ev-row-experience > * { background: var(--ev-flat); }
.ev-compare-list { display: none; }
.ev-split { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 72px; align-items: start; }
.ev-split-copy { padding-top: 8px; }
.ev-split-copy > p { max-width: 460px; margin-top: 26px; font-size: 17px; line-height: 1.65; color: var(--muted); }
.ev-split-note { display: flex; flex-wrap: wrap; align-items: center; margin-top: 28px; font-size: 13px; color: var(--text); }
.ev-split-note i { width: 1px; height: 12px; margin: 0 12px; background: var(--line); }
.ev-free { border-bottom: 1px solid var(--line); }
.ev-form { display: grid; gap: 20px; padding: 32px; background: var(--ev-flat); border: 1px solid var(--ev-line-soft); }
.ev-form .input { min-width: 0; min-height: 52px; font-size: 16px; background: rgba(255, 255, 255, .04); }
.ev-form .input::placeholder { color: var(--muted); opacity: .75; }
.ev-form .input:focus { border-color: var(--ev-cta); box-shadow: 0 0 0 3px color-mix(in srgb, var(--ev-cta) 18%, transparent); }
.ev-form textarea.input { min-height: 104px; padding: 14px 16px; resize: vertical; }
.ev-form select.input { width: 100%; padding: 0 36px 0 14px; text-overflow: ellipsis; }
.ev-form option, .ev-form optgroup { background: var(--bg-soft); }
.ev-form .field-label { font-size: 13px; font-weight: 600; }
.ev-form .field { min-width: 0; gap: 8px; }
.ev-form .ev-field-error:empty { display: none; }
.ev-field-error { font-size: 12.5px; color: var(--danger); }
.ev-form .input[aria-invalid='true'] { border-color: var(--danger); }
.ev-optional { font-size: 11.5px; font-weight: 400; color: var(--muted); }
.ev-form-hint { font-size: 12.5px; text-align: center; color: var(--muted); }
.ev-form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px 16px; }
.ev-selection { padding-bottom: 16px; border-bottom: 1px solid var(--line); font-size: 13.5px; font-weight: 600; color: var(--ev-live); }
.ev-form > .btn { width: 100%; }
.ev-form-status { padding: 14px 16px; border: 1px solid var(--line); font-size: 14px; line-height: 1.6; }
.ev-form[data-state='error'] .ev-form-status { border-color: var(--danger); }
.ev-form[data-state='success'] .ev-form-status { border-color: var(--success); color: var(--success); }
.ev-fallback p { margin-bottom: 12px; font-size: 13.5px; line-height: 1.6; color: var(--muted); }
.ev-fallback .btn { width: 100%; }
.ev-faq-list { max-width: 880px; border-top: 1px solid var(--line); }
.ev-faq-item { border-bottom: 1px solid var(--line); }
.ev-faq-item summary { display: flex; justify-content: space-between; align-items: center; gap: 24px; min-height: 70px; padding: 20px 0; font-size: 18px; font-weight: 700; letter-spacing: -.01em; transition: color .2s; }
.ev-faq-item summary:hover { color: var(--ev-cta); }
.ev-faq-item > div { max-width: 720px; padding-bottom: 24px; font-size: 15.5px; line-height: 1.7; color: var(--muted); }
.ev-contacts { background: var(--bg-soft); border-top: 1px solid var(--line); }
.ev-contact-link { display: flex; align-items: center; gap: 14px; min-height: 44px; margin-top: 32px; }
.ev-contact-link .ev-icon { width: 26px; height: 26px; color: var(--ev-cta); }
.ev-contact-link span { font-size: 12.5px; color: var(--muted); }
.ev-contact-link strong { display: block; margin-top: 4px; font-size: 16px; font-weight: 600; color: var(--text); transition: color .2s; }
.ev-contact-link:hover strong { color: var(--ev-cta); }
.ev-noscript { padding: 24px 0; color: var(--muted); }
.ev-noscript a { color: var(--ev-cta); text-decoration: underline; }
.torq-foot { position: relative; z-index: 2; display: flex; align-items: center; justify-content: space-between; gap: 12px 24px; flex-wrap: wrap; padding: 18px 28px; padding-bottom: max(18px, env(safe-area-inset-bottom)); border-top: 1px solid rgba(255, 255, 255, .08); background: rgba(6, 10, 18, .72); color: var(--text); -webkit-backdrop-filter: blur(10px) saturate(1.05); backdrop-filter: blur(10px) saturate(1.05); }
.torq-foot__links { display: flex; flex-wrap: wrap; gap: 8px 22px; }
.torq-foot__links a { color: rgba(238, 243, 251, .62); text-decoration: none; font-size: .82rem; font-weight: 700; transition: color .18s ease; }
.torq-foot__links a:hover, .torq-foot__links a:focus-visible { color: var(--accent-2); outline: none; }
.torq-foot__copy { color: rgba(238, 243, 251, .4); font-size: .78rem; font-weight: 700; letter-spacing: .04em; }
@media (max-width: 1199px) {
  .ev-nav { gap: 14px; }
  .ev-nav > a { font-size: 11px; }
  .ev-header-support { display: none; }
  .ev-split { gap: 44px; }
}
@media (max-width: 1099px) {
  .ev-menu-toggle { display: flex; flex-direction: column; justify-content: center; gap: 5px; width: 44px; height: 44px; padding: 12px; background: transparent; border: 1px solid var(--line); border-radius: 2px; cursor: pointer; }
  .ev-menu-toggle span { display: block; width: 18px; height: 2px; background: var(--text); transition: transform .2s, opacity .2s; }
  .ev-menu-toggle[aria-expanded='true'] span:first-child { transform: translateY(7px) rotate(45deg); }
  .ev-menu-toggle[aria-expanded='true'] span:nth-child(2) { opacity: 0; }
  .ev-menu-toggle[aria-expanded='true'] span:last-child { transform: translateY(-7px) rotate(-45deg); }
  .ev-nav { display: none; position: absolute; top: 100%; left: 0; right: 0; flex-direction: column; align-items: stretch; gap: 0; max-height: calc(100dvh - 64px); padding: 8px 24px 16px; overflow-y: auto; background: var(--ev-glass); backdrop-filter: blur(16px); border-bottom: 1px solid var(--line); }
  .ev-nav.is-open { display: flex; }
  .ev-nav > a, .ev-nav .ev-nav-support { display: flex; min-height: 48px; font-size: 14px; border-bottom: 1px solid var(--ev-line-soft); }
  .ev-nav > a:last-child { border-bottom: 0; }
  .ev-header-support { display: grid; }
  .ev-hero { display: flex; flex-direction: column; min-height: 0; }
  .ev-hero-photo { position: relative; order: 2; width: auto; height: min(52vw, 420px); }
  .ev-hero-photo img { object-position: 50% 45%; }
  .ev-hero-photo::after { background: linear-gradient(180deg, var(--bg) 0%, rgba(7, 11, 18, 0) 30%), linear-gradient(0deg, var(--bg) 0%, rgba(7, 11, 18, 0) 30%); }
  .ev-hero-copy { order: 1; padding: 64px 0 40px; }
  h1.ev-title { font-size: clamp(40px, 7vw, 68px); }
  .ev-benefits { order: 3; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px 32px; padding-top: 8px; border-top: 0; }
  .ev-section { padding: 80px 0; }
  .ev-section-head { grid-template-columns: 1fr; align-items: start; margin-bottom: 36px; }
  .ev-section-head p { padding: 0; justify-self: start; }
  .ev-steps { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ev-packages--mini_game { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ev-packages--mini_game .ev-package:last-child { grid-column: 1 / -1; display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); }
  .ev-packages--mini_game .ev-package:last-child .ev-package-media { height: 100%; aspect-ratio: auto; }
  .ev-packages--tournament .ev-package { grid-template-columns: 1fr; }
  .ev-packages--tournament .ev-package-media { height: auto; min-height: 0; aspect-ratio: 16 / 9; }
  .ev-packages--offsite { grid-template-columns: 1fr; }
  .ev-packages--offsite .ev-package { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); }
  .ev-packages--offsite .ev-package-media { height: 100%; aspect-ratio: auto; }
  .ev-packages--offsite .ev-features { grid-template-columns: 1fr; }
  .ev-table-wrap { display: none; }
  .ev-compare-list { display: block; border-top: 1px solid var(--line); }
  .ev-compare-item { border-bottom: 1px solid var(--line); }
  .ev-compare-item.ev-row-featured { padding-left: 14px; box-shadow: inset 3px 0 0 var(--ev-red-bright); }
  .ev-compare-item.ev-row-experience { background: var(--ev-flat); }
  .ev-compare-item > summary { display: grid; grid-template-columns: minmax(0, 1fr) auto 14px; align-items: center; gap: 16px; padding: 18px 0; }
  .ev-compare-name { font-size: 16px; font-weight: 800; letter-spacing: -.01em; }
  .ev-compare-name small { display: block; margin-top: 6px; font-size: 12px; font-weight: 500; color: var(--muted); }
  .ev-compare-name i { display: inline-block; width: 1px; height: 10px; margin: 0 10px; background: var(--line); }
  .ev-compare-name .ev-icon { width: 16px; height: 16px; margin-right: 6px; color: var(--ev-red-bright); vertical-align: -3px; }
  .ev-compare-item .ev-price { font-size: 18px; }
  .ev-compare-body { padding-bottom: 22px; }
  .ev-compare-body dl { margin: 0 0 18px; }
  .ev-compare-body dl > div { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.4fr); gap: 16px; padding: 10px 0; border-top: 1px solid var(--ev-line-soft); font-size: 13.5px; }
  .ev-compare-body dt { color: var(--muted); }
  .ev-compare-body dd { margin: 0; }
  .ev-split { grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: 32px; }
  .ev-form { padding: 24px; }
  .ev-form-grid { grid-template-columns: 1fr; }
}
@media (max-width: 767px) {
  .ev-split-note i { display: none; }
  .ev-split-note .ev-mono { width: 100%; margin-bottom: 4px; }
  .events-page .container { width: calc(100% - 36px); }
  .ev-header-inner { min-height: 60px; }
  .ev-nav { max-height: calc(100dvh - 60px); }
  .ev-header .ev-header-cta { display: inline-flex; min-height: 40px; padding: 0 12px; font-size: 10px; }
  .ev-header-support { display: none; }
  h1.ev-title { font-size: clamp(38px, 11vw, 52px); }
  .ev-hero-copy { padding: 48px 0 32px; }
  .ev-hero-lead { margin-top: 22px; font-size: 18px; }
  .ev-hero-text { font-size: 15px; }
  .ev-actions { margin-top: 28px; }
  .ev-actions .btn { flex: 1 1 150px; padding: 0 12px; font-size: 12px; }
  .ev-hero-photo { height: min(64vw, 320px); }
  .ev-benefits { grid-template-columns: 1fr; gap: 14px; padding-bottom: 28px; }
  .ev-benefits li { font-size: 13px; }
  .ev-programme-inner { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ev-programme a { padding: 18px 16px 18px 0; border-bottom: 1px solid var(--ev-line-soft); }
  .ev-programme a + a { padding-left: 16px; }
  .ev-programme a:nth-child(2n) { padding-right: 0; border-right: 0; }
  .ev-programme a:nth-last-child(-n+2) { border-bottom: 0; }
  .ev-programme strong { font-size: 14px; }
  .ev-section { padding: 64px 0; }
  h2.ev-title, .ev-split h2 { font-size: clamp(32px, 9vw, 42px); }
  .ev-section-head p { font-size: 15px; }
  .ev-steps { grid-template-columns: 1fr; gap: 24px; }
  .ev-timing { margin-top: 40px; padding: 18px; }
  .ev-packages, .ev-packages--mini_game { grid-template-columns: 1fr; gap: 20px; }
  .ev-packages--mini_game .ev-package:last-child, .ev-packages--offsite .ev-package { display: flex; }
  .ev-packages--mini_game .ev-package:last-child .ev-package-media, .ev-packages--offsite .ev-package-media, .ev-packages--tournament .ev-package-media { height: auto; aspect-ratio: 16 / 10; }
  .ev-package-body, .ev-packages--tournament .ev-package-body { padding: 22px 20px 24px; }
  .ev-package h3, .ev-packages--tournament h3 { font-size: 24px; }
  .ev-packages--tournament .ev-features { grid-template-columns: 1fr; }
  .ev-price-row { flex-wrap: wrap; }
  .ev-price-row > div, .ev-price-row .ev-order { width: 100%; }
  .ev-price { font-size: 32px; }
  .ev-capacity { gap: 10px; }
  .ev-capacity b { font-size: 22px; }
  .ev-compare-item > summary { grid-template-columns: minmax(0, 1fr) 14px; gap: 12px; }
  .ev-compare-item .ev-price { grid-row: 2; margin-top: 4px; font-size: 18px; justify-self: start; }
  .ev-compare-item .ev-plus { grid-column: 2; grid-row: 1 / 3; }
  .ev-compare-body dl > div { grid-template-columns: minmax(0, 1fr) minmax(0, 1.2fr); gap: 12px; }
  .ev-compare-item .ev-order { width: 100%; }
  .ev-split { grid-template-columns: 1fr; gap: 32px; }
  .ev-split-copy > p { font-size: 15.5px; }
  .ev-form { padding: 20px; }
  .ev-form > .btn { padding: 0 12px; font-size: 12px; line-height: 1.3; white-space: normal; }
  .ev-faq-item summary { min-height: 64px; padding: 16px 0; font-size: 16px; }
  .ev-faq-item > div { font-size: 15px; }
}
@media (max-width: 560px) {
  .ev-brand-name { display: none; }
}
@media (max-width: 359px) {
  .ev-header-inner { gap: 8px; }
  .ev-header-actions .ev-header-cta { max-width: 132px; font-size: 9.5px; line-height: 1.2; white-space: normal; }
  .ev-package-body, .ev-form { padding: 18px 16px; }
  .ev-capacity { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .events-page *, .events-page *::before, .events-page *::after { transition: none !important; animation: none !important; }
}
