/*
Theme Name: Minda Gym Gutenberg
Theme URI: https://www.mindagym.sk/
Author: Minda Gym
Author URI: https://www.mindagym.sk/
Description: Moderná Gutenberg-ready WordPress téma pre Minda Gym Bratislava.
Version: 1.0.36
Requires at least: 6.4
Tested up to: 6.7
Requires PHP: 8.0
Text Domain: minda-gym
Tags: block-styles, custom-logo, custom-menu, featured-images, full-site-editing-ready, sports, responsive-layout
*/

:root {
  --bg: #050707;
  --panel: #0b1010;
  --panel-2: #111817;
  --line: rgba(190, 255, 232, 0.16);
  --text: #f6fff9;
  --muted: #a7b8b1;
  --mint: #6fcbb8;
  --mint-dark: #154a40;
  --lime: #70c7ad;
  --lime-2: #58b99d;
  --red: #f21d2a;
  --orange: #ff6b1a;
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.45);
  --hard-shadow: 0 18px 0 rgba(0, 0, 0, 0.32);
  --poster-glow: 0 0 42px rgba(112, 199, 173, 0.26);
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--text);
  background:
    radial-gradient(circle at 70% 0%, rgba(111, 203, 184, 0.13), transparent 32rem),
    linear-gradient(180deg, #040606 0%, #08100f 48%, #040606 100%);
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", "Roboto Condensed", "Oswald", Arial, sans-serif;
  letter-spacing: 0;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 34px 34px;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), transparent 68%);
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: 0.42;
  background:
    linear-gradient(120deg, transparent 0 42%, rgba(112, 199, 173, 0.12) 42% 43%, transparent 43% 100%),
    linear-gradient(70deg, transparent 0 55%, rgba(111, 203, 184, 0.12) 55% 56%, transparent 56% 100%);
}

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

a {
  color: inherit;
}

button,
input,
select,
textarea {
  font: inherit;
}

.sr-only,
.skip-link {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link:focus {
  width: auto;
  height: auto;
  clip: auto;
  z-index: 100;
  top: 12px;
  left: 12px;
  padding: 10px 14px;
  color: #03100d;
  background: var(--lime);
}

.container {
  width: min(var(--max), calc(100% - 28px));
  margin-inline: auto;
}

.narrow {
  max-width: 820px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  background: rgba(5, 7, 7, 0.78);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 74px;
  width: min(var(--max), calc(100% - 28px));
  margin-inline: auto;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  text-transform: uppercase;
}

.brand img {
  width: 52px;
  height: 52px;
  object-fit: contain;
  filter: drop-shadow(0 0 18px rgba(111, 203, 184, 0.34));
}

.brand strong {
  display: block;
  color: var(--text);
  font-size: 1.05rem;
  line-height: 0.9;
}

.brand small {
  display: block;
  margin-top: 4px;
  color: var(--lime);
  font-size: 0.62rem;
  letter-spacing: 0.16em;
}

.brand em {
  display: block;
  margin-top: 5px;
  color: rgba(246, 255, 249, 0.72);
  font-family: Arial, sans-serif;
  font-size: 0.66rem;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1;
}

.nav-menu {
  display: flex;
  align-items: center;
  gap: clamp(9px, 1.1vw, 18px);
}

.nav-menu a {
  color: rgba(246, 255, 249, 0.86);
  font-size: clamp(0.78rem, 0.9vw, 0.93rem);
  text-decoration: none;
  text-transform: uppercase;
}

.nav-menu a:hover {
  color: var(--lime);
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 10px;
  color: var(--text);
  background: transparent;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.nav-toggle span:not(.sr-only) {
  display: block;
  height: 3px;
  margin: 4px 0;
  background: currentColor;
  border-radius: 999px;
}

@media (max-width: 1180px) {
  .nav-toggle {
    display: block;
  }

  .nav-menu {
    position: fixed;
    inset: 74px 14px auto;
    display: grid;
    gap: 0;
    padding: 12px;
    background: rgba(5, 7, 7, 0.96);
    border: 1px solid var(--line);
    border-radius: 12px;
    box-shadow: var(--shadow);
    transform: translateY(-130%);
    transition: transform 0.22s ease;
  }

  .nav-menu.is-open {
    transform: translateY(0);
  }

  .nav-menu a {
    padding: 15px 12px;
  }
}

.hero {
  position: relative;
  isolation: isolate;
  min-height: min(780px, calc(100vh - 74px));
  overflow: hidden;
  display: grid;
  align-items: end;
  padding: 48px 0 34px;
  border-bottom: 1px solid var(--line);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -3;
  background:
    linear-gradient(180deg, rgba(5, 7, 7, 0.12) 0%, rgba(5, 7, 7, 0.96) 86%),
    radial-gradient(circle at 50% 26%, rgba(111, 203, 184, 0.22), transparent 23rem),
    #040606;
}

.home-hero::before {
  background:
    linear-gradient(180deg, rgba(5, 7, 7, 0.18) 0%, rgba(5, 7, 7, 0.92) 92%),
    linear-gradient(90deg, rgba(5, 7, 7, 0.95) 0%, rgba(5, 7, 7, 0.6) 43%, rgba(5, 7, 7, 0.08) 100%),
    url("assets/photos/michaela-minda-gym-bratislava-petrzalka-hero.png") center / cover no-repeat;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(5, 7, 7, 0.98) 0%, rgba(5, 7, 7, 0.68) 45%, rgba(5, 7, 7, 0.22) 100%),
    linear-gradient(180deg, transparent 0 70%, var(--bg) 100%);
}

.hero-bg {
  position: absolute;
  inset: 0;
  z-index: -2;
  display: grid;
  place-items: center end;
  opacity: 0.8;
  transform: translateX(5vw);
}

.home-hero .hero-bg {
  display: none;
}

.hero-bg img {
  width: min(82vw, 850px);
  max-width: none;
  filter: drop-shadow(0 0 46px rgba(111, 203, 184, 0.28));
}

.hero-inner {
  padding-top: 40px;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--lime);
  font-size: 0.82rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.eyebrow::after,
.section-title .eyebrow::after {
  content: "";
  display: block;
  width: 54px;
  height: 3px;
  margin-top: 12px;
  background: var(--lime);
  box-shadow: 0 0 18px rgba(112, 199, 173, 0.55);
}

.center .eyebrow::after {
  margin-inline: auto;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1 {
  max-width: 740px;
  margin: 0;
  font-size: clamp(4.1rem, 11vw, 9.5rem);
  line-height: 0.82;
  text-transform: uppercase;
  text-wrap: balance;
}

.hero-subtitle {
  max-width: 640px;
  margin: 24px 0 0;
  color: var(--text);
  font-size: clamp(1.25rem, 2vw, 1.8rem);
  line-height: 1.18;
}

.hero-copy {
  max-width: 590px;
  margin: 12px 0 0;
  color: var(--muted);
  font-family: Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.55;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 14px 22px;
  border-radius: 7px;
  border: 1px solid transparent;
  font-size: 0.98rem;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

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

.btn-primary {
  color: #06100d;
  background: linear-gradient(135deg, var(--lime), var(--lime-2));
  box-shadow: 0 0 34px rgba(112, 199, 173, 0.24);
}

.btn-ghost {
  color: var(--text);
  border-color: rgba(246, 255, 249, 0.42);
  background: rgba(246, 255, 249, 0.04);
}

.btn-dark {
  color: var(--lime);
  background: var(--bg);
  border-color: rgba(5, 7, 7, 0.8);
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 140px));
  gap: 10px;
  margin: 34px 0 0;
}

.hero-stats div {
  padding: 14px 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(11, 16, 16, 0.72);
  box-shadow: inset 0 0 24px rgba(111, 203, 184, 0.05);
}

.hero-stats dt {
  color: var(--lime);
  font-size: 1.7rem;
  line-height: 1;
}

.hero-stats dd {
  margin: 5px 0 0;
  color: var(--muted);
  font-family: Arial, sans-serif;
  font-size: 0.76rem;
}

.section {
  padding: 78px 0;
  border-bottom: 1px solid rgba(190, 255, 232, 0.08);
}

.section-title {
  max-width: 760px;
  margin-bottom: 28px;
}

.section-title.center {
  margin-inline: auto;
  text-align: center;
}

h2 {
  margin: 0;
  font-size: clamp(2.35rem, 5vw, 4.4rem);
  line-height: 0.96;
  text-transform: uppercase;
  text-wrap: balance;
}

h3 {
  margin: 0;
  font-size: 1.45rem;
  line-height: 1;
  text-transform: uppercase;
}

.feature-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.feature-list article,
.training-card,
.schedule-list article,
.team-grid article,
.price-list div,
.lead-form {
  border: 1px solid var(--line);
  border-radius: 10px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.015)),
    var(--panel);
  box-shadow: var(--shadow);
}

.feature-list article {
  padding: 22px;
}

.icon {
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  margin-bottom: 18px;
  color: #06100d;
  background: var(--lime);
  border-radius: 8px;
  box-shadow: 0 0 24px rgba(112, 199, 173, 0.3);
}

.feature-list p,
.training-card p,
.team-grid p,
.note,
.contact-list,
.lead-form label,
.hero-copy {
  font-family: Arial, sans-serif;
}

.feature-list p,
.training-card p,
.team-grid p,
.note {
  color: var(--muted);
  line-height: 1.5;
}

.training {
  background: radial-gradient(circle at 20% 20%, rgba(112, 199, 173, 0.08), transparent 24rem);
}

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

.training-card {
  position: relative;
  min-height: 270px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 20px;
}

