@font-face {
  font-family: "Involve";
  src: url("assets/fonts/Involve-VF.ttf") format("truetype");
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Involve";
  src: url("assets/fonts/Involve-Oblique-VF.ttf") format("truetype");
  font-weight: 300 900;
  font-style: oblique;
  font-display: swap;
}
@font-face {
  font-family: "NauryzRedKeds";
  src: url("assets/fonts/NauryzRedKeds.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "NaurizKids";
  src: url("assets/fonts/NauryzRedKeds.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --ink: #15130f;
  --charcoal: #403836;
  --paper: #f5f1e8;
  --paper-2: #f2efdf;
  --orange: #f96914;
  --muted: #8a857c;
  --line: #d8d2c6;
  --white: #fff;
  --page-x: max(50px, calc((100vw - 1820px) / 2));
  --radius: 22px;
  --font: "Involve", Arial, Helvetica, sans-serif;
  --display-font: "NaurizKids", "NauryzRedKeds", "Involve", Arial, Helvetica, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--paper); }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font);
  line-height: 1.08;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.link-arrow {
  display: inline-block;
  flex: 0 0 auto;
  width: .78em;
  height: .78em;
  margin-left: .22em;
  vertical-align: -.04em;
  background: currentColor;
  -webkit-mask: url("assets/figma/arrow-up-right.svg") center / contain no-repeat;
  mask: url("assets/figma/arrow-up-right.svg") center / contain no-repeat;
}
.hero-card .link-arrow,
.hero-sale .link-arrow { margin-left: 0; }
.hero-card .link-arrow {
  width: 28px;
  height: 28px;
  background: url("assets/figma/hero-card-arrow-figma.svg?v=hero-card-arrow-figma-1") center / contain no-repeat;
  -webkit-mask: none;
  mask: none;
}
.hero-sale .link-arrow {
  display: block;
  width: 30px;
  height: 30px;
  margin-bottom: 0;
  background: currentColor;
  -webkit-mask: url("assets/figma/hero-card-arrow-figma.svg?v=hero-card-arrow-figma-1") center / contain no-repeat;
  mask: url("assets/figma/hero-card-arrow-figma.svg?v=hero-card-arrow-figma-1") center / contain no-repeat;
}
.service-card h3,
.all-link,
.news-card-cta { display: inline-flex; align-items: baseline; }
.skip-link { position: fixed; left: 16px; top: 16px; z-index: 1000; transform: translateY(-150%); background: var(--ink); color: #fff; padding: 10px 14px; border-radius: 12px; }
.skip-link:focus { transform: none; }

.site-header {
  position: fixed;
  top: 18px;
  left: 0;
  right: 0;
  z-index: 50;
  pointer-events: none;
  opacity: 1;
  transform: translateY(0);
  transition: transform .42s cubic-bezier(.22, 1, .36, 1), opacity .28s ease;
}
.site-header.is-past-hero {
  opacity: 0;
  transform: translateY(calc(-100% - 34px));
  pointer-events: none;
}
.header-pill {
  width: min(1820px, calc(100vw - 32px));
  min-height: 56px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 22px;
  padding: 7px 8px 7px 18px;
  border-radius: 999px;
  background: rgba(255,255,255,.94);
  pointer-events: auto;
  box-shadow: 0 12px 40px rgba(21,19,15,.08);
}
.brand { font-size: 21px; font-weight: 780; letter-spacing: -.04em; white-space: nowrap; }
.nav-links { display: flex; flex: 1 1 360px; min-width: 0; flex-wrap: wrap; gap: 6px 18px; align-items: center; color: #14110e; font-size: 17px; letter-spacing: -.035em; }
.nav-links a { white-space: nowrap; }
.header-address { margin: 0; justify-self: center; font-size: 17px; letter-spacing: -.03em; white-space: nowrap; }
.header-book { margin-left: auto; display: inline-flex; align-items: center; justify-content: center; width: max-content; color: white; background: #050505; border-radius: 16px; padding: 15px 23px; font-size: 17px; font-weight: 700; white-space: nowrap; }
.season-switch { flex: 0 0 auto; display: flex; align-items: center; gap: 9px; background: white; border-radius: 20px; padding: 13px 18px; font-size: 17px; white-space: nowrap; }
.season-switch .muted { color: #aaa; }
.mobile-menu-toggle,
.mobile-menu-panel { display: none; }

.hero {
  position: relative;
  min-height: 640px;
  height: 100svh;
  max-height: 800px;
  background: url("assets/figma/hero-main-figma-48403-3281.png?v=figma-main-hero-crop-up-1") center -58px / cover no-repeat;
  overflow: hidden;
}
.hero::after { content: ""; position: absolute; inset: 0; background: rgba(50, 45, 30, .05); pointer-events: none; }
.hero-card {
  position: absolute;
  left: calc(var(--page-x) + 8px);
  bottom: 38px;
  width: 430px;
  padding: 20px;
  border-radius: 10px;
  background: var(--white);
  z-index: 2;
}
.hero-card img { width: 100%; height: 166px; object-fit: fill; border-radius: 10px; }
.hero-card div { display: flex; justify-content: space-between; align-items: flex-start; padding-top: 8px; font-size: 20px; line-height: 1; letter-spacing: -.035em; }
.hero-star {
  position: absolute;
  z-index: 3;
  left: 50%;
  bottom: 48px;
  transform: translateX(-50%) rotate(-7deg);
  transform-origin: center;
  width: 226px;
  height: 207px;
  display: grid;
  place-items: center;
  color: #fff;
  background: url("assets/figma/booking-badge-desktop.svg?v=hero-vector-badge-1") center / contain no-repeat;
  border: 0;
  border-radius: 0;
  font-weight: 780;
  font-size: 20px;
}
@keyframes hero-star-hover-wiggle {
  0%, 100% { transform: translateX(-50%) rotate(-7deg); }
  45% { transform: translateX(-50%) rotate(-15deg); }
}
@media (hover: hover) and (pointer: fine) {
  .hero-star:hover,
  .hero-star:focus-visible {
    animation: hero-star-hover-wiggle .48s cubic-bezier(.22, 1, .36, 1) both;
  }
}
@media (prefers-reduced-motion: reduce) {
  .hero-star:hover,
  .hero-star:focus-visible {
    animation: none;
  }
}
.hero-sale {
  position: absolute;
  right: var(--page-x);
  bottom: 26px;
  width: 390px;
  min-height: 207px;
  padding: 26px 29px;
  z-index: 2;
  background: white;
  border-radius: 10px;
}
.hero-sale span { display: block; margin-bottom: 11px; font-size: 17px; letter-spacing: -.03em; }
.hero-sale strong { display: block; max-width: 324px; color: var(--orange); font-family: var(--display-font); font-size: 28px; line-height: .98; letter-spacing: -.012em; text-transform: uppercase; }
.hero-sale a { position: absolute; left: 29px; bottom: 22px; width: 42px; height: 42px; display: grid; place-items: center; background: var(--orange); color: white; border-radius: 8px; font-size: 28px; }

.besedki-cover {
  min-height: 580px;
  height: 70svh;
  max-height: 700px;
  position: relative;
  display: flex;
  align-items: flex-end;
  padding: 120px var(--page-x) 58px;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(21, 19, 15, .24) 0%, rgba(21, 19, 15, .05) 48%, rgba(21, 19, 15, .18) 100%),
    url("assets/figma/besedki-cover-retro-summer.png?v=besedki-cover-retro-summer-1") center / cover no-repeat;
}
.besedki-cover::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 76% 18%, rgba(255,255,255,.16), transparent 34%);
  pointer-events: none;
}
.besedki-cover-card {
  position: relative;
  z-index: 1;
  width: min(600px, 100%);
  padding: clamp(24px, 2.65vw, 44px);
  border: 2px dotted rgba(21, 19, 15, .74);
  border-radius: 24px;
  background: rgba(245, 241, 232, .9);
  box-shadow: 0 28px 80px rgba(21, 19, 15, .16);
}
.besedki-cover .display-title {
  margin-bottom: 20px;
  text-align: left;
  font-size: clamp(52px, 5vw, 92px);
  line-height: .86;
}
.besedki-cover-card p {
  max-width: 500px;
  margin: 0 0 24px;
  color: #4f4942;
  font-size: clamp(18px, 1.2vw, 23px);
  line-height: 1.14;
  letter-spacing: -.034em;
}
.besedki-cover-card .wide-button {
  width: min(380px, 100%);
  min-height: 50px;
}
.besedki-page .besedki-page-cards { position: relative; padding: 160px var(--page-x) 0; scroll-margin-top: 96px; }
.besedki-page .besedki-page-cards > .side-label { top: 178px; }
.besedki-page-cards .display-title { margin-bottom: 42px; }
.besedki-page .submission,
.meropriyatie-page .submission,
.uslugi-page .submission { padding-top: 150px; padding-bottom: 108px; }

.page-section { position: relative; padding: 185px var(--page-x) 0; }
.side-label { position: absolute; left: var(--page-x); top: 205px; margin: 0; font-size: 16px; letter-spacing: -.035em; }
.section-inner { width: 100%; max-width: 1820px; margin: 0 auto; }
.display-title {
  margin: 0 0 62px;
  text-align: center;
  color: var(--charcoal);
  font-family: var(--display-font);
  font-size: clamp(44px, 4.2vw, 78px);
  font-weight: 700;
  line-height: .94;
  letter-spacing: -.006em;
  text-transform: lowercase;
}
.title-divider {
  display: inline-block;
  width: .6em;
  height: .57em;
  margin: 0 .12em;
  vertical-align: -.09em;
}
.title-divider--mobile { display: none; }
.title-badge,
.about-title-badge {
  position: relative;
  display: inline-flex;
  flex: 0 0 auto;
  width: clamp(66px, 5vw, 82px);
  height: clamp(58px, 4.55vw, 74px);
  margin: 0 .14em;
  align-items: center;
  justify-content: center;
  border-radius: 0;
  background: url("assets/figma/title-badge-blob.svg?v=title-badge-blob-1") center / 100% 100% no-repeat;
  color: transparent;
  font-family: var(--font);
  font-size: clamp(14px, 1.04vw, 18px);
  font-weight: 900;
  letter-spacing: -.05em;
  line-height: 1;
  vertical-align: middle;
  text-transform: lowercase;
}
.title-badge::after,
.about-title-badge::after {
  content: "грёз";
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: #fff;
  transform: rotate(-6deg) translateY(-1px);
}

.about { min-height: 740px; padding-top: 86px; scroll-margin-top: 96px; }
.about > .side-label { display: none; }
.about-inner { max-width: 1100px; }
.about .display-title {
  margin-bottom: 54px;
}
.about-title .title-divider { display: none; }
.about-grid { display: grid; grid-template-columns: 506px 1fr; gap: 36px; align-items: start; }
.about-image { width: 506px; height: 604px; object-fit: cover; border-radius: 17px; }
.about-copy { padding-top: 6px; }
.about-copy h2, .about-meta h3 { margin: 0 0 16px -9px; font-size: 18px; text-transform: uppercase; letter-spacing: -.02em; }
.about-copy p { margin: 0 0 27px; font-size: 22px; line-height: 1.16; letter-spacing: -.018em; max-width: 500px; }
.about-meta { display: grid; grid-template-columns: 150px 1fr; gap: 48px; margin-top: 94px; }
dl { margin: 0; } dt, dd { margin: 0; }
.about-meta dl { color: #7f7a72; font-size: 19px; line-height: 1.24; }
.price-list { display: grid; grid-template-columns: 1fr auto; column-gap: 0; row-gap: 0; min-width: 355px; }
.price-list dt, .price-list dd { padding: 5px 0; border-top: 1px solid var(--line); }
.price-list dt { padding-right: 18px; }
.price-list dd { padding-left: 18px; }
.price-list dd { color: var(--ink); text-align: right; }
.price-list-all {
  grid-column: 1 / -1;
  padding-top: 12px;
  border-top: 1px solid var(--line);
}
.price-list-all a {
  color: var(--orange);
  font-size: 20px;
  font-weight: 620;
  line-height: 1;
  letter-spacing: -.035em;
  border-bottom: 1px solid currentColor;
}

.rent { padding-top: 200px; }
.rent > .side-label { top: 196px; }
.rent .display-title { margin-bottom: 42px; }
.rent-list { display: grid; gap: 34px; }

.rent-more { display: flex; justify-content: center; margin-top: 34px; }
.rent-more button {
  min-width: 238px;
  min-height: 58px;
  border: 0;
  border-radius: 12px;
  background: var(--orange);
  color: #fff;
  font: 760 17px / 1 var(--font);
  letter-spacing: -.02em;
  text-transform: lowercase;
  cursor: pointer;
  transition: transform .22s ease, background-color .22s ease;
}
.rent-more button:hover,
.rent-more button:focus-visible { transform: translateY(-2px); background: #050505; }
.rent-more button:focus-visible { outline: 2px solid var(--orange); outline-offset: 4px; }
.rent-more[hidden] { display: none; }

.rent-card[hidden] { display: none; }
.rent-card {
  display: grid;
  grid-template-columns: 43% 1fr;
  gap: 44px;
  padding: 38px;
  border: 2px dotted var(--ink);
  border-radius: 18px;
  background: var(--paper-2);
  align-items: start;
}
.rent-card img { display: block; width: 100%; height: 100%; min-width: 100%; min-height: 100%; object-fit: cover; object-position: center; border-radius: 15px; overflow: hidden; clip-path: inset(0 round 15px); }
.rent-gallery {
  position: relative;
  width: 100%;
  height: clamp(444px, 24vw, 480px);
  overflow: hidden;
  border-radius: 15px;
  background: #e7dfd1;
  clip-path: inset(0 round 15px);
  -webkit-mask-image: -webkit-radial-gradient(white, black);
  isolation: isolate;
}
.rent-gallery .rent-gallery-image {
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: inherit;
  clip-path: inset(0 round 15px);
  overflow: hidden;
  transition: opacity .22s ease, transform .42s ease;
}
.rent-gallery .rent-gallery-image.is-fading {
  opacity: .35;
  transform: scale(1.015);
}
.rent-gallery-button {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 250, .9);
  color: #455d50;
  box-shadow: 0 10px 24px rgba(21, 19, 15, .12);
  transform: translateY(-50%);
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
.rent-gallery-button--prev { left: 24px; }
.rent-gallery-button--next { right: 24px; }
.rent-gallery-button[hidden],
.rent-gallery-dots[hidden] { display: none !important; }
.rent-gallery-button span {
  width: 15px;
  height: 15px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
}
.rent-gallery-button--prev span { transform: translateX(3px) rotate(-135deg); }
.rent-gallery-button--next span { transform: translateX(-3px) rotate(45deg); }
.rent-gallery-button:hover,
.rent-gallery-button:focus-visible { background: #fff; color: var(--ink); }
.rent-gallery-button:focus-visible { outline: 2px solid var(--orange); outline-offset: 3px; }
.rent-gallery-dots {
  position: absolute;
  left: 50%;
  bottom: 15px;
  z-index: 2;
  display: flex;
  gap: 7px;
  transform: translateX(-50%);
}
.rent-gallery-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .58);
  box-shadow: 0 0 0 1px rgba(21, 19, 15, .16);
}
.rent-gallery-dot.is-active { background: #fff; box-shadow: 0 0 0 1px rgba(21, 19, 15, .28); }
.rent-info { height: clamp(444px, 24vw, 480px); min-height: 0; display: flex; flex-direction: column; }
.rent-info h3 { margin: 6px 0 22px; padding-bottom: 8px; border-bottom: 1px solid var(--line); font-size: 30px; font-weight: 650; line-height: 1; letter-spacing: -.045em; text-transform: uppercase; }
.rent-specs { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; margin-bottom: 50px; }
.rent-specs span { color: #6f6a62; font-size: clamp(16px, 1.02vw, 20px); line-height: 1.08; }
.rent-specs strong { display: block; margin-top: 10px; font-size: clamp(30px, 1.95vw, 38px); font-weight: 430; line-height: 1; letter-spacing: -.04em; white-space: nowrap; }
.rent-tags { display: flex; flex-wrap: wrap; gap: 10px 12px; margin: -22px 0 24px; }
.rent-tags span { display: inline-flex; align-items: center; min-height: 40px; padding: 0 18px; border: 1px solid rgba(21, 19, 15, .24); border-radius: 999px; color: #6f6a62; font-size: 17px; line-height: 1; letter-spacing: -.02em; white-space: nowrap; }
.rent-info p { max-width: 720px; margin: auto 0 42px; font-size: 18px; line-height: 1.24; letter-spacing: -.028em; }
.wide-button { display: flex; align-items: center; justify-content: center; width: min(420px, 100%); min-height: 54px; border-radius: 10px; background: var(--orange); color: white; font-size: 16px; font-weight: 740; }


.poster { padding: 210px var(--page-x) 0; }
.poster picture,
.poster img { display: block; width: 100%; max-width: 1820px; margin: 0 auto; }
.poster picture {
  overflow: hidden;
  border-radius: 18px;
}
.poster img { height: auto; border-radius: 18px; object-fit: cover; }

.services { padding-top: 200px; }
.services-grid {
  display: grid;
  gap: 34px;
}
.services-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-rows: 562px;
  gap: 34px;
  align-items: stretch;
  transition: grid-template-columns .78s cubic-bezier(.16, .9, .22, 1);
}
.service-card {
  min-width: 0;
  height: 562px;
  min-height: 562px;
  display: flex;
  flex-direction: column;
  border: 2px dotted var(--ink);
  border-radius: 18px;
  padding: 32px 36px 28px;
  background: var(--paper-2);
  overflow: hidden;
  transition: transform .44s ease, background-color .44s ease;
}
.service-card-image-link {
  display: block;
  width: 100%;
  flex: 0 0 auto;
  margin-bottom: 22px;
  border-radius: 13px;
  overflow: hidden;
  cursor: pointer;
}
.service-card-image-link:focus-visible,
.uslugi-card-image-link:focus-visible {
  outline: 2px solid var(--orange);
  outline-offset: 4px;
}
.service-card img {
  width: 100%;
  height: 350px;
  flex: 0 0 auto;
  object-fit: cover;
  border-radius: 13px;
  margin-bottom: 22px;
  transition: transform .78s cubic-bezier(.16, .9, .22, 1), filter .44s ease;
}
.service-card-image-link img {
  display: block;
  margin-bottom: 0;
}
.service-card img[src*="service-beach-sport"],
.uslugi-card img[src*="service-beach-sport"],
.news-grid img[src*="service-beach-sport"] {
  object-position: center top;
}
.uslugi-card img[src*="service-kids"] {
  object-position: center top;
}
.service-content {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  align-items: start;
}
.service-card h3 { margin: 0; font-size: 31px; line-height: .95; letter-spacing: -.055em; }
.service-card p {
  max-width: 340px;
  max-height: 0;
  margin: 0;
  overflow: hidden;
  opacity: 0;
  transform: translateY(8px);
  font-size: 20px;
  line-height: 1.05;
  letter-spacing: -.045em;
  transition: max-height .34s ease, opacity .24s ease, transform .24s ease;
}
.service-card:hover,
.service-card:focus-within { z-index: 4; transform: translateY(-2px); }
.service-card:focus-visible { outline: 2px solid var(--orange); outline-offset: 4px; }
.service-card:hover img,
.service-card:focus-within img { transform: scale(1.035); }
.service-card:hover p,
.service-card:focus-within p {
  max-height: 8em;
  opacity: 1;
  transform: translateY(0);
}
@media (hover: hover) and (pointer: fine) and (min-width: 1201px) {
  .services-row:has(.service-card:nth-child(1):hover),
  .services-row:has(.service-card:nth-child(1):focus-within) { grid-template-columns: 1.42fr .78fr 1fr; }
  .services-row:has(.service-card:nth-child(2):hover),
  .services-row:has(.service-card:nth-child(2):focus-within) { grid-template-columns: .86fr 1.42fr .86fr; }
  .services-row:has(.service-card:nth-child(3):hover),
  .services-row:has(.service-card:nth-child(3):focus-within) { grid-template-columns: 1fr .78fr 1.42fr; }
  .service-card:hover .service-content,
  .service-card:focus-within .service-content { grid-template-columns: minmax(150px, .82fr) minmax(220px, 1fr); gap: 28px; }
}

.uslugi-cover {
  background:
    linear-gradient(90deg, rgba(21, 19, 15, .26) 0%, rgba(21, 19, 15, .06) 50%, rgba(21, 19, 15, .2) 100%),
    url("assets/figma/uslugi-cover-catamaran-retro.png?v=uslugi-cover-catamaran-retro-1") center / cover no-repeat;
}
.meropriyatie-cover {
  background:
    linear-gradient(90deg, rgba(21, 19, 15, .28) 0%, rgba(21, 19, 15, .07) 50%, rgba(21, 19, 15, .2) 100%),
    url("assets/figma/meropriyatie-cover-events.jpg?v=meropriyatie-cover-events-1") center / cover no-repeat;
}
.meropriyatie-cover .besedki-cover-card {
  width: min(760px, 100%);
}
.meropriyatie-cover .besedki-cover-card p {
  max-width: none;
}
.meropriyatie-cover .besedki-cover-card .wide-button {
  width: min(380px, 100%);
}
.meropriyatie-title-line {
  display: block;
}
.uslugi-page-cards {
  position: relative;
  padding: 160px var(--page-x) 0;
  scroll-margin-top: 96px;
}
.meropriyatie-page-cards {
  position: relative;
  padding: 160px var(--page-x) 0;
  scroll-margin-top: 96px;
}
.uslugi-page-cards > .side-label { top: 174px; }
.meropriyatie-page-cards > .side-label { top: 174px; }
.uslugi-page-cards .display-title {
  margin-bottom: 42px;
}
.meropriyatie-page-cards .display-title {
  margin-bottom: 42px;
}
.uslugi-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 34px;
}
.meropriyatie-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 52px 42px;
}
.meropriyatie-card {
  min-height: clamp(440px, 29vw, 560px);
  padding: 24px;
  border-radius: 16px;
}
.meropriyatie-card img {
  height: clamp(230px, 17vw, 320px);
  border-radius: 12px;
  margin-bottom: 20px;
}
.meropriyatie-card .uslugi-card-content { gap: 12px; }
.meropriyatie-card h3 {
  font-size: clamp(24px, 1.75vw, 31px);
  line-height: 1;
  letter-spacing: -.048em;
}
.meropriyatie-card p {
  font-size: clamp(16px, 1.05vw, 19px);
  line-height: 1.14;
  letter-spacing: -.028em;
}
.service-carousel-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 34px;
}
.service-carousel-head .display-title { margin-bottom: 0; }
.service-carousel-frame { position: relative; }
.service-carousel-controls {
  display: flex;
  flex: 0 0 auto;
  gap: 10px;
  padding-bottom: 7px;
}
.service-carousel-controls button {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(21, 19, 15, .34);
  border-radius: 50%;
  background: rgba(255, 255, 255, .42);
  color: var(--ink);
  font: 650 26px / 1 var(--font);
  cursor: pointer;
  transition: background-color .18s ease, border-color .18s ease, color .18s ease, opacity .18s ease;
}
.service-carousel-controls button:hover,
.service-carousel-controls button:focus-visible {
  border-color: var(--orange);
  background: var(--orange);
  color: #fff;
  outline: none;
}
.service-carousel-controls button:disabled {
  opacity: .34;
  cursor: default;
  pointer-events: none;
}
.uslugi-carousel-track {
  display: flex;
  gap: 18px;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  scroll-snap-type: x proximity;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  cursor: grab;
  padding-bottom: 10px;
}
.uslugi-carousel-track::-webkit-scrollbar { display: none; }
.uslugi-carousel-track.is-dragging { cursor: grabbing; scroll-snap-type: none; user-select: none; }
.uslugi-carousel-track .uslugi-card {
  flex: 0 0 clamp(270px, calc((100% - 54px) / 4), 340px);
  min-height: 0;
  padding: 20px;
  border-radius: 16px;
  scroll-snap-align: start;
}
.uslugi-carousel-track .uslugi-card-image-link {
  margin-bottom: 18px;
  border-radius: 12px;
}
.uslugi-carousel-track .uslugi-card img {
  height: clamp(190px, 13vw, 230px);
  border-radius: 12px;
  margin-bottom: 18px;
}
.uslugi-carousel-track .uslugi-card-image-link img {
  margin-bottom: 0;
}
.uslugi-carousel-track .uslugi-card-content { gap: 10px; }
.uslugi-carousel-track .uslugi-card h3 {
  font-size: clamp(22px, 1.46vw, 28px);
  line-height: 1;
  letter-spacing: -.046em;
}
.uslugi-carousel-track .uslugi-card p {
  font-size: clamp(15px, .98vw, 18px);
  line-height: 1.12;
  letter-spacing: -.026em;
}
.uslugi-card {
  min-width: 0;
  min-height: clamp(560px, 35vw, 650px);
  display: flex;
  flex-direction: column;
  border: 2px dotted var(--ink);
  border-radius: 18px;
  padding: 32px 36px 30px;
  background: var(--paper-2);
  overflow: hidden;
}
.uslugi-card-image-link {
  display: block;
  width: 100%;
  flex: 0 0 auto;
  margin-bottom: 24px;
  border-radius: 13px;
  overflow: hidden;
  cursor: pointer;
}
.uslugi-card img {
  width: 100%;
  height: clamp(330px, 22vw, 420px);
  flex: 0 0 auto;
  object-fit: cover;
  border-radius: 13px;
  margin-bottom: 24px;
}
.uslugi-card-image-link img {
  display: block;
  margin-bottom: 0;
}
.uslugi-card-content {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  align-content: start;
}
.uslugi-card h3 {
  max-width: 760px;
  margin: 0;
  font-size: 31px;
  line-height: .95;
  letter-spacing: -.055em;
}
.uslugi-card p {
  max-width: 760px;
  margin: 0;
  color: var(--ink);
  font-size: 20px;
  line-height: 1.05;
  letter-spacing: -.045em;
}
.uslugi-card-title-link { display: inline-flex; align-items: baseline; gap: 8px; }
.meropriyatie-grid .meropriyatie-card {
  min-height: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  overflow: visible;
}
.meropriyatie-card-link {
  display: grid;
  grid-template-columns: 1fr;
  align-content: start;
  height: 100%;
  color: inherit;
  text-decoration: none;
}
.meropriyatie-card-link:focus-visible {
  outline: 2px solid var(--orange);
  outline-offset: 8px;
  border-radius: 16px;
}
.meropriyatie-card-link:hover img { transform: translateY(-3px); }
.meropriyatie-grid .meropriyatie-card img {
  width: 100%;
  height: clamp(320px, 30vw, 410px);
  border-radius: 14px;
  margin-bottom: 28px;
  object-fit: cover;
  transition: transform .32s cubic-bezier(.2, .8, .2, 1);
}
.meropriyatie-grid .meropriyatie-card h3 {
  max-width: none;
  min-height: 0;
  margin: 0 0 28px;
  font-size: clamp(22px, 1.7vw, 30px);
  font-weight: 520;
  line-height: 1.04;
  letter-spacing: -.048em;
}
.meropriyatie-grid .meropriyatie-card .meropriyatie-card-description {
  max-width: none;
  margin: 0 0 24px;
  color: var(--muted);
  font-size: clamp(18px, 1.28vw, 22px);
  line-height: 1.14;
  letter-spacing: -.03em;
}
.meropriyatie-card-date {
  display: block;
  margin: 0 0 28px;
  color: #807a72;
  font-size: clamp(16px, 1.1vw, 19px);
  font-weight: 560;
  line-height: 1.12;
  letter-spacing: -.018em;
}
.meropriyatie-grid .news-card-cta {
  margin-top: auto;
  color: var(--ink);
  font-size: 22px;
  line-height: 1;
  letter-spacing: -.045em;
}

.pricing-section {
  position: relative;
  padding: 160px var(--page-x) 110px;
  scroll-margin-top: 96px;
}
.pricing-section > .side-label { top: 178px; }
.pricing-section .display-title { margin-bottom: 42px; }
.pricing-image-card {
  max-width: 1120px;
  margin: 0 auto;
  padding: clamp(14px, 1.6vw, 28px);
  border: 2px dotted var(--ink);
  border-radius: 28px;
  background: var(--paper-2);
  box-shadow: 0 28px 80px rgba(21, 19, 15, .12);
}
.pricing-image {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 20px;
}
.pricing-page .footer { margin-top: 0; }

.service-detail-cover.catamaran-cover {
  background:
    linear-gradient(90deg, rgba(21, 19, 15, .28) 0%, rgba(21, 19, 15, .06) 50%, rgba(21, 19, 15, .2) 100%),
    url("assets/figma/catamaran-cover-retro-people.png?v=catamaran-cover-retro-couple-low-1") center / cover no-repeat;
}
.service-detail-cover.beach-loungers-cover {
  background:
    linear-gradient(90deg, rgba(21, 19, 15, .3) 0%, rgba(21, 19, 15, .05) 52%, rgba(21, 19, 15, .22) 100%),
    url("assets/figma/service-beach-loungers.jpg?v=beach-loungers-poster-1") center / cover no-repeat;
}
.service-detail-cover.beach-sport-cover {
  background:
    linear-gradient(90deg, rgba(21, 19, 15, .28) 0%, rgba(21, 19, 15, .05) 52%, rgba(21, 19, 15, .2) 100%),
    url("assets/figma/service-beach-sport.jpg?v=beach-sport-retro-2") center / cover no-repeat;
}
.service-detail-cover.cafe-bar-cover {
  background:
    linear-gradient(90deg, rgba(21, 19, 15, .3) 0%, rgba(21, 19, 15, .06) 52%, rgba(21, 19, 15, .22) 100%),
    url("assets/figma/cafe-bar-lemonade.jpg?v=cafe-bar-lemonade-1") center / cover no-repeat;
}
.service-detail-cover.relax-cover {
  background:
    linear-gradient(90deg, rgba(21, 19, 15, .3) 0%, rgba(21, 19, 15, .05) 52%, rgba(21, 19, 15, .22) 100%),
    url("assets/figma/service-relax.jpg?v=relax-poster-1") center / cover no-repeat;
}
.service-detail-cover.kids-cover {
  background:
    linear-gradient(90deg, rgba(21, 19, 15, .28) 0%, rgba(21, 19, 15, .05) 52%, rgba(21, 19, 15, .2) 100%),
    url("assets/figma/service-kids.jpg?v=service-kids-retro-4") center top / cover no-repeat;
}
.news-detail-cover.news-easter-cover {
  background:
    linear-gradient(90deg, rgba(21, 19, 15, .32) 0%, rgba(21, 19, 15, .04) 52%, rgba(21, 19, 15, .2) 100%),
    url("assets/figma/news-easter-cover.jpg?v=news-easter-1") center 44% / cover no-repeat;
}
.service-detail-section,
.service-info-section,
.service-related { position: relative; }
.catamaran-page .page-section,
.service-detail-page .page-section,
.news-detail-page .page-section { padding-top: 130px; }
.catamaran-page .side-label,
.service-detail-page .side-label,
.news-detail-page .side-label { top: 92px; }
.service-detail-head {
  display: grid;
  grid-template-columns: minmax(360px, .9fr) minmax(460px, 1.1fr);
  gap: clamp(34px, 5vw, 92px);
  align-items: end;
  margin-bottom: 48px;
}
.service-detail-head .display-title,
.service-info-section .display-title,
.service-related .display-title {
  margin-bottom: 0;
  text-align: left;
}
.service-info-section .service-info-title--desktop { margin-bottom: 42px; }
.service-info-title--mobile { display: none; }
.service-detail-head p {
  max-width: 720px;
  margin: 0 0 8px;
  color: #4f4942;
  font-size: clamp(22px, 1.55vw, 30px);
  line-height: 1.12;
  letter-spacing: -.032em;
}
.service-detail-gallery {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(280px, .55fr);
  gap: 24px;
  align-items: stretch;
}
.service-detail-photo {
  width: 100%;
  height: 100%;
  min-height: 318px;
  object-fit: cover;
  border-radius: 18px;
}
.service-detail-photo--large { min-height: clamp(430px, 32vw, 620px); }
.service-detail-gallery-carousel {
  height: clamp(430px, 32vw, 620px);
  border-radius: 18px;
  clip-path: inset(0 round 18px);
}
.service-detail-gallery-carousel .rent-gallery-image {
  border-radius: inherit;
  clip-path: inset(0 round 18px);
}
.service-detail-copy-card {
  display: flex;
  min-height: 318px;
  flex-direction: column;
  justify-content: space-between;
  padding: 28px;
  border: 2px dotted var(--ink);
  border-radius: 18px;
  background: var(--paper-2);
}
.service-detail-copy-card span,
.service-price-grid span {
  color: #6f6a62;
  font-size: 16px;
  line-height: 1;
  letter-spacing: -.01em;
}
.service-detail-copy-card h3 {
  margin: auto 0 20px;
  font-size: clamp(30px, 2.2vw, 42px);
  line-height: .96;
  letter-spacing: -.052em;
}
.service-detail-copy-card p {
  margin: 0;
  color: #4f4942;
  font-size: clamp(17px, 1.12vw, 22px);
  line-height: 1.18;
  letter-spacing: -.024em;
}
.service-detail-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}
.service-detail-tags li {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 9px 16px;
  border: 1.5px solid rgba(21, 19, 15, .68);
  border-radius: 999px;
  color: var(--ink);
  font-size: clamp(15px, .95vw, 18px);
  line-height: 1;
  letter-spacing: -.018em;
  white-space: nowrap;
}
.service-info-card {
  display: block;
  padding: clamp(32px, 3.2vw, 56px);
  border: 2px dotted rgba(21, 19, 15, .62);
  border-radius: 24px;
  background: var(--paper-2);
}
.service-detail-list {
  display: grid;
  grid-template-columns: minmax(150px, .42fr) minmax(0, 1fr);
  gap: 0 26px;
  margin: 0;
  font-size: clamp(20px, 1.28vw, 25px);
  line-height: 1.18;
  letter-spacing: -.026em;
}
.service-detail-list dt,
.service-detail-list dd { padding: 16px 0; border-bottom: 1px solid rgba(21, 19, 15, .18); }
.service-detail-list dt { color: #6f6a62; }
.service-detail-list dd { margin: 0; }
.service-price-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  margin-top: 42px;
}
.service-price-grid.service-price-list { grid-template-columns: 1fr; }
.service-price-grid article {
  min-height: 245px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(26px, 2.3vw, 42px);
  border: 2px dotted var(--ink);
  border-radius: 20px;
  background: var(--paper-2);
}
.service-price-grid .service-price-card {
  min-height: 0;
  display: block;
}
.service-price-row {
  display: grid;
  grid-template-columns: minmax(220px, .42fr) minmax(0, 1fr);
  align-items: baseline;
  gap: 26px;
  padding: 24px 0;
  border-bottom: 1px solid rgba(21, 19, 15, .18);
}
.service-price-row:first-child { padding-top: 0; }
.service-price-row:last-child { padding-bottom: 0; border-bottom: 0; }
.service-price-row span {
  color: #6f6a62;
  font-size: clamp(17px, 1.05vw, 21px);
  line-height: 1.12;
  letter-spacing: -.018em;
}
.service-price-grid strong {
  display: block;
  max-width: 560px;
  margin: 34px 0 22px;
  font-size: clamp(30px, 2.25vw, 43px);
  line-height: 1;
  letter-spacing: -.055em;
}
.service-price-row strong {
  max-width: none;
  margin: 0;
  font-weight: 560;
  text-align: left;
  white-space: nowrap;
}
.service-price-grid strong em {
  display: inline-block;
  margin-left: .22em;
  color: var(--orange);
  font-style: normal;
  white-space: nowrap;
}
.service-price-grid p {
  max-width: 540px;
  margin: 0;
  color: #4f4942;
  font-size: clamp(17px, 1.08vw, 21px);
  line-height: 1.18;
  letter-spacing: -.02em;
}
.news-detail-page .news-detail-gallery { grid-template-columns: minmax(0, .72fr) minmax(320px, .55fr); }
.news-detail-page .news-detail-photo {
  height: clamp(560px, 42vw, 760px);
  min-height: clamp(560px, 42vw, 760px);
  object-position: center;
}
.news-detail-page .service-price-row { grid-template-columns: minmax(220px, .32fr) minmax(0, 1fr); }
.news-detail-page .service-price-row strong {
  max-width: 840px;
  white-space: normal;
  font-size: clamp(24px, 1.95vw, 36px);
  line-height: 1.02;
  letter-spacing: -.046em;
}
.service-detail-cta { margin-top: 30px; }
.service-related-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); margin-top: 42px; }
.service-related-grid.uslugi-carousel-track { margin-top: 0; }
.service-related-grid .uslugi-card { min-height: clamp(470px, 30vw, 560px); }
.service-related-grid .uslugi-card img { height: clamp(270px, 18vw, 350px); }
.service-related-grid.uslugi-carousel-track .uslugi-card { min-height: 0; }
.service-related-grid.uslugi-carousel-track .uslugi-card img { height: clamp(190px, 13vw, 230px); }
@media (min-width: 901px) {
  .catamaran-page .service-related-grid.uslugi-carousel-track,
  .service-detail-page .service-related-grid.uslugi-carousel-track {
    width: calc(100% + var(--page-x));
    max-width: none;
  }
  .catamaran-page .service-carousel-head,
  .service-detail-page .service-carousel-head {
    align-items: flex-start;
    margin-bottom: 34px;
  }
  .catamaran-page .service-carousel-head .service-all-link,
  .service-detail-page .service-carousel-head .service-all-link {
    position: static;
    flex: 0 0 auto;
    margin: 0;
    font-size: clamp(24px, 2vw, 32px);
    line-height: .95;
    letter-spacing: -.045em;
  }
  .catamaran-page .service-carousel-controls--cards,
  .service-detail-page .service-carousel-controls--cards {
    position: absolute;
    inset: 0;
    z-index: 6;
    display: block;
    padding: 0;
    pointer-events: none;
  }
  .catamaran-page .service-carousel-controls--cards button,
  .service-detail-page .service-carousel-controls--cards button {
    position: absolute;
    top: 50%;
    pointer-events: auto;
    transform: translateY(-50%);
  }
  .catamaran-page .service-carousel-controls--cards [data-service-carousel-prev] { left: 18px; }
  .catamaran-page .service-carousel-controls--cards [data-service-carousel-next] { right: 18px; }
  .service-detail-page .service-carousel-controls--cards [data-service-carousel-prev] { left: 18px; }
  .service-detail-page .service-carousel-controls--cards [data-service-carousel-next] { right: 18px; }
  .catamaran-page .service-carousel-controls--cards button:disabled,
  .service-detail-page .service-carousel-controls--cards button:disabled {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
  .catamaran-page .service-related-grid.uslugi-carousel-track .uslugi-card,
  .service-detail-page .service-related-grid.uslugi-carousel-track .uslugi-card {
    flex: 0 0 clamp(284px, calc((100% - 72px) / 4.3), 360px);
    min-height: 488px;
  }
  .catamaran-page .service-related-grid.uslugi-carousel-track .uslugi-card img,
  .service-detail-page .service-related-grid.uslugi-carousel-track .uslugi-card img {
    height: clamp(315px, 24vw, 380px);
  }
}
.service-all-link { position: static; margin-top: 32px; }
.catamaran-page .footer,
.service-detail-page .footer { margin-top: 150px; }

.news-article {
  padding: 150px var(--page-x) 0;
}
.news-article-hero,
.news-article-body {
  width: min(1040px, 100%);
  margin: 0 auto;
}
.news-article-hero {
  padding-top: 18px;
}
.news-article-kicker {
  width: max-content;
  margin: 0 0 26px;
  padding: 9px 14px;
  border: 1px solid rgba(21, 19, 15, .28);
  border-radius: 999px;
  color: #9b4d24;
  font-size: 15px;
  font-weight: 740;
  line-height: 1;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.news-article h1 {
  max-width: 860px;
  margin: 0 0 22px;
  color: var(--charcoal);
  font-family: var(--font);
  font-size: clamp(42px, 4.2vw, 76px);
  font-weight: 560;
  line-height: .94;
  letter-spacing: -.065em;
  text-transform: lowercase;
}
.news-article-lead {
  max-width: 760px;
  margin: 0 0 28px;
  color: #4f4942;
  font-size: clamp(18px, 1.25vw, 23px);
  line-height: 1.22;
  letter-spacing: -.025em;
}
.news-article-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 14px;
  margin-bottom: 48px;
  color: #6f6a62;
  font-size: 16px;
  line-height: 1;
  letter-spacing: -.018em;
}
.news-article-meta span:not(.news-article-logo) + span:not(.news-article-logo)::before {
  content: "·";
  margin-right: 14px;
  color: rgba(21, 19, 15, .36);
}
.news-article-logo {
  box-sizing: border-box;
  flex: 0 0 42px;
  width: 42px;
  min-width: 42px;
  height: 42px;
  aspect-ratio: 1 / 1;
  display: inline-grid;
  place-items: center;
  border: 1px solid rgba(21, 19, 15, .28);
  border-radius: 50%;
  background: rgba(255,255,255,.45);
  color: var(--ink);
  font-size: 13px;
  font-weight: 820;
  letter-spacing: -.04em;
  overflow: hidden;
}
.news-article-logo img {
  display: block;
  width: 74%;
  height: 74%;
  object-fit: contain;
}
.news-article-figure {
  width: min(1120px, 100%);
  margin: 0 auto 72px;
  padding: clamp(8px, 1vw, 16px);
  border: 1px solid rgba(21, 19, 15, .14);
  border-radius: 26px;
  background: rgba(245, 241, 232, .45);
}
.news-article-figure img {
  display: block;
  width: 100%;
  height: clamp(430px, 43vw, 650px);
  object-fit: cover;
  object-position: center;
  border-radius: 20px;
}
.news-article-figure figcaption,
.news-article-caption {
  margin: 14px 4px 0;
  color: #777067;
  font-size: 15px;
  line-height: 1.22;
  letter-spacing: -.012em;
}
.news-article-body {
  max-width: 1040px;
}
.news-article-body > p,
.news-article-body h2,
.news-article-list,
.news-article-quote,
.news-article-cta,
.news-article-author {
  max-width: 860px;
}
.news-article-body p,
.news-article-list {
  color: var(--ink);
  font-size: 18px;
  line-height: 1.44;
  letter-spacing: -.018em;
}
.news-article-body > p {
  margin: 0 0 34px;
}
.news-article-body > .news-article-caption {
  max-width: 760px;
  margin: 16px 0 0;
  color: #777067;
  font-size: 14px;
  line-height: 1.34;
  letter-spacing: -.01em;
}
.news-article-body > .news-article-caption + .news-article-quote {
  margin-top: 34px;
}
.news-article-drop::first-letter {
  float: left;
  margin: .03em .12em 0 0;
  color: var(--charcoal);
  font-family: var(--font);
  font-size: 4.4em;
  line-height: .72;
}
.news-article-body h2 {
  margin: 58px 0 18px;
  color: var(--charcoal);
  font-family: var(--font);
  font-size: clamp(30px, 2.65vw, 34px);
  line-height: 1.15;
  letter-spacing: -.026em;
  text-transform: lowercase;
}
.news-article-body h2[id],
.news-article-video[id] {
  scroll-margin-top: 116px;
}
.news-article-cards {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  width: min(1040px, 100%);
  margin: 44px 0 0;
  border: 1px solid rgba(21, 19, 15, .16);
  border-radius: 24px;
  overflow: hidden;
  background: rgba(245, 241, 232, .42);
}
.news-article-cards article,
.news-article-related-grid article {
  min-width: 0;
  padding: 24px;
  border: 1px solid rgba(21, 19, 15, .14);
  border-radius: 18px;
  background: rgba(245, 241, 232, .52);
}
.news-article-cards article {
  min-height: 214px;
  border-width: 0 1px 0 0;
  border-radius: 0;
  background: transparent;
}
.news-article-cards article:last-child { border-right: 0; }
.news-article-cards span {
  display: block;
  margin-bottom: auto;
  font-size: 14px;
  font-weight: 760;
  letter-spacing: -.02em;
}
.news-article-cards h3,
.news-article-related-grid h3 {
  margin: 0 0 12px;
  font-size: clamp(22px, 1.55vw, 30px);
  line-height: .98;
  letter-spacing: -.045em;
  text-transform: lowercase;
}
.news-article-cards p,
.news-article-related-grid p {
  margin: 0;
  color: #5f5a52;
  font-size: 17px;
  line-height: 1.16;
  letter-spacing: -.018em;
}
.news-article-cards + p {
  margin-top: 34px;
}
.news-article-quote {
  margin: 54px 0 44px;
  padding: 0 0 0 22px;
  border-left: 3px solid var(--orange);
  color: var(--charcoal);
  font-family: var(--font);
  font-size: clamp(24px, 2.2vw, 34px);
  line-height: 1.14;
  letter-spacing: -.026em;
}
.news-article-list {
  display: grid;
  gap: 14px;
  margin: 0 0 38px;
  padding-left: 1.1em;
}
.news-article-list strong { font-weight: 780; }
.news-article-photo-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  width: min(1040px, 100%);
  margin: 46px 0 52px;
}
.news-article-photo-grid figure {
  min-width: 0;
  margin: 0;
  padding: 10px;
  border: 1px solid rgba(21, 19, 15, .14);
  border-radius: 22px;
  background: rgba(245, 241, 232, .52);
}
.news-article-photo-grid img {
  display: block;
  width: 100%;
  height: clamp(250px, 20vw, 320px);
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}
.news-article-photo-grid figcaption {
  margin: 14px 4px 2px;
  color: #5f5a52;
  font-size: 15px;
  line-height: 1.2;
  letter-spacing: -.014em;
}
.news-article-video {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 390px);
  gap: clamp(20px, 3vw, 40px);
  align-items: center;
  width: min(1040px, 100%);
  margin: 52px 0 58px;
  padding: clamp(18px, 2.4vw, 34px);
  border: 1px solid rgba(21, 19, 15, .16);
  border-radius: 28px;
  background:
    radial-gradient(circle at 12% 18%, rgba(249, 105, 20, .13), transparent 32%),
    linear-gradient(135deg, rgba(255,255,255,.42), rgba(242,239,223,.7));
}
.news-article-video-copy { min-width: 0; max-width: 410px; }
.news-article-video-kicker {
  width: max-content;
  margin: 0 0 18px;
  padding: 8px 12px;
  border: 1px solid rgba(21, 19, 15, .22);
  border-radius: 999px;
  color: #9b4d24;
  font-size: 13px;
  font-weight: 760;
  line-height: 1;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.news-article-video h2 {
  max-width: 560px;
  margin: 0 0 16px;
  text-transform: none;
}
.news-article-video p:not(.news-article-video-kicker) {
  max-width: 560px;
  margin: 0;
  color: #4f4942;
  font-size: clamp(17px, 1.16vw, 21px);
  line-height: 1.28;
  letter-spacing: -.02em;
}
.news-article-video video {
  display: block;
  width: 100%;
  aspect-ratio: 9 / 16;
  max-height: 620px;
  object-fit: cover;
  border-radius: 20px;
  background: #15130f;
  box-shadow: 0 20px 48px rgba(21, 19, 15, .16);
}
.news-article-cta,
.news-article-author {
  display: flex;
  gap: 24px;
  align-items: center;
  margin: 60px 0;
  padding: clamp(24px, 2.4vw, 38px);
  border: 2px dotted rgba(21, 19, 15, .62);
  border-radius: 24px;
  background:
    radial-gradient(circle at 8% 6%, rgba(249, 105, 20, .14), transparent 34%),
    linear-gradient(135deg, #f8f4e9 0%, var(--paper-2) 100%);
}
.news-article-cta { align-items: flex-start; justify-content: space-between; }
.news-article-cta p {
  max-width: 560px;
  margin: 0;
  font-size: clamp(18px, 1.18vw, 22px);
  line-height: 1.18;
  letter-spacing: -.024em;
}
.news-article-cta .wide-button { flex: 0 0 min(300px, 100%); }
.news-article-author {
  padding: clamp(24px, 2.4vw, 38px) 16px;
  border-style: solid;
  border-width: 1px 0;
  border-radius: 0;
  background: transparent;
}
.news-article-author strong {
  display: block;
  margin-bottom: 8px;
  font-size: 22px;
  letter-spacing: -.035em;
}
.news-article-author p { margin: 0; color: #5f5a52; font-size: 18px; line-height: 1.2; }
.news-article-author > div { min-width: 0; }
.news-article-related {
  padding: 84px var(--page-x) 0;
}
.news-article-related-head,
.news-article-related-grid {
  width: min(1040px, 100%);
  margin: 0 auto;
}
.news-article-related-head {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 30px;
  padding-top: 28px;
  border-top: 1px solid rgba(21, 19, 15, .14);
}
.news-article-related-head h2 {
  max-width: 720px;
  margin: 0;
  font-family: var(--font);
  font-size: clamp(34px, 3vw, 52px);
  font-weight: 520;
  line-height: .96;
  letter-spacing: -.075em;
  text-transform: lowercase;
}
.news-article-related-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}
.news-article-related-grid article {
  min-height: 472px;
  padding: 0;
  overflow: hidden;
}
.news-article-related-card a {
  min-height: inherit;
  display: flex;
  flex-direction: column;
}
.news-article-related-grid img {
  width: 100%;
  height: clamp(190px, 16vw, 250px);
  display: block;
  object-fit: cover;
  border-radius: 0;
  margin-bottom: 0;
}
.news-article-related-card h3 {
  margin: 24px 24px 12px;
  font-family: var(--font);
  min-height: 66px;
  font-size: 26px;
  font-weight: 520;
  line-height: 1.08;
  letter-spacing: -.032em;
  text-transform: none;
}
.news-article-related-card p {
  margin: 0 24px 26px;
  color: #5f5a52;
  font-size: 17px;
  line-height: 1.16;
  letter-spacing: -.018em;
}
.news-article-related-card time {
  margin: auto 24px 24px;
  color: #7a746b;
  font-size: 14px;
  font-weight: 720;
  line-height: 1;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.news-article-page .footer { margin-top: 120px; }

.news { padding-top: 200px; }
.news-head { position: relative; text-align: center; max-width: 1820px; }
.news-head .display-title { margin-bottom: 20px; }
.news-head p { max-width: 760px; margin: 0 auto 32px; font-size: 22px; line-height: 1.05; letter-spacing: -.045em; }
.all-link { position: absolute; right: 0; top: 0; font-size: 29px; border-bottom: 1px solid currentColor; }
.all-link.all-link--mobile { display: none; }
.social-dots { display: flex; justify-content: center; gap: 14px; font-size: 0; font-weight: 800; }
.social-dots a { width: 49px; height: 49px; display: grid; place-items: center; border-radius: 50%; }
.social-dots img { width: 49px; height: 49px; }
.news-drag-zone { position: relative; max-width: 1820px; margin: 72px auto 0; overflow: visible; }
.news-grid {
  max-width: none;
  margin: 0;
  padding: 0 90px 12px 0;
  display: flex;
  gap: 25px;
  overflow-x: auto;
  scroll-snap-type: x proximity;
  overscroll-behavior-x: contain;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  cursor: grab;
}
.news-grid::-webkit-scrollbar { display: none; }
.news-grid.is-dragging { cursor: grabbing; scroll-snap-type: none; user-select: none; }
.news-grid.is-programmatic-scroll { cursor: grabbing; scroll-snap-type: none; }
.news-grid.is-programmatic-scroll article { transition: transform .44s cubic-bezier(.2, .8, .2, 1); }
.news-grid.is-programmatic-scroll article:nth-child(odd) { transform: translateX(-6px); }
.news-grid.is-programmatic-scroll article:nth-child(even) { transform: translateX(-10px); }
.news-grid article { flex: 0 0 clamp(300px, 23vw, 411px); scroll-snap-align: start; }
.news-card-link {
  display: flex;
  height: 100%;
  min-height: 100%;
  flex-direction: column;
  color: inherit;
  text-decoration: none;
  border-bottom: 0;
  cursor: pointer;
}
.news-card-link:focus-visible { outline: 2px solid var(--orange); outline-offset: 8px; border-radius: 16px; }
.news-card-link:hover img { transform: translateY(-3px); }
.news-grid article img { width: 100%; height: 390px; object-fit: cover; border-radius: 14px; margin-bottom: 22px; transition: transform .32s cubic-bezier(.2, .8, .2, 1); }
.news-grid h3 { min-height: 0; margin: 0 0 5px; font-size: 26px; font-weight: 520; line-height: 1.08; letter-spacing: -.032em; }
.news-grid p { margin: 0 0 32px; color: var(--muted); font-size: 19px; line-height: 1.1; letter-spacing: -.032em; }
.news-card-cta { width: max-content; margin-top: auto; font-size: 18px; border-bottom: 1px solid currentColor; }
.news-drag-badge {
  position: absolute;
  top: clamp(28px, 2.35vw, 48px);
  left: min(76.5%, calc(100% - 220px));
  z-index: 3;
  width: clamp(120px, 11.86vw, 244px);
  aspect-ratio: 1 / 1;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: linear-gradient(rgba(255, 255, 255, .2), rgba(255, 255, 255, .2)), rgba(249, 105, 20, .1);
  color: #fff;
  font: 700 clamp(18px, 1.46vw, 30px) / 1 Involve, system-ui, sans-serif;
  text-transform: lowercase;
  backdrop-filter: blur(50px);
  -webkit-backdrop-filter: blur(50px);
  box-shadow: inset 0 0 80px rgba(255, 255, 255, .12), 0 18px 50px rgba(21, 19, 15, .08);
  cursor: grab;
  -webkit-tap-highlight-color: transparent;
}
.news-drag-badge span { display: block; transform: rotate(-33deg); transition: transform .34s cubic-bezier(.2, .8, .2, 1); }
.news-drag-badge:active { cursor: grabbing; }
.news-drag-badge.is-clicked { animation: tyani-badge-click .58s cubic-bezier(.2, .8, .2, 1); }
.news-drag-badge.is-clicked span { transform: rotate(-18deg) scale(1.04); }
.news-drag-badge:focus-visible { outline: 2px solid var(--orange); outline-offset: 4px; }
@keyframes tyani-badge-click {
  0% { transform: translateX(0) rotate(0) scale(1); }
  35% { transform: translateX(18px) rotate(5deg) scale(.96); }
  70% { transform: translateX(-4px) rotate(-2deg) scale(1.03); }
  100% { transform: translateX(0) rotate(0) scale(1); }
}

.submission { padding-top: 170px; scroll-margin-top: 96px; }
.submission > .side-label { top: 188px; }
.submission-inner {
  display: grid;
  grid-template-columns: minmax(360px, .78fr) minmax(560px, 1.22fr);
  gap: clamp(36px, 5vw, 96px);
  align-items: stretch;
  padding: clamp(32px, 3.2vw, 58px);
  border: 2px dotted rgba(21, 19, 15, .62);
  border-radius: 24px;
  background:
    radial-gradient(circle at 8% 6%, rgba(249, 105, 20, .16), transparent 34%),
    linear-gradient(135deg, #f8f4e9 0%, var(--paper-2) 100%);
}
.submission-copy {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
}
.submission-kicker {
  width: max-content;
  margin-bottom: 28px;
  padding: 9px 14px;
  border: 1px solid rgba(21, 19, 15, .28);
  border-radius: 999px;
  color: #6f6a62;
  font-size: 16px;
  font-weight: 650;
  line-height: 1;
  letter-spacing: -.025em;
}
.submission .display-title {
  margin-bottom: 26px;
  text-align: left;
  font-size: clamp(54px, 4.2vw, 76px);
  line-height: .9;
}
.submission-copy p {
  max-width: 520px;
  margin: auto 0 0;
  color: #5f5a52;
  font-size: clamp(20px, 1.42vw, 27px);
  line-height: 1.16;
  letter-spacing: -.032em;
}
.submission-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  align-content: start;
}
.submission-form label {
  min-width: 0;
  display: grid;
  gap: 9px;
}
.submission-field-wide,
.submission-actions { grid-column: 1 / -1; }
.submission-form label > span {
  color: #6f6a62;
  font-size: 15px;
  font-weight: 620;
  line-height: 1;
  letter-spacing: -.018em;
}
.submission-form input,
.submission-form select,
.submission-form textarea {
  width: 100%;
  border: 1px solid rgba(21, 19, 15, .2);
  border-radius: 14px;
  background: rgba(255, 255, 255, .62);
  color: var(--ink);
  font: 500 18px / 1.16 var(--font);
  letter-spacing: -.025em;
  outline: none;
  transition: border-color .18s ease, background-color .18s ease, box-shadow .18s ease;
}
.submission-form input,
.submission-form select { min-height: 58px; padding: 0 18px; }
.submission-form select {
  appearance: none;
  -webkit-appearance: none;
  padding-right: 58px;
  background-image: url("assets/figma/select-chevron-down.svg?v=select-chevron-1");
  background-repeat: no-repeat;
  background-position: right 24px center;
  background-size: 24px 24px;
}
.submission-form textarea { min-height: 132px; padding: 18px; resize: vertical; }
.submission-form input::placeholder,
.submission-form textarea::placeholder { color: rgba(21, 19, 15, .38); }
.submission-form input[type="date"] {
  color-scheme: light;
  appearance: auto;
  -webkit-appearance: auto;
}
.submission-form input[type="date"]::-webkit-calendar-picker-indicator {
  cursor: pointer;
  width: 22px;
  height: 22px;
  margin: 0;
  padding: 0;
  opacity: .72;
}
.submission-form input[type="date"]:focus::-webkit-calendar-picker-indicator,
.submission-form input[type="date"]:hover::-webkit-calendar-picker-indicator { opacity: 1; }
.submission-form input:focus,
.submission-form select:focus,
.submission-form textarea:focus {
  border-color: var(--orange);
  background-color: rgba(255, 255, 255, .86);
  box-shadow: 0 0 0 4px rgba(249, 105, 20, .12);
}
.date-picker { position: relative; }
.date-picker-display { cursor: pointer; }
.date-picker-calendar {
  position: absolute;
  left: 0;
  top: calc(100% + 8px);
  z-index: 20;
  width: min(372px, calc(100vw - 48px));
  padding: 16px;
  border: 1px solid rgba(21, 19, 15, .18);
  border-radius: 18px;
  background: #fffdf8;
  box-shadow: 0 24px 54px rgba(21, 19, 15, .16);
}
.date-picker-calendar[hidden] { display: none; }
.date-picker-head { display: grid; grid-template-columns: 42px 1fr 42px; gap: 8px; align-items: center; margin-bottom: 14px; }
.date-picker-head strong { justify-self: center; font-size: 18px; font-weight: 760; line-height: 1; letter-spacing: -.025em; text-transform: lowercase; }
.date-picker-nav {
  width: 42px;
  height: 42px;
  border: 1px solid rgba(21, 19, 15, .18);
  border-radius: 999px;
  background: #fff;
  color: var(--ink);
  font: 760 24px / 1 var(--font);
  cursor: pointer;
}
.date-picker-nav:disabled { cursor: not-allowed; opacity: .34; }
.date-picker-weekdays,
.date-picker-grid { display: grid; grid-template-columns: repeat(7, minmax(0, 1fr)); gap: 6px; }
.date-picker-weekdays { margin-bottom: 8px; color: #777067; font-size: 13px; font-weight: 680; text-align: center; }
.date-picker-weekdays span:nth-last-child(-n + 2) { color: #c76534; }
.date-picker-day {
  display: grid;
  place-items: center;
  min-width: 0;
  height: 38px;
  border: 0;
  border-radius: 11px;
  background: transparent;
  color: var(--ink);
  font: 650 15px / 1 var(--font);
  cursor: pointer;
}
.date-picker-day:hover,
.date-picker-day:focus-visible { background: rgba(249, 105, 20, .12); outline: none; }
.date-picker-day.is-selected { background: var(--orange); color: #fff; }
.date-picker-day.is-today:not(.is-selected) { box-shadow: inset 0 0 0 1.5px var(--orange); }
.date-picker-day.is-disabled { color: rgba(21, 19, 15, .25); cursor: not-allowed; text-decoration: line-through; }
.date-picker-day.is-disabled:hover,
.date-picker-day.is-disabled:focus-visible { background: transparent; }
.date-picker-day.is-weekend:not(.is-selected) {
  background: rgba(249, 105, 20, .055);
  color: #c76534;
  font-weight: 760;
}
.date-picker-day.is-weekend:not(.is-selected):hover,
.date-picker-day.is-weekend:not(.is-selected):focus-visible { background: rgba(249, 105, 20, .14); }
.date-picker-day.is-weekend.is-disabled:not(.is-selected) {
  background: rgba(249, 105, 20, .035);
  color: rgba(199, 101, 52, .38);
}
.date-picker-spacer { height: 38px; }
.submission-actions {
  display: grid;
  gap: 10px;
  align-items: start;
  justify-items: start;
  margin-top: 6px;
}
.submission-actions button {
  order: 1;
  width: calc((100% - 16px) / 2);
  min-width: 0;
  min-height: 60px;
  border: 0;
  border-radius: 12px;
  background: var(--orange);
  color: #fff;
  font: 760 17px / 1 var(--font);
  letter-spacing: -.02em;
  cursor: pointer;
  transition: transform .22s ease, background-color .22s ease;
}
.submission-actions button:hover,
.submission-actions button:focus-visible { transform: translateY(-2px); background: #050505; }
.submission-actions button:disabled {
  cursor: wait;
  opacity: .72;
  transform: none;
}
.submission-actions button:focus-visible { outline: 2px solid var(--orange); outline-offset: 4px; }
.submission-status {
  order: 4;
  width: 100%;
  margin: 2px 0 0;
  padding: 12px 14px;
  border-radius: 12px;
  background: rgba(21, 19, 15, .06);
  color: #5f5a52;
  font-size: 15px;
  font-weight: 650;
  line-height: 1.25;
  letter-spacing: -.012em;
}
.submission-status[hidden] { display: none; }
.submission-status[data-state="success"] { background: rgba(60, 126, 72, .12); color: #245f31; }
.submission-status[data-state="error"] { background: rgba(196, 54, 35, .12); color: #922411; }
.submission-legal,
.submission-payment-note {
  width: 100%;
  max-width: none;
  margin: 0;
  color: #777067;
  font-size: 14px;
  line-height: 1.26;
  letter-spacing: -.012em;
}
.submission-legal { order: 2; }
.submission-payment-note { order: 3; color: #5f5a52; font-weight: 640; }

.faq { padding-top: 200px; padding-bottom: 205px; }
.faq-inner { max-width: 1168px; margin-left: auto; margin-right: auto; }
.faq-list { border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); }
summary { list-style: none; cursor: pointer; padding: 22px 0; display: flex; align-items: center; justify-content: space-between; gap: 20px; font-size: 26px; line-height: 1.16; letter-spacing: -.022em; }
summary::-webkit-details-marker { display: none; }
summary::after {
  content: "";
  flex: 0 0 auto;
  width: 14px;
  height: 14px;
  margin: 0 6px 0 16px;
  border-right: 2.5px solid currentColor;
  border-bottom: 2.5px solid currentColor;
  transform: rotate(45deg);
  transform-origin: center;
  transition: transform .18s ease;
}
details[open] summary::after { transform: rotate(-135deg); }
details p { max-width: 840px; margin: -4px 0 28px; font-size: 18px; line-height: 1.42; letter-spacing: -.012em; }

.footer { display: grid; grid-template-columns: 1.05fr .54fr .42fr; gap: 44px; padding: 42px var(--page-x) 32px; background: #191919; color: #eee; }
.footer-map { position: relative; display: block; height: 435px; overflow: hidden; border-radius: 18px; background: #e9e2d8; }
.footer-yandex-map { width: 100%; height: 100%; }
.footer-yandex-map ymaps { font-family: var(--font) !important; }
.footer-map-fallback { position: absolute; right: 16px; bottom: 16px; z-index: 2; padding: 12px 16px; border-radius: 999px; background: #050505; color: #fff; font-size: 16px; font-weight: 700; line-height: 1; letter-spacing: -.02em; box-shadow: 0 10px 30px rgba(0,0,0,.22); }
.footer-map.is-ready .footer-map-fallback { display: none; }
.footer-map-fallback:hover { background: #f96914; color: #fff; }
.footer-map:focus-within, .footer-contact-card:focus-visible { outline: 2px solid #fff; outline-offset: 4px; }
.footer-contact { padding-top: 14px; font-style: normal; }
.footer-contact-title { display: block; margin-bottom: 20px; font-size: 24px; }
.footer-contact-grid { display: grid; gap: 14px; }
.footer-contact-card {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #e8e8e8;
  line-height: 1.03;
  letter-spacing: -.035em;
}
.footer-contact-card span { color: #8c8c8c; display: block; font-size: 15px; font-weight: 680; line-height: 1; letter-spacing: .04em; text-transform: uppercase; }
.footer-contact-card b { color: #e8e8e8; font-size: 22px; font-weight: 430; line-height: 1.08; letter-spacing: -.045em; }
.footer-contact-card--address b { font-size: 20px; line-height: 1.12; }
.footer-contact-card:hover { color: #fff; }
.footer-social { padding-top: 16px; display: grid; gap: 25px; align-content: start; }
.footer-social span { display: inline-flex; align-items: center; gap: 14px; font-size: 24px; color: #eee; }
.footer-social img { width: 40px; height: 40px; flex: 0 0 auto; }
.footer-bottom { grid-column: 1 / -1; border-top: 1px solid #4a4a4a; padding-top: 18px; display: flex; justify-content: space-between; color: #777; font-size: 20px; }
.footer-bottom span:last-child { border-bottom: 1px solid #777; }

@media (max-width: 1200px) {
  :root { --page-x: 24px; }
  .header-pill { width: calc(100vw - 32px); }
  .nav-links, .header-address, .season-switch { display: none; }
  .about-grid, .rent-card, .footer { grid-template-columns: 1fr; }
  .about-image { width: 100%; height: auto; }
  .about-meta { grid-template-columns: 1fr 1fr; }
  .services-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .services-row { display: contents; }
  .news-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .submission-inner { grid-template-columns: 1fr; }
  .service-card p { max-height: none; opacity: 1; transform: none; }
  .all-link:not(.all-link--mobile) { position: static; display: inline-flex; margin-bottom: 22px; }
}
@media (max-width: 1500px) and (min-width: 1201px) {
  .header-pill { width: calc(100vw - 32px); }
  .header-address { display: none; }
  .all-link:not(.all-link--mobile) { position: absolute; right: 0; top: 0; display: inline-flex; margin-bottom: 0; }
  .news-grid { padding: 0; }
}
@media (max-width: 700px) {
  :root { --page-x: 12px; --about-mobile-heading-x: 4px; }
  body { line-height: 1.05; }
  .site-header { top: 16px; }
  .header-pill {
    position: relative;
    display: grid;
    width: calc(100vw - 32px);
    min-height: 60px;
    grid-template-columns: 1fr 44px;
    gap: 12px;
    padding: 8px 16px;
    border-radius: 20px;
  }
  .header-pill::after { content: none; }
  .mobile-menu-toggle {
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    justify-self: end;
    border: 0;
    border-radius: 10px;
    background: #050505;
    padding: 12px;
    cursor: pointer;
  }
  .mobile-menu-toggle span {
    display: block;
    width: 19px;
    height: 2px;
    border-radius: 999px;
    background: #fff;
    transition: transform .18s ease, opacity .18s ease;
  }
  .header-pill.is-open .mobile-menu-toggle span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .header-pill.is-open .mobile-menu-toggle span:nth-child(2) { opacity: 0; }
  .header-pill.is-open .mobile-menu-toggle span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .mobile-menu-panel {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    right: 0;
    z-index: 4;
    padding: 14px;
    border-radius: 20px;
    background: rgba(255,255,255,.96);
    box-shadow: 0 16px 44px rgba(21,19,15,.14);
  }
  .header-pill.is-open .mobile-menu-panel { display: grid; gap: 6px; }
  .mobile-menu-panel a {
    display: flex;
    align-items: center;
    min-height: 44px;
    padding: 0 14px;
    border-radius: 12px;
    color: var(--ink);
    font-size: 18px;
    font-weight: 650;
    letter-spacing: -.035em;
  }
  .mobile-menu-panel a:active,
  .mobile-menu-panel a:hover { background: var(--paper-2); }
  .mobile-menu-panel .mobile-menu-book {
    justify-content: center;
    margin-top: 6px;
    background: #050505;
    color: #fff;
  }
  .mobile-menu-panel p {
    margin: 8px 14px 0;
    color: var(--muted);
    font-size: 13px;
    line-height: 1.2;
    letter-spacing: -.02em;
  }
  .brand { font-size: 18px; letter-spacing: -.035em; }
  .nav-links, .header-address, .header-book, .season-switch { display: none; }

  .hero {
    min-height: 620px;
    height: clamp(620px, 184.68vw, 720px);
    max-height: 720px;
    margin-bottom: 0;
    background: url("assets/figma/hero-cover-mobile-locked-crop.png?v=mobile-hero-locked-crop-1") center top / 100% 100% no-repeat;
    overflow: hidden;
  }
  .hero::after {
    z-index: 1;
  }
  .hero-card {
    display: none;
    left: 12px;
    bottom: -154px;
    width: calc(50vw - 18px);
    height: 132px;
    min-height: 132px;
    padding: 8px;
    border: 1.5px dotted var(--ink);
    border-radius: 10px;
  }
  .hero-card img { height: 70px; border-radius: 5px; }
  .hero-card .link-arrow { width: 30px; height: 30px; border-radius: 7px; background-size: 18px 18px; }
  .hero-card div { padding-top: 8px; font-size: 12px; line-height: 1.1; }
  .hero-star {
    position: absolute;
    z-index: 3;
    left: 50%;
    bottom: 54px;
    margin: 0;
    width: 160px;
    height: 160px;
    background-image: url("assets/figma/booking-badge-mobile.svg?v=hero-vector-badge-1");
    font-size: 15px;
    font-weight: 780;
    transform: translateX(-50%) rotate(-7deg);
  }
  .hero-sale {
    display: none;
    right: 12px;
    bottom: -154px;
    width: calc(50vw - 18px);
    height: 132px;
    min-height: 132px;
    padding: 12px;
    border: 1.5px dotted var(--ink);
    border-radius: 10px;
  }
  .hero-sale span { font-size: 12px; margin-bottom: 6px; }
  .hero-sale strong { max-width: 118px; font-size: 15px; line-height: 1.02; letter-spacing: -.02em; }
  .hero-sale a { left: 12px; bottom: 12px; width: 28px; height: 28px; border-radius: 5px; font-size: 18px; }

  .besedki-cover {
    min-height: 560px;
    height: 660px;
    max-height: 720px;
    align-items: flex-end;
    padding: 100px 12px 20px;
    background:
      linear-gradient(180deg, rgba(21, 19, 15, .03) 0%, rgba(21, 19, 15, .12) 48%, rgba(21, 19, 15, .34) 100%),
      url("assets/figma/besedki-cover-retro-summer.png?v=besedki-cover-retro-summer-1") center / cover no-repeat;
  }
  .uslugi-cover {
    background:
      linear-gradient(180deg, rgba(21, 19, 15, .03) 0%, rgba(21, 19, 15, .12) 48%, rgba(21, 19, 15, .34) 100%),
      url("assets/figma/uslugi-cover-catamaran-retro.png?v=uslugi-cover-catamaran-retro-1") center / cover no-repeat;
  }
  .meropriyatie-cover {
    background:
      linear-gradient(180deg, rgba(21, 19, 15, .03) 0%, rgba(21, 19, 15, .12) 48%, rgba(21, 19, 15, .34) 100%),
      url("assets/figma/meropriyatie-cover-events.jpg?v=meropriyatie-cover-events-1") 58% center / cover no-repeat;
  }
  .service-detail-cover.catamaran-cover { background-position: 65% center; }
  .news-detail-cover.news-easter-cover { background-position: center; }
  .besedki-cover-card {
    width: min(366px, 100%);
    margin: 0 auto;
    padding: 18px;
    border-radius: 18px;
    background: rgba(245, 241, 232, .92);
  }
  .besedki-cover .submission-kicker { margin-bottom: 16px; padding: 8px 12px; font-size: 13px; }
  .besedki-cover .display-title {
    margin-bottom: 16px;
    text-align: center;
    font-size: clamp(34px, 10vw, 42px);
    line-height: .9;
  }
  .besedki-cover-card p {
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 1.22;
    letter-spacing: -.018em;
    text-align: center;
  }
  .besedki-page .besedki-page-cards,
  .besedki-page .submission,
  .meropriyatie-page .meropriyatie-page-cards,
  .meropriyatie-page .submission,
  .uslugi-page .uslugi-page-cards,
  .uslugi-page .submission,
  .pricing-page .pricing-section { padding-top: 70px; }
  .besedki-page .submission,
  .meropriyatie-page .submission,
  .uslugi-page .submission { padding-bottom: 70px; }
  .pricing-page .pricing-section { padding-bottom: 70px; }
  .pricing-image-card { padding: 10px; border-radius: 18px; }
  .pricing-image { border-radius: 12px; }

  .page-section { padding: 70px var(--page-x) 0; }
  .section-inner { max-width: 366px; }
  .side-label { display: none; }
  .display-title { font-size: clamp(30px, 9vw, 36px); line-height: .9; letter-spacing: -.055em; margin-bottom: 24px; }
  .about .display-title { font-size: clamp(30px, 9vw, 36px); line-height: .9; margin-bottom: 24px; }
  .about-title-badge,
  .title-badge--desktop { display: none; }
  .about-title .title-divider,
  .title-divider--mobile { display: inline-block; }
  .title-divider { width: .72em; height: .68em; margin: 0 .08em; vertical-align: -.13em; }

  .about { min-height: auto; }
  .about-inner { max-width: 366px; }
  .about-grid { display: flex; flex-direction: column; gap: 24px; }
  .about-image { width: 100%; height: 358px; object-fit: cover; border-radius: 20px; }
  .about-copy { padding-top: 0; }
  .about-copy h2, .about-meta h3 { margin: 0 var(--about-mobile-heading-x) 12px; padding-left: 0; font-size: 16px; }
  .about-copy p { max-width: none; margin: 0 12px 12px; font-size: 16px; line-height: 1.1; letter-spacing: -.035em; }
  .about-meta { grid-template-columns: 1fr; gap: 22px; margin-top: 28px; }
  .about-meta dl { margin: 0 12px; font-size: 14px; line-height: 1.25; }
  .price-list { min-width: 0; width: calc(100% - 24px); column-gap: 0; }
  .price-list dt, .price-list dd { padding: 4px 0; }
  .price-list dt { padding-right: 10px; }
  .price-list dd { padding-left: 10px; }

  .rent { padding-top: 70px; }
  .rent-list { gap: 20px; }
  .rent-card { grid-template-columns: 1fr; padding: 17px; gap: 20px; border-radius: 17px; }
  .rent-gallery {
    height: 292px;
    border-radius: 24px;
    clip-path: inset(0 round 24px);
  }
  .rent-card img { height: 292px; border-radius: 24px; clip-path: inset(0 round 24px); }
  .rent-gallery .rent-gallery-image { border-radius: 24px; clip-path: inset(0 round 24px); }
  .rent-gallery-button {
    width: 34px;
    height: 34px;
    background: rgba(255, 255, 250, .58);
    color: rgba(69, 93, 80, .82);
    box-shadow: 0 6px 16px rgba(21, 19, 15, .08);
  }
  .rent-gallery-button--prev { left: 8px; }
  .rent-gallery-button--next { right: 8px; }
  .rent-gallery-button span { width: 10px; height: 10px; border-width: 2px; }
  .rent-gallery-button--prev span { transform: translateX(2px) rotate(-135deg); }
  .rent-gallery-button--next span { transform: translateX(-2px) rotate(45deg); }
  .rent-gallery-dots { bottom: 12px; gap: 6px; }
  .rent-gallery-dot { width: 6px; height: 6px; }
  .rent-info { height: auto; min-height: 0; display: block; }
  .rent-info h3 { margin: 0 0 16px; font-size: 23px; }
  .rent-specs { grid-template-columns: 1fr; gap: 12px; margin-bottom: 22px; }
  .rent-specs span { font-size: 13px; line-height: 1.15; letter-spacing: -.01em; }
  .rent-specs strong { font-size: 18px; line-height: 1.15; letter-spacing: -.02em; }
  .rent-tags { gap: 8px; margin: -8px 0 18px; }
  .rent-tags span { min-height: 31px; padding: 0 12px; font-size: 12px; }
  .rent-info p { margin: 0 0 24px; font-size: 14px; line-height: 1.32; letter-spacing: -.01em; }
  .wide-button { min-height: 54px; border-radius: 8px; font-size: 15px; }
  .rent-more { margin-top: 20px; }
  .rent-more button { width: 100%; min-height: 54px; border-radius: 10px; font-size: 15px; }


  .poster, .services, .news, .submission { padding-top: 70px; }
  .poster { padding-left: 20px; padding-right: 20px; }
  .poster picture,
  .poster img { max-width: 350px; }
  .poster img { width: 100%; height: 507px; border-radius: 20px; object-fit: cover; }

  .services-grid { grid-template-columns: 1fr; gap: 20px; }
  .services-row { display: contents; }
  .service-card { height: auto; min-height: 0; padding: 17px; border-radius: 14px; }
  .service-card-image-link { margin-bottom: 18px; border-radius: 12px; }
  .service-card img { height: 273px; border-radius: 12px; margin-bottom: 18px; }
  .service-card-image-link img { margin-bottom: 0; }
  .service-content { gap: 10px; }
  .service-card h3 { font-size: 20px; line-height: 1.06; letter-spacing: -.035em; }
  .service-card p { font-size: 14px; line-height: 1.18; letter-spacing: -.012em; }
  .uslugi-grid { grid-template-columns: 1fr; gap: 20px; }
  .uslugi-card { min-height: 0; padding: 17px; border-radius: 14px; }
  .uslugi-card-image-link { margin-bottom: 18px; border-radius: 12px; }
  .uslugi-card img { height: 273px; border-radius: 12px; margin-bottom: 18px; }
  .uslugi-card-image-link img { margin-bottom: 0; }
  .uslugi-card-content { gap: 10px; }
  .uslugi-card h3 { font-size: 20px; line-height: 1.06; letter-spacing: -.035em; }
  .uslugi-card p { font-size: 14px; line-height: 1.18; letter-spacing: -.012em; }
  .meropriyatie-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 26px 18px; }
  .meropriyatie-grid .meropriyatie-card { padding: 0; border-radius: 0; }
  .meropriyatie-grid .meropriyatie-card img { height: clamp(150px, 42vw, 210px); border-radius: 10px; margin-bottom: 14px; }
  .meropriyatie-grid .meropriyatie-card h3 { margin-bottom: 12px; font-size: clamp(16px, 4.4vw, 20px); line-height: 1.02; letter-spacing: -.044em; }
  .meropriyatie-grid .meropriyatie-card .meropriyatie-card-description { margin-bottom: 12px; font-size: clamp(12px, 3.15vw, 14px); line-height: 1.14; letter-spacing: -.012em; }
  .meropriyatie-card-date { margin-bottom: 14px; font-size: clamp(12px, 3.1vw, 14px); line-height: 1.12; letter-spacing: -.01em; }
  .meropriyatie-grid .news-card-cta { font-size: clamp(14px, 3.8vw, 16px); }
  .service-carousel-head { display: block; margin-bottom: 24px; }
  .service-carousel-controls { display: none; }
  .uslugi-carousel-track {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    overflow: visible;
    scroll-snap-type: none;
    padding-bottom: 0;
    cursor: default;
  }
  .uslugi-carousel-track .uslugi-card { flex: none; padding: 17px; border-radius: 14px; }
  .uslugi-carousel-track .uslugi-card-image-link { margin-bottom: 18px; border-radius: 12px; }
  .uslugi-carousel-track .uslugi-card img { height: 273px; border-radius: 12px; margin-bottom: 18px; }
  .uslugi-carousel-track .uslugi-card-image-link img { margin-bottom: 0; }
  .uslugi-carousel-track .uslugi-card h3 { font-size: 20px; line-height: 1.06; letter-spacing: -.035em; }
  .uslugi-carousel-track .uslugi-card p { font-size: 14px; line-height: 1.18; letter-spacing: -.012em; }
  .catamaran-page .service-detail-section,
  .service-detail-page .service-detail-section,
  .catamaran-page .service-info-section,
  .service-detail-page .service-info-section,
  .catamaran-page .service-related,
  .service-detail-page .service-related,
  .news-detail-page .service-detail-section,
  .news-detail-page .service-info-section,
  .news-detail-page .service-related { padding-top: 70px; }
  .service-detail-head,
  .service-detail-gallery,
  .service-info-card,
  .service-price-grid,
  .service-related-grid { grid-template-columns: 1fr; gap: 20px; }
  .service-info-title--desktop { display: none; }
  .service-info-title--mobile { display: block; }
  .service-info-card { display: grid; }
  .service-detail-head { margin-bottom: 24px; }
  .service-detail-head p { margin: 0 12px; font-size: 16px; line-height: 1.16; letter-spacing: -.018em; }
  .service-detail-photo,
  .service-detail-photo--large { min-height: 0; height: 273px; border-radius: 14px; }
  .news-detail-page .news-detail-photo { min-height: 0; height: 430px; }
  .service-detail-gallery-carousel { height: 273px; min-height: 0; border-radius: 14px; clip-path: inset(0 round 14px); }
  .service-detail-gallery-carousel .rent-gallery-image { border-radius: 14px; clip-path: inset(0 round 14px); }
  .service-detail-copy-card { min-height: 0; padding: 18px; border-radius: 14px; }
  .service-detail-copy-card h3 { margin: 34px 0 14px; font-size: 24px; }
  .service-detail-copy-card p { font-size: 14px; line-height: 1.22; letter-spacing: -.012em; }
  .service-detail-tags { gap: 8px; margin-top: 16px; }
  .service-detail-tags li { min-height: 32px; padding: 8px 12px; font-size: 13px; }
  .service-info-card { padding: 18px; border-radius: 16px; }
  .service-detail-list { grid-template-columns: 1fr; gap: 0; font-size: 14px; line-height: 1.22; }
  .service-detail-list dt { padding: 12px 0 4px; border-bottom: 0; }
  .service-detail-list dd { padding: 0 0 12px; }
  .service-price-grid { margin-top: 24px; }
  .service-price-grid article { min-height: 0; padding: 18px; border-radius: 14px; }
  .service-price-row { grid-template-columns: 1fr; gap: 10px; padding: 18px 0; }
  .service-price-row strong { text-align: left; white-space: normal; }
  .service-price-grid strong { margin: 22px 0 12px; font-size: 22px; }
  .service-price-row strong { margin: 0; }
  .service-price-grid p { font-size: 14px; line-height: 1.2; }
  .service-related-grid { margin-top: 24px; }
  .service-related-grid .uslugi-card { min-height: 0; }
  .service-related-grid .uslugi-card img { height: 236px; }
  .service-all-link { margin-top: 20px; }
  .catamaran-page .footer,
  .service-detail-page .footer { margin-top: 70px; }

  .news-article { padding: 96px var(--page-x) 0; }
  .news-article-hero,
  .news-article-body,
  .news-article-related-head,
  .news-article-related-grid { max-width: 366px; }
  .news-article-kicker { margin-bottom: 18px; padding: 8px 12px; font-size: 12px; }
  .news-article h1 { margin-bottom: 16px; font-size: clamp(30px, 8.8vw, 38px); line-height: .94; letter-spacing: -.055em; }
  .news-article-lead { margin-bottom: 20px; font-size: 15px; line-height: 1.24; letter-spacing: -.016em; }
  .news-article-meta { margin-bottom: 26px; gap: 8px 10px; font-size: 13px; }
  .news-article-logo { flex-basis: 34px; width: 34px; min-width: 34px; height: 34px; font-size: 11px; }
  .news-article-figure { margin-bottom: 40px; padding: 10px; border-radius: 18px; }
  .news-article-figure img { height: 273px; border-radius: 12px; }
  .news-article-figure figcaption,
  .news-article-caption { font-size: 12px; line-height: 1.2; }
  .news-article-body > .news-article-caption { margin: 14px 4px 0; font-size: 13px; line-height: 1.32; }
  .news-article-body > .news-article-caption + .news-article-quote { margin-top: 32px; }
  .news-article-body p,
  .news-article-list { font-size: 16px; line-height: 1.22; letter-spacing: -.018em; }
  .news-article-body h2 { margin: 48px 0 18px; font-size: clamp(30px, 9vw, 38px); }
  .news-article-cards,
  .news-article-related-grid { grid-template-columns: 1fr; gap: 14px; margin: 28px 0 0; }
  .news-article-photo-grid { grid-template-columns: 1fr; gap: 14px; margin: 32px 0 40px; }
  .news-article-photo-grid figure { padding: 10px; border-radius: 18px; }
  .news-article-photo-grid img { height: 246px; border-radius: 12px; }
  .news-article-photo-grid figcaption { font-size: 13px; line-height: 1.24; }
  .news-article-video { grid-template-columns: 1fr; gap: 18px; margin: 38px 0 44px; padding: 14px; border-radius: 18px; }
  .news-article-video-kicker { margin-bottom: 14px; font-size: 12px; }
  .news-article-video h2 { margin-bottom: 12px; }
  .news-article-video p:not(.news-article-video-kicker) { font-size: 15px; line-height: 1.24; }
  .news-article-video video { border-radius: 14px; max-height: min(560px, 78svh); }
  .news-article-cards { gap: 0; border-radius: 18px; }
  .news-article-cards article,
  .news-article-related-grid article { padding: 17px; border-radius: 14px; }
  .news-article-related-grid article { min-height: 0; padding: 0; overflow: hidden; }
  .news-article-related-card a { min-height: 0; }
  .news-article-cards article { min-height: 148px; border-width: 0 0 1px 0; border-radius: 0; }
  .news-article-cards article:last-child { border-bottom: 0; }
  .news-article-cards span { margin-bottom: 20px; font-size: 13px; }
  .news-article-cards h3,
  .news-article-related-grid h3 { font-size: 20px; line-height: 1.06; letter-spacing: -.035em; }
  .news-article-related-card h3 { margin: 18px 17px 10px; font-size: 20px; }
  .news-article-cards p,
  .news-article-related-grid p { font-size: 14px; line-height: 1.18; letter-spacing: -.012em; }
  .news-article-related-card p { margin: 0 17px 22px; }
  .news-article-related-card time { margin: auto 17px 18px; font-size: 12px; }
  .news-article-quote { margin: 42px 0 36px; padding-left: 18px; font-size: 29px; }
  .news-article-cta,
  .news-article-author { display: grid; gap: 16px; margin: 40px 0; padding: 18px; border-radius: 16px; }
  .news-article-cta .wide-button { width: 100%; }
  .news-article-related { padding-top: 40px; }
  .news-article-related-head { margin-bottom: 22px; }
  .news-article-related-head h2 { font-size: clamp(30px, 9vw, 38px); }
  .news-article-related-head .service-all-link { position: static; display: inline-flex; margin-top: 16px; font-size: 20px; }
  .news-article-related-grid img { height: 210px; border-radius: 0; }
  .news-article-page .footer { margin-top: 70px; }

  .news-head { max-width: 366px; }
  .news-head .all-link--desktop { display: none; }
  .news-head p { max-width: 330px; margin: 0 auto 22px; font-size: 14px; line-height: 1.2; letter-spacing: -.012em; }
  .social-dots { margin-bottom: 2px; gap: 10px; }
  .social-dots a, .social-dots img { width: 44px; height: 44px; }
  .news-drag-zone { max-width: none; margin: 24px 0 0; }
  .news-grid { max-width: none; margin: 0; padding: 0 8px 8px; display: flex; gap: 20px; overflow-x: auto; scroll-snap-type: x proximity; }
  .news-grid article { flex: 0 0 237px; scroll-snap-align: start; }
  .news-drag-badge { top: 18px; right: 18px; left: auto; width: 82px; font-size: 15px; backdrop-filter: blur(26px); -webkit-backdrop-filter: blur(26px); }
  .news-grid article img { height: 278px; border-radius: 12px; margin-bottom: 14px; }
  .news-grid h3 { min-height: 0; margin-bottom: 10px; font-size: 18px; line-height: 1.08; letter-spacing: -.032em; }
  .news-grid p { margin-bottom: 0; font-size: 14px; line-height: 1.16; letter-spacing: -.015em; }
  .news-card-cta { display: none; }
  .all-link.all-link--mobile {
    position: static;
    display: inline-flex;
    align-items: baseline;
    width: max-content;
    margin: 18px auto 0;
    font-size: 22px;
    line-height: 1.08;
    border-bottom: 1px solid currentColor;
  }

  .submission-inner {
    max-width: 366px;
    padding: 18px;
    border-radius: 18px;
    gap: 24px;
  }
  .submission-kicker { margin-bottom: 16px; padding: 8px 12px; font-size: 13px; }
  .submission .display-title { margin-bottom: 16px; text-align: center; font-size: clamp(30px, 9vw, 36px); line-height: .9; }
  .submission-copy p { max-width: none; margin: 0; font-size: 15px; line-height: 1.22; letter-spacing: -.018em; text-align: center; }
  .submission-form { grid-template-columns: 1fr; gap: 13px; }
  .submission-form label > span { font-size: 13px; }
  .submission-form input,
  .submission-form select,
  .submission-form textarea { border-radius: 12px; font-size: 15px; letter-spacing: -.015em; }
  .submission-form input,
  .submission-form select { min-height: 50px; padding: 0 14px; }
  .submission-form select { padding-right: 48px; background-position: right 18px center; background-size: 22px 22px; }
  .submission-form textarea { min-height: 112px; padding: 14px; }
  .submission-actions { display: grid; gap: 10px; justify-items: stretch; }
  .submission-actions button { order: 0; width: 100%; min-height: 54px; margin-top: 0; border-radius: 10px; font-size: 15px; }
  .submission-legal,
  .submission-payment-note { order: 0; max-width: none; font-size: 12px; line-height: 1.22; text-align: center; }

  .faq { padding-top: 70px; padding-bottom: 70px; }
  .faq-inner { max-width: none; }
  summary { padding: 18px 0; gap: 14px; font-size: 17px; line-height: 1.18; letter-spacing: -.018em; }
  summary::after { width: 12px; height: 12px; margin-right: 4px; border-width: 2.2px; }
  details p { margin: -2px 28px 18px 0; font-size: 14px; line-height: 1.36; letter-spacing: -.01em; }

  .footer {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 70px 12px 96px;
    background: #191919;
    color: #eee;
  }
  .footer-contact { order: 1; }
  .footer-social { order: 2; }
  .footer-map { order: 3; }
  .footer-bottom { order: 4; }
  .footer-contact,
  .footer-social,
  .footer-map,
  .footer-bottom {
    width: 100%;
    max-width: 366px;
    margin-left: auto;
    margin-right: auto;
  }
  .footer-contact {
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
  }
  .footer-contact-title {
    margin: 0 0 16px;
    color: #f7f4ef;
    font-size: 28px;
    font-weight: 780;
    line-height: .96;
    letter-spacing: -.05em;
  }
  .footer-contact-grid { gap: 18px; }
  .footer-contact-card {
    min-height: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
  }
  .footer-contact-card span { font-size: 11px; letter-spacing: .08em; }
  .footer-contact-card b {
    overflow-wrap: anywhere;
    font-size: 19px;
    line-height: 1.16;
    letter-spacing: -.032em;
  }
  .footer-contact-card--address b { font-size: 18px; line-height: 1.18; }
  .footer-social {
    padding: 2px 0 0;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
  }
  .footer-social span {
    width: 100%;
    aspect-ratio: 1;
    min-height: 0;
    padding: 0;
    border: 1px solid rgba(247, 244, 239, .12);
    border-radius: 999px;
    background: #050505;
    font-size: 0;
    line-height: 1;
    gap: 0;
    justify-content: center;
  }
  .footer-social img { width: 44px; height: 44px; }
  .footer-map { grid-column: 1; height: 292px; border-radius: 20px; overflow: hidden; box-shadow: 0 18px 48px rgba(20,17,14,.14); }
  .footer-map-fallback { right: 16px; bottom: 16px; padding: 12px 17px; border-radius: 8px; background: #fff; color: #14110e; font-size: 16px; box-shadow: 0 8px 24px rgba(20,17,14,.22); }
  .footer-bottom {
    grid-column: 1;
    display: block;
    justify-content: center;
    padding-top: 18px;
    border-top: 1px solid rgba(247, 244, 239, .12);
    color: #777;
    text-align: center;
    font-size: 14px;
    line-height: 1.2;
  }
  .footer-bottom span:last-child { display: none; }
}
@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto !important; }
  .news-grid.is-programmatic-scroll article,
  .news-drag-badge,
  .news-drag-badge span,
  .site-header { animation: none !important; transition: none !important; }
  .news-grid.is-programmatic-scroll article { transform: none !important; }
}
