@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=Vazirmatn:wght@300;400;500;600;700;800&display=swap");

:root {
  color: #fff;
  background: #0e0c18;
  font-family: "Vazirmatn", "Manrope", sans-serif;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { min-width: 320px; margin: 0; background: #0e0c18; }
button, input { font: inherit; }
a { color: inherit; text-decoration: none; }
button { cursor: pointer; }
img { max-width: 100%; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.arena-home { width: 100%; overflow-x: clip; background: #0e0c18; }
.site-nav {
  position: relative;
  z-index: 20;
  display: flex;
  min-height: 102px;
  align-items: center;
  justify-content: space-between;
  padding: 28px 24px;
  color: #fff;
  background: #0e0c18;
}
.brand { display: inline-flex; align-items: center; color: #fff; direction: ltr; line-height: .78; }
.brand img { display: block; width: 82px; height: auto; max-height: 42px; object-fit: contain; }
.nav-links { display: flex; align-items: center; gap: clamp(18px, 2.5vw, 42px); margin-right: auto; margin-left: 6vw; color: rgba(255,255,255,.88); font-size: 12px; }
.nav-links a { position: relative; transition: color .2s ease; }
.nav-links a::after { position: absolute; right: 0; bottom: -9px; left: 0; height: 1px; background: #cdb8ff; content: ""; transform: scaleX(0); transform-origin: right; transition: transform .2s ease; }
.nav-links a:hover, .nav-links a:focus-visible { color: #fff; }
.nav-links a:hover::after, .nav-links a:focus-visible::after { transform: scaleX(1); }
.nav-actions { display: flex; align-items: center; gap: 18px; font-size: 11px; }
.lang { font-family: "Manrope", sans-serif; letter-spacing: .14em; }
.nav-cta { padding: 10px 18px; border: 1px solid rgba(255,255,255,.5); border-radius: 999px; transition: background .2s ease, color .2s ease; }
.nav-cta:hover, .nav-cta:focus-visible { color: #14111e; background: #fff; }
.menu-button { display: none; padding: 0; border: 0; color: #fff; background: none; font-size: 22px; line-height: 1; }

.hero-carousel { position: relative; overflow: hidden; padding: 0 24px 16px; background: #0e0c18; }
.hero-track { position: relative; width: 100%; min-height: 685px; }
.hero-slide-card {
  position: absolute;
  top: 0;
  left: 50%;
  width: min(1100px, calc(100vw - 48px));
  overflow: hidden;
  border-radius: 8px;
  background: #171320;
  cursor: pointer;
  transform: translateX(-50%);
  transition: opacity 250ms ease, transform 250ms ease;
}
.hero-slide-card[data-slide="0"] { margin-left: calc(-1 * (min(1100px, calc(100vw - 48px)) + 15px)); }
.hero-slide-card[data-slide="1"] { margin-left: 0; }
.hero-slide-card[data-slide="2"] { margin-left: calc(min(1100px, calc(100vw - 48px)) + 15px); }
.hero-slide-card:not(.hero-slide-card--active) { opacity: .45; }
.hero-slide-card--active { margin-left: 0 !important; }
.hero-slide-image { position: relative; display: block; width: 100%; aspect-ratio: 16 / 9; overflow: hidden; }
.hero-slide-image img { position: absolute; inset: 0; display: block; width: 100%; height: 100%; object-fit: cover; user-select: none; }
.hero-slide-caption { display: flex; min-height: 66px; align-items: center; justify-content: space-between; gap: 12px; padding: 11px 18px; color: #fff; background: #171320; }
.hero-slide-caption > div { min-width: 0; }
.hero-slide-caption h1 { margin: 0 0 3px; overflow: hidden; font-size: 16px; font-weight: 700; text-overflow: ellipsis; white-space: nowrap; }
.hero-slide-caption p { margin: 0; color: #9d94a6; font-size: 11px; }
.slide-action { display: inline-flex; min-height: 38px; flex: 0 0 auto; align-items: center; gap: 12px; padding: 9px 15px; color: #171320; background: #d4bfff; font-size: 11px; font-weight: 600; transition: background .2s ease, transform .2s ease; }
.slide-action:hover, .slide-action:focus-visible { background: #eee7ff; transform: translateY(-1px); }
.arrow { display: inline-block; font-family: "Manrope", sans-serif; font-size: 20px; line-height: 0; }
.arrow--light { color: #171522; }
.hero-dots { position: absolute; z-index: 5; bottom: 88px; left: 50%; display: flex; gap: 6px; transform: translateX(-50%); }
.hero-dots button { width: 7px; height: 7px; padding: 0; border: 1px solid #cbb7ee; border-radius: 50%; background: transparent; cursor: pointer; }
.hero-dots button.is-active { background: #cbb7ee; }
.hero-dots button:focus-visible { outline: 2px solid #fff; outline-offset: 3px; }

.section { width: 100%; padding-right: max(24px, calc((100vw - 1100px) / 2)); padding-left: max(24px, calc((100vw - 1100px) / 2)); }
.events-section { padding-top: 60px; padding-bottom: 0; color: #fff; background: #0e0c18; }
.section-heading { display: flex; min-height: 34px; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 16px; }
.section h2 { margin: 0; color: #fff; font-size: 24px; font-weight: 600; line-height: 1.35; letter-spacing: 0; }
.events-section .outline-link { display: inline-flex; min-height: 32px; align-items: center; justify-content: center; padding: 6px 16px; border: 1px solid #716780; border-radius: 8px; color: #fff; background: #171321; font-size: 12px; line-height: 1; transition: border-color 180ms ease, color 180ms ease; }
.events-section .outline-link:hover, .events-section .outline-link:focus-visible { border-color: #c7a8fa; color: #c7a8fa; }
.event-slider { position: relative; margin-inline: 0; }
.event-grid { display: flex; width: 100%; flex-wrap: nowrap; gap: 16px; padding: 0 0 4px; overflow-x: auto; overscroll-behavior-inline: contain; scroll-behavior: smooth; scroll-padding-inline-start: 0; scroll-snap-type: inline mandatory; scrollbar-width: none; }
.event-grid::-webkit-scrollbar, .experience-grid::-webkit-scrollbar { display: none; }
.event-card { display: flex; width: 270px; flex: 0 0 270px; flex-direction: column; gap: 8px; overflow: visible; outline: none; background: transparent; scroll-snap-align: start; }
.event-card:focus-visible .event-art, .event-card.is-event-link:focus-visible .event-art { outline: 2px solid #c7a8fa; outline-offset: 3px; }
.event-card.is-event-link { cursor: pointer; }
.event-art { position: relative; width: 270px; aspect-ratio: 1; overflow: hidden; border-radius: 8px; background: #141a2e; }
.event-art img { position: absolute; inset: 0; display: block; width: 100%; height: 100%; object-fit: cover; transition: transform 300ms ease; user-select: none; }
.event-card:hover .event-art img { transform: scale(1.02); }
.event-badge { position: absolute; z-index: 2; top: 8px; inset-inline-start: 8px; padding: 3px 8px; border-radius: 999px; color: #171321; background: #c9a9fa; font-size: 10px; line-height: 1.3; }
.event-body { display: flex; min-height: 94px; align-items: stretch; justify-content: flex-start; flex-direction: column; gap: 8px; padding: 0; }
.event-body h3 { width: 100%; margin: 0; overflow: hidden; color: #fff; font-size: 16px; font-weight: 500; line-height: 1.5; text-overflow: ellipsis; white-space: nowrap; }
.event-body p { display: flex; align-items: center; gap: 6px; margin: 0; color: #fff; font-size: 12px; line-height: 1.5; text-transform: uppercase; }
.calendar-icon { display: inline-block; width: 12px; height: 12px; flex: 0 0 12px; fill: currentColor; }
.event-action { display: flex; width: 50%; min-height: 32px; align-items: center; justify-content: center; margin-top: 4px; padding: 6px 16px; overflow: hidden; border: 1px solid #716780; border-radius: 8px; color: #fff; background: #171321; font-size: 12px; font-weight: 500; line-height: 1; text-align: center; text-overflow: ellipsis; white-space: nowrap; transition: border-color 180ms ease, color 180ms ease; }
.event-action:hover, .event-action:focus-visible { border-color: #c7a8fa; color: #c7a8fa; }
.event-action--sold { color: #fff; }
.event-fade { position: absolute; z-index: 2; top: 0; bottom: 0; display: none; width: 48px; pointer-events: none; opacity: 0; transition: opacity 300ms ease; }
.event-fade.is-visible { opacity: 1; }
.event-fade--start { right: 0; background: linear-gradient(to left, #0e0c18 0%, rgba(14,12,24,.8) 42%, transparent 100%); }
.event-fade--end { left: 0; background: linear-gradient(to right, #0e0c18 0%, rgba(14,12,24,.8) 42%, transparent 100%); }
.event-arrow { position: absolute; z-index: 3; top: 0; bottom: 0; display: none; width: 40px; align-items: center; border: 0; color: #fff; background: transparent; pointer-events: none; opacity: 0; transition: opacity 300ms ease; }
.event-arrow.is-visible { pointer-events: auto; opacity: 1; }
.event-arrow svg { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 2.5; stroke-linecap: round; stroke-linejoin: round; }
.event-arrow--prev { right: 0; justify-content: flex-start; padding-right: 4px; }
.event-arrow--next { left: 0; justify-content: flex-end; padding-left: 4px; }

.discover-section { padding-top: 48px; padding-bottom: 0; color: #fff; background: #0e0c18; border-top: 1px solid #2b2837; }
.discover-section .section-heading { margin-bottom: 16px; }
.experience-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.experience-card { position: relative; width: 100%; height: 480px; min-height: 480px; overflow: hidden; padding: 28px; border: 1px solid #303442; border-radius: 16px; color: #fff; background-image: linear-gradient(0deg, rgba(14,12,24,.94), rgba(14,12,24,.15)), var(--card-image); background-position: center; background-size: cover; background-repeat: no-repeat; }
.experience-top { display: flex; align-items: center; justify-content: space-between; color: #d8c5fb; font-size: 10px; }
.experience-icon { display: grid; width: 42px; height: 42px; place-items: center; border: 1px solid currentColor; border-radius: 50%; font-family: "Manrope", sans-serif; font-size: 22px; }
.experience-label { font-size: 10px; }
.experience-card h3 { margin: 72px 0 15px; font-size: 27px; font-weight: 500; letter-spacing: -.05em; }
.experience-card p { max-width: 310px; min-height: 58px; margin: 0 0 22px; color: rgba(255,255,255,.7); font-size: 12px; line-height: 1.8; }
.experience-card ul { padding: 0 17px 0 0; margin: 0; color: rgba(255,255,255,.58); font-size: 10px; line-height: 2; }
.card-link { display: inline-flex; align-items: center; gap: 10px; margin-top: 26px; color: #d8c5fb; font-size: 11px; }
.card-link:hover, .card-link:focus-visible { color: #fff; }

.newsletter { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: start; gap: 32px; padding-top: 48px; padding-bottom: 52px; color: #fff; background: #0e0c18; border-top: 1px solid #2b2837; }
.newsletter > div { grid-column: 1; }
.eyebrow { margin: 0 0 16px; color: #aa91dc; font-size: 11px; font-weight: 600; letter-spacing: .04em; }
.newsletter h2 { margin-bottom: 18px; }
.newsletter p:not(.eyebrow):not(.form-status) { max-width: 470px; margin: 0; color: #a49aad; font-size: 12px; line-height: 1.8; }
.newsletter form { display: flex; width: 100%; flex-direction: column; grid-column: 2; grid-row: 1; gap: 12px; }
.newsletter form input { display: block; width: 100%; min-height: 46px; padding: 12px 16px; border: 1px solid #34313f; border-radius: 8px; outline: 0; color: #fff; background: transparent; font-size: 14px; }
.newsletter form input::placeholder { color: #93879f; }
.newsletter form input:focus { border-color: #c7a8fa; }
.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; gap: 16px; padding: 0 22px; border: 0; font-size: 12px; font-weight: 600; transition: transform .2s ease, background .2s ease, color .2s ease; }
.button:hover, .button:focus-visible { background: #eee7ff; transform: translateY(-2px); }
.button--primary { width: 100%; min-height: 46px; border-radius: 8px; color: #171522; background: #d5c1ff; }
.form-status { min-height: 18px; margin: 0; color: #c7a8fa; font-size: 11px; }
.form-status.is-error { color: #ffb9bd; }

.site-footer { padding: 66px 5.5vw 26px; color: #fff; background: #171320; }
.footer-main { display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; gap: 30px; max-width: 1320px; margin: 0 auto; padding-bottom: 70px; }
.site-footer .brand img { width: 104px; }
.footer-copy p { margin: 0 0 8px; font-size: 16px; }
.footer-copy span { color: #8d8393; font-size: 10px; }
.store-buttons { display: flex; justify-content: flex-end; gap: 8px; }
.store-buttons a { padding: 10px 16px; border: 1px solid #574b62; border-radius: 3px; font-family: "Manrope", sans-serif; font-size: 10px; transition: border-color .2s ease; }
.store-buttons a:hover, .store-buttons a:focus-visible { border-color: #c7a8fa; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; max-width: 1320px; margin: 0 auto; padding-top: 18px; border-top: 1px solid #332c3a; color: #766c7d; font-size: 9px; }
.footer-bottom div { display: flex; gap: 22px; }
.footer-bottom a:hover, .footer-bottom a:focus-visible { color: #d8c5fb; }

@media (min-width: 768px) { .event-fade, .event-arrow { display: flex; } }
@media (max-width: 900px) { .nav-links { gap: 16px; margin-left: 2vw; font-size: 10px; }.nav-cta { padding: 8px 12px; }.experience-grid { grid-template-columns: 1fr; }.experience-card { min-height: 330px; }.experience-card h3 { margin-top: 54px; } }
@media (max-width: 640px) {
  .site-nav { min-height: 66px; padding: 16px 18px; }
  .site-nav .brand img { width: 72px; max-height: 34px; }
  .nav-links { position: absolute; top: 66px; right: 16px; left: 16px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 10px 18px; background: rgba(23,19,32,.96); box-shadow: 0 10px 24px rgba(0,0,0,.2); backdrop-filter: blur(15px); }
  .nav-links--open { display: flex; }
  .nav-links a { padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,.1); }
  .nav-links a:last-child { border: 0; }
  .nav-links a::after { display: none; }
  .nav-actions { gap: 9px; }
  .menu-button { display: block; }
  .nav-cta { display: none; }
  .hero-carousel { padding: 0 16px 14px; }
  .hero-track { min-height: calc((100vw - 32px) * 1.333333 + 66px); }
  .hero-slide-card { left: 0; width: calc(100vw - 32px); margin-left: 0 !important; transform: none; }
  .hero-slide-card:not(.hero-slide-card--active) { display: none; }
  .hero-slide-image { aspect-ratio: 3 / 4; }
  .hero-slide-caption { min-height: 66px; padding: 10px 12px; }
  .hero-slide-caption h1 { max-width: 205px; font-size: 13px; }
  .hero-slide-caption p, .slide-action { font-size: 10px; }
  .slide-action { min-height: 34px; gap: 7px; padding: 8px 11px; }
  .hero-dots { bottom: 82px; }
  .section { padding-right: 24px; padding-left: 24px; }
  .events-section { padding-top: 42px; }
  .section-heading { flex-direction: row; align-items: center; margin-bottom: 16px; }
  .section h2 { font-size: 20px; }
  .events-section .outline-link { min-height: 29px; padding: 6px 12px; font-size: 11px; }
  .event-slider { width: calc(100% + 48px); margin-right: -24px; margin-left: -24px; }
  .event-grid { gap: 12px; padding-right: 24px; padding-left: 24px; scroll-padding-inline-start: 24px; }
  .event-card { width: 44%; min-width: 0; flex-basis: 44%; }
  .event-art { width: 100%; }
  .event-body { min-height: 104px; gap: 6px; }
  .event-body h3 { font-size: 14px; }
  .event-body p { font-size: 11px; }
  .event-action { width: 72%; min-height: 29px; margin-top: 3px; padding: 5px 9px; font-size: 10px; }
  .discover-section { padding-top: 36px; }
  .experience-grid { display: flex; width: calc(100% + 48px); margin-right: -24px; margin-left: -24px; padding: 0 24px 4px; gap: 16px; overflow-x: auto; scroll-snap-type: inline mandatory; scrollbar-width: none; }
  .experience-card { width: 85%; height: 416px; min-height: 416px; flex: 0 0 85%; scroll-snap-align: start; }
  .newsletter { grid-template-columns: 1fr; gap: 28px; padding-top: 42px; padding-bottom: 42px; }
  .newsletter > div, .newsletter form { grid-column: 1; grid-row: auto; }
  .newsletter form input, .newsletter .button { min-height: 44px; font-size: 13px; }
  .footer-main { grid-template-columns: 1fr; padding-bottom: 40px; }
  .store-buttons { justify-content: flex-start; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
  .footer-bottom div { flex-wrap: wrap; gap: 12px; }
}
@media (max-width: 360px) { .site-nav { padding-inline: 14px; }.hero-carousel { padding-inline: 12px; }.hero-track { min-height: calc((100vw - 24px) * 1.333333 + 62px); }.hero-slide-card { width: calc(100vw - 24px); }.hero-slide-caption { min-height: 62px; padding: 8px 10px; }.hero-slide-caption h1 { max-width: 178px; font-size: 12px; }.slide-action { min-height: 32px; padding-inline: 9px; }.hero-dots { bottom: 77px; } }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; } }