.training-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(180deg, rgba(5, 7, 7, 0.08), rgba(5, 7, 7, 0.94)),
    var(--visual, linear-gradient(135deg, #132724, #080d0c));
}

.training-card::after {
  content: "MINDA";
  position: absolute;
  right: -16px;
  top: 24px;
  color: rgba(255, 255, 255, 0.055);
  font-size: 4rem;
  line-height: 1;
  transform: rotate(-8deg);
}

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

.training-card span {
  width: fit-content;
  margin-bottom: 12px;
  padding: 7px 9px;
  color: #06100d;
  background: var(--lime);
  border-radius: 6px;
  font-size: 0.78rem;
  text-transform: uppercase;
}

.training-card p {
  max-width: 26ch;
  margin-bottom: 0;
}

.visual-kids { --visual: url("assets/photos/kickbox-pre-deti.webp") center / cover no-repeat; }
.visual-point { --visual: url("assets/photos/kickbox-masters.webp") center / cover no-repeat; }
.visual-adults { --visual: url("assets/photos/kickbox.webp") center / cover no-repeat; }
.visual-ladies { --visual: url("assets/photos/ladies-kickbox.webp") center / cover no-repeat; }
.visual-k1 { --visual: url("assets/photos/kruhove-treningy.webp") center / cover no-repeat; }
.visual-private { --visual: url("assets/photos/sukromne-treningy.webp") center / cover no-repeat; }

.photo-section {
  background: #070b0b;
}

.photo-slider {
  position: relative;
}

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

.photo-slider-head p {
  max-width: 520px;
  margin: 0;
  color: var(--muted);
  font-family: Arial, sans-serif;
  line-height: 1.55;
}

.photo-slider-actions {
  display: flex;
  gap: 10px;
}

.slider-btn {
  display: inline-grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border: 1px solid rgba(112, 199, 173, 0.5);
  color: #03100d;
  background: var(--lime);
  box-shadow: 0 0 24px rgba(112, 199, 173, 0.3);
  cursor: pointer;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.slider-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 34px rgba(112, 199, 173, 0.5);
}

.slider-btn:focus-visible {
  outline: 2px solid var(--text);
  outline-offset: 3px;
}

.photo-track {
  display: grid;
  grid-auto-columns: minmax(330px, 52%);
  grid-auto-flow: column;
  gap: 16px;
  margin-inline: calc((100vw - min(100vw - 32px, var(--max))) / -2);
  padding: 2px calc((100vw - min(100vw - 32px, var(--max))) / 2) 16px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-behavior: smooth;
  scroll-padding-inline: calc((100vw - min(100vw - 32px, var(--max))) / 2);
  scroll-snap-type: inline mandatory;
  scrollbar-width: none;
}

.photo-track::-webkit-scrollbar {
  display: none;
}

.photo-slide {
  position: relative;
  min-height: clamp(320px, 42vw, 520px);
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(112, 199, 173, 0.28);
  background: var(--panel);
  box-shadow: var(--shadow);
  scroll-snap-align: start;
  transform: translateZ(0);
  clip-path: polygon(0 0, calc(100% - 22px) 0, 100% 22px, 100% 100%, 22px 100%, 0 calc(100% - 22px));
}

.photo-slide img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  filter: saturate(0.96) contrast(1.12);
  transition: transform 0.5s ease, filter 0.5s ease;
}

.photo-slide.is-active img,
.photo-slide:hover img {
  transform: scale(1.035);
  filter: saturate(1.08) contrast(1.16);
}

.photo-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(5, 7, 7, 0.02) 42%, rgba(5, 7, 7, 0.28) 100%),
    linear-gradient(105deg, rgba(112, 199, 173, 0.24) 0 1px, transparent 1px 100%);
}

.photo-slide figcaption {
  display: none;
}

.merch-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 82% 16%, rgba(112, 199, 173, 0.18), transparent 28rem),
    linear-gradient(135deg, rgba(112, 199, 173, 0.07), rgba(255, 255, 255, 0.015) 44%),
    #050707;
}

.merch-showcase,
.merch-page {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 1.05fr);
  align-items: center;
  gap: clamp(28px, 6vw, 72px);
}

.merch-copy p,
.merch-intro p,
.merch-grid p {
  color: var(--muted);
  font-family: Arial, sans-serif;
  line-height: 1.65;
}

.merch-visual,
.merch-hero-card {
  position: relative;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(112, 199, 173, 0.28);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.012) 44%),
    rgba(7, 11, 11, 0.96);
  box-shadow: var(--poster-glow), var(--shadow);
  clip-path: polygon(0 0, calc(100% - 22px) 0, 100% 22px, 100% 100%, 22px 100%, 0 calc(100% - 22px));
}

.merch-visual::after,
.merch-hero-card::after {
  content: "";
  position: absolute;
  inset: auto -40px -56px auto;
  width: 260px;
  height: 170px;
  background-image: radial-gradient(circle, rgba(112, 199, 173, 0.74) 1px, transparent 1.7px);
  background-size: 10px 10px;
  opacity: 0.16;
  transform: skewX(-18deg) rotate(-7deg);
}

.merch-visual img,
.merch-hero-card img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.merch-page {
  grid-template-columns: minmax(320px, 0.95fr) minmax(0, 1.05fr);
}

.merch-hero-card {
  padding: clamp(18px, 4vw, 34px);
}

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

.merch-grid article {
  position: relative;
  min-height: 260px;
  padding: 28px;
  overflow: hidden;
  border: 1px solid rgba(112, 199, 173, 0.28);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.012) 42%),
    linear-gradient(180deg, rgba(112, 199, 173, 0.06), transparent),
    var(--panel);
  box-shadow: var(--shadow);
  clip-path: polygon(0 0, calc(100% - 18px) 0, 100% 18px, 100% 100%, 18px 100%, 0 calc(100% - 18px));
}

.merch-product-card {
  display: flex;
  flex-direction: column;
}

.merch-product-card .product-image {
  display: grid;
  min-height: 210px;
  margin: -10px -10px 22px;
  padding: 16px;
  place-items: center;
  border: 1px solid rgba(112, 199, 173, 0.18);
  background:
    radial-gradient(circle at 50% 36%, rgba(112, 199, 173, 0.14), transparent 12rem),
    rgba(3, 5, 5, 0.62);
}

.merch-product-card .product-image img {
  width: 100%;
  max-height: 220px;
  object-fit: contain;
  filter: drop-shadow(0 18px 28px rgba(0, 0, 0, 0.42));
}

.merch-product-card .text-link {
  margin-top: auto;
}

.merch-grid span {
  display: inline-flex;
  margin-bottom: 18px;
  padding: 8px 14px;
  color: #04100d;
  background: var(--lime);
  font-weight: 900;
  font-style: italic;
  clip-path: polygon(8% 0, 100% 0, 92% 100%, 0 100%);
}

.merch-grid h3 {
  margin: 0 0 12px;
  text-transform: uppercase;
}

.partners-section {
  overflow: hidden;
  background:
    radial-gradient(circle at 80% 18%, rgba(112, 199, 173, 0.14), transparent 24rem),
    linear-gradient(180deg, rgba(112, 199, 173, 0.055), rgba(7, 11, 11, 0.94)),
    #070b0b;
}

.partners-block {
  margin-top: 22px;
}

.partners-block + .partners-block {
  margin-top: 34px;
}

.partners-block .kicker {
  display: inline-flex;
  margin: 0 0 14px;
  padding: 8px 14px;
  color: #05100d;
  background: var(--lime);
  clip-path: polygon(8% 0, 100% 0, 92% 100%, 0 100%);
  font-size: 0.9rem;
  font-weight: 900;
  font-style: italic;
  text-transform: uppercase;
}

.partners-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

.partners-grid-general {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.partner-card {
  position: relative;
  display: grid;
  min-height: 128px;
  place-items: center;
  padding: 22px;
  overflow: hidden;
  border: 1px solid rgba(112, 199, 173, 0.28);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.018) 48%),
    rgba(11, 16, 16, 0.92);
  box-shadow: var(--shadow);
  clip-path: polygon(0 0, calc(100% - 18px) 0, 100% 18px, 100% 100%, 18px 100%, 0 calc(100% - 18px));
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.partners-block-featured .partner-card {
  min-height: 158px;
  background:
    linear-gradient(135deg, rgba(112, 199, 173, 0.18), rgba(255, 255, 255, 0.03) 46%),
    rgba(13, 22, 20, 0.96);
}

.partner-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(105deg, transparent 0 48%, rgba(112, 199, 173, 0.13) 48% 50%, transparent 50% 100%);
  opacity: 0.65;
  pointer-events: none;
}

.partner-card img {
  position: relative;
  z-index: 1;
  width: auto;
  max-width: min(190px, 92%);
  max-height: 82px;
  object-fit: contain;
  filter: saturate(0.96) contrast(1.02);
}

.partners-block-featured .partner-card img {
  max-width: min(230px, 94%);
  max-height: 104px;
}

.partner-card:hover {
  transform: translateY(-4px);
  border-color: rgba(112, 199, 173, 0.74);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.55), 0 0 34px rgba(112, 199, 173, 0.18);
}

.partner-card:focus-visible {
  outline: 2px solid var(--lime);
  outline-offset: 4px;
}

.slider-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 10px;
}

.slider-dot {
  width: 34px;
  height: 5px;
  border: 0;
  background: rgba(255, 255, 255, 0.2);
  cursor: pointer;
  transition: background 0.18s ease, transform 0.18s ease;
}

.slider-dot.is-active {
  background: var(--lime);
  box-shadow: 0 0 18px rgba(112, 199, 173, 0.5);
  transform: scaleX(1.22);
}

.photo-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 14px;
}

.photo-grid figure {
  position: relative;
  min-height: 240px;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--panel);
  box-shadow: var(--shadow);
}

.photo-grid figure:first-child {
  grid-row: span 2;
}

.photo-grid img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  filter: saturate(0.86) contrast(1.08);
}

.photo-grid figure::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 35%, rgba(5, 7, 7, 0.88));
}

