:root {
  --black: #050505;
  --panel: #0d0d0f;
  --line: #242428;
  --text: #f5f5f0;
  --muted: #9d9d96;
  --red: #e31322;
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  min-height: 100vh;
  overflow-x: hidden;
  background:
    linear-gradient(90deg, rgba(5, 5, 5, .48) 0%, rgba(5, 5, 5, .26) 48%, rgba(5, 5, 5, .12) 100%),
    linear-gradient(180deg, rgba(5, 5, 5, .16) 0%, rgba(5, 5, 5, .38) 100%),
    url("/generated/training-shoot-house-background-v2.webp") center top / cover fixed no-repeat,
    var(--black);
  color: var(--text);
  font-family: Inter, Arial, sans-serif;
  animation: siteFadeIn .9s ease-out both;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    linear-gradient(rgba(255, 255, 255, .025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .02) 1px, transparent 1px);
  background-size: 72px 72px;
  opacity: .24;
}

a {
  color: inherit;
  text-decoration: none;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 32px;
  min-height: 72px;
  padding: 0 clamp(18px, 4vw, 56px);
  background: rgba(0, 0, 0, .28);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(16px);
}

.brand {
  display: inline-flex;
  align-items: center;
  justify-self: start;
}

.brand img {
  display: block;
  width: min(300px, 48vw);
  height: auto;
}

nav {
  display: flex;
  justify-content: flex-end;
  gap: 28px;
  min-width: 0;
  font-family: "Barlow Condensed", Impact, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
}

nav a {
  color: var(--muted);
}

nav a:hover {
  color: var(--text);
}

main {
  max-width: var(--max);
  margin: 0 auto;
  padding: 14px 18px 80px;
}

.site-footer {
  display: grid;
  justify-items: center;
  gap: 8px;
  width: min(1120px, calc(100vw - 36px));
  margin: 0 auto;
  padding: 26px 18px 34px;
  color: rgba(170, 170, 162, .78);
  border-top: 1px solid rgba(255, 255, 255, .075);
  background:
    linear-gradient(90deg, transparent, rgba(227, 19, 34, .08), transparent),
    rgba(0, 0, 0, .18);
  text-align: center;
}

.site-footer p {
  margin: 0;
  font-size: 13px;
}

.footer-credit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 14px;
  color: rgba(245, 245, 240, .9);
  background: rgba(0, 0, 0, .34);
  border: 1px solid rgba(255, 255, 255, .09);
  border-radius: 6px;
  font-family: "Barlow Condensed", Impact, sans-serif;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.footer-credit:hover {
  color: #fff;
  border-color: rgba(227, 19, 34, .55);
  box-shadow: 0 0 18px rgba(227, 19, 34, .14);
}

.site-footer small {
  color: rgba(140, 140, 134, .72);
  font-size: 12px;
}

@keyframes siteFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.logo-video-stage {
  min-height: auto;
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  justify-items: center;
  gap: clamp(18px, 3vw, 34px);
  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding: clamp(16px, 3vw, 34px) 0 clamp(18px, 3vw, 34px);
}

.logo-stage,
.hero-content-grid {
  width: min(1360px, calc(100vw - clamp(28px, 4vw, 64px)));
}

.hero-content-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: center;
  gap: clamp(24px, 3vw, 46px);
  max-width: 1360px;
  margin: 0 auto;
  padding: clamp(24px, 3.2vw, 44px);
  border-radius: 14px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .035), transparent 28%),
    linear-gradient(180deg, rgba(6, 6, 7, .68), rgba(0, 0, 0, .48));
  border: 1px solid rgba(255, 255, 255, .08);
  outline: 1px solid rgba(0, 0, 0, .78);
  box-shadow:
    0 28px 90px rgba(0, 0, 0, .58),
    inset 0 1px 0 rgba(255, 255, 255, .05);
  backdrop-filter: blur(3px);
}

.hero-content-grid > h1 {
  grid-column: 1 / -1;
  width: 100%;
  max-width: 100%;
  margin: 0;
  transform: none;
  padding-inline: 0;
  box-sizing: border-box;
  text-align: center;
  white-space: nowrap;
  font-size: clamp(42px, 5vw, 72px);
}

.hero-social-media {
  display: grid;
  align-content: center;
  justify-self: center;
  gap: 14px;
  width: 100%;
  max-width: 640px;
  min-width: 0;
}

.logo-stage {
  display: grid;
  justify-items: center;
  position: relative;
}

.logo-stage img {
  position: relative;
  width: min(900px, 88vw);
  height: auto;
  display: block;
  border-radius: 14px;
  opacity: 1;
  mix-blend-mode: normal;
  border: 0;
  filter:
    drop-shadow(0 0 2px rgba(0, 0, 0, 1))
    drop-shadow(0 0 5px rgba(0, 0, 0, .98))
    drop-shadow(0 0 10px rgba(0, 0, 0, .92))
    drop-shadow(0 18px 42px rgba(0, 0, 0, .74));
  background: transparent;
  transition: transform .28s ease;
}

.logo-stage:hover img {
  transform: translateY(-1px);
}

.hero-copy {
  position: relative;
  justify-self: center;
  width: 100%;
  max-width: 640px;
  text-align: left;
  padding: clamp(24px, 3vw, 38px) clamp(24px, 3.2vw, 46px);
  border-radius: 10px;
  background:
    radial-gradient(circle at 50% 0%, rgba(227, 19, 34, .12), transparent 34%),
    linear-gradient(180deg, rgba(12, 12, 13, .68), rgba(0, 0, 0, .5));
  border: 1px solid rgba(255, 255, 255, .07);
  outline: 1px solid rgba(0, 0, 0, .74);
  box-shadow:
    0 18px 54px rgba(0, 0, 0, .44),
    inset 0 1px 0 rgba(255, 255, 255, .035);
  text-shadow: 0 3px 22px rgba(0, 0, 0, .85);
}

.hero-copy::before {
  content: "";
  position: absolute;
  top: 0;
  left: clamp(24px, 3.2vw, 46px);
  right: clamp(24px, 3.2vw, 46px);
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(227, 19, 34, .9), transparent);
  box-shadow: 0 0 18px rgba(227, 19, 34, .45);
}

.kicker {
  margin: 0 0 12px;
  color: var(--red);
  font-family: "Barlow Condensed", Impact, sans-serif;
  font-size: clamp(18px, 2vw, 24px);
  font-weight: 800;
  letter-spacing: 3px;
  text-transform: uppercase;
}

h1 {
  margin: 0;
  font-family: "Barlow Condensed", Impact, sans-serif;
  font-size: clamp(44px, 5.25vw, 78px);
  line-height: .92;
  text-transform: uppercase;
}

.hero-copy p {
  max-width: 700px;
  margin: 18px 0 0;
  color: rgba(245, 245, 240, .86);
  font-size: clamp(16px, 1.16vw, 18px);
  line-height: 1.6;
}

