:root {
  --sky-50: #f2fbff;
  --sky-100: #dff5fb;
  --sky-200: #b8e7f5;
  --sea: #78d0ea;
  --sea-deep: #2f6f94;
  --sea-dark: #18344d;
  --sea-darker: #0d2235;
  --ink: #18344d;
  --muted: #51708b;
  --white: #ffffff;
  --line: rgba(24, 52, 77, 0.12);
  --shadow-soft: 0 18px 48px rgba(23, 51, 75, 0.14);
  --shadow-card: 0 26px 60px rgba(12, 34, 53, 0.22);
  --radius-xl: 36px;
  --radius-lg: 28px;
  --radius-md: 22px;
  --wrap: 1440px;
  --desktop-frame: 1360px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: clip;
}

body {
  margin: 0;
  font-family: "Manrope", sans-serif;
  color: var(--ink);
  overflow-x: clip;
  background:
    linear-gradient(180deg, rgba(184, 231, 245, 0.52), rgba(242, 251, 255, 0.98) 18%, #ffffff 100%),
    radial-gradient(circle at top left, rgba(120, 208, 234, 0.22), transparent 25%);
}

img {
  display: block;
  width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

.wrap {
  width: min(calc(100% - 40px), var(--wrap));
  margin: 0 auto;
}

.topbar {
  position: absolute;
  inset: 0 0 auto 0;
  z-index: 20;
  padding-top: 20px;
}

.topbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 16px 22px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  backdrop-filter: blur(18px);
  box-shadow: var(--shadow-soft);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
}

.brand-mark {
  display: block;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: center / cover no-repeat url("favicon.svg?ts=1748876100");
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.18);
}

.brand-text {
  display: grid;
  gap: 2px;
}

.brand-text small,
.nav a {
  color: var(--muted);
}

.nav {
  display: flex;
  align-items: center;
  gap: 22px;
}

.lang-switch {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px;
  border: 1px solid rgba(24, 52, 77, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.88);
}

.lang-button {
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 50%;
  background: transparent;
  font-size: 1.15rem;
  line-height: 1;
  cursor: pointer;
}

.lang-button.is-active {
  background: rgba(120, 208, 234, 0.18);
  box-shadow: inset 0 0 0 1px rgba(47, 111, 148, 0.18);
}

.nav-button {
  padding: 11px 18px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--sea), var(--sea-deep));
  color: var(--white) !important;
}

.hero {
  position: relative;
  min-height: 480px;
  display: grid;
  align-items: end;
  overflow: visible;
}

.hero-media {
  position: absolute;
  inset: 0;
}

.hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(20, 29, 31, 0.54) 0%, rgba(20, 29, 31, 0.18) 44%, rgba(20, 29, 31, 0.52) 100%),
    linear-gradient(180deg, rgba(18, 24, 26, 0.12) 0%, rgba(18, 24, 26, 0.46) 100%);
}

.hero-media img {
  height: 100%;
  object-fit: cover;
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 680px;
  gap: 28px;
  align-items: end;
  padding: 54px 0 0;
}

.hero-copy {
  max-width: 650px;
  color: var(--white);
  padding-bottom: 12px;
}

.eyebrow {
  margin: 0 0 12px;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.hero-copy .eyebrow {
  color: rgba(225, 245, 252, 0.92);
}

h1,
h2,
h3 {
  margin: 0;
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  line-height: 1.08;
}

h1 {
  font-size: clamp(3rem, 4.9vw, 5.2rem);
  letter-spacing: -0.045em;
  white-space: nowrap;
}

h2 {
  font-size: clamp(1.7rem, 2.4vw, 2.55rem);
  letter-spacing: -0.04em;
  white-space: nowrap;
}

h3 {
  font-size: 1.7rem;
  margin-bottom: 10px;
}

.hero-lead,
.section-copy p,
.feature-card p,
.zone-copy p,
.booking-note,
.quick-strip span {
  line-height: 1.75;
  font-size: 1rem;
}

.hero-lead {
  max-width: 56ch;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.92);
}

.hero-actions,
.cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.hero-after {
  padding-top: 72px;
}

