/* ═══════════════════════════════════════════════════════════════
   SPRINGHOCKEY.CA — PUBLIC SITE SHELL
   Extracted from: reference-html/site-shell-v1.html
   Master CSS Reference  ·  v1
═══════════════════════════════════════════════════════════════ */

/* ─── Web fonts ─── */
/* Self-hosted Barlow and Barlow Condensed (SIL OFL 1.1, see /fonts/OFL.txt).
   These are the exact Latin-subset files Google Fonts served, declared with the
   same weights, display mode and unicode-range, so rendering is unchanged.
   Only faces the public templates actually use are shipped: Barlow 300 and
   Barlow Condensed 500 were declared upstream but never rendered. Rules that
   ask for heavier Barlow (700/800) keep resolving to the 600 face, exactly as
   they did before. Glyphs outside this range (arrows, check marks, stars)
   already fell back to system fonts, since no Barlow subset contains them. */
@font-face {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/barlow-400-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('/fonts/barlow-500-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('/fonts/barlow-600-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Barlow Condensed';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/barlow-condensed-400-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Barlow Condensed';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('/fonts/barlow-condensed-600-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Barlow Condensed';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/fonts/barlow-condensed-700-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Barlow Condensed';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url('/fonts/barlow-condensed-800-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* ─── Reset ─── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

/* ─── Design Tokens ─── */
:root {
  /* Colour */
  --navy:        #0D1B2A;
  --navy-mid:    #152030;
  --navy-dark:   #091320;   /* Site Admin topbar only */
  --red:         #C8232B;
  --red-dark:    #a81d24;
  --white:       #ffffff;
  --off-white:   #f6f5f3;
  --n50:         #f3f2f0;
  --n100:        #e5e3df;
  --n200:        #cac7c1;
  --n300:        #b3aea7;
  --n400:        #98938e;
  --n500:        #7d7872;
  --n600:        #68635e;
  --n700:        #4a463f;
  --n800:        #2c2924;
  --green:       #256025;
  --green-bg:    #edf6ed;
  --green-mid:   #3a893a;
  --amber:       #7a5a10;
  --amber-bg:    #fdf5e6;
  --amber-mid:   #c98e12;

  /* Typography */
  --font-display: 'Barlow Condensed', sans-serif;
  --font-body:    'Barlow', sans-serif;

  /* Layout */
  --max-w:    1200px;
  --pad:      clamp(20px, 5vw, 48px);
  --nav-h:    76px;
  --subnav-h: 44px;
  --r:        6px;
}

/* ─── Base ─── */
html { font-size: 16px; scroll-behavior: smooth; }

body {
  font-family: var(--font-body);
  background: var(--white);
  color: var(--navy);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Mobile form controls: iOS Safari auto-zooms the page whenever a focused
   text-entry control has a font-size below 16px. The shared field styles use
   15px, which triggered that zoom (and a jarring scroll) on every public form.
   Lift text inputs, selects and textareas to 16px on phones/tablets only, so
   desktop field density is untouched. Checkboxes/radios/buttons are excluded. */
@media (max-width: 768px) {
  input:not([type="checkbox"]):not([type="radio"]):not([type="range"]):not([type="color"]):not([type="button"]):not([type="submit"]),
  select,
  textarea {
    font-size: 16px;
  }
}

/* ════════════════════════════════════════════════════════════════
   PUBLIC HEADER
════════════════════════════════════════════════════════════════ */
.site-container,
.sh-utility-inner,
.sh-header-inner,
.sh-breadcrumb-inner,
.sh-footer-inner,
.home-wrap {
  width: calc(100% - var(--pad) - var(--pad));
  max-width: var(--max-w);
  margin-left: auto;
  margin-right: auto;
}

.sh-utility-strip {
  background: var(--navy-dark);
  color: #c8d2dd;
  font-size: 12.5px;
}

.sh-utility-inner {
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.sh-utility-left,
.sh-utility-right {
  display: flex;
  align-items: center;
  gap: 11px;
  min-width: 0;
}

.sh-utility-left span:first-child {
  white-space: nowrap;
}

.sh-utility-dot {
  width: 6px;
  height: 6px;
  display: inline-block;
  margin-right: 7px;
  border-radius: 50%;
  background: var(--green-mid);
  vertical-align: middle;
}

.sh-utility-sep,
.sh-utility-right span {
  opacity: 0.55;
}

.sh-utility-strip a {
  color: #c8d2dd;
  text-decoration: none;
  opacity: 0.85;
  white-space: nowrap;
}

.sh-utility-strip a:hover {
  color: var(--white);
  opacity: 1;
}

/* Account action (e.g. "Open Team Admin" for team admins) replaces "Team login". */
.sh-utility-strip a.sh-account-action {
  color: var(--white);
  font-weight: 600;
  opacity: 1;
}
.sh-utility-strip a.sh-account-action:hover {
  text-decoration: underline;
}

.sh-header {
  position: sticky;
  top: 0;
  z-index: 200;
  background: var(--white);
  border-bottom: 1px solid var(--n100);
  box-shadow: 0 1px 0 var(--n100);
}

.sh-header-inner {
  height: var(--nav-h);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

/* ─── Logo ─── */
.sh-brand-lockup {
  display: flex;
  align-items: center;
  gap: var(--brand-lockup-gap, 9px);
  text-decoration: none;
  flex-shrink: 0;
}

.sh-brand-lockup-icon {
  width: var(--brand-lockup-icon, 40px);
  height: auto;
  display: block;
}

.sh-brand-lockup-wordmark {
  display: flex;
  align-items: baseline;
  font-family: var(--font-display);
  font-size: var(--brand-lockup-size, 32px);
  font-weight: 800;
  letter-spacing: 0.018em;
  line-height: 1;
  text-transform: uppercase;
  color: var(--brand-lockup-color, var(--navy));
  white-space: nowrap;
}

.sh-brand-lockup-wordmark i {
  color: var(--red);
  font-style: normal;
}

.sh-brand-lockup--footer {
  --brand-lockup-gap: 8px;
  --brand-lockup-icon: 34px;
  --brand-lockup-size: 27px;
  --brand-lockup-color: var(--white);
}

@media (max-width: 768px) {
  .sh-brand-lockup--header {
    --brand-lockup-gap: 8px;
    --brand-lockup-icon: 31px;
    --brand-lockup-size: 25px;
  }
}

/* ─── Utility zone (right of header) ─── */
.sh-header-right {
  display: flex;
  align-items: center;
  gap: 4px;
}

/* ─── Nav links ─── */
.sh-nav {
  display: flex;
  align-items: center;
  gap: 4px;
  list-style: none;
}

.sh-nav > li > a,
.sh-nav > li > button {
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 500;
  color: var(--n600);
  text-decoration: none;
  padding: 8px 14px;
  border-radius: var(--r);
  transition: background 0.12s, color 0.12s;
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
}

.sh-nav > li > a:hover,
.sh-nav > li > button:hover {
  background: var(--n50);
  color: var(--navy);
}

/* Active nav state */
.sh-nav > li > a.is-active {
  color: var(--navy);
  font-weight: 600;
}

.sh-nav-arrow {
  opacity: 0.4;
  margin-top: 1px;
  display: inline-flex;
  align-items: center;
  transition: opacity 0.12s;
}

.sh-nav-arrow svg {
  width: 12px;
  height: 12px;
  display: block;
}

.sh-nav li:hover .sh-nav-arrow { opacity: 0.7; }

/* Primary CTA nav item */
.sh-nav-cta {
  background: var(--red) !important;
  color: var(--white) !important;
  font-weight: 600 !important;
  padding: 9px 20px !important;
  letter-spacing: 0.015em;
  border-radius: var(--r) !important;
}

.sh-nav-cta:hover {
  background: var(--red-dark) !important;
  color: var(--white) !important;
}

/* Utility link (logged-in admin access) */
.sh-util-link {
  font-family: var(--font-body);
  font-size: 12.5px;
  font-weight: 500;
  color: var(--n400);
  text-decoration: none;
  padding: 7px 12px;
  border-radius: var(--r);
  border: 1px solid var(--n100);
  background: var(--n50);
  transition: color 0.12s, border-color 0.12s, background 0.12s;
  white-space: nowrap;
  margin-left: 8px;
}

.sh-util-link:hover {
  color: var(--navy);
  border-color: var(--n200);
  background: var(--white);
}

/* Divider between multiple util links */
.sh-util-sep {
  width: 1px;
  height: 16px;
  background: var(--n100);
  margin: 0 2px;
  flex-shrink: 0;
}

/* ─── Dropdown ─── */
.sh-dropdown { position: relative; }

/* Bridge gap so menu stays open when moving mouse */
.sh-dropdown::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  height: 12px;
}

.sh-dropdown-panel {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: calc(100% + 8px);
  left: -8px;
  background: var(--white);
  border: 1px solid var(--n100);
  border-radius: 10px;
  padding: 18px 20px;
  min-width: 560px;
  box-shadow: 0 20px 46px rgba(13,27,42,0.17);
  z-index: 300;
  transform: translateY(6px);
  transition: opacity 0.14s, visibility 0.14s, transform 0.14s;
}

.sh-dropdown-panel--concept-d {
  display: grid;
  grid-template-columns: minmax(230px, 1.15fr) minmax(180px, 0.85fr);
  gap: 6px 26px;
}

.sh-dropdown:hover .sh-dropdown-panel,
.sh-dropdown:focus-within .sh-dropdown-panel {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.sh-dd-col {
  min-width: 0;
}

.sh-dd-label {
  display: block;
  padding: 4px 8px 7px;
  font-family: var(--font-body);
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--n400);
  user-select: none;
}

.sh-dropdown-panel a {
  display: block;
  padding: 7px 16px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 500;
  color: var(--navy);
  text-decoration: none;
  transition: background 0.1s, color 0.1s;
  white-space: nowrap;
}

.sh-dropdown-panel a:hover { background: var(--n50); color: var(--red); }

.sh-dd-sep {
  height: 1px;
  background: var(--n100);
  margin: 8px 0;
}

.sh-dd-all-row {
  grid-column: 1 / -1;
  border-top: 1px solid var(--n100);
  margin-top: 6px;
  padding-top: 6px;
}

.sh-dd-all {
  color: var(--red) !important;
  font-weight: 600 !important;
}

.sh-dd-all-arrow {
  opacity: 0.4;
  display: inline-flex;
  align-items: center;
}

.sh-dd-all-arrow svg {
  width: 13px;
  height: 13px;
  display: block;
}

/* ─── Header search ───
   A quiet magnifier in the header on every page. On non-homepage pages it
   opens a floating /search input (same panel language as the nav dropdown);
   on the homepage it jumps to the hero search instead — the page never shows
   two competing search inputs. Hidden ≤860px along with .sh-header-right:
   mobile search lives in the nav panel. */
.sh-header-search {
  position: relative;
  display: flex;
  align-items: center;
}

.sh-header-search-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  padding: 0;
  background: none;
  border: none;
  border-radius: var(--r);
  color: var(--n600);
  cursor: pointer;
  transition: background 0.12s, color 0.12s;
  flex-shrink: 0;
}

.sh-header-search-toggle:hover {
  background: var(--n50);
  color: var(--navy);
}

.sh-header-search-toggle:focus-visible {
  outline: 2px solid var(--navy);
  outline-offset: 2px;
}

.sh-header-search-toggle svg {
  width: 19px;
  height: 19px;
  display: block;
}

.sh-header-search-form {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: calc(100% + 10px);
  right: -4px;
  width: 320px;
  padding: 10px;
  background: var(--white);
  border: 1px solid var(--n100);
  border-radius: 10px;
  box-shadow: 0 20px 46px rgba(13,27,42,0.17);
  z-index: 300;
  transform: translateY(6px);
  transition: opacity 0.14s, visibility 0.14s, transform 0.14s;
}

.sh-header-search.is-open .sh-header-search-form {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.sh-header-search-input {
  width: 100%;
  height: 42px;
  padding: 0 14px;
  border: 1px solid var(--n200);
  border-radius: var(--r);
  font-family: var(--font-body);
  font-size: 14.5px;
  color: var(--n800);
  background: var(--white);
}

.sh-header-search-input:focus {
  outline: 2px solid var(--navy);
  outline-offset: -1px;
  border-color: var(--navy);
}

/* ─── Mobile hamburger toggle ─── */
.sh-mobile-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 40px;
  height: 40px;
  padding: 8px;
  background: none;
  border: none;
  cursor: pointer;
  border-radius: var(--r);
  flex-shrink: 0;
}

.sh-mobile-toggle:hover { background: var(--n50); }

.sh-ham-bar {
  display: block;
  width: 22px;
  height: 2px;
  background: var(--n600);
  border-radius: 1px;
}

.sh-mobile-toggle:hover .sh-ham-bar,
.sh-mobile-toggle[aria-expanded="true"] .sh-ham-bar { background: var(--navy); }

/* ─── Mobile nav panel ─── */
.sh-mobile-nav {
  display: none;
  position: fixed;
  top: var(--nav-h);
  left: 0;
  right: 0;
  z-index: 190;
  background: var(--white);
  border-bottom: 1px solid var(--n100);
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

.sh-mobile-nav.is-open { display: block; }

/* ─── Mobile nav search row ───
   First row of the panel. Non-homepage: a real /search form. Homepage: a
   search-field-shaped button that closes the menu and focuses the hero
   search (never a second competing input). */
.sh-mobile-search {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  padding: 12px var(--pad);
  background: var(--n50);
  border: none;
  border-bottom: 1px solid var(--n100);
}

.sh-mobile-search-icon {
  display: inline-flex;
  color: var(--n500);
  flex-shrink: 0;
}

.sh-mobile-search-icon svg {
  width: 18px;
  height: 18px;
  display: block;
}

.sh-mobile-search-input {
  flex: 1;
  min-width: 0;
  height: 44px;
  padding: 0 12px;
  border: 1px solid var(--n200);
  border-radius: var(--r);
  font-family: var(--font-body);
  font-size: 16px;   /* ≥16px so iOS Safari never auto-zooms the menu */
  color: var(--n800);
  background: var(--white);
}

.sh-mobile-search-input:focus {
  outline: 2px solid var(--navy);
  outline-offset: -1px;
  border-color: var(--navy);
}

.sh-mobile-search--jump {
  cursor: pointer;
  text-align: left;
  min-height: 56px;
}

.sh-mobile-search-hint {
  flex: 1;
  font-family: var(--font-body);
  font-size: 15px;
  color: var(--n500);
}

.sh-mobile-nav-list {
  list-style: none;
  padding: 8px 0;
}

.sh-mobile-nav-list > li > a {
  display: block;
  padding: 14px var(--pad);
  font-family: var(--font-body);
  font-size: 15px;
  font-weight: 500;
  color: var(--n800);
  text-decoration: none;
  border-bottom: 1px solid var(--n50);
}

.sh-mobile-nav-list > li:last-child > a { border-bottom: none; }

.sh-mobile-nav-list > li > a:hover { background: var(--n50); color: var(--navy); }

.sh-mobile-nav-list > li > a.is-active { color: var(--navy); font-weight: 600; }

.sh-mobile-nav-sub {
  padding: 0 var(--pad) 14px;
  border-bottom: 1px solid var(--n50);
}

.sh-mobile-nav-sub-label {
  display: block;
  margin: 4px 0 8px;
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--n400);
}

.sh-mobile-nav-subgrid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2px 14px;
}

.sh-mobile-nav-subgrid a,
.sh-mobile-nav-all {
  display: block;
  padding: 7px 0;
  color: var(--navy);
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}

.sh-mobile-nav-subgrid a:hover,
.sh-mobile-nav-all:hover {
  color: var(--red);
}

.sh-mobile-nav-all {
  margin-top: 7px;
  color: var(--red);
  font-weight: 600;
}

.sh-mobile-nav-cta-row {
  padding: 12px var(--pad) 16px;
  border-top: 1px solid var(--n100);
}

.sh-mobile-nav-cta-row > a {
  display: block;
  padding: 13px 20px;
  background: var(--red);
  color: var(--white);
  font-weight: 600;
  border-radius: var(--r);
  text-align: center;
  font-size: 15px;
  text-decoration: none;
}

.sh-mobile-nav-cta-row > a:hover { background: var(--red-dark); }

/* ─── Responsive: collapse nav on mobile/tablet ─── */
@media (max-width: 860px) {
  .sh-header-right { display: none; }
  .sh-mobile-toggle { display: flex; }
}

@media (min-width: 861px) {
  .sh-mobile-nav { display: none !important; }
}

/* ════════════════════════════════════════════════════════════════
   BREADCRUMB
   Part of the navy hero zone: the white header hands straight over to
   navy, and the crumbs read as quiet navigation inside the hero. No
   white strip, no card, no border. Single line everywhere — long trails
   scroll horizontally (scrollbar hidden) instead of stacking.
════════════════════════════════════════════════════════════════ */
.sh-breadcrumb {
  background: var(--navy);
}

.sh-breadcrumb-inner {
  display: flex;
  align-items: center;
  min-height: 36px;
  padding: 9px 0 7px;
  font-size: 12px;
  letter-spacing: 0.01em;
  white-space: nowrap;
  overflow-x: auto;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

.sh-breadcrumb-inner::-webkit-scrollbar { display: none; }

.sh-breadcrumb a {
  color: rgba(255, 255, 255, 0.66);
  text-decoration: none;
  transition: color 0.12s;
  white-space: nowrap;
}

.sh-breadcrumb a:hover { color: var(--white); }

.sh-breadcrumb a:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.75);
  outline-offset: 2px;
  border-radius: 2px;
  color: var(--white);
}

.sh-bc-sep {
  color: rgba(255, 255, 255, 0.3);
  margin: 0 9px;
  font-size: 10px;
  user-select: none;
}

.sh-bc-current {
  color: rgba(255, 255, 255, 0.92);
  font-weight: 600;
  white-space: nowrap;
}


/* ════════════════════════════════════════════════════════════════
   PUBLIC FOOTER
════════════════════════════════════════════════════════════════ */
.sh-footer {
  background: var(--navy);
  padding: 56px 0 32px;
}

.sh-footer-grid {
  display: grid;
  grid-template-columns: 1.8fr 1fr 1fr 1fr;
  gap: 48px;
  padding-bottom: 48px;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  margin-bottom: 28px;
}

/* Brand column */
.sh-footer-brand { display: flex; flex-direction: column; gap: 14px; }

.sh-footer-tagline {
  font-size: 13px;
  line-height: 1.72;
  max-width: 330px;
  color: rgba(255,255,255,0.46);
}

.sh-footer-prelaunch-status {
  display: flex;
  align-items: center;
  gap: 7px;
  margin: -8px 0 0;
  font-size: 12px;
  line-height: 1.5;
  color: rgba(255,255,255,0.46);
}

.sh-footer-prelaunch-dot {
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: #31d158;
  flex: 0 0 auto;
}

/* Footer columns */
.sh-footer-col h2 {
  font-family: var(--font-display);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.85);
  margin-bottom: 18px;
}

.sh-footer-col ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 11px;
}

.sh-footer-col a {
  color: rgba(255,255,255,0.46);
  text-decoration: none;
  font-size: 13px;
  line-height: 1.4;
  transition: color 0.12s;
}

.sh-footer-col a:hover { color: rgba(255,255,255,0.85); }

/* Footer bottom bar */
/* Footer body text uses white at 0.46 over --navy (#0D1B2A), which composites
   to #7C848C at 4.59:1 — the lowest alpha that meets WCAG AA for normal text.
   Keep any new footer text at or above it. */
.sh-footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}

.sh-footer-bottom-left { font-size: 12px; color: rgba(255,255,255,0.46); }

.sh-footer-bottom-right { display: flex; align-items: center; gap: 20px; }

.sh-footer-bottom-right a {
  font-size: 12px;
  color: rgba(255,255,255,0.46);
  text-decoration: none;
  transition: color 0.12s;
}

.sh-footer-bottom-right a:hover { color: rgba(255,255,255,0.55); }

/* ════════════════════════════════════════════════════════════════
   SHARED BUTTONS
════════════════════════════════════════════════════════════════ */

/* Primary: navy fill */
.btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-display);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  text-decoration: none;
  background: var(--navy);
  color: var(--white);
  border: none;
  border-radius: var(--r);
  padding: 12px 24px;
  cursor: pointer;
  transition: background 0.12s;
  white-space: nowrap;
}

.btn-primary:hover { background: var(--navy-mid); }

/* Secondary: red fill */
.btn-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-display);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  text-decoration: none;
  background: var(--red);
  color: var(--white);
  border: none;
  border-radius: var(--r);
  padding: 12px 24px;
  cursor: pointer;
  transition: background 0.12s;
  white-space: nowrap;
}

.btn-cta:hover { background: var(--red-dark); }

/* Outline: navy border */
.btn-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-display);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  text-decoration: none;
  background: transparent;
  color: var(--navy);
  border: 1.5px solid var(--n200);
  border-radius: var(--r);
  padding: 10px 22px;
  cursor: pointer;
  transition: border-color 0.12s, background 0.12s;
  white-space: nowrap;
}

.btn-outline:hover { border-color: var(--navy); background: var(--n50); }

/* Small utility button */
.btn-sm {
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  background: var(--white);
  color: var(--n600);
  border: 1px solid var(--n200);
  border-radius: var(--r);
  padding: 6px 14px;
  cursor: pointer;
  transition: border-color 0.12s, color 0.12s;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  white-space: nowrap;
}

.btn-sm:hover { border-color: var(--navy); color: var(--navy); }

/* ════════════════════════════════════════════════════════════════
   AUDIENCE ACQUISITION CTA SYSTEM
════════════════════════════════════════════════════════════════ */
.audience-cta {
  --audience-cta-bg: var(--white);
  --audience-cta-border: var(--n100);
  background: var(--audience-cta-bg);
  border: 1px solid var(--audience-cta-border);
  border-left: 2px solid rgba(190,24,38,0.72);
  border-radius: 8px;
  color: var(--navy);
}

.audience-cta--card {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 22px;
  box-shadow: 0 4px 16px rgba(13,27,42,0.035);
}

.audience-cta--empty {
  text-align: center;
  border-style: dashed;
  border-left-width: 1px;
  padding: 34px 24px;
  background: var(--off-white);
}

.audience-cta--strip {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 18px;
  padding: 14px 16px;
  background: var(--off-white);
  border-left-width: 1px;
}

.audience-cta--footer {
  border-color: rgba(255,255,255,0.08);
  border-left: 0;
  border-right: 0;
  background: transparent;
  color: var(--white);
  margin-bottom: 28px;
  border-radius: 0;
}

.audience-cta-footer-inner {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 0;
}

.audience-cta-bell {
  flex: 0 0 auto;
  width: 48px;
  height: 48px;
  border-radius: 9px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--navy);
  color: var(--white);
  font-family: var(--font-display);
  font-size: 28px;
  font-weight: 800;
  line-height: 1;
}

.audience-cta--footer .audience-cta-bell {
  width: 32px;
  height: 32px;
  border-radius: 7px;
  background: var(--red);
  font-size: 19px;
}

.audience-cta--empty .audience-cta-bell {
  margin: 0 auto 14px;
}

.audience-cta-copy {
  min-width: 0;
  flex: 1 1 auto;
}

.audience-cta-eyebrow {
  font-family: var(--font-display);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--red);
  margin-bottom: 7px;
}

.audience-cta h2,
.audience-cta-copy strong {
  display: block;
  font-family: var(--font-display);
  font-size: 24px;
  line-height: 1.08;
  font-weight: 700;
  color: inherit;
}

.audience-cta p,
.audience-cta-copy span {
  display: block;
  font-size: 14px;
  line-height: 1.55;
  color: var(--n600);
  margin-top: 6px;
}

.audience-cta--footer p,
.audience-cta--footer .audience-cta-copy span {
  color: rgba(255,255,255,0.55);
}

.audience-cta--footer .audience-cta-eyebrow {
  margin-bottom: 4px;
  color: rgba(255,255,255,0.58);
}

.audience-cta--footer h2 {
  font-size: 18px;
  line-height: 1.15;
}

.audience-cta--footer p {
  margin-top: 4px;
  font-size: 13px;
}

.audience-cta--footer .btn-cta {
  padding: 9px 14px;
  border: 1px solid rgba(255,255,255,0.16);
  background: rgba(255,255,255,0.08);
  color: var(--white);
  font-size: 11px;
}

.audience-cta--footer .btn-cta:hover {
  background: rgba(255,255,255,0.14);
}

.audience-cta-trust {
  display: flex;
  align-items: center;
  gap: 7px;
  flex-wrap: wrap;
  margin-top: 11px;
  color: var(--n400);
  font-size: 12px;
}

/* Each fact is a nowrap unit that carries its own leading separator, so the
   "·" can never orphan onto its own line when the row wraps on narrow phones. */
.audience-cta-trust-item {
  white-space: nowrap;
}

.audience-cta-trust-item + .audience-cta-trust-item::before {
  content: "·";
  margin-right: 7px;
  color: var(--n300);
}

.audience-cta-action {
  flex: 0 0 auto;
}

.home-section-alerts .audience-cta--card {
  background: var(--off-white);
  box-shadow: none;
}

.team-audience-cta {
  width: min(calc(100% - (var(--pad) * 2)), var(--max-w));
  max-width: var(--max-w);
  margin: 32px auto;
}

.team-audience-cta--after-registration {
  margin-top: 22px;
  margin-bottom: 48px;
}

.region-alerts-section {
  padding-top: 0;
}

.region-audience-cta {
  margin-top: 0;
}

@media (max-width: 760px) {
  .audience-cta--card {
    align-items: flex-start;
    flex-wrap: wrap;
    padding: 18px;
  }

  /* The strip variant (e.g. the region "Get <region> alerts" band) is a single
     non-wrapping flex row on desktop. Let it wrap on mobile so the full-width
     button below drops to its own line instead of overflowing the viewport. */
  .audience-cta--strip {
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .audience-cta--card .audience-cta-bell,
  .audience-cta--strip .audience-cta-bell {
    width: 42px;
    height: 42px;
    font-size: 24px;
  }

  .audience-cta--card .audience-cta-action,
  .audience-cta--strip .audience-cta-action {
    width: 100%;
  }

  .audience-cta--card .btn-cta,
  .audience-cta--strip .btn-cta {
    width: 100%;
  }

  .audience-cta-footer-inner {
    flex-direction: column;
    align-items: stretch;
    text-align: center;
  }

  .audience-cta--footer .audience-cta-bell {
    margin: 0 auto;
  }

  .audience-cta--footer .btn-cta {
    width: 100%;
  }
}

/* ════════════════════════════════════════════════════════════════
   RESPONSIVE
════════════════════════════════════════════════════════════════ */
@media (max-width: 860px) {
  .sh-footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
}

@media (max-width: 560px) {
  .sh-footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .sh-footer-bottom { flex-direction: column; align-items: flex-start; gap: 12px; }
}

/* ════════════════════════════════════════════════════════════════
   PLACEHOLDER — smoke route only, removed in Phase 3
════════════════════════════════════════════════════════════════ */
.sh-placeholder {
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 80px var(--pad);
}

.sh-placeholder-heading {
  font-family: var(--font-display);
  font-size: 48px;
  font-weight: 800;
  color: var(--navy);
  text-transform: uppercase;
  letter-spacing: 0.02em;
  margin-bottom: 16px;
}

.sh-placeholder-sub {
  font-size: 18px;
  color: var(--n600);
  margin-bottom: 16px;
}

.sh-placeholder-note {
  font-size: 14px;
  color: var(--n400);
}

/* ════════════════════════════════════════════════════════════════
   RINK PAGE — hero + map
════════════════════════════════════════════════════════════════ */
.rink-hero-section {
  border-bottom: 1px solid var(--n100);
  background: var(--white);
  padding: 48px var(--pad) 52px;
}

.rink-hero-inner {
  max-width: var(--max-w);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.rink-hero-head {
  display: flex;
  align-items: center;
  gap: 22px;
}

.rink-hero-logo {
  flex-shrink: 0;
}

.rink-hero-logo-img {
  width: 84px;
  height: 84px;
  border-radius: 16px;
  border: 1px solid var(--n100);
  background: var(--white);
  object-fit: contain;
  display: block;
}

.rink-hero-headings {
  min-width: 0;
}

.rink-hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-display);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--n400);
  margin-bottom: 10px;
}

.rink-hero-eyebrow::before {
  content: "";
  display: block;
  width: 12px;
  height: 2px;
  background: var(--red);
}

.rink-hero-title {
  font-family: var(--font-display);
  font-size: clamp(34px, 5vw, 58px);
  font-weight: 800;
  line-height: 0.96;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: var(--navy);
  max-width: 760px;
}

.rink-hero-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 8px 18px;
  margin-top: 14px;
}

.rink-hero-address {
  font-size: 15px;
  font-weight: 500;
  color: var(--n600);
}

.rink-hero-website {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  min-height: 34px;
  padding: 6px 12px;
  border-radius: var(--r);
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--red);
}

.rink-hero-website:hover {
  color: var(--red-dark);
}

