:root {
  --ink: #373530;
  --muted: #615d56;
  --white: #eee9df;
  --paper: #ded7cb;
  --soft: #d2c8ba;
  --soft-deep: #c4b7a5;
  --accent: #a99781;
  --sage: #8e9989;
  --sage-deep: #667066;
  --clay: #a87560;
  --line: rgba(63, 56, 48, .18);
  --serif: "Playfair Display", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--paper); }
body { margin: 0; background: var(--paper); color: var(--ink); font: 16px/1.6 var(--sans); }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
.container { width: min(1120px, calc(100% - 48px)); margin-inline: auto; }
.skip-link { position: fixed; top: -4rem; left: 1rem; z-index: 99; padding: .7rem; background: var(--white); }
.skip-link:focus { top: 1rem; }
.site-header { position: absolute; z-index: 10; width: 100%; color: var(--ink); background: rgba(238, 233, 223, .72); border-bottom: 1px solid rgba(255, 255, 255, .3); backdrop-filter: blur(12px); }
.site-header.is-scrolled { position: fixed; background: rgba(238, 233, 223, .92); box-shadow: 0 2px 20px rgba(63, 56, 48, .09); }
.nav-wrap, .main-nav, .hero-actions, .footer-row, .practical-strip, .visit-panel, .booking-panel { display: flex; align-items: center; }
.nav-wrap { min-height: 88px; justify-content: space-between; gap: 2rem; }
.brand { display: flex; align-items: center; gap: .65rem; font: 600 1.3rem var(--serif); }
.brand-mark { display: grid; place-items: center; width: 2.15rem; height: 2.15rem; border: 1px solid var(--accent); border-radius: 50%; font: 600 .75rem var(--sans); }
.main-nav { gap: 1.6rem; font-size: .88rem; font-weight: 600; }
.nav-cta { border: 1px solid var(--accent); padding: .6rem .9rem; }
.menu-toggle { display: none; }
.hero, .page-hero { position: relative; display: grid; align-items: end; color: var(--ink); overflow: hidden; background: linear-gradient(180deg, var(--white) 0%, var(--paper) 100%); }
.hero { min-height: min(760px, 92svh); }
.page-hero { height: min(620px, 78svh); }
.hero-video, .hero-image, .hero-overlay, .page-hero > img, .page-hero-overlay { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero-video { z-index: 0; filter: saturate(1.08) contrast(1.04) brightness(1); transform: scale(1.015); }
.hero-image, .page-hero > img { z-index: 0; opacity: .12; filter: grayscale(.35) saturate(.42) brightness(.9); }
.hero-overlay { z-index: 1; background: linear-gradient(0deg, rgba(26, 30, 25, .22) 0%, rgba(26, 30, 25, 0) 48%); }
.page-hero-overlay { z-index: 1; background: rgba(222, 215, 203, .72); }
.hero-content, .page-hero-content, .scroll-cue { position: relative; z-index: 2; }
.hero-content { max-width: 760px; padding: 10rem 0 7.5rem; }
.hero-content, .hero .scroll-cue { color: #fbf7ef; text-shadow: 0 2px 18px rgba(21, 24, 20, .72); }
.hero .eyebrow, .hero .eyebrow.light { color: #f4ede3; text-shadow: 0 1px 10px rgba(21, 24, 20, .72); }
.hero .button-primary { background: rgba(238, 233, 223, .92); color: var(--ink); text-shadow: none; }
.hero .button-quiet { border-color: rgba(251, 247, 239, .78); background: rgba(26, 30, 25, .16); }
.page-hero-content { max-width: 760px; padding-bottom: 5.5rem; }
.eyebrow { margin: 0 0 1rem; color: #62584d; font-size: .72rem; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow.light { color: #62584d; }
h1, h2, h3 { font-family: var(--serif); font-weight: 500; line-height: 1.06; letter-spacing: 0; }
h1 { margin: 0 0 1.3rem; font-size: clamp(3.2rem, 7vw, 6.7rem); }
h2 { margin: 0 0 1.4rem; font-size: clamp(2.35rem, 4vw, 4.1rem); }
h3 { font-size: 1.75rem; }
.hero-copy, .page-hero-content > p:last-child { max-width: 610px; font-size: 1.12rem; }
.hero-actions { flex-wrap: wrap; gap: .85rem; margin-top: 2rem; }
.button { display: inline-flex; justify-content: center; padding: .9rem 1.35rem; font-size: .84rem; font-weight: 600; }
.button-primary { background: var(--soft-deep); color: var(--ink); }
.button-quiet { border: 1px solid var(--accent); }
.scroll-cue { position: absolute; bottom: 2rem; left: max(24px, calc((100% - 1120px)/2)); font-size: .75rem; text-transform: uppercase; }
.section { padding: clamp(4.5rem, 8vw, 7.5rem) 0; background: var(--paper); }
.intro-section { background: linear-gradient(135deg, var(--paper) 0%, #d8d4c9 64%, #cbd0c4 100%); }
.split-layout, .stay-grid, .table-grid, .contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 7vw; }
.prose { font-size: 1.12rem; }
.feature-grid, .event-grid, .compact-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.4rem; margin-top: 4rem; }
.feature-grid { padding-top: 2rem; border-top: 1px solid var(--line); }
.feature-grid article { min-height: 200px; padding: 1.7rem; background: rgba(238, 233, 223, .68); border: 1px solid rgba(63, 56, 48, .13); box-shadow: 0 16px 36px rgba(91, 78, 61, .05); }
.feature-grid article:nth-child(2) { transform: translateY(1.5rem); background: rgba(210, 200, 186, .82); }
.feature-number { color: var(--sage-deep); font-weight: 600; }
.feature-grid p, .compact-cards p, .detail-list span { color: var(--muted); }
.stay-section { background: linear-gradient(180deg, #cbd0c4 0%, var(--soft) 100%); }
.contact-card, .compact-cards article { background: #e8e0d5; }
.image-frame-large { overflow: hidden; border-radius: 0 80px 0 0; box-shadow: 18px 18px 0 var(--soft-deep); }
.image-frame img { width: 100%; height: auto; }
.detail-list { padding: 0; list-style: none; border-top: 1px solid var(--line); }
.detail-list li { display: grid; grid-template-columns: 1fr 1.3fr; padding: .9rem 0; border-bottom: 1px solid var(--line); }
.text-link { border-bottom: 1px solid currentColor; font-weight: 600; }
.events-section { background: linear-gradient(180deg, var(--soft) 0%, #c8c5b5 100%); }
.section-heading > p:last-child { color: var(--muted); }
.event-grid { grid-template-columns: 1fr 1fr; }
.event-card { display: flex; flex-direction: column; overflow: hidden; color: var(--ink); background: rgba(238, 233, 223, .68); border: 1px solid rgba(63, 56, 48, .13); box-shadow: 0 16px 38px rgba(78, 64, 45, .1); }
.event-image { width: 100%; height: auto; }
.event-card-content { display: flex; flex: 1; flex-direction: column; padding: 2rem 2.4rem 2.4rem; }
.event-card-content::before { content: ""; width: 2.5rem; height: 1px; margin-bottom: 2rem; background: var(--clay); }
.event-card a { border-bottom: 1px solid currentColor; }
.practical-strip { justify-content: space-between; margin-top: 1.25rem; padding-top: 1.2rem; border-top: 1px solid var(--line); color: var(--muted); }
.table-section { background: linear-gradient(180deg, #c8c5b5 0%, #d1d3c9 100%); }
.image-pair { display: grid; gap: 1.25rem; align-items: start; }
.image-pair img { width: 100%; height: auto; box-shadow: 0 14px 30px rgba(78, 64, 45, .1); }
.image-pair img:last-child { width: 84%; margin-left: auto; }
.visit-section { padding-block: 4rem; background: linear-gradient(180deg, #d1d3c9 0%, #e0dbd1 100%); }
.visit-panel, .booking-panel { justify-content: space-between; gap: 2rem; padding: clamp(2rem, 5vw, 4rem); background: #e8e0d5; border: 1px solid var(--line); }
.visit-panel { color: #f8f3ea; background: linear-gradient(135deg, #5f695f 0%, var(--sage-deep) 100%); border-color: rgba(255, 255, 255, .15); box-shadow: 0 18px 38px rgba(62, 70, 61, .18); }
.visit-panel .eyebrow { color: #dfe5d9; }
.visit-panel .button-primary { background: #ede5d8; color: var(--ink); }
.booking-panel { background: var(--soft); }
.contact-section { background: linear-gradient(180deg, #e0dbd1 0%, #d2c9bd 100%); }
.contact-card { padding: 2rem; border-left: 3px solid var(--clay); }
.contact-email { border-bottom: 1px solid; font: 1.8rem var(--serif); }
.contact-note { color: var(--muted); font-size: .9rem; }
.site-footer { padding: 2rem 0; background: #d8cfc3; border-top: 1px solid var(--line); }
.footer-row { justify-content: space-between; font-size: .84rem; }
.footer-row p { margin: 0; color: var(--muted); }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
@media (max-width: 760px) {
  .container { width: min(100% - 36px, 1120px); }
  .nav-wrap { min-height: 72px; }
  .menu-toggle { display: flex; flex-direction: column; gap: 5px; width: 2.6rem; height: 2.6rem; color: inherit; border: 1px solid var(--accent); background: transparent; align-items: center; justify-content: center; }
  .menu-toggle span:not(.sr-only) { width: 15px; height: 1px; background: currentColor; }
  .main-nav { display: none; position: absolute; top: 64px; right: 18px; left: 18px; flex-direction: column; align-items: stretch; padding: 1rem; background: var(--white); box-shadow: 0 12px 30px rgba(63, 56, 48, .12); }
  .main-nav.is-open { display: flex; }
  .main-nav a { padding: .7rem; }
  .hero { min-height: 690px; }
  .hero-video { object-position: 60% center; }
  .hero-content { padding: 9rem 0 7rem; }
  .split-layout, .stay-grid, .table-grid, .contact-grid, .feature-grid, .event-grid, .compact-cards { grid-template-columns: 1fr; gap: 2rem; }
  .image-pair img:last-child { width: 100%; margin-left: 0; }
  .visit-panel, .booking-panel, .footer-row, .practical-strip { flex-direction: column; align-items: flex-start; }
  .button { width: 100%; }
  .page-hero { height: 590px; }
  .page-hero-content { padding-bottom: 4rem; }
}