.hero-after-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 680px;
  gap: 28px;
  align-items: start;
}

.hero-gallery-intro {
  max-width: 520px;
}

.hero-gallery-intro .eyebrow {
  color: var(--sea-deep);
  font-size: 0.95rem;
  letter-spacing: 0.2em;
}

.hero-gallery-intro h2 {
  color: var(--ink);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 54px;
  padding: 0 22px;
  border-radius: 999px;
  font-weight: 700;
  white-space: nowrap;
}

.button img {
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  display: block;
  border: 1px solid rgba(255, 255, 255, 0.95);
  border-radius: 50%;
}

.button-primary {
  background: linear-gradient(135deg, var(--sea), var(--sea-deep));
  color: var(--white);
  box-shadow: 0 18px 30px rgba(47, 111, 148, 0.3);
}

.button-secondary {
  background: rgba(255, 255, 255, 0.14);
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.28);
}

.button-icon {
  min-width: 54px;
  padding: 0;
  font-size: 1.4rem;
}

.booking-card {
  padding: 20px 24px;
  border-radius: var(--radius-lg);
  background: rgba(245, 252, 255, 0.97);
  box-shadow: var(--shadow-card);
  width: 100%;
  max-width: 800px;
  transform: translateY(calc(56% - 64px));
  justify-self: end;
}

.booking-label {
  margin: 0 0 6px;
  color: var(--sea-deep);
  font-size: 0.84rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.16em;
}

.booking-card h2 {
  font-size: 1.8rem;
  margin-bottom: 14px;
}

.service-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.service-item {
  position: relative;
  display: grid;
  grid-template-columns: 22px max-content;
  align-items: center;
  justify-content: center;
  column-gap: 14px;
  white-space: nowrap;
  min-height: 64px;
  padding: 8px 36px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: var(--white);
  color: var(--ink);
  font-size: 0.76rem;
  font-weight: 600;
  line-height: 1;
}

.service-item::before {
  content: "";
  position: relative;
  left: 0;
  top: 0;
  width: 22px;
  height: 22px;
  transform: none;
  image-rendering: pixelated;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 22px 22px;
}

.service-item::after {
  content: none;
}

.service-item-ac::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' shape-rendering='crispEdges'%3E%3Cpath fill='%232f6f94' d='M7 0h2v4h2v2H9v1h3v2H9v1h2v2H9v4H7v-4H5v-2h2V9H4V7h3V6H5V4h2z'/%3E%3C/svg%3E");
}

.service-item-wifi::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' shape-rendering='crispEdges'%3E%3Cpath fill='%232f6f94' d='M6 11h4v2H6zm-3-3h2v2H3zm8 0h2v2h-2zM1 6h2v2H1zm12 0h2v2h-2zM4 5h2v2H4zm6 0h2v2h-2zM6 3h4v2H6z'/%3E%3C/svg%3E");
}

.service-item-living::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' shape-rendering='crispEdges'%3E%3Cpath fill='%232f6f94' d='M3 3h10v5h1v4h-2v2h-2v-2H6v2H4v-2H2V8h1zm2 2v3h6V5z'/%3E%3C/svg%3E");
}

.service-item-bed::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' shape-rendering='crispEdges'%3E%3Cpath fill='%232f6f94' d='M2 4h4v3H2zm5 1h4a3 3 0 0 1 3 3v4h-2v-2H4v2H2V5h5z'/%3E%3C/svg%3E");
}

.service-item-sea::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' shape-rendering='crispEdges'%3E%3Cpath fill='%232f6f94' d='M1 9h3v2H1zm4 1h3v2H5zm4-1h3v2H9zm3 1h3v2h-3zM2 5h2v2H2zm2-1h2v2H4zm5 0h2v2H9zm2 1h2v2h-2z'/%3E%3C/svg%3E");
}

.service-item-light::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' shape-rendering='crispEdges'%3E%3Cpath fill='%232f6f94' d='M7 0h2v3H7zM2 2h2v2H2zm10 0h2v2h-2zM0 7h3v2H0zm13 0h3v2h-3zM2 12h2v2H2zm10 0h2v2h-2zM7 13h2v3H7zM5 5h6v6H5z'/%3E%3C/svg%3E");
}

