:root {
  --forest: #1f4b38;
  --leaf: #5f7f4f;
  --clay: #b55f3d;
  --cream: #fff8ee;
  --paper: #ffffff;
  --ink: #1f2a24;
  --muted: #6d756d;
  --line: rgba(31, 42, 36, 0.14);
  --shadow: 0 18px 48px rgba(26, 39, 31, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

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

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

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  background: rgba(255, 248, 238, 0.92);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(14px);
}

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

.brand {
  display: grid;
  line-height: 1;
}

.brand strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.75rem;
  color: var(--forest);
}

.brand span {
  color: var(--clay);
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 18px;
  color: #314238;
  font-size: 0.94rem;
}

.nav-links a {
  padding: 8px 2px;
}

.nav-links a:hover,
.nav-links .active {
  color: var(--clay);
}

.button,
button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border: 1px solid transparent;
  border-radius: 6px;
  background: var(--clay);
  color: #fff;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 10px 28px rgba(181, 95, 61, 0.24);
}

.button.secondary {
  background: transparent;
  color: var(--forest);
  border-color: rgba(31, 75, 56, 0.32);
  box-shadow: none;
}

.whatsapp-button {
  background: #1f9d55;
  box-shadow: 0 10px 28px rgba(31, 157, 85, 0.25);
}

.whatsapp-button:hover {
  background: #178347;
}

.whatsapp-button span {
  margin-right: 8px;
  color: #fff;
}

.form-note {
  margin: 0;
  color: var(--muted);
  font-size: 0.86rem;
  text-align: center;
}

.contact-link {
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.42);
}

.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 22px 0;
}

.light-button {
  color: #fff !important;
  border-color: rgba(255, 255, 255, 0.5) !important;
}

.hero .button.secondary {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.58);
  background: rgba(255, 255, 255, 0.06);
}

.hero {
  min-height: calc(100vh - 72px);
  display: grid;
  align-items: end;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  color: #fff;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(18, 34, 25, 0.82), rgba(18, 34, 25, 0.46) 45%, rgba(18, 34, 25, 0.12)),
    linear-gradient(180deg, rgba(18, 34, 25, 0.12), rgba(18, 34, 25, 0.55));
  z-index: -1;
}

.hero img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -2;
}

.hero-content {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 92px 0 54px;
}

.kicker {
  color: #f4c7a7;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-size: 0.78rem;
}

h1,
h2,
h3 {
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.06;
  margin: 0;
  color: inherit;
}

h1 {
  max-width: 760px;
  font-size: clamp(3rem, 8vw, 6.7rem);
  margin-top: 14px;
}

.hero p {
  max-width: 640px;
  margin: 22px 0 0;
  font-size: clamp(1.02rem, 2vw, 1.22rem);
  color: rgba(255, 255, 255, 0.9);
}

.hero-actions,
.split-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.quick-info {
  margin-top: 58px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid rgba(255, 255, 255, 0.28);
  border-bottom: 1px solid rgba(255, 255, 255, 0.28);
}

.quick-info div {
  padding: 18px 22px 18px 0;
}

.quick-info strong {
  display: block;
  font-size: 1.02rem;
}

.quick-info span {
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.92rem;
}

.section {
  padding: 86px 0;
}

.section.alt {
  background: #f5efe4;
}

.container {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.section-head {
  max-width: 760px;
  margin-bottom: 34px;
}

.section-head h2 {
  font-size: clamp(2rem, 4vw, 3.8rem);
  color: var(--forest);
}

.section-head p {
  color: var(--muted);
  margin: 14px 0 0;
  font-size: 1.05rem;
}

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

.card,
.review,
.room-card,
.booking-panel {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 10px 32px rgba(31, 42, 36, 0.08);
}

.card,
.review {
  padding: 24px;
}

.card h3,
.review h3,
.room-card h3 {
  color: var(--forest);
  font-size: 1.45rem;
}

.card p,
.review p {
  color: var(--muted);
  margin-bottom: 0;
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(300px, 0.96fr);
  gap: 46px;
  align-items: center;
}

.split-image {
  min-height: 520px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: var(--shadow);
}

.split-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.feature-list,
.places-list {
  list-style: none;
  padding: 0;
  margin: 24px 0 0;
  display: grid;
  gap: 12px;
}

.feature-list li,
.places-list li {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 0;
  border-bottom: 1px solid var(--line);
}

.feature-list span,
.places-list span {
  color: var(--muted);
}

.room-card {
  overflow: hidden;
}

.tariff-mini {
  display: grid;
  gap: 12px;
}

.tariff-mini div,
.tariff-card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 10px 32px rgba(31, 42, 36, 0.08);
}

