.inner-page {
  background: var(--ivory);
}

.main-nav a.is-current::after {
  transform: scaleX(1);
}

.button-on-dark {
  border-color: rgba(255, 255, 255, 0.58);
  color: #fff;
}

.button-on-dark:hover {
  color: var(--ocean-deep);
  background: #fff;
}

.page-hero {
  position: relative;
  min-height: 860px;
  overflow: hidden;
  color: #fff;
  background: var(--ocean-deep);
  isolation: isolate;
}

.page-hero-media,
.page-hero-overlay,
.page-hero-grain {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.page-hero-media {
  z-index: 0;
  object-fit: cover;
  object-position: center;
  transform: translate3d(0, var(--page-parallax, 0), 0) scale(1.12);
  will-change: transform;
}

.page-hero-media.page-hero-media-precomposed {
  transform: scale(1.01);
  will-change: auto;
}

.page-hero-overlay {
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(4, 24, 28, 0.82), rgba(4, 24, 28, 0.32) 58%, rgba(4, 24, 28, 0.14)),
    linear-gradient(0deg, rgba(4, 24, 28, 0.55), transparent 58%);
}

.page-hero-grain {
  z-index: 2;
  opacity: 0.12;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.3'/%3E%3C/svg%3E");
  mix-blend-mode: soft-light;
  pointer-events: none;
}

.page-hero-content {
  position: relative;
  z-index: 3;
  display: grid;
  align-content: end;
  min-height: 860px;
  padding-top: 170px;
  padding-bottom: 138px;
}

@media (min-width: 1101px) {
  .page-hero-content {
    width: min(1380px, calc(100% - 36px));
  }
}

.page-kicker,
.breadcrumb {
  color: rgba(255, 255, 255, 0.66);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.page-kicker {
  margin-bottom: 20px;
  color: var(--sea-glass);
  font-size: 11px;
  letter-spacing: 0.2em;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-bottom: 28px;
}

.breadcrumb a:hover {
  color: #fff;
}

.page-hero h1 {
  max-width: 740px;
  margin-top: 0;
  font-family: var(--serif);
  font-size: clamp(72px, 8.2vw, 132px);
  font-weight: 400;
  line-height: 0.9;
  letter-spacing: -0.025em;
}

.page-hero-intro {
  max-width: 560px;
  margin-top: 28px;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(16px, 1.5vw, 19px);
}

.page-hero-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 28px;
  margin-top: 40px;
}

.inner-section {
  padding: 125px 0;
}

.inner-section-paper {
  background: var(--paper);
}

.inner-section-mist {
  background: var(--sea-mist);
}

.inner-heading {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 70px;
  align-items: end;
  margin-bottom: 64px;
}

.inner-heading h2,
.story-copy h2,
.detail-copy h2,
.contact-panel h2 {
  font-family: var(--serif);
  font-size: clamp(54px, 6.2vw, 92px);
  font-weight: 400;
  line-height: 0.9;
  letter-spacing: -0.028em;
}

.inner-heading > p,
.story-copy > p:not(.eyebrow),
.detail-copy > p:not(.eyebrow) {
  max-width: 500px;
  color: var(--ink-soft);
}

.category-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 34px;
}

.category-chip,
.price-chip,
.meta-chip {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 13px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--ink-soft);
  background: rgba(255, 253, 248, 0.72);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.apartment-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 26px;
}

.unit-card {
  overflow: hidden;
  border: 1px solid rgba(16, 47, 52, 0.12);
  border-radius: 28px;
  background: var(--paper);
  box-shadow: 0 18px 45px rgba(6, 38, 43, 0.08);
  transition:
    border-color 0.4s var(--ease),
    box-shadow 0.4s var(--ease),
    transform 0.4s var(--ease);
}

.unit-card-image {
  position: relative;
  height: 420px;
  overflow: hidden;
  background: var(--sea-mist);
}

.unit-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.85s var(--ease);
}

.unit-number {
  position: absolute;
  top: 18px;
  left: 18px;
  display: grid;
  place-items: center;
  min-width: 58px;
  height: 58px;
  padding-inline: 12px;
  border: 1px solid rgba(255, 255, 255, 0.48);
  border-radius: 50%;
  color: #fff;
  background: rgba(5, 34, 39, 0.34);
  backdrop-filter: blur(14px);
  font-family: var(--serif);
  font-size: 25px;
}

