:root {
  --ink: #17332f;
  --green: #1f5b50;
  --green-dark: #123f38;
  --gold: #b68432;
  --cream: #f7f2e8;
  --paper: #fffdf9;
  --line: #ded8ca;
  --muted: #64716e;
  --shadow: 0 18px 50px rgba(25, 51, 47, .12);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body { margin: 0; color: var(--ink); background: var(--paper); font: 17px/1.65 system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
img { display: block; max-width: 100%; }
a { color: inherit; }
.skip { position: fixed; left: 12px; top: -80px; z-index: 999; padding: 10px 15px; color: white; background: var(--green-dark); }
.skip:focus { top: 12px; }
.site-header { position: sticky; top: 0; z-index: 40; background: rgba(255,253,249,.96); border-bottom: 1px solid rgba(222,216,202,.8); backdrop-filter: blur(12px); }
.header-inner { width: min(1180px, calc(100% - 36px)); min-height: 76px; margin: auto; display: flex; align-items: center; gap: 28px; }
.brand { display: flex; align-items: center; gap: 12px; min-width: 260px; text-decoration: none; }
.brand-mark { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid var(--gold); border-radius: 50%; color: var(--gold); font: 28px Georgia, serif; }
.brand strong { display: block; font: 600 20px/1.15 Georgia, serif; }
.brand small { display: block; color: var(--muted); font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }
.nav { display: flex; align-items: center; gap: 22px; margin-left: auto; }
.nav a { font-size: 14px; font-weight: 700; text-decoration: none; white-space: nowrap; }
.nav a:hover { color: var(--gold); }
.languages { display: flex; gap: 4px; margin-left: 4px; padding-left: 12px; border-left: 1px solid var(--line); }
.languages a { padding: 5px 7px; border-radius: 5px; font-size: 12px; }
.languages a[aria-current="page"] { color: white; background: var(--green); }
.button, .nav .book { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 46px; padding: 10px 18px; border: 0; border-radius: 7px; color: white; background: var(--green); font-weight: 800; text-decoration: none; cursor: pointer; }
.button:hover, .nav .book:hover { color: white; background: var(--green-dark); }
.button.outline { color: var(--green); background: transparent; border: 1px solid var(--green); }
.menu-toggle { display: none; margin-left: auto; border: 1px solid var(--line); border-radius: 7px; background: white; width: 46px; height: 42px; font-size: 23px; }
.hero { background: linear-gradient(120deg, #edf2ed 0%, #fbf7ee 100%); }
.hero-inner { width: min(1180px, calc(100% - 36px)); min-height: 560px; margin: auto; padding: 58px 0; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 62px; }
.eyebrow { margin: 0 0 12px; color: var(--gold); font-size: 13px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
h1,h2,h3 { font-family: Georgia, "Times New Roman", serif; font-weight: 500; line-height: 1.16; }
h1 { margin: 0 0 22px; font-size: clamp(42px, 5vw, 70px); letter-spacing: -.035em; }
h2 { margin: 0 0 16px; font-size: clamp(32px, 4vw, 48px); letter-spacing: -.025em; }
h3 { margin: 0 0 8px; font-size: 24px; }
.lead { max-width: 650px; margin: 0 0 28px; color: #425550; font-size: 20px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.facts { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 30px; color: var(--muted); font-size: 14px; }
.facts span { display: inline-flex; align-items: center; gap: 7px; }
.hero-photo { position: relative; }
.hero-photo img { width: 100%; aspect-ratio: 705/430; object-fit: cover; border-radius: 4px 80px 4px 4px; box-shadow: var(--shadow); }
.hero-photo figcaption { position: absolute; left: -22px; bottom: 22px; width: min(280px, 80%); padding: 16px 18px; color: white; background: rgba(18,63,56,.96); box-shadow: var(--shadow); }
.hero-photo strong { display: block; font: 500 20px Georgia, serif; }
.booking-band { position: relative; z-index: 4; margin-top: -1px; padding: 26px 0; background: var(--green-dark); color: white; }
.booking-inner { width: min(1180px, calc(100% - 36px)); margin: auto; display: grid; grid-template-columns: 240px 1fr; gap: 28px; align-items: center; }
.booking-inner h2 { margin: 0; font-size: 28px; }
.booking-inner p { margin: 5px 0 0; color: #d4e2dd; font-size: 14px; }
#d21-quickbook { min-height: 74px; padding: 14px; border-radius: 8px; color: var(--ink); background: white; }
.section { padding: 92px 0; }
.section.alt { background: var(--cream); }
.wrap { width: min(1180px, calc(100% - 36px)); margin: auto; }
.section-head { max-width: 720px; margin-bottom: 36px; }
.section-head p { color: var(--muted); }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.photo-stack { position: relative; padding: 0 34px 38px 0; }
.photo-stack img { width: 100%; border-radius: 5px; box-shadow: var(--shadow); }
.photo-stack img + img { position: absolute; right: 0; bottom: 0; width: 48%; border: 8px solid var(--paper); }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 30px; }
.feature { padding: 22px; border: 1px solid var(--line); border-radius: 8px; background: var(--paper); }
.feature b { display: block; margin-bottom: 4px; color: var(--green); }
.room-gallery, .restaurant-gallery, .destinations { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.card { overflow: hidden; border: 1px solid var(--line); border-radius: 9px; background: var(--paper); box-shadow: 0 8px 24px rgba(25,51,47,.06); }
.card img { width: 100%; height: 230px; object-fit: cover; }
.card-content { padding: 22px; }
.card p { margin: 0; color: var(--muted); }
.room-note { margin-top: 22px; padding: 20px 24px; border-left: 4px solid var(--gold); background: #fffaf0; }
.restaurant-copy { padding: 34px; border-radius: 8px; color: white; background: var(--green); }
.restaurant-copy h2 { color: white; }
.restaurant-copy ul { padding-left: 20px; }
.destination { position: relative; min-height: 300px; overflow: hidden; border-radius: 8px; color: white; }
.destination img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.destination::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(12,36,31,.9), rgba(12,36,31,.06)); }
.destination div { position: absolute; z-index: 2; left: 22px; right: 22px; bottom: 18px; }
.destination h3 { margin: 0 0 4px; }
.destination p { margin: 0; color: #e5ece9; font-size: 14px; }
.contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 40px; }
.contact-box { padding: 34px; border-radius: 8px; color: white; background: var(--green-dark); }
.contact-box a { text-decoration-color: var(--gold); text-underline-offset: 3px; }
.map { min-height: 390px; width: 100%; border: 0; border-radius: 8px; background: #e7ece9; }
.site-footer { padding: 46px 0 92px; color: #dbe5e2; background: #0d2d28; }
.footer-grid { display: grid; grid-template-columns: 1.3fr 1fr 1fr; gap: 34px; }
.footer-grid h3 { color: white; font-size: 18px; }
.footer-grid p { margin: 0; }
.footer-grid a { color: inherit; }
.fineprint { margin-top: 36px; padding-top: 24px; border-top: 1px solid #31524c; color: #9eb3ad; font-size: 13px; }
.mobile-book { display: none; }
.legal { max-width: 850px; padding-top: 70px; padding-bottom: 90px; }
.legal h1 { font-size: 48px; }
.legal h2 { margin-top: 44px; font-size: 32px; }
.legal h3 { margin-top: 30px; font-family: inherit; font-size: 20px; font-weight: 800; }
@media (max-width: 980px) {
  .menu-toggle { display: block; }
  .nav { display: none; position: absolute; left: 0; right: 0; top: 76px; padding: 20px; align-items: stretch; flex-direction: column; gap: 8px; background: var(--paper); border-bottom: 1px solid var(--line); box-shadow: var(--shadow); }
  .nav.open { display: flex; }
  .nav a { min-height: 42px; display: flex; align-items: center; }
  .languages { margin: 6px 0 0; padding: 10px 0 0; border-left: 0; border-top: 1px solid var(--line); }
  .hero-inner { grid-template-columns: 1fr 1fr; gap: 32px; }
  .booking-inner { grid-template-columns: 1fr; }
}
@media (max-width: 760px) {
  body { font-size: 16px; }
  .header-inner, .wrap, .hero-inner, .booking-inner { width: min(100% - 28px, 1180px); }
  .brand { min-width: 0; }
  .brand strong { font-size: 18px; }
  .brand small { display: none; }
  .hero-inner { min-height: 0; padding: 46px 0; grid-template-columns: 1fr; }
  .hero-photo { margin-left: 20px; }
  .hero-photo figcaption { left: -20px; }
  .booking-band { padding: 24px 0; }
  #d21-quickbook { overflow-x: auto; }
  .section { padding: 66px 0; }
  .split, .contact-grid { grid-template-columns: 1fr; gap: 34px; }
  .feature-grid, .room-gallery, .restaurant-gallery, .destinations { grid-template-columns: 1fr; }
  .room-gallery .card img, .restaurant-gallery .card img { height: auto; max-height: 340px; }
  .destination { min-height: 250px; }
  .footer-grid { grid-template-columns: 1fr; }
  .mobile-book { display: flex; position: fixed; z-index: 35; left: 10px; right: 10px; bottom: 10px; min-height: 52px; align-items: center; justify-content: center; border-radius: 8px; color: white; background: var(--gold); box-shadow: 0 8px 30px rgba(0,0,0,.28); font-weight: 900; text-decoration: none; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
@media print { .site-header,.booking-band,.mobile-book,.hero-actions { display:none!important; } .section { padding: 25px 0; } }