.tariff-mini div {
  padding: 22px;
}

.tariff-mini span,
.tariff-card span {
  color: var(--clay);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.tariff-mini strong {
  display: block;
  margin-top: 6px;
  color: var(--forest);
  font: 700 1.8rem Georgia, "Times New Roman", serif;
  line-height: 1.1;
}

.tariff-mini small {
  display: block;
  margin-top: 6px;
  color: var(--muted);
}

.tariff-hero {
  background:
    linear-gradient(90deg, rgba(14, 31, 22, 0.88), rgba(14, 31, 22, 0.34)),
    url("assets/photos/dsc05929.jpg") center / cover;
}

.tariff-hero p {
  max-width: 620px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.08rem;
}

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

.tariff-card {
  padding: 26px;
}

.tariff-card.featured {
  border-color: rgba(181, 95, 61, 0.42);
  box-shadow: 0 18px 48px rgba(181, 95, 61, 0.16);
}

.tariff-card h3 {
  margin-top: 10px;
  color: var(--forest);
  font-size: 1.55rem;
}

.tariff-card strong {
  display: block;
  margin: 18px 0 14px;
  color: var(--clay);
  font: 700 clamp(2rem, 4vw, 3rem) Georgia, "Times New Roman", serif;
  line-height: 1;
}

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

.room-photo,
.gallery-photo {
  min-height: 250px;
  background-image: var(--photo);
  background-size: cover;
  background-position: center;
}

.room-body {
  padding: 24px;
}

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

.tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.tags span {
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 6px 10px;
  color: var(--forest);
  font-size: 0.86rem;
}

.gallery-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr 1fr;
  gap: 16px;
}

.gallery-photo {
  min-height: 330px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: var(--shadow);
}

.gallery-photo.tall {
  min-height: 520px;
}

.photo-story {
  background: #17281f;
  color: #fff;
}

.photo-story .section-head h2 {
  color: #fff;
}

.photo-story .section-head p {
  color: rgba(255, 255, 255, 0.72);
}

.story-grid {
  display: grid;
  grid-template-columns: 1.45fr 0.8fr;
  grid-template-rows: repeat(2, 270px);
  gap: 16px;
}

.story-photo {
  position: relative;
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
}

.story-main {
  grid-row: 1 / 3;
}

.story-photo img,
.room-detail-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 500ms ease;
}

.story-photo:hover img {
  transform: scale(1.025);
}

.story-photo figcaption,
.photo-masonry figcaption {
  position: absolute;
  inset: auto 0 0;
  padding: 34px 18px 16px;
  color: #fff;
  font-weight: 700;
  background: linear-gradient(transparent, rgba(10, 18, 13, 0.72));
}

.center-action {
  margin-top: 26px;
  text-align: center;
}

.text-link {
  color: #f4c7a7;
  font-weight: 800;
}

.text-link span {
  display: inline-block;
  margin-left: 6px;
  transition: transform 180ms ease;
}

.text-link:hover span {
  transform: translateX(5px);
}

.room-detail-grid {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr 0.75fr 1.25fr;
  grid-auto-rows: 380px;
  gap: 14px;
}

