:root {
  --forest: #173629;
  --forest-deep: #0d241b;
  --moss: #6f8269;
  --berry: #71445f;
  --cream: #f4efe4;
  --paper: #fbf9f3;
  --sand: #d8c8aa;
  --ink: #1e2621;
  --muted: #626c65;
  --line: rgba(23, 54, 41, .16);
  --shadow: 0 20px 60px rgba(15, 35, 27, .18);
  --radius: 18px;
  --serif: Georgia, 'Times New Roman', serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); line-height: 1.65; }
img { max-width: 100%; display: block; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
.wrap { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.section { padding-block: clamp(76px, 9vw, 130px); }
.skip-link { position: fixed; left: 12px; top: -80px; z-index: 100; background: #fff; padding: 10px 14px; border-radius: 8px; }
.skip-link:focus { top: 12px; }

.site-header { height: 82px; padding: 0 max(20px, calc((100vw - 1180px)/2)); display: flex; align-items: center; justify-content: space-between; position: absolute; inset: 0 0 auto; z-index: 10; color: white; border-bottom: 1px solid rgba(255,255,255,.22); }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; line-height: 1.1; }
.brand-mark { width: 42px; height: 42px; border: 1px solid rgba(255,255,255,.55); border-radius: 50%; display: grid; place-items: center; font-family: var(--serif); font-size: 14px; letter-spacing: .08em; }
.brand strong { display: block; font-family: var(--serif); font-size: 17px; }
.brand small { display: block; margin-top: 5px; font-size: 10px; letter-spacing: .16em; text-transform: uppercase; opacity: .78; }
.site-header nav { display: flex; align-items: center; gap: 27px; font-size: 13px; font-weight: 700; }
.site-header nav a { text-decoration: none; }
.site-header nav a:not(.nav-cta):hover { opacity: .72; }
.nav-cta { border: 1px solid rgba(255,255,255,.7); border-radius: 999px; padding: 10px 17px; }
.menu-button { display: none; color: white; background: transparent; border: 1px solid rgba(255,255,255,.55); border-radius: 999px; padding: 8px 14px; }
.mobile-nav { position: absolute; top: 82px; z-index: 20; background: var(--forest-deep); color: white; width: 100%; padding: 12px 20px 22px; }
.mobile-nav a { display: block; text-decoration: none; padding: 12px; border-bottom: 1px solid rgba(255,255,255,.15); }

.hero { min-height: 780px; height: min(930px, 100svh); position: relative; color: white; display: grid; align-items: end; overflow: hidden; background: var(--forest); }
.hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 51%; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(7,19,14,.28) 0%, rgba(7,19,14,.08) 30%, rgba(7,19,14,.76) 100%), linear-gradient(90deg, rgba(7,19,14,.44), transparent 65%); }
.hero-content { position: relative; z-index: 2; padding-bottom: clamp(38px, 7vh, 78px); }
.eyebrow { margin: 0 0 14px; font-size: 11px; font-weight: 800; letter-spacing: .22em; text-transform: uppercase; }
.eyebrow.dark { color: var(--berry); }
h1, h2, h3 { font-family: var(--serif); line-height: 1.08; margin-top: 0; }
h1 { max-width: 860px; font-size: clamp(49px, 7.6vw, 96px); letter-spacing: -.045em; margin-bottom: 22px; }
h2 { font-size: clamp(38px, 5vw, 65px); letter-spacing: -.035em; margin-bottom: 24px; }
h3 { font-size: 25px; letter-spacing: -.02em; }
.hero-copy { max-width: 700px; font-size: clamp(17px, 2vw, 21px); line-height: 1.55; color: rgba(255,255,255,.91); }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin: 30px 0 38px; }
.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; border-radius: 999px; padding: 12px 21px; text-decoration: none; border: 0; cursor: pointer; font-weight: 800; font-size: 13px; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--cream); color: var(--forest-deep); box-shadow: 0 10px 24px rgba(0,0,0,.15); }
.button-ghost { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.55); color: white; backdrop-filter: blur(8px); }
.button-dark { background: var(--forest); color: white; }
.hero-facts { display: flex; list-style: none; padding: 0; margin: 0; width: min(700px, 100%); border-top: 1px solid rgba(255,255,255,.3); }
.hero-facts li { padding: 20px 34px 0 0; margin-right: 34px; border-right: 1px solid rgba(255,255,255,.22); min-width: 150px; }
.hero-facts li:last-child { border: 0; }
.hero-facts strong, .hero-facts span { display: block; }
.hero-facts strong { font-family: var(--serif); font-size: 17px; }
.hero-facts span { font-size: 11px; text-transform: uppercase; letter-spacing: .12em; opacity: .7; margin-top: 3px; }