.unit-card-body {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 20px;
  align-items: end;
  padding: 25px 27px 28px;
}

.unit-card h3,
.service-offer h3,
.article-card h3,
.team-card h3 {
  font-family: var(--serif);
  font-size: 32px;
  font-weight: 400;
  line-height: 1;
}

.unit-card p,
.service-offer p,
.article-card p,
.team-card p {
  margin-top: 8px;
  color: var(--ink-soft);
  font-size: 12px;
}

.unit-card-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 18px;
}

.unit-card-arrow {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  color: #fff;
  background: var(--ocean);
  transition: transform 0.35s var(--ease);
}

@media (hover: hover) and (pointer: fine) {
  .unit-card:hover {
    border-color: rgba(117, 166, 163, 0.4);
    box-shadow: 0 28px 58px rgba(6, 38, 43, 0.14);
    transform: translateY(-8px);
  }

  .unit-card:hover .unit-card-image img,
  .article-card:hover img,
  .team-card:hover img,
  .service-offer:hover img {
    transform: scale(1.055);
  }

  .unit-card:hover .unit-card-arrow {
    transform: rotate(10deg) translateY(-2px);
  }
}

.comparison-grid,
.detail-facts,
.trust-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.comparison-card,
.detail-fact,
.trust-card {
  padding: 26px;
  border: 1px solid rgba(16, 47, 52, 0.13);
  border-radius: 22px;
  background: rgba(255, 253, 248, 0.76);
  box-shadow: 0 14px 34px rgba(6, 38, 43, 0.06);
}

.comparison-card strong,
.detail-fact strong,
.trust-card strong {
  display: block;
  font-family: var(--serif);
  font-size: 29px;
  font-weight: 400;
  line-height: 1;
}

.comparison-card span,
.detail-fact span,
.trust-card span {
  display: block;
  margin-top: 9px;
  color: var(--ink-soft);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.detail-overview,
.story-split,
.contact-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(50px, 7vw, 105px);
  align-items: center;
}

.stay-guide-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.stay-guide-card {
  min-height: 330px;
  padding: 30px;
  border: 1px solid rgba(16, 47, 52, 0.14);
  border-radius: 24px;
  background:
    linear-gradient(145deg, rgba(255, 253, 248, 0.98), rgba(220, 232, 227, 0.42));
  box-shadow: 0 18px 44px rgba(6, 38, 43, 0.08);
  transition:
    border-color 0.35s var(--ease),
    box-shadow 0.35s var(--ease),
    transform 0.35s var(--ease);
}

.stay-guide-card > span {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(16, 47, 52, 0.16);
  border-radius: 50%;
  color: var(--sea-glass);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
}

.stay-guide-card h3 {
  margin-top: 46px;
  font-family: var(--serif);
  font-size: 35px;
  font-weight: 400;
  line-height: 1;
}

.stay-guide-card p {
  margin-top: 14px;
  color: var(--ink-soft);
  font-size: 13px;
}

.stay-guide-card .text-link {
  margin-top: 24px;
}

@media (hover: hover) and (pointer: fine) {
  .stay-guide-card:hover {
    border-color: rgba(117, 166, 163, 0.45);
    box-shadow: 0 28px 58px rgba(6, 38, 43, 0.13);
    transform: translateY(-7px);
  }
}

.story-split figure {
  min-height: 620px;
  overflow: hidden;
  border-radius: 30px;
  background: var(--sea-mist);
  box-shadow: var(--shadow);
}

.story-split figure img {
  width: 100%;
  height: 100%;
  min-height: 620px;
  object-fit: cover;
}

.detail-copy > p:not(.eyebrow),
.story-copy > p:not(.eyebrow) {
  margin-top: 28px;
  font-size: 15px;
}

.feature-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 32px;
}

.feature-list li {
  list-style: none;
  padding: 14px 16px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(255, 253, 248, 0.66);
  color: var(--ink-soft);
  font-size: 12px;
}