.rink-hero-intro {
  max-width: 720px;
  margin-top: 24px;
  font-size: 16px;
  line-height: 1.7;
  color: var(--n600);
}

/* Media row below the title: hero photo (≈30%) + map (≈70%), or map full-width. */
.rink-hero-media {
  width: 100%;
  margin-top: 32px;
}

.rink-hero-media--split {
  display: grid;
  grid-template-columns: 3fr 7fr;
  gap: 20px;
  align-items: stretch;
}

.rink-hero-photo {
  border: 1px solid var(--n100);
  border-radius: 12px;
  overflow: hidden;
  background: var(--n50);
  min-height: 0;
}

.rink-hero-photo-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.rink-hero-map {
  width: 100%;
  border: 1px solid var(--n100);
  border-radius: 12px;
  overflow: hidden;
  background: var(--off-white);
}

.rink-hero-map .rink-map-module {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
}

.rink-hero-map .rink-map-container {
  flex: 1 1 auto;
  min-height: 300px;
  width: 100%;
  display: block;
}

.rink-map-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 16px;
  border-top: 1px solid var(--n100);
  background: var(--white);
}

.rink-map-address {
  min-width: 0;
  font-size: 13px;
  color: var(--n600);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.rink-map-directions {
  flex-shrink: 0;
  font-family: var(--font-display);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--white);
  background: var(--navy);
  border-radius: var(--r);
  padding: 8px 12px;
}

.rink-map-directions:hover {
  background: var(--navy-mid);
}

.rink-map-module--no-map {
  height: auto;
  min-height: 0;
}

.rink-map-module--no-map .rink-map-bar {
  border-top: none;
}

.rink-section {
  padding: 52px var(--pad);
  border-bottom: 1px solid var(--n100);
  background: var(--white);
}

.rink-section-alt {
  background: var(--off-white);
}

.rink-travel-section {
  background: var(--off-white);
}

.rink-section-inner {
  max-width: var(--max-w);
  margin: 0 auto;
}

.rink-section-hgroup {
  max-width: 720px;
  margin-bottom: 24px;
}

.rink-section-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-display);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--n400);
  margin-bottom: 8px;
}

.rink-section-eyebrow::before {
  content: "";
  display: block;
  width: 12px;
  height: 2px;
  background: var(--red);
}

.rink-section-title {
  font-family: var(--font-display);
  font-size: clamp(28px, 3.5vw, 38px);
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: var(--navy);
}

.rink-section-sub {
  margin-top: 8px;
  font-size: 14px;
  line-height: 1.6;
  color: var(--n600);
}

.rink-travel-blocks {
  display: grid;
  gap: clamp(34px, 5vw, 52px);
}

.rink-travel-section .sh-rec-title {
  font-size: clamp(22px, 2.6vw, 28px);
}

.rink-travel-section .sh-rec-hgroup {
  margin-bottom: 16px;
}

/* One clean card of facility facts — a responsive grid of icon + label + value
   items. Deliberately not quadrants; rows breathe and read like a spec sheet. */
.rink-info-card {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px 36px;
  padding: 28px 30px;
  border: 1px solid var(--n100);
  border-radius: 14px;
  background: var(--white);
}

/* Positioning context for the LiveBarn overlay badge, which straddles the
   card's top edge. Lives on the wrapper (not the card) so it is never clipped —
   mirrors the hotel "Recommended" pill treatment (.sh-rec-hotel-wrap). */
.rink-info-wrap {
  position: relative;
}

/* LiveBarn feature marker — a compact certification-style badge hugging the
   top-right corner of the Rink Information card, ≈50% above the border and 50%
   inside. Informational only: no link, no CTA. White, subtle shadow, tight
   padding so it reads as a marker rather than a standalone card. Mirrors the
   hotel "Recommended" pill treatment, just larger/rectangular for the logo. */
.rink-livebarn-badge {
  position: absolute;
  top: 0;
  right: 16px;
  transform: translateY(-50%);
  z-index: 2;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 1px;
  padding: 5px 12px 6px;
  border: 1px solid var(--n100);
  border-radius: 9px;
  background: var(--white);
  box-shadow: 0 3px 10px rgba(13, 27, 42, 0.16);
}

/* Crop the PNG's built-in whitespace (≈20px top/bottom, 8px sides of the
   150×79 source) so the marker hugs the wordmark. object-fit: cover at the
   logo's content aspect ratio (~3.4:1) trims the vertical padding without
   clipping the wordmark. */
.rink-livebarn-logo {
  display: block;
  width: 78px;
  height: 23px;
  object-fit: cover;
  object-position: center;
}

.rink-livebarn-text {
  font-family: var(--font-display);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: var(--n600);
  white-space: nowrap;
}

/* Spring Hockey Note — full-width lead row inside the info card, separated from
   the facility grid by a bottom divider. Practical guidance for hockey families,
   kept low-key (no callout box) to match the card's quiet design language. */
.rink-info-note {
  grid-column: 1 / -1;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-bottom: 22px;
  margin-bottom: 8px;
  border-bottom: 1px solid var(--n100);
}

.rink-info-note-body {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 15px;
  line-height: 1.55;
  color: var(--navy);
}

.rink-info-note-body p {
  margin: 0;
}

.rink-info-item {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  column-gap: 16px;
  align-items: center;
  padding: 13px 0;
}

.rink-info-icon {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: var(--n50);
  color: var(--navy);
  display: flex;
  align-items: center;
  justify-content: center;
}

.rink-info-icon svg {
  width: 21px;
  height: 21px;
}

.rink-info-text {
  display: flex;
  flex-direction: column;
  gap: 3px;
  min-width: 0;
}

.rink-info-label {
  font-family: var(--font-display);
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--n400);
}

.rink-info-value-line {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 6px 10px;
}

.rink-info-value {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.35;
  color: var(--navy);
}

.rink-info-link {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: var(--red);
  text-decoration: none;
}

.rink-info-link:hover {
  color: var(--red-dark);
}

.rink-info-badge {
  display: inline-flex;
  align-items: center;
  border: 1px solid var(--n100);
  border-radius: 999px;
  background: var(--n50);
  color: var(--n600);
  padding: 2px 9px;
  font-family: var(--font-display);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
}

.rink-info-check {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 5px;
  font-size: 13px;
  font-weight: 500;
  color: var(--n600);
}

.rink-info-check-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: var(--green-bg);
  color: var(--green);
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
}

.rink-entity-list {
  display: flex;
  flex-direction: column;
  border: 1px solid var(--n100);
  border-radius: var(--r);
  background: var(--white);
  overflow: hidden;
}

.rink-entity-row {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px;
  min-height: 84px;
  padding: 16px 18px;
  color: var(--navy);
  text-decoration: none;
}

.rink-entity-row + .rink-entity-row {
  border-top: 1px solid var(--n100);
}

a.rink-entity-row:hover {
  background: var(--n50);
}

.rink-entity-row-muted,
.rink-provider-row {
  background: var(--white);
}

.rink-entity-logo,
.rink-entity-logo-img {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  flex-shrink: 0;
}

.rink-entity-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--navy);
  color: var(--white);
}

.rink-provider-logo {
  background: var(--n50);
  color: var(--n600);
  border: 1px solid var(--n100);
}

.rink-entity-logo span {
  font-family: var(--font-display);
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.rink-entity-logo-img {
  object-fit: contain;
  background: var(--white);
  border: 1px solid var(--n100);
}

.rink-entity-info {
  min-width: 0;
}

.rink-entity-type,
.rink-entity-name,
.rink-entity-muted,
.rink-entity-arrow {
  display: block;
}

.rink-entity-type {
  font-family: var(--font-display);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--n400);
  margin-bottom: 3px;
}

.rink-entity-name {
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 700;
  line-height: 1.05;
  text-transform: uppercase;
  color: var(--navy);
}

.rink-entity-muted {
  font-size: 12px;
  font-weight: 600;
  color: var(--n400);
  white-space: nowrap;
}

.rink-entity-arrow {
  font-size: 22px;
  color: var(--red);
}

.rink-empty-line {
  max-width: 680px;
  font-size: 15px;
  line-height: 1.6;
  color: var(--n600);
}

.rink-tournament-list {
  display: flex;
  flex-direction: column;
  border: 1px solid var(--n100);
  border-radius: var(--r);
  background: var(--white);
  overflow: hidden;
}

.rink-tournament-row {
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
  min-height: 92px;
  padding: 16px 18px;
  color: var(--navy);
  text-decoration: none;
}

.rink-tournament-row + .rink-tournament-row {
  border-top: 1px solid var(--n100);
}

.rink-tournament-row:hover {
  background: var(--n50);
}

.rink-tournament-date {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  border: 1px solid var(--n100);
  border-radius: var(--r);
  background: var(--off-white);
  text-align: center;
}

.rink-tournament-date span {
  max-width: 92px;
  font-family: var(--font-display);
  font-size: 17px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--navy);
}

.rink-tournament-info {
  min-width: 0;
}

.rink-tournament-label,
.rink-tournament-name,
.rink-tournament-meta {
  display: block;
}

.rink-tournament-label {
  font-family: var(--font-display);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--n400);
  margin-bottom: 3px;
}

.rink-tournament-name {
  font-family: var(--font-display);
  font-size: 23px;
  font-weight: 700;
  line-height: 1.05;
  text-transform: uppercase;
  color: var(--navy);
}

.rink-tournament-meta {
  margin-top: 5px;
  font-size: 13px;
  line-height: 1.4;
  color: var(--n600);
}

.rink-kbyg-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.rink-kbyg-item {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 12px;
  min-height: 96px;
  padding: 16px;
  border: 1px solid var(--n100);
  border-radius: var(--r);
  background: var(--white);
}

.rink-kbyg-item-warning {
  border-color: rgba(201, 142, 18, 0.32);
  background: var(--amber-bg);
}

.rink-kbyg-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--n50);
  color: var(--n600);
  font-family: var(--font-display);
  font-size: 18px;
  font-weight: 800;
  line-height: 1;
}

.rink-kbyg-item-warning .rink-kbyg-icon {
  background: var(--white);
  color: var(--amber);
  border: 1px solid rgba(201, 142, 18, 0.32);
}

.rink-kbyg-title,
.rink-kbyg-body {
  display: block;
}

.rink-kbyg-title {
  font-family: var(--font-display);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.08;
  text-transform: uppercase;
  color: var(--navy);
}

.rink-kbyg-body {
  margin-top: 6px;
  font-size: 13px;
  line-height: 1.5;
  color: var(--n600);
}

.rink-update-section {
  padding: 28px var(--pad);
  background: var(--white);
  border-bottom: 1px solid var(--n100);
}

.rink-update-strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 18px 20px;
  border: 1px solid var(--n100);
  border-radius: var(--r);
  background: var(--off-white);
}

.rink-update-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
  font-size: 14px;
  line-height: 1.45;
  color: var(--n600);
}

.rink-update-text strong {
  color: var(--n800);
  font-weight: 600;
}

.rink-update-link {
  flex-shrink: 0;
  border: 1px solid var(--n200);
  border-radius: var(--r);
  background: var(--white);
  color: var(--navy);
  padding: 8px 14px;
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
}

.rink-update-link:hover {
  border-color: var(--navy);
}

@media (max-width: 860px) {
  .rink-hero-media--split {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .rink-hero-photo {
    aspect-ratio: 16 / 9;
  }
}

@media (max-width: 720px) {
  .rink-info-card {
    grid-template-columns: 1fr;
    gap: 0;
    padding: 22px 22px;
  }
}

@media (max-width: 560px) {
  .rink-hero-section {
    padding: 36px var(--pad) 40px;
  }

  .rink-hero-head {
    gap: 16px;
  }

  .rink-hero-logo-img {
    width: 64px;
    height: 64px;
    border-radius: 13px;
  }

  .rink-map-bar {
    align-items: flex-start;
    flex-direction: column;
  }

  .rink-map-address {
    white-space: normal;
  }

  .rink-section {
    padding: 44px var(--pad);
  }

  .rink-entity-row {
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 12px;
    min-height: 76px;
    padding: 14px;
  }

  .rink-entity-logo,
  .rink-entity-logo-img {
    width: 44px;
    height: 44px;
  }

  .rink-entity-name {
    font-size: 19px;
  }

  .rink-entity-muted,
  .rink-entity-arrow {
    display: none;
  }

  .rink-tournament-row {
    grid-template-columns: 86px minmax(0, 1fr);
    gap: 12px;
    min-height: 82px;
    padding: 14px;
  }

  .rink-tournament-date {
    min-height: 52px;
  }

  .rink-tournament-date span {
    max-width: 68px;
    font-size: 14px;
  }

  .rink-tournament-name {
    font-size: 19px;
  }

  .rink-kbyg-grid {
    grid-template-columns: 1fr;
  }

  .rink-update-strip {
    align-items: flex-start;
    flex-direction: column;
  }
}

/* ════════════════════════════════════════════════════════════════
   AUTH PAGES — /login, /check-email, /auth/verify errors
════════════════════════════════════════════════════════════════ */

/* Narrow content column for auth/utility pages */
.page-col {
  max-width: 480px;
  margin: 0 auto;
  padding: 0 var(--pad);
}

/* Vertical spacing wrapper */
.auth-section {
  padding: 72px 0 80px;
}

/* Eyebrow label */
.auth-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-display);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--red);
  margin-bottom: 12px;
}

.auth-eyebrow::before {
  content: "";
  display: block;
  width: 16px;
  height: 2px;
  background: var(--red);
  flex-shrink: 0;
}

/* Page headings */
.auth-h1 {
  font-family: var(--font-display);
  font-size: clamp(26px, 4.5vw, 36px);
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--navy);
  line-height: 1.05;
  margin-bottom: 10px;
}

.auth-h2 {
  font-family: var(--font-display);
  font-size: clamp(22px, 3.5vw, 30px);
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--navy);
  line-height: 1.05;
  margin-bottom: 10px;
}

/* Subtext */
.auth-sub {
  font-size: 15px;
  color: var(--n600);
  line-height: 1.7;
  margin-bottom: 28px;
}

.auth-sub strong { color: var(--n800); font-weight: 600; }

/* Form group */
.fg {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 14px;
}

.fg label {
  font-size: 12px;
  font-weight: 600;
  color: var(--n600);
}

/* Form input */
.fi {
  font-family: var(--font-body);
  font-size: 15px;
  color: var(--navy);
  background: var(--white);
  border: 1px solid var(--n200);
  border-radius: var(--r);
  padding: 11px 14px;
  width: 100%;
  transition: border-color 0.12s, box-shadow 0.12s;
  -webkit-appearance: none;
  appearance: none;
  outline: none;
}

.fi::placeholder { color: var(--n400); }

.fi:focus {
  border-color: var(--navy);
  box-shadow: 0 0 0 3px rgba(13,27,42,0.06);
}

/* Full-width button modifier (for form submit buttons) */
.btn-full {
  display: flex;
  width: 100%;
  margin-bottom: 16px;
}

/* Continue with Google button + email/Google divider */
.btn-google { gap: 10px; }
.btn-google-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--white);
  color: var(--navy);
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 13px;
  line-height: 1;
}
.auth-divider {
  display: flex;
  align-items: center;
  text-align: center;
  color: var(--n400);
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin: 4px 0 16px;
}
.auth-divider::before,
.auth-divider::after {
  content: "";
  flex: 1;
  height: 1px;
  background: var(--n200);
}
.auth-divider span { padding: 0 12px; }

/* Support text (small gray helper) */
.support-text {
  font-size: 12.5px;
  color: var(--n600);
  line-height: 1.55;
  margin-bottom: 16px;
}

/* Inline text link */
.text-link {
  font-size: 13px;
  font-weight: 500;
  color: var(--n600);
  text-decoration: none;
  border-bottom: 1px solid var(--n200);
  padding-bottom: 1px;
  transition: color 0.12s, border-color 0.12s;
  cursor: pointer;
  display: inline-block;
}

.text-link:hover { color: var(--navy); border-color: var(--navy); }

/* Status icon circles */
.status-icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  margin-bottom: 20px;
}

.si-success { background: var(--green-bg); border: 1px solid rgba(37,96,37,0.15); }
.si-pending { background: var(--n50); border: 1px solid var(--n100); }
.si-warning { background: var(--amber-bg); border: 1px solid rgba(122,90,16,0.15); }
.si-neutral { background: var(--n50); border: 1px solid var(--n100); }

/* Notice strips */
.notice-strip {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 12px 14px;
  border-radius: var(--r);
  font-size: 13px;
  line-height: 1.5;
  margin-bottom: 24px;
}

.notice-warning {
  background: var(--amber-bg);
  border: 1px solid rgba(122,90,16,0.18);
  color: var(--amber);
}

.notice-neutral {
  background: var(--n50);
  border: 1px solid var(--n100);
  color: var(--n600);
}

.notice-icon { flex-shrink: 0; font-size: 14px; margin-top: 1px; }

/* Email display chip */
.email-chip {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 13.5px;
  font-weight: 500;
  color: var(--n800);
  background: var(--n50);
  border: 1px solid var(--n100);
  border-radius: 20px;
  padding: 5px 14px 5px 10px;
  margin-bottom: 20px;
}

.email-chip-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--green-mid);
  flex-shrink: 0;
}

/* Turnstile widget wrapper */
.turnstile-wrap {
  margin-bottom: 16px;
}

/* Submit update page */
.su-section {
  padding: 72px 0 80px;
}

.su-col {
  max-width: 600px;
}

.su-form {
  margin-top: 8px;
}

.su-textarea {
  min-height: 180px;
  resize: vertical;
  line-height: 1.5;
}

.su-honeypot {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.su-submit,
.su-actions {
  margin-top: 4px;
}

/* Public tournament suggestion */
.ts-col {
  max-width: 640px;
}

.ts-intro {
  color: var(--n600);
  font-size: 15px;
  line-height: 1.65;
  margin: -8px 0 28px;
}

.ts-location {
  border: 1px solid var(--n100);
  border-radius: 10px;
  margin: 8px 0 24px;
  padding: 20px 20px 4px;
}

.ts-location legend {
  color: var(--navy);
  font-family: var(--font-display);
  font-size: 14px;
  font-weight: 700;
  padding: 0 8px;
}

.ts-location-help {
  margin: -4px 0 18px;
}

.ts-check {
  align-items: center;
  color: var(--n600);
  cursor: pointer;
  display: flex;
  font-size: 13.5px;
  gap: 9px;
  margin-top: 10px;
}

.ts-check input {
  accent-color: var(--red);
  height: 16px;
  margin: 0;
  width: 16px;
}

.ts-check input:disabled + span {
  color: var(--n300);
  cursor: not-allowed;
}

.ts-manual-field {
  background: var(--n50);
  border-radius: 8px;
  margin: -8px 0 20px;
  padding: 14px;
}

.ts-manual-field[hidden] {
  display: none;
}

@media (max-width: 640px) {
  .ts-location {
    padding-left: 14px;
    padding-right: 14px;
  }
}

/* ════════════════════════════════════════════════════════════════
   PROVINCE + REGION PAGES
════════════════════════════════════════════════════════════════ */

/* ── Shared eyebrow ── */
.p-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-display);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--red);
  margin-bottom: 12px;
}

.p-eyebrow::before {
  content: "";
  display: block;
  width: 16px;
  height: 2px;
  background: var(--red);
  flex-shrink: 0;
}

/* ── Shared h1 + sub ── */
.p-h1 {
  font-family: var(--font-display);
  font-size: clamp(28px, 4.5vw, 44px);
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--navy);
  line-height: 1.04;
  margin-bottom: 16px;
}

.p-sub {
  font-size: 15px;
  color: var(--n600);
  line-height: 1.75;
  max-width: 540px;
}

/* ── Stats panel (navy box) ── */
.p-stats {
  background: var(--navy);
  border-radius: 8px;
  overflow: hidden;
}

.p-stat {
  padding: 18px 22px;
  text-align: center;
}

.p-stat + .p-stat { border-top: 1px solid rgba(255,255,255,0.07); }

.p-stat-num {
  display: block;
  font-family: var(--font-display);
  font-size: 34px;
  font-weight: 800;
  color: var(--white);
  line-height: 1;
  letter-spacing: 0.01em;
}

.p-stat-label {
  display: block;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.38);
  margin-top: 5px;
}

/* ── Province hero ── */
.p-hero {
  border-bottom: 1px solid var(--n100);
  padding: 56px var(--pad) 48px;
}

.p-hero-inner {
  max-width: var(--max-w);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 200px;
  gap: 40px;
  align-items: center;
}

/* ── Province intro ── */
.p-intro {
  background: var(--off-white);
  border-bottom: 1px solid var(--n100);
  padding: 44px var(--pad);
}

.p-intro-inner {
  max-width: var(--max-w);
  margin: 0 auto;
}

.p-intro-text {
  font-size: 15px;
  color: var(--n600);
  line-height: 1.8;
  max-width: 700px;
}

/* ── Province section wrapper ── */
.p-section {
  padding: 56px var(--pad);
  border-bottom: 1px solid var(--n100);
}

.p-section-inner {
  max-width: var(--max-w);
  margin: 0 auto;
}

.p-section-header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 28px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--n200);
}

.p-section-h2 {
  font-family: var(--font-display);
  font-size: clamp(18px, 2.4vw, 24px);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--navy);
}

/* ── Region card grid (province page) ── */
.r-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 14px;
}

.r-card {
  display: block;
  text-decoration: none;
  background: var(--white);
  border: 1px solid var(--n100);
  border-radius: 8px;
  padding: 20px 22px;
  transition: border-color 0.13s, box-shadow 0.13s, transform 0.13s;
}

.r-card:hover {
  border-color: var(--n200);
  box-shadow: 0 4px 20px rgba(0,0,0,0.07);
  transform: translateY(-1px);
}

.r-card-flag {
  display: block;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--n400);
  margin-bottom: 5px;
}

.r-card-name {
  font-family: var(--font-display);
  font-size: 20px;
  font-weight: 800;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: var(--navy);
  margin-bottom: 5px;
  line-height: 1.1;
}

.r-card-cities {
  font-size: 12.5px;
  color: var(--n600);
  line-height: 1.5;
  margin-bottom: 14px;
}

.r-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.r-card-cta {
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--navy);
  display: flex;
  align-items: center;
  gap: 5px;
  transition: gap 0.12s;
}

.r-card:hover .r-card-cta { gap: 8px; }
.r-cta-arrow { font-size: 13px; opacity: 0.4; }

.r-card-count {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: var(--n400);
  background: var(--n50);
  border: 1px solid var(--n100);
  padding: 2px 9px;
  border-radius: 20px;
}

/* ── CTA strip (province + region) ── */
.p-cta {
  background: var(--navy);
  padding: 52px var(--pad);
}

.p-cta-inner {
  max-width: var(--max-w);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
}

.p-cta-text { max-width: 520px; }

.p-cta-eyebrow {
  font-family: var(--font-display);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.4);
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
}

.p-cta-eyebrow::before {
  content: "";
  display: block;
  width: 14px;
  height: 2px;
  background: var(--red);
}

.p-cta-h2 {
  font-family: var(--font-display);
  font-size: clamp(20px, 3vw, 30px);
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--white);
  line-height: 1.05;
  margin-bottom: 10px;
}

.p-cta-sub {
  font-size: 14.5px;
  color: rgba(255,255,255,0.5);
  line-height: 1.7;
}

/* ── Region page hero ── */
.rg-hero {
  border-bottom: 1px solid var(--n100);
  padding: 56px var(--pad) 48px;
}

.rg-hero-inner {
  max-width: var(--max-w);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 180px;
  gap: 28px;
  align-items: center;
}

/* ── Region main content ── */
.rg-main {
  padding: 52px var(--pad) 60px;
}

.rg-main-inner {
  max-width: var(--max-w);
  margin: 0 auto;
}

.rg-section-header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 32px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--n200);
}

/* ── City block ── */
.rg-city-block { margin-bottom: 40px; }

.rg-city-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}

.rg-city-name {
  font-family: var(--font-display);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--navy);
  flex-shrink: 0;
}

.rg-city-count {
  font-size: 11px;
  font-weight: 600;
  color: var(--n400);
  letter-spacing: 0.06em;
  flex-shrink: 0;
}

.rg-city-rule {
  flex: 1;
  height: 1px;
  background: var(--n100);
}

.rg-no-teams {
  font-size: 14px;
  color: var(--n600);
  padding: 24px 0;
}

/* ── Team list ── */
.tm-list {
  border: 1px solid var(--n100);
  border-radius: 8px;
  overflow: hidden;
}

.tm-row {
  display: grid;
  grid-template-columns: 52px 1fr auto;
  align-items: center;
  padding: 14px 18px;
  background: var(--white);
  text-decoration: none;
  color: inherit;
  transition: background 0.11s;
}

.tm-row + .tm-row { border-top: 1px solid var(--n100); }
.tm-row:hover { background: var(--n50); }

.tm-logo-cell { padding-right: 14px; }

.tm-logo-wrap {
  width: 38px;
  height: 38px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  flex-shrink: 0;
}

.tm-logo-navy { background: var(--navy); }

.tm-logo-unclaimed {
  background: var(--n50);
  border: 1px solid var(--n100);
}

.tm-logo-init {
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 800;
  color: var(--white);
  letter-spacing: 0.02em;
}

.tm-logo-unclaimed .tm-logo-init { color: var(--n200); font-size: 11px; }

.tm-info-cell {
  min-width: 0;
  padding-right: 16px;
}

.tm-name {
  font-family: var(--font-display);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--navy);
  line-height: 1.25;
  margin-bottom: 3px;
}

.tm-row.unclaimed .tm-name {
  color: var(--n800);
  font-weight: 600;
  font-size: 14px;
}

.tm-meta {
  display: flex;
  gap: 5px;
  align-items: baseline;
  font-size: 12px;
}

.tm-meta-label {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--n400);
}

.tm-meta-value { color: var(--n600); }

.tm-status-cell {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 4px;
  flex-shrink: 0;
}

.tm-claimed-tag {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--n400);
}

.tm-claimed-tag::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--green-mid);
  flex-shrink: 0;
}

.tm-unclaimed-tag {
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: var(--n200);
}

/* ── Responsive — province + region ── */
@media (max-width: 860px) {
  .p-hero-inner,
  .rg-hero-inner {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .p-stats {
    display: flex;
    flex-direction: row;
  }

  .p-stat {
    flex: 1;
    border-top: none !important;
    border-left: 1px solid rgba(255,255,255,0.07);
    padding: 14px 16px;
  }

  .p-stat:first-child { border-left: none; }

  .p-cta-inner { flex-direction: column; align-items: flex-start; }
}

@media (max-width: 560px) {
  .r-grid { grid-template-columns: 1fr; }

  .tm-row {
    grid-template-columns: 44px 1fr;
    grid-template-rows: auto auto;
    padding: 12px 14px;
  }

  .tm-logo-cell { grid-row: 1 / 3; }
  .tm-info-cell { padding-right: 0; }

  .tm-status-cell {
    grid-column: 2;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    padding-top: 4px;
  }
}

/* ════════════════════════════════════════════════════════════════
   TEAM PAGE
   ════════════════════════════════════════════════════════════════ */

.t-hero {
  border-bottom: 1px solid var(--n100);
  padding: 56px var(--pad) 48px;
}

.t-hero-inner {
  max-width: var(--max-w);
  margin: 0 auto;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 32px;
  align-items: start;
}

.t-hero-logo {
  flex-shrink: 0;
}

.t-logo-img {
  width: 88px;
  height: 88px;
  border-radius: 12px;
  display: block;
  background: var(--n50);
}

.t-logo-placeholder {
  width: 88px;
  height: 88px;
  border-radius: 12px;
  border: 1px solid var(--n100);
  background: var(--white);
  display: block;
  object-fit: contain;
}

.t-logo-stack {
  position: relative;
  width: 96px;
  height: 96px;
}

.t-logo-stack > .t-logo-placeholder {
  position: absolute;
  inset: 0;
}

.t-logo-stack > .t-logo-img {
  position: relative;
  z-index: 1;
}

.t-logo-stack.is-logo-fallback > .t-logo-img {
  display: none;
}

.t-hero-location {
  font-size: 14px;
  color: var(--n600);
  line-height: 1.6;
  margin-top: 4px;
}

.t-unclaimed-label {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin-top: 10px;
  border: 1px solid var(--n200);
  border-radius: 999px;
  padding: 5px 10px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--n700);
  background: var(--white);
}

.t-description {
  background: var(--off-white);
  border-bottom: 1px solid var(--n100);
  padding: 44px var(--pad);
}

.t-description-inner {
  max-width: var(--max-w);
  margin: 0 auto;
}

.t-description-inner p {
  font-size: 15px;
  color: var(--n600);
  line-height: 1.8;
  max-width: 700px;
}

.t-section {
  padding: 56px var(--pad);
  border-bottom: 1px solid var(--n100);
}

.t-section-inner {
  max-width: var(--max-w);
  margin: 0 auto;
}

.t-prog-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.t-prog-card {
  border: 1px solid var(--n100);
  border-radius: 8px;
  padding: 22px 24px;
  background: var(--white);
}

.t-prog-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 14px;
}

.t-prog-year {
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 800;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: var(--navy);
}

