:root {
  --bg: #f7f4ea;
  --bg2: #eef7f6;
  --surface: rgba(255, 255, 255, 0.72);
  --surface-strong: rgba(255, 255, 255, 0.9);
  --ink: #072c2b;
  --muted: rgba(7, 44, 43, 0.75);
  --line: rgba(7, 44, 43, 0.12);
  --shadow: 0 18px 50px rgba(7, 44, 43, 0.18);
  --shadow-strong: 0 28px 85px rgba(7, 44, 43, 0.25);

  --aqua: #0ea5a4;
  --aqua2: #06b6d4;
  --leaf: #16a34a;
  --sun: #f59e0b;
  --coral: #fb7185;

  --radius: 18px;
  --radius-lg: 26px;
  --max: 1120px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "Apple Color Emoji",
    "Segoe UI Emoji";
  background:
    radial-gradient(900px 540px at 12% 12%, rgba(14, 165, 164, 0.22), transparent 60%),
    radial-gradient(800px 520px at 85% 16%, rgba(251, 113, 133, 0.14), transparent 60%),
    radial-gradient(900px 740px at 50% 96%, rgba(22, 163, 74, 0.12), transparent 60%),
    linear-gradient(180deg, var(--bg), var(--bg2));
}

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

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

.container {
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 20px;
}

.skip-link {
  position: absolute;
  top: 8px;
  left: 8px;
  z-index: 999;
  background: var(--surface-strong);
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 10px 12px;
  transform: translateY(-140%);
  transition: transform 180ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.sr-only {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}

.header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(247, 244, 234, 0.55);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(7, 44, 43, 0.08);
}

.header[data-elevated="true"] {
  background: rgba(247, 244, 234, 0.8);
  box-shadow: var(--shadow);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 20px;
  gap: 14px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 720;
  letter-spacing: -0.02em;
}

.brand-mark {
  width: 30px;
  height: 30px;
  border-radius: 11px;
  background:
    radial-gradient(10px 10px at 30% 35%, rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0) 60%),
    linear-gradient(135deg, var(--aqua), var(--leaf));
  box-shadow: 0 10px 26px rgba(14, 165, 164, 0.25);
}

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

.lang-select select {
  border: 1px solid rgba(7, 44, 43, 0.14);
  background: rgba(255, 255, 255, 0.75);
  border-radius: 12px;
  padding: 8px 10px;
  font-weight: 650;
  color: rgba(7, 44, 43, 0.9);
}

.lang-select select:focus-visible {
  outline: 3px solid rgba(14, 165, 164, 0.35);
  outline-offset: 2px;
}

.nav-link {
  padding: 10px 12px;
  border-radius: 999px;
  color: rgba(7, 44, 43, 0.85);
  font-weight: 590;
  font-size: 14px;
}

.nav-link:hover {
  background: rgba(255, 255, 255, 0.62);
  border: 1px solid rgba(7, 44, 43, 0.08);
  padding: 9px 11px;
}

.nav-link-cta {
  background: rgba(14, 165, 164, 0.1);
  border: 1px solid rgba(14, 165, 164, 0.25);
  color: var(--ink);
}

.nav-toggle {
  display: none;
  border: 1px solid rgba(7, 44, 43, 0.14);
  background: rgba(255, 255, 255, 0.7);
  border-radius: 999px;
  padding: 10px 12px;
  font-weight: 650;
}

.hero {
  position: relative;
  padding: 72px 0 40px;
}

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

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(1.08) contrast(1.02);
}

.hero-scrim {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(900px 540px at 15% 24%, rgba(247, 244, 234, 0.3), rgba(247, 244, 234, 0.92) 62%),
    linear-gradient(180deg, rgba(247, 244, 234, 0.3), rgba(247, 244, 234, 0.96));
}

.hero-content {
  position: relative;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(7, 44, 43, 0.1);
  color: rgba(7, 44, 43, 0.78);
  font-weight: 650;
  font-size: 13px;
  margin: 0 0 16px;
}

