@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap");
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -moz-tab-size: 4;
    -o-tab-size: 4;
       tab-size: 4;
  scroll-padding-top: 92px;
}

body {
  margin: 0;
}

section[id] {
  scroll-margin-top: 92px;
}

hr {
  height: 0;
  color: inherit;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Consolas, "Liberation Mono", Menlo, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  text-indent: 0;
  border-color: inherit;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

:-moz-focusring {
  outline: 1px dotted ButtonText;
}

:-moz-ui-invalid {
  box-shadow: none;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

summary {
  display: list-item;
}

@font-face {
  font-family: "Century Gothic";
  src: url("../fonts/CenturyGothicPaneuropeanLight.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Century Gothic";
  src: url("../fonts/CenturyGothicPaneuropeanLightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Century Gothic";
  src: url("../fonts/CenturyGothicPaneuropeanThin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Century Gothic";
  src: url("../fonts/CenturyGothicPaneuropeanRegular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Century Gothic";
  src: url("../fonts/CenturyGothicPaneuropeanItalic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Century Gothic";
  src: url("../fonts/CenturyGothicPaneuropeanSemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Century Gothic";
  src: url("../fonts/CenturyGothicPaneuropeanSemiBoldItalic.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Century Gothic";
  src: url("../fonts/CenturyGothicPaneuropeanBold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Century Gothic";
  src: url("../fonts/CenturyGothicPaneuropeanBoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Century Gothic";
  src: url("../fonts/CenturyGothicPaneuropeanExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Century Gothic";
  src: url("../fonts/CenturyGothicPaneuropeanExtraBoldItalic.ttf") format("truetype");
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Century Gothic";
  src: url("../fonts/CenturyGothicPaneuropeanBlack.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Century Gothic";
  src: url("../fonts/CenturyGothicPaneuropeanBlackItalic.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
.site-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 1000;
  width: 100%;
  background: rgba(185, 221, 224, 0.94);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(14, 74, 103, 0.12);
  transition: background 0.35s ease, box-shadow 0.35s ease, padding 0.35s ease, transform 0.35s ease;
}
.site-header .site-header__logo {
  position: relative;
  z-index: 3;
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  transition: 0.5s ease-in-out;
}
.site-header .site-header__logo img {
  width: auto;
  max-width: 150px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  transition: 0.5s ease-in-out;
}
.site-header.is-scrolled {
  background: rgba(185, 221, 224, 0.98);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}
.site-header.is-scrolled .site-header__logo img {
  max-width: 120px;
}
.site-header.is-open .site-header__burger span:nth-child(1) {
  transform: translateY(9px) rotate(45deg);
}
.site-header.is-open .site-header__burger span:nth-child(2) {
  opacity: 0;
}
.site-header.is-open .site-header__burger span:nth-child(3) {
  transform: translateY(-9px) rotate(-45deg);
}

.site-header__inner {
  min-height: 92px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  transition: min-height 0.35s ease;
}
.site-header.is-scrolled .site-header__inner {
  min-height: 78px;
}

.site-nav {
  flex: 1 1 auto;
  display: flex;
  justify-content: flex-end;
}

.site-nav__list {
  display: flex;
  align-items: center;
  gap: 28px;
}

.site-nav__list li {
  display: flex;
  align-items: center;
}

.site-nav__list a {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 8px 0;
  font-size: 0.84rem;
  font-weight: bold;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #0e4a67;
  transition: color 0.3s ease, opacity 0.3s ease;
}
.site-nav__list a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 2px;
  background: #0e4a67;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.3s ease;
}
.site-nav__list a:hover, .site-nav__list a:focus-visible {
  color: #08364b;
}
.site-nav__list a:hover::after, .site-nav__list a:focus-visible::after {
  transform: scaleX(1);
}

.site-header__burger {
  position: relative;
  z-index: 3;
  display: none;
  width: 48px;
  height: 48px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.55);
  border: 1px solid rgba(14, 74, 103, 0.12);
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  transition: background 0.3s ease, border-color 0.3s ease, transform 0.3s ease;
}
.site-header__burger span {
  display: block;
  width: 20px;
  height: 2px;
  border-radius: 999px;
  background: #0e4a67;
  transition: transform 0.3s ease, opacity 0.3s ease, background 0.3s ease;
}
.site-header__burger:hover {
  transform: translateY(-1px);
  background: rgba(255, 255, 255, 0.75);
}

.site-header__logo,
.site-nav__list > li,
.site-header__burger {
  will-change: transform, opacity;
}

.site-header__logo img {
  display: block;
  max-width: 150px;
  height: auto;
}

@media (max-width: 1100px) {
  .site-header__inner {
    min-height: 82px;
  }
  .site-header__burger {
    display: inline-flex;
  }
  .site-nav {
    position: absolute;
    top: calc(100% + 1px);
    left: 0;
    width: 100%;
    padding: 0 20px 20px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
  .no-js .site-header.is-open .site-nav {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  .site-nav__list {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    padding: 18px 20px;
    border-radius: 0;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.1);
  }
  .site-nav__list li {
    width: 100%;
    border-bottom: 1px solid rgba(14, 74, 103, 0.08);
  }
  .site-nav__list li:last-child {
    border-bottom: 0;
  }
  .site-nav__list a {
    width: 100%;
    padding: 16px 0;
    font-size: 0.95rem;
  }
  .site-nav__list a::after {
    display: none;
  }
}
@media (max-width: 767px) {
  .site-header__inner {
    min-height: 74px;
    gap: 16px;
  }
  .site-header__logo img {
    max-width: 120px;
  }
  .site-nav {
    padding: 0 16px 16px;
  }
  .site-nav__list {
    padding: 14px 18px;
    border-radius: 20px;
  }
  .site-nav__list a {
    font-size: 0.9rem;
    padding: 14px 0;
  }
}
.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: stretch;
  overflow: hidden;
  background: #d7e7e8;
}

.hero__line {
  display: inline-block;
  will-change: transform, opacity;
}

.hero__media {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.hero__media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  will-change: transform;
}

.hero__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.34) 0%, rgba(0, 0, 0, 0.18) 30%, rgba(0, 0, 0, 0.08) 55%, rgba(0, 0, 0, 0.12) 100%), linear-gradient(180deg, rgba(255, 255, 255, 0.04) 0%, rgba(0, 0, 0, 0.08) 100%);
}

.hero > .container {
  position: relative;
  z-index: 2;
  display: flex;
}

.hero__content {
  width: 100%;
  min-height: 100vh;
  padding: 150px 0 90px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 48px;
}

.hero__text {
  max-width: 100%;
}

.hero__text h1 {
  font-family: "Century Gothic", "Century Gothic Paneuropean", sans-serif;
  font-size: clamp(2.6rem, 5vw, 4.8rem);
  line-height: 0.98;
  font-weight: 700;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: #ffffff;
  text-wrap: balance;
  text-shadow: 0 8px 18px rgba(0, 0, 0, 0.14);
}
.hero__text h1 span {
  font-weight: 800;
}

.hero__actions {
  flex: 0 0 auto;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}

.hero__actions .btn {
  min-height: 58px;
  padding: 16px 26px;
}

@media (max-width: 1200px) {
  .hero__content {
    gap: 32px;
  }
  .hero__text {
    max-width: 620px;
  }
}
@media (max-width: 991px) {
  .hero {
    min-height: 92vh;
  }
  .hero__content {
    min-height: 92vh;
    padding: 140px 0 48px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    gap: 24px;
  }
  .hero__text {
    max-width: 100%;
  }
  .hero__actions {
    width: -moz-max-content;
    width: max-content;
    justify-content: flex-start;
  }
}
@media (max-width: 767px) {
  .hero {
    min-height: 100svh;
  }
  .hero__overlay {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.16) 0%, rgba(0, 0, 0, 0.18) 25%, rgba(0, 0, 0, 0.34) 100%);
  }
  .hero__content {
    min-height: 100svh;
    padding: 128px 0 40px;
    gap: 20px;
  }
  .hero__text h1 {
    font-size: clamp(2.1rem, 9vw, 3.2rem);
    line-height: 1;
    max-width: 320px;
  }
  .hero__actions {
    width: -moz-max-content;
    width: max-content;
  }
  .hero__actions .btn {
    width: 100%;
    justify-content: center;
    min-height: 54px;
    padding: 14px 20px;
  }
}
.site-footer__main {
  background: #004059;
  background-image: url("../../imgs/footer/bg-pattern-blue.png");
  background-size: cover;
  background-position: center;
  padding: 80px 24px;
}

.site-footer__main-inner {
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}

.site-footer__logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
.site-footer__logo img {
  display: block;
  max-width: 80px;
  height: auto;
}
.site-footer__logo img:last-child {
  max-width: 240px;
}

.site-footer__heading {
  font-size: clamp(1.1rem, 2.5vw, 32px);
  font-weight: 800;
  color: #BFEFEC;
  letter-spacing: 0.06em;
  line-height: 1.2;
  text-align: center;
  margin: 0;
}

.site-footer__divider {
  display: block;
  width: 64px;
  height: 3px;
  background: #E8988A;
  border-radius: 999px;
}

.site-footer__address {
  font-size: 16px;
  font-style: normal;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.6;
  text-align: center;
}

.site-footer__bar {
  background: #002e45;
  position: relative;
}
.site-footer__bar .footer-blue-pattern {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.site-footer__bar .container__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 66px 0;
  position: relative;
  z-index: 1;
  gap: 24px;
}

.site-footer__bar-brand {
  font-size: 1rem;
  font-weight: 800;
  color: #BFEFEC;
  letter-spacing: 0.1em;
}

.site-footer__socials {
  display: flex;
  align-items: center;
  gap: 36px;
}
.site-footer__socials a {
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.8;
  transition: opacity 0.25s ease, transform 0.25s ease;
}
.site-footer__socials a:hover {
  opacity: 1;
  transform: translateY(-2px);
}
.site-footer__socials a img {
  width: 40px;
  height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
}

.site-footer__copyright {
  background: #0e0e0e;
  padding: 32px 24px;
  text-align: center;
}
.site-footer__copyright p {
  font-size: 18px;
  color: #fff;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  margin: 0;
}
.site-footer__copyright a {
  color: rgba(255, 255, 255, 0.6);
  text-decoration: underline;
  text-underline-offset: 2px;
  transition: color 0.25s ease;
}
.site-footer__copyright a:hover {
  color: #BFEFEC;
}

.site-footer__logo,
.site-footer__heading,
.site-footer__divider,
.site-footer__address,
.site-footer__bar-brand svg,
.site-footer__socials a,
.site-footer__copyright p,
.footer-blue-pattern {
  will-change: transform, opacity;
}

.site-footer__divider {
  display: block;
  transform-origin: left center;
}

@media (max-width: 767px) {
  .site-footer__main {
    padding: 60px 20px;
  }
  .site-footer__bar {
    padding: 16px 20px;
  }
  .site-footer__heading {
    font-size: 1rem;
  }
  .site-footer__socials {
    gap: 14px;
  }
  .site-footer__socials a img {
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 520px) {
  .site-footer__bar .container__inner {
    flex-direction: column;
    gap: 36px;
  }
  .site-footer__copyright p {
    font-size: 14px;
  }
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 0;
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease, color 0.3s ease;
}
.btn svg {
  flex: 0 0 24px;
  width: 24px !important;
  height: 24px !important;
  max-width: 24px;
  max-height: 24px;
}

.appartements-section__actions .btn svg {
  display: block !important;
  visibility: visible !important;
}

.btn--primary {
  min-height: 58px;
  padding: 16px 28px;
  border-radius: 999px;
  background: #b7e5e8;
  color: #0b4d66;
  font-size: 0.95rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
}
.btn--primary:hover, .btn--primary:focus-visible {
  transform: translateY(-2px);
  background: #a6dde1;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.16);
}

.btn--dark {
  min-height: 52px;
  padding: 14px 28px;
  border-radius: 999px;
  background: #004059;
  color: #BFEFEC;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  box-shadow: 0 10px 24px rgba(0, 65, 89, 0.22);
}
.btn--dark:hover, .btn--dark:focus-visible {
  transform: translateY(-2px);
  background: #005070;
  box-shadow: 0 14px 28px rgba(0, 65, 89, 0.32);
}

.btn--salmon {
  min-height: 52px;
  padding: 14px 28px;
  border-radius: 999px;
  background: #E8988A;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  box-shadow: 0 10px 24px rgba(232, 152, 138, 0.3);
}
.btn--salmon:hover, .btn--salmon:focus-visible {
  transform: translateY(-2px);
  background: #d9877a;
  box-shadow: 0 14px 28px rgba(232, 152, 138, 0.42);
}

@media (max-width: 500px) {
  .btn {
    font-size: 14px;
  }
}
.site-nav__list a.is-active {
  color: #08364b;
}
.site-nav__list a.is-active::after {
  transform: scaleX(1);
}

.whatsapp-float {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 999;
  width: 58px;
  height: 58px;
  border-radius: 16px 16px 16px 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, #61FD7D 0%, #25CF43 100%);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.whatsapp-float img,
.whatsapp-float svg {
  width: 36px;
  height: 36px;
}
.whatsapp-float:hover, .whatsapp-float:focus-visible {
  transform: translateY(-3px);
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.22);
}

@media (max-width: 767px) {
  .whatsapp-float {
    right: 16px;
    bottom: 16px;
    width: 52px;
    height: 52px;
  }
  .whatsapp-float img,
  .whatsapp-float svg {
    width: 24px;
    height: 24px;
  }
}
.lightbox {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lightbox[hidden] {
  display: none !important;
}
.lightbox__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.92);
  backdrop-filter: blur(6px);
}
.lightbox__close {
  position: absolute;
  top: 20px;
  right: 24px;
  z-index: 10;
  background: none;
  border: none;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 300;
  cursor: pointer;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: background 0.25s ease;
}
.lightbox__close:hover {
  background: rgba(255, 255, 255, 0.12);
}
.lightbox__counter {
  position: absolute;
  top: 24px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  background: rgba(0, 0, 0, 0.4);
  padding: 6px 18px;
  border-radius: 20px;
}
.lightbox__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: #fff;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}
.lightbox__nav:hover {
  background: rgba(255, 255, 255, 0.18);
  border-color: rgba(255, 255, 255, 0.3);
}
.lightbox__nav--prev {
  left: 24px;
}
.lightbox__nav--prev:hover {
  transform: translateY(-50%) translateX(-2px);
}
.lightbox__nav--next {
  right: 24px;
}
.lightbox__nav--next:hover {
  transform: translateY(-50%) translateX(2px);
}
.lightbox__content {
  position: relative;
  z-index: 5;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 85vw;
  max-height: 85vh;
  will-change: transform, opacity;
}
.lightbox__img {
  max-width: 100%;
  max-height: 72vh;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 6px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
}
.lightbox__caption {
  margin-top: 18px;
  text-align: center;
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.05rem;
  font-weight: 600;
  letter-spacing: 0.02em;
}

@media (max-width: 767px) {
  .lightbox__nav {
    width: 40px;
    height: 40px;
  }
  .lightbox__nav--prev {
    left: 10px;
  }
  .lightbox__nav--next {
    right: 10px;
  }
  .lightbox__nav svg {
    width: 20px;
    height: 20px;
  }
  .lightbox__close {
    top: 12px;
    right: 12px;
    font-size: 2rem;
  }
  .lightbox__counter {
    top: 14px;
    font-size: 0.8rem;
    padding: 5px 14px;
  }
  .lightbox__content {
    max-width: 94vw;
  }
  .lightbox__img {
    max-height: 65vh;
    border-radius: 4px;
  }
  .lightbox__caption {
    font-size: 0.9rem;
    margin-top: 12px;
    padding: 0 16px;
  }
}
html {
  scroll-behavior: smooth;
}

html.lenis {
  scroll-behavior: auto !important;
  height: auto;
}

html.lenis body {
  height: auto;
}

html.lenis [data-lenis-prevent] {
  overscroll-behavior: contain;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #1A1A1A;
  background-color: #FFFFFF;
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class*=-section__title],
[class*=-section__centrality-title],
.site-footer__heading {
  font-family: "Century Gothic", "Century Gothic Paneuropean", sans-serif;
}

.container {
  width: min(100% - 40px, 1440px);
  margin-inline: auto;
}

.container--wide {
  width: min(100% - 40px, 1600px);
  margin-inline: auto;
}

.container--narrow {
  width: min(100% - 40px, 1200px);
  margin-inline: auto;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

img {
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
  transition: all 0.3s ease;
}

a:hover {
  text-decoration: none;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: 700;
  line-height: 1.1;
}

h1 {
  font-size: clamp(2.5rem, 5vw, 5rem);
}

h2 {
  font-size: clamp(2rem, 4vw, 3.5rem);
}

h3 {
  font-size: clamp(1.5rem, 3vw, 2.5rem);
}

p {
  margin: 0;
}

button {
  border: 0;
  background: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
}

section {
  position: relative;
}

.section-spacing {
  padding-block: 80px;
}

.section-spacing--lg {
  padding-block: 120px;
}

.text-center {
  text-align: center;
}

.text-white {
  color: #FFFFFF;
}

.text-dark {
  color: #1A1A1A;
}

.hidden {
  display: none !important;
}

.overflow-hidden {
  overflow: hidden;
}

:focus-visible {
  outline: 2px solid #39BBCD;
  outline-offset: 4px;
}

::-moz-selection {
  background: #39BBCD;
  color: #FFFFFF;
}

::selection {
  background: #39BBCD;
  color: #FFFFFF;
}

body.menu-is-open {
  overflow: hidden;
}

.intro-section {
  background: #fef9f2;
  text-align: center;
}
.intro-section__top {
  max-width: 720px;
  margin: 0 auto;
  padding: 60px 0 40px;
}
.intro-section__title {
  font-size: clamp(1.8rem, 5.2vw, 3.5rem);
  font-weight: 700;
  color: #004059;
  line-height: 1.15;
  margin-bottom: 24px;
}
.intro-section__lead, .intro-section__text {
  font-size: 18px;
  line-height: 1.8;
  color: #004059;
}
.intro-section__lead {
  margin-bottom: 14px;
}
.intro-section__map {
  max-width: 640px;
  margin: 0 auto 44px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 36px rgba(0, 0, 0, 0.1);
}
.intro-section__map img {
  width: 100%;
  height: auto;
  display: block;
}
.intro-section__actions {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 56px;
}
.intro-section__proximity {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
  margin: 0 auto;
  padding-bottom: 10px;
}
.intro-section__prox-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  text-align: center;
}
.intro-section__prox-item p {
  font-size: 16px;
  color: #004059;
  line-height: 1.55;
  margin: 0;
  max-width: 160px;
}
.intro-section__prox-icon {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.intro-section__prox-icon img {
  width: 100%;
  height: auto;
}
.intro-section__centrality {
  padding: 72px 20px 0;
  text-align: center;
}
.intro-section__centrality-title {
  font-size: clamp(1.4rem, 3vw, 40px);
  font-weight: 800;
  color: #004059;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
}
.intro-section__centrality-text {
  max-width: 680px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 1.8;
  color: #004059;
}
.intro-section__stats {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 80px;
  flex-wrap: wrap;
  padding: 56px 20px 72px;
}
.intro-section__stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  text-align: center;
}
.intro-section__stat p {
  font-size: 18px;
  color: #004059;
  margin: 0;
  max-width: 150px;
}
.intro-section__stat-number {
  font-size: clamp(2.4rem, 5vw, 3.6rem);
  font-weight: 800;
  color: #004059;
  line-height: 1;
  display: flex;
  align-items: baseline;
  gap: 2px;
}
.intro-section__stat-unit {
  font-size: clamp(1rem, 2vw, 1.3rem);
  font-weight: 700;
  color: #E8988A;
}

@media (max-width: 1100px) {
  .intro-section__proximity {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    max-width: 520px;
  }
  .intro-section__stats {
    gap: 48px;
  }
}
@media (max-width: 767px) {
  .intro-section__top {
    padding: 64px 0 32px;
  }
  .intro-section__proximity {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    padding-bottom: 56px;
  }
  .intro-section__centrality {
    padding: 56px 16px 0;
  }
  .intro-section__stats {
    gap: 32px;
    padding: 40px 16px 56px;
  }
  .intro-section__actions {
    flex-direction: column;
    align-items: center;
  }
  .intro-section__actions .btn {
    width: auto;
    justify-content: center;
  }
}
.about-section {
  position: relative;
  background: #b9dde0;
  overflow: hidden;
  padding: 80px 0;
}
.about-section__content {
  max-width: 660px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 1;
  padding-bottom: 106px;
}
.about-section__title {
  font-size: clamp(1.3rem, 2.9vw, 40px);
  font-weight: 800;
  color: #004059;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 22px;
}
.about-section__text {
  font-size: 18px;
  line-height: 1.8;
  color: #1c4b5f;
  margin-bottom: 32px;
}
.about-section .btn {
  font-weight: 500;
}
.about-section__brand-word {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  text-align: center;
  font-size: clamp(5.5rem, 20vw, 17rem);
  font-weight: 900;
  color: #004059;
  line-height: 0.78;
  letter-spacing: -0.02em;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
  padding-bottom: 0;
  margin-bottom: -0.08em;
}
.about-section__brand-word .container {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
}
.about-section__brand-word .about-section__brand-svg {
  display: block;
  width: 100%;
  height: auto;
}
.about-section__brand-word .brand-letter {
  will-change: transform, opacity;
  transform-origin: center bottom;
}

@media (max-width: 767px) {
  .about-section {
    padding: 64px 0 40px;
  }
  .about-section__content {
    padding-bottom: 40px;
  }
}
.gallerie-section {
  padding: 60px 0 80px;
  background: #ffffff;
}
.gallerie-section__header {
  text-align: center;
  margin-bottom: 32px;
}
.gallerie-section__title {
  font-size: clamp(1.3rem, 3vw, 40px);
  font-weight: 800;
  color: #004059;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 6px;
}
.gallerie-section__subtitle {
  font-size: 18px;
  color: #1E1E1E;
}
.gallerie-section__filters {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 36px;
}
.gallerie-section__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
}
.gallerie-section__item {
  aspect-ratio: 1/1;
  overflow: hidden;
  border-radius: 2px;
  background: #eaf3f4;
  transition: opacity 0.35s ease;
}
.gallerie-section__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: transform 0.45s ease;
}
.gallerie-section__item:hover img {
  transform: scale(1.05);
}
.gallerie-section__item.is-hidden {
  display: none;
}

.gallerie-filter__btn {
  padding: 10px 24px;
  border-radius: 999px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  background: #f2f6f7;
  color: #004059;
  border: 1px solid #dce7e9;
  cursor: pointer;
  transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}
.gallerie-filter__btn:hover {
  background: #e3ecee;
  border-color: #c6d7da;
}
.gallerie-filter__btn.is-active {
  background: #004059;
  color: #ffffff;
  border-color: #004059;
}

@media (max-width: 1100px) {
  .gallerie-section__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767px) {
  .gallerie-section {
    padding: 64px 0 56px;
  }
  .gallerie-section__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 6px;
  }
  .gallerie-section__filters {
    gap: 8px;
  }
  .gallerie-filter__btn {
    padding: 8px 16px;
    font-size: 0.72rem;
  }
}
.appartements-section {
  padding: 60px 0 80px;
  background: #fff;
}
.appartements-section__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 46px;
  border-bottom: none;
}
.appartements-section__title {
  font-size: clamp(1.4rem, 3vw, 40px);
  font-weight: 800;
  color: #004059;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}
.appartements-section__subtitle {
  font-size: 18px;
  color: #1E1E1E;
  text-align: right;
  flex-shrink: 0;
  line-height: 1.5;
}
.appartements-section__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 52px;
}
.appartements-section__actions {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
  padding-top: 8px;
}
.appartements-section__actions .btn--salmon {
  background: transparent;
  color: #E8988A;
}

.appart-card {
  background: #ffffff;
  position: relative;
  border: none;
  border-radius: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.appart-card::after {
  content: "";
  background: #E8988A;
  border-radius: 0;
  width: 100%;
  height: 5px;
  position: absolute;
  left: 0;
  top: 0;
}
.appart-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 36px rgba(0, 65, 89, 0.1);
}
.appart-card__img {
  position: relative;
  background: #fff;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 170px;
  border: none;
}
.appart-card__img img {
  max-width: 100%;
  max-height: 140px;
  -o-object-fit: contain;
     object-fit: contain;
}
.appart-card__body {
  padding: 22px 22px 24px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  flex: 1;
}
.appart-card__type {
  font-size: 22px;
  font-weight: 700;
  color: #004059;
  margin: 0;
}
.appart-card__details {
  font-size: 14px;
  color: #004059;
  margin: 0;
  font-weight: 600;
  margin-bottom: 24px;
}
.appart-card__info_wrapp {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 40px;
}
.appart-card__info_wrapp::after {
  content: "";
  background: #E8988A;
  border-radius: 4px;
  width: 40px;
  height: 5px;
  position: absolute;
  left: 0;
  top: 0;
}
.appart-card__info_wrapp__price {
  font-size: 16px;
  font-weight: 700;
  color: #004059;
  margin: 0;
  padding-bottom: 14px;
  border-bottom: none;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.appart-card__info_wrapp__price span {
  font-weight: 500;
  font-size: 14px;
  color: #004059;
}
.appart-card__info_wrapp__cta {
  min-height: 42px;
  padding: 9px 18px;
  font-size: 0.78rem;
  align-self: flex-start;
}

@media (max-width: 1100px) {
  .appartements-section__cards {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .appartements-section {
    padding: 64px 0 56px;
  }
  .appartements-section__header {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 36px;
    padding-bottom: 20px;
  }
  .appartements-section__subtitle {
    text-align: left;
    max-width: none;
  }
  .appartements-section__cards {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .appartements-section__actions {
    flex-direction: column;
    align-items: center;
  }
  .appartements-section__actions .btn {
    width: auto;
    justify-content: center;
  }
}
@media (max-width: 500px) {
  .appart-card__info_wrapp {
    flex-direction: column;
    align-items: flex-start;
  }
}
.simulateur-section {
  padding: 48px 0 100px;
  background: #fef9f2;
}
.simulateur-section__inner {
  display: grid;
  grid-template-columns: 50fr 45fr;
  gap: 64px;
  align-items: start;
}
.simulateur-section__form-col {
  min-width: 0;
  padding-top: 8px;
}
.simulateur-section__title {
  font-size: clamp(1.4rem, 2.9vw, 40px);
  font-weight: 800;
  color: #004059;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  margin-bottom: 36px;
}
.simulateur-section__img-col {
  border-radius: 0;
  overflow: hidden;
}
.simulateur-section__img-col img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.simulateur-form {
  display: flex;
  flex-direction: column;
  gap: 22px;
}
.simulateur-form__field {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.simulateur-form__error {
  display: block;
  font-size: 0.78rem;
  font-weight: 600;
  color: #d63031;
  margin-top: 2px;
  line-height: 1.3;
  will-change: transform, opacity;
}
.simulateur-form__label {
  font-size: 16px;
  font-weight: 600;
  color: #004059;
}
.simulateur-form__required {
  color: #ff1f00;
  margin-left: 2px;
}
.simulateur-form__input-wrap {
  position: relative;
  display: flex;
  align-items: center;
}
.simulateur-form__input {
  width: 100%;
  height: 46px;
  padding: 0 56px 0 14px;
  border-radius: 4px;
  border: none;
  border-bottom: 2px solid #d6cfc6;
  background: #EBE4DB;
  font-size: 0.9rem;
  font-family: inherit;
  color: #004059;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  transition: border-color 0.25s ease, background 0.25s ease;
}
.simulateur-form__input::-moz-placeholder {
  color: #b5a999;
}
.simulateur-form__input::placeholder {
  color: #b5a999;
}
.simulateur-form__input:focus {
  border-color: #004059;
  background: rgba(255, 255, 255, 0.5);
}
.simulateur-form__select {
  padding-right: 40px;
  cursor: pointer;
}
.simulateur-form__suffix {
  position: absolute;
  right: 14px;
  font-size: 0.8rem;
  font-weight: 600;
  color: #999;
  pointer-events: none;
}
.simulateur-form__chevron {
  position: absolute;
  right: 12px;
  pointer-events: none;
}
.simulateur-form__result {
  padding: 14px 18px;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 6px;
  border-left: 3px solid #E8988A;
  will-change: transform, opacity;
  transform-origin: top center;
}
.simulateur-form__result-value {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin-top: 4px;
}
.simulateur-form__result-value #sim-result-value {
  font-size: 1.5rem;
  font-weight: 800;
  color: #004059;
}
.simulateur-form__result-unit {
  font-size: 0.85rem;
  font-weight: 600;
  color: #888;
}
.simulateur-form__note {
  margin: 10px 0 0;
  font-size: 0.78rem;
  color: #6b6b6b;
  line-height: 1.5;
}
.simulateur-form__actions {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  padding-top: 4px;
}
.simulateur-form__reset {
  background: none;
  border: none;
  font-size: 0.85rem;
  font-weight: 600;
  color: #999;
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 3px;
  padding: 0;
  transition: color 0.25s ease;
}
.simulateur-form__reset:hover {
  color: #004059;
}

.simulateur-form__actions .btn.is-disabled,
.simulateur-form__actions .btn:disabled {
  cursor: not-allowed;
  opacity: 0.58;
  box-shadow: none;
  transform: none;
}

.simulateur-section__lead {
  margin-top: 20px;
  padding-top: 8px;
}

.simulateur-section__lead-title {
  margin: 0 0 18px;
  font-size: 1.1rem;
  font-weight: 700;
  color: #004059;
}

@media (max-width: 1100px) {
  .simulateur-section__inner {
    grid-template-columns: 1fr;
    gap: 48px;
  }
  .simulateur-section__img-col {
    max-height: 380px;
    overflow: hidden;
  }
}
@media (max-width: 767px) {
  .simulateur-section {
    padding: 64px 0 56px;
  }
  .simulateur-section__inner {
    gap: 36px;
  }
  .simulateur-form__actions .btn {
    width: 100%;
    justify-content: center;
  }
}
.contact-section {
  padding: 60px 0 96px;
  background: #ffffff;
}
.contact-section__header {
  text-align: center;
  margin-bottom: 52px;
}
.contact-section__title {
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  font-weight: 800;
  color: #004059;
  letter-spacing: 0.04em;
  margin-bottom: 14px;
}
.contact-section__subtitle {
  font-size: 0.92rem;
  line-height: 1.7;
  color: #666;
}

.contact-form {
  max-width: 560px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.contact-form__field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.contact-form__label {
  font-size: 0.88rem;
  font-weight: 700;
  color: #004059;
}
.contact-form__required {
  color: #ff1f00;
  margin-left: 2px;
}
.contact-form__input {
  width: 100%;
  height: 50px;
  padding: 0 18px;
  border-radius: 4px;
  border: 1px solid transparent;
  background: #f1f1f1;
  font-size: 0.9rem;
  font-family: inherit;
  color: #004059;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}
.contact-form__input::-moz-placeholder {
  color: #aaa;
}
.contact-form__input::placeholder {
  color: #aaa;
}
.contact-form__input:focus {
  border-color: rgba(0, 64, 89, 0.25);
  box-shadow: 0 0 0 3px rgba(0, 64, 89, 0.06);
}
.contact-form__select-wrap {
  position: relative;
}
.contact-form__select {
  padding-right: 44px;
  cursor: pointer;
}
.contact-form__chevron {
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}
.contact-form__field--checkbox {
  margin-top: 4px;
}
.contact-form__checkbox-label {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  cursor: pointer;
}
.contact-form__checkbox {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.contact-form__checkbox:checked + .contact-form__checkbox-box {
  background: #004059;
  border-color: #004059;
}
.contact-form__checkbox:checked + .contact-form__checkbox-box::after {
  opacity: 1;
}
.contact-form__checkbox:focus-visible + .contact-form__checkbox-box {
  box-shadow: 0 0 0 3px rgba(0, 64, 89, 0.2);
}
.contact-form__checkbox-box {
  flex-shrink: 0;
  width: 17px;
  height: 17px;
  border-radius: 3px;
  border: 1.5px solid #d0d0d0;
  background: #fff;
  margin-top: 2px;
  transition: background 0.2s ease, border-color 0.2s ease;
  position: relative;
}
.contact-form__checkbox-box::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 5px;
  width: 5px;
  height: 9px;
  border: 2px solid #fff;
  border-top: 0;
  border-left: 0;
  transform: rotate(45deg);
  opacity: 0;
  transition: opacity 0.2s ease;
}
.contact-form__checkbox-text {
  font-size: 0.78rem;
  line-height: 1.65;
  color: #777;
}
.contact-form__captcha {
  display: flex;
  justify-content: center;
  min-height: 78px;
  background: #fafafa;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  align-items: center;
}
.contact-form__submit {
  display: flex;
  justify-content: center;
  margin-top: 12px;
}

.contact-form--cf7 .wpcf7 {
  width: 100%;
}

.contact-form--cf7 .wpcf7-form {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.contact-form--cf7 .wpcf7-form-control-wrap {
  display: block;
}

.contact-form--cf7 .wpcf7-not-valid-tip {
  margin-top: 6px;
  font-size: 0.78rem;
  line-height: 1.4;
  color: #d63031;
}

.contact-form--cf7 .wpcf7-response-output {
  margin: 0;
  padding: 12px 14px;
  border-radius: 4px;
  font-size: 0.84rem;
  line-height: 1.5;
}

.contact-form--cf7 .wpcf7-spinner {
  margin: 12px auto 0;
}

.contact-form--cf7 .contact-form__field--checkbox .wpcf7-list-item {
  margin: 0;
  display: block;
}

.contact-form--cf7 .contact-form__field--checkbox .wpcf7-list-item > label {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  cursor: pointer;
}

.contact-form--cf7 .contact-form__field--checkbox .wpcf7-list-item input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

.contact-form--cf7 .contact-form__field--checkbox .wpcf7-list-item-label {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.contact-form--cf7 .contact-form__field--checkbox .wpcf7-list-item input[type="checkbox"]:checked + .wpcf7-list-item-label .contact-form__checkbox-box {
  background: #004059;
  border-color: #004059;
}

.contact-form--cf7 .contact-form__field--checkbox .wpcf7-list-item input[type="checkbox"]:checked + .wpcf7-list-item-label .contact-form__checkbox-box::after {
  opacity: 1;
}

.contact-form--cf7 .contact-form__field--checkbox .wpcf7-list-item input[type="checkbox"]:focus-visible + .wpcf7-list-item-label .contact-form__checkbox-box {
  box-shadow: 0 0 0 3px rgba(0, 64, 89, 0.2);
}

@media (max-width: 767px) {
  .contact-section {
    padding: 64px 0 64px;
  }
  .contact-section__header {
    margin-bottom: 36px;
  }
  .contact-form {
    max-width: 100%;
  }
  .contact-form__submit .btn {
    width: 100%;
    justify-content: center;
  }
}
.map-section {
  padding: 0;
  background: #fff;
}
.map-section__header {
  text-align: center;
  margin-bottom: 48px;
}
.map-section__title {
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  font-weight: 800;
  letter-spacing: 0.06em;
  color: #004059;
  text-transform: uppercase;
}
.map-section__subtitle {
  font-size: 0.95rem;
  color: #6b6b6b;
  margin-top: 8px;
  font-style: italic;
}

.map-section__inner {
  display: flex;
  gap: 0;
  position: relative;
  overflow: hidden;
  box-shadow: 0 12px 48px rgba(0, 0, 0, 0.1);
  background: #fff;
}

.map-section__media {
  flex: 1 1 0;
  min-width: 0;
  position: relative;
}

.map-section__image-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  --focus-x: 50%;
  --focus-y: 50%;
  --pointer-x: 0;
  --pointer-y: 0;
  isolation: isolate;
}

.map-section__image {
  width: 100%;
  height: 100%;
  display: block;
  transform-origin: center center;
  will-change: transform, filter;
  transition: transform 0.9s cubic-bezier(0.22, 1, 0.36, 1), filter 0.9s cubic-bezier(0.22, 1, 0.36, 1);
}

.map-section__focus-layer {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  opacity: 0;
  background:
    radial-gradient(circle at var(--focus-x) var(--focus-y), rgba(191, 239, 236, 0.38) 0%, rgba(191, 239, 236, 0.16) 9%, rgba(191, 239, 236, 0) 20%),
    radial-gradient(circle at var(--focus-x) var(--focus-y), rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 14%, rgba(4, 28, 40, 0.12) 40%, rgba(4, 28, 40, 0.34) 100%);
  transform: translate3d(calc(var(--pointer-x) * 14px), calc(var(--pointer-y) * 14px), 0);
  transition: opacity 0.45s ease, transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.map-section__media.is-focused .map-section__image {
  filter: saturate(1.03) contrast(1.02);
}

.map-section__media.is-focused .map-section__image-wrap {
  box-shadow: inset 0 0 0 1px rgba(191, 239, 236, 0.18);
}

.map-section__media.is-focused .map-section__pin.is-active {
  transform: translate(-50%, -50%) translate3d(calc(var(--pointer-x) * -3px), calc(var(--pointer-y) * -3px), 0);
}

.map-section__pins {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 2;
}

.map-section__pin {
  position: absolute;
  transform: translate(-50%, -50%);
  pointer-events: auto;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding: 0;
  outline: none;
}
.map-section__pin-pulse {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(232, 152, 138, 0.25);
  animation: pin-pulse 2.2s ease-out infinite;
}
.map-section__pin-dot {
  position: relative;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #E8988A;
  border: 3px solid #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, background 0.3s ease, box-shadow 0.3s ease;
}
.map-section__pin-label {
  font-size: 0.62rem;
  font-weight: 700;
  color: #004059;
  background: rgba(255, 255, 255, 0.9);
  padding: 2px 6px;
  border-radius: 3px;
  letter-spacing: 0.04em;
  white-space: nowrap;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.12);
  transition: background 0.3s ease, color 0.3s ease;
}
.map-section__pin:hover .map-section__pin-dot {
  transform: scale(1.2);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25);
}
.map-section__pin.is-active .map-section__pin-pulse {
  background: rgba(0, 64, 89, 0.2);
  animation: pin-pulse-active 1.6s ease-out infinite;
}
.map-section__pin.is-active .map-section__pin-dot {
  background: #004059;
  transform: scale(1.25);
  box-shadow: 0 4px 20px rgba(0, 64, 89, 0.4);
}
.map-section__pin.is-active .map-section__pin-label {
  background: #004059;
  color: #fff;
}

@keyframes pin-pulse {
  0% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(0.6);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(1.6);
  }
}
@keyframes pin-pulse-active {
  0% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(0.7);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(2);
  }
}
.map-section__panel {
  width: 0;
  flex-shrink: 0;
  background: #fff;
  border-left: 0 solid #eee;
  overflow: hidden;
  position: relative;
  will-change: width;
  transition: none;
}
.map-section__panel.is-open {
  overflow-y: auto;
}

.map-section__panel-close {
  position: relative;
  float: right;
  margin: 0 0 8px 8px;
  background: #f0f0f0;
  border: none;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  font-size: 1.3rem;
  color: #666;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.25s ease, color 0.25s ease;
  z-index: 2;
  flex-shrink: 0;
}
.map-section__panel-close:hover {
  background: #004059;
  color: #fff;
}

.map-section__panel-inner {
  padding: 28px 24px 32px;
  min-width: 332px;
  opacity: 0;
}

.map-section__panel-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
}

.map-section__panel-title {
  font-size: 1.3rem;
  font-weight: 800;
  color: #004059;
  letter-spacing: 0.02em;
}

.map-section__panel-tag {
  display: inline-block;
  background: #E8988A;
  color: #fff;
  font-size: 0.7rem;
  font-weight: 700;
  padding: 5px 14px;
  border-radius: 20px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  white-space: nowrap;
}

.map-section__panel-list {
  list-style: none;
  padding: 0;
  margin: 0 0 24px;
}
.map-section__panel-list li {
  position: relative;
  padding: 8px 0 8px 16px;
  font-size: 16px;
  color: #004059;
  line-height: 1.55;
  border-bottom: 1px solid #f4f2f0;
}
.map-section__panel-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #E8988A;
  transform: translateY(-50%);
  transition: 0.4s ease-in-out;
}
.map-section__panel-list li:hover::before {
  background: #004059;
}
.map-section__panel-list li:last-child {
  border-bottom: none;
}

.map-section__panel-actions {
  margin-bottom: 24px;
}
.map-section__panel-actions .btn {
  width: -moz-max-content;
  width: max-content;
  justify-content: center;
  font-size: 16px;
}

.map-section__panel-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.map-section__plan-thumb {
  width: 100%;
  aspect-ratio: 4/3;
  -o-object-fit: contain;
     object-fit: contain;
  background: linear-gradient(180deg, #ffffff 0%, #f7f4ef 100%);
  border-radius: 0;
  border: 1px solid rgba(0, 64, 89, 0.08);
  cursor: pointer;
  position: relative;
  z-index: 1;
  padding: 8px;
  box-shadow: 0 10px 24px rgba(0, 64, 89, 0.08);
  filter: saturate(0.98) contrast(1.01);
  transform: perspective(1200px) rotateX(0deg) rotateY(0deg) translate3d(0, 0, 0);
  transform-origin: center center;
  will-change: transform, box-shadow, border-color, filter, background;
  transition: transform 0.38s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.38s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.32s ease, filter 0.32s ease, background 0.32s ease;
}

@media (hover: hover) and (pointer: fine) {
  .map-section__plan-thumb:hover {
    transform: perspective(1200px) rotateX(2deg) rotateY(-2.5deg) translate3d(0, -4px, 0);
    border-color: rgba(191, 239, 236, 0.9);
    box-shadow: 0 20px 38px rgba(0, 64, 89, 0.16), 0 0 0 1px rgba(191, 239, 236, 0.18) inset;
    filter: saturate(1.04) contrast(1.02) brightness(1.01);
    background: linear-gradient(135deg, #ffffff 0%, #f7fbfb 52%, #eef8f7 100%);
  }
}

.map-section__accordion {
  display: none;
  margin-top: 24px;
}

.map-section__accordion-item {
  background: #fff;
  border-radius: 8px;
  margin-bottom: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  border: 1px solid #eee;
}

.map-section__accordion-trigger {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 18px;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
  font-family: inherit;
  transition: background 0.25s ease;
}
.map-section__accordion-trigger:hover {
  background: #faf8f6;
}

.map-section__accordion-title {
  font-size: 1rem;
  font-weight: 700;
  color: #004059;
  flex: 1;
}

.map-section__accordion-tag {
  display: inline-block;
  background: #E8988A;
  color: #fff;
  font-size: 0.65rem;
  font-weight: 700;
  padding: 3px 10px;
  border-radius: 12px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.map-section__accordion-chevron {
  color: #999;
  transition: transform 0.3s ease, color 0.3s ease;
  flex-shrink: 0;
}

.map-section__accordion-item.is-open {
  border-color: #004059;
}
.map-section__accordion-item.is-open .map-section__accordion-trigger {
  background: #f7f9fa;
}
.map-section__accordion-item.is-open .map-section__accordion-chevron {
  transform: rotate(180deg);
  color: #004059;
}
.map-section__accordion-item.is-open .map-section__accordion-title {
  color: #004059;
}

.map-section__accordion-content {
  display: none;
  padding: 0 18px 20px;
  overflow: hidden;
}
.map-section__accordion-content .map-section__panel-list {
  margin-bottom: 18px;
}
.map-section__accordion-content .map-section__panel-gallery {
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}
.map-section__accordion-content .map-section__panel-actions {
  margin-bottom: 18px;
}

@media (max-width: 1100px) {
  .map-section {
    padding: 80px 0 48px;
  }
  .map-section__panel-inner {
    min-width: 272px;
  }
  .map-section__panel-gallery {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .map-section {
    padding: 64px 0 40px;
  }
  .map-section__header {
    margin-bottom: 28px;
  }
  .map-section__inner {
    flex-direction: column;
    border-radius: 8px;
  }
  .map-section__panel {
    display: none !important;
  }
  .map-section__accordion {
    display: block;
  }
  .map-section__pin-dot {
    width: 16px;
    height: 16px;
    border-width: 2px;
  }
  .map-section__pin-pulse {
    width: 32px;
    height: 32px;
  }
  .map-section__pin-label {
    font-size: 0.55rem;
    padding: 1px 4px;
  }
}
.page-thankyou {
  background: #f4f0ec;
}

.thankyou-section {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  padding: 140px 0 80px;
}

.thankyou-section__inner {
  max-width: 640px;
  margin: 0 auto;
  text-align: center;
}

.thankyou-section__icon {
  margin-bottom: 32px;
}
.thankyou-section__icon img {
  width: 120px;
  height: auto;
  display: inline-block;
}

.thankyou-section__title {
  font-family: "Century Gothic", "Century Gothic Paneuropean", sans-serif;
  font-size: clamp(1.6rem, 4vw, 2.4rem);
  font-weight: 700;
  color: #004059;
  margin-bottom: 16px;
  line-height: 1.2;
}

.thankyou-section__text {
  font-size: 0.95rem;
  line-height: 1.65;
  color: #4a4a4a;
  margin-bottom: 40px;
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
}

.thankyou-section__actions {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

.btn--outline-dark {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 28px;
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  background: #004059;
  border: 2px solid #004059;
  transition: background 0.3s ease, color 0.3s ease;
}
.btn--outline-dark svg {
  flex-shrink: 0;
  width: 22px;
  height: 22px;
}
.btn--outline-dark:hover {
  background: #004059;
  color: #fff;
}

.btn--primary-salmon {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 28px;
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  background: #E8988A;
  border: 2px solid #E8988A;
  transition: background 0.3s ease, opacity 0.3s ease;
}
.btn--primary-salmon svg {
  flex-shrink: 0;
  width: 22px;
  height: 22px;
}
.btn--primary-salmon:hover {
  opacity: 0.88;
}

@media (max-width: 767px) {
  .thankyou-section {
    padding: 120px 0 60px;
  }
  .thankyou-section__icon img {
    width: 90px;
  }
  .thankyou-section__actions {
    flex-direction: column;
    gap: 12px;
  }
  .thankyou-section__actions .btn--outline-dark,
  .thankyou-section__actions .btn--primary-dark {
    width: 100%;
    justify-content: center;
  }
}
.page-notfound {
  background: #f4f0ec;
}

.notfound {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  padding: 140px 20px 80px;
  text-align: center;
}

.notfound__inner {
  max-width: 520px;
}

.notfound__code {
  font-family: "Century Gothic", "Century Gothic Paneuropean", sans-serif;
  font-size: clamp(6rem, 18vw, 11rem);
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.04em;
  color: #004059;
  margin-bottom: -10px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  display: flex;
  justify-content: center;
}

.notfound__digit {
  display: inline-block;
  will-change: transform, opacity;
}

.notfound__title {
  font-family: "Century Gothic", "Century Gothic Paneuropean", sans-serif;
  font-size: clamp(1.4rem, 3.5vw, 2rem);
  font-weight: 700;
  color: #004059;
  margin-bottom: 14px;
}

.notfound__divider {
  display: block;
  width: 48px;
  height: 3px;
  border-radius: 2px;
  background: #b9dde0;
  margin: 0 auto 28px;
}

.notfound__text {
  font-size: 0.95rem;
  line-height: 1.65;
  color: #4a4a4a;
  margin-bottom: 36px;
}

.notfound__link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 32px;
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  background: #004059;
  border: 2px solid #004059;
  transition: opacity 0.3s ease;
}
.notfound__link svg {
  flex-shrink: 0;
}
.notfound__link:hover {
  opacity: 0.85;
}

@media (max-width: 767px) {
  .notfound {
    padding: 120px 20px 60px;
  }
}

.default-page {
  padding: 8rem 0 5rem;
}

.default-page__content {
  background: #fff;
  border-radius: 2rem;
  box-shadow: 0 24px 60px rgba(0, 64, 89, 0.08);
  padding: 3rem;
}

.default-page__header {
  margin-bottom: 1.5rem;
}

.default-page__title {
  color: #004059;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.1;
}

.default-page__body > * + * {
  margin-top: 1rem;
}
