:root {
  --forest: #123128;
  --forest-deep: #0c231c;
  --palm: #2a5f4a;
  --gold: #bd9038;
  --gold-soft: #d8b46a;
  --ivory: #f4eee1;
  --paper: #fffdf8;
  --clay: #b9694a;
  --ink: #23201b;
  --muted: #726c60;
  --line: #e4dccb;
  --serif: 'Fraunces', Georgia, 'Times New Roman', serif;
  --sans: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: var(--sans); color: var(--ink); background: var(--ivory); line-height: 1.65; -webkit-font-smoothing: antialiased; }
h1, h2, h3 { font-family: var(--serif); font-weight: 500; line-height: 1.05; }
a { color: var(--gold); text-decoration: none; }
em { font-style: italic; }

/* Signature: thin gold inset frame around the whole page */
.page-frame { position: fixed; inset: 13px; border: 1px solid rgba(189,144,56,.55); pointer-events: none; z-index: 45; mix-blend-mode: normal; }

/* Eyebrows */
.eyebrow { font-family: var(--sans); font-size: 11px; font-weight: 600; letter-spacing: 3.5px; text-transform: uppercase; color: var(--gold); }
.eyebrow.light { color: var(--gold-soft); }
.eyebrow.gold { color: var(--gold-soft); }

