﻿:root {
  --green: #00af79;
  --green-strong: #03d695;
  --dark: #04130f;
  --deep: #030b09;
  --felt: #083c2c;
  --silver: #d8dde6;
  --gold: #e7b85a;
  --blue: #3b82f6;
  --text: #e9f5f1;
  --muted: #9fb2ab;
  --line: rgba(216, 221, 230, 0.15);
  --panel: rgba(8, 60, 44, 0.68);
  --panel-strong: rgba(3, 20, 16, 0.88);
  --max: 1180px;
}

* { box-sizing: border-box; }

html {
  width: 100%;
  scroll-behavior: smooth;
  scrollbar-gutter: stable;
  overflow-x: hidden;
  overflow-y: scroll;
}

body {
  width: 100%;
  margin: 0;
  overflow-x: hidden;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at 12% 0%, rgba(216, 221, 230, 0.16), transparent 30%),
    radial-gradient(circle at 82% 12%, rgba(0, 175, 121, 0.15), transparent 32%),
    radial-gradient(circle at 55% 45%, rgba(59, 130, 246, 0.07), transparent 42%),
    linear-gradient(180deg, #030b09 0%, #0a1614 44%, #030b09 100%);
  color: var(--text);
  min-width: 320px;
}

body.nav-open { overflow: hidden; }

img { max-width: 100%; display: block; }

a { color: inherit; text-decoration: none; }

p { color: var(--muted); line-height: 1.7; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid rgba(255,255,255,0.1);
  background: rgba(0,0,0,0.72);
  backdrop-filter: blur(18px);
}

.nav-shell {
  max-width: var(--max);
  margin: 0 auto;
  min-height: 64px;
  padding: 8px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.brand img {
  width: 132px;
  height: auto;
  filter: drop-shadow(0 0 18px rgba(0, 175, 121, 0.42));
}

.desktop-nav { display: none; }

.nav-toggle {
  width: 48px;
  height: 48px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255,255,255,0.06);
  color: var(--text);
  display: inline-grid;
  place-items: center;
  cursor: pointer;
}

.nav-toggle span,
.nav-toggle span::before,
.nav-toggle span::after {
  display: block;
  width: 20px;
  height: 2px;
  background: currentColor;
  border-radius: 999px;
  content: "";
}

.nav-toggle span::before { transform: translateY(-7px); }
.nav-toggle span::after { transform: translateY(5px); }

.mobile-nav {
  display: none;
  border-top: 1px solid var(--line);
  background: rgba(3, 11, 9, 0.98);
  padding: 10px 20px 22px;
}

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

.mobile-nav a {
  display: block;
  padding: 16px 0;
  border-bottom: 1px solid rgba(255,255,255,0.08);
  color: #eef8f5;
  font-weight: 800;
}

.mobile-nav .mobile-cta {
  margin-top: 14px;
  text-align: center;
}

main { overflow: hidden; }

.section {
  padding: 58px 20px;
}

.section.tight { padding-top: 16px; }

.container {
  max-width: var(--max);
  margin: 0 auto;
}

.hero {
  position: relative;
  padding: 48px 20px 58px;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.035) 1px, transparent 1px);
  background-size: 46px 46px;
  mask-image: linear-gradient(to bottom, black 0%, transparent 86%);
  pointer-events: none;
}

.hero-inner {
  position: relative;
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  gap: 30px;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--green-strong);
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.18em;
}

h1, h2, h3 {
  margin: 0;
  line-height: 1.04;
  letter-spacing: 0;
}

h1 {
  font-size: clamp(2.4rem, 13vw, 5.9rem);
  max-width: 10ch;
}

.page-hero h1 {
  max-width: 12ch;
  font-size: clamp(1.85rem, 4.2vw, 2.85rem);
}

h2 { font-size: clamp(2rem, 9vw, 4.2rem); }

h3 { font-size: 1.25rem; }

.lead {
  margin: 18px 0 0;
  max-width: 680px;
  color: #c5d4cf;
  font-size: 1.18rem;
}

.actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 26px;
}

.btn {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 8px;
  padding: 13px 18px;
  border: 1px solid transparent;
  font-weight: 900;
}

.btn.primary {
  background: var(--green);
  color: #03110d;
  box-shadow: 0 18px 50px rgba(0,175,121,0.22);
}

.btn.secondary {
  border-color: var(--line);
  background: rgba(255,255,255,0.06);
  color: var(--text);
}

.btn.youtube {
  border-color: rgba(190, 18, 60, 0.55);
  background: #991b1b;
  color: #fff;
  box-shadow: 0 18px 46px rgba(153, 27, 27, 0.24);
  transition: border-color 180ms ease, background 180ms ease, color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.btn.youtube:hover,
.btn.youtube:focus-visible {
  border-color: rgba(248, 113, 113, 0.72);
  background: #dc2626;
  color: #04111d;
  box-shadow: 0 20px 58px rgba(220, 38, 38, 0.32);
}

.btn.cuescore {
  border-color: rgba(96, 165, 250, 0.58);
  background: #3b82f6;
  color: #fff;
  box-shadow: 0 18px 46px rgba(59, 130, 246, 0.22);
  transition: border-color 180ms ease, background 180ms ease, color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.btn.cuescore:hover,
.btn.cuescore:focus-visible {
  border-color: rgba(147, 197, 253, 0.78);
  background: #60a5fa;
  color: #04111d;
  box-shadow: 0 20px 58px rgba(96, 165, 250, 0.30);
}
.text-link {
  color: #a7ffe0;
  font-weight: 900;
}

.visual-card,
.panel,
.card,
.update-card {
  border: 1px solid var(--line);
  background: linear-gradient(180deg, var(--panel), var(--panel-strong));
  box-shadow: 0 22px 70px rgba(0,0,0,0.30);
}

.visual-card {
  border-radius: 8px;
  overflow: hidden;
}

.hero-image-wrap {
  position: relative;
  min-height: 340px;
  display: grid;
  place-items: center;
  overflow: hidden;
  padding: 34px;
  background:
    radial-gradient(circle at 50% 44%, rgba(0, 175, 121, 0.22), transparent 34%),
    radial-gradient(circle at 52% 68%, rgba(216, 221, 230, 0.08), transparent 28%),
    linear-gradient(145deg, rgba(8, 60, 44, 0.82), rgba(3, 11, 9, 0.94) 58%, rgba(0, 0, 0, 0.96));
}

.hero-image-wrap::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.035) 1px, transparent 1px);
  background-size: 38px 38px;
  mask-image: radial-gradient(circle at center, black 0%, transparent 72%);
  opacity: 0.72;
}

.hero-image-wrap::after {
  content: "";
  position: absolute;
  inset: 14%;
  border: 1px solid rgba(0, 175, 121, 0.18);
  border-radius: 8px;
  box-shadow: inset 0 0 70px rgba(0, 175, 121, 0.08), 0 0 90px rgba(0, 175, 121, 0.12);
}

.hero-image-wrap img {
  position: relative;
  z-index: 1;
  width: min(78%, 560px);
  opacity: 0.98;
  filter: drop-shadow(0 0 26px rgba(0, 175, 121, 0.34));
}
.brand-card {
  background: linear-gradient(180deg, rgba(6, 28, 22, 0.88), rgba(3, 11, 9, 0.96));
}

.brand-lockup {
  position: relative;
  z-index: 1;
  width: 100%;
  display: grid;
  justify-items: center;
  gap: 22px;
  text-align: center;
}

.brand-lockup p {
  margin: 0;
  color: #d6e5e0;
  font-size: 0.95rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.brand-stats .stat {
  text-align: center;
}

.stats-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  border-top: 1px solid var(--line);
  background: rgba(255,255,255,0.08);
}

.stat {
  padding: 13px 10px;
  background: rgba(0,0,0,0.36);
}

.stat strong {
  display: block;
  color: #fff;
  font-size: 1.1rem;
}

.stat span {
  display: block;
  margin-top: 4px;
  color: var(--muted);
  font-size: 0.8rem;
}

.intro-grid,
.split,
.page-grid {
  display: grid;
  gap: 22px;
}

.intro-box {
  border-left: 3px solid var(--green);
  padding-left: 18px;
}

.card-grid,
.updates-grid,
.contact-grid,
.footer-grid,
.sponsor-grid {
  display: grid;
  gap: 10px;
}

.card,
.update-card,
.panel {
  border-radius: 8px;
  padding: 22px;
}

.card p,
.update-card p { margin-bottom: 0; }

.tag {
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(0,175,121,0.38);
  border-radius: 999px;
  padding: 5px 10px;
  color: #a8ffe0;
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.feature-image {
  width: 100%;
  min-height: 260px;
  object-fit: cover;
  border-radius: 8px;
  border: 1px solid var(--line);
  background: #081b15;
}

.open-poster {
  object-fit: cover;
  aspect-ratio: 4 / 3;
}

.sponsor-section {
  background: rgba(0,0,0,0.22);
  border-block: 1px solid rgba(255,255,255,0.08);
}

.sponsor-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: center;
}

.sponsor-logo {
  min-height: 82px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 18px;
  background: rgba(255,255,255,0.055);
}

.sponsor-logo img {
  max-height: 44px;
  width: auto;
  max-width: 100%;
  object-fit: contain;
}