.photo-grid figcaption {
  position: absolute;
  left: 16px;
  bottom: 14px;
  z-index: 1;
  color: var(--text);
  font-size: 1.25rem;
  text-transform: uppercase;
}

.schedule {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.015), rgba(255, 255, 255, 0.035)),
    #070b0b;
}

.filter-row,
.day-row {
  display: grid;
  gap: 8px;
  margin-bottom: 12px;
}

.filter-row {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.day-row {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.filter-row span,
.day-row span {
  min-height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 7px;
  color: var(--muted);
  background: rgba(255, 255, 255, 0.03);
  text-transform: uppercase;
}

.filter-row span:first-child,
.day-row span:first-child {
  color: #06100d;
  background: var(--lime);
}

.schedule-list {
  display: grid;
  gap: 8px;
  margin-top: 18px;
}

.schedule-list article {
  display: grid;
  grid-template-columns: 150px 1fr auto;
  align-items: center;
  gap: 16px;
  padding: 18px 20px;
}

.schedule-list time,
.schedule-list span {
  color: var(--muted);
  font-family: Arial, sans-serif;
  font-size: 0.92rem;
}

.schedule-list strong {
  color: var(--text);
  font-size: 1.15rem;
  text-transform: uppercase;
}

.note {
  margin: 18px 0 0;
  color: var(--muted);
  text-align: center;
}

.first {
  background: radial-gradient(circle at 80% 20%, rgba(111, 203, 184, 0.12), transparent 26rem);
}

.timeline {
  counter-reset: step;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.timeline li {
  position: relative;
  min-height: 170px;
  padding: 22px;
  border-left: 3px solid var(--lime);
  background: rgba(255, 255, 255, 0.035);
  border-radius: 8px;
}

.timeline li::before {
  counter-increment: step;
  content: counter(step);
  display: block;
  margin-bottom: 20px;
  color: var(--lime);
  font-size: 2.8rem;
  line-height: 0.8;
}

.timeline strong {
  display: block;
  margin-bottom: 8px;
  font-size: 1.25rem;
  text-transform: uppercase;
}

.timeline span {
  color: var(--muted);
  font-family: Arial, sans-serif;
  line-height: 1.5;
}

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

.team-grid article {
  padding: 24px;
}

.avatar {
  width: 86px;
  height: 86px;
  display: grid;
  place-items: center;
  margin-bottom: 18px;
  color: #06100d;
  background:
    radial-gradient(circle at 32% 26%, #ffffff, transparent 18%),
    linear-gradient(135deg, var(--mint), var(--lime));
  border-radius: 10px;
  font-size: 1.7rem;
}

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

.coach-card,
.champion-card {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 10px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.015)),
    var(--panel);
  box-shadow: var(--shadow);
}

.coach-card::before,
.champion-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(120deg, transparent 0 62%, rgba(112, 199, 173, 0.12) 62% 63%, transparent 63% 100%);
}

.coach-photo,
.champion-card img {
  position: relative;
  z-index: 1;
}

.coach-photo {
  margin: 0;
  border-bottom: 1px solid var(--line);
  background: #050707;
}

.coach-photo img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center top;
  filter: saturate(1.05) contrast(1.08);
}

.coach-body,
.champion-info {
  position: relative;
  z-index: 1;
}

.coach-body {
  display: grid;
  gap: 12px;
  padding: 22px;
}

.coach-role,
.coach-license,
.champion-info p,
.champion-info span {
  margin: 0;
  text-transform: uppercase;
}

.coach-role {
  color: var(--lime);
  font-size: 0.88rem;
  letter-spacing: 0.04em;
}

.coach-body h3,
.champion-info h3 {
  margin: 0;
  color: var(--text);
  text-transform: uppercase;
}

.coach-license {
  width: fit-content;
  padding: 8px 11px;
  color: #06100d;
  background: var(--lime);
  border-radius: 3px;
  font-size: 0.76rem;
}

.coach-body p:not(.coach-role):not(.coach-license),
.coach-points,
.champion-info p {
  color: var(--muted);
  font-family: Arial, sans-serif;
  line-height: 1.55;
}

.coach-points {
  display: grid;
  gap: 8px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.coach-points li {
  position: relative;
  padding-left: 18px;
}

.coach-points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.64em;
  width: 7px;
  height: 7px;
  background: var(--lime);
  border-radius: 50%;
}

.champion-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.champion-card img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center top;
  background: #050707;
}

.champion-info {
  display: grid;
  gap: 7px;
  padding: 16px;
  background:
    linear-gradient(180deg, rgba(5, 7, 7, 0.35), rgba(5, 7, 7, 0.92)),
    var(--panel);
}

.champion-info h3 {
  font-size: 1.35rem;
}

.champion-info p {
  font-size: 0.88rem;
}

.champion-info span {
  color: var(--lime);
  font-size: 0.82rem;
}

.blog-featured {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 10px;
  background:
    linear-gradient(135deg, rgba(112, 199, 173, 0.12), rgba(255, 255, 255, 0.025)),
    var(--panel);
  box-shadow: var(--shadow);
}

.blog-featured figure {
  margin: 0;
  min-height: 100%;
  background: #050707;
}

.blog-featured img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
}

.blog-featured > div {
  display: grid;
  align-content: center;
  justify-items: start;
  gap: 18px;
  padding: clamp(28px, 5vw, 58px);
}

.blog-featured h2,
.blog-card h3 {
  margin: 0;
  text-transform: uppercase;
}

.blog-featured p:not(.blog-meta),
.blog-card p:not(.blog-meta),
.minda-post-content p {
  color: var(--muted);
  font-family: Arial, sans-serif;
  line-height: 1.65;
}

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

.blog-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 10px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.015)),
    var(--panel);
  box-shadow: var(--shadow);
}

.blog-card a {
  display: grid;
  height: 100%;
  color: inherit;
  text-decoration: none;
}

.blog-card img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  background: #050707;
}

.blog-card div {
  display: grid;
  gap: 12px;
  padding: 20px;
}

.blog-meta {
  margin: 0;
  color: var(--lime);
  font-family: Arial, sans-serif;
  font-size: 0.86rem;
  font-weight: 800;
  text-transform: uppercase;
}

.blog-card span,
.post-link {
  color: var(--lime);
  text-transform: uppercase;
}

.blog-card span {
  margin-top: auto;
}

.share-section {
  padding: 28px 0 0;
}

.share-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 14px 16px;
  border: 1px solid var(--line);
  background:
    linear-gradient(120deg, rgba(17, 24, 23, 0.88), rgba(6, 12, 11, 0.92)),
    #08100f;
}

.share-bar p {
  margin: 0;
  color: var(--lime);
  font-family: Arial, sans-serif;
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
}

.share-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
}

.share-btn {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 36px;
  padding: 9px 11px;
  border: 1px solid rgba(190, 255, 232, 0.18);
  color: var(--text);
  background: rgba(255, 255, 255, 0.04);
  font-family: Arial, sans-serif;
  font-size: 0.82rem;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
}

.share-btn:hover,
.share-btn:focus-visible,
.share-btn.is-copied {
  border-color: rgba(112, 199, 173, 0.7);
  color: #06100d;
  background: var(--lime);
}

.share-btn:hover .social-icon,
.share-btn:focus-visible .social-icon,
.share-btn.is-copied .social-icon {
  filter: brightness(0) saturate(100%);
}

.share-follow {
  color: var(--muted);
}

.minda-pagination {
  margin-top: 34px;
}

.minda-pagination .nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.minda-pagination a,
.minda-pagination span {
  padding: 10px 13px;
  border: 1px solid var(--line);
  color: var(--text);
  text-decoration: none;
  background: rgba(255, 255, 255, 0.04);
}

.minda-pagination .current {
  color: #06100d;
  background: var(--lime);
}

.minda-post-content {
  max-width: 900px;
}

.minda-post-content mark {
  padding: 0;
  color: inherit !important;
  background: transparent !important;
}

.minda-post-content img {
  width: min(520px, 100%);
  margin: 0 auto 34px;
  border: 1px solid var(--line);
  border-radius: 2px;
  box-shadow: var(--shadow);
}

.minda-post-content .recruitment-posters {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin: 28px 0 36px;
}

.minda-post-content .recruitment-posters img {
  width: 100%;
  height: 100%;
  max-height: 560px;
  margin: 0;
  object-fit: cover;
  object-position: center top;
  background: #050807;
}

.minda-post-content h2 {
  margin: 42px 0 16px;
  font-size: clamp(2rem, 4vw, 3.4rem);
}

.minda-post-content .grid-3 {
  margin: 28px 0;
}

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

.cta-band {
  color: #06100d;
  background: linear-gradient(135deg, var(--lime), #58b99d);
}

.cta-inner {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 28px;
}

.cta-band h2 {
  color: #06100d;
}

.eyebrow.dark {
  color: #06100d;
}

.eyebrow.dark::after {
  background: #06100d;
  box-shadow: none;
}

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

.price-list div {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 20px;
  font-family: Arial, sans-serif;
}

.price-list span {
  color: var(--muted);
}

.price-list strong {
  color: var(--text);
}

.contact {
  background:
    radial-gradient(circle at 25% 20%, rgba(112, 199, 173, 0.1), transparent 23rem),
    #050707;
}

.contact-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 32px;
  align-items: start;
}

.contact-list {
  display: grid;
  gap: 14px;
  padding: 0;
  margin: 28px 0 0;
  list-style: none;
}

.contact-list li {
  display: grid;
  gap: 4px;
  color: var(--muted);
  line-height: 1.45;
}

.contact-list strong {
  color: var(--lime);
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", Arial, sans-serif;
  text-transform: uppercase;
}

.contact-list a {
  text-decoration: none;
}

.lead-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  padding: 22px;
}

.lead-form label {
  display: grid;
  gap: 7px;
  color: var(--muted);
  font-size: 0.84rem;
}