.t-prog-coach {
  font-size: 12px;
  color: var(--n600);
  margin-left: 12px;
}

.t-prog-status {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 20px;
  white-space: nowrap;
}

.t-prog-status-open {
  color: var(--green);
  background: var(--green-bg);
  border: 1px solid rgba(37,96,37,0.15);
}

.t-prog-status-closed {
  color: var(--n600);
  background: var(--n50);
  border: 1px solid var(--n100);
}

.t-prog-status-roster_locked {
  color: var(--navy);
  background: var(--n50);
  border: 1px solid var(--n200);
}

.t-prog-details {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 24px;
  margin-bottom: 12px;
}

.t-prog-detail {
  display: flex;
  gap: 6px;
  align-items: baseline;
}

.t-prog-label {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--n400);
  flex-shrink: 0;
}

.t-prog-value {
  font-size: 13px;
  color: var(--n600);
}

.t-prog-tryout {
  display: flex;
  gap: 6px;
  align-items: baseline;
  padding: 10px 0;
  border-top: 1px solid var(--n100);
  margin-top: 8px;
}

.t-prog-cta-wrap {
  margin-top: 14px;
}

.t-prog-cta {
  display: inline-flex;
  align-items: center;
  font-family: var(--font-display);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  padding: 10px 20px;
  border-radius: var(--r);
  border: none;
  cursor: pointer;
  text-decoration: none;
  white-space: nowrap;
}

.t-prog-cta.is-disabled {
  background: var(--n100);
  color: var(--n400);
  cursor: default;
  pointer-events: none;
}

.t-roster {
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid var(--n100);
}

.t-roster-heading {
  font-family: var(--font-display);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--navy);
  margin-bottom: 14px;
}

.t-roster-group {
  margin-bottom: 14px;
}

.t-roster-group-label {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--n400);
  margin-bottom: 6px;
}

.t-roster-players {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 16px;
}

.t-roster-player {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 13px;
  color: var(--n800);
  line-height: 1.6;
}

.t-roster-num {
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 700;
  color: var(--n400);
  min-width: 26px;
}

.t-roster-name {
  font-weight: 500;
}

.t-no-programs {
  font-size: 14px;
  color: var(--n600);
  padding: 24px 0;
}

@media (max-width: 560px) {
  .t-hero-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
}

.t-reg {
  margin-top: 18px;
  padding-top: 20px;
  border-top: 2px solid var(--n100);
}

.t-reg-heading {
  font-family: var(--font-display);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--navy);
  margin-bottom: 16px;
}

.t-reg-form {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.t-reg-section {
  padding-bottom: 18px;
  margin-bottom: 18px;
  border-bottom: 1px solid var(--n100);
}

.t-reg-section:first-of-type {
  padding-top: 0;
}

.t-reg-section-title {
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--n400);
  margin-bottom: 14px;
}

.t-reg-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 16px;
}

.t-reg-req {
  color: var(--red);
  font-size: 12px;
}

.t-reg-opt {
  font-size: 11px;
  font-weight: 400;
  color: var(--n400);
  letter-spacing: 0;
  text-transform: none;
}

.t-reg-textarea {
  resize: vertical;
  min-height: 72px;
}

.t-reg-consent {
  padding: 14px 0;
  margin-bottom: 4px;
}

.t-reg-checkbox-label {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  cursor: pointer;
  font-size: 13px;
  color: var(--n600);
  line-height: 1.6;
}

.t-reg-checkbox-label input[type="checkbox"] {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  margin-top: 2px;
  accent-color: var(--navy);
}

.t-reg-submit {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.t-reg-btn {
  font-family: var(--font-display);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  padding: 12px 24px;
  border: none;
  border-radius: var(--r);
  cursor: pointer;
}

.t-reg-btn:disabled {
  background: var(--n100);
  color: var(--n400);
  cursor: default;
}

.t-reg-success {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  background: var(--green-bg);
  border: 1px solid rgba(37,96,37,0.18);
  border-radius: var(--r);
  padding: 18px 20px;
}

.t-reg-success-icon {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--green);
  color: var(--white);
  font-size: 16px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

.t-reg-success-heading {
  font-family: var(--font-display);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--green);
  margin-bottom: 6px;
}

.t-reg-success-text p {
  font-size: 13.5px;
  color: var(--n600);
  line-height: 1.6;
}

.t-reg-error-bar {
  background: rgba(200,35,43,0.06);
  border: 1px solid rgba(200,35,43,0.18);
  border-radius: var(--r);
  padding: 10px 14px;
  font-size: 13px;
  color: var(--red);
  line-height: 1.5;
  margin-bottom: 16px;
}

.fi-has-error {
  border-color: var(--red) !important;
}

.t-reg-field-error {
  display: block;
  font-size: 11px;
  font-weight: 600;
  color: var(--red);
  margin-top: 3px;
}

.t-reg-submit-note {
  font-size: 12px;
  color: var(--n400);
}

@media (max-width: 560px) {
  .t-reg-grid {
    grid-template-columns: 1fr;
  }
}

/* ════════════════════════════════════════════════════════════════
   ADD TEAM PAGE
   ════════════════════════════════════════════════════════════════ */

.at-section {
  padding: 72px 0 80px;
}

.at-col {
  max-width: 600px;
}

.at-search-form {
  margin-bottom: 28px;
}

.at-search-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 16px;
}

.at-search-btn {
  margin-top: 8px;
}

/* ── Add team form ─────────────────────────────────────────────── */

.at-add-form-hidden {
  display: none;
}

.at-form-heading {
  font-family: var(--font-display);
  font-size: clamp(22px, 3.5vw, 30px);
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--navy);
  line-height: 1.05;
  margin-bottom: 10px;
  margin-top: 32px;
  padding-top: 28px;
  border-top: 2px solid var(--n100);
}

.at-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 16px;
}

/* ── Search results ────────────────────────────────────────────── */

.at-results {
  margin-top: 28px;
  padding-top: 24px;
  border-top: 2px solid var(--n100);
}

.at-results-heading {
  font-family: var(--font-display);
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--navy);
  margin-bottom: 6px;
}

.at-results-sub {
  font-size: 14px;
  color: var(--n600);
  line-height: 1.6;
  margin-bottom: 20px;
}

.at-match-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 18px;
  border: 1px solid var(--n100);
  border-radius: 8px;
  margin-bottom: 10px;
  transition: border-color 0.12s, background 0.12s;
}

.at-match-card:hover {
  border-color: var(--n200);
  background: var(--n50);
}

.at-match-name {
  font-family: var(--font-display);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--navy);
  margin-bottom: 3px;
}

.at-match-location {
  font-size: 13px;
  color: var(--n600);
  margin-bottom: 6px;
}

.at-match-btn {
  font-size: 12px !important;
  padding: 8px 16px !important;
  white-space: nowrap;
}

.at-skip-btn {
  display: inline-flex;
  align-items: center;
  font-size: 13px;
  font-weight: 500;
  color: var(--n400);
  background: none;
  border: 1px solid var(--n200);
  border-radius: var(--r);
  padding: 8px 16px;
  cursor: pointer;
  margin-top: 8px;
  transition: color 0.12s, border-color 0.12s;
}

.at-skip-btn:hover {
  color: var(--navy);
  border-color: var(--navy);
}

/* ── No results ────────────────────────────────────────────────── */

.at-no-results {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 18px 20px;
  background: var(--green-bg);
  border: 1px solid rgba(37,96,37,0.15);
  border-radius: var(--r);
  margin-top: 28px;
  margin-bottom: 4px;
}

.at-no-results-icon {
  font-size: 22px;
  flex-shrink: 0;
}

.at-no-results-text {
  font-size: 14px;
  color: var(--green);
  line-height: 1.5;
}

/* ── Success card ──────────────────────────────────────────────── */

.at-success-card {
  border: 1px solid var(--n100);
  border-radius: 8px;
  padding: 20px 22px;
  margin-bottom: 28px;
}

.at-success-detail {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 10px 0;
  gap: 12px;
}

.at-success-detail + .at-success-detail {
  border-top: 1px solid var(--n100);
}

.at-success-label {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--n400);
  flex-shrink: 0;
}

.at-success-value {
  font-size: 14px;
  font-weight: 600;
  color: var(--navy);
  text-align: right;
}

.at-success-status {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--amber-mid);
  background: var(--amber-bg);
  border: 1px solid rgba(122,90,16,0.15);
  border-radius: 20px;
  padding: 3px 10px;
}

.at-claim-cta {
  margin-bottom: 8px;
}

.at-quiet {
  font-size: 13px;
  color: var(--n400);
  margin-top: 20px;
}

/* ── Responsive ────────────────────────────────────────────────── */

@media (max-width: 560px) {
  .at-search-row,
  .at-form-row {
    grid-template-columns: 1fr;
  }

  .at-match-card {
    flex-direction: column;
    align-items: flex-start;
  }

  .at-match-actions {
    width: 100%;
  }

  .at-match-btn {
    width: 100%;
    text-align: center;
    justify-content: center;
  }
}

/* ════════════════════════════════════════════════════════════════
   CLAIM PAGE
   ════════════════════════════════════════════════════════════════ */

.cl-section {
  padding: 72px 0 80px;
}

.cl-col {
  max-width: 560px;
  margin: 0 auto;
  padding: 0 var(--pad);
}

.cl-card {
  border: 1px solid var(--n100);
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 24px;
  background: var(--white);
}

.cl-card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 20px 22px;
  background: var(--navy);
  color: var(--white);
}

.cl-card-title {
  font-family: var(--font-display);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.cl-card-badge {
  font-family: var(--font-display);
  font-size: 28px;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.cl-card-per {
  font-size: 13px;
  font-weight: 500;
  opacity: 0.6;
  letter-spacing: 0;
}

.cl-card-body {
  padding: 18px 22px;
}

.cl-confirm-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 9px 0;
  gap: 12px;
}

.cl-confirm-row + .cl-confirm-row {
  border-top: 1px solid var(--n100);
}

.cl-confirm-label {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--n400);
  flex-shrink: 0;
}

.cl-confirm-value {
  font-size: 14px;
  font-weight: 500;
  color: var(--n800);
  text-align: right;
}

.cl-unclaimed-tag {
  display: inline-block;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: var(--n400);
  background: var(--n50);
  border: 1px solid var(--n100);
  border-radius: 20px;
  padding: 3px 10px;
}

.cl-card-divider {
  height: 1px;
  background: var(--n100);
}

.cl-benefits-heading {
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--n600);
  margin-bottom: 12px;
}

.cl-benefits {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.cl-benefits li {
  font-size: 13.5px;
  color: var(--n600);
  line-height: 1.5;
  padding-left: 18px;
  position: relative;
}

.cl-benefits li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--green-mid);
}

.cl-form {
  margin-bottom: 12px;
}

.cl-opt {
  font-size: 11px;
  font-weight: 400;
  color: var(--n400);
  letter-spacing: 0;
  text-transform: none;
}

.cl-submit {
  margin-top: 8px;
  margin-bottom: 0;
}

.cl-quiet {
  font-size: 12px;
  color: var(--n400);
  line-height: 1.5;
  margin-bottom: 16px;
}

.cl-back {
  display: inline-block;
  font-size: 13px;
}

.cl-pending-card {
  border: 1px solid var(--n100);
  border-radius: 8px;
  padding: 16px 20px;
  margin-bottom: 20px;
}

.cl-pending-detail {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 8px 0;
  gap: 12px;
}

.cl-pending-detail + .cl-pending-detail {
  border-top: 1px solid var(--n100);
}

.cl-pending-label {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--n400);
  flex-shrink: 0;
}

.cl-pending-value {
  font-size: 14px;
  font-weight: 600;
  color: var(--navy);
  text-align: right;
}

.cl-pending-status-pending {
  display: inline-block;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--amber-mid);
  background: var(--amber-bg);
  border: 1px solid rgba(122,90,16,0.15);
  border-radius: 20px;
  padding: 3px 10px;
}

@media (max-width: 560px) {
  .cl-card-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }

  .cl-confirm-row {
    flex-direction: column;
    gap: 2px;
  }

  .cl-confirm-value {
    text-align: left;
  }

  .cl-pending-detail {
    flex-direction: column;
    gap: 2px;
  }

  .cl-pending-value {
    text-align: left;
  }
}

/* ════════════════════════════════════════════════════════════════
   SHARED PAGE HERO (content pages: guides, tournaments, regions, static)
════════════════════════════════════════════════════════════════ */

.sh-page-hero {
  padding: 56px var(--pad) 48px;
  border-bottom: 1px solid var(--n100);
}

.sh-page-hero-inner {
  max-width: 720px;
  margin: 0 auto;
}

.sh-tournaments-page .sh-page-hero-inner {
  max-width: var(--max-w);
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 40px;
  align-items: center;
}

.sh-regions-page .sh-page-hero-inner {
  max-width: var(--max-w);
}

.sh-hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-display);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--red);
  margin-bottom: 12px;
}

.sh-hero-eyebrow::before {
  content: "";
  display: block;
  width: 16px;
  height: 2px;
  background: var(--red);
  flex-shrink: 0;
}

.sh-hero-h1 {
  font-family: var(--font-display);
  font-size: clamp(28px, 4.5vw, 44px);
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--navy);
  line-height: 1.05;
  margin-bottom: 14px;
}

.sh-hero-sub {
  font-size: 15.5px;
  color: var(--n600);
  line-height: 1.75;
}

/* ════════════════════════════════════════════════════════════════
   SEARCH RESULTS PAGE
════════════════════════════════════════════════════════════════ */

.search-hero {
  padding: 54px var(--pad) 42px;
  border-bottom: 1px solid var(--n100);
  background: linear-gradient(180deg, var(--white) 0%, var(--off-white) 100%);
}

.search-hero-inner {
  max-width: 860px;
  margin: 0 auto;
}

.search-title {
  font-family: var(--font-display);
  font-size: clamp(31px, 5vw, 54px);
  font-weight: 800;
  letter-spacing: 0.015em;
  text-transform: uppercase;
  color: var(--navy);
  line-height: 1;
  margin-bottom: 12px;
}

.search-title span {
  color: var(--red);
}

.search-sub {
  max-width: 680px;
  font-size: 16px;
  line-height: 1.7;
  color: var(--n600);
}

.search-page-form {
  margin-top: 26px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: stretch;
  max-width: 760px;
  background: var(--white);
  border: 1px solid var(--n100);
  border-radius: 9px;
  box-shadow: 0 16px 42px rgba(13,27,42,0.08);
  overflow: hidden;
}

.search-page-input {
  min-width: 0;
  height: 58px;
  border: 0;
  outline: none;
  padding: 0 20px;
  font-family: var(--font-body);
  font-size: 17px;
  color: var(--navy);
  background: transparent;
}

.search-page-input::placeholder {
  color: var(--n400);
}

.search-page-button {
  border: 0;
  padding: 0 28px;
  background: var(--red);
  color: var(--white);
  font-family: var(--font-display);
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  cursor: pointer;
}

.search-page-button:hover {
  background: var(--red-dark);
}

.search-layout {
  width: calc(100% - var(--pad) - var(--pad));
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 46px 0 68px;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 34px;
}

.search-layout--with-aside {
  grid-template-columns: minmax(0, 1fr) minmax(260px, 330px);
  align-items: start;
}

.search-results-main {
  min-width: 0;
  display: grid;
  gap: 34px;
}

.search-result-group {
  display: grid;
  gap: 14px;
}

.search-group-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
}

.search-group-head h2 {
  font-family: var(--font-display);
  font-size: 25px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: var(--navy);
}

.search-group-head p {
  margin-top: 7px;
  max-width: 560px;
  font-size: 13.5px;
  line-height: 1.55;
  color: var(--n600);
}

.search-group-head > span {
  flex: 0 0 auto;
  min-width: 30px;
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--r);
  border: 1px solid var(--n100);
  background: var(--n50);
  color: var(--n600);
  font-family: var(--font-display);
  font-size: 13px;
  font-weight: 700;
}

.search-result-list {
  border: 1px solid var(--n100);
  border-radius: 8px;
  overflow: hidden;
  background: var(--white);
}

.search-result-list .public-tournament-card--search {
  border: 0;
  border-radius: 0;
}

.search-result-list .public-tournament-card--search + .public-tournament-card--search,
.search-result-list .sh-entity-row + .public-tournament-card--search,
.search-result-list .public-tournament-card--search + .sh-entity-row {
  border-top: 1px solid var(--n100);
}

.search-result-row .sh-entity-name {
  font-size: 20px;
}

.search-result-row.search-result-row--city {
  grid-template-columns: 104px minmax(0, 1fr) auto;
}

.search-result-row--city .sh-entity-media--city {
  width: 104px;
}

.search-result-summary {
  display: block;
  margin-top: 5px;
  font-size: 12.5px;
  line-height: 1.45;
  color: var(--n400);
}

.search-provider-panel {
  position: sticky;
  top: calc(var(--nav-h) + 24px);
  border: 1px solid var(--n100);
  border-radius: 8px;
  padding: 20px;
  background: var(--off-white);
}

.search-provider-head {
  margin-bottom: 15px;
}

.search-provider-head p,
.search-provider-type {
  font-family: var(--font-display);
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--red);
}

.search-provider-head h2 {
  margin-top: 5px;
  font-family: var(--font-display);
  font-size: 23px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
  color: var(--navy);
}

.search-provider-head span {
  display: block;
  margin-top: 7px;
  font-size: 13px;
  line-height: 1.5;
  color: var(--n600);
}

.search-provider-list {
  display: grid;
  gap: 10px;
}

.search-provider-card {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  padding: 14px;
  border: 1px solid var(--n100);
  border-radius: var(--r);
  background: var(--white);
  color: var(--navy);
  text-decoration: none;
}

.search-provider-card .sh-entity-media {
  width: 48px;
  height: 48px;
}

.search-provider-copy {
  min-width: 0;
  display: grid;
  gap: 3px;
}

.search-provider-card:hover {
  border-color: var(--n200);
  background: var(--n50);
}

.search-provider-card strong {
  font-family: var(--font-display);
  font-size: 17px;
  line-height: 1.05;
  text-transform: uppercase;
}

.search-provider-card span:not(.search-provider-type),
.search-provider-card small {
  font-size: 12.5px;
  line-height: 1.45;
  color: var(--n600);
}

.search-provider-card small {
  color: var(--n400);
}

.search-no-results,
.search-start-state {
  border: 1px solid var(--n100);
  border-radius: 8px;
  padding: clamp(26px, 5vw, 42px);
  background: var(--white);
}

.search-no-results {
  display: grid;
  gap: 20px;
}

.search-no-results-copy h2,
.search-start-state h2 {
  font-family: var(--font-display);
  font-size: clamp(24px, 3.5vw, 34px);
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
  color: var(--navy);
}

.search-no-results-copy p,
.search-start-state p {
  max-width: 620px;
  margin-top: 10px;
  font-size: 15px;
  line-height: 1.7;
  color: var(--n600);
}

.search-no-results-actions,
.search-start-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

.search-start-links {
  margin-top: 18px;
}

.search-start-links a {
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--red);
}

@media (max-width: 920px) {
  .search-layout--with-aside {
    grid-template-columns: 1fr;
  }

  .search-provider-panel {
    position: static;
  }
}

@media (max-width: 640px) {
  .search-hero {
    padding-top: 42px;
  }

  .search-page-form {
    grid-template-columns: 1fr;
  }

  .search-page-button {
    height: 50px;
  }

  .search-group-head {
    align-items: flex-start;
  }

  .search-result-row {
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 12px;
  }

  .search-result-row.search-result-row--city {
    grid-template-columns: 72px minmax(0, 1fr);
  }

  .search-result-row--city .sh-entity-media--city {
    width: 72px;
  }

  .search-result-row .sh-entity-aside {
    grid-column: 2;
    justify-content: flex-start;
  }
}

.sh-hero-stats {
  background: var(--navy);
  border-radius: 8px;
  overflow: hidden;
  flex-shrink: 0;
}

.sh-hero-stat {
  padding: 18px 22px;
  text-align: center;
}

.sh-hero-stat + .sh-hero-stat {
  border-top: 1px solid rgba(255,255,255,0.07);
}

.sh-hero-stat-num {
  font-family: var(--font-display);
  font-size: 30px;
  font-weight: 800;
  color: var(--white);
  display: block;
  line-height: 1;
  letter-spacing: 0.01em;
}

.sh-hero-stat-label {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.4);
  display: block;
  margin-top: 5px;
}

/* ════════════════════════════════════════════════════════════════
   REGIONS PAGE
════════════════════════════════════════════════════════════════ */

.sh-regions-section {
  padding: 48px var(--pad) 64px;
}

.sh-regions-inner {
  max-width: var(--max-w);
  margin: 0 auto;
}

.sh-regions-province {
  margin-bottom: 14px;
  overflow: hidden;
  border: 1px solid var(--n100);
  border-radius: 10px;
  background: var(--white);
  scroll-margin-top: calc(var(--nav-h) + 16px);
}

.sh-regions-province-heading {
  font-family: var(--font-display);
  margin: 0;
}

.sh-regions-jump {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 12px 16px;
  align-items: center;
  margin-bottom: 24px;
  padding: 14px 16px;
  border: 1px solid var(--n100);
  border-radius: 10px;
  background: var(--white);
}

.sh-regions-jump-label {
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--navy);
}

.sh-regions-jump-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.sh-regions-jump-links a {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 6px 10px;
  border: 1px solid var(--n100);
  border-radius: 999px;
  background: var(--n50);
  color: var(--navy);
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
}

.sh-regions-jump-links a:hover {
  border-color: var(--n200);
  background: var(--white);
  color: var(--red);
}

.sh-regions-accordion {
  display: grid;
  gap: 14px;
}

.sh-regions-accordion-button {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 20px;
  border: 0;
  background: var(--white);
  color: var(--navy);
  cursor: pointer;
  text-align: left;
}

.sh-regions-accordion-button:hover,
.sh-regions-accordion-button:focus-visible {
  background: var(--n50);
}

.sh-regions-accordion-button:focus-visible {
  outline: 2px solid var(--red);
  outline-offset: -2px;
}

.sh-regions-province.is-open .sh-regions-accordion-button {
  border-bottom: 1px solid var(--n100);
}

.sh-regions-heading-main {
  display: grid;
  gap: 4px;
}

.sh-regions-province-name {
  font-family: var(--font-display);
  font-size: 20px;
  font-weight: 800;
  letter-spacing: 0.04em;
  line-height: 1;
  text-transform: uppercase;
}

.sh-regions-province-meta {
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
  color: var(--n500);
}

.sh-regions-toggle-icon {
  position: relative;
  width: 22px;
  height: 22px;
  flex: 0 0 auto;
  border: 1px solid var(--n200);
  border-radius: 999px;
  background: var(--white);
}

.sh-regions-toggle-icon::before,
.sh-regions-toggle-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 2px;
  border-radius: 2px;
  background: var(--navy);
  transform: translate(-50%, -50%);
}

.sh-regions-toggle-icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
  transition: opacity 0.12s;
}

.sh-regions-province.is-open .sh-regions-toggle-icon::after {
  opacity: 0;
}

.sh-regions-panel {
  padding: 18px 20px 20px;
}

.sh-regions-panel[hidden] {
  display: none;
}

.sh-regions-province-link-row {
  margin-bottom: 14px;
}

.sh-regions-province-link-row a {
  color: var(--red);
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
}

.sh-regions-province-link-row a:hover {
  text-decoration: underline;
}

.sh-regions-card-grid {
  margin-top: 0;
}

.sh-regions-intro {
  font-size: 14px;
  color: var(--n600);
  line-height: 1.65;
  margin-bottom: 12px;
}

.sh-regions-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.sh-regions-list a {
  color: var(--navy);
  text-decoration: none;
  font-size: 14.5px;
  font-weight: 500;
  transition: color 0.12s;
}

.sh-regions-list a:hover {
  color: var(--red);
}

.sh-regions-count {
  font-size: 12px;
  color: var(--n400);
  font-weight: 400;
}

@media (max-width: 640px) {
  .sh-regions-section {
    padding-top: 36px;
  }

  .sh-regions-jump {
    grid-template-columns: 1fr;
  }

  .sh-regions-accordion-button {
    align-items: flex-start;
    padding: 16px;
  }

  .sh-regions-panel {
    padding: 16px;
  }
}

/* ════════════════════════════════════════════════════════════════
   TOURNAMENTS PAGE
════════════════════════════════════════════════════════════════ */

.sh-tournament-section {
  padding: 56px var(--pad) 0;
}

.sh-tournament-section-inner {
  max-width: var(--max-w);
  margin: 0 auto;
}

.sh-tournament-filters {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  padding: 18px;
  margin-bottom: 32px;
  border: 1px solid var(--n100);
  border-radius: 8px;
  background: var(--white);
}

.sh-filter-group {
  display: grid;
  grid-template-columns: 96px 1fr;
  gap: 14px;
  align-items: start;
}

.sh-filter-label {
  padding-top: 6px;
  font-family: var(--font-display);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--n400);
}

.sh-filter-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.sh-filter-chip,
.sh-filter-clear {
  appearance: none;
  border: 1px solid var(--n100);
  border-radius: 999px;
  background: var(--n50);
  color: var(--n700);
  cursor: pointer;
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  padding: 8px 11px;
  transition: background 0.12s, border-color 0.12s, color 0.12s;
}

.sh-filter-chip:hover,
.sh-filter-clear:hover {
  border-color: var(--n200);
  background: var(--white);
  color: var(--navy);
}

.sh-filter-chip.is-active {
  border-color: var(--navy);
  background: var(--navy);
  color: var(--white);
}

.sh-filter-clear {
  justify-self: start;
  border-radius: var(--r);
  background: var(--white);
}

/* Roomier filter chips on touch screens — easier to tap and space apart. */
@media (max-width: 640px) {
  .sh-filter-chips {
    gap: 10px;
  }

  .sh-filter-chip,
  .sh-filter-clear {
    padding: 11px 15px;
  }
}

.sh-tournament-no-results {
  padding: 28px 18px;
  margin-bottom: 32px;
  border: 1px solid var(--n100);
  border-radius: 8px;
  background: var(--n50);
  color: var(--n600);
  font-size: 14px;
  text-align: center;
}

.public-tournament-card[hidden],
.sh-tournament-card[hidden],
.sh-month-group[hidden],
.sh-past-section[hidden],
.sh-tournament-no-results[hidden] {
  display: none !important;
}

.sh-month-group {
  margin-bottom: 48px;
}

.sh-month-heading {
  font-family: var(--font-display);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--n400);
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
}

.sh-month-heading::after {
  content: "";
  flex: 1;
  height: 1px;
  background: var(--n100);
}

.sh-tournament-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.sh-past-section {
  padding: 32px var(--pad) 0;
}

.sh-past-inner {
  max-width: var(--max-w);
  margin: 0 auto;
}

.sh-past-heading {
  font-family: var(--font-display);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--n200);
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
}

.sh-past-heading::after {
  content: "";
  flex: 1;
  height: 1px;
  background: var(--n100);
}

/* ════════════════════════════════════════════════════════════════
   TOURNAMENT DETAIL PAGE
════════════════════════════════════════════════════════════════ */

.tournament-hero {
  background: var(--white);
  border-bottom: 1px solid var(--n100);
}

.tournament-hero-inner {
  max-width: var(--max-w);
  margin: 0 auto;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) minmax(280px, 360px);
  gap: 32px;
  align-items: start;
  padding: 56px var(--pad) 48px;
}

.tournament-hero-logo {
  align-self: start;
}

.tournament-hero-copy {
  min-width: 0;
  padding-top: 2px;
}

.tournament-hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-display);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--red);
  margin-bottom: 12px;
}

.tournament-hero-eyebrow::before {
  content: "";
  display: block;
  width: 16px;
  height: 2px;
  background: var(--red);
  flex-shrink: 0;
}

.tournament-hero-title {
  font-family: var(--font-display);
  font-size: 48px;
  font-weight: 800;
  line-height: 0.98;
  letter-spacing: 0;
  text-transform: uppercase;
  color: var(--navy);
  max-width: 760px;
}

.tournament-hero-location {
  font-family: var(--font-display);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--n400);
  margin-top: 12px;
}

.tournament-hero-summary {
  max-width: 640px;
  margin-top: 18px;
  font-size: 15.5px;
  line-height: 1.75;
  color: var(--n600);
}

.tournament-hero-actions {
  margin-top: 24px;
}

.tournament-core-card {
  border: 1px solid var(--n100);
  border-radius: 8px;
  background: var(--off-white);
  overflow: hidden;
  align-self: start;
}

.tournament-core-item {
  padding: 18px 20px;
}

.tournament-core-item + .tournament-core-item {
  border-top: 1px solid var(--n100);
}

.tournament-core-label {
  display: block;
  font-family: var(--font-display);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--n400);
  margin-bottom: 4px;
}

.tournament-core-value {
  display: block;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.4;
  color: var(--navy);
}

.tournament-core-value .metadata-pill-list,
.tournament-schedule-cell-value .metadata-pill-list {
  margin-top: 1px;
}