.update-meta {
  color: var(--green-strong);
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.cta-band {
  border: 1px solid rgba(0,175,121,0.22);
  border-radius: 18px;
  padding: 28px;
  background: linear-gradient(135deg, rgba(0,175,121,0.16), rgba(59,130,246,0.08));
}

.site-footer {
  border-top: 1px solid rgba(255,255,255,0.1);
  background: rgba(0,0,0,0.72);
  padding: 44px 20px;
}

.footer-grid {
  max-width: var(--max);
  margin: 0 auto;
}

.footer-brand img {
  width: 168px;
  filter: drop-shadow(0 0 18px rgba(0, 175, 121, 0.42));
}

.footer-title {
  color: #fff;
  font-size: 0.85rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.footer-links {
  display: grid;
  gap: 10px;
  margin-top: 14px;
}

.footer-links a,
.footer-links span {
  color: var(--muted);
}

.footer-links a:hover { color: #fff; }

.page-hero {
  padding: 42px 20px 8px;
}

.page-hero .container {
  border-bottom: 1px solid rgba(255,255,255,0.08);
  padding-bottom: clamp(8px, 1.4vw, 14px);
}

.page-hero .lead {
  max-width: 760px;
}

.list {
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
}

.list li {
  color: #c4d5cf;
  padding-left: 22px;
  position: relative;
  line-height: 1.55;
}

.list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.68em;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--green);
}

.notice {
  border: 1px solid rgba(231,184,90,0.34);
  background: rgba(231,184,90,0.09);
  border-radius: 8px;
  padding: 18px;
  color: #f7e8c5;
}

.insights-consent {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 80;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  width: min(720px, calc(100vw - 40px));
  border: 1px solid rgba(120, 255, 150, 0.28);
  border-radius: 22px;
  background:
    linear-gradient(145deg, rgba(120, 255, 150, 0.12), rgba(7, 16, 10, 0.96)),
    rgba(6, 12, 8, 0.96);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.42), 0 0 46px rgba(92, 238, 125, 0.16);
  color: #f3fff2;
  padding: 20px;
}

.insights-consent h2 {
  margin: 0 0 8px;
  font-size: 1rem;
}

.insights-consent p {
  margin: 0;
  color: rgba(245, 255, 244, 0.78);
  font-size: 0.94rem;
  line-height: 1.5;
}

.insights-consent a {
  color: #82ff9a;
  font-weight: 800;
}

.insights-consent-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.insights-consent-settings {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 79;
  border: 1px solid rgba(120, 255, 150, 0.24);
  border-radius: 999px;
  background: rgba(6, 12, 8, 0.82);
  color: rgba(245, 255, 244, 0.74);
  cursor: pointer;
  font: inherit;
  font-size: 0.78rem;
  font-weight: 800;
  padding: 9px 12px;
}

.insights-consent-settings:hover,
.insights-consent-settings:focus-visible {
  border-color: rgba(120, 255, 150, 0.48);
  color: #fff;
}

.skip-link {
  position: absolute;
  left: -999px;
  top: 10px;
  z-index: 100;
  background: #fff;
  color: #000;
  padding: 10px 14px;
  border-radius: 8px;
}

.skip-link:focus { left: 10px; }

@media (min-width: 680px) {
  .actions { flex-direction: row; flex-wrap: wrap; }
  .card-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .updates-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .contact-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .sponsor-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .footer-grid { grid-template-columns: 1.4fr repeat(3, 1fr); }
}

@media (min-width: 940px) {
  .nav-toggle { display: none; }
  .desktop-nav {
    display: flex;
    align-items: center;
    gap: 24px;
    color: #d5e1dd;
    font-size: 0.94rem;
    font-weight: 800;
  }
  .desktop-nav a:hover,
  .desktop-nav a[aria-current="page"] { color: #fff; }
  .desktop-nav .nav-cta {
    border: 1px solid rgba(0,175,121,0.34);
    border-radius: 8px;
    padding: 10px 14px;
    color: #b9ffe8;
    background: rgba(0,175,121,0.09);
  }
  .mobile-nav { display: none !important; }
  .hero { padding: 78px 32px 84px; }
  .hero-inner { grid-template-columns: 0.94fr 1.06fr; align-items: center; }
  .section { padding: 82px 32px; }
  .page-hero {
    padding: 30px 32px 8px;
  }
  .intro-grid { grid-template-columns: 0.8fr 1.2fr; align-items: start; }
  .split { grid-template-columns: 1fr 1fr; align-items: center; }
  .page-grid { grid-template-columns: 0.78fr 1.22fr; align-items: start; }
  .sponsor-grid { grid-template-columns: repeat(6, minmax(0, 1fr)); }
}


/* Desktop event dropdown */
.nav-item {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.has-dropdown > a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.has-dropdown > a::after {
  content: "";
  width: 6px;
  height: 6px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: translateY(-2px) rotate(45deg);
  opacity: 0.72;
}

.nav-dropdown {
  position: absolute;
  top: calc(100% + 16px);
  left: 50%;
  z-index: 80;
  width: min(86vw, 290px);
  padding: 10px;
  border: 1px solid rgba(0, 175, 121, 0.24);
  border-radius: 14px;
  background:
    linear-gradient(180deg, rgba(7, 52, 40, 0.92), rgba(3, 17, 13, 0.96)),
    radial-gradient(circle at 22% 0%, rgba(0, 175, 121, 0.14), transparent 46%);
  box-shadow: 0 24px 76px rgba(0, 0, 0, 0.42), 0 0 38px rgba(0, 175, 121, 0.08);
  backdrop-filter: blur(16px);
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, 8px);
  transition: opacity 160ms ease, visibility 160ms ease, transform 160ms ease;
}

.nav-dropdown::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -18px;
  height: 18px;
}

.has-dropdown:hover .nav-dropdown,
.has-dropdown:focus-within .nav-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0);
}

.nav-dropdown a {
  display: grid;
  gap: 2px;
  padding: 11px 12px;
  border-radius: 10px;
  color: #fff;
}

.nav-dropdown a:hover,
.nav-dropdown a:focus-visible,
.nav-dropdown a[aria-current="page"] {
  background: rgba(0, 175, 121, 0.12);
  color: var(--green-strong);
}

.nav-dropdown span {
  font-size: 0.94rem;
  font-weight: 900;
}

.nav-dropdown small {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 800;
}

.mobile-subnav {
  display: grid;
  gap: 0;
  margin: -1px 0 8px;
  padding: 4px 0 8px 16px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

.mobile-nav .mobile-subnav a {
  padding: 9px 0;
  border-bottom: 0;
  color: #c5d4cf;
  font-size: 0.92rem;
}

.mobile-nav .mobile-subnav a:hover,
.mobile-nav .mobile-subnav a:focus-visible,
.mobile-nav .mobile-subnav a[aria-current="page"] {
  color: var(--green-strong);
}
/* OPEN page */
.open-hero {
  position: relative;
  padding: 42px 20px 56px;
}

.open-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.035) 1px, transparent 1px);
  background-size: 46px 46px;
  mask-image: linear-gradient(to bottom, black 0%, transparent 86%);
  pointer-events: none;
}

.open-hero-inner {
  position: relative;
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  gap: 22px;
}

.open-panel {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(8, 60, 44, 0.74), rgba(3, 20, 16, 0.86));
  box-shadow: 0 22px 70px rgba(0,0,0,0.34);
  padding: 24px;
}

.open-kicker-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 24px;
}

