:root {
  --paper: #f5f2eb;
  --ink: #25352e;
  --green: #294c40;
  --muted: #637068;
  --line: #d6d9ce;
  --serif: Georgia, 'Times New Roman', serif;
  --body: 'PT Sans', sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 24px; }
body { margin: 0; color: var(--ink); background: var(--paper); font: 18px/1.65 var(--body); }
button, input { font: inherit; }
a { color: inherit; text-underline-offset: 5px; }
a, button { -webkit-tap-highlight-color: transparent; }
button { color: inherit; }
a:focus-visible, button:focus-visible { outline: 3px solid #8a5b26; outline-offset: 6px; }
img { display: block; max-width: 100%; }
h1, h2, h3, p { margin: 0; }
h1, h2, h3 { font-family: var(--serif); font-weight: 400; line-height: 1.15; }
h1 { font-size: clamp(42px, 5.3vw, 76px); letter-spacing: -.045em; }
h2 { font-size: clamp(28px, 3vw, 40px); letter-spacing: -.03em; }
h3 { font-size: 28px; letter-spacing: -.025em; }
button, a { touch-action: manipulation; }
.wrap { width: min(1160px, calc(100% - 96px)); margin-inline: auto; }
.site-header { padding: 28px 48px; display: flex; justify-content: space-between; align-items: center; gap: 24px; }
.wordmark { display: inline-flex; align-items: baseline; gap: 7px; font: 36px/1 var(--serif); letter-spacing: -1.7px; text-decoration: none; }
.wordmark span { font: 11px var(--body); letter-spacing: 1px; }
.site-header nav { display: flex; gap: 32px; font-size: 16px; }
.site-header nav a { text-decoration: none; }
.site-header nav a:hover { text-decoration: underline; }
.skip-link { position: fixed; top: -100px; left: 20px; padding: 12px; background: white; z-index: 100; }
.skip-link:focus { top: 10px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 18px; padding: 15px 23px; min-height: 52px; background: var(--green); color: #fff; text-align: center; text-decoration: none; font-size: 16px; line-height: 1.3; border: 1px solid var(--green); transition: background .2s, transform .2s; }
.button:hover { background: #19382d; transform: translateY(-2px); }
.text-link { padding-block: 10px; display: inline-block; background: none; border: 0; cursor: pointer; font-size: 16px; text-decoration: underline; text-underline-offset: 5px; }
.home-hero { background: linear-gradient(125deg, #e5e8dd, var(--paper) 62%); }
.hero-copy { padding: 48px 48px 56px; max-width: 1256px; margin: auto; position: relative; animation: arrive .7s ease both; }
.hero-brand { font: clamp(26px, 3vw, 38px)/1.2 var(--serif); margin-bottom: 20px; letter-spacing: -.04em; }
.hero-copy h1 { font-size: clamp(46px, 6vw, 84px); max-width: 750px; }
.hero-copy > p:not(.hero-brand) { max-width: 440px; margin: 22px 0 26px; }
.home-hero > img { width: 100%; height: clamp(220px, 28vw, 400px); object-fit: cover; object-position: center; }
.park-section { padding-block: 78px 96px; }
.section-intro { display: flex; justify-content: space-between; align-items: baseline; gap: 20px; margin-bottom: 42px; }
.section-intro p { font: 30px/1.3 var(--serif); }
.section-intro span { font-size: 14px; color: var(--muted); }
.park-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 74px 42px; }
.park-photo { display: block; overflow: hidden; }
.park-photo img { width: 100%; aspect-ratio: 3/2; height: auto; object-fit: cover; transition: transform .6s ease; }
.park-photo:hover img { transform: scale(1.025); }
.location { color: var(--muted); font-size: 14px; margin: 22px 0 10px; }
.park h2 { font-size: clamp(28px, 3vw, 38px); margin-bottom: 12px; }
.park h2 a { text-decoration: none; }
.park-actions { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 12px; margin-top: 24px; }
.elsewhere { border-top: 1px solid var(--line); padding-block: 40px 68px; display: flex; justify-content: space-between; gap: 24px; }
.elsewhere > p { font: 28px/1.4 var(--serif); }
.elsewhere > div { display: flex; gap: 30px; flex-wrap: wrap; }
.site-footer { border-top: 1px solid var(--line); padding: 58px max(48px, calc((100vw - 1160px)/2)); display: grid; grid-template-columns: 1fr 1fr; gap: 60px; background: #e9ece2; }
.footer-intro p { margin-top: 20px; font-size: 16px; }
.footer-about { font-size: 14px; color: #4b5a50; }
.footer-about p { margin-bottom: 18px; }
.footer-about small { font-size: 12px; }
.page-intro { padding-top: 20px; padding-bottom: 42px; }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 10px; font-size: 13px; color: var(--muted); margin-bottom: 40px; }
.page-intro h1 { max-width: 920px; }
.page-intro .location { margin-top: 0; }
.lead { max-width: 730px; margin: 20px 0 26px; font-size: 21px; line-height: 1.6; }
.gallery { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: 2fr 1fr 1fr; grid-template-rows: repeat(2, 180px); gap: 10px; }
.gallery > li { overflow: hidden; }
.gallery > li:first-child { grid-row: span 2; }
.gallery a { display: block; height: 100%; overflow: hidden; }
.gallery img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.gallery a:hover img { transform: scale(1.03); }
.gallery .gallery-extra { display: none; }
.gallery-open { margin-top: 12px; }
.gallery-section { padding-bottom: 12px; }
.reading { padding-block: 46px; }
.reading p { max-width: 760px; margin-top: 18px; }
.reading h2 { font-size: 32px; }
.homes-section { padding-block: 28px 30px; }
.home-list { margin-top: 30px; }
.home-row { display: grid; grid-template-columns: 280px 1fr; gap: 38px; padding: 28px 0; border-top: 1px solid var(--line); text-decoration: none; align-items: center; }
.home-row img { width: 100%; aspect-ratio: 3/2; object-fit: cover; }
.home-row p { margin-block: 14px 10px; color: var(--muted); }
.facts { padding-bottom: 30px; }
.disclosure { border-top: 1px solid var(--line); }
.disclosure:last-child { border-bottom: 1px solid var(--line); }
.disclosure h2 { font: 20px var(--body); letter-spacing: 0; }
.disclosure-toggle { width: 100%; display: flex; justify-content: space-between; align-items: center; gap: 20px; text-align: left; padding: 22px 0; background: none; border: 0; cursor: pointer; }
.disclosure-toggle span { font-size: 24px; }
.disclosure-content { display: grid; grid-template-rows: 1fr; transition: grid-template-rows .3s ease; }
.disclosure-content > div { min-height: 0; overflow: hidden; }
.disclosure-content ul { padding: 0 0 22px 20px; margin: 0; max-width: 850px; }
.disclosure-content li { padding: 3px 0; }
.disclosure-toggle[aria-expanded="false"] { color: var(--muted); }
.disclosure:has([aria-expanded="false"]) .disclosure-content { grid-template-rows: 0fr; }
.location-section { padding-block: 36px; }
.location-section h2 { font-size: 30px; }
.location-section p { margin: 14px 0 24px; color: var(--muted); }
.location-section iframe { display: block; width: 100%; height: 350px; border: 0; background: #e5e8dd; }
.booking-end { padding-block: 56px 80px; text-align: center; }
.booking-end p { font: 34px/1.3 var(--serif); margin-bottom: 26px; }
.booking-end small { display: block; margin-top: 16px; color: var(--muted); font-size: 14px; }
.mobile-booking { display: none; }
[hidden] { display: none !important; }
@keyframes arrive { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); } }
@media (min-width: 1100px) {
  .hero-copy { min-height: 350px; }
  .hero-copy > p:not(.hero-brand) { position: absolute; left: 68%; right: 48px; top: 48px; margin: 0; max-width: 300px; }
  .hero-copy > .button { position: absolute; left: 68%; top: 150px; }
}
@media (max-width: 760px) {
  body { font-size: 17px; }
  .wrap { width: calc(100% - 40px); }
  .site-header { padding: 24px 20px; gap: 18px; }
  .wordmark { font-size: 26px; }
  .site-header nav { gap: 18px; font-size: 14px; }
  .hero-copy { padding: 34px 20px 40px; }
  .hero-brand { font-size: 26px; margin-bottom: 16px; }
  .hero-copy h1 { font-size: clamp(44px, 9.5vw, 68px); }
  .hero-copy > p:not(.hero-brand) { margin-top: 18px; max-width: 400px; }
  .home-hero > img { height: 220px; }
  .park-section { padding-block: 44px 58px; }
  .section-intro { display: block; margin-bottom: 28px; }
  .section-intro p { font-size: 25px; margin-bottom: 8px; }
  .park-grid { grid-template-columns: 1fr; gap: 48px; }
  .park-actions { margin-top: 20px; }
  .park h2 { font-size: 33px; }
  .elsewhere { display: block; padding-block: 30px 42px; }
  .elsewhere > div { display: block; margin-top: 16px; }
  .elsewhere a { display: block; }
  .site-footer { padding: 42px 20px 100px; grid-template-columns: 1fr; gap: 32px; }
  .page-intro { padding-top: 10px; padding-bottom: 30px; }
  .breadcrumbs { margin-bottom: 28px; font-size: 12px; }
  .lead { font-size: 18px; }
  .gallery { grid-template-columns: repeat(4, 1fr); grid-template-rows: 260px 80px; gap: 6px; }
  .gallery > li:first-child { grid-column: span 4; grid-row: auto; }
  .reading { padding-block: 30px; }
  .home-row { grid-template-columns: 1fr; gap: 20px; }
  .home-row h3 { font-size: 26px; }
  .location-section h2 { font-size: 27px; }
  .location-section iframe { height: 280px; }
  .booking-end p { font-size: 28px; }
  .mobile-booking { display: block; position: fixed; bottom: 0; left: 0; width: 100%; padding: 10px 20px max(10px, env(safe-area-inset-bottom)); background: var(--paper); border-top: 1px solid var(--line); z-index: 20; }
  .mobile-booking .button { width: 100%; }
  body:has(.lg-outer) .mobile-booking { display: none; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}
.disclosure-content dl { margin: 0 0 24px; }
.fact-row { display: grid; grid-template-columns: 240px 1fr; gap: 24px; padding-block: 16px; border-top: 1px solid var(--line); font-size: 16px; }
.fact-row dt { font-weight: 700; }
.fact-row dd { margin: 0; }
.fact-row ul { padding: 0 0 0 18px; }
@media (max-width: 760px) { .fact-row { grid-template-columns: 1fr; gap: 8px; } }