.room-detail-grid img {
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.page-hero.gallery-hero {
  min-height: 470px;
  display: flex;
  align-items: end;
  background:
    linear-gradient(90deg, rgba(14, 31, 22, 0.88), rgba(14, 31, 22, 0.28)),
    url("assets/photos/dsc05953.jpg") center 56% / cover;
}

.gallery-hero p {
  max-width: 620px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.08rem;
}

.gallery-section {
  background: #f8f3e9;
}

.gallery-group + .gallery-group {
  margin-top: 100px;
}

.gallery-heading {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 20px;
  align-items: start;
  margin-bottom: 28px;
  max-width: 740px;
}

.gallery-heading > span {
  color: var(--clay);
  font: 700 1rem Georgia, serif;
  border-top: 2px solid var(--clay);
  padding-top: 8px;
}

.gallery-heading h2 {
  color: var(--forest);
  font-size: clamp(2rem, 4vw, 3.6rem);
}

.gallery-heading p {
  margin: 10px 0 0;
  color: var(--muted);
}

.photo-masonry {
  columns: 3 300px;
  column-gap: 16px;
}

.photo-masonry figure {
  position: relative;
  margin: 0 0 16px;
  break-inside: avoid;
  overflow: hidden;
  border-radius: 8px;
  background: #dfd8ca;
  box-shadow: 0 10px 30px rgba(31, 42, 36, 0.12);
}

.photo-masonry img {
  width: 100%;
  height: auto;
  transition: transform 450ms ease, filter 450ms ease;
}

.photo-masonry figure:hover img {
  transform: scale(1.018);
  filter: saturate(1.05);
}

.gallery-cta {
  text-align: center;
}

.gallery-cta h2 {
  margin: 8px auto 26px;
  max-width: 760px;
  font-size: clamp(2.2rem, 5vw, 4.5rem);
}

.review strong {
  color: var(--clay);
}

.contact-band {
  background: var(--forest);
  color: #fff;
}

.contact-band .section-head h2,
.contact-band h3 {
  color: #fff;
}

.contact-layout {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 28px;
}

.contact-box {
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  padding: 26px;
  background: rgba(255, 255, 255, 0.08);
}

.contact-box p {
  color: rgba(255, 255, 255, 0.78);
}

.map {
  min-height: 390px;
  border: 0;
  border-radius: 8px;
  width: 100%;
  filter: saturate(0.85);
}

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

.booking-panel {
  padding: 26px;
}

.form label {
  display: grid;
  gap: 7px;
  color: #334239;
  font-weight: 700;
  font-size: 0.92rem;
}

.form .wide {
  grid-column: 1 / -1;
}

input,
select,
textarea {
  width: 100%;
  min-height: 46px;
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 12px 13px;
  background: #fff;
  color: var(--ink);
  font: inherit;
}

textarea {
  min-height: 124px;
  resize: vertical;
}

.page-hero {
  padding: 94px 0 70px;
  background: var(--forest);
  color: #fff;
}

.page-hero h1 {
  font-size: clamp(2.5rem, 6vw, 5.3rem);
}

.footer {
  padding: 34px 0;
  background: #17281f;
  color: rgba(255, 255, 255, 0.76);
}

.footer-inner {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.social {
  display: flex;
  gap: 12px;
}

.social a {
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.38);
}

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

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

  .hero {
    min-height: auto;
  }

  .quick-info,
  .grid-3,
  .tariff-grid,
  .split,
  .contact-layout,
  .gallery-grid,
  .story-grid {
    grid-template-columns: 1fr;
  }

  .story-grid {
    grid-template-rows: 420px 280px 280px;
  }

  .story-main {
    grid-row: auto;
  }

  .room-detail-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 360px;
  }

  .split-image,
  .gallery-photo.tall {
    min-height: 360px;
  }

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

  .footer-inner {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 560px) {
  .section {
    padding: 58px 0;
  }

  .hero-content {
    padding-top: 70px;
  }

  .quick-info div {
    padding-right: 0;
  }

  .button,
  button {
    width: 100%;
  }

  .room-detail-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: 380px;
  }

  .gallery-heading {
    grid-template-columns: 38px 1fr;
    gap: 12px;
  }
}
