:root {
  --ink: #17221b;
  --forest: #234e36;
  --forest-dark: #173525;
  --cream: #f7f3e8;
  --paper: #fffdf8;
  --gold: #e6ad45;
  --muted: #637067;
  --line: #dfe4dc;
  --shadow: 0 18px 50px rgba(23, 53, 37, 0.13);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 17px;
  line-height: 1.65;
}

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

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

.brand {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  color: var(--forest-dark);
  text-decoration: none;
}

.brand-mark {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 50% 50% 45% 45%;
  color: white;
  background: var(--forest);
  font-family: Georgia, serif;
  font-weight: bold;
  letter-spacing: -1px;
}

.brand strong, .brand small { display: block; }
.brand strong { font-family: Georgia, "Times New Roman", serif; font-size: 21px; line-height: 1.15; }
.brand small { margin-top: 2px; color: var(--muted); font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }

nav { display: flex; align-items: center; gap: 28px; }
nav a { padding: 8px 0; color: #36433a; font-size: 15px; font-weight: bold; text-decoration: none; }
nav a:hover, nav a:focus-visible, nav .active { color: var(--forest); }
nav .nav-call { padding: 10px 18px; border: 1px solid var(--forest); border-radius: 999px; }

.hero {
  width: min(1240px, calc(100% - 32px));
  min-height: 610px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  overflow: hidden;
  border-radius: 6px;
  background: var(--forest-dark);
  box-shadow: var(--shadow);
}

.hero-photo { min-height: 500px; }
.hero-photo img { width: 100%; height: 100%; object-fit: cover; }
.hero-copy { padding: clamp(52px, 7vw, 100px) clamp(34px, 6vw, 76px); align-self: center; color: white; }

.eyebrow {
  margin: 0 0 14px;
  color: #a46c0c;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: .17em;
  line-height: 1.4;
  text-transform: uppercase;
}

.hero .eyebrow, .page-title .eyebrow { color: #f2c978; }
h1, h2, h3 { font-family: Georgia, "Times New Roman", serif; line-height: 1.12; }
h1 { max-width: 570px; margin: 0; font-size: clamp(42px, 5.3vw, 72px); font-weight: normal; letter-spacing: -.035em; }
h2 { margin: 0; color: var(--forest-dark); font-size: clamp(34px, 4vw, 48px); font-weight: normal; letter-spacing: -.025em; }
h3 { margin: 0 0 16px; color: var(--forest-dark); font-size: 25px; }
.hero-intro { max-width: 520px; margin: 26px 0 0; color: #e2ebe4; font-size: 19px; }
.hero-actions { margin-top: 34px; display: flex; flex-wrap: wrap; gap: 12px; }

.button { display: inline-block; padding: 13px 22px; border: 1px solid transparent; border-radius: 3px; font-size: 15px; font-weight: bold; text-decoration: none; transition: transform .15s ease, background .15s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--forest-dark); background: var(--gold); }
.button-secondary { color: white; border-color: rgba(255,255,255,.55); }
.button-secondary:hover { background: rgba(255,255,255,.08); }

.section, .section-narrow { width: min(1100px, calc(100% - 40px)); margin-right: auto; margin-left: auto; }
.section { padding: 100px 0; }
.section-narrow { max-width: 820px; padding: 72px 0 20px; text-align: center; }
.intro p { margin: 0; color: var(--forest-dark); font-family: Georgia, "Times New Roman", serif; font-size: clamp(25px, 3.2vw, 36px); line-height: 1.4; }
.section-heading { margin-bottom: 46px; }
.features { border-bottom: 1px solid var(--line); }

.feature-grid { margin: 0 0 34px; padding: 0; display: grid; grid-template-columns: repeat(2, 1fr); gap: 0 60px; list-style: none; border-top: 1px solid var(--line); }
.feature-grid li { padding: 18px 0; display: flex; gap: 13px; border-bottom: 1px solid var(--line); }
.feature-grid li span { color: #a46c0c; font-weight: bold; }
.text-link { color: var(--forest); font-weight: bold; text-underline-offset: 5px; }

.booking { width: 100%; max-width: none; padding-right: max(20px, calc((100% - 1100px) / 2)); padding-left: max(20px, calc((100% - 1100px) / 2)); background: var(--cream); }
.booking-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.info-card { padding: 32px; background: var(--paper); border-top: 4px solid var(--gold); }
.info-card p { margin: 10px 0 0; }
.info-card p + p { color: var(--muted); font-size: 15px; }
.price { color: var(--forest); font-family: Georgia, serif; font-size: 32px; }
.booking-note { margin: 24px 0 0; padding: 18px 22px; color: #5b4319; background: #f5e7c4; }

.size-grid { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); }
.size-grid div { padding: 30px; text-align: center; }
.size-grid div + div { border-left: 1px solid var(--line); }
.size-grid strong, .size-grid span { display: block; }
.size-grid strong { color: var(--forest-dark); font-family: Georgia, serif; font-size: 25px; }
.size-grid span { margin-top: 6px; color: var(--muted); }

.contact { margin-bottom: 80px; padding-right: 60px; padding-left: 60px; display: grid; grid-template-columns: .8fr 1.2fr; gap: 60px; color: white; background: var(--forest-dark); border-radius: 5px; }
.contact h2 { color: white; }
.contact p:not(.eyebrow) { color: #dbe6de; }
.contact-links { display: grid; align-content: center; }
.contact-content { min-width: 0; }
.contact-links a { padding: 14px 0; color: white; text-decoration: none; border-bottom: 1px solid rgba(255,255,255,.17); }
.contact-links a:hover { color: #f2c978; }
.contact-links span { display: inline-block; width: 76px; color: #adc0b2; font-size: 13px; text-transform: uppercase; }
.contact-form { display: grid; gap: 9px; margin-top: 32px; }
.contact-form[hidden] { display: none; }
.contact-form h3 { margin: 0 0 10px; color: white; font-family: Georgia, serif; font-size: 25px; }
.contact-form label { font-size: 14px; }
.contact-form input, .contact-form textarea { width: 100%; padding: 12px; border: 1px solid #adc0b2; border-radius: 3px; font: inherit; }
.contact-form textarea { resize: vertical; }
.contact-form button { justify-self: start; border: 0; cursor: pointer; }
.contact-form button:disabled { opacity: .6; cursor: wait; }
.contact-form .contact-status { min-height: 1.5em; margin: 0; }
.contact-honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }

footer { min-height: 130px; padding: 30px max(20px, calc((100% - 1100px) / 2)); display: flex; align-items: center; justify-content: space-between; gap: 30px; color: #d6dfd8; background: #10271a; font-size: 14px; }
footer p { margin: 0; }
footer a { color: white; text-underline-offset: 4px; }

.page-title { padding: 80px 20px 72px; text-align: center; color: white; background: var(--forest-dark); }
.page-title h1 { max-width: none; }
.page-title p:last-child { margin: 20px auto 0; color: #dbe6de; }
.gallery { width: min(1160px, calc(100% - 40px)); margin: 0 auto; padding: 80px 0 100px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.gallery figure { margin: 0; overflow: hidden; background: var(--cream); box-shadow: 0 8px 28px rgba(23, 53, 37, .1); }
.gallery a { display: block; }
.gallery img { width: 100%; aspect-ratio: 1.49 / 1; object-fit: cover; transition: transform .25s ease; }
.gallery a:hover img { transform: scale(1.015); }
.gallery figcaption { padding: 12px 16px; color: var(--muted); font-size: 14px; }

@media (max-width: 820px) {
  .site-header { min-height: 82px; }
  nav { gap: 16px; }
  nav .nav-call { display: none; }
  .hero { grid-template-columns: 1fr; }
  .hero-photo { min-height: 350px; }
  .hero-copy { padding: 48px 32px 58px; }
  .booking-grid { grid-template-columns: 1fr; }
  .contact { grid-template-columns: 1fr; gap: 25px; padding: 60px 38px; }
}

@media (max-width: 600px) {
  body { font-size: 16px; }
  .site-header { width: calc(100% - 28px); }
  .brand small { display: none; }
  .brand strong { font-size: 17px; }
  .brand-mark { width: 40px; height: 40px; }
  nav a { font-size: 14px; }
  nav { gap: 13px; }
  .hero { width: 100%; border-radius: 0; }
  .hero-photo { min-height: 270px; }
  .section { padding: 72px 0; }
  .feature-grid, .gallery { grid-template-columns: 1fr; }
  .size-grid { grid-template-columns: 1fr; }
  .size-grid div + div { border-top: 1px solid var(--line); border-left: 0; }
  .contact { width: 100%; margin-bottom: 0; border-radius: 0; }
  .contact-links span { display: block; width: auto; }
  footer { align-items: flex-start; flex-direction: column; }
  .page-title { padding: 55px 20px; }
  .gallery { padding: 50px 0 72px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