.detail-aside {
  padding: 34px;
  border: 1px solid rgba(255, 255, 255, 0.64);
  border-radius: 30px;
  background: rgba(255, 253, 248, 0.8);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.detail-price {
  font-family: var(--serif);
  font-size: 52px;
  line-height: 1;
}

.detail-price small {
  font-family: var(--sans);
  font-size: 11px;
}

.detail-aside p {
  margin: 16px 0 24px;
  color: var(--ink-soft);
  font-size: 12px;
}

.detail-aside .button {
  width: 100%;
}

.unit-glance {
  position: relative;
  z-index: 4;
  margin-top: -44px;
  padding-bottom: 28px;
}

.unit-glance-card {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 28px;
  background: rgba(255, 253, 248, 0.92);
  box-shadow: 0 24px 64px rgba(6, 38, 43, 0.16);
  backdrop-filter: blur(20px);
}

.unit-glance-item {
  display: flex;
  align-items: center;
  gap: 13px;
  min-width: 0;
  padding: 21px 18px;
  border-right: 1px solid var(--line);
}

.unit-glance-item:last-child {
  border-right: 0;
}

.unit-icon,
.amenity-icon {
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(117, 166, 163, 0.32);
  border-radius: 50%;
  color: var(--ocean);
  background: rgba(213, 231, 227, 0.56);
}

.unit-icon svg,
.amenity-icon svg {
  width: 22px;
  height: 22px;
}

.unit-glance-item strong,
.unit-glance-item span:not(.unit-icon) {
  display: block;
}

.unit-glance-item strong {
  color: var(--ink);
  font-family: var(--serif);
  font-size: 22px;
  font-weight: 400;
  line-height: 1;
}

.unit-glance-item span:not(.unit-icon) {
  margin-top: 6px;
  color: var(--ink-soft);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.06em;
  line-height: 1.25;
  text-transform: uppercase;
}

.unit-overview-section {
  padding-top: 62px;
}

.unit-mood-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 30px;
}

.unit-mood-tags span {
  padding: 10px 13px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--ink-soft);
  background: rgba(255, 255, 255, 0.5);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.booking-benefits {
  display: grid;
  gap: 11px;
  margin: 0 0 25px;
  padding: 20px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.booking-benefits li {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--ink-soft);
  font-size: 11px;
  list-style: none;
}

.booking-benefits svg {
  width: 17px;
  height: 17px;
  color: var(--sea-glass);
}

.detail-whatsapp-link {
  display: block;
  width: fit-content;
  margin: 18px auto 0;
  color: var(--ocean);
  font-size: 11px;
  font-weight: 600;
  border-bottom: 1px solid currentColor;
}

.amenity-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 15px;
}

.amenity-card {
  min-height: 225px;
  padding: 26px;
  border: 1px solid rgba(16, 47, 52, 0.12);
  border-radius: 24px;
  background: rgba(255, 253, 248, 0.8);
  box-shadow: 0 14px 34px rgba(6, 38, 43, 0.05);
  transition:
    border-color 0.3s var(--ease),
    box-shadow 0.3s var(--ease),
    transform 0.3s var(--ease);
}

.amenity-card .amenity-icon {
  margin-bottom: 35px;
}

.amenity-card h3,
.practical-card h3 {
  color: var(--ink);
  font-family: var(--serif);
  font-size: 25px;
  font-weight: 400;
  line-height: 1;
}

.amenity-card p,
.practical-card > p:last-child {
  margin-top: 10px;
  color: var(--ink-soft);
  font-size: 11px;
  line-height: 1.55;
}

.practical-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.practical-card {
  min-height: 330px;
  padding: 30px;
  border: 1px solid rgba(16, 47, 52, 0.12);
  border-radius: 26px;
  background: linear-gradient(145deg, rgba(255, 253, 248, 0.96), rgba(213, 231, 227, 0.42));
}

.practical-card .amenity-icon {
  margin-bottom: 48px;
}

.practical-card .eyebrow {
  margin-bottom: 12px;
}

.unit-lightbox {
  width: min(1180px, calc(100% - 36px));
  max-width: none;
  height: min(820px, calc(100vh - 36px));
  max-height: none;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 28px;
  color: #fff;
  background: rgba(3, 24, 28, 0.96);
  box-shadow: 0 30px 100px rgba(0, 0, 0, 0.45);
}

.unit-lightbox::backdrop {
  background: rgba(2, 15, 18, 0.78);
  backdrop-filter: blur(8px);
}

.unit-lightbox-inner {
  position: relative;
  display: grid;
  grid-template-columns: 60px minmax(0, 1fr) 60px;
  align-items: center;
  height: 100%;
  padding: 60px 22px 28px;
}

