:root {
  --bg: #050505;
  --panel: #0b0b0c;
  --panel-2: #111214;
  --text: #f4f4f4;
  --muted: #c7c7c7;

  --yellow: #f4dd10;
  --yellow-2: #fff066;
  --green: #78d400;
  --green-2: #92ff14;
  --white: #f7f7f7;

  --line: rgba(244, 221, 16, 0.18);
  --line-soft: rgba(255, 255, 255, 0.08);
  --shadow: 0 18px 40px rgba(0, 0, 0, 0.45);

  --radius: 18px;
  --container: 1600px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at top right, rgba(120, 212, 0, 0.06), transparent 20%),
    radial-gradient(circle at bottom left, rgba(244, 221, 16, 0.05), transparent 18%),
    #050505;
  color: var(--text);
  font-family: "Inter", system-ui, sans-serif;
  line-height: 1.5;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  font: inherit;
}

.container {
  width: min(var(--container), 96%);
  margin-inline: auto;
}

/* HEADER */

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(5, 5, 5, 0.94);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(244, 221, 16, 0.12);
}

.nav-bar {
  min-height: 86px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.brand {
  display: flex;
  align-items: center;
  gap: 0.9rem;
}

.brand-logo {
  width: 150px;
  object-fit: contain;
}

.brand-text {
  display: flex;
  flex-direction: column;
  gap: 0.08rem;
}

.brand-top {
  font-size: 0.88rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  color: var(--white);
  text-transform: uppercase;
}

.brand-bottom {
  font-size: 0.95rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  color: var(--green-2);
  text-transform: uppercase;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 1.35rem;
}

.main-nav a {
  font-family: "Teko", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: var(--white);
  transition: 0.18s ease;
}

.main-nav a:hover {
  color: var(--yellow);
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 0.7rem;
}

.lang-btn {
  border: 1px solid var(--line-soft);
  background: transparent;
  color: var(--white);
  padding: 0.65rem 0.85rem;
  border-radius: 999px;
  font-weight: 800;
  cursor: pointer;
}

.join-btn {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.8rem 1.4rem;
  background: linear-gradient(180deg, var(--yellow) 0%, #f2cf00 100%);
  color: #111;
  font-family: "Teko", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  border-radius: 4px;
  box-shadow: 0 0 16px rgba(244, 221, 16, 0.14);
}

.menu-toggle {
  display: none;
  width: 42px;
  height: 32px;
  border: 0;
  background: transparent;
  padding: 0;
  cursor: pointer;
  flex-direction: column;
  justify-content: space-between;
}

.menu-toggle span {
  display: block;
  height: 3px;
  border-radius: 999px;
  background: var(--yellow);
}

/* HERO */

.hero {
  padding: 0;
}

.hero-shell {
  min-height: 650px;
  display: grid;
  grid-template-columns: 0.34fr 0.66fr;
  gap: 0;
  border-bottom: 1px solid rgba(244, 221, 16, 0.12);
  background:
    radial-gradient(circle at top left, rgba(120, 212, 0, 0.04), transparent 16%),
    #050505;
}

.hero-left {
  padding: 4rem 1.5rem 3rem 1.2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 2;
}

.hero-stack {
  margin: 0 0 1.2rem;
  font-family: "Teko", sans-serif;
  font-size: clamp(3rem, 6vw, 5.2rem);
  line-height: 0.9;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--white);
}

.hero-stack .accent {
  color: var(--green-2);
}

.hero-copy {
  max-width: 360px;
  margin: 0 0 1.4rem;
  font-size: 1rem;
  color: #d8d8d8;
}

.hero-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}

.hero-center {
  display: flex;
  align-items: stretch;
  justify-content: stretch;
  min-height: 650px;
  overflow: hidden;
}