.hero h1 {
  margin: 0 0 14px;
  font-size: clamp(34px, 4.4vw, 56px);
  line-height: 1.06;
  letter-spacing: -0.03em;
}

.lead {
  margin: 0 0 18px;
  max-width: 66ch;
  font-size: 18px;
  line-height: 1.55;
  color: rgba(7, 44, 43, 0.85);
}

.hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 22px;
}

.badge {
  padding: 10px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(7, 44, 43, 0.1);
  font-weight: 620;
  font-size: 14px;
  color: rgba(7, 44, 43, 0.9);
}

.badge-price {
  border-color: rgba(14, 165, 164, 0.35);
  background:
    radial-gradient(160px 48px at 25% 30%, rgba(14, 165, 164, 0.2), transparent 70%),
    rgba(255, 255, 255, 0.78);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 26px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 16px;
  border-radius: 14px;
  border: 1px solid rgba(7, 44, 43, 0.14);
  background: rgba(255, 255, 255, 0.72);
  font-weight: 700;
  letter-spacing: -0.01em;
  transition: transform 140ms ease, box-shadow 140ms ease, background 140ms ease;
}

.btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 28px rgba(7, 44, 43, 0.16);
}

.btn:focus-visible {
  outline: 3px solid rgba(14, 165, 164, 0.4);
  outline-offset: 2px;
}

.btn-primary {
  background: linear-gradient(135deg, var(--aqua), var(--leaf));
  color: white;
  border-color: rgba(14, 165, 164, 0.45);
  box-shadow: 0 18px 44px rgba(14, 165, 164, 0.22);
}

.btn-primary:hover {
  box-shadow: 0 20px 56px rgba(14, 165, 164, 0.28);
}

.btn-ghost {
  background: rgba(255, 255, 255, 0.55);
}

.stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 18px;
}

.stat {
  background: rgba(255, 255, 255, 0.68);
  border: 1px solid rgba(7, 44, 43, 0.1);
  border-radius: var(--radius);
  padding: 14px 14px;
  box-shadow: 0 16px 44px rgba(7, 44, 43, 0.08);
}

.stat-value {
  font-weight: 800;
  letter-spacing: -0.03em;
  font-size: 18px;
  margin-bottom: 4px;
}

.stat-label {
  font-size: 13px;
  color: rgba(7, 44, 43, 0.72);
  line-height: 1.3;
}

.section {
  padding: 70px 0;
}

.section-alt {
  background: rgba(255, 255, 255, 0.34);
  border-top: 1px solid rgba(7, 44, 43, 0.08);
  border-bottom: 1px solid rgba(7, 44, 43, 0.08);
}

.section-head {
  display: grid;
  gap: 8px;
  margin-bottom: 26px;
}

h2 {
  margin: 0;
  font-size: 30px;
  letter-spacing: -0.02em;
}

h3 {
  margin: 0 0 8px;
  letter-spacing: -0.02em;
}

