:root {
  --forest: #315c42;
  --forest-dark: #203b2b;
  --sage: #6e8b70;
  --sage-soft: #dce5d8;
  --cream: #f6f0e3;
  --cream-light: #fffaf0;
  --cream-deep: #ece2cf;
  --gold: #c89b45;
  --gold-light: #ddae54;
  --ink: #263029;
  --muted: #657067;
  --line: rgba(49, 92, 66, 0.19);
  --shadow: 0 24px 60px rgba(36, 55, 43, 0.14);
  --radius-sm: 14px;
  --radius-md: 26px;
  --radius-lg: 42px;
  --shell: min(1360px, calc(100% - 96px));
  --serif: "Source Serif 4", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
}

@view-transition { navigation: auto; }

::view-transition-old(root) {
  animation: page-out 260ms cubic-bezier(.4, 0, .8, .2) both;
}

::view-transition-new(root) {
  animation: page-in 520ms cubic-bezier(.2, .8, .2, 1) both;
}

::view-transition-group(site-logo) { animation-duration: 520ms; }

@keyframes page-out {
  to { opacity: 0; transform: translateY(-12px); filter: blur(2px); }
}

@keyframes page-in {
  from { opacity: 0; transform: translateY(18px); clip-path: inset(0 0 8% 0); }
  to { opacity: 1; transform: none; clip-path: inset(0); }
}

*, *::before, *::after { box-sizing: border-box; }

html { overflow-x: clip; scroll-behavior: smooth; scroll-padding-top: 94px; }