.hero-banner {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* PANELS */

.panel-section {
  padding: 1rem 0 0;
}

.two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.section-panel {
  background: linear-gradient(180deg, rgba(255,255,255,0.01), rgba(255,255,255,0.015));
  border: 1px solid rgba(244, 221, 16, 0.14);
  border-radius: 8px;
  padding: 1.3rem;
  box-shadow: var(--shadow);
}

.section-head h2,
.section-topline h2,
.contact-intro h2 {
  margin: 0;
  font-family: "Teko", sans-serif;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.section-head p,
.contact-intro p {
  margin: 0.7rem 0 0;
  color: #d0d0d0;
  max-width: 800px;
}

.section-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
}

.section-note {
  font-family: "Teko", sans-serif;
  font-size: 1.7rem;
  text-transform: uppercase;
  color: var(--green);
  letter-spacing: 0.03em;
}

/* ABOUT */

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1.1rem;
}

.feature-card,
.training-card,
.contact-mini-card {
  background: var(--panel);
  border: 1px solid rgba(244, 221, 16, 0.15);
  border-radius: 6px;
  padding: 1rem;
}

.feature-card h3,
.training-card h3,
.event-content h3,
.contact-mini-card h3 {
  margin: 0 0 0.45rem;
  font-family: "Teko", sans-serif;
  font-size: 1.9rem;
  line-height: 1;
  text-transform: uppercase;
}

.feature-card p,
.training-card p,
.event-content p,
.contact-mini-card p {
  margin: 0;
  color: #d1d1d1;
}

/* TRAININGS */

.training-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.training-card {
  min-height: 220px;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.training-day,
.training-place {
  font-family: "Teko", sans-serif;
  text-transform: uppercase;
  line-height: 1;
}

.training-day {
  font-size: 1.55rem;
  color: var(--green);
}

.training-time {
  font-family: "Teko", sans-serif;
  font-size: 3rem;
  line-height: 1;
  color: var(--white);
}

.training-place {
  font-size: 1.45rem;
  color: #d6d6d6;
}

.section-footer-action {
  margin-top: 1rem;
}

.wide-btn {
  width: 100%;
}

/* EVENTS */

.event-list {
  display: grid;
  gap: 0.85rem;
}

.event-item {
  display: grid;
  grid-template-columns: 90px 1fr 220px;
  gap: 0.85rem;
  align-items: stretch;
  background: var(--panel);
  border: 1px solid rgba(244, 221, 16, 0.15);
  border-radius: 6px;
  overflow: hidden;
}

.event-date-box {
  background: #0f0f10;
  border-right: 1px solid rgba(244, 221, 16, 0.15);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0.8rem 0.4rem;
}

.event-date-box strong {
  font-family: "Teko", sans-serif;
  font-size: 3rem;
  line-height: 0.9;
  color: var(--yellow);
}

.event-date-box span {
  font-family: "Teko", sans-serif;
  font-size: 1.35rem;
  color: var(--green);
}

.event-content {
  padding: 0.9rem 0.4rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.45rem;
}

.event-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* GALLERY */

.gallery-strip {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.7rem;
}

.gallery-shot {
  border: 1px solid rgba(244, 221, 16, 0.15);
  background: #0b0b0c;
  padding: 0;
  border-radius: 4px;
  overflow: hidden;
  cursor: pointer;
}

.gallery-shot img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  transition: transform 0.2s ease;
}

.gallery-shot:hover img {
  transform: scale(1.03);
}

.gallery-badge-wrap {
  display: flex;
  justify-content: center;
  margin-top: 1rem;
}

.gallery-badge {
  width: 280px;
  max-width: 90%;
  object-fit: contain;
}

/* CONTACT */

.contact-panel {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 1rem;
  align-items: start;
}

.contact-cards {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.85rem;
}

.contact-mini-card {
  min-height: 150px;
}

