:root {
  --ivory: #fbf7ef;
  --paper: #fffdfa;
  --ink: #17130f;
  --muted: #6d655b;
  --line: rgba(58, 48, 39, .14);
  --gold: #a88343;
  --sage: #5f756a;
  --wine: #7d3f36;
  --shadow: 0 22px 60px rgba(26, 21, 17, .13);
  --max: 1180px;
  --nav: 78px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

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

body[dir="rtl"] { font-family: Inter, system-ui, "Segoe UI", Tahoma, Arial, sans-serif; }

a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }

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

.topbar {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  background: rgba(251, 247, 239, .88);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}

.nav {
  min-height: var(--nav);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.brand {
  display: flex;
  flex-direction: column;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 27px;
  line-height: 1;
  letter-spacing: .17em;
  text-transform: uppercase;
}

.brand small {
  margin-top: 7px;
  color: var(--muted);
  font-family: Inter, sans-serif;
  font-size: 9px;
  letter-spacing: .24em;
}

.navlinks {
  display: flex;
  align-items: center;
  gap: 22px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.navlinks a {
  position: relative;
  padding: 29px 0 26px;
}

.navlinks a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  height: 1px;
  background: var(--gold);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform .18s ease;
}

.navlinks a:hover,
.navlinks a.active { color: var(--ink); }

.navlinks a:hover::after,
.navlinks a.active::after { transform: scaleX(1); }

.lang {
  display: flex;
  gap: 6px;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
}

.lang button {
  min-width: 34px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 6px 8px;
  background: rgba(255, 253, 250, .74);
  color: var(--muted);
  cursor: pointer;
  font: inherit;
  font-size: 11px;
  font-weight: 700;
}

.lang button.active {
  border-color: var(--ink);
  background: var(--ink);
  color: var(--paper);
}

.hamb {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
  color: var(--ink);
  font-size: 24px;
  cursor: pointer;
}

.hero {
  min-height: 88svh;
  display: grid;
  align-items: center;
  position: relative;
  overflow: hidden;
  padding: calc(var(--nav) + 64px) 0 86px;
  background:
    linear-gradient(90deg, rgba(23, 19, 15, .78), rgba(23, 19, 15, .36) 48%, rgba(23, 19, 15, .2)),
    url("../images/hero-villa.jpg") center / cover no-repeat;
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 24%;
  background: linear-gradient(transparent, var(--ivory));
}

.hero-content {
  position: relative;
  z-index: 1;
  width: min(760px, calc(100% - 40px));
  margin-inline: auto;
  color: #fff;
}

.eyebrow,
.kicker {
  color: var(--gold);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .22em;
  text-transform: uppercase;
}

.hero .eyebrow { color: #dec896; }

.hero h1,
.page-hero h1,
.section h2,
.quote,
.card h3,
.dest-card h3,
.metric strong {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 500;
}

.hero h1 {
  margin: 20px 0 20px;
  font-size: clamp(56px, 8vw, 106px);
  line-height: .94;
  letter-spacing: 0;
}

.hero p {
  max-width: 700px;
  margin: 0 0 36px;
  color: rgba(255, 255, 255, .88);
  font-size: clamp(18px, 2.2vw, 24px);
}

.btns {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.btn {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--ink);
  border-radius: 8px;
  padding: 0 22px;
  background: var(--ink);
  color: var(--paper);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
  cursor: pointer;
}

.btn:hover { transform: translateY(-1px); }

.btn.secondary {
  border-color: rgba(255, 255, 255, .6);
  background: rgba(255, 255, 255, .08);
  color: #fff;
}

.section { padding: 92px 0; }

.section.tight { padding-top: 34px; }

.split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, .95fr);
  gap: 56px;
  align-items: center;
}

.split.reverse {
  grid-template-columns: minmax(340px, .95fr) minmax(0, 1fr);
}

.section h2 {
  margin: 12px 0 20px;
  font-size: clamp(36px, 5vw, 62px);
  line-height: 1;
}

.lead {
  max-width: 760px;
  color: var(--muted);
  font-size: 19px;
}

.fine {
  color: var(--muted);
  font-size: 14px;
}

.image-frame {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
  box-shadow: var(--shadow);
}

.image-frame img {
  width: 100%;
  min-height: 430px;
  object-fit: cover;
}

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

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

.card,
.panel {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 253, 250, .82);
  box-shadow: 0 14px 38px rgba(26, 21, 17, .07);
}

.card { padding: 28px; }

.card h3 {
  margin: 0 0 10px;
  font-size: 31px;
  line-height: 1.05;
}

.card p,
.panel p { color: var(--muted); }

.card.accent-sage { border-top: 4px solid var(--sage); }
.card.accent-wine { border-top: 4px solid var(--wine); }
.card.accent-gold { border-top: 4px solid var(--gold); }

.panel-pad { padding: 34px; }

.metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--line);
}

.metric {
  min-height: 132px;
  padding: 24px;
  background: var(--paper);
}

.metric strong {
  display: block;
  font-size: 36px;
  line-height: 1;
}

.metric span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.quote {
  max-width: 940px;
  margin: auto;
  color: var(--ink);
  font-size: clamp(34px, 4vw, 56px);
  line-height: 1.08;
  text-align: center;
}

.page-hero {
  padding: 162px 0 74px;
  text-align: center;
  background: var(--paper);
  border-bottom: 1px solid var(--line);
}

