@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600&family=Libre+Caslon+Display&display=swap');

:root {
  --ink: #243129;
  --forest: #274c3a;
  --deep-forest: #183529;
  --sage: #dbe2d5;
  --cream: #f6f1e7;
  --paper: #fffdf8;
  --gold: #c8954b;
  --muted: #69736c;
  --serif: "Libre Caslon Display", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.7;
}
img { display: block; max-width: 100%; }
a { color: var(--forest); text-underline-offset: 3px; }
a:hover { color: #8d5d22; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 {
  font-family: var(--serif);
  font-weight: 400;
  line-height: 1.06;
}
h2 { margin-bottom: 1.4rem; font-size: clamp(2.25rem, 5vw, 4rem); }

.hero {
  min-height: min(830px, 92vh);
  position: relative;
  display: grid;
  align-items: end;
  overflow: hidden;
  color: white;
}
.hero-image, .hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.hero-image { object-fit: cover; object-position: 50% 50%; }
.hero-shade { background: linear-gradient(0deg, rgba(12, 29, 22, .88) 0%, rgba(12, 29, 22, .12) 70%); }
.hero-content {
  width: min(1200px, calc(100% - 3rem));
  margin: 0 auto;
  padding: 8rem 0 5.5rem;
  position: relative;
}
.eyebrow {
  margin-bottom: .7rem;
  font-size: .75rem;
  font-weight: 600;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: #f0d09b;
}
.eyebrow.dark { color: #8b622b; }
.hero h1 { max-width: 900px; margin-bottom: .75rem; font-size: clamp(4rem, 10vw, 8rem); }
.subtitle { max-width: 680px; margin-bottom: 2rem; font-size: clamp(1.15rem, 2.4vw, 1.55rem); }
.button {
  display: inline-block;
  padding: .8rem 1.2rem;
  border: 1px solid rgba(255,255,255,.7);
  color: white;
  font-size: .85rem;
  font-weight: 600;
  letter-spacing: .04em;
  text-decoration: none;
  text-transform: uppercase;
}
.button:hover { color: var(--deep-forest); background: white; }

nav {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  justify-content: center;
  gap: clamp(1rem, 4vw, 3rem);
  padding: .85rem 1.25rem;
  background: rgba(255, 253, 248, .96);
  border-bottom: 1px solid #dedbd2;
  backdrop-filter: blur(10px);
}
nav a { color: var(--ink); font-size: .8rem; font-weight: 600; text-decoration: none; text-transform: uppercase; }

.notice {
  max-width: 1060px;
  margin: 3rem auto 0;
  padding: 1.25rem 1.5rem;
  color: #563a17;
  background: #f5e6cc;
  border-left: 4px solid var(--gold);
}
.section {
  width: min(1120px, calc(100% - 3rem));
  margin: 0 auto;
  padding: 8rem 0;
}
.section-wide { padding: 8rem max(1.5rem, calc((100vw - 1120px) / 2)); }
.intro, .rates { display: grid; grid-template-columns: .9fr 1.35fr; gap: clamp(3rem, 8vw, 8rem); }
.prose p { margin-bottom: 1.35rem; }

.valley {
  min-height: 620px;
  display: grid;
  align-items: center;
  padding: 5rem max(1.5rem, calc((100vw - 1120px) / 2));
  color: white;
  background:
    linear-gradient(90deg, rgba(21, 51, 39, .97) 0%, rgba(21, 51, 39, .84) 48%, rgba(21, 51, 39, .25) 100%),
    url("assets/house.jpg") center / cover;
}
.valley-card { max-width: 620px; }
.valley-card a { color: #f0d09b; }

.history { display: grid; grid-template-columns: .9fr 1.2fr; align-items: center; gap: clamp(3rem, 8vw, 8rem); }
.history-images { position: relative; min-height: 640px; }
.history figure { margin: 0; }
.history img { width: 100%; box-shadow: 0 20px 50px rgba(34, 44, 37, .16); }
.history figcaption { margin-top: .5rem; color: var(--muted); font-size: .75rem; letter-spacing: .04em; }
.portrait { width: 64%; position: absolute; top: 0; right: 0; z-index: 1; }
.old-house { width: 72%; position: absolute; left: 0; bottom: 0; }

.amenities { background: var(--cream); }
.section-heading { max-width: 700px; }
.feature-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; margin: 4rem 0; background: #ccc5b8; border: 1px solid #ccc5b8; }
.feature-grid article { padding: 2rem; background: var(--paper); }
.feature-grid span { font-family: var(--serif); font-size: 3.25rem; color: var(--forest); }
.feature-grid h3 { margin: -.35rem 0 .5rem; font-size: .9rem; letter-spacing: .1em; text-transform: uppercase; }
.feature-grid p { margin: 0; color: var(--muted); font-size: .9rem; line-height: 1.5; }
.amenity-list { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; }
.amenity-list ul { margin: 0; padding: 0; list-style: none; }
.amenity-list li { padding: .65rem 0; border-bottom: 1px solid #d5cfc3; }
.amenity-list li::before { content: "✦"; margin-right: .75rem; color: var(--gold); }
.stove { margin: 2rem 0 0; color: var(--muted); font-style: italic; }

.rates { align-items: start; }
.rate-card { padding: 2.5rem; background: var(--deep-forest); color: white; }
.price { padding-bottom: 1.5rem; border-bottom: 1px solid rgba(255,255,255,.25); }
.price strong { font-family: var(--serif); font-size: 3.4rem; font-weight: 400; }
dl { margin: 0; }
dl div { display: grid; grid-template-columns: 145px 1fr; gap: 1.5rem; padding: 1rem 0; border-bottom: 1px solid rgba(255,255,255,.16); }
dt { color: #f0d09b; font-size: .78rem; font-weight: 600; text-transform: uppercase; }
dd { margin: 0; }
.fine-print { margin: 1.5rem 0 0; color: #d4ded8; font-size: .85rem; }

.rules { color: white; background: #8a6535; }
.rules h2 { font-size: 2.7rem; }
.rules ul { display: grid; grid-template-columns: 1fr 1fr; gap: .6rem 3rem; padding-left: 1.2rem; }
.rules p { max-width: 850px; margin: 2rem 0 0; padding-top: 2rem; border-top: 1px solid rgba(255,255,255,.3); }

footer {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  padding: 7rem max(1.5rem, calc((100vw - 1120px) / 2));
  color: white;
  background: #11271e;
}
footer h2 { max-width: 650px; }
footer address { display: flex; flex-direction: column; align-items: flex-start; font-style: normal; }
.contact-link { margin-bottom: .6rem; color: white; font-family: var(--serif); font-size: clamp(1.4rem, 3vw, 2.2rem); }
footer address p { margin-top: 1.5rem; color: #aebdb4; }

@media (max-width: 800px) {
  body { font-size: 16px; }
  nav { justify-content: flex-start; overflow-x: auto; }
  nav a { white-space: nowrap; }
  .section, .section-wide { padding-top: 5rem; padding-bottom: 5rem; }
  .intro, .history, .rates, footer { grid-template-columns: 1fr; gap: 2.5rem; }
  .history-images { min-height: 580px; }
  .feature-grid { grid-template-columns: 1fr 1fr; }
  .amenity-list { gap: 2rem; }
}

@media (max-width: 520px) {
  .hero { min-height: 720px; }
  .hero-content { width: calc(100% - 2rem); }
  .hero h1 { font-size: 3.7rem; }
  .notice, .section { width: calc(100% - 2rem); }
  .notice { margin-top: 2rem; }
  .feature-grid, .amenity-list, .rules ul { grid-template-columns: 1fr; }
  .history-images { min-height: 510px; }
  dl div { grid-template-columns: 1fr; gap: .25rem; }
  .rate-card { padding: 1.5rem; }
  .price strong { font-size: 2.8rem; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
