:root {
  --ink: #18211d;
  --muted: #5f675f;
  --paper: #fbfaf6;
  --soft: #f2f0e8;
  --leaf: #506b45;
  --water: #237386;
  --terracotta: #a85f3d;
  --stone: #ddd6c7;
  --white: #ffffff;
  --shadow: 0 18px 40px rgba(24, 33, 29, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 17px;
  line-height: 1.6;
}

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

a {
  color: var(--water);
  text-underline-offset: 0.18em;
}

a:hover {
  color: var(--terracotta);
}

.skip-link {
  position: absolute;
  left: 1rem;
  top: -4rem;
  z-index: 20;
  padding: 0.65rem 0.9rem;
  background: var(--ink);
  color: var(--white);
}

.skip-link:focus {
  top: 1rem;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  border-bottom: 1px solid rgba(24, 33, 29, 0.1);
  background: rgba(251, 250, 246, 0.92);
  backdrop-filter: blur(14px);
}

.nav {
  width: min(1180px, calc(100% - 2rem));
  min-height: 72px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.brand {
  color: var(--ink);
  font-weight: 800;
  text-decoration: none;
  line-height: 1.1;
}

.brand span {
  display: block;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 0.93rem;
}

.nav-links a {
  color: var(--ink);
  font-weight: 650;
  text-decoration: none;
}

.nav-links a:hover {
  color: var(--water);
}

.language-link {
  border: 1px solid var(--stone);
  border-radius: 999px;
  padding: 0.35rem 0.75rem;
  background: var(--white);
}

.hero {
  min-height: 86vh;
  display: grid;
  align-items: end;
  position: relative;
  color: var(--white);
  background:
    linear-gradient(180deg, rgba(8, 18, 15, 0.2), rgba(8, 18, 15, 0.72)),
    url("images/abricot-best.jpg") center / cover no-repeat;
}

.hero-content {
  width: min(1180px, calc(100% - 2rem));
  margin: 0 auto;
  padding: 9rem 0 5rem;
}

.eyebrow {
  margin: 0 0 1rem;
  color: inherit;
  font-size: 0.84rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero h1,
.page-intro h1 {
  max-width: 940px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.8rem, 7vw, 6.8rem);
  line-height: 0.95;
  letter-spacing: 0;
}

.hero p {
  max-width: 720px;
  margin: 1.4rem 0 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: clamp(1.08rem, 2.2vw, 1.45rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 1.8rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0.72rem 1rem;
  border: 1px solid transparent;
  border-radius: 999px;
  background: var(--water);
  color: var(--white);
  font-weight: 800;
  text-decoration: none;
}

.button.secondary {
  border-color: rgba(255, 255, 255, 0.7);
  background: rgba(255, 255, 255, 0.12);
  color: var(--white);
}

.button.light {
  border-color: var(--stone);
  background: var(--white);
  color: var(--ink);
}

.section {
  padding: clamp(3.5rem, 7vw, 7rem) 0;
}

.section.soft {
  background: var(--soft);
}

.section.dark {
  background: #1f2c25;
  color: var(--white);
}

.wrap {
  width: min(1180px, calc(100% - 2rem));
  margin: 0 auto;
}

.section-title {
  max-width: 820px;
  margin-bottom: 2rem;
}

.section-title h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 4vw, 4rem);
  line-height: 1.02;
  letter-spacing: 0;
}

.section-title p {
  margin: 1rem 0 0;
  color: var(--muted);
  font-size: 1.08rem;
}

.dark .section-title p {
  color: rgba(255, 255, 255, 0.74);
}

.facts {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1px;
  background: var(--stone);
  border-top: 1px solid var(--stone);
  border-bottom: 1px solid var(--stone);
}

.fact {
  padding: 1.2rem;
  background: var(--paper);
}

.fact strong {
  display: block;
  font-size: 1.05rem;
}

.fact span {
  display: block;
  margin-top: 0.2rem;
  color: var(--muted);
  font-size: 0.92rem;
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.82fr);
  align-items: center;
  gap: clamp(2rem, 5vw, 5rem);
}

.copy h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 4vw, 3.7rem);
  line-height: 1.05;
}

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

.feature-list {
  display: grid;
  gap: 0.55rem;
  margin: 1.5rem 0 0;
  padding: 0;
  list-style: none;
}

.feature-list li {
  display: grid;
  grid-template-columns: 1.25rem 1fr;
  gap: 0.6rem;
}

.feature-list li::before {
  content: "";
  width: 0.62rem;
  height: 0.62rem;
  margin-top: 0.48rem;
  border-radius: 50%;
  background: var(--terracotta);
}

.image-stack {
  display: grid;
  grid-template-columns: 1fr 0.72fr;
  align-items: end;
  gap: 1rem;
}

.image-stack img,
.gallery img,
.unit img,
.nearby-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}

.image-stack img:first-child {
  aspect-ratio: 4 / 5;
}

.image-stack img:last-child {
  aspect-ratio: 4 / 3;
  margin-bottom: 2rem;
  box-shadow: var(--shadow);
}

.units {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.2rem;
}

