/* Shared header — same bar on home, landings, blog, and 404.
   Typography matches the Squarespace homepage: Abel, all-caps. */

@font-face {
  font-family: 'Abel';
  font-style: normal;
  font-weight: 400;
  src: url(/assets/fonts/ae8273_MwQ5bhbm2POE2V9BPbh5uGM.woff2) format('woff2');
}

html:has(.asm-chrome),
body:has(.asm-chrome) {
  overflow-x: clip;
  max-width: 100%;
}

body:has(.asm-chrome) #header {
  display: none !important;
}

.asm-chrome {
  --asm-navy: #091324;
  --asm-ink: #eaf3f7;
  --asm-muted: #c5d4de;
  --asm-blue: #3d68cf;
  --asm-cyan: #5ec8d8;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  z-index: 10050;
  color: #fff;
  overflow-x: clip;
}

.asm-chrome *,
.asm-chrome *::before,
.asm-chrome *::after {
  box-sizing: border-box;
}

.asm-chrome--solid {
  position: sticky;
  background: #091324;
}

.asm-chrome-inner {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 16px clamp(12px, 2vw, 28px);
  min-width: 0;
}

.asm-chrome-brand {
  flex: 1 1 auto;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #fff;
  text-decoration: none;
  font-family: Abel, 'Helvetica Neue', Arial, sans-serif;
  font-weight: 400;
  font-size: clamp(0.95rem, 1.5vw, 1.55rem);
  letter-spacing: .02em;
  text-transform: uppercase;
  line-height: 1.2;
}

.asm-chrome-end {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 14px;
  flex: 0 1 auto;
  min-width: 0;
  margin-left: auto;
}

.asm-chrome-nav {
  display: flex;
  justify-content: flex-end;
  flex-wrap: nowrap;
  gap: .2em 1.1em;
  min-width: 0;
}

.asm-chrome-nav a {
  color: #fff;
  text-decoration: none;
  font-family: Abel, 'Helvetica Neue', Arial, sans-serif;
  font-weight: 400;
  font-size: clamp(.78rem, 1.1vw, 1rem);
  letter-spacing: .08em;
  text-transform: uppercase;
  line-height: 1.8;
  white-space: nowrap;
}

.asm-chrome-nav a:hover,
.asm-chrome-nav a[aria-current="page"] {
  color: var(--asm-cyan);
}

.asm-chrome-book {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  flex-shrink: 0;
  padding: 10px 16px;
  border-radius: 8px;
  background: #3d68cf !important;
  color: #fff !important;
  border: 2px solid #3d68cf;
  text-decoration: none;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: .02em;
  box-shadow: 0 6px 16px rgba(61, 104, 207, .32);
  white-space: nowrap;
}

.asm-book-short {
  display: none;
}

.asm-chrome-burger {
  display: none;
  flex: 0 0 auto;
  width: 42px;
  height: 42px;
  border: 0;
  background: transparent;
  cursor: pointer;
  padding: 10px;
}

.asm-chrome-burger span {
  display: block;
  height: 2px;
  margin: 6px 0;
  background: #fff;
}

.asm-chrome-menu {
  display: none;
  background: rgba(9, 19, 36, .96);
  padding: 8px 22px 18px;
}

.asm-chrome-menu a {
  display: block;
  color: #fff;
  text-decoration: none;
  padding: 10px 0;
  border-top: 1px solid rgba(255, 255, 255, .08);
  font-weight: 600;
  letter-spacing: .06em;
  text-transform: uppercase;
  font-size: 14px;
}

.asm-chrome.is-open .asm-chrome-menu {
  display: block;
}

.asm-hero {
  position: relative;
  min-height: 560px;
  color: #fff;
  background: #091324;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.asm-hero-media {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(9, 19, 36, .88) 0%, rgba(9, 19, 36, .42) 48%, rgba(9, 19, 36, .18) 100%),
    url(/assets/img/fc139d_running_man_background.jpg) right center / cover no-repeat;
}

.asm-hero[data-variant="football"] .asm-hero-media {
  background:
    linear-gradient(90deg, rgba(9, 19, 36, .86) 0%, rgba(20, 16, 16, .55) 55%, rgba(20, 16, 16, .28) 100%),
    url(/assets/img/football-field-hero.jpg) center 40% / cover no-repeat;
}

