@import url("./venue-map.css?v=20260617-1");

.konnyy-hero {
  align-items: flex-start;
  background:
    linear-gradient(
      90deg,
      rgba(0, 3, 28, 0.34) 0%,
      rgba(0, 3, 28, 0.12) 48%,
      rgba(2, 20, 49, 0) 100%
    ),
    url("../images/konnyy-sport/hero.webp") center top / 1440px auto no-repeat,
    #021431;
  border-bottom: 1px solid var(--color-gold);
  display: flex;
  min-height: 700px;
  overflow: hidden;
  padding: 120px var(--container-x) 62px;
}

.konnyy-hero__content {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  width: min(650px, 100%);
}

.konnyy-hero [data-animate] {
  --animate-blur: 1px;
  --animate-x: 0;
  --animate-y: 24px;
}

.konnyy-hero__eyebrow[data-animate] {
  --animate-y: -14px;
}

.konnyy-hero__title[data-animate] {
  --animate-y: 34px;
}

.konnyy-hero__lead[data-animate],
.konnyy-hero__actions[data-animate] {
  --animate-y: 20px;
}

.konnyy-hero__stats[data-animate] {
  --animate-scale: 0.985;
  --animate-y: 18px;
  transition-duration: 1.05s;
}

.konnyy-hero__stats[data-animate] .konnyy-hero__stat {
  opacity: 0;
  transform: translateY(14px);
  transition:
    opacity 0.68s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.68s cubic-bezier(0.22, 1, 0.36, 1);
}

.konnyy-hero__stats[data-animate] .konnyy-hero__stat:nth-child(1) {
  transition-delay: calc(var(--delay, 0s) + 80ms);
}

.konnyy-hero__stats[data-animate] .konnyy-hero__stat:nth-child(2) {
  transition-delay: calc(var(--delay, 0s) + 120ms);
}

.konnyy-hero__stats[data-animate] .konnyy-hero__stat:nth-child(3) {
  transition-delay: calc(var(--delay, 0s) + 160ms);
}

.konnyy-hero__stats[data-animate].is-visible .konnyy-hero__stat {
  opacity: 1;
  transform: translateY(0);
}

.konnyy-hero__eyebrow {
  color: var(--color-gold-soft);
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1.2;
  text-transform: uppercase;
}

.konnyy-hero__title {
  color: #f5eede;
  font-family: var(--font-display);
  font-size: 104px;
  font-weight: 700;
  line-height: 0.96;
  margin-top: 22px;
  text-transform: uppercase;
}

.konnyy-hero__title span {
  display: block;
}

.konnyy-hero__lead {
  color: #fff;
  font-size: 18px;
  letter-spacing: 0.03em;
  line-height: 1.2;
  margin-top: 10px;
  width: min(512px, 100%);
}

.konnyy-hero__stats {
  display: grid;
  gap: 20px;
  grid-template-columns: 157.5px 240px 157.5px;
  list-style: none;
  margin: 44px 0 0;
  padding: 0;
}

.konnyy-hero__stat {
  align-items: center;
  background: rgba(1, 4, 29, 0.7);
  border-radius: 2px;
  color: var(--color-gold);
  display: flex;
  gap: 5px;
  height: 80px;
  padding: 10px;
}

.konnyy-hero__stat-icon {
  color: var(--color-gold);
  flex: 0 0 40px;
}

.konnyy-hero__stat-text {
  display: flex;
  flex-direction: column;
  gap: 5px;
  min-width: 0;
}

.konnyy-hero__stat strong,
.konnyy-hero__stat small {
  display: block;
  letter-spacing: 0.03em;
  line-height: 1.2;
}

.konnyy-hero__stat strong {
  color: var(--color-gold);
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
}

.konnyy-hero__stat small {
  color: #fff;
  font-size: 12px;
  font-weight: 400;
}

.konnyy-hero__actions {
  display: flex;
  gap: 15px;
  margin-top: 30px;
}

.konnyy-hero .button {
  letter-spacing: 0.03em;
}

.konnyy-hero__actions .button--gold {
  width: 203px;
}

.konnyy-hero__actions .button--ghost {
  background: rgba(0, 20, 44, 0.38);
}