.hero-copy .hero-lead {
  margin-top: clamp(14px, 1.8vw, 22px);
  color: rgba(255, 255, 250, .96);
  font-family: "Barlow Condensed", Impact, sans-serif;
  font-size: clamp(24px, 2.2vw, 32px);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: .6px;
  text-align: center;
  text-transform: uppercase;
}

.red-divider {
  width: min(820px, 82vw);
  height: 2px;
  margin: 0 auto clamp(24px, 4vw, 42px);
  background: linear-gradient(90deg, transparent 0%, rgba(227, 19, 34, .25) 18%, rgba(255, 38, 52, 1) 50%, rgba(227, 19, 34, .25) 82%, transparent 100%);
  box-shadow:
    0 0 12px rgba(227, 19, 34, .72),
    0 0 34px rgba(227, 19, 34, .46);
}

.red-divider-secondary {
  width: min(700px, 76vw);
  margin-top: 0;
  margin-bottom: clamp(30px, 4vw, 54px);
}

.red-divider-gallery {
  width: min(760px, 78vw);
  margin-top: 0;
  margin-bottom: clamp(36px, 5vw, 70px);
}

.red-divider-formations {
  width: min(820px, 82vw);
  margin-top: clamp(10px, 2vw, 22px);
  margin-bottom: clamp(34px, 5vw, 64px);
}

.red-divider-shop {
  width: min(820px, 82vw);
  margin-top: clamp(4px, 1vw, 14px);
  margin-bottom: clamp(34px, 5vw, 64px);
}

.quick-links-section {
  width: min(1120px, calc(100vw - 36px));
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(12px, 2vw, 20px);
  margin: 0 auto clamp(46px, 6vw, 84px);
}

.quick-link-card {
  display: grid;
  gap: 10px;
  min-height: 150px;
  align-content: center;
  padding: clamp(18px, 2.4vw, 28px);
  color: rgba(245, 245, 240, .94);
  background:
    radial-gradient(circle at 50% 0%, rgba(227, 19, 34, .11), transparent 46%),
    linear-gradient(180deg, rgba(8, 8, 9, .7), rgba(0, 0, 0, .52));
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 12px;
  outline: 1px solid rgba(0, 0, 0, .72);
  box-shadow:
    0 22px 70px rgba(0, 0, 0, .44),
    inset 0 1px 0 rgba(255, 255, 255, .04);
  text-align: center;
  cursor: pointer;
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}

button.quick-link-card {
  font: inherit;
}

.quick-link-card span {
  color: rgba(180, 180, 172, .9);
  font-size: 14px;
  line-height: 1.35;
}

.quick-link-card strong {
  color: #fff;
  font-family: "Barlow Condensed", Impact, sans-serif;
  font-size: clamp(28px, 3vw, 42px);
  line-height: .95;
  text-transform: uppercase;
}

.quick-link-card:hover {
  transform: translateY(-4px);
  border-color: rgba(227, 19, 34, .7);
  box-shadow:
    0 26px 78px rgba(0, 0, 0, .52),
    0 0 28px rgba(227, 19, 34, .18),
    inset 0 1px 0 rgba(255, 255, 255, .05);
}

.trainers-section {
  max-width: 1120px;
  margin: 0 auto clamp(38px, 5vw, 70px);
}

.trainers-page-section {
  margin-top: clamp(28px, 4vw, 58px);
}

.trainers-section h2 {
  margin: 0 0 clamp(18px, 3vw, 30px);
  color: var(--text);
  font-family: "Barlow Condensed", Impact, sans-serif;
  font-size: clamp(42px, 5vw, 74px);
  line-height: .95;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 4px 24px rgba(0, 0, 0, .85);
}

.trainer-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(18px, 4vw, 42px);
  align-items: stretch;
}

.trainer-profile {
  display: grid;
  min-width: 0;
}

.trainer-card {
  position: relative;
  overflow: hidden;
  height: clamp(520px, 46vw, 680px);
  border-radius: 18px;
  background: #050505;
  border: 5px solid rgba(0, 0, 0, .94);
  box-shadow:
    0 24px 70px rgba(0, 0, 0, .72),
    inset 0 0 0 1px rgba(255, 255, 255, .04);
  transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}

.trainer-card::after {
  content: attr(data-name);
  position: absolute;
  inset: 0;
  z-index: 2;
  display: grid;
  place-items: center;
  pointer-events: none;
  opacity: 0;
  color: #fff;
  background: rgba(0, 0, 0, .34);
  font-family: "Barlow Condensed", Impact, sans-serif;
  font-size: clamp(38px, 4.2vw, 62px);
  font-weight: 800;
  line-height: .95;
  text-align: center;
  text-transform: uppercase;
  text-shadow:
    0 4px 22px rgba(0, 0, 0, .95),
    0 0 16px rgba(227, 19, 34, .42);
  transition: opacity .28s ease;
}

.trainer-card:hover {
  transform: translateY(-6px);
  border-color: rgba(227, 19, 34, .72);
  box-shadow:
    0 28px 78px rgba(0, 0, 0, .78),
    0 0 18px rgba(227, 19, 34, .62),
    0 0 46px rgba(227, 19, 34, .44),
    0 0 86px rgba(227, 19, 34, .22),
    inset 0 0 0 1px rgba(255, 255, 255, .06);
}

.trainer-card:hover::after {
  opacity: 1;
}

.trainer-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: contrast(1.04) saturate(.94) brightness(.88);
  transition: transform .28s ease, filter .28s ease;
}

.trainer-card:hover img {
  transform: scale(1.025);
  filter: contrast(1.07) saturate(.98) brightness(.72);
}

.trainer-sam {
  object-position: 50% 20%;
  transform: scaleX(-1);
}

.trainer-card:hover .trainer-sam {
  transform: scaleX(-1) scale(1.025);
}

.trainer-jo {
  object-position: 50% 8%;
}

.credentials-section {
  max-width: 1120px;
  margin: clamp(28px, 4vw, 52px) auto clamp(42px, 5vw, 76px);
  padding: clamp(22px, 3.5vw, 42px);
  border-radius: 12px;
  background: rgba(5, 5, 5, .44);
  border: 1px solid rgba(255, 255, 255, .08);
  box-shadow: 0 26px 72px rgba(0, 0, 0, .46);
}

.credentials-copy {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(18px, 3vw, 34px);
  margin-bottom: clamp(20px, 3vw, 34px);
}

.credentials-copy p {
  margin: 0;
  color: rgba(245, 245, 240, .88);
  font-size: clamp(16px, 1.25vw, 19px);
  line-height: 1.6;
}

.credentials-list h3 {
  margin: 0 0 16px;
  color: var(--text);
  font-family: "Barlow Condensed", Impact, sans-serif;
  font-size: clamp(30px, 3.3vw, 48px);
  line-height: .95;
  text-transform: uppercase;
}