.destination-hero {
  min-height: 74svh;
  display: grid;
  align-items: end;
  position: relative;
  overflow: hidden;
  padding: calc(var(--nav) + 76px) 0 82px;
  background:
    linear-gradient(90deg, rgba(23, 19, 15, .72), rgba(23, 19, 15, .28)),
    var(--destination-image) center / cover no-repeat;
  color: #fff;
}

.destination-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 24%;
  background: linear-gradient(transparent, var(--ivory));
}

.destination-hero .container {
  position: relative;
  z-index: 1;
}

.destination-hero h1 {
  max-width: 860px;
  margin: 16px 0 18px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(52px, 8vw, 98px);
  font-weight: 500;
  line-height: .96;
}

.destination-hero p {
  max-width: 680px;
  margin: 0;
  color: rgba(255, 255, 255, .86);
  font-size: clamp(18px, 2.2vw, 23px);
}

.page-hero h1 {
  max-width: 900px;
  margin: 16px auto 18px;
  font-size: clamp(46px, 7vw, 86px);
  line-height: .98;
}

.page-hero p {
  max-width: 760px;
  margin: auto;
  color: var(--muted);
  font-size: 19px;
}

.steps { counter-reset: step; }

.step {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 18px;
  align-items: start;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
}

.step:last-child { border-bottom: 0; }

.step::before {
  counter-increment: step;
  content: counter(step);
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--ink);
  color: #fff;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 25px;
}

.step p { margin: 0; }

.dest-card {
  min-height: 520px;
  display: flex;
  align-items: end;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  background: #ddd;
}

a.dest-card { color: inherit; }

.dest-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .45s ease;
}

.dest-card:hover img { transform: scale(1.04); }

.dest-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(transparent 34%, rgba(23, 19, 15, .84));
}

.dest-card div {
  position: relative;
  z-index: 1;
  padding: 28px;
  color: #fff;
}

.dest-card h3 {
  margin: 0 0 8px;
  font-size: 34px;
}

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

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

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

.field label {
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.form input,
.form select,
.form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 14px 15px;
  background: #fff;
  color: var(--ink);
  font: inherit;
}

.form textarea {
  min-height: 132px;
  resize: vertical;
}

.honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.form-status {
  min-height: 24px;
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.form-status.success { color: var(--sage); }
.form-status.error { color: var(--wine); }

.form input:focus,
.form select:focus,
.form textarea:focus {
  outline: 2px solid rgba(168, 131, 67, .32);
  border-color: var(--gold);
}

.notice {
  margin: 18px 0 0;
  border: 1px solid rgba(168, 131, 67, .32);
  border-radius: 8px;
  padding: 14px 16px;
  background: rgba(168, 131, 67, .09);
  color: var(--muted);
  font-size: 14px;
}

.cta-band {
  padding: 54px 0;
  background: var(--ink);
  color: #fff;
}

.cta-band .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.cta-band h2 {
  margin: 0;
  font-size: clamp(30px, 4vw, 48px);
}

.cta-band p {
  margin: 8px 0 0;
  color: rgba(255, 255, 255, .66);
}

.cta-band .btn {
  border-color: var(--paper);
  background: var(--paper);
  color: var(--ink);
}

.footer {
  padding: 48px 0;
  background: #0f0d0b;
  color: #fff;
}

.footer .container {
  display: flex;
  justify-content: space-between;
  gap: 28px;
  flex-wrap: wrap;
}

.footer p {
  max-width: 520px;
  margin: 10px 0 0;
  color: rgba(255, 255, 255, .62);
}

.footer a { color: #fff; }

.rtl-note { display: none; }
body[dir="rtl"] .rtl-note { display: block; }

@media (max-width: 980px) {
  :root { --nav: 70px; }

  .hamb { display: grid; place-items: center; }

  .nav {
    min-height: var(--nav);
    gap: 10px;
  }

  .navlinks {
    display: none;
    position: absolute;
    top: 100%;
    left: 20px;
    right: 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
    border: 1px solid var(--line);
    border-radius: 8px;
    padding: 12px;
    background: var(--paper);
    box-shadow: var(--shadow);
  }

  .navlinks.open { display: flex; }

  .navlinks a {
    width: 100%;
    padding: 10px 8px;
  }

  .navlinks a::after { display: none; }

  .lang { max-width: 218px; }

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

  .section { padding: 68px 0; }

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

  .cta-band .container {
    display: block;
  }

  .cta-band .btn { margin-top: 20px; }
}

@media (max-width: 560px) {
  .container,
  .hero-content {
    width: min(100% - 28px, var(--max));
  }

  .brand { font-size: 22px; }
  .brand small { font-size: 8px; }

  .lang {
    width: 100%;
    order: 3;
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 10px;
  }

  .nav {
    flex-wrap: wrap;
    padding-top: 12px;
  }

  .hero {
    min-height: 82svh;
    padding-top: 146px;
  }

  .destination-hero {
    min-height: 68svh;
    padding-top: 170px;
  }

  .hero h1 { font-size: 54px; }

  .btn { width: 100%; }

  .page-hero { padding-top: 164px; }

  .panel-pad,
  .card { padding: 22px; }

  .image-frame img { min-height: 320px; }

  .dest-card { min-height: 410px; }

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

  .step::before {
    width: 42px;
    height: 42px;
  }
}