.tournament-core-value .metadata-pill,
.tournament-schedule-cell-value .metadata-pill {
  min-height: 23px;
  padding: 3px 8px;
  font-size: 11px;
}

.tournament-section {
  padding: 48px var(--pad) 56px;
  border-bottom: 1px solid var(--n100);
}

.tournament-section-inner {
  max-width: var(--max-w);
  margin: 0 auto;
}

.tournament-section-hgroup {
  margin-bottom: 18px;
}

.tournament-section-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-display);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--n400);
  margin-bottom: 6px;
}

.tournament-section-eyebrow::before {
  content: "";
  display: block;
  width: 12px;
  height: 2px;
  background: var(--red);
}

.tournament-section-title {
  font-family: var(--font-display);
  font-size: 26px;
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--navy);
}

.tournament-section-sub {
  max-width: 640px;
  margin-top: 10px;
  font-size: 14.5px;
  line-height: 1.6;
  color: var(--n600);
}

/* ── Schedule: one unified row shape ──
   Left rail = block name + dates. Right = three fixed columns (birth years /
   levels / venues) so values align across rows no matter which fields exist. */
.tournament-schedule-list {
  display: grid;
  gap: 12px;
}

.tournament-schedule-row {
  display: grid;
  grid-template-columns: minmax(200px, 0.7fr) minmax(0, 1.6fr);
  align-items: stretch;
  border: 1px solid var(--n100);
  border-radius: 8px;
  background: var(--white);
  overflow: hidden;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03);
}

.tournament-schedule-when {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px 24px;
  background: var(--off-white);
  border-right: 1px solid var(--n100);
}

.tournament-schedule-kicker {
  display: block;
  font-family: var(--font-display);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--n400);
  margin-bottom: 4px;
}

.tournament-schedule-date {
  display: block;
  font-family: var(--font-display);
  font-size: 20px;
  font-weight: 800;
  line-height: 1.15;
  color: var(--navy);
}

.tournament-schedule-date--tbc {
  color: var(--n400);
}

.tournament-schedule-cells {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1.2fr);
  gap: 16px;
  align-items: center;
  padding: 18px 22px;
}

.tournament-schedule-cell {
  min-width: 0;
}

.tournament-schedule-cell-label {
  display: block;
  font-family: var(--font-display);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--n400);
  margin-bottom: 4px;
}

.tournament-schedule-cell-value {
  display: block;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  color: var(--navy);
}

.tournament-schedule-venue {
  display: block;
  color: var(--navy);
  text-decoration: none;
}

a.tournament-schedule-venue {
  color: var(--red-dark);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

a.tournament-schedule-venue:hover {
  color: var(--red);
}

.tournament-schedule-venue + .tournament-schedule-venue {
  margin-top: 4px;
}

/* ── Map: full-width geography layer ── */
.tournament-map-module {
  border: 1px solid var(--n100);
  border-radius: 12px;
  overflow: hidden;
  background: var(--off-white);
}

.tournament-map-container {
  width: 100%;
  height: clamp(340px, 42vw, 480px);
  display: block;
}

.sh-map-popup-name {
  font-weight: 700;
  color: var(--navy);
}

.sh-map-popup-link {
  font-family: var(--font-display);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--red);
}

/* ── Venues: anchor targets for schedule links + map popups ── */
.tournament-venue-list {
  display: flex;
  flex-direction: column;
  border: 1px solid var(--n100);
  border-radius: 8px;
  overflow: hidden;
  background: var(--white);
}

.tournament-venue-card {
  display: flex;
  align-items: center;
  gap: 16px;
  min-height: 82px;
  padding: 16px 20px;
  scroll-margin-top: calc(var(--nav-h) + 20px);
}

.tournament-venue-card + .tournament-venue-card {
  border-top: 1px solid var(--n100);
}

/* Brief highlight when arriving via an in-page anchor */
.tournament-venue-card:target {
  animation: venue-target-flash 2s ease-out 1;
}

@keyframes venue-target-flash {
  0%, 45% { background: rgba(200, 33, 40, 0.07); }
  100% { background: var(--white); }
}

.tournament-venue-num {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: var(--navy);
  color: var(--white);
  font-family: var(--font-display);
  font-size: 13px;
  font-weight: 800;
}

.tournament-venue-num--empty {
  background: transparent;
}

.tournament-venue-card .sh-entity-media {
  width: 50px;
  height: 50px;
  flex-shrink: 0;
}

.tournament-venue-main {
  min-width: 0;
  flex: 1;
}

.tournament-venue-title {
  display: block;
  font-family: var(--font-display);
  font-size: 20px;
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--navy);
}

.tournament-venue-name-link {
  color: inherit;
  text-decoration: none;
}

.tournament-venue-name-link:hover {
  color: var(--red-dark);
}

.tournament-venue-meta {
  display: block;
  margin-top: 4px;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.45;
  color: var(--n600);
}

/* Venue actions: internal "Rink details" (red, primary) + external
   "Directions" (quiet). Links carry vertical padding for honest tap targets. */
.tournament-venue-actions {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 20px;
}

.tournament-venue-link {
  flex-shrink: 0;
  padding: 8px 0;
  font-family: var(--font-display);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--red);
}

.tournament-venue-link:hover {
  color: var(--red-dark);
}

.tournament-venue-link--dir {
  color: var(--n600);
}

.tournament-venue-link--dir:hover {
  color: var(--navy);
}

.tournament-team-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.tournament-team-card {
  min-width: 0;
  min-height: 92px;
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  border: 1px solid var(--n100);
  border-radius: 8px;
  background: var(--white);
  color: inherit;
  text-decoration: none;
  padding: 14px;
  transition: background 0.12s, border-color 0.12s;
}

a.tournament-team-card:hover {
  background: var(--n50);
  border-color: var(--n200);
}

.tournament-team-card-muted {
  background: var(--off-white);
}

.tournament-team-logo,
.tournament-team-logo-img {
  width: 46px;
  height: 46px;
  border-radius: 8px;
  flex-shrink: 0;
}

.tournament-team-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--navy);
  color: var(--white);
  font-family: var(--font-display);
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.tournament-team-logo-img {
  object-fit: contain;
  background: var(--white);
  border: 1px solid var(--n100);
  padding: 4px;
}

.tournament-team-info {
  min-width: 0;
}

.tournament-team-kicker {
  display: block;
  font-family: var(--font-display);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--n400);
}

.tournament-team-name {
  display: block;
  margin-top: 2px;
  font-family: var(--font-display);
  font-size: 18px;
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--navy);
}

.tournament-team-meta {
  display: block;
  margin-top: 5px;
  font-size: 12.5px;
  font-weight: 500;
  color: var(--n600);
}

.tournament-team-arrow {
  font-family: var(--font-display);
  font-size: 20px;
  font-weight: 700;
  color: var(--red);
}

.tournament-team-muted {
  align-self: end;
  font-family: var(--font-display);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--n400);
}

.tournament-climate-section {
  background: var(--off-white);
}

.tournament-climate-card {
  border: 1px solid var(--n100);
  border-radius: 8px;
  background: var(--white);
  padding: 22px 24px;
}

.tournament-climate-copy {
  max-width: 720px;
}

.tournament-climate-eyebrow {
  font-family: var(--font-display);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--n400);
  margin-bottom: 8px;
}

.tournament-climate-main {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 32px;
}

.tournament-climate-icon {
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: var(--n50);
  color: var(--red);
  font-size: 18px;
  line-height: 1;
  flex-shrink: 0;
}

.tournament-climate-label {
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--navy);
}

.tournament-climate-temps {
  margin-top: 8px;
  font-size: 15px;
  font-weight: 700;
  color: var(--navy);
}

.tournament-climate-note {
  max-width: 620px;
  margin-top: 8px;
  font-size: 14px;
  line-height: 1.6;
  color: var(--n600);
}

/* ════════════════════════════════════════════════════════════════
   EMPTY STATE
════════════════════════════════════════════════════════════════ */

.sh-empty-state {
  background: var(--n50);
  border: 1px dashed var(--n200);
  border-radius: 10px;
  padding: 40px 32px;
  text-align: center;
}

.sh-empty-title {
  font-family: var(--font-display);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--n600);
  margin-bottom: 6px;
}

.sh-empty-sub {
  font-size: 13.5px;
  color: var(--n400);
  line-height: 1.55;
}

/* Quiet inline absence line — used only where the absence itself is useful
   information. Optional modules with nothing to say are hidden instead. */
.sh-quiet-empty {
  font-size: 14.5px;
  line-height: 1.6;
  color: var(--n500);
  max-width: 560px;
}

/* ════════════════════════════════════════════════════════════════
   GUIDES PAGE
════════════════════════════════════════════════════════════════ */

.sh-intro-section {
  padding: 48px var(--pad);
  background: var(--off-white);
  border-bottom: 1px solid var(--n100);
}

.sh-intro-inner {
  max-width: var(--max-w);
  margin: 0 auto;
}

.sh-intro-p {
  font-size: 15px;
  color: var(--n600);
  line-height: 1.8;
}

.sh-intro-p + .sh-intro-p {
  margin-top: 14px;
}

.sh-guides-section {
  padding: 64px var(--pad) 76px;
}

.sh-article-sidebar-layout {
  width: 100%;
  max-width: var(--max-w);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 48px;
  align-items: start;
}

.sh-article-sidebar-main {
  min-width: 0;
}

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

.sh-article-sidebar {
  align-self: stretch;
}

.sh-article-sidebar-sticky {
  position: sticky;
  top: 96px;
  max-height: calc(100vh - 120px);
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-width: thin;
}

/* Featured guide panel */
.sh-guide-feature {
  position: relative;
  background: var(--off-white);
  border: 1px solid var(--n100);
  border-left: 3px solid var(--red);
  border-radius: 0 12px 12px 0;
  padding: 34px 36px 32px;
  margin-bottom: 32px;
  transition: background 0.16s ease, border-color 0.16s ease, box-shadow 0.16s ease, transform 0.16s ease;
}

.sh-guide-feature:hover,
.sh-guide-feature:focus-within {
  background: var(--n50);
  border-color: var(--n200);
  box-shadow: 0 10px 28px rgba(13, 31, 49, 0.06);
  transform: translateY(-1px);
}

.sh-guide-feature-eyebrow {
  display: block;
  font-family: var(--font-display);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--red);
  margin-bottom: 10px;
}

.sh-guide-feature-title {
  font-family: var(--font-display);
  font-size: clamp(24px, 3.4vw, 32px);
  font-weight: 800;
  letter-spacing: 0.015em;
  text-transform: uppercase;
  line-height: 1.09;
  margin-bottom: 14px;
}

.sh-guide-feature .sh-guide-card-excerpt {
  font-size: 15px;
  max-width: 640px;
  margin-bottom: 14px;
}

/* Row-card stack */
.sh-guide-stack {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.sh-guide-card {
  position: relative;
  background: var(--white);
  border: 1px solid var(--n100);
  border-radius: 10px;
  padding: 24px 26px;
  transition: border-color 0.16s ease, background 0.16s ease, box-shadow 0.16s ease, transform 0.16s ease;
}

.sh-guide-card--row:hover,
.sh-guide-card--compact:hover,
.sh-guide-card--row:focus-within,
.sh-guide-card--compact:focus-within {
  border-color: var(--n200);
  background: var(--n50);
  box-shadow: 0 8px 22px rgba(13, 31, 49, 0.055);
  transform: translateY(-1px);
}

.sh-guide-card-title {
  font-family: var(--font-display);
  font-size: clamp(18px, 2.4vw, 21px);
  font-weight: 700;
  letter-spacing: 0.015em;
  text-transform: uppercase;
  line-height: 1.15;
  margin-bottom: 10px;
}

.sh-guide-card-title a,
.sh-guide-feature-title a {
  color: var(--navy);
  text-decoration: none;
  transition: color 0.12s;
}

.sh-guide-card:hover .sh-guide-card-title a,
.sh-guide-feature:hover .sh-guide-feature-title a {
  color: var(--red);
}

/* Stretched link — the headline anchor covers the whole card */
.sh-guide-card-link::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
}

.sh-guide-card-link:focus-visible {
  outline: 2px solid var(--navy);
  outline-offset: 3px;
}

.sh-guide-card-excerpt {
  font-size: 14px;
  color: var(--n600);
  line-height: 1.6;
  margin-bottom: 14px;
}

.sh-guide-card-meta {
  display: block;
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: var(--n400);
}

.sh-guide-card--compact {
  padding: 16px 18px;
}

.sh-guide-card--compact .sh-guide-card-title {
  font-size: 16px;
  margin-bottom: 6px;
}

/* Empty state */
.sh-guides-empty {
  border: 1px solid var(--n100);
  border-radius: 12px;
  background: var(--off-white);
  padding: 48px 32px;
  text-align: center;
}

.sh-guides-empty-h {
  font-family: var(--font-display);
  font-size: clamp(20px, 3vw, 26px);
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--navy);
  margin-bottom: 10px;
}

.sh-guides-empty-p {
  font-size: 15px;
  color: var(--n600);
  line-height: 1.7;
  max-width: 460px;
  margin: 0 auto;
}

.sh-guides-rail-cta {
  background: var(--off-white);
  border: 1px solid var(--n100);
  border-top: 3px solid var(--red);
  border-radius: 0 0 12px 12px;
  padding: 28px 26px 26px;
  box-shadow: 0 8px 24px rgba(13, 31, 49, 0.055);
}

.sh-guides-rail-cta-eyebrow {
  font-family: var(--font-display);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  line-height: 1;
  text-transform: uppercase;
  color: var(--red);
  margin-bottom: 12px;
}

.sh-guides-rail-cta-heading {
  font-family: var(--font-display);
  font-size: 25px;
  font-weight: 800;
  letter-spacing: 0.015em;
  line-height: 1.08;
  text-transform: uppercase;
  color: var(--navy);
}

.sh-guides-rail-cta-body {
  font-size: 14.5px;
  line-height: 1.62;
  color: var(--n600);
  margin-top: 14px;
}

.sh-guides-rail-cta-benefits {
  display: flex;
  flex-direction: column;
  gap: 7px;
  margin-top: 16px;
  padding: 0;
  list-style: none;
}

.sh-guides-rail-cta-benefits li {
  display: flex;
  align-items: baseline;
  gap: 8px;
  font-size: 12.5px;
  line-height: 1.45;
  color: var(--n600);
}

.sh-guides-rail-cta-check {
  flex: 0 0 auto;
  color: var(--green);
  font-size: 12px;
  font-weight: 800;
}

.sh-guides-rail-cta-action {
  width: 100%;
  margin-top: 22px;
}

.sh-guides-rail-cta-action:focus-visible {
  outline: 2px solid var(--navy);
  outline-offset: 3px;
}

@media (max-width: 1100px) and (min-width: 901px) {
  .sh-article-sidebar-layout {
    grid-template-columns: minmax(0, 1fr) 280px;
    gap: 32px;
  }
}

@media (max-width: 900px) {
  .sh-guides-section {
    padding-top: 52px;
    padding-bottom: 64px;
  }

  .sh-article-sidebar-layout {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .sh-article-sidebar-sticky {
    position: static;
  }
}

@media (max-width: 600px) {
  .sh-guides-section {
    padding-top: 42px;
    padding-bottom: 52px;
  }

  .sh-guide-feature {
    margin-bottom: 24px;
  }

  .sh-guide-stack {
    gap: 14px;
  }

  .sh-guide-card {
    padding: 21px 20px;
  }

  .sh-guides-rail-cta {
    padding: 24px 22px 22px;
  }
}

/* ════════════════════════════════════════════════════════════════
   INLINE CTA STRIP (shared across content pages)
════════════════════════════════════════════════════════════════ */

.sh-inline-cta-section {
  padding: 0 var(--pad) 64px;
}

.sh-inline-cta-inner {
  max-width: var(--max-w);
  margin: 0 auto;
}

.sh-inline-cta-card {
  background: var(--off-white);
  border: 1px solid var(--n100);
  border-radius: 10px;
  padding: 36px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  flex-wrap: wrap;
}

.sh-cta-eyebrow {
  font-family: var(--font-display);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--red);
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}

.sh-cta-eyebrow::before {
  content: "";
  display: block;
  width: 14px;
  height: 2px;
  background: var(--red);
}

.sh-cta-h2 {
  font-family: var(--font-display);
  font-size: clamp(18px, 2.8vw, 24px);
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--navy);
  line-height: 1.05;
  margin-bottom: 6px;
}

.sh-cta-sub {
  font-size: 14px;
  color: var(--n600);
  line-height: 1.6;
}

.sh-cta-buttons {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  flex-wrap: wrap;
}

/* ════════════════════════════════════════════════════════════════
   CONTENT / ARTICLE PAGE (guide articles)
════════════════════════════════════════════════════════════════ */

.sh-article-hero {
  padding: 36px var(--pad) 24px;
}

.sh-article-hero-inner {
  max-width: var(--max-w);
  margin: 0 auto;
}

.sh-article-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-display);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--red);
  margin-bottom: 14px;
}

.sh-article-eyebrow::before {
  content: "";
  display: block;
  width: 16px;
  height: 2px;
  background: var(--red);
  flex-shrink: 0;
}

.sh-article-h1 {
  font-family: var(--font-display);
  font-size: clamp(28px, 4.5vw, 42px);
  font-weight: 800;
  letter-spacing: 0.015em;
  text-transform: uppercase;
  color: var(--navy);
  line-height: 1.04;
  margin-bottom: 20px;
}

.sh-article-intro {
  font-size: 16.5px;
  color: var(--n600);
  line-height: 1.78;
  margin-bottom: 22px;
}

.sh-article-meta {
  display: flex;
  align-items: center;
  gap: 0;
  flex-wrap: wrap;
}

.sh-article-meta-item {
  font-size: 12px;
  font-weight: 500;
  color: var(--n400);
  display: flex;
  align-items: center;
  gap: 8px;
}

.sh-article-meta-item + .sh-article-meta-item::before {
  content: "\00b7";
  color: var(--n200);
  margin-right: 0;
}

.sh-article-meta-item + .sh-article-meta-item {
  margin-left: 8px;
}

.sh-article-body {
  padding: 28px var(--pad) 0;
}

.sh-article-body-inner {
  max-width: var(--max-w);
  margin: 0 auto;
}

.sh-article-section {
  margin-bottom: 52px;
}

.sh-article-h2 {
  font-family: var(--font-display);
  font-size: clamp(20px, 3vw, 26px);
  font-weight: 800;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: var(--navy);
  line-height: 1.05;
  margin-bottom: 18px;
  padding-top: 4px;
  scroll-margin-top: 112px;
}

.sh-article-h3 {
  font-family: var(--font-display);
  font-size: clamp(16px, 2vw, 18px);
  font-weight: 700;
  letter-spacing: 0.01em;
  color: var(--navy);
  line-height: 1.25;
  margin-top: 30px;
  margin-bottom: 12px;
  scroll-margin-top: 112px;
}

.sh-article-h3:first-child {
  margin-top: 0;
}

.sh-article-p {
  font-size: 15.5px;
  color: var(--n600);
  line-height: 1.78;
  margin-bottom: 18px;
}

.sh-article-p:last-child {
  margin-bottom: 0;
}

.sh-article-p a {
  color: var(--navy);
  font-weight: 500;
  border-bottom: 1px solid var(--n200);
  text-decoration: none;
  transition: border-color 0.12s;
}

.sh-article-p a:hover {
  border-color: var(--navy);
}

.sh-article-list {
  list-style: disc;
  margin: 20px 0 22px;
  padding-left: 21px;
}

.sh-article-list--ordered {
  list-style: decimal;
  padding-left: 25px;
}

.sh-article-list li {
  font-size: 15px;
  color: var(--n600);
  line-height: 1.6;
  padding-left: 3px;
}

.sh-article-list li + li {
  margin-top: 10px;
}

.sh-article-list li::marker {
  color: var(--n200);
  font-weight: 600;
}

.sh-article-divider {
  height: 0;
  border: 0;
  border-top: 1px solid var(--n100);
  margin: 42px 0;
}

.sh-article-pullquote {
  border-left: 3px solid var(--red);
  margin: 38px 0 40px;
  padding: 4px 0 5px 28px;
}

.sh-article-pullquote p {
  max-width: 680px;
  font-family: var(--font-display);
  font-size: clamp(23px, 3vw, 31px);
  font-weight: 600;
  line-height: 1.22;
  letter-spacing: 0.005em;
  color: var(--navy);
}

.sh-editorial-callout {
  border: 1px solid var(--n100);
  border-left: 3px solid var(--navy);
  border-radius: 0 9px 9px 0;
  background: var(--n50);
  margin: 30px 0 32px;
  padding: 18px 20px 19px;
}

.sh-editorial-callout--tip {
  border-left-color: var(--green-mid);
  background: var(--green-bg);
}

.sh-editorial-callout--warning {
  border-left-color: var(--amber-mid);
  background: var(--amber-bg);
}

.sh-editorial-callout-label {
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  line-height: 1;
  text-transform: uppercase;
  color: var(--navy);
  margin-bottom: 8px;
}

.sh-editorial-callout--tip .sh-editorial-callout-label {
  color: var(--green);
}

.sh-editorial-callout--warning .sh-editorial-callout-label {
  color: var(--amber);
}

.sh-editorial-callout-body {
  font-size: 15px;
  color: var(--n700);
  line-height: 1.68;
}

.sh-article-cta {
  padding: 48px var(--pad) 64px;
}

.sh-article-cta-inner {
  max-width: var(--max-w);
  margin: 0 auto;
  border: 1px solid var(--n100);
  border-radius: 10px;
  padding: 36px 40px;
  background: var(--off-white);
}

/* ── Guide article: jump menu, FAQ, related ── */

.sh-article-sidebar-main.sh-article-body-inner {
  margin: 0;
}

.sh-article-rail-jump + .sh-guides-rail-cta {
  margin-top: 32px;
}

.sh-article-rail-label {
  font-family: var(--font-display);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--red);
  margin-bottom: 12px;
}

.sh-article-rail-nav {
  display: flex;
  flex-direction: column;
  gap: 2px;
  border-left: 1px solid var(--n100);
}

.sh-article-rail-link {
  position: relative;
  font-size: 13.5px;
  color: var(--n600);
  text-decoration: none;
  padding: 8px 4px 8px 14px;
  border-left: 2px solid transparent;
  margin-left: -1px;
  line-height: 1.4;
  transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease, font-weight 0.2s ease;
}

.sh-article-rail-link::before {
  content: "\2192";
  position: absolute;
  left: 2px;
  top: 50%;
  color: var(--red);
  font-size: 10px;
  line-height: 1;
  margin-top: -5px;
  opacity: 0;
  transform: translateX(-4px);
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.sh-article-rail-link[aria-current="true"] {
  color: var(--navy);
  font-weight: 500;
}

.sh-article-rail-link[aria-current="true"]::before {
  opacity: 1;
  transform: translateX(0);
}

.sh-article-rail-link:hover {
  color: var(--navy);
  border-left-color: var(--red);
  background: var(--n50);
}

.sh-article-rail-link:focus-visible {
  outline: 2px solid var(--navy);
  outline-offset: 2px;
  border-radius: 2px;
}

.sh-article-faq-section {
  padding: 8px 0 12px;
  scroll-margin-top: 112px;
}

.sh-faq-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 16px;
}

.sh-faq-item {
  border: 1px solid var(--n100);
  border-radius: 8px;
  background: var(--white);
  overflow: hidden;
}

.sh-faq-item[open] {
  background: var(--off-white);
}

.sh-faq-q {
  font-family: var(--font-display);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.01em;
  color: var(--navy);
  padding: 16px 18px;
  cursor: pointer;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.sh-faq-q::-webkit-details-marker {
  display: none;
}

.sh-faq-q::after {
  content: "+";
  font-size: 20px;
  font-weight: 400;
  color: var(--n400);
  flex-shrink: 0;
}

.sh-faq-item[open] .sh-faq-q::after {
  content: "\2212";
}

.sh-faq-a {
  padding: 0 18px 16px;
}

.sh-faq-a .sh-article-p {
  font-size: 14.5px;
  margin-bottom: 10px;
}

.sh-faq-a .sh-article-p:last-child {
  margin-bottom: 0;
}

.sh-related-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-rows: 1fr;
  gap: 14px;
}

.sh-related-grid .sh-guide-card {
  height: 100%;
  padding: 22px 24px;
  transition: border-color 0.16s ease, background 0.16s ease, box-shadow 0.16s ease, transform 0.16s ease;
}

.sh-related-grid .sh-guide-card:hover,
.sh-related-grid .sh-guide-card:focus-within {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(13, 31, 49, 0.07);
}

.sh-related-grid .sh-guide-card[data-related-attention-target]::before {
  content: "";
  position: absolute;
  inset: -1px;
  z-index: 2;
  border-radius: inherit;
  pointer-events: none;
  opacity: 0;
  background:
    linear-gradient(var(--red), var(--red)) left top / 0 1px no-repeat,
    linear-gradient(var(--red), var(--red)) right top / 1px 0 no-repeat,
    linear-gradient(var(--red), var(--red)) right bottom / 0 1px no-repeat,
    linear-gradient(var(--red), var(--red)) left bottom / 1px 0 no-repeat;
}

.sh-related-grid .sh-guide-card.is-related-attention-active::before {
  animation: sh-related-border-trace 1.6s ease-in-out forwards;
}

@keyframes sh-related-border-trace {
  0% {
    opacity: 0;
    background-size: 0 1px, 1px 0, 0 1px, 1px 0;
  }
  6% {
    opacity: 1;
  }
  28% {
    background-size: 100% 1px, 1px 0, 0 1px, 1px 0;
  }
  50% {
    background-size: 100% 1px, 1px 100%, 0 1px, 1px 0;
  }
  72% {
    background-size: 100% 1px, 1px 100%, 100% 1px, 1px 0;
  }
  90% {
    opacity: 1;
    background-size: 100% 1px, 1px 100%, 100% 1px, 1px 100%;
  }
  100% {
    opacity: 0;
    background-size: 100% 1px, 1px 100%, 100% 1px, 1px 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .sh-related-grid .sh-guide-card.is-related-attention-active::before {
    animation: none;
  }
}

.sh-page--guide-article .sh-related-section {
  padding-top: 64px;
  padding-bottom: 42px;
}

@media (max-width: 900px) {
  .sh-article-sidebar-sticky {
    max-height: none;
    overflow: visible;
  }

  .sh-article-rail-nav {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 20px;
    row-gap: 2px;
  }
}

@media (max-width: 700px) {
  .sh-article-body {
    padding-top: 24px;
  }

  .sh-article-section {
    margin-bottom: 44px;
  }

  .sh-article-pullquote {
    margin: 32px 0 34px;
    padding-left: 20px;
  }

  .sh-editorial-callout {
    margin: 26px 0 28px;
    padding: 16px 17px 17px;
  }

  .sh-article-divider {
    margin: 34px 0;
  }

  .sh-article-rail-nav {
    grid-template-columns: 1fr;
  }

  .sh-page--guide-article .sh-related-section {
    padding-top: 48px;
    padding-bottom: 32px;
  }

}

/* ════════════════════════════════════════════════════════════════
   STATIC PAGES (how-it-works, privacy, terms)
════════════════════════════════════════════════════════════════ */

.sh-guides-page .sh-page-hero-inner {
  max-width: var(--max-w);
}

.sh-guides-page .sh-intro-inner {
  max-width: var(--max-w);
}

.sh-static-page .sh-page-hero-inner {
  max-width: 720px;
}

.sh-static-body {
  padding: 48px var(--pad) 64px;
}

.sh-static-body-inner {
  max-width: 720px;
  margin: 0 auto;
}

.sh-static-p {
  font-size: 15.5px;
  color: var(--n600);
  line-height: 1.82;
  margin-bottom: 16px;
}

.sh-static-h2 {
  font-family: var(--font-display);
  font-size: clamp(18px, 2.5vw, 22px);
  font-weight: 800;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: var(--navy);
  line-height: 1.1;
  margin: 32px 0 12px;
}

.sh-static-list {
  list-style: none;
  margin: 12px 0 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.sh-static-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 15px;
  color: var(--n600);
  line-height: 1.6;
}

.sh-static-list li::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--n200);
  flex-shrink: 0;
  margin-top: 8px;
}

/* ════════════════════════════════════════════════════════════════
    HOMEPAGE
    ════════════════════════════════════════════════════════════════ */

.hp-hero {
  background: var(--navy);
  padding: 88px var(--pad) 80px;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}

.hp-hero-inner {
  max-width: 820px;
  margin: 0 auto;
  text-align: center;
}

.hp-hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-display);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.45);
  margin-bottom: 20px;
}

.hp-hero-eyebrow::before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--red);
}

.hp-hero h1 {
  font-family: var(--font-display);
  font-size: clamp(38px, 7vw, 68px);
  font-weight: 800;
  line-height: 1.02;
  letter-spacing: 0.015em;
  text-transform: uppercase;
  color: var(--white);
  margin-bottom: 24px;
}

.hp-hero h1 em {
  font-style: normal;
  color: var(--red);
}