.credentials-list ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 24px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.credentials-list li {
  position: relative;
  padding-left: 22px;
  color: rgba(220, 220, 214, .84);
  line-height: 1.48;
}

.credentials-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .62em;
  width: 9px;
  height: 2px;
  background: var(--red);
  box-shadow: 0 0 10px rgba(227, 19, 34, .55);
}

.image-bank {
  width: min(1180px, calc(100vw - 36px));
  margin: 0 auto clamp(42px, 5vw, 76px);
  overflow: hidden;
  overflow: clip;
  padding: 8px 0 22px;
  mask-image: linear-gradient(90deg, rgba(0, 0, 0, .18) 0%, rgba(0, 0, 0, .68) 14%, black 30%, black 70%, rgba(0, 0, 0, .68) 86%, rgba(0, 0, 0, .18) 100%);
}

.image-bank-track {
  display: flex;
  width: max-content;
  gap: 18px;
  animation: imageScroll 116s linear infinite;
}

.image-bank:hover .image-bank-track {
  animation-play-state: paused;
}

.image-bank-card {
  position: relative;
  flex: 0 0 min(520px, 70vw);
  aspect-ratio: 16 / 10;
  overflow: hidden;
  border: 0;
  border-radius: 14px;
  padding: 0;
  background: #050505;
  cursor: pointer;
  box-shadow: 0 22px 64px rgba(0, 0, 0, .54);
}

.image-bank-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 0;
  display: block;
  filter: brightness(.82) contrast(1.04) saturate(.92);
  transition: transform .3s ease, filter .3s ease;
}

.image-bank-card:hover img {
  transform: scale(1.035);
  filter: brightness(.94) contrast(1.08) saturate(1);
}

.image-bank-card span {
  position: absolute;
  right: 12px;
  bottom: 12px;
  max-width: min(78%, 300px);
  padding: 10px 12px;
  color: rgba(245, 245, 240, .92);
  background: rgba(0, 0, 0, .68);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 8px;
  font-size: 13px;
  line-height: 1.35;
  text-align: left;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .45);
}

.about-company-section {
  max-width: 1120px;
  margin: clamp(12px, 2vw, 26px) auto clamp(42px, 5vw, 76px);
  padding: clamp(24px, 3.6vw, 46px);
  border-radius: 14px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .035), transparent 28%),
    linear-gradient(180deg, rgba(6, 6, 7, .68), rgba(0, 0, 0, .5));
  border: 1px solid rgba(255, 255, 255, .08);
  outline: 1px solid rgba(0, 0, 0, .78);
  box-shadow:
    0 28px 90px rgba(0, 0, 0, .58),
    inset 0 1px 0 rgba(255, 255, 255, .05);
  backdrop-filter: blur(3px);
}

.section-kicker {
  margin: 0 0 8px;
  color: var(--red);
  font-family: "Barlow Condensed", Impact, sans-serif;
  font-size: clamp(17px, 1.7vw, 22px);
  font-weight: 800;
  letter-spacing: 2px;
  text-align: center;
  text-transform: uppercase;
}

.about-company-section h2 {
  margin: 0 0 clamp(22px, 3vw, 34px);
  font-family: "Barlow Condensed", Impact, sans-serif;
  font-size: clamp(44px, 5vw, 74px);
  line-height: .95;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 4px 24px rgba(0, 0, 0, .85);
}

.about-company-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.about-company-card {
  padding: clamp(18px, 2.5vw, 28px);
  border-radius: 10px;
  background:
    radial-gradient(circle at 50% 0%, rgba(227, 19, 34, .09), transparent 42%),
    rgba(3, 3, 4, .58);
  border: 1px solid rgba(255, 255, 255, .075);
  box-shadow: 0 18px 54px rgba(0, 0, 0, .36);
}

.about-company-card-wide {
  grid-column: 1 / -1;
}

.about-company-logo-card {
  display: grid;
  place-items: center;
  min-height: 260px;
  overflow: hidden;
  padding: 0;
  border-radius: 10px;
  background:
    radial-gradient(circle at 50% 50%, rgba(227, 19, 34, .12), transparent 46%),
    linear-gradient(180deg, rgba(10, 10, 11, .62), rgba(0, 0, 0, .48));
  border: 1px solid rgba(255, 255, 255, .075);
  box-shadow:
    0 18px 54px rgba(0, 0, 0, .36),
    inset 0 1px 0 rgba(255, 255, 255, .035);
}

.about-company-logo-card img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 260px;
  object-fit: cover;
  object-position: center;
  filter:
    drop-shadow(0 0 2px rgba(0, 0, 0, 1))
    drop-shadow(0 0 9px rgba(0, 0, 0, .95))
    drop-shadow(0 16px 34px rgba(0, 0, 0, .66));
  opacity: .9;
}

.about-company-card h3 {
  margin: 0 0 12px;
  color: var(--red);
  font-family: "Barlow Condensed", Impact, sans-serif;
  font-size: clamp(24px, 2.4vw, 34px);
  line-height: 1;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.about-company-card p {
  margin: 0;
  color: rgba(245, 245, 240, .86);
  font-size: clamp(15px, 1.14vw, 17px);
  line-height: 1.62;
}

.about-company-card p + p {
  margin-top: 12px;
}

@keyframes imageScroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-50% - 9px));
  }
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: none;
  align-items: center;
  justify-content: center;
  padding: clamp(18px, 4vw, 54px);
  background: rgba(0, 0, 0, .86);
  backdrop-filter: blur(8px);
}

.lightbox.is-open {
  display: flex;
}

body.lightbox-open {
  overflow: hidden;
}

.lightbox-figure {
  position: relative;
  max-width: min(94vw, 1380px);
  max-height: 88vh;
  margin: 0;
}

.lightbox-figure img {
  max-width: 100%;
  max-height: 88vh;
  object-fit: contain;
  display: block;
  border-radius: 12px;
  box-shadow: 0 34px 110px rgba(0, 0, 0, .82);
}

.lightbox-figure figcaption {
  position: absolute;
  right: 16px;
  bottom: 16px;
  max-width: min(520px, calc(100% - 32px));
  padding: 12px 14px;
  color: rgba(245, 245, 240, .94);
  background: rgba(0, 0, 0, .72);
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 8px;
  line-height: 1.4;
}

.lightbox-close,
.lightbox-nav {
  position: fixed;
  z-index: 101;
  border: 0;
  color: #fff;
  background: rgba(0, 0, 0, .46);
  cursor: pointer;
}

.lightbox-close {
  top: 22px;
  right: 24px;
  width: 48px;
  height: 48px;
  font-size: 38px;
  line-height: 1;
}

.lightbox-nav {
  top: 50%;
  width: 54px;
  height: 78px;
  transform: translateY(-50%);
  font-size: 56px;
}

.lightbox-prev {
  left: 22px;
}

.lightbox-next {
  right: 22px;
}

.lightbox-close:hover,
.lightbox-nav:hover {
  background: rgba(227, 19, 34, .62);
}

