.project-page {
  min-width: 0;
}

.project-page main>section+section {
  margin-top: 120px;
}

.project-page .project-hero+.project-intro {
  margin-top: 100px;
}

.project-section-title {
  margin: 0;
  color: #B68A3D;
  font-size: 64px;
  font-weight: 500;
  line-height: 97.02%;
  letter-spacing: -0.02em;
}

.project-section-subtitle {
  margin: 21px 0 0;
  color: rgba(0, 48, 117, 0.8);
  font-size: 32px;
  font-weight: 400;
  line-height: 1.12;
}

.project-description-full,
.project-intro-copy p,
.project-amenities-heading p {
  text-align: justify;
  text-align-last: left;
  hyphens: auto;
}

.project-hero {
  position: relative;
  height: 628px;
  overflow: hidden;
  color: var(--white);
}

.project-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.project-hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.02);
  transform-origin: center;
}

.project-hero-video {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: #000;
  pointer-events: none;
}

.project-video-deck {
  position: relative;
  isolation: isolate;
  overflow: hidden;
}

.project-video-slot {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  background: #07182c;
  object-fit: cover;
  object-position: var(--hero-focus-x, 50%) var(--hero-focus-y, 50%);
  opacity: 0;
  pointer-events: none;
  transition: opacity .68s ease;
}

.project-video-slot.is-active {
  z-index: 1;
  opacity: 1;
}

.project-video-slot.is-incoming {
  z-index: 2;
  opacity: 1;
}

.project-video-reduced-play {
  display: none;
}

.project-hero-sound-button {
  position: absolute;
  right: max(40px, calc((100vw - min(var(--frame-width), calc(100vw - 200px))) / 2));
  bottom: 105px;
  z-index: 3;
  display: block;
  width: 170.52px;
  height: 53px;
  padding: 0;
  border-radius: 25.9803px;
  background: #f7f4ee;
  color: #003075;
  transition: transform 0.25s ease, background 0.25s ease, opacity 0.25s ease;
}

.project-hero-sound-button:hover,
.project-hero-sound-button:focus-visible {
  transform: translateY(-2px);
  background: #f7f4ee;
}

.project-hero-sound-button.is-sound-on {
  background: #003075;
  color: #f7f4ee;
}

.project-hero-sound-icon {
  position: absolute;
  top: 13.83px;
  left: 28.42px;
  width: 32.61px;
  height: 25.55px;
  transition: clip-path 0.25s ease, filter 0.25s ease;
}

.project-hero-sound-button:not(.is-sound-on) .project-hero-sound-icon {
  clip-path: inset(0 45% 0 0);
}

.project-hero-sound-text {
  position: absolute;
  top: 14.38px;
  left: 78.69px;
  display: flex;
  align-items: center;
  width: 63px;
  height: 25px;
  font-size: 21.1999px;
  font-weight: 400;
  line-height: 25px;
  text-align: center;
}

.project-hero-sound-button.is-sound-on .project-hero-sound-icon {
  filter: brightness(0) invert(1);
}

body.js-enabled .project-page .project-hero-image {
  animation: project-hero-image-in 14s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}

.project-hero-video,
body.js-enabled .project-page .project-hero-video {
  transform: none;
  animation: none;
}

.project-hero-video .project-video-slot {
  object-fit: cover;
  object-position: var(--hero-focus-x, 50%) var(--hero-focus-y, 50%);
}

.project-hero-content {
  position: absolute;
  z-index: 1;
  inset: 0;
  height: 100%;
  padding-top: 0;
}

.kriopigi-page .project-hero-content {
  pointer-events: none;
}

.project-hero h1 {
  position: absolute;
  left: 0;
  top: 208px;
  width: 960px;
  height: 111px;
  margin: 0;
  font-size: 116px;
  font-weight: 400;
  line-height: 95.98%;
  letter-spacing: 0;
  display: flex;
  align-items: center;
  text-shadow: 0 4.61938px 9.23876px rgba(0, 0, 0, 0.25);
}

body.js-enabled .project-page .project-hero h1,
body.js-enabled .project-page .project-location-link {
  opacity: 0;
  transform: translateY(28px);
  animation: project-hero-copy-in 0.9s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}

body.js-enabled .project-page .project-brochure-link {
  opacity: 0;
  animation: project-hero-fade-in 0.9s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}

body.js-enabled .project-page .project-location-link {
  animation-delay: 0.16s;
}

body.js-enabled .project-page .project-brochure-link {
  animation-delay: 0.28s;
}

.project-location-link {
  position: absolute;
  left: 0;
  top: 336px;
  display: block;
  width: 609px;
  height: 35px;
  margin: 0;
  color: #ffffff;
}

.project-location-icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 25px;
  height: 35px;
}

.project-location-text {
  position: absolute;
  left: 40px;
  top: 4px;
  display: flex;
  align-items: center;
  width: 580px;
  height: 27px;
  font-size: 28px;
  font-weight: 400;
  line-height: 95.98%;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.project-location-arrow {
  position: relative;
  width: 25px;
  height: 18px;
  transform: rotate(180deg);
}

.project-location-arrow::before,
.project-location-arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
}

.project-location-arrow::before {
  left: 0;
  width: 25px;
  border-top: 3px solid currentColor;
  transform: translateY(-50%);
}

.project-location-arrow::after {
  right: 0;
  width: 10px;
  height: 10px;
  border-top: 3px solid currentColor;
  border-right: 3px solid currentColor;
  transform: translateY(-50%) rotate(45deg);
}

.project-brochure-link,
.project-floating-brochure {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  min-width: 231px;
  height: 69px;
  padding: 4px 29px 4px 4px;
  border-radius: 40px;
  background: var(--page-bg);
  color: #003075;
  font-size: 28px;
  font-weight: 400;
  line-height: 1;
  overflow: hidden;
  isolation: isolate;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.project-brochure-link::before,
.project-floating-brochure::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(110deg,
      transparent 0%,
      transparent 38%,
      rgba(255, 255, 255, 0.28) 48%,
      transparent 60%,
      transparent 100%);
  transform: translateX(-120%);
  transition: transform 0.72s cubic-bezier(0.25, 1, 0.5, 1);
  pointer-events: none;
}

.project-brochure-link:hover::before,
.project-brochure-link:focus-visible::before,
.project-floating-brochure:hover::before,
.project-floating-brochure:focus-visible::before {
  transform: translateX(120%);
}

