:root {
  --forest: #183d2c;
  --forest-dark: #10291e;
  --cream: #f5f1e8;
  --sand: #ded6c7;
  --ink: #17231c;
  --muted: #5f6963;
  --white: #fff;
  --title: Georgia, "Times New Roman", serif;
  --body: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cream); color: var(--ink); font: 16px/1.65 var(--body); }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid #d4913b; outline-offset: 4px; }
.skip-link { position: fixed; top: 12px; left: 12px; z-index: 100; padding: 10px 16px; background: white; transform: translateY(-160%); }
.skip-link:focus { transform: none; }

.site-header { min-height: 76px; padding: 12px clamp(20px, 5vw, 72px); display: flex; align-items: center; justify-content: space-between; gap: 24px; background: var(--cream); position: relative; z-index: 20; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; min-width: 0; }
.brand strong { overflow-wrap: anywhere; }
.main-nav { display: flex; align-items: center; gap: clamp(18px, 3vw, 40px); font-size: 14px; }
.main-nav a { padding: 8px 2px; text-underline-offset: 5px; }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 9px; border: 0; background: transparent; cursor: pointer; }
.menu-toggle span { display: block; width: 25px; height: 2px; margin: 5px 0; background: currentColor; transition: transform .2s, opacity .2s; }

.hero { min-height: min(760px, calc(100svh - 76px)); position: relative; display: grid; align-items: end; isolation: isolate; overflow: hidden; padding: clamp(80px, 14vw, 170px) clamp(22px, 8vw, 128px); background: #466351; color: white; }
.hero-image { position: absolute; z-index: -2; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero::after { content: ""; position: absolute; z-index: -1; inset: 0; background: linear-gradient(90deg, rgba(7, 24, 16, .78) 0%, rgba(7, 24, 16, .42) 55%, rgba(7, 24, 16, .18) 100%), linear-gradient(0deg, rgba(7, 24, 16, .36), transparent 55%); }
.hero--empty { background: linear-gradient(145deg, #1d4633, #607964); }
.hero--empty::before { content: ""; position: absolute; z-index: -1; width: min(80vw, 850px); aspect-ratio: 1; border: 1px solid rgba(255,255,255,.15); border-radius: 50%; right: -18%; top: -55%; box-shadow: 0 0 0 100px rgba(255,255,255,.025), 0 0 0 220px rgba(255,255,255,.02); }
.hero-content { max-width: 780px; }
.eyebrow { margin: 0 0 18px; color: var(--forest); text-transform: uppercase; letter-spacing: .18em; font-size: 14px; font-weight: 700; }
.hero .eyebrow { color: #dce8df; }
h1, h2 { margin: 0; font: 500 clamp(42px, 7vw, 86px)/1.03 var(--title); letter-spacing: -.035em; text-wrap: balance; }
h2 { font-size: clamp(36px, 5vw, 64px); }
.hero-copy { max-width: 620px; margin: 24px 0 0; color: rgba(255,255,255,.9); font-size: clamp(17px, 2vw, 20px); }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 18px 28px; margin-top: 34px; }
.button { display: inline-flex; min-height: 48px; align-items: center; padding: 11px 20px; background: var(--cream); color: var(--forest); font-weight: 700; text-decoration: none; }
.text-link { padding: 9px 2px; color: white; text-underline-offset: 6px; }

.section { padding: clamp(72px, 10vw, 130px) clamp(22px, 8vw, 128px); }
.intro { display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, .8fr); gap: clamp(40px, 9vw, 140px); }
.intro-copy { margin: 52px 0 0; max-width: 640px; color: #3f4c45; font-size: 18px; }
.muted { color: var(--muted); }
.amenities { background: var(--forest); color: white; }
.amenities .eyebrow { color: #b9ccbe; }
.amenities-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(240px, 100%), 1fr)); gap: 1px; margin-top: 50px; background: rgba(255,255,255,.2); }
.amenities-grid article { min-height: 180px; padding: 28px; background: var(--forest); }
.amenities-grid h3 { margin: 0 0 12px; font-size: 20px; }
.amenities-grid p { margin: 0; color: #c8d4cc; }
.gallery { background: #eae4d9; }
.section-heading { max-width: 820px; }
.gallery-grid { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); grid-auto-flow: dense; gap: clamp(10px, 1.4vw, 20px); margin-top: 48px; }
.gallery-item { grid-column: span 4; margin: 0; min-width: 0; }
.gallery-item:nth-child(5n + 1) { grid-column: span 6; }
.gallery-item:nth-child(5n + 2) { grid-column: span 6; }
.gallery-item a { position: relative; display: block; overflow: hidden; aspect-ratio: 4 / 3; background: #cbc5b9; }
.gallery-item:nth-child(5n + 1) a { aspect-ratio: 4 / 3; }
.gallery-item img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .35s ease; }
.gallery-item a:hover img { transform: scale(1.025); }
.gallery-item figcaption { padding: 10px 2px 0; color: var(--muted); font-size: 14px; }
.image-error img { display: none; }
.image-error-message { display: none; position: absolute; inset: 0; place-items: center; padding: 20px; text-align: center; color: var(--muted); }
.image-error .image-error-message { display: grid; }
.gallery-empty { display: grid; place-items: center; min-height: 220px; margin: 44px 0 0; border: 1px solid #c9c1b3; color: var(--muted); text-align: center; }
.contact { display: grid; grid-template-columns: 1fr minmax(300px, .75fr); gap: clamp(45px, 9vw, 140px); }
.contact-details { margin: 20px 0 0; }
.contact-details div { display: grid; grid-template-columns: 120px 1fr; gap: 20px; padding: 19px 0; border-bottom: 1px solid #cec7bb; }
.contact-details dt { color: var(--muted); font-size: 12px; text-transform: uppercase; letter-spacing: .12em; }
.contact-details dd { margin: 0; overflow-wrap: anywhere; }
.site-footer { display: flex; justify-content: space-between; gap: 24px; padding: 38px clamp(22px, 5vw, 72px); background: var(--forest-dark); color: white; }
.site-footer a { text-underline-offset: 5px; }

.lightbox { width: min(1100px, calc(100% - 32px)); height: min(850px, calc(100% - 32px)); padding: 52px 60px 30px; border: 0; background: #102019; color: white; }
.lightbox::backdrop { background: rgba(4, 12, 8, .86); }
.lightbox figure { height: 100%; margin: 0; display: grid; grid-template-rows: minmax(0, 1fr) auto; }
.lightbox img { width: 100%; height: 100%; object-fit: contain; }
.lightbox-error { display: none; place-self: center; max-width: 32rem; margin: 0; text-align: center; color: rgba(255,255,255,.82); }
.lightbox--error .lightbox-error { display: block; }
.lightbox figcaption { min-height: 26px; padding-top: 10px; text-align: center; }
.lightbox button { position: absolute; z-index: 2; border: 0; border-radius: 50%; background: rgba(255,255,255,.92); color: #102019; cursor: pointer; font-size: 22px; }
.lightbox-close { width: 40px; height: 40px; top: 8px; right: 8px; }
.lightbox-prev, .lightbox-next { width: 44px; height: 44px; top: calc(50% - 22px); }
.lightbox-prev { left: 8px; }
.lightbox-next { right: 8px; }
.lightbox button[hidden] { display: none; }

.reveal { opacity: 1; transform: none; }

@media (max-width: 800px) {
  .no-js .site-header { align-items: flex-start; flex-wrap: wrap; }
  .no-js .main-nav { width: 100%; flex-wrap: wrap; gap: 8px 20px; }
  .menu-ready .menu-toggle { display: block; flex: 0 0 auto; }
  .menu-ready .main-nav { display: none; position: absolute; top: 100%; left: 0; right: 0; padding: 18px 22px 24px; flex-direction: column; align-items: stretch; gap: 4px; background: var(--cream); box-shadow: 0 14px 24px rgba(20,35,27,.15); }
  .menu-ready .main-nav.is-open { display: flex; }
  .menu-ready .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-ready .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-ready .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .hero { min-height: 620px; padding-bottom: 72px; }
  .hero-image { object-position: center center; }
  .intro, .contact { grid-template-columns: 1fr; }
  .intro-copy { margin-top: 0; }
  .gallery-item, .gallery-item:nth-child(5n + 1), .gallery-item:nth-child(5n + 2) { grid-column: span 6; }
}

@media (max-width: 520px) {
  .brand strong { font-size: 14px; }
  .hero { min-height: 560px; }
  .hero::after { background: linear-gradient(0deg, rgba(7,24,16,.78), rgba(7,24,16,.2) 80%); }
  .gallery-grid { grid-template-columns: 1fr; }
  .gallery-item, .gallery-item:nth-child(5n + 1), .gallery-item:nth-child(5n + 2) { grid-column: 1; }
  .gallery-item a, .gallery-item:nth-child(5n + 1) a { aspect-ratio: 4 / 3; }
  .contact-details div { grid-template-columns: 1fr; gap: 3px; }
  .site-footer { flex-direction: column; }
  .lightbox { padding: 52px 12px 20px; }
  .lightbox-prev, .lightbox-next { top: auto; bottom: 18px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}

/* Content additions keep the original forest-green theme and navigation. */
.hero { padding-block: clamp(84px, 9vw, 140px); }
.hero-content { max-width: 820px; }
.hero h1 { max-width: 760px; font-size: clamp(42px, 6.4vw, 86px); }
.hero-status { display: inline-block; margin: 30px 0 0; padding: 9px 15px; border: 1px solid rgba(255,255,255,.55); background: rgba(16,41,30,.45); font-size: 14px; }
.intro { align-items: start; }
.intro-copy { margin-top: 0; }
.intro-copy p { margin: 0 0 24px; }
.intro-image { display: block; width: 100%; height: auto; aspect-ratio: 4/3; object-fit: cover; object-position: center 55%; margin-top: 34px; }
.intro-note { padding-top: 24px; border-top: 1px solid #cec7bb; }
.intro-note strong { display: block; color: var(--forest); font-size: 20px; margin-bottom: 8px; }
.place-facts { margin: 32px 0 0; padding: 0; list-style: none; }
.place-facts li { border-top: 1px solid #cec7bb; padding: 16px 0; }
.place-facts strong { display: block; font-size: 17px; color: var(--forest); }
.place-facts span { display: block; font-size: 16px; color: var(--muted); }
.gallery-description { max-width: 560px; color: var(--muted); margin: 20px 0 0; font-size: 18px; }
.opening { background: var(--forest); color: white; display: grid; grid-template-columns: 1fr minmax(260px,.72fr); gap: 40px 8vw; align-items: center; }
.opening .eyebrow { color: #d1dfd5; }
.opening h2 { font-size: clamp(36px,4.5vw,60px); }
.opening-copy { color: #e0e8e2; font-size: 18px; }
.opening-copy p { margin: 0; }
.site-footer { flex-wrap: wrap; align-items: center; }
.footer-place { margin: 5px 0 0; color: #c6d1ca; font-size: 14px; }
.footer-credit { margin: 0; color: #c6d1ca; font-size: 14px; }
.footer-credit a { color: white; font-weight: 700; letter-spacing: .05em; }
@media (max-width: 800px) {
  .opening { grid-template-columns: 1fr; gap: 28px; }
  .hero { min-height: 580px; padding-block: 72px; }
}
@media (max-width: 520px) {
  .hero { min-height: 600px; padding-block: 64px; }
  .hero::after { background: linear-gradient(90deg,rgba(7,24,16,.76),rgba(7,24,16,.36)); }
  .hero-image { object-position: 55% center; }
  .hero-status { max-width: 100%; }
  .site-footer { align-items: flex-start; }
  .brand strong { font-size: 16px; }
}


.story-title { margin: 30px 0 14px; font-size: 22px; line-height: 1.3; color: var(--forest); }
.facebook-button { margin-top: 26px; }
.footer-links { display: flex; flex-wrap: wrap; gap: 18px 26px; }
