﻿:root {
  --ink: #17211f;
  --muted: #60706b;
  --paper: #f7f2e8;
  --paper-strong: #fffaf0;
  --forest: #123e35;
  --moss: #78966d;
  --clay: #c06f4c;
  --sand: #ead8b5;
  --line: rgba(23, 33, 31, .13);
  --shadow: 0 24px 70px rgba(18, 62, 53, .16);
  --radius: 28px;
  font-family: Georgia, 'Times New Roman', serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at top left, rgba(192, 111, 76, .22), transparent 32rem),
    radial-gradient(circle at 90% 10%, rgba(120, 150, 109, .22), transparent 30rem),
    linear-gradient(135deg, var(--paper), #f3eadb 62%, #efe0c6);
  line-height: 1.6;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: .85rem clamp(1rem, 4vw, 3rem);
  background: rgba(247, 242, 232, .82);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: .75rem;
  text-decoration: none;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 2.85rem;
  height: 2.85rem;
  border-radius: 50%;
  color: #fff;
  background: var(--forest);
  font-weight: 700;
  letter-spacing: .04em;
}

.brand small,
.section-kicker,
.eyebrow {
  display: block;
  font-family: Verdana, Geneva, sans-serif;
  font-size: .73rem;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--clay);
}

.site-header nav,
.site-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: .45rem 1.1rem;
  font-family: Verdana, Geneva, sans-serif;
  font-size: .9rem;
}

.site-header nav a,
.site-footer nav a {
  text-decoration: none;
  border-bottom: 1px solid transparent;
}

.site-header nav a:hover,
.site-footer nav a:hover { border-color: currentColor; }

main { overflow: hidden; }

.hero,
.intro-panel,
.benefits,
.split,
.prices,
.location,
.legal-page {
  width: min(1120px, calc(100% - 2rem));
  margin-inline: auto;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, .9fr);
  align-items: center;
  gap: clamp(2rem, 6vw, 5rem);
  min-height: 78vh;
  padding: clamp(3rem, 8vw, 7rem) 0;
}

h1,
h2,
h3,
p { margin-top: 0; }

h1 {
  max-width: 9ch;
  margin-bottom: 1.25rem;
  font-size: clamp(4rem, 12vw, 9.4rem);
  line-height: .82;
  letter-spacing: -.08em;
}

h2 {
  font-size: clamp(2.1rem, 5vw, 4.7rem);
  line-height: .95;
  letter-spacing: -.045em;
}

.lead {
  max-width: 38rem;
  color: var(--muted);
  font-size: clamp(1.15rem, 2vw, 1.45rem);
}

.hero-actions,
.booking-box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .8rem;
}

.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 3.2rem;
  padding: .85rem 1.2rem;
  border: 1px solid var(--forest);
  border-radius: 999px;
  font-family: Verdana, Geneva, sans-serif;
  font-weight: 700;
  text-decoration: none;
}

.button.primary {
  color: #fff;
  background: var(--forest);
  box-shadow: 0 14px 30px rgba(18, 62, 53, .22);
}

.button.secondary { background: rgba(255, 250, 240, .55); }
.button.wide { width: 100%; }
.button:hover { transform: translateY(-1px); }

.hero-image {
  position: relative;
  margin: 0;
}

.hero-image::before {
  content: "";
  position: absolute;
  inset: -1rem 1.5rem 1.5rem -1rem;
  border: 1px solid var(--clay);
  border-radius: var(--radius);
  transform: rotate(-4deg);
}

.hero-image img,
.gallery img {
  position: relative;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  object-fit: cover;
}

.intro-panel,
.split,
.location {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: clamp(1.5rem, 5vw, 4rem);
  padding: clamp(2rem, 5vw, 4rem);
  background: rgba(255, 250, 240, .72);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.text-columns {
  columns: 2 16rem;
  column-gap: 2rem;
  color: var(--muted);
}

.benefits {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 1rem;
  padding: clamp(4rem, 8vw, 7rem) 0;
}

.benefit-card,
.benefit-list {
  border-radius: var(--radius);
  padding: clamp(1.6rem, 4vw, 3rem);
}

.benefit-card.dark {
  color: #fff;
  background: linear-gradient(140deg, var(--forest), #275f4c);
}

.benefit-card p { color: rgba(255, 255, 255, .76); }

.benefit-list {
  display: grid;
  gap: .85rem;
  margin: 0;
  list-style: none;
  background: var(--sand);
}

.benefit-list li {
  position: relative;
  padding-left: 1.5rem;
}

.benefit-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .65rem;
  width: .6rem;
  height: .6rem;
  border-radius: 50%;
  background: var(--clay);
}

.gallery {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  width: min(1280px, calc(100% - 2rem));
  margin: 0 auto clamp(4rem, 8vw, 7rem);
}

.gallery img {
  width: 100%;
  height: clamp(18rem, 38vw, 34rem);
}

.split,
.prices,
.location { margin-bottom: clamp(4rem, 8vw, 7rem); }

.booking-box,
.contact-card {
  align-self: center;
  padding: 1.25rem;
  border-radius: 22px;
  background: #fff8ea;
  border: 1px solid var(--line);
}

.booking-box p { margin: .9rem 0 0; color: var(--muted); }

.section-heading { margin-bottom: 1.5rem; }

.price-table-wrap {
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: rgba(255, 250, 240, .82);
  box-shadow: var(--shadow);
}

.price-table {
  width: 100%;
  min-width: 34rem;
  border-collapse: collapse;
}

.price-table caption {
  padding: 1.15rem 1.25rem .4rem;
  color: var(--clay);
  font-family: Verdana, Geneva, sans-serif;
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-align: left;
  text-transform: uppercase;
}

.price-table th,
.price-table td {
  padding: 1rem 1.25rem;
  border-bottom: 1px solid var(--line);
  text-align: left;
}

.price-table thead th {
  color: var(--muted);
  font-family: Verdana, Geneva, sans-serif;
  font-size: .82rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.price-table tbody th {
  width: 46%;
  font-size: 1.12rem;
}

.price-table tbody td {
  color: var(--forest);
  font-size: 1.3rem;
  font-weight: 700;
}

.price-table tr:last-child th,
.price-table tr:last-child td { border-bottom: 0; }

.contact-card {
  display: grid;
  gap: .7rem;
  font-style: normal;
}

.contact-card a { color: var(--forest); font-weight: 700; }

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 2rem clamp(1rem, 4vw, 3rem);
  color: #fff;
  background: var(--forest);
}

.legal-page {
  max-width: 860px;
  padding: clamp(3rem, 8vw, 6rem) 0;
}

.legal-page h1 {
  max-width: none;
  font-size: clamp(3rem, 8vw, 6rem);
}

.legal-page section {
  padding: 1.4rem 0;
  border-top: 1px solid var(--line);
}

.legal-page p,
.legal-page li { color: var(--muted); }

@media (max-width: 840px) {
  .site-header { align-items: flex-start; flex-direction: column; }
  .hero,
  .intro-panel,
  .benefits,
  .split,
  .location { grid-template-columns: 1fr; }
  .hero { min-height: auto; }
}

@media (max-width: 560px) {
  h1 { font-size: clamp(3.6rem, 22vw, 5rem); }
  .site-header nav { font-size: .82rem; }
  .gallery { grid-template-columns: 1fr; }
  .gallery img { height: 18rem; }
  .site-footer { flex-direction: column; }
}
