:root {
  --paper: #f4efe4;
  --ink: #12332f;
  --red: #f34d3d;
  --yellow: #f4d44e;
  --blue: #117baa;
  --line: rgba(18, 51, 47, .2);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: hidden;
  background: var(--paper);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
}
a { color: inherit; }
.skip-link {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 100;
  padding: 10px 14px;
  background: white;
  transform: translateY(-150%);
}
.skip-link:focus { transform: none; }
.home-header {
  height: 82px;
  padding: 0 clamp(24px, 5vw, 80px);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 36px;
  border-bottom: 1px solid var(--line);
  background: var(--paper);
}
.home-brand {
  width: max-content;
  display: flex;
  align-items: center;
  gap: 11px;
  text-decoration: none;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 19px;
  line-height: .82;
}
.home-brand strong { font-weight: 400; font-style: italic; }
.home-brand svg { width: 44px; height: 44px; }
.home-brand svg circle { fill: var(--red); }
.home-brand svg path {
  fill: none;
  stroke: var(--paper);
  stroke-width: 2.5;
  stroke-linecap: round;
}
.home-header nav { display: flex; gap: clamp(22px, 3vw, 48px); }
.home-header nav a,
.header-phone {
  position: relative;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
}
.home-header nav a::after,
.header-phone::after {
  content: '';
  position: absolute;
  height: 1px;
  left: 0;
  right: 100%;
  bottom: -7px;
  background: currentColor;
  transition: right .25s ease;
}
.home-header nav a:hover::after,
.header-phone:hover::after { right: 0; }
.header-phone { justify-self: end; }

.home-hero {
  min-height: calc(100svh - 82px);
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  padding: 80px clamp(24px, 7vw, 112px);
  color: white;
  background: #185f72;
}
.home-hero__sky {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(8, 51, 58, .88) 0, rgba(8, 51, 58, .42) 48%, rgba(8, 51, 58, .06) 75%),
    linear-gradient(0deg, rgba(8, 51, 58, .43), transparent 55%),
    url('/assets/sup/sup-hero.webp') center 44% / cover no-repeat;
  transform: scale(1.005);
}
.home-hero__copy { position: relative; z-index: 1; max-width: 760px; }
.eyebrow {
  margin: 0 0 24px;
  text-transform: uppercase;
  letter-spacing: .22em;
  font-size: 10px;
  font-weight: 800;
}
.eyebrow::before {
  content: '';
  display: inline-block;
  width: 32px;
  height: 2px;
  margin: 0 12px 3px 0;
  background: var(--red);
}
h1, h2 {
  margin: 0;
  font-family: Georgia, 'Times New Roman', serif;
  font-weight: 400;
  letter-spacing: -.055em;
}
h1 {
  font-size: clamp(72px, 9.5vw, 145px);
  line-height: .77;
}
h1 em, h2 em { color: var(--yellow); font-weight: 400; }
.home-hero__copy > p:not(.eyebrow) {
  max-width: 525px;
  margin: 34px 0 30px;
  font-size: clamp(17px, 1.6vw, 22px);
  line-height: 1.45;
}
.primary-link {
  min-height: 58px;
  width: max-content;
  padding: 0 23px;
  display: inline-flex;
  align-items: center;
  gap: 38px;
  background: var(--red);
  color: white;
  text-decoration: none;
  font-size: 12px;
  font-weight: 800;
}
.primary-link span { font-size: 18px; }
.home-hero__stamp {
  position: absolute;
  z-index: 1;
  top: 11%;
  right: 7%;
  width: 146px;
  height: 146px;
  border-radius: 50%;
  background: var(--red);
  display: grid;
  place-content: center;
  text-align: center;
  transform: rotate(7deg);
  text-transform: uppercase;
}
.home-hero__stamp small,
.home-hero__stamp span { font-size: 8px; letter-spacing: .15em; }
.home-hero__stamp strong {
  margin: 3px 0;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 35px;
  font-weight: 400;
}
.home-hero__address {
  position: absolute;
  z-index: 1;
  right: 7%;
  bottom: 6%;
  margin: 0;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: .16em;
}