.hp-hero-sub {
  font-size: clamp(15px, 2vw, 17px);
  font-weight: 400;
  color: rgba(255,255,255,0.55);
  line-height: 1.75;
  max-width: 520px;
  margin: 0 auto 28px;
}

.hp-search-wrap {
  position: relative;
  max-width: 480px;
  margin: 28px auto 0;
}

.hp-search-input {
  width: 100%;
  font-family: var(--font-body);
  font-size: 14px;
  color: var(--white);
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.16);
  border-radius: 8px;
  padding: 12px 44px 12px 16px;
  outline: none;
  transition: background 0.13s, border-color 0.13s;
  -webkit-appearance: none;
  appearance: none;
}

.hp-search-input::placeholder { color: rgba(255,255,255,0.38); }

.hp-search-input:focus {
  background: rgba(255,255,255,0.12);
  border-color: rgba(255,255,255,0.3);
}

.hp-search-icon {
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  color: rgba(255,255,255,0.35);
  font-size: 15px;
  pointer-events: none;
}

.hp-search-results {
  display: none;
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  right: 0;
  background: var(--white);
  border: 1px solid var(--n100);
  border-radius: 8px;
  box-shadow: 0 8px 28px rgba(0,0,0,0.14), 0 1px 4px rgba(0,0,0,0.06);
  z-index: 400;
  overflow: hidden;
}

.hp-search-results.is-visible { display: block; }

.hp-search-group-label {
  padding: 9px 14px 5px;
  font-family: var(--font-display);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--n400);
  user-select: none;
}

.hp-search-result-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 9px 14px;
  text-decoration: none;
  color: inherit;
  transition: background 0.1s;
}

.hp-search-result-item:hover { background: var(--n50); }

.hp-search-result-icon {
  width: 30px;
  height: 30px;
  border-radius: 5px;
  background: var(--navy);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-display);
  font-size: 10px;
  font-weight: 800;
  color: var(--white);
  letter-spacing: 0.02em;
  flex-shrink: 0;
}

.hp-search-result-icon--trophy {
  background: #1a3a5c;
  font-size: 14px;
}

.hp-search-result-visual {
  position: relative;
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
}

.hp-search-result-visual--city {
  width: 52px;
  flex-basis: 52px;
}

.hp-search-result-visual > .hp-search-result-icon {
  width: 100%;
  height: 100%;
}

.hp-search-result-logo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  border: 1px solid var(--n100);
  background: var(--white);
  object-fit: contain;
  flex-shrink: 0;
}

.hp-search-result-placeholder {
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid var(--n100);
  border-radius: 5px;
  background: var(--white);
  object-fit: contain;
}

.hp-search-result-icon--neutral {
  border: 1px solid var(--n100);
  border-radius: 5px;
  background: var(--n50);
}

.hp-search-result-visual--city .hp-search-result-logo {
  border: 0;
  border-radius: 0;
  object-position: left center;
}

.hp-search-result-visual.is-logo-fallback .hp-search-result-logo {
  display: none;
}

.hp-search-result-name {
  font-size: 13.5px;
  font-weight: 500;
  color: var(--navy);
  display: block;
  line-height: 1.2;
}

.hp-search-result-sub {
  font-size: 11.5px;
  color: var(--n600);
  display: block;
}

.hp-search-sep { height: 1px; background: var(--n100); margin: 4px 0; }

.hp-search-empty {
  padding: 16px 18px;
  display: grid;
  gap: 5px;
}

.hp-search-empty strong {
  font-family: var(--font-display);
  font-size: 14px;
  line-height: 1.2;
  text-transform: uppercase;
  color: var(--navy);
}

.hp-search-empty span {
  font-size: 12.5px;
  line-height: 1.45;
  color: var(--n600);
}

.hp-search-empty a {
  width: fit-content;
  margin-top: 4px;
  font-family: var(--font-display);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--red);
  text-decoration: none;
}

/* Shared camp provider cards — full directory and compact city preview. */
.camp-card-stack {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.camp-card {
  display: grid;
  grid-template-columns: 104px minmax(0, 1fr) auto;
  gap: 22px;
  align-items: center;
  background: var(--white);
  border: 1px solid var(--n100);
  border-radius: 12px;
  padding: 24px;
  transition: border-color 0.16s ease, box-shadow 0.16s ease, transform 0.16s ease;
}

.camp-card:hover {
  border-color: var(--n200);
  box-shadow: 0 10px 28px rgba(13, 31, 49, 0.06);
  transform: translateY(-1px);
}

.camp-card-logo {
  position: relative;
  width: 104px;
  height: 104px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px solid var(--n100);
  border-radius: 10px;
  background: var(--white);
}

.camp-card-logo-fallback,
.camp-card-logo-img {
  position: absolute;
  inset: 8px;
  width: calc(100% - 16px);
  height: calc(100% - 16px);
  object-fit: contain;
}

.camp-card-logo-img { background: var(--white); }
.camp-card-logo--placeholder .sh-brand-placeholder { width: 88px; height: 88px; object-fit: contain; }
.camp-card-body { min-width: 0; }

.camp-card-name {
  font-family: var(--font-display);
  font-size: clamp(19px, 2.2vw, 23px);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0.015em;
  text-transform: uppercase;
  color: var(--navy);
}

.camp-card-name-link {
  color: inherit;
  text-decoration: none;
  transition: color 0.12s ease;
}

.camp-card-name-link:hover { color: var(--red-dark); }
.camp-card-name-link:focus-visible { outline: 2px solid var(--navy); outline-offset: 3px; }

.camp-card-city {
  margin-top: 5px;
  font-size: 13px;
  font-weight: 600;
  color: var(--n500);
}

.camp-card-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
}

.camp-card-tag {
  border: 1px solid var(--n100);
  border-radius: 999px;
  background: var(--off-white);
  padding: 5px 9px;
  font-family: var(--font-display);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.055em;
  line-height: 1;
  text-transform: uppercase;
  color: var(--n600);
}

.camp-card-description {
  max-width: 590px;
  margin-top: 14px;
  font-size: 14px;
  line-height: 1.6;
  color: var(--n600);
}

.camp-card-contacts {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
}

.camp-card-contact {
  display: inline-flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--n200);
  border-radius: 9px;
  color: var(--navy);
  background: var(--white);
  transition: color 0.12s ease, border-color 0.12s ease, background 0.12s ease, transform 0.12s ease;
}

.camp-card-contact svg { width: 17px; height: 17px; }

.camp-card-contact:hover {
  border-color: var(--navy);
  color: var(--red-dark);
  background: var(--off-white);
  transform: translateY(-1px);
}

.camps-directory {
  padding: 64px var(--pad) 76px;
}

.camps-directory-head { margin-bottom: 26px; }

.camps-directory-title {
  margin-top: 8px;
  font-family: var(--font-display);
  font-size: clamp(25px, 3.2vw, 34px);
  font-weight: 800;
  letter-spacing: 0.015em;
  line-height: 1.1;
  text-transform: uppercase;
  color: var(--navy);
}

.camps-directory-intro {
  max-width: 650px;
  margin-top: 10px;
  font-size: 15px;
  line-height: 1.65;
  color: var(--n600);
}

.camp-location-section + .camp-location-section,
.camp-local-empty + .camp-location-section {
  margin-top: 42px;
}

.camp-location-heading {
  margin-bottom: 16px;
  font-family: var(--font-display);
  font-size: clamp(21px, 2.7vw, 28px);
  font-weight: 800;
  letter-spacing: 0.012em;
  line-height: 1.15;
  text-transform: uppercase;
  color: var(--navy);
}

.camp-nearby-city + .camp-nearby-city { margin-top: 30px; }

.camp-nearby-city-heading {
  margin-bottom: 12px;
  font-family: var(--font-display);
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: var(--n600);
}

@media (max-width: 720px) {
  .camps-directory { padding-top: 44px; padding-bottom: 54px; }
  .camp-card { grid-template-columns: 76px minmax(0, 1fr); gap: 16px; padding: 19px; align-items: start; }
  .camp-card-logo { width: 76px; height: 76px; }
  .camp-card-logo-fallback,
  .camp-card-logo-img { inset: 6px; width: calc(100% - 12px); height: calc(100% - 12px); }
  .camp-card-logo--placeholder .sh-brand-placeholder { width: 64px; height: 64px; }
  .camp-card-contacts { grid-column: 1 / -1; justify-content: flex-start; }
}

.hp-hero-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 24px;
}

.hp-hero-outline {
  color: rgba(255,255,255,0.7);
  border-color: rgba(255,255,255,0.18);
}

.hp-hero-outline:hover {
  color: var(--white);
  border-color: rgba(255,255,255,0.45);
  background: rgba(255,255,255,0.08);
}

.hp-hero-cred {
  margin-top: 28px;
  font-size: 12px;
  color: rgba(255,255,255,0.32);
  letter-spacing: 0.04em;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
}

.hp-hero-cred-dot {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: rgba(255,255,255,0.2);
}

.hp-hero-regions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 44px;
  padding-top: 36px;
  border-top: 1px solid rgba(255,255,255,0.07);
}

.hp-hero-regions-label {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.3);
  margin-right: 4px;
}

.hp-region-pill {
  display: inline-flex;
  align-items: center;
  font-size: 12.5px;
  font-weight: 500;
  color: rgba(255,255,255,0.55);
  text-decoration: none;
  padding: 5px 13px;
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 20px;
  transition: border-color 0.12s, color 0.12s, background 0.12s;
  white-space: nowrap;
}

.hp-region-pill:hover {
  border-color: rgba(255,255,255,0.25);
  color: var(--white);
  background: rgba(255,255,255,0.05);
}

/* ── Value strip ── */
.hp-value-strip {
  border-bottom: 1px solid var(--n100);
  padding: 0 var(--pad);
}

.hp-value-inner {
  max-width: var(--max-w);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.hp-value-item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 28px 24px;
  border-right: 1px solid var(--n100);
}

.hp-value-item:last-child { border-right: none; }

.hp-value-icon {
  width: 38px;
  height: 38px;
  border-radius: 8px;
  background: var(--n50);
  border: 1px solid var(--n100);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 18px;
}

.hp-value-text { min-width: 0; }

.hp-value-title {
  font-size: 14px;
  font-weight: 600;
  color: var(--navy);
  display: block;
  margin-bottom: 2px;
}

.hp-value-sub {
  font-size: 12.5px;
  color: var(--n600);
  line-height: 1.45;
}

/* ── Regions section ── */
.hp-regions-section {
  padding: 72px var(--pad);
  border-bottom: 1px solid var(--n100);
  background: var(--off-white);
}

.hp-regions-inner { max-width: var(--max-w); margin: 0 auto; }

.hp-section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 32px;
}

.hp-section-h2 {
  font-family: var(--font-display);
  font-size: clamp(22px, 3vw, 28px);
  font-weight: 800;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: var(--navy);
}

.hp-region-cards {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 14px;
  margin-bottom: 24px;
}

.hp-region-card {
  display: block;
  text-decoration: none;
  background: var(--white);
  border: 1px solid var(--n100);
  border-radius: 8px;
  padding: 24px 26px;
  transition: border-color 0.13s, box-shadow 0.13s, transform 0.13s;
  position: relative;
}

.hp-region-card:hover {
  border-color: var(--n200);
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);
  transform: translateY(-1px);
}

.hp-region-card-flag {
  font-size: 13px;
  font-family: var(--font-display);
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--n400);
  margin-bottom: 6px;
  display: block;
}

.hp-region-card-name {
  font-family: var(--font-display);
  font-size: 20px;
  font-weight: 800;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: var(--navy);
  margin-bottom: 6px;
  line-height: 1.1;
}

.hp-region-card-cities {
  font-size: 12.5px;
  color: var(--n600);
  line-height: 1.5;
  margin-bottom: 16px;
}

.hp-region-card-cta {
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--navy);
  display: flex;
  align-items: center;
  gap: 5px;
  transition: gap 0.12s;
}

.hp-region-card:hover .hp-region-card-cta { gap: 8px; }
.hp-region-cta-arrow { font-size: 13px; opacity: 0.45; }

.hp-region-card-count {
  position: absolute;
  top: 20px;
  right: 22px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: var(--n400);
  background: var(--n50);
  border: 1px solid var(--n100);
  padding: 2px 9px;
  border-radius: 20px;
}

.hp-regions-all {
  display: flex;
  align-items: center;
  gap: 6px;
  font-family: var(--font-display);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--n600);
  text-decoration: none;
  transition: color 0.12s;
}

.hp-regions-all:hover { color: var(--navy); }
.hp-regions-all-arrow { opacity: 0.4; margin-left: 2px; }

/* ── What is spring hockey ── */
.hp-what-section {
  padding: 72px var(--pad);
  border-bottom: 1px solid var(--n100);
}

.hp-what-inner {
  max-width: var(--max-w);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.hp-what-body {
  font-size: 15.5px;
  color: var(--n600);
  line-height: 1.8;
  margin-bottom: 24px;
}

.hp-what-body p + p { margin-top: 14px; }

.hp-what-aside {
  background: var(--n50);
  border: 1px solid var(--n100);
  border-radius: 10px;
  padding: 28px 32px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.hp-what-stat-num {
  font-family: var(--font-display);
  font-size: 40px;
  font-weight: 800;
  color: var(--navy);
  line-height: 1;
  display: block;
  letter-spacing: 0.01em;
}

.hp-what-stat-label {
  font-size: 12.5px;
  color: var(--n600);
  display: block;
  margin-top: 4px;
}

.hp-what-stat-divider { height: 1px; background: var(--n100); }

.hp-what-h2 {
  font-family: var(--font-display);
  font-size: clamp(24px, 3.5vw, 34px);
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--navy);
  margin-bottom: 20px;
  line-height: 1.05;
}

/* ── For teams ── */
.hp-for-teams {
  background: var(--off-white);
  border-top: 1px solid var(--n100);
  border-bottom: 1px solid var(--n100);
  padding: 72px var(--pad);
}

.hp-for-teams-inner {
  max-width: var(--max-w);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start;
}

.hp-for-teams-h2 {
  font-family: var(--font-display);
  font-size: clamp(26px, 4vw, 38px);
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--navy);
  line-height: 1.05;
  margin-bottom: 16px;
}

.hp-for-teams-sub {
  font-size: 15px;
  color: var(--n600);
  line-height: 1.72;
  margin-bottom: 28px;
  max-width: 400px;
}

.hp-for-teams-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 32px;
}

.hp-for-teams-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: var(--n800);
}

.hp-check-icon {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--navy);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 10px;
  color: var(--white);
}

/* ── Team preview mock ── */
.hp-team-preview {
  background: var(--white);
  border: 1px solid var(--n100);
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 24px rgba(0,0,0,0.06);
}

.hp-preview-bar {
  background: var(--n50);
  border-bottom: 1px solid var(--n100);
  padding: 10px 16px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.hp-preview-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--n200);
}

.hp-preview-url {
  margin-left: 8px;
  font-size: 11px;
  color: var(--n400);
  background: var(--white);
  border: 1px solid var(--n100);
  border-radius: 4px;
  padding: 3px 10px;
}

.hp-preview-body { padding: 20px 20px 24px; }

.hp-preview-team-row {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 16px;
}

.hp-preview-logo {
  width: 44px;
  height: 44px;
  border-radius: 8px;
  background: var(--navy);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-display);
  font-size: 13px;
  font-weight: 800;
  color: var(--white);
  flex-shrink: 0;
}

.hp-preview-team-name {
  font-family: var(--font-display);
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: var(--navy);
  line-height: 1.1;
}

.hp-preview-team-loc { font-size: 12px; color: var(--n600); }

.hp-preview-badges {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.hp-preview-badge {
  font-size: 10.5px;
  color: var(--n600);
  background: var(--n50);
  border: 1px solid var(--n100);
  padding: 3px 8px;
  border-radius: 4px;
}

.hp-preview-section-bar { height: 1px; background: var(--n100); margin: 14px 0; }

.hp-preview-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 12px;
  border: 1px solid var(--n100);
  border-radius: 6px;
  margin-bottom: 6px;
}

.hp-preview-row-name {
  font-family: var(--font-display);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: var(--navy);
}

.hp-preview-row-badge {
  font-size: 9.5px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 2px 7px;
  border-radius: 3px;
}

.hp-preview-badge-open { background: #edf6ed; color: #256025; }
.hp-preview-badge-waitlist { background: #fdf5e6; color: #7a5a10; }
.hp-preview-badge-locked { background: var(--n50); color: var(--n400); }

/* ── Final CTA ── */
.hp-final-cta {
  padding: 88px var(--pad);
  text-align: center;
  border-bottom: 1px solid var(--n100);
}

.hp-final-cta-inner { max-width: 540px; margin: 0 auto; }

.hp-final-cta-h2 {
  font-family: var(--font-display);
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--navy);
  line-height: 1.05;
  margin-bottom: 16px;
}

.hp-final-cta-sub {
  font-size: 15px;
  color: var(--n600);
  margin-bottom: 32px;
  line-height: 1.7;
}

.hp-final-cta-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.hp-final-cta-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

/* ── Homepage responsive ── */
@media (max-width: 860px) {
  .hp-value-inner { grid-template-columns: 1fr; }
  .hp-value-item { border-right: none; border-bottom: 1px solid var(--n100); }
  .hp-value-item:last-child { border-bottom: none; }
  .hp-section-head { flex-direction: column; align-items: flex-start; }
  .hp-what-inner { grid-template-columns: 1fr; gap: 40px; }
  .hp-for-teams-inner { grid-template-columns: 1fr; gap: 40px; }
}

@media (max-width: 600px) {
  .hp-hero { padding: 60px var(--pad) 52px; }
  .hp-hero h1 { letter-spacing: 0.01em; }
  .hp-region-cards { grid-template-columns: 1fr; }
  .hp-final-cta-actions { flex-direction: column; }
  .hp-search-row { flex-direction: column; gap: 10px; }
}

/* ════════════════════════════════════════════════════════════════
    CONTENT PAGES — RESPONSIVE
════════════════════════════════════════════════════════════════ */

@media (max-width: 860px) {
  .sh-tournaments-page .sh-page-hero-inner {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .sh-hero-stats {
    display: flex;
    flex-direction: row;
  }

  .sh-hero-stat {
    flex: 1;
    border-top: none !important;
    border-left: 1px solid rgba(255,255,255,0.07);
  }

  .sh-hero-stat:first-child {
    border-left: none;
  }

  .sh-filter-group {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .sh-filter-label {
    padding-top: 0;
  }

  .sh-t-action-col {
    grid-column: 2;
    padding-left: 0;
    padding-top: 10px;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
  }

  .sh-inline-cta-card {
    flex-direction: column;
    align-items: flex-start;
  }

  .tournament-hero-inner {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .tournament-schedule-row {
    grid-template-columns: 1fr;
  }

  .tournament-schedule-when {
    border-right: 0;
    border-bottom: 1px solid var(--n100);
    padding: 16px 20px;
  }

  .tournament-schedule-cells {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 16px 20px;
  }

  /* Empty cells keep desktop columns aligned; stacked, they are just gaps. */
  .tournament-schedule-cell--empty {
    display: none;
  }

  .tournament-map-container {
    height: clamp(280px, 60vw, 380px);
  }

  .tournament-venue-card {
    flex-wrap: wrap;
  }

  .tournament-venue-num--empty {
    display: none;
  }

  .tournament-venue-main {
    flex: 1 1 55%;
  }

  /* Phones: the actions row wraps below the venue text as one clear line. */
  .tournament-venue-actions {
    flex-basis: 100%;
    justify-content: flex-start;
    gap: 26px;
  }

  .tournament-team-grid {
    grid-template-columns: 1fr;
  }

  .sh-footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 32px;
  }
}

@media (max-width: 700px) {
  .sh-guide-feature {
    padding: 22px 20px;
  }

  .sh-related-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .tournament-hero-title {
    font-size: 36px;
  }

  .sh-footer-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .sh-footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
}

/* ════════════════════════════════════════════════════════════════
    HOMEPAGE — FEATURED TEAMS
    ════════════════════════════════════════════════════════════════ */

.hp-featured-teams {
  padding: 72px var(--pad);
  border-bottom: 1px solid var(--n100);
}

.hp-featured-teams-inner {
  max-width: var(--max-w);
  margin: 0 auto;
}

.hp-section-sub-label {
  font-size: 13px;
  color: var(--n600);
  margin-top: 3px;
  font-weight: 400;
}

.hp-team-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 12px;
}

.hp-team-card {
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 14px 16px;
  border: 1px solid var(--n100);
  border-radius: 8px;
  text-decoration: none;
  color: inherit;
  background: var(--white);
  transition: border-color 0.13s, box-shadow 0.13s, background 0.13s, transform 0.13s;
}

.hp-team-card:hover {
  border-color: var(--n200);
  background: var(--n50);
  box-shadow: 0 4px 16px rgba(0,0,0,0.08);
  transform: translateY(-1px);
}

.hp-team-card-logo {
  width: 38px;
  height: 38px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 800;
  color: var(--white);
  letter-spacing: 0.02em;
}

.hp-team-card-info { min-width: 0; }

.hp-team-card-name {
  font-family: var(--font-display);
  font-size: 13.5px;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: var(--navy);
  line-height: 1.2;
  margin-bottom: 2px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.hp-team-card-city {
  font-size: 11.5px;
  color: var(--n600);
  font-weight: 400;
}

/* ── Final CTA eyebrow ── */
.hp-final-cta-eyebrow {
  justify-content: center;
  margin-bottom: 16px;
}

/* ════════════════════════════════════════════════════════════════
    HOMEPAGE — CONCEPT D V2 PRODUCTION
    ════════════════════════════════════════════════════════════════ */

.home-page {
  background: var(--white);
  overflow-x: clip;
}

.home-eyebrow {
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--red);
}

.home-section {
  padding: 58px 0;
}

.home-section-alt {
  background: var(--off-white);
  border-top: 1px solid var(--n100);
  border-bottom: 1px solid var(--n100);
}

.home-section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 26px;
}

.home-section-head h2 {
  font-family: var(--font-display);
  font-size: clamp(27px, 3.5vw, 37px);
  font-weight: 700;
  line-height: 1.05;
  color: var(--navy);
  margin: 3px 0 0;
}

.home-section-head p:not(.home-eyebrow) {
  color: var(--n600);
  font-size: 14.5px;
  max-width: 560px;
  margin-top: 5px;
}

.home-section-head-solo {
  align-items: flex-start;
}

.home-more {
  color: var(--red);
  font-size: 13.5px;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
}

.home-more:hover {
  text-decoration: underline;
}

.home-hero {
  position: relative;
  z-index: 20;
  /* Clip the decorative leaf horizontally so it can't push the page wider than
     the viewport (caused horizontal scroll on phones for the /add-team, /claim,
     /share and /alerts hero variants). overflow-y stays visible so the homepage
     search autocomplete panel can still spill below the search input. */
  overflow-x: clip;
  overflow-y: visible;
  background: radial-gradient(125% 150% at 50% -30%, #18293c 0%, var(--navy) 60%, var(--navy-dark) 100%);
  color: var(--white);
}

.home-hero-leaf {
  position: absolute;
  top: 50%;
  right: -4%;
  width: min(560px, 72vw);
  height: auto;
  transform: translateY(-50%) rotate(-8deg);
  opacity: 0.035;
  pointer-events: none;
}

.home-hero-leaf path {
  fill: var(--white);
}

.home-hero-inner {
  position: relative;
  z-index: 30;
  text-align: center;
  padding-top: 70px;
}

.home-hero .home-eyebrow {
  color: #ff8d93;
}

.home-hero h1 {
  font-family: var(--font-display);
  font-size: clamp(40px, 6.2vw, 70px);
  font-weight: 700;
  line-height: 1.05;
  color: var(--white);
  margin: 14px 0 10px;
}

.home-hero h1 span {
  color: #ff5961;
}

.home-hero-trust {
  color: #cdd8e3;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 32px;
}

.home-hero-trust b {
  color: var(--white);
  font-weight: 600;
}

.home-search {
  position: relative;
  z-index: 60;
  max-width: 760px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr) auto;
  align-items: center;
  background: var(--white);
  border-radius: 9px;
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.4);
}

.home-search-icon {
  color: var(--n400);
  font-size: 25px;
  line-height: 1;
}

.home-search .hp-search-input {
  width: 100%;
  min-width: 0;
  height: 64px;
  padding: 0 14px;
  border: 0;
  outline: none;
  background: transparent;
  color: var(--navy);
  font-family: var(--font-body);
  font-size: 17px;
}

.home-search .hp-search-input::placeholder {
  color: var(--n400);
}

.home-search-button {
  align-self: stretch;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 32px;
  border: 0;
  background: var(--red);
  color: var(--white);
  font-family: var(--font-display);
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 0 9px 9px 0;
  cursor: pointer;
}

.home-search-button:hover {
  background: var(--red-dark);
}

.home-search .hp-search-results {
  top: calc(100% + 8px);
  z-index: 1000;
  text-align: left;
}

.home-search-hint {
  color: #9fb0c1;
  font-size: 13.5px;
  margin-top: 14px;
  padding-bottom: 50px;
}

.home-search-hint b {
  color: #cdd8e3;
  font-weight: 600;
}

.home-stats {
  position: relative;
  z-index: 1;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(0, 0, 0, 0.2);
}

/* Columns adapt to however many non-zero stats render. */
.home-stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
}

.home-stat {
  padding: 20px 8px;
  text-align: center;
  border-left: 1px solid rgba(255, 255, 255, 0.08);
}

.home-stat:first-child {
  border-left: 0;
}

.home-stat-num {
  font-family: var(--font-display);
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  color: var(--white);
  font-variant-numeric: tabular-nums;
}

.home-stat-label {
  color: #9fb0c1;
  font-size: 11px;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  margin-top: 6px;
}

.home-geo-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.home-geo-card {
  display: flex;
  flex-direction: column;
  min-height: 202px;
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--n100);
  border-radius: 10px;
  color: var(--navy);
  text-decoration: none;
  transition: transform 0.14s, box-shadow 0.14s, border-color 0.14s;
}

.home-geo-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 38px rgba(13, 27, 42, 0.12);
  border-color: var(--n200);
}

.home-geo-top {
  position: relative;
  min-height: 68px;
  padding: 13px 18px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: var(--white);
  background: linear-gradient(150deg, #1c4b6e, var(--navy));
}

.home-geo-card-2 .home-geo-top {
  background: linear-gradient(150deg, #9a631e, #2f251b);
}

.home-geo-card-3 .home-geo-top {
  background: linear-gradient(150deg, #8a3137, #2a1013);
}

.home-geo-card-4 .home-geo-top {
  background: linear-gradient(150deg, #2d5a4a, #0f2019);
}

.home-geo-card-5 .home-geo-top {
  background: linear-gradient(150deg, #3a3f6b, #15182e);
}

.home-geo-top::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.06), rgba(0, 0, 0, 0.2));
  pointer-events: none;
}

.home-geo-province,
.home-geo-name {
  position: relative;
  z-index: 1;
}

.home-geo-province {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  opacity: 0.9;
}

.home-geo-name {
  display: block;
  color: inherit;
  font-family: var(--font-display);
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  margin-top: 2px;
  text-decoration: none;
}

.home-geo-name:hover {
  text-decoration: underline;
}

.home-geo-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 15px 18px 14px;
}

.home-geo-cities {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 14.5px;
  line-height: 1.55;
}

.home-geo-cities a {
  color: var(--navy);
  font-weight: 500;
  text-decoration: none;
}

.home-geo-cities a:hover {
  color: var(--red);
  text-decoration: underline;
}

.home-geo-city-plain {
  color: var(--n600);
}

.home-city-sep {
  color: var(--n200);
  margin: 0 8px;
}

.home-geo-empty {
  color: var(--n600);
  font-size: 13.5px;
  line-height: 1.5;
}

.home-geo-go {
  display: block;
  margin-top: auto;
  padding-top: 13px;
  color: var(--red);
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
}

.home-geo-card:hover .home-geo-go {
  text-decoration: underline;
}

.home-geo-card-all {
  justify-content: center;
  align-items: flex-start;
  min-height: 202px;
  padding: 24px 22px;
  background: var(--navy);
  color: var(--white);
}

.home-geo-card-all .home-geo-province {
  color: #ff8d93;
}

.home-geo-card-all .home-geo-name {
  font-size: 25px;
  margin: 4px 0 8px;
}

.home-geo-card-all .home-geo-empty {
  color: #9fb0c1;
}

.home-geo-card-all .home-geo-go {
  color: var(--white);
}

.public-tournament-grid,
.home-tournament-grid,
.home-team-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.public-tournament-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.public-tournament-card {
  position: relative;
  display: grid;
  grid-template-columns: 84px minmax(0, 1fr);
  align-items: center;
  gap: 16px;
  min-height: 136px;
  padding: 16px 18px 16px 16px;
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--n100);
  border-radius: 9px;
  color: var(--navy);
  text-decoration: none;
  transition: transform 0.14s, box-shadow 0.14s, border-color 0.14s;
}

.public-tournament-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: var(--red);
  opacity: 0;
  transition: opacity 0.14s;
}

