:root {
  --yellow: #fff600;
  --yellow-hover: #fff94d;
  --yellow-rgb: 255 246 0;
  --blue: #1b3383;
  --blue-rgb: 27 51 131;
  --black: #111111;
  --black-rgb: 17 17 17;
  --deep-black: #0a0a0a;
  --deep-black-rgb: 10 10 10;
  --hero-black-rgb: 5 5 5;
  --cream: #f0ebe0;
  --muted: #555555;
  --white: #ffffff;
  --white-rgb: 255 255 255;
  --header-bg: rgb(var(--deep-black-rgb) / 0.93);
  --brush-bg: rgb(var(--black-rgb) / 0.8);
  --hero-info-bg: rgb(var(--yellow-rgb) / 0.12);
  --hero-info-bg-dark: rgb(0 0 0 / 0.35);
  --line-dark-subtle: rgb(0 0 0 / 0.1);
  --line-light-subtle: rgb(var(--white-rgb) / 0.1);
  --border-light: rgb(var(--white-rgb) / 0.45);
  --footer-border: rgb(var(--yellow-rgb) / 0.2);
  --text-light-muted: rgb(var(--white-rgb) / 0.35);
  --text-light-soft: rgb(var(--white-rgb) / 0.48);
  --text-light-body: rgb(var(--white-rgb) / 0.6);
  --shadow-dark: rgb(0 0 0 / 0.45);
  --shadow-soft: rgb(0 0 0 / 0.18);
  --decor-dark-subtle: rgb(0 0 0 / 0.1);
  --font-heading: "Oswald", sans-serif;
  --font-body: "Open Sans", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--black);
  color: var(--white);
  font-family: var(--font-body);
}

a {
  transition: color 0.15s ease, border-color 0.15s ease, background-color 0.15s ease;
}

svg {
  display: block;
}

.site-header {
  background: var(--header-bg);
  border-bottom: 3px solid var(--yellow);
  backdrop-filter: blur(6px);
}

.site-header nav {
  min-height: 56px;
  padding-inline: 20px;
}

.brand img {
  display: block;
  width: auto;
  height: 36px;
}

.header-contact a,
.footer-links a {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: var(--white);
  font-family: var(--font-heading);
  font-size: 0.9rem;
  letter-spacing: 0.05em;
  text-decoration: none;
  white-space: nowrap;
}

.header-contact a:hover,
.footer-links a:hover,
.mini-contact a:hover {
  color: var(--yellow);
}

.icon svg,
.info-icon svg {
  width: 1em;
  height: 1em;
  color: var(--yellow);
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.hero {
  position: relative;
  min-height: 100svh;
  padding-top: 56px;
  overflow: hidden;
  background: var(--deep-black);
}

.hero-photo,
.hero-shade,
.hero-bottom-shade {
  position: absolute;
  inset: 0;
}

.hero-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  opacity: 0.88;
}

.hero-shade {
  background: linear-gradient(95deg, rgb(var(--hero-black-rgb) / 0.97) 0%, rgb(var(--hero-black-rgb) / 0.93) 28%, rgb(var(--hero-black-rgb) / 0.65) 50%, rgb(var(--hero-black-rgb) / 0.18) 72%, rgb(var(--hero-black-rgb) / 0) 88%);
}

.hero-bottom-shade {
  top: auto;
  height: 35%;
  background: linear-gradient(to top, rgb(var(--hero-black-rgb) / 0.85) 0%, rgb(var(--hero-black-rgb) / 0) 100%);
}

.hero-content {
  position: relative;
  z-index: 2;
  flex: 1;
  width: 100%;
  padding: clamp(1.4rem, 3.5vw, 2.75rem) clamp(1.75rem, 5vw, 4.5rem) clamp(2.25rem, 5vw, 3.5rem);
}

.hero-title {
  max-width: 760px;
}

.hero-club-logo {
  position: absolute;
  top: clamp(1.5rem, 3.5vw, 3rem);
  right: clamp(1.75rem, 5vw, 4.5rem);
  z-index: 3;
  width: clamp(92px, 11vw, 150px);
  height: auto;
  filter: drop-shadow(0 10px 24px var(--shadow-dark));
}

.brush {
  position: relative;
  z-index: 0;
  display: inline-block;
}