body {
  overflow-x: clip;
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

body::before {
  position: fixed;
  z-index: -1;
  inset: 0;
  content: "";
  opacity: .25;
  pointer-events: none;
  background-image: radial-gradient(rgba(67, 74, 59, .11) .65px, transparent .65px);
  background-size: 6px 6px;
}

body.has-dialog, body.has-menu { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }

button:focus-visible, a:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible {
  outline: 3px solid rgba(200, 155, 69, .62);
  outline-offset: 4px;
}

.skip-link { position: fixed; z-index: 100; top: 12px; left: 12px; padding: 10px 16px; color: #fff; background: var(--forest-dark); transform: translateY(-150%); }
.skip-link:focus { transform: none; }
.shell { width: var(--shell); margin-inline: auto; }
.narrow-shell { width: min(880px, var(--shell)); }
.section-space { padding-block: clamp(82px, 9vw, 138px); }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { color: var(--forest-dark); font-family: var(--serif); font-weight: 500; line-height: .98; letter-spacing: -.035em; }
h1 { font-size: clamp(4.2rem, 7.2vw, 7.4rem); }
h2 { margin-bottom: 28px; font-size: clamp(3rem, 5.2vw, 5.3rem); }
h3 { font-size: clamp(1.9rem, 3vw, 2.8rem); }
.lead { color: #414a43; font-size: clamp(1.08rem, 1.6vw, 1.3rem); line-height: 1.6; }

.site-header {
  position: sticky;
  z-index: 40;
  top: 0;
  height: 92px;
  color: var(--cream-light);
  background: var(--forest-dark);
  border-bottom: 1px solid rgba(200, 155, 69, .3);
  view-transition-name: site-header;
}

.site-header.is-sticky { box-shadow: 0 12px 30px rgba(20, 36, 26, .22); }
.site-announcement { padding: 12px 0; color: var(--forest-dark); background: #eadbb9; border-bottom: 1px solid rgba(200, 155, 69, .55); }
.site-announcement .shell { display: flex; align-items: baseline; justify-content: center; gap: 16px; text-align: center; }
.site-announcement strong { flex: 0 0 auto; color: #876321; font-size: .75rem; letter-spacing: .08em; text-transform: uppercase; }
.site-announcement p { margin: 0; }
.header-inner { display: flex; align-items: center; height: 100%; gap: 24px; }
.brand { display: flex; flex: 0 0 auto; align-items: center; width: 194px; height: 72px; padding: 10px 16px; background: var(--cream-light); border-radius: 0 0 16px 16px; text-decoration: none; view-transition-name: site-logo; }
.brand-mark { display: block; width: 100%; aspect-ratio: 1176 / 518; background: var(--forest-dark); -webkit-mask: url("/static/images/logo.svg") center / contain no-repeat; mask: url("/static/images/logo.svg") center / contain no-repeat; }
.main-nav { display: flex; align-items: center; justify-content: flex-end; flex: 1 1 auto; gap: clamp(12px, 1.55vw, 28px); }
.main-nav a { position: relative; padding: 9px 0; color: rgba(255, 250, 240, .84); font-size: clamp(.76rem, .82vw, .9rem); font-weight: 500; text-decoration: none; white-space: nowrap; }
.main-nav a::after { position: absolute; right: 50%; bottom: 2px; left: 50%; height: 2px; content: ""; background: var(--gold); transition: right 220ms ease, left 220ms ease; }
.main-nav a:hover::after, .main-nav a.is-active::after { right: 0; left: 0; }
.main-nav a.is-active { color: #fff; }
.header-contact { display: none; align-items: center; margin-left: auto; gap: 8px; color: var(--cream-light); font-size: .85rem; text-decoration: none; }
.nav-toggle { display: none; width: 46px; height: 46px; padding: 11px; background: transparent; border: 1px solid var(--gold); border-radius: 50%; cursor: pointer; }
.nav-toggle span { display: block; width: 100%; height: 2px; margin: 4px 0; background: var(--cream-light); transition: transform 220ms ease, opacity 220ms ease; }

.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 13px 22px; gap: 12px; border: 1px solid transparent; border-radius: 10px; font-size: .92rem; font-weight: 600; line-height: 1.2; text-decoration: none; cursor: pointer; transition: transform 180ms ease, box-shadow 180ms ease, color 180ms ease, background 180ms ease; }
.button:hover { transform: translateY(-2px); }
.button-gold { color: var(--forest-dark); background: var(--gold-light); box-shadow: 0 10px 22px rgba(127, 85, 21, .16); }
.button-gold:hover { background: #e5b960; box-shadow: 0 14px 30px rgba(127, 85, 21, .22); }
.button-outline { color: var(--forest-dark); background: transparent; border-color: rgba(200, 155, 69, .8); }
.button-outline:hover { background: rgba(255, 250, 240, .72); }
.button-outline-light { color: #fff; background: rgba(32, 59, 43, .2); border-color: rgba(255, 250, 240, .64); }
.button-outline-light:hover { background: rgba(255, 250, 240, .12); }
.button-icon { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.small-icon, .contact-icon, .list-icon, .rail-icon { fill: none; stroke: currentColor; stroke-width: 1.65; stroke-linecap: round; stroke-linejoin: round; }
.small-icon { width: 21px; height: 21px; }

.home-hero { position: relative; display: grid; min-height: min(790px, calc(100svh - 92px)); overflow: hidden; color: #fff; background: var(--forest-dark); }
.home-hero-image, .home-hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.home-hero-image { object-fit: cover; object-position: center 45%; }
.home-hero-shade { background: linear-gradient(90deg, rgba(14, 28, 20, .82), rgba(14, 28, 20, .48) 52%, rgba(14, 28, 20, .08)); }
.home-hero-content { position: relative; z-index: 2; display: flex; align-self: center; flex-direction: column; padding-bottom: 42px; }
.home-hero h1 { max-width: 760px; margin-bottom: 26px; color: #fffaf0; text-shadow: 0 4px 26px rgba(0, 0, 0, .2); }
.home-hero-content > p { max-width: 680px; margin-bottom: 34px; color: rgba(255, 250, 240, .9); font-size: clamp(1.13rem, 1.9vw, 1.42rem); }
.hero-actions { display: flex; flex-wrap: wrap; margin-top: 26px; gap: 14px; }
.home-hero .hero-actions { margin-top: 0; }
.hero-practical { display: flex; align-items: center; margin-top: 32px; gap: 30px; color: rgba(255, 250, 240, .86); font-size: .93rem; }
.hero-practical span, .hero-practical a { display: flex; align-items: center; gap: 9px; text-decoration: none; }
.soft-wave { position: absolute; z-index: 3; right: -3%; bottom: -55px; left: -3%; height: 110px; background: var(--cream); border-radius: 50% 48% 0 0 / 65% 54% 0 0; transform: rotate(-.7deg); }

.section-intro { max-width: 720px; margin-bottom: 62px; }
.section-intro h2 { margin-bottom: 20px; }
.section-intro p { color: var(--muted); font-size: 1.08rem; }
.section-intro.centered { margin-right: auto; margin-left: auto; text-align: center; }
.choice-list { border-top: 1px solid var(--line); }
.choice-item { position: relative; display: grid; grid-template-columns: 290px 1fr auto; align-items: center; min-height: 210px; padding: 28px 0; gap: clamp(28px, 5vw, 74px); border-bottom: 1px solid var(--line); text-decoration: none; }
.choice-item img { width: 290px; height: 155px; object-fit: cover; border-radius: var(--radius-sm); filter: saturate(.82); transition: filter 260ms ease, transform 400ms ease; }
.choice-item span { color: var(--gold); font-size: .75rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.choice-item h3 { margin: 8px 0 10px; }
.choice-item p { margin: 0; color: var(--muted); }
.choice-arrow { width: 48px; height: 48px; padding: 11px; fill: none; stroke: var(--forest); stroke-width: 1.2; border: 1px solid var(--line); border-radius: 50%; transition: color 180ms ease, background 180ms ease, transform 260ms ease; }
.choice-item:hover img { filter: saturate(1); transform: scale(1.015); }
.choice-item:hover .choice-arrow { color: #fff; background: var(--forest); transform: translateX(5px); }

.facts-band { color: var(--cream-light); background: var(--forest); }
.facts-grid { display: grid; grid-template-columns: repeat(4, 1fr); min-height: 186px; }
.fact { display: flex; align-items: center; justify-content: center; padding: 30px; gap: 18px; border-right: 1px solid rgba(221, 174, 84, .38); }
.fact:last-child { border-right: 0; }
.fact-icon { width: 50px; height: 50px; fill: none; stroke: var(--gold-light); stroke-width: 1.45; stroke-linecap: round; stroke-linejoin: round; }
.fact p { margin: 0; }
.fact strong, .fact span { display: block; }
.fact strong { color: #fff; font-family: var(--serif); font-size: 1.75rem; font-weight: 500; line-height: 1.1; }
.fact span { color: rgba(255, 250, 240, .72); font-size: .84rem; }

.split-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(420px, .9fr); align-items: center; gap: clamp(54px, 8vw, 116px); }
.split-media { position: relative; overflow: hidden; aspect-ratio: 1.12; border: 1px solid rgba(200, 155, 69, .52); border-radius: var(--radius-lg) 130px var(--radius-lg) var(--radius-lg); box-shadow: var(--shadow); }
.split-media img { width: 100%; height: 100%; object-fit: cover; }
.split-copy h2 { max-width: 680px; }
.compact-menu { margin-block: 36px; }
.menu-updated { margin: -18px 0 30px; color: var(--sage); font-size: .78rem; font-weight: 600; letter-spacing: .04em; }
.section-intro.centered .menu-updated { margin: 14px 0 0; }
.menu-list { border-top: 1px solid rgba(200, 155, 69, .58); }
.menu-item { display: grid; grid-template-columns: 1fr auto; align-items: end; padding: 18px 0; gap: 24px; border-bottom: 1px solid var(--line); }
.menu-item span, .menu-item strong { display: block; }
.menu-item span { margin-bottom: 2px; color: var(--sage); font-size: .75rem; text-transform: uppercase; letter-spacing: .08em; }
.menu-item strong { color: var(--forest-dark); font-family: var(--serif); font-size: 1.18rem; font-weight: 500; }
.menu-item b { color: var(--gold); font-family: var(--serif); font-size: 1.15rem; font-weight: 600; white-space: nowrap; }
.button-outline-dark { color: var(--forest-dark); background: transparent; border-color: var(--forest); }
.button-outline-dark:hover { color: #fff; background: var(--forest); }
.home-news-section { background: rgba(255, 250, 240, .62); border-top: 1px solid rgba(200, 155, 69, .3); }
.home-news-heading { margin-bottom: 48px; }
.home-news-heading h2 { margin-bottom: 14px; }
.home-news-heading p { margin: 0; color: var(--muted); font-size: 1.1rem; }
.home-news-list { margin-bottom: 34px; border-top: 1px solid rgba(200, 155, 69, .5); }
.home-news-row { display: grid; grid-template-columns: 150px minmax(250px, .8fr) minmax(320px, 1.2fr) 40px; align-items: center; min-height: 116px; padding: 22px 4px; gap: 30px; border-bottom: 1px solid var(--line); text-decoration: none; }
.home-news-row time { color: var(--gold); font-family: var(--serif); font-size: 1.25rem; }
.home-news-row h3 { margin: 0; font-size: clamp(1.65rem, 2.4vw, 2.4rem); }
.home-news-row p { margin: 0; color: var(--muted); }
.home-news-arrow { width: 30px; height: 30px; fill: none; stroke: var(--gold); stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; transition: transform 220ms ease; }
.home-news-row:hover .home-news-arrow { transform: translateX(6px); }
.visit-band { padding-block: 74px; color: #fff; background: var(--forest-dark); }
.visit-grid { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.visit-grid h2 { margin-bottom: 10px; color: var(--cream-light); font-size: clamp(2.6rem, 4.3vw, 4.5rem); }
.visit-grid p { margin: 0; color: rgba(255, 250, 240, .7); }
.visit-actions { display: flex; align-items: center; gap: 28px; }
.visit-actions > a:first-child { display: flex; align-items: center; gap: 10px; text-decoration: none; }

.page-hero { position: relative; min-height: 650px; padding: 56px 0 115px; background: var(--cream-light); }
.page-hero-grid { display: grid; grid-template-columns: .86fr 1.14fr; align-items: center; gap: clamp(40px, 7vw, 100px); }
.page-hero-copy h1 { margin-bottom: 28px; font-size: clamp(4rem, 6.5vw, 6.6rem); }
.page-hero-copy > p { max-width: 580px; color: #424d45; font-size: clamp(1.08rem, 1.6vw, 1.28rem); }
.page-hero-media { overflow: hidden; min-height: 510px; border-radius: 120px 32px 120px 32px; box-shadow: var(--shadow); }
.page-hero-media img { width: 100%; height: 100%; min-height: 510px; object-fit: cover; }
.page-hero-accommodation .page-hero-media img { object-position: center; }
.amenity-rail { display: flex; flex-wrap: wrap; margin-top: 38px; gap: 14px 25px; color: var(--forest); font-size: .86rem; }
.amenity-rail span { display: flex; align-items: center; gap: 7px; }
.rail-icon { width: 25px; height: 25px; }
.hours-callout { display: flex; align-items: center; margin-top: 38px; gap: 12px; color: var(--forest-dark); }
.hours-callout strong { margin-left: 5px; font-size: 1.05rem; }

.editorial-rows { display: grid; gap: 34px; }
.editorial-row { display: grid; grid-template-columns: 1.04fr .96fr; align-items: center; gap: clamp(45px, 7vw, 100px); }
.editorial-row-reverse { grid-template-columns: .96fr 1.04fr; }
.editorial-row-reverse img { order: 2; }
.editorial-row img { width: 100%; height: 430px; object-fit: cover; border-radius: var(--radius-md); }
.editorial-row h3 { margin-bottom: 22px; }
.editorial-row p { color: var(--muted); font-size: 1.07rem; }
.check-list { display: grid; padding: 0; gap: 12px; list-style: none; }
.check-list li { display: flex; align-items: center; gap: 10px; }
.list-icon { flex: 0 0 auto; width: 22px; height: 22px; color: var(--forest); }

.practical-section { padding-block: 94px; background: rgba(255, 250, 240, .62); border-block: 1px solid rgba(200, 155, 69, .26); }
.practical-grid { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid rgba(200, 155, 69, .35); border-radius: var(--radius-md); }
.practical-grid > div { min-height: 180px; padding: 34px 25px; text-align: center; border-right: 1px solid var(--line); }
.practical-grid > div:last-child { border-right: 0; }
.practical-grid strong, .practical-grid span { display: block; }
.practical-grid strong { color: var(--forest-dark); font-family: var(--serif); font-size: 2rem; font-weight: 500; }
.practical-grid span { margin: 5px 0 9px; color: var(--gold); font-size: .78rem; font-weight: 600; letter-spacing: .09em; text-transform: uppercase; }
.practical-grid p { margin: 0; color: var(--muted); font-size: .86rem; }

.form-section { background: var(--cream-deep); }
.form-panel { display: grid; grid-template-columns: .7fr 1.3fr; padding: clamp(32px, 5vw, 70px); gap: clamp(40px, 7vw, 94px); background: rgba(255, 250, 240, .7); border: 1px solid rgba(200, 155, 69, .35); border-radius: var(--radius-md); }
.form-panel h2 { margin-bottom: 20px; font-size: clamp(3rem, 4.8vw, 5rem); }
.form-panel > div > p { max-width: 360px; color: var(--muted); }
.form-panel-media { grid-template-columns: 1fr 1fr; align-items: stretch; }
.form-panel-media > img { width: 100%; height: 100%; min-height: 560px; object-fit: cover; border-radius: var(--radius-sm); }
.booking-form, .booking-form label { display: grid; gap: 8px; }
.booking-form { gap: 18px; }
.booking-form label { color: var(--forest-dark); font-size: .82rem; font-weight: 600; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.booking-form input, .booking-form select, .booking-form textarea { width: 100%; padding: 13px 14px; color: var(--ink); background: rgba(255, 252, 244, .8); border: 1px solid rgba(49, 92, 66, .25); border-radius: 9px; font-size: .96rem; font-weight: 400; }
.booking-form textarea { resize: vertical; }
.booking-form .button { justify-self: start; }
.form-status { min-height: 24px; margin: 0; color: var(--forest); font-weight: 600; }
.form-status.is-error { color: #8c3e2d; }

.daily-section { background: rgba(255, 250, 240, .6); }
.large-menu { margin-top: 44px; }
.large-menu .menu-item { padding: 25px 0; }
.large-menu .menu-item strong { font-size: clamp(1.2rem, 2vw, 1.5rem); }
.large-menu .menu-item b { font-size: 1.35rem; }
.center-actions { display: flex; justify-content: center; margin-top: 38px; }
.occasion-section { padding: 105px 0; border-block: 1px solid rgba(200, 155, 69, .28); }
.occasion-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.occasion-grid article { text-align: center; }
.occasion-grid img { width: 100%; aspect-ratio: 1.42; object-fit: cover; border-radius: var(--radius-sm); }
.occasion-grid h3 { margin: 22px 0 12px; font-size: 2rem; }
.occasion-grid p { color: var(--muted); }

.image-page-hero { position: relative; min-height: 680px; overflow: hidden; color: #fff; }
.image-page-hero > img, .image-page-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.image-page-hero > img { object-fit: cover; }
.image-page-shade { background: linear-gradient(90deg, rgba(20, 39, 28, .86), rgba(20, 39, 28, .48) 55%, transparent); }
.image-page-copy { position: relative; z-index: 2; padding-top: 135px; }
.image-page-copy h1 { max-width: 740px; margin-bottom: 30px; color: var(--cream-light); }
.image-page-copy p { max-width: 610px; color: rgba(255, 250, 240, .88); font-size: 1.22rem; }
.trips-section { padding: 110px 0 130px; background: var(--cream-light); }
.trip-list { border-top: 1px solid var(--line); }
.trip-list article { display: grid; grid-template-columns: 100px 1fr; padding: 35px 0; border-bottom: 1px solid var(--line); }
.trip-list article > span { color: var(--gold); font-family: var(--serif); font-size: 1.5rem; }
.trip-list h3 { margin-bottom: 10px; }
.trip-list p { max-width: 760px; margin: 0; color: var(--muted); }

.simple-page-head { padding: 95px 0 75px; background: var(--cream-light); text-align: center; border-bottom: 1px solid var(--line); }
.simple-page-head h1 { margin-bottom: 20px; }
.simple-page-head p { max-width: 650px; margin-inline: auto; color: var(--muted); font-size: 1.14rem; }
.gallery-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 24px; }
.gallery-item { grid-column: span 4; margin: 0; }
.gallery-wide { grid-column: span 8; }
.gallery-exterior { grid-column: span 7; }
.gallery-portrait { grid-column: span 5; }
.gallery-item button { overflow: hidden; width: 100%; padding: 0; background: transparent; border: 0; border-radius: var(--radius-md); cursor: zoom-in; }
.gallery-item img { width: 100%; height: 360px; object-fit: cover; transition: transform 500ms cubic-bezier(.2, .8, .2, 1); }
.gallery-wide img, .gallery-exterior img { height: 480px; }
.gallery-item button:hover img { transform: scale(1.035); }
.gallery-item figcaption { padding: 10px 3px 0; color: var(--muted); font-size: .85rem; }
.gallery-dialog { width: min(1100px, calc(100% - 34px)); padding: 0; background: transparent; border: 0; overflow: visible; }
.gallery-dialog::backdrop { background: rgba(12, 23, 17, .88); backdrop-filter: blur(5px); }
.gallery-dialog img { width: 100%; max-height: calc(100svh - 50px); object-fit: contain; border-radius: var(--radius-sm); }
.gallery-dialog .dialog-close { color: #fff; border-color: rgba(255,255,255,.5); top: -18px; right: -18px; background: var(--forest-dark); }

.legacy-history-hero { position: relative; display: grid; grid-template-columns: .38fr .62fr; min-height: 620px; overflow: hidden; color: var(--cream-light); background: var(--forest-dark); }
.legacy-history-copy { display: flex; align-items: center; padding: 35px clamp(36px, 5vw, 80px) 90px max(48px, calc((100vw - 1360px) / 2 + 48px)); }
.legacy-history-copy-inner { max-width: 540px; }
.legacy-history-copy h1 { margin-bottom: 28px; color: var(--cream-light); font-size: clamp(4rem, 6vw, 6.4rem); }
.legacy-history-copy-inner > span { display: block; width: min(420px, 100%); height: 1px; margin-bottom: 28px; background: var(--gold); }
.legacy-history-copy p { max-width: 430px; margin: 0; color: rgba(255, 250, 240, .86); font-family: var(--serif); font-size: clamp(1.1rem, 1.7vw, 1.35rem); }
.legacy-history-hero > img { width: 100%; height: 100%; min-height: 620px; object-fit: cover; object-position: center; }
.legacy-story { background: var(--cream); }
.legacy-story-grid { display: grid; grid-template-columns: .7fr 1.3fr; align-items: start; gap: clamp(55px, 8vw, 130px); }
.legacy-story-heading h2 { margin-bottom: 25px; font-size: clamp(3.2rem, 5vw, 5.2rem); }
.legacy-story-heading h2 span { color: var(--forest); }
.legacy-story-heading i { display: block; width: 72px; height: 2px; background: var(--gold); }
.legacy-story-copy { max-width: 800px; }
.legacy-story-copy p { color: #414b43; font-family: var(--serif); font-size: clamp(1.18rem, 1.8vw, 1.48rem); line-height: 1.58; }
.legacy-story-copy p + p { margin-top: 25px; }
.history-archive { padding: 20px 0 120px; background: var(--cream); }
.history-archive-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(24px, 3vw, 45px); }
.history-archive-item { position: relative; margin: 0; padding-top: 42px; border-top: 1px solid var(--gold); }
.history-archive-item::before { position: absolute; top: -7px; left: 50%; width: 13px; height: 13px; content: ""; background: var(--gold); border: 3px solid var(--cream); border-radius: 50%; transform: translateX(-50%); }
.history-archive-item figcaption { margin-bottom: 24px; color: var(--forest-dark); font-family: var(--serif); font-size: 1.45rem; text-align: center; }
.history-archive-item img { width: 100%; height: 390px; object-fit: cover; border: 1px solid rgba(200, 155, 69, .42); }
.history-archive-item:first-child img { object-position: center; }
.history-archive-item:nth-child(2) img { object-position: center; }
.history-archive-item:nth-child(3) img { object-position: center; }
.history-visit-band { border-top: 1px solid rgba(200, 155, 69, .45); }
.news-empty { grid-column: 1 / -1; margin: 0; padding: 42px 0; color: var(--muted); }
.news-archive-section { background: var(--cream); }
.news-archive-list { border-top: 1px solid rgba(200, 155, 69, .55); }
.news-archive-row { display: grid; grid-template-columns: 180px 1fr; padding: 42px 0; gap: 45px; border-bottom: 1px solid var(--line); scroll-margin-top: 120px; }
.news-archive-row time { color: var(--gold); font-family: var(--serif); font-size: 1.3rem; }
.news-archive-row h2 { margin-bottom: 12px; font-size: clamp(2rem, 3.5vw, 3.4rem); }
.news-archive-row p { max-width: 760px; margin: 0; color: var(--muted); font-size: 1.06rem; }

.contact-page { min-height: 70vh; }
.contact-head { max-width: 760px; margin-bottom: 70px; }
.contact-head h1 { margin-bottom: 24px; }
.contact-head p { color: var(--muted); font-size: 1.2rem; }
.contact-main { display: grid; grid-template-columns: 1.15fr .85fr; gap: 80px; }
.contact-details { display: grid; }
.contact-details > a { display: flex; align-items: center; padding: 24px 0; gap: 20px; border-bottom: 1px solid var(--line); text-decoration: none; }
.contact-details > a:first-child { border-top: 1px solid var(--line); }
.contact-icon { width: 30px; height: 30px; color: var(--gold); }
.contact-details small, .contact-details strong { display: block; }
.contact-details small { color: var(--muted); font-size: .72rem; letter-spacing: .09em; text-transform: uppercase; }
.contact-details strong { color: var(--forest-dark); font-family: var(--serif); font-size: 1.35rem; font-weight: 500; }
.contact-social { display: flex; margin-top: 30px; gap: 14px; }
.contact-social a { display: inline-flex; align-items: center; padding: 10px 15px; gap: 9px; color: var(--forest); border: 1px solid var(--line); border-radius: 9px; text-decoration: none; }
.hours-panel { padding: 42px; background: var(--cream-light); border: 1px solid rgba(200, 155, 69, .4); border-radius: var(--radius-md); }
.hours-panel h2 { font-size: 2.8rem; }
.hours-panel > div { display: flex; justify-content: space-between; padding: 13px 0; gap: 25px; border-bottom: 1px solid var(--line); }
.hours-panel p { margin: 24px 0 0; color: var(--muted); font-size: .85rem; }
.map-card { display: grid; grid-template-columns: 1.15fr .85fr; margin-top: 90px; overflow: hidden; background: var(--forest); border-radius: var(--radius-lg); }
.map-card img { width: 100%; height: 430px; object-fit: cover; }
.map-card > div { align-self: center; padding: 50px; color: #fff; }
.map-card h2 { color: var(--cream-light); font-size: 3.1rem; }
.map-card p { color: rgba(255, 250, 240, .75); }

.site-footer { padding-top: 70px; color: rgba(255, 250, 240, .76); background: var(--forest-dark); border-top: 1px solid rgba(200, 155, 69, .45); }
.footer-grid { display: grid; grid-template-columns: 1.25fr 1.25fr .9fr .7fr; padding-bottom: 54px; gap: clamp(32px, 5vw, 76px); }
.footer-grid > div:not(:first-child) { display: flex; align-items: flex-start; flex-direction: column; gap: 10px; }
.footer-grid h2 { margin: 4px 0 12px; color: var(--gold-light); font-family: var(--sans); font-size: .72rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.footer-grid a { display: flex; align-items: flex-start; gap: 9px; color: rgba(255, 250, 240, .8); font-size: .87rem; text-decoration: none; }
.footer-grid a:hover { color: #fff; }
.footer-brand { display: block; width: 210px; height: 86px; }
.footer-brand .brand-mark { height: 100%; background: var(--cream-light); }
.footer-brand-wrap p { color: rgba(255, 250, 240, .62); font-size: .86rem; }
.social-icon { width: 20px; height: 20px; fill: currentColor; stroke: none; }
.social-link .social-icon rect, .social-link .social-icon circle { fill: none; stroke: currentColor; stroke-width: 1.8; }
.social-link .social-icon .fill-dot { fill: currentColor; stroke: none; }
.footer-bottom { display: flex; justify-content: space-between; padding-block: 22px; border-top: 1px solid rgba(200, 155, 69, .35); }
.footer-bottom p { margin: 0; color: rgba(255, 250, 240, .48); font-size: .76rem; }
.footer-admin-link { color: inherit; text-decoration: none; }
.footer-admin-link:hover { color: rgba(255, 250, 240, .78); }

.booking-dialog { width: min(680px, calc(100% - 30px)); max-height: min(820px, calc(100svh - 30px)); padding: 42px; color: var(--ink); background: var(--cream); border: 1px solid rgba(200, 155, 69, .5); border-radius: var(--radius-md); box-shadow: 0 40px 100px rgba(15, 28, 21, .36); }
.booking-dialog::backdrop { background: rgba(17, 30, 23, .76); backdrop-filter: blur(5px); }
.dialog-close { position: absolute; z-index: 2; top: 18px; right: 20px; width: 42px; height: 42px; color: var(--forest-dark); background: transparent; border: 1px solid var(--line); border-radius: 50%; font-size: 1.7rem; line-height: 1; cursor: pointer; }
.dialog-heading h2 { margin-bottom: 14px; font-size: clamp(2.5rem, 7vw, 4rem); }
.dialog-heading p { max-width: 540px; color: var(--muted); }
.booking-dialog .booking-form { margin-top: 28px; }

.reveal { opacity: 1; transform: none; }
.has-js .reveal { opacity: 0; transform: translateY(24px); transition: opacity 700ms ease, transform 700ms ease; }
.has-js .reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1160px) {
  :root { --shell: min(100% - 44px, 980px); }
  .header-contact { display: flex; }
  .nav-toggle { display: block; }
  .main-nav { position: fixed; top: 92px; right: 0; bottom: 0; width: min(410px, 94vw); padding: 30px; flex-direction: column; align-items: flex-start; justify-content: flex-start; gap: 2px; background: var(--cream); box-shadow: -20px 30px 50px rgba(36, 55, 43, .17); transform: translateX(105%); visibility: hidden; pointer-events: none; transition: transform 260ms ease, visibility 0s linear 260ms; }
  .main-nav.is-open { transform: none; visibility: visible; pointer-events: auto; transition-delay: 0s; }
  .main-nav a { width: 100%; padding: 14px 0; color: var(--forest-dark); font-family: var(--serif); font-size: 1.5rem; }
  .nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  .nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
  .split-layout, .page-hero-grid { grid-template-columns: 1fr; }
  .page-hero-copy { padding-top: 26px; }
  .page-hero-media { min-height: 500px; }
  .choice-item { grid-template-columns: 240px 1fr auto; }
  .choice-item img { width: 240px; }
  .form-panel, .form-panel-media { grid-template-columns: 1fr; }
  .form-panel-media > img { max-height: 520px; }
  .contact-main { gap: 45px; }
}

@media (max-width: 820px) {
  :root { --shell: calc(100% - 30px); }
  .section-space { padding-block: 82px; }
  .brand { width: 170px; height: 70px; }
  .header-contact { display: none; }
  .home-hero { min-height: 760px; }
  .home-hero-image { object-position: 60% center; }
  .home-hero-shade { background: linear-gradient(90deg, rgba(14, 28, 20, .88), rgba(14, 28, 20, .45) 78%, rgba(14, 28, 20, .16)); }
  .home-hero-content { align-self: end; padding-bottom: 120px; }
  .home-hero h1 { font-size: clamp(4rem, 17vw, 6rem); }
  .choice-item { grid-template-columns: 130px 1fr; gap: 22px; }
  .choice-item img { width: 130px; height: 130px; }
  .choice-arrow { display: none; }
  .facts-grid { grid-template-columns: 1fr 1fr; }
  .fact:nth-child(2) { border-right: 0; }
  .fact:nth-child(-n + 2) { border-bottom: 1px solid rgba(221, 174, 84, .38); }
  .split-layout { gap: 48px; }
  .split-media { aspect-ratio: .95; border-radius: 30px 90px 30px 30px; }
  .visit-grid, .visit-actions { align-items: flex-start; flex-direction: column; }
  .page-hero { padding-top: 30px; }
  .page-hero-media, .page-hero-media img { min-height: 430px; }
  .editorial-row, .editorial-row-reverse { grid-template-columns: 1fr; gap: 32px; }
  .editorial-row-reverse img { order: 0; }
  .editorial-row img { height: 390px; }
  .practical-grid { grid-template-columns: 1fr 1fr; }
  .practical-grid > div:nth-child(2) { border-right: 0; }
  .practical-grid > div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .occasion-grid { grid-template-columns: 1fr; gap: 52px; }
  .occasion-grid img { max-height: 390px; }
  .gallery-item, .gallery-wide, .gallery-exterior, .gallery-portrait { grid-column: span 6; }
  .gallery-item img, .gallery-wide img, .gallery-exterior img { height: 330px; }
  .home-news-row { grid-template-columns: 130px 1fr 32px; gap: 20px; }
  .home-news-row p { grid-column: 2; }
  .home-news-arrow { grid-column: 3; grid-row: 1 / span 2; }
  .legacy-history-hero { grid-template-columns: 1fr; }
  .legacy-history-copy { min-height: 420px; padding: 70px 30px 90px; }
  .legacy-history-hero > img { min-height: 520px; }
  .legacy-story-grid { grid-template-columns: 1fr; }
  .history-archive-grid { grid-template-columns: 1fr; gap: 65px; }
  .history-archive-item img { height: auto; max-height: 520px; object-fit: contain; }
  .contact-main, .map-card { grid-template-columns: 1fr; }
  .map-card img { height: 350px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 560px) {
  html { scroll-padding-top: 78px; }
  .site-header { height: 78px; }
  .brand { width: 146px; height: 61px; padding: 8px 12px; }
  .main-nav { top: 78px; }
  .home-hero { min-height: 720px; }
  .home-hero-content { padding-bottom: 112px; }
  .home-hero-content > p { font-size: 1.05rem; }
  .hero-actions { align-items: stretch; flex-direction: column; width: 100%; }
  .hero-actions .button { width: 100%; }
  .hero-practical { align-items: flex-start; flex-direction: column; gap: 11px; }
  .choice-item { grid-template-columns: 1fr; }
  .choice-item img { width: 100%; height: 220px; }
  .facts-grid { grid-template-columns: 1fr 1fr; }
  .fact { min-height: 150px; padding: 20px 10px; flex-direction: column; gap: 8px; text-align: center; }
  .fact-icon { width: 42px; height: 42px; }
  .fact strong { font-size: 1.35rem; }
  .page-hero-copy h1 { font-size: clamp(3.8rem, 17vw, 5rem); }
  .page-hero-media, .page-hero-media img { min-height: 330px; }
  .page-hero-media { border-radius: 70px 22px 70px 22px; }
  .amenity-rail { flex-direction: column; }
  .editorial-row img { height: 300px; }
  .practical-grid { grid-template-columns: 1fr; }
  .practical-grid > div { border-right: 0; border-bottom: 1px solid var(--line); }
  .practical-grid > div:last-child { border-bottom: 0; }
  .form-panel { padding: 28px 20px; }
  .form-row { grid-template-columns: 1fr; }
  .form-panel-media > img { min-height: 320px; }
  .image-page-hero { min-height: 700px; }
  .image-page-copy { padding-top: 120px; }
  .image-page-copy h1 { font-size: clamp(4rem, 18vw, 5.5rem); }
  .trip-list article { grid-template-columns: 55px 1fr; }
  .gallery-item, .gallery-wide, .gallery-exterior, .gallery-portrait { grid-column: 1 / -1; }
  .gallery-item img, .gallery-wide img, .gallery-exterior img { height: 320px; }
  .home-news-row { grid-template-columns: 1fr 28px; padding: 28px 0; gap: 7px 15px; }
  .home-news-row time, .home-news-row h3, .home-news-row p { grid-column: 1; }
  .home-news-row time { font-size: 1.08rem; }
  .home-news-row h3 { margin-top: 5px; }
  .home-news-arrow { grid-column: 2; grid-row: 1 / span 3; }
  .legacy-history-copy h1 { font-size: clamp(3.8rem, 17vw, 5rem); }
  .legacy-history-hero > img { min-height: 350px; }
  .legacy-story-heading h2 { font-size: clamp(3.2rem, 14vw, 4.5rem); }
  .news-archive-row { grid-template-columns: 1fr; padding: 32px 0; gap: 12px; }
  .contact-head h1 { font-size: clamp(4rem, 18vw, 5.2rem); }
  .contact-details strong { font-size: 1.08rem; overflow-wrap: anywhere; }
  .contact-social { flex-direction: column; }
  .hours-panel, .map-card > div { padding: 30px 22px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 5px; }
  .booking-dialog { padding: 38px 20px 24px; }
  .site-announcement .shell { align-items: center; flex-direction: column; gap: 2px; }
  .site-announcement p { font-size: .88rem; line-height: 1.45; }
}

@media (prefers-reduced-motion: reduce) {
  @view-transition { navigation: none; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
  .has-js .reveal { opacity: 1; transform: none; }
}