.service-list .service-item:nth-child(1)::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%232f6f94' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 11.5l7 -6l7 6'/%3E%3Cpath d='M7 10.5v8h10v-8'/%3E%3Cpath d='M10 18.5v-4h4v4'/%3E%3C/svg%3E");
}

.service-list .service-item:nth-child(2)::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%232f6f94' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 7.5v9'/%3E%3Cpath d='M20 7.5v9'/%3E%3Cpath d='M4 9.5h16'/%3E%3Cpath d='M4 16.5h16'/%3E%3Cpath d='M9 5.5l-2 2l2 2'/%3E%3Cpath d='M15 18.5l2 -2l-2 -2'/%3E%3C/svg%3E");
}

.service-list .service-item:nth-child(3)::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%232f6f94' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 14.5c-1.7 0 -2.4 1 -3.7 1.8c-.5 .3 -.8 .8 -.8 1.5c0 1 .8 1.7 1.8 1.7c1.3 0 2.1 -.7 2.7 -.7s1.4 .7 2.7 .7c1 0 1.8 -.7 1.8 -1.7c0 -.7 -.3 -1.2 -.8 -1.5c-1.3 -.8 -2 -1.8 -3.7 -1.8z'/%3E%3Cpath d='M8.3 11.2c.7 0 1.3 -.8 1.3 -1.8s-.6 -1.8 -1.3 -1.8s-1.3 .8 -1.3 1.8s.6 1.8 1.3 1.8z'/%3E%3Cpath d='M15.7 11.2c.7 0 1.3 -.8 1.3 -1.8s-.6 -1.8 -1.3 -1.8s-1.3 .8 -1.3 1.8s.6 1.8 1.3 1.8z'/%3E%3Cpath d='M5.9 14c.6 0 1.1 -.7 1.1 -1.6s-.5 -1.6 -1.1 -1.6s-1.1 .7 -1.1 1.6s.5 1.6 1.1 1.6z'/%3E%3Cpath d='M18.1 14c.6 0 1.1 -.7 1.1 -1.6s-.5 -1.6 -1.1 -1.6s-1.1 .7 -1.1 1.6s.5 1.6 1.1 1.6z'/%3E%3C/svg%3E");
}

.service-list .service-item:nth-child(4)::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%232f6f94' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3.5 9.5c4.8 -4 12.2 -4 17 0'/%3E%3Cpath d='M6.5 12.5c3.1 -2.6 7.9 -2.6 11 0'/%3E%3Cpath d='M9.5 15.5c1.4 -1.1 3.6 -1.1 5 0'/%3E%3Cpath d='M12 19h.01'/%3E%3C/svg%3E");
}

.service-list .service-item:nth-child(5)::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%232f6f94' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M8 5.5v6'/%3E%3Cpath d='M16 5.5v6'/%3E%3Cpath d='M6 5.5h4'/%3E%3Cpath d='M14 5.5h4'/%3E%3Cpath d='M5 12.5h14'/%3E%3Cpath d='M7 12.5v6'/%3E%3Cpath d='M17 12.5v6'/%3E%3Cpath d='M7 15.5h10'/%3E%3C/svg%3E");
}

.service-list .service-item:nth-child(6)::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%232f6f94' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 14.5h13a2 2 0 0 1 2 2v1H4z'/%3E%3Cpath d='M8 14.5v4'/%3E%3Cpath d='M16.5 6v.5a2.5 2.5 0 0 0 2.5 2.5a2.5 2.5 0 0 1 2.5 2.5v.5'/%3E%3Cpath d='M5 5l14 14'/%3E%3C/svg%3E");
}

.service-list .service-item:nth-child(7)::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%232f6f94' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 16.5v-5a2 2 0 0 1 2 -2h10a2 2 0 0 1 2 2v5'/%3E%3Cpath d='M4 16.5h16'/%3E%3Cpath d='M7 16.5v2'/%3E%3Cpath d='M17 16.5v2'/%3E%3Cpath d='M8 12.5h.01'/%3E%3Cpath d='M16 12.5h.01'/%3E%3C/svg%3E");
}