.brush::before {
  position: absolute;
  inset: -10% -4%;
  z-index: -1;
  border-radius: 2px;
  content: "";
}

.brush-dark::before {
  background: var(--brush-bg);
  filter: url("#brush-heavy");
}

.brush-label::before {
  background: var(--black);
  filter: url("#brush-light");
}

.brush h1,
.brush h2 {
  margin: 0;
  font-family: var(--font-heading);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}

.brush h1 {
  padding: 0.1rem 0.9rem 0.1rem 0.25rem;
  color: var(--white);
  font-size: clamp(2.8rem, 9.5vw, 6.2rem);
}

.brush-nabor {
  margin-top: -0.25rem;
  margin-bottom: 0.6rem;
}

.brush-nabor h2 {
  padding: 0 0.9rem 0.35rem 0.25rem;
  color: var(--yellow);
  font-size: clamp(4.5rem, 16vw, 10rem);
  line-height: 0.88;
}

.hero-subtitle,
.hero-date {
  font-family: var(--font-heading);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  margin-top: 2rem;
}

.hero-subtitle {
  color: var(--white);
  font-size: clamp(1.1rem, 3.5vw, 2rem);
}

.hero-date {
  color: var(--yellow);
  font-size: clamp(1.2rem, 4vw, 3rem);
}

.hero-panel {
  max-width: 720px;
}

.info-strip article {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  min-width: 0;
  padding: 0.75rem 1.25rem;
  border-left: 3px solid var(--yellow);
  background: var(--hero-info-bg);
}

.info-strip article:nth-child(even) {
  background: var(--hero-info-bg-dark);
}

.info-icon {
  flex: 0 0 auto;
  margin-top: 0.1rem;
  color: var(--yellow);
  font-size: 1.1rem;
}