@media (max-width: 1180px) {
  .konnyy-hero {
    background:
      linear-gradient(
        90deg,
        rgba(0, 3, 28, 0.18) 0%,
        rgba(0, 3, 28, 0.08) 44%,
        rgba(2, 20, 49, 0) 100%
      ),
      url("../images/konnyy-sport/hero_2.webp") center top / 1180px auto
        no-repeat,
      #021431;
    min-height: 600px;
    padding: 80px var(--container-x) 68px;
  }

  .konnyy-hero__content {
    width: min(622px, 100%);
  }

  .konnyy-hero__title {
    font-size: 80px;
    line-height: 1;
    margin-top: 20px;
  }

  .konnyy-hero__lead {
    margin-top: 20px;
  }

  .konnyy-hero__stats,
  .konnyy-hero__actions {
    margin-top: 20px;
  }
}

@media (max-width: 1024px) {
  .konnyy-hero {
    background-size: 1024px auto;
  }
}

@media (max-width: 900px) and (min-width: 768px) {
  .konnyy-hero__stats {
    gap: 14px;
    grid-template-columns: minmax(150px, 0.8fr) minmax(220px, 1.2fr) minmax(
        150px,
        0.8fr
      );
    width: min(595px, 100%);
  }
}

@media (max-width: 767px) {
  .konnyy-hero {
    --konnyy-hero-image-height: clamp(180px, 50vw, 384px);
    --konnyy-hero-image-top: calc(100% - var(--konnyy-hero-image-height));
    min-height: clamp(820px, calc(707.32px + 36.86vw), 970px);
    padding: 80px var(--container-x) 0;
    background:
      linear-gradient(
        180deg,
        #021642 0,
        #021642 calc(var(--konnyy-hero-image-top) - 44px),
        rgba(2, 22, 66, 0.88) calc(var(--konnyy-hero-image-top) - 10px),
        rgba(1, 18, 47, 0.48) calc(var(--konnyy-hero-image-top) + 38px),
        rgba(1, 18, 47, 0) calc(var(--konnyy-hero-image-top) + 88px)
      ),
      url("../images/konnyy-sport/hero_3.webp") center bottom / 100% auto
        no-repeat,
      #021431;
  }

  .konnyy-hero__content {
    align-items: stretch;
    margin: 0;
    width: 100%;
  }

  .konnyy-hero__eyebrow,
  .konnyy-hero__title {
    text-align: center;
  }

  .konnyy-hero__title {
    font-size: 44px;
    line-height: 1;
    margin-top: 5px;
  }

  .konnyy-hero__lead {
    font-size: 18px;
    margin-top: 20px;
    width: 100%;
  }

  .konnyy-hero__stats {
    gap: 10px;
    grid-template-columns: minmax(0, 1fr);
    margin-top: 20px;
    width: 100%;
  }

  .konnyy-hero__stat {
    width: 100%;
  }

  .konnyy-hero__actions {
    gap: 15px;
    margin-top: 20px;
  }

  .konnyy-hero__button {
    flex: 1 1 0;
    min-width: 0;
    width: auto;
  }

  .konnyy-hero__actions .button--gold,
  .konnyy-hero__actions .button--ghost {
    width: auto;
  }
}

@media (max-width: 374px) {
  .konnyy-hero {
    padding-left: 15px;
    padding-right: 15px;
  }

  .konnyy-hero__eyebrow {
    font-size: 18px;
  }

  .konnyy-hero__title {
    font-size: 40px;
  }

  .konnyy-hero__lead {
    font-size: 16px;
  }

  .konnyy-hero__actions {
    gap: 10px;
  }

  .konnyy-hero__button {
    font-size: 11px;
  }

  .konnyy-hero__stat strong {
    font-size: 13px;
  }

  .konnyy-hero__stat small {
    font-size: 11px;
  }
}

.konnyy-show {
  background: #050d20;
  color: #fff;
  position: relative;
  scroll-margin-top: 60px;
}