.service-list .service-item:nth-child(8)::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%232f6f94' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M8 16.5a3 3 0 0 1 -3 3'/%3E%3Cpath d='M16 16.5a3 3 0 0 0 3 3'/%3E%3Cpath d='M12 16.5v3'/%3E%3Cpath d='M4 8.5a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v4a2 2 0 0 1 -2 2H6a2 2 0 0 1 -2 -2z'/%3E%3Cpath d='M8 14.5v-3a1 1 0 0 1 1 -1h6a1 1 0 0 1 1 1v3'/%3E%3C/svg%3E");
}

.service-list .service-item:nth-child(9)::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%232f6f94' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 12.5h16a1 1 0 0 1 1 1v2.5a4 4 0 0 1 -4 4H7a4 4 0 0 1 -4 -4V13.5a1 1 0 0 1 1 -1z'/%3E%3Cpath d='M6.5 12.5v-6a2 2 0 0 1 2 -2h2.5'/%3E%3Cpath d='M17 20.5l1 -1.5'/%3E%3Cpath d='M7 20.5l-1 -1.5'/%3E%3C/svg%3E");
}

.booking-note {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 0.84rem;
  line-height: 1.55;
  max-width: 62ch;
}

.section {
  padding: 96px 0 0;
}

.section-grid,
.zone-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 32px;
  align-items: center;
}

.zone-grid {
  gap: 18px;
}

.zone-wrap {
  max-width: 760px;
}

.section-copy {
  padding-right: 20px;
}

.section-copy p,
.zone-copy p {
  color: var(--muted);
}

.stacked-photos {
  position: relative;
  min-height: 360px;
  padding-right: 24px;
}

.stacked-photo {
  overflow: hidden;
  border-radius: 30px;
  box-shadow: var(--shadow-soft);
}

.stacked-photo img,
.gallery-item img,
.zone-photo img {
  height: 100%;
  object-fit: cover;
}

.stacked-photo-large {
  width: min(100%, 260px);
  height: 320px;
}

.stacked-photo-small {
  position: absolute;
  right: 0;
  bottom: 18px;
  width: 150px;
  height: 190px;
  border: 8px solid var(--white);
}

.feature-band {
  background: linear-gradient(180deg, var(--sky-50), rgba(255, 255, 255, 0) 100%);
}

.carousel-section {
  padding-top: 28px;
}

.gallery-description-section {
  padding-top: 28px;
}

.zone-section {
  padding-top: 28px;
}

.info-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 28px;
  align-items: stretch;
  padding: 30px;
  border-radius: 32px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: var(--shadow-soft);
}

.info-copy {
  min-width: 0;
  padding-right: 8px;
}

.info-copy h2 {
  white-space: normal;
  line-height: 1.16;
}

.map-title {
  font-family: "Manrope", sans-serif;
  font-size: clamp(1.3rem, 1.9vw, 1.85rem);
  line-height: 1.18;
  letter-spacing: -0.02em;
  white-space: normal;
}

.info-copy p {
  margin: 0;
  color: var(--muted);
  line-height: 1.75;
  font-size: 1rem;
}

.info-copy p + p,
.info-copy h2 + p,
.info-copy ul {
  margin-top: 16px;
}

.property-mobile-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 12px;
  padding: 14px 18px;
  border: 0;
  border-top: 1px solid rgba(24, 52, 77, 0.12);
  background: transparent;
  color: var(--sea-dark);
  font: inherit;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1;
  cursor: pointer;
}

.property-mobile-toggle span {
  display: inline-block;
  transform: rotate(90deg);
  transition: transform 220ms ease;
}

.property-mobile-toggle.is-expanded span {
  transform: rotate(270deg);
}

.property-mobile-content {
  position: relative;
  max-height: 35em;
  overflow: hidden;
  transition: max-height 240ms ease;
}

.property-mobile-content::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 72px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.96));
  pointer-events: none;
}