.public-tournament-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 34px rgba(13, 27, 42, 0.11);
  border-color: var(--n200);
}

.public-tournament-card:hover::before {
  opacity: 1;
}

.public-tournament-card + .public-tournament-card {
  border-top: 1px solid var(--n100);
}

.public-tournament-card.is-past {
  opacity: 0.62;
}

.public-tournament-card.is-past:hover {
  opacity: 0.82;
}

.public-tournament-main {
  min-width: 0;
  min-height: 84px;
  display: flex;
  flex-direction: column;
}

.public-tournament-logo {
  width: 84px;
  height: 84px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 1px solid var(--n100);
  border-radius: 12px;
  background: var(--n50);
  color: var(--navy);
  font-family: var(--font-display);
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.03em;
  position: relative;
}

.public-tournament-logo.has-logo {
  border-color: transparent;
  background: var(--n50);
}

.public-tournament-logo.is-fallback {
  width: 72px;
  height: 72px;
  margin: 6px;
}

.public-tournament-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 1px;
  background: transparent;
}

.public-tournament-logo.has-logo > .sh-brand-placeholder {
  position: absolute;
  inset: 0;
}

.public-tournament-uploaded-logo {
  position: relative;
  z-index: 1;
}

.public-tournament-logo.is-logo-fallback > .public-tournament-uploaded-logo {
  display: none;
}

.public-tournament-name {
  font-family: var(--font-display);
  font-size: 21px;
  font-weight: 700;
  line-height: 1.04;
}

.public-tournament-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px;
  margin-top: 7px;
  color: var(--n600);
  font-size: 13px;
  line-height: 1.35;
}

.public-tournament-where {
  color: inherit;
}

.public-tournament-meta-separator {
  color: var(--n300);
}

.public-tournament-date {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: var(--n600);
  font-variant-numeric: tabular-nums;
}

.public-tournament-date svg {
  width: 14px;
  height: 14px;
  flex: none;
  color: var(--red);
}

.public-tournament-chips {
  display: flex;
  flex-wrap: nowrap;
  gap: 7px;
  margin-top: auto;
  padding-top: 11px;
  min-width: 0;
  overflow: hidden;
}

.public-tournament-chips span {
  flex: none;
  white-space: nowrap;
  padding: 3px 10px;
  border: 1px solid var(--n100);
  border-radius: 100px;
  background: var(--n50);
  color: var(--navy);
  font-size: 11.5px;
  font-weight: 600;
}

.public-tournament-card--compact {
  grid-template-columns: 64px minmax(0, 1fr);
  min-height: 88px;
  padding: 10px 14px;
  border-radius: 0;
}

.public-tournament-card--compact .public-tournament-logo {
  width: 64px;
  height: 64px;
  border-radius: 9px;
  font-size: 14px;
}

.public-tournament-card--compact .public-tournament-main {
  min-height: 64px;
}

.public-tournament-card--compact .public-tournament-logo.is-fallback {
  width: 56px;
  height: 56px;
  margin: 4px;
}

.public-tournament-card--compact .public-tournament-name {
  font-size: 18px;
}

.public-tournament-card--compact .public-tournament-meta {
  margin-top: 4px;
  font-size: 12.5px;
}

.public-tournament-card--compact .public-tournament-chips {
  margin-top: 6px;
  padding-top: 0;
}

.home-team-grid {
  gap: 10px;
}

.home-team-grid .sh-entity-list {
  border: 0;
}

.home-team-row {
  min-height: 82px;
  border: 1px solid var(--n100);
  border-radius: 8px;
  background: var(--white);
}

.home-team-row + .home-team-row {
  border-top: 1px solid var(--n100);
}

.home-team-row .sh-entity-name {
  font-size: 18px;
}

.home-team-row .sh-entity-media {
  width: 52px;
  height: 52px;
}

.home-supply {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(260px, 0.85fr);
  gap: 34px;
  align-items: center;
  padding: 32px clamp(22px, 4vw, 40px);
  border-radius: 12px;
  background: var(--navy);
  color: var(--white);
}

.home-supply h2 {
  color: var(--white);
  font-family: var(--font-display);
  font-size: 31px;
  font-weight: 700;
  line-height: 1.05;
  margin-top: 5px;
}

.home-supply .home-eyebrow {
  color: #ff8d93;
}

.home-supply-copy > p:not(.home-eyebrow):not(.home-supply-fine) {
  color: #cdd8e3;
  font-size: 15px;
  margin: 10px 0 20px;
}

.home-supply-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.home-btn-ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 24px;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: var(--r);
  color: var(--white);
  font-family: var(--font-display);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}

.home-btn-ghost:hover {
  border-color: var(--white);
  background: rgba(255, 255, 255, 0.08);
}

.home-supply-fine {
  color: #9fb0c1;
  font-size: 12.5px;
  line-height: 1.6;
  margin-top: 16px;
}

.home-supply-fine b {
  color: #cdd8e3;
}

.home-supply-card {
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.05);
}

.home-supply-row {
  display: flex;
  align-items: center;
  gap: 12px;
}

.home-supply-logo {
  width: 46px;
  height: 46px;
  flex: none;
  display: block;
  overflow: hidden;
  border-radius: 6px;
  background: var(--white);
}

.home-supply-placeholder {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.home-supply-name,
.home-supply-meta {
  display: block;
}

.home-supply-name {
  color: var(--white);
  font-family: var(--font-display);
  font-size: 17px;
  font-weight: 700;
  line-height: 1.1;
}

.home-supply-meta {
  color: #9fb0c1;
  font-size: 12px;
}

.home-supply-mini {
  display: block;
  margin-top: 14px;
  padding: 11px;
  border-radius: var(--r);
  background: var(--red);
  color: var(--white);
  font-family: var(--font-display);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.home-supply-mini:hover {
  background: var(--red-dark);
}

.home-edu {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 40px;
  align-items: start;
}

.home-edu-copy p {
  color: var(--n600);
  font-size: 15px;
  margin-bottom: 14px;
}

.home-guide-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 8px;
}

.home-guide-links a {
  padding: 7px 15px;
  border: 1px solid var(--n200);
  border-radius: 100px;
  color: var(--navy);
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
}

.home-guide-links a:hover {
  border-color: var(--red);
  color: var(--red);
}

/* Regional Alerts panel — the homepage's primary conversion, sitting beside the
   explainer. Navy deliberately echoes the hero so it reads as part of the
   product rather than an ad slot, and the red CTA is the panel's only accent. */
.home-alerts-panel {
  padding: 28px 26px 26px;
  border-radius: 10px;
  background: var(--navy);
  /* Hairline lift rather than a border, so the panel has depth without a frame. */
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.07),
    0 14px 34px rgba(13, 27, 42, 0.16);
}

.home-alerts-panel-head {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 16px;
}

.home-alerts-panel-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(200, 35, 43, 0.16);
  color: #e8737a;
}

.home-alerts-panel-icon svg {
  width: 15px;
  height: 15px;
}

.home-alerts-panel-eyebrow {
  font-family: var(--font-display);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  line-height: 1;
  text-transform: uppercase;
  color: #e8737a;
}

.home-alerts-panel-heading {
  font-family: var(--font-display);
  font-size: 27px;
  font-weight: 700;
  line-height: 1.06;
  color: var(--white);
  margin: 0;
}

.home-alerts-panel-body {
  font-size: 14.5px;
  line-height: 1.62;
  color: rgba(255, 255, 255, 0.72);
  margin-top: 12px;
}

.home-alerts-panel-benefits {
  display: flex;
  flex-direction: column;
  gap: 9px;
  margin-top: 18px;
  padding: 18px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  list-style: none;
}

.home-alerts-panel-benefits li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.82);
}

.home-alerts-panel-check {
  display: inline-flex;
  flex: 0 0 auto;
  color: rgba(255, 255, 255, 0.5);
}

.home-alerts-panel-check svg {
  width: 13px;
  height: 13px;
}

.home-alerts-panel-action {
  width: 100%;
  margin-top: 22px;
}

.home-alerts-panel-action:focus-visible {
  outline: 2px solid var(--white);
  outline-offset: 3px;
}

.home-coverage-note {
  color: var(--n600);
  font-size: 12.5px;
  margin-bottom: 18px;
}

.home-coverage-note span {
  width: 7px;
  height: 7px;
  display: inline-block;
  margin-right: 6px;
  border-radius: 50%;
  background: var(--green);
}

.home-coverage-table-wrap {
  overflow-x: auto;
  border: 1px solid var(--n100);
  border-radius: 8px;
  background: var(--white);
}

.home-coverage-table {
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
  font-size: 14.5px;
}

.home-coverage-table th {
  padding: 14px 16px;
  border-bottom: 1px solid var(--n100);
  background: var(--n50);
  color: var(--n600);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: right;
  text-transform: uppercase;
}

.home-coverage-table th:first-child {
  text-align: left;
}

.home-coverage-bar-col {
  width: 170px;
  text-align: left !important;
}

.home-coverage-table td {
  padding: 15px 16px;
  border-bottom: 1px solid var(--n100);
  text-align: right;
  vertical-align: middle;
  font-weight: 600;
  font-variant-numeric: tabular-nums;
}

.home-coverage-table tr:last-child td {
  border-bottom: 0;
}

.home-coverage-table tbody tr:hover {
  background: #fbfaf9;
}

.home-coverage-province {
  display: flex;
  align-items: center;
  gap: 11px;
  text-align: left;
}

.home-coverage-flag {
  width: 32px;
  height: 23px;
  display: block;
  flex: 0 0 32px;
  border: 1px solid var(--n100);
  border-radius: 3px;
  background: var(--white);
  object-fit: contain;
}

.home-coverage-code {
  width: 32px;
  height: 23px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 32px;
  border-radius: 3px;
  background: var(--navy);
  color: var(--white);
  font-family: var(--font-display);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.home-coverage-province a {
  color: var(--navy);
  font-size: 15.5px;
  font-weight: 600;
  text-decoration: none;
}

.home-coverage-province a:hover {
  color: var(--red);
}

.home-coverage-bar {
  text-align: left !important;
}

.home-coverage-bar span {
  display: block;
  height: 8px;
  overflow: hidden;
  border-radius: 100px;
  background: var(--n100);
}

.home-coverage-bar i {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--red), #e0494f);
}

.home-final-cta {
  max-width: 680px;
  margin: 0 auto;
  text-align: center;
}

.home-final-cta h2 {
  color: var(--navy);
  font-family: var(--font-display);
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 700;
  line-height: 1.05;
}

.home-final-cta p {
  color: var(--n600);
  font-size: 16px;
  margin: 10px 0 24px;
}

@media (max-width: 900px) {
  .home-section-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .home-geo-grid,
  .public-tournament-grid,
  .home-tournament-grid,
  .home-team-grid {
    grid-template-columns: 1fr 1fr;
  }

  .home-supply,
  .home-edu {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .home-hero-inner {
    padding-top: 56px;
  }

  .home-hero-leaf {
    right: 0;
    width: min(420px, 100vw);
  }

  .home-search {
    grid-template-columns: 44px minmax(0, 1fr);
    overflow: visible;
  }

  .home-search-button {
    grid-column: 1 / -1;
    height: 52px;
    border-radius: 0 0 9px 9px;
  }

  .home-stats-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .home-stat:nth-child(odd) {
    border-left: 0;
  }

  /* Only an odd leftover stat spans the full row (works for any count). */
  .home-stat:last-child:nth-child(odd) {
    grid-column: 1 / -1;
  }

  .home-geo-grid,
  .public-tournament-grid,
  .home-tournament-grid,
  .home-team-grid {
    grid-template-columns: 1fr;
  }

  .public-tournament-card {
    align-items: center;
  }

  .home-supply {
    padding: 28px 22px;
  }

  .home-supply-actions {
    flex-direction: column;
  }

  .home-supply-actions .btn-cta,
  .home-supply-actions .home-btn-ghost {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .public-tournament-card {
    gap: 12px;
    padding-right: 14px;
  }

  .public-tournament-card:not(.public-tournament-card--compact) {
    grid-template-columns: 74px minmax(0, 1fr);
  }

  .public-tournament-card:not(.public-tournament-card--compact) .public-tournament-logo {
    width: 74px;
    height: 74px;
  }

  .public-tournament-card:not(.public-tournament-card--compact) .public-tournament-logo.is-fallback {
    width: 64px;
    height: 64px;
    margin: 5px;
  }

  .public-tournament-name {
    font-size: 19px;
  }

  .home-coverage-table {
    min-width: 720px;
  }
}

/* ════════════════════════════════════════════════════════════════
    TEAM PAGE — HERO CONTACT + SHARE ACTIONS
    One control family: every chip and the share button share the same
    height, radius and icon size. Contacts are quiet outline chips;
    Share is the filled call-to-action. The base styles below are the
    light-surface defaults (also used when Share is reused on other
    pages); the dark/branded hero variants live with the hero theming.
════════════════════════════════════════════════════════════════ */

/* The team action row flows naturally beneath the title/location block. The
   sponsor lives in its own hero column (see .t-hero-inner--sponsored) and never
   pushes these controls down. */
.t-hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-top: 24px;
}

.t-hero-contacts {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

/* When a sponsor is present the hero gains a third, right-hand column for it,
   so the left-side title/location/actions flow independently of the sponsor. */
.t-hero-inner--sponsored {
  grid-template-columns: auto 1fr auto;
}

/* Sponsor callout — a genuine sponsor placement (not a badge): a wide white
   card on the right of the hero, vertically centred, with a large logo and
   generous whitespace. Quiet label; no visible sponsor name (it lives in the
   logo alt). Wraps cleanly beneath the team content on narrow screens. */
.t-hero-sponsor {
  align-self: center;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 20px 36px;
  min-width: 260px;
  max-width: 100%;
  background: var(--white);
  border-radius: 14px;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.16);
}

.t-hero-sponsor-label {
  font-family: var(--font-display);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--n400);
  line-height: 1;
}

.t-hero-sponsor-logos {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
}

.t-hero-sponsor-link {
  display: inline-flex;
  align-items: center;
}

.t-hero-sponsor-logo {
  display: block;
  height: 60px;
  width: auto;
  max-width: 240px;
  object-fit: contain;
}

@media (max-width: 700px) {
  /* Stack the sponsor full-width beneath the team content. */
  .t-hero-inner--sponsored {
    grid-template-columns: auto 1fr;
  }
  .t-hero-inner--sponsored .t-hero-sponsor {
    grid-column: 1 / -1;
    align-self: start;
    margin-top: 4px;
    width: 100%;
  }
}

/* Shared geometry for the whole action family: the contact chips and the hero
   share CTA. Identical height, radius and icon size so the row reads as one
   compact action system. (The share CTA reuses .share-link-cta — the internal
   /share referral component — plus the .team-share-cta hero variant.) */
.t-contact-btn,
.share-link-cta.team-share-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 38px;
  min-height: 0;
  padding: 0 16px;
  border: 1px solid transparent;
  border-radius: var(--r);
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.14s ease, box-shadow 0.14s ease, border-color 0.12s, color 0.12s, background 0.12s;
}

/* One icon size + weight everywhere in the row. */
.t-contact-btn svg,
.share-link-cta.team-share-cta svg {
  width: 16px;
  height: 16px;
  flex: 0 0 auto;
  display: block;
}

/* Contacts: quiet outline chips with a subtle hover lift. */
.t-contact-btn {
  color: var(--n700);
  background: var(--white);
  border-color: var(--n200);
}
.t-contact-btn:hover {
  color: var(--navy);
  background: var(--n50);
  border-color: var(--navy);
  transform: translateY(-1px);
}

/* Icon-only chips (Instagram, Email): a perfect square, glyph centred. */
.t-contact-btn--icon {
  width: 38px;
  padding: 0;
}

/* Share = the SpringHockey-branded referral CTA: filled, elevated, clearly the
   strongest action in the row. This is the default (dark navy hero) treatment —
   the team's own brand red. The branded-hero variant adopts the team accent. */
.share-link-cta.team-share-cta {
  color: var(--white);
  background: var(--red);
  border-color: var(--red);
  font-weight: 700;
  box-shadow: 0 6px 16px rgba(200, 35, 43, 0.28);
}
.share-link-cta.team-share-cta:hover {
  color: var(--white);
  background: var(--red-dark);
  border-color: var(--red-dark);
  transform: translateY(-1px);
  box-shadow: 0 10px 22px rgba(200, 35, 43, 0.34);
}

.t-hero-dot {
  color: var(--n400);
}

/* ════════════════════════════════════════════════════════════════
    TEAM PAGE — PHOTO SECTION
    ════════════════════════════════════════════════════════════════ */

.photo-section {
  border-bottom: 1px solid var(--n100);
}

.photo-inner {
  max-width: var(--max-w);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 3fr 1fr;
  grid-template-rows: 180px 130px;
  gap: 3px;
}

.photo-cell {
  overflow: hidden;
  position: relative;
  background: var(--n100);
}

.photo-cell-primary {
  grid-row: 1 / 3;
}

.photo-cell-b {
  grid-column: 2;
  grid-row: 1;
}

.photo-cell-c {
  grid-column: 2;
  grid-row: 2;
}

.photo-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.photo-placeholder-label {
  font-family: var(--font-display);
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--n200);
}

.photo-cell-primary .photo-placeholder {
  background: #e5e3de;
}

.photo-cell-b .photo-placeholder {
  background: #dbd9d4;
}

.photo-cell-c .photo-placeholder {
  background: #e0deda;
}

/* ════════════════════════════════════════════════════════════════
    TEAM PAGE — TEAM PHOTOS
    A simple, polished responsive grid. auto-fit adapts to 1/2/3/4+
    photos without count-specific rules; aspect-ratio + object-fit
    keep every cell consistently cropped. No JS, lazy-loaded images.
    ════════════════════════════════════════════════════════════════ */
/* Sits directly beneath the hero (no heading) so it reads as an extension of
   the hero rather than a separate, titled section. */
.t-photos {
  border-bottom: 1px solid var(--n100);
  background: var(--white);
  padding: 14px var(--pad) 32px;
}

.t-photos-inner {
  max-width: var(--max-w);
  margin: 0 auto;
}

.t-photos-grid {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 280px), 1fr));
}

.t-photo {
  margin: 0;
  border-radius: 12px;
  overflow: hidden;
  background: var(--n100);
  border: 1px solid var(--n100);
  aspect-ratio: 16 / 9;
}

.t-photo-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* ════════════════════════════════════════════════════════════════
    TEAM PAGE — YEAR SUBNAV
    ════════════════════════════════════════════════════════════════ */

.year-subnav {
  position: sticky;
  top: var(--nav-h);
  z-index: 100;
  background: var(--white);
  border-bottom: 1px solid var(--n100);
}

.year-subnav-inner {
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 0 var(--pad);
  display: flex;
  align-items: stretch;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  height: 44px;
}

.year-subnav-inner::-webkit-scrollbar { display: none; }

.year-tab {
  font-family: var(--font-display);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: var(--n400);
  text-decoration: none;
  padding: 0 20px;
  border-bottom: 2px solid transparent;
  white-space: nowrap;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: color 0.12s, border-color 0.12s;
  margin-bottom: -1px;
}

.year-tab:hover { color: var(--navy); }
.year-tab.active { color: var(--navy); border-bottom-color: var(--navy); }

.ytb {
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 2px 6px;
  border-radius: 3px;
}

.ytb-open { background: var(--green-bg); color: var(--green); }
.ytb-waitlist { background: var(--amber-bg); color: var(--amber); }
.ytb-locked { background: var(--n50); color: var(--n400); }

/* ════════════════════════════════════════════════════════════════
    TEAM PAGE — YEAR SECTION / PROGRAM CARD REDESIGN
    ════════════════════════════════════════════════════════════════ */

.page-main {
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 0 var(--pad);
}

.year-section {
  padding: 52px 0;
  scroll-margin-top: calc(var(--nav-h) + 44px + 20px);
}

.year-section + .year-section {
  border-top: 1px solid var(--n100);
}

/* ── Year hero block ── */
.year-hero-block {
  border: 1px solid var(--n100);
  border-top: 3px solid var(--navy);
  border-radius: 0 0 8px 8px;
  background: var(--white);
  overflow: hidden;
  margin-bottom: 12px;
}

.year-hero-block.status-open { border-top-color: var(--green-mid); }
.year-hero-block.status-waitlist { border-top-color: var(--amber-mid); }
.year-hero-block.status-locked { border-top-color: var(--n200); }

.year-hero-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 22px 28px 18px;
  border-bottom: 1px solid var(--n100);
}

.year-hero-title {
  font-family: var(--font-display);
  font-size: 24px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--navy);
}

/* ── Status badges ── */
.badge {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 4px 10px 4px 8px;
  border-radius: 4px;
  white-space: nowrap;
  flex-shrink: 0;
}

.badge::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  flex-shrink: 0;
}

.badge-open { background: var(--green-bg); color: var(--green); }
.badge-open::before { background: var(--green-mid); }
.badge-waitlist { background: var(--amber-bg); color: var(--amber); }
.badge-waitlist::before { background: var(--amber-mid); }
.badge-locked { background: var(--n50); color: var(--n600); }
.badge-locked::before { background: var(--n200); }

.metadata-pill-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
}

.metadata-pill {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 4px 9px;
  border: 1px solid var(--n100);
  border-radius: 999px;
  background: var(--n50);
  color: var(--navy);
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.04em;
  line-height: 1;
  white-space: nowrap;
}

/* ── Year hero details grid ── */
.year-hero-details {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 0;
  padding: 0;
}

.year-detail {
  padding: 18px 28px;
  border-right: 1px solid var(--n100);
}

.year-detail:last-child { border-right: none; }

.year-detail-label {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--n400);
  display: block;
  margin-bottom: 5px;
}

.year-detail-value {
  font-size: 14px;
  font-weight: 500;
  color: var(--n800);
  line-height: 1.35;
}

/* ── Tryout strip ── */
.tryout-strip {
  background: var(--n50);
  border: 1px solid var(--n100);
  border-radius: 8px;
  padding: 20px 24px;
  display: flex;
  align-items: center;
  gap: 0;
  margin-bottom: 0;
  flex-wrap: wrap;
}

.tryout-fields {
  display: flex;
  align-items: stretch;
  gap: 0;
  flex: 1;
  flex-wrap: wrap;
}

.tryout-field {
  padding: 4px 24px 4px 0;
  margin-right: 24px;
  border-right: 1px solid var(--n200);
  white-space: nowrap;
}

.tryout-field:last-child {
  border-right: none;
  margin-right: 0;
}

.tryout-field-label {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--n400);
  display: block;
  margin-bottom: 4px;
}

.tryout-field-value {
  font-size: 13.5px;
  font-weight: 500;
  color: var(--n800);
}

.tryout-cta {
  flex-shrink: 0;
  margin-left: auto;
  padding-left: 24px;
}

.cta-btn {
  display: inline-flex;
  align-items: center;
  font-family: var(--font-display);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  text-decoration: none;
  padding: 11px 22px;
  border-radius: var(--r);
  white-space: nowrap;
  transition: background 0.12s, color 0.12s;
}

.cta-primary { background: var(--navy); color: var(--white); }
.cta-primary:hover { background: var(--navy-mid); }

.cta-waitlist {
  background: var(--white);
  color: var(--n800);
  border: 1px solid var(--n200);
}

.cta-waitlist:hover { background: var(--n100); }

.squad-section {
  margin-top: 16px;
}

.squad-section-head {
  font-family: var(--font-display);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--n400);
  margin: 0 0 8px;
}

.squad-list {
  display: grid;
  gap: 12px;
}

.squad-card {
  border: 1px solid var(--n100);
  border-radius: 8px;
  background: var(--white);
  overflow: hidden;
}

.squad-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 16px 20px;
  border-bottom: 1px solid var(--n100);
  background: var(--n50);
}

.squad-title {
  font-family: var(--font-display);
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--navy);
}

.squad-details .year-detail {
  padding: 14px 20px;
}

.team-tournaments-section {
  padding-top: 24px;
}

.team-tournament-card {
  margin-bottom: 0;
}

.team-tournament-list {
  display: grid;
}

.team-tournament-row {
  padding: 10px 24px;
  border: 0;
  border-radius: 0;
}

.team-tournament-row + .team-tournament-row {
  border-top: 1px solid var(--n100);
}

.team-tournament-row:hover {
  background: var(--n50);
}

.team-profile-section {
  padding-top: 52px;
}

.team-profile-card {
  margin-bottom: 16px;
}

.team-profile-card .badge-locked {
  color: var(--n600);
}

.team-profile-body {
  padding: 26px 28px 28px;
}

.team-profile-intro {
  display: grid;
  gap: 18px;
}

.team-profile-name {
  margin: 0;
  font-family: var(--font-display);
  font-size: 27px;
  line-height: 1.08;
  font-weight: 800;
  color: var(--navy);
}

.team-profile-meta {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px 24px;
  flex-wrap: wrap;
}

.team-profile-facts {
  display: flex;
  align-items: flex-start;
  gap: 18px 22px;
  flex-wrap: wrap;
  min-width: 0;
}

.team-profile-label {
  display: block;
  margin-bottom: 7px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--n400);
}

.team-profile-fact {
  min-width: 128px;
}

.team-profile-fact .metadata-pill-list {
  max-width: 100%;
}

.team-profile-established {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  margin-left: auto;
  padding-top: 2px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: var(--n400);
  white-space: nowrap;
}

.team-profile-block {
  margin-top: 24px;
  padding-top: 22px;
  border-top: 1px solid var(--n100);
}

.team-profile-summary {
  max-width: 760px;
  margin: 0;
  font-size: 16px;
  line-height: 1.75;
  color: var(--n700);
}

.team-profile-summary--empty {
  color: var(--n500);
  font-style: italic;
}

.team-profile-rink {
  display: grid;
  gap: 7px;
}

.team-profile-rink-value {
  display: block;
  max-width: 760px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.45;
  color: var(--n800);
  overflow-wrap: break-word;
}

.team-profile-link {
  color: var(--navy);
  text-decoration: none;
  border-bottom: 1px solid var(--n200);
}

.team-profile-link:hover {
  border-bottom-color: var(--red);
  color: var(--red);
}

.team-season-heading {
  margin: 8px 0 -18px;
  font-family: var(--font-display);
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--n500);
}

.team-strip-label {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--n400);
  white-space: nowrap;
}

.team-manage-strip {
  align-items: center;
}

.team-manage-copy {
  display: grid;
  gap: 4px;
  flex: 1;
  min-width: 0;
}

.team-manage-copy strong {
  font-family: var(--font-display);
  font-size: 24px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
  color: var(--navy);
}

.team-manage-copy span:not(.team-strip-label) {
  font-size: 14px;
  line-height: 1.5;
  color: var(--n600);
}

.team-manage-copy .team-manage-upgrade {
  font-size: 13px;
  color: var(--n500);
}

@media (max-width: 700px) {
  .team-manage-strip {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
}

/* ── Roster card ── */
.roster-wrap {
  margin-top: 28px;
  display: flex;
  justify-content: center;
}

.roster-card {
  width: 100%;
  max-width: 680px;
  border: 1px solid var(--n100);
  border-radius: 8px;
  overflow: hidden;
  background: var(--white);
}

.roster-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 20px;
  border-bottom: 1px solid var(--n100);
  background: var(--n50);
}

.roster-card-title {
  font-family: var(--font-display);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--n400);
}

.roster-card-count {
  font-size: 11px;
  font-weight: 600;
  color: var(--n400);
  letter-spacing: 0.04em;
}

.roster-row {
  display: grid;
  grid-template-columns: 44px 1fr auto;
  align-items: center;
  padding: 11px 20px;
  transition: background 0.1s;
}

.roster-row + .roster-row { border-top: 1px solid var(--n100); }
.roster-row:hover { background: var(--n50); }

.roster-num {
  font-family: var(--font-display);
  font-size: 14px;
  font-weight: 700;
  color: var(--n200);
  letter-spacing: 0.04em;
  line-height: 1;
}

.roster-name {
  font-size: 13.5px;
  font-weight: 400;
  color: var(--n800);
}

.roster-pos {
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--n400);
  background: var(--n50);
  border: 1px solid var(--n100);
  padding: 2px 7px;
  border-radius: 3px;
}

/* ════════════════════════════════════════════════════════════════
    TEAM PAGE — REGISTRATION SECTION REDESIGN
    ════════════════════════════════════════════════════════════════ */

.reg-section {
  background: var(--off-white);
  border-top: 1px solid var(--n100);
  padding: 64px var(--pad);
}

.reg-section-inner {
  max-width: var(--max-w);
  margin: 0 auto;
}

.reg-intro {
  margin-bottom: 40px;
}

.reg-eyebrow {
  font-family: var(--font-display);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--red);
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.reg-eyebrow::before {
  content: "";
  display: block;
  width: 16px;
  height: 2px;
  background: var(--red);
}

.reg-title {
  font-family: var(--font-display);
  font-size: clamp(24px, 3vw, 32px);
  font-weight: 800;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: var(--navy);
  margin-bottom: 8px;
}

.reg-sub {
  font-size: 15px;
  color: var(--n600);
  max-width: 500px;
  line-height: 1.72;
}