.open-pill {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  border-radius: 999px;
  padding: 8px 12px;
  background: rgba(255,255,255,0.08);
  color: #f3faf8;
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.open-pill.green { background: rgba(0,175,121,0.15); color: #a8ffe0; }
.open-pill.blue { background: rgba(59,130,246,0.14); color: #dbeafe; }
.open-pill.gold { background: rgba(231,184,90,0.14); color: #ffe5a6; }

.open-title span {
  display: block;
  background: linear-gradient(90deg, #ffffff, #aeb7c4, #f6f7f9);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.open-actions {
  display: grid;
  gap: 12px;
  margin-top: 26px;
}

.open-subnav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}

.open-subnav a {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 11px 13px;
  background: rgba(255,255,255,0.055);
  color: #dce9e5;
  font-size: 0.9rem;
  font-weight: 800;
}

.open-poster-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  background: #020807;
}

.open-poster-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.open-facts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: rgba(255,255,255,0.08);
  border-top: 1px solid var(--line);
}

.open-fact {
  padding: 15px 10px;
  text-align: center;
  background: rgba(0,0,0,0.38);
}

.open-fact strong { display: block; font-size: 1.35rem; color: #fff; }
.open-fact span { display: block; margin-top: 3px; color: var(--muted); font-size: 0.76rem; }

.open-section {
  padding: 54px 20px;
}

.open-section.gold-wash {
  background: linear-gradient(180deg, rgba(231,184,90,0.06), rgba(0,0,0,0));
}

.open-card-grid {
  display: grid;
  gap: 10px;
}

.open-info-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 20px;
  background: linear-gradient(180deg, rgba(255,255,255,0.075), rgba(0,0,0,0.24));
}

.open-info-card strong {
  display: block;
  color: #fff;
  font-size: 1.1rem;
  margin-bottom: 8px;
}

.open-media-box {
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  background: #000;
}

.open-media-box iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 0;
  display: block;
}

.open-note {
  border: 1px solid rgba(231,184,90,0.28);
  border-radius: 8px;
  padding: 18px;
  background: rgba(231,184,90,0.1);
  color: #faeac6;
}

.open-note p { color: #faeac6; }

@media (min-width: 680px) {
  .open-actions { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .open-card-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (min-width: 940px) {
  .open-hero { padding: 68px 32px 82px; }
  .open-hero-inner { grid-template-columns: 1.04fr 0.96fr; align-items: stretch; }
  .open-panel { padding: 38px; }
  .open-section { padding: 76px 32px; }
  .open-card-grid.four { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}


/* Hero brand mark: no card, no plate, integrated directly in the hero */
.hero-brand-mark {
  position: relative;
  min-height: 360px;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 22px;
  padding: 24px 0 8px;
  isolation: isolate;
  background: none;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  overflow: visible;
}

.hero-mark-glow {
  position: absolute;
  left: 50%;
  top: 43%;
  z-index: -1;
  width: min(104vw, 720px);
  aspect-ratio: 1;
  border-radius: 999px;
  background:
    radial-gradient(circle, rgba(0, 175, 121, 0.24) 0%, rgba(0, 175, 121, 0.13) 28%, rgba(0, 175, 121, 0.04) 52%, transparent 72%);
  filter: blur(36px);
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.hero-mark-logo {
  width: min(86%, 560px);
  filter: drop-shadow(0 0 36px rgba(0, 175, 121, 0.36));
}

.hero-mark-line {
  margin: 0;
  color: rgba(233, 245, 241, 0.76);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-align: center;
  text-transform: uppercase;
}

.hero-mark-points {
  width: min(100%, 460px);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 6px;
}

.hero-mark-points div {
  position: relative;
  min-width: 0;
  text-align: center;
}

.hero-mark-points div + div::before {
  content: "";
  position: absolute;
  left: -9px;
  top: 10%;
  width: 1px;
  height: 80%;
  background: linear-gradient(to bottom, transparent, rgba(216, 221, 230, 0.2), transparent);
}

.hero-mark-points strong,
.hero-mark-points span {
  display: block;
}

.hero-mark-points strong {
  color: rgba(255, 255, 255, 0.93);
  font-size: 0.98rem;
  font-weight: 900;
}

.hero-mark-points span {
  margin-top: 4px;
  color: rgba(159, 178, 171, 0.78);
  font-size: 0.76rem;
}

@media (max-width: 520px) {
  .hero-brand-mark {
    min-height: 300px;
    gap: 16px;
    padding-top: 12px;
  }

  .hero-mark-logo {
    width: min(96%, 430px);
  }

  .hero-mark-line {
    font-size: 0.66rem;
    letter-spacing: 0.12em;
  }

  .hero-mark-points {
    gap: 8px;
  }

  .hero-mark-points div + div::before {
    display: none;
  }

  .hero-mark-points strong {
    font-size: 0.82rem;
  }

  .hero-mark-points span {
    font-size: 0.64rem;
  }
}
/* Temporary cleaner hero variant: only logo and brand line */
.hero-mark-points {
  display: none;
}
/* Give update cards more breathing room below section intros */
.split + .updates-grid {
  margin-top: 30px;
}

@media (min-width: 940px) {
  .split + .updates-grid {
    margin-top: 44px;
  }
}
/* Footer contact addresses */
.footer-contact-list {
  gap: 10px;
}

.footer-contact-item {
  display: grid;
  gap: 3px;
}

.footer-contact-item strong {
  color: #e9f5f1;
  font-size: 0.92rem;
  font-weight: 900;
}

.footer-contact-item span {
  color: rgba(159, 178, 171, 0.82);
  font-size: 0.78rem;
  line-height: 1.35;
}

.footer-contact-item:hover strong,
.footer-contact-item:hover span {
  color: #fff;
}
/* Arena-inspired visual tuning, kept quieter for koepd.com */
:root {
  --line: rgba(0, 175, 121, 0.18);
  --line-soft: rgba(255, 255, 255, 0.09);
  --panel: rgba(8, 60, 44, 0.54);
  --panel-strong: rgba(3, 20, 16, 0.78);
}

body {
  background:
    radial-gradient(circle at 14% 4%, rgba(0, 175, 121, 0.18), transparent 33%),
    radial-gradient(circle at 88% 10%, rgba(231, 184, 90, 0.07), transparent 30%),
    radial-gradient(circle at 58% 50%, rgba(0, 175, 121, 0.055), transparent 44%),
    linear-gradient(180deg, #03110d 0%, #08271e 38%, #04130f 72%, #020806 100%);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    radial-gradient(circle at 48% 8%, rgba(0, 175, 121, 0.08), transparent 28%),
    linear-gradient(rgba(255,255,255,0.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.016) 1px, transparent 1px);
  background-size: auto, 56px 56px, 56px 56px;
  mask-image: linear-gradient(to bottom, rgba(0,0,0,0.9), transparent 72%);
}

.site-header {
  border-bottom-color: rgba(0, 175, 121, 0.18);
  background: rgba(0, 0, 0, 0.62);
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.22);
}

.mobile-nav {
  border-top-color: rgba(0, 175, 121, 0.16);
  background: rgba(3, 13, 10, 0.98);
}

.hero {
  overflow: hidden;
}

.hero::before,
.page-hero::before {
  opacity: 0.74;
  background-size: 44px 44px;
}

.hero::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 24%;
  width: min(82vw, 620px);
  aspect-ratio: 1;
  border-radius: 999px;
  background: rgba(0, 175, 121, 0.11);
  filter: blur(110px);
  transform: translateX(-50%);
  pointer-events: none;
}

.hero-inner,
.page-hero .container,
.section > .container,
.site-footer .footer-grid {
  position: relative;
  z-index: 1;
}

.section {
  position: relative;
}

.section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 15% 0%, rgba(0, 175, 121, 0.045), transparent 30%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.015), transparent 38%);
  opacity: 0.82;
}

.section.tight::before,
.section:nth-of-type(4)::before {
  background:
    linear-gradient(rgba(255,255,255,0.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.014) 1px, transparent 1px),
    radial-gradient(circle at 88% 20%, rgba(0, 175, 121, 0.055), transparent 32%);
  background-size: 54px 54px, 54px 54px, auto;
  mask-image: linear-gradient(to bottom, transparent 0%, black 20%, transparent 92%);
}

.card,
.update-card,
.panel,
.cta-band,
.feature-image {
  border-color: rgba(0, 175, 121, 0.20);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.26);
}

.card,
.update-card,
.panel {
  background:
    linear-gradient(180deg, rgba(8, 60, 44, 0.58), rgba(3, 20, 16, 0.76));
  backdrop-filter: blur(14px);
  transition: border-color 180ms ease, background 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.card:hover,
.update-card:hover,
.panel:hover {
  border-color: rgba(0, 175, 121, 0.38);
  background:
    linear-gradient(180deg, rgba(8, 60, 44, 0.66), rgba(3, 20, 16, 0.82));
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.34), 0 0 38px rgba(0, 175, 121, 0.055);
  transform: translateY(-2px);
}

.feature-image {
  background: rgba(5, 31, 24, 0.76);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28), 0 0 40px rgba(0, 175, 121, 0.06);
}

.cta-band {
  background:
    radial-gradient(circle at 12% 0%, rgba(0, 175, 121, 0.16), transparent 36%),
    linear-gradient(135deg, rgba(8, 60, 44, 0.58), rgba(3, 20, 16, 0.76));
  backdrop-filter: blur(14px);
}