.unit-lightbox figure {
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  gap: 15px;
  min-width: 0;
  height: 100%;
  margin: 0;
}

.unit-lightbox figure img {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: contain;
}

.unit-lightbox figcaption {
  color: rgba(255, 255, 255, 0.62);
  font-size: 10px;
  letter-spacing: 0.1em;
  text-align: center;
  text-transform: uppercase;
}

.unit-lightbox-close,
.unit-lightbox-nav {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 50%;
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  cursor: pointer;
  transition: background-color 0.25s var(--ease), transform 0.25s var(--ease);
}

.unit-lightbox-close {
  position: absolute;
  z-index: 2;
  top: 16px;
  right: 16px;
  font-size: 24px;
}

.unit-lightbox-nav {
  justify-self: center;
  font-size: 20px;
}

.gallery-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 0.8fr;
  grid-template-rows: repeat(2, 270px);
  gap: 16px;
}

.gallery-grid figure {
  overflow: hidden;
  border-radius: 24px;
  background: var(--sea-mist);
}

.gallery-grid figure:first-child {
  grid-row: 1 / 3;
}

.gallery-grid figure:nth-child(2) {
  grid-column: 2 / 4;
}

.gallery-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s var(--ease);
}

.gallery-grid button {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  overflow: hidden;
  border: 0;
  color: #fff;
  background: transparent;
  cursor: zoom-in;
}

.gallery-grid button::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(4, 32, 36, 0.45), transparent 45%);
  content: "";
  opacity: 0;
  transition: opacity 0.35s var(--ease);
}

.gallery-grid button > span {
  position: absolute;
  z-index: 1;
  right: 18px;
  bottom: 16px;
  padding: 9px 12px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 999px;
  background: rgba(4, 32, 36, 0.54);
  backdrop-filter: blur(12px);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.08em;
  opacity: 0;
  text-transform: uppercase;
  transform: translateY(8px);
  transition: opacity 0.35s var(--ease), transform 0.35s var(--ease);
}

.gallery-grid button:focus-visible,
.unit-lightbox button:focus-visible {
  outline: 2px solid var(--sea-glass);
  outline-offset: -4px;
}

@media (hover: none) {
  .gallery-grid button::after,
  .gallery-grid button > span {
    opacity: 1;
  }

  .gallery-grid button > span {
    transform: translateY(0);
  }
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.team-card,
.service-offer,
.article-card {
  overflow: hidden;
  border: 1px solid rgba(16, 47, 52, 0.12);
  border-radius: 26px;
  background: var(--paper);
  box-shadow: 0 18px 42px rgba(6, 38, 43, 0.08);
  transition:
    box-shadow 0.4s var(--ease),
    transform 0.4s var(--ease);
}

.team-card-image,
.service-offer-image,
.article-card-image {
  height: 420px;
  overflow: hidden;
}

.team-card-image img,
.service-offer-image img,
.article-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.85s var(--ease);
}

.team-card-body,
.service-offer-body,
.article-card-body {
  padding: 24px 25px 28px;
}

.team-role,
.article-meta {
  display: block;
  margin-bottom: 12px;
  color: var(--sea-glass);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.service-offer-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.service-offer {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
}

.service-offer-image {
  height: 100%;
  min-height: 330px;
}

.service-offer-body {
  display: grid;
  align-content: center;
}

.service-rate {
  width: fit-content;
  margin-bottom: 18px;
  padding: 7px 11px;
  border-radius: 999px;
  color: var(--ocean-deep);
  background: var(--sea-mist);
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
}

.service-offer .text-link,
.article-card .text-link {
  width: fit-content;
  margin-top: 20px;
}

.steps-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.step-card {
  padding: 30px;
  border-top: 1px solid var(--line);
}

.step-card span {
  color: var(--sea-glass);
  font-family: var(--serif);
  font-size: 44px;
}

.step-card h3 {
  margin-top: 28px;
  font-family: var(--serif);
  font-size: 28px;
  font-weight: 400;
}

.step-card p {
  margin-top: 10px;
  color: var(--ink-soft);
  font-size: 12px;
}

.article-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.article-card-image {
  height: 285px;
}

.article-card h3 {
  font-size: 29px;
}

.article-card > a {
  display: flex;
  height: 100%;
  flex-direction: column;
}

.article-card .article-card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
}