.unit {
  display: grid;
  grid-template-rows: auto 1fr;
  overflow: hidden;
  border: 1px solid var(--stone);
  border-radius: 8px;
  background: var(--white);
}

.unit img {
  aspect-ratio: 16 / 10;
  border-radius: 0;
}

.unit-body {
  padding: clamp(1.2rem, 3vw, 1.8rem);
}

.unit h3 {
  margin: 0 0 0.7rem;
  font-size: 1.45rem;
}

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

.mini-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.5rem;
  margin-top: 1.1rem;
}

.mini-gallery img {
  aspect-ratio: 1 / 1;
  cursor: zoom-in;
}

.gallery {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 0.8rem;
}

.gallery figure {
  margin: 0;
  grid-column: span 4;
  min-height: 240px;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  background: var(--stone);
}

.gallery figure.wide {
  grid-column: span 8;
}

.gallery figure.tall {
  min-height: 440px;
}

.gallery figcaption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 2.5rem 1rem 0.9rem;
  color: var(--white);
  font-weight: 800;
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.62));
}

.video-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 1rem;
}

.video-side {
  grid-template-columns: 1fr;
}

.video-card {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.05);
}

.video-card video {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  background: #000;
}

.video-card div {
  padding: 1rem;
}

.video-card h3 {
  margin: 0 0 0.25rem;
}

.video-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
}

.nearby {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.nearby-item {
  display: grid;
  gap: 0.8rem;
}

.nearby-item img {
  aspect-ratio: 4 / 3;
}

.nearby-item h3 {
  margin: 0;
}

.nearby-item p {
  margin: 0;
  color: var(--muted);
}

.map-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(360px, 1fr);
  gap: clamp(1.5rem, 4vw, 4rem);
  align-items: center;
}

.map-frame {
  position: relative;
  min-height: 430px;
  overflow: hidden;
  border: 1px solid var(--stone);
  border-radius: 8px;
  background: var(--stone);
  box-shadow: var(--shadow);
}

.map-frame iframe {
  width: 100%;
  height: 100%;
  min-height: 430px;
  border: 0;
}

.map-marker {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 54px;
  height: auto;
  transform: translate(-50%, -95%);
  pointer-events: none;
  filter: drop-shadow(0 8px 8px rgba(0, 0, 0, 0.28));
}

.map-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 1.4rem;
}

.faq {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
}

.amenities-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem 0.55rem;
  margin: 0.8rem 0 1rem;
  padding: 0;
  list-style: none;
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.3;
}

.amenities-strip::before {
  content: attr(aria-label) ":";
  color: var(--ink);
  font-weight: 800;
}

.amenities-strip li {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
}

.amenities-strip li::after {
  content: "";
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: var(--terracotta);
}

.amenities-strip li:last-child::after {
  display: none;
}

.faq details {
  border: 1px solid var(--stone);
  border-radius: 8px;
  background: var(--white);
}

.faq summary {
  cursor: pointer;
  padding: 1rem 1.2rem;
  font-weight: 800;
}

.faq details p {
  margin: 0;
  padding: 0 1.2rem 1.1rem;
  color: var(--muted);
}

.prices {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1fr);
  gap: clamp(1.4rem, 4vw, 4rem);
  align-items: start;
}

.price-card {
  padding: clamp(1.2rem, 3vw, 1.8rem);
  border: 1px solid var(--stone);
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.price-main {
  display: flex;
  align-items: baseline;
  gap: 0.45rem;
  margin-bottom: 0.9rem;
}

.price-main strong {
  color: var(--water);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.5rem, 5vw, 4rem);
  line-height: 1;
}

.price-main span {
  color: var(--muted);
  font-weight: 800;
}

.price-list {
  display: grid;
  gap: 0.8rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.price-list li {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1rem;
  padding-bottom: 0.8rem;
  border-bottom: 1px solid var(--stone);
}

.price-list li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.price-list strong {
  color: var(--ink);
}

.price-list span {
  color: var(--muted);
  text-align: right;
}

.contact-band {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 1.5rem;
  padding: clamp(1.5rem, 4vw, 2.4rem);
  border-radius: 8px;
  background: #e8f0ee;
}

.contact-band h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.8rem, 3vw, 3rem);
  line-height: 1.05;
}

.contact-band p {
  margin: 0.7rem 0 0;
  color: var(--muted);
}

.page-intro {
  padding: clamp(4rem, 8vw, 7rem) 0 clamp(2.5rem, 5vw, 4rem);
  background: var(--soft);
}

.page-intro h1 {
  color: var(--ink);
}

.page-intro p {
  max-width: 780px;
  margin: 1.2rem 0 0;
  color: var(--muted);
  font-size: 1.12rem;
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.7fr) minmax(320px, 1fr);
  gap: clamp(1.4rem, 4vw, 4rem);
  align-items: start;
}

.contact-notes {
  display: grid;
  gap: 1rem;
}

.note {
  padding: 1.1rem;
  border: 1px solid var(--stone);
  border-radius: 8px;
  background: var(--white);
}