.btn,
.nav-toggle,
.desktop-nav a,
.mobile-nav a,
.footer-links a {
  transition: border-color 180ms ease, background 180ms ease, color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.btn.primary:hover,
.nav-cta:hover {
  background: #e9f5f1;
  color: #03110d;
  box-shadow: 0 18px 58px rgba(0, 175, 121, 0.28);
}

.btn.secondary:hover,
.nav-toggle:hover {
  border-color: rgba(0, 175, 121, 0.34);
  background: rgba(0, 175, 121, 0.10);
  color: #fff;
}

.btn:hover {
  transform: translateY(-1px);
}

:focus-visible {
  outline: 2px solid rgba(0, 175, 121, 0.88);
  outline-offset: 4px;
}

.hero-mark-glow {
  background:
    radial-gradient(circle, rgba(0, 175, 121, 0.22) 0%, rgba(0, 175, 121, 0.12) 28%, rgba(0, 175, 121, 0.035) 54%, transparent 74%);
  filter: blur(44px);
}

.hero-mark-logo,
.brand img,
.footer-brand img {
  filter: drop-shadow(0 0 22px rgba(0, 175, 121, 0.42));
}

.site-footer {
  border-top-color: rgba(0, 175, 121, 0.18);
  background:
    radial-gradient(circle at 20% 0%, rgba(0, 175, 121, 0.08), transparent 36%),
    rgba(0, 0, 0, 0.72);
}

@media (max-width: 679px) {
  body::before {
    background-size: auto, 64px 64px, 64px 64px;
    opacity: 0.72;
  }

  .section::before {
    opacity: 0.56;
  }

  .card:hover,
  .update-card:hover,
  .panel:hover,
  .btn:hover {
    transform: none;
  }
}

@supports not ((backdrop-filter: blur(12px))) {
  .card,
  .update-card,
  .panel,
  .cta-band {
    background: linear-gradient(180deg, rgba(8, 60, 44, 0.72), rgba(3, 20, 16, 0.90));
  }
}
/* Keep browser gutters and overscroll in the same dark brand base */
html {
  background: #03110d;
}

body {
  min-height: 100vh;
}
/* Header text should read as white, with green kept as accent only */
.desktop-nav,
.desktop-nav a,
.desktop-nav .nav-cta,
.mobile-nav a {
  color: #fff;
}

.desktop-nav .nav-cta {
  background: rgba(255, 255, 255, 0.055);
}
.desktop-nav a:hover,
.desktop-nav a[aria-current="page"],
.mobile-nav a:hover,
.mobile-nav a[aria-current="page"] {
  color: var(--green-strong);
}

.desktop-nav .nav-cta:hover,
.desktop-nav .nav-cta:focus-visible {
  color: var(--green-strong);
}
/* Footer practical email addresses should be white */
.footer-contact-item strong,
.footer-contact-item:hover strong {
  color: #fff;
}
/* Homepage hero balance: calmer copy, dominant brand mark */
.hero {
  padding-top: 54px;
  padding-bottom: 64px;
}

.hero::before {
  opacity: 0.58;
  background-size: 44px 44px;
  mask-image: linear-gradient(to bottom, black 0%, rgba(0,0,0,0.82) 46%, transparent 88%);
}

.hero::after {
  left: 70%;
  top: 38%;
  width: min(66vw, 560px);
  background: rgba(0, 175, 121, 0.095);
  filter: blur(104px);
}

.hero h1 {
  max-width: 15.8ch;
  font-size: clamp(2.25rem, 7vw, 3.8rem);
  font-weight: 800;
  line-height: 1.04;
}

.hero .lead {
  max-width: 590px;
  font-size: clamp(1rem, 2.5vw, 1.12rem);
}

.hero-brand-mark {
  min-height: 320px;
  gap: 0;
  padding: 18px 0 0;
  align-content: center;
}

.hero-mark-glow {
  top: 49%;
  width: min(92vw, 610px);
  background:
    radial-gradient(circle, rgba(0, 175, 121, 0.20) 0%, rgba(0, 175, 121, 0.11) 30%, rgba(0, 175, 121, 0.032) 58%, transparent 76%);
  filter: blur(56px);
}

.hero-mark-logo {
  width: min(94%, 560px);
  filter: drop-shadow(0 0 26px rgba(0, 175, 121, 0.34));
}

.hero-mark-line,
.hero-mark-points {
  display: none !important;
}

@media (min-width: 940px) {
  .hero {
    padding-top: 86px;
    padding-bottom: 94px;
  }

  .hero-inner {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: clamp(42px, 5vw, 68px);
  }

  .hero h1 {
    font-size: clamp(3rem, 4.2vw, 3.8rem);
  }

  .hero-brand-mark {
    min-height: 440px;
    justify-items: center;
  }

  .hero-mark-logo {
    width: min(96%, 620px);
  }
}

@media (max-width: 520px) {
  .hero {
    padding-top: 42px;
    padding-bottom: 54px;
  }

  .hero h1 {
    max-width: 100%;
    font-size: clamp(2rem, 8.8vw, 2.45rem);
  }

  .hero-brand-mark {
    min-height: 250px;
    padding-top: 28px;
  }

  .hero-mark-glow {
    width: min(94vw, 420px);
    filter: blur(48px);
  }

  .hero-mark-logo {
    width: min(94%, 360px);
  }
}
/* Softer transition from homepage hero into the first content section */
.hero {
  overflow: visible;
  background: none;
}

.hero::after {
  z-index: 0;
}

.hero + .section {
  margin-top: 0;
  padding-top: clamp(64px, 8vw, 96px);
}

.hero + .section::before {
  opacity: 0;
}
/* Arena-inspired koepd.com hero trial */
.hero-copy {
  max-width: 875px;
}

.hero-copy-logo {
  display: block;
  width: min(72vw, 290px);
  height: auto;
  margin: 0 0 42px;
  filter: drop-shadow(0 0 26px rgba(0, 175, 121, 0.22));
}

.hero-copy .eyebrow {
  margin-bottom: 18px;
}

.hero-actions {
  margin-top: 34px;
}

.hero-focus {
  align-content: center;
  justify-items: stretch;
  min-height: 380px;
  padding: 0;
}

.hero-focus .hero-mark-glow {
  top: 54%;
  width: min(88vw, 700px);
  opacity: 0.86;
  filter: blur(70px);
}

.hero-focus-card {
  position: relative;
  width: min(100%, 640px);
  margin: 0 auto;
  padding: clamp(26px, 4vw, 42px);
  border: 1px solid rgba(0, 175, 121, 0.18);
  border-radius: 20px;
  background:
    linear-gradient(180deg, rgba(5, 47, 36, 0.78), rgba(3, 19, 15, 0.86)),
    radial-gradient(circle at 88% 12%, rgba(0, 175, 121, 0.16), transparent 36%);
  box-shadow: 0 34px 100px rgba(0, 0, 0, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.045);
  overflow: hidden;
  backdrop-filter: blur(14px);
}

.hero-focus-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255,255,255,0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.02) 1px, transparent 1px);
  background-size: 40px 40px;
  mask-image: radial-gradient(circle at 72% 0%, rgba(0,0,0,0.75), transparent 62%);
}

.hero-focus-card > * {
  position: relative;
  z-index: 1;
}

.hero-focus-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 22px;
}

.hero-focus-head .eyebrow {
  margin: 0;
}

.hero-focus-head span {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  border-radius: 999px;
  padding: 0 18px;
  background: rgba(0, 175, 121, 0.14);
  color: #b9ffe7;
  font-weight: 900;
}

.hero-focus-card h2 {
  max-width: 12ch;
  font-size: clamp(2rem, 4.4vw, 3.4rem);
  line-height: 1.02;
}

.hero-focus-card p:not(.eyebrow) {
  max-width: 560px;
  margin: 20px 0 0;
  color: #c4d2cd;
  font-size: clamp(1rem, 2vw, 1.08rem);
  line-height: 1.7;
}

.hero-focus-meta {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 28px;
}

.hero-focus-meta div {
  min-width: 0;
  border: 1px solid rgba(255, 255, 255, 0.075);
  border-radius: 18px;
  background: rgba(0, 0, 0, 0.22);
  padding: 13px 10px;
  text-align: center;
}

.hero-focus-meta strong,
.hero-focus-meta span {
  display: block;
}

.hero-focus-meta strong {
  color: #fff;
  font-size: clamp(1.15rem, 2.2vw, 1.45rem);
  line-height: 1.05;
}

.hero-focus-meta span {
  margin-top: 6px;
  color: #91a39d;
  font-size: 0.86rem;
  font-weight: 700;
}

.hero-focus-link {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  margin-top: 28px;
  border-radius: 999px;
  padding: 0 22px;
  background: rgba(255, 255, 255, 0.075);
  color: #fff;
  font-weight: 900;
  text-decoration: none;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.hero-focus-link:hover,
.hero-focus-link:focus-visible {
  background: var(--green);
  color: #04130f;
  transform: translateY(-1px);
}

@media (min-width: 940px) {
  .hero-copy-logo {
    width: 350px;
    margin-bottom: 44px;
  }

  .hero-inner {
    grid-template-columns: minmax(0, 0.9fr) minmax(460px, 1.1fr);
  }

  .hero-actions {
    flex-direction: row;
  }
}

@media (max-width: 700px) {
  .hero-copy-logo {
    width: min(72vw, 238px);
    margin-bottom: 26px;
  }

  .hero h1 {
    line-height: 1.03;
  }

  .hero-focus-card {
    border-radius: 22px;
    padding: 24px 26px;
  }

  .hero-focus-head {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 20px;
  }

  .hero-focus-card h2 {
    max-width: 11ch;
    font-size: clamp(2rem, 10vw, 2.75rem);
  }

  .hero-focus-card p:not(.eyebrow) {
    line-height: 1.6;
  }

  .hero-focus-meta {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    margin-top: 16px;
  }

  .hero-focus-meta div {
    border-radius: 14px;
    padding: 14px 8px;
  }

  .hero-focus-meta strong {
    font-size: 1.04rem;
  }

  .hero-focus-meta span {
    font-size: 0.72rem;
  }
}
/* Editorial story layout for Siste fra KØ-pÅdd */
.story-feature {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(0, 175, 121, 0.22);
  border-radius: 22px;
  padding: clamp(28px, 5vw, 58px);
  background:
    linear-gradient(180deg, rgba(7, 52, 40, 0.76), rgba(3, 25, 20, 0.92)),
    radial-gradient(circle at 16% 18%, rgba(0, 175, 121, 0.12), transparent 38%),
    radial-gradient(circle at 82% 72%, rgba(0, 175, 121, 0.09), transparent 42%);
  box-shadow: 0 34px 100px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.story-header {
  max-width: 850px;
  margin-bottom: clamp(34px, 5vw, 62px);
}

.story-header h2 {
  margin-top: 18px;
  font-size: clamp(3rem, 7vw, 5.2rem);
  line-height: 0.96;
}

.story-lead {
  max-width: 820px;
  margin-top: 18px;
  color: #e8f3ef;
  font-size: clamp(1.06rem, 2vw, 1.28rem);
  line-height: 1.65;
}

.story-grid {
  display: grid;
  gap: clamp(26px, 6vw, 72px);
  align-items: center;
}

.story-feature .story-grid + .story-grid {
  margin-top: clamp(46px, 7vw, 82px);
}

.story-media {
  margin: 0;
  overflow: hidden;
  border-radius: 18px;
  background: rgba(0, 0, 0, 0.22);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.28);
}

.story-media img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: center center;
}

.story-body h3 {
  margin-top: 14px;
  font-size: clamp(2rem, 5vw, 3rem);
  line-height: 1.02;
}

.story-body p:not(.eyebrow) {
  max-width: 875px;
  color: #e3eee9;
  font-size: clamp(1rem, 1.35vw, 1.1rem);
  line-height: 1.72;
}

.story-body p + p {
  margin-top: 18px;
}

.story-grid.reverse .story-body p:not(.eyebrow) {
  font-size: clamp(1.04rem, 1.35vw, 1.12rem);
  line-height: 1.76;
}

.story-actions {
  margin-top: 28px;
}

@media (min-width: 860px) {
  .story-grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }

  .story-grid.reverse .story-media {
    order: 2;
  }

  .story-grid.reverse .story-body {
    order: 1;
  }
}