.article-card .text-link {
  margin-top: auto;
  padding-top: 20px;
}

.article-hero-meta {
  margin-top: 22px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.article-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 310px;
  gap: 85px;
  align-items: start;
}

.article-content {
  max-width: 780px;
}

.article-lede {
  margin-bottom: 48px;
  color: var(--ink-soft);
  font-family: var(--serif);
  font-size: 31px;
  line-height: 1.25;
}

.article-block + .article-block {
  margin-top: 38px;
}

.article-block h2 {
  font-family: var(--serif);
  font-size: 39px;
  font-weight: 400;
  line-height: 1.05;
}

.article-block p {
  margin-top: 14px;
  color: var(--ink-soft);
  font-size: 15px;
  line-height: 1.8;
}

.article-block p + p {
  margin-top: 18px;
}

.article-aside {
  position: sticky;
  top: 110px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: var(--paper);
  box-shadow: 0 18px 42px rgba(6, 38, 43, 0.08);
}

.article-aside strong {
  font-family: var(--serif);
  font-size: 27px;
  font-weight: 400;
}

.article-aside p {
  margin: 12px 0 22px;
  color: var(--ink-soft);
  font-size: 12px;
}

.article-aside .button {
  width: 100%;
}

.article-related {
  display: grid;
  gap: 12px;
  margin-top: 30px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
}

.article-related > span {
  color: var(--sea-glass);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.article-related a {
  color: var(--ink-soft);
  font-family: var(--serif);
  font-size: 17px;
  line-height: 1.15;
  transition: color 0.25s var(--ease);
}

.article-related a:hover {
  color: var(--ocean);
}

.article-faq {
  margin-top: 68px;
  padding-top: 52px;
  border-top: 1px solid var(--line);
}

.article-faq > h2 {
  margin: 10px 0 28px;
  font-family: var(--serif);
  font-size: clamp(38px, 4vw, 54px);
  font-weight: 400;
  line-height: 1;
}

.article-faq-item {
  border-top: 1px solid var(--line);
}

.article-faq-item:last-child {
  border-bottom: 1px solid var(--line);
}

.article-faq-item summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 21px 0;
  color: var(--ink);
  font-family: var(--serif);
  font-size: 22px;
  line-height: 1.15;
  cursor: pointer;
  list-style: none;
}

.article-faq-item summary::-webkit-details-marker {
  display: none;
}

.article-faq-item summary span {
  flex: 0 0 auto;
  color: var(--sea-glass);
  font-family: var(--sans);
  font-size: 20px;
  transition: transform 0.3s var(--ease);
}

.article-faq-item[open] summary span {
  transform: rotate(45deg);
}

.article-faq-item > div {
  padding: 0 44px 22px 0;
}

.article-faq-item p {
  color: var(--ink-soft);
  font-size: 14px;
  line-height: 1.75;
}

.article-faq-item p + p {
  margin-top: 12px;
}

.contact-cards {
  display: grid;
  gap: 12px;
}

.contact-card {
  display: grid;
  grid-template-columns: 52px 1fr auto;
  gap: 15px;
  align-items: center;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255, 253, 248, 0.74);
  transition:
    background-color 0.3s var(--ease),
    transform 0.3s var(--ease);
}

.contact-card-icon {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  color: #fff;
  background: var(--ocean);
  font-size: 17px;
}

.contact-card strong {
  display: block;
  font-size: 12px;
}

.contact-card span {
  color: var(--ink-soft);
  font-size: 11px;
}

.contact-card .contact-card-icon {
  color: #fff;
}

.contact-card-icon svg,
.contact-card-icon img {
  display: block;
  width: 23px;
  height: 23px;
}