.info-strip strong {
  display: block;
  margin-bottom: 0.15rem;
  color: var(--yellow);
  font-family: var(--font-heading);
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.info-strip span:not(.info-icon) {
  display: block;
  color: var(--white);
  font-size: 0.88rem;
  line-height: 1.4;
}

.btn-primary-angled,
.btn-outline-angled {
  border-radius: 0;
  clip-path: polygon(8px 0, 100% 0, calc(100% - 8px) 100%, 0 100%);
  font-family: var(--font-heading);
  font-size: 1rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.btn-primary-angled {
  border: 0;
  background: var(--yellow);
  color: var(--black);
  font-weight: 700;
  padding: 0.875rem 1.75rem;
}

.btn-primary-angled:hover,
.btn-primary-angled:focus {
  background: var(--yellow-hover);
  color: var(--black);
}

.btn-outline-angled {
  border: 2px solid var(--border-light);
  color: var(--white);
  padding: 0.75rem 1.5rem;
}

.btn-outline-angled:hover,
.btn-outline-angled:focus {
  border-color: var(--yellow);
  color: var(--yellow);
}

.poster-section {
  overflow: hidden;
  background: linear-gradient(90deg, var(--cream) 0 50%, var(--blue) 50% 100%);
}

.poster-grid {
  display: grid;
  grid-template-columns: minmax(0, 57%) minmax(0, 43%);
}

.poster-left,
.poster-right {
  position: relative;
  z-index: 0;
  padding: clamp(1.5rem, 4vw, 3.25rem) clamp(1.25rem, 4.5vw, 3.25rem);
}

.poster-left::before,
.poster-right::before {
  position: absolute;
  inset-block: 0;
  z-index: -1;
  content: "";
}

.poster-left::before {
  right: 0;
  left: -100vw;
  background: var(--cream);
}

.poster-right::before {
  right: -100vw;
  left: 0;
  background: var(--yellow);
}

.poster-left {
  background: var(--cream);
  color: var(--black);
}

.poster-right {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  background: var(--blue);
  color: var(--black);
}

.brush-label h2 {
  padding: 0.5rem 1.25rem 0.5rem 0.65rem;
  color: var(--yellow);
  font-size: clamp(1rem, 2.2vw, 1.35rem);
  letter-spacing: 0.07em;
  white-space: nowrap;
}

.age-groups {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 1.6rem;
}

.age-groups article {
  display: flex;
  align-items: center;
  gap: 0.9rem;
}

.age-groups h3,
.benefits h3,
.club-note h3,
.training-card h2,
.welcome h2 {
  margin: 0;
  font-family: var(--font-heading);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.age-groups h3 {
  font-size: clamp(0.95rem, 2vw, 1.15rem);
}

.age-groups p {
  margin: 0.1rem 0 0;
  color: var(--muted);
  font-size: 0.88rem;
}

.ball {
  position: relative;
  flex: 0 0 auto;
  width: 46px;
  height: 46px;
  border: 3px solid var(--yellow);
  border-radius: 50%;
  background: var(--black);
}

.ball::before,
.ball::after {
  position: absolute;
  inset: 50% auto auto 50%;
  width: 16px;
  height: 16px;
  background: var(--yellow);
  content: "";
  transform: translate(-50%, -50%) rotate(36deg);
}

.ball::before {
  clip-path: polygon(50% 0, 100% 38%, 82% 100%, 18% 100%, 0 38%);
}

.ball::after {
  width: 34px;
  height: 34px;
  border: 2px solid var(--yellow);
  border-radius: 50%;
  background: transparent;
  opacity: 0.9;
  clip-path: polygon(0 0, 100% 0, 100% 50%, 0 50%);
}

.benefits {
  margin-top: 0.4rem;
  padding-top: 1.4rem;
  border-top: 2px solid var(--line-dark-subtle);
}

.section-rule {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  margin-bottom: 1.25rem;
}

.section-rule::before,
.section-rule::after {
  height: 2px;
  background: var(--black);
  content: "";
}

.section-rule::before {
  width: 18px;
  flex: 0 0 auto;
}

.section-rule::after {
  flex: 1 1 auto;
}

.section-rule span {
  font-family: var(--font-heading);
  font-size: clamp(0.82rem, 1.7vw, 0.98rem);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
}

.benefit-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: clamp(44px, 7.5vw, 58px);
  height: clamp(44px, 7.5vw, 58px);
  margin-bottom: 0.55rem;
  border-radius: 50%;
  background: var(--yellow);
  box-shadow: 0 2px 8px var(--shadow-soft);
  font-size: clamp(1.2rem, 2.3vw, 1.55rem);
}

.benefits h3 {
  color: var(--black);
  font-size: clamp(0.62rem, 1.1vw, 0.78rem);
  letter-spacing: 0.04em;
}

.club-note {
  margin-top: 1.4rem;
  padding-top: 1.1rem;
  border-top: 2px solid var(--line-dark-subtle);
}

.club-note img {
  flex: 0 0 auto;
  width: 42px;
  height: 42px;
  object-fit: contain;
}

.club-note h3 {
  font-size: 0.86rem;
  letter-spacing: 0.05em;
}

.club-note p {
  margin: 0.25rem 0 0;
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.6;
}

.yellow-shadow {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  background: var(--decor-dark-subtle);
  clip-path: polygon(0 0, 100% 10%, 100% 90%, 0 100%);
  pointer-events: none;
}

.training-card {
  position: relative;
  overflow: hidden;
  padding: clamp(1.1rem, 3vw, 2rem) clamp(1rem, 3vw, 1.75rem);
  background: var(--black);
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 12px), calc(100% - 12px) 100%, 0 100%);
  color: var(--white);
}

.card-ball {
  position: absolute;
  right: -1rem;
  bottom: -1rem;
  font-size: 7rem;
  line-height: 1;
  opacity: 0.06;
  user-select: none;
}

.training-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: clamp(40px, 5.5vw, 50px);
  height: clamp(40px, 5.5vw, 50px);
  border-radius: 4px;
  background: var(--yellow);
  font-size: clamp(1.2rem, 2vw, 1.55rem);
}

.training-card h2 {
  color: var(--yellow);
  font-size: clamp(1.05rem, 2.2vw, 1.35rem);
  letter-spacing: 0.04em;
}

.free {
  margin: 0 0 0.9rem;
  color: var(--yellow);
  font-family: var(--font-heading);
  font-size: clamp(3rem, 8vw, 4.4rem);
  font-weight: 700;
  line-height: 0.9;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}