.event-section {
  max-width: 1120px;
  margin: 0 auto clamp(46px, 6vw, 84px);
}

.event-page-section {
  margin-top: clamp(34px, 5vw, 72px);
}

.events-dashboard {
  width: min(1240px, calc(100vw - clamp(32px, 5vw, 78px)));
  max-width: none;
  margin-inline: auto;
}

.events-dashboard-header {
  margin-bottom: clamp(26px, 3.6vw, 44px);
  text-align: center;
}

.events-dashboard-header h1,
.event-upcoming-heading h2 {
  margin: 0;
  font-family: "Barlow Condensed", Impact, sans-serif;
  font-size: clamp(48px, 5vw, 78px);
  line-height: .92;
  text-transform: uppercase;
  text-shadow: 0 4px 24px rgba(0, 0, 0, .85);
}

.events-dashboard-grid {
  display: grid;
  grid-template-columns: minmax(360px, .9fr) minmax(560px, 1.1fr);
  gap: clamp(22px, 3.2vw, 40px);
  align-items: stretch;
}

.event-summary-card,
.event-calendar-card,
.event-upcoming,
.event-modal-panel {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .035), transparent 28%),
    linear-gradient(180deg, rgba(6, 6, 7, .7), rgba(0, 0, 0, .52));
  border: 1px solid rgba(255, 255, 255, .08);
  outline: 1px solid rgba(0, 0, 0, .78);
  box-shadow:
    0 28px 90px rgba(0, 0, 0, .58),
    inset 0 1px 0 rgba(255, 255, 255, .05);
  backdrop-filter: blur(3px);
}

.event-summary-card {
  position: relative;
  overflow: hidden;
  display: grid;
  align-content: end;
  min-height: 100%;
  padding: clamp(22px, 2.8vw, 32px);
  border-radius: 14px;
}

.event-summary-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 38%;
  filter: brightness(.82) contrast(1.06) saturate(.94);
}

.event-summary-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 36%, rgba(0, 0, 0, .78) 100%);
}

.event-summary-card .event-more {
  position: relative;
  z-index: 1;
  justify-self: center;
}

.event-summary-card dl {
  display: grid;
  gap: 22px;
  margin: 10px 0 0;
}

.event-summary-card dt {
  color: var(--red);
  font-family: "Barlow Condensed", Impact, sans-serif;
  font-size: clamp(24px, 2.4vw, 34px);
  font-weight: 800;
  letter-spacing: 1.4px;
  line-height: 1;
  text-transform: uppercase;
}

.event-summary-card dd {
  margin: 8px 0 0;
  color: rgba(245, 245, 240, .9);
  font-size: clamp(18px, 1.5vw, 22px);
  font-weight: 700;
  line-height: 1.35;
}

.event-calendar-card {
  position: relative;
  padding: clamp(22px, 2.8vw, 34px);
  border-radius: 14px;
}

.event-calendar-top {
  display: grid;
  grid-template-columns: 44px 1fr 44px;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
}

.event-calendar-top div {
  display: grid;
  justify-items: center;
  color: rgba(245, 245, 240, .96);
  font-family: "Barlow Condensed", Impact, sans-serif;
  text-transform: uppercase;
}

.event-calendar-top span {
  color: var(--red);
  font-size: 20px;
  font-weight: 800;
  letter-spacing: 2px;
}

.event-calendar-top strong {
  font-size: clamp(34px, 3.6vw, 52px);
  line-height: .95;
}

.calendar-nav {
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, .12);
  color: rgba(245, 245, 240, .9);
  background: rgba(0, 0, 0, .4);
  font-size: 34px;
  line-height: 1;
  cursor: pointer;
}

.event-calendar-weekdays,
.event-calendar-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: clamp(7px, .8vw, 10px);
}

.event-calendar-weekdays {
  margin-bottom: 8px;
  color: rgba(165, 165, 158, .82);
  font-family: "Barlow Condensed", Impact, sans-serif;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 1px;
  text-align: center;
  text-transform: uppercase;
}

.event-calendar-grid button,
.calendar-empty {
  aspect-ratio: 1;
}

.calendar-empty {
  visibility: hidden;
}

.event-calendar-grid button {
  border: 1px solid rgba(255, 255, 255, .075);
  color: rgba(225, 225, 219, .78);
  background: rgba(0, 0, 0, .32);
  font-family: "Barlow Condensed", Impact, sans-serif;
  font-size: clamp(19px, 2vw, 27px);
  font-weight: 800;
  cursor: pointer;
}

.event-calendar-grid button:hover,
.event-calendar-grid .is-selected {
  color: #fff;
  border-color: rgba(227, 19, 34, .9);
  background: rgba(227, 19, 34, .22);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, .06),
    0 0 24px rgba(227, 19, 34, .24);
}

.event-calendar-grid .is-today {
  outline: 1px solid rgba(255, 255, 255, .28);
  outline-offset: -3px;
}

.event-calendar-grid .is-unavailable {
  position: relative;
  color: rgba(150, 150, 144, .54);
  background: rgba(0, 0, 0, .24);
}

.event-calendar-grid .is-unavailable::after {
  content: "";
  position: absolute;
  left: 18%;
  right: 18%;
  top: 50%;
  height: 2px;
  transform: rotate(-18deg);
  background: rgba(227, 19, 34, .95);
  box-shadow: 0 0 10px rgba(227, 19, 34, .75);
}

.event-calendar-grid .is-unavailable:hover,
.event-calendar-grid .is-unavailable.is-selected {
  color: rgba(235, 235, 228, .74);
  background: rgba(227, 19, 34, .1);
}

.reservation-menu {
  display: grid;
  gap: 14px;
  padding: clamp(16px, 2.2vw, 24px);
  border-radius: 10px;
  background: rgba(0, 0, 0, .46);
  border: 1px solid rgba(255, 255, 255, .08);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .035),
    0 18px 54px rgba(0, 0, 0, .34);
}

.reservation-date {
  margin: 0;
  color: rgba(245, 245, 240, .94);
  font-weight: 800;
  line-height: 1.45;
}

.reservation-menu label {
  display: grid;
  gap: 7px;
}

.reservation-actions {
  display: grid;
  gap: 14px;
}

.reservation-actions.is-disabled {
  opacity: .46;
  filter: grayscale(.7);
  pointer-events: none;
  text-decoration: line-through;
  text-decoration-color: rgba(227, 19, 34, .95);
  text-decoration-thickness: 2px;
}