.lead-form .form-notice {
  grid-column: 1 / -1;
  margin: 0;
}

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

.lead-form label:first-child,
.lead-form label:last-of-type,
.lead-form button {
  grid-column: 1 / -1;
}

.lead-form input,
.lead-form select,
.lead-form textarea {
  width: 100%;
  min-height: 48px;
  padding: 13px 14px;
  color: var(--text);
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid var(--line);
  border-radius: 7px;
  outline: none;
}

.lead-form textarea {
  resize: vertical;
}

.lead-form input:focus,
.lead-form select:focus,
.lead-form textarea:focus {
  border-color: var(--lime);
  box-shadow: 0 0 0 3px rgba(112, 199, 173, 0.12);
}

.site-footer {
  padding: 34px 0;
  color: var(--muted);
  background: #030404;
}

.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.footer-inner p {
  margin: 0;
  font-family: Arial, sans-serif;
  font-size: 0.9rem;
}

.footer-copy {
  display: grid;
  gap: 10px;
  justify-items: end;
  text-align: right;
}

.footer-motto {
  color: var(--lime);
  font-weight: 800;
  text-transform: uppercase;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 10px 16px;
}

.footer-links a,
.social-link {
  color: var(--muted);
  font-family: Arial, sans-serif;
  font-size: 0.82rem;
  text-decoration: none;
}

.footer-links a:hover,
.footer-links a:focus-visible,
.social-link:hover,
.social-link:focus-visible {
  color: var(--lime);
}

.social-links {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

.social-links-inline {
  margin-top: 10px;
}

.social-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.social-icon {
  width: 17px;
  height: 17px;
  flex: 0 0 auto;
  filter: drop-shadow(0 0 10px rgba(112, 199, 173, 0.2));
}

.page-hero {
  position: relative;
  overflow: hidden;
  padding: 118px 0 74px;
  border-bottom: 1px solid var(--line);
  background:
    linear-gradient(90deg, rgba(5, 7, 7, 0.96), rgba(5, 7, 7, 0.6)),
    radial-gradient(circle at 78% 36%, rgba(111, 203, 184, 0.24), transparent 25rem),
    url("assets/photos/gym-wide.webp") center / cover no-repeat,
    #050707;
}

.page-hero::after {
  content: none;
  display: none;
}

.page-hero .container {
  position: relative;
  z-index: 1;
}

.page-hero h1 {
  max-width: 920px;
  font-size: clamp(3.4rem, 8vw, 7.4rem);
}

.page-hero p:not(.eyebrow) {
  max-width: 760px;
  margin: 22px 0 0;
  color: var(--muted);
  font-family: Arial, sans-serif;
  font-size: 1.08rem;
  line-height: 1.55;
}

.club-achievements {
  position: relative;
  overflow: hidden;
}

.club-achievements .section-title {
  max-width: 920px;
}

.achievement-board {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) repeat(2, minmax(0, 0.94fr));
  gap: 18px;
  margin-top: 34px;
}

.achievement-card {
  position: relative;
  overflow: hidden;
  min-height: 220px;
  padding: 28px;
  border: 1px solid var(--line);
  background:
    linear-gradient(135deg, rgba(112, 199, 173, 0.1), rgba(255, 255, 255, 0.03)),
    rgba(255, 255, 255, 0.04);
  box-shadow: var(--shadow);
  clip-path: polygon(0 0, calc(100% - 24px) 0, 100% 24px, 100% 100%, 0 100%);
}

.achievement-card::after {
  content: "";
  position: absolute;
  right: -42px;
  bottom: -28px;
  z-index: 0;
  width: 220px;
  height: 150px;
  pointer-events: none;
  background-image: radial-gradient(circle, rgba(112, 199, 173, 0.72) 1px, transparent 1.65px);
  background-size: 10px 10px;
  opacity: 0.14;
  transform: skewX(-20deg) rotate(-8deg);
  -webkit-mask-image: linear-gradient(135deg, transparent, #000 24%, #000 72%, transparent);
  mask-image: linear-gradient(135deg, transparent, #000 24%, #000 72%, transparent);
}

.achievement-card-primary {
  grid-row: span 2;
  color: #04100d;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.28), transparent 36%),
    var(--lime);
  box-shadow: 0 26px 70px rgba(112, 199, 173, 0.18);
}

.achievement-card-primary::after {
  background-image: radial-gradient(circle, rgba(4, 16, 13, 0.48) 1px, transparent 1.65px);
  opacity: 0.16;
}

.achievement-card h3 {
  position: relative;
  z-index: 1;
  margin: 10px 0 12px;
  font-size: clamp(1.65rem, 3vw, 2.45rem);
  line-height: 0.9;
}

.achievement-card p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: var(--muted);
  font-family: Arial, sans-serif;
  line-height: 1.65;
}

.achievement-card-primary p {
  color: rgba(4, 16, 13, 0.76);
  font-weight: 800;
}

.achievement-number {
  position: relative;
  z-index: 1;
  display: block;
  color: rgba(4, 16, 13, 0.42);
  font-size: 4.8rem;
  font-style: italic;
  line-height: 0.8;
}

.achievement-label {
  position: relative;
  z-index: 1;
  display: inline-flex;
  padding: 7px 12px;
  color: #04100d;
  background: var(--lime);
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0;
}

.achievement-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.achievement-strip span {
  padding: 10px 13px;
  color: var(--text);
  background: rgba(112, 199, 173, 0.08);
  border: 1px solid rgba(112, 199, 173, 0.22);
  font-family: Arial, sans-serif;
  font-size: 0.86rem;
}

.verified-achievements {
  padding-top: 0;
}

.verified-results {
  display: grid;
  gap: 10px;
  margin-top: 34px;
}

.verified-result-row {
  display: grid;
  grid-template-columns: 82px minmax(180px, 1.35fr) minmax(150px, 1fr) minmax(150px, 0.9fr) 118px;
  gap: 14px;
  align-items: center;
  padding: 16px 18px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.045);
}

.verified-result-row span {
  color: var(--muted);
  font-family: Arial, sans-serif;
  font-size: 0.92rem;
  line-height: 1.45;
}

.verified-result-row strong {
  color: var(--text);
}

.verified-result-row .result-year,
.verified-result-row .result-place {
  color: var(--lime);
  font-family: var(--font-display);
  font-size: 1.05rem;
  font-weight: 900;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.verified-result-row .result-place {
  justify-self: end;
  white-space: nowrap;
}

.grid-2,
.grid-3,
.steps,
.pricing-grid,
.schedule-preview,
.schedule-full,
.fighter-grid {
  display: grid;
  gap: 16px;
}

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

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

.statement,
.grid-3 article,
.steps article,
.pricing-grid article,
.schedule-preview div,
.schedule-full article,
.map-card {
  border: 1px solid var(--line);
  border-radius: 10px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.015)),
    var(--panel);
  box-shadow: var(--shadow);
}

.statement,
.grid-3 article,
.steps article,
.pricing-grid article,
.map-card {
  padding: 26px;
}

.statement p,
.grid-3 p,
.steps p,
.pricing-grid p,
.prose p {
  color: var(--muted);
  font-family: Arial, sans-serif;
  line-height: 1.65;
}

.prose {
  max-width: 900px;
}

.kicker {
  color: var(--lime);
  font-size: 3rem;
  line-height: 1;
  margin: 0 0 18px;
}

.text-link {
  color: var(--lime);
  text-transform: uppercase;
  text-decoration: none;
}

.dark-band {
  background:
    radial-gradient(circle at 75% 20%, rgba(112, 199, 173, 0.08), transparent 22rem),
    #070b0b;
}

.center {
  text-align: center;
}

.mt {
  margin-top: 24px;
}

.schedule-preview {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.schedule-preview div {
  display: grid;
  gap: 10px;
  padding: 22px;
}

.schedule-preview strong,
.schedule-preview span,
.schedule-full h2,
.schedule-full time,
.schedule-full strong,
.schedule-full span {
  display: block;
}

.schedule-preview strong,
.schedule-full h2 {
  color: var(--lime);
  text-transform: uppercase;
}

.schedule-preview span,
.schedule-full span,
.schedule-full time {
  color: var(--muted);
  font-family: Arial, sans-serif;
}

.clean-list,
.contact-list {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 18px 0 0;
  color: var(--muted);
  font-family: Arial, sans-serif;
  line-height: 1.55;
  list-style: none;
}

.clean-list strong {
  color: var(--lime);
}

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

.fighter-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.fighter-grid span {
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--text);
  background: rgba(255, 255, 255, 0.045);
  text-transform: uppercase;
}

.schedule-full {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.schedule-full article {
  padding: 22px;
}

.schedule-full article div {
  display: grid;
  gap: 5px;
  padding: 14px 0;
  border-top: 1px solid var(--line);
}

.schedule-full strong {
  color: var(--text);
  text-transform: uppercase;
}

.table-wrap {
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: 10px;
  box-shadow: var(--shadow);
}

.event-table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
  background: var(--panel);
}

.event-table th,
.event-table td {
  padding: 16px;
  border-bottom: 1px solid var(--line);
  text-align: left;
}

.event-table th {
  color: #06100d;
  background: var(--lime);
  text-transform: uppercase;
}

.event-table td {
  color: var(--muted);
  font-family: Arial, sans-serif;
}

.country-flag {
  display: inline-block;
  width: 1.9em;
  margin-right: 8px;
  font-family: "Apple Color Emoji", "Segoe UI Emoji", "Noto Color Emoji", sans-serif;
  font-size: 1.15em;
  line-height: 1;
  vertical-align: -0.08em;
}

.event-table td:last-child {
  color: var(--text);
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", Arial, sans-serif;
  text-transform: uppercase;
}