.asm-hero[data-variant="hockey"] .asm-hero-media {
  background:
    linear-gradient(90deg, rgba(9, 19, 36, .86) 0%, rgba(9, 19, 36, .5) 55%, rgba(9, 19, 36, .28) 100%),
    url(/assets/img/hockey-ice-puck.jpg) center / cover no-repeat;
}

.asm-hero-copy {
  position: relative;
  z-index: 1;
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
  padding: 120px 22px 72px;
}

.asm-hero-eyebrow {
  margin: 0 0 12px;
  font-family: Abel, 'Hanken Grotesk', sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #fff;
}

.asm-hero h1 {
  margin: 0 0 14px;
  max-width: 14ch;
  font-family: 'ivypresto-display', Georgia, 'Times New Roman', serif;
  font-size: clamp(2.1rem, 4.4vw, 3.5rem);
  line-height: 1.12;
  font-weight: 600;
  color: #fff;
}

.asm-hero-sub {
  margin: 0 0 22px;
  max-width: 34rem;
  font-size: 1.12rem;
  font-weight: 600;
  color: #eaf3f7;
  text-shadow: 0 1px 4px rgba(0, 0, 0, .45);
}

.asm-hero-mark {
  width: 72px;
  height: 72px;
  margin: 0 0 16px;
  filter: drop-shadow(0 8px 16px rgba(0, 0, 0, .35));
}

.asm-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.asm-hero-primary,
.asm-hero-secondary {
  display: inline-block;
  padding: 14px 28px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: .06em;
  text-transform: uppercase;
  text-decoration: none;
}

.asm-hero-primary {
  background: var(--asm-cyan, #5ec8d8);
  color: #fff;
  box-shadow: 0 10px 24px rgba(94, 200, 216, .28);
}

.asm-hero-secondary {
  background: transparent;
  color: #fff;
  border: 1.5px solid rgba(255, 255, 255, .45);
}

.asm-hero-reviews {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-top: 18px;
  padding: 9px 16px;
  background: rgba(255, 255, 255, .94);
  border-radius: 999px;
  text-decoration: none;
  box-shadow: 0 4px 14px rgba(31, 41, 51, .14);
  font-size: 13px;
  font-weight: 600;
}

.asm-hero-reviews b {
  color: #1f2933;
  font-size: 14px;
}

.asm-hero-reviews span.stars {
  color: #fbbc04;
  letter-spacing: 1px;
}

.asm-hero-reviews span.count {
  color: #5b6675;
}

@media (max-width: 1280px) {
  .asm-chrome-nav {
    display: none;
  }

  .asm-chrome-burger {
    display: block;
  }
}

@media (max-width: 860px) {
  .asm-book-full {
    display: none;
  }

  .asm-book-short {
    display: inline;
  }

  .asm-chrome-book {
    padding: 9px 14px;
    font-size: 12px;
  }
}

@media (max-width: 720px) {
  .asm-chrome-inner {
    padding: 12px 12px;
    gap: 8px;
  }

  .asm-hero {
    min-height: 520px;
  }

  .asm-hero-media {
    background:
      linear-gradient(180deg, rgba(9, 19, 36, .72) 0%, rgba(9, 19, 36, .55) 45%, rgba(9, 19, 36, .78) 100%),
      url(/assets/img/fc139d_running_man_background.jpg) 62% center / cover no-repeat;
  }

  .asm-hero[data-variant="football"] .asm-hero-media {
    background:
      linear-gradient(180deg, rgba(9, 19, 36, .7) 0%, rgba(20, 16, 16, .72) 100%),
      url(/assets/img/football-field-hero.jpg) center 40% / cover no-repeat;
  }

  .asm-hero[data-variant="hockey"] .asm-hero-media {
    background:
      linear-gradient(180deg, rgba(9, 19, 36, .7) 0%, rgba(9, 19, 36, .75) 100%),
      url(/assets/img/hockey-ice-puck.jpg) center / cover no-repeat;
  }

  .asm-hero h1 {
    max-width: 18ch;
  }
}

@media (max-width: 520px) {
  .asm-hero-primary,
  .asm-hero-secondary {
    width: 100%;
    text-align: center;
  }
}