@media (max-width: 700px) {
  .story-feature {
    border-radius: 18px;
    padding: 24px 20px;
  }

  .story-header h2 {
    font-size: clamp(2.5rem, 15vw, 3.6rem);
  }

  .story-media img {
    aspect-ratio: 4 / 3;
  }
}
/* Poster-led highlighted module trial */
.hero-feature-card {
  width: min(100%, 460px);
  padding: clamp(18px, 2.2vw, 20px);
  border-color: rgba(0, 175, 121, 0.22);
  border-radius: 20px;
  background:
    linear-gradient(180deg, rgba(7, 52, 40, 0.76), rgba(4, 29, 23, 0.88)),
    radial-gradient(circle at 50% 16%, rgba(0, 175, 121, 0.13), transparent 45%);
  box-shadow: 0 34px 100px rgba(0, 0, 0, 0.36), inset 0 1px 0 rgba(255, 255, 255, 0.045);
}

.hero-feature-top {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 14px;
}

.hero-feature-top .eyebrow {
  margin: 0;
}

.hero-feature-top span {
  display: inline-flex;
  min-height: 36px;
  align-items: center;
  border-radius: 999px;
  padding: 0 17px;
  background: rgba(0, 175, 121, 0.14);
  color: #b9ffe7;
  font-weight: 900;
}

.hero-feature-poster {
  position: relative;
  z-index: 1;
  display: block;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  aspect-ratio: auto;
  background: rgba(0, 0, 0, 0.22);
  box-shadow: 0 22px 64px rgba(0, 0, 0, 0.34);
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.hero-feature-poster:hover,
.hero-feature-poster:focus-visible {
  border-color: rgba(0, 175, 121, 0.52);
  box-shadow: 0 26px 80px rgba(0, 175, 121, 0.16), 0 22px 64px rgba(0, 0, 0, 0.34);
  transform: translateY(-1px);
}

.hero-feature-poster img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
}

.hero-feature-meta {
  margin-top: 12px;
  gap: 10px;
}

.hero-feature-meta div {
  border-color: rgba(255, 255, 255, 0.085);
  background: rgba(255, 255, 255, 0.045);
  padding: 10px 9px;
}

.hero-feature-link {
  display: none;
}

@media (max-width: 700px) {
  .hero-feature-card {
    padding: 22px;
  }

  .hero-feature-top {
    margin-bottom: 16px;
  }

  .hero-feature-poster {
    border-radius: 20px;
    aspect-ratio: auto;
  }

  .hero-feature-meta {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    margin-top: 18px;
  }
}

/* Studio highlighted module trial */
.hero-studio-card {
  width: min(100%, 540px);
}

.hero-studio-photo {
  aspect-ratio: 16 / 8.4;
}

.hero-studio-photo img {
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.hero-studio-copy {
  position: relative;
  z-index: 1;
  margin-top: 14px;
}

.hero-studio-copy h2 {
  max-width: none;
  font-size: clamp(1.55rem, 2.6vw, 2.1rem);
  line-height: 1.08;
}

.hero-studio-copy p {
  max-width: 460px;
  margin: 8px 0 0;
  color: #c4d2cd;
  font-size: 1rem;
  line-height: 1.45;
}

.hero-studio-card .hero-feature-meta strong {
  font-size: clamp(0.9rem, 1.2vw, 1rem);
}

.hero-studio-card .hero-feature-meta span {
  margin-top: 4px;
  font-size: 0.78rem;
}

@media (max-width: 700px) {
  .hero-studio-card {
    padding: 18px;
  }

  .hero-studio-photo {
    aspect-ratio: 4 / 3;
  }

  .hero-studio-copy h2 {
    font-size: 1.75rem;
  }

  .hero-studio-copy p {
    font-size: 0.96rem;
    line-height: 1.55;
  }
}


.hero-open-card {
  width: min(100%, 470px);
}


.hero-open-card {
  padding: clamp(14px, 1.8vw, 16px);
}

.hero-open-card .hero-feature-top {
  margin-bottom: 10px;
}

.hero-open-card .hero-studio-copy {
  margin-top: 10px;
}

.hero-open-card .hero-studio-copy h2 {
  font-size: clamp(1.35rem, 2.2vw, 1.8rem);
}

.hero-open-card .hero-studio-copy p {
  margin-top: 6px;
  font-size: 0.94rem;
  line-height: 1.38;
}

.hero-open-card .hero-feature-meta {
  margin-top: 10px;
}

.hero-open-card .hero-feature-meta div {
  padding: 8px 8px;
}

.hero-open-card .hero-focus-link {
  min-height: 44px;
  margin-top: 14px;
}
.hero-open-photo {
  aspect-ratio: 960 / 407;
  background: rgba(0, 0, 0, 0.26);
}

.hero-open-card .hero-open-photo img {
  object-fit: cover;
  object-position: center center;
}

.hero-open-card .hero-focus-link {
  position: relative;
  z-index: 5;
  border-radius: 8px;
  background: var(--green);
  color: #03110d;
  box-shadow: 0 18px 50px rgba(0, 175, 121, 0.22);
}

.hero-open-card .hero-focus-link:hover,
.hero-open-card .hero-focus-link:focus-visible {
  background: #e9f5f1;
  color: var(--green);
}

@media (max-width: 700px) {
  .hero-open-card {
    width: min(100%, 430px);
  }

  .hero-open-photo {
    aspect-ratio: 960 / 407;
  }
}
/* Hero slogan fit for longer positioning line */
.hero h1 {
  max-width: 12.4em;
  font-size: clamp(2.35rem, 4.4vw, 3.25rem);
  line-height: 1.06;
}

.hero .lead {
  max-width: 34rem;
}

@media (min-width: 940px) {
  .hero-copy {
    max-width: 560px;
  }

  .hero h1 {
    font-size: clamp(2.75rem, 3.65vw, 3.25rem);
  }
}

/* Hero balance tweak: larger logo, calmer slogan */
.hero-copy-logo {
  width: min(76vw, 340px);
  margin-bottom: 34px;
}

.hero h1 {
  font-size: clamp(2.25rem, 3.8vw, 2.9rem);
}

@media (min-width: 940px) {
  .hero-copy-logo {
    width: 400px;
    margin-bottom: 36px;
  }

  .hero h1 {
    font-size: clamp(2.35rem, 3.15vw, 2.9rem);
  }
}

@media (max-width: 700px) {
  .hero-copy-logo {
    width: min(78vw, 288px);
    margin-bottom: 22px;
  }

  .hero h1 {
    font-size: clamp(2rem, 8.4vw, 2.45rem);
  }
}

/* Make featured studio card act as one link */
.hero-studio-card {
  cursor: pointer;
}

.hero-studio-card-link {
  position: absolute;
  inset: 0;
  z-index: 4;
  border-radius: inherit;
}

.hero-studio-card-link:focus-visible {
  outline: 3px solid rgba(0, 255, 183, 0.72);
  outline-offset: 5px;
}

.hero-studio-card:hover .hero-studio-photo,
.hero-studio-card:focus-within .hero-studio-photo {
  border-color: rgba(0, 175, 121, 0.52);
  box-shadow: 0 26px 80px rgba(0, 175, 121, 0.16), 0 22px 64px rgba(0, 0, 0, 0.34);
  transform: translateY(-1px);
}

.game-day-section-heading {
  margin-bottom: clamp(22px, 4vw, 36px);
}
.game-day-archive-card,
.game-day-entry-card {
  display: grid;
  gap: 20px;
  align-items: center;
}

.game-day-archive-card h3,
.game-day-entry-card h2 {
  margin-top: 14px;
  max-width: 16ch;
  font-size: clamp(1.75rem, 5vw, 3rem);
}

.game-day-archive-card strong {
  color: #fff;
  font-size: clamp(1.25rem, 3vw, 1.8rem);
}

.game-day-entry-section {
  padding-bottom: clamp(28px, 4vw, 48px);
}

.game-day-entry-card .actions {
  margin-top: 0;
}

@media (min-width: 760px) {
  .game-day-example-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .game-day-archive-card,
  .game-day-entry-card {
    grid-template-columns: minmax(0, 1fr) auto;
  }
}

@media (min-width: 940px) {
  .game-day-hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(320px, 0.72fr);
  }
}


/* Broadcast overview cards */
.broadcast-overview-section {
  padding-top: clamp(22px, 4vw, 40px);
}

.broadcast-card-grid {
  display: grid;
  gap: 18px;
}

.broadcast-card {
  position: relative;
  display: grid;
  overflow: hidden;
  border: 1px solid rgba(0, 175, 121, 0.22);
  border-radius: 20px;
  background:
    linear-gradient(180deg, rgba(7, 52, 40, 0.74), rgba(4, 29, 23, 0.9)),
    radial-gradient(circle at 50% 8%, rgba(0, 175, 121, 0.12), transparent 42%);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.045);
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.broadcast-card:hover,
.broadcast-card:focus-within {
  border-color: rgba(0, 175, 121, 0.46);
  box-shadow: 0 28px 86px rgba(0, 175, 121, 0.13), 0 24px 74px rgba(0, 0, 0, 0.34);
  transform: translateY(-2px);
}

.broadcast-card-full-link {
  position: absolute;
  inset: 0;
  z-index: 2;
  border-radius: inherit;
}

.broadcast-card-full-link:focus-visible {
  outline: 3px solid rgba(0, 255, 183, 0.72);
  outline-offset: -6px;
}

.broadcast-card-media {
  position: relative;
  z-index: 0;
  margin: clamp(14px, 2vw, 18px) clamp(14px, 2vw, 18px) 0;
  display: grid;
  place-items: center;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  background: rgba(0, 0, 0, 0.28);
}

.broadcast-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 34%;
  transform: translateY(-12%) scale(1.00);
  background: rgba(0, 0, 0, 0.18);
}