.note h2,
.note h3 {
  margin: 0 0 0.45rem;
  font-size: 1.05rem;
}

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

.contact-form {
  padding: clamp(1.2rem, 4vw, 2rem);
  border: 1px solid var(--stone);
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

.field {
  display: grid;
  gap: 0.35rem;
}

.field.full {
  grid-column: 1 / -1;
}

.field label {
  color: var(--ink);
  font-size: 0.93rem;
  font-weight: 800;
}

.field input,
.field textarea,
.field select {
  width: 100%;
  min-height: 46px;
  padding: 0.75rem 0.85rem;
  border: 1px solid #cfc7b7;
  border-radius: 8px;
  background: #fffefa;
  color: var(--ink);
  font: inherit;
}

.field textarea {
  min-height: 170px;
  resize: vertical;
}

.field input:focus,
.field textarea:focus,
.field select:focus {
  outline: 3px solid rgba(35, 115, 134, 0.2);
  border-color: var(--water);
}

.field small {
  color: var(--muted);
}

.form-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.8rem;
  margin-top: 1.2rem;
}

.form-actions .button {
  border: 0;
  cursor: pointer;
}

.plain-button {
  min-height: 46px;
  padding: 0.72rem 1rem;
  border: 1px solid var(--stone);
  border-radius: 999px;
  background: var(--white);
  color: var(--ink);
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}

.honeypot {
  position: absolute;
  left: -5000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.site-footer {
  padding: 2.5rem 0;
  background: #15201b;
  color: rgba(255, 255, 255, 0.72);
}

.site-footer .wrap {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}

.site-footer a {
  color: var(--white);
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  justify-content: flex-end;
}

.policy-content {
  max-width: 900px;
}

.policy-content h2 {
  margin: 2rem 0 0.5rem;
  font-size: 1.35rem;
}

.policy-content p,
.policy-content li {
  color: var(--muted);
}

.policy-content ul {
  padding-left: 1.2rem;
}

.back-to-top {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 30;
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 999px;
  background: rgba(31, 44, 37, 0.92);
  color: var(--white);
  font-size: 1.2rem;
  font-weight: 900;
  text-decoration: none;
  opacity: 0;
  transform: translateY(0.6rem);
  pointer-events: none;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.back-to-top.visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.cookie-banner {
  position: fixed;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  z-index: 40;
  display: none;
  grid-template-columns: 1fr auto;
  gap: 1rem;
  align-items: center;
  max-width: 960px;
  margin: 0 auto;
  padding: 1rem;
  border: 1px solid var(--stone);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.97);
  box-shadow: var(--shadow);
}

.cookie-banner.visible {
  display: grid;
}

.cookie-banner p {
  margin: 0;
  color: var(--muted);
  font-size: 0.93rem;
}

.cookie-banner strong {
  display: block;
  margin-bottom: 0.15rem;
  color: var(--ink);
}

.cookie-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  justify-content: flex-end;
}

.cookie-actions button,
.cookie-actions a {
  min-height: 40px;
  padding: 0.55rem 0.8rem;
  border: 1px solid var(--stone);
  border-radius: 999px;
  background: var(--white);
  color: var(--ink);
  font: inherit;
  font-size: 0.9rem;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
}

.cookie-actions button[data-cookie-accept] {
  border-color: var(--water);
  background: var(--water);
  color: var(--white);
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 50;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  background: rgba(8, 12, 10, 0.86);
}

.lightbox.open {
  display: flex;
}

.lightbox img {
  max-height: 90vh;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.lightbox button {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 999px;
  background: var(--white);
  color: var(--ink);
  font-size: 1.5rem;
  cursor: pointer;
}

@media (max-width: 980px) {
  .nav {
    align-items: flex-start;
    flex-direction: column;
    padding: 0.8rem 0;
  }

  .nav-links {
    width: 100%;
    overflow-x: auto;
    padding-bottom: 0.3rem;
  }

  .facts {
    grid-template-columns: repeat(3, 1fr);
  }

  .split,
  .video-grid {
    grid-template-columns: 1fr;
  }

  .nearby,
  .units,
  .contact-layout,
  .map-panel,
  .prices {
    grid-template-columns: 1fr;
  }

  .gallery figure,
  .gallery figure.wide {
    grid-column: span 6;
  }
}

@media (max-width: 640px) {
  body {
    font-size: 16px;
  }

  .hero {
    min-height: 78vh;
  }

  .hero-content {
    padding-bottom: 3rem;
  }

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

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

  .gallery figure,
  .gallery figure.wide {
    grid-column: auto;
    min-height: 260px;
  }

  .gallery figure.tall {
    min-height: 320px;
  }

  .contact-band {
    grid-template-columns: 1fr;
  }

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

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

  .price-list li {
    grid-template-columns: 1fr;
    gap: 0.25rem;
  }

  .price-list span {
    text-align: left;
  }

  .site-footer .wrap {
    flex-direction: column;
  }

  .footer-links {
    justify-content: flex-start;
  }

  .cookie-banner {
    grid-template-columns: 1fr;
  }

  .cookie-actions {
    justify-content: flex-start;
  }
}