.training-date {
  margin: 0 0 0.75rem;
  font-family: var(--font-heading);
  font-size: clamp(0.9rem, 1.8vw, 1.1rem);
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.time {
  display: inline-block;
  margin: 0 0 0.85rem;
  padding: 0.4rem 1.1rem;
  clip-path: polygon(6px 0, 100% 0, calc(100% - 6px) 100%, 0 100%);
  background: var(--yellow);
  color: var(--black);
  font-family: var(--font-heading);
  font-size: clamp(0.88rem, 1.7vw, 1rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.place {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0;
  font-family: var(--font-heading);
  font-size: clamp(0.8rem, 1.5vw, 0.92rem);
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.small-text {
  margin: 0.75rem 0 0;
  color: var(--text-light-body);
  font-size: 0.78rem;
  line-height: 1.55;
}

.welcome h2 {
  color: var(--black);
  font-size: clamp(1.3rem, 3vw, 1.8rem);
  letter-spacing: 0.04em;
}

.welcome span {
  display: block;
  width: 52px;
  height: 4px;
  margin: 0.65rem auto 0;
  background: var(--black);
  transform: skewX(-12deg);
}

.mini-contact {
  padding: 1rem 1.25rem;
  background: var(--black);
}

.mini-contact p,
.footer-links p {
  margin: 0 0 0.6rem;
  color: var(--text-light-muted);
  font-family: var(--font-heading);
  font-size: 0.65rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.mini-contact a {
  display: block;
  margin-bottom: 0.38rem;
  color: var(--yellow);
  font-family: var(--font-heading);
  font-size: 0.86rem;
  letter-spacing: 0.04em;
  text-decoration: none;
}

.site-footer {
  background: var(--deep-black);
}

.footer-main {
  border-top: 2px solid var(--footer-border);
  padding: 1.1rem 1.5rem;
}

.footer-links p {
  margin-bottom: 0.25rem;
}

.footer-links > div a {
  color: var(--yellow);
  font-size: 1rem;
  font-weight: 700;
}

.footer-links .muted-link {
  color: var(--text-light-soft);
  font-size: 0.8rem;
}

.footer-separator {
  display: block;
  width: 1px;
  height: 36px;
  background: var(--line-light-subtle);
}

.footer-brand img {
  width: auto;
  height: 38px;
  opacity: 0.82;
}

.footer-brand strong {
  color: var(--yellow);
  font-family: var(--font-heading);
  font-size: 0.85rem;
  line-height: 1.25;
  letter-spacing: 0.06em;
  text-align: right;
  text-transform: uppercase;
}

.footer-strip {
  padding: 0.45rem 1.5rem;
  background: var(--yellow);
  color: var(--black);
  font-family: var(--font-heading);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-align: center;
  text-transform: uppercase;
}

@media (max-width: 991.98px) {
  .hero-club-logo {
    width: clamp(76px, 12vw, 110px);
  }

  .hero-photo {
    object-position: 63% center;
  }

  .hero-shade {
    background: linear-gradient(100deg, rgb(var(--hero-black-rgb) / 0.96) 0%, rgb(var(--hero-black-rgb) / 0.86) 45%, rgb(var(--hero-black-rgb) / 0.25) 100%);
  }

  .poster-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767.98px) {
  .site-header nav {
    min-height: 64px;
  }

  .brand img {
    height: 32px;
  }

  .header-contact {
    row-gap: 0.25rem !important;
  }

  .header-contact a {
    font-size: 0.78rem;
  }

  .hero {
    min-height: 860px;
    padding-top: 64px;
  }

  .hero-content {
    padding-inline: 1.25rem;
  }

  .hero-club-logo {
    display: none;
  }

  .hero-panel {
    max-width: none;
  }

  .info-strip article + article {
    margin-top: 0.15rem;
  }

  .btn-primary-angled,
  .btn-outline-angled {
    width: 100%;
    text-align: center;
  }

  .footer-separator {
    display: none;
  }
}

@media (max-width: 439.98px) {
  .header-contact a {
    gap: 0.3rem;
    font-size: 0.7rem;
    letter-spacing: 0.03em;
  }

  .icon svg {
    width: 0.9rem;
    height: 0.9rem;
  }

  .hero {
    min-height: 900px;
  }

  .brush h1 {
    font-size: clamp(2.35rem, 15vw, 3.4rem);
  }

  .brush-nabor h2 {
    font-size: clamp(3.85rem, 25vw, 5.6rem);
  }

  .section-rule span {
    white-space: normal;
  }
}
