:root {
  --navy: #041e42; --navy-2: #0b2a55; --ink: #07142b;
  --gold: #ffb81c; --gold-2: #ffcb57;
  --text: #f3f5f9; --dim: #9aa6bb; --line: rgba(255,255,255,0.10);
  --radius: 18px;
  font-family: ui-sans-serif, -apple-system, "Segoe UI", Inter, Roboto, Helvetica, Arial, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: radial-gradient(1200px 600px at 20% -10%, #123a75 0%, var(--ink) 60%); color: var(--text); line-height: 1.55; -webkit-font-smoothing: antialiased; }
a { color: var(--gold-2); }
b { font-weight: 700; }
.eyebrow { margin: 0 0 10px; font-size: 12px; font-weight: 800; letter-spacing: 0.16em; text-transform: uppercase; color: var(--gold); }
h1, h2 { margin: 0 0 14px; font-weight: 900; letter-spacing: -0.02em; line-height: 1.05; }
h1 { font-size: clamp(38px, 6.5vw, 72px); }
h2 { font-size: clamp(26px, 3.6vw, 40px); }

.top { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 18px clamp(18px, 4vw, 48px); border-bottom: 1px solid var(--line); backdrop-filter: blur(8px); position: sticky; top: 0; background: rgba(7,20,43,0.7); z-index: 10; }
.wordmark { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; color: var(--text); font-size: 22px; font-weight: 800; letter-spacing: -0.01em; }
.wordmark b { color: var(--gold); }
.wordmark-mark { width: 34px; height: 34px; border-radius: 9px; }
.top-nav { display: flex; align-items: center; gap: 22px; font-weight: 600; font-size: 14px; }
.top-nav a { color: var(--dim); text-decoration: none; }
.top-nav a:hover { color: var(--text); }
.top-nav .top-cta { color: var(--gold); }
@media (max-width: 640px) { .top-nav a:not(.top-cta) { display: none; } }

main { max-width: 1120px; margin: 0 auto; padding: 0 clamp(18px, 4vw, 48px); }
.hero { padding: clamp(56px, 9vw, 120px) 0 48px; max-width: 820px; }
.lede { font-size: clamp(17px, 1.6vw, 20px); color: #d5dbe6; max-width: 700px; }
.lede em { color: var(--gold-2); font-style: normal; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 26px 0 38px; }
.btn { display: inline-flex; align-items: center; gap: 8px; padding: 13px 20px; border-radius: 999px; font-weight: 800; font-size: 15px; text-decoration: none; border: 1px solid transparent; transition: transform .12s ease, background .12s ease; }
.btn:hover { transform: translateY(-1px); }
.btn-primary { background: var(--gold); color: var(--navy); }
.btn-primary:hover { background: var(--gold-2); }
.btn-ghost { color: var(--text); border-color: var(--line); background: rgba(255,255,255,0.03); }

.stats { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; margin: 0; max-width: 620px; }
.stats div { padding: 14px 16px; border: 1px solid var(--line); border-radius: 14px; background: rgba(255,255,255,0.03); }
.stats dt { font-size: 11px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--dim); margin: 0 0 4px; }
.stats dd { margin: 0; font-size: 28px; font-weight: 900; font-variant-numeric: tabular-nums; color: var(--gold-2); }

.coverage { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: clamp(20px, 4vw, 48px); align-items: stretch; padding: 40px 0 64px; border-top: 1px solid var(--line); }
@media (max-width: 860px) { .coverage { grid-template-columns: 1fr; } }
.coverage-copy p { color: #d5dbe6; }
.rink-list { list-style: none; margin: 18px 0; padding: 0; display: grid; gap: 8px; }
.rink-list li { display: flex; align-items: center; gap: 10px; padding: 10px 12px; border: 1px solid var(--line); border-radius: 12px; background: rgba(255,255,255,0.03); font-size: 14px; }
.rink-dot { width: 10px; height: 10px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 4px rgba(255,184,28,0.18); flex-shrink: 0; }
.rink-dot.quiet { background: var(--dim); box-shadow: none; }
.rink-name { font-weight: 700; }
.rink-meta { margin-left: auto; color: var(--dim); font-variant-numeric: tabular-nums; white-space: nowrap; }
.coverage-note { font-size: 14px; color: var(--dim); }
.coverage-map { position: relative; min-height: 420px; border-radius: var(--radius); overflow: hidden; border: 1px solid var(--line); background: #0a1a33; }
#map { position: absolute; inset: 0; }
.map-attrib { position: absolute; right: 10px; bottom: 6px; margin: 0; font-size: 10px; color: rgba(255,255,255,0.55); z-index: 500; }
.map-attrib a { color: rgba(255,255,255,0.75); }
.leaflet-container { background: #0a1a33; font: inherit; }
.rink-pin { width: 16px; height: 16px; border-radius: 50%; background: var(--gold); border: 2px solid var(--navy); box-shadow: 0 0 0 6px rgba(255,184,28,0.25); }
.rink-pin::after { content: ""; position: absolute; inset: -12px; border-radius: 50%; border: 2px solid rgba(255,184,28,0.45); animation: pulse 2.4s ease-out infinite; }
@keyframes pulse { 0% { transform: scale(.5); opacity: .9 } 100% { transform: scale(1.6); opacity: 0 } }
.city-label { background: transparent; border: 0; box-shadow: none; color: #e8edf5; font-weight: 700; font-size: 12px; letter-spacing: 0.04em; text-shadow: 0 1px 3px rgba(0,0,0,.9); }
.rink-tip { background: var(--navy); color: var(--text); border: 1px solid var(--line); border-radius: 10px; padding: 8px 10px; font-size: 13px; box-shadow: 0 8px 24px rgba(0,0,0,.4); }
.rink-tip b { color: var(--gold-2); }
.leaflet-tooltip-top.rink-tip::before { border-top-color: var(--navy); }

.product { padding: 8px 0 72px; }
.product-card { display: grid; grid-template-columns: minmax(0, 6fr) minmax(0, 6fr); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; background: rgba(255,255,255,0.03); }
@media (max-width: 860px) { .product-card { grid-template-columns: 1fr; } }
.product-media { position: relative; min-height: 300px; background-size: cover; background-position: center; display: grid; place-items: center; }
.product-media::before { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(4,30,66,.35), rgba(4,30,66,.85)); }
.product-logo { position: relative; width: min(78%, 420px); height: auto; filter: drop-shadow(0 10px 30px rgba(0,0,0,.5)); }
.product-body { padding: clamp(22px, 3.5vw, 40px); }
.product-body p { color: #d5dbe6; }
.product-points { margin: 16px 0 24px; padding-left: 18px; color: #d5dbe6; display: grid; gap: 8px; }

.foot { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 10px; padding: 22px clamp(18px, 4vw, 48px); border-top: 1px solid var(--line); color: var(--dim); font-size: 13px; }
.foot a { color: var(--dim); }

/* Region portal */
.regions { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 12px; margin: 30px 0 14px; }
.region { display: flex; flex-direction: column; gap: 6px; padding: 18px 18px 16px; border: 1px solid var(--line); border-radius: 16px; background: rgba(255,255,255,0.03); text-decoration: none; color: var(--text); min-height: 150px; }
.region-live { border-color: rgba(255,184,28,0.55); background: linear-gradient(160deg, rgba(255,184,28,0.12), rgba(255,255,255,0.02)); grid-column: span 2; transition: transform .12s ease, border-color .12s ease; }
.region-live:hover { transform: translateY(-2px); border-color: var(--gold); }
@media (max-width: 640px) { .region-live { grid-column: span 1; } }
.region-status { display: inline-flex; align-items: center; gap: 6px; font-size: 11px; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; color: var(--dim); }
.region-live .region-status { color: var(--gold); }
.region-status .dot { width: 8px; height: 8px; border-radius: 50%; background: #3ddc84; box-shadow: 0 0 0 4px rgba(61,220,132,0.2); }
.region-name { font-size: 22px; font-weight: 900; letter-spacing: -0.01em; line-height: 1.1; }
.region-sub { font-size: 14px; color: #d5dbe6; }
.region-sub a { color: var(--gold-2); }
.region-meta { font-size: 13px; color: var(--dim); font-variant-numeric: tabular-nums; }
.region-go { margin-top: auto; padding-top: 10px; font-weight: 800; color: var(--gold); }
.region-soon { opacity: .75; }
.hero-foot { color: var(--dim); font-size: 14px; margin: 0 0 8px; }
.hero-foot b { color: var(--text); }

.region-preview { border-color: rgba(255,255,255,0.18); transition: transform .12s ease, border-color .12s ease; }
.region-preview:hover { transform: translateY(-2px); border-color: var(--gold); }
.region-preview .region-status { color: var(--gold-2); }
.region-preview .dot { background: var(--gold); box-shadow: 0 0 0 4px rgba(255,184,28,0.2); }