/* Header — sits over the hero */
.site-header { position: absolute; top: 0; left: 0; right: 0; z-index: 30; display: flex; align-items: center; justify-content: space-between; padding: 26px 40px; }
.brand { display: flex; align-items: center; gap: 12px; }
.brand-tulip { width: 22px; height: 30px; fill: none; stroke: var(--gold-soft); stroke-width: 1.4; }
.brand-text { display: flex; flex-direction: column; line-height: 1.15; }
.brand-name { font-family: var(--serif); font-size: 21px; font-weight: 600; color: #fff; letter-spacing: .3px; }
.brand-sub { font-size: 10.5px; color: rgba(255,255,255,.7); text-transform: uppercase; letter-spacing: 3px; }
.header-cta { font-size: 12px; font-weight: 600; letter-spacing: 1.5px; text-transform: uppercase; color: var(--forest-deep); background: var(--gold-soft); padding: 11px 22px; border-radius: 2px; transition: background .2s; }
.header-cta:hover { background: #fff; }

/* Hero */
.hero { position: relative; min-height: 92vh; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; color: #fff; overflow: hidden; padding: 120px 24px 60px; }
.hero-bg { position: absolute; inset: 0; z-index: 0;
  background:
    radial-gradient(80% 60% at 50% 120%, rgba(189,144,56,.28), transparent 60%),
    radial-gradient(90% 70% at 50% -10%, #1b4a3a 0%, var(--forest) 42%, var(--forest-deep) 100%); }
.hero-bg::after { content: ''; position: absolute; inset: 0; opacity: .5;
  background-image: radial-gradient(rgba(255,255,255,.05) 1px, transparent 1.4px);
  background-size: 22px 22px; }
.hero-botanical { position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); width: 340px; max-width: 70%; height: auto; z-index: 1; fill: none; stroke: rgba(216,180,106,.5); stroke-width: 1.1; opacity: .9; }
.hero-inner { position: relative; z-index: 2; max-width: 860px; animation: rise 1s ease both; }
.hero .eyebrow { margin-bottom: 22px; }
.hero h1 { font-size: clamp(38px, 6.4vw, 78px); font-weight: 400; letter-spacing: -.5px; }
.hero h1 em { color: var(--gold-soft); font-weight: 500; }
.hero-sub { margin-top: 22px; font-size: 17px; font-weight: 300; color: rgba(255,255,255,.86); max-width: 560px; margin-left: auto; margin-right: auto; }
.hero-scroll { position: absolute; bottom: 26px; left: 0; right: 0; z-index: 2; font-size: 11px; letter-spacing: 2px; text-transform: uppercase; color: rgba(255,255,255,.6); }
@keyframes rise { from { opacity: 0; transform: translateY(22px); } to { opacity: 1; transform: none; } }

/* Reserve card */
.reserve { max-width: 1000px; margin: -46px auto 0; padding: 0 24px; position: relative; z-index: 20; }
.search-bar { background: var(--paper); border: 1px solid var(--line); box-shadow: 0 26px 60px rgba(12,35,28,.18); padding: 22px; display: grid; grid-template-columns: 1fr 1fr .72fr .72fr auto; gap: 16px; align-items: end; }
.field label { display: block; font-size: 10.5px; color: var(--muted); margin-bottom: 6px; font-weight: 600; text-transform: uppercase; letter-spacing: 1.2px; }
.field input, .field select { width: 100%; padding: 12px; border: 1px solid var(--line); border-radius: 2px; font-size: 15px; background: #fff; font-family: var(--sans); color: var(--ink); }
.field input:focus, .field select:focus { outline: none; border-color: var(--gold); }
.btn-search { background: var(--forest); color: #fff; border: 0; border-radius: 2px; padding: 14px 26px; font-size: 12px; font-weight: 600; text-transform: uppercase; letter-spacing: 1.5px; cursor: pointer; white-space: nowrap; transition: background .2s; }
.btn-search:hover { background: var(--palm); }
.btn-search:disabled { opacity: .6; cursor: default; }
.child-ages { max-width: 1000px; margin: 14px auto 0; padding: 0 24px; display: flex; flex-wrap: wrap; gap: 12px; }
.child-ages .ca { display: flex; flex-direction: column; font-size: 10.5px; color: var(--muted); text-transform: uppercase; letter-spacing: 1px; }
.child-ages select { padding: 8px 10px; border: 1px solid var(--line); border-radius: 2px; margin-top: 4px; font-family: var(--sans); }
.search-msg { max-width: 1000px; margin: 12px auto 0; padding: 0 24px; color: var(--clay); font-size: 14px; min-height: 18px; }

/* Marquee fact strip */
.marquee { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 16px; max-width: 1100px; margin: 46px auto 10px; padding: 0 24px; }
.marquee span { font-size: 11.5px; letter-spacing: 2px; text-transform: uppercase; color: var(--forest); font-weight: 600; }
.marquee i { color: var(--gold); font-style: normal; font-size: 10px; }

/* Section heads */
.section-head { text-align: center; max-width: 640px; margin: 0 auto 46px; }
.section-head .eyebrow { display: block; margin-bottom: 14px; }
.section-head h2 { font-size: clamp(30px, 4.4vw, 48px); color: var(--forest); }
.section-lead { color: var(--muted); font-size: 15.5px; margin-top: 14px; }

/* Stay / rooms */
.stay { max-width: 1160px; margin: 96px auto; padding: 0 24px; }
.rooms-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(340px, 1fr)); gap: 30px; }
.room-card { background: var(--paper); border: 1px solid var(--line); display: flex; flex-direction: column; transition: transform .25s ease, box-shadow .25s ease; }
.room-card:hover { transform: translateY(-4px); box-shadow: 0 22px 46px rgba(12,35,28,.13); }
.room-photo { height: 240px; position: relative; display: flex; align-items: center; justify-content: center; color: rgba(255,255,255,.6); font-size: 12px; letter-spacing: 1px; text-transform: uppercase;
  background: linear-gradient(150deg, var(--palm), var(--forest) 70%); background-size: cover; background-position: center; }
.room-photo::after { content: '❧'; position: absolute; font-size: 46px; color: rgba(216,180,106,.28); font-family: var(--serif); }
.room-photo[style*="url"]::after { display: none; }
.room-photo .tag { position: absolute; top: 14px; left: 14px; background: rgba(12,35,28,.72); color: var(--gold-soft); font-size: 10.5px; padding: 5px 12px; letter-spacing: 1px; z-index: 2; }
.room-body { padding: 22px 22px 24px; display: flex; flex-direction: column; gap: 13px; flex: 1; }
.room-name { font-family: var(--serif); font-size: 27px; font-weight: 500; color: var(--forest); line-height: 1.08; }
.room-desc { font-size: 14px; color: var(--muted); }
.room-meta { font-size: 12px; color: var(--palm); text-transform: uppercase; letter-spacing: .8px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 11px 0; }
.room-amenities { display: flex; flex-wrap: wrap; gap: 7px; }
.chip { background: var(--ivory); color: #8a7326; font-size: 11.5px; padding: 4px 11px; border: 1px solid var(--line); }
.room-foot { margin-top: auto; display: flex; align-items: flex-end; justify-content: space-between; gap: 12px; padding-top: 8px; }
.price .lbl { font-size: 10px; color: var(--muted); display: block; text-transform: uppercase; letter-spacing: 1px; }
.price .amt { font-family: var(--serif); font-size: 26px; font-weight: 600; color: var(--forest); }
.price .note { font-size: 12.5px; color: var(--muted); }
.btn-book { background: var(--gold); color: #fff; border: 0; border-radius: 2px; padding: 12px 22px; font-weight: 600; font-size: 12px; text-transform: uppercase; letter-spacing: 1.2px; cursor: pointer; transition: background .2s; }
.btn-book:hover { background: var(--clay); }
.btn-book:disabled { background: #cfc7b6; color: #fff; cursor: default; }
.btn-book.wide { width: 100%; padding: 15px; }

/* Dining */
.dining { display: grid; grid-template-columns: 1fr 1fr; align-items: stretch; max-width: 1240px; margin: 0 auto; }
.dining-media { background: linear-gradient(160deg, var(--forest), var(--forest-deep)); min-height: 420px; display: flex; align-items: center; justify-content: center; }
.dining-media span { font-family: var(--serif); font-size: clamp(56px, 9vw, 120px); color: rgba(216,180,106,.9); letter-spacing: 4px; font-weight: 400; }
.dining-copy { padding: clamp(40px, 6vw, 90px); background: var(--paper); display: flex; flex-direction: column; justify-content: center; }
.dining-copy .eyebrow { margin-bottom: 14px; }
.dining-copy h2 { font-size: clamp(38px, 5vw, 60px); color: var(--forest); margin-bottom: 18px; }
.dining-copy p { color: var(--muted); font-size: 16px; max-width: 460px; }
.dining-list { list-style: none; margin-top: 26px; }
.dining-list li { padding: 12px 0 12px 26px; border-top: 1px solid var(--line); font-size: 14.5px; position: relative; }
.dining-list li::before { content: '✦'; color: var(--gold); position: absolute; left: 0; font-size: 11px; top: 15px; }

/* Facilities */
.facilities { background: var(--forest-deep); color: #fff; padding: 96px 24px; margin: 96px 0; }
.facilities .section-head h2 { color: #fff; }
.fac-grid { max-width: 940px; margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; border-top: 1px solid rgba(216,180,106,.25); }
.fac { padding: 20px 8px 20px 30px; font-size: 15px; position: relative; border-bottom: 1px solid rgba(216,180,106,.18); border-right: 1px solid rgba(216,180,106,.12); color: rgba(255,255,255,.92); }
.fac:nth-child(3n) { border-right: 0; }
.fac::before { content: '✦'; color: var(--gold-soft); position: absolute; left: 8px; top: 22px; font-size: 10px; }

/* Grounds */
.grounds { max-width: 900px; margin: 0 auto 110px; padding: 0 24px; text-align: center; }
.grounds-inner .eyebrow { display: block; margin-bottom: 16px; }
.grounds h2 { font-size: clamp(30px, 4.6vw, 52px); color: var(--forest); }
.grounds p { color: var(--muted); font-size: 16px; max-width: 560px; margin: 20px auto 0; }
.ghost-link { display: inline-block; margin-top: 26px; font-size: 13px; letter-spacing: 1.5px; text-transform: uppercase; font-weight: 600; border-bottom: 1px solid var(--gold); padding-bottom: 3px; }

/* Modal */
.modal { position: fixed; inset: 0; background: rgba(12,35,28,.66); display: flex; align-items: center; justify-content: center; padding: 16px; z-index: 60; }
.modal.hidden { display: none; }
.modal-card { background: var(--paper); border-radius: 2px; max-width: 480px; width: 100%; padding: 32px; position: relative; border-top: 3px solid var(--gold); }
.modal-close { position: absolute; top: 14px; right: 18px; background: none; border: 0; font-size: 26px; color: var(--muted); cursor: pointer; line-height: 1; }
.modal-card .eyebrow { margin-bottom: 8px; }
.modal-card h3 { font-size: 30px; color: var(--forest); margin-bottom: 16px; }
.modal-summary { background: var(--ivory); border: 1px solid var(--line); padding: 15px; font-size: 14px; margin-bottom: 20px; }
.book-form label { display: block; font-size: 11px; font-weight: 600; margin-bottom: 14px; text-transform: uppercase; letter-spacing: 1px; color: var(--muted); }
.book-form input { width: 100%; padding: 12px; border: 1px solid var(--line); border-radius: 2px; font-size: 15px; margin-top: 5px; font-family: var(--sans); color: var(--ink); }
.book-form input:focus { outline: none; border-color: var(--gold); }
.fineprint { font-size: 12px; color: var(--muted); margin-bottom: 16px; }
.book-msg { margin-top: 14px; font-size: 14px; min-height: 18px; }
.book-msg.ok { color: var(--palm); font-weight: 500; } .book-msg.err { color: var(--clay); }

/* Footer */
.site-footer { background: var(--forest-deep); color: rgba(255,255,255,.7); padding: 44px 24px; text-align: center; font-size: 13px; display: flex; flex-direction: column; gap: 10px; align-items: center; }
.foot-brand { display: flex; align-items: center; gap: 10px; color: #fff; font-family: var(--serif); font-size: 18px; }
.foot-brand .brand-tulip { width: 18px; height: 24px; stroke: var(--gold-soft); }
.foot-links a { color: var(--gold-soft); }

@media (max-width: 900px) {
  .fac-grid { grid-template-columns: repeat(2, 1fr); }
  .fac:nth-child(3n) { border-right: 1px solid rgba(216,180,106,.12); }
  .fac:nth-child(2n) { border-right: 0; }
  .dining { grid-template-columns: 1fr; }
  .dining-media { min-height: 240px; }
}
@media (max-width: 760px) {
  .site-header { padding: 18px 22px; }
  .search-bar { grid-template-columns: 1fr 1fr; }
  .btn-search { grid-column: 1 / -1; }
  .fac-grid { grid-template-columns: 1fr; }
  .fac:nth-child(2n) { border-right: 0; }
  .page-frame { inset: 8px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .hero-inner { animation: none; }
  .room-card { transition: none; }
}
