/* Source stylesheet for the Astro-generated /argentina/ landing route. */
@font-face {
  font-family: Manrope;
  src: url(/assets/fonts/manrope-latin.woff2) format("woff2");
  font-weight: 200 800;
  font-style: normal;
  font-display: swap;
}
:root {
  --ss-ink: #171716;
  --ss-soft-ink: rgba(23, 23, 22, 0.64);
  --ss-paper: #ffffff;
  --ss-warm: #ffffff;
  --ss-card: #ffffff;
  --ss-green: #212d27;
  --ss-green-2: #101713;
  --ss-line: rgba(23, 23, 22, 0.12);
  --ss-white-line: rgba(255, 255, 255, 0.18);
  --ss-radius-xl: 34px;
  --ss-radius-lg: 24px;
  --ss-radius-md: 16px;
  --ss-shadow: 0 28px 80px rgba(38, 33, 25, 0.16);
}
html {
  scroll-behavior: smooth;
  scroll-snap-type: y proximity;
  background: var(--ss-paper);
  overflow-x: clip;
}
body {
  margin: 0;
  color: var(--ss-ink);
  background: var(--ss-paper);
  font-family: Manrope, Arial, sans-serif;
  letter-spacing: 0;
  scroll-snap-type: y proximity;
  overflow-x: clip;
}
* {
  box-sizing: border-box;
}
a {
  color: inherit;
  text-decoration: none;
}
img {
  display: block;
  max-width: 100%;
}
button,
input,
textarea {
  font: inherit;
  letter-spacing: 0;
}
.ss-page {
  overflow: visible;
}
.ss-container {
  width: min(100% - 80px, 1360px);
  margin-inline: auto;
}
.ss-site-header {
  position: fixed;
  z-index: 80;
  top: 14px;
  left: 50%;
  width: min(1040px, calc(100% - 32px));
  display: grid;
  grid-template-columns: 118px minmax(0, 1fr) 118px;
  align-items: start;
  gap: 12px;
  transform: translate(-50%);
  transition: transform 0.22s ease;
}
.ss-site-top-strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  grid-column: 1 / -1;
  grid-row: 1;
  min-height: 46px;
  pointer-events: none;
  transition:
    opacity 0.18s ease,
    transform 0.22s ease,
    max-height 0.22s ease;
}
.ss-site-top-strip a {
  pointer-events: auto;
}
.ss-site-top-logo {
  transition:
    opacity 0.22s ease,
    transform 0.28s cubic-bezier(0.2, 0.8, 0.2, 1);
  transform-origin: left center;
}
.ss-site-logo img,
.ss-site-top-logo img {
  display: block;
  width: 112px;
  height: auto;
}
.ss-site-lang {
  display: inline-flex;
  min-width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.62);
  border-radius: 999px;
  background: #fbf8f2db;
  color: #342e27;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  backdrop-filter: blur(16px);
}
.ss-site-nav {
  grid-column: 2;
  grid-row: 1;
  justify-self: center;
  display: grid;
  grid-template-columns: 0 minmax(0, 1fr) 0;
  width: -moz-fit-content;
  width: fit-content;
  max-width: min(560px, 100%);
  min-height: 42px;
  align-items: center;
  gap: 0;
  padding: 4px 5px;
  border: 1px solid rgba(255, 255, 255, 0.52);
  border-radius: 999px;
  background: #fbf8f2d6;
  box-shadow: 0 18px 60px #231c1429;
  backdrop-filter: blur(18px);
  transition:
    grid-template-columns 0.32s cubic-bezier(0.2, 0.8, 0.2, 1),
    gap 0.32s cubic-bezier(0.2, 0.8, 0.2, 1),
    min-height 0.22s ease,
    padding 0.22s ease,
    max-width 0.36s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.ss-site-logo {
  width: 0;
  padding: 0;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  transform: translate(42px) scale(0.9);
  transform-origin: left center;
  transition:
    width 0.36s cubic-bezier(0.2, 0.8, 0.2, 1),
    padding 0.36s cubic-bezier(0.2, 0.8, 0.2, 1),
    opacity 0.22s ease,
    transform 0.52s cubic-bezier(0.22, 1, 0.36, 1);
}
.ss-site-logo img {
  width: 100px;
  transform: translate(-12px);
  transition: transform 0.32s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.ss-site-links {
  display: flex;
  justify-content: center;
  gap: 4px;
  min-width: 0;
}
.ss-site-links a {
  padding: 9px;
  border-radius: 999px;
  color: #342e27;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}
.ss-site-links a:hover {
  background: #11100e14;
}
.ss-site-actions {
  display: flex;
  width: 0;
  max-width: 0;
  align-items: center;
  gap: 10px;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  transform: translate(-34px) scale(0.92);
  transform-origin: right center;
  transition:
    width 0.36s cubic-bezier(0.2, 0.8, 0.2, 1),
    max-width 0.36s cubic-bezier(0.2, 0.8, 0.2, 1),
    opacity 0.22s ease,
    transform 0.52s cubic-bezier(0.22, 1, 0.36, 1);
}
.ss-site-nav .ss-icon-button {
  width: 34px;
  min-width: 34px;
  height: 34px;
  border-color: transparent;
  background: var(--ss-black);
}
.ss-site-nav .ss-icon-button img {
  width: 15px;
  height: 15px;
  filter: invert(1);
}
.ss-site-actions .ss-site-lang {
  width: 0;
  min-width: 0;
  height: 34px;
  overflow: hidden;
  border-width: 0;
  opacity: 0;
  pointer-events: none;
  transform: translate(14px) scale(0.86);
  transform-origin: right center;
  transition:
    width 0.32s cubic-bezier(0.2, 0.8, 0.2, 1),
    min-width 0.32s cubic-bezier(0.2, 0.8, 0.2, 1),
    border-width 0.32s cubic-bezier(0.2, 0.8, 0.2, 1),
    opacity 0.32s cubic-bezier(0.2, 0.8, 0.2, 1),
    transform 0.32s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.ss-site-header.is-compact {
  transform: translate(-50%, -4px);
}
.ss-site-header.is-compact .ss-site-top-strip {
  max-height: 0;
  min-height: 0;
  overflow: hidden;
  opacity: 0;
  transform: translateY(-10px);
}
.ss-site-header.is-compact .ss-site-top-logo {
  opacity: 0;
  transform: translateY(-8px) scale(0.94);
}
.ss-site-header.is-compact .ss-site-nav {
  grid-template-columns: 154px minmax(0, 1fr) 90px;
  max-width: min(930px, 100%);
  min-height: 46px;
  gap: 18px;
}
.ss-site-header.is-compact .ss-site-logo {
  width: 154px;
  padding: 0 28px 0 18px;
  opacity: 1;
  pointer-events: auto;
  transform: translate(0) scale(1);
}
.ss-site-header.is-compact .ss-site-logo img {
  transform: translate(0);
}
.ss-site-header.is-compact .ss-site-actions {
  width: 90px;
  max-width: 90px;
  opacity: 1;
  pointer-events: auto;
  transform: translate(0) scale(1);
}
.ss-site-header.is-compact .ss-site-actions .ss-site-lang {
  width: 38px;
  min-width: 38px;
  border-width: 1px;
  opacity: 1;
  pointer-events: auto;
  transform: translate(0) scale(1);
}
.ss-site-header.is-expanding .ss-site-nav {
  animation: ss-nav-rubber-in 0.68s cubic-bezier(0.22, 1, 0.36, 1) both;
}
.ss-site-header.is-expanding .ss-site-logo {
  animation: ss-logo-fly-left 0.68s cubic-bezier(0.22, 1, 0.36, 1) both;
}
.ss-site-header.is-expanding .ss-site-actions {
  animation: ss-actions-fly-right 0.68s cubic-bezier(0.22, 1, 0.36, 1) both;
}
@keyframes ss-nav-rubber-in {
  0% {
    transform: scaleX(0.94);
  }
  58% {
    transform: scaleX(1.018);
  }
  78% {
    transform: scaleX(0.994);
  }
  to {
    transform: scaleX(1);
  }
}
@keyframes ss-logo-fly-left {
  0% {
    transform: translate(42px) scale(0.9);
  }
  56% {
    transform: translate(-7px) scale(1.01);
  }
  80% {
    transform: translate(2px) scale(0.998);
  }
  to {
    transform: translate(0) scale(1);
  }
}
@keyframes ss-actions-fly-right {
  0% {
    transform: translate(-34px) scale(0.92);
  }
  56% {
    transform: translate(7px) scale(1.01);
  }
  80% {
    transform: translate(-2px) scale(0.998);
  }
  to {
    transform: translate(0) scale(1);
  }
}
.ss-hero {
  height: 100svh;
  min-height: 100svh;
  overflow: hidden;
  padding: 18px 0;
  scroll-snap-align: start;
  scroll-snap-stop: always;
}
.ss-hero-shell {
  height: calc(100svh - 36px);
  min-height: 0;
  border-radius: 0;
  background: transparent;
  padding: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 0.98fr);
  gap: 40px;
}
.ss-hero-panel {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 0;
  border-radius: 0;
  background: transparent;
  padding: 22px 0 0;
}
.ss-nav {
  position: relative;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.ss-hero-panel > .ss-nav {
  display: none;
}
.ss-logo {
  display: inline-flex;
  align-items: center;
  height: 46px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}
.ss-logo-image {
  display: block;
  width: 118px;
  height: auto;
}
.ss-nav-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}
.ss-icon-button,
.ss-menu-button {
  width: 46px;
  height: 46px;
  border: 1px solid var(--ss-line);
  border-radius: 999px;
  background: #ffffff94;
  display: grid;
  place-items: center;
  cursor: pointer;
  transition:
    transform 0.18s ease,
    background-color 0.18s ease;
}
.ss-icon-button:hover,
.ss-menu-button:hover {
  transform: translateY(-1px);
  background: #fff;
}
.ss-icon-button img {
  width: 18px;
  height: 18px;
}
.ss-menu-button {
  padding: 0;
}
.menu-button-line {
  display: block;
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: #1e1e1e;
  transform-style: preserve-3d;
  transition:
    transform 0.18s ease,
    opacity 0.18s ease,
    background-color 0.18s ease;
}
.menu-button-line + .menu-button-line {
  margin-top: 3px;
}
.stayscape-menu-open .menu-button-line.first-line {
  transform: translate3d(0, 4px, 0) rotate(45deg);
}
.stayscape-menu-open .menu-button-line.second-line {
  opacity: 0;
}
.stayscape-menu-open .menu-button-line.third-line {
  transform: translate3d(0, -4px, 0) rotate(-45deg);
}
.nav-menu {
  position: absolute;
  top: 58px;
  right: 0;
  width: min(340px, calc(100vw - 56px));
  padding: 10px;
  border: 1px solid var(--ss-line);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 18px 50px #17171629;
  display: none;
  visibility: hidden;
  flex-direction: column;
  gap: 8px;
  opacity: 0;
  pointer-events: none;
  transform: translate3d(0, -8px, 0);
  transform-style: preserve-3d;
  transition:
    opacity 0.18s ease,
    transform 0.18s ease;
}
.stayscape-menu-open .nav-menu {
  display: flex;
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  transform: translateZ(0);
}
.menu-items {
  display: flex;
  flex-direction: column;
}
.menu-item {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 4px 12px;
  align-items: center;
  padding: 12px;
  border-radius: 14px;
}
.menu-item:hover {
  background: #1717160f;
}
.menu-item .medium-s {
  color: #1e1e1e;
}
.menu-item-description {
  grid-column: 1;
  color: var(--ss-soft-ink);
  font-size: 12px;
}
.menu-item-icon {
  grid-column: 2;
  grid-row: 1 / span 2;
  width: 18px;
  height: 18px;
  opacity: 0;
  transform: translate3d(-6px, 0, 0);
  transform-style: preserve-3d;
  transition:
    opacity 0.18s ease,
    transform 0.18s ease;
}
.menu-item:hover .menu-item-icon {
  opacity: 1;
  transform: translateZ(0);
}
.image-button {
  position: relative;
  min-height: 132px;
  border-radius: 18px;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  padding: 16px;
  color: #fff;
  background: var(--ss-green);
}
.image-button .background-image {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  opacity: 0.76;
  transform: translateZ(0);
  transform-style: preserve-3d;
  transition: transform 0.24s ease;
}
.image-button-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: #0000002e;
  opacity: 0;
  transition: opacity 0.18s ease;
}
.image-button-content {
  position: relative;
  z-index: 2;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}
.image-button-content .medium-m {
  color: #fff;
}
.image-button-icons {
  position: relative;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  overflow: hidden;
  flex: 0 0 34px;
  background: #ffffff29;
}
.image-button-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 18px;
  height: 18px;
  transform: translate(-50%, -50%);
  transform-style: preserve-3d;
  transition: transform 0.22s ease;
}
.image-button-icon.absolute-icon {
  transform: translate(-160%, 70%);
}
.image-button:hover .background-image {
  transform: scale3d(1.04, 1.04, 1);
}
.image-button:hover .image-button-overlay {
  opacity: 1;
}
.image-button:hover .image-button-icon:not(.absolute-icon) {
  transform: translate(80%, -160%);
}
.image-button:hover .image-button-icon.absolute-icon {
  transform: translate(-50%, -50%);
}
.ss-hero-offer {
  flex: 1;
  min-height: 0;
  display: grid;
  align-content: stretch;
  gap: 28px;
  padding: clamp(118px, 16vh, 190px) 0 0;
  text-align: center;
}
.ss-pill {
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 11px;
  border: 1px solid var(--ss-line);
  border-radius: 999px;
  background: #fff9;
  color: #171716b8;
  font-size: 12px;
  font-weight: 500;
}
.ss-pill img {
  width: 15px;
  height: 15px;
}
.ss-h1 {
  max-width: 620px;
  margin: 16px auto 20px;
  font-size: clamp(40px, 4.25vw, 58px);
  line-height: 1.08;
  font-weight: 500;
  text-wrap: balance;
}
.ss-proof {
  justify-content: center;
  display: flex;
  align-items: center;
  gap: 12px;
  color: #171716b3;
  font-size: 13px;
  font-weight: 500;
}
.ss-proof-images {
  display: flex;
}
.ss-proof-images img {
  width: 34px;
  height: 34px;
  border: 2px solid var(--ss-paper);
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}
.ss-proof-images img + img {
  margin-left: -10px;
}
.ss-hero-bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: end;
  gap: clamp(88px, 10vh, 130px);
  padding-bottom: clamp(46px, 6vh, 72px);
}
.ss-black-button,
.ss-white-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 52px;
  padding: 8px 18px 8px 8px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
  overflow: hidden;
  transition:
    transform 0.18s ease,
    box-shadow 0.18s ease;
}
.ss-black-button {
  color: #fff;
  background: var(--ss-ink);
  box-shadow: 0 12px 32px #1717162e;
}
.ss-white-button {
  color: var(--ss-ink);
  background: #fff;
}
.ss-black-button:hover,
.ss-white-button:hover {
  transform: translateY(-2px);
}
.ss-button-icon {
  width: 36px;
  height: 36px;
  display: block;
  border-radius: 50%;
  background: #fff;
  overflow: hidden;
  position: relative;
  flex: 0 0 36px;
}
.ss-white-button .ss-button-icon {
  background: var(--ss-ink);
}
.ss-button-icons {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
}
.ss-button-icon img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 16px;
  height: 16px;
  transform: translate(-50%, -50%);
  transition: transform 0.22s ease;
}
.ss-button-icon img.absolute-icon {
  transform: translate(-160%, 70%);
}
.ss-black-button:hover .ss-button-icon img:not(.absolute-icon),
.ss-white-button:hover .ss-button-icon img:not(.absolute-icon) {
  transform: translate(80%, -160%);
}
.ss-black-button:hover .ss-button-icon img.absolute-icon,
.ss-white-button:hover .ss-button-icon img.absolute-icon {
  transform: translate(-50%, -50%);
}
.ss-white-button .ss-button-icon img {
  filter: brightness(0) invert(1);
}
.reputation-block {
  width: min(100%, 660px);
  display: grid;
  grid-template-columns: 0.74fr 1.26fr;
  border: 1px solid var(--ss-line);
  border-radius: 26px;
  overflow: hidden;
  background: #ffffff7a;
  opacity: 1;
  transform: translateZ(0);
  transform-style: preserve-3d;
}
.reputation-block-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-height: 92px;
  border-right: 1px solid var(--ss-line);
  text-align: center;
}
.reputation-block-badge-icon {
  width: 18px;
  height: auto;
  flex: 0 0 auto;
}
.medium-s {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.22;
}
.reputation-block-info {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 1px minmax(0, 1fr) 1px minmax(0, 1fr);
  min-width: 0;
}
.reputation-info-block {
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 8px;
  text-align: center;
}
.reputation-block-info-divider {
  width: 1px;
  min-height: 100%;
  background: var(--ss-line);
}
.medium-m {
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  opacity: 1;
  transform: translateZ(0);
  transform-style: preserve-3d;
}
.medium-xs,
.reputation-info-block-description {
  color: var(--ss-soft-ink);
  font-size: 10px;
  line-height: 1.1;
}
.reputation-info-block-rating {
  display: flex;
  gap: 1px;
  align-items: center;
  justify-content: center;
}
.reputation-info-block-rating-icon {
  width: 10px;
  height: 10px;
}
.ss-hero-image {
  position: relative;
  height: 100%;
  min-height: 0;
  border-radius: 34px;
  overflow: hidden;
  background: var(--ss-green);
}
.ss-hero-image picture,
.ss-hero-image picture > img,
.ss-hero-image > img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.ss-hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  background: #000;
}
.ss-hero-video[hidden] {
  display: none;
}
.ss-play-button {
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: auto;
  min-width: 78px;
  height: 62px;
  padding: 0 20px;
  border: 1px solid var(--ss-line);
  border-radius: 999px;
  border-color: #ffffff38;
  background: #fff;
  color: var(--ss-ink);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
  box-shadow: 0 12px 28px #00000024;
  transition:
    transform 0.18s ease,
    opacity 0.18s ease;
}
.ss-play-button:hover {
  transform: translateY(-1px);
}
.ss-play-button:before {
  content: "";
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 9px solid currentColor;
}
.ss-hero-image.is-video-active .ss-play-button {
  opacity: 0;
  pointer-events: none;
}
.ss-section {
  min-height: 100svh;
  display: flex;
  align-items: center;
  padding: clamp(72px, 10vw, 132px) 0;
  scroll-snap-align: start;
  scroll-snap-stop: always;
}
.ss-advantages-slide {
  position: relative;
  min-height: 100svh;
  padding: clamp(20px, 3vh, 34px) 0;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: #d7d9d9;
}
.ss-advantages-slide:after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, #ffffff6b, #ffffff3d 48%, #ffffff14);
  pointer-events: none;
}
.ss-advantages-slide .ss-container {
  position: relative;
  z-index: 2;
}
.ss-advantages-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  min-width: 100vw;
  min-height: 100svh;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center bottom;
  object-position: center bottom;
}
.ss-advantages-slide .ss-section-head {
  margin-bottom: clamp(26px, 3vw, 36px);
}
.ss-advantages-slide .ss-h2 {
  font-size: clamp(34px, 4.2vw, 58px);
  line-height: 1;
}
.ss-dark {
  color: #fff;
  background: var(--ss-green-2);
}
.ss-section-head {
  display: grid;
  gap: 14px;
  max-width: 740px;
  margin-bottom: 36px;
}
.ss-section-head.center {
  margin-inline: auto;
  text-align: center;
}
.ss-caption {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: -moz-fit-content;
  width: fit-content;
  color: currentColor;
  font-size: 13px;
  font-weight: 600;
  opacity: 0.72;
  scroll-margin-top: clamp(24px, 6vh, 72px);
  scroll-snap-align: start;
  scroll-snap-stop: always;
}
.ss-caption.center {
  margin-inline: auto;
}
.ss-caption:before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: currentColor;
}
.ss-h2,
.h2 {
  margin: 0;
  font-size: clamp(38px, 5.3vw, 76px);
  line-height: 0.96;
  font-weight: 500;
  text-wrap: balance;
}
.ss-h3 {
  margin: 0;
  font-size: clamp(24px, 3vw, 38px);
  line-height: 1;
  font-weight: 500;
}
.introduction {
  position: relative;
  min-height: 100svh;
  height: 100svh;
  overflow: hidden;
  color: #fff;
  background: var(--ss-green-2);
  scroll-snap-align: start;
  scroll-snap-stop: always;
}
.introduction:after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, #1017132e, #1017139e);
}
.introduction > .background-image {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 122%;
  -o-object-fit: cover;
  object-fit: cover;
  opacity: 1;
  transform: translate3d(0, -10.5%, 0);
  transform-style: preserve-3d;
  will-change: transform;
}
.introduction .container {
  position: relative;
  z-index: 2;
  width: min(100% - 80px, 1360px);
  margin-inline: auto;
  min-height: 100svh;
  display: flex;
  align-items: flex-end;
  padding-block: clamp(70px, 10vw, 130px);
}
.introduction-content {
  width: 100%;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(420px, 0.74fr);
  gap: clamp(40px, 8vw, 120px);
  align-items: end;
}
.introduction-heading {
  display: grid;
  gap: 14px;
  max-width: 690px;
}
.caption {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: -moz-fit-content;
  width: fit-content;
  color: currentColor;
  opacity: 1;
  transform: translateZ(0);
  transform-style: preserve-3d;
  scroll-margin-top: clamp(24px, 6vh, 72px);
  scroll-snap-align: start;
  scroll-snap-stop: always;
}
.caption-shape {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: currentColor;
  opacity: 0.64;
  transform: scale3d(0.75, 0.75, 1);
  transform-style: preserve-3d;
  will-change: opacity, transform;
}
.regular-s {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.2;
}
.regular-xl {
  font-size: clamp(42px, 5.2vw, 74px);
  font-weight: 400;
  line-height: 0.94;
}
.introduction-title {
  filter: blur(0);
  opacity: 1;
  transform: translateZ(0);
  transform-style: preserve-3d;
}
.introduction-info {
  width: 100%;
}
.value-blocks {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  border: 1px solid var(--ss-white-line);
  border-radius: 28px;
  overflow: hidden;
  background: #ffffff1a;
  backdrop-filter: blur(14px);
}
.value-blocks.is-intro-reveal-ready {
  will-change: opacity, transform;
  transition:
    opacity 0.26s ease,
    transform 0.36s cubic-bezier(0.22, 1, 0.36, 1);
}
.value-block {
  display: grid;
  grid-template-columns: minmax(120px, 0.7fr) minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  min-height: 112px;
  padding: 22px;
}
.value-blocks.is-intro-reveal-ready .value-block {
  will-change: opacity, transform;
  transition:
    opacity 0.3s ease,
    transform 0.42s cubic-bezier(0.22, 1, 0.36, 1);
}
.value-block-content {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
}
.value-block-number {
  color: #fff;
}
.value-block-number-suffix {
  display: inline-block;
  margin-left: 2px;
  font-size: 0.54em;
  line-height: 1;
  vertical-align: 0.38em;
}
.value-block-description {
  margin: 0;
  max-width: 180px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
}
.value-block-icon {
  width: 22px;
  height: 22px;
  filter: brightness(0) invert(1);
  opacity: 0.84;
}
.value-blocks-divider {
  height: 1px;
  background: var(--ss-white-line);
}
.value-blocks.is-intro-reveal-ready .value-blocks-divider {
  transition: opacity 0.26s ease;
}
.ss-about-content {
  display: grid;
  grid-template-columns: 430px minmax(0, 1fr);
  gap: 48px;
  align-items: center;
  margin-bottom: 54px;
}
.ss-host-card {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
  padding: 18px;
  border: 1px solid var(--ss-line);
  border-radius: 26px;
  background: #fff;
}
.ss-host-info {
  display: flex;
  align-items: center;
  gap: 14px;
}
.ss-host-info img {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}
.ss-host-info strong,
.ss-reviewer strong {
  display: block;
  font-size: 15px;
  font-weight: 700;
}
.ss-host-info span,
.ss-reviewer span,
.ss-review-date {
  color: #101713;
  font-size: 12px;
  font-weight: 700;
}
.ss-about-quote {
  margin: 0;
  font-size: clamp(26px, 3vw, 46px);
  line-height: 1.1;
  font-weight: 500;
}
.ss-about-insights {
  margin-bottom: clamp(28px, 4vh, 48px);
}
.ss-about-copy {
  max-width: 900px;
  margin: 0 0 22px;
  color: #101713;
  font-size: clamp(15px, 1.25vw, 18px);
  line-height: 1.34;
  font-weight: 700;
  text-align: justify;
}
.ss-about-copy strong {
  color: var(--ss-dark);
  font-weight: 800;
}
.ss-scroll-highlight {
  --highlight-progress: 0%;
  display: inline;
}
.ss-scroll-highlight-segment {
  --highlight-progress: 0%;
  --highlight-ink: #101713;
  display: inline;
  color: var(--highlight-ink);
  padding: 0.02em 0.13em 0.08em;
  border-radius: 0.22em;
  background-image:
    linear-gradient(
      90deg,
      #ffffff var(--highlight-progress),
      var(--highlight-ink) var(--highlight-progress)
    ),
    linear-gradient(
      90deg,
      var(--highlight-ink) var(--highlight-progress),
      transparent var(--highlight-progress)
    );
  background-origin: border-box, border-box;
  background-clip: text, border-box;
  -webkit-background-clip: text, border-box;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  -webkit-text-fill-color: transparent;
  transition: background-image 0.12s linear;
}
.ss-ticker {
  display: grid;
  gap: 14px;
  margin-inline: calc((100vw - min(100% - 40px, 1240px)) / -2);
}
.ss-ticker-row {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  gap: 14px;
  animation: ss-scroll-left 56s linear infinite;
}
.ss-ticker-row.reverse {
  animation-name: ss-scroll-right;
}
.ss-ticker-track {
  display: flex;
  gap: 14px;
}
.ss-big-pill {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 12px 20px 12px 12px;
  border: 1px solid var(--ss-line);
  border-radius: 999px;
  background: #fff;
  white-space: nowrap;
  font-size: 22px;
  font-weight: 500;
}
.ss-big-pill img {
  width: 24px;
  height: 24px;
}
.ss-gallery-top,
.ss-faq-top,
.ss-footer-top {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 40px;
}
.ss-interior-feature {
  min-height: 100svh;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: clamp(72px, 8vw, 116px) 0;
  background: var(--ss-green-2);
  color: #fff;
}
.ss-interior-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(460px, 1fr);
  gap: clamp(28px, 4.4vw, 64px);
  align-items: center;
}
.ss-interior-media {
  border-radius: 32px;
  overflow: hidden;
  background: var(--ss-green);
  min-height: min(62svh, 580px);
}
.ss-interior-media video {
  width: 100%;
  height: min(62svh, 580px);
  min-height: 380px;
  -o-object-fit: cover;
  object-fit: cover;
}
.ss-interior-copy {
  display: grid;
  align-content: center;
  gap: 20px;
}
.ss-interior-copy .ss-section-head {
  margin-bottom: 0;
}
.ss-interior-copy .ss-h2 {
  max-width: 680px;
  font-size: clamp(38px, 4vw, 58px);
  line-height: 1.02;
}
.ss-interior-copy .ss-white-button {
  justify-self: start;
}
.lead-text {
  margin: 0;
  max-width: 680px;
  color: #ffffffc7;
  font-size: clamp(17px, 1.55vw, 21px);
  line-height: 1.42;
  font-weight: 600;
}
.interior-points {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.interior-points li {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
}
.interior-points li:before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: currentColor;
  opacity: 0.62;
  flex: 0 0 auto;
}
.ss-gallery-images-section {
  min-height: 100svh;
}
.ss-gallery-snap-caption {
  height: 1px;
  max-width: 1px;
  margin: 0;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}