.project-brochure-link {
  position: absolute;
  left: 0;
  top: 425px;
  display: block;
  width: 231.15px;
  min-width: 0;
  height: 69px;
  padding: 0;
  border-radius: 33.8235px;
  background: #003075;
  color: #ffffff;
  font-family: 'Gilroy', sans-serif;
  font-size: 27.6px;
  font-weight: 400;
  line-height: 33px;
}

.project-brochure-link>span:last-child {
  position: absolute;
  z-index: 1;
  left: 49.45px;
  top: 18.4px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 181.7px;
  height: 33px;
  font-family: 'Gilroy', sans-serif;
  font-size: 27.6px;
  font-weight: 400;
  line-height: 33px;
  text-align: center;
  white-space: nowrap;
}

.project-brochure-link:hover,
.project-floating-brochure:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(0, 48, 117, 0.16);
}

.kriopigi-page .project-location-link,
.kriopigi-page .project-brochure-link {
  pointer-events: auto;
  transition: opacity 0.32s ease, visibility 0.32s ease, transform 0.32s ease;
}

.kriopigi-page .project-hero.is-hero-idle h1,
.kriopigi-page .project-hero.is-hero-idle .project-location-link,
.kriopigi-page .project-hero.is-hero-idle .project-brochure-link {
  opacity: 0 !important;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(10px) !important;
}

@media (min-width: 761px) {
  .kriopigi-page .project-hero {
    height: 953px;
  }

  .kriopigi-page .project-hero h1 {
    top: 310px;
  }

  .kriopigi-page .project-location-link {
    top: 446px;
  }

  .kriopigi-page .project-brochure-link {
    top: 535px;
  }
}

.project-brochure-icon,
.project-floating-icon {
  position: relative;
  flex: 0 0 61px;
  width: 61px;
  height: 61px;
  border-radius: 50%;
  background: #b68a3d;
  color: var(--page-bg);
}

.project-brochure-icon {
  position: absolute;
  z-index: 1;
  left: 3.45px;
  top: 3.45px;
  display: block;
  flex-basis: 60.95px;
  width: 60.95px;
  height: 60.95px;
  background: #003075;
  color: #ffffff;
}

.project-brochure-icon::before,
.project-floating-icon::before {
  content: "";
  position: absolute;
  left: 16px;
  top: 50%;
  width: 30px;
  border-top: 3px solid currentColor;
  transform: translateY(-50%);
}

.project-brochure-icon::after,
.project-floating-icon::after {
  content: "";
  position: absolute;
  right: 17px;
  top: 50%;
  width: 12px;
  height: 12px;
  border-top: 3px solid currentColor;
  border-right: 3px solid currentColor;
  transform: translateY(-50%) rotate(45deg);
}

.project-brochure-icon::before,
.project-brochure-icon::after {
  content: none;
}

.project-brochure-icon-part {
  position: absolute;
  display: block;
  object-fit: contain;
  transition: transform 0.34s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.34s ease;
  transform-origin: center;
}

.project-brochure-link:hover .project-brochure-icon-part--tray,
.project-brochure-link:focus-visible .project-brochure-icon-part--tray {
  transform: translateY(2px) scaleX(1.04);
}

.project-brochure-link:hover .project-brochure-icon-part--chevron,
.project-brochure-link:focus-visible .project-brochure-icon-part--chevron {
  transform: translateY(4px);
}

.project-brochure-link:hover .project-brochure-icon-part--stem,
.project-brochure-link:focus-visible .project-brochure-icon-part--stem {
  transform: translateY(5px);
}

.project-brochure-icon-part--tray {
  left: 28.55px;
  top: 34.35px;
  width: 32.6px;
  height: 12.1px;
}

.project-brochure-icon-part--chevron {
  left: 36.05px;
  top: 27.55px;
  width: 17.65px;
  height: 10.2px;
}

.project-brochure-icon-part--stem {
  left: 43.45px;
  top: 14.95px;
  width: 2.8px;
  height: 23.25px;
}

.project-intro-grid {
  position: relative;
  display: block;
  height: 833px;
}

.project-intro-media .project-section-title {
  position: absolute;
  left: 0;
  top: 0;
  width: 914px;
  height: 62px;
  display: flex;
  align-items: center;
  color: #B68A3D;
  font-family: 'Gilroy', sans-serif;
  font-size: 64px;
  font-weight: 500;
  line-height: 97.02%;
  letter-spacing: 0;
}

.project-intro-image {
  position: absolute;
  left: -143px;
  top: 103px;
  width: 1002px;
  height: 730px;
  margin: 0;
  border-radius: 40px;
  object-fit: cover;
}

.project-intro-copy {
  position: absolute;
  left: 925px;
  top: 103px;
  width: 795px;
  padding-top: 0;
}

.project-specs {
  display: grid;
  gap: 0;
  width: 698px;
  height: 237px;
  margin: 0 0 0 7.5px;
  color: #003075;
  font-size: 48px;
  font-weight: 400;
  line-height: 78px;
}

.project-spec {
  display: flex;
  align-items: center;
  gap: 43px;
  height: 79px;
}

.project-spec strong {
  font-weight: 500;
}

.project-spec-icon {
  display: block;
  flex: 0 0 46px;
  width: 46px;
  height: auto;
  object-fit: contain;
}

.project-intro-copy p {
  position: absolute;
  left: 0;
  top: 316px;
  width: 795px;
  height: 414px;
  margin: 0;
  color: #003075;
  font-family: 'Gilroy', sans-serif;
  font-style: normal;
  font-size: 32px;
  font-weight: 400;
  line-height: 113.52%;
  display: flex;
  align-items: center;
  opacity: 0.8;
}

body.js-enabled .project-page .project-intro-media .project-section-title,
body.js-enabled .project-page .project-intro-image,
body.js-enabled .project-page .project-intro-copy,
body.js-enabled .project-page .project-amenities-heading,
body.js-enabled .project-page .project-amenity-card,
body.js-enabled .project-page .project-plan-card {
  opacity: 0;
  transform: translateY(36px);
  transition: opacity 0.85s cubic-bezier(0.25, 1, 0.5, 1),
    transform 0.85s cubic-bezier(0.25, 1, 0.5, 1),
    clip-path 0.85s cubic-bezier(0.25, 1, 0.5, 1);
}

body.js-enabled .project-page .project-intro-image,
body.js-enabled .project-page .project-amenity-card {
  clip-path: inset(0 0 20% 0 round 40px);
}

body.js-enabled .project-page .project-amenity-card {
  clip-path: inset(0 0 20% 0 round 29.14px);
}

body.js-enabled .project-page .project-intro-image.visible,
body.js-enabled .project-page .project-amenity-card.visible {
  clip-path: inset(0 0 0 0 round 40px);
}