.muted {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

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

.card,
.panel {
  background: var(--surface);
  border: 1px solid rgba(7, 44, 43, 0.1);
  border-radius: var(--radius);
  padding: 18px 18px;
  box-shadow: var(--shadow);
}

.card p {
  margin: 0;
  color: rgba(7, 44, 43, 0.78);
  line-height: 1.55;
}

.gallery-ui {
  display: grid;
  gap: 14px;
}

.gallery-filters {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.chip {
  border: 1px solid rgba(7, 44, 43, 0.14);
  background: rgba(255, 255, 255, 0.62);
  border-radius: 999px;
  padding: 10px 12px;
  font-weight: 680;
  font-size: 13px;
  cursor: pointer;
}

.chip[aria-pressed="true"] {
  background:
    radial-gradient(140px 40px at 25% 35%, rgba(14, 165, 164, 0.22), transparent 70%),
    rgba(255, 255, 255, 0.75);
  border-color: rgba(14, 165, 164, 0.35);
}

.chip:focus-visible {
  outline: 3px solid rgba(14, 165, 164, 0.45);
  outline-offset: 2px;
}

.gallery-search input {
  width: min(340px, 70vw);
  padding: 12px 12px;
  border-radius: 14px;
  border: 1px solid rgba(7, 44, 43, 0.14);
  background: rgba(255, 255, 255, 0.72);
  font-weight: 600;
}

.gallery-search input:focus-visible {
  outline: 3px solid rgba(6, 182, 212, 0.35);
  outline-offset: 2px;
}

.slideshow {
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid rgba(7, 44, 43, 0.12);
  background: rgba(255, 255, 255, 0.6);
  box-shadow: 0 18px 48px rgba(7, 44, 43, 0.12);
}

.slideshow-button {
  display: grid;
  width: 100%;
  border: 0;
  padding: 0;
  cursor: pointer;
  background: transparent;
  position: relative;
}

.slideshow-img {
  width: 100%;
  height: min(54vh, 520px);
  object-fit: cover;
  opacity: 1;
  transform: scale(1);
  transition: opacity 600ms ease, transform 700ms ease;
}

.slideshow-img.is-fading {
  opacity: 0;
  transform: scale(1.03);
}

.slideshow-chip {
  position: absolute;
  left: 16px;
  bottom: 16px;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(7, 44, 43, 0.12);
  font-weight: 760;
  font-size: 13px;
  box-shadow: 0 18px 45px rgba(7, 44, 43, 0.18);
}

.slideshow-chip.muted {
  left: auto;
  right: 16px;
  font-weight: 650;
  color: rgba(7, 44, 43, 0.7);
}

.masonry {
  columns: 3;
  column-gap: 14px;
}

.tile {
  break-inside: avoid;
  margin: 0 0 14px;
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid rgba(7, 44, 43, 0.12);
  background: rgba(255, 255, 255, 0.55);
  box-shadow: 0 18px 48px rgba(7, 44, 43, 0.12);
  cursor: pointer;
  position: relative;
}

.tile:focus-visible {
  outline: 3px solid rgba(14, 165, 164, 0.42);
  outline-offset: 3px;
}

.tile img,
.tile video {
  width: 100%;
  height: auto;
}

.tile video {
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.tile-overlay {
  position: absolute;
  inset: auto 12px 12px 12px;
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: center;
}

.tile-label {
  font-size: 13px;
  font-weight: 760;
  letter-spacing: -0.01em;
  padding: 10px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(7, 44, 43, 0.12);
  box-shadow: 0 18px 45px rgba(7, 44, 43, 0.18);
}

.tile-kind {
  font-size: 12px;
  font-weight: 760;
  padding: 10px 12px;
  border-radius: 999px;
  color: white;
  background: rgba(7, 44, 43, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.empty {
  text-align: center;
  padding: 24px;
  border-radius: var(--radius-lg);
  border: 1px dashed rgba(7, 44, 43, 0.22);
  background: rgba(255, 255, 255, 0.6);
}

.gallery-links {
  margin-top: 18px;
}

.link {
  color: rgba(7, 44, 43, 0.88);
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}

.two-col {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 16px;
}

.two-col-map {
  grid-template-columns: 1.4fr 0.6fr;
  align-items: start;
}

.stack {
  display: grid;
  gap: 14px;
}

.panel h3 {
  margin-top: 0;
}

.panel-padless {
  padding: 0;
}

.list {
  margin: 10px 0 0;
  padding-left: 18px;
  color: rgba(7, 44, 43, 0.82);
  line-height: 1.55;
}

.list li {
  margin: 6px 0;
}

.fineprint {
  margin: 12px 0 0;
  color: rgba(7, 44, 43, 0.68);
  font-size: 13px;
  line-height: 1.45;
}

.fineprint-wide {
  margin-top: 22px;
  max-width: 92ch;
}

.map iframe {
  width: 100%;
  height: 420px;
  border: 0;
  border-radius: var(--radius);
}

.address {
  margin: 8px 0 0;
  color: rgba(7, 44, 43, 0.86);
  line-height: 1.5;
}

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

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

.card-contact .contact-line {
  margin: 10px 0 0;
  font-weight: 780;
  letter-spacing: -0.01em;
}

.card-qr {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
}

.qr-link {
  display: inline-flex;
  border-radius: 18px;
  border: 1px solid rgba(7, 44, 43, 0.12);
  padding: 12px;
  background: rgba(255, 255, 255, 0.86);
}

.qr-image {
  width: min(260px, 60vw);
  height: min(260px, 60vw);
  object-fit: contain;
  border-radius: 12px;
}

.cta-strip {
  margin-top: 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  padding: 18px 18px;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(14, 165, 164, 0.24);
  background:
    radial-gradient(240px 80px at 15% 35%, rgba(14, 165, 164, 0.18), transparent 70%),
    radial-gradient(240px 80px at 80% 70%, rgba(245, 158, 11, 0.14), transparent 70%),
    rgba(255, 255, 255, 0.7);
  box-shadow: var(--shadow-strong);
}

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

.cta-kicker {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(7, 44, 43, 0.65);
}

.cta-price {
  font-size: 24px;
  font-weight: 900;
  letter-spacing: -0.03em;
}

.cta-strip-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

.footer {
  padding: 26px 0 34px;
  border-top: 1px solid rgba(7, 44, 43, 0.08);
  background: rgba(255, 255, 255, 0.25);
}

.footer-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

/* Lightbox */
.lightbox {
  width: min(1120px, calc(100vw - 24px));
  border: 0;
  padding: 0;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 50px 140px rgba(0, 0, 0, 0.35);
  background: rgba(247, 244, 234, 0.96);
}

.lightbox::backdrop {
  background: rgba(2, 14, 14, 0.55);
}

.lightbox-inner {
  display: grid;
  grid-template-rows: auto 1fr auto;
}

.lightbox-close {
  justify-self: end;
  margin: 12px 12px 0;
  border: 1px solid rgba(7, 44, 43, 0.14);
  background: rgba(255, 255, 255, 0.8);
  border-radius: 12px;
  padding: 10px 12px;
  cursor: pointer;
  font-weight: 900;
}

.lightbox-stage {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 10px;
  align-items: center;
  padding: 10px 10px 6px;
}

.lightbox-media {
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(7, 44, 43, 0.12);
  background: rgba(255, 255, 255, 0.68);
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.14);
}

.lightbox-media img,
.lightbox-media video {
  width: 100%;
  height: auto;
  max-height: min(70vh, 720px);
  object-fit: contain;
}

.lightbox-media video {
  background: #000;
}

.lightbox-nav {
  width: 44px;
  height: 44px;
  border-radius: 999px;
  border: 1px solid rgba(7, 44, 43, 0.14);
  background: rgba(255, 255, 255, 0.82);
  cursor: pointer;
  font-size: 24px;
  font-weight: 900;
  line-height: 1;
}

.lightbox-caption {
  padding: 10px 16px 14px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 8px;
  border-top: 1px solid rgba(7, 44, 43, 0.08);
}

.lightbox-title {
  font-weight: 900;
  letter-spacing: -0.02em;
}

.lightbox-sub {
  color: rgba(7, 44, 43, 0.72);
  font-weight: 620;
  font-size: 13px;
}

@media (max-width: 980px) {
  .cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .two-col,
  .two-col-map {
    grid-template-columns: 1fr;
  }
  .contact-cards {
    grid-template-columns: 1fr;
  }
  .masonry {
    columns: 2;
  }
  .cta-strip {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 680px) {
  .nav {
    display: none;
  }
  .nav-toggle {
    display: inline-flex;
  }
  body.nav-open .nav {
    display: grid;
    position: absolute;
    top: 62px;
    right: 16px;
    left: 16px;
    padding: 12px;
    border-radius: var(--radius-lg);
    background: rgba(247, 244, 234, 0.92);
    border: 1px solid rgba(7, 44, 43, 0.12);
    box-shadow: var(--shadow-strong);
  }
  .nav-link {
    justify-content: center;
  }
  .masonry {
    columns: 1;
  }
  .hero {
    padding-top: 64px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  .btn,
  .skip-link {
    transition: none;
  }
  .btn:hover {
    transform: none;
  }
}