.broadcast-card-media.is-fallback {
  background:
    radial-gradient(circle at 50% 45%, rgba(0, 175, 121, 0.18), transparent 48%),
    rgba(0, 0, 0, 0.3);
}

.broadcast-fallback {
  display: grid;
  gap: 14px;
  place-items: center;
  padding: 26px;
  text-align: center;
}

.broadcast-fallback img {
  width: min(220px, 72%);
  height: auto;
  filter: drop-shadow(0 0 18px rgba(0, 175, 121, 0.34));
}

.broadcast-fallback span {
  color: var(--green-strong);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.broadcast-card-body {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 14px;
  padding: clamp(18px, 2.2vw, 24px);
}

.broadcast-card-meta {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 800;
}

.broadcast-card h3 {
  font-size: clamp(1.45rem, 3vw, 2rem);
}

.broadcast-card-description {
  margin: 0;
}

.broadcast-card-actions {
  display: flex;
  margin-top: 4px;
}

.broadcast-card-actions .btn {
  position: relative;
  z-index: 3;
  width: 100%;
}

.broadcast-empty {
  border: 1px solid rgba(0, 175, 121, 0.22);
  border-radius: 20px;
  padding: clamp(22px, 4vw, 34px);
  background: linear-gradient(180deg, rgba(7, 52, 40, 0.74), rgba(4, 29, 23, 0.9));
}

@media (min-width: 760px) {
  .broadcast-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 700px) {
  .broadcast-card {
    border-radius: 18px;
  }

  .broadcast-card-media {
    border-radius: 14px;
  }
}

/* Event overview cards */
.event-overview-section {
  padding-top: clamp(42px, 6vw, 72px);
}

.event-overview-intro {
  margin-bottom: clamp(22px, 4vw, 34px);
}

.event-overview-intro p:not(.eyebrow) {
  max-width: 875px;
  margin: 0;
}

.event-card-grid {
  display: grid;
  gap: 18px;
}

.event-card {
  position: relative;
  display: grid;
  gap: 0;
  overflow: hidden;
  border: 1px solid rgba(0, 175, 121, 0.22);
  border-radius: 20px;
  background:
    linear-gradient(180deg, rgba(7, 52, 40, 0.74), rgba(4, 29, 23, 0.9)),
    radial-gradient(circle at 50% 8%, rgba(0, 175, 121, 0.12), transparent 42%);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.045);
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.event-card:hover,
.event-card:focus-within {
  border-color: rgba(0, 175, 121, 0.46);
  box-shadow: 0 28px 86px rgba(0, 175, 121, 0.13), 0 24px 74px rgba(0, 0, 0, 0.34);
  transform: translateY(-2px);
}

.event-card-full-link {
  position: absolute;
  inset: 0;
  z-index: 2;
  border-radius: inherit;
}

.event-card-full-link:focus-visible {
  outline: 3px solid rgba(0, 255, 183, 0.72);
  outline-offset: -6px;
}

.event-card-media {
  position: relative;
  z-index: 0;
  margin: clamp(14px, 2vw, 18px) clamp(14px, 2vw, 18px) 0;
  display: grid;
  place-items: center;
  min-height: 0;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  background: rgba(0, 0, 0, 0.28);
}

.event-card-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: rgba(0, 0, 0, 0.18);
}

.event-card-body {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 14px;
  padding: clamp(18px, 2.2vw, 24px);
}

.event-card-meta,
.event-card-venue {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 800;
}

.event-card h3 {
  font-size: clamp(1.45rem, 3vw, 2rem);
}

.event-card-excerpt {
  margin: 0;
}

.event-role-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.event-role {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  border: 1px solid rgba(0, 175, 121, 0.32);
  border-radius: 999px;
  padding: 6px 10px;
  color: #a8ffe0;
  background: rgba(0, 175, 121, 0.08);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.event-card-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin: 0;
}

.event-card-fact {
  min-width: 0;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  padding: 10px 8px;
  background: rgba(255, 255, 255, 0.055);
  text-align: center;
}

.event-card-fact dt,
.event-card-fact dd {
  margin: 0;
}

.event-card-fact dt {
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 800;
}

.event-card-fact dd {
  margin-top: 3px;
  color: #fff;
  font-size: 1rem;
  font-weight: 900;
}

.event-card-actions {
  display: flex;
  margin-top: 4px;
}

.event-card-actions .btn {
  position: relative;
  z-index: 3;
  width: 100%;
  transition: border-color 180ms ease, background 180ms ease, color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.event-card-actions .btn:hover,
.event-card-actions .btn:focus-visible {
  border-color: rgba(0, 175, 121, 0.5);
  background: rgba(0, 175, 121, 0.16);
  color: #fff;
  box-shadow: 0 16px 48px rgba(0, 175, 121, 0.18);
  transform: translateY(-1px);
}

@media (min-width: 720px) {
  .event-card-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 700px) {
  .event-card {
    border-radius: 18px;
  }

  .event-card-media {
    border-radius: 14px;
  }

  .event-card-facts {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}


/* Event page: make visual event cards appear earlier */
.event-page-hero {
  padding-bottom: 8px;
}

.event-page-hero .container {
  padding-bottom: clamp(8px, 1.4vw, 14px);
}

.event-page-hero h1 {
  max-width: 12ch;
  font-size: clamp(1.85rem, 4.2vw, 2.85rem);
}

.event-page-hero .lead {
  max-width: 760px;
}

.event-overview-first {
  padding-top: clamp(22px, 4vw, 40px);
}

.event-overview-first + .game-day-entry-section {
  padding-top: clamp(28px, 5vw, 56px);
}
@media (min-width: 940px) {
  .event-page-hero {
    padding-top: 30px;
    padding-bottom: 8px;
  }
}
/* Event detail pages */
.event-detail-hero {
  padding-bottom: clamp(52px, 7vw, 88px);
}

.event-detail-hero-grid {
  display: grid;
  gap: clamp(28px, 5vw, 54px);
  align-items: start;
}

.event-detail-copy {
  display: grid;
  gap: 18px;
  align-content: start;
}

.event-detail-copy h1 {
  max-width: 12ch;
  font-size: clamp(2.35rem, 8vw, 4.8rem);
}

.event-detail-copy .lead {
  margin-top: 0;
}

.event-detail-roles {
  margin-top: 2px;
}

.event-detail-meta {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 4px 0 0;
}

.event-detail-meta-item {
  display: grid;
  gap: 3px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  padding: 11px 14px;
  background: rgba(255, 255, 255, 0.035);
}

.event-detail-meta dt,
.event-detail-meta dd {
  margin: 0;
}

.event-detail-meta dt {
  color: rgba(159, 178, 171, 0.78);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.event-detail-meta dt::after {
  content: ":";
}

.event-detail-meta dd {
  color: var(--muted);
  font-size: 0.95rem;
  font-weight: 600;
}

.event-prize-panel {
  display: grid;
  gap: 8px;
  padding: 12px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
}

.event-prize-panel .eyebrow {
  margin-bottom: 0;
  color: rgba(3, 214, 149, 0.78);
  font-size: 0.68rem;
}

.event-prize-list {
  display: grid;
  gap: 5px;
  margin: 0;
}

.event-prize-item {
  display: flex;
  gap: 8px;
  align-items: baseline;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.55;
}

.event-prize-item dt,
.event-prize-item dd {
  margin: 0;
}

.event-prize-item dt {
  color: #dcebe6;
  font-weight: 800;
}

.event-prize-item dt::after {
  content: ":";
}

.event-prize-item dd {
  color: var(--muted);
  font-weight: 600;
}

.event-detail-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 8px;
}

.event-detail-actions .btn {
  width: 100%;
  min-height: 58px;
  justify-content: center;
  padding-inline: 18px;
}

.event-detail-section,
.event-detail-poster,
.event-gallery-item {
  overflow: hidden;
  border: 1px solid rgba(0, 175, 121, 0.22);
  border-radius: 20px;
  background:
    linear-gradient(180deg, rgba(7, 52, 40, 0.74), rgba(4, 29, 23, 0.9)),
    radial-gradient(circle at 50% 8%, rgba(0, 175, 121, 0.12), transparent 42%);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.045);
}

.event-detail-section {
  padding: clamp(18px, 2.6vw, 28px);
}

.event-detail-section h2 {
  margin-bottom: clamp(16px, 2.5vw, 22px);
  font-size: clamp(1.8rem, 4.5vw, 3rem);
}

.event-detail-poster {
  margin: 0;
  padding: clamp(14px, 2vw, 18px);
}

.event-detail-poster img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: contain;
  border-radius: 14px;
  background: rgba(0, 0, 0, 0.2);
}

.podium-grid {
  display: grid;
  gap: 14px;
}

.podium-card {
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.055);
}

.podium-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  background: rgba(0, 0, 0, 0.22);
}
.podium-image-button {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  cursor: zoom-in;
}

.podium-image-button img {
  transition: transform 180ms ease, filter 180ms ease;
}

.podium-image-button:hover img,
.podium-image-button:focus-visible img {
  transform: scale(1.02);
  filter: brightness(1.08);
}

body.lightbox-open {
  overflow: hidden;
}

.image-lightbox {
  position: fixed;
  inset: 0;
  z-index: 300;
  display: grid;
  place-items: center;
  padding: clamp(18px, 4vw, 44px);
  background: rgba(0, 7, 5, 0.88);
  backdrop-filter: blur(12px);
}

.image-lightbox img {
  width: auto;
  max-width: min(100%, 1200px);
  height: auto;
  max-height: calc(100vh - 110px);
  object-fit: contain;
  border-radius: 18px;
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.58);
}