.competition-section {
  background:
    radial-gradient(circle at 76% 0%, rgba(112, 199, 173, 0.12), transparent 25rem),
    linear-gradient(180deg, rgba(5, 7, 7, 0.98), rgba(8, 16, 15, 0.96));
}

.next-event-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(190px, 0.28fr);
  gap: 24px;
  align-items: center;
  margin-bottom: 70px;
  padding: clamp(28px, 5vw, 54px);
  color: #06100d;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.06) 42%),
    linear-gradient(135deg, var(--lime), #d8fff4);
  box-shadow: 0 32px 92px rgba(112, 199, 173, 0.22), var(--hard-shadow);
  clip-path: polygon(0 0, calc(100% - 34px) 0, 100% 34px, 100% 100%, 34px 100%, 0 calc(100% - 34px));
}

.next-event-card .eyebrow {
  margin-bottom: 18px;
}

.next-event-card h2 {
  max-width: 820px;
  margin: 0;
  color: #06100d;
  font-size: clamp(2.8rem, 7vw, 6.8rem);
  line-height: 0.86;
  text-shadow: none;
  text-transform: uppercase;
}

.next-event-card p:not(.eyebrow) {
  max-width: 690px;
  margin: 18px 0 0;
  color: rgba(6, 16, 13, 0.82);
  font-family: Arial, sans-serif;
  font-size: 1.05rem;
  font-weight: 800;
  line-height: 1.55;
}

.next-event-badge {
  display: grid;
  min-height: 190px;
  place-items: center;
  padding: 24px;
  text-align: center;
  background: rgba(5, 7, 7, 0.94);
  color: var(--text);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
  clip-path: polygon(12% 0, 100% 0, 88% 100%, 0 100%);
}

.next-event-badge span {
  color: var(--lime);
  font-size: 0.9rem;
  font-weight: 900;
  text-transform: uppercase;
}

.next-event-badge strong {
  display: block;
  margin-top: 8px;
  font-size: clamp(2rem, 4vw, 3.8rem);
  line-height: 0.9;
  text-transform: uppercase;
}

.competition-layout {
  display: grid;
  gap: 48px;
}

.competition-group {
  display: grid;
  gap: 20px;
}

.competition-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.competition-card {
  position: relative;
  display: grid;
  grid-template-columns: 106px minmax(0, 1fr);
  gap: 20px;
  align-items: start;
  min-height: 156px;
  padding: 20px;
  overflow: hidden;
  border: 1px solid rgba(112, 199, 173, 0.22);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.012) 45%),
    rgba(11, 16, 16, 0.94);
  box-shadow: var(--shadow);
  clip-path: polygon(0 0, calc(100% - 18px) 0, 100% 18px, 100% 100%, 18px 100%, 0 calc(100% - 18px));
}

.competition-card::after {
  content: none;
  display: none;
}

.competition-card.home-event {
  border-color: rgba(112, 199, 173, 0.42);
  background:
    linear-gradient(135deg, rgba(112, 199, 173, 0.16), rgba(255, 255, 255, 0.018) 48%),
    rgba(11, 16, 16, 0.96);
}

.competition-card.is-next {
  border-color: rgba(112, 199, 173, 0.82);
  box-shadow: 0 30px 88px rgba(112, 199, 173, 0.16), var(--shadow);
}

.competition-date {
  position: relative;
  z-index: 1;
  display: grid;
  min-height: 106px;
  place-items: center;
  padding: 14px 10px;
  color: #06100d;
  background: var(--lime);
  text-align: center;
  clip-path: polygon(10% 0, 100% 0, 90% 100%, 0 100%);
}

.competition-date span,
.competition-date small {
  display: block;
  font-weight: 900;
  line-height: 0.9;
}

.competition-date span {
  font-size: 2.25rem;
}

.competition-date small {
  font-size: 1.1rem;
}

.competition-card div {
  position: relative;
  z-index: 1;
}

.competition-meta {
  margin: 0 0 10px;
  color: var(--lime);
  font-family: Arial, sans-serif;
  font-size: 0.9rem;
  font-weight: 900;
}

.competition-card h3 {
  margin: 0;
  color: var(--text);
  font-size: clamp(1.35rem, 2.6vw, 2rem);
  line-height: 0.98;
  text-transform: uppercase;
}

.competition-card p:not(.competition-meta) {
  margin: 10px 0 0;
  color: var(--muted);
  font-family: Arial, sans-serif;
  line-height: 1.55;
}

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

.pricing-grid .pricing-highlight {
  grid-row: span 2;
  min-height: 100%;
  color: #06100d;
  border-color: rgba(112, 199, 173, 0.85);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.36), rgba(255, 255, 255, 0.08) 36%),
    linear-gradient(160deg, var(--lime), #d7fff2);
  box-shadow: 0 24px 90px rgba(112, 199, 173, 0.26);
}

.annual-membership-card {
  position: relative;
  overflow: hidden;
}

.annual-membership-copy {
  position: relative;
  z-index: 2;
}

.membership-shirt {
  position: relative;
  z-index: 1;
  margin: 26px -12px -28px;
  padding: 18px 14px 0;
  background:
    radial-gradient(circle at 50% 45%, rgba(5, 7, 7, 0.24), transparent 38%),
    linear-gradient(180deg, rgba(6, 16, 13, 0.08), rgba(6, 16, 13, 0.22));
  clip-path: polygon(7% 0, 100% 0, 93% 100%, 0 100%);
}

.membership-shirt img {
  width: min(100%, 430px);
  margin: 0 auto;
  filter: drop-shadow(0 26px 32px rgba(0, 0, 0, 0.34));
}

.membership-shirt figcaption {
  display: inline-block;
  margin: -8px 0 16px 10px;
  padding: 8px 12px;
  color: var(--text);
  background: #06100d;
  font-size: 0.84rem;
  font-style: italic;
  text-transform: uppercase;
  clip-path: polygon(7px 0, 100% 0, calc(100% - 7px) 100%, 0 100%);
}

.pricing-grid .pricing-highlight span,
.pricing-grid .pricing-highlight h3,
.pricing-grid .pricing-highlight p,
.pricing-grid .pricing-highlight li {
  color: #06100d;
}

.pricing-grid .pricing-highlight span {
  margin-bottom: 20px;
  font-size: clamp(4.4rem, 8vw, 6.6rem);
}

.pricing-badge,
.shirt-badge {
  display: inline-block;
  width: fit-content;
  margin: 0 0 24px;
  padding: 9px 13px;
  color: var(--text);
  background: #050707;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", Arial, sans-serif;
  font-size: 0.86rem;
  font-style: italic;
  letter-spacing: 0;
  text-transform: uppercase;
  clip-path: polygon(7px 0, 100% 0, calc(100% - 7px) 100%, 0 100%);
}

.shirt-badge {
  margin-top: -10px;
  border: 1px solid rgba(6, 16, 13, 0.22);
  background: #06100d;
}

.pricing-grid .pricing-highlight .pricing-badge,
.pricing-grid .pricing-highlight .shirt-badge {
  color: var(--text);
}

.price-note-list {
  display: grid;
  gap: 10px;
  padding: 20px 0 0;
  margin: 18px 0 0;
  border-top: 1px solid rgba(6, 16, 13, 0.28);
  color: #06100d;
  font-family: Arial, sans-serif;
  line-height: 1.45;
}

.price-note-list li {
  list-style: none;
  padding-left: 25px;
  position: relative;
}

.price-note-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 13px;
  height: 3px;
  background: #06100d;
  transform: skewX(-18deg);
}

.pricing-grid span {
  display: block;
  color: var(--lime);
  font-size: 3rem;
  line-height: 1;
  margin: 14px 0 18px;
}

.map-card {
  text-align: center;
}

.map-card p {
  max-width: 620px;
  margin: 14px auto 22px;
  color: var(--muted);
  font-family: Arial, sans-serif;
  line-height: 1.55;
}

.answer-card,
.faq-grid article {
  border: 1px solid var(--line);
  border-radius: 10px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.015)),
    var(--panel);
  box-shadow: var(--shadow);
}

.answer-card {
  padding: 28px;
  border-left: 4px solid var(--lime);
}

.answer-card p {
  max-width: 980px;
  margin: 0;
  color: var(--text);
  font-family: Arial, sans-serif;
  font-size: 1.08rem;
  line-height: 1.65;
}

.answer-card strong {
  color: var(--lime);
}

.tax-lead {
  position: relative;
  overflow: hidden;
}

.tax-lead::after {
  content: "2%";
  position: absolute;
  right: 18px;
  bottom: -36px;
  color: rgba(112, 199, 173, 0.08);
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", Arial, sans-serif;
  font-size: clamp(7rem, 18vw, 12rem);
  font-style: italic;
  line-height: 1;
  pointer-events: none;
}

.data-list {
  display: grid;
  gap: 10px;
  margin: 24px 0 0;
  position: relative;
  z-index: 1;
}

.data-list div {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 14px;
  align-items: center;
  padding: 13px 0;
  border-bottom: 1px solid rgba(112, 199, 173, 0.16);
}

.data-list dt {
  color: var(--lime);
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", Arial, sans-serif;
  font-style: italic;
  text-transform: uppercase;
}

.data-list dd {
  margin: 0;
  color: var(--text);
  font-family: Arial, sans-serif;
  font-weight: 800;
}

.impact-photo {
  min-height: 420px;
  margin: 0;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(112, 199, 173, 0.28);
  background: var(--panel);
  box-shadow: var(--shadow);
  clip-path: polygon(0 0, calc(100% - 22px) 0, 100% 22px, 100% 100%, 22px 100%, 0 calc(100% - 22px));
}

.impact-photo img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
  filter: saturate(1.08) contrast(1.08);
}

.impact-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, transparent 35%, rgba(5, 7, 7, 0.88) 100%),
    linear-gradient(90deg, rgba(112, 199, 173, 0.2), transparent 52%);
}

