.arena-page [hidden] { display: none !important; }
.visually-hidden { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
.arena-page .site-nav [aria-current="page"] { display: inline-flex; color: var(--mint); }
.arena-hero { position: relative; isolation: isolate; min-height: 420px; overflow: hidden; color: var(--white); background: var(--dark-soft); }
.arena-hero-photo, .arena-hero-photo img { position: absolute; inset: 0; width: 100%; height: 100%; }
.arena-hero-photo img { object-fit: cover; object-position: center 44%; z-index: -2; }
.arena-hero::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(5, 24, 15, .93), rgba(5, 24, 15, .68) 42%, rgba(5, 24, 15, .13)), linear-gradient(0deg, rgba(5, 24, 15, .4), transparent 50%); }
.arena-hero-content { padding-block: 128px 42px; }
.arena-hero .eyebrow { margin-bottom: 15px; }
.arena-hero h1 { margin: 0; font-size: clamp(2.55rem, 4.6vw, 4rem); letter-spacing: -.055em; line-height: 1.04; font-weight: 730; }
.arena-hero-content > p:not(.eyebrow) { margin: 20px 0 18px; color: rgba(255, 255, 255, .79); font-size: 1.02rem; line-height: 1.55; }
.arena-hero-link { display: inline-flex; gap: 35px; align-items: center; color: var(--mint); font-size: .82rem; font-weight: 650; text-decoration: none; }
.arena-hero-link span { font-size: 1.3rem; }
.arena-hero-link:hover { color: white; }
.arena-hero-caption { position: absolute; bottom: 36px; right: max(24px, calc((100vw - var(--page)) / 2)); font-size: .72rem; letter-spacing: .025em; color: rgba(255,255,255,.8); }
.catalogue-section { padding-top: 48px; scroll-margin-top: 24px; }
.catalogue-heading { display: flex; justify-content: space-between; align-items: center; gap: 30px; margin-bottom: 27px; }
.catalogue-heading .eyebrow { margin-bottom: 9px; font-size: .67rem; }
.catalogue-heading h2 { margin: 0; font-size: clamp(1.65rem, 2.5vw, 2.25rem); line-height: 1.2; letter-spacing: -.04em; font-weight: 710; }
.catalogue-heading p:not(.eyebrow) { margin: 10px 0 0; font-size: .86rem; color: var(--muted); }
.catalogue-stats { display: flex; gap: 26px; text-align: center; }
.catalogue-stats > div { min-width: 66px; }
.catalogue-stats > div + div { padding-left: 26px; border-left: 1px solid var(--line); }
.catalogue-stats strong { display: block; font-size: 1.9rem; line-height: 1.25; font-weight: 650; letter-spacing: -.04em; }
.catalogue-stats span { font-size: .7rem; color: var(--muted); }
.arena-explorer { display: grid; grid-template-columns: minmax(0, 1fr) 350px; min-height: 575px; border: 1px solid var(--line); border-radius: var(--radius-lg); box-shadow: var(--shadow); overflow: hidden; background: var(--surface); }
.globe-panel { position: relative; min-width: 0; height: 575px; overflow: hidden; color: #e0eee5; background: radial-gradient(ellipse at 48% 44%, #1b3a2b, #10271c 50%, #0b1b13); }
.globe-topline { position: absolute; z-index: 2; top: 24px; left: 26px; right: 26px; display: flex; justify-content: space-between; align-items: center; pointer-events: none; font-size: .62rem; letter-spacing: .13em; text-transform: uppercase; color: #a9c6b6; }
.globe-topline > span:first-child { display: flex; align-items: center; gap: 9px; }
.globe-topline i, .globe-bottomline i { width: 6px; height: 6px; border-radius: 50%; background: var(--mint); display: inline-block; }
.globe-stage { position: absolute; inset: 0; }
#globe { display: block; width: 100%; height: 100%; cursor: grab; touch-action: none; }
#globe:active { cursor: grabbing; }
#globe:focus-visible { outline-offset: -5px; }
#globe-markers { position: absolute; inset: 0; pointer-events: none; }
.globe-marker { position: absolute; left: 0; top: 0; display: flex; align-items: center; justify-content: center; width: 36px; height: 36px; padding: 0; border: 0; border-radius: 50%; background: transparent; cursor: pointer; pointer-events: auto; color: #08281a; font-size: 11px; font-weight: 700; line-height: 1; touch-action: manipulation; }
.globe-marker span { display: flex; justify-content: center; align-items: center; width: 12px; height: 12px; background: #66edb1; border: 2px solid #e6fff2; border-radius: 50%; box-shadow: 0 0 0 5px rgba(82, 221, 162, .17), 0 2px 8px #061a10; transition: box-shadow 150ms, background 150ms; }
.globe-marker.is-cluster span { width: 26px; height: 26px; }
.globe-marker:hover span, .globe-marker[aria-pressed="true"] span { background: #fff; box-shadow: 0 0 0 8px rgba(82,221,162,.24), 0 0 20px rgba(82,221,162,.35); }
.globe-marker:focus-visible { outline-offset: 0; }
.globe-controls { position: absolute; z-index: 2; bottom: 59px; left: 24px; right: 24px; display: flex; justify-content: space-between; pointer-events: none; }
.globe-controls button, .zoom-controls { border: 1px solid #395344; border-radius: 9px; background: #122b20; color: #e1eee6; pointer-events: auto; }
.globe-controls button { min-height: 40px; cursor: pointer; }
.globe-controls button:hover { background: #244c37; border-color: #80aa92; }
.globe-controls button:disabled { opacity: .4; cursor: default; }
.zoom-controls { display: flex; align-items: center; overflow: hidden; }
.zoom-controls button { width: 41px; border: 0; border-radius: 0; background: transparent; font-size: 1.25rem; }
.zoom-controls output { width: 38px; text-align: center; font-size: .7rem; color: #a9c6b6; font-variant-numeric: tabular-nums; }
.reset-control { padding: 0 13px; display: flex; align-items: center; gap: 8px; font-size: .72rem; }
.reset-control span { font-size: 1.2rem; }
.globe-bottomline { position: absolute; z-index: 2; bottom: 22px; left: 26px; right: 26px; display: flex; justify-content: space-between; gap: 12px; pointer-events: none; color: #92b29f; font-size: .62rem; }
.globe-bottomline p { margin: 0; }
.globe-bottomline > span { display: flex; align-items: center; gap: 7px; }
.globe-message, .globe-noscript { position: absolute; z-index: 2; top: 60px; left: 30px; right: 30px; margin: 0; text-align: center; color: #c6dbce; font-size: .8rem; }
.globe-noscript { top: 100px; }
.arena-browser { display: flex; flex-direction: column; min-width: 0; height: 575px; background: var(--surface); }
.browser-heading { padding: 27px 25px 17px; }
.browser-heading .eyebrow { font-size: .61rem; margin-bottom: 9px; }
.browser-heading h3 { margin: 0; font-size: 1.35rem; font-weight: 680; letter-spacing: -.035em; line-height: 1.25; }
.browser-heading > p:last-child { margin: 8px 0 0; font-size: .75rem; color: var(--muted); }
.browser-tools { padding: 0 25px; }
.arena-search { display: flex; align-items: center; gap: 9px; padding: 10px 12px; border: 1px solid var(--line); border-radius: 9px; background: var(--surface-soft); }
.arena-search:focus-within { outline: 2px solid var(--green); outline-offset: 2px; }
.arena-search svg { width: 17px; height: 17px; flex: none; fill: none; stroke: var(--muted); stroke-width: 1.5; }
.arena-search input { color: var(--ink); background: transparent; width: 100%; min-width: 0; border: 0; outline: none; font-size: .76rem; }
.arena-search input::placeholder { color: var(--muted); }
.browser-filter { min-height: 47px; display: flex; justify-content: space-between; align-items: center; gap: 10px; font-size: .67rem; color: var(--muted); }
.browser-filter button { border: 0; padding: 5px 0; color: var(--green); background: transparent; font-size: .7rem; font-weight: 600; cursor: pointer; }
.location-list { flex: 1; overflow-y: auto; overscroll-behavior: contain; padding: 0 25px 20px; scrollbar-width: thin; scrollbar-color: var(--line) transparent; }
.location-card { border-top: 1px solid var(--line); }
.location-card summary { display: flex; align-items: center; gap: 11px; padding: 16px 0; cursor: pointer; list-style: none; }
.location-card summary::-webkit-details-marker { display: none; }
.location-symbol { width: 33px; height: 33px; flex: none; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 10px; background: var(--surface-soft); color: var(--green); }
.location-card summary > span:nth-child(2) { flex: 1; min-width: 0; }
.location-card summary strong { display: block; font-size: .82rem; font-weight: 650; line-height: 1.3; overflow-wrap: anywhere; }
.location-card summary small { display: block; margin-top: 3px; font-size: .67rem; color: var(--muted); }
.location-chevron { color: var(--muted); font-size: 1.1rem; }
.location-card[open] .location-chevron { transform: rotate(45deg); }
.location-card[open] .location-symbol { color: var(--green); background: var(--mint-soft); }
.club-group { padding: 0 0 14px; }
.club-group h4 { margin: 0 0 8px; font-size: .71rem; line-height: 1.5; color: var(--muted); font-weight: 650; overflow-wrap: anywhere; }
.arena-download { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 11px 12px; margin-top: 7px; border: 1px solid var(--line); border-radius: 10px; color: var(--ink); background: var(--surface-soft); text-decoration: none; }
.arena-download:hover { border-color: var(--green); background: var(--mint-soft); }
.arena-download > span:first-child { min-width: 0; }
.arena-download strong { display: block; font-size: .79rem; line-height: 1.3; font-weight: 650; overflow-wrap: anywhere; }
.arena-download small { display: block; margin-top: 4px; font-size: .65rem; color: var(--muted); }
.file-format { display: block; margin-top: 6px; font-size: .59rem; color: var(--green); letter-spacing: .035em; }
.arena-download svg { width: 19px; height: 19px; flex: none; fill: none; stroke: var(--green); stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.browser-note { margin: 0; border-top: 1px solid var(--line); padding: 15px 20px; font-size: .61rem; text-align: center; color: var(--muted); }
.catalogue-empty { padding: 36px 10px; text-align: center; }
.catalogue-empty svg { margin: 0 auto 17px; width: 57px; height: 57px; fill: none; stroke: var(--green); stroke-width: 1.3; opacity: .65; }
.catalogue-empty h4 { margin: 0 0 9px; font-size: .95rem; font-weight: 650; line-height: 1.35; }
.catalogue-empty p { margin: 0; font-size: .78rem; color: var(--muted); line-height: 1.65; }
.catalogue-caption { display: flex; justify-content: space-between; gap: 16px; margin-top: 13px; font-size: .62rem; color: var(--muted); }
.catalogue-caption a { text-underline-offset: 3px; }
.arena-how { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; padding-block: 43px 56px; }
.arena-how article { display: flex; align-items: flex-start; gap: 15px; }
.arena-how article > span { padding-top: 1px; color: var(--green); font-size: .69rem; font-weight: 650; }
.arena-how h3 { margin: 0 0 8px; font-size: .86rem; letter-spacing: -.01em; font-weight: 680; }
.arena-how p { margin: 0; color: var(--muted); font-size: .76rem; line-height: 1.7; }
.arena-page .footer-legal { display: flex; gap: 24px; }
@media (min-width: 1600px) { .arena-hero { min-height: 460px; } .arena-hero-content { padding-top: 148px; } }
@media (max-width: 1000px) {
  .arena-explorer { grid-template-columns: minmax(0, 1fr) 315px; }
  .globe-panel, .arena-browser { height: 530px; }
  .arena-explorer { min-height: 530px; }
  .globe-bottomline { flex-direction: column; gap: 4px; bottom: 15px; }
  .arena-how { gap: 22px; }
}
@media (max-width: 760px) {
  .arena-page .site-nav { display: flex; gap: 18px; }
  .arena-page .site-nav a:not([aria-current]):not(.nav-cta) { display: none; }
  .arena-page .site-nav a { font-size: .75rem; }
  .arena-page .brand { font-size: .9rem; gap: 8px; }
  .arena-page .brand-mark { width: 29px; height: 29px; }
  .arena-page .nav-shell { gap: 12px; }
  .arena-hero { min-height: 405px; }
  .arena-hero-content { padding-block: 122px 36px; }
  .arena-hero-caption { display: none; }
  .arena-hero::after { background: linear-gradient(90deg, rgba(5,24,15,.92), rgba(5,24,15,.45)); }
  .catalogue-section { padding-top: 33px; }
  .catalogue-heading { gap: 18px; align-items: flex-start; }
  .catalogue-stats { gap: 12px; padding-top: 26px; }
  .catalogue-stats > div { min-width: 38px; }
  .catalogue-stats > div + div { padding-left: 12px; }
  .catalogue-stats strong { font-size: 1.5rem; }
  .catalogue-stats span { font-size: .6rem; }
  .arena-explorer { grid-template-columns: 1fr; }
  .globe-panel { height: 480px; }
  .arena-browser { height: auto; max-height: 560px; min-height: 360px; }
  .globe-bottomline { flex-direction: row; bottom: 21px; }
  .browser-heading { padding-top: 24px; }
  .location-list { min-height: 100px; }
  .arena-how { grid-template-columns: 1fr; gap: 23px; padding-block: 30px 38px; }
  .arena-how h3 { margin-bottom: 4px; }
}
@media (max-width: 480px) {
  .arena-page .site-nav .nav-cta { display: none; }
  .arena-page .page-shell, .arena-page .nav-shell { width: calc(100% - 32px); }
  .catalogue-heading { display: block; }
  .catalogue-stats { padding-top: 19px; justify-content: flex-start; text-align: left; gap: 20px; }
  .catalogue-stats > div { display: flex; align-items: baseline; gap: 7px; }
  .catalogue-stats > div + div { padding-left: 20px; }
  .globe-panel { height: 410px; }
  .globe-topline, .globe-bottomline { left: 18px; right: 18px; }
  .globe-topline { top: 20px; }
  .globe-controls { left: 17px; right: 17px; }
  .globe-bottomline { font-size: .55rem; gap: 6px; }
  .arena-hero h1 { font-size: 2.65rem; }
  .catalogue-caption { font-size: .57rem; }
}
@media (prefers-reduced-motion: reduce) {
  .arena-page { scroll-behavior: auto; }
  .globe-marker span { transition: none; }
}