.property-mobile-content.is-expanded {
  max-height: none;
  overflow: visible;
}

.property-mobile-content.is-expanded::after {
  display: none;
}

.info-visual {
  overflow: hidden;
  border-radius: 28px;
  min-height: 320px;
}

.info-card-map .map-frame {
  display: flex;
  flex-direction: column;
  gap: 14px;
  overflow: visible;
}

.info-visual img,
.map-frame iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  object-fit: cover;
}

.map-section {
  padding-top: 28px;
}

.details-section {
  padding-top: 28px;
}

.details-card {
  padding: 0;
  border-radius: 32px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: var(--shadow-soft);
}

.details-summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 24px 28px;
  cursor: pointer;
  list-style: none;
}

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

.details-title-wrap {
  display: grid;
  gap: 4px;
}

.details-summary .eyebrow {
  margin: 0;
  color: var(--sea-deep);
}

.details-title {
  font-family: "Cormorant Garamond", serif;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: -0.03em;
}

.details-arrow {
  font-size: 2rem;
  line-height: 1;
  color: var(--sea-dark);
  transform: rotate(90deg);
  transition: transform 220ms ease;
}

.details-card[open] .details-arrow {
  transform: rotate(270deg);
}

.details-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  padding: 0 28px 28px;
}

.details-column {
  display: grid;
  gap: 22px;
  align-content: start;
}

.details-group h3 {
  margin: 0 0 12px;
  font-family: "Manrope", sans-serif;
  font-size: 1.05rem;
  font-weight: 800;
  line-height: 1.3;
}

.details-group p {
  margin: 0 0 12px;
  color: var(--muted);
  line-height: 1.65;
}

.details-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.details-list li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 10px;
  color: var(--ink);
  line-height: 1.5;
}

.details-list li::before {
  content: "\2713";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--sea-dark);
  font-weight: 700;
}

.map-copy p {
  color: var(--muted);
}

.map-frame {
  min-height: 320px;
}

.map-frame .button {
  align-self: center;
}

.section-head {
  display: grid;
  gap: 12px;
  margin-bottom: 34px;
}

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

.section-head.center h2 {
  max-width: 14ch;
  margin: 0 auto;
}

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

.feature-card {
  padding: 28px 24px;
  border-radius: 24px;
  background: var(--white);
  box-shadow: var(--shadow-soft);
}

.feature-card span {
  display: inline-block;
  margin-bottom: 16px;
  color: var(--sea-deep);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.16em;
}

.feature-card p {
  margin: 0;
  color: var(--muted);
}

.carousel-shell {
  width: min(calc(100% - 40px), var(--wrap));
  margin: 0 auto;
}

@media (min-width: 1280px) {
  .wrap,
  .carousel-shell {
    width: var(--desktop-frame);
    max-width: var(--desktop-frame);
  }
}

.image-carousel {
  position: relative;
  overflow: hidden;
  padding: 8px 72px 18px;
  border-radius: 0;
}

.carousel-viewport {
  overflow: hidden;
}

.image-carousel::before,
.image-carousel::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 110px;
  z-index: 1;
  pointer-events: none;
}

.image-carousel::before {
  left: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.18) 0%, rgba(255, 255, 255, 0) 100%);
}

.image-carousel::after {
  right: 0;
  background: linear-gradient(270deg, rgba(255, 255, 255, 0.18) 0%, rgba(255, 255, 255, 0) 100%);
}

.carousel-track {
  display: flex;
  gap: 28px;
  width: auto;
  padding: 4px 0 16px;
  transition: transform 420ms ease;
  will-change: transform;
}

.carousel-slide {
  flex: 0 0 320px;
  margin: 0;
  overflow: hidden;
  width: 320px;
  height: 320px;
  min-height: 320px;
  border-radius: 32px;
  box-shadow: var(--shadow-soft);
  background: transparent;
}

.carousel-slide img {
  height: 100%;
  object-fit: cover;
}

.carousel-preview {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: zoom-in;
}

