@font-face {
  font-family: "Klaster Sans";
  src: url("../fonts/KlasterSans-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Klaster Sans";
  src: url("../fonts/KlasterSans-Heavy.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "PP Supply Sans";
  src: url("../fonts/PPSupplySans-Ultralight.otf") format("opentype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "PP Supply Sans";
  src: url("../fonts/PPSupplySans-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

.hero {
  background: linear-gradient(
    180deg,
    #000 0%,
    #232328 38.94%,
    #eb147c 63.46%,
    #d2a9c2 78.37%,
    #dcdfe5 100%
  );
  padding-top: 26px;
  position: relative;
  overflow: hidden;
  isolation: isolate;
}
.container {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  padding: 0 96px;
}
.hero__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}
.hero__logo {
  width: 129.794px;
  height: 48.281px;
}
.hero__nav {
  display: inline-flex;
  align-items: center;
  gap: 72px;
}
.how-arrow-768 { display: none; }
.how__arrow-mobile { display: none; }
.hero__nav a {
  color: #fff;
  text-align: center;
  font-family: "Klaster Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 99.974%; /* 17.995px */
  text-transform: uppercase;
  padding: 4px 10px;
}
.hero__cta {
  display: inline-flex;
  padding: 12px 16px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border: 1px solid transparent;
  border-image: linear-gradient(to right, #eb147c, transparent) 1;
  color: #fff;
  font-family: "Klaster Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 21.6px */
  text-transform: uppercase;
}
.hero__content {
  padding-top: 286px;
}
.hero__badge {
  color: #fff;
  font-family: "Klaster Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 24px */
  text-transform: uppercase;
}
.hero__badge--right {
  padding-top: 122px;
  text-align: right;
}
.hero__title {
  padding-top: 170px;
  color: #dcdfe5;
  text-align: center;
  font-family: "Klaster Sans";
  font-size: clamp(120px, calc(12.917vw - 6px), 242px);
  font-style: normal;
  font-weight: 900;
  line-height: 80%;
  text-transform: uppercase;
  white-space: nowrap;
}
.hero__title span {
  display: block;
}
.hero__footer {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 64px;
  padding-bottom: 16px;
}
.hero__marker {
  color: #eb147c;
  font-family: "PP Supply Sans", monospace;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
}
.hero__decor {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  color: #eb147c;
  font-family: "PP Supply Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 99.974%; /* 19.995px */
  text-transform: uppercase;
}
.hero__noise {
  position: absolute;
  top: 0;
  left: 0;
  width: 102%;
  height: 100%;
  z-index: -1;
}
.hero__noise-mobile {
  display: none;
}
.hero__ball {
  position: absolute;
  top: calc(-9.167vw - 84px);
  left: 50%;
  width: calc(44.167vw + 402px);
  max-width: none;
  transform: translateX(-50%);
  z-index: 1;
}
.community {
  background: #dcdfe5;
  position: relative;
  overflow: hidden;
}

/* --- header --- */
.community__header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 72px;
  padding-top: 150px;
  white-space: nowrap;
}
.community__label {
  color: #76717c;
  font-family: "PP Supply Sans", monospace;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
}
.community__logos {
  height: 31px;
  width: auto;
  display: block;
}

/* --- title --- */
.community__title {
  width: 8.1em;
  max-width: 100%;
  margin: 120px auto 0;
  padding-bottom: 90px;
  color: #fff;
  font-family: "Klaster Sans";
  font-size: clamp(96px, calc(10.833vw - 60px), 148px);
  font-weight: 900;
  line-height: 0.8;
  text-align: center;
  text-transform: uppercase;
}

/* --- full-width illustration band (outside container) --- */
.community__image {
width: 89%;
    height: 546px;
    overflow: hidden;
    margin: 0 auto;
}
.community__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* --- subtitle (right half) --- */
.community__subtitle {
  width: 50%;
  margin-top: 20px;
  margin-left: 50%;
  color: #fff;
  font-family: "Klaster Sans";
  font-size: clamp(48px, calc(5vw - 24px), 72px);
  font-weight: 900;
  line-height: 0.8;
  text-transform: uppercase;
}
.community__subtitle-accent {
  color: #d2a9c2;
}

/* --- dot divider --- */
.community__divider {
  margin-top: 80px;
  height: 24px;
  background-image: radial-gradient(circle, #76717c 1.8px, transparent 2.2px);
  background-size: 36px 24px;
  background-repeat: repeat-x;
  background-position: center center;
}

/* --- bottom row: left text col + right group (cta text + button) --- */
.community__bottom {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding-top: 48px;
}
.community__col {
  color: #76717c;
  font-family: "Klaster Sans";
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  max-width: 521px;
  width: 100%;
  text-transform: uppercase;
}
.community__button {
  display: inline-flex;
  padding: 12px 16px;
  align-items: center;
  gap: 10px;
  border: 1px solid transparent;
  border-image: linear-gradient(to right, #eb147c, transparent) 1;
  background: transparent;
  color: #eb147c;
  font-family: "Klaster Sans";
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  text-transform: uppercase;
  cursor: pointer;
  white-space: nowrap;
}

/* --- footer row: left marks | button | right marks --- */
/* button left edge aligns with col--right (both at 50%) */
.community__footer {
  display: flex;
  align-items: center;
  margin-top: 150px;
  padding-bottom: 243px;
}
.community__footer-marks {
  flex: 0 0 50%;
  display: flex;
  gap: 170px;
  align-items: center;
}
.community__footer-marks--right {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.community__mark {
  color: #d2a9c2;
  font-family: "PP Supply Mono", monospace;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
}

/* --- decorative scatter (absolute, overlay) --- */
.community__sym {
  position: absolute;
  color: #76717c;
  font-family: "PP Supply Mono", monospace;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
  pointer-events: none;
}
.community__sym--1 {
  top: 476px;
  left: calc(25% + 110px);
}
.community__sym--2 {
  top: 476px;
  left: calc(58.33% + 46px);
}
.community__sym--3 {
  top: 476px;
  left: calc(75% + 64px);
}
.community__sym--4 {
  top: 645px;
  left: calc(33.33% + 65px);
}
.community__sym--5 {
  top: 645px;
  left: calc(75% - 14px);
}
.community__sym--6 {
  top: 757px;
  left: calc(8.33% + 129px);
}
.community__sym--7 {
  top: 817px;
  left: calc(87.5% - 85px);
}
.community__note {
  position: absolute;
  color: #76717c;
  font-family: "Klaster Sans";
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  text-transform: uppercase;
  white-space: nowrap;
  pointer-events: none;
}
.community__note--1 {
  top: 447px;
  left: calc(37.5% - 0px);
}
.community__note--2 {
  top: 465px;
  left: calc(54.17% - 171px);
}
.community__note--3 {
  top: 483px;
  left: calc(33.33% - 2px);
}
.community__note--4 {
  top: 483px;
  left: calc(54.17% - 31px);
}
.community__note--5 {
  top: 694px;
  left: calc(37.5% - 112px);
}
.community__note--6 {
  top: 694px;
  left: calc(54.17% - 54px);
}
.community__note--7 {
  top: 712px;
  left: calc(45.83% - 28px);
}
.community__note--8 {
  top: 712px;
  left: calc(70.83% - 194px);
}
/* used by the footer contact columns */
.footer-column {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 94px;
}

.kolo {
  position: relative;
  overflow: hidden;
  padding-top: 117px;
  padding-bottom: 145px;
  background-color: #000;
  background-image:
    linear-gradient(180deg, rgba(0, 0, 0, 0) 41%, #000 80%),
    linear-gradient(rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)),
    url("../img/kolo/section-bg.webp");
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}
.kolo__container {
  position: relative;
  z-index: 1;
}
.kolo__header {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 64px;
  color: #fff;
  font-family: "Klaster Sans";
  font-weight: 900;
  font-size: clamp(96px, calc(5.833vw + 12px), 124px);
  line-height: 0.8;
  text-transform: uppercase;
}
.kolo__header-logo {
  width: 48px;
  height: 48px;
}
.kolo__stage {
  position: relative;
  max-width: 1008px;
  margin: 0 auto;
  padding-top: 96px;
  padding-bottom: 96px;
}
.kolo__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  min-height: 750px;
  border-top: 1px solid rgba(222, 220, 229, 0.25);
  border-left: 1px solid rgba(222, 220, 229, 0.25);
}
.kolo__grid::before,
.kolo__grid::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 1px;
  background: rgba(222, 220, 229, 0.25);
  pointer-events: none;
}
.kolo__grid::before {
  top: 0;
}
.kolo__grid::after {
  bottom: 0;
}
.kolo__card {
  display: flex;
  flex-direction: column;
  padding: 28px 28px 40px;
  border-right: 1px solid rgba(222, 220, 229, 0.25);
  border-bottom: 1px solid rgba(222, 220, 229, 0.25);
}
.kolo__card:nth-child(n+3) {
  border-bottom: none;
}
.kolo__card {
  position: relative;
}
.line-1 {
  position: absolute;
}
.kolo__card-num {
  color: #fff;
  font-family: "PP Supply Sans", monospace;
  font-size: 16px;
  line-height: 1;
  text-transform: uppercase;
}
.kolo__card-body {
  margin-top: auto;
}
.kolo__card-title {
  color: #fff;
  font-family: "Klaster Sans";
  font-weight: 900;
  font-size: 36px;
  line-height: 0.8;
  text-transform: uppercase;
}
.kolo__card-desc {
  margin-top: 16px;
  max-width: 320px;
  min-height: calc(2 * 1.2em);
  color: #FFF;
  font-family: "Klaster Sans";
  font-size: 16px;
  line-height: 1.2;
  text-transform: uppercase;
}
.kolo__circle {
  position: absolute;
  top: -28%;
  left: 50%;
  width: 1500px;
  aspect-ratio: 1 / 1;
  transform: translateX(-50%);
  border: 1px solid rgba(222, 220, 229, 0.25);
  border-radius: 50%;
  pointer-events: none;
  z-index: -1;
}
.kolo__aside {
  position: absolute;
  color: #fff;
  font-family: "Klaster Sans";
  font-size: 20px;
  line-height: 1.2;
  text-transform: uppercase;
  z-index: 1;
}
.kolo__aside--left {
  left: -150px;
  top: 24%;
}
.kolo__aside--right {
  right: -150px;
  top: 64%;
}
.line-1,
.line-2,
.line-3,
.line-4,
.line-5 {
  position: absolute;
  height: auto;
  pointer-events: none;
  z-index: 1;
}
/* блок 1: vector1 ↗ (снизу-слева, самая левая — приподнята) */
.line-1 {
  width: 348px;
  left: -240px;
  top: 94%;
}
/* блок 1: vector2 ↘ (сверху от 01_) */
.line-2 {
  width: 181px;
  left: 114px;
  top: 34px;
}
/* блок 2: vector4 ↘ (у 02_) */
.line-4 {
  width: 105px;
  left: 0;
  top: 50%;
}
/* блок 3: vector3 ↙ */
.line-3 {
 width: 230px;
    top: 49%;
    right: 0;
}
/* блок 4: vector5 ↘ (длинная, к нижне-правому углу) */
.line-5 {
      width: 315px;
    bottom: -14%;
    right: -8%;
}
.kolo__footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 90px;
  padding-top: 120px;
}
.kolo__footer-line {
  display: flex;
  align-items: center;
  gap: 40px;
  color: #fff;
  font-family: "PP Supply Sans", monospace;
  font-size: 16px;
  line-height: 1;
  text-transform: uppercase;
}
.kolo__footer-line span:first-child {
  font-size: 30px;
  line-height: 1;
}
.kolo__scroll {
  display: flex;
  align-items: center;
  gap: 14px;
  color: #fff;
  font-family: "PP Supply Sans", monospace;
  font-size: 16px;
  line-height: 1;
  text-transform: uppercase;
}
.kolo__scroll-arrow {
  display: inline-block;
  transform: rotate(90deg);
}
.kolo__brands {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 1008px;
  margin: 0 auto;
  padding-top: 40px;
}
.kolo__brands img {
  height: 40px;
  width: auto;
}
.small-desc {
  max-width: 245px;
}
.pleasure {
  position: relative;
  overflow: hidden;
  background: #dcdfe5;
  padding-top: 135px;
  padding-bottom: 150px;
}
.pleasure__container {
  position: relative;
  z-index: 1;
}
/* --- decorative noise --- */
.pleasure__noise {
  position: absolute;
  z-index: 0;
  width: 1300px;
  height: 655px;
  background: url("../img/hero/noise.svg") no-repeat center / contain;
  opacity: 0.5;
  pointer-events: none;
}
.pleasure__noise--left {
  top: 60px;
  left: -260px;
}
.pleasure__noise--right {
  top: 200px;
  right: -260px;
}
/* --- central image --- */
.pleasure__image {
  position: absolute;
  z-index: 3;
  top: clamp(362px, calc(18.333vw + 98px), 450px);
  left: 50%;
  width: clamp(828px, calc(75.417vw - 258px), 1190px);
  transform: translateX(-50%);
  pointer-events: none;
}
.pleasure__image img {
  display: block;
  width: 100%;
  height: auto;
}
/* --- decorative side markers --- */
.pleasure__marker {
  position: absolute;
  z-index: 2;
  color: #D2A9C2;

  font-family: "PP Supply Sans", monospace;
  font-size: 16px;
  line-height: 1;
  text-transform: uppercase;
}
.pleasure__marker--1 {
  left: 981px;
  top: 134px;
}
.pleasure__marker--2 {
  left: 3px;
  top: 262px;
}
.pleasure__marker--3 {
  right: -28px;
  top: 527px;
}
/* --- header (coordinates) --- */
.pleasure__header {
  display: flex;
  justify-content: center;
}
/* --- title --- */
.pleasure__title {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 140px;
  color: #fff;
  font-family: "Klaster Sans";
  font-weight: 900;
  font-size: clamp(96px, calc(8.333vw - 24px), 136px);
  line-height: 0.8;
  text-transform: uppercase;
}
.pleasure__title-line {
  display: block;
}
.pleasure__title-line:first-child {
  flex-basis: 100%;
  text-align: center;
  padding-bottom: 27px;
}
/* --- bottom content --- */
.pleasure__content {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-top: 560px;
}
.pleasure__content-title {
  flex: 0 1 727px;
  color: #fff;
  font-family: "Klaster Sans";
  font-weight: 900;
  font-size: clamp(48px, calc(5vw - 24px), 72px);
  line-height: 0.8;
  text-transform: uppercase;
}
.pleasure__divider {
  align-self: stretch;
  width: 1px;
  margin: 0 24px;
  background-image: radial-gradient(circle, #76717c 1.2px, transparent 1.7px);
  background-size: 24px 22px;
  background-repeat: repeat-y;
  background-position: center top;
}
.pleasure__content-text {
  flex: 0 1 537px;
  display: flex;
  flex-direction: column;
  gap: 48px;
}
.pleasure__content-text-item {
  color: #76717c;
  font-family: "Klaster Sans";
  font-size: 20px;
  line-height: 1.2;
  text-transform: uppercase;
}
/* --- bottom horizontal divider --- */
.pleasure__bottom-divider {
  margin-top: 80px;
  height: 24px;
  background-image: radial-gradient(circle, #76717c 1.6px, transparent 2px);
  background-size: 22px 24px;
  background-repeat: repeat-x;
  background-position: left center;
}
/* --- footer decor --- */
.pleasure__footer-decor {
  position: relative;
  height: 20px;
  margin-top: 24px;
  color: #d2a9c2;
  font-family: "PP Supply Sans", monospace;
  font-size: 16px;
  line-height: 1;
  text-transform: uppercase;
}
.pleasure__footer-decor-item {
  position: absolute;
  top: 0;
  white-space: nowrap;
}
.pleasure__footer-decor-item--1 {
  left: 0px;
}
.pleasure__footer-decor-item--2 {
  left: 267px;
}
.pleasure__footer-decor-item--3 {
  left: 346px;
}
.pleasure__footer-decor-item--4 {
  left: 1288px;
}
.pleasure__footer-decor-item--5 {
  right: -59px;
}

/* ===================== How section ===================== */
.how {
  position: relative;
  overflow: hidden;
  background: url("/img/how/tennis-bg.webp") center / cover no-repeat;
}

/* decorative scatter text */
.how__scatter {
  position: absolute;
color: #FFF;

  font-family: "PP Supply Sans", monospace;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  pointer-events: none;
  white-space: nowrap;
}
/* positions from Figma 2560×1080 frame, referenced from viewport center (x=1280) */
.how__scatter--1 {
  top: 68px;
  left: calc(50% - 864px);
}
.how__scatter--2 {
  top: 68px;
  left: calc(50% - 711px);
}
.how__scatter--3 {
  top: 68px;
  left: calc(50% + 722px);
}
.how__scatter--4 {
  top: 334px;
  left: calc(50% - 777px);
}
.how__scatter--5 {
  top: 530px;
  right: 13%;
}
.how__scatter--6 {
  top: 336px;
  left: calc(50% + 875px);
}

/* white arrow graphic — centered (arrow x-center = 1280 = frame center) */
.how__arrow {
  position: absolute;
  top: 68px;
  left: 50%;
  transform: translateX(-50%);
  width: 333px;
  height: auto;
  pointer-events: none;
  z-index: 1;
}

/* container: flex column, min-height matches Figma frame (1080px) */
.how__container {
  min-height: 1080px;
  padding-top: 330px; /* aligns action block to Figma y=330 */
  padding-bottom: 32px;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 1;
}

/* action block — right-aligned, text and button share the same left edge */
.how__action {
  align-self: flex-end;
  display: flex;
  flex-direction: column;
  align-items: flex-start; /* button left = text left */
  gap: 129px; /* Figma: button y=517, text bottom y=388, gap=129 */
  padding-bottom: 296px;
}

.how__description {
  max-width: 451px;
  color: rgba(255, 255, 255, 0.8);
  font-family: "Klaster Sans";
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2;
  text-transform: uppercase;
}

.how__button {
  display: inline-flex;
  padding: 12px 16px;
  align-items: center;
  gap: 10px;
  border: 1px solid transparent;
  border-image: linear-gradient(to right, #fff, transparent) 1;
  background: transparent;
  color: rgba(255, 255, 255, 0.8);
  font-family: "Klaster Sans";
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  text-transform: uppercase;
  cursor: pointer;
}

/*
 * Title: spans full container outer width (negates 96px padding on each side)
 * font-size: fluid via clamp — fills the full width at any viewport.
 * Derivation: Figma text=1770px at font=236px → ratio=7.5.
 * To fill container outer width (max 1720px): font=1720/7.5=229px → 229/1720=13.3vw.
 */
.how__title {
  color: #fff;
  text-align: center;
  font-family: "Klaster Sans";
  font-size: clamp(60px, calc(13.302vw - 25.54px), 200px);
  font-style: normal;
  font-weight: 900;
  line-height: 80%;
  text-transform: uppercase;
  white-space: nowrap;
}

.how {
  padding-top: 330px;
  padding-bottom: 32px;
}

.how-box {
  width: 100%;
  align-items: flex-end;
  display: flex;
  justify-content: flex-end;
}

.footer {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #dcdfe5 0%, #eb147c 100%);
  padding-top: 148px;
}

.footer-header {
  color: #76717c;
  text-align: center;
  font-family: "Klaster Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 24px */
  text-transform: uppercase;
}
.footer-img {
  padding-top: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 30px;
}
.footer-line {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.footer-column {
  display: flex;
  flex-direction: column;
  gap: 54px;
}
.footer-column_label {
  color: #fff;
  font-family: "Klaster Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 19.2px */
  text-transform: uppercase;
}
.footer-column-bottom {
  display: flex;
  gap: 54px;
}
.footer-link {
  color: #fff;
  font-family: "Klaster Sans";
  font-size: 48px;
  font-style: normal;
  font-weight: 900;
  line-height: 80%; /* 38.4px */
  text-transform: uppercase;
}
.footer-bottom-img {
  padding-top: 78px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer__copyright {
  position: absolute;
  bottom: 16px;
  font-family: "Klaster Sans";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
  white-space: nowrap;
}
.footer__copyright--left {
  left: 122px;
}
.footer__copyright--right {
  right: 96px;
}

/* === Footer scatter decor ===
 * Positions from Figma 2560×1080 frame, referenced from center (x=1280).
 * Top row y=314, bottom row y=348.
 */
.footer__scatter {
  position: absolute;
  color: #eb147c;
  font-family: "PP Supply Sans", monospace;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  pointer-events: none;
  white-space: nowrap;
}
/* — top row (y=314) — */
.footer__scatter--a1 {
  top: 314px;
  left: calc(50% - 864px);
} /* 4    x=416  */
.footer__scatter--a2 {
  top: 314px;
  left: calc(50% - 465px);
} /* 0    x=815  */
.footer__scatter--a3 {
  top: 314px;
  left: calc(50% - 227px);
} /* 4    x=1053 */
.footer__scatter--a4 {
  top: 314px;
  left: calc(50% + 71px);
} /* c    x=1351 */
.footer__scatter--a5 {
  top: 314px;
  left: calc(50% + 309px);
} /* l    x=1589 */
.footer__scatter--a6 {
  top: 314px;
  left: calc(50% + 389px);
} /* u    x=1669 */
.footer__scatter--a7 {
  top: 314px;
  left: calc(50% + 707px);
} /* b    x=1987 */
.footer__scatter--a8 {
  top: 314px;
  left: calc(50% + 852px);
} /* **   x=2132 */
/* — bottom row (y=348) — */
.footer__scatter--b1 {
  top: 348px;
  left: calc(50% - 752px);
} /* k    x=528  */
.footer__scatter--b2 {
  top: 348px;
  left: calc(50% - 639px);
} /* y    x=641  */
.footer__scatter--b3 {
  top: 348px;
  left: calc(50% - 404px);
} /* i    x=876  */
.footer__scatter--b4 {
  top: 348px;
  left: calc(50% - 362px);
} /* v    x=918  */
.footer__scatter--b5 {
  top: 348px;
  left: calc(50% - 12px);
} /* **   x=1268 */
.footer__scatter--b6 {
  top: 348px;
  left: calc(50% + 182px);
} /* off  x=1462 */
.footer__scatter--b7 {
  top: 348px;
  left: calc(50% + 441px);
} /* the  x=1721 */
.footer__scatter--b8 {
  top: 348px;
  left: calc(50% + 578px);
} /* g    x=1858 */
.footer__scatter--b9 {
  top: 348px;
  left: calc(50% + 760px);
} /* rid  x=2040 */

/* ===================== fluid note tops (1441–1920px) ===================== */
/* Notes stay at their relative position inside the title as font scales */
@media (max-width: 1920px) {
  .community__note--1 {
    top: calc(241.9px + 10.68vw);
  }
  .community__note--2 {
    top: calc(234.6px + 12vw);
  }
  .community__note--3 {
    top: calc(227.3px + 13.31vw);
  }
  .community__note--4 {
    top: calc(227.3px + 13.31vw);
  }
  .community__note--5 {
    top: calc(141.8px + 28.74vw);
  }
  .community__note--6 {
    top: calc(141.8px + 28.74vw);
  }
  .community__note--7 {
    top: calc(134.5px + 30.06vw);
  }
  .community__note--8 {
    top: calc(134.5px + 30.06vw);
  }
}
@media(max-width:1500px){
  .pleasure__image{
        width: 794px;
    top: 28%;
  }
}
@media(max-width:1200px){
  .pleasure__title{
    font-size: 72px;
  }
}
/* ===================== 1440px breakpoint ===================== */
@media (max-width: 1440px) {
  .hero__logo {
    width: 97px;
    height: 36px;
  }

  .hero__nav {
    gap: 48px;
  }

  .hero__nav a {
    font-size: 14px;
  }

  .hero__cta {
    font-size: 14px;
  }

  .hero__content {
    padding-top: 270px;
  }

  .hero__badge {
    font-size: 16px;
  }

  .hero__badge--right {
    padding-top: 80px;
  }

  .hero__title {
    padding-top: 110px;
  }

  .hero__ball {
    width: clamp(884px, 72vw, 1038px);
    top: clamp(-216px, -15vw, -184px);
  }

  .hero__footer {
    padding-top: 20px;
  }

  .hero__marker {
    font-size: 16px;
  }

  /* --- community section --- */
  .community__label {
    font-size: 14px;
  }

  .community__title {
    width: 705px;
    font-size: 96px;
    margin: 64px auto 0;
    padding-bottom: 60px;
  }

  .community__subtitle {
    font-size: 48px;
    margin-top: 10px;
  }

  .community__divider {
    margin-top: 60px;
  }

  .community__bottom {
    padding-top: 32px;
  }

  .community__col {
    font-size: 14px;
  }

  .community__button {
    font-size: 14px;
  }

  .community__footer {
    margin-top: 80px;
    padding-bottom: 60px;
  }

  .community__footer-marks {
    gap: 120px;
  }

  .community__mark {
    font-size: 14px;
  }

  .community__note,
  .community__sym {
    font-size: 14px;
  }

  /* notes repositioned to stay inside the title area (y: 245–552px at 1440px) */
  .community__note--1 {
    top: 326px;
    left: calc(50% - 115px);
  }
  .community__note--2 {
    top: 340px;
    left: calc(50% + 53px);
  }
  .community__note--3 {
    top: 343px;
    left: calc(50% - 284px);
  }
  .community__note--4 {
    top: 358px;
    left: calc(50% + 122px);
  }
  .community__note--5 {
    top: 502px;
    left: calc(50% - 339px);
  }
  .community__note--6 {
    top: 490px;
    left: calc(50% + 39px);
  }
  .community__note--7 {
    top: 520px;
    left: calc(50% - 95px);
  }
  .community__note--8 {
    top: 515px;
    left: calc(50% + 115px);
  }

  /* --- kolo --- */
  .kolo {
    padding-top: 92px;
  }

  .kolo__header {
    gap: 48px;
  }

  .kolo__stage {
    max-width: 848px;
    padding-top: 60px;
    padding-bottom: 0;
  }

  .kolo__grid {
    min-height: 674px;
  }

  .kolo__circle {
    width: 1248px;
  }

  .kolo__aside {
    font-size: 16px;
  }

  .kolo__aside--left {
    left: -113px;
  }

  .kolo__aside--right {
    right: -113px;
  }

  .kolo__card-num {
    font-size: 14px;
  }

  .kolo__card-desc {
    font-size: 14px;
  }

  .kolo__brands {
    max-width: 858px;
    padding-top: 78px;
  }

  .kolo__brands img {
    height: 36px;
  }

  /* --- pleasure --- */
  /* image narrower than container at ≤1440px → title bleeds onto light bg; cap at viewport width */
  

  .pleasure__title {
    padding-top: 120px;
  }

  .pleasure__title-line:first-child {
    padding-bottom: 13px;
  }

  .pleasure__content {
    padding-top: 474px;
  }

  .pleasure__content-title {
    flex: 0 1 474px;
  }

  .pleasure__content-text {
    gap: 24px;
    flex: 0 1 460px;
  }

  .pleasure__content-text-item {
    font-size: 14px;
  }

  /* --- how --- */
  .how {
    padding-top: 215px;
  }

  .how__arrow {
    width: 287px;
    top: calc(50% - 377px);
  }

  .how__action {
    gap: 140px;
    padding-bottom: 0;
  }

  .how__description {
    font-size: 20px;
    max-width: 377px;
  }

  .how__title {
    padding-top: 192px;
  }

  .how__scatter {
    font-size: 14px;
  }

  .how__scatter--1 {
    top: 68px;
    left: 100px;
  }
  .how__scatter--2 {
    top: 68px;
    left: 250px;
  }
  .how__scatter--3 {
    top: 68px;
    left: 1180px;
  }
  .how__scatter--4 {
    top: 425px;
    left: 220px;
  }
  .how__scatter--5 {
    top: 418px;
    left: 1168px;
  }
  .how__scatter--6 {
    top: 336px;
    left: 1332px;
  }

  /* --- footer --- */
  .footer {
    padding-top: 172px;
    min-height: 995px;
  }
  .footer-header {
    font-size: 14px;
  }
  .footer-img {
    padding-top: 190px;
    padding-bottom: 100px;
  }
  .footer-img img {
    width: 155px;
    height: 146px;
    transform: rotate(11.55deg);
  }
  .footer-column_label {
    font-size: 14px;
  }
  .footer-column {
    gap: 56px;
  }
  .footer-column:first-child .footer-column-bottom {
    gap: 0;
  }
  .footer-column:first-child .footer-link:first-child {
    flex: 0 0 276px;
  }
  .footer-link {
    font-size: 36px;
  }
  .footer-bottom-img {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    padding-top: 0;
    width: 454px;
    height: 169px;
  }
  .footer-bottom-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  /* copyright */
  .footer__copyright {
    display: block;
    position: absolute;
    font-family: "Klaster Sans";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
    color: rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
    white-space: nowrap;
    top: 870px;
    bottom: auto;
  }
  .footer__copyright--left {
    left: 122px;
  }
  .footer__copyright--right {
    right: 96px;
  }

  /* scatter */
  .footer__scatter {
    font-size: 14px;
  }
  .footer__scatter--a1 {
    top: 274px;
    left: 96px;
  }
  .footer__scatter--a2 {
    top: 274px;
    left: 316px;
  }
  .footer__scatter--a3 {
    top: 274px;
    left: 554px;
  }
  .footer__scatter--a4 {
    top: 274px;
    left: 762px;
  }
  .footer__scatter--a5 {
    top: 274px;
    left: 899px;
  }
  .footer__scatter--a6 {
    top: 274px;
    left: 979px;
  }
  .footer__scatter--a7 {
    top: 274px;
    left: 1168px;
  }
  .footer__scatter--a8 {
    top: 274px;
    left: 1327px;
  }
  .footer__scatter--b1 {
    top: 308px;
    left: 163px;
  }
  .footer__scatter--b2 {
    top: 308px;
    left: 243px;
  }
  .footer__scatter--b3 {
    top: 308px;
    left: 429px;
  }
  .footer__scatter--b4 {
    top: 308px;
    left: 471px;
  }
  .footer__scatter--b5 {
    top: 308px;
    left: 679px;
  }
  .footer__scatter--b6 {
    top: 308px;
    left: 873px;
  }
  .footer__scatter--b7 {
    top: 308px;
    left: 1065px;
  }
  .footer__scatter--b8 {
    top: 308px;
    left: 1202px;
  }
  .footer__scatter--b9 {
    top: 308px;
    left: 1255px;
  }
}

/* ===================== 1200px breakpoint ===================== */
@media (max-width: 1200px) {
  .hero .container {
    padding: 0 24px;
  }
  .how__arrow{
    left: 30%;
  }
}

/* ===================== 1100px breakpoint ===================== */
@media (max-width: 1100px) {
  .hero__content {
    padding-top: 520px;
  }
  .hero__badge--right {
    padding-top: 14px;
  }
  .kolo__aside{
    display: none;
  }
}
@media(max-width:900px){
  .community__title{
    font-size: 80px;
  }
}
@media (max-width: 880px) {
  .community__note,
  .community__sym { font-size: 13px; }
  .community__note--2 { left: calc(50% - 60px); }
  .pleasure__image{
    width: 500px;
  }
}
/* ===================== 768px breakpoint ===================== */
@media (max-width: 768px) {
  /* --- hero --- */
  .hero {
    min-height: 920px;
  }

  /* header stays on flexbox — no absolute positioning */
  .hero__nav {
    gap: 16px;
  }
  .hero__nav a::before {
    content: "[ ";
  }
  .hero__nav a::after {
    content: " ]";
  }

  .hero__content {
    padding-top: 0;
  }
  .hero__badge {
    position: absolute;
  }
  .hero__badge--left {
    top: 588px;
    left: 24px;
    padding-top: 0;
  }
  .hero__badge--right {
    top: 621px;
    right: 24px;
    padding-top: 0;
  }
  .hero__title {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 15.625vw;
    padding-top: 0;
    white-space: nowrap;
  }
  .hero__footer {
    display: none;
  }
  .kolo__aside{
    display: block;
  }
  .hero__ball {
    width: 884px;
    top: -184px;
  }
  .hero__noise {
    top: 0;
    left: -140px;
    width: 1440px;
  }

  /* --- global --- */
  .container {
    padding: 0 24px;
  }

  /* --- community --- */
  .community__header {
    padding-top: 100px;
  }

  .community__title {
    font-size: 12.5vw;
    width: auto;
    max-width: 100%;
    margin-top: 32px;
    padding-bottom: 60px;
  }

  .community__image {
    height: 292px;
  }

  .community__subtitle {
    font-size: 6.25vw;
    width: 100%;
    margin-left: 0;
    margin-top: 32px;
  }

  .community__divider {
    margin-top: 40px;
    background-image: none;
    height: 30px;
    overflow: hidden;
    font-family: "PP Supply Mono", monospace;
    font-size: 24px;
    line-height: 30px;
    color: #76717c;
    letter-spacing: 6px;
  }
  .community__divider::before {
    content: ". . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .";
    display: block;
    white-space: nowrap;
  }

  .community__bottom {
    grid-template-columns: 1fr;
    padding-top: 24px;
    gap: 16px;
  }
  .community__col--right {
    text-align: left;
  }

  .community__footer {
    flex-wrap: wrap;
    margin-top: 40px;
    padding-bottom: 160px;
    gap: 16px 0;
  }
  .community__footer-marks {
    flex: 1;
    gap: 16px;
  }
  .community__footer-marks--right {
    justify-content: flex-end;
  }
  .community__button {
    display: flex;
    flex: 0 0 100%;
    order: -1;
    justify-content: center;
  }

  /* scatter symbols */
  .community__sym--1 {
    top: 283px;
    left: 136px;
  }
  .community__sym--2 {
    top: 276px;
    left: 576px;
  }
  .community__sym--3 {
    top: 276px;
    left: 715px;
  }
  .community__sym--4 {
    display: none;
  }
  .community__sym--5 {
    top: 423px;
    left: 710px;
  }
  .community__sym--6 {
    top: 557px;
    left: 101px;
  }
  .community__sym--7 {
    display: none;
  }

  /* scatter notes */
  .community__note--1 {
    top: 236px;
    left: calc(50% - 195px);
  }
  .community__note--2 {
    top: 253px;
    left: calc(50% - 27px);
  }
  .community__note--3 {
    top: 264px;
    left: calc(50% - 220px);
  }
  .community__note--4 {
    top: 271px;
    left: calc(50% + 95px);
  }
  .community__note--5 {
    top: 396px;
    left: calc(50% - 220px);
  }
  .community__note--6 {
    top: 396px;
    left: calc(50% + 12px);
  }
  .community__note--7 {
    top: 414px;
    left: calc(50% - 122px);
  }
  .community__note--8 {
          top: 426px;
        left: calc(50% + 64px);
  }

  /* --- kolo --- */

  /* kolo__container stays position:relative so circle z-index:-1 renders correctly;
     only kolo__stage becomes static so asides + circle anchor to the container */
  .kolo {
    padding-top: 50px;
    padding-bottom: 153px;
    background-image:
      linear-gradient(180deg, rgba(0, 0, 0, 0) 41%, #000 80%),
      linear-gradient(rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)),
      url("../img/kolo/section-bg.webp");
    background-size: 100% 100%, 100% 100%, cover;
    background-position: 0 0, 0 0, center top;
    background-repeat: no-repeat;
  }
  .kolo::before {
    content: '';
    position: absolute;
    top: 0;
    left: -20px;
    right: -20px;
    height: 1429px;
    background: url('../img/kolo/circle-overlay.webp') no-repeat top center / 100% 100%;
    pointer-events: none;
    z-index: 0;
  }

  .kolo__grid  { border-left: none; }
  .kolo__card  { border-right: none; }
  .kolo__card:nth-child(odd) { border-right: 1px solid rgba(222, 220, 229, 0.25); }
  .kolo__stage {
    position: static;
    max-width: 100%;
    padding-top: 48px;
    padding-bottom: 0;
  }

  /* asides anchor to kolo__container (position:relative) at its very top */
  .kolo__aside {
    font-size: 14px;
    top: 0;
  }
  .kolo__aside--left {
    left: 48px;
  }
  .kolo__aside--right {
    right: 48px;
    left: auto;
  }

  /* header: 72px, cleared below the asides */
  .kolo__header {
    font-size: 72px;
    gap: 48px;
    padding-top: 145px;
  }
  .kolo__header-logo {
    width: 40px;
    height: 40px;
  }

  .kolo__circle {
    display: none;
  }

  /* grid: ~480px per row; circle bottom lands at ~1410px, scroll must be above that */
  .kolo__grid {
    min-height: 850px;
  }

  .kolo__card-num {
    font-size: 14px;
  }
  .kolo__card-desc {
    font-size: 14px;
    max-width: 100%;
  }

  /* footer: gap:0 so we control each gap individually */
  .kolo__footer {
    padding-top: 80px;
    padding-bottom: 0;
    gap: 0;
  }
  .kolo__footer-line {
    font-size: 14px;
    gap: 24px;
    margin-bottom: 86px;
  }
  .kolo__footer-line span:first-child {
    font-size: 24px;
  }

  /* scroll: larger, ends at ~1362px — comfortably inside circle (bottom at ~1410px) */
  .kolo__scroll {
    font-size: 16px;
    gap: 20px;
    margin-bottom: 162px;
  }

  /* brands: below circle */
  .kolo__brands {
    max-width: 100%;
    padding-top: 0;
  }
  .kolo__brands img {
    height: 28px;
  }

  /* --- pleasure --- */
  .pleasure {
    padding-top: 100px;
    padding-bottom: 116px;
  }
  .pleasure__image {
    width: 404px;
    top: 254px;
  }
  .pleasure__marker {
    display: none;
  }
  .pleasure__title {
    font-size: 72px;
    padding-top: 72px;
  }
  .pleasure__title-line:first-child {
    padding-bottom: 15px;
  }
  .pleasure__content {
    flex-direction: column;
    padding-top: 250px;
    gap: 0;
  }
  .pleasure__content-title {
    flex: none;
    font-size: 48px;
    max-width: 100%;
  }
  /* vertical divider → horizontal at 768px */
  .pleasure__divider {
    align-self: auto;
    width: 100%;
    height: 24px;
    margin: 24px 0;
    background-image: radial-gradient(circle, #76717c 1.6px, transparent 2px);
    background-size: 22px 24px;
    background-repeat: repeat-x;
    background-position: left center;
  }
  .pleasure__content-text {
    flex: none;
    gap: 24px;
  }
  .pleasure__content-text-item {
    font-size: 14px;
  }
  .pleasure__bottom-divider {
    margin-top: 24px;
  }
  .pleasure__footer-decor-item--1 { left: 43px; }
  .pleasure__footer-decor-item--2 { left: 250px; }
  .pleasure__footer-decor-item--3 { left: 332px; }
  .pleasure__footer-decor-item--4 { left: 553px; }
  .pleasure__footer-decor-item--5 { left: 679px; right: auto; }

  /* --- how --- */
  .how {
    padding-top: 307px;
    padding-bottom: 119px;
    min-height: 920px;
  }
  .how__arrow {
    width: 210px;
    top: 49px;
    left: 24px;
    transform: rotate(90deg) scaleY(-1);
    display: none;
  }
  .how-arrow-768{
    display: block;
    position: absolute;
     top: 115px;
    left: 24px;
  }
  .how__action {
    gap: 96px;
    padding-bottom: 0;
  }
  .how__title {
    padding-top: 230px;
    font-size: 12.5vw;
  }
  /* reposition scatters — 1440px values go off-screen at 768px */
  .how__scatter--1 { top: 68px;  left: 385px; }
  .how__scatter--2 { top: 68px;  left: 628px; }
  .how__scatter--3 { top: 68px;  left: 684px; }
  .how__scatter--4 { top: 467px; left: 10%;  }
  .how__scatter--5 { top: 467px; left: 645px; }
  .how__scatter--6 { top: 259px; left: 738px; }

  /* --- footer --- */
  .footer {
    padding-top: 72px;
    min-height: 951px;
           background: linear-gradient(180deg, #dcdfe5 33%, #eb147c 82%);
  }
  .footer-header {
    font-size: 12px;
  }
  .footer-img {
    padding-top: 196px;
    padding-bottom: 59px;
  }
  .footer-line {
    flex-direction: column;
    gap: 47px;
  }
  .footer-column {
    gap: 23px;
  }
  .footer-column-bottom {
    flex-direction: column;
    gap: 12px;
  }
  .footer-column:first-child .footer-column-bottom {
    flex-direction: column;
    gap: 12px;
  }
  .footer-column:first-child .footer-link:first-child {
    flex: none;
  }
  .footer-column_label {
    font-size: 12px;
  }
  .footer-link {
    font-size: 24px;
  }
  .footer-bottom-img {
    width: 95%;
    height: 133px;
    bottom: 63px;
  }
  .footer__copyright {
    top: 923px;
    bottom: auto;
    font-size: 10px;
  }
  .footer__copyright--left {
    left: 16px;
  }
  .footer__copyright--right {
    right: 16px;
    left: auto;
  }

  /* scatter: positions derived from 390px Figma frame, offset from center */
  .footer__scatter { font-size: 11px; }
  .footer__scatter--a1 { top: 201px; left: calc(50% - 179px); }
  .footer__scatter--a2 { top: 201px; left: calc(50% - 97px);  }
  .footer__scatter--a3 { top: 201px; left: calc(50% - 61px);  }
  .footer__scatter--a4 { top: 201px; left: calc(50% - 22px);  }
  .footer__scatter--a5 { top: 201px; left: calc(50% + 53px);  }
  .footer__scatter--a6 { top: 201px; left: calc(50% + 91px);  }
  .footer__scatter--a7 { top: 201px; left: calc(50% + 143px); }
  .footer__scatter--a8 { top: 201px; left: calc(50% + 165px); }
  .footer__scatter--b1 { top: 232px; left: calc(50% - 164px); }
  .footer__scatter--b2 { top: 232px; left: calc(50% - 126px); }
  .footer__scatter--b3 { top: 232px; left: calc(50% - 71px);  }
  .footer__scatter--b4 { top: 232px; left: calc(50% - 29px);  }
  .footer__scatter--b5 { top: 232px; left: calc(50% - 7px);   }
  .footer__scatter--b6 { top: 232px; left: calc(50% + 29px);  }
  .footer__scatter--b7 { top: 232px; left: calc(50% + 60px);  }
  .footer__scatter--b8 { top: 232px; left: calc(50% + 105px); }
  .footer__scatter--b9 { top: 232px; left: calc(50% + 145px); }
}

/* ===================== burger menu (base) ===================== */
.hero__burger {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  color: #fff;
  font-family: "PP Supply Sans", monospace;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  padding: 0;
}

.burger-menu {
  position: fixed;
  inset: 0;
  z-index: 200;
  background: #232328;
  overflow: hidden;
  visibility: hidden;
  transform: translateY(-100%);
  transition: transform 0.45s cubic-bezier(0.76, 0, 0.24, 1), visibility 0s linear 0.45s;
  pointer-events: none;
  will-change: transform;
}
.burger-menu--open {
  visibility: visible;
  transform: translateY(0);
  transition: transform 0.45s cubic-bezier(0.76, 0, 0.24, 1), visibility 0s linear 0s;
  pointer-events: auto;
}

.burger-menu__ball {
 position: absolute;
    top: 33px;
    width: 263px;
    height: 263px;
    transform: rotate(19.88deg);
    pointer-events: none;
    right: -22%;
}

.burger-menu__logo {
  position: absolute;
  top: 21px;
  left: 16px;
  width: 130px;
  height: 48px;
  display: block;
}
.burger-menu__logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.burger-menu__close {
  position: absolute;
  top: 27px;
  right: 16px;
  background: none;
  border: none;
  cursor: pointer;
  color: #fff;
  font-family: "PP Supply Sans", monospace;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1;
  padding: 0;
}

.burger-menu__nav {
  position: absolute;
  top: 117px;
  left: 16px;
  display: flex;
  flex-direction: column;
  gap: 36px;
}
.burger-menu__group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.burger-menu__label {
  color: #76717c;
  font-family: "PP Supply Sans", monospace;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1;
}
.burger-menu__links {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.burger-menu__link {
  color: #fff;
  font-family: "Klaster Sans";
  font-size: 24px;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1;
  text-decoration: none;
}
.burger-menu__link:hover {
  color: #eb147c;
}

.burger-menu__cta {
  position: absolute;
  top: 486px;
  left: 16px;
  right: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 12px;
  border: 1px solid transparent;
  border-image: linear-gradient(to right, #eb147c, transparent) 1;
  color: #fff;
  font-family: "PP Supply Sans", monospace;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 1.2;
  box-sizing: border-box;
}

.burger-menu__scatter {
  position: absolute;
  color: #fff;
  font-family: "PP Supply Sans", monospace;
  font-size: 11px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1;
}
/* row 1 — top: 592px */
.burger-menu__scatter--r1a { top: 592px; left: 16px;  }
.burger-menu__scatter--r1b { top: 592px; left: 98px;  }
.burger-menu__scatter--r1c { top: 592px; left: 134px; }
.burger-menu__scatter--r1d { top: 592px; left: 173px; }
.burger-menu__scatter--r1e { top: 592px; left: 248px; }
.burger-menu__scatter--r1f { top: 592px; left: 286px; }
.burger-menu__scatter--r1g { top: 592px; left: 338px; }
.burger-menu__scatter--r1h { top: 592px; left: 360px; }
/* row 2 — top: 623px */
.burger-menu__scatter--r2a { top: 623px; left: 31px;  }
.burger-menu__scatter--r2b { top: 623px; left: 69px;  }
.burger-menu__scatter--r2c { top: 623px; left: 124px; }
.burger-menu__scatter--r2d { top: 623px; left: 166px; }
.burger-menu__scatter--r2e { top: 623px; left: calc(50% - 7px); }
.burger-menu__scatter--r2f { top: 623px; left: 224px; }
.burger-menu__scatter--r2g { top: 623px; left: 255px; }
.burger-menu__scatter--r2h { top: 623px; left: 300px; }
.burger-menu__scatter--r2i { top: 623px; left: 340px; }

.burger-menu__copyright {
  position: absolute;
  bottom: 28px;
  color: rgba(255, 255, 255, 0.5);
  font-family: "PP Supply Sans", monospace;
  font-size: 10px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1;
}
.burger-menu__copyright--left  { left: 16px; }
.burger-menu__copyright--right { right: 16px; }

@media (max-width: 680px) {
  .community__note { font-size: 12px; }
  .community__note--2 { left: calc(50% - 100px); }
  .pleasure__title{
    font-size: 64px;
  }
}

/* ===================== 500px breakpoint (hero) ===================== */
@media (max-width: 500px) {
  .container {
    padding: 0 16px;
  }

  .hero {
    min-height: 774px;
  }

  .hero__nav {
    display: none;
  }

  .hero__burger {
    display: block;
  }

  .hero__header {
    gap: 16px;
  }
  .hero__logo {
    margin-right: auto;
  }

  .hero__cta {
    font-size: 12px;
    padding: 8px 10px;
  }

  .hero__badge {
    font-size: 14px;
    z-index: 2;
  }
  .hero__badge--left {
    top: calc(50% + 117px);
    left: 16px;
  }
  .hero__badge--right {
    top: calc(50% + 164px);
    right: 16px;
    left: auto;
  }

  /* title shifts down by its own height → badges sit clearly above it */
  .hero__title {
    font-size: 58px;
    bottom: 141px;
    transform: translateX(-50%) translateY(100%);
  }

  /* desktop noise hidden, mobile noise shown */
  .hero__noise {
    display: none;
  }
  .hero__noise-mobile {
    display: block;
    position: absolute;
    left: -390px;
    top: -55px;
    width: 1440px;
    height: 900px;
    max-width: none;
    z-index: -1;
  }

  .hero__ball {
    width: 743px;
    top: -155px;
  }

  /* --- community --- */
  .community__header {
    padding-top: 72px;
    gap: 48px;
    padding-bottom: 72px;
  }
  .community__label {
    font-size: 12px;
  }
  .community__logos {
    height: 24px;
  }

  .community__title {
    font-size: 48px;
    width: 100%;
    margin-top: 24px;
    padding-bottom: 0;
  }

  .community__image {
    width: calc(100% - 32px);
    max-width: 358px;
    height: 160px;
    margin: 0 auto;
  }
  .community__image img {
    object-fit: cover;
    object-position: center;
  }

  .community__subtitle {
    margin-top: 20px;
    font-size: 24px;
    font-weight: 900;
  }
  .community__subtitle-plain {
    color: #fff;
  }
  .community__subtitle-accent {
    color: #d2a9c2;
   
  }

  .community__divider {
    margin-top: 24px;
    height: 2px;
    background-image: none;
    background-color: rgba(118, 113, 124, 0.3);
    font-size: 0;
    letter-spacing: 0;
  }
  .community__divider::before {
    content: none;
  }

  .community__bottom {
    grid-template-columns: 1fr;
    padding-top: 16px;
    gap: 24px;
  }
  .community__col {
    font-size: 12px;
  }
  .community__col--right {
    text-align: left;
  }

  .community__footer {
    flex-wrap: wrap;
    margin-top: 24px;
    padding-bottom: 20px;
    gap: 8px 0;
  }
  .community__footer-marks {
    flex: 1;
    gap: 12px;
  }
  .community__footer-marks--right {
    justify-content: flex-end;
  }
  .community__button {
    font-size: 12px;
    color: #eb147c;
    border-color: #eb147c;
    flex: 0 0 100%;
    order: -1;
    display: flex;
    justify-content: center;
  }
  .community__mark {
    font-size: 11px;
    color: #d2a9c2;
  }

  /* scatter symbols */
  .community__sym {
    font-size: 11px;
  }
  .community__sym--1 { top: 175px; left: 63px; }
  .community__sym--2 { top: 175px; left: 268px; }
  .community__sym--3 { top: 175px; left: 328px; }
  .community__sym--4 { display: none; }
  .community__sym--5 { top: 195px; left: 370px; }
  .community__sym--6 { top: 336px; left: 41px; }
  .community__sym--7 { display: none; }

  /* scatter notes — calc(50%) is 50% of community section height */
  .community__note {
    font-size: 11px;
  }
  .community__note--1 { top: calc(50% - 191px); left: calc(50% - 93px);  }
  .community__note--2 { top: calc(50% - 176px); left: calc(50% - 158px); }
  .community__note--3 { top: calc(50% - 144px); left: calc(50% - 106px); }
  .community__note--4 { top: calc(50% - 144px); left: calc(50% + 79px);  }
  .community__note--5 { top: calc(50% - 113px); left: calc(50% - 179px); }
  .community__note--6 { top: calc(50% - 113px); left: calc(50% + 19px);  }
  .community__note--7 { top: calc(50% - 98px);  left: calc(50% - 121px); }
  .community__note--8 { top: calc(50% - 98px);  left: calc(50% - 1px);   }

  /* --- kolo --- */
  .kolo {
    position: relative;
    min-height: 924px;
    padding-top: 0;
    padding-bottom: 36px;
    background-image:
      linear-gradient(180deg, rgba(0, 0, 0, 0) 40.8%, #000 68.2%),
      linear-gradient(rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)),
      url('../img/kolo/photo-mobile.webp');
    background-size: 100% 100%, 100% 100%, cover;
    background-position: 0 0, 0 0, center top;
    background-repeat: no-repeat;
  }
  .kolo::before {
    content: '';
    position: absolute;
    top: 0;
    left: -15px;
    right: -15px;
   height: 802px;
    background: url('../img/kolo/circle-overlay.webp') no-repeat top center / 100% 100%;
    pointer-events: none;
    z-index: 0;
  }

  .kolo__aside {
    font-size: 12px;
    top: 24px;
  }
  .kolo__aside--left {
    left: 24px;
  }
  .kolo__aside--right {
    right: 24px;
    left: auto;
  }

  .kolo__header {
    font-size: 48px;
    gap: 16px;
    padding-top: 112px;
    margin-bottom: 18px;
  }
  .kolo__header-logo {
    width: 16px;
    height: 16px;
  }

  .kolo__stage {
    position: static;
    padding-top: 0;
    padding-bottom: 0;
  }

  .kolo__circle {
    display: none;
  }

  .kolo__grid {
    grid-template-rows: auto auto;
    min-height: auto;
    border-top: none;
    border-left: none;
  }
  .kolo__grid::before,
  .kolo__grid::after {
    width: 100vw;
    left: 50%;
    transform: translateX(-50%);
  }

  .kolo__card {
    display: flex;
    flex-direction: column;
    padding: 12px 10px 47px 12px;
    border-right: none;
    border-bottom: 1px solid rgba(222, 220, 229, 0.25);
    min-height: 230px;
  }
  .kolo__card:nth-child(odd) {
    border-right: 1px solid rgba(222, 220, 229, 0.25);
  }
  /* second row: no border-bottom — grid::after handles the bottom line */
  .kolo__card:nth-child(n+3) {
    border-bottom: none;
  }
  .kolo__card-body {
    display: flex;
    flex-direction: column;
    margin-top: 108px;
    gap: 12px;
  }

  .kolo__card-num {
    font-size: 10px;
  }
  .kolo__card-title {
    font-size: 20px;
  }
  .kolo__card-desc {
    font-size: 12px;
    
    max-width: 100%;
    margin-top: 0;
  }

  .kolo__footer {
    padding-top: 40px;
    padding-bottom: 0;
    gap: 16px;
  }
  .kolo__footer-line {
    width: calc(100% + 32px);

    justify-content: space-between;
    padding-left: 24px;
    padding-right: 24px;
    font-size: 11px;
    gap: 16px;
    margin-bottom: 20px;
  }
  .kolo__footer-line span:first-child {
    font-size: 16px;
  }
  .kolo__scroll {
    font-size: 11px;
    gap: 16px;
    margin-bottom: 64px;
  }
  .kolo__brands {
    gap: 20px;
  }
  .kolo__brands img {
    height: 12px;
  }

  .line-1 { width: 309px;    left: -69%; }
  .line-2 { width: 84px;    left: 33%;
    top: 1%; }
  .line-3 { width: 126px;    top: 32%;
    right: -19%; }
  .line-4 { width: 57px;    top: 32%; }
  .line-5 { width: 119px;    bottom: 4%;
    right: 6%; }

  /* ====== pleasure ====== */
  .pleasure {
    padding-top: 72px;
    padding-bottom: 67px;
  }
  .pleasure__noise--left {
    top: 21px;
    left: -52px;
    width: 442px;
    height: 312px;
  }
  .pleasure__noise--right { display: none; }
  .pleasure__image {
     top: 195px;
    left: 50%;
    width: 277px;
    transform: translateX(-50%);
    
  
  }
  .pleasure__marker { display: none; }
  .pleasure__header img {
    width: 132px;
    height: auto;
  }
  .pleasure__title {
    font-size: 36px;
    padding-top: 64px;
  }
  .pleasure__title-line:first-child { padding-bottom: 5px; }
  .pleasure__content {
    flex-direction: column;
    padding-top: 153px;
    gap: 0;
  }
  .pleasure__content-title {
    flex-basis: auto;
    font-size: 24px;
  line-height: 80%; /* 19.2px */

  }
  .pleasure__divider {
    align-self: auto;
    width: 100%;
    height: 24px;
    margin: 24px 0;
    background-image: radial-gradient(circle, #76717c 1.2px, transparent 1.7px);
    background-size: 22px 24px;
    background-repeat: repeat-x;
  }
  .pleasure__content-text {
    flex-basis: auto;
    gap: 24px;
  }
  .pleasure__content-text-item { font-size: 12px; }
  .pleasure__bottom-divider { display: none; }
  .pleasure__footer-decor {
    font-size: 11px;
    height: 11px;
    margin-top: 48px;
  }
  .pleasure__footer-decor-item--1 { left: 0; }
  .pleasure__footer-decor-item--2 { left: 109px; }
  .pleasure__footer-decor-item--3 { left: 161px; }
  .pleasure__footer-decor-item--4 { left: 261px; }
  .pleasure__footer-decor-item--5 { left: 338px; right: auto; }

  /* ====== how ====== */
  .how {
    min-height: 584px;
    padding-top: 0;
    padding-bottom: 0;
    background-image: url('../img/how/tennis-mobile.webp');
    background-position: center;
    background-size: cover;
  }
  .how::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.35);
    z-index: 0;
  }
  .how__arrow { display: none; }
  .how-arrow-768 { display: none; }
  .how__arrow-mobile {
    display: block;
    position: absolute;
        top: 2%;
        left: 10%;
    width: 140px;
    height: 191px;
    transform: rotate(90deg) scaleY(-1);
    pointer-events: none;
    z-index: 1;
  }
  .how__scatter { display: none; }
  .how-box { display: block; }
  .how__action {
    position: absolute;
    top: 186px;
    left: calc(50% - 18px);
    width: 197px;
    align-self: auto;
    gap: 45px;
    padding-bottom: 0;
    z-index: 1;
  }
  .how__description {
    font-size: 14px;
    max-width: 197px;
    color: #fff;
  }
  .how__button {
    font-size: 12px;
    padding: 10px 12px;
    color: #fff;
  }
  .how__title {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 22px;
    font-size: 58px;
    line-height: 0.8;
    width: 342px;
    text-align: center;
    white-space: normal;
    padding-top: 0;
    z-index: 1;
  }

  /* ====== footer ====== */
  .footer__copyright {
    display: block;
    position: absolute;
    color: rgba(255, 255, 255, 0.5);
  }
}

/* ===================== 390px breakpoint ===================== */
@media (max-width: 450px) {
  /* global container */
  .container {
    padding: 0 16px;
  }

  /* --- community --- */
  .community__header {
    padding-top: 72px;
    gap: 48px;
  }
  .community__label {
    font-size: 12px;
  }
  .community__logos {
    height: 24px;
  }

  .community__title {
    margin-top: 24px;
    padding-bottom: 24px;
  }

  .community__image {
    height: 160px;
  }

  .community__subtitle {
    margin-top: 20px;
    max-width: 287px;
    width: 100%;
  }

  /* solid line replaces dot row */
  .community__divider {
    margin-top: 24px;
    height: 2px;
    background-image: none;
    background-color: rgba(118, 113, 124, 0.3);
    font-size: 0;
    letter-spacing: 0;
  }
  .community__divider::before {
    content: none;
  }

  .community__bottom {
    padding-top: 16px;
    gap: 24px;
  }
  .community__col {
    font-size: 12px;
  }

  .community__button {
    font-size: 12px;
  }

  .community__mark {
    font-size: 11px;
  }
  .community__footer {
    margin-top: 24px;
    padding-bottom: 64px;
    gap: 24px 0;
  }
  .community__footer-marks {
    gap: 12px;
  }

  /* scatter symbols repositioned to 390px frame */
  .community__sym {
    font-size: 11px;
  }
  .community__sym--1 {
    top: 175px;
    left: 63px;
  }
  .community__sym--2 {
    top: 175px;
    left: 268px;
  }
  .community__sym--3 {
    top: 175px;
    left: 328px;
  }
  .community__sym--5 {
    top: 195px;
    left: 370px;
  }
  .community__sym--6 {
    top: 336px;
    left: 41px;
  }

  /* scatter notes repositioned to 390px frame (section center = 440px) */
  .community__note {
    font-size: 11px;
  }
  .community__note--1 {
    top: 249px;
    left: calc(50% - 93px);
  }
  .community__note--2 {
    top: 264px;
    left: calc(50% - 158px);
  }
  .community__note--3 {
    top: 296px;
    left: calc(50% - 106px);
  }
  .community__note--4 {
    top: 296px;
    left: calc(50% + 79px);
  }
  .community__note--5 {
    top: 327px;
    left: calc(50% - 179px);
  }
  .community__note--6 {
    top: 327px;
    left: calc(50% + 19px);
  }
  .community__note--7 {
    top: 342px;
    left: calc(50% - 121px);
  }
  .community__note--8 {
    top: 342px;
    left: calc(50% - 1px);
  }
}

@media (max-width: 380px) {
  .community__note--1 { top: 234px; left: calc(50% - 93px);  }
  .community__note--2 { top: 249px; left: calc(50% - 158px); }
  .community__note--3 { top: 281px; left: calc(50% - 106px); }
  .community__note--4 { top: 281px; left: calc(50% + 79px);  }
  .community__note--5 { top: 312px; left: calc(50% - 179px); }
  .community__note--6 { top: 312px; left: calc(50% + 19px);  }
  .community__note--7 { top: 327px; left: calc(50% - 121px); }
  .community__note--8 { top: 327px; left: calc(50% - 1px);   }
}

@media (max-width: 360px) {
  .community__note--1 { left: calc(50% - 78px);  }
  .community__note--2 { left: calc(50% - 143px); }
  .community__note--3 { left: calc(50% - 91px);  }
  .community__note--4 { left: calc(50% + 94px);  }
  .community__note--5 { left: calc(50% - 164px); }
  .community__note--6 { left: calc(50% + 34px);  }
  .community__note--7 { left: calc(50% - 106px); }
  .community__note--8 { left: calc(50% + 14px);  }
}



@media(max-width:390px){
  .community__title{
    font-size: 44px;
  }
}
@media(max-width:360px){
  .community__title{
    font-size: 40px;
  }
  .community__note{
    font-size: 9px;
  }
  .pleasure__image{
    top: 206px;
        left: 50%;
        width: 240px;
  }
  .how__arrow-mobile{
            width: 100px;
        height: 157px;
  }
  .how__action{
            left: calc(50% - 50px);
  }
  .how__description{
    font-size: 13px;
  }
  .how__title{
    width: 295px;
    font-size: 50px;
  }
    .kolo__footer-line{
      font-size: 9px;
      gap: 8px;
    }
}
@media(max-width:350px){
  .hero__title{
    font-size: 47px;
  }
  .kolo__header{
    font-size: 40px;
  }
}
@media(max-width:333px){
  .hero__cta{
    font-size: 10px;
        padding: 6px 6px;
  }
}
/* ===================== STATES / INTERACTIONS ===================== */

.hero__cta,
.hero__nav a,
.community__button,
.how__button,
.burger-menu__cta {
  transition: background-color 0.15s ease, color 0.15s ease, border-color 0.15s ease, opacity 0.15s ease;
}
.footer-link {
  cursor: pointer;
  transition: color 0.15s ease, opacity 0.15s ease;
}

/* Pink Button — hero__cta (dark bg, gradient border, white text) */
.hero__cta:hover {
  background: #fff;
  color: #232328;
  border-image: none;
  border-color: #fff;
}
.hero__cta:active {
  background: rgba(255, 255, 255, 0.8);
  color: #232328;
  border-image: none;
  border-color: rgba(255, 255, 255, 0.8);
}

/* White Button — how__button (dark bg, gradient border, white text) */
.how__button:hover {
  background: #eb147c;
  color: #fff;
  border-image: none;
  border-color: #eb147c;
}
.how__button:active {
  background: rgba(235, 20, 124, 0.8);
  color: #fff;
  border-image: none;
  border-color: rgba(235, 20, 124, 0.8);
}

/* Community Button — light bg, gradient pink border, pink text */
.community__button:hover {
  background: #eb147c;
  color: #fff;
  border-image: none;
  border-color: #eb147c;
}
.community__button:active {
  background: rgba(235, 20, 124, 0.8);
  color: #fff;
  border-image: none;
  border-color: rgba(235, 20, 124, 0.8);
}

/* Text Button — hero__nav a */
.hero__nav a:hover {
  background: #fff;
  color: #eb147c;
}
.hero__nav a:hover::before,
.hero__nav a:hover::after {
  content: "";
}
.hero__nav a:active {
  background: rgba(255, 255, 255, 0.8);
  color: #eb147c;
}
.hero__nav a:active::before,
.hero__nav a:active::after {
  content: "";
}

/* Social Media Button — footer-link */
.footer-link:hover {
  color: #232328;
}
.footer-link:active {
  color: #232328;
  opacity: 0.5;
}

/* Burger */
.hero__burger:hover {
  opacity: 0.7;
}

/* Burger menu CTA — dark bg, gradient border, white text */
.burger-menu__cta:hover {
  background: #fff;
  color: #232328;
  border-image: none;
  border-color: #fff;
}
.burger-menu__cta:active {
  background: rgba(255, 255, 255, 0.8);
  color: #232328;
  border-image: none;
  border-color: rgba(255, 255, 255, 0.8);
}

@media (prefers-reduced-motion: reduce) {
  .burger-menu,
  .burger-menu--open {
    transition: none;
  }
}
