:root {
  --navy: #2D4059;
  --navy-deep: #1f3045;
  --gold: #FFD460;
  --cream: #f7f5ef;
  --soft: #f3f4f2;
  --ink: #152233;
  --muted: #5f6873;
  --white: #fff;
  --line: #dfe3e6;
  --max: 1180px;
  --shadow: 0 18px 50px rgba(28, 42, 59, .10);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: Arial, Helvetica, sans-serif; line-height: 1.6; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
.container { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.skip-link { position: absolute; left: -9999px; top: 0; z-index: 9999; background: #fff; padding: 12px 16px; }
.skip-link:focus { left: 12px; top: 12px; }

.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.97); border-bottom: 1px solid rgba(45,64,89,.08); backdrop-filter: blur(10px); }
.header-inner { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand img { width: 230px; height: auto; }
.primary-nav { display: flex; align-items: center; gap: 28px; font-size: 14px; font-weight: 700; }
.primary-nav a { text-decoration: none; white-space: nowrap; }
.primary-nav a:not(.nav-cta):hover { color: #9e7600; }
.nav-cta { background: var(--navy); color: #fff; padding: 13px 18px; }
.nav-toggle { display: none; border: 0; background: transparent; padding: 10px; }
.nav-toggle span { display: block; width: 24px; height: 2px; margin: 5px 0; background: var(--navy); }

.hero { min-height: 660px; position: relative; display: flex; align-items: center; background: url('/assets/courtyard.png') center/cover no-repeat; color: #fff; overflow: hidden; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(22,39,55,.88) 0%, rgba(22,39,55,.69) 43%, rgba(22,39,55,.28) 72%, rgba(22,39,55,.15) 100%); }
.hero-content { position: relative; z-index: 1; padding-block: 82px; }
.hero h1, h2, .feature-copy h2 { font-family: Georgia, 'Times New Roman', serif; font-weight: 400; letter-spacing: -.035em; }
.hero h1 { margin: 4px 0 18px; font-size: clamp(58px, 7.6vw, 104px); line-height: .93; max-width: 760px; }
.hero-copy { max-width: 580px; font-size: 20px; line-height: 1.5; margin: 0 0 30px; }
.eyebrow { color: #9c7708; font-size: 12px; font-weight: 800; letter-spacing: .22em; margin: 0 0 12px; }
.eyebrow.light { color: var(--gold); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: 12px 18px; border: 1px solid transparent; font-size: 14px; font-weight: 800; text-decoration: none; cursor: pointer; transition: transform .15s ease, box-shadow .15s ease, background .15s ease; }
.button:hover { transform: translateY(-1px); }
.button-gold { background: var(--gold); color: #28364a; box-shadow: 0 10px 30px rgba(0,0,0,.12); }
.button-outline-light { border-color: rgba(255,255,255,.66); color: #fff; background: rgba(255,255,255,.06); }
.button-navy { background: var(--navy); color: #fff; }
.button-outline { border-color: var(--navy); color: var(--navy); background: transparent; }

.capacity-strip { background: var(--navy-deep); color: #fff; }
.capacity-grid { min-height: 68px; display: grid; grid-template-columns: repeat(3, 1fr); align-items: center; }
.capacity-grid > div { display: flex; align-items: baseline; justify-content: center; gap: 9px; padding: 15px; }
.capacity-grid strong { color: var(--gold); font: 700 30px/1 Georgia, serif; }
.capacity-grid span { font-size: 12px; }

.section { padding: 92px 0; }
.section-soft { background: var(--soft); }
.section-navy { background: var(--navy-deep); color: #fff; }
.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; }
.intro-section { padding-block: 105px; }
.intro-grid { align-items: center; }
h2 { font-size: clamp(42px, 5vw, 68px); line-height: 1.02; margin: 0 0 24px; }
.body-large { font-size: 18px; color: var(--muted); }
.body-large p:last-child { margin-bottom: 0; }
.section-heading { max-width: 820px; margin-bottom: 42px; }
.section-heading.compact { margin-bottom: 28px; }
.section-heading > p:last-child { max-width: 720px; color: var(--muted); font-size: 17px; }
.light-heading > p:last-child { color: rgba(255,255,255,.76); }

.cards { display: grid; gap: 22px; }
.cards.four { grid-template-columns: repeat(4, 1fr); }
.cards.three { grid-template-columns: repeat(3, 1fr); }
.card { background: #fff; border: 1px solid var(--line); padding: 28px; box-shadow: var(--shadow); }
.card-kicker { margin: 0 0 10px; font-size: 11px; font-weight: 800; letter-spacing: .18em; color: #967000; }
.card h3 { margin: 0 0 12px; font-family: Georgia, serif; font-size: 28px; font-weight: 400; line-height: 1.12; }
.card p { color: var(--muted); }
.card-meta { margin-top: 25px; padding-top: 18px; border-top: 1px solid var(--line); display: flex; flex-direction: column; gap: 4px; }
.card-meta span { color: var(--muted); font-size: 13px; }
.card-meta strong { color: var(--navy); font-size: 17px; }
.buyout-row { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 30px; border: 1px solid var(--line); background: #fff; }
.buyout-row div { padding: 20px 24px; display: flex; flex-direction: column; gap: 5px; }
.buyout-row div + div { border-left: 1px solid var(--line); }
.buyout-row span { color: var(--muted); font-size: 13px; }
.buyout-row strong { color: var(--navy); }

.feature-split { display: grid; grid-template-columns: 1fr 1fr; min-height: 680px; }
.feature-image { min-height: 560px; background-size: cover; background-position: center; }
.camping-image { background-image: url('/assets/camping.png'); }
.feature-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(48px, 7vw, 110px); }
.dark-panel { background: var(--navy); color: #fff; }
.feature-copy h2 { font-size: clamp(44px, 5vw, 68px); line-height: 1.02; margin: 0 0 24px; }
.feature-copy > p { color: rgba(255,255,255,.82); font-size: 18px; }
.disclosure { margin: 24px 0; padding: 22px; border-left: 3px solid var(--gold); background: rgba(255,255,255,.06); }
.disclosure p { margin-bottom: 0; color: rgba(255,255,255,.77); }
.text-link { font-weight: 800; text-decoration: none; }
.light-link { color: var(--gold); }

.table-wrap { overflow-x: auto; border: 1px solid var(--line); background: #fff; }
table { width: 100%; border-collapse: collapse; min-width: 680px; }
th, td { text-align: left; padding: 16px 18px; border-bottom: 1px solid var(--line); vertical-align: top; }
th { background: var(--navy); color: #fff; font-size: 13px; letter-spacing: .03em; }
tbody tr:last-child td { border-bottom: 0; }
tbody tr:nth-child(even) { background: #fafaf8; }
.total-row td { font-weight: 800; color: var(--navy); }

.experience-layout { display: grid; grid-template-columns: 1.05fr .95fr; gap: 36px; align-items: stretch; }
.experience-photo { width: 100%; height: 100%; min-height: 520px; object-fit: cover; }
.experience-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.experience-grid article { background: #fff; padding: 25px; border: 1px solid var(--line); }
.experience-grid h3 { margin: 0 0 9px; font: 400 25px/1.15 Georgia, serif; }
.experience-grid p { margin-bottom: 0; color: var(--muted); font-size: 15px; }

.food-grid { align-items: center; }
.food-grid > div:first-child p { max-width: 640px; color: var(--muted); font-size: 17px; }
.price-feature { background: var(--cream); padding: 42px; border-top: 4px solid var(--gold); }
.price-feature span { font-size: 11px; font-weight: 800; letter-spacing: .16em; color: #8a6500; }
.price-feature strong { display: block; margin: 2px 0; font: 400 52px/1 Georgia, serif; color: var(--navy); }
.price-feature small { color: var(--muted); }
.price-feature hr { border: 0; border-top: 1px solid #d5d2c9; margin: 25px 0; }

.event-cards .dark-card { background: rgba(255,255,255,.06); border-color: rgba(255,255,255,.14); box-shadow: none; color: #fff; }
.dark-card .card-kicker { color: var(--gold); }
.dark-card p { color: rgba(255,255,255,.7); }
.dark-card strong { display: block; margin-top: 24px; color: var(--gold); font-size: 18px; }
.rate-notes { margin: 26px 0; padding: 22px 24px; background: var(--cream); border-left: 3px solid var(--gold); color: #4e5964; }
.rate-notes p { margin: 0; }
.rate-notes p + p { margin-top: 8px; }
.doc-links { display: flex; flex-wrap: wrap; gap: 12px; }

.inquiry-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; align-items: start; }
.contact-list { list-style: none; padding: 0; margin: 30px 0 0; }
.contact-list li { padding: 8px 0; border-bottom: 1px solid var(--line); }
.contact-list a { text-decoration: none; color: var(--navy); font-weight: 700; }
.inquiry-form { background: #fff; padding: 34px; border: 1px solid var(--line); box-shadow: var(--shadow); }
.inquiry-form label { display: block; margin-bottom: 17px; }
.inquiry-form label > span { display: block; margin-bottom: 7px; font-size: 13px; font-weight: 800; color: #364559; }
input, select, textarea { width: 100%; border: 1px solid #cbd1d7; border-radius: 0; background: #fff; padding: 13px 14px; color: var(--ink); }
input:focus, select:focus, textarea:focus { outline: 3px solid rgba(255,212,96,.45); border-color: #b38b1e; }
textarea { resize: vertical; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.form-submit { width: 100%; border: 0; }
.form-note { color: var(--muted); font-size: 12px; line-height: 1.5; margin: 14px 0 0; }
.hidden-field { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }

.site-footer { background: #17283a; color: #fff; padding: 55px 0 24px; }
.site-footer img { filter: none; background: #fff; }
.footer-grid { display: flex; justify-content: space-between; gap: 35px; align-items: flex-start; }
.footer-grid p { color: rgba(255,255,255,.65); }
.footer-links { display: flex; gap: 22px; flex-wrap: wrap; }
.footer-links a { text-decoration: none; color: var(--gold); font-weight: 700; }
.footer-bottom { margin-top: 38px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.12); font-size: 12px; color: rgba(255,255,255,.55); }

@media (max-width: 1020px) {
  .cards.four { grid-template-columns: 1fr 1fr; }
  .experience-layout { grid-template-columns: 1fr; }
  .experience-photo { min-height: 440px; }
  .feature-split { grid-template-columns: 1fr; }
  .feature-image { min-height: 480px; }
  .primary-nav { gap: 17px; font-size: 12px; }
  .brand img { width: 205px; }
}

@media (max-width: 820px) {
  .header-inner { min-height: 72px; }
  .nav-toggle { display: block; }
  .primary-nav { position: absolute; top: 72px; left: 0; right: 0; display: none; flex-direction: column; align-items: stretch; gap: 0; background: #fff; border-top: 1px solid var(--line); box-shadow: 0 18px 30px rgba(0,0,0,.08); }
  .primary-nav.open { display: flex; }
  .primary-nav a { padding: 15px 20px; border-bottom: 1px solid var(--line); }
  .nav-cta { margin: 10px 20px 18px; text-align: center; }
  .hero { min-height: 620px; }
  .hero-overlay { background: rgba(24,43,61,.75); }
  .hero-content { padding-block: 70px; }
  .hero-copy { font-size: 18px; }
  .capacity-grid { grid-template-columns: 1fr; padding-block: 10px; }
  .capacity-grid > div { justify-content: flex-start; border-bottom: 1px solid rgba(255,255,255,.08); }
  .capacity-grid > div:last-child { border-bottom: 0; }
  .two-col, .inquiry-grid { grid-template-columns: 1fr; gap: 34px; }
  .cards.three { grid-template-columns: 1fr; }
  .buyout-row { grid-template-columns: 1fr; }
  .buyout-row div + div { border-left: 0; border-top: 1px solid var(--line); }
  .section { padding: 72px 0; }
  .intro-section { padding-block: 78px; }
}

@media (max-width: 580px) {
  .container { width: min(calc(100% - 28px), var(--max)); }
  .brand img { width: 190px; }
  .hero { min-height: 570px; }
  .hero h1 { font-size: clamp(52px, 15vw, 74px); }
  .hero-copy { font-size: 16px; }
  .cards.four, .experience-grid, .form-row { grid-template-columns: 1fr; }
  .feature-copy { padding: 50px 24px; }
  .experience-photo { min-height: 300px; }
  .inquiry-form { padding: 24px 18px; }
  .footer-grid { flex-direction: column; }
  h2 { font-size: 42px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