body.js-enabled .project-page .project-amenity-card.visible {
  clip-path: inset(0 0 0 0 round 29.14px);
}

body.js-enabled .project-page .project-intro-media .project-section-title.visible,
body.js-enabled .project-page .project-intro-image.visible,
body.js-enabled .project-page .project-intro-copy.visible,
body.js-enabled .project-page .project-amenities-heading.visible,
body.js-enabled .project-page .project-amenity-card.visible,
body.js-enabled .project-page .project-plan-card.visible {
  opacity: 1;
  transform: translateY(0);
}

body.js-enabled .project-page .project-intro-image {
  transition-delay: 0.12s;
}

body.js-enabled .project-page .project-intro-copy {
  transition-delay: 0.22s;
}

.project-amenities-grid {
  display: grid;
  grid-template-columns: repeat(5, 323.5px);
  column-gap: 27.14px;
  row-gap: 26.65px;
}

.project-amenities-list {
  display: contents;
}

.project-amenities-heading {
  grid-column: span 2;
  min-height: 146px;
  padding-top: 7px;
}

.project-amenities-heading p {
  width: 529px;
  margin: 21px 0 0;
  color: rgba(0, 48, 117, 0.8);
  font-size: 24px;
  font-weight: 500;
  line-height: 23.03px;
}

.project-amenity-card {
  position: relative;
  width: 323.5px;
  min-height: 145.72px;
  padding: 0 22px 0 108px;
  border-radius: 29.14px;
  background: linear-gradient(180deg, #fefbf5 0%, #ffffff 100%);
  overflow: hidden;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.04);
  transition: transform 0.32s cubic-bezier(0.25, 1, 0.5, 1),
    box-shadow 0.32s ease,
    background 0.32s ease;
}

.project-amenity-card::before {
  content: "";
  position: absolute;
  inset: -1px;
  z-index: 0;
  background: linear-gradient(110deg,
      transparent 0%,
      transparent 38%,
      rgba(182, 138, 61, 0.18) 48%,
      rgba(255, 255, 255, 0.42) 52%,
      transparent 64%,
      transparent 100%);
  opacity: 0;
  transform: translateX(-115%) skewX(-10deg);
  transition: opacity 0.3s ease, transform 0.85s cubic-bezier(0.25, 1, 0.5, 1);
  pointer-events: none;
}

.project-amenity-card:hover,
.project-amenity-card:focus-within {
  transform: translateY(-6px);
  background: linear-gradient(180deg, #fff8eb 0%, #ffffff 100%);
  box-shadow: 0 24px 55px rgba(0, 48, 117, 0.13);
}

.project-amenity-card:hover::before,
.project-amenity-card:focus-within::before {
  opacity: 1;
  transform: translateX(115%) skewX(-10deg);
}

.project-amenity-card h3 {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  min-height: 145.72px;
  margin: 0;
  color: #003075;
  font-size: 29.14px;
  font-weight: 500;
  line-height: 28.27px;
}

.project-amenity-icon {
  position: absolute;
  z-index: 1;
  left: 24px;
  top: 50%;
  width: auto;
  height: auto;
  max-width: 73px;
  max-height: 62px;
  object-fit: contain;
  transform: translateY(-50%);
  transition: transform 0.34s cubic-bezier(0.25, 1, 0.5, 1), filter 0.34s ease;
}

.project-amenity-card:hover .project-amenity-icon,
.project-amenity-card:focus-within .project-amenity-icon {
  transform: translateY(-50%) scale(1.07);
  filter: drop-shadow(0 10px 16px rgba(182, 138, 61, 0.22));
}

.project-amenity-icon--shore {
  width: 72px;
}

.project-amenity-icon--apartments {
  width: 54px;
  left: 33px;
}

.project-amenity-icon--ready {
  width: 24px;
  left: 46px;
}

.project-amenity-icon--glass {
  width: 61px;
  left: 30px;
}

.project-amenity-icon--thessaloniki {
  width: 59px;
  left: 31px;
}

.project-amenity-icon--views {
  width: 66px;
}

.project-amenity-icon--balcony {
  width: 49px;
  left: 37px;
}

.project-amenity-icon--finish {
  width: 69px;
}

.project-amenity-icon--custom {
  left: 31px;
  width: 58px;
  height: 58px;
}

body.js-enabled .project-page .project-amenity-card:nth-of-type(1) {
  transition-delay: 0.04s;
}

body.js-enabled .project-page .project-amenity-card:nth-of-type(2) {
  transition-delay: 0.1s;
}

body.js-enabled .project-page .project-amenity-card:nth-of-type(3) {
  transition-delay: 0.16s;
}

body.js-enabled .project-page .project-amenity-card:nth-of-type(4) {
  transition-delay: 0.22s;
}

body.js-enabled .project-page .project-amenity-card:nth-of-type(5) {
  transition-delay: 0.28s;
}

body.js-enabled .project-page .project-amenity-card:nth-of-type(6) {
  transition-delay: 0.34s;
}

body.js-enabled .project-page .project-amenity-card:nth-of-type(7) {
  transition-delay: 0.4s;
}

body.js-enabled .project-page .project-amenity-card:nth-of-type(8) {
  transition-delay: 0.46s;
}

body.js-enabled .project-page .project-amenity-card.visible:hover,
body.js-enabled .project-page .project-amenity-card.visible:focus-within {
  transform: translateY(-6px);
  transition-delay: 0s;
  transition: transform 0.32s cubic-bezier(0.25, 1, 0.5, 1),
    box-shadow 0.32s ease,
    background 0.32s ease;
}

.project-gallery-strip {
  position: relative;
  --gallery-drag-x: 0px;
  --gallery-cursor-x: 50%;
  --gallery-cursor-y: 50%;
  --gallery-cursor-scale: 0.88;
  height: 918px;
  overflow: hidden;
}

.project-gallery-image {
  position: absolute;
  object-fit: cover;
  border-radius: 40px;
  image-rendering: auto;
  transform: translate3d(var(--gallery-drag-x), 0, 0) scale(var(--gallery-scale, 1));
  backface-visibility: hidden;
  transition: opacity 0.72s cubic-bezier(0.25, 1, 0.5, 1),
    transform 0.72s cubic-bezier(0.25, 1, 0.5, 1);
  will-change: opacity, transform;
  -webkit-user-drag: none;
}

.project-gallery-image--is-changing {
  --gallery-scale: 0.996;
  opacity: 0.86;
}

.project-gallery-source {
  display: none !important;
}

.project-gallery-controls {
  position: absolute;
  left: max(24px, calc((100vw - 1720px) / 2));
  right: max(24px, calc((100vw - 1720px) / 2));
  top: 50%;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transform: translateY(-50%);
  pointer-events: none;
}

.project-gallery-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border: 1px solid rgba(182, 138, 61, .48);
  border-radius: 50%;
  background: rgba(247, 244, 238, .92);
  color: #9f712f;
  box-shadow: 0 12px 30px rgba(0, 48, 117, .16);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  transition: color .25s ease, background .25s ease, transform .25s ease;
  pointer-events: auto;
}

