:root {
  --forest: #173d2a;
  --forest-dark: #0d2b1d;
  --cream: #f7f1df;
  --sand: #d5a940;
  --red: #a5261d;
  --ink: #172019;
}

* { box-sizing: border-box; }
html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
body {
  margin: 0;
  color: var(--ink);
  background: #fff;
  font-family: "Roboto", Arial, sans-serif;
  font-synthesis: none;
}
button,
input,
select,
textarea {
  font: inherit;
}
a { color: inherit; text-decoration: none; }
.sr-only {
  position: absolute;
  width: 1px; height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.site-header {
  position: relative;
  z-index: 20;
  background: rgba(255,255,255,.97);
}
.nav-wrap {
  width: min(1010px, calc(100% - 40px));
  min-height: 84px;
  margin: auto;
  display: flex;
  align-items: center;
  gap: 70px;
}
.brand {
  display: flex;
  align-items: center;
  min-width: 150px;
  color: var(--forest-dark);
  line-height: 1.05;
  font-size: 12px;
}
.brand-mark {
  width: 54px; height: 54px;
  display: grid;
  place-items: center;
  margin-right: 9px;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(145deg, #7f9f62, var(--forest));
  font-family: "Roboto", Arial, sans-serif;
  font-weight: 700;
}
.main-nav {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  font-size: 13px;
  font-weight: 500;
}
.nav-group { position: relative; display: flex; align-items: center; }
.nav-group > a, .single-link { padding: 31px 0 8px; border-bottom: 1px solid transparent; white-space: nowrap; }
.nav-group:hover > a, .nav-group:focus-within > a, .single-link:hover { border-color: var(--forest); }
.dropdown-button {
  margin-top: 24px;
  padding: 8px 5px;
  border: 0;
  background: transparent;
  cursor: pointer;
  font-size: 11px;
}
.dropdown {
  position: absolute;
  top: calc(100% + 1px);
  left: 0;
  min-width: 178px;
  padding: 9px 0;
  visibility: hidden;
  opacity: 0;
  transform: translateY(-5px);
  border-radius: 0 0 5px 5px;
  background: #fff;
  box-shadow: 0 7px 19px rgba(25,35,28,.14);
  transition: .18s ease;
}
.dropdown-wide { min-width: 228px; }
.dropdown a { display: block; padding: 7px 20px; white-space: nowrap; }
.dropdown a:hover { background: var(--cream); color: var(--forest); }
.nav-group:hover .dropdown,
.nav-group:focus-within .dropdown,
.nav-group.open .dropdown { visibility: visible; opacity: 1; transform: none; }
.menu-button { display: none; }

.offer-strip {
  width: min(895px, calc(100% - 40px));
  min-height: 49px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  border: 1px solid #d9cfad;
  border-radius: 30px;
  background: var(--cream);
  box-shadow: 0 10px 25px rgba(41,52,36,.07);
  font-size: 14px;
}
.offer-strip span {
  padding: 5px 12px;
  border-radius: 20px;
  color: #fff;
  background: #bc8d29;
  font-weight: 700;
  font-size: 12px;
}
.hero {
  width: min(895px, calc(100% - 40px));
  margin: auto;
  padding: 42px 0 55px;
  text-align: center;
}
.eyebrow {
  margin: 0 0 10px;
  color: #8f6a25;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}
h1 {
  margin: 0;
  color: var(--forest-dark);
  font-family: "Roboto", Arial, sans-serif;
  font-weight: 800;
  font-size: clamp(35px, 3.4vw, 49px);
  line-height: 1.12;
  letter-spacing: -.02em;
}
h1 span { color: var(--forest); }
.subheading {
  margin: 48px auto 0;
  color: var(--red);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
}
.hero-actions {
  margin: 45px auto 35px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 95px;
}
.hero-actions a {
  padding: 8px 20px;
  border-radius: 30px;
  color: #fff;
  background: var(--forest);
  font-weight: 600;
  transition: .2s;
}
.hero-actions a:hover { transform: translateY(-2px); background: var(--forest-dark); }
.hero-details {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  grid-template-areas:
    "intro prices"
    "neuro booking";
  gap: 80px;
  text-align: left;
}
.intro { grid-area: intro; font-size: 13px; line-height: 1.55; }
.intro p { margin: 0 0 12px; }
.intro li { margin-bottom: 8px; padding-left: 4px; }
.price-list { grid-area: prices; display: grid; gap: 32px; }
.price-list a {
  min-height: 67px;
  padding: 12px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: #f2efe8;
  text-align: center;
  font-size: 14px;
}
.price-list b { color: var(--red); text-decoration: underline; }
.price-list strong { color: #111; }
.neuro-section {
  grid-area: neuro;
  align-self: center;
}
.neuro-section blockquote {
  margin: 0;
  padding: 20px 18px;
  background: #f2efe8;
  font-size: 14px;
  font-style: italic;
  font-weight: 700;
  line-height: 1.55;
}
.neuro-section p {
  margin: 12px 15px 0;
  text-align: center;
  font-size: 13px;
  font-weight: 700;
}
.booking-actions {
  grid-area: booking;
  align-self: center;
  display: grid;
  gap: 14px;
}
.hero .booking-actions > a {
  width: 100%;
  min-height: 47px;
  display: grid;
  place-items: center;
  padding: 10px 20px;
  border-width: 1px;
  border-style: solid;
  border-radius: 28px;
  text-align: center;
  font-size: 16px;
  line-height: 1.2;
  -webkit-appearance: none;
  appearance: none;
  overflow: hidden;
}
.hero .booking-actions > .call-button {
  border: 1px solid #bd1e19;
  color: #fff !important;
  background-color: var(--forest) !important;
}
.hero .booking-actions > .whatsapp-button {
  border: 1px solid #d6ad1e;
  color: #fff !important;
  background-color: #29a847 !important;
}
.hero .booking-actions > .stay-button {
  border: 1px solid #c62b27;
  color: #b5231f !important;
  background-color: #fff !important;
}
.resort-aerial {
  width: 100%;
  max-width: 100%;
  height: auto;
  margin-top: 42px;
  display: block;
  object-fit: contain;
  object-position: center;
  border-radius: 12px;
}
.whatsapp {
  position: fixed;
  right: 28px; bottom: 25px;
  width: 54px; height: 54px;
  display: grid;
  place-items: center;
  border: 4px solid #fff;
  border-radius: 50%;
  color: #fff;
  background: #078b68;
  box-shadow: 0 4px 12px #0003;
  font-size: 27px;
  z-index: 10;
}

@media (max-width: 850px) {
  .nav-wrap { min-height: 72px; justify-content: space-between; }
  .menu-button {
    width: 42px; height: 42px;
    display: grid;
    align-content: center;
    gap: 5px;
    padding: 9px;
    border: 0;
    border-radius: 50%;
    background: var(--cream);
  }
  .menu-button span:not(.sr-only) { height: 2px; background: var(--forest); }
  .main-nav {
    position: absolute;
    top: 72px; left: 20px; right: 20px;
    max-height: calc(100vh - 90px);
    padding: 12px 22px 24px;
    display: none;
    overflow-y: auto;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 12px 35px #10291b26;
  }
  .main-nav.open { display: block; }
  .nav-group { display: grid; grid-template-columns: 1fr 42px; }
  .nav-group > a, .single-link { display: block; padding: 14px 0; }
  .dropdown-button { margin: 0; font-size: 15px; }
  .dropdown {
    position: static;
    grid-column: 1 / -1;
    display: none;
    visibility: visible;
    opacity: 1;
    transform: none;
    box-shadow: none;
    border-left: 2px solid var(--sand);
    background: #faf8f1;
  }
  .nav-group:hover .dropdown { display: none; }
  .nav-group.open .dropdown { display: block; }
  .offer-strip { margin-top: 12px; }
  .hero-actions { gap: 18px; }
  .hero-details { gap: 35px; }
}

@media (max-width: 620px) {
  body { background: #fbfcf9; }
  .nav-wrap, .hero, .offer-strip { width: min(100% - 36px, 895px); }
  .nav-wrap { min-height: 78px; }
  .brand { min-width: auto; }
  .brand-mark {
    width: 46px;
    height: 46px;
    margin-right: 10px;
    font-size: 12px;
    letter-spacing: .04em;
    box-shadow: 0 5px 14px rgba(23,61,42,.16);
  }
  .brand-name {
    display: block;
    font-size: 11px;
    line-height: 1.15;
    letter-spacing: .01em;
  }
  .menu-button {
    width: 44px;
    height: 44px;
    border: 1px solid #e2dbc8;
    background: #f8f4e8;
  }
  .main-nav { top: 72px; }
  .offer-strip {
    min-height: 44px;
    margin-top: 8px;
    padding: 8px 14px;
    flex-wrap: nowrap;
    gap: 9px;
    border-radius: 14px;
    font-size: 12px;
    box-shadow: none;
  }
  .offer-strip span {
    padding: 5px 8px;
    font-size: 9px;
    white-space: nowrap;
  }
  .offer-strip strong { white-space: nowrap; }
  .hero { padding: 42px 0 48px; }
  .eyebrow {
    margin-bottom: 13px;
    font-size: 9px;
    letter-spacing: .18em;
  }
  h1 {
    max-width: 350px;
    margin: auto;
    font-size: clamp(29px, 8.4vw, 34px);
    line-height: 1.1;
    letter-spacing: -.025em;
  }
  h1 br { display: none; }
  h1 span {
    display: block;
    margin-top: 5px;
  }
  .subheading {
    max-width: 340px;
    margin-top: 24px;
    font-size: 13px;
    line-height: 1.5;
  }
  .subheading br { display: none; }
  .hero-actions {
    margin: 30px 0 36px;
    padding: 6px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
    border: 1px solid #ddd3b6;
    border-radius: 16px;
    background: #f5f0e3;
    box-shadow: 0 10px 25px rgba(23,61,42,.08);
  }
  .hero-actions a {
    width: 100%;
    min-height: 46px;
    padding: 0 5px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(23,61,42,.08);
    border-radius: 11px;
    color: var(--forest-dark);
    background-color: rgba(255,255,255,.94);
    font-size: 12px;
    font-weight: 600;
    line-height: 1.2;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
  }
  .hero-actions a:nth-child(2) {
    color: #fff !important;
    background-color: var(--forest) !important;
    box-shadow: 0 5px 12px rgba(23,61,42,.18);
  }
  .hero-actions a:hover { transform: none; }
  .hero-details {
    grid-template-columns: 1fr;
    grid-template-areas:
      "intro"
      "neuro"
      "prices"
      "booking";
    gap: 28px;
  }
  .intro {
    padding: 24px 20px;
    border: 1px solid #e7e4da;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(23,61,42,.055);
    font-size: 14px;
    line-height: 1.65;
  }
  .intro p { margin-bottom: 16px; }
  .intro ul { margin: 14px 0 0; padding-left: 20px; }
  .intro li { margin-bottom: 11px; padding-left: 3px; }
  .price-list { gap: 10px; }
  .price-list a {
    min-height: 72px;
    border: 1px solid #e8e2d3;
    border-radius: 15px;
    background: #f5f2ea;
  }
  .neuro-section blockquote {
    padding: 18px 14px;
    font-size: 14px;
    line-height: 1.5;
    text-align: justify;
  }
  .neuro-section p {
    margin: 12px 0 0;
    font-size: 13px;
    line-height: 1.4;
  }
  .booking-actions { gap: 14px; }
  .hero .booking-actions > a {
    width: 100%;
    min-height: 46px;
    font-size: 16px;
  }
  .hero .booking-actions > .stay-button {
    width: max-content;
    max-width: 100%;
    min-width: 158px;
    min-height: 38px !important;
    margin: 0 auto;
    padding: 0 18px;
    font-size: 14px !important;
  }
  .resort-aerial {
    width: 100%;
    max-width: 100%;
    height: auto !important;
    margin-top: 34px;
    border-radius: 15px;
    object-fit: contain;
  }
  .whatsapp {
    right: 18px;
    bottom: 18px;
    width: 50px;
    height: 50px;
  }
}