.reservation-menu label span,
.reservation-note {
  color: rgba(185, 185, 178, .9);
  font-family: "Barlow Condensed", Impact, sans-serif;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.reservation-menu select {
  width: 100%;
  min-height: 42px;
  padding: 0 12px;
  color: rgba(245, 245, 240, .94);
  background: rgba(8, 8, 9, .88);
  border: 1px solid rgba(255, 255, 255, .14);
  font: inherit;
}

.reservation-note {
  margin: 0;
  color: rgba(227, 19, 34, .92);
  letter-spacing: .8px;
}

.reservation-confirm {
  min-height: 44px;
  padding: 0 18px;
  color: #fff;
  background: rgba(227, 19, 34, .86);
  border: 1px solid rgba(255, 255, 255, .12);
  font-family: "Barlow Condensed", Impact, sans-serif;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
}

.event-upcoming {
  margin-top: clamp(76px, 8vw, 128px);
  padding: clamp(26px, 3.4vw, 42px);
  border-radius: 14px;
}

.event-upcoming.formations-section {
  max-width: none;
  margin: clamp(34px, 4vw, 58px) 0 0;
}

.event-upcoming .formation-grid {
  gap: clamp(18px, 2.4vw, 28px);
}

.event-upcoming-heading {
  margin-bottom: clamp(22px, 3vw, 34px);
  text-align: center;
}

.event-poster-card {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
  padding: 0;
  border: 5px solid rgba(0, 0, 0, .92);
  border-radius: 16px;
  background: #050505;
  cursor: pointer;
  box-shadow: 0 28px 84px rgba(0, 0, 0, .62);
}

.event-poster-card img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 7;
  object-fit: cover;
  filter: brightness(.82) contrast(1.06) saturate(.96);
  transition: transform .3s ease, filter .3s ease;
}

.event-poster-card span {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  display: grid;
  gap: 4px;
  padding: 14px 16px;
  color: #fff;
  background: rgba(0, 0, 0, .68);
  border: 1px solid rgba(255, 255, 255, .1);
  text-align: left;
}

.event-poster-card strong {
  font-family: "Barlow Condensed", Impact, sans-serif;
  font-size: clamp(26px, 3vw, 42px);
  line-height: .95;
  text-transform: uppercase;
}

.event-poster-card small {
  color: rgba(235, 235, 228, .82);
  font-size: 14px;
  text-transform: uppercase;
}

.event-poster-card:hover img {
  transform: scale(1.025);
  filter: brightness(.94) contrast(1.08) saturate(1);
}

.event-feature {
  display: grid;
  grid-template-columns: minmax(300px, .82fr) minmax(420px, 1.18fr);
  gap: clamp(22px, 4vw, 48px);
  align-items: center;
}

.event-copy {
  justify-self: start;
  max-width: 460px;
  padding: clamp(22px, 3vw, 36px);
  border-radius: 12px;
  background: rgba(5, 5, 5, .46);
  border: 1px solid rgba(255, 255, 255, .08);
  box-shadow: 0 24px 70px rgba(0, 0, 0, .48);
  text-align: center;
}

.event-kicker {
  margin: 0 0 10px;
  color: var(--red);
  font-family: "Barlow Condensed", Impact, sans-serif;
  font-size: 22px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.event-copy h2 {
  margin: 0 0 18px;
  color: var(--text);
  font-family: "Barlow Condensed", Impact, sans-serif;
  font-size: clamp(48px, 5vw, 78px);
  line-height: .9;
  text-transform: uppercase;
}

.event-date {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 0 0 18px;
  color: rgba(245, 245, 240, .92);
  font-weight: 700;
}

.event-date span {
  color: rgba(190, 190, 184, .78);
  font-family: "Barlow Condensed", Impact, sans-serif;
  font-size: 18px;
  text-transform: uppercase;
}

.event-copy p:last-child {
  margin: 0;
  color: rgba(230, 230, 224, .86);
  font-size: clamp(17px, 1.35vw, 21px);
  line-height: 1.45;
}

.event-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 22px;
  min-height: 42px;
  padding: 0 18px;
  color: #fff;
  background: rgba(227, 19, 34, .84);
  border: 1px solid rgba(255, 255, 255, .12);
  font-family: "Barlow Condensed", Impact, sans-serif;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  box-shadow: 0 12px 30px rgba(0, 0, 0, .34);
}

.event-more:hover {
  background: var(--red);
  box-shadow: 0 0 24px rgba(227, 19, 34, .36);
}

.event-image {
  overflow: hidden;
  border-radius: 16px;
  border: 5px solid rgba(0, 0, 0, .92);
  background: #050505;
  box-shadow: 0 28px 84px rgba(0, 0, 0, .62);
}

.event-image img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  filter: brightness(.9) contrast(1.05) saturate(.96);
}

.event-details {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: clamp(20px, 3vw, 34px);
}

.detail-card,
.detail-list {
  background: rgba(5, 5, 5, .46);
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 10px;
  box-shadow: 0 18px 54px rgba(0, 0, 0, .34);
}

.detail-card {
  display: grid;
  gap: 8px;
  padding: 18px 20px;
}

.detail-card span,
.detail-list h3 {
  color: var(--red);
  font-family: "Barlow Condensed", Impact, sans-serif;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.detail-card strong {
  color: rgba(245, 245, 240, .94);
  font-size: clamp(17px, 1.3vw, 21px);
  line-height: 1.25;
}

.detail-list {
  padding: 20px;
}

.detail-list h3 {
  margin: 0 0 12px;
}

.detail-list ul {
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.detail-list li {
  position: relative;
  padding-left: 20px;
  color: rgba(225, 225, 219, .88);
  line-height: 1.45;
}

.detail-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .72em;
  width: 8px;
  height: 2px;
  background: var(--red);
  box-shadow: 0 0 10px rgba(227, 19, 34, .5);
}

.course-modal {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: none;
  align-items: center;
  justify-content: center;
  padding: clamp(16px, 4vw, 48px);
  background: rgba(0, 0, 0, .82);
  backdrop-filter: blur(8px);
}

.course-modal.is-open {
  display: flex;
}

.course-modal-panel {
  position: relative;
  width: min(860px, 94vw);
  max-height: 86vh;
  overflow: auto;
  padding: clamp(24px, 4vw, 44px);
  border-radius: 14px;
  background: rgba(7, 7, 8, .94);
  border: 1px solid rgba(227, 19, 34, .32);
  box-shadow:
    0 34px 110px rgba(0, 0, 0, .82),
    0 0 42px rgba(227, 19, 34, .18);
}

.course-modal-panel h2 {
  margin: 0 0 22px;
  color: var(--text);
  font-family: "Barlow Condensed", Impact, sans-serif;
  font-size: clamp(42px, 5vw, 72px);
  line-height: .9;
  text-transform: uppercase;
}

.course-modal-close {
  position: absolute;
  top: 14px;
  right: 16px;
  width: 44px;
  height: 44px;
  color: #fff;
  background: rgba(0, 0, 0, .46);
  border: 0;
  font-size: 34px;
  line-height: 1;
  cursor: pointer;
}

.course-modal-close:hover {
  background: rgba(227, 19, 34, .62);
}

.course-modules {
  columns: 2;
  column-gap: clamp(24px, 4vw, 52px);
  margin: 0;
  padding: 0;
  list-style: none;
}

.course-modules li {
  break-inside: avoid;
  position: relative;
  margin: 0 0 11px;
  padding-left: 22px;
  color: rgba(230, 230, 224, .9);
  line-height: 1.42;
}

.course-modules li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .7em;
  width: 9px;
  height: 2px;
  background: var(--red);
  box-shadow: 0 0 10px rgba(227, 19, 34, .52);
}