.impact-photo figcaption {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 22px;
  z-index: 1;
  color: var(--text);
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", Arial, sans-serif;
  font-size: 1.45rem;
  font-style: italic;
  line-height: 1;
  text-transform: uppercase;
}

.download-grid,
.process-grid {
  display: grid;
  gap: 16px;
}

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

.process-grid {
  grid-template-columns: 1.35fr 1fr 1fr;
}

.download-card,
.process-card,
.impact-panel {
  border: 1px solid rgba(112, 199, 173, 0.26);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.012) 42%),
    linear-gradient(180deg, rgba(112, 199, 173, 0.06), transparent),
    var(--panel);
  box-shadow: var(--shadow);
  clip-path: polygon(0 0, calc(100% - 18px) 0, 100% 18px, 100% 100%, 18px 100%, 0 calc(100% - 18px));
}

.download-card,
.process-card {
  padding: 26px;
}

.download-card > span {
  display: block;
  margin-bottom: 22px;
  color: var(--lime);
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", Arial, sans-serif;
  font-size: 3.1rem;
  font-style: italic;
  line-height: 0.9;
}

.download-card p,
.process-card li,
.process-note,
.impact-panel p {
  color: var(--muted);
  font-family: Arial, sans-serif;
  line-height: 1.58;
}

.download-card .btn {
  margin-top: 12px;
}

.process-card ol {
  display: grid;
  gap: 13px;
  margin: 22px 0 0;
  padding-left: 21px;
}

.process-note {
  margin: 20px 0 0;
  padding-top: 18px;
  border-top: 1px solid rgba(112, 199, 173, 0.18);
  color: var(--text);
  font-weight: 800;
}

.impact-panel {
  padding: clamp(32px, 6vw, 72px);
  background:
    linear-gradient(115deg, rgba(112, 199, 173, 0.86), rgba(212, 255, 241, 0.74)),
    var(--lime);
}

.impact-panel h2,
.impact-panel p,
.impact-panel .eyebrow {
  color: #06100d;
}

.impact-panel p:not(.eyebrow) {
  max-width: 780px;
  margin-top: 18px;
  font-size: 1.1rem;
}

.membership-policy {
  border-top: 1px solid rgba(112, 199, 173, 0.18);
  border-bottom: 1px solid rgba(112, 199, 173, 0.18);
  background:
    radial-gradient(circle at 8% 8%, rgba(112, 199, 173, 0.16), transparent 24rem),
    linear-gradient(180deg, rgba(112, 199, 173, 0.045), transparent);
}

.terms-grid {
  display: grid;
  grid-template-columns: 1.25fr 1fr 1fr;
  gap: 16px;
}

.terms-card {
  min-height: 100%;
  padding: 26px;
  border: 1px solid rgba(112, 199, 173, 0.26);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.012) 42%),
    linear-gradient(180deg, rgba(112, 199, 173, 0.06), transparent),
    var(--panel);
  box-shadow: var(--shadow);
  clip-path: polygon(0 0, calc(100% - 18px) 0, 100% 18px, 100% 100%, 18px 100%, 0 calc(100% - 18px));
}

.terms-card-main {
  grid-row: span 2;
  border-color: rgba(112, 199, 173, 0.68);
  background:
    linear-gradient(135deg, rgba(112, 199, 173, 0.28), rgba(255, 255, 255, 0.04) 48%),
    linear-gradient(180deg, rgba(5, 7, 7, 0.32), transparent),
    #07100e;
  box-shadow:
    0 0 0 1px rgba(112, 199, 173, 0.24) inset,
    0 28px 90px rgba(0, 0, 0, 0.48);
}

.terms-card-main h3 {
  color: var(--text);
  font-size: clamp(1.8rem, 3vw, 2.7rem);
  line-height: 0.95;
}

.terms-card-main p {
  color: #d9fff4;
  font-size: 1.08rem;
  font-weight: 700;
}

.terms-card h3 {
  margin-bottom: 14px;
}

.terms-card p,
.terms-note {
  color: var(--muted);
  font-family: Arial, sans-serif;
  line-height: 1.6;
}

.terms-note {
  max-width: 960px;
  margin: 20px 0 0;
  padding: 18px 22px;
  border-left: 4px solid var(--lime);
  background: rgba(112, 199, 173, 0.07);
  color: var(--text);
  font-weight: 800;
}

.legal-layout {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 28px;
  align-items: start;
}

.legal-nav {
  position: sticky;
  top: 98px;
  display: grid;
  gap: 10px;
  padding: 22px;
  border: 1px solid rgba(112, 199, 173, 0.26);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.012) 42%),
    var(--panel);
  box-shadow: var(--shadow);
  clip-path: polygon(0 0, calc(100% - 18px) 0, 100% 18px, 100% 100%, 18px 100%, 0 calc(100% - 18px));
}

.legal-nav a {
  padding: 12px 0;
  color: var(--text);
  border-bottom: 1px solid rgba(112, 199, 173, 0.14);
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", Arial, sans-serif;
  font-style: italic;
  text-decoration: none;
  text-transform: uppercase;
}

.legal-nav a[aria-current="page"],
.legal-nav a:hover,
.legal-nav a:focus-visible {
  color: var(--lime);
}

.legal-content {
  display: grid;
  gap: 18px;
}

.legal-meta {
  width: fit-content;
  margin: 0;
  padding: 9px 13px;
  color: #06100d;
  background: var(--lime);
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", Arial, sans-serif;
  font-size: 0.88rem;
  font-style: italic;
  text-transform: uppercase;
  clip-path: polygon(7px 0, 100% 0, calc(100% - 7px) 100%, 0 100%);
}

.legal-section,
.legal-note {
  border: 1px solid rgba(112, 199, 173, 0.22);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.065), rgba(255, 255, 255, 0.012) 42%),
    linear-gradient(180deg, rgba(112, 199, 173, 0.055), transparent),
    var(--panel);
  box-shadow: var(--shadow);
  clip-path: polygon(0 0, calc(100% - 16px) 0, 100% 16px, 100% 100%, 16px 100%, 0 calc(100% - 16px));
}

.legal-section {
  padding: 28px;
}

.legal-section h2 {
  margin-bottom: 16px;
  font-size: clamp(1.75rem, 3vw, 2.7rem);
}

.legal-section p,
.legal-list li,
.legal-note {
  color: var(--muted);
  font-family: Arial, sans-serif;
  line-height: 1.65;
}

.legal-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding-left: 22px;
}

.legal-note {
  margin: 0;
  padding: 24px 28px;
  border-left: 4px solid var(--lime);
  color: var(--text);
  font-weight: 800;
}

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

.faq-grid article {
  padding: 24px;
}

.faq-grid h3 {
  margin-bottom: 12px;
}

.faq-grid p {
  margin: 0;
  color: var(--muted);
  font-family: Arial, sans-serif;
  line-height: 1.6;
}

.registration-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  padding: clamp(28px, 5vw, 54px);
  border: 1px solid rgba(112, 199, 173, 0.36);
  background:
    linear-gradient(105deg, rgba(112, 199, 173, 0.2) 0 28%, transparent 28% 100%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.012) 46%),
    rgba(8, 13, 13, 0.96);
  box-shadow: var(--shadow), 0 0 46px rgba(112, 199, 173, 0.16);
  clip-path: polygon(0 0, calc(100% - 24px) 0, 100% 24px, 100% 100%, 24px 100%, 0 calc(100% - 24px));
}

.registration-panel h2 {
  margin: 0 0 12px;
  font-size: clamp(2.2rem, 5vw, 4.4rem);
}

.registration-panel p:not(.eyebrow) {
  max-width: 720px;
  margin: 0;
  color: rgba(246, 255, 249, 0.78);
  font-family: Arial, sans-serif;
  line-height: 1.65;
}

.registration-checklist article,
.registration-steps article {
  min-height: 100%;
}

.registration-steps span {
  display: inline-grid;
  place-items: center;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  color: #03100d;
  background: var(--lime);
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", "Roboto Condensed", "Oswald", Arial, sans-serif;
  font-size: 1.45rem;
  font-style: italic;
  box-shadow: 0 0 24px rgba(112, 199, 173, 0.32);
  clip-path: polygon(12% 0, 100% 0, 88% 100%, 0 100%);
}

@media (max-width: 980px) {
  .nav-toggle {
    display: block;
  }

  .nav-menu {
    position: fixed;
    inset: 74px 14px auto;
    display: grid;
    gap: 0;
    padding: 12px;
    background: rgba(5, 7, 7, 0.96);
    border: 1px solid var(--line);
    border-radius: 12px;
    box-shadow: var(--shadow);
    transform: translateY(-130%);
    transition: transform 0.22s ease;
  }

  .nav-menu.is-open {
    transform: translateY(0);
  }

  .nav-menu a {
    padding: 15px 12px;
  }

  .feature-list,
  .training-grid,
  .timeline,
  .team-grid,
  .coach-grid,
  .contact-grid,
  .cta-inner,
  .registration-panel,
  .photo-grid,
  .faq-grid,
  .grid-2,
  .grid-3,
  .steps,
  .pricing-grid,
  .schedule-preview,
  .schedule-full,
  .fighter-grid,
  .champion-grid,
  .blog-grid,
  .download-grid,
  .process-grid,
  .terms-grid,
  .merch-grid,
  .partners-grid,
  .partners-grid-general,
  .achievement-board {
    grid-template-columns: 1fr 1fr;
  }

  .achievement-card-primary {
    grid-column: span 2;
    grid-row: auto;
  }

  .merch-showcase,
  .merch-page {
    grid-template-columns: 1fr;
  }

  .hero-bg {
    opacity: 0.5;
  }

  .photo-track {
    grid-auto-columns: minmax(300px, 68%);
  }

  .blog-featured {
    grid-template-columns: 1fr;
  }

  .pricing-grid .pricing-highlight {
    grid-row: auto;
  }

  .membership-shirt {
    margin-bottom: -18px;
  }

  .process-grid {
    grid-template-columns: 1fr;
  }

  .terms-card-main {
    grid-row: auto;
  }

  .next-event-card {
    grid-template-columns: 1fr;
  }

  .legal-layout {
    grid-template-columns: 1fr;
  }

  .legal-nav {
    position: static;
  }
}