/* BUTTONS */

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0.9rem 1.25rem;
  font-family: "Teko", sans-serif;
  font-size: 1.55rem;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  border-radius: 4px;
  transition: 0.16s ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-yellow {
  background: linear-gradient(180deg, var(--yellow), #efcb00);
  color: #111;
}

.btn-dark {
  background: transparent;
  border: 2px solid rgba(120, 212, 0, 0.45);
  color: var(--green);
}

.btn-dark:hover {
  background: rgba(120, 212, 0, 0.10);
}

/* FOOTER */

.site-footer {
  margin-top: 1rem;
  border-top: 1px solid rgba(244, 221, 16, 0.10);
  padding: 1.3rem 0 2rem;
  background:
    radial-gradient(circle at bottom right, rgba(120, 212, 0, 0.06), transparent 16%),
    #050505;
}

.footer-row {
  display: grid;
  grid-template-columns: 1.1fr 1fr 1fr;
  gap: 1rem;
  align-items: center;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 0.9rem;
}

.footer-brand img {
  width: 90px;
}

.footer-brand strong {
  display: block;
  font-family: "Teko", sans-serif;
  font-size: 1.6rem;
  text-transform: uppercase;
}

.footer-brand p,
.footer-copy p,
.footer-links span {
  margin: 0;
  color: #d2d2d2;
}

.footer-tagline {
  color: var(--green);
}

.footer-copy {
  text-align: center;
}

.footer-links {
  display: flex;
  justify-content: flex-end;
  gap: 1rem;
  flex-wrap: wrap;
}

/* LIGHTBOX */

.lightbox {
  position: fixed;
  inset: 0;
  display: none;
  place-items: center;
  background: rgba(0, 0, 0, 0.92);
  z-index: 2000;
  padding: 1rem;
}

.lightbox.open {
  display: grid;
}

.lightbox img {
  max-width: 100%;
  max-height: 84vh;
  border-radius: 10px;
  border: 2px solid rgba(244, 221, 16, 0.18);
}

.lb-close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 48px;
  height: 48px;
  border: 0;
  border-radius: 50%;
  background: var(--yellow);
  color: #111;
  font-size: 28px;
  cursor: pointer;
}

/* TO TOP */

.to-top {
  position: fixed;
  right: 18px;
  bottom: 18px;
  width: 48px;
  height: 48px;
  border: 0;
  border-radius: 50%;
  background: var(--yellow);
  color: #111;
  font-size: 24px;
  font-weight: 900;
  cursor: pointer;
  display: none;
  z-index: 1200;
}

/* MOBILE */

@media (max-width: 1180px) {
  .hero-shell,
  .two-col,
  .contact-panel,
  .feature-grid,
  .training-grid,
  .gallery-strip,
  .contact-cards,
  .footer-row {
    grid-template-columns: 1fr 1fr;
  }

  .hero-shell,
  .two-col,
  .contact-panel {
    grid-template-columns: 1fr;
  }

  .hero-center {
    min-height: 420px;
  }

  .hero-banner {
    min-height: 420px;
  }

  .event-item {
    grid-template-columns: 90px 1fr 180px;
  }
}