.formations-section {
  max-width: 1120px;
  margin: 0 auto clamp(48px, 6vw, 88px);
}

.formations-section h2 {
  margin: 0 0 clamp(22px, 3vw, 36px);
  color: var(--text);
  font-family: "Barlow Condensed", Impact, sans-serif;
  font-size: clamp(44px, 5vw, 78px);
  line-height: .92;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 4px 24px rgba(0, 0, 0, .85);
}

.formations-section h2 span {
  display: block;
  margin-top: 8px;
  color: rgba(190, 190, 184, .78);
  font-size: .55em;
  letter-spacing: 2px;
}

.formation-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(14px, 2vw, 22px);
}

.formation-card {
  display: flex;
  flex-direction: column;
  min-height: 360px;
  padding: clamp(18px, 2.2vw, 26px);
  border-radius: 12px;
  background: rgba(5, 5, 5, .48);
  border: 1px solid rgba(255, 255, 255, .08);
  box-shadow: 0 24px 70px rgba(0, 0, 0, .44);
}

.formation-kicker {
  margin: 0 0 8px;
  color: var(--red);
  font-family: "Barlow Condensed", Impact, sans-serif;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.formation-card h3 {
  margin: 0 0 18px;
  min-height: 96px;
  color: var(--text);
  font-family: "Barlow Condensed", Impact, sans-serif;
  font-size: clamp(34px, 3.5vw, 52px);
  line-height: .92;
  text-transform: uppercase;
}

.formation-card p {
  margin: 0 0 12px;
  color: rgba(225, 225, 219, .84);
  line-height: 1.45;
}

.formation-card p:not(.formation-kicker) {
  min-height: 46px;
}

.formation-card strong {
  color: rgba(245, 245, 240, .94);
}

.formation-image {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: center;
  margin: 4px 0 16px;
  border-radius: 10px;
  border: 3px solid rgba(0, 0, 0, .88);
  outline: 1px solid rgba(255, 255, 255, .06);
  background: #050505;
  box-shadow: 0 16px 42px rgba(0, 0, 0, .46);
  filter: brightness(.86) contrast(1.05) saturate(.94);
}

.formation-options {
  display: grid;
  gap: 8px;
  margin-top: auto;
  padding-top: 0;
}

.formation-options span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 7px 10px;
  color: rgba(245, 245, 240, .9);
  background: rgba(0, 0, 0, .34);
  border-left: 3px solid var(--red);
  font-family: "Barlow Condensed", Impact, sans-serif;
  font-size: 17px;
  font-weight: 700;
  text-transform: uppercase;
}

.formation-options-stack span {
  text-transform: none;
  font-family: Inter, Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.shop-section {
  max-width: 1120px;
  margin: 0 auto clamp(48px, 6vw, 88px);
}

.shop-page-section {
  margin-top: clamp(34px, 5vw, 72px);
}

.shop-section h2 {
  margin: 0 0 clamp(22px, 3vw, 36px);
  color: var(--text);
  font-family: "Barlow Condensed", Impact, sans-serif;
  font-size: clamp(48px, 5.5vw, 86px);
  line-height: .9;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 4px 24px rgba(0, 0, 0, .85);
}

.shop-section h2 span {
  display: block;
  margin-top: 10px;
  color: rgba(190, 190, 184, .78);
  font-size: .43em;
  letter-spacing: 2px;
}

.shop-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(14px, 2vw, 22px);
}

.shop-grid-secondary {
  margin-top: 0;
}

.shop-subtitle {
  margin: clamp(32px, 5vw, 58px) 0 clamp(18px, 3vw, 28px);
  color: rgba(245, 245, 240, .94);
  font-family: "Barlow Condensed", Impact, sans-serif;
  font-size: clamp(36px, 4.2vw, 58px);
  line-height: .95;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 4px 22px rgba(0, 0, 0, .82);
}

.shop-subtitle::before,
.shop-subtitle::after {
  content: "";
  display: inline-block;
  width: clamp(28px, 5vw, 70px);
  height: 1px;
  margin: 0 14px .22em;
  background: rgba(227, 19, 34, .9);
  box-shadow: 0 0 14px rgba(227, 19, 34, .55);
}

.shop-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  overflow: hidden;
  border-radius: 12px;
  background: rgba(5, 5, 5, .5);
  border: 1px solid rgba(255, 255, 255, .08);
  box-shadow: 0 24px 70px rgba(0, 0, 0, .44);
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}

.shop-card:hover {
  transform: translateY(-5px);
  border-color: rgba(227, 19, 34, .7);
  box-shadow:
    0 28px 78px rgba(0, 0, 0, .58),
    0 0 28px rgba(227, 19, 34, .22);
}

.shop-image {
  display: grid;
  place-items: center;
  aspect-ratio: 1 / 1;
  padding: 16px;
  background:
    radial-gradient(circle at 50% 46%, rgba(227, 19, 34, .16), transparent 42%),
    linear-gradient(180deg, rgba(30, 30, 32, .9), rgba(12, 12, 13, .88));
  border-bottom: 1px solid rgba(255, 255, 255, .08);
  border-top: 0;
  border-right: 0;
  border-left: 0;
  cursor: zoom-in;
}

.shop-image img {
  width: 82%;
  height: 82%;
  object-fit: contain;
  display: block;
  filter:
    brightness(.98)
    contrast(1.08)
    saturate(.94)
    drop-shadow(0 18px 24px rgba(0, 0, 0, .62));
  transition: transform .28s ease, filter .28s ease;
}

.shop-card:hover .shop-image img,
.shop-image:hover img {
  transform: scale(1.1);
  filter:
    brightness(1.05)
    contrast(1.1)
    saturate(.98)
    drop-shadow(0 22px 30px rgba(0, 0, 0, .7));
}

.shop-content {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 18px;
}