.project-gallery-arrow span {
  font-size: 28px;
  font-weight: 400;
  line-height: 1;
}

.project-gallery-arrow:hover,
.project-gallery-arrow:focus-visible {
  background: #b68a3d;
  color: #f7f4ee;
  transform: translateY(-2px);
}

.project-gallery-image--far-left {
  left: calc(50% - 2602px);
  top: 0;
  width: 1090.84px;
  height: 613.6px;
}

.project-gallery-image--left {
  left: calc(50% - 1436px);
  top: 0;
  width: 657.91px;
  height: 600.92px;
}

.project-gallery-image--main {
  left: calc(50% - 703px);
  top: 0;
  width: 1401.98px;
  height: 917.79px;
}

.project-gallery-image--right-small {
  left: calc(50% + 773px);
  top: 0;
  width: 577px;
  height: 613.73px;
}

.project-floating-brochure {
  position: absolute;
  left: 50%;
  bottom: 54px;
  z-index: 4;
  min-width: 203px;
  height: 61px;
  gap: 12px;
  padding-right: 24px;
  font-size: 24px;
  transform: translateX(-50%);
}

.project-floating-brochure:hover {
  transform: translateX(-50%) translateY(-2px);
}

.project-floating-icon {
  z-index: 1;
  flex-basis: 54px;
  width: 54px;
  height: 54px;
  background: transparent;
  transition: transform 0.32s cubic-bezier(0.25, 1, 0.5, 1);
}

.project-floating-brochure>span {
  position: relative;
  z-index: 1;
}

.project-floating-brochure:hover .project-floating-icon,
.project-floating-brochure:focus-visible .project-floating-icon {
  transform: rotate(-5deg) scale(1.05);
}

.project-walkthrough-inner {
  display: grid;
  gap: 48px;
}

.project-walkthrough-video {
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 40px;
  background: #07182c;
  box-shadow: 0 30px 80px rgba(0, 48, 117, .14);
}

.project-floor-plans {
  overflow: hidden;
}

.project-plan-tabs {
  display: flex;
  gap: 39px;
  margin-top: 53px;
}

.project-floor-plans .project-section-subtitle {
  margin-top: 25px;
  line-height: 31px;
}

.project-plan-tab {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 78px;
  padding: 0;
  overflow: hidden;
  border: 1px solid #d7d1c8;
  border-radius: 39px;
  background: #f7f4ee;
  color: #003075;
  font-size: 32px;
  font-weight: 400;
  line-height: 1;
  isolation: isolate;
  transition: border-color 0.28s ease;
  cursor: pointer;
}

.project-plan-tab::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 0;
  width: 140%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #003075;
  transform: translate(-50%, -50%) scale(0);
  transition: transform 0.42s cubic-bezier(0.65, 0, 0.35, 1);
}

.project-plan-tab span {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1em;
  color: transparent;
  line-height: 1;
  white-space: nowrap;
}

.project-plan-tab span::before,
.project-plan-tab span::after {
  content: attr(data-label);
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  white-space: nowrap;
}

.project-plan-tab span::before {
  color: #003075;
}

.project-plan-tab span::after {
  color: #ffffff;
  clip-path: circle(0% at 50% 50%);
  transition: clip-path 0.42s cubic-bezier(0.65, 0, 0.35, 1);
}

.project-plan-tab:hover,
.project-plan-tab:focus-visible {
  border-color: #003075;
}

.project-plan-tab:hover::before,
.project-plan-tab:focus-visible::before,
.project-plan-tab.active::before {
  transform: translate(-50%, -50%) scale(1);
}

.project-plan-tab:hover span::after,
.project-plan-tab:focus-visible span::after,
.project-plan-tab.active span::after {
  clip-path: circle(150% at 50% 50%);
}

.project-plan-tab:nth-child(1) {
  width: 542px;
}

.project-plan-tab:nth-child(2) {
  width: 359px;
}

.project-plan-tab:nth-child(3) {
  width: 428px;
}

.project-plan-tabs--villa .project-plan-tab:nth-child(1) {
  width: 368px;
}

.project-plan-tabs--villa .project-plan-tab:nth-child(2) {
  width: 391px;
}

.project-plan-tab.active {
  border-color: #003075;
}

.project-plan-list {
  display: grid;
  gap: 72px;
  margin-top: 72px;
}

.project-plan-card[hidden] {
  display: none;
}

.project-plan-card {
  --project-plan-max-height: min(940px, calc(100vw - 200px));
}

.project-plan-card h3 {
  margin: 0 0 53px;
  color: #003075;
  font-size: 48px;
  font-weight: 500;
  line-height: 0.98;
}

.project-plan-card img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: var(--project-plan-max-height);
  margin: 0 auto;
  background: transparent;
  border-radius: 0;
  object-fit: contain;
  object-position: center top;
}

@media (max-width: 1180px) {
  .project-plan-card {
    --project-plan-max-height: min(760px, calc(100vw - 48px));
  }
}

.project-location-section {
  position: relative;
  height: 819px;
  overflow: hidden;
}

.project-location-map {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 1920px;
  height: 620px;
  border: 0;
}

.project-location-marquee {
  position: absolute;
  left: 0;
  right: 0;
  top: 700px;
  height: 119px;
  overflow: hidden;
}

.project-location-track {
  display: flex;
  gap: 40px;
  width: max-content;
  animation: project-location-scroll 36s linear infinite;
}

.project-location-track span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 410px;
  height: 119px;
  padding: 0 48px;
  border-radius: 40px;
  background: linear-gradient(180deg, #fefbf5 0%, #ffffff 100%);
  color: #003075;
  font-size: 40px;
  font-weight: 500;
  line-height: 113.52%;
  white-space: nowrap;
}

.project-location-track span:nth-child(6n+1) {
  width: 647px;
}

.project-location-track span:nth-child(6n+2) {
  width: 641px;
}

.project-location-track span:nth-child(6n+3) {
  width: 512px;
}

.project-location-track span:nth-child(6n+4) {
  width: 622px;
}

.project-location-track span:nth-child(6n+5) {
  width: 605px;
}