.intro { display: grid; grid-template-columns: 1.02fr .85fr; gap: clamp(50px, 8vw, 110px); align-items: center; }
.intro-copy > p:not(.eyebrow) { font-size: 17px; color: var(--muted); max-width: 650px; }
.feature-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 11px; margin-top: 30px; }
.feature-list span { padding: 11px 0 11px 25px; position: relative; border-bottom: 1px solid var(--line); font-size: 13px; font-weight: 750; }
.feature-list span::before { content: '✦'; color: var(--berry); position: absolute; left: 1px; }
.intro-photo { margin: 0; position: relative; }
.intro-photo img { width: 100%; aspect-ratio: 4/5; object-fit: cover; border-radius: 44% 44% 18px 18px; box-shadow: var(--shadow); }
.intro-photo figcaption { color: var(--muted); font-size: 12px; font-style: italic; margin-top: 12px; }

.lake-section { min-height: 640px; position: relative; display: grid; place-items: center; overflow: hidden; }
.lake-section > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 55%; }
.lake-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7,25,18,.62), rgba(7,25,18,.08) 70%); }
.lake-card { position: relative; margin-right: auto; margin-left: max(20px, calc((100vw - 1180px)/2)); width: min(510px, calc(100% - 40px)); background: rgba(13,36,27,.84); color: white; padding: clamp(32px, 5vw, 62px); border: 1px solid rgba(255,255,255,.2); backdrop-filter: blur(8px); box-shadow: var(--shadow); }
.lake-card h2 { font-size: clamp(37px, 4.5vw, 58px); }
.lake-card p:last-child { color: rgba(255,255,255,.82); }

.section-heading { max-width: 760px; margin-bottom: 50px; }
.amenity-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.amenity-grid article { min-height: 270px; padding: clamp(28px, 5vw, 52px); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.28); }
.amenity-grid p { color: var(--muted); }
.amenity-number { display: block; color: var(--berry); font-size: 11px; letter-spacing: .16em; font-weight: 800; margin-bottom: 32px; }
.amenity-grid .amenity-candid { background: var(--cream); }

