/*!*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[15].oneOf[2].use[1]!./node_modules/next/dist/build/webpack/loaders/next-font-loader/index.js??ruleSet[1].rules[15].oneOf[2].use[2]!./node_modules/next/font/google/target.css?{"path":"app/layout.tsx","import":"Montserrat","arguments":[{"subsets":["latin","cyrillic"],"variable":"--font-montserrat","display":"swap"}],"variableName":"montserrat"} ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* cyrillic-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(/_next/static/media/b1f344208eb4edfe-s.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(/_next/static/media/48e2044251ef3125-s.p.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(/_next/static/media/bf24a9759715e608-s.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(/_next/static/media/1f173e5e25f3efee-s.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(/_next/static/media/904be59b21bd51cb-s.p.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}@font-face {font-family: 'Montserrat Fallback';src: local("Arial");ascent-override: 85.79%;descent-override: 22.25%;line-gap-override: 0.00%;size-adjust: 112.83%
}.__className_0c0859 {font-family: 'Montserrat', 'Montserrat Fallback';font-style: normal
}.__variable_0c0859 {--font-montserrat: 'Montserrat', 'Montserrat Fallback'
}

/*!*************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[15].oneOf[10].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[15].oneOf[10].use[3]!./app/globals.css ***!
  \*************************************************************************************************************************************************************************************************************************************************************/
:root {
  --bg-main: #111214;
  --bg-elevated: #1a1c1f;
  --bg-soft: #22252a;
  --border: #3a3f47;
  --text-main: #f2f3f5;
  --text-muted: #b2b7c0;
  --accent: #e2384f;
  --accent-hover: #ff4f66;
  --blue-main: #c1c7d0;
  --blue-deep: #8d949f;
  --max-width: 1160px;
  --page-gutter: 40px;
  --hero-header-gutter: 80px;
  --aligned-gutter: var(--hero-header-gutter);
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  background: var(--bg-main);
  color: var(--text-main);
  font-family: var(--font-montserrat), sans-serif;
  line-height: 1.55;
}

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

img {
  max-width: 100%;
  height: auto;
}

.site-main {
  min-height: 100vh;
  overflow-x: hidden;
}

.container {
  width: 100%;
  max-width: none;
  margin: 0 auto;
  padding: 0 var(--aligned-gutter);
}

.section {
  padding: 72px 0;
}

.section-kicker {
  margin: 0 0 10px;
  color: var(--accent);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.section-title {
  margin: 0 0 18px;
  margin-left: -0.05em;
  font-size: clamp(30px, 5vw, 54px);
  line-height: 1.05;
  font-weight: 800;
  text-transform: uppercase;
}

.section-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 20px;
  margin-bottom: 24px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 10px 18px;
  border: 1px solid transparent;
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 700;
  transition: 0.2s ease;
}

.btn-primary {
  background: var(--accent);
  color: #ffffff;
}

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

.btn-outline {
  background: transparent;
  border-color: var(--accent);
  color: var(--text-main);
}

.btn-outline:hover {
  border-color: var(--accent-hover);
  background: rgba(210, 31, 53, 0.08);
  color: var(--accent-hover);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(5px);
  overflow: visible;
  transition: background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.site-header-on-dark {
  background: rgba(8, 8, 10, 0.18);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.site-header-on-light {
  background: rgba(18, 19, 22, 0.92);
  border-bottom: 1px solid rgba(118, 123, 132, 0.26);
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.42);
}

.header-inner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 20px;
  min-height: 74px;
  width: 100%;
  padding: 0 var(--aligned-gutter);
  position: relative;
}

.site-logo {
  display: inline-flex;
  align-items: center;
  line-height: 1;
  white-space: nowrap;
  gap: 12px;
}

.site-logo-image {
  display: block;
  height: clamp(52px, 2.8vw, 76px);
  width: auto;
}

.site-nav {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 28px;
  width: max-content;
}

.site-nav a {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  transition: color 0.2s ease;
}

.site-nav-on-dark a {
  color: #f2f2f4;
}

.site-nav-on-dark a:hover {
  color: #ffffff;
}

.site-nav-on-light a {
  color: #d6d9df;
}

.site-nav-on-light a:hover {
  color: var(--text-main);
}

.header-action {
  grid-column: 3;
  justify-self: end;
  white-space: nowrap;
  font-weight: 600;
}

.mobile-menu-toggle,
.mobile-menu-overlay,
.mobile-menu-drawer {
  display: none;
}

.contact-popup {
  position: fixed;
  inset: 0;
  z-index: 320;
  display: grid;
  place-items: center;
  padding: 20px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
}

.contact-popup.is-open {
  opacity: 1;
  pointer-events: auto;
}

.contact-popup-backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  margin: 0;
  padding: 0;
  background: rgba(8, 9, 11, 0.78);
  backdrop-filter: blur(2px);
}

.contact-popup-panel {
  position: relative;
  width: min(560px, calc(100vw - 40px));
  border: 1px solid var(--border);
  border-radius: 12px;
  background: linear-gradient(180deg, rgba(26, 28, 31, 0.97) 0%, rgba(18, 19, 22, 0.97) 100%);
  padding: 20px;
  box-shadow: 0 28px 54px rgba(0, 0, 0, 0.5);
}

.contact-popup-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.contact-popup-title {
  margin: 0;
  color: #ffffff;
  font-size: clamp(20px, 2vw, 28px);
  line-height: 1.15;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.contact-popup-close {
  width: 38px;
  height: 38px;
  border: 1px solid var(--border);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.03);
  color: var(--text-main);
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
  transition: border-color 0.2s ease, color 0.2s ease, background 0.2s ease;
}

.contact-popup-close:hover {
  border-color: var(--accent);
  color: #ffffff;
  background: rgba(210, 31, 53, 0.14);
}

.contact-popup-subtitle {
  margin: 10px 0 0;
  color: var(--text-muted);
  font-size: 14px;
  line-height: 1.5;
}

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

.contact-popup-link {
  display: block;
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 12px 14px;
  background: rgba(255, 255, 255, 0.02);
  color: #f2f3f5;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 600;
  transition: border-color 0.2s ease, color 0.2s ease, background 0.2s ease;
}

.contact-popup-link:hover {
  border-color: var(--accent);
  color: #ffffff;
  background: rgba(210, 31, 53, 0.12);
}

.home-main {
  margin-top: -84px;
}

.home-main .hero-content {
  padding-top: 132px;
  padding-bottom: 18px;
}

