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

:root {
  --ink: #07111f;
  --ice: #eef7ff;
  --muted: #9fb1c5;
  --red: #ef3d43;
  --line: rgba(220, 239, 255, .18);
  --display: 'Oswald', Impact, sans-serif;
  --body: 'Manrope', Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  color: var(--ice);
  background: var(--ink);
  font: 16px/1.5 var(--body);
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.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; }

.site-header {
  position: absolute;
  z-index: 20;
  inset: 0 0 auto;
  height: 94px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 clamp(24px, 5vw, 80px);
  border-bottom: 1px solid rgba(255,255,255,.11);
}
.brand { display: inline-flex; align-items: center; gap: 12px; font-weight: 800; letter-spacing: .09em; }
.brand-mark { display: flex; align-items: center; gap: 5px; font: 700 18px/1 var(--display); }
.brand-mark i { display: block; width: 4px; height: 26px; background: var(--red); transform: skew(-17deg); }
.brand-copy { font-size: 11px; line-height: 1.15; }
.main-nav { display: flex; align-items: center; gap: clamp(22px, 3vw, 50px); }
.main-nav a { position: relative; padding: 36px 0 34px; font-size: 12px; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; color: rgba(238,247,255,.7); }
.main-nav a:hover, .main-nav a:focus-visible { color: white; }
.main-nav a.active::after { content: ''; position: absolute; left: 0; right: 0; bottom: -1px; height: 3px; background: var(--red); }
.menu-toggle { display: none; background: none; border: 0; color: white; width: 44px; height: 44px; padding: 9px; }
.menu-toggle > span:not(.sr-only) { display: block; height: 2px; margin: 5px 0; background: currentColor; transition: .25s; }