.carousel-arrow {
  position: absolute;
  top: 50%;
  z-index: 3;
  width: 58px;
  height: 58px;
  border: 0;
  border-radius: 50%;
  transform: translateY(-50%);
  background: rgba(13, 34, 53, 0.78);
  color: #ffffff;
  font-size: 2rem;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 18px 36px rgba(12, 34, 53, 0.24);
}

.carousel-arrow[hidden] {
  display: none;
}

.carousel-arrow-prev {
  left: 18px;
}

.carousel-arrow-next {
  right: 18px;
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: grid;
  place-items: center;
  padding: 24px;
  background: rgba(13, 34, 53, 0.82);
}

.lightbox[hidden] {
  display: none;
}

.lightbox-dialog {
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(1024px, calc(100vw - 48px));
  height: min(1024px, calc(100vh - 48px));
}

.lightbox-image {
  max-width: 1024px;
  max-height: 1024px;
  width: auto;
  height: auto;
  border-radius: 24px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.28);
}

.lightbox-close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 52px;
  height: 52px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.16);
  color: #ffffff;
  font-size: 2rem;
  line-height: 1;
  cursor: pointer;
}

.zone-photo {
  overflow: hidden;
  width: 320px;
  height: 320px;
  min-height: 320px;
  border-radius: 30px;
  box-shadow: var(--shadow-soft);
}

.zone-list {
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}

.zone-list li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 12px;
  color: var(--muted);
}

.zone-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--sea), var(--sea-deep));
}

.cta-section {
  padding-bottom: 42px;
}

.reviews-section {
  padding-top: 28px;
}

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

.review-card {
  padding: 14px 14px 16px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.84);
  box-shadow: var(--shadow-soft);
}

.review-avatar {
  width: min(100%, 160px);
  aspect-ratio: 4 / 5;
  margin: 0 auto 10px;
  border-radius: 18px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: inset 0 0 0 1px rgba(24, 52, 77, 0.08);
}

.review-avatar-01 { background-image: url("Images/review-face-01.jpg"); }
.review-avatar-02 { background-image: url("Images/review-face-02.jpg"); }
.review-avatar-03 { background-image: url("Images/review-face-03.jpg"); }
.review-avatar-04 { background-image: url("Images/review-face-04.jpg"); }
.review-avatar-05 { background-image: url("Images/review-face-05.jpg"); }
.review-avatar-06 { background-image: url("Images/review-face-06.jpg"); }
.review-avatar-07 { background-image: url("Images/review-face-07.jpg"); }
.review-avatar-08 { background-image: url("Images/review-face-08.jpg"); }

.review-name {
  margin: 0 0 6px;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.34rem;
  font-weight: 600;
  line-height: 1.05;
  color: var(--ink);
}

.review-text {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
  font-size: 0.84rem;
}

.site-footer {
  padding: 0 0 28px;
}

.site-footer-inner {
  text-align: center;
}

.site-footer p {
  margin: 0;
  color: var(--ink);
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.cta-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 34px;
  border-radius: 32px;
  background:
    radial-gradient(circle at top right, rgba(79, 168, 198, 0.22), transparent 25%),
    linear-gradient(135deg, #f4fcff, #dff5fb);
  box-shadow: var(--shadow-soft);
}

.cta-card .button-secondary {
  color: var(--ink);
  background: rgba(255, 255, 255, 0.72);
  border-color: rgba(46, 35, 26, 0.12);
}

.gdpr-banner {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 50;
  width: min(420px, calc(100% - 24px));
}

.gdpr-inner {
  padding: 18px 18px 16px;
  border-radius: 22px;
  background: rgba(13, 34, 53, 0.94);
  color: #ffffff;
  box-shadow: 0 18px 42px rgba(12, 34, 53, 0.28);
}

.gdpr-title {
  margin: 0 0 8px;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.gdpr-text {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.92rem;
  line-height: 1.6;
}

.gdpr-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
}

.gdpr-button {
  min-height: 42px;
  padding: 0 16px;
  border: 0;
  border-radius: 999px;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}

.gdpr-button-primary {
  background: linear-gradient(135deg, var(--sea), var(--sea-deep));
  color: #ffffff;
}

.gdpr-button-secondary {
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.18);
}