.hero-section {
  min-height: 100vh;
  display: flex;
  align-items: center;
  background-image: url("/hero_bg.png");
  background-size: cover;
  background-position: center;
  border-bottom: 1px solid var(--border);
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.hero-content {
  width: 100%;
  max-width: none;
  display: grid;
  grid-template-columns: minmax(0, 760px) 1fr;
  align-items: center;
  gap: 28px;
  padding-top: 32px;
  padding-bottom: 32px;
  position: relative;
  z-index: 2;
}

.hero-copy {
  max-width: min(760px, 60vw);
  padding-left: 0;
  margin-left: 0;
  margin-top: 0;
  align-self: center;
  color: #ffffff;
}

.hero-content h1 {
  margin: 0 0 14px;
  font-size: clamp(30px, 5.8vw, 62px);
  line-height: 0.95;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: #ffffff;
}

.hero-lead {
  margin: 0;
  max-width: 520px;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(15px, 1.7vw, 18px);
}

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

.hero-actions .btn-outline {
  border-color: rgba(255, 255, 255, 0.85);
  color: #ffffff;
}

.hero-actions .btn-outline:hover {
  border-color: #ffffff;
  background: rgba(0, 0, 0, 0.25);
  color: #ffffff;
}

.hero-side {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

.hero-side-image {
  display: block;
  width: min(54vw, 920px);
  height: auto;
  max-height: calc(100% - 58px);
  object-fit: contain;
  object-position: right bottom;
  position: absolute;
  right: 8%;
  bottom: 0;
  left: auto;
  top: auto;
}

.hero-side-image-layer {
  opacity: 0;
  transform: translate3d(0, 1.6%, 0) scale(0.99);
  filter: blur(6px) saturate(0.9);
  transition:
    opacity 1.8s cubic-bezier(0.22, 1, 0.36, 1),
    transform 1.8s cubic-bezier(0.22, 1, 0.36, 1),
    filter 1.8s cubic-bezier(0.22, 1, 0.36, 1);
}

.hero-side-image-layer.is-active {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
  filter: blur(0) saturate(1);
}

.about-section {
  background: var(--bg-main);
}

.about-grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 36px;
  align-items: start;
}

.about-col-right {
  align-self: end;
  margin-top: 0;
}

.about-grid p {
  color: var(--text-muted);
  margin: 0 0 14px;
}

.cta-section {
  padding: 44px 0;
  background: #16181c;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}

.cta-inner {
  display: grid;
  justify-items: center;
  text-align: center;
  gap: 12px;
}

.cta-inner > div {
  width: 100%;
  max-width: none;
}

.cta-inner .section-title {
  margin-bottom: 10px;
  font-size: clamp(24px, 4vw, 40px);
  color: #ffffff;
}

.cta-inner p {
  margin: 0;
  color: #c3c8d1;
}

.coaches-section {
  background: var(--bg-main);
}

.club-members-carousel {
  --club-members-gap: 18px;
  --club-members-visible: 3;
  margin-top: 0;
}

.club-members-heading-row {
  margin-bottom: 24px;
}

.club-members-viewport {
  overflow: hidden;
}

.club-members-track {
  display: flex;
  gap: var(--club-members-gap);
  transition: transform 0.32s ease;
  transform: translateX(
    calc(
      var(--club-members-index, 0) * -1 *
      (
        (100% - (var(--club-members-gap) * (var(--club-members-visible) - 1))) / var(--club-members-visible) +
        var(--club-members-gap)
      )
    )
  );
  will-change: transform;
}

.club-members-slide {
  flex: 0 0 calc(
    (100% - (var(--club-members-gap) * (var(--club-members-visible) - 1))) / var(--club-members-visible)
  );
  min-width: 0;
}

.coach-card {
  border: 1px solid var(--border);
  background: var(--bg-elevated);
  padding: 18px;
}

.coach-image {
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  display: block;
  margin-bottom: 14px;
}

.coach-image-placeholder {
  border: 1px solid var(--border);
  background: rgba(255, 255, 255, 0.04);
  color: var(--text-muted);
  display: grid;
  place-items: center;
  text-transform: lowercase;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.coach-name {
  margin: 0 0 8px;
  color: #ffffff;
  font-size: clamp(16px, 1.45vw, 26px);
  line-height: 1.16;
  font-weight: 800;
  letter-spacing: 0.01em;
}

.coach-role {
  margin: 0 0 12px;
  color: #ff6f56;
  font-size: clamp(10px, 0.82vw, 13px);
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.coach-content-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.coach-content-text {
  flex: 1;
  min-width: 0;
}

.coach-description {
  margin: 0;
  color: var(--text-muted);
  font-size: clamp(12px, 0.92vw, 16px);
  line-height: 1.44;
}

.coach-content-text .coach-description {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.club-members-controls {
  margin-top: 14px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
}

.club-members-controls-inline {
  margin-top: 0;
  flex-shrink: 0;
}

.club-members-control-btn {
  width: 40px;
  height: 40px;
  border: 1px solid var(--border);
  background: var(--bg-elevated);
  color: var(--text-main);
  display: grid;
  place-items: center;
  font-size: 24px;
  line-height: 1;
  padding: 0;
  cursor: pointer;
  transition: border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.club-members-control-btn:hover:not(:disabled),
.club-members-control-btn:focus-visible:not(:disabled) {
  border-color: var(--accent);
  color: var(--accent);
  transform: translateY(-1px);
}

.club-members-control-btn:disabled {
  opacity: 0.35;
  cursor: not-allowed;
}

.club-members-position {
  margin: 0;
  min-width: 94px;
  text-align: center;
  color: var(--text-muted);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.partners-section {
  background: var(--bg-main);
  color: var(--text-main);
}

.partners-section {
  background: transparent;
}

.partners-support-label {
  margin: 0 0 12px;
  color: var(--text-main);
  font-size: clamp(16px, 1.4vw, 24px);
  line-height: 1.1;
  font-weight: 700;
}

.partners-marquee {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: transparent;
  padding: 14px 0;
}

.partners-marquee::before,
.partners-marquee::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: clamp(30px, 8vw, 130px);
  pointer-events: none;
  z-index: 1;
}

.partners-marquee::before {
  left: 0;
  background: linear-gradient(90deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
}

.partners-marquee::after {
  right: 0;
  background: linear-gradient(270deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
}

.partners-marquee-track {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 30px;
  width: max-content;
  animation: partners-marquee-scroll 42s linear infinite;
}

.partners-marquee-item {
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  min-width: 140px;
}

.partners-marquee-logo {
  display: block;
  width: auto;
  max-width: 180px;
  max-height: 84px;
  object-fit: contain;
}

@keyframes partners-marquee-scroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

.site-footer {
  border-top: 0;
  background: #16181c;
  padding: 26px 0 30px;
}

.footer-vsl-link {
  color: var(--accent);
  transition: color 0.2s ease;
}

.footer-vsl-link:hover {
  color: var(--accent-hover);
}

@media (max-width: 1080px) {
  :root {
    --hero-header-gutter: 48px;
    --tablet-header-offset: 58px;
  }

  .section {
    padding: 64px 0;
  }

  .section-row {
    align-items: flex-end;
    gap: 16px;
  }

  .section-row .btn {
    min-height: 40px;
    padding: 8px 12px;
    font-size: 11px;
    letter-spacing: 0.06em;
  }

  .container {
    padding: 0 var(--hero-header-gutter);
  }

  .hero-section {
    min-height: 64vh;
  }

  .header-inner {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 10px;
    min-height: 58px;
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .site-logo {
    min-width: 0;
    gap: 8px;
  }

  .site-logo-image {
    height: 44px;
  }

  .home-main {
    margin-top: calc(var(--tablet-header-offset) * -1);
  }

  .home-main .hero-content {
    grid-template-columns: 1fr;
    padding-top: calc(34px + var(--tablet-header-offset));
    padding-bottom: 20px;
  }

  .hero-copy {
    margin-left: 0;
    margin-top: 8px;
  }

  .hero-lead {
    max-width: min(440px, 64%);
    font-size: clamp(14px, 1.6vw, 16px);
  }

  .hero-side-image {
    width: min(76vw, 820px);
    right: 2%;
    bottom: 0;
    left: auto;
    top: auto;
    object-position: right bottom;
  }

  .site-nav,
  .header-action {
    display: none;
  }

  .mobile-menu-toggle {
    width: 52px;
    height: 52px;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 4px;
    padding: 0;
    cursor: pointer;
    z-index: 210;
    justify-self: end;
  }

  .site-header-on-light .mobile-menu-toggle {
    background: transparent;
    box-shadow: none;
  }

  .mobile-menu-toggle-line {
    width: 24px;
    height: 3px;
    background: #ffffff;
    transition: transform 0.2s ease, opacity 0.2s ease;
  }

  .site-header-on-light .mobile-menu-toggle-line {
    background: #ffffff;
  }

  .mobile-menu-toggle.is-open .mobile-menu-toggle-line:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .mobile-menu-toggle.is-open .mobile-menu-toggle-line:nth-child(2) {
    opacity: 0;
  }

  .mobile-menu-toggle.is-open .mobile-menu-toggle-line:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  .mobile-menu-overlay {
    position: fixed;
    inset: 0;
    background: rgba(8, 9, 11, 0.74);
    backdrop-filter: blur(2px);
    opacity: 0;
    pointer-events: none;
    border: 0;
    padding: 0;
    margin: 0;
    z-index: 190;
    transition: opacity 0.2s ease;
  }

  .mobile-menu-overlay.is-open {
    display: block;
    opacity: 1;
    pointer-events: auto;
  }

  .mobile-menu-drawer {
    position: fixed;
    isolation: isolate;
    left: 0;
    right: auto;
    top: 0;
    bottom: 0;
    height: 100vh;
    width: min(84vw, 320px);
    display: flex;
    flex-direction: column;
    background: linear-gradient(180deg, #1f2126 0%, #17191d 100%);
    border-right: 1px solid var(--border);
    transform: translateX(-100%);
    opacity: 0;
    pointer-events: none;
    transition: transform 0.26s ease, opacity 0.26s ease;
    z-index: 200;
    padding: 24px 16px 16px;
    overflow-y: auto;
    box-shadow: 18px 0 40px rgba(10, 11, 13, 0.34);
  }

  .mobile-menu-drawer::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 5px;
    background: linear-gradient(90deg, #d21f35 0%, #ff6b7d 52%, #7d848f 100%);
    z-index: -1;
  }

  .mobile-menu-drawer.is-open {
    transform: translateX(0);
    opacity: 1;
    pointer-events: auto;
  }

  .mobile-menu-title {
    margin: 0 0 16px;
    font-size: 19px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--text-main);
  }

  .mobile-menu-title::after {
    content: "";
    display: block;
    width: 44px;
    height: 3px;
    margin-top: 8px;
    background: linear-gradient(90deg, var(--accent) 0%, #ff6b7d 100%);
    border-radius: 0;
  }

  .mobile-menu-nav {
    display: grid;
    gap: 12px;
  }

  .mobile-menu-link {
    width: 100%;
    justify-content: flex-start;
    min-height: 46px;
    padding: 10px 14px;
    border-radius: 0;
    font-size: 12px;
    letter-spacing: 0.07em;
    text-transform: uppercase;
  }

  .mobile-menu-link.btn-outline {
    border-color: var(--border);
    background: var(--bg-elevated);
    color: var(--text-main);
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.35);
  }

  .mobile-menu-link.btn-outline:active {
    transform: translateY(1px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
  }

  .mobile-menu-link.btn-primary {
    border-color: #ca1d32;
    background: linear-gradient(180deg, #e23046 0%, #c8182e 100%);
    box-shadow: 0 10px 18px rgba(210, 31, 53, 0.3);
  }

  .mobile-menu-link.btn-primary:active {
    transform: translateY(1px);
    box-shadow: 0 4px 10px rgba(210, 31, 53, 0.3);
  }

  .mobile-menu-link:focus-visible {
    outline: 2px solid var(--blue-main);
    outline-offset: 2px;
  }

  .mobile-menu-contacts {
    margin-top: auto;
    padding-top: 12px;
    display: grid;
    gap: 10px;
  }

  .mobile-menu-contacts::before {
    display: none;
    content: none;
  }

  .mobile-menu-contacts-title {
    margin: 0;
    color: var(--text-muted);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
  }

  .mobile-menu-contact-link {
    display: block;
    position: relative;
    border: 0;
    padding: 10px 0 10px 14px;
    background: transparent;
    box-shadow: none;
    color: var(--text-main);
    font-size: 14px;
    line-height: 1.35;
    font-weight: 700;
    letter-spacing: 0.01em;
    text-decoration: none !important;
    transition: color 0.18s ease, transform 0.18s ease;
  }

  .mobile-menu-contact-link::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--accent);
    transform: translateY(-50%);
  }

  .mobile-menu-contact-link::after {
    display: none;
    content: none;
  }

  .mobile-menu-contact-link:active {
    transform: translateY(1px);
    color: var(--accent);
  }

  .mobile-menu-contact-link:focus-visible {
    outline: 2px solid var(--blue-main);
    outline-offset: 2px;
  }

  .contact-popup {
    padding: 14px;
  }

  .contact-popup-panel {
    width: min(560px, calc(100vw - 28px));
    padding: 16px;
  }

  .contact-popup-title {
    font-size: clamp(18px, 6vw, 24px);
  }

  .contact-popup-close {
    width: 34px;
    height: 34px;
    font-size: 22px;
  }

  .contact-popup-link {
    border-radius: 8px;
    padding: 11px 12px;
    font-size: 13px;
  }

  .club-members-carousel {
    --club-members-gap: 14px;
  }

  .about-grid,
  .cta-inner {
    grid-template-columns: 1fr;
    display: grid;
  }

  .about-col-right {
    align-self: start;
    margin-top: 0;
  }

  .footer-contact-policy {
    white-space: normal;
  }

  .partners-marquee {
    padding: 12px 0;
  }

  .partners-marquee-track {
    gap: 22px;
  }

  .partners-marquee-item {
    min-width: 120px;
  }

  .partners-marquee-logo {
    max-width: 150px;
    max-height: 72px;
  }
}

@media (max-width: 720px) {
  :root {
    --hero-header-gutter: 20px;
    --mobile-header-offset: 58px;
    --mobile-hero-height: 760px;
  }

  .partners-section {
    background: #000000;
  }

  .section {
    padding: 56px 0;
  }

  .section-title {
    margin-bottom: 14px;
    font-size: clamp(26px, 9vw, 38px);
  }

  .section-kicker {
    margin-bottom: 8px;
    font-size: 11px;
  }

  .header-inner {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 10px;
    min-height: 58px;
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .site-logo {
    min-width: 0;
    gap: 8px;
  }

  .site-logo-image {
    height: 44px;
  }

  .site-nav,
  .header-action {
    display: none;
  }

  .mobile-menu-toggle {
    width: 52px;
    height: 52px;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 4px;
    padding: 0;
    cursor: pointer;
    z-index: 210;
    justify-self: end;
  }

  .site-header-on-light .mobile-menu-toggle {
    background: transparent;
    box-shadow: none;
  }

  .mobile-menu-toggle-line {
    width: 24px;
    height: 3px;
    background: #ffffff;
    transition: transform 0.2s ease, opacity 0.2s ease;
  }

  .site-header-on-light .mobile-menu-toggle-line {
    background: #ffffff;
  }

  .mobile-menu-toggle.is-open .mobile-menu-toggle-line:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .mobile-menu-toggle.is-open .mobile-menu-toggle-line:nth-child(2) {
    opacity: 0;
  }

  .mobile-menu-toggle.is-open .mobile-menu-toggle-line:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  .mobile-menu-overlay {
    position: fixed;
    inset: 0;
    background: rgba(8, 9, 11, 0.74);
    backdrop-filter: blur(2px);
    opacity: 0;
    pointer-events: none;
    border: 0;
    padding: 0;
    margin: 0;
    z-index: 190;
    transition: opacity 0.2s ease;
  }

  .mobile-menu-overlay.is-open {
    display: block;
    opacity: 1;
    pointer-events: auto;
  }

  .mobile-menu-drawer {
    position: fixed;
    isolation: isolate;
    left: 0;
    right: auto;
    top: 0;
    bottom: 0;
    height: 100vh;
    width: min(84vw, 320px);
    display: flex;
    flex-direction: column;
    background: linear-gradient(180deg, #1f2126 0%, #17191d 100%);
    border-right: 1px solid var(--border);
    transform: translateX(-100%);
    opacity: 0;
    pointer-events: none;
    transition: transform 0.26s ease, opacity 0.26s ease;
    z-index: 200;
    padding: 24px 16px 16px;
    overflow-y: auto;
    box-shadow: 18px 0 40px rgba(10, 11, 13, 0.34);
  }

  .mobile-menu-drawer::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 5px;
    background: linear-gradient(90deg, #d21f35 0%, #ff6b7d 52%, #7d848f 100%);
    z-index: -1;
  }

  .mobile-menu-drawer.is-open {
    transform: translateX(0);
    opacity: 1;
    pointer-events: auto;
  }

  .mobile-menu-title {
    margin: 0 0 16px;
    font-size: 19px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--text-main);
  }

  .mobile-menu-title::after {
    content: "";
    display: block;
    width: 44px;
    height: 3px;
    margin-top: 8px;
    background: linear-gradient(90deg, var(--accent) 0%, #ff6b7d 100%);
    border-radius: 0;
  }

  .mobile-menu-nav {
    display: grid;
    gap: 12px;
  }

  .mobile-menu-link {
    width: 100%;
    justify-content: flex-start;
    min-height: 46px;
    padding: 10px 14px;
    border-radius: 0;
    font-size: 12px;
    letter-spacing: 0.07em;
    text-transform: uppercase;
  }

  .mobile-menu-link.btn-outline {
    border-color: var(--border);
    background: var(--bg-elevated);
    color: var(--text-main);
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.35);
  }

  .mobile-menu-link.btn-outline:active {
    transform: translateY(1px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
  }

  .mobile-menu-link.btn-primary {
    border-color: #ca1d32;
    background: linear-gradient(180deg, #e23046 0%, #c8182e 100%);
    box-shadow: 0 10px 18px rgba(210, 31, 53, 0.3);
  }

  .mobile-menu-link.btn-primary:active {
    transform: translateY(1px);
    box-shadow: 0 4px 10px rgba(210, 31, 53, 0.3);
  }

  .mobile-menu-link:focus-visible {
    outline: 2px solid var(--blue-main);
    outline-offset: 2px;
  }

  .mobile-menu-contacts {
    margin-top: auto;
    padding-top: 12px;
    display: grid;
    gap: 10px;
  }

  .mobile-menu-contacts::before {
    display: none;
    content: none;
  }

  .mobile-menu-contacts-title {
    margin: 0;
    color: var(--text-muted);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
  }

  .mobile-menu-contact-link {
    display: block;
    position: relative;
    border: 0;
    padding: 10px 0 10px 14px;
    background: transparent;
    box-shadow: none;
    color: var(--text-main);
    font-size: 14px;
    line-height: 1.35;
    font-weight: 700;
    letter-spacing: 0.01em;
    text-decoration: none !important;
    transition: color 0.18s ease, transform 0.18s ease;
  }

  .mobile-menu-contact-link::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--accent);
    transform: translateY(-50%);
  }

  .mobile-menu-contact-link::after {
    display: none;
    content: none;
  }

  .mobile-menu-contact-link:active {
    transform: translateY(1px);
    color: var(--accent);
  }

  .mobile-menu-contact-link:focus-visible {
    outline: 2px solid var(--blue-main);
    outline-offset: 2px;
  }

  .home-main {
    margin-top: calc(var(--mobile-header-offset) * -1);
  }

  .hero-section {
    height: var(--mobile-hero-height);
    min-height: var(--mobile-hero-height);
    align-items: flex-start;
  }

  .hero-section::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    background:
      radial-gradient(120% 95% at 14% 12%, rgba(18, 19, 22, 0.58) 0%, rgba(18, 19, 22, 0.04) 58%, rgba(18, 19, 22, 0) 100%),
      linear-gradient(180deg, rgba(18, 19, 22, 0.64) 0%, rgba(18, 19, 22, 0.32) 36%, rgba(18, 19, 22, 0.52) 100%);
  }

  .home-main .hero-content {
    padding-top: calc(24px + var(--mobile-header-offset));
    padding-bottom: 22px;
    height: 100%;
    min-height: var(--mobile-hero-height);
    z-index: 4;
  }

  .hero-copy {
    display: flex;
    flex-direction: column;
    max-width: 100%;
    margin-top: 0;
    min-height: calc(var(--mobile-hero-height) - var(--mobile-header-offset) - 22px);
    justify-content: flex-start;
    padding-top: 96px;
    padding-bottom: 0;
    transform: none;
  }

  .hero-content h1 {
    max-width: 90%;
    margin-bottom: 12px;
    font-size: clamp(24px, 8.2vw, 36px);
    line-height: 0.95;
    letter-spacing: 0.01em;
  }

  .hero-lead {
    max-width: none;
    font-size: clamp(12px, 3.3vw, 15px);
    line-height: 1.36;
    color: rgba(245, 246, 250, 0.9);
  }

  .hero-side-image {
    width: min(95vw, 560px);
    right: -18%;
    bottom: 0;
    transform: translateZ(0);
    backface-visibility: hidden;
  }

  .hero-side-image-layer {
    opacity: 0;
    transform: translate3d(0, 1.2%, 0) scale(0.992);
    filter: none;
    will-change: opacity, transform;
    transition:
      opacity 1.35s ease-in-out,
      transform 1.35s ease-in-out;
  }

  .hero-side-image-layer.is-active {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
    filter: none;
  }

  .club-members-carousel {
    --club-members-gap: 8px;
  }

  .club-members-controls {
    margin-top: 10px;
    gap: 8px;
  }

  .club-members-control-btn {
    width: 34px;
    height: 34px;
    font-size: 20px;
  }

  .club-members-position {
    min-width: 72px;
    font-size: 10px;
  }

  .club-members-controls {
    gap: 6px;
  }

  .club-members-position {
    display: none;
  }

  .section-row {
    align-items: flex-start;
    flex-direction: row;
    justify-content: space-between;
    gap: 12px;
  }

  .section-row > :first-child {
    min-width: 0;
  }

  .section-row .btn {
    margin-left: auto;
    width: auto;
    flex-shrink: 0;
    min-height: 34px;
    padding: 6px 10px;
    font-size: 11px;
    letter-spacing: 0.05em;
  }

  .hero-actions {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: auto;
    padding-top: 0;
    margin-bottom: 48px;
    transform: none;
  }

  .hero-actions .btn {
    width: 100%;
    min-height: 40px;
    font-size: 11px;
    letter-spacing: 0.06em;
    justify-content: center;
  }

  .partners-marquee {
    padding: 10px 0;
  }

  .partners-marquee-track {
    gap: 14px;
  }

  .partners-marquee-item {
    min-width: 92px;
  }

  .partners-marquee-logo {
    max-width: 112px;
    max-height: 58px;
  }

}

@media (max-width: 420px) {
  :root {
    --hero-header-gutter: 16px;
    --mobile-header-offset: 54px;
    --mobile-hero-height: 690px;
  }

  .header-inner {
    min-height: 54px;
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .site-logo-image {
    height: 40px;
  }

  .mobile-menu-toggle {
    width: 46px;
    height: 46px;
  }

  .mobile-menu-toggle-line {
    width: 21px;
    height: 3px;
  }

  .section {
    padding: 44px 0;
  }

  .hero-content h1 {
    max-width: 94%;
    font-size: clamp(22px, 7.6vw, 30px);
  }

  .hero-lead {
    max-width: none;
    font-size: 12px;
  }

  .hero-side-image {
    width: min(98vw, 520px);
    right: -20%;
    bottom: 0;
  }

  .section-row .btn {
    min-height: 30px;
    padding: 5px 9px;
    font-size: 9px;
    letter-spacing: 0.04em;
  }

  .mobile-menu-drawer {
    width: min(90vw, 300px);
    padding: 16px 14px 14px;
  }

  .hero-copy {
    transform: none;
  }

  .hero-actions {
    margin-top: auto;
    margin-bottom: 16px;
    transform: none;
  }

  .mobile-menu-title {
    margin-bottom: 12px;
    font-size: 16px;
  }

  .mobile-menu-nav {
    gap: 10px;
  }

  .mobile-menu-link {
    min-height: 44px;
    padding: 9px 12px;
  }

  .mobile-menu-contacts {
    padding-top: 12px;
    gap: 7px;
  }

  .mobile-menu-contact-link {
    padding: 9px 0 9px 12px;
    font-size: 13px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-side-image-layer {
    filter: none;
  }

  .partners-marquee {
    overflow-x: auto;
    scrollbar-width: none;
  }

  .partners-marquee::-webkit-scrollbar {
    display: none;
  }

  .partners-marquee-track {
    animation: none;
  }
}

@media (hover: none) and (pointer: coarse) {
  .partners-marquee {
    overflow-x: hidden;
    touch-action: pan-y;
  }

  .partners-marquee-track {
    animation: partners-marquee-scroll 42s linear infinite;
  }
}

/* KONAR visual redesign */
:root {
  --bg-main: #070707;
  --bg-elevated: #0c0c0e;
  --bg-soft: #101012;
  --border: #2c2d33;
  --text-main: #f6f6f8;
  --text-muted: #b5b7c0;
  --accent: #ff4022;
  --accent-hover: #ff5a3f;
  --blue-main: #c7c8ce;
  --blue-deep: #90939d;
}

body {
  background:
    radial-gradient(120% 70% at 50% 115%, rgba(255, 64, 34, 0.35) 0%, rgba(255, 64, 34, 0.08) 36%, rgba(7, 7, 7, 0) 65%),
    linear-gradient(180deg, #040404 0%, #0a0a0a 100%);
  color: var(--text-main);
  font-family: var(--font-montserrat), sans-serif;
}

.section-kicker {
  color: #ff6a4f;
  letter-spacing: 0.18em;
  font-size: 11px;
}

.section-title {
  margin-left: 0;
  font-weight: 900;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  line-height: 0.98;
}

.btn {
  border-radius: 6px;
  min-height: 42px;
  padding: 9px 16px;
}

.btn-primary {
  background: linear-gradient(180deg, #ff4b2d 0%, #d52814 100%);
  border-color: #ff573a;
}

.btn-primary:hover {
  background: linear-gradient(180deg, #ff6248 0%, #e43018 100%);
}

.btn-outline {
  border-color: rgba(255, 255, 255, 0.24);
  color: #f2f3f6;
}

.btn-outline:hover {
  border-color: var(--accent);
  color: #ffffff;
  background: rgba(255, 64, 34, 0.1);
}

.site-header-on-dark,
.site-header-on-light {
  background: rgba(6, 6, 8, 0.78);
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.42);
}

.site-nav-on-dark a,
.site-nav-on-light a {
  color: #e6e8ee;
}

.site-nav-on-dark a:hover,
.site-nav-on-light a:hover {
  color: #ffffff;
}

.home-main {
  margin-top: -84px;
}

.hero-section {
  border: 0;
  background-image: url("/hero_bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 100svh;
}

.hero-section::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: clamp(120px, 22vh, 280px);
  background: linear-gradient(
    180deg,
    rgba(7, 7, 7, 0) 0%,
    rgba(7, 7, 7, 0.58) 52%,
    rgba(7, 7, 7, 0.9) 80%,
    var(--bg-main) 100%
  );
  pointer-events: none;
  z-index: 1;
}

.hero-section .container {
  border: 0;
  background: transparent;
  box-shadow: none;
  padding: 0 var(--aligned-gutter);
  overflow: visible;
}

.hero-section .container::before {
  display: none;
}

.hero-content {
  border: 1px solid rgba(255, 255, 255, 0.24);
  background:
    linear-gradient(90deg, rgba(7, 7, 7, 0.94) 0%, rgba(7, 7, 7, 0.7) 56%, rgba(7, 7, 7, 0.24) 100%);
  box-shadow: 0 28px 56px rgba(0, 0, 0, 0.56);
  padding: 48px 44px;
  min-height: min(76svh, 760px);
  margin-top: clamp(42px, 6vh, 92px);
}

.hero-content h1 {
  font-size: clamp(36px, 6.2vw, 84px);
  line-height: 0.92;
}

#hero-title {
  font-family: "Uni Sans", "UniSans", var(--font-montserrat), sans-serif;
  font-style: italic;
  text-shadow:
    0 0 10px rgba(255, 255, 255, 0.08),
    0 2px 12px rgba(255, 74, 54, 0.12);
}

.hero-lead {
  color: #bcc0c9;
}

.hero-side-image {
  width: min(54vw, 880px);
  right: 7%;
  filter: contrast(1.08) saturate(0.92);
}

.cta-section {
  background: #16181c;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}

.cta-section > .container {
  padding-top: 26px;
  padding-bottom: 26px;
}

.cta-inner .section-title {
  color: #ff4f33;
}

.cta-title-white {
  color: #ffffff;
}

.cta-inner p {
  color: #d0d2d8;
}

.club-members-control-btn:hover:not(:disabled),
.club-members-control-btn:focus-visible:not(:disabled) {
  border-color: var(--accent);
  color: #ffffff;
  background: rgba(255, 64, 34, 0.14);
}

.club-members-position {
  color: #d9dbe1;
}

.site-footer {
  background: transparent;
}

.footer-vsl-link {
  color: #ff5838;
}

.footer-vsl-link:hover {
  color: #ff7157;
}

@media (max-width: 1080px) {
  .hero-content {
    min-height: auto;
    padding: 34px 26px;
    margin-top: 0;
  }
}

@media (max-width: 720px) {
  .hero-content {
    border-width: 1px;
    padding: 18px 14px;
  }

  .hero-content h1 {
    font-size: clamp(28px, 10vw, 44px);
  }
}

.hero-stats {
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  max-width: 640px;
}

.hero-stat-item {
  display: grid;
  gap: 4px;
}

.hero-stat-value {
  font-size: clamp(28px, 4.4vw, 44px);
  line-height: 1;
  font-weight: 800;
  color: var(--accent);
}

.hero-stat-plus {
  color: #ffffff;
  font-weight: 300;
}

.hero-stat-label {
  font-size: clamp(12px, 1.25vw, 15px);
  line-height: 1.3;
  color: #ffffff;
}

@media (max-width: 1080px) {
  .hero-content {
    grid-template-columns: 1fr;
  }

  .hero-copy {
    max-width: 100%;
  }

  .hero-side {
    display: block;
    position: relative;
    inset: auto;
    margin-top: 18px;
    pointer-events: none;
  }

  .hero-side-image {
    position: relative;
    inset: auto;
    right: auto;
    bottom: auto;
    margin: 0 auto;
    width: min(88vw, 560px);
    max-height: none;
  }
}

@media (max-width: 720px) {
  .hero-stats {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    max-width: 100%;
  }

  .hero-stat-item {
    gap: 6px;
  }

  .hero-stat-label {
    min-height: calc(1.26em * 2);
    line-height: 1.26;
    font-size: clamp(11px, 2.8vw, 13px);
  }
}

.fight-tape-section {
  position: relative;
  margin-top: -10px;
  padding: 28px 0 34px;
  overflow: visible;
  isolation: isolate;
}

.fight-tape-layer {
  position: relative;
  width: calc(100% + 420px);
  margin-left: -210px;
  overflow: hidden;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.32);
  background: linear-gradient(90deg, #ff5e3f 0%, #ff4224 48%, #f63419 100%);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.35);
  transform: translateZ(0);
}

.fight-tape-layer-primary {
  transform: rotate(-4deg);
  z-index: 2;
}

.fight-tape-layer-secondary {
  margin-top: -10px;
  transform: rotate(3.1deg);
  opacity: 0.94;
  z-index: 1;
}

.fight-tape-track {
  display: flex;
  width: max-content;
  align-items: center;
  gap: 34px;
  padding: 8px 0;
  animation: fight-tape-move 14s linear infinite;
  will-change: transform;
  transform: translateZ(0);
}

.fight-tape-layer-secondary .fight-tape-track {
  animation-name: fight-tape-move-reverse;
  animation-duration: 18s;
}

.fight-tape-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: clamp(24px, 2.8vw, 34px);
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

@keyframes fight-tape-move {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

@keyframes fight-tape-move-reverse {
  from {
    transform: translateX(-50%);
  }
  to {
    transform: translateX(0);
  }
}

@media (max-width: 1080px) {
  .fight-tape-section {
    margin-top: -4px;
    padding: 20px 0 28px;
  }

  .fight-tape-layer {
    width: calc(100% + 260px);
    margin-left: -130px;
  }
}

@media (max-width: 720px) {
  .fight-tape-section {
    padding: 14px 0 18px;
  }

  .fight-tape-layer-primary {
    transform: rotate(-3.2deg);
  }

  .fight-tape-layer-secondary {
    margin-top: -8px;
    transform: rotate(2.4deg);
  }

  .fight-tape-track {
    gap: 20px;
    padding: 7px 0;
  }

  .fight-tape-item {
    font-size: clamp(18px, 7vw, 28px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .fight-tape-track {
    animation: none;
  }
}

@media (hover: none) and (pointer: coarse) {
  .fight-tape-track {
    animation: fight-tape-move 14s linear infinite !important;
  }

  .fight-tape-layer-secondary .fight-tape-track {
    animation: fight-tape-move-reverse 18s linear infinite !important;
  }
}

/* Soft corner rounding */
:root {
  --radius-sm: 8px;
  --radius-md: 12px;
  --radius-lg: 16px;
}

.hero-content {
  border-radius: var(--radius-lg);
}

.coach-card {
  border-radius: var(--radius-md);
}

.coach-image {
  border-radius: var(--radius-sm);
}

.club-members-viewport {
  border-radius: var(--radius-md);
}

.club-members-control-btn {
  border-radius: var(--radius-sm);
}

.fight-tape-layer {
  border-radius: var(--radius-sm);
}

@media (max-width: 1080px) {
  .mobile-menu-toggle {
    border-radius: var(--radius-sm);
  }

  .mobile-menu-drawer {
    border-radius: 0 var(--radius-lg) var(--radius-lg) 0;
  }

  .mobile-menu-link {
    border-radius: var(--radius-sm);
  }

  .mobile-menu-title::after {
    border-radius: 999px;
  }
}

@media (max-width: 720px) {
  .mobile-menu-toggle {
    border-radius: var(--radius-sm);
  }

  .mobile-menu-drawer {
    border-radius: 0 var(--radius-lg) var(--radius-lg) 0;
  }

  .mobile-menu-link {
    border-radius: var(--radius-sm);
  }

  .mobile-menu-title::after {
    border-radius: 999px;
  }
}

/* Section-specific rounding (News / Gallery / Schedule) */
:is(#news, [class*="newsPage"], [class*="newsItemPage"]) [class*="newsCard"],
:is(#news, [class*="newsPage"], [class*="newsItemPage"]) [class*="newsPinned"],
:is(#news, [class*="newsPage"], [class*="newsItemPage"]) [class*="newsPinnedCard"],
:is(#news, [class*="newsPage"], [class*="newsItemPage"]) [class*="newsItemCover"],
:is(#news, [class*="newsPage"], [class*="newsItemPage"]) [class*="newsItemCarousel"],
:is(#news, [class*="newsPage"], [class*="newsItemPage"]) [class*="newsItemCarouselViewport"] {
  border-radius: var(--radius-md);
}

:is(#news, [class*="newsPage"], [class*="newsItemPage"]) [class*="newsCard"],
:is(#news, [class*="newsPage"], [class*="newsItemPage"]) [class*="newsPinned"],
:is(#news, [class*="newsPage"], [class*="newsItemPage"]) [class*="newsPinnedCard"],
:is(#news, [class*="newsPage"], [class*="newsItemPage"]) [class*="newsItemCarousel"] {
  overflow: hidden;
}

:is(#news, [class*="newsPage"], [class*="newsItemPage"]) [class*="newsCover"],
:is(#news, [class*="newsPage"], [class*="newsItemPage"]) [class*="newsItemCarouselImage"] {
  border-radius: var(--radius-sm);
}

#gallery [class*="galleryCarousel"],
#gallery [class*="galleryCard"],
#gallery [class*="carouselInner"] {
  border-radius: var(--radius-md);
}

#gallery [class*="galleryImage"],
#gallery [class*="galleryCardImage"] {
  border-radius: var(--radius-sm);
}

#schedule [class*="tableWrap"],
#schedule [class*="scheduleAccordionItemLink"],
#schedule [class*="scheduleCalendar"],
#schedule [class*="scheduleModalSheet"],
#schedule [class*="scheduleEventCard"] {
  border-radius: var(--radius-md);
}

#schedule [class*="scheduleCalendarNavBtn"],
#schedule [class*="scheduleCalendarDay"] {
  border-radius: var(--radius-sm);
}

#schedule [class*="scheduleEventCardImage"] {
  border-radius: var(--radius-sm) var(--radius-sm) 0 0;
}

@media (max-width: 1080px) {
  .cta-inner > div {
    max-width: 860px;
  }
}

/* Keep controls aligned with section titles */
.section-row .section-kicker {
  margin-bottom: 6px;
}

.section-row .section-title {
  margin-bottom: 0;
}

/* Footer: reference composition in project style */
.site-footer {
  position: relative;
  background: #000000;
  border-top: 0;
  padding: 30px 0 0;
  overflow: hidden;
}

.site-footer::before {
  content: none;
  position: absolute;
  left: -10%;
  right: -10%;
  bottom: -42%;
  height: clamp(220px, 45vw, 520px);
  background: radial-gradient(
    ellipse at center,
    rgba(226, 56, 79, 0.46) 0%,
    rgba(226, 56, 79, 0.22) 40%,
    rgba(7, 7, 7, 0) 76%
  );
  pointer-events: none;
}

.footer-contact {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 14px;
}

.footer-contact-top {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px 18px;
}

.footer-contact-brand {
  margin: 0;
  color: #f4f5f8;
  font-size: clamp(26px, 2.9vw, 46px);
  line-height: 1.04;
  font-weight: 800;
  letter-spacing: 0.01em;
}

.footer-contact-icons {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
}

.footer-contact-main-link {
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #f4f5f8;
  border: 1px solid #c8ccd4;
  border-radius: var(--radius-sm);
  background: transparent;
  text-decoration: none;
  transition:
    color 0.2s ease,
    border-color 0.2s ease,
    background 0.2s ease;
}

.footer-contact-main-link svg {
  width: 22px;
  height: 22px;
  fill: currentColor;
}

.footer-contact-main-link:hover {
  color: #ffffff;
  border-color: #ff6a4f;
  background: rgba(255, 64, 34, 0.18);
}

.footer-contact-divider {
  height: 1px;
  background: #c8ccd4;
}

.footer-contact-bottom {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  align-items: center;
  gap: 10px 22px;
  padding: 10px 0 14px;
}

.footer-contact-copy,
.footer-contact-location,
.footer-contact-policy {
  margin: 0;
  color: #c8ccd4;
  font-size: clamp(11px, 0.9vw, 14px);
  line-height: 1.25;
}

.footer-contact-policy {
  text-decoration: none;
  white-space: nowrap;
}

.footer-contact-policy:hover {
  color: #ffffff;
}

.home-after-hero-bg {
  position: relative;
  isolation: isolate;
}

.home-after-hero-bg::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 100vw;
  transform: translateX(-50%);
  background-image: url("/site_bg.png");
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  pointer-events: none;
  z-index: -1;
}

.home-after-hero-bg :is(#about, .fight-tape-section, #news, .cta-section, #gallery, #schedule, #champions, #contacts) {
  background: transparent !important;
}

.home-after-hero-bg .cta-section {
  border-color: transparent;
}

@media (max-width: 1080px) {
  .footer-contact-top {
    gap: 10px;
  }

  .footer-contact-brand {
    font-size: clamp(22px, 4.2vw, 34px);
  }

  .footer-contact-bottom {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 8px;
    padding-bottom: 12px;
  }
}

@media (max-width: 720px) {
  .home-after-hero-bg #contacts.partners-section {
    position: relative;
    z-index: 1;
    background: #000000 !important;
  }

  .home-after-hero-bg #contacts .partners-marquee {
    background: #000000;
  }

  .site-footer {
    padding-top: 20px;
  }

  .footer-contact-top {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .footer-contact-icons {
    justify-content: flex-start;
  }

  .footer-contact-brand {
    font-size: clamp(20px, 6.5vw, 30px);
  }

  .footer-contact-policy {
    white-space: normal;
  }
}

@media (min-width: 1600px) {
  :root {
    --hero-header-gutter: clamp(88px, 6vw, 152px);
  }

  .container,
  .header-inner {
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
  }

  .section {
    padding: 78px 0;
  }

  .site-nav {
    gap: 32px;
  }

  .hero-content {
    grid-template-columns: minmax(0, 860px) 1fr;
    gap: 40px;
    padding-top: 42px;
    padding-bottom: 42px;
  }

  .hero-copy {
    max-width: min(860px, 58vw);
  }

  .hero-side-image {
    width: min(50vw, 1100px);
    right: 8%;
  }

  .club-members-carousel {
    --club-members-gap: 24px;
  }

  .home-after-hero-bg::before {
    width: 108vw;
    background-size: 108% auto;
  }
}

@media (min-width: 2200px) {
  :root {
    --hero-header-gutter: clamp(112px, 7vw, 220px);
  }

  .container,
  .header-inner {
    max-width: 2240px;
  }

  .section {
    padding: 86px 0;
  }

  .hero-content {
    grid-template-columns: minmax(0, 940px) 1fr;
    gap: 48px;
  }

  .hero-copy {
    max-width: min(940px, 57vw);
  }

  .hero-side-image {
    width: min(46vw, 1260px);
    right: 7%;
  }

  .home-after-hero-bg::before {
    width: 114vw;
    background-size: 114% auto;
  }
}

/* Disable dynamic viewport units on mobile/tablet */
@media (max-width: 1080px) {
  :root {
    --mobile-hero-height: 820px;
  }

  .hero-section {
    height: var(--mobile-hero-height);
    min-height: var(--mobile-hero-height);
    max-height: var(--mobile-hero-height);
    overflow: hidden;
  }

  .hero-content {
    position: relative;
  }

  .home-main .hero-content {
    height: 100%;
    min-height: 100%;
    padding-top: 88px;
    padding-bottom: 24px;
  }

  .hero-copy {
    position: relative;
    z-index: 4;
    min-height: 100%;
    padding-top: 124px;
  }

  .hero-side {
    display: block;
    position: absolute;
    inset: 0;
    margin-top: 0;
    z-index: 1;
    pointer-events: none;
  }

  .hero-side-image {
    position: absolute;
    inset: auto;
    left: 50%;
    right: auto;
    bottom: 0;
    transform: translateX(-50%);
    margin: 0;
    width: 620px;
    max-width: 88vw;
    max-height: 500px;
    height: auto;
  }

  .hero-side-image-layer {
    transform: translate3d(-50%, 1.2%, 0) scale(0.992);
  }

  .hero-side-image-layer.is-active {
    transform: translate3d(-50%, 0, 0) scale(1);
  }

  .hero-content h1,
  .hero-lead,
  .hero-stats {
    transform: translateY(-20px);
  }

  .hero-actions {
    margin-bottom: 56px;
  }

  .mobile-menu-drawer {
    height: 100vh;
  }
}

@media (max-width: 720px) {
  :root {
    --mobile-hero-height: 760px;
  }

  .home-main .hero-content {
    padding-top: 80px;
    padding-bottom: 20px;
  }

  .hero-copy {
    padding-top: 28px;
  }

  .hero-content h1,
  .hero-lead,
  .hero-stats {
    transform: translateY(-38px);
  }

  .hero-side-image {
    left: 50%;
    right: auto;
    bottom: 0;
    transform: translateX(-50%);
    width: 560px;
    max-width: 96vw;
    max-height: 430px;
  }

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

@media (max-width: 420px) {
  :root {
    --mobile-hero-height: 690px;
  }

  .home-main .hero-content {
    padding-top: 72px;
    padding-bottom: 18px;
  }

  .hero-copy {
    padding-top: 20px;
  }

  .hero-side-image {
    left: 50%;
    right: auto;
    bottom: 0;
    transform: translateX(-50%);
    width: 520px;
    max-width: 100vw;
    max-height: 390px;
  }

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

  .hero-content h1,
  .hero-lead,
  .hero-stats {
    transform: translateY(-32px);
  }
}