@media (max-width: 680px) {
  .container,
  .nav {
    width: min(100% - 22px, var(--max));
  }

  .brand img {
    width: 46px;
    height: 46px;
  }

  .brand strong {
    font-size: 0.98rem;
  }

  .brand em {
    display: none;
  }

  .hero {
    min-height: calc(100vh - 74px);
    padding: 28px 0 24px;
    align-items: end;
  }

  .hero::after {
    background:
      linear-gradient(180deg, rgba(5, 7, 7, 0.1) 0%, rgba(5, 7, 7, 0.55) 34%, rgba(5, 7, 7, 0.98) 82%),
      linear-gradient(180deg, transparent 0 72%, var(--bg) 100%);
  }

  .hero-bg {
    place-items: start center;
    opacity: 0.78;
    transform: translateY(-30px);
  }

  .hero-bg img {
    width: 128vw;
  }

  .hero-inner {
    padding-top: 44vh;
  }

  h1 {
    font-size: clamp(3.45rem, 18vw, 5.4rem);
  }

  .hero-subtitle {
    font-size: 1.15rem;
  }

  .hero-actions,
  .hero-stats,
  .feature-list,
  .training-grid,
  .timeline,
  .team-grid,
  .coach-grid,
  .contact-grid,
  .cta-inner,
  .lead-form,
  .photo-grid,
  .faq-grid,
  .grid-2,
  .grid-3,
  .steps,
  .pricing-grid,
  .schedule-preview,
  .schedule-full,
  .fighter-grid,
  .champion-grid,
  .blog-grid,
  .download-grid,
  .process-grid,
  .terms-grid,
  .merch-grid,
  .partners-grid,
  .partners-grid-general {
    grid-template-columns: 1fr;
  }

  .page-hero {
    padding: 82px 0 54px;
    background:
      linear-gradient(180deg, rgba(3, 5, 5, 0.66) 0%, rgba(3, 5, 5, 0.96) 100%),
      radial-gradient(circle at 18% 100%, rgba(112, 199, 173, 0.18), transparent 18rem),
      url("assets/photos/minda-gym-bratislava-petrzalka-hero.png") center / cover no-repeat,
      #050707;
  }

  .page-hero h1 {
    font-size: clamp(3rem, 15vw, 4.8rem);
  }

  .photo-grid figure:first-child {
    grid-row: auto;
  }

  .photo-slider-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .data-list div {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .impact-photo,
  .impact-photo img {
    min-height: 330px;
  }

  .footer-copy,
  .footer-links {
    justify-items: start;
    justify-content: flex-start;
    text-align: left;
  }

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

  .share-actions {
    justify-content: flex-start;
  }

  .photo-slider-actions {
    width: 100%;
    justify-content: space-between;
  }

  .slider-btn {
    width: 52px;
    height: 44px;
  }

  .photo-track {
    grid-auto-columns: minmax(260px, 86%);
    gap: 12px;
    margin-inline: -11px;
    padding-inline: 11px;
    scroll-padding-inline: 11px;
  }

  .photo-slide {
    min-height: 360px;
  }

  .partner-card,
  .partners-block-featured .partner-card {
    min-height: 112px;
    padding: 18px;
  }

  .partner-card img,
  .partners-block-featured .partner-card img {
    max-width: min(210px, 92%);
    max-height: 78px;
  }

  .partners-grid,
  .partners-grid-general {
    grid-template-columns: 1fr 1fr;
  }

  .membership-shirt {
    margin-inline: -6px;
    padding-top: 12px;
  }

  .membership-shirt img {
    width: min(100%, 360px);
  }

  .membership-shirt figcaption {
    margin-left: 6px;
    font-size: 0.78rem;
  }

  .competition-list,
  .competition-list-foreign {
    grid-template-columns: 1fr;
  }

  .competition-card {
    grid-template-columns: 88px minmax(0, 1fr);
    gap: 14px;
    padding: 16px;
  }

  .competition-date {
    min-height: 88px;
  }

  .competition-date span {
    font-size: 1.85rem;
  }

  .next-event-card {
    margin-bottom: 46px;
  }

  .slider-dots {
    justify-content: flex-start;
  }

  .hero-actions {
    display: grid;
  }

  .hero-stats {
    display: none;
  }

  .section {
    padding: 58px 0;
  }

  h2 {
    font-size: clamp(2.15rem, 11vw, 3.2rem);
  }

  .feature-list {
    gap: 10px;
  }

  .training-card {
    min-height: 230px;
  }

  .schedule-list article {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .filter-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .day-row {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .price-list div,
  .footer-inner {
    display: grid;
  }

  .achievement-board {
    grid-template-columns: 1fr;
  }

  .achievement-card-primary {
    grid-column: auto;
  }

  .achievement-card {
    min-height: 0;
    padding: 22px;
  }

  .achievement-number {
    font-size: 3.6rem;
  }

  .social-links {
    justify-content: flex-start;
  }

  .footer-inner {
    justify-items: start;
  }
}

/* Poster recruitment visual direction */
body {
  background:
    radial-gradient(circle at 14% 0%, rgba(207, 255, 244, 0.2), transparent 16rem),
    radial-gradient(circle at 78% 14%, rgba(112, 199, 173, 0.18), transparent 28rem),
    linear-gradient(180deg, #030505 0%, #07100e 45%, #030505 100%);
}

body::before {
  opacity: 0.8;
  background-image:
    linear-gradient(rgba(112, 199, 173, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(112, 199, 173, 0.035) 1px, transparent 1px);
  background-size: 42px 42px;
}

body::after {
  opacity: 0.72;
  background:
    linear-gradient(105deg, transparent 0 34%, rgba(255, 255, 255, 0.055) 34% 34.7%, transparent 34.7% 100%),
    linear-gradient(105deg, transparent 0 68%, rgba(112, 199, 173, 0.18) 68% 69.2%, transparent 69.2% 100%),
    radial-gradient(circle at 16% 100%, rgba(112, 199, 173, 0.2), transparent 18rem);
}

.site-header {
  background: linear-gradient(180deg, rgba(2, 4, 4, 0.96), rgba(2, 4, 4, 0.72));
  border-bottom-color: rgba(112, 199, 173, 0.28);
  box-shadow: 0 16px 50px rgba(0, 0, 0, 0.42);
}

.brand strong,
h1,
h2,
h3,
.btn,
.schedule-list strong,
.schedule-preview strong,
.schedule-full h2,
.event-table th,
.event-table td:last-child,
.pricing-grid span,
.kicker,
.photo-grid figcaption {
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", "Roboto Condensed", "Oswald", Arial, sans-serif;
  font-style: italic;
  letter-spacing: 0;
}

.brand img {
  filter:
    drop-shadow(0 0 16px rgba(112, 199, 173, 0.45))
    drop-shadow(0 10px 18px rgba(0, 0, 0, 0.55));
}

.nav-menu a {
  position: relative;
  font-style: italic;
  font-weight: 900;
}

.nav-menu a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -8px;
  height: 3px;
  background: var(--lime);
  transform: scaleX(0) skewX(-18deg);
  transform-origin: left;
  transition: transform 0.18s ease;
}

.nav-menu a:hover::after,
.nav-menu a[aria-current="page"]::after {
  transform: scaleX(1) skewX(-18deg);
}

.hero,
.page-hero {
  border-bottom-color: rgba(112, 199, 173, 0.24);
}

.home-hero::before {
  background:
    linear-gradient(90deg, rgba(3, 5, 5, 0.98) 0%, rgba(3, 5, 5, 0.72) 38%, rgba(3, 5, 5, 0.12) 68%, rgba(3, 5, 5, 0.18) 100%),
    radial-gradient(circle at 11% 8%, rgba(255, 255, 255, 0.28), transparent 9rem),
    url("assets/photos/michaela-minda-gym-bratislava-petrzalka-hero.png") right top / auto 100% no-repeat;
  background-color: #030505;
}

.hero::after {
  background:
    linear-gradient(90deg, rgba(3, 5, 5, 0.98) 0%, rgba(3, 5, 5, 0.56) 46%, rgba(3, 5, 5, 0.2) 100%),
    linear-gradient(105deg, transparent 0 56%, rgba(112, 199, 173, 0.2) 56% 57.2%, transparent 57.2% 100%),
    linear-gradient(180deg, transparent 0 70%, var(--bg) 100%);
}

.home-hero .hero-bg {
  display: none;
}

.home-hero .hero-bg img {
  width: 100%;
  filter:
    drop-shadow(0 0 22px rgba(112, 199, 173, 0.5))
    drop-shadow(0 18px 28px rgba(0, 0, 0, 0.65));
}

.hero-inner {
  position: relative;
}

.hero-inner::before {
  content: "NÁBOR PRÁVE PREBIEHA";
  display: inline-grid;
  place-items: center;
  min-height: 42px;
  margin-bottom: 16px;
  padding: 8px 18px;
  color: #03100d;
  background: linear-gradient(135deg, var(--lime), var(--lime-2));
  box-shadow: var(--poster-glow);
  clip-path: polygon(5% 0, 100% 0, 95% 100%, 0 100%);
  font-size: clamp(1rem, 2vw, 1.35rem);
  font-style: italic;
  text-transform: uppercase;
}

.eyebrow {
  color: var(--lime);
  font-weight: 900;
  font-style: italic;
  text-shadow: 0 0 18px rgba(112, 199, 173, 0.34);
}

h1 {
  max-width: 820px;
  color: #f8fffb;
  text-shadow:
    0 4px 0 rgba(0, 0, 0, 0.9),
    0 18px 38px rgba(0, 0, 0, 0.68);
  transform: skewX(-7deg);
}

h2 {
  text-shadow: 0 3px 0 rgba(0, 0, 0, 0.75);
}

.hero-subtitle {
  color: #f3fff9;
  font-family: Arial, sans-serif;
  font-weight: 800;
  font-style: italic;
  text-shadow: 0 3px 18px rgba(0, 0, 0, 0.72);
}

.hero-copy,
.page-hero p:not(.eyebrow),
.section-title p:not(.eyebrow),
.statement p,
.grid-3 p,
.steps p,
.pricing-grid p,
.prose p,
.feature-list p,
.training-card p,
.team-grid p,
.note,
.contact-list,
.lead-form label {
  font-family: Arial, Helvetica, sans-serif;
}

.btn {
  min-height: 52px;
  border-radius: 0;
  border-width: 2px;
  clip-path: polygon(7% 0, 100% 0, 93% 100%, 0 100%);
  font-weight: 900;
  font-style: italic;
  box-shadow: 0 16px 0 rgba(0, 0, 0, 0.34), 0 0 24px rgba(112, 199, 173, 0.2);
}

.btn-primary,
.cta-band {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.12), transparent 34%),
    linear-gradient(135deg, var(--lime), var(--lime-2));
}

.btn-ghost {
  border-color: rgba(112, 199, 173, 0.72);
  background: rgba(3, 5, 5, 0.68);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.06), 0 14px 0 rgba(0, 0, 0, 0.28);
}

.section {
  position: relative;
  padding: 86px 0;
}

.section::before {
  content: "";
  position: absolute;
  top: 0;
  left: max(14px, calc((100vw - var(--max)) / 2));
  width: min(220px, 42vw);
  height: 4px;
  background: linear-gradient(90deg, var(--lime), transparent);
  transform: skewX(-28deg);
}

.hero-inner,
.page-hero .container,
.cta-inner,
.section-title,
.answer-card,
.faq-grid article,
.statement,
.registration-panel,
.grid-3 article,
.steps article,
.pricing-grid article,
.team-grid article,
.map-card,
.terms-card {
  position: relative;
  isolation: isolate;
}

.hero-inner > *,
.page-hero .container > *,
.cta-inner > *,
.section-title > *,
.answer-card > *,
.faq-grid article > *,
.statement > *,
.registration-panel > *,
.grid-3 article > *,
.steps article > *,
.pricing-grid article > *,
.team-grid article > *,
.map-card > *,
.terms-card > * {
  position: relative;
  z-index: 1;
}

.hero-inner::before {
  position: relative;
  z-index: 2;
}

.section-title::before {
  content: "";
  position: absolute;
  left: -46px;
  top: 10px;
  z-index: 0;
  width: min(560px, 72vw);
  height: 96px;
  pointer-events: none;
  background-image: radial-gradient(circle, rgba(112, 199, 173, 0.9) 1.2px, transparent 1.9px);
  background-size: 11px 11px;
  opacity: 0.16;
  transform: skewX(-22deg) rotate(-6deg);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 18%, #000 68%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 18%, #000 68%, transparent);
}

.hero-inner::after,
.page-hero .container::after,
.cta-inner::after {
  content: "";
  position: absolute;
  right: -7vw;
  top: 8%;
  z-index: 0;
  width: min(620px, 52vw);
  height: 72%;
  pointer-events: none;
  background-image: radial-gradient(circle, rgba(112, 199, 173, 0.55) 1.15px, transparent 1.85px);
  background-size: 12px 12px;
  opacity: 0.18;
  transform: skewX(-18deg) rotate(-4deg);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 20%, #000 76%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 20%, #000 76%, transparent);
}

.answer-card,
.faq-grid article,
.statement,
.registration-panel,
.grid-3 article,
.steps article,
.pricing-grid article,
.team-grid article,
.map-card,
.terms-card {
  overflow: hidden;
}

.answer-card::after,
.faq-grid article::after,
.statement::after,
.registration-panel::after,
.grid-3 article::after,
.steps article::after,
.pricing-grid article::after,
.team-grid article::after,
.map-card::after,
.terms-card::after {
  content: "";
  position: absolute;
  right: -42px;
  bottom: -28px;
  z-index: 0;
  width: 220px;
  height: 150px;
  pointer-events: none;
  background-image: radial-gradient(circle, rgba(112, 199, 173, 0.72) 1px, transparent 1.65px);
  background-size: 10px 10px;
  opacity: 0.14;
  transform: skewX(-20deg) rotate(-8deg);
  -webkit-mask-image: linear-gradient(135deg, transparent, #000 24%, #000 72%, transparent);
  mask-image: linear-gradient(135deg, transparent, #000 24%, #000 72%, transparent);
}

.feature-list article,
.training-card,
.schedule-list article,
.team-grid article,
.price-list div,
.lead-form,
.answer-card,
.faq-grid article,
.statement,
.grid-3 article,
.steps article,
.pricing-grid article,
.schedule-preview div,
.schedule-full article,
.map-card,
.photo-grid figure,
.table-wrap {
  border-color: rgba(112, 199, 173, 0.26);
  border-radius: 2px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.012) 42%),
    linear-gradient(180deg, rgba(112, 199, 173, 0.06), transparent),
    var(--panel);
  box-shadow: var(--shadow);
}

.feature-list article,
.answer-card,
.faq-grid article,
.statement,
.grid-3 article,
.steps article,
.pricing-grid article,
.team-grid article,
.map-card {
  clip-path: polygon(0 0, calc(100% - 18px) 0, 100% 18px, 100% 100%, 18px 100%, 0 calc(100% - 18px));
}

.icon,
.training-card span,
.filter-row span:first-child,
.day-row span:first-child,
.event-table th {
  box-shadow: 0 0 24px rgba(112, 199, 173, 0.28);
}

.training-card {
  min-height: 310px;
  transform: translateZ(0);
}

.training-card::before {
  filter: saturate(1.1) contrast(1.12);
}

.training-card::after {
  top: 18px;
  right: -10px;
  color: rgba(255, 255, 255, 0.08);
  font-size: 4.8rem;
  font-style: italic;
  text-shadow: 0 6px 0 rgba(0, 0, 0, 0.45);
}

.training-card h3,
.photo-grid figcaption,
.photo-slide figcaption {
  font-size: clamp(1.45rem, 3vw, 2.2rem);
  text-shadow: 0 4px 0 rgba(0, 0, 0, 0.84);
}

.page-hero {
  padding: 132px 0 84px;
  background:
    linear-gradient(90deg, rgba(3, 5, 5, 0.98) 0%, rgba(3, 5, 5, 0.78) 45%, rgba(3, 5, 5, 0.44) 100%),
    linear-gradient(105deg, rgba(112, 199, 173, 0.18) 0 17%, transparent 17% 100%),
    radial-gradient(circle at 18% 100%, rgba(112, 199, 173, 0.2), transparent 22rem),
    url("assets/photos/minda-gym-bratislava-petrzalka-hero.png") center / cover no-repeat,
    #050707;
}

.page-hero::after {
  content: none;
  display: none;
}

.cta-band {
  clip-path: polygon(0 0, 100% 0, 100% 88%, 0 100%);
}

.cta-band h2,
.btn-dark {
  text-shadow: none;
}

.lead-form input,
.lead-form select,
.lead-form textarea {
  border-radius: 2px;
  border-color: rgba(112, 199, 173, 0.22);
  background: rgba(255, 255, 255, 0.08);
}

@media (max-width: 980px) {
  .verified-result-row {
    grid-template-columns: 82px minmax(0, 1.2fr) minmax(0, 1fr);
  }

  .verified-result-row .result-category,
  .verified-result-row .result-place {
    grid-column: span 1;
  }

  .home-hero::before {
    background:
      linear-gradient(90deg, rgba(3, 5, 5, 0.98) 0%, rgba(3, 5, 5, 0.72) 44%, rgba(3, 5, 5, 0.2) 100%),
      radial-gradient(circle at 11% 8%, rgba(255, 255, 255, 0.24), transparent 9rem),
      url("assets/photos/michaela-minda-gym-bratislava-petrzalka-hero.png") right top / auto 100% no-repeat;
    background-color: #030505;
  }

  .home-hero .hero-bg {
    display: none;
  }

  h1 {
    transform: skewX(-4deg);
  }
}

@media (max-width: 680px) {
  .verified-result-row {
    grid-template-columns: 1fr;
    gap: 7px;
  }

  .verified-result-row .result-place {
    justify-self: start;
  }

  .home-hero::before {
    background:
      linear-gradient(180deg, rgba(3, 5, 5, 0.08) 0%, rgba(3, 5, 5, 0.28) 42%, rgba(3, 5, 5, 0.98) 82%),
      linear-gradient(90deg, rgba(3, 5, 5, 0.46) 0%, rgba(3, 5, 5, 0.08) 58%, rgba(3, 5, 5, 0.22) 100%),
      url("assets/photos/michaela-minda-gym-bratislava-petrzalka-hero.png") 72% top / auto 58vh no-repeat;
    background-color: #030505;
  }

  .home-hero .hero-bg {
    display: none;
  }

  .hero-inner {
    padding-top: 49vh;
  }

  .hero-inner::before {
    min-height: 34px;
    padding: 7px 14px;
    font-size: 0.92rem;
  }

  h1 {
    font-size: clamp(3.2rem, 17vw, 5rem);
  }

  .btn {
    width: 100%;
  }

  .minda-post-content .recruitment-posters {
    grid-template-columns: 1fr;
  }

  .minda-post-content .recruitment-posters img {
    max-height: none;
  }
}