@media (max-width: 1100px) {
  .hero-grid,
  .hero-after-grid,
  .section-grid,
  .zone-grid,
  .feature-grid,
  .cta-card {
    grid-template-columns: 1fr;
  }

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

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

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

  .hero {
    min-height: auto;
  }

  .hero-grid {
    padding-top: 96px;
  }

  .booking-card {
    max-width: 760px;
    transform: translateY(calc(40% - 64px));
  }

  .service-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .section-copy {
    padding-right: 0;
  }

  .stacked-photos {
    min-height: auto;
    display: grid;
    gap: 18px;
    padding-right: 0;
  }

  .stacked-photo-large,
  .stacked-photo-small {
    position: static;
    width: 100%;
    height: 320px;
  }

  .carousel-slide {
    flex-basis: 320px;
    width: 320px;
    height: 320px;
    min-height: 320px;
  }

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

@media (max-width: 900px) {
  .booking-card {
    max-width: 560px;
    transform: translateY(calc(12% - 64px));
  }

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

@media (min-width: 901px) {
  .booking-card {
    max-width: 760px;
    transform: translateY(calc(56% - 64px));
  }

  .service-list {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 760px) {
  .wrap {
    width: min(calc(100% - 24px), var(--wrap));
  }

  .details-summary,
  .details-grid {
    padding-left: 18px;
    padding-right: 18px;
  }

  .details-grid {
    grid-template-columns: 1fr;
    padding-bottom: 22px;
  }

  .topbar {
    padding-top: 10px;
  }

  .topbar-inner {
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 12px;
    padding: 10px 12px;
    border-radius: 24px;
  }

  .brand {
    width: 100%;
    gap: 10px;
  }

  .brand-mark {
    width: 36px;
    height: 36px;
  }

  .brand-text strong {
    display: block;
    font-size: 0.92rem;
    line-height: 1.15;
  }

  .nav {
    width: 100%;
    margin-left: auto;
    justify-content: flex-end;
  }

  .lang-switch {
    gap: 4px;
    padding: 4px;
  }

  .lang-button {
    width: 32px;
    height: 32px;
    font-size: 0.95rem;
  }

  .nav > a,
  .nav > .nav-button {
    display: none;
  }

  .hero-grid {
    padding: 118px 0 34px;
  }

  .hero-copy {
    padding-bottom: 0;
  }

  .hero-after {
    padding-top: 18px;
  }

  .hero-copy h1 {
    font-size: clamp(3.4rem, 16vw, 5.4rem);
    white-space: normal;
  }

  h2 {
    white-space: normal;
  }

  .booking-card {
    padding: 16px 16px 14px;
    border-radius: 24px;
  }

  .booking-label {
    margin-bottom: 4px;
    font-size: 0.76rem;
  }

  .booking-card h2 {
    font-size: 1.55rem;
    margin-bottom: 10px;
  }

  .service-item {
    min-height: 56px;
    padding: 8px 18px;
  }

  .carousel-slide {
    flex-basis: 82vw;
    width: 82vw;
    height: 82vw;
    min-height: 82vw;
  }

  .image-carousel {
    padding-inline: 44px;
  }

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

  .image-carousel::before,
  .image-carousel::after {
    width: 64px;
  }

  .carousel-arrow {
    width: 46px;
    height: 46px;
    font-size: 1.5rem;
  }

  .carousel-arrow-prev {
    left: 8px;
  }

  .carousel-arrow-next {
    right: 8px;
  }

  .zone-photo {
    width: 100%;
    height: 320px;
    min-height: 320px;
  }

  .lightbox {
    padding: 16px;
  }

  .lightbox-dialog {
    width: min(1024px, calc(100vw - 32px));
    height: min(1024px, calc(100vh - 32px));
  }

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

  .cta-card {
    padding: 26px 22px;
  }

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

  .review-card {
    padding: 14px 14px 16px;
    border-radius: 20px;
  }

  .gdpr-banner {
    right: 12px;
    bottom: 12px;
    width: calc(100% - 24px);
  }
}