.directions { padding: 110px clamp(24px, 7vw, 112px) 135px; }
.directions__head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 50px;
  margin-bottom: 64px;
}
.directions__head .eyebrow { align-self: flex-start; margin-top: 18px; }
.directions h2,
.place h2 {
  font-size: clamp(62px, 8vw, 118px);
  line-height: .86;
}
.directions h2 em,
.place h2 em { color: var(--red); }
.activity-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 24px;
}
.activity-card {
  min-height: 590px;
  position: relative;
  overflow: hidden;
  color: white;
  text-decoration: none;
  isolation: isolate;
}
.activity-card--golf { grid-column: 1 / span 7; }
.activity-card--tennis { grid-column: 8 / -1; margin-top: 105px; }
.activity-card--sup { grid-column: 3 / span 8; margin-top: 18px; }
.activity-card__image,
.activity-card__shade { position: absolute; inset: 0; }
.activity-card__image {
  z-index: -2;
  background-position: center;
  background-size: cover;
  transition: transform .7s cubic-bezier(.2, .7, .2, 1);
}
.activity-card--golf .activity-card__image { background-image: url('/assets/pokrovskiy-bereg-hero.webp'); }
.activity-card--tennis .activity-card__image { background-image: url('/assets/raketka/tennis-hero.webp'); }
.activity-card--sup .activity-card__image { background-image: url('/assets/sup/sup-hero.webp'); background-position: 58% center; }
.activity-card__shade {
  z-index: -1;
  background: linear-gradient(0deg, rgba(7, 38, 37, .88), rgba(7, 38, 37, .02) 78%);
}
.activity-card:hover .activity-card__image { transform: scale(1.045); }
.activity-card__number {
  position: absolute;
  top: 30px;
  left: 34px;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 25px;
}
.activity-card__content {
  position: absolute;
  left: 34px;
  right: 34px;
  bottom: 34px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.activity-card__kicker {
  margin-bottom: 16px;
  font-size: 9px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .17em;
}
.activity-card__content > strong {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(58px, 6vw, 88px);
  line-height: .75;
  font-weight: 400;
  letter-spacing: -.06em;
}
.activity-card__content > strong em { color: var(--yellow); font-weight: 400; }
.activity-card__prices {
  margin-top: 25px;
  font-size: 13px;
  font-weight: 700;
}
.activity-card__button {
  margin-top: 24px;
  min-height: 50px;
  padding: 0 18px;
  display: inline-flex;
  align-items: center;
  gap: 30px;
  background: var(--paper);
  color: var(--ink);
  font-size: 11px;
  font-weight: 800;
}
.activity-card__button b { font-size: 16px; }

.place {
  min-height: 620px;
  padding: 110px clamp(24px, 7vw, 112px);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(55px, 10vw, 150px);
  background: var(--blue);
  color: white;
}
.place > * { min-width: 0; }
.place__details { padding-top: 43px; }
.place__details > p {
  max-width: 470px;
  margin: 0 0 50px;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(24px, 2.7vw, 39px);
  line-height: 1.16;
}
.place dl { margin: 0; }
.place dl > div {
  display: grid;
  grid-template-columns: 95px 1fr;
  gap: 20px;
  padding: 18px 0;
  border-top: 1px solid rgba(255, 255, 255, .28);
}
.place dl > div:last-child { border-bottom: 1px solid rgba(255, 255, 255, .28); }
.place dt { font-size: 9px; text-transform: uppercase; letter-spacing: .15em; }
.place dd { margin: 0; font-size: 14px; }

.home-footer {
  padding: 42px clamp(24px, 7vw, 112px);
  display: grid;
  grid-template-columns: 1.1fr .8fr 1.2fr;
  gap: 40px;
  border-top: 1px solid var(--line);
  font-size: 12px;
}
.home-footer p { opacity: .65; }
.home-footer__links,
.home-footer__legal {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.home-footer__links a { text-decoration: none; }
.home-footer__legal { opacity: .65; }
.home-footer__payment {
  grid-column: 1 / -1;
  min-width: 0;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px 24px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
}
.home-footer__payment > strong {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .12em;
}
.home-footer__payment-widget {
  width: 436px;
  max-width: 100%;
  height: 70px;
  overflow: hidden;
}
.home-footer__payment-widget iframe {
  display: block;
  width: 436px !important;
  max-width: none;
}

@media (max-width: 900px) {
  .home-header { height: 70px; grid-template-columns: 1fr auto; }
  .home-header nav { display: none; }
  .home-hero { min-height: calc(100svh - 70px); padding-top: 100px; padding-bottom: 95px; align-items: flex-start; }
  .home-hero__stamp { width: 100px; height: 100px; top: 18px; right: 18px; }
  .home-hero__stamp strong { font-size: 25px; }
  .home-hero__address { left: 24px; right: 24px; bottom: 28px; }
  .directions__head { display: block; }
  .activity-grid { grid-template-columns: 1fr; }
  .activity-card--golf,
  .activity-card--tennis,
  .activity-card--sup { grid-column: auto; margin-top: 0; }
  .place { grid-template-columns: 1fr; }
  .place__details { padding-top: 0; }
  .home-footer { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 560px) {
  .home-header { padding: 0 20px; }
  .home-brand { font-size: 17px; }
  .home-brand svg { width: 40px; height: 40px; }
  .header-phone { font-size: 10px; }
  .home-hero { padding-left: 24px; padding-right: 24px; }
  .home-hero__sky {
    background:
      linear-gradient(90deg, rgba(8, 51, 58, .82), rgba(8, 51, 58, .15)),
      linear-gradient(0deg, rgba(8, 51, 58, .55), transparent 55%),
      url('/assets/sup/sup-hero.webp') 60% center / cover no-repeat;
  }
  h1 { font-size: clamp(68px, 23vw, 92px); }
  .home-hero__copy > p:not(.eyebrow) { font-size: 17px; }
  .directions { padding-top: 80px; padding-bottom: 90px; }
  .directions h2,
  .place h2 { font-size: clamp(50px, 14vw, 64px); }
  .place h2 { font-size: clamp(50px, 14vw, 64px); }
  .activity-card { min-height: 530px; }
  .activity-card__number { top: 24px; left: 24px; }
  .activity-card__content { left: 24px; right: 24px; bottom: 24px; }
  .activity-card__content > strong { font-size: clamp(55px, 17vw, 72px); }
  .place { padding-top: 80px; padding-bottom: 80px; }
  .place dl > div { grid-template-columns: 75px 1fr; }
  .home-footer { grid-template-columns: 1fr; }
  .home-footer__payment-widget { width: 100%; height: 55px; }
  .home-footer__payment-widget iframe {
    transform: scale(.78);
    transform-origin: top left;
  }
}

@media (max-width: 380px) {
  .home-footer__payment-widget { height: 50px; }
  .home-footer__payment-widget iframe { transform: scale(.71); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