.rates-section { background: var(--forest-deep); color: white; }
.rates-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 38px; }
.rates-heading h2 { margin-bottom: 0; }
.rate-notes { display: flex; flex-direction: column; text-align: right; font-size: 13px; }
.rate-notes span { opacity: .68; margin-top: 4px; }
.rate-table-wrap { overflow-x: auto; border: 1px solid rgba(255,255,255,.16); }
table { width: 100%; min-width: 720px; border-collapse: collapse; }
th, td { text-align: left; padding: 17px 20px; border-bottom: 1px solid rgba(255,255,255,.12); }
thead th { font-size: 11px; letter-spacing: .13em; text-transform: uppercase; background: rgba(255,255,255,.06); }
thead small { font-size: 10px; opacity: .6; letter-spacing: .08em; }
tbody th { font-family: var(--serif); font-size: 18px; }
tbody td:nth-child(2), tbody td:nth-child(3) { font-family: var(--serif); font-size: 20px; }
tbody td:last-child { color: rgba(255,255,255,.65); font-size: 13px; }
tr.peak { background: rgba(216,200,170,.09); }
.estimator { margin-top: 42px; padding: clamp(25px, 5vw, 48px); background: var(--cream); color: var(--ink); display: grid; grid-template-columns: .95fr 1.25fr; gap: 20px 60px; align-items: end; }
.estimator h3 { font-size: 34px; margin-bottom: 12px; }
.estimator p { color: var(--muted); margin-bottom: 0; }
.estimate-form { display: grid; grid-template-columns: 1fr 1fr auto; gap: 12px; align-items: end; }
label { display: grid; gap: 7px; font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .09em; }
input, select, textarea { width: 100%; border: 1px solid rgba(23,54,41,.22); background: white; color: var(--ink); border-radius: 8px; padding: 12px 13px; min-height: 48px; text-transform: none; letter-spacing: 0; }
textarea { resize: vertical; }
.estimate-result { grid-column: 1 / -1; border-top: 1px solid var(--line); padding-top: 22px; margin-top: 5px; min-height: 55px; }
.estimate-result strong { font-family: var(--serif); font-size: 32px; margin-right: 9px; }
.estimate-result .detail { color: var(--muted); font-size: 13px; }
.estimate-result.error { color: #8a2f2f; font-weight: 700; }

.gallery-heading { max-width: none; display: flex; justify-content: space-between; align-items: end; }
.gallery-heading h2 { margin-bottom: 0; }
.gallery-heading > p { color: var(--muted); font-size: 13px; }
.gallery-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); grid-auto-rows: 310px; gap: 12px; }
.gallery-item { border: 0; padding: 0; cursor: zoom-in; overflow: hidden; background: var(--forest); border-radius: 4px; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease, opacity .3s ease; }
.gallery-item:hover img { transform: scale(1.025); opacity: .92; }
.gallery-tall { grid-row: span 2; }
.gallery-wide { grid-column: span 2; }
.lightbox { width: min(900px, 94vw); max-height: 92vh; border: 0; padding: 0; background: #0a0d0b; box-shadow: 0 30px 100px rgba(0,0,0,.55); }
.lightbox::backdrop { background: rgba(0,0,0,.82); }
.lightbox img { max-height: 88vh; width: 100%; object-fit: contain; }
.lightbox-close { position: absolute; top: 9px; right: 9px; border: 0; width: 42px; height: 42px; border-radius: 50%; background: rgba(0,0,0,.65); color: white; font-size: 27px; cursor: pointer; }

.book-section { background: var(--forest); color: white; padding-block: clamp(76px, 9vw, 125px); }
.book-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(45px, 8vw, 100px); }
.book-copy h2 { font-size: clamp(43px, 5.4vw, 70px); }
.book-copy > p { color: rgba(255,255,255,.75); max-width: 480px; }
.email-link { display: inline-block; font-family: var(--serif); font-size: clamp(19px, 2.4vw, 27px); margin: 17px 0 4px; text-decoration-thickness: 1px; text-underline-offset: 6px; }
.small-note { font-size: 12px; }
.inquiry-form { background: var(--paper); color: var(--ink); padding: clamp(25px, 5vw, 46px); display: grid; gap: 17px; box-shadow: var(--shadow); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.inquiry-form .button { width: fit-content; background: var(--forest-deep); color: white; }
.form-note { color: var(--muted); font-size: 11px; margin: -4px 0 0; }

.site-footer { background: #071a12; color: rgba(255,255,255,.76); padding: 28px 0; }
.footer-grid { display: flex; justify-content: space-between; gap: 30px; align-items: center; font-size: 12px; }
.footer-grid strong, .footer-grid span { display: block; }
.footer-grid strong { color: white; font-family: var(--serif); font-size: 17px; }
.footer-grid > div:last-child { display: flex; gap: 24px; }

@media (max-width: 820px) {
  .site-header nav { display: none; }
  .menu-button { display: inline-flex; }
  .hero { min-height: 740px; }
  .hero-facts li { min-width: 0; flex: 1; padding-right: 13px; margin-right: 13px; }
  .intro, .book-grid { grid-template-columns: 1fr; }
  .intro-photo { width: min(540px, 100%); }
  .amenity-grid { grid-template-columns: 1fr; }
  .rates-heading { align-items: flex-start; flex-direction: column; }
  .rate-notes { text-align: left; }
  .estimator { grid-template-columns: 1fr; }
  .estimate-form { grid-template-columns: 1fr 1fr; }
  .estimate-form .button { grid-column: 1 / -1; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 280px; }
  .gallery-wide { grid-column: span 1; }
}
@media (max-width: 560px) {
  .wrap { width: min(100% - 28px, 1180px); }
  .site-header { height: 72px; padding-inline: 14px; }
  .brand-mark { width: 36px; height: 36px; }
  .brand strong { font-size: 15px; }
  .brand small { display: none; }
  .mobile-nav { top: 72px; }
  .hero { min-height: 720px; height: 100svh; }
  .hero > img { object-position: 54% 50%; }
  h1 { font-size: clamp(43px, 14vw, 64px); }
  .hero-copy { font-size: 16px; }
  .hero-actions { margin-bottom: 28px; }
  .hero-actions .button { width: 100%; }
  .hero-facts { display: grid; grid-template-columns: repeat(3, 1fr); }
  .hero-facts li { padding-top: 15px; border-right: 0; margin: 0; }
  .hero-facts strong { font-size: 14px; }
  .hero-facts span { font-size: 9px; }
  .feature-list { grid-template-columns: 1fr; }
  .lake-section { min-height: 580px; align-items: end; padding-bottom: 18px; }
  .lake-card { margin-inline: 14px; width: calc(100% - 28px); padding: 27px; }
  .amenity-grid article { min-height: 0; }
  .estimate-form, .field-row { grid-template-columns: 1fr; }
  .estimate-form .button { grid-column: auto; }
  .gallery-heading { display: block; }
  .gallery-grid { grid-template-columns: 1fr; grid-auto-rows: 390px; }
  .gallery-tall { grid-row: span 1; }
  .gallery-item { min-height: 390px; }
  .footer-grid { display: block; }
  .footer-grid > div:last-child { margin-top: 18px; justify-content: space-between; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