.reg-layout {
  display: grid;
  grid-template-columns: 1fr 340px;
  gap: 48px;
  align-items: start;
}

.form-fields {
  display: flex;
  flex-direction: column;
}

.fs-label {
  font-family: var(--font-display);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--n400);
  display: block;
  margin-bottom: 14px;
  margin-top: 28px;
}

.fs-label:first-child { margin-top: 0; }

.f2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

/* ── Summary panel ── */
.reg-panel {
  background: var(--white);
  border: 1px solid var(--n100);
  border-radius: 10px;
  overflow: hidden;
  position: sticky;
  top: calc(var(--nav-h) + 44px + 24px);
}

.reg-panel-head {
  background: var(--navy);
  padding: 20px 24px 18px;
}

.reg-panel-team {
  font-family: var(--font-display);
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--white);
  line-height: 1.1;
  margin-bottom: 3px;
}

.reg-panel-sub {
  font-size: 12px;
  color: rgba(255,255,255,0.4);
}

.reg-panel-body {
  padding: 20px 24px;
}

.reg-note {
  display: flex;
  gap: 10px;
  font-size: 12.5px;
  color: var(--n600);
  line-height: 1.55;
  margin-bottom: 12px;
}

.reg-note-icon {
  flex-shrink: 0;
  opacity: 0.55;
  font-size: 13px;
  margin-top: 1px;
}

.reg-note + .reg-note {
  padding-top: 12px;
  border-top: 1px solid var(--n100);
}

.form-submit-btn {
  width: 100%;
  background: var(--red);
  color: var(--white);
  font-family: var(--font-display);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  padding: 14px 24px;
  border: none;
  border-radius: var(--r);
  cursor: pointer;
  transition: background 0.12s;
  margin-top: 20px;
  margin-bottom: 10px;
  display: block;
}

.form-submit-btn:hover { background: var(--red-dark); }

.form-fine-print {
  font-size: 11px;
  color: var(--n400);
  text-align: center;
  line-height: 1.55;
}

/* ════════════════════════════════════════════════════════════════
    TEAM PAGE — LOGO DIMENSION FIX
    ════════════════════════════════════════════════════════════════ */

.t-logo-placeholder,
.t-logo-img {
  width: 96px;
  height: 96px;
  border-radius: 12px;
}

/* ════════════════════════════════════════════════════════════════
    RESPONSIVE — NEW TEAM PAGE ELEMENTS
    ════════════════════════════════════════════════════════════════ */

@media (max-width: 860px) {
  .hp-value-inner { grid-template-columns: 1fr; }
  .hp-value-item { border-right: none; border-bottom: 1px solid var(--n100); }
  .hp-value-item:last-child { border-bottom: none; }
  .hp-section-head { flex-direction: column; align-items: flex-start; }
  .hp-what-inner { grid-template-columns: 1fr; gap: 40px; }
  .hp-for-teams-inner { grid-template-columns: 1fr; gap: 40px; }
  .reg-layout { grid-template-columns: 1fr; }
  .reg-panel { position: static; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
}

@media (max-width: 700px) {
  .t-hero-inner {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .photo-inner {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 160px 120px;
  }
  .photo-cell-primary { grid-column: 1 / 3; grid-row: 1; }
  .photo-cell-b { grid-column: 1; grid-row: 2; }
  .photo-cell-c { grid-column: 2; grid-row: 2; }

  .year-hero-details { grid-template-columns: 1fr 1fr; }
  .year-detail { border-right: none; border-bottom: 1px solid var(--n100); }
  .year-detail:last-child { border-bottom: none; }
  .team-profile-meta { gap: 18px; }
  .team-profile-established {
    justify-content: flex-start;
    margin-left: 0;
    width: 100%;
  }

  .tryout-strip { flex-direction: column; align-items: flex-start; gap: 16px; }
  .tryout-cta { padding-left: 0; margin-left: 0; width: 100%; }
  .cta-btn { width: 100%; justify-content: center; }

  .f2 { grid-template-columns: 1fr; }
  .team-grid { grid-template-columns: 1fr 1fr; }
  .hp-region-cards { grid-template-columns: 1fr; }
  .hp-team-grid { grid-template-columns: 1fr 1fr; }

  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .footer-bottom { flex-direction: column; align-items: flex-start; gap: 12px; }
  .hp-final-cta-actions { flex-direction: column; }
}

@media (max-width: 560px) {
  .t-hero-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }

  .t-logo-placeholder,
  .t-logo-img {
    width: 72px;
    height: 72px;
  }

  .hp-hero { padding: 60px var(--pad) 52px; }
  .hp-hero h1 { letter-spacing: 0.01em; }
}

/* ════════════════════════════════════════════════════════════════
   CITY PAGE
════════════════════════════════════════════════════════════════ */

.city-page {
  background: var(--white);
}

/* ── Hero ──
   Calm identity block: eyebrow → H1 → intro → one quiet at-a-glance line.
   Geography now lives in the Rinks section where numbered markers can match
   the rink rows, so the hero stays fast to parse — especially on a phone. */
.city-hero {
  background: var(--white);
  border-bottom: 1px solid var(--n100);
  padding: clamp(40px, 6vw, 64px) var(--pad);
}

.city-hero-inner {
  max-width: var(--max-w);
  margin: 0 auto;
}

.city-hero-inner > .city-hero-intro {
  max-width: 720px;
}

/* At-a-glance facts — typography, not a stat panel. */
.city-hero-glance {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 6px 12px;
  margin-top: 22px;
  font-family: var(--font-display);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #cdd8e3;
}

.city-hero-glance-sep {
  color: rgba(255, 255, 255, 0.3);
}

.city-hero-logo {
  width: 240px;
  max-width: min(100%, 240px);
  aspect-ratio: 2 / 1;
  margin-bottom: 13px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.city-hero-logo-img {
  display: block;
  width: 240px;
  max-width: 100%;
  height: auto;
  max-height: 120px;
  object-fit: contain;
  object-position: left center;
}

.city-hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-display);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--n400);
  margin-bottom: 12px;
}

.city-hero-eyebrow::before {
  content: "";
  display: block;
  width: 12px;
  height: 2px;
  background: var(--red);
}

.city-hero-title {
  font-family: var(--font-display);
  font-size: clamp(40px, 6vw, 68px);
  font-weight: 800;
  line-height: 0.94;
  text-transform: uppercase;
  color: var(--navy);
}

.city-hero-intro {
  max-width: 620px;
  margin-top: 20px;
  font-size: 16px;
  line-height: 1.7;
  color: var(--n600);
}

/* ── City guide sections ──
   The redesigned city page's scaffolding: alternating quiet bands, one
   hgroup per section, content separated by space and dividers rather than
   nested cards. */
.cityg-section {
  background: var(--white);
  border-bottom: 1px solid var(--n100);
  padding: clamp(44px, 6vw, 68px) var(--pad);
}

.cityg-section--alt {
  background: var(--off-white);
}

.cityg-inner {
  max-width: var(--max-w);
  margin: 0 auto;
}

.cityg-hgroup {
  max-width: 760px;
  margin-bottom: clamp(24px, 3.5vw, 34px);
}

.cityg-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-display);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--n400);
  margin-bottom: 10px;
}

.cityg-eyebrow::before {
  content: "";
  display: block;
  width: 12px;
  height: 2px;
  background: var(--red);
}

.cityg-title {
  font-family: var(--font-display);
  font-size: clamp(28px, 3.6vw, 42px);
  font-weight: 800;
  line-height: 0.98;
  text-transform: uppercase;
  color: var(--navy);
}

.cityg-sub {
  max-width: 680px;
  margin-top: 12px;
  font-size: 15px;
  line-height: 1.6;
  color: var(--n600);
}

/* Quiet in-flow sentence (e.g. "No upcoming tournaments announced yet"). */
.cityg-note {
  max-width: 640px;
  font-size: 15px;
  line-height: 1.65;
  color: var(--n600);
}

.cityg-subhead {
  margin: clamp(28px, 4vw, 38px) 0 14px;
  font-family: var(--font-display);
  font-size: 19px;
  font-weight: 800;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: var(--n600);
}

.cityg-past .public-tournament-list {
  margin-top: 0;
}

.cityg-note + .cityg-past {
  margin-top: 18px;
}

/* Map sits between the hgroup and the rink rows; markers ↔ row numbers. */
.cityg-map {
  margin-bottom: clamp(22px, 3vw, 30px);
}

.cityg-map .city-map-module {
  border: 1px solid var(--n100);
  border-radius: 12px;
  overflow: hidden;
  background: var(--off-white);
}

.cityg-map .city-map-container {
  width: 100%;
  height: clamp(300px, 38vw, 420px);
  display: block;
}

/* Rink rows reuse the venue-card family; the list is one bordered surface
   with dividers, not stacked cards. */
.cityg-rink-list {
  border: 1px solid var(--n100);
  border-radius: var(--r);
  background: var(--white);
  overflow: hidden;
}

.cityg-rink-facts {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 4px 8px;
  margin-top: 6px;
  font-size: 12.5px;
  font-weight: 500;
  color: var(--n500);
}

.cityg-rink-facts-sep {
  color: var(--n200);
}

.cityg-nearby-teams {
  margin-top: 4px;
}

.cityg-nearby-teams .cityg-subhead {
  margin-top: clamp(24px, 3.5vw, 32px);
}

/* Camps — compact cards share the directory card language. */
.cityg-camp-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.cityg-camp-grid--1 .camp-card {
  grid-column: 1 / -1;
}

.cityg-camp-grid .camp-card {
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 14px;
  padding: 18px;
  align-items: start;
}

.cityg-camp-grid .camp-card-logo { width: 72px; height: 72px; }
.cityg-camp-grid .camp-card-logo-fallback,
.cityg-camp-grid .camp-card-logo-img { inset: 5px; width: calc(100% - 10px); height: calc(100% - 10px); }
.cityg-camp-grid .camp-card-logo--placeholder .sh-brand-placeholder { width: 62px; height: 62px; }
.cityg-camp-grid .camp-card-name { font-size: 17px; }
.cityg-camp-grid .camp-card-tags { margin-top: 11px; gap: 5px; }
.cityg-camp-grid .camp-card-tag { padding: 4px 7px; font-size: 9px; }
.cityg-camps-more {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 20px;
}

@media (max-width: 680px) {
  .cityg-camp-grid { grid-template-columns: 1fr; }
  .cityg-camp-grid .camp-card { grid-column: auto; }
}

.camps-page .sh-page-hero-inner {
  max-width: var(--max-w);
}

/* The visit: hotels + between-games blocks separated by space. */
.cityg-visit-blocks {
  display: grid;
  gap: clamp(36px, 5vw, 52px);
}

.cityg-visit .sh-rec-title {
  font-size: clamp(22px, 2.6vw, 28px);
}

.cityg-visit .sh-rec-hgroup {
  margin-bottom: 16px;
}

/* Spring weather — one typographic line from city_climate_normals. */
.cityg-climate {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 6px 12px;
  margin: -8px 0 clamp(26px, 4vw, 34px);
  font-size: 14px;
  color: var(--n600);
}

.cityg-climate-label {
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--n500);
}

.cityg-climate-month b {
  font-weight: 600;
  color: var(--navy);
}

.cityg-climate-sep {
  color: var(--n200);
}

.cityg-climate-note {
  color: var(--n500);
}

/* ── Areas 2 & 3: shared scaffolding ──
   One area heading, then lightweight blocks separated by space — not by heavy
   dividers or background swaps. Hierarchy comes from type + spacing. */
.city-area {
  padding: clamp(40px, 6vw, 64px) var(--pad);
}

.city-hockey {
  background: var(--white);
  border-bottom: 1px solid var(--n100);
  padding-top: clamp(28px, 4vw, 44px);
}

.city-explore {
  background: var(--off-white);
}

.city-area-inner {
  max-width: var(--max-w);
  margin: 0 auto;
}

.city-area-head {
  max-width: 760px;
}

.city-area-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-display);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--n400);
  margin-bottom: 10px;
}

.city-area-eyebrow::before {
  content: "";
  display: block;
  width: 12px;
  height: 2px;
  background: var(--red);
}

.city-area-title {
  font-family: var(--font-display);
  font-size: clamp(30px, 4vw, 46px);
  font-weight: 800;
  line-height: 0.98;
  text-transform: uppercase;
  color: var(--navy);
}

.city-area-sub {
  max-width: 680px;
  margin-top: 12px;
  font-size: 15px;
  line-height: 1.6;
  color: var(--n600);
}

/* ════════════════════════════════════════════════════════════════
   PROVINCE DISCOVERY HUB
   Reuses the city page's section scaffolding (.city-area / .city-hero-*)
   plus the shared entity-card system for featured teams/tournaments.
   Adds a supporting provincial-flag hero asset and full-width region rows.
════════════════════════════════════════════════════════════════ */
.prov-page {
  background: var(--white);
}

.prov-hero {
  background: var(--white);
  border-bottom: 1px solid var(--n100);
  padding: clamp(40px, 6vw, 64px) var(--pad);
}

.prov-hero-inner {
  max-width: var(--max-w);
  margin: 0 auto;
}

.prov-hero-copy {
  min-width: 0;
}

/* Supporting identity asset — given the same treatment as the city-page logo:
   it sits left-aligned directly above the eyebrow so it reads as attached to
   the hero copy, not as a floating side element. Native aspect ratio preserved
   (never cropped or stretched); capped so it supports the hero, not dominates. */
.prov-hero-flag {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 14px;
}

.prov-hero-flag-img {
  display: block;
  width: auto;
  height: auto;
  max-width: 220px;
  max-height: 120px;
  object-fit: contain;
  object-position: left center;
  border: 1px solid var(--n100);
  border-radius: 6px;
}

.prov-region-grid {
  margin-top: clamp(28px, 4vw, 40px);
}

.prov-feature-list {
  margin-top: clamp(28px, 4vw, 40px);
}

/* Region city navigation grid — simple, scannable, all tiles clickable. */
.rg-city-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: clamp(28px, 4vw, 40px);
}

.rg-city-tile {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 76px;
  padding: 18px 16px;
  border: 1px solid var(--n100);
  border-radius: var(--r);
  background: var(--white);
  font-family: var(--font-display);
  font-size: clamp(15px, 1.6vw, 18px);
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--navy);
  line-height: 1.1;
  text-decoration: none;
  transition: border-color 0.12s, color 0.12s, box-shadow 0.12s, transform 0.12s;
}

a.rg-city-tile:hover {
  border-color: var(--n200);
  color: var(--red);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.06);
  transform: translateY(-1px);
}

@media (max-width: 760px) {
  .rg-city-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 480px) {
  .rg-city-grid {
    grid-template-columns: 1fr;
  }
}

/* ════════════════════════════════════════════════════════════════
   STANDARDIZED ENTITY CARD SYSTEM
   One row-card shell for every directory entity (rinks, teams,
   tournaments, cities, …). Square media (logo / placeholder / calendar
   chip — never circular), with consistent grid, metadata, badge and
   arrow placement so they all read as one family of components.
════════════════════════════════════════════════════════════════ */
.sh-entity-list {
  display: flex;
  flex-direction: column;
  border: 1px solid var(--n100);
  border-radius: var(--r);
  background: var(--white);
  overflow: hidden;
}

.sh-entity-row {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr) auto;
  align-items: center;
  gap: 16px;
  min-height: 84px;
  padding: 16px 18px;
  color: var(--navy);
  text-decoration: none;
}

.sh-entity-row + .sh-entity-row {
  border-top: 1px solid var(--n100);
}

a.sh-entity-row:hover {
  background: var(--n50);
}

/* Square media block — 56×56, rounded (never a circle). */
.sh-entity-media {
  width: 56px;
  height: 56px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--n100);
  border-radius: var(--r);
  background: var(--white);
  overflow: hidden;
}

.sh-entity-media-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: var(--white);
}

.sh-entity-media--has-logo {
  position: relative;
}

.sh-entity-media--has-logo > .sh-entity-media-img,
.sh-entity-media--has-logo > .sh-entity-media-city-img {
  position: relative;
  z-index: 1;
}

.sh-entity-media-logo-fallback {
  position: absolute;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
}

.sh-entity-media--has-logo.is-logo-fallback > img {
  display: none;
}

.sh-entity-media--has-logo.is-logo-fallback > .sh-entity-media-logo-fallback {
  display: flex;
}

.sh-entity-media-logo-fallback--brand {
  background: var(--white);
}

.sh-entity-media-logo-fallback--brand > .sh-brand-placeholder,
.sh-entity-media--brand-placeholder > .sh-brand-placeholder {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.sh-entity-media-logo-fallback--date {
  flex-direction: column;
  gap: 1px;
  background: var(--off-white);
}

.sh-entity-media-logo-fallback--city {
  position: static;
  width: 56px;
  height: 56px;
  color: var(--n400);
}

.sh-entity-media-logo-fallback--city svg {
  width: 24px;
  height: 24px;
}

.sh-entity-media--neutral,
.sh-entity-media-logo-fallback--neutral {
  background: var(--n50);
  border-color: var(--n100);
}

.sh-entity-media--date {
  flex-direction: column;
  gap: 1px;
  background: var(--off-white);
}

.sh-entity-date-mon {
  font-family: var(--font-display);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  line-height: 1;
  color: var(--red);
}

.sh-entity-date-day {
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 800;
  line-height: 1;
  color: var(--navy);
}

.sh-entity-date-tbc {
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--n400);
}

/* Cities use a wordmark-style treatment (wide, transparent), never the square
   badge given to teams/tournaments/rinks. No-logo cities show a neutral pin. */
.sh-entity-media--city {
  width: auto;
  min-width: 56px;
  max-width: 104px;
  border: none;
  background: transparent;
  border-radius: 0;
  justify-content: flex-start;
}

.sh-entity-media-city-img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 40px;
  object-fit: contain;
  object-position: left center;
}

.sh-entity-media--city-empty {
  width: 56px;
  color: var(--n400);
}

.sh-entity-media--city-empty svg {
  width: 24px;
  height: 24px;
}

.sh-entity-main {
  min-width: 0;
}

.sh-entity-eyebrow {
  display: block;
  font-family: var(--font-display);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--n400);
  margin-bottom: 3px;
}

.sh-entity-name {
  display: block;
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 700;
  line-height: 1.05;
  text-transform: uppercase;
  color: var(--navy);
}

.sh-entity-meta {
  display: block;
  margin-top: 5px;
  font-size: 13px;
  line-height: 1.45;
  color: var(--n600);
}

.sh-entity-aside {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-shrink: 0;
}

.sh-entity-tag {
  display: inline-flex;
  align-items: center;
  min-height: 22px;
  padding: 3px 10px;
  border-radius: 999px;
  background: var(--n50);
  border: 1px solid var(--n100);
  font-family: var(--font-display);
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  white-space: nowrap;
}

.sh-entity-tag--local {
  background: var(--navy);
  border-color: var(--navy);
  color: var(--white);
}

.sh-entity-tag--nearby {
  background: var(--n50);
  color: var(--n600);
  border: 1px solid var(--n100);
}

.sh-entity-tag--verified {
  background: var(--green-bg);
  border-color: rgba(37, 96, 37, 0.18);
  color: var(--green);
}

.sh-entity-tag--muted {
  background: var(--n50);
  border-color: var(--n100);
  color: var(--n600);
}

.sh-entity-arrow {
  color: var(--red);
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.sh-entity-arrow svg {
  width: 21px;
  height: 21px;
  display: block;
}

.sh-entity-row--static {
  background: var(--white);
}

.sh-entity-row--static .sh-entity-arrow {
  color: var(--n400);
}

@media (max-width: 900px) {
  .sh-utility-left .sh-utility-sep,
  .sh-utility-left span:last-child {
    display: none;
  }

  .city-hero-logo {
    width: 180px;
    max-width: min(100%, 180px);
    margin-bottom: 16px;
  }

  .city-hero-logo-img {
    width: 180px;
    max-height: 90px;
  }
}

@media (max-width: 680px) {
  .sh-utility-strip {
    font-size: 11.5px;
  }

  .sh-utility-inner {
    gap: 8px;
  }

  .sh-utility-left,
  .sh-utility-right {
    gap: 6px;
  }

  .sh-utility-left span:first-child {
    white-space: normal;
  }
}

/* Phones: drop the marketing tagline so the utility strip stays one clean line.
   The tagline ("Canada's national spring hockey directory") is decorative and is
   already echoed by the homepage hero and footer; the two right-side links —
   "Report a correction" and "Team login" (the only signed-out login entry on
   mobile) — are real actions and stay. The links remain right-aligned because
   the now-empty left block collapses to zero width under space-between. */
@media (max-width: 560px) {
  .sh-utility-left span:first-child {
    display: none;
  }
}

@media (max-width: 700px) {
  .sh-entity-row {
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 14px;
  }

  .sh-entity-media {
    width: 48px;
    height: 48px;
  }

  /* Tag + arrow drop onto their own line, aligned under the text column. */
  .sh-entity-aside {
    grid-column: 2;
    margin-top: 10px;
  }

  /* When the aside holds only the arrow (no tag), don't spend a whole row on
     a lone glyph — the entire row is already the tap target. */
  .sh-entity-aside:not(:has(.sh-entity-tag)) {
    display: none;
  }
}

/* ─── Shared city-managed travel content (hotel + nearby) ─── */
/* Rendered on city, rink, and tournament pages via
   templates/components/local-recs.ts. Self-contained so it looks identical on
   every host page regardless of that page's section classes. */

.sh-rec-section {
  padding: 52px var(--pad);
  border-bottom: 1px solid var(--n100);
  background: var(--white);
}

.sh-rec-hotel-section {
  background: var(--off-white);
}

.sh-rec-inner {
  max-width: var(--max-w);
  margin: 0 auto;
}

.sh-rec-hgroup {
  max-width: 760px;
  margin-bottom: 24px;
}

.sh-rec-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-display);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--n400);
  margin-bottom: 8px;
}

.sh-rec-eyebrow::before {
  content: "";
  display: block;
  width: 12px;
  height: 2px;
  background: var(--red);
}

.sh-rec-title {
  font-family: var(--font-display);
  font-size: clamp(28px, 3.5vw, 38px);
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: var(--navy);
}

.sh-rec-sub {
  max-width: 640px;
  margin-top: 10px;
  font-size: 14.5px;
  line-height: 1.6;
  color: var(--n600);
}

/* Hotel cards are jump targets from tournament map markers */
.sh-rec-hotel-wrap[id] {
  scroll-margin-top: calc(var(--nav-h) + 20px);
}

/* Hotel card */
/* The wrapper is the positioning context for the "Recommended" pill, which sits
   on the wrapper (not the card) so it can overlap the card's top edge without
   being clipped by the card's overflow:hidden. */
.sh-rec-hotel-wrap {
  position: relative;
}

.sh-rec-hotel-list {
  display: grid;
  gap: 28px;
}

.sh-rec-hotel-card {
  display: grid;
  grid-template-columns: minmax(0, 440px) minmax(0, 1fr);
  align-items: stretch;
  border: 1px solid var(--n100);
  border-radius: var(--r);
  background: var(--white);
  overflow: hidden;
}

.sh-rec-hotel-card--no-image {
  grid-template-columns: 1fr;
}

.sh-rec-hotel-left {
  display: flex;
  flex-direction: column;
  border-right: 1px solid var(--n100);
}

/* 16:9 image area — landscape only, never tall-portrait cropped. */
.sh-rec-hotel-media {
  position: relative;
  aspect-ratio: 16 / 9;
  background: var(--n100);
}

.sh-rec-hotel-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sh-rec-hotel-left .sh-rec-hotel-bullets {
  margin: 0;
  padding: 20px 24px 24px;
}

.sh-rec-hotel-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 18px 16px 10px;
  font-size: 12px;
  line-height: 1.4;
  color: var(--white);
  background: linear-gradient(to top, rgba(13, 27, 42, 0.82), rgba(13, 27, 42, 0));
}

.sh-rec-hotel-content {
  display: flex;
  flex-direction: column;
  /* Reduced top padding lifts the title now that the pill is out of flow. */
  padding: clamp(26px, 3.5vw, 34px) clamp(28px, 5vw, 44px) clamp(26px, 4vw, 36px);
}

/* "Recommended" pill — overlaps the card's top edge (top-right), larger and
   more prominent with a soft shadow. Lives on .sh-rec-hotel-wrap so it is never
   clipped on desktop or mobile. */
.sh-rec-hotel-pick {
  position: absolute;
  top: -15px;
  right: clamp(22px, 4vw, 40px);
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 30px;
  padding: 6px 15px;
  border-radius: 999px;
  background: var(--red);
  color: var(--white);
  font-family: var(--font-display);
  font-size: 12.5px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  box-shadow: 0 3px 10px rgba(13, 27, 42, 0.22);
}

.sh-rec-hotel-name {
  margin: 0;
  font-family: var(--font-display);
  font-size: 29px;
  font-weight: 800;
  line-height: 1.05;
  text-transform: uppercase;
  color: var(--navy);
}

/* Tagline rides on the same line as the name; reset the heading's display
   styling so the brand reads as normal-case body text and wraps gracefully. */
.sh-rec-hotel-tagline {
  font-family: var(--font-body);
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
  color: var(--n600);
}

.sh-rec-hotel-address {
  margin-top: 12px;
  font-size: 14px;
  line-height: 1.5;
  color: var(--n600);
}

.sh-rec-hotel-desc {
  margin-top: 14px;
  font-size: 15px;
  line-height: 1.6;
  color: var(--n600);
}

.sh-rec-hotel-bullets {
  margin-top: 16px;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 8px;
}

.sh-rec-hotel-bullets li {
  position: relative;
  padding-left: 24px;
  font-size: 14px;
  line-height: 1.5;
  color: var(--n800);
}

.sh-rec-hotel-bullets li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 700;
  color: var(--green-mid);
}

/* Drive times — a compact, grouped module that hugs the description. Capped in
   width so the rows don't stretch across the whole content column; the CTA
   (not this block) absorbs the leftover vertical space and anchors bottom-right. */
.sh-rec-hotel-drives {
  margin-top: 18px;
  padding-top: 14px;
  border-top: 1px solid var(--n100);
  max-width: 300px;
}

.sh-rec-hotel-drives-label {
  font-family: var(--font-display);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--n400);
}

.sh-rec-hotel-drive-list {
  margin: 8px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 4px;
}

.sh-rec-hotel-drive {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  font-size: 13.5px;
  line-height: 1.5;
}

.sh-rec-hotel-drive-name {
  color: var(--n800);
}

.sh-rec-hotel-drive-time {
  flex-shrink: 0;
  font-weight: 700;
  color: var(--navy);
  font-variant-numeric: tabular-nums;
}

/* Actions row: quiet external Directions link beside the booking CTA,
   right-aligned within the content column. */
.sh-rec-hotel-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 12px 24px;
  margin-top: 20px;
}

.sh-rec-hotel-dir {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 44px;
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--n600);
}

.sh-rec-hotel-dir:hover {
  color: var(--navy);
}

.sh-rec-hotel-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 44px;
  padding: 11px 22px;
  border-radius: var(--r);
  background: var(--navy);
  color: var(--white);
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
}

/* Two-column desktop: the actions row absorbs the column's leftover vertical
   space so it stays anchored bottom-right while the drive-times block hugs the
   description. (On the stacked layout the base 20px gap applies instead.) */
@media (min-width: 981px) {
  .sh-rec-hotel-actions {
    margin-top: auto;
    padding-top: 20px;
  }
}

.sh-rec-hotel-cta:hover {
  background: var(--navy-mid);
}

.sh-rec-hotel-disclosure {
  max-width: 760px;
  margin: 18px 0 0;
  font-size: 12px;
  line-height: 1.5;
  color: var(--n500);
}

/* Local recommendation cards */
.sh-rec-nearby-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.sh-rec-nearby-card {
  display: flex;
  flex-direction: column;
  min-height: 180px;
  border: 1px solid var(--n100);
  border-radius: var(--r);
  background: var(--white);
  overflow: hidden;
}

.sh-rec-nearby-media {
  background: var(--n100);
}

.sh-rec-nearby-img {
  display: block;
  width: 100%;
  height: 156px;
  object-fit: cover;
}

.sh-rec-nearby-head {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 16px;
  border-bottom: 1px solid var(--n100);
  background: var(--n50);
}

.sh-rec-nearby-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--red);
}

.sh-rec-nearby-cat {
  font-family: var(--font-display);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--n600);
}

.sh-rec-nearby-body {
  flex: 1;
  padding: 16px;
}

.sh-rec-nearby-name {
  display: block;
  font-family: var(--font-display);
  font-size: 21px;
  font-weight: 700;
  line-height: 1.05;
  text-transform: uppercase;
  color: var(--navy);
}

.sh-rec-nearby-summary {
  display: block;
  margin-top: 8px;
  font-size: 13px;
  line-height: 1.5;
  color: var(--n600);
}

.sh-rec-nearby-foot {
  padding: 12px 16px;
  border-top: 1px solid var(--n100);
}

.sh-rec-nearby-link {
  font-family: var(--font-display);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--red);
}