.hero { position: relative; min-height: 760px; height: 100svh; display: grid; place-items: center; isolation: isolate; overflow: hidden; }
.hero-image { position: absolute; inset: 0; z-index: -4; background: url('assets/hockey-25-98-with-2.png') center 50% / cover no-repeat; transform: scale(1.015); animation: settle 1.8s ease-out both; }
.hero-shade { position: absolute; inset: 0; z-index: -3; background: linear-gradient(90deg, rgba(3,10,19,.15), rgba(3,10,19,.55) 40%, rgba(3,10,19,.54) 60%, rgba(3,10,19,.12)), linear-gradient(0deg, rgba(4,12,22,.72), transparent 48%, rgba(4,9,17,.45)); }
.ice-lines { position: absolute; inset: auto 0 0; height: 28%; z-index: -2; background: linear-gradient(90deg, transparent 49.9%, rgba(239,61,67,.55) 50%, transparent 50.1%), linear-gradient(180deg, transparent, rgba(7,17,31,.35)); opacity: .45; }
.hero-content { width: min(92%, 760px); text-align: center; padding-top: 46px; }
.eyebrow { display: flex; align-items: center; justify-content: center; gap: 11px; margin: 0 0 24px; color: #d3e5f5; font-size: 12px; font-weight: 700; letter-spacing: .22em; text-transform: uppercase; }
.eyebrow span { width: 30px; height: 2px; background: var(--red); }
h1 { margin: 0; font: 700 clamp(72px, 10.5vw, 162px)/.82 var(--display); letter-spacing: -.035em; text-transform: uppercase; text-shadow: 0 10px 42px rgba(0,0,0,.44); }
h1 em { color: transparent; font-style: normal; -webkit-text-stroke: 2px rgba(238,247,255,.84); }
.hero-subtitle { margin: 24px 0 34px; font: 500 clamp(19px, 2vw, 28px)/1 var(--display); letter-spacing: .4em; text-indent: .4em; text-transform: uppercase; }
.hero-actions { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; }
.button { min-height: 56px; display: inline-flex; align-items: center; justify-content: center; gap: 14px; padding: 0 24px; border: 1px solid transparent; font-size: 13px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; transition: transform .25s, background .25s, border-color .25s; }
.button:hover, .button:focus-visible { transform: translateY(-3px); }
.button b { font: 700 22px/1 var(--display); }
.button-red { background: var(--red); color: white; box-shadow: 0 14px 30px rgba(239,61,67,.22); }
.button-red:hover { background: #ff4a50; }
.button-glass { background: rgba(9,22,38,.42); border-color: rgba(255,255,255,.42); backdrop-filter: blur(12px); }
.button-glass:hover { border-color: white; background: rgba(255,255,255,.1); }
.discipline-tag { position: absolute; top: 50%; transform: translateY(-50%); display: flex; align-items: center; gap: 10px; font-family: var(--display); text-transform: uppercase; }
.discipline-tag span { font-size: 44px; line-height: 1; }
.discipline-tag small { font-size: 11px; letter-spacing: .2em; writing-mode: vertical-rl; color: rgba(255,255,255,.7); }
.tag-left { left: clamp(18px, 4vw, 64px); }
.tag-right { right: clamp(18px, 4vw, 64px); }
.scroll-cue { position: absolute; bottom: 32px; left: 50%; transform: translateX(-50%); display: flex; align-items: center; gap: 12px; color: rgba(255,255,255,.68); font-size: 11px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.scroll-cue svg { width: 21px; fill: none; stroke: currentColor; stroke-width: 1.6; animation: bounce 1.7s infinite; }

.disciplines { padding: clamp(90px, 11vw, 160px) clamp(22px, 6vw, 96px); background: radial-gradient(circle at 80% 20%, rgba(34,78,112,.2), transparent 35%), #081421; }
.section-heading { display: grid; grid-template-columns: .7fr 1.2fr 1fr; gap: 48px; align-items: end; max-width: 1360px; margin: 0 auto 70px; }
.section-index { align-self: start; color: var(--red); font-size: 12px; font-weight: 800; letter-spacing: .18em; }
.section-heading h2 { margin: 0; font: 600 clamp(48px, 6vw, 88px)/.98 var(--display); text-transform: uppercase; letter-spacing: -.025em; }
.section-heading h2 span { color: transparent; -webkit-text-stroke: 1px rgba(238,247,255,.65); }
.section-heading > p:last-child { margin: 0 0 8px; max-width: 440px; color: var(--muted); font-size: 17px; }
.cards { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; max-width: 1360px; margin: 0 auto; }
.sport-card { position: relative; min-height: 620px; overflow: hidden; border: 1px solid var(--line); isolation: isolate; }
.card-photo { position: absolute; inset: 0; z-index: -3; background-image: url('assets/hockey-25-98-with-2.png'); background-size: auto 100%; filter: saturate(.9); transition: transform .7s ease, filter .7s ease; }
.bandy-card .card-photo { background-position: left center; }
.ice-card .card-photo { background-position: right center; }
.card-overlay { position: absolute; inset: 0; z-index: -2; background: linear-gradient(180deg, rgba(5,14,25,.05) 15%, rgba(5,14,25,.92) 90%); }
.sport-card::after { content: ''; position: absolute; inset: 0; z-index: -1; background: linear-gradient(120deg, transparent 55%, rgba(239,61,67,.12)); opacity: 0; transition: opacity .5s; }
.sport-card:hover .card-photo { transform: scale(1.035); filter: saturate(1.08); }
.sport-card:hover::after { opacity: 1; }
.card-number { position: absolute; top: 22px; right: 30px; color: rgba(255,255,255,.16); font: 700 110px/1 var(--display); }
.card-content { position: absolute; left: clamp(25px, 4vw, 56px); right: 32px; bottom: 46px; }
.card-content > p:first-child { margin: 0 0 12px; color: #d4e2ed; font-size: 11px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.card-content h3 { margin: 0; font: 600 clamp(48px, 5vw, 72px)/.95 var(--display); text-transform: uppercase; }
.card-rule { display: block; width: 54px; height: 3px; margin: 25px 0 20px; background: var(--red); }
.card-description { max-width: 390px; margin: 0; color: #bdccda; }
.manifesto { min-height: 500px; display: grid; grid-template-columns: .7fr 1.3fr; gap: 50px; align-items: center; padding: 80px clamp(22px, 8vw, 130px); background: var(--ice); color: var(--ink); }
.manifesto > p { margin: 0; font: 700 clamp(70px, 10vw, 148px)/1 var(--display); letter-spacing: -.05em; }
.manifesto > p span { color: var(--red); }
.manifesto blockquote { margin: 0; font: 600 clamp(32px, 4.3vw, 66px)/1.12 var(--display); text-transform: uppercase; }
footer { min-height: 150px; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 36px clamp(24px, 6vw, 96px); border-top: 1px solid var(--line); background: #050d16; color: #9fb1c5; font-size: 12px; letter-spacing: .1em; text-transform: uppercase; }
.footer-brand { color: white; }
footer > a:last-child:hover { color: white; }

.reveal { opacity: 0; transform: translateY(32px); transition: opacity .8s ease, transform .8s ease; }
.reveal.visible { opacity: 1; transform: none; }
@keyframes settle { from { transform: scale(1.08); opacity: .6; } to { transform: scale(1.015); opacity: 1; } }
@keyframes bounce { 50% { transform: translateY(5px); } }

@media (max-width: 900px) {
  .site-header { height: 76px; }
  .menu-toggle { display: block; z-index: 3; }
  .main-nav { position: absolute; top: 0; right: 0; width: min(84vw, 390px); min-height: 100svh; flex-direction: column; align-items: flex-start; justify-content: center; gap: 0; padding: 90px 40px; background: rgba(5,13,22,.97); transform: translateX(102%); transition: transform .35s ease; }
  .main-nav.open { transform: none; }
  .main-nav a { width: 100%; padding: 18px 0; font-size: 15px; border-bottom: 1px solid var(--line); }
  .main-nav a.active::after { display: none; }
  .discipline-tag { display: none; }
  .section-heading { grid-template-columns: 1fr; gap: 18px; }
  .section-heading > p:last-child { margin-top: 8px; }
  .cards { grid-template-columns: 1fr; }
  .sport-card { min-height: 570px; }
  .manifesto { grid-template-columns: 1fr; gap: 24px; }
}

@media (max-width: 600px) {
  .hero { min-height: 700px; }
  .hero-image { background-position: center center; }
  .hero-shade { background: linear-gradient(90deg, rgba(3,10,19,.34), rgba(3,10,19,.65) 48%, rgba(3,10,19,.35)), linear-gradient(0deg, rgba(4,12,22,.88), transparent 58%); }
  .hero-content { padding-top: 76px; }
  h1 { font-size: clamp(60px, 21vw, 94px); }
  .hero-subtitle { font-size: 16px; margin: 18px 0 28px; }
  .hero-actions { padding: 0 12px; }
  .button { width: 100%; max-width: 330px; }
  .scroll-cue { bottom: 22px; }
  .scroll-cue span { display: none; }
  .disciplines { padding-top: 80px; }
  .sport-card { min-height: 500px; }
  .card-photo { background-size: auto 100%; }
  .bandy-card .card-photo { background-position: 14% center; }
  .ice-card .card-photo { background-position: 86% center; }
  .card-number { font-size: 78px; }
  .manifesto { min-height: 390px; }
  footer { flex-direction: column; text-align: center; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}

@media (max-width: 900px) {
  html { overflow-x: clip; }
}