.shop-kicker {
  margin: 0 0 7px;
  color: var(--red);
  font-family: "Barlow Condensed", Impact, sans-serif;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.shop-card h3 {
  margin: 0 0 12px;
  color: var(--text);
  font-family: "Barlow Condensed", Impact, sans-serif;
  font-size: clamp(28px, 2.7vw, 40px);
  line-height: .95;
  text-transform: uppercase;
}

.shop-price {
  margin: 0;
  color: rgba(245, 245, 240, .96);
  font-family: "Barlow Condensed", Impact, sans-serif;
  font-size: 34px;
  font-weight: 800;
}

.shop-sizes {
  margin: 4px 0 0;
  color: rgba(190, 190, 184, .86);
  font-weight: 700;
}

.shop-variants {
  display: grid;
  gap: 8px;
  margin-top: auto;
  padding-top: 18px;
}

.shop-variants button {
  display: grid;
  grid-template-columns: 42px 1fr;
  align-items: center;
  gap: 9px;
  min-height: 46px;
  padding: 6px 8px;
  color: rgba(235, 235, 228, .9);
  background: rgba(0, 0, 0, .34);
  border-left: 3px solid var(--red);
  font-family: "Barlow Condensed", Impact, sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: left;
  cursor: pointer;
  transition: border-color .2s ease, background .2s ease, color .2s ease;
}

.shop-variants button:hover,
.shop-variants button.is-active {
  color: #fff;
  background: rgba(227, 19, 34, .18);
  border-left-color: rgba(255, 45, 58, 1);
}

.shop-variants img {
  width: 42px;
  height: 34px;
  object-fit: contain;
  padding: 2px;
  background: rgba(34, 34, 36, .94);
  filter: brightness(.98) contrast(1.08) saturate(.94);
}

.video-carousel {
  position: relative;
  display: block;
  width: 100%;
  max-width: none;
  margin: 0 auto;
  padding: 0;
}

.event-modal {
  position: fixed;
  inset: 0;
  z-index: 110;
  display: none;
  align-items: center;
  justify-content: center;
  padding: clamp(18px, 4vw, 54px);
  background: rgba(0, 0, 0, .84);
  backdrop-filter: blur(8px);
}

.reservation-toast {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: none;
  align-items: center;
  justify-content: center;
  padding: clamp(18px, 4vw, 54px);
  background: rgba(0, 0, 0, .84);
  backdrop-filter: blur(8px);
}

.reservation-modal {
  position: fixed;
  inset: 0;
  z-index: 115;
  display: none;
  padding: clamp(18px, 4vw, 54px);
  background: rgba(0, 0, 0, .84);
  backdrop-filter: blur(8px);
}

.contact-modal {
  position: fixed;
  inset: 0;
  z-index: 115;
  display: none;
  align-items: center;
  justify-content: center;
  padding: clamp(18px, 4vw, 54px);
  background: rgba(0, 0, 0, .84);
  backdrop-filter: blur(8px);
}

.contact-modal.is-open {
  display: flex;
}

.contact-modal-panel {
  position: relative;
  width: min(620px, 94vw);
  padding: clamp(24px, 3.5vw, 42px);
  border-radius: 14px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .035), transparent 28%),
    linear-gradient(180deg, rgba(6, 6, 7, .82), rgba(0, 0, 0, .72));
  border: 1px solid rgba(255, 255, 255, .08);
  outline: 1px solid rgba(0, 0, 0, .78);
  box-shadow: 0 28px 90px rgba(0, 0, 0, .64);
}

.contact-modal-panel h2 {
  margin: 0 0 16px;
  font-family: "Barlow Condensed", Impact, sans-serif;
  font-size: clamp(38px, 5vw, 62px);
  line-height: .92;
  text-transform: uppercase;
}

.contact-modal-panel p:not(.event-kicker) {
  margin: 0 0 14px;
  color: rgba(245, 245, 240, .86);
  font-size: 18px;
  line-height: 1.5;
}

.contact-modal-panel a {
  color: #fff;
  font-family: "Barlow Condensed", Impact, sans-serif;
  font-size: clamp(24px, 3vw, 38px);
  font-weight: 800;
  text-transform: uppercase;
}

.contact-modal-close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(255, 255, 255, .14);
  color: #fff;
  background: rgba(227, 19, 34, .84);
  font-size: 26px;
  line-height: 1;
  cursor: pointer;
}

.reservation-modal.is-open {
  display: flex;
}

.reservation-modal-panel {
  position: fixed;
  top: 50%;
  left: 50%;
  width: min(620px, 94vw);
  max-height: min(86vh, 760px);
  overflow: auto;
  padding: clamp(24px, 3.5vw, 42px);
  transform: translate(-50%, -50%);
  border-radius: 14px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .035), transparent 28%),
    linear-gradient(180deg, rgba(6, 6, 7, .82), rgba(0, 0, 0, .72));
  border: 1px solid rgba(255, 255, 255, .08);
  outline: 1px solid rgba(0, 0, 0, .78);
  box-shadow: 0 28px 90px rgba(0, 0, 0, .64);
}

.reservation-modal-panel h2 {
  margin: 0 0 16px;
  font-family: "Barlow Condensed", Impact, sans-serif;
  font-size: clamp(38px, 5vw, 62px);
  line-height: .92;
  text-transform: uppercase;
}

.reservation-modal-close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(255, 255, 255, .14);
  color: #fff;
  background: rgba(227, 19, 34, .84);
  font-size: 26px;
  line-height: 1;
  cursor: pointer;
}

.reservation-toast.is-open {
  display: flex;
}

.reservation-toast-panel {
  position: relative;
  width: min(620px, 94vw);
  padding: clamp(24px, 3.5vw, 42px);
  border-radius: 14px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .035), transparent 28%),
    linear-gradient(180deg, rgba(6, 6, 7, .82), rgba(0, 0, 0, .72));
  border: 1px solid rgba(255, 255, 255, .08);
  outline: 1px solid rgba(0, 0, 0, .78);
  box-shadow: 0 28px 90px rgba(0, 0, 0, .64);
}

.reservation-toast-panel h2 {
  margin: 0 0 14px;
  font-family: "Barlow Condensed", Impact, sans-serif;
  font-size: clamp(38px, 5vw, 62px);
  line-height: .92;
  text-transform: uppercase;
}

.reservation-toast-panel p {
  margin: 0;
  color: rgba(245, 245, 240, .88);
  font-size: 18px;
  line-height: 1.55;
}

.reservation-toast-panel a {
  color: #fff;
  font-weight: 800;
}

.reservation-toast-close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(255, 255, 255, .14);
  color: #fff;
  background: rgba(227, 19, 34, .84);
  font-size: 26px;
  line-height: 1;
  cursor: pointer;
}

.event-modal.is-open {
  display: flex;
}

.event-modal-panel {
  position: relative;
  width: min(960px, 94vw);
  max-height: 88vh;
  overflow: auto;
  padding: clamp(24px, 3.5vw, 44px);
  border-radius: 14px;
}

.event-modal-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, .14);
  color: #fff;
  background: rgba(227, 19, 34, .84);
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}

.event-modal-panel h2 {
  margin: 0 0 16px;
  font-family: "Barlow Condensed", Impact, sans-serif;
  font-size: clamp(44px, 5vw, 72px);
  line-height: .9;
  text-transform: uppercase;
}

.event-modal-panel > p:not(.event-kicker) {
  max-width: 820px;
  margin: 0 0 22px;
  color: rgba(245, 245, 240, .86);
  font-size: clamp(16px, 1.3vw, 19px);
  line-height: 1.55;
}