.project-location-track span:nth-child(6n+6) {
  width: 410px;
}

.kriopigi-page .project-location-marquee {
  -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 96px, #000 calc(100% - 96px), transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0, #000 96px, #000 calc(100% - 96px), transparent 100%);
}

.kriopigi-page .project-location-track span {
  flex: 0 0 auto;
  width: auto;
  min-width: 0;
  padding-right: 64px;
  padding-left: 64px;
}

.kriopigi-page .project-location-track span:nth-child(n) {
  width: auto;
}

@keyframes project-location-scroll {
  from {
    transform: translateX(-859px);
  }

  to {
    transform: translateX(calc(-50% - 859px));
  }
}

@keyframes project-hero-image-in {
  from {
    transform: scale(1.02);
  }

  to {
    transform: scale(1.06);
  }
}

@keyframes project-hero-copy-in {
  from {
    opacity: 0;
    transform: translateY(28px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes project-hero-fade-in {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@media (prefers-reduced-motion: reduce) {
  .project-location-track {
    animation: none;
  }

  body.js-enabled .project-page .project-hero-image,
  body.js-enabled .project-page .project-hero h1,
  body.js-enabled .project-page .project-location-link,
  body.js-enabled .project-page .project-brochure-link {
    animation: none;
  }

  .project-hero-image,
  body.js-enabled .project-page .project-hero h1,
  body.js-enabled .project-page .project-location-link,
  body.js-enabled .project-page .project-brochure-link,
  body.js-enabled .project-page .project-intro-media .project-section-title,
  body.js-enabled .project-page .project-intro-image,
  body.js-enabled .project-page .project-intro-copy,
  body.js-enabled .project-page .project-amenities-heading,
  body.js-enabled .project-page .project-amenity-card,
  body.js-enabled .project-page .project-plan-card {
    opacity: 1;
    transform: none;
    clip-path: none;
    transition: none;
  }

  .project-video-slot {
    transition: none;
  }

  .project-video-reduced-play {
    position: absolute;
    left: 50%;
    bottom: 32px;
    z-index: 4;
    display: flex;
    min-height: 44px;
    padding: 0 20px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255,255,255,.7);
    border-radius: 24px;
    background: rgba(7,24,44,.76);
    color: white;
    font: 500 14px/1 'Plus Jakarta Sans', sans-serif;
    transform: translateX(-50%);
    pointer-events: auto;
  }

  .project-hero-sound-button {
    display: none;
  }

  .project-amenity-card,
  .project-brochure-link::before,
  .project-floating-brochure::before {
    transition: none;
  }
}

@media (max-width: 1180px) {

  .project-page .container,
  .project-page .header-container {
    width: calc(100vw - 48px);
  }

  .project-page .header-actions {
    right: 0;
    transform: scale(0.86);
    transform-origin: right top;
  }

  .project-hero h1 {
    width: min(980px, 100%);
    font-size: clamp(56px, 8vw, 96px);
  }

  .project-intro-grid {
    grid-template-columns: 1fr;
    gap: 36px;
    margin-left: 0;
  }

  .project-intro-media .project-section-title {
    width: auto;
    margin-left: 0;
  }

  .project-intro-image,
  .project-intro-copy p {
    width: 100%;
  }

  .project-intro-copy {
    padding-top: 0;
  }

  .project-amenities-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .project-amenities-heading {
    grid-column: span 2;
  }

  .project-plan-tabs {
    flex-wrap: wrap;
  }

}

@media (max-width: 760px) {

  .project-page .container,
  .project-page .header-container {
    width: calc(100vw - 32px);
  }

  .project-page .header {
    top: 18px;
  }

  .project-page .logo-letters {
    display: none;
  }

  .project-page .header-actions {
    transform: scale(0.74);
  }

  .project-section-title,
  .project-page .section-title {
    font-size: 42px;
  }

  .project-section-subtitle,
  .project-page .section-subtitle {
    font-size: 22px;
  }

  .project-hero {
    height: 560px;
  }

  .project-hero-content {
    padding-top: 190px;
  }

  .project-location-link {
    width: 100%;
    max-width: 100%;
    height: auto;
    margin-bottom: 36px;
    font-size: 18px;
  }

  .project-location-text {
    width: calc(100vw - 88px);
    height: auto;
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: 0.08em;
    white-space: normal;
  }

  .project-brochure-link,
  .project-floating-brochure {
    min-width: 190px;
    height: 58px;
    font-size: 22px;
  }

  .project-brochure-icon,
  .project-floating-icon {
    flex-basis: 50px;
    width: 50px;
    height: 50px;
  }

  .project-intro-image {
    height: 420px;
    margin-top: 28px;
  }

  .project-specs {
    font-size: 28px;
  }

  .project-spec {
    gap: 24px;
  }

  .project-intro-copy p {
    font-size: 22px;
  }

  .project-amenities-grid {
    grid-template-columns: 1fr;
  }

  .project-amenities-heading {
    grid-column: auto;
    min-height: auto;
  }

  .project-amenities-heading p {
    width: auto;
    line-height: 1.2;
  }

  .project-gallery-strip {
    height: 420px;
  }

  .project-gallery-controls {
    left: 18px;
    right: 18px;
    top: 50%;
  }

  .project-gallery-arrow {
    width: 46px;
    height: 46px;
  }

  .project-gallery-arrow span {
    font-size: 22px;
  }

  .project-gallery-image--left,
  .project-gallery-image--far-left,
  .project-gallery-image--right-small {
    display: none;
  }

  .project-gallery-image--main {
    left: 0;
    width: 100%;
    height: 420px;
  }

  .project-floor-plans {
    overflow: visible;
  }

  .project-plan-tabs,
  .project-plan-list {
    gap: 20px;
    margin-top: 32px;
  }

  .project-plan-tab {
    width: 100%;
    height: auto;
    min-height: 64px;
    padding: 14px 22px;
    font-size: 22px;
  }

  .project-plan-tab:nth-child(1),
  .project-plan-tab:nth-child(2),
  .project-plan-tab:nth-child(3),
  .project-plan-tabs--villa .project-plan-tab:nth-child(1),
  .project-plan-tabs--villa .project-plan-tab:nth-child(2) {
    width: 100%;
  }

  .project-plan-card h3 {
    margin-bottom: 24px;
    font-size: 34px;
  }

  .project-plan-card {
    --project-plan-max-height: min(520px, calc(100vw - 32px));
  }

  .project-location-section {
    height: 560px;
  }

  .project-location-map {
    position: relative;
    left: 0;
    transform: none;
    width: 100%;
    height: 420px;
  }

  .project-location-track span {
    min-width: 320px;
    height: 92px;
    padding: 0 28px;
    font-size: 24px;
  }

  .project-location-marquee {
    height: 92px;
  }

  .project-page .contacts-section,
  .project-page .form-container {
    height: auto;
  }

  .project-page .contacts-section {
    padding: 70px 0 80px;
  }

  .project-page .form-container .section-title,
  .project-page .form-container .section-subtitle,
  .project-page .consultation-form,
  .project-page .form-textarea,
  .project-page .form-consent,
  .project-page .form-captcha,
  .project-page .btn-submit {
    position: static;
    width: 100%;
    height: auto;
  }

  .project-page .form-container .section-title,
  .project-page .form-container .section-subtitle {
    display: block;
  }

  .project-page .consultation-form {
    margin-top: 32px;
  }

  .project-page .form-row {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .project-page .form-textarea {
    min-height: 170px;
    margin-top: 18px;
  }

  .project-page .form-consent {
    align-items: flex-start;
    margin-top: 16px;
  }

  .project-page .form-consent-text {
    width: auto;
    height: auto;
    font-size: 18px;
    line-height: 1.25;
    white-space: normal;
  }

  .project-page .btn-submit {
    justify-content: space-between;
    margin-top: 22px;
    padding: 20px 28px;
    font-size: 24px;
  }

  .project-page .footer,
  .project-page .footer-container {
    height: 360px;
  }

  .project-page .footer-socials {
    top: 170px;
    left: 0;
    right: auto;
  }

  .project-page .footer-links {
    top: 245px;
    flex-direction: column;
    gap: 16px;
  }

  .project-page .lang-dropdown-btn {
    position: relative;
    inset: auto;
  }
}

/* ===========================================================================
   RESPONSIVE PROJECT STRUCTURE
   The desktop composition above keeps its original coordinates. These rules
   only take over below the desktop breakpoint, where content must be able to
   grow and reflow without overlapping.
   =========================================================================== */
.project-location-section {
  display: grid;
  grid-template-rows: 620px 119px;
  gap: 80px;
  height: auto;
}

.project-location-map-shell {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(0, 48, 117, 0.08) 0 1px, transparent 1px 64px),
    linear-gradient(45deg, rgba(182, 138, 61, 0.07) 0 1px, transparent 1px 64px),
    linear-gradient(135deg, #e9eef1, #f7f4ee);
}

.project-location-map-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    radial-gradient(circle at 52% 48%, rgba(182, 138, 61, 0.5) 0 7px, transparent 8px),
    radial-gradient(circle at 52% 48%, transparent 0 20px, rgba(182, 138, 61, 0.18) 21px 22px, transparent 23px);
  transition: opacity 0.35s ease;
}

.project-location-map {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  border: 0;
  transform: none;
}

.project-location-marquee {
  position: static;
}

.project-location-section.is-map-loaded .project-location-map-shell::before {
  opacity: 0;
}

@media (max-width: 1180px) {
  .project-intro-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    align-items: start;
    gap: 48px;
    height: auto;
    margin-left: 0;
  }

  .project-intro-media {
    display: grid;
    gap: 30px;
  }

  .project-intro-media .project-section-title,
  .project-intro-image,
  .project-intro-copy,
  .project-intro-copy p {
    position: static;
  }

  .project-intro-media .project-section-title {
    display: block;
    width: auto;
    height: auto;
    font-size: clamp(44px, 5vw, 64px);
    line-height: 1;
  }

  .project-intro-image {
    width: 100%;
    height: auto;
    max-height: 620px;
    margin: 0;
    aspect-ratio: 1.37;
  }

  .project-intro-copy {
    width: auto;
    padding: 0;
  }

  .project-specs {
    width: auto;
    height: auto;
    margin: 0;
    font-size: clamp(30px, 3.75vw, 48px);
    line-height: 1.2;
  }

  .project-spec {
    min-height: 72px;
    height: auto;
    gap: 28px;
  }

  .project-intro-copy p {
    display: block;
    width: auto;
    height: auto;
    margin-top: 36px;
    font-size: clamp(23px, 2.65vw, 32px);
    line-height: 1.25;
  }

  .project-amenities-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .project-amenity-card {
    width: 100%;
  }

  .project-location-section {
    grid-template-rows: minmax(480px, 56vw) 119px;
  }
}

@media (max-width: 760px) {
  .project-page main>section+section {
    margin-top: 76px;
  }

  .project-page .project-hero+.project-intro {
    margin-top: 76px;
  }

  .project-hero-content {
    position: relative;
    inset: auto;
    height: 100%;
    padding-top: 168px;
  }

  .project-hero h1,
  .project-location-link,
  .project-brochure-link {
    position: static;
  }

  .project-hero h1 {
    display: block;
    width: auto;
    height: auto;
    margin-bottom: 28px;
    font-size: clamp(48px, 13vw, 72px);
    line-height: 0.95;
  }

  .project-location-link {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 28px;
  }

  .project-location-icon,
  .project-location-text {
    position: static;
  }

  .project-location-icon {
    flex: 0 0 22px;
    width: 22px;
    height: 28px;
  }

  .project-location-text {
    display: block;
    width: auto;
  }

  .project-brochure-link {
    display: inline-flex;
    margin: 0;
  }

  .project-hero-sound-button {
    right: 16px;
    bottom: 24px;
    width: 150px;
    transform: scale(0.86);
    transform-origin: right bottom;
  }

  .project-intro-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .project-intro-media .project-section-title {
    font-size: clamp(38px, 11vw, 50px);
  }

  .project-intro-image {
    max-height: none;
    aspect-ratio: 1.12;
  }

  .project-specs {
    font-size: 28px;
  }

  .project-spec {
    min-height: 58px;
    gap: 20px;
  }

  .project-spec-icon {
    flex-basis: 34px;
    width: 34px;
  }

  .project-intro-copy p {
    margin-top: 26px;
    font-size: 21px;
  }

  .project-amenity-card {
    min-height: 128px;
    padding-left: 92px;
  }

  .project-location-section {
    grid-template-rows: minmax(330px, 420px) 92px;
    gap: 48px;
  }

  .project-location-map-shell {
    min-height: 0;
  }

  .project-location-marquee {
    position: static;
    height: 92px;
  }
}

/* ===========================================================================
   CMS-SAFE PROJECT LAYOUT
   Keeps the original editorial composition while allowing variable content.
   =========================================================================== */
.project-hero {
  height: clamp(560px, 32.71vw, 628px);
  min-height: 560px;
}

.project-hero--immersive {
  height: 100vh;
  height: 100dvh;
  min-height: 0;
}

.project-hero-image,
.project-hero-video {
  position: absolute;
  inset: 0;
  object-position: var(--hero-focus-x, 50%) var(--hero-focus-y, 50%);
}

.project-hero::after {
  z-index: 0;
  background: none;
}

.project-hero-content {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  height: 100%;
  padding-top: 0;
  align-items: center;
}

.project-hero-stack {
  position: absolute;
  left: 0;
  top: clamp(170px, 10.83vw, 208px);
  display: block;
  width: min(100%, 1260px);
  transform: none;
}

.project-hero--immersive .project-hero-stack {
  top: 310px;
  transform: none;
}

.project-hero h1,
.project-location-link,
.project-brochure-link {
  position: static;
}

.project-hero h1 {
  display: block;
  width: min(100%, 1400px);
  height: auto;
  margin: 0;
  font-size: clamp(68px, 6.05vw, 116px);
  line-height: 0.92;
  text-wrap: balance;
  white-space: nowrap;
}

.project-location-link {
  display: flex;
  width: fit-content;
  max-width: min(100%, 980px);
  height: auto;
  min-height: 35px;
  margin: clamp(14px, 0.89vw, 17px) 0 0;
  align-items: flex-start;
  gap: 15px;
}

.project-location-icon,
.project-location-text {
  position: static;
}

.project-location-icon {
  flex: 0 0 25px;
}

.project-location-text {
  display: block;
  width: auto;
  height: auto;
  padding-top: 3px;
  font-size: clamp(18px, 1.46vw, 28px);
  line-height: 1.08;
}

.project-brochure-link {
  position: relative;
  left: auto;
  top: auto;
  display: block;
  margin: clamp(32px, 2.82vw, 54px) 0 0;
}

body.js-enabled .project-page .project-brochure-link {
  opacity: 1;
  animation: none;
}

.project-page .form-container .project-contact-copy {
  display: block;
  width: min(100%, 760px);
  height: auto;
  line-height: 1.18;
}

.project-contact-copy span {
  display: block;
}

.project-contact-copy span:first-child {
  white-space: normal;
}

.project-page--idle-hero .project-hero-content,
.project-page--idle-hero .project-hero-sound-button {
  transition: opacity 0.32s ease, visibility 0.32s ease;
}

.project-page--idle-hero .header {
  visibility: visible;
  transition: opacity 0.32s ease, transform 0.32s ease, visibility 0s linear 0s;
}

.project-page--idle-hero.is-project-hero-idle .header {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-24px);
  transition: opacity 0.32s ease, transform 0.32s ease, visibility 0s linear 0.32s;
}

.project-page--idle-hero .project-hero.is-hero-idle .project-hero-content {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.project-page--idle-hero .project-hero.is-hero-idle .project-hero-sound-button {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.project-intro-grid {
  position: relative;
  display: block;
  height: clamp(610px, 43.38vw, 833px);
}

.project-intro-media {
  display: block;
}

.project-intro-media .project-section-title,
.project-intro-image,
.project-intro-copy {
  position: absolute;
}

.project-intro-media .project-section-title {
  left: 0;
  top: 0;
  display: flex;
  width: 80%;
  height: auto;
  align-items: center;
  font-size: clamp(48px, 3.34vw, 64px);
  line-height: 0.98;
  text-wrap: balance;
  white-space: nowrap;
}

.project-intro-image {
  left: -8.31%;
  top: clamp(74px, 5.36vw, 103px);
  width: 58.26%;
  height: auto;
  max-height: 730px;
  margin: 0;
  aspect-ratio: 1.373;
}

.project-intro-copy {
  left: 53.78%;
  top: clamp(74px, 5.36vw, 103px);
  width: 46.22%;
  padding: 0;
}

.project-specs {
  width: 87.8%;
  height: auto;
  margin: 0 0 0 clamp(4px, 0.39vw, 7.5px);
  font-size: clamp(30px, 2.5vw, 48px);
  line-height: 1.15;
}

.project-spec {
  min-height: clamp(64px, 4.12vw, 79px);
  height: auto;
  gap: clamp(24px, 2.24vw, 43px);
}

.project-intro-copy p {
  position: static;
  display: flex;
  width: auto;
  min-height: clamp(300px, 21.56vw, 414px);
  margin: 0;
  align-items: center;
  font-size: clamp(24px, 1.67vw, 32px);
  line-height: 1.18;
}

.project-amenities-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: clamp(18px, 1.42vw, 27px);
}

.project-amenities-heading {
  grid-column: span 2;
}

.project-amenities-heading p {
  width: min(100%, 529px);
}

.project-amenity-card {
  width: 100%;
  min-width: 0;
  padding-right: 18px;
}

.project-amenity-card h3 {
  font-size: clamp(20px, 1.52vw, 29px);
  line-height: 1.02;
}

.project-plan-tabs {
  flex-wrap: wrap;
  gap: 18px;
}

.project-plan-tab,
.project-plan-tab:nth-child(n),
.project-plan-tabs--villa .project-plan-tab:nth-child(n) {
  width: auto;
  min-width: min(100%, 300px);
  padding: 0 32px;
}

.project-plan-tab span {
  min-width: max-content;
}

.project-location-track {
  display: flex;
  width: max-content;
  gap: 40px;
  animation: project-location-scroll-fluid 36s linear infinite;
}

.project-location-set {
  display: flex;
  flex: 0 0 auto;
  gap: 40px;
}

.project-location-set span,
.project-location-set span:nth-child(n) {
  flex: 0 0 auto;
  width: auto;
  min-width: max-content;
  padding: 0 48px;
}

@keyframes project-location-scroll-fluid {
  from { transform: translateX(0); }
  to { transform: translateX(calc(-50% - 20px)); }
}

@media (max-width: 1450px) {
  .project-hero h1 {
    font-size: clamp(58px, 8vw, 92px);
    white-space: normal;
  }

  .project-intro-grid {
    display: grid;
    height: auto;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    gap: 48px;
  }

  .project-intro-media {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 30px;
    min-width: 0;
  }

  .project-intro-media .project-section-title,
  .project-intro-image,
  .project-intro-copy {
    position: static;
  }

  .project-intro-media .project-section-title {
    display: block;
    width: auto;
  }

  .project-intro-image {
    width: 100%;
    min-width: 0;
    margin-left: 0;
  }

  .project-intro-copy {
    width: 100%;
    min-width: 0;
    padding-top: 88px;
  }

  .project-specs,
  .project-intro-copy p {
    width: 100%;
    min-width: 0;
  }

  .project-amenities-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

}

@media (max-width: 900px) {
  .project-intro-grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .project-intro-copy {
    padding-top: 0;
  }

  .project-intro-media .project-section-title {
    max-width: 720px;
    white-space: normal;
  }

  .project-intro-image {
    width: 100%;
    max-height: none;
    aspect-ratio: 1002 / 730;
  }

  .project-specs {
    width: 100%;
    margin-left: 0;
    font-size: clamp(30px, 5.4vw, 44px);
  }

  .project-intro-copy p {
    display: block;
    min-height: 0;
    margin-top: 30px;
  }
}

@media (min-width: 761px) and (max-width: 1180px) {
  .project-gallery-strip {
    height: clamp(540px, 68vw, 720px);
  }

  .project-gallery-image--left,
  .project-gallery-image--far-left,
  .project-gallery-image--right-small {
    display: none;
  }

  .project-gallery-image--main {
    left: 24px;
    top: 0;
    width: calc(100% - 48px);
    height: 100%;
    border-radius: 32px;
  }

  .project-walkthrough-video {
    border-radius: 32px;
  }

  .project-page .contacts-section {
    height: auto;
    padding: 80px 0 88px;
    overflow: hidden;
  }

  .project-page .form-container {
    display: grid;
    height: auto;
  }

  .project-page .form-container .section-title,
  .project-page .form-container .section-subtitle,
  .project-page .consultation-form,
  .project-page .form-textarea,
  .project-page .form-consent,
  .project-page .btn-submit {
    position: static;
    width: 100%;
    height: auto;
  }

  .project-page .form-container .section-title {
    display: block;
    margin: 0;
    font-size: clamp(50px, 6vw, 60px);
    line-height: 1;
  }

  .project-page .form-container .section-subtitle {
    display: block;
    max-width: 760px;
    margin: 26px 0 0;
    font-size: 22px;
    line-height: 1.2;
  }

  .project-page .consultation-form {
    display: grid;
    margin-top: 42px;
    gap: 20px;
  }

  .project-page .form-row {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
  }

  .project-page .form-group,
  .project-page .form-message {
    width: 100%;
    min-width: 0;
  }

  .project-page .form-input {
    display: block;
    width: 100%;
    height: 60px;
    padding-inline: 24px;
    border-radius: 30px;
    box-sizing: border-box;
    font-size: 20px;
  }

  .project-page .form-textarea {
    min-height: 180px;
    margin: 0;
    padding-block: 20px;
    resize: vertical;
  }

  .project-page .form-consent {
    display: grid;
    grid-template-columns: 30px minmax(0, 1fr);
    align-items: start;
    min-height: 0;
    gap: 14px;
    font-size: 17px;
    line-height: 1.3;
  }

  .project-page .form-consent-box {
    flex-basis: 30px;
    width: 30px;
    height: 30px;
    border-radius: 9px;
  }

  .project-page .form-consent-box::after {
    top: 5px;
    left: 10px;
    width: 8px;
    height: 15px;
  }

  .project-page .form-consent-text {
    width: auto;
    min-width: 0;
    min-height: 0;
    white-space: normal;
    overflow-wrap: anywhere;
  }

  .project-page .form-captcha {
    justify-self: center;
    width: 303px;
    min-height: 78px;
    transform: none;
  }

  .project-page .btn-submit {
    display: flex;
    justify-self: center;
    justify-content: space-between;
    width: min(100%, 390px);
    min-height: 66px;
    margin: 10px 0 0;
    padding: 14px 30px;
    gap: 24px;
    border-radius: 33px;
    font-size: 24px;
    line-height: 1;
  }

  .project-page .btn-submit > span:first-child {
    width: auto;
    height: auto;
  }

  .project-page .form-status {
    position: static;
    justify-self: center;
    margin: 0;
    text-align: center;
  }
}

@media (min-width: 761px) and (max-width: 900px) {
  .project-page .form-row {
    grid-template-columns: 1fr;
  }

  .project-page .project-intro-copy p {
    padding-inline: 20px;
  }
}

@media (max-width: 760px) {
  .project-page .form-container .project-contact-copy {
    width: 100%;
  }

  .project-contact-copy span:first-child {
    white-space: normal;
  }

  .project-hero {
    height: 620px;
    min-height: 620px;
  }

  .project-hero--immersive {
    height: max(620px, 100svh);
    min-height: 620px;
  }

  .project-hero-content {
    position: absolute;
    inset: 0;
    display: flex;
    height: 100%;
    padding-top: 0;
    align-items: center;
  }

  .project-hero-stack,
  .project-hero--immersive .project-hero-stack {
    position: static;
    gap: 20px;
    transform: translateY(34px);
  }

  .project-hero h1 {
    width: 100%;
    margin: 0;
    font-size: clamp(48px, 13vw, 70px);
    white-space: normal;
  }

  .project-location-link {
    margin: 20px 0 0;
  }

  .project-location-text {
    font-size: 17px;
  }

  .project-brochure-link {
    margin-top: 28px;
  }

  .project-intro-grid {
    grid-template-columns: 1fr;
  }

  .project-intro-media {
    gap: 28px;
  }

  .project-intro-copy {
    padding-top: 0;
  }

  .project-amenities-grid {
    grid-template-columns: 1fr;
  }

  .project-amenities-heading {
    grid-column: auto;
  }

  .project-walkthrough-inner {
    gap: 28px;
  }

  .project-walkthrough-video {
    border-radius: 20px;
  }

  .project-walkthrough-video[data-has-mobile="true"] {
    aspect-ratio: 4 / 5;
  }

  .project-plan-tab,
  .project-plan-tab:nth-child(n),
  .project-plan-tabs--villa .project-plan-tab:nth-child(n) {
    width: 100%;
    min-width: 0;
    height: auto;
    min-height: 58px;
    padding: 12px 20px;
  }

  .project-plan-tab span {
    min-width: 0;
    color: #003075;
    line-height: 1.12;
    white-space: normal;
    overflow-wrap: anywhere;
  }

  .project-plan-tab span::before,
  .project-plan-tab span::after {
    content: none;
  }

  .project-plan-tab.active span,
  .project-plan-tab:hover span,
  .project-plan-tab:focus-visible span {
    color: #fff;
  }

  .project-location-set,
  .project-location-track {
    gap: 18px;
  }

  .project-location-set span,
  .project-location-set span:nth-child(n) {
    min-width: max-content;
    padding-inline: 28px;
  }

  @keyframes project-location-scroll-fluid {
    from { transform: translateX(0); }
    to { transform: translateX(calc(-50% - 9px)); }
  }
}