@media (max-width: 900px) {
  .site-header {
    position: sticky;
    top: 0;
  }

  .nav-bar {
    min-height: 74px;
    gap: 0.6rem;
  }

  .brand {
    gap: 0.5rem;
    min-width: 0;
  }

  .brand-logo {
    width: 82px;
  }

  .brand-text {
    min-width: 0;
  }

  .brand-top {
    font-size: 0.62rem;
    letter-spacing: 0.06em;
  }

  .brand-bottom {
    font-size: 0.68rem;
    letter-spacing: 0.05em;
    line-height: 1.1;
  }

  .main-nav {
    display: none;
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    right: 0;
    background: rgba(5, 5, 5, 0.98);
    border: 1px solid rgba(244, 221, 16, 0.12);
    border-radius: 10px;
    padding: 0.9rem;
    flex-direction: column;
    align-items: stretch;
    gap: 0.35rem;
    box-shadow: var(--shadow);
  }

  .main-nav.open {
    display: flex;
  }

  .main-nav a {
    font-size: 1.3rem;
    padding: 0.55rem 0.4rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  }

  .main-nav a:last-child {
    border-bottom: 0;
  }

  .menu-toggle {
    display: flex;
  }

  .lang-btn {
    padding: 0.55rem 0.7rem;
    font-size: 0.85rem;
  }

  .join-btn {
    min-height: 42px;
    padding: 0.65rem 0.95rem;
    font-size: 1.15rem;
  }

  .hero-shell,
  .feature-grid,
  .training-grid,
  .contact-cards,
  .footer-row {
    grid-template-columns: 1fr;
  }

  .hero-shell {
    min-height: unset;
  }

  .hero-left {
    padding: 1.5rem 1rem 1.2rem;
    order: 2;
  }

  .hero-center {
    order: 1;
    min-height: 260px;
  }

  .hero-banner {
    height: 260px;
    min-height: 260px;
    object-fit: cover;
    object-position: center;
  }

  .hero-stack {
    font-size: clamp(2.4rem, 12vw, 4rem);
    line-height: 0.88;
    margin-bottom: 0.9rem;
  }

  .hero-copy {
    max-width: 100%;
    font-size: 0.96rem;
    margin-bottom: 1rem;
  }

  .hero-buttons {
    flex-direction: column;
    gap: 0.7rem;
  }

  .btn,
  .btn-yellow,
  .btn-dark {
    width: 100%;
  }

  .section-panel {
    padding: 1rem;
  }

  .section-head h2,
  .section-topline h2,
  .contact-intro h2 {
    font-size: clamp(1.8rem, 7vw, 2.4rem);
  }

  .section-topline {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.3rem;
  }

  .section-note {
    font-size: 1.25rem;
  }

  .training-card {
    min-height: unset;
  }

  .event-item {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .event-date-box {
    border-right: 0;
    border-bottom: 1px solid rgba(244, 221, 16, 0.15);
    flex-direction: row;
    justify-content: flex-start;
    gap: 0.6rem;
    padding: 0.7rem 0.9rem;
  }

  .event-date-box strong {
    font-size: 2.2rem;
  }

  .event-date-box span {
    font-size: 1.1rem;
  }

  .event-content {
    padding: 0.9rem;
  }

  .event-item img {
    height: 180px;
    object-fit: cover;
  }

  .gallery-strip {
    grid-template-columns: 1fr 1fr;
  }

  .gallery-shot img {
    height: 170px;
  }

  .gallery-badge {
    width: 190px;
  }

  .contact-panel {
    grid-template-columns: 1fr;
  }

  .contact-mini-card {
    min-height: unset;
  }

  .footer-row {
    gap: 1.1rem;
  }

  .footer-links {
    justify-content: flex-start;
  }
}

@media (max-width: 640px) {
  .container {
    width: 94%;
  }

  .site-header {
    border-bottom: 1px solid rgba(244, 221, 16, 0.10);
  }

  .nav-bar {
    min-height: 68px;
  }

  .brand-logo {
    width: 68px;
  }

  .brand-top {
    font-size: 0.55rem;
  }

  .brand-bottom {
    font-size: 0.6rem;
  }

  .nav-actions {
    gap: 0.45rem;
  }

  .lang-btn {
    padding: 0.5rem 0.62rem;
    min-width: 44px;
  }

  .join-btn {
    display: none;
  }

  .menu-toggle {
    width: 38px;
    height: 28px;
  }

  .hero-left {
    padding: 1.15rem 0.9rem 1rem;
  }

  .hero-stack {
    font-size: clamp(2rem, 13vw, 3.2rem);
  }

  .hero-copy {
    font-size: 0.92rem;
  }

  .btn {
    min-height: 50px;
    font-size: 1.25rem;
  }

  .hero-center {
    min-height: 220px;
  }

  .hero-banner {
    height: 220px;
    min-height: 220px;
  }

  .section-panel {
    padding: 0.85rem;
    border-radius: 6px;
  }

  .feature-card,
  .training-card,
  .contact-mini-card {
    padding: 0.85rem;
  }

  .feature-card h3,
  .training-card h3,
  .event-content h3,
  .contact-mini-card h3 {
    font-size: 1.55rem;
  }

  .training-time {
    font-size: 2.4rem;
  }

  .gallery-strip {
    grid-template-columns: 1fr;
  }

  .gallery-shot img {
    height: 190px;
  }

  .contact-mini-card p,
  .event-content p,
  .feature-card p,
  .training-card p {
    font-size: 0.94rem;
  }

  .footer-brand img {
    width: 70px;
  }

  .footer-brand strong {
    font-size: 1.3rem;
  }

  .footer-copy,
  .footer-links {
    font-size: 0.82rem;
  }
}