: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; }
html, body { overflow-x: hidden; max-width: 100%; }
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: 1080px; margin: 88px auto; padding: 0 24px; }
.rooms-grid { display: flex; flex-direction: column; gap: 30px; }

.room-feature { background: var(--paper); border: 1px solid var(--line); padding: 24px; display: flex; flex-direction: column; gap: 24px; transition: box-shadow .3s ease; }
.room-feature:hover { box-shadow: 0 20px 50px rgba(12,35,28,.1); }

/* Top: gallery + basic details */
.rf-top { display: grid; grid-template-columns: minmax(0, 440px) 1fr; gap: 30px; align-items: start; }

/* Gallery — fixed frame (never stretches when the body expands) */
.gallery { display: flex; flex-direction: column; gap: 6px; }
.gal-main { position: relative; aspect-ratio: 4 / 3; background: linear-gradient(150deg, var(--palm), var(--forest) 75%) center/cover no-repeat; overflow: hidden; }
.gal-main.empty { display: flex; align-items: center; justify-content: center; }
.gal-main .fig-ph { color: rgba(255,255,255,.55); font-size: 11px; letter-spacing: 1.5px; text-transform: uppercase; }
.gal-main .tag { position: absolute; top: 14px; left: 14px; background: rgba(12,35,28,.82); color: var(--gold-soft); font-size: 10.5px; padding: 6px 13px; letter-spacing: 1.2px; text-transform: uppercase; z-index: 2; }
.gal-count { position: absolute; bottom: 12px; right: 12px; background: rgba(12,35,28,.72); color: #fff; font-size: 11px; padding: 3px 9px; letter-spacing: .5px; z-index: 2; }
.gal-nav { position: absolute; top: 50%; transform: translateY(-50%); width: 40px; height: 40px; border: 0; background: rgba(255,255,255,.9); color: var(--forest); font-size: 24px; line-height: 1; cursor: pointer; display: flex; align-items: center; justify-content: center; z-index: 2; transition: background .15s; }
.gal-nav:hover { background: #fff; }
.gal-nav.prev { left: 10px; }
.gal-nav.next { right: 10px; }
.gal-thumbs { display: flex; gap: 6px; }
.gal-thumb { flex: 1; aspect-ratio: 3 / 2; border: 0; padding: 0; cursor: pointer; background-size: cover; background-position: center; opacity: .5; outline: 2px solid transparent; outline-offset: -2px; transition: opacity .2s; }
.gal-thumb:hover { opacity: .85; }
.gal-thumb.active { opacity: 1; outline-color: var(--gold); }

/* Basic details (right of gallery) */
.rf-basics { display: flex; flex-direction: column; gap: 18px; }
.room-name { font-family: var(--serif); font-size: 34px; font-weight: 500; color: var(--forest); line-height: 1.02; }
.stat-bar { display: flex; flex-direction: column; border: 1px solid var(--line); }
.stat-bar > div { display: flex; align-items: baseline; justify-content: space-between; gap: 16px; padding: 13px 16px; border-bottom: 1px solid var(--line); }
.stat-bar > div:last-child { border-bottom: 0; }
.s-lbl { font-size: 10px; text-transform: uppercase; letter-spacing: 1.2px; color: var(--muted); }
.s-val { font-size: 14.5px; color: var(--forest); font-weight: 600; text-align: right; }

/* Body: description → amenities → plans */
.rf-body { display: flex; flex-direction: column; gap: 24px; }
.rf-desc { font-size: 15px; line-height: 1.85; color: #5c5648; max-width: 78ch; }
.rf-incl { display: flex; flex-direction: column; gap: 12px; }
.incl-title { font-size: 10.5px; text-transform: uppercase; letter-spacing: 2px; color: var(--gold); font-weight: 700; }
.incl-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px 24px; list-style: none; }
.incl-list li { position: relative; padding-left: 17px; font-size: 13.5px; color: var(--ink); }
.incl-list li::before { content: '✦'; color: var(--gold); position: absolute; left: 0; top: 3px; font-size: 8px; }
.details-toggle { align-self: flex-start; margin-top: 2px; background: none; border: 0; padding: 2px 0; font-family: var(--sans); font-size: 11px; font-weight: 600; letter-spacing: 1.2px; text-transform: uppercase; color: var(--gold); cursor: pointer; border-bottom: 1px solid var(--gold); }
.details-toggle:hover { color: var(--clay); border-color: var(--clay); }
.room-details { border-top: 1px solid var(--line); margin-top: 4px; padding-top: 16px; display: flex; flex-direction: column; gap: 16px; }
.room-details[hidden] { display: none; }
.spec { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px 20px; }
.spec div { display: flex; flex-direction: column; gap: 3px; }
.spec dt { font-size: 9.5px; text-transform: uppercase; letter-spacing: 1px; color: var(--muted); }
.spec dd { font-size: 14px; color: var(--forest); font-weight: 500; }

/* Plans on the card */
.rf-plans { border-top: 1px solid var(--line); padding-top: 20px; display: flex; flex-direction: column; gap: 10px; }
.rf-plans .btn-book { align-self: flex-end; margin-top: 6px; }
.rf-note { font-size: 14px; color: var(--palm); }
.rf-note.na { color: var(--clay); font-weight: 600; }
.rf-prompt { display: flex; align-items: center; justify-content: space-between; gap: 16px; }

/* Buttons */
.btn-book { background: var(--gold); color: #fff; border: 0; border-radius: 2px; padding: 14px 34px; font-weight: 600; font-size: 12px; text-transform: uppercase; letter-spacing: 1.2px; cursor: pointer; transition: background .2s; white-space: nowrap; }
.btn-book:hover { background: var(--clay); }
.btn-book:disabled { background: #cfc7b6; color: #fff; cursor: default; }
.btn-book.ghost { background: none; color: var(--forest); border: 1px solid var(--forest); }
.btn-book.ghost:hover { background: var(--forest); color: #fff; }
.btn-book.wide { width: 100%; padding: 15px; }

/* Responsive */
@media (max-width: 860px) {
  .rf-top { grid-template-columns: 1fr; gap: 18px; }
  .room-name { font-size: 28px; }
  .incl-list { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 560px) {
  .room-feature { padding: 16px; gap: 18px; }
  .incl-list { grid-template-columns: 1fr; }
  .spec { grid-template-columns: 1fr 1fr; }
  .rf-plans .btn-book { align-self: stretch; width: 100%; text-align: center; }
  .rf-prompt { flex-direction: column; align-items: stretch; gap: 12px; }
  .rf-prompt .btn-book { width: 100%; }

  /* Tighten the booking popup on phones */
  .modal { padding: 10px; align-items: flex-start; padding-top: 24px; }
  .modal-card { padding: 22px 18px; max-height: 92vh; overflow-y: auto; }
  .modal-card h3 { font-size: 23px; margin-bottom: 12px; }
  .modal-summary { padding: 13px; margin-bottom: 16px; }
  .ms-plan-price { font-size: 20px; }
  .plan-opt { padding: 11px 12px; gap: 10px; }
  .plan-price b { font-size: 16px; }
  .book-form input { padding: 11px; }
  .book-submit, .modal .btn-book { padding: 14px; }
}

/* 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; }
.ms-head { margin-bottom: 12px; }
.ms-sub { font-size: 12.5px; color: var(--muted); }
.plan-list-title { font-size: 10.5px; text-transform: uppercase; letter-spacing: 1.5px; color: var(--gold); font-weight: 600; margin-bottom: 8px; }
.plan-list { display: flex; flex-direction: column; gap: 8px; margin-bottom: 14px; }
.plan-opt { display: flex; align-items: center; gap: 10px; padding: 11px 12px; background: #fff; border: 1px solid var(--line); cursor: pointer; transition: border-color .15s, box-shadow .15s; }
.plan-opt.sel { border-color: var(--gold); box-shadow: inset 0 0 0 1px var(--gold); }
.plan-opt input { accent-color: var(--gold); margin: 0; }
.plan-info { flex: 1; display: flex; flex-direction: column; gap: 2px; }
.plan-name { font-size: 13.5px; font-weight: 600; color: var(--forest); }
.plan-incl { font-size: 11.5px; color: var(--palm); }
.plan-price { display: flex; flex-direction: column; align-items: flex-end; white-space: nowrap; }
.plan-price s { font-size: 11px; color: var(--muted); }
.plan-price b { font-family: var(--serif); font-size: 18px; font-weight: 600; color: var(--ink); }
.off-tag { display: inline-block; font-style: normal; font-size: 9.5px; font-weight: 700; letter-spacing: .4px; color: #fff; background: var(--clay); padding: 1px 6px; border-radius: 3px; vertical-align: middle; }
.ms-plan { display: flex; align-items: center; justify-content: space-between; gap: 12px; border-top: 1px solid var(--line); margin-top: 12px; padding-top: 12px; }
.ms-plan-name { font-size: 13.5px; font-weight: 600; color: var(--forest); }
.ms-plan-price { font-family: var(--serif); font-size: 22px; font-weight: 600; color: var(--forest); }
.ms-total-sub { font-size: 11.5px; color: var(--muted); margin-top: 4px; }
.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-feature { transition: none; }
}