.event-modal-details {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.event-modal-details div {
  display: grid;
  gap: 6px;
  padding: 14px 16px;
  background: rgba(0, 0, 0, .34);
  border: 1px solid rgba(255, 255, 255, .075);
}

.event-modal-details span,
.event-modal-list h3 {
  color: var(--red);
  font-family: "Barlow Condensed", Impact, sans-serif;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 1.3px;
  text-transform: uppercase;
}

.event-modal-details strong {
  color: rgba(245, 245, 240, .92);
  line-height: 1.3;
}

.event-modal-list {
  margin-top: 20px;
}

.event-modal-list h3 {
  margin: 0 0 10px;
}

.event-modal-list ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.event-modal-list li {
  position: relative;
  padding-left: 18px;
  color: rgba(225, 225, 219, .88);
  line-height: 1.45;
}

.event-modal-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .72em;
  width: 8px;
  height: 2px;
  background: var(--red);
  box-shadow: 0 0 10px rgba(227, 19, 34, .5);
}

.event-reserve-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 24px;
  min-height: 46px;
  padding: 0 18px;
  color: #fff;
  background: rgba(227, 19, 34, .86);
  border: 1px solid rgba(255, 255, 255, .12);
  font-family: "Barlow Condensed", Impact, sans-serif;
  font-size: clamp(18px, 2vw, 24px);
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.social-intro {
  margin: clamp(28px, 2.8vw, 42px) 0 -1px;
  color: rgba(250, 250, 244, .96);
  font-family: "Barlow Condensed", Impact, sans-serif;
  font-size: clamp(18px, 1.55vw, 21px);
  font-weight: 800;
  letter-spacing: 1.55px;
  text-transform: uppercase;
  text-align: center;
  text-shadow:
    0 2px 14px rgba(0, 0, 0, .9),
    0 0 10px rgba(227, 19, 34, .18);
}

.social-intro::before,
.social-intro::after {
  content: "";
  display: inline-block;
  width: 22px;
  height: 1px;
  margin: 0 10px 5px;
  background: rgba(227, 19, 34, .9);
  box-shadow: 0 0 10px rgba(227, 19, 34, .5);
}

.social-links {
  display: grid;
  grid-template-columns: repeat(4, minmax(130px, 1fr));
  gap: 10px;
  max-width: 620px;
  margin: 0 auto;
  font-family: "Barlow Condensed", Impact, sans-serif;
  text-transform: uppercase;
  font-weight: 800;
}

.social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  color: rgba(255, 255, 250, .98);
  background: linear-gradient(180deg, rgba(14, 14, 15, .86), rgba(0, 0, 0, .7));
  border: 1px solid rgba(255, 255, 255, .16);
  box-shadow:
    0 16px 42px rgba(0, 0, 0, .38),
    inset 0 1px 0 rgba(255, 255, 255, .04);
  letter-spacing: 1px;
  text-shadow: 0 2px 8px rgba(0, 0, 0, .8);
}

.social-icon {
  display: inline-grid;
  place-items: center;
  width: 28px;
  height: 28px;
  color: #fff;
  background: var(--red);
}

.social-icon svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.social-link:hover {
  border-color: rgba(227, 19, 34, .82);
  box-shadow:
    0 16px 42px rgba(0, 0, 0, .42),
    0 0 24px rgba(227, 19, 34, .22);
}

.video-player {
  position: relative;
  z-index: 2;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: 0;
  background: rgba(0, 0, 0, .62);
  box-shadow:
    0 28px 80px rgba(0, 0, 0, .68),
    0 0 44px rgba(227, 19, 34, .1);
}

.video-player iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.video-loading,
.video-fallback {
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  color: var(--muted);
  background: rgba(0, 0, 0, .42);
  font-family: "Barlow Condensed", Impact, sans-serif;
  text-transform: uppercase;
}

.video-peek {
  display: none;
}

.video-peek-left {
  mask-image: linear-gradient(90deg, transparent 0%, black 42%, black 100%);
}

.video-peek-right {
  mask-image: linear-gradient(90deg, black 0%, black 58%, transparent 100%);
}

.video-peek img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-peek span {
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 10px;
  color: rgba(255, 255, 255, .78);
  font-size: 11px;
  line-height: 1.25;
  text-shadow: 0 2px 10px rgba(0, 0, 0, .9);
  overflow-wrap: anywhere;
}

.carousel-arrow {
  display: none;
}

.placeholder-section {
  min-height: 220px;
  margin-top: 22px;
  border: 0;
  background: transparent;
}

@media (max-width: 760px) {
  .site-header {
    grid-template-columns: 1fr;
    gap: 14px;
    padding-block: 16px;
  }

  nav {
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 4px;
  }

  .logo-video-stage {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .hero-content-grid {
    grid-template-columns: 1fr;
    width: 100%;
    margin-left: 0;
    transform: none;
  }

  .hero-content-grid > h1 {
    max-width: 100%;
    font-size: clamp(25px, 7.1vw, 34px);
    white-space: normal;
    overflow-wrap: normal;
  }

  .logo-stage {
    justify-items: center;
  }

  .hero-copy {
    text-align: left;
    max-width: none;
  }

  .hero-copy p:last-child {
    max-width: none;
  }

  .video-carousel {
    width: 100%;
    padding-inline: 0;
  }

  .video-peek {
    display: none;
  }

  .social-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .quick-links-section {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .trainer-grid {
    grid-template-columns: 1fr;
  }

  .trainer-card,
  .trainer-card img {
    height: clamp(460px, 122vw, 620px);
  }

  .credentials-copy,
  .credentials-list ul,
  .about-company-grid {
    grid-template-columns: 1fr;
  }

  .about-company-card-wide,
  .about-company-logo-card {
    grid-column: auto;
  }

  .event-feature {
    grid-template-columns: 1fr;
  }

  .events-dashboard-grid,
  .event-modal-details,
  .event-modal-list ul {
    grid-template-columns: 1fr;
  }

  .events-dashboard {
    width: min(100%, calc(100vw - 36px));
  }

  .event-copy {
    max-width: none;
  }

  .event-details {
    grid-template-columns: 1fr;
  }

  .formation-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .shop-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .course-modules {
    columns: 1;
  }

  .image-bank-card {
    flex-basis: 76vw;
  }

  .lightbox {
    padding: 12px;
  }

  .lightbox-nav {
    width: 40px;
    height: 58px;
    font-size: 42px;
  }

  .lightbox-prev {
    left: 8px;
  }

  .lightbox-next {
    right: 8px;
  }

  .carousel-arrow {
    width: 34px;
    height: 52px;
    font-size: 38px;
  }

  .carousel-arrow-left {
    left: 0;
  }

  .carousel-arrow-right {
    right: 0;
  }
}

@media (max-width: 640px) {
  .formation-grid {
    grid-template-columns: 1fr;
  }

  .shop-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 420px) {
  .social-links,
  .quick-links-section {
    grid-template-columns: 1fr;
  }
}