.ss-gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}
.interior-gallery-item {
  margin: 0;
  min-height: 240px;
  border-radius: 24px;
  overflow: hidden;
  position: relative;
  background: #111819;
}
.interior-gallery-item.is-featured {
  grid-column: span 2;
  grid-row: span 2;
  min-height: 494px;
}
.interior-gallery-item img,
.interior-gallery-item video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
.interior-gallery-item img {
  transition: transform 0.55s ease;
}
.interior-gallery-item:hover img {
  transform: scale(1.045);
}
.interior-gallery-item.is-video:after {
  content: "";
  width: 14px;
  height: 14px;
  color: #111819;
  background: #fff;
  border-radius: 999px;
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 1;
}
.interior-gallery-item span {
  display: none;
}
.ss-features-layout {
  display: grid;
  grid-template-columns: minmax(320px, 0.78fr) minmax(0, 1.22fr);
  gap: clamp(44px, 7vw, 112px);
  align-items: stretch;
}
.ss-monolith-copy {
  display: grid;
  align-content: center;
  padding: clamp(18px, 2.4vw, 30px);
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 24px;
  background: transparent;
  backdrop-filter: blur(5px) saturate(1.18);
  box-shadow:
    0 24px 70px #10171324,
    inset 0 1px #ffffff4d;
}
.ss-feature-cards {
  display: grid;
  gap: 10px;
}
.ss-feature-card {
  display: grid;
  grid-template-columns: 84px minmax(0, 1fr);
  align-items: center;
  gap: 18px;
  min-height: 96px;
  padding: 16px 28px;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 24px;
  background: transparent;
  backdrop-filter: blur(5px) saturate(1.18);
  box-shadow:
    0 24px 70px #10171324,
    inset 0 1px #ffffff4d;
}
.ss-feature-card strong {
  font-size: 34px;
  line-height: 1;
  font-weight: 500;
  padding-left: 8px;
}
.ss-feature-card h3 {
  margin: 0 0 4px;
  font-size: 18px;
  font-weight: 700;
}
.ss-feature-card p {
  margin: 0;
  color: var(--ss-soft-ink);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.32;
}
.ss-offer {
  min-height: 100svh;
  display: flex;
  align-items: center;
  padding: clamp(42px, 6vh, 72px) 0;
  scroll-snap-align: start;
  scroll-snap-stop: always;
}
.ss-offer-card {
  height: min(720px, calc(100svh - 84px));
  min-height: 420px;
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(360px, 1fr);
  gap: 18px;
  padding: 18px;
  border-radius: var(--ss-radius-xl);
  background: var(--ss-green-2);
  color: #fff;
}
.ss-offer-copy {
  display: grid;
  align-content: center;
  gap: 22px;
  padding: clamp(24px, 4vw, 54px);
}
.ss-offer-copy .ss-h2 {
  max-width: 650px;
  font-size: clamp(34px, 4.2vw, 56px);
  line-height: 1.02;
}
.ss-offer-image {
  border-radius: 26px;
  overflow: hidden;
  min-height: 0;
}
.ss-offer-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.ss-reviews-layout {
  display: grid;
  grid-template-columns: 340px minmax(0, 1fr);
  gap: 26px;
}
.ss-score-card {
  position: sticky;
  top: 24px;
  align-self: start;
  border: 1px solid var(--ss-line);
  border-radius: 30px;
  padding: 24px;
  background: #fff;
}
.ss-score-card strong {
  display: block;
  font-size: 78px;
  line-height: 0.9;
  font-weight: 500;
}
.ss-score-card p {
  margin: 18px 0 24px;
  color: var(--ss-soft-ink);
  font-size: 17px;
  line-height: 1.4;
  font-weight: 600;
}
.ss-score-row {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 13px 0;
  border-top: 1px solid var(--ss-line);
  font-size: 14px;
  font-weight: 700;
}
.ss-review-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
.ss-review-card {
  display: grid;
  gap: 18px;
  padding: 20px;
  border: 1px solid var(--ss-line);
  border-radius: 26px;
  background: #fff;
}
.ss-review-top {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
}
.ss-reviewer {
  display: flex;
  align-items: center;
  gap: 12px;
}
.ss-reviewer img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}
.ss-review-rating {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 12px;
  font-weight: 700;
}
.ss-review-rating img {
  width: 13px;
}
.ss-review-card p {
  margin: 0;
  color: #171716c7;
  font-size: 15px;
  line-height: 1.48;
  font-weight: 600;
}
.ss-faq-list {
  display: grid;
  gap: 12px;
}
.ss-faq-item {
  border: 1px solid var(--ss-line);
  border-radius: 26px;
  overflow: hidden;
  background: #fff;
}
.ss-faq-question {
  width: 100%;
  border: 0;
  background: transparent;
  cursor: pointer;
  display: grid;
  grid-template-columns: 96px 1fr 32px;
  gap: 18px;
  align-items: center;
  padding: 14px 18px 14px 14px;
  text-align: left;
}
.ss-faq-question img:first-child {
  width: 96px;
  height: 78px;
  border-radius: 18px;
  -o-object-fit: cover;
  object-fit: cover;
}
.ss-faq-question strong {
  display: block;
  font-size: clamp(20px, 2.2vw, 30px);
  line-height: 1.05;
  font-weight: 600;
}
.ss-faq-question-text {
  display: grid;
  gap: 6px;
}
.ss-faq-topic {
  color: var(--ss-soft-ink);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
}
.ss-faq-icon {
  width: 24px;
  height: 24px;
  transition: transform 0.18s ease;
}
.ss-faq-item.is-open .ss-faq-icon {
  transform: rotate(180deg);
}
.ss-faq-answer {
  display: none;
  padding: 0 24px 24px 128px;
  color: var(--ss-soft-ink);
  font-size: 18px;
  line-height: 1.45;
  font-weight: 600;
}
.ss-faq-item.is-open .ss-faq-answer {
  display: block;
}
.ss-pricing {
  min-height: 100svh;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: var(--ss-green-2);
  color: #fff;
  padding: clamp(72px, 10vw, 116px) 0;
  scroll-snap-align: start;
  scroll-snap-stop: always;
}
.ss-pricing-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: clamp(28px, 5vh, 52px);
}
.ss-price {
  font-size: clamp(62px, 9vw, 128px);
  line-height: 0.88;
  font-weight: 500;
}
.ss-pricing-card p {
  max-width: 360px;
  margin: 0;
  color: #fffaf2c7;
  font-size: 20px;
  line-height: 1.35;
  font-weight: 600;
}
.ss-image-ticker {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  gap: 16px;
  animation: ss-scroll-left 34s linear infinite;
}
.ss-image-ticker-track {
  display: flex;
  gap: 16px;
}
.ss-image-ticker img {
  width: 430px;
  height: 310px;
  border-radius: 28px;
  -o-object-fit: cover;
  object-fit: cover;
}
.ss-image-ticker img:nth-child(2),
.ss-image-ticker img:nth-child(5) {
  width: 360px;
}
.ss-location {
  background: var(--ss-green-2);
  color: #fff;
  padding-bottom: clamp(72px, 10vw, 132px);
}
.ss-location-card {
  display: grid;
  grid-template-columns: minmax(360px, 0.72fr) minmax(0, 1fr);
  gap: 18px;
  padding: 18px;
  border: 1px solid var(--ss-white-line);
  border-radius: var(--ss-radius-xl);
  background: #ffffff0f;
}
.ss-location-info {
  display: grid;
  align-content: center;
  gap: 34px;
  padding: clamp(24px, 4vw, 54px);
}
.ss-location-details {
  display: grid;
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--ss-white-line);
  border-radius: 24px;
  background: var(--ss-white-line);
}
.ss-location-row {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 18px;
  background: #fffaf214;
}
.ss-location-row span:first-child {
  color: #fffaf29e;
  font-weight: 700;
}
.ss-location-row span:last-child {
  text-align: right;
  font-weight: 600;
}
.ss-map {
  position: relative;
  min-height: 540px;
  border-radius: 26px;
  overflow: hidden;
}
.ss-map > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.ss-map-marker {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 18px 42px #0000003d;
}
.ss-map-marker img {
  width: 24px;
}
.ss-footer {
  min-height: 100svh;
  display: flex;
  align-items: center;
  padding: clamp(42px, 6vh, 72px) 0;
  background: var(--ss-green-2);
  color: #fff;
  scroll-snap-align: start;
  scroll-snap-stop: always;
}
.ss-footer-card {
  min-height: min(640px, calc(100svh - 84px));
  display: grid;
  align-items: center;
  border-radius: var(--ss-radius-xl);
  background: #fff;
  color: var(--ss-ink);
  overflow: hidden;
}
.ss-footer-info {
  padding: clamp(30px, 6vw, 70px);
}
.ss-footer-top {
  margin-bottom: 0;
  align-items: center;
}
.ss-footer-menu {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 18px;
  max-width: 420px;
  margin-top: 34px;
}
.ss-footer-column {
  display: grid;
  gap: 16px;
}
.ss-footer-column > span {
  color: var(--ss-soft-ink);
  font-size: 16px;
  font-weight: 700;
}
.ss-footer-column a {
  display: inline-grid;
  gap: 4px;
  font-size: clamp(24px, 2.4vw, 34px);
  font-weight: 600;
  line-height: 1.18;
}
.ss-footer-link-label {
  color: var(--ss-soft-ink);
  font-size: 16px;
  font-weight: 700;
}
.ss-footer-phone-number {
  white-space: nowrap;
  font-size: clamp(24px, 2.4vw, 34px);
}
.ss-footer-socials {
  display: flex;
  align-items: center;
  gap: 12px;
}
.ss-footer-social-link {
  width: 54px;
  height: 54px;
  display: inline-grid;
  place-items: center;
  border: 1px solid var(--ss-line);
  border-radius: 999px;
  background: #1717160d;
  transition:
    transform 0.18s ease,
    background-color 0.18s ease;
}
.ss-footer-social-link:hover {
  transform: translateY(-2px);
  background: #17171614;
}
.ss-footer-social-link svg {
  width: 26px;
  height: 26px;
  fill: currentColor;
}
.ss-footer-copy {
  max-width: 740px;
  margin: 0;
  color: var(--ss-soft-ink);
  font-size: clamp(18px, 1.8vw, 24px);
  line-height: 1.35;
  font-weight: 600;
}
.ss-footer-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  justify-content: flex-end;
}
.ss-contact-form {
  display: grid;
  gap: 10px;
  max-width: 420px;
}
.ss-contact-section {
  position: relative;
  min-height: 100svh;
  display: flex;
  align-items: center;
  padding: clamp(42px, 6vh, 72px) 0;
  overflow: hidden;
  color: #fff;
  background: var(--ss-green-2);
  scroll-snap-align: start;
  scroll-snap-stop: always;
  scroll-margin-top: 0;
}
.ss-contact-section:after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, #101713d1, #1017138a), #10171333;
  pointer-events: none;
}
.ss-contact-bg-video {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.ss-contact-section .ss-container {
  position: relative;
  z-index: 2;
  width: min(100% - 80px, 1360px);
}
.ss-contact-section .ss-caption {
  scroll-snap-align: none;
  scroll-snap-stop: normal;
}
.ss-contact-panel {
  min-height: min(640px, calc(100svh - 84px));
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 420px);
  align-items: center;
  gap: clamp(24px, 5vw, 72px);
  border: 1px solid var(--ss-white-line);
  border-radius: 28px;
  background: #ffffff24;
  backdrop-filter: blur(5px);
  box-shadow: 0 28px 80px #0000003d;
  padding: clamp(28px, 6vw, 70px);
}
.ss-contact-panel .ss-section-head {
  margin-bottom: 0;
}
.ss-contact-form input,
.ss-contact-form select,
.ss-contact-form textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 16px;
  background: #ffffff29;
  color: #fff;
  padding: 15px 18px;
  font-size: 20px;
  font-weight: 500;
  outline: none;
}
.ss-contact-form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}
.ss-contact-form select option {
  color: var(--ss-ink);
  background: #fff;
}
.ss-honeypot {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}
.ss-contact-form input::-moz-placeholder,
.ss-contact-form textarea::-moz-placeholder {
  color: #ffffffb8;
}
.ss-contact-form input::placeholder,
.ss-contact-form textarea::placeholder {
  color: #ffffffb8;
}
.ss-contact-form input:focus,
.ss-contact-form select:focus,
.ss-contact-form textarea:focus {
  border-color: #ffffff8a;
  background: #fff3;
}
.ss-contact-form textarea {
  min-height: 92px;
  resize: vertical;
}
.ss-contact-form button {
  width: -moz-fit-content;
  width: fit-content;
  justify-self: center;
  border: 0;
  cursor: pointer;
}
.ss-footer-bottom {
  display: grid;
  grid-template-columns: minmax(0, 0.62fr) minmax(0, 1fr);
  gap: 18px;
  align-items: stretch;
  padding: 18px;
}
.ss-footer-legal {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  color: var(--ss-soft-ink);
  font-size: 13px;
  font-weight: 700;
}
.ss-footer-logo {
  position: relative;
  min-height: 270px;
  display: grid;
  place-items: center;
  border-radius: 28px;
  overflow: hidden;
}
.ss-footer-logo > img:first-child {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.ss-footer-logo:after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: #10171342;
}
.ss-footer-logo > img:last-child {
  position: relative;
  z-index: 2;
  width: min(74%, 560px);
  filter: brightness(0) invert(1);
}
@keyframes ss-scroll-left {
  0% {
    transform: translate(0);
  }
  to {
    transform: translate(-50%);
  }
}
@keyframes ss-scroll-right {
  0% {
    transform: translate(-50%);
  }
  to {
    transform: translate(0);
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  .ss-ticker-row,
  .ss-image-ticker {
    animation: none;
  }
}
@media (min-width: 981px) and (max-height: 820px) {
  .ss-section {
    align-items: flex-start;
    padding: 78px 0 26px;
  }
  .ss-h2,
  .h2 {
    font-size: clamp(32px, 3.5vw, 48px);
    line-height: 1.02;
  }
  .ss-hero-offer {
    padding-top: clamp(78px, 10vh, 104px);
    gap: 18px;
  }
  .ss-h1 {
    max-width: 600px;
    margin: 12px auto 14px;
    font-size: clamp(36px, 3.55vw, 48px);
    line-height: 1.02;
  }
  .ss-hero-bottom {
    gap: clamp(62px, 8vh, 88px);
  }
  .ss-advantages-slide {
    align-items: center;
    padding: 18px 0;
  }
  .ss-gallery-images-section {
    overflow: hidden;
  }
  .ss-gallery-grid {
    grid-auto-rows: minmax(0, 132px);
    gap: 8px;
    max-height: calc(100svh - 126px);
    overflow: hidden;
  }
  .interior-gallery-item {
    min-height: 0;
    height: 100%;
    border-radius: 16px;
  }
  .interior-gallery-item.is-featured {
    min-height: 0;
  }
  .ss-faq-top {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 14px;
  }
  .ss-faq-top .ss-section-head {
    margin-bottom: 0;
  }
  .ss-faq-list {
    gap: 7px;
  }
  .ss-faq-item {
    border-radius: 18px;
  }
  .ss-faq-question {
    grid-template-columns: 64px minmax(0, 1fr) 24px;
    gap: 12px;
    padding: 8px 12px 8px 8px;
  }
  .ss-faq-question img:first-child {
    width: 64px;
    height: 48px;
    border-radius: 12px;
  }
  .ss-faq-question strong {
    font-size: clamp(16px, 1.6vw, 21px);
    line-height: 1.08;
  }
  .ss-faq-topic {
    font-size: 11px;
  }
  .ss-faq-answer {
    padding: 0 14px 12px 84px;
    font-size: 13px;
    line-height: 1.34;
  }
  .ss-contact-section {
    align-items: flex-start;
    padding: 78px 0 20px;
  }
  .ss-contact-panel {
    min-height: 0;
    grid-template-columns: minmax(0, 0.95fr) minmax(300px, 380px);
    gap: 24px;
    padding: 24px;
  }
  .ss-contact-form {
    gap: 7px;
    max-width: 380px;
  }
  .ss-contact-form input,
  .ss-contact-form select,
  .ss-contact-form textarea {
    padding: 11px 14px;
    border-radius: 12px;
    font-size: 15px;
  }
  .ss-contact-form textarea {
    min-height: 74px;
  }
}
@media (max-width: 980px) {
  .ss-site-header {
    grid-template-columns: 104px minmax(0, 1fr) 104px;
    gap: 10px;
  }
  .ss-site-nav {
    max-width: min(540px, 100%);
  }
  .ss-site-header.is-compact .ss-site-nav {
    grid-template-columns: 124px minmax(0, 1fr) 88px;
    max-width: min(710px, 100%);
    gap: 12px;
  }
  .ss-site-header.is-compact .ss-site-logo {
    width: 124px;
    padding: 0 20px 0 10px;
  }
  .ss-site-header.is-compact .ss-site-actions {
    width: 88px;
    max-width: 88px;
  }
  .ss-site-logo img,
  .ss-site-top-logo img {
    width: 88px;
  }
  .ss-hero-shell,
  .introduction-content,
  .ss-interior-layout,
  .ss-about-content,
  .ss-features-layout,
  .ss-offer-card,
  .ss-reviews-layout,
  .ss-location-card,
  .ss-footer-bottom,
  .ss-contact-panel {
    grid-template-columns: 1fr;
  }
  .ss-hero-panel,
  .ss-hero-image {
    min-height: auto;
  }
  .ss-hero-offer {
    padding-top: clamp(82px, 16vh, 150px);
    gap: 70px;
  }
  .ss-hero-bottom {
    gap: 54px;
  }
  .ss-hero-image {
    aspect-ratio: 4 / 5;
  }
  .ss-hero-bottom,
  .ss-gallery-top,
  .ss-faq-top,
  .ss-footer-top,
  .ss-pricing-card {
    align-items: start;
    flex-direction: column;
  }
  .ss-review-grid,
  .ss-footer-menu {
    grid-template-columns: 1fr;
  }
  .ss-gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .interior-gallery-item.is-featured {
    grid-column: 1 / -1;
  }
  .ss-interior-feature {
    min-height: auto;
    overflow: visible;
    padding: 72px 0;
  }
  .ss-interior-media,
  .ss-interior-media video {
    min-height: 360px;
    height: auto;
    aspect-ratio: 4 / 3;
  }
  .value-blocks {
    grid-template-columns: 1fr;
  }
  .value-block {
    grid-template-columns: 1fr;
    gap: 10px;
    min-height: auto;
    padding: 18px;
  }
  .value-block-content {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 12px;
    align-items: start;
  }
  .value-block-description {
    width: 100%;
    max-width: none;
    min-width: 0;
    overflow-wrap: anywhere;
  }
  .ss-score-card {
    position: static;
  }
  .ss-advantages-slide {
    min-height: 100svh;
    height: auto;
    overflow: hidden;
    align-items: flex-start;
    padding: 72px 0;
  }
  .ss-contact-section {
    min-height: 100svh;
    height: auto;
    align-items: center;
    padding: 48px 0;
  }
}
@media (max-width: 640px) {
  .ss-site-header,
  .ss-container {
    width: min(100% - 56px, 1360px);
  }
  .ss-site-header {
    top: 10px;
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .ss-site-top-strip {
    display: none;
  }
  .ss-site-nav {
    grid-column: 1;
    justify-self: stretch;
    width: 100%;
    max-width: none;
    min-height: 50px;
    grid-template-columns: 112px minmax(0, 1fr) 94px;
    padding: 6px 7px;
  }
  .ss-site-logo {
    grid-column: 1;
    width: 112px;
    padding: 0 12px 0 8px;
    opacity: 1;
    pointer-events: auto;
    transform: translate(0) scale(1);
  }
  .ss-site-logo img {
    transform: translate(0);
  }
  .ss-site-actions {
    grid-column: 3;
    width: 94px;
    max-width: 94px;
    justify-self: end;
    justify-content: flex-end;
    overflow: visible;
    opacity: 1;
    pointer-events: auto;
    transform: translate(0) scale(1);
  }
  .ss-site-links {
    display: none;
  }
  .ss-site-actions .ss-site-lang {
    width: 40px;
    min-width: 40px;
    border-width: 1px;
    opacity: 1;
    pointer-events: auto;
    transform: translate(0) scale(1);
  }
  .ss-site-nav .ss-icon-button {
    border-color: transparent;
    background: #11100e;
  }
  .ss-site-header.is-compact .ss-site-nav {
    grid-template-columns: 112px minmax(0, 1fr) 94px;
    gap: 8px;
  }
  .ss-site-header.is-compact .ss-site-logo {
    width: 112px;
    padding: 0 12px 0 8px;
  }
  .ss-site-header.is-compact .ss-site-actions {
    width: 94px;
    max-width: 94px;
  }
  .ss-site-logo img,
  .ss-site-top-logo img {
    width: 92px;
  }
  .ss-site-lang {
    min-width: 40px;
    height: 40px;
    font-size: 12px;
  }
  .introduction {
    height: auto;
    min-height: 100svh;
    overflow: hidden;
  }
  .introduction > .background-image {
    inset: 0;
    height: 100%;
    min-height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    transform: none !important;
    will-change: auto;
  }
  .introduction .container {
    width: min(100% - 32px, 1360px);
    min-height: 100svh;
    align-items: center;
    padding-block: 28px 72px;
  }
  .introduction-content {
    gap: 18px;
    align-items: center;
  }
  .introduction-heading {
    gap: 8px;
  }
  .introduction-title {
    font-size: clamp(33px, 11vw, 43px);
    line-height: 1.03;
  }
  .introduction-info {
    transform: translateY(30px);
  }
  .regular-xl {
    font-size: clamp(34px, 11vw, 44px);
  }
  .value-blocks {
    border-radius: 22px;
  }
  .value-block {
    gap: 6px;
    padding: 12px;
  }
  .value-block-content {
    gap: 8px;
  }
  .value-block-description {
    font-size: 13.5px;
    line-height: 1.16;
  }
  .value-block-icon {
    width: 17px;
    height: 17px;
  }
  @media (max-height: 700px) {
    .introduction-info {
      transform: translateY(18px);
    }
  }
  @media (max-height: 650px) {
    .introduction-info {
      transform: translateY(8px);
    }
  }
  .ss-hero {
    height: 100svh;
    min-height: 100svh;
    padding: 0;
  }
  .ss-hero-shell {
    height: 100svh;
    padding: 0;
    border-radius: 0;
    gap: 18px;
  }
  .ss-hero-panel {
    padding-top: 12px;
  }
  .ss-hero-panel,
  .ss-hero-image,
  .ss-offer-card,
  .ss-location-card,
  .ss-footer-card {
    border-radius: 20px;
  }
  .ss-hero-image {
    display: none;
  }
  .ss-h1 {
    max-width: 100%;
    font-size: clamp(28px, 8.7vw, 31px);
    line-height: 1.08;
    overflow-wrap: anywhere;
    hyphens: auto;
  }
  .reputation-block {
    width: 100%;
    max-width: 100%;
    grid-template-columns: 1fr;
  }
  .reputation-block-badge {
    min-height: 72px;
    border-right: 0;
    border-bottom: 1px solid var(--ss-line);
  }
  .reputation-block-info {
    grid-template-columns: minmax(0, 1fr) 1px minmax(0, 1fr) 1px minmax(0, 1fr);
  }
  .ss-hero-offer {
    width: 100%;
    min-width: 0;
    display: grid;
    grid-template-rows: minmax(0, 1fr) auto;
    align-content: normal;
    padding-top: 0;
    gap: 16px;
  }
  .ss-hero-offer > div:first-child {
    align-self: center;
  }
  .ss-hero-bottom {
    width: 100%;
    min-width: 0;
    align-items: center;
    gap: 18px;
    padding-bottom: max(96px, calc(env(safe-area-inset-bottom) + 78px));
    transform: translateY(-42px);
  }
  .ss-hero-bottom .reputation-block {
    align-self: flex-start;
  }
  .ss-interior-media {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }
  .ss-interior-media video {
    max-width: 100%;
  }
  .ss-interior-feature {
    min-height: 200svh;
    padding: 0;
    align-items: stretch;
    overflow: visible;
  }
  .ss-interior-feature .ss-container {
    width: 100%;
  }
  .ss-interior-layout {
    min-height: 200svh;
    display: grid;
    grid-template-rows: 100svh 100svh;
    gap: 0;
  }
  .ss-interior-media {
    min-height: 100svh;
    height: 100svh;
    border-radius: 0;
    scroll-snap-align: start;
    scroll-snap-stop: always;
  }
  .ss-interior-media video {
    height: 100%;
    min-height: 100%;
    aspect-ratio: auto;
  }
  .ss-interior-copy {
    min-height: 100svh;
    justify-content: center;
    padding: 32px 28px;
    scroll-snap-align: start;
    scroll-snap-stop: always;
  }
  .ss-interior-copy .ss-h2 {
    font-size: clamp(33px, 10vw, 42px);
  }
  .lead-text {
    font-size: 16px;
    line-height: 1.35;
  }
  .ss-price {
    max-width: 100%;
    font-size: clamp(36px, 11vw, 48px);
    line-height: 1.03;
    overflow-wrap: anywhere;
  }
  .ss-footer-card,
  .ss-footer-info,
  .ss-footer-top,
  .ss-footer-info .ss-section-head {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }
  .ss-footer-card .ss-h2 {
    font-size: clamp(28px, 8.6vw, 34px);
    line-height: 1.06;
    overflow-wrap: anywhere;
  }
  .ss-play-button {
    left: 50%;
    right: auto;
    max-width: calc(100% - 32px);
    transform: translate(-50%);
  }
  .ss-play-button:hover {
    transform: translate(-50%) translateY(-1px);
  }
  .ss-features-layout,
  .ss-monolith-copy,
  .ss-feature-cards,
  .ss-feature-card,
  .ss-offer-card,
  .ss-offer-copy,
  .ss-offer-image {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }
  .ss-advantages-slide {
    min-height: 100svh;
    height: auto;
    align-items: center;
    padding: 16px 0 24px;
  }
  .ss-advantages-slide .ss-container {
    width: min(100% - 24px, 1360px);
  }
  .ss-advantages-slide .ss-section-head {
    max-width: none;
    margin-bottom: 12px;
  }
  .ss-advantages-slide .ss-h2 {
    font-size: clamp(27px, 9vw, 36px);
    line-height: 1;
  }
  .ss-about-insights {
    margin-bottom: 0;
  }
  .ss-about-copy {
    margin: 0 0 6px;
    font-size: 12px;
    line-height: 1.16;
    text-align: justify;
  }
  .ss-features-layout {
    gap: 8px;
  }
  .ss-feature-cards {
    gap: 6px;
    margin-top: 30px;
  }
  .ss-offer-card {
    height: min(680px, calc(100svh - 56px));
    min-height: 500px;
    grid-template-rows: minmax(0, 1fr) minmax(96px, 22svh);
    gap: 12px;
    padding: 14px;
  }
  .ss-offer-copy {
    padding: 18px;
    gap: 16px;
  }
  .ss-offer-copy .ss-h2 {
    font-size: clamp(27px, 8vw, 32px);
    line-height: 1.05;
    overflow-wrap: anywhere;
  }
  .ss-offer-image {
    min-height: 0;
  }
  .ss-offer {
    height: 100svh;
    min-height: 100svh;
    padding: 0;
    overflow: hidden;
    align-items: center;
  }
  .ss-offer .ss-container {
    height: 100%;
    display: flex;
    align-items: center;
  }
  .ss-offer-card {
    height: calc(100svh - 48px);
    min-height: 0;
  }
  .ss-contact-panel {
    width: 100%;
    height: min(640px, calc(100svh - 100px));
    min-height: 0;
    max-height: calc(100svh - 100px);
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 14px 16px;
    border-radius: 24px;
    overflow: auto;
  }
  .ss-contact-panel .ss-h2 {
    font-size: clamp(27px, 8.7vw, 34px);
    line-height: 0.98;
  }
  .ss-contact-form {
    gap: 5px;
  }
  .ss-contact-form input,
  .ss-contact-form select,
  .ss-contact-form textarea {
    min-height: 39px;
    padding: 7px 11px;
    border-radius: 13px;
    font-size: 13px;
  }
  .ss-contact-form textarea {
    min-height: 58px;
  }
  .ss-contact-form .ss-black-button {
    min-height: 38px;
    padding: 5px 14px 5px 5px;
    font-size: 14px;
  }
  .ss-pricing {
    height: 100svh;
    min-height: 100svh;
    padding: 0;
    align-items: center;
    overflow: hidden;
  }
  .ss-pricing .ss-container {
    width: 100%;
    padding-inline: 28px;
  }
  .ss-contact-section {
    height: 100svh;
    min-height: 100svh;
    padding: 50px 0;
    align-items: center;
    overflow: hidden;
  }
  .ss-contact-section .ss-container {
    width: min(100% - 32px, 1360px);
    height: 100%;
    display: flex;
    align-items: center;
  }
  .ss-faq-question,
  .ss-faq-question-text,
  .ss-faq-topic,
  .ss-faq-question strong {
    min-width: 0;
    overflow-wrap: anywhere;
  }
  .ss-feature-card {
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 10px;
    min-height: auto;
    padding: 10px 14px;
    border-radius: 16px;
  }
  .ss-feature-card strong {
    font-size: 24px;
    padding-left: 2px;
  }
  .ss-feature-card h3 {
    margin-bottom: 1px;
    font-size: 14px;
  }
  .ss-feature-card p {
    font-size: 10.2px;
    line-height: 1.18;
  }
  @media (max-height: 680px) {
    .ss-feature-cards {
      margin-top: 18px;
    }
  }
  .ss-gallery-grid {
    grid-template-columns: 1fr;
  }
  .interior-gallery-item,
  .interior-gallery-item.is-featured {
    grid-column: auto;
    min-height: 280px;
  }
  .ss-faq-question {
    grid-template-columns: 64px 1fr 24px;
    gap: 12px;
  }
  .ss-faq-question img:first-child {
    width: 64px;
    height: 58px;
    border-radius: 14px;
  }
  .ss-faq-answer {
    padding: 0 18px 20px;
    font-size: 16px;
  }
  .ss-location-row {
    display: grid;
  }
  .ss-location-row span:last-child {
    text-align: left;
  }
}
@media (max-width: 640px) {
  .introduction {
    overflow: hidden;
  }
  .introduction > .background-image.parallax-image {
    inset: 0;
    height: 100%;
    min-height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    transform: none !important;
    will-change: auto;
  }
}
.ss-site-nav .ss-icon-button,
.ss-site-nav .ss-icon-button:hover {
  border-color: transparent;
  background: #11100e;
}
.ss-site-nav .ss-icon-button img {
  filter: brightness(0) invert(1);
}
.ss-footer-top .ss-section-head {
  max-width: 860px;
}
.ss-footer-copy {
  max-width: 860px;
}
.ss-footer-menu {
  display: flex;
  justify-content: center;
  max-width: none;
}
.ss-footer-column {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
  width: 100%;
  text-align: center;
}
.ss-footer-column > span,
.ss-footer-link-label {
  display: none;
}
.ss-footer-column a {
  display: inline-flex;
  align-items: center;
  gap: 0;
}
.ss-footer-socials {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
@media (max-width: 640px) {
  .ss-footer-column {
    gap: 12px;
  }
  .ss-footer-social-link {
    width: 48px;
    height: 48px;
  }
  .ss-footer-social-link svg {
    width: 23px;
    height: 23px;
  }
}