.contact-card-icon svg {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.contact-card-icon svg .icon-dot {
  fill: currentColor;
  stroke: none;
}

.payment-section {
  overflow: hidden;
}

.payment-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.payment-card {
  min-height: 330px;
  padding: 30px;
  border: 1px solid rgba(16, 47, 52, 0.13);
  border-radius: 26px;
  background:
    radial-gradient(circle at 100% 0, rgba(117, 166, 163, 0.18), transparent 43%),
    linear-gradient(145deg, rgba(255, 253, 248, 0.98), rgba(220, 232, 227, 0.34));
  box-shadow: 0 18px 42px rgba(6, 38, 43, 0.07);
  transition:
    border-color 0.35s var(--ease),
    box-shadow 0.35s var(--ease),
    transform 0.35s var(--ease);
}

.payment-icon {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  margin-bottom: 52px;
  border-radius: 50%;
  color: #fff;
  background: var(--ocean);
}

.payment-icon svg {
  width: 25px;
  height: 25px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.55;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.payment-audience {
  display: block;
  margin-bottom: 10px;
  color: var(--sea-glass);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.payment-card h3 {
  max-width: 300px;
  font-family: var(--serif);
  font-size: 31px;
  font-weight: 400;
  line-height: 1;
}

.payment-card p {
  max-width: 340px;
  margin-top: 14px;
  color: var(--ink-soft);
  font-size: 12px;
  line-height: 1.65;
}

.payment-note {
  margin-top: 24px;
  padding-left: 16px;
  border-left: 2px solid var(--sea-glass);
  color: var(--ink-soft);
  font-size: 11px;
  line-height: 1.6;
}

@media (hover: hover) and (pointer: fine) {
  .team-card:hover,
  .service-offer:hover,
  .article-card:hover {
    box-shadow: 0 28px 58px rgba(6, 38, 43, 0.14);
    transform: translateY(-7px);
  }

  .contact-card:hover {
    background: #fff;
    transform: translateX(5px);
  }

  .payment-card:hover {
    border-color: rgba(117, 166, 163, 0.5);
    box-shadow: 0 28px 58px rgba(6, 38, 43, 0.12);
    transform: translateY(-7px);
  }

  .amenity-card:hover {
    border-color: rgba(117, 166, 163, 0.48);
    box-shadow: 0 24px 48px rgba(6, 38, 43, 0.1);
    transform: translateY(-6px);
  }

  .gallery-grid button:hover img {
    transform: scale(1.045);
  }

  .gallery-grid button:hover::after,
  .gallery-grid button:hover > span {
    opacity: 1;
  }

  .gallery-grid button:hover > span {
    transform: translateY(0);
  }

  .unit-lightbox-close:hover,
  .unit-lightbox-nav:hover {
    background: rgba(255, 255, 255, 0.18);
    transform: scale(1.06);
  }
}

.contact-form,
.page-newsletter-form {
  padding: 34px;
  border: 1px solid rgba(255, 255, 255, 0.64);
  border-radius: 28px;
  background: rgba(255, 253, 248, 0.8);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.form-field {
  display: grid;
  gap: 7px;
}

.form-field-wide {
  grid-column: 1 / -1;
}

.form-field span {
  color: var(--ink-soft);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.form-field input,
.form-field select,
.form-field textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 14px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.64);
  outline: 0;
}

.form-field input,
.form-field select {
  min-height: 50px;
  padding-inline: 14px;
}

.form-field textarea {
  min-height: 135px;
  padding: 13px 14px;
  resize: vertical;
}

.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
  border-color: var(--sea-glass);
  box-shadow: 0 0 0 4px rgba(117, 166, 163, 0.12);
}

.contact-form .button {
  width: 100%;
  margin-top: 16px;
}

.form-status {
  min-height: 18px;
  margin-top: 11px;
  color: var(--sea-glass);
  font-size: 10px;
}

.page-cta {
  padding: 105px 0;
  color: #fff;
  background: var(--ocean);
  text-align: center;
}

.page-cta h2 {
  font-family: var(--serif);
  font-size: clamp(58px, 7vw, 102px);
  font-weight: 400;
  line-height: 0.9;
}

.page-cta p {
  max-width: 550px;
  margin: 24px auto 30px;
  color: rgba(255, 255, 255, 0.66);
}

.page-cta .button + .button {
  margin-left: 8px;
}

.content-note {
  margin-top: 24px;
  color: var(--ink-soft);
  font-size: 10px;
  text-align: center;
}

.inner-page .motion-item {
  opacity: 0;
  filter: blur(6px);
  transform: translateY(34px);
  transition:
    opacity 0.8s var(--ease) var(--motion-delay, 0ms),
    filter 0.8s var(--ease) var(--motion-delay, 0ms),
    transform 0.8s var(--ease) var(--motion-delay, 0ms);
}

.inner-page .motion-item.is-visible {
  opacity: 1;
  filter: blur(0);
  transform: translateY(0);
}

@media (max-width: 1100px) {
  .unit-card-image {
    height: 350px;
  }

  .comparison-grid,
  .detail-facts,
  .trust-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .service-offer-grid {
    grid-template-columns: 1fr;
  }

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

  .stay-guide-grid {
    grid-template-columns: 1fr;
  }

  .stay-guide-card {
    min-height: 0;
  }
}

@media (max-width: 820px) {
  .page-hero,
  .page-hero-content {
    min-height: 770px;
  }

  .page-hero-content {
    padding-top: 135px;
    padding-bottom: 120px;
  }

  .page-hero h1 {
    font-size: clamp(63px, 15vw, 94px);
  }

  .inner-section {
    padding: 88px 0;
  }

  .inner-heading,
  .detail-overview,
  .story-split,
  .contact-layout,
  .article-layout {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .inner-heading {
    margin-bottom: 46px;
  }

  .apartment-grid,
  .team-grid,
  .article-grid {
    grid-template-columns: 1fr;
  }

  .unit-card-image,
  .team-card-image {
    height: min(480px, 72vw);
  }

  .gallery-grid {
    grid-template-columns: 1.15fr 0.85fr;
    grid-template-rows: repeat(3, 220px);
  }

  .gallery-grid figure:nth-child(2) {
    grid-column: 2;
  }

  .gallery-grid figure:last-child {
    grid-column: 1 / -1;
  }

  .unit-glance {
    margin-top: -32px;
  }

  .unit-glance-card {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .unit-glance-item {
    border-bottom: 1px solid var(--line);
  }

  .unit-glance-item:nth-child(2n) {
    border-right: 0;
  }

  .unit-glance-item:last-child {
    grid-column: 1 / -1;
    border-bottom: 0;
  }

  .practical-grid {
    grid-template-columns: 1fr;
  }

  .practical-card {
    min-height: 0;
  }

  .practical-card .amenity-icon {
    margin-bottom: 34px;
  }

  .steps-grid {
    grid-template-columns: 1fr;
  }

  .article-aside {
    position: static;
  }

  .payment-grid {
    grid-template-columns: 1fr;
  }

  .payment-card {
    min-height: 0;
  }

  .payment-icon {
    margin-bottom: 34px;
  }
}

@media (max-width: 600px) {
  .page-hero h1 {
    font-size: clamp(63px, 15vw, 94px);
    line-height: 0.94;
  }

  .page-hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .page-hero-actions .button {
    width: 100%;
  }

  .unit-card-body,
  .service-offer,
  .form-grid {
    grid-template-columns: 1fr;
  }

  .unit-card-image {
    height: 300px;
  }

  .unit-card-arrow {
    display: none;
  }

  .comparison-grid,
  .detail-facts,
  .trust-grid,
  .feature-list {
    grid-template-columns: 1fr 1fr;
  }

  .gallery-grid {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(4, 250px);
  }

  .gallery-grid figure:first-child,
  .gallery-grid figure:nth-child(2),
  .gallery-grid figure:last-child {
    grid-column: auto;
    grid-row: auto;
  }

  .unit-glance-card {
    grid-template-columns: 1fr;
  }

  .unit-glance-item,
  .unit-glance-item:nth-child(2n) {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .unit-glance-item:last-child {
    grid-column: auto;
    border-bottom: 0;
  }

  .amenity-grid {
    grid-template-columns: 1fr;
  }

  .amenity-card {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 20px;
    min-height: 0;
  }

  .amenity-card .amenity-icon {
    margin-bottom: 0;
  }

  .unit-lightbox-inner {
    grid-template-columns: 42px minmax(0, 1fr) 42px;
    padding: 58px 4px 18px;
  }

  .unit-lightbox-close,
  .unit-lightbox-nav {
    width: 38px;
    height: 38px;
  }

  .service-offer-image {
    min-height: 270px;
  }

  .contact-form,
  .detail-aside {
    padding: 24px;
  }

  .page-cta .button + .button {
    margin-top: 10px;
    margin-left: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .page-hero-media {
    transform: scale(1.06);
  }

  .inner-page .motion-item {
    opacity: 1;
    filter: none;
    transform: none;
  }
}