.konnyy-show > .circle {
  background: radial-gradient(50% 50% at 50% 50%, #d7b56a73 0, #d7b56a00);
  top: -287px;
  height: 829px;
  pointer-events: none;
  position: absolute;
  right: -189px;
  width: 829px;
  z-index: 12;
}

.konnyy-show__intro {
  background: #030a1a;
  border-top: 1px solid var(--color-gold);
  position: relative;
}

.konnyy-show__intro-inner {
  min-height: 367px;
  padding: 40px var(--container-x) 0;
  position: relative;
}

.konnyy-show__heading {
  display: flex;
  flex-direction: column;
  gap: 25px;
  max-width: 694px;
  position: relative;
  z-index: 1;
}

.konnyy-show__heading[data-animate],
.konnyy-show__designer-copy[data-animate] {
  --animate-x: -34px;
  --animate-y: 0;
}

.konnyy-show__logo[data-animate],
.konnyy-show__designer-photo[data-animate] {
  --animate-blur: 1px;
  --animate-scale: 0.96;
  --animate-y: 18px;
  transition-duration: 1.05s;
}

.konnyy-show__lead[data-animate] {
  --animate-y: 20px;
}

.konnyy-show__feature[data-animate] {
  --animate-blur: 1px;
  --animate-scale: 0.985;
  --animate-y: 32px;
  transition-duration: 1.05s;
}

.konnyy-show__eyebrow {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1.2;
  margin: 0;
  text-transform: uppercase;
}

.konnyy-show__eyebrow-adaptive {
  display: none;
}

.konnyy-show__title {
  color: var(--color-gold);
  font-family: var(--font-display);
  font-size: 70px;
  font-weight: 700;
  line-height: 1;
  margin: 0;
  text-transform: uppercase;
}

.konnyy-show__title span {
  display: block;
}

.konnyy-show__logo {
  height: 226px;
  object-fit: contain;
  pointer-events: none;
  position: absolute;
  right: calc(var(--container-x) - 20px);
  top: 40px;
  width: 248px;
  z-index: 0;
}

.konnyy-show__lead {
  color: #fff;
  font-size: 20px;
  letter-spacing: 0.03em;
  line-height: 1.2;
  margin: 23px 0 0;
  max-width: 922px;
  position: relative;
  z-index: 1;
}

.konnyy-show__lead-adaptive {
  display: none;
}

.konnyy-show__divider {
  background: rgba(217, 217, 217, 0.4);
  display: none;
  height: 1px;
  margin-top: 23px;
  position: relative;
  transform-origin: left center;
  width: 100%;
  z-index: 1;
}

.konnyy-show__divider[data-animate] {
  --animate-start-opacity: 0.35;
  opacity: 0.35;
  transform: scaleX(0);
  transition:
    opacity 0.75s cubic-bezier(0.22, 1, 0.36, 1),
    transform 1.35s cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: calc(var(--delay, 0s) + 120ms);
}

.konnyy-show__divider[data-animate].is-visible {
  opacity: 0.8;
  transform: scaleX(1);
}

.konnyy-show__features-wrap {
  background: #050d20;
  padding: 40px var(--container-x);
}

.konnyy-show__features {
  display: grid;
  gap: 21.5px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  list-style: none;
  margin: 0;
  padding: 0;
}

.konnyy-show__feature {
  display: flex;
  min-width: 0;
}

.konnyy-show__feature-card {
  border: 1px solid var(--color-gold);
  display: flex;
  flex-direction: column;
  min-height: 333px;
  padding: 30px;
  width: 100%;
}

.konnyy-show__feature-number,
.konnyy-show__feature-title,
.konnyy-show__feature-text {
  letter-spacing: 0.03em;
  line-height: 1.2;
  margin: 0;
}

.konnyy-show__feature-number {
  color: var(--color-gold-soft);
  font-size: 23px;
  font-weight: 500;
}

.konnyy-show__feature-title {
  color: #fff;
  font-size: 23px;
  font-weight: 800;
  margin-top: 24px;
  text-transform: uppercase;
}

.konnyy-show__feature-text {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  margin-top: 24px;
}

.konnyy-show__feature-line {
  background: var(--color-gold);
  display: block;
  flex: 0 0 auto;
  height: 2px;
  margin-top: auto;
  width: 69px;
}

.konnyy-show__designer {
  align-items: center;
  background: #050d20;
  display: flex;
  gap: 33px;
  min-height: 320px;
  padding: 40px var(--container-x);
  position: relative;
}

.konnyy-show__designer-photo {
  border-radius: 50%;
  flex: 0 0 240px;
  height: 240px;
  object-fit: cover;
  position: relative;
  width: 240px;
  z-index: 1;
}

.konnyy-show__designer-copy {
  display: flex;
  flex-direction: column;
  gap: 26px;
  max-width: 972px;
  min-width: 0;
  position: relative;
  z-index: 1;
}

.konnyy-show__designer-heading {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.konnyy-show__designer-kicker,
.konnyy-show__designer-name {
  color: #fff;
  letter-spacing: 0.03em;
  line-height: 1.2;
  margin: 0;
}

.konnyy-show__designer-kicker {
  font-size: 20px;
  font-weight: 400;
}

.konnyy-show__designer-title {
  color: var(--color-gold);
  font-family: var(--font-display);
  font-size: 50px;
  font-weight: 700;
  line-height: 1;
  margin: 0;
  display: flex;
  flex-wrap: nowrap;
}

.konnyy-show__designer-title > span {
  display: inline;
  font-family: var(--font-text);
}

.konnyy-show__designer-name {
  font-size: 23px;
  font-weight: 400;
}

.konnyy-show__designer-name strong {
  font-weight: 800;
  text-transform: uppercase;
}

.konnyy-show__horse {
  height: 386px;
  pointer-events: none;
  position: absolute;
  right: 80px;
  top: -59px;
  width: 248px;
  z-index: 0;
}

.konnyy-judges {
  background: url("../images/konnyy-sport/judges.webp") center top / cover
    no-repeat;
  border-bottom: 1px solid var(--color-gold);
  color: #fff;
  min-height: 549px;
  overflow: hidden;
  position: relative;
}

.konnyy-judges__inner {
  display: flex;
  flex-direction: column;
  gap: 39px;
  min-height: inherit;
  padding: 122px var(--container-x) 70px;
}

.konnyy-judges__heading {
  display: flex;
  flex-direction: column;
  gap: 25px;
  max-width: 900px;
}

.konnyy-judges__heading[data-animate] {
  --animate-x: -34px;
  --animate-y: 0;
}

.konnyy-judges__lead[data-animate] {
  --animate-y: 20px;
}

.konnyy-judges__eyebrow {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1.2;
  margin: 0;
  text-transform: uppercase;
}

.konnyy-judges__title {
  color: var(--color-gold);
  font-family: var(--font-display);
  font-size: 70px;
  font-weight: 700;
  line-height: 1;
  margin: 0;
  text-transform: uppercase;
}

.konnyy-judges__title span {
  display: block;
}

.konnyy-judges__lead {
  color: #fff;
  font-size: 20px;
  letter-spacing: 0.03em;
  line-height: 1.2;
  margin: 0;
  max-width: 586px;
}

.konnyy-judges__lead-adaptive {
  display: none;
}

.konnyy-tournament {
  background: url("../images/konnyy-sport/tournament1.webp") right top / cover
    no-repeat;
  color: #fff;
  min-height: 699px;
  position: relative;
  scroll-margin-top: 96px;
}

.konnyy-tournament__inner {
  display: flex;
  flex-direction: column;
  gap: 23px;
  min-height: inherit;
  padding: 70px var(--container-x);
}

.konnyy-tournament__heading {
  display: flex;
  flex-direction: column;
  gap: 25px;
  max-width: 694px;
}

.konnyy-tournament__heading[data-animate] {
  --animate-x: -34px;
  --animate-y: 0;
}

.konnyy-tournament__list[data-animate] {
  --animate-y: 20px;
}

.konnyy-tournament__eyebrow {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1.2;
  text-transform: uppercase;
}

.konnyy-tournament__title {
  color: var(--color-gold);
  font-family: var(--font-display);
  font-size: 70px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}

.konnyy-tournament__title span {
  display: block;
}

.konnyy-tournament__list {
  display: flex;
  flex-direction: column;
  gap: 30px;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 694px;
}

.konnyy-tournament__item {
  border-bottom: 1px solid currentColor;
  color: #fff;
  display: grid;
  gap: 24px;
  grid-template-columns: 27px minmax(0, 1fr);
  padding-bottom: 20px;
}

.konnyy-tournament__number {
  color: var(--color-gold-soft);
  font-size: 23px;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1.2;
}

.konnyy-tournament__content {
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-width: 0;
}

.konnyy-tournament__item-title {
  color: #fff;
  font-size: 23px;
  font-weight: 800;
  letter-spacing: 0.03em;
  line-height: 1.2;
  text-transform: uppercase;
}

.konnyy-tournament__text,
.konnyy-tournament__detail {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 1.2;
  max-width: 586px;
}

.konnyy-tournament__program {
  align-items: center;
  color: #fff;
  display: flex;
  font-size: 20px;
  font-weight: 400;
  gap: 6px;
  letter-spacing: 0.03em;
  line-height: 1.2;
}

.konnyy-tournament__detail {
  align-items: flex-start;
  display: flex;
  gap: 8px;
  padding-left: 10px;
}

.konnyy-tournament__detail span {
  flex: 0 0 auto;
}

@media (max-width: 1180px) {
  .konnyy-judges {
    background: url("../images/konnyy-sport/judges2.webp") center top / cover
      no-repeat;
    min-height: 416px;
  }

  .konnyy-judges__inner {
    gap: 68px;
    padding: 60px var(--container-x);
  }

  .konnyy-judges__heading {
    max-width: 900px;
  }

  .konnyy-judges__title {
    font-size: 56px;
  }

  .konnyy-judges__lead-desktop {
    display: none;
  }

  .konnyy-judges__lead-adaptive {
    display: inline;
  }

  .konnyy-tournament {
    background: url("../images/konnyy-sport/tournament22.webp") right top / cover
      no-repeat;
    min-height: 671px;
  }

  .konnyy-tournament > .circle {
    background: radial-gradient(50% 50% at 50% 50%, #d7b56a73 0, #d7b56a00);
    top: 287px;
    height: 829px;
    pointer-events: none;
    position: absolute;
    left: -411px;
    width: 829px;
    z-index: 12;
  }

  .konnyy-tournament__inner {
    padding: 70px var(--container-x);
  }

  .konnyy-tournament__heading {
    max-width: 621px;
  }

  .konnyy-tournament__title {
    font-size: 56px;
  }

  .konnyy-tournament__list {
    width: min(602px, 100%);
  }
}

@media (max-width: 767px) {
  .konnyy-judges {
    background: url("../images/konnyy-sport/judges3.webp") center top / cover
      no-repeat;
    min-height: 346px;
  }

  .konnyy-judges__inner {
    gap: 40px;
    padding: 40px var(--container-x);
  }

  .konnyy-judges__heading {
    max-width: none;
    width: 100%;
  }

  .konnyy-judges__title {
    font-size: 31px;
    text-align: center;
  }

  .konnyy-judges__lead {
    max-width: none;
    width: 100%;
  }

  .konnyy-tournament {
    background: url("../images/konnyy-sport/tournament33.webp") bottom / cover
      no-repeat;
    min-height: clamp(900px, calc(634.64px + 73.71vw), 1200px);
  }

  .konnyy-tournament > .circle {
    display: none;
  }

  .konnyy-tournament__inner {
    gap: 20px;
    padding: 40px var(--container-x) 340px;
  }

  .konnyy-tournament__heading {
    max-width: none;
    width: 100%;
  }

  .konnyy-tournament__title {
    font-size: 36px;
    text-align: center;
  }

  .konnyy-tournament__list {
    width: 100%;
  }

  .konnyy-tournament__item {
    grid-template-columns: 27px minmax(0, 1fr);
  }

  .konnyy-tournament__text,
  .konnyy-tournament__detail {
    max-width: none;
  }
}

@media (max-width: 374px) {
  .konnyy-judges__title {
    font-size: 29px;
  }

  .konnyy-judges__lead {
    font-size: 18px;
  }

  .konnyy-tournament__title {
    font-size: 34px;
  }

  .konnyy-tournament__text,
  .konnyy-tournament__program,
  .konnyy-tournament__detail {
    font-size: 18px;
  }
}

@media (max-width: 1180px) {
  .konnyy-show {
    background: var(--color-navy);
    margin-top: 60px;
    padding-left: var(--container-x);
    padding-right: var(--container-x);
  }

  .konnyy-show > .circle {
    display: none;
  }

  .konnyy-show__intro-inner {
    min-height: 339px;
    padding: 40px 0 0;
  }

  .konnyy-show__intro,
  .konnyy-show__features-wrap,
  .konnyy-show__designer {
    width: calc(100vw - var(--container-x) * 2);
  }

  .konnyy-show__designer > .circle {
    background: radial-gradient(50% 50% at 50% 50%, #d7b56a73 0, #d7b56a00);
    top: -33px;
    height: 829px;
    pointer-events: none;
    position: absolute;
    right: -563px;
    width: 829px;
    z-index: 12;
  }

  .konnyy-show__heading {
    max-width: 650px;
  }

  .konnyy-show__eyebrow {
    letter-spacing: 0.03em;
  }

  .konnyy-show__eyebrow-desktop {
    display: none;
  }

  .konnyy-show__eyebrow-adaptive {
    display: inline;
  }

  .konnyy-show__title {
    font-size: 56px;
  }

  .konnyy-show__logo {
    height: 192px;
    right: 28px;
    top: 34px;
    width: 211px;
  }

  .konnyy-show__lead {
    max-width: none;
  }

  .konnyy-show__lead-desktop {
    display: none;
  }

  .konnyy-show__lead-adaptive {
    display: inline;
  }

  .konnyy-show__features-wrap {
    padding: 20px 0;
  }

  .konnyy-show__features {
    gap: 20px;
  }

  .konnyy-show__feature-card {
    padding: 30px;
  }

  .konnyy-show__feature:nth-child(3) .konnyy-show__feature-card {
    padding-left: 10px;
    padding-right: 10px;
  }

  .konnyy-show__feature:nth-child(3) .konnyy-show__feature-line {
    margin-top: 20px;
  }

  .konnyy-show__designer {
    padding: 40px 0;
  }

  .konnyy-show__designer-copy {
    max-width: 626px;
  }

  .konnyy-show__divider {
    display: block;
  }

  .konnyy-show__horse {
    right: 0;
  }
}

@media (max-width: 900px) and (min-width: 768px) {
  .konnyy-show__feature-card {
    padding-left: 22px;
    padding-right: 22px;
  }

  .konnyy-show__feature-title,
  .konnyy-show__feature-number {
    font-size: 21px;
  }

  .konnyy-show__feature-text {
    font-size: 18px;
  }
}

@media (max-width: 840px) {
  .konnyy-show__title {
    font-size: clamp(36px, 6.3vw, 56px);
  }
}

@media (max-width: 767px) {
  .konnyy-show {
    margin-top: 20px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .konnyy-show > .circle {
    display: block;
    width: 349px;
    height: 349px;
    right: -67px;
    top: 90px;
  }

  .konnyy-show__intro {
    border-top: 0;
  }

  .konnyy-show__intro,
  .konnyy-show__features-wrap,
  .konnyy-show__designer {
    width: calc(100vw - 32px);
  }

  .konnyy-show__designer > .circle {
    top: 109px;
    right: unset;
    left: -161px;
    height: 349px;
    width: 349px;
  }

  .konnyy-show__intro-inner {
    align-items: center;
    display: flex;
    flex-direction: column;
    min-height: auto;
    padding: 0;
  }

  .konnyy-show__heading {
    align-items: center;
    max-width: 100%;
    width: 100%;
  }

  .konnyy-show__eyebrow {
    text-align: center;
    width: 100%;
  }

  .konnyy-show__title {
    font-size: 36px;
    text-align: center;
    width: 100%;
  }

  .konnyy-show__logo {
    height: 192px;
    margin-top: 23px;
    position: static;
    width: 211px;
  }

  .konnyy-show__lead {
    font-size: 16px;
    margin-top: 23px;
    width: 100%;
  }

  .konnyy-show__divider {
    margin-top: 23px;
  }

  .konnyy-show__features-wrap {
    padding: 20px 0;
  }

  .konnyy-show__features {
    grid-template-columns: minmax(0, 1fr);
  }

  .konnyy-show__feature-card {
    min-height: 286px;
  }

  .konnyy-show__feature:nth-child(3) .konnyy-show__feature-card {
    padding-left: 10px;
    padding-right: 10px;
  }

  .konnyy-show__feature-title,
  .konnyy-show__feature-number {
    font-size: 23px;
  }

  .konnyy-show__feature-text {
    font-size: 20px;
  }

  .konnyy-show__designer {
    align-items: center;
    flex-direction: column;
    gap: 33px;
    min-height: 618px;
    text-align: center;
  }

  .konnyy-show__designer-copy {
    align-items: center;
    max-width: 100%;
    width: 100%;
  }

  .konnyy-show__designer-kicker,
  .konnyy-show__designer-name {
    text-align: center;
    width: 100%;
  }

  .konnyy-show__designer-title {
    font-size: clamp(40px, 13vw, 50px);
    flex-wrap: wrap;
    justify-content: center;
  }

  .konnyy-show__horse {
    display: none;
  }
}

@media (max-width: 374px) {
  .konnyy-show {
    padding-left: 15px;
    padding-right: 15px;
  }

  .konnyy-show__title {
    font-size: 34px;
  }

  .konnyy-show__lead {
    font-size: 15px;
  }

  .konnyy-show__feature-card {
    padding: 24px;
  }

  .konnyy-show__feature-title,
  .konnyy-show__feature-number {
    font-size: 21px;
  }

  .konnyy-show__feature-text {
    font-size: 18px;
  }
}

.konnyy-kur {
  align-items: flex-end;
  background: url("../images/konnyy-sport/kur.webp") left top / cover no-repeat;
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 40px;
  min-height: 878px;
  overflow: hidden;
  padding: 70px var(--container-x) 12px;
}

.konnyy-kur__hero,
.konnyy-kur__about {
  width: 705px;
}

.konnyy-kur__content {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.konnyy-kur__content[data-animate] {
  --animate-x: 34px;
  --animate-y: 0;
}

.konnyy-kur__about[data-animate] {
  --animate-y: 20px;
}

.konnyy-kur__heading,
.konnyy-kur__about {
  display: flex;
  flex-direction: column;
}

.konnyy-kur__heading {
  gap: 25px;
}

.konnyy-kur__eyebrow {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1.2;
  text-transform: uppercase;
}

.konnyy-kur__title {
  color: var(--color-gold);
  font-family: var(--font-display);
  font-size: 70px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}

.konnyy-kur__title span {
  display: block;
}

.konnyy-kur__lead,
.konnyy-kur__about-copy {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 1.2;
}

.konnyy-kur__about {
  gap: 10px;
}

.konnyy-kur__about-title {
  color: var(--color-gold);
  font-family: var(--font-display);
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}

.konnyy-kur__about-copy {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.konnyy-reasons {
  background: #050d20;
  color: #fff;
  overflow: hidden;
  padding: 40px var(--container-x);
}

.konnyy-reasons__title {
  color: var(--color-gold);
  font-family: var(--font-display);
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}

.konnyy-reasons__list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  list-style: none;
  margin: 40px auto 0;
  padding: 0;
}

.konnyy-reasons__item {
  display: flex;
  flex: 0 0 379px;
  flex-direction: column;
  min-height: 333px;
  outline: 1px solid var(--color-gold);
  outline-offset: -1px;
  padding: 30px;
}

.konnyy-reasons__item-title,
.konnyy-reasons__item-text,
.konnyy-reasons__summary {
  color: #fff;
  letter-spacing: 0.03em;
  line-height: 1.2;
}

.konnyy-reasons__item-title {
  font-size: 23px;
  font-weight: 800;
  text-transform: uppercase;
}

.konnyy-reasons__item-text {
  font-size: 20px;
  font-weight: 400;
  margin-top: 24px;
}

.konnyy-reasons__summary {
  font-size: clamp(20px, 3.5vw, 23px);
  font-weight: 800;
  line-height: 1.4;
  margin: 50px auto 0;
  max-width: 1180px;
  text-align: center;
  text-transform: uppercase;
}

.konnyy-reasons__title[data-animate],
.konnyy-reasons__summary[data-animate] {
  --animate-y: 20px;
}

.konnyy-reasons__list[data-animate] {
  --animate-blur: 1px;
  --animate-scale: 0.985;
  --animate-y: 30px;
  transition-duration: 1.05s;
}

@media (max-width: 1180px) {
  .konnyy-kur {
    align-items: stretch;
    background: var(--color-navy);
    gap: 40px;
    min-height: 0;
    padding: 0;
  }

  .konnyy-kur__hero {
    align-items: flex-start;
    background: url("../images/konnyy-sport/kur2.webp") left top / cover
      no-repeat;
    display: flex;
    justify-content: flex-end;
    min-height: 554px;
    padding: 70px var(--container-x) 12px;
    width: 100%;
  }

  .konnyy-kur__content {
    gap: 20px;
    width: 445px;
  }

  .konnyy-kur__title {
    font-size: 56px;
  }

  .konnyy-kur__about {
    margin: 0 auto;
    width: calc(100% - 60px);
  }

  .konnyy-reasons {
    padding-left: var(--container-x);
    padding-right: var(--container-x);
  }

  .konnyy-reasons__item {
    flex-basis: 300px;
    min-height: 283px;
    padding: 20px;
  }

  .konnyy-reasons__item-text {
    font-size: 16px;
  }

  .konnyy-reasons__summary {
    max-width: 760px;
  }
}

@media (max-width: 767px) {
  .konnyy-kur {
    gap: 10px;
  }

  .konnyy-kur__hero {
    background: url("../images/konnyy-sport/kur3.webp") top / cover no-repeat;
    min-height: clamp(800px, calc(570.02px + 63.88vw), 1060px);
    padding: 360px var(--container-x) 12px;
    align-items: end;
  }

  .konnyy-kur__content {
    width: 100%;
  }

  .konnyy-kur__title {
    font-size: 36px;
    text-align: center;
  }

  .konnyy-kur__lead,
  .konnyy-kur__about-copy {
    font-size: 20px;
  }

  .konnyy-kur__about {
    max-width: none;
    padding: 0 var(--container-x);
    width: 100%;
  }

  .konnyy-kur__about-title {
    font-size: 30px;
    text-align: center;
  }

  .konnyy-reasons {
    padding: 40px 15px;
  }

  .konnyy-reasons__title {
    font-size: 30px;
    line-height: 1;
  }

  .konnyy-reasons__list {
    flex-direction: column;
    flex-wrap: nowrap;
    margin-top: 30px;
    width: 100%;
  }

  .konnyy-reasons__item {
    flex: 0 0 auto;
    min-height: 0;
    width: 100%;
  }

  .konnyy-reasons__item-text {
    font-size: 16px;
  }

  .konnyy-reasons__summary {
    margin-top: 60px;
  }
}

.about-team {
  padding: 0 var(--container-x);
  position: relative;
  background: #030a1a;
}

.about-team > .circle {
  background: radial-gradient(50% 50% at 50% 50%, #d7b56a73 0, #d7b56a00);
  top: -10px;
  height: 829px;
  pointer-events: none;
  position: absolute;
  left: -285px;
  width: 829px;
  z-index: 12;
}

.about-team__intro {
  align-items: center;
  display: flex;
  gap: 33px;
  margin: 0 auto;
  max-width: 1180px;
  min-height: 349px;
  padding: 40px 0;
  width: 100%;
}
.about-team__avatar {
  background-image: url("../images/home/about.png");
  background-repeat: no-repeat;
  background-size: 140% 180%;
  background-position-x: -80px;
  background-position-y: -120px;
  border-radius: 50%;
  flex: 0 0 240px;
  height: 240px;
  width: 240px;
}
.about-team__intro-copy {
  flex: 1 1 auto;
  min-width: 0;
}
.about-team__eyebrow {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1.2;
  text-transform: uppercase;
}
.about-team__title {
  color: var(--color-gold);
  font-family: var(--font-display);
  font-size: clamp(50px, 4.8vw, 70px);
  font-weight: 700;
  line-height: 1;
  margin-top: 25px;
  text-transform: uppercase;
}
.about-team__lead {
  color: #fff;
  font-size: 20px;
  letter-spacing: 0.03em;
  line-height: 1.4;
  margin-top: 25px;
}
.about-team__lead strong {
  font-weight: 700;
  text-transform: uppercase;
}

@media (max-width: 1180px) {
  .about-team {
    overflow: hidden;
  }

  .about-team > .circle {
    right: -186px;
    top: -312px;
    left: unset;
  }

  .about-team__title {
    font-size: clamp(29px, 5vw, 50px);
    line-height: 1.2;
  }
}

@media (max-width: 767px) {
  .about-team > .circle {
    display: none;
  }
  .about-team__intro {
    align-items: center;
    flex-direction: column;
    gap: 20px;
    min-height: unset;
    width: 100%;
  }
  .about-team__intro-copy {
    width: 100%;
  }
  .about-team__eyebrow {
    text-align: center;
  }
  .about-team__title {
    text-align: center;
  }
  .about-team__lead {
    font-size: 16px;
    margin-top: 10px;
    text-align: center;
  }
}

@media (max-width: 374px) {
  .about-team__title {
    font-size: 27px;
  }
}