.image-lightbox-close {
  position: fixed;
  top: 18px;
  right: 18px;
  min-height: 44px;
  padding: 0 18px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(0, 22, 16, 0.72);
  color: var(--text);
  font: inherit;
  font-weight: 900;
  cursor: pointer;
  transition: color 160ms ease, border-color 160ms ease, background 160ms ease;
}

.image-lightbox-close:hover,
.image-lightbox-close:focus-visible {
  border-color: rgba(0, 255, 178, 0.54);
  color: var(--green-soft);
  background: rgba(0, 38, 28, 0.86);
}

.podium-card figcaption {
  padding: 10px 14px;
  color: rgba(233, 245, 241, 0.82);
  font-size: 0.9rem;
  font-weight: 800;
}


.podium-actions {
  margin-top: 18px;
}

.event-detail-content {
  padding-top: 0;
}

.event-detail-stack {
  display: grid;
  gap: 24px;
}

.event-gallery-grid {
  display: grid;
  gap: 14px;
}

.event-gallery-item {
  margin: 0;
}

.event-gallery-item img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

@media (min-width: 620px) {
  .event-detail-meta {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .podium-grid,
  .event-gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 980px) {
  .event-detail-hero-grid {
    grid-template-columns: minmax(0, 0.82fr) minmax(440px, 1.18fr);
  }
}

@media (max-width: 700px) {
  .event-detail-section,
  .event-detail-poster,
  .event-gallery-item {
    border-radius: 18px;
  }

  .podium-card {
    border-radius: 14px;
  }
}


.home-feature-card {
  width: min(100%, 540px);
  justify-self: end;
}

.home-feature-card .hero-focus-link {
  position: relative;
  z-index: 5;
  border-radius: 8px;
}

@media (max-width: 700px) {
  .home-feature-card {
    width: 100%;
  }
}
/* Homepage latest story teaser */
.home-latest-section {
  padding-top: clamp(42px, 6vw, 72px);
}

.home-latest-frame {
  position: relative;
  display: block;
  overflow: hidden;
  border: 1px solid rgba(0, 175, 121, 0.22);
  border-radius: 20px;
  padding: clamp(14px, 2vw, 18px);
  background:
    linear-gradient(180deg, rgba(7, 52, 40, 0.74), rgba(4, 29, 23, 0.88)),
    radial-gradient(circle at 50% 10%, rgba(0, 175, 121, 0.12), transparent 46%);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.045);
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.home-latest-frame:hover,
.home-latest-frame:focus-visible {
  border-color: rgba(0, 175, 121, 0.46);
  box-shadow: 0 26px 80px rgba(0, 175, 121, 0.14), 0 24px 74px rgba(0, 0, 0, 0.34);
  transform: translateY(-1px);
}

.home-latest-meta {
  position: absolute;
  top: clamp(24px, 3vw, 30px);
  left: clamp(24px, 3vw, 30px);
  z-index: 2;
  display: inline-flex;
  max-width: calc(100% - 48px);
  border-radius: 999px;
  padding: 8px 12px;
  background: rgba(3, 11, 9, 0.72);
  color: #e9f5f1;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  backdrop-filter: blur(12px);
}

.home-latest-image {
  min-height: 0;
  aspect-ratio: 16 / 10;
  border-radius: 14px;
  border-color: rgba(255, 255, 255, 0.08);
  object-fit: cover;
  object-position: center center;
  box-shadow: 0 22px 64px rgba(0, 0, 0, 0.34);
}

@media (max-width: 700px) {
  .home-latest-frame {
    border-radius: 18px;
    padding: 12px;
  }

  .home-latest-image {
    aspect-ratio: 4 / 3;
  }
}
/* Homepage OPEN poster card */
.open-poster-frame {
  display: block;
  overflow: hidden;
  border: 1px solid rgba(0, 175, 121, 0.22);
  border-radius: 20px;
  padding: clamp(14px, 2vw, 18px);
  background:
    linear-gradient(180deg, rgba(7, 52, 40, 0.74), rgba(4, 29, 23, 0.88)),
    radial-gradient(circle at 50% 16%, rgba(0, 175, 121, 0.13), transparent 45%);
  box-shadow: 0 34px 100px rgba(0, 0, 0, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.045);
  text-decoration: none;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.open-poster-frame:hover,
.open-poster-frame:focus-visible {
  border-color: rgba(0, 175, 121, 0.46);
  box-shadow: 0 26px 80px rgba(0, 175, 121, 0.14), 0 24px 74px rgba(0, 0, 0, 0.34);
  transform: translateY(-1px);
}

.open-poster-frame .open-poster {
  min-height: 0;
  border-radius: 14px;
  border-color: rgba(255, 255, 255, 0.08);
  aspect-ratio: 16 / 10;
  box-shadow: 0 22px 64px rgba(0, 0, 0, 0.34);
}

@media (max-width: 700px) {
  .open-poster-frame {
    border-radius: 18px;
    padding: 12px;
  }

  .open-poster-frame .open-poster {
    aspect-ratio: 4 / 3;
  }
}

/* Team cards on Om KØ-pÅdd */
.team-section-heading {
  margin-bottom: clamp(12px, 2vw, 20px);
}

.team-grid {
  display: grid;
  gap: 18px;
}

.team-card {
  display: grid;
  align-content: start;
  gap: 10px;
}

.team-card .eyebrow {
  margin: 2px 0 0;
}

.team-card h3 {
  margin: 0;
  font-size: clamp(1.28rem, 1.9vw, 1.72rem);
  line-height: 1.08;
  white-space: nowrap;
  overflow-wrap: normal;
}

.team-card > p:last-child {
  min-height: 4.8em;
}

.team-photo {
  display: grid;
  min-height: 0;
  aspect-ratio: 1 / 1;
  place-items: center;
  overflow: hidden;
  max-width: clamp(190px, 18vw, 250px);
  margin: 0 auto 4px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  background:
    radial-gradient(circle at 50% 36%, rgba(0, 175, 121, 0.18), transparent 42%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(0, 0, 0, 0.18));
}

.team-photo span {
  color: #91a39d;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.team-photo img {
  width: 100%;
  height: auto;
  min-height: 100%;
  object-fit: cover;
  object-position: center center;
  transform: translateY(5%);
}

/* Individual team image adjustments */
.team-card:nth-child(1) .team-photo img {
  transform: translateY(5%) scale(1);
}

.team-card:nth-child(2) .team-photo img {
  transform: translateY(10%);
}

.team-card:nth-child(3) .team-photo img {
  transform: translateY(3%);
}
@media (min-width: 760px) {
  .team-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
/* Contact page form */
.contact-card {
  display: grid;
  gap: 12px;
  align-content: start;
}

.contact-card .tag {
  justify-self: start;
  margin-left: -10px;
}

.contact-card h3,
.contact-card p,
.contact-card .text-link {
  margin-left: 0;
}

.contact-card .text-link {
  color: #fff;
  font-weight: 900;
  text-decoration: none;
}

.contact-card .text-link:hover,
.contact-card .text-link:focus-visible {
  color: var(--green-strong);
}

.contact-form-wrap {
  display: grid;
  gap: 24px;
  align-items: start;
}

.contact-form {
  display: grid;
  gap: 18px;
}

.form-grid {
  display: grid;
  gap: 10px;
}

.form-field {
  display: grid;
  gap: 8px;
}

.form-field label {
  color: var(--text);
  font-size: 0.86rem;
  font-weight: 900;
}

.form-field input,
.form-field select,
.form-field textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 8px;
  background: rgba(1, 15, 12, 0.62);
  color: var(--text);
  font: inherit;
  padding: 13px 14px;
  outline: none;
}

.form-field select {
  min-height: 50px;
}

.form-field textarea {
  min-height: 156px;
  resize: vertical;
}

.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
  border-color: rgba(0, 175, 121, 0.62);
  box-shadow: 0 0 0 3px rgba(0, 175, 121, 0.14);
}

.form-help {
  color: var(--muted);
  font-size: 0.92rem;
  margin: 0;
}

@media (min-width: 760px) {
  .form-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .form-field.full {
    grid-column: 1 / -1;
  }
}

@media (min-width: 940px) {
  .contact-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .contact-form-wrap {
    grid-template-columns: 0.72fr 1.28fr;
  }
}
/* Siste page story section */
.news-story-section {
  padding-top: clamp(24px, 4vw, 44px);
}

@media (min-width: 940px) {
  .news-story-section {
    padding-top: 36px;
  }
}

@media (max-width: 700px) {
  .news-story-section {
    padding-top: 22px;
  }
}
.honeypot {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.form-status {
  min-height: 1.35em;
  margin: 0;
  color: var(--muted);
  font-size: 0.94rem;
  font-weight: 800;
}

.form-status[data-status="success"] {
  color: var(--green-strong);
}

.form-status[data-status="error"] {
  color: #ffb4b4;
}

.form-status[data-status="pending"] {
  color: #f7e8c5;
}

.contact-form .btn[disabled] {
  cursor: wait;
  opacity: 0.72;
  transform: none;
}
/* About page compact hero */
.about-hero {
  padding-bottom: 8px;
}

.about-hero .container {
  padding-bottom: clamp(8px, 1.4vw, 14px);
}

.about-hero h1 {
  max-width: 12ch;
  font-size: clamp(1.85rem, 4.2vw, 2.85rem);
}

.about-hero .lead {
  max-width: 760px;
}

.about-hero .lead-secondary {
  margin-top: 14px;
}

.about-hero + .team-section {
  padding-top: clamp(12px, 2.2vw, 20px);
}

@media (min-width: 940px) {
  .about-hero {
    padding-top: 30px;
    padding-bottom: 8px;
  }

  .about-hero + .team-section {
    padding-top: 16px;
  }
}


@media (min-width: 940px) {
  .team-section-heading h2 {
    font-size: clamp(2.15rem, 3.5vw, 3.05rem);
  }
}
/* Cleaner background: grid removed */
body::before {
  background: radial-gradient(circle at 48% 8%, rgba(0, 175, 121, 0.08), transparent 28%);
  background-size: auto;
}

.hero::before,
.page-hero::before,
.open-hero::before,
.hero-image-wrap::before,
.hero-focus-card::before {
  background-image: none;
}

.section.tight::before,
.section:nth-of-type(4)::before {
  background: radial-gradient(circle at 88% 20%, rgba(0, 175, 121, 0.055), transparent 32%);
  background-size: auto;
}
/* First viewport: keep homepage hero as the only visible section on load */
.hero {
  min-height: calc(100svh - 76px);
  display: grid;
  align-items: center;
  padding-top: clamp(42px, 6vh, 72px);
  padding-bottom: clamp(42px, 6vh, 72px);
}

@media (max-width: 700px) {
  .hero {
    min-height: auto;
  }
}
/* Homepage hero secondary button hover */
.hero-actions .btn.secondary:hover,
.hero-actions .btn.secondary:focus-visible {
  border-color: rgba(0, 175, 121, 0.5);
  background: rgba(0, 175, 121, 0.16);
  color: var(--green-strong);
  box-shadow: 0 16px 48px rgba(0, 175, 121, 0.18);
  transform: translateY(-1px);
}
/* Standard global header sizing */
.site-header {
  font-size: 16px;
  line-height: 1;
}

.site-header .nav-shell {
  width: min(var(--max), calc(100% - 40px));
  height: 76px;
  min-height: 76px;
  padding: 8px 0;
}

.site-header .brand {
  flex: 0 0 auto;
}

.site-header .brand img {
  width: 132px !important;
  max-width: 132px !important;
  height: auto !important;
}

@media (min-width: 940px) {
  .site-header .desktop-nav {
    gap: 24px;
    font-size: 0.94rem;
    line-height: 1;
    font-weight: 800;
  }

  .site-header .desktop-nav > a,
  .site-header .has-dropdown > a {
    display: inline-flex;
    align-items: center;
    min-height: 48px;
    padding: 0;
    font-size: 0.94rem;
    line-height: 1;
  }

  .site-header .desktop-nav .nav-cta {
    min-height: 48px;
    padding: 0 18px;
    font-size: 0.94rem;
    line-height: 1;
  }
}

@media (max-width: 939px) {
  .site-header .nav-shell {
    width: min(var(--max), calc(100% - 32px));
    height: 64px;
    min-height: 64px;
  }

  .site-header .brand img {
    width: 132px !important;
    max-width: 132px !important;
  }
}
/* Standard subpage top sizing */
.page-hero {
  padding: 42px 20px 8px;
}

.page-hero .container {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  padding-bottom: clamp(8px, 1.4vw, 14px);
}

.page-hero h1,
.event-page-hero h1,
.about-hero h1,
.news-hero h1,
.game-day-hero h1 {
  max-width: 14ch;
  font-size: clamp(1.85rem, 4.2vw, 2.85rem);
  line-height: 1.04;
}

.page-hero .lead,
.event-page-hero .lead,
.about-hero .lead,
.news-hero .lead,
.game-day-hero .lead {
  max-width: 760px;
  font-size: 1.18rem;
  line-height: 1.7;
}

.page-hero + .section,
.page-hero + .event-overview-first,
.page-hero + .broadcast-overview-section,
.page-hero + .news-story-section {
  padding-top: clamp(22px, 4vw, 40px);
}

@media (min-width: 940px) {
  .page-hero,
  .event-page-hero,
  .about-hero,
  .news-hero,
  .game-day-hero {
    padding: 30px 32px 8px;
  }

  .page-hero + .section,
  .page-hero + .event-overview-first,
  .page-hero + .broadcast-overview-section,
  .page-hero + .news-story-section {
    padding-top: 36px;
  }
}

@media (max-width: 700px) {
  .page-hero h1,
  .event-page-hero h1,
  .about-hero h1,
  .news-hero h1,
  .game-day-hero h1 {
    max-width: 12ch;
  }
}
/* Match regular subpages to Om Oss top rhythm */
@media (min-width: 940px) {
  .page-hero:not(.about-hero) {
    min-height: 282px;
  }
}
/* Auto-hide header while scrolling down */
.site-header {
  transition: transform 220ms ease, border-color 180ms ease, background 180ms ease, box-shadow 180ms ease;
  will-change: transform;
}

.site-header.is-hidden {
  transform: translateY(calc(-100% - 2px));
}

body.nav-open .site-header,
.site-header:focus-within,
.site-header:hover {
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  .site-header {
    transition: none;
  }
}
/* Fixed screen header */
body {
  padding-top: 76px;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 100;
}

@media (max-width: 939px) {
  body {
    padding-top: 64px;
  }
}
/* Desktop width test: let main site surfaces use the full viewport with breathing room. */
@media (min-width: 1200px) {
  .nav-shell,
  .site-header .nav-shell,
  .container,
  .hero-inner,
  .site-footer .footer-grid {
    width: calc(100% - 80px);
    max-width: none;
  }
}
/* Event detail mobile stack */
@media (max-width: 700px) {
  .event-detail-meta,
  .event-detail-actions {
    grid-template-columns: 1fr;
  }
}
/* Birthday Tournament podium image positioning */
[data-event-id="birthday-tournament"] .podium-card:nth-child(-n + 3) img {
  object-position: center 10%;
}

/* Homepage hero balance: collect the first viewport so it does not feel empty on wide desktop screens. */
@media (min-width: 1200px) {
  .hero-inner {
    width: min(100% - 72px, 1580px);
    max-width: 1580px;
    grid-template-columns: minmax(700px, 1fr) minmax(760px, 0.98fr);
    gap: clamp(64px, 6.5vw, 112px);
  }

  .hero-copy {
    justify-self: end;
    max-width: 875px;
  }

  .hero-copy-logo {
    width: min(100%, 594px);
  }

  .hero h1 {
    font-size: clamp(3.1rem, 5.45vw, 4.45rem);
  }

  .hero .lead {
    max-width: 48rem;
    font-size: 1.18rem;
  }

  .hero-open-card {
    justify-self: start;
    width: min(100%, 812px);
  }
}

@media (min-width: 1500px) {
  .hero-inner {
    width: min(100% - 96px, 1660px);
  }
}
/* Homepage hero vertical scale: give both desktop hero halves more height and presence. */
@media (min-width: 1200px) {
  .hero-copy-logo {
    margin-bottom: 48px;
  }

  .hero h1 {
    margin-bottom: 22px;
  }

  .hero .lead {
    line-height: 1.75;
  }

  .hero-actions {
    margin-top: 34px;
  }

  .hero-actions .btn {
    min-height: 58px;
    padding-inline: 28px;
    font-size: 1.05rem;
  }

  .hero-open-card {
    padding: clamp(22px, 2.4vw, 28px);
  }

  .hero-open-card .hero-feature-top {
    margin-bottom: 16px;
  }

  .hero-open-photo {
    aspect-ratio: 16 / 7.8;
  }

  .hero-open-card .hero-studio-copy {
    margin-top: 18px;
  }

  .hero-open-card .hero-studio-copy h2 {
    font-size: clamp(1.65rem, 2.7vw, 2.25rem);
  }

  .hero-open-card .hero-studio-copy p {
    margin-top: 10px;
    font-size: 1.02rem;
    line-height: 1.5;
  }

  .hero-open-card .hero-feature-meta {
    margin-top: 18px;
  }

  .hero-open-card .hero-feature-meta div {
    padding: 12px 10px;
  }

  .hero-open-card .hero-focus-link {
    min-height: 56px;
    margin-top: 20px;
    padding-inline: 28px;
    font-size: 1.02rem;
  }
}

/* Language switcher */
.language-switcher {
  display: inline-flex;
  align-items: center;
  gap: 0;
  border: 1px solid rgba(0, 255, 178, 0.22);
  border-radius: 999px;
  padding: 0.18rem;
  background: rgba(255, 255, 255, 0.045);
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0;
  cursor: pointer;
}

.language-switcher button {
  border: 0;
  background: transparent;
  color: rgba(238, 255, 249, 0.68);
  font: inherit;
  line-height: 1;
  min-width: 2.35rem;
  min-height: 2rem;
  padding: 0.48rem 0.68rem;
  border-radius: 999px;
  cursor: pointer;
  transition: color 160ms ease, background 160ms ease, box-shadow 160ms ease;
}

.language-switcher button:hover,
.language-switcher button:focus-visible {
  color: var(--accent);
  outline: none;
}

.language-switcher button:focus-visible {
  box-shadow: 0 0 0 2px rgba(0, 255, 178, 0.32);
}

.language-switcher button.is-active {
  color: var(--accent);
  background: rgba(0, 255, 178, 0.12);
}

.language-switcher-separator {
  color: rgba(238, 255, 249, 0.32);
  padding: 0 0.08rem;
  pointer-events: none;
}

.mobile-language-switcher {
  align-self: flex-start;
  margin: 0.15rem 0 0.55rem;
}

@media (max-width: 980px) {
  .desktop-language-switcher {
    margin-left: auto;
  }
}

@media (max-width: 560px) {
  .insights-consent {
    right: 12px;
    bottom: 12px;
    grid-template-columns: 1fr;
    width: calc(100vw - 24px);
    padding: 16px;
  }

  .insights-consent-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .insights-consent-settings {
    right: 12px;
    bottom: 12px;
  }
}