.sh-rec-nearby-link:hover {
  color: var(--red-dark);
}

/* Numbered rink marker on tournament maps — matches .tournament-venue-num */
.leaflet-div-icon.sh-rink-marker {
  background: transparent;
  border: none;
}

.sh-rink-marker-pin {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: var(--navy);
  border: 2px solid var(--white);
  box-shadow: 0 1px 4px rgba(13, 27, 42, 0.4);
  color: var(--white);
  font-family: var(--font-display);
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
}

/* Distinct hotel marker on city/rink maps */
.leaflet-div-icon.sh-hotel-marker {
  background: transparent;
  border: none;
}

.sh-hotel-marker-pin {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: var(--red);
  border: 2px solid var(--white);
  box-shadow: 0 1px 4px rgba(13, 27, 42, 0.4);
  color: var(--white);
  font-family: var(--font-display);
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
}

@media (max-width: 980px) {
  .sh-rec-hotel-card {
    grid-template-columns: 1fr;
  }

  .sh-rec-hotel-left {
    border-right: none;
    border-bottom: 1px solid var(--n100);
  }

  /* The pill overlaps the (now full-width) image's top-right corner; keep it
     clear of the rounded corner. */
  .sh-rec-hotel-pick {
    right: 16px;
  }

  .sh-rec-nearby-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  /* Phones: the CTA spans the content column for an easy tap target; the
     Directions link wraps onto its own line above it. */
  .sh-rec-hotel-cta {
    width: 100%;
  }

  .sh-rec-hotel-actions {
    justify-content: flex-start;
  }
}

/* ============================================================
   ALERTS PAGE (/alerts)
   First-party audience capture. Reuses the shared site grid
   (.home-wrap → .site-container sizing) and hero gradient so the header, hero,
   form, trust band, and footer all align to the same site grid.
   ============================================================ */

.al-hero {
  padding: 48px 0 60px;
  overflow: hidden; /* clip the maple-leaf silhouette so it never causes scroll */
}
.al-hero-grid {
  position: relative;
  z-index: 30;
  display: grid;
  /* Left column flexes; the form column is capped so it never feels wider than
     the site grid. Both stay inside .home-wrap, so edges align with header/footer. */
  grid-template-columns: minmax(0, 1fr) minmax(0, 460px);
  gap: clamp(28px, 5vw, 56px);
  align-items: start;
}
.al-hero-left { min-width: 0; }
.al-hero-h1 {
  font-family: var(--font-display);
  font-size: clamp(34px, 4.6vw, 52px);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -0.005em;
  color: var(--white);
  margin: 13px 0 14px;
}
.al-hero-h1 span { color: #ff5961; }
.al-hero-lede {
  font-size: 17px;
  color: #cdd8e3;
  font-weight: 500;
  line-height: 1.55;
  max-width: 480px;
}
.al-hero-lede b { color: var(--white); font-weight: 600; }

/* vertical 1/2/3 how-it-works stack (explains the form) */
.al-steps {
  list-style: none;
  margin: 30px 0 24px;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 460px;
}
.al-step { position: relative; display: flex; gap: 15px; align-items: flex-start; }
.al-step:not(:last-child)::before {
  content: "";
  position: absolute;
  left: 17px;
  top: 36px;
  bottom: -16px;
  width: 1px;
  background: rgba(255, 255, 255, 0.16);
}
.al-step-n {
  position: relative;
  z-index: 1;
  flex: none;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: var(--navy-mid);
  border: 1px solid rgba(255, 255, 255, 0.22);
  color: var(--white);
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.al-step-body { min-width: 0; padding-top: 2px; }
.al-step-t {
  display: block;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 19px;
  color: var(--white);
  line-height: 1.1;
}
.al-step-d { display: block; font-size: 13.5px; color: #9fb0c1; margin-top: 2px; line-height: 1.45; }

.al-trustline { display: flex; align-items: center; gap: 8px; font-size: 13px; color: #9fb0c1; }
.al-trustline svg { width: 15px; height: 15px; stroke: #7fd27f; fill: none; flex: none; }

/* form column + card */
.al-form-col { position: relative; z-index: 30; }
.al-card {
  background: var(--white);
  border-radius: 14px;
  box-shadow: 0 34px 80px rgba(0, 0, 0, 0.40);
  overflow: hidden;
  color: var(--navy);
  max-width: 520px;
  margin: 0 auto;
}
.al-card-head { padding: 18px 24px; background: var(--off-white); border-bottom: 1px solid var(--n100); }
.al-card-t { font-family: var(--font-display); font-weight: 700; font-size: 23px; line-height: 1.05; }
.al-card-s { font-size: 13px; color: var(--n600); margin-top: 3px; }
.al-form { padding: 20px 24px 24px; }
.al-form[hidden] { display: none; }

.al-field { margin-bottom: 15px; }
.al-label {
  display: flex;
  align-items: baseline;
  gap: 7px;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--navy);
  margin-bottom: 7px;
}
.al-label-players { margin-bottom: 10px; }
.al-req { color: var(--red); }
.al-opt { margin-left: auto; color: var(--n400); font-weight: 600; letter-spacing: 0; text-transform: none; font-size: 11.5px; }

.al-input {
  width: 100%;
  border: 1px solid var(--n200);
  border-radius: 7px;
  font-family: var(--font-body);
  font-size: 15px;
  padding: 12px 13px;
  color: var(--navy);
  background: var(--white);
  outline: 0;
  transition: border-color 0.12s, box-shadow 0.12s;
}
.al-input::placeholder { color: var(--n400); }
.al-input:focus { border-color: var(--red); box-shadow: 0 0 0 3px rgba(200, 35, 43, 0.13); }
select.al-input {
  appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%2368635e' stroke-width='2.5'><path d='M6 9l6 6 6-6'/></svg>");
  background-repeat: no-repeat;
  background-position: right 12px center;
  padding-right: 34px;
  cursor: pointer;
}

/* region module (collapsed by default, expands inline) */
.al-region { border: 1px solid var(--n100); border-radius: 10px; background: #fbfaf9; padding: 13px; }
.al-sug {
  display: flex;
  align-items: center;
  gap: 12px;
  border: 1.5px solid var(--red);
  background: var(--white);
  border-radius: 9px;
  padding: 11px 13px;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(200, 35, 43, 0.08);
  transition: border-color 0.14s, box-shadow 0.14s;
}
.al-sug-pin { flex: none; width: 34px; height: 34px; border-radius: 8px; background: #fdecec; display: flex; align-items: center; justify-content: center; }
.al-sug-pin svg { width: 18px; height: 18px; stroke: var(--red); fill: none; }
.al-sug-main { flex: 1; min-width: 0; }
.al-sug-r { display: block; font-family: var(--font-display); font-weight: 700; font-size: 18px; line-height: 1.05; }
.al-sug-sub { display: block; font-size: 11.5px; color: var(--n600); margin-top: 1px; }
.al-sug-badge { flex: none; display: flex; align-items: center; gap: 5px; font-size: 11px; font-weight: 700; letter-spacing: 0.04em; text-transform: uppercase; color: var(--red); }
.al-sug-badge svg { width: 14px; height: 14px; stroke: var(--red); fill: none; }
/* When a different region is chosen from the chips, de-emphasise the suggestion. */
.al-region:has(.al-chips input:checked) .al-sug { border-color: var(--n200); box-shadow: none; }
.al-region:has(.al-chips input:checked) .al-sug-pin { background: var(--n50); }
.al-region:has(.al-chips input:checked) .al-sug-pin svg { stroke: var(--n400); }
.al-region:has(.al-chips input:checked) .al-sug-badge { display: none; }

.al-region-more { margin-top: 11px; }
.al-region-more > summary {
  list-style: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 13px;
  font-weight: 600;
  color: var(--red);
  padding: 5px 4px;
  border-radius: 6px;
  -webkit-tap-highlight-color: transparent;
}
.al-region-more > summary::-webkit-details-marker { display: none; }
.al-region-more > summary::marker { content: ""; }
.al-region-more > summary:hover { text-decoration: underline; }
.al-region-more > summary:focus-visible { outline: 2px solid var(--red); outline-offset: 2px; text-decoration: none; }
.al-chev { display: inline-flex; transition: transform 0.18s; }
.al-chev svg { width: 14px; height: 14px; stroke: currentColor; fill: none; }
.al-region-more[open] .al-chev { transform: rotate(180deg); }
.al-lbl-open { display: none; }
.al-region-more[open] .al-lbl-closed { display: none; }
.al-region-more[open] .al-lbl-open { display: inline; }
.al-region-body { padding-top: 13px; margin-top: 11px; border-top: 1px solid var(--n100); }
.al-more-h { font-size: 11px; font-weight: 700; letter-spacing: 0.07em; text-transform: uppercase; color: var(--n400); margin: 0 0 8px; }
.al-prov-row { margin-bottom: 11px; }

.al-chips { display: flex; flex-wrap: wrap; gap: 8px; }
.al-vis-hidden { position: absolute; width: 1px; height: 1px; opacity: 0; pointer-events: none; }
.al-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13.5px;
  font-weight: 600;
  color: var(--navy);
  border: 1px solid var(--n200);
  border-radius: 100px;
  padding: 8px 14px;
  cursor: pointer;
  transition: background 0.12s, border-color 0.12s, color 0.12s;
  background: var(--white);
  user-select: none;
}
.al-chip:hover { border-color: var(--red); color: var(--red); }
.al-vis-hidden:checked + .al-chip { background: var(--navy); color: var(--white); border-color: var(--navy); }
.al-vis-hidden:focus-visible + .al-chip { box-shadow: 0 0 0 3px rgba(200, 35, 43, 0.18); }

.al-more-city { margin-top: 14px; }
.al-region-help { display: flex; align-items: center; justify-content: space-between; gap: 10px; flex-wrap: wrap; margin-top: 14px; }
.al-loc-btn {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-family: var(--font-body);
  font-size: 12.5px;
  font-weight: 600;
  color: var(--navy);
  background: var(--white);
  border: 1px solid var(--n200);
  border-radius: 7px;
  padding: 8px 12px;
  cursor: pointer;
  transition: border-color 0.12s, color 0.12s;
}
.al-loc-btn:hover { border-color: var(--red); color: var(--red); }
.al-loc-btn:focus-visible { outline: 2px solid var(--red); outline-offset: 2px; }
.al-loc-btn svg { width: 14px; height: 14px; stroke: currentColor; fill: none; }
.al-notlisted { font-family: var(--font-body); font-size: 12.5px; font-weight: 600; color: var(--red); background: none; border: 0; cursor: pointer; padding: 0; }
.al-notlisted:hover { text-decoration: underline; }
.al-notlisted:focus-visible { outline: 2px solid var(--red); outline-offset: 2px; }

/* players */
.al-player { border: 1px solid var(--n100); border-radius: 10px; background: var(--white); padding: 14px; margin-bottom: 10px; }
.al-player-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 12px; }
.al-player-name { display: flex; align-items: center; gap: 8px; font-family: var(--font-display); font-weight: 700; font-size: 16px; color: var(--navy); }
.al-player-num { width: 22px; height: 22px; border-radius: 50%; background: var(--navy); color: var(--white); font-size: 12px; display: flex; align-items: center; justify-content: center; }
.al-player-remove { font-family: var(--font-body); font-size: 12px; font-weight: 600; color: var(--n400); background: none; border: 0; cursor: pointer; padding: 2px 4px; }
.al-player-remove:hover { color: var(--red); }
.al-player-remove:focus-visible { outline: 2px solid var(--red); outline-offset: 2px; }
.al-player-row { display: grid; grid-template-columns: 1fr 1fr; gap: 11px; margin-bottom: 12px; }
.al-pos-label { font-size: 11.5px; font-weight: 700; letter-spacing: 0.05em; text-transform: uppercase; color: var(--navy); margin-bottom: 7px; display: flex; gap: 7px; }
.al-pos-chips { display: flex; flex-wrap: wrap; gap: 7px; }
.al-pos-chips .al-chip { flex: 1; justify-content: center; min-width: 72px; }

.al-addp {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  border: 1.5px dashed var(--n200);
  background: var(--white);
  color: var(--navy);
  border-radius: 9px;
  padding: 12px;
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
  transition: border-color 0.12s, color 0.12s, background 0.12s;
}
.al-addp:hover { border-color: var(--red); color: var(--red); background: #fffaf9; }
.al-addp:focus-visible { outline: 2px solid var(--red); outline-offset: 2px; }
.al-addp svg { width: 16px; height: 16px; stroke: currentColor; fill: none; }

/* submit + notes */
.al-submit {
  width: 100%;
  border: 0;
  background: var(--red);
  color: var(--white);
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 19px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 16px;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.12s, transform 0.12s;
  margin-top: 6px;
}
.al-submit:hover { background: var(--red-dark); transform: translateY(-1px); }
.al-submit:focus-visible { outline: 2px solid var(--navy); outline-offset: 2px; }
.al-optin { display: flex; gap: 10px; align-items: flex-start; background: var(--off-white); border: 1px solid var(--n100); border-radius: 8px; padding: 11px 13px; margin-top: 14px; }
.al-optin-ico { flex: none; width: 30px; height: 30px; border-radius: 7px; background: var(--white); border: 1px solid var(--n200); display: flex; align-items: center; justify-content: center; }
.al-optin-ico svg { width: 16px; height: 16px; stroke: var(--navy); fill: none; }
.al-optin-text { font-size: 12.5px; color: var(--n600); line-height: 1.5; }
.al-optin-text b { color: var(--navy); font-weight: 600; }
.al-fine { font-size: 12px; color: var(--n600); line-height: 1.6; margin-top: 12px; text-align: center; }
.al-fine a { color: var(--navy); text-decoration: underline; }
.al-lock { display: flex; align-items: center; justify-content: center; gap: 6px; margin-top: 10px; font-size: 11.5px; color: var(--n400); font-weight: 600; }
.al-lock svg { width: 13px; height: 13px; stroke: var(--n400); fill: none; }

/* static success state (shown after submit) */
.al-success { padding: 36px 24px 38px; text-align: center; }
.al-success[hidden] { display: none; }
.al-success-ico { width: 56px; height: 56px; border-radius: 50%; background: var(--green-bg); border: 1px solid #cfe6cf; display: flex; align-items: center; justify-content: center; margin: 0 auto 16px; }
.al-success-ico svg { width: 28px; height: 28px; stroke: var(--green); fill: none; }
.al-success h2 { font-family: var(--font-display); font-weight: 700; font-size: 24px; color: var(--navy); }
.al-success p { font-size: 14px; color: var(--n600); margin: 8px auto 0; max-width: 360px; line-height: 1.55; }

/* trust / privacy reassurance band */
.al-assure { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.al-assure-item { display: flex; gap: 13px; align-items: flex-start; }
.al-assure-ico { flex: none; width: 40px; height: 40px; border-radius: 9px; background: var(--white); border: 1px solid var(--n100); display: flex; align-items: center; justify-content: center; }
.al-assure-ico svg { width: 20px; height: 20px; stroke: var(--navy); fill: none; stroke-width: 1.9; }
.al-assure-item h3 { font-family: var(--font-display); font-size: 16px; font-weight: 700; color: var(--navy); }
.al-assure-item p { font-size: 13px; color: var(--n600); margin-top: 3px; }

/* responsive */
@media (max-width: 940px) {
  .al-hero-grid { grid-template-columns: 1fr; gap: 32px; }
}
@media (max-width: 760px) {
  .al-assure { grid-template-columns: 1fr; gap: 18px; }
}
@media (max-width: 430px) {
  .al-player-row { grid-template-columns: 1fr; }
}

/* ════════════════════════════════════════════════════════════════
   SHARED DARK HERO TREATMENT
   Keeps content-page H1/hero sections aligned with the homepage hero.
════════════════════════════════════════════════════════════════ */

.sh-page-hero,
.sh-article-hero,
.p-hero,
.rg-hero,
.prov-hero,
.search-hero,
.city-hero,
.t-hero,
.tournament-hero,
.rink-hero-section {
  position: relative;
  overflow: hidden;
  background: radial-gradient(125% 150% at 50% -30%, #18293c 0%, var(--navy) 60%, var(--navy-dark) 100%);
  color: var(--white);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}


.sh-page-hero-inner,
.sh-article-hero-inner,
.p-hero-inner,
.rg-hero-inner,
.prov-hero-inner,
.search-hero-inner,
.city-hero-inner,
.t-hero-inner,
.tournament-hero-inner,
.rink-hero-inner {
  position: relative;
  z-index: 1;
}

.sh-hero-h1,
.sh-article-h1,
.p-h1,
.search-title,
.city-hero-title,
.tournament-hero-title,
.rink-hero-title {
  color: var(--white);
}

.sh-hero-eyebrow,
.sh-article-eyebrow,
.p-eyebrow,
.city-hero-eyebrow,
.tournament-hero-eyebrow,
.rink-hero-eyebrow {
  color: #ff8d93;
}

.sh-hero-eyebrow::before,
.sh-article-eyebrow::before,
.p-eyebrow::before,
.city-hero-eyebrow::before,
.tournament-hero-eyebrow::before,
.rink-hero-eyebrow::before {
  background: #ff5961;
}

.sh-hero-sub,
.sh-article-intro,
.sh-article-meta-item,
.p-sub,
.search-sub,
.city-hero-intro,
.t-hero-location,
.t-hero-dot,
.tournament-hero-location,
.tournament-hero-summary,
.rink-hero-address,
.rink-hero-intro,
.rink-hero-intro p {
  color: #cdd8e3;
}

.search-hero .search-title span {
  color: #ff8d93;
}

/* In-hero place links (tournament location, team city, rink eyebrow city):
   inherit the hero text colour with a quiet underline so they read as
   navigation without shouting. */
.tournament-hero-location a,
.t-hero-location a,
.t-hero-location-link,
.rink-hero-eyebrow-link {
  color: inherit;
  text-decoration: underline;
  text-decoration-color: rgba(255, 255, 255, 0.35);
  text-underline-offset: 3px;
  transition: color 0.12s, text-decoration-color 0.12s;
}

.tournament-hero-location a:hover,
.t-hero-location a:hover,
.rink-hero-eyebrow-link:hover {
  color: var(--white);
  text-decoration-color: rgba(255, 255, 255, 0.75);
}

.tournament-hero-location a:focus-visible,
.t-hero-location a:focus-visible,
.rink-hero-eyebrow-link:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.75);
  outline-offset: 2px;
  border-radius: 2px;
}

.sh-article-meta-item + .sh-article-meta-item::before {
  color: rgba(255, 255, 255, 0.28);
}

.sh-page-hero .sh-hero-stats,
.tournament-hero .tournament-core-card {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.tournament-hero .tournament-core-item + .tournament-core-item {
  border-top-color: rgba(255, 255, 255, 0.1);
}

.tournament-hero .tournament-core-label,
.sh-page-hero .sh-hero-stat-label {
  color: rgba(255, 255, 255, 0.48);
}

.tournament-hero .tournament-core-value,
.sh-page-hero .sh-hero-stat-num {
  color: var(--white);
}

.t-hero .t-contact-btn,
.tournament-hero .t-contact-btn,
.t-hero .cta-waitlist,
.rink-hero-website,
.sh-page-hero .btn-outline,
.sh-article-hero .btn-outline {
  color: #e7eef5;
  border-color: rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.08);
}

.t-hero .t-contact-btn:hover,
.tournament-hero .t-contact-btn:hover,
.t-hero .cta-waitlist:hover,
.rink-hero-website:hover,
.sh-page-hero .btn-outline:hover,
.sh-article-hero .btn-outline:hover {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.42);
  background: rgba(255, 255, 255, 0.13);
}

.t-hero .cta-primary {
  background: var(--red);
  color: var(--white);
}

.t-hero .cta-primary:hover {
  background: var(--red-dark);
}

.t-hero .t-logo-img,
.t-hero .t-logo-placeholder,
.tournament-hero .t-logo-img,
.tournament-hero .t-logo-placeholder,
.rink-hero-logo-img,
.rink-hero-map,
.rink-hero-photo {
  border-color: rgba(255, 255, 255, 0.18);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.22);
}

.rink-hero-map .rink-map-module {
  box-shadow: none;
}

/* ─── Branded team hero ───────────────────────────────────────────
   When a team has brand colours, the hero IS that colour (computed
   server-side with contrast-correct text — see computeHeroTheme).
   Placed after the default dark-hero rules so these single-class
   overrides win by source order. */
.t-hero.t-hero--branded {
  background: linear-gradient(165deg, var(--th-bg-top) 0%, var(--th-bg) 54%, var(--th-bg-2) 100%);
  color: var(--th-text);
  border-bottom: 1px solid var(--th-chip-border);
}
.t-hero.t-hero--branded .p-h1 { color: var(--th-text); }
.t-hero.t-hero--branded .p-eyebrow { color: var(--th-muted); }
.t-hero.t-hero--branded .p-eyebrow::before { background: var(--th-accent); }
.t-hero.t-hero--branded .t-hero-location,
.t-hero.t-hero--branded .t-hero-dot { color: var(--th-muted); }

.t-hero.t-hero--branded .t-contact-btn {
  color: var(--th-text);
  background: var(--th-chip-bg);
  border-color: var(--th-chip-border);
}
.t-hero.t-hero--branded .t-contact-btn:hover {
  background: var(--th-chip-border);
  color: var(--th-text);
}

.t-hero.t-hero--branded .cta-primary {
  background: var(--th-cta-bg);
  color: var(--th-cta-text);
  border-color: transparent;
}
.t-hero.t-hero--branded .cta-primary:hover {
  filter: brightness(0.93);
}

/* On a branded hero, Share uses the soft on-brand fill: a light tint of the
   team colour with a deep same-hue label. This always reads as part of the team
   palette (and stays AA-legible) instead of resolving to flat black/white. */
.t-hero.t-hero--branded .share-link-cta.team-share-cta {
  background: var(--th-cta-soft-bg);
  color: var(--th-cta-soft-text);
  border-color: transparent;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.16);
}
.t-hero.t-hero--branded .share-link-cta.team-share-cta:hover {
  background: var(--th-cta-soft-bg);
  color: var(--th-cta-soft-text);
  border-color: transparent;
  filter: brightness(0.96);
}

.t-hero.t-hero--branded .t-logo-img,
.t-hero.t-hero--branded .t-logo-placeholder {
  border: 1px solid var(--th-logo-border);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.18);
}

/* ─── Find & Claim Team (reuses .home-hero) ─── */
/* Compact hero variant: no stats bar, so give the inner some bottom breathing room. */
.home-hero--claim .home-hero-inner { padding-bottom: 64px; }

.ct-section { background: var(--white); }
.ct-wrap { max-width: 720px; margin: 0 auto; }

.ct-results-h,
.ct-empty-h,
.ct-add-h {
  font-family: var(--font-display);
  font-size: clamp(22px, 3vw, 28px);
  font-weight: 700;
  color: var(--navy);
  margin: 0 0 6px;
}
.ct-results-sub,
.ct-empty-sub,
.ct-add-sub { color: var(--n600); font-size: 15px; margin: 0 0 20px; }

.ct-card {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  padding: 18px 20px;
  border: 1px solid var(--n200);
  border-radius: 14px;
  background: var(--white);
  margin-bottom: 12px;
}
.ct-card--verified { background: var(--n50); }
.ct-card-main { flex: 1 1 220px; min-width: 0; }
.ct-card-name { font-family: var(--font-display); font-size: 18px; font-weight: 700; color: var(--navy); }
.ct-card-loc { font-size: 13.5px; color: var(--n600); margin-top: 2px; }
.ct-status {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 8px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.02em;
}
.ct-status--listed { color: var(--n600); }
.ct-status--verified { color: var(--green); }
.ct-status-dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 9px;
  line-height: 1;
}
.ct-status--listed .ct-status-dot { background: var(--n200); }
.ct-status--verified .ct-status-dot { background: var(--green-bg); color: var(--green); }
.ct-card-action { flex-shrink: 0; }

.ct-add-prompt { margin: 18px 0 0; font-size: 14px; color: var(--n600); }
.ct-link-btn {
  background: none;
  border: none;
  padding: 0;
  color: var(--navy);
  font: inherit;
  font-weight: 600;
  text-decoration: underline;
  cursor: pointer;
}

.ct-empty {
  text-align: center;
  padding: 32px 20px;
  border: 1px dashed var(--n200);
  border-radius: 16px;
  background: var(--n50);
}
.ct-empty-icon { font-size: 30px; margin-bottom: 8px; }
.ct-empty-btn { margin-top: 8px; }

.ct-add { margin-top: 28px; padding-top: 24px; border-top: 1px solid var(--n200); }
.ct-add[hidden] { display: none; }
.ct-add-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }

.ct-suggest { margin-top: 8px; }
.ct-suggest > summary { cursor: pointer; color: var(--navy); font-size: 13px; font-weight: 600; list-style: none; }
.ct-suggest > summary::-webkit-details-marker { display: none; }
.ct-suggest > summary::before { content: '+ '; }
.ct-suggest[open] > summary::before { content: '– '; }
.ct-suggest > .fg { margin-top: 10px; }

@media (max-width: 560px) {
  .ct-card { align-items: stretch; }
  .ct-card-action { width: 100%; text-align: center; }
  .ct-add-row { grid-template-columns: 1fr; }
}

/* ─── Referral Sharing ─── */
.share-link-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 16px;
  border-radius: 8px;
  border: 1px solid rgba(13, 27, 42, 0.16);
  background: var(--white);
  color: var(--navy);
  font-weight: 700;
  text-decoration: none;
  line-height: 1.2;
}
.share-link-cta:hover { border-color: var(--red); color: var(--red-dark); }
.camps-hero-actions { margin-top: 18px; }

/* /share is built from the /alerts design system: it reuses .home-hero/.al-hero,
   the .al-hero-grid two-column layout, the .al-card form card, and the .al-*
   field/player/button vocabulary. The rules below cover only the few share-only
   pieces (the shared-page summary, recipient tag, opt-in checkbox, success card). */

/* Shared-page summary — a lightweight summary card above the form (not a debug
   box), echoing the /alerts suggested-region card. */
.share-summary {
  display: flex;
  align-items: center;
  gap: 12px;
  border: 1px solid var(--n100);
  background: #fbfaf9;
  border-radius: 10px;
  padding: 11px 13px;
  margin-bottom: 16px;
}
.share-summary-ico { flex: none; width: 34px; height: 34px; border-radius: 8px; background: #fdecec; display: flex; align-items: center; justify-content: center; }
.share-summary-ico svg { width: 18px; height: 18px; stroke: var(--red); fill: none; }
.share-summary-main { flex: 1; min-width: 0; }
.share-summary-label { display: block; font-size: 11px; font-weight: 700; letter-spacing: 0.05em; text-transform: uppercase; color: var(--n400); }
.share-summary-title { display: block; font-family: var(--font-display); font-weight: 700; font-size: 17px; line-height: 1.1; color: var(--navy); margin-top: 1px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.share-summary-link { flex: none; font-size: 12.5px; font-weight: 600; color: var(--red); text-decoration: none; }
.share-summary-link:hover { text-decoration: underline; }

/* recipient card reuses .al-player; small required/optional tag in its head */
.share-recip-tag { font-size: 11px; font-weight: 700; letter-spacing: 0.05em; text-transform: uppercase; color: var(--n400); }

/* opt-in styled as the /alerts info banner, but interactive (real checkbox) */
.share-optin { cursor: pointer; }
.share-optin input { flex: none; width: 18px; height: 18px; margin-top: 1px; accent-color: var(--red); }

.share-error {
  border: 1px solid rgba(200,35,43,0.28);
  background: rgba(200,35,43,0.06);
  color: var(--red);
  border-radius: 8px;
  padding: 10px 12px;
  margin-bottom: 16px;
}
.share-error p { margin: 0; }

/* success state reuses the .al-card + .al-success treatment */
.share-success-wrap { max-width: 560px; margin: 0 auto; }
.share-success-list { margin: 4px auto 20px; padding: 0; list-style: none; color: var(--navy); font-size: 14px; }
.share-success-list li { padding: 2px 0; }
.share-success-actions { display: flex; flex-direction: column; gap: 12px; align-items: stretch; max-width: 340px; margin: 0 auto; }
.share-success-actions .al-submit { margin-top: 0; }
.share-submit--link { display: inline-flex; align-items: center; justify-content: center; text-decoration: none; }
.share-back-link { color: var(--navy); font-weight: 600; font-size: 13.5px; text-align: center; }

.share-landing-cta {
  background: var(--white);
  border-bottom: 1px solid var(--n100);
  padding: 18px 20px;
}
.share-landing-inner {
  max-width: 1120px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}
.share-landing-eyebrow {
  color: var(--red);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.share-landing-title {
  margin: 3px 0;
  color: var(--navy);
  font-family: var(--font-display);
  font-size: 24px;
  line-height: 1.05;
}
.share-landing-sub { margin: 0; color: var(--n600); font-size: 14px; }
.share-landing-form { flex: 0 0 auto; }

@media (max-width: 760px) {
  .share-landing-inner { align-items: stretch; flex-direction: column; }
  .share-landing-button { width: 100%; }
}
