:root {
  --ink: #172019;
  --muted: #52604f;
  --cream: #f7f1e6;
  --paper: #fffaf0;
  --sage: #596f4c;
  --moss: #293626;
  --cedar: #8f552f;
  --gold: #d5aa5f;
  --line: rgba(23, 32, 25, 0.16);
  --shadow: 0 24px 70px rgba(41, 54, 38, 0.18);
  --radius: 28px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; font-size: 17px; }
body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: Manrope, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.7;
  font-size: 1rem;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 100;
  opacity: 0.035;
  background-image: radial-gradient(#172019 0.65px, transparent 0.65px);
  background-size: 6px 6px;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, summary:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }
.skip-link { position: absolute; left: -999px; top: 1rem; background: white; padding: .75rem 1rem; z-index: 999; }
.skip-link:focus { left: 1rem; }
.container { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.section-pad { padding: 110px 0; }
.eyebrow { text-transform: uppercase; letter-spacing: .14em; font-weight: 800; font-size: .82rem; color: var(--cedar); margin: 0 0 16px; }
h1, h2, h3 { line-height: 1; letter-spacing: -.04em; margin: 0; text-wrap: balance; }
h1, h2 { font-family: "Instrument Serif", Georgia, serif; font-weight: 400; }
h1 { font-size: clamp(4rem, 11vw, 9.4rem); max-width: 980px; color: white; }
h2 { font-size: clamp(2.7rem, 6vw, 6.2rem); }
h3 { font-size: clamp(1.3rem, 2vw, 1.9rem); letter-spacing: -.025em; }
p { text-wrap: pretty; }

.site-header {
  position: fixed;
  top: 18px;
  left: 50%;
  transform: translateX(-50%);
  width: min(1180px, calc(100% - 28px));
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 12px 14px 12px 20px;
  background: rgba(255, 250, 240, .92);
  border: 1px solid rgba(255,255,255,.72);
  box-shadow: 0 18px 50px rgba(41, 54, 38, .13);
  backdrop-filter: blur(22px);
  border-radius: 999px;
  z-index: 50;
}
.readable-header { background: rgba(255, 250, 240, .97); }
.brand img { width: 214px; height: auto; }
.site-nav { display: flex; align-items: center; gap: 4px; font-size: .84rem; font-weight: 800; text-transform: uppercase; letter-spacing: .07em; }
.site-nav a { padding: 12px 14px; border-radius: 999px; transition: .22s ease; }
.site-nav a:hover { background: rgba(89, 111, 76, .13); transform: translateY(-1px); }
.nav-cta { background: var(--ink); color: white; }
.site-nav .nav-cta:hover { background: var(--cedar); color: white; }
.menu-toggle { display: none; border: 0; border-radius: 999px; padding: 11px 15px; background: var(--ink); color: white; font-weight: 800; }

.hero { min-height: 100dvh; position: relative; display: grid; align-items: end; overflow: hidden; padding: 170px 0 54px; }
.hero-media { position: absolute; inset: 0; background: url('assets/hero-rv.webp') center / cover no-repeat; transform: scale(1.02); }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(100deg, rgba(5,9,5,.9), rgba(12,18,12,.56) 52%, rgba(12,18,12,.72)), radial-gradient(circle at 30% 70%, rgba(213,170,95,.36), transparent 34%); }
.hero-content { position: relative; z-index: 2; width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.hero .eyebrow { color: #ffe2a5; text-shadow: 0 2px 10px rgba(0,0,0,.45); }
.hero-copy { color: #fff; max-width: 660px; font-size: clamp(1.22rem, 2vw, 1.55rem); margin: 24px 0 32px; text-shadow: 0 2px 18px rgba(0,0,0,.48); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 56px; padding: 0 24px; border-radius: 999px; font-weight: 900; text-transform: uppercase; letter-spacing: .075em; font-size: .86rem; transition: .22s ease; border: 0; cursor: pointer; }
.button:hover { transform: translateY(-2px); }
.button:active { transform: translateY(0) scale(.98); }
.primary { background: var(--gold); color: #21170d; box-shadow: 0 16px 42px rgba(213,170,95,.28); }
.secondary { background: rgba(255,255,255,.18); color: white; border: 1px solid rgba(255,255,255,.46); backdrop-filter: blur(12px); }
.dark-secondary { background: var(--ink); color: white; }
.hero-card { position: absolute; right: max(22px, calc((100% - 1180px) / 2)); bottom: 62px; z-index: 3; width: min(330px, calc(100% - 44px)); padding: 22px; border-radius: 24px; color: white; background: rgba(9,14,10,.78); border: 1px solid rgba(255,255,255,.24); backdrop-filter: blur(18px); box-shadow: var(--shadow); }
.hero-card span { display: block; font-size: .82rem; text-transform: uppercase; letter-spacing: .12em; color: #f5d99f; font-weight: 800; }
.hero-card strong { display: block; font-size: 1.45rem; line-height: 1.15; margin: 8px 0; }
.hero-card small { color: rgba(255,255,255,.9); }

.intro { background: var(--paper); }
.intro-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; align-items: start; }
.prose { font-size: 1.16rem; color: #2f392c; max-width: 720px; }
.stats-band { background: var(--moss); color: white; padding: 34px 0; }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.stats-grid div { border-left: 1px solid rgba(255,255,255,.18); padding: 8px 22px; }
.stats-grid strong { display: block; font-family: "Instrument Serif", Georgia, serif; font-size: clamp(2.6rem, 6vw, 5rem); line-height: .9; font-weight: 400; color: var(--gold); }
.stats-grid span { color: rgba(255,255,255,.9); font-weight: 700; }

.section-heading { display: grid; grid-template-columns: 1fr .7fr; gap: 60px; align-items: end; margin-bottom: 48px; }
.section-heading p:last-child { color: #3f4a3c; font-size: 1.12rem; }
.section-heading.narrow { display: block; max-width: 780px; text-align: center; }
.stay-grid { display: grid; grid-template-columns: 1.12fr .88fr; gap: 22px; align-items: stretch; }
.stay-card { background: var(--paper); border-radius: var(--radius); padding: 34px; min-height: 360px; display: flex; flex-direction: column; border: 1px solid rgba(255,255,255,.8); box-shadow: 0 18px 45px rgba(41,54,38,.08); }
.stay-card.large { grid-row: span 2; background: linear-gradient(135deg, #fffaf0, #efe0c6); }
.card-number { color: var(--cedar); font-weight: 900; letter-spacing: .16em; margin-bottom: 36px; }
.stay-card p, .stay-card li { color: #344030; }
.stay-card ul { padding-left: 20px; margin: 16px 0 24px; }
.stay-card a, .service-card a, .text-link { margin-top: auto; font-weight: 900; color: var(--cedar); text-transform: uppercase; font-size: .84rem; letter-spacing: .09em; }

.dark-panel { background: #172019; color: white; position: relative; overflow: hidden; }
.dark-panel::before { content: ""; position: absolute; inset: -30%; background: radial-gradient(circle at 20% 25%, rgba(213,170,95,.18), transparent 25%), radial-gradient(circle at 80% 50%, rgba(89,111,76,.24), transparent 30%); }
.split { position: relative; display: grid; grid-template-columns: .95fr 1.05fr; gap: 72px; align-items: center; }
.image-stack { position: relative; }
.image-stack img { border-radius: 34px; aspect-ratio: 4/5; object-fit: cover; box-shadow: 0 30px 90px rgba(0,0,0,.35); }
.floating-note { position: absolute; right: -34px; bottom: 42px; max-width: 260px; padding: 18px; border-radius: 18px; background: var(--gold); color: #21170d; font-weight: 900; box-shadow: 0 18px 50px rgba(0,0,0,.25); }
.dark-panel h2 { color: white; }
.dark-panel p { color: rgba(255,255,255,.86); }
.amenity-cloud { display: flex; flex-wrap: wrap; gap: 10px; margin: 30px 0; }
.amenity-cloud span { padding: 10px 13px; border-radius: 999px; border: 1px solid rgba(255,255,255,.16); background: rgba(255,255,255,.08); color: rgba(255,255,255,.94); font-weight: 700; }

.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.service-card { background: var(--paper); padding: 30px; border-radius: 26px; min-height: 360px; display: flex; flex-direction: column; box-shadow: 0 18px 45px rgba(41,54,38,.08); }
.fineprint { color: #4c5848; font-size: .98rem; }

.activities { background: #efe4d0; }
.activity-layout { display: grid; grid-template-columns: .88fr 1.12fr; gap: 62px; align-items: center; }
.check-list { padding-left: 0; list-style: none; margin: 28px 0; }
.check-list li { position: relative; padding-left: 28px; margin-bottom: 14px; color: #344030; }
.check-list li::before { content: ""; width: 10px; height: 10px; border-radius: 50%; background: var(--cedar); position: absolute; left: 0; top: .65em; }
.photo-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.photo-grid img { aspect-ratio: 1; object-fit: cover; border-radius: 24px; box-shadow: 0 18px 48px rgba(41,54,38,.14); }
.photo-grid img:nth-child(2), .photo-grid img:nth-child(3) { transform: translateY(30px); }

.mission { background: var(--paper); }
.mission-card { padding: clamp(34px, 7vw, 82px); border-radius: 36px; background: var(--moss); color: white; box-shadow: var(--shadow); }
blockquote { margin: 0; font-family: "Instrument Serif", Georgia, serif; font-size: clamp(2rem, 4vw, 4.6rem); line-height: 1.08; letter-spacing: -.03em; }
.policies { background: var(--cream); }
.faq-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
details { background: var(--paper); border-radius: 18px; padding: 22px 24px; border: 1px solid var(--line); }
summary { cursor: pointer; font-weight: 900; font-size: 1.04rem; }
details p { color: #344030; margin-bottom: 0; }
details a { color: var(--cedar); font-weight: 800; text-decoration: underline; text-underline-offset: 3px; }

.directions { background: #ded1ba; }
.directions-grid { display: grid; grid-template-columns: 1fr .8fr .8fr; gap: 22px; align-items: stretch; }
.route-card { background: rgba(255,250,240,.82); border-radius: 24px; padding: 28px; }
.map-section { padding: 90px 0; background: var(--paper); }
.map-grid { display: grid; grid-template-columns: .52fr 1fr; gap: 40px; align-items: center; }
.map-grid img { max-height: 640px; width: 100%; object-fit: contain; border-radius: 28px; background: white; padding: 12px; box-shadow: var(--shadow); }
.final-cta { padding: 80px 0; background: linear-gradient(135deg, #172019, #2d3b27); color: white; }
.final-card { text-align: center; max-width: 860px; margin: 0 auto; }
.final-card h2 { color: white; }
.final-card p:not(.eyebrow) { color: rgba(255,255,255,.9); font-size: 1.18rem; }
.final-card .hero-actions { justify-content: center; }
.site-footer { background: #0d120e; color: white; padding: 70px 0 28px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr repeat(3, 1fr); gap: 34px; }
.footer-logo { width: 230px; margin-bottom: 18px; }
.site-footer p, .site-footer a { color: rgba(255,255,255,.82); }
.site-footer a { display: block; margin: 8px 0; transition: .2s; }
.site-footer a:hover { color: white; }
.site-footer h3 { font-size: 1rem; letter-spacing: .02em; margin-bottom: 12px; }
.footer-bottom { margin-top: 48px; border-top: 1px solid rgba(255,255,255,.12); padding-top: 22px; display: flex; justify-content: space-between; gap: 20px; color: rgba(255,255,255,.72); font-size: .95rem; }
.footer-bottom a { display: inline; }

.booking-hero { padding: 170px 0 90px; background: linear-gradient(135deg, #fffaf0 0%, #efe4d0 58%, #d9c4a2 100%); }
.booking-hero-grid { display: grid; grid-template-columns: 1fr 360px; gap: 54px; align-items: end; }
.booking-hero h1 { color: var(--ink); font-size: clamp(3.2rem, 8vw, 7.5rem); }
.dark-copy { color: #344030; text-shadow: none; }
.booking-help-card, .booking-card, .policy-mini-card { background: var(--paper); border: 1px solid rgba(255,255,255,.8); border-radius: 28px; box-shadow: 0 18px 45px rgba(41,54,38,.1); }
.booking-help-card { padding: 28px; }
.booking-help-card strong { font-size: 1.35rem; line-height: 1.15; display: block; }
.booking-help-card a { display: inline-flex; margin-top: 10px; color: var(--cedar); font-weight: 900; font-size: 1.2rem; }
.booking-layout { display: grid; grid-template-columns: 1fr 340px; gap: 28px; align-items: start; }
.booking-card { padding: clamp(26px, 4vw, 46px); }
.booking-card h2 { font-size: clamp(2.6rem, 5vw, 5.2rem); }
.form-note { color: #344030; max-width: 720px; }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; margin: 28px 0; }
label { display: grid; gap: 8px; font-weight: 900; color: var(--ink); }
input, select { width: 100%; min-height: 54px; border: 1px solid rgba(23,32,25,.22); border-radius: 14px; background: white; padding: 0 14px; font: inherit; color: var(--ink); }
.form-submit { width: 100%; margin-top: 4px; }
.booking-sidebar { display: grid; gap: 18px; }
.policy-mini-card { padding: 24px; }
.policy-mini-card p { color: #344030; }
.policy-mini-card.accent { background: var(--moss); color: white; }
.policy-mini-card.accent p { color: rgba(255,255,255,.86); }
.policy-mini-card.accent a { color: var(--gold); font-weight: 900; text-decoration: underline; text-underline-offset: 4px; }
.booking-policies { background: var(--paper); }

.reveal { opacity: 1; transform: translateY(0); transition: opacity .7s ease, transform .7s ease; }
body.motion-ready .reveal:not(.visible) { opacity: 0; transform: translateY(22px); }
.reveal.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 900px) {
  html { font-size: 18px; }
  .site-header { border-radius: 24px; align-items: flex-start; }
  .brand img { width: 180px; }
  .menu-toggle { display: inline-flex; }
  .site-nav { position: absolute; top: calc(100% + 8px); left: 0; right: 0; padding: 14px; border-radius: 22px; background: rgba(255,250,240,.99); box-shadow: var(--shadow); display: none; flex-direction: column; align-items: stretch; }
  .site-nav.open { display: flex; }
  .site-nav a { color: var(--ink); font-size: 1rem; padding: 14px 16px; }
  .nav-cta { color: white !important; text-align: center; }
  .hero { align-items: end; padding-top: 150px; }
  .hero-media { background-position: 58% center; }
  .hero-overlay { background: linear-gradient(180deg, rgba(5,9,5,.72), rgba(5,9,5,.58) 28%, rgba(5,9,5,.92) 68%, rgba(5,9,5,.96)); }
  .hero-content { background: rgba(8,13,9,.72); border: 1px solid rgba(255,255,255,.18); border-radius: 26px; padding: 22px; backdrop-filter: blur(10px); box-shadow: 0 20px 60px rgba(0,0,0,.25); }
  .hero-copy { font-size: 1.18rem; line-height: 1.55; }
  .hero-card { position: relative; right: auto; bottom: auto; margin: 24px auto 0; width: min(100% - 40px, 420px); }
  .intro-grid, .section-heading, .split, .activity-layout, .directions-grid, .map-grid, .footer-grid, .booking-hero-grid, .booking-layout { grid-template-columns: 1fr; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .stay-grid, .service-grid, .faq-grid, .form-grid { grid-template-columns: 1fr; }
  .stay-card.large { grid-row: auto; }
  .floating-note { right: 14px; bottom: 14px; }
}

@media (max-width: 560px) {
  .container { width: min(100% - 28px, 1180px); }
  .section-pad { padding: 72px 0; }
  .hero { padding: 130px 0 36px; min-height: 92dvh; }
  h1 { font-size: clamp(3rem, 14vw, 4.9rem); line-height: .98; }
  h2 { line-height: 1.02; }
  .button { width: 100%; min-height: 58px; }
  .stats-grid { grid-template-columns: 1fr; }
  .stats-grid div { border-left: 0; border-top: 1px solid rgba(255,255,255,.18); padding-left: 0; }
  .photo-grid { grid-template-columns: 1fr; }
  .photo-grid img:nth-child(2), .photo-grid img:nth-child(3) { transform: none; }
  .footer-bottom { flex-direction: column; }
  .booking-hero { padding: 140px 0 64px; }
  .booking-hero h1 { font-size: clamp(3rem, 13vw, 5rem); }
}
