:root {
  --ink: #18211d;
  --pine: #153a2e;
  --pine-dark: #0d2a21;
  --cream: #f5f0e7;
  --paper: #fbf8f2;
  --white: #ffffff;
  --gold: #c69b5d;
  --muted: #68716c;
  --line: rgba(24, 33, 29, 0.14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }

.screen-reader-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; }
.admin-bar .site-header { top: 32px; }

.site-header {
  position: absolute;
  z-index: 10;
  inset: 0 0 auto;
  height: 96px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1480px;
  margin: 0 auto;
  padding: 0 clamp(24px, 5vw, 72px);
  color: var(--white);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  isolation: isolate;
}
.brand-mark {
  position: relative;
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.5);
  border-radius: 50%;
  color: #f0d39f;
  font: italic 600 29px/1 "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif;
  letter-spacing: -.08em;
  box-shadow: inset 0 0 0 4px rgba(255,255,255,.035);
}
.brand-mark::after {
  content: "";
  position: absolute;
  right: -2px;
  bottom: 4px;
  width: 7px;
  height: 7px;
  border: 2px solid var(--pine-dark);
  border-radius: 50%;
  background: #d8b77f;
}
.brand-mark span { transform: translate(-1px, -1px); }
.brand-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
}
.brand-wordmark {
  display: flex;
  align-items: baseline;
  gap: 6px;
  white-space: nowrap;
  text-shadow: 0 1px 18px rgba(0,0,0,.16);
}
.brand-wordmark strong {
  font: italic 600 30px/.8 "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif;
  letter-spacing: -.045em;
}
.brand-prefix {
  color: rgba(255,255,255,.84);
  font: italic 500 14px/1 "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif;
  letter-spacing: .01em;
}
.brand-stars {
  align-self: flex-start;
  margin: 1px 0 0 -1px;
  color: #e2c38d;
  font-size: 7px;
  letter-spacing: 2px;
  line-height: 1;
  text-shadow: none;
}
.brand-rule {
  width: 48px;
  height: 1px;
  margin-left: 55px;
  background: linear-gradient(90deg, rgba(226,195,141,.95), rgba(226,195,141,0));
}

.desktop-nav { display: flex; align-items: center; gap: 32px; }
.desktop-nav a { font-size: 13px; font-weight: 600; opacity: .83; }
.desktop-nav a:hover { opacity: 1; }

.header-actions { display: flex; align-items: center; gap: 9px; flex-shrink: 0; }
.header-map-link,
.header-social-link {
  width: 43px;
  height: 43px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.5);
  background: rgba(255,255,255,.1);
  color: var(--white);
  backdrop-filter: blur(10px);
  transition: transform .2s ease, background .2s ease, border-color .2s ease;
}
.header-map-link:hover,
.header-social-link:hover { transform: translateY(-2px); border-color: var(--gold); background: rgba(255,255,255,.18); }
.header-map-link svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.header-social-link svg { width: 17px; height: 17px; fill: currentColor; }
.header-tour-link {
  min-height: 43px;
  display: inline-flex;
  align-items: center;
  padding: 0 10px;
  border-bottom: 1px solid rgba(255,255,255,.34);
  color: rgba(255,255,255,.88);
  font-size: 11px;
  font-weight: 700;
  white-space: nowrap;
  transition: color .2s ease, border-color .2s ease;
}
.header-tour-link:hover { border-color: var(--gold); color: var(--white); }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 25px;
  border: 1px solid var(--gold);
  background: var(--gold);
  color: #17241f;
  font-size: 13px;
  font-weight: 750;
  letter-spacing: .025em;
  transition: transform .2s ease, background .2s ease;
}
.button:hover { transform: translateY(-2px); background: #d5ac70; }
.button-small { min-height: 43px; padding: 0 19px; }
.site-header .button-small {
  border-color: rgba(255,255,255,.5);
  background: rgba(255,255,255,.1);
  color: var(--white);
  backdrop-filter: blur(10px);
}

.hero {
  position: relative;
  min-height: 810px;
  overflow: hidden;
  background: var(--pine-dark);
  color: var(--white);
}

.hero-copy {
  position: relative;
  z-index: 2;
  width: min(62%, 930px);
  min-height: 810px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 150px clamp(38px, 6vw, 104px) 76px max(38px, calc((100vw - 1480px) / 2 + 72px));
}

.eyebrow {
  margin: 0 0 24px;
  color: #dcc399;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .2em;
  text-transform: uppercase;
}

h1 {
  max-width: 720px;
  margin: 0;
  font: 500 clamp(48px, 5.35vw, 80px)/.98 Georgia, "Times New Roman", serif;
  letter-spacing: -.045em;
  text-wrap: balance;
}

.hero-lead {
  max-width: 590px;
  margin: 30px 0 0;
  color: rgba(255,255,255,.72);
  font-size: clamp(16px, 1.4vw, 19px);
  line-height: 1.65;
}

.hero-actions { display: flex; align-items: flex-start; flex-direction: column; gap: 17px; margin-top: 38px; }
.hero-action-buttons { display: flex; flex-wrap: wrap; gap: 10px; }
.hero-action-buttons .button { min-width: 205px; }
.hero-action-buttons .button-booking { border-color: var(--white); background: var(--white); color: var(--pine-dark); }
.hero-action-buttons .button-booking:hover { background: #f3eee5; }
.hero-phone-links {
  display: grid;
  grid-template-columns: repeat(2, auto);
  align-items: end;
  gap: 3px 17px;
}
.hero-phone-links small {
  grid-column: 1 / -1;
  color: #e2c38d;
  font-size: 8px;
  font-weight: 760;
  letter-spacing: .17em;
  text-transform: uppercase;
}
.hero-phone-links .text-link { padding: 3px 0 6px; }
.text-link {
  border-bottom: 1px solid rgba(255,255,255,.28);
  padding: 8px 0;
  font-size: 13px;
  font-weight: 650;
}
.text-link span { color: var(--gold); margin-left: 6px; }

.hero-facts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-width: 640px;
  margin: 60px 0 0;
  padding: 28px 0 0;
  border-top: 1px solid rgba(255,255,255,.15);
}
.hero-facts div { display: grid; padding-right: 18px; }
.hero-facts dt {
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: rgba(255,255,255,.48);
}
.hero-facts dd {
  margin: 7px 0 2px;
  font: 500 29px/1 Georgia, serif;
  color: var(--white);
}
.hero-facts span { display: block; margin-top: 5px; color: rgba(255,255,255,.58); font: 400 11px/1.35 Arial, Helvetica, sans-serif; }

.hero-visual { position: absolute; inset: 0; overflow: hidden; }
.hero-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(5,20,15,.96) 0%, rgba(7,25,19,.84) 34%, rgba(7,25,19,.38) 61%, rgba(7,25,19,.08) 100%),
    linear-gradient(180deg, rgba(6,20,15,.3) 0, transparent 38%, rgba(6,20,15,.34) 100%);
  pointer-events: none;
}
.hero-visual > img { width: 100%; height: 100%; object-fit: cover; object-position: center 48%; display: block; }
.hero-note {
  position: absolute;
  z-index: 2;
  top: 118px;
  right: clamp(24px, 4vw, 58px);
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  border: 1px solid rgba(255,255,255,.32);
  background: rgba(9,30,23,.42);
  backdrop-filter: blur(12px);
  color: rgba(255,255,255,.9);
  font-size: 11px;
  font-weight: 650;
}
.note-dot { width: 7px; height: 7px; border-radius: 50%; background: #a8d6a1; box-shadow: 0 0 0 4px rgba(168,214,161,.16); }
.hero-card {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  width: min(330px, 78%);
  display: grid;
  padding: 30px 34px;
  background: var(--cream);
  color: var(--ink);
}
.hero-card span { color: var(--muted); font-size: 10px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.hero-card strong { margin: 10px 0 7px; font: 500 27px/1.1 Georgia, serif; }
.hero-card small { color: var(--muted); line-height: 1.45; }

.trust-strip {
  max-width: 1480px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 0 auto;
  padding: 0 clamp(24px, 5vw, 72px);
  background: var(--paper);
}
.trust-strip p {
  min-height: 116px;
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 0;
  padding: 0 28px;
  border-right: 1px solid var(--line);
  font: 500 16px/1.35 Georgia, serif;
}
.trust-strip p:first-child { padding-left: 0; }
.trust-strip p:last-child { border-right: 0; }
.trust-strip span { color: var(--gold); font: 700 10px/1 var(--font-geist), sans-serif; letter-spacing: .12em; }

.daily-menu-feature {
  padding: clamp(72px, 7vw, 108px) 0;
  background: #e8dfd1;
}
.daily-menu-feature-grid {
  display: grid;
  grid-template-columns: minmax(0, .88fr) minmax(420px, 1fr);
  align-items: center;
  gap: clamp(48px, 8vw, 118px);
}
.daily-menu-feature-copy h2 { max-width: 680px; }
.daily-menu-feature-copy > p:not(.section-kicker) {
  max-width: 570px;
  margin: 27px 0 0;
  color: #505a55;
  font-size: 15px;
  line-height: 1.75;
}
.daily-menu-feature-copy .button { margin-top: 31px; }

.section-shell {
  width: 100%;
  max-width: 1480px;
  margin: 0 auto;
  padding-left: clamp(24px, 5vw, 72px);
  padding-right: clamp(24px, 5vw, 72px);
}
.section-space { padding-top: clamp(96px, 10vw, 150px); padding-bottom: clamp(96px, 10vw, 150px); }
.section-kicker {
  margin: 0 0 20px;
  color: #8b6b3e;
  font-size: 10px;
  font-weight: 750;
  letter-spacing: .2em;
  text-transform: uppercase;
}
.section-kicker-light { color: #d8b77f; }
h2 {
  margin: 0;
  font: 500 clamp(40px, 4.6vw, 67px)/1.02 Georgia, "Times New Roman", serif;
  letter-spacing: -.04em;
  text-wrap: balance;
}
h3 { text-wrap: balance; }
[id] { scroll-margin-top: 24px; }
.arrow-link {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  padding: 10px 0;
  border-bottom: 1px solid var(--line);
  font-size: 13px;
  font-weight: 720;
}
.arrow-link span { color: var(--gold); font-size: 18px; }
.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 48px;
  margin-bottom: 64px;
}
.section-heading > div { max-width: 820px; }

.intro-section { background: var(--cream); }
.intro {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(380px, .75fr);
  gap: clamp(70px, 12vw, 180px);
  align-items: start;
}
.intro h2 { max-width: 720px; }
.intro-copy { padding-top: 36px; }
.intro-copy p {
  margin: 0 0 24px;
  color: #47514c;
  font-size: 17px;
  line-height: 1.75;
}
.intro-copy p:first-child { color: var(--ink); font-size: 20px; }

.awards { background: #e8dece; }
.award-layout {
  display: grid;
  grid-template-columns: minmax(0, .72fr) minmax(520px, 1.28fr);
  gap: clamp(60px, 9vw, 130px);
  align-items: start;
}
.award-copy h2 { max-width: 650px; }
.award-copy > p:last-child {
  max-width: 580px;
  margin: 28px 0 0;
  color: #59625e;
  font-size: 15px;
  line-height: 1.75;
}
.award-list { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.award-item {
  min-height: 440px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
  border: 1px solid rgba(24,33,29,.15);
  background: var(--paper);
  transition: transform .25s ease, box-shadow .25s ease;
}
.award-item:hover { transform: translateY(-4px); box-shadow: 0 18px 50px rgba(38,45,40,.1); }
.award-year {
  color: #9a7746;
  font: 500 clamp(48px, 5vw, 70px)/1 Georgia, serif;
  letter-spacing: -.045em;
}
.award-details { display: grid; }
.award-details small {
  margin-bottom: 12px;
  color: #8b6b3e;
  font-size: 9px;
  font-weight: 760;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.award-details strong { font: 500 28px/1.12 Georgia, serif; letter-spacing: -.025em; }
.award-details > span { margin-top: 16px; color: #616a65; font-size: 12px; line-height: 1.65; }
.award-details em { margin-top: 24px; color: #8b6b3e; font-size: 10px; font-style: normal; font-weight: 750; }
.award-gold { border-color: #b4874c; background: var(--pine-dark); color: var(--white); }
.award-gold .award-year, .award-gold .award-details small, .award-gold .award-details em { color: #d8b77f; }
.award-gold .award-details > span { color: rgba(255,255,255,.6); }

.rooms {
  padding-bottom: clamp(72px, 7vw, 105px);
  background: var(--cream);
}
.rooms + .intro-section .intro { padding-top: 0; }
.room-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr)) minmax(245px, .74fr);
  align-items: start;
  gap: clamp(22px, 3vw, 40px);
}
.room-card { min-width: 0; }
.room-card-offset { margin-top: 74px; }
.room-image { position: relative; aspect-ratio: 4/3; overflow: hidden; background: #d9d2c5; }
.room-image img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .6s ease; }
.room-image-comfort img { object-position: center 65%; }
.room-card:hover .room-image img { transform: scale(1.025); }
.room-image span {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 11px 15px;
  background: rgba(13,42,33,.92);
  color: var(--white);
  font-size: 9px;
  font-weight: 750;
  letter-spacing: .15em;
  text-transform: uppercase;
}
.room-copy { padding: 24px 4px 0; }
.room-copy > div > p {
  margin: 0 0 8px;
  color: #8b6b3e;
  font-size: 10px;
  font-weight: 750;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.room-copy h3 { margin: 0; font: 500 clamp(24px, 2vw, 31px)/1.15 Georgia, serif; letter-spacing: -.025em; }
.room-copy > p { margin: 18px 0 0; color: var(--muted); font-size: 12px; line-height: 1.6; }
.price-card {
  align-self: start;
  display: grid;
  margin-top: 110px;
  padding: 34px 30px;
  background: var(--pine-dark);
  color: var(--white);
}
.price-card > p:first-child { margin: 0 0 24px; color: #d8b77f; font-size: 9px; font-weight: 750; letter-spacing: .16em; text-transform: uppercase; }
.price-lead { display: grid; }
.price-lead strong { font: 500 clamp(42px, 4vw, 58px)/1 Georgia, serif; letter-spacing: -.045em; white-space: nowrap; }
.price-lead span { margin-top: 8px; color: rgba(255,255,255,.55); font-size: 11px; }
.price-lines { display: grid; margin-top: 25px; border-top: 1px solid rgba(255,255,255,.15); }
.price-lines div { display: flex; justify-content: space-between; gap: 12px; padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,.11); }
.price-lines span { color: rgba(255,255,255,.62); font-size: 10px; line-height: 1.35; }
.price-lines b { color: var(--white); font: 500 17px/1 Georgia, serif; white-space: nowrap; }
.price-card .price-note { margin: 20px 0 0; color: rgba(255,255,255,.5); font-size: 9px; line-height: 1.55; }
.price-actions { display: grid; gap: 9px; margin-top: 26px; }
.price-card .price-actions a {
  display: grid;
  gap: 6px;
  margin: 0;
  padding: 13px 14px;
  border: 1px solid rgba(255,255,255,.24);
  color: var(--white);
}
.price-card .price-actions a span { color: #d8b77f; font-size: 8px; font-weight: 760; letter-spacing: .12em; text-transform: uppercase; }
.price-card .price-actions a strong { font-size: 11px; line-height: 1.35; }
.price-card .price-actions .price-booking-link { border-color: var(--gold); background: var(--gold); color: var(--pine-dark); }
.price-card .price-actions .price-booking-link span { color: rgba(13,42,33,.7); }

.price-ratings {
  display: grid;
  gap: 10px;
  margin-top: 21px;
  padding-top: 17px;
  border-top: 1px solid rgba(255,255,255,.15);
}
.price-ratings-heading {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 8px;
}
.price-ratings-heading > span {
  color: #d8b77f;
  font-size: 8px;
  font-weight: 760;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.price-ratings-heading > small { color: rgba(255,255,255,.42); font-size: 7px; white-space: nowrap; }
.price-ratings-links { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 6px; }
.price-ratings-links a {
  min-width: 0;
  display: grid;
  gap: 5px;
  padding: 9px 10px;
  border: 1px solid rgba(255,255,255,.16);
  color: var(--white);
  transition: border-color .2s ease, background .2s ease;
}
.price-ratings-links a:hover { border-color: rgba(216,183,127,.75); background: rgba(255,255,255,.06); }
.price-ratings-links span { color: rgba(255,255,255,.55); font-size: 7px; font-weight: 750; text-transform: uppercase; }
.price-ratings-links strong { font: 500 18px/1 Georgia, serif; white-space: nowrap; }
.price-ratings-links strong small { color: rgba(255,255,255,.48); font: 500 8px/1 Arial, Helvetica, sans-serif; }

.virtual-tour { background: var(--paper); }
.virtual-tour-heading { align-items: end; }
.virtual-tour-heading > div { max-width: 900px; }
.virtual-tour-intro {
  max-width: 680px;
  margin: 25px 0 0;
  color: #59635e;
  font-size: 15px;
  line-height: 1.7;
}
.virtual-tour-frame {
  position: relative;
  aspect-ratio: 16 / 9;
  min-height: 420px;
  overflow: hidden;
  background: var(--pine-dark);
  box-shadow: 0 28px 70px rgba(20, 35, 29, .16);
}
.virtual-tour-frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.amenities {
  padding: clamp(90px, 9vw, 140px) 0;
  background: var(--pine-dark);
  color: var(--white);
}
.amenities-header { display: grid; grid-template-columns: .4fr 1fr; align-items: start; gap: 40px; }
.amenities-header h2 { max-width: 820px; }
.amenity-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 78px; }
.amenity-grid article { min-height: 230px; padding: 28px 28px 24px; border-top: 1px solid rgba(255,255,255,.18); border-right: 1px solid rgba(255,255,255,.13); }
.amenity-grid article:first-child { padding-left: 0; }
.amenity-grid article:last-child { border-right: 0; }
.amenity-grid span { color: var(--gold); font-size: 9px; font-weight: 800; letter-spacing: .14em; }
.amenity-grid h3 { margin: 72px 0 13px; font: 500 24px/1.1 Georgia, serif; }
.amenity-grid p { margin: 0; color: rgba(255,255,255,.57); font-size: 12px; line-height: 1.65; }

.dining { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(380px, .8fr); gap: clamp(58px, 9vw, 130px); align-items: center; }
#akcie-catering { scroll-margin-top: 24px; }
.dining-image { position: relative; min-height: 640px; }
.dining-image img { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; display: block; }
.dining-image span {
  position: absolute;
  right: -30px;
  bottom: 44px;
  max-width: 210px;
  padding: 22px 25px;
  background: var(--gold);
  color: var(--pine-dark);
  font: 500 18px/1.25 Georgia, serif;
}
.dining-copy > p:not(.section-kicker) { margin: 25px 0 0; color: #505a55; font-size: 15px; line-height: 1.75; }
.service-pills { display: flex; flex-wrap: wrap; gap: 8px; margin: 30px 0 22px; }
.service-pills span { padding: 9px 12px; border: 1px solid var(--line); color: #4e5853; font-size: 10px; font-weight: 650; }
.event-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 26px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.event-facts > div { display: grid; gap: 7px; padding: 18px 14px 18px 0; }
.event-facts > div + div { padding-left: 14px; border-left: 1px solid var(--line); }
.event-facts strong { color: var(--pine-dark); font: 500 20px/1 Georgia, serif; }
.event-facts span { color: var(--muted); font-size: 9px; font-weight: 700; line-height: 1.45; text-transform: uppercase; }
.event-contact-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 8px 24px;
  margin-top: 29px;
  padding: 24px 27px 23px 30px;
  border: 1px solid rgba(198,155,93,.55);
  background:
    radial-gradient(circle at 100% 0, rgba(198,155,93,.18), transparent 44%),
    linear-gradient(145deg, var(--pine) 0%, var(--pine-dark) 100%);
  box-shadow: 0 16px 36px rgba(13,42,33,.16);
  color: var(--white);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.event-contact-card:hover {
  transform: translateY(-2px);
  border-color: #e2c38d;
  box-shadow: 0 20px 44px rgba(13,42,33,.22);
}
.event-contact-label {
  grid-column: 1 / -1;
  color: #e2c38d;
  font-size: 9px;
  font-weight: 780;
  letter-spacing: .17em;
  text-transform: uppercase;
}
.event-contact-card > strong {
  font: 500 clamp(23px, 2.2vw, 31px)/1.1 Georgia, serif;
  letter-spacing: -.02em;
}
.event-contact-card > b {
  color: #efd7aa;
  font-size: clamp(16px, 1.4vw, 20px);
  white-space: nowrap;
}
.event-contact-card > small {
  grid-column: 1 / -1;
  color: rgba(255,255,255,.66);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .07em;
  text-transform: uppercase;
}
.event-contact-card > small i {
  margin-left: 6px;
  color: var(--gold);
  font-size: 16px;
  font-style: normal;
}

.area { background: #ebe4d8; }
.section-aside { max-width: 310px; margin: 0 0 8px; color: #58615d; font-size: 14px; line-height: 1.65; }
.distance-grid { display: grid; grid-template-columns: repeat(5, 1fr); border-top: 1px solid rgba(24,33,29,.25); }
.distance-grid article { min-height: 245px; display: flex; flex-direction: column; padding: 28px 24px 30px; border-right: 1px solid rgba(24,33,29,.14); border-bottom: 1px solid rgba(24,33,29,.16); }
.distance-grid article:nth-child(5n) { border-right: 0; }
.distance-grid strong { display: flex; justify-content: space-between; gap: 10px; color: #8b6b3e; font-size: 10px; letter-spacing: .15em; text-transform: uppercase; }
.distance-grid strong span:last-child { color: #59625e; letter-spacing: .09em; text-align: right; }
.distance-grid h3 { margin: auto 0 13px; font: 500 24px/1.08 Georgia, serif; }
.distance-grid p { margin: 0; color: #59625e; font-size: 12px; line-height: 1.65; }
.distance-note { margin-top: 20px; color: #68716d; font-size: 11px; line-height: 1.6; }

.faq-section { background: #f4f0e8; }
.faq-layout {
  display: grid;
  grid-template-columns: minmax(270px, .64fr) minmax(480px, 1fr);
  gap: clamp(60px, 10vw, 150px);
  align-items: start;
}
.faq-heading { position: sticky; top: 112px; }
.faq-heading h2 { max-width: 610px; }
.faq-heading > p:not(.section-kicker) { max-width: 470px; margin: 26px 0 24px; color: #59635e; font-size: 15px; line-height: 1.7; }
.faq-list { border-top: 1px solid rgba(24,33,29,.25); }
.faq-group-title {
  margin: 0;
  padding: 22px 0 15px;
  border-bottom: 1px solid rgba(24,33,29,.2);
  color: #8b6b3e;
  font: 800 9px/1.3 Arial, sans-serif;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.faq-group-title-events { margin-top: 42px; border-top: 1px solid rgba(24,33,29,.25); }
.faq-item { border-bottom: 1px solid rgba(24,33,29,.2); }
.faq-item summary {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 34px;
  align-items: center;
  gap: 24px;
  padding: 25px 0;
  cursor: pointer;
  list-style: none;
  color: var(--ink);
  font: 500 clamp(19px, 2vw, 24px)/1.3 Georgia, serif;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary b {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(24,33,29,.25);
  border-radius: 50%;
  color: #8b6b3e;
  font: 400 20px/1 Arial, sans-serif;
  transition: transform .2s ease, background .2s ease;
}
.faq-item[open] summary b { transform: rotate(45deg); background: var(--pine-dark); color: var(--white); }
.faq-answer { padding: 0 56px 29px 0; }
.faq-answer > p { margin: 0; color: #515b56; font-size: 14px; line-height: 1.8; }
.breakfast-offer { margin-top: 23px; padding: 22px; background: #e9dfcf; }
.breakfast-price { display: flex; align-items: baseline; justify-content: space-between; gap: 18px; margin: 0 0 17px !important; padding-bottom: 14px; border-bottom: 1px solid rgba(24,33,29,.16); }
.breakfast-price strong { color: var(--pine-dark); font: 600 20px/1.2 Georgia, serif; }
.breakfast-price span { color: #7e5f35; font-size: 12px; font-weight: 800; white-space: nowrap; }
.breakfast-label { margin: 0 0 10px !important; color: #7e5f35 !important; font-size: 9px !important; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.breakfast-offer ul { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px 24px; margin: 0; padding: 0 0 0 18px; }
.breakfast-offer li { color: #4e5853; font-size: 12px; line-height: 1.55; }
.breakfast-offer li + li { margin-top: 0; }
.breakfast-included { margin: 17px 0 0 !important; color: #5a645f !important; font-size: 11px !important; line-height: 1.6 !important; }
.breakfast-buffet { display: grid; gap: 6px; margin: 20px 0 0 !important; padding: 17px 0 0; border-top: 1px solid rgba(24,33,29,.16); }
.breakfast-buffet strong { color: var(--pine-dark); font-size: 13px; }
.breakfast-buffet span { color: #5a645f; font-size: 11px; line-height: 1.55; }

.location-band { display: grid; grid-template-columns: 1.12fr .88fr; min-height: 680px; background: var(--pine); color: var(--white); }
.location-photo { position: relative; min-height: 560px; overflow: hidden; }
.location-photo img { width: 100%; height: 100%; display: block; object-fit: cover; }
.location-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 58%, rgba(5, 22, 16, .62) 100%);
  pointer-events: none;
}
.location-photo-cta {
  position: absolute;
  z-index: 1;
  left: clamp(24px, 4vw, 60px);
  bottom: clamp(24px, 4vw, 52px);
  display: flex;
  align-items: center;
  gap: 14px;
  padding-bottom: 9px;
  border-bottom: 1px solid rgba(255,255,255,.62);
  color: var(--white);
  font-size: 12px;
  font-weight: 750;
}
.location-photo-cta b { color: #e7c994; font-size: 17px; }
.location-copy { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: clamp(60px, 8vw, 120px); }
.location-copy h2 { font-size: clamp(38px, 4vw, 59px); }
.location-address { width: 100%; margin: 35px 0 0; font-style: normal; }
.location-address a {
  display: grid;
  gap: 7px;
  padding: 24px 0;
  border-top: 1px solid rgba(255,255,255,.18);
  border-bottom: 1px solid rgba(255,255,255,.18);
}
.location-address span,
.location-meta span {
  color: #d8b77f;
  font-size: 9px;
  font-weight: 760;
  letter-spacing: .15em;
  text-transform: uppercase;
}
.location-address strong { color: var(--white); font: 500 clamp(27px, 2.5vw, 38px)/1.1 Georgia, serif; letter-spacing: -.025em; }
.location-address b { color: rgba(255,255,255,.68); font-size: 13px; font-weight: 600; }
.location-meta { width: 100%; display: grid; grid-template-columns: 1fr 1fr; margin-top: 20px; }
.location-meta div { display: grid; gap: 9px; padding: 3px 20px 3px 0; }
.location-meta div + div { padding-left: 20px; border-left: 1px solid rgba(255,255,255,.15); }
.location-meta strong { color: rgba(255,255,255,.82); font-size: 12px; line-height: 1.45; }
.location-copy > p:not(.section-kicker) { max-width: 450px; margin: 28px 0 30px; color: rgba(255,255,255,.66); line-height: 1.7; }

.contact { background: var(--paper); }
.contact-grid { display: grid; grid-template-columns: minmax(0, .8fr) minmax(410px, .85fr); gap: clamp(60px, 10vw, 150px); }
.contact-heading h2 { max-width: 700px; }
.contact-heading > p:last-child { max-width: 580px; margin: 28px 0 0; color: #59635e; font-size: 16px; line-height: 1.7; }
.contact-actions { border-top: 1px solid var(--line); }
.contact-main, .contact-row { transition: background .2s ease, padding .2s ease; }
.contact-main:hover, .contact-row:hover { background: var(--cream); padding-left: 16px; padding-right: 16px; }
.contact-main { display: grid; padding: 28px 0; border-bottom: 1px solid var(--line); }
.contact-main span, .contact-row span { color: #8b6b3e; font-size: 9px; font-weight: 750; letter-spacing: .14em; text-transform: uppercase; }
.contact-main strong { margin: 10px 0 7px; font: 500 clamp(29px, 3vw, 41px)/1 Georgia, serif; }
.contact-main small { color: var(--muted); }
.contact-row { display: grid; grid-template-columns: 120px 1fr; align-items: center; gap: 20px; padding: 22px 0; border-bottom: 1px solid var(--line); }
.contact-row strong { font-size: 13px; overflow-wrap: anywhere; }
.contact-primary-actions { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-bottom: 1px solid var(--line); }
.contact-primary-actions .contact-main { min-width: 0; padding: 28px 22px; border-bottom: 0; }
.contact-primary-actions .contact-main:first-child { padding-left: 0; }
.contact-primary-actions .contact-main + .contact-main { border-left: 1px solid var(--line); }
.contact-primary-actions .contact-main strong { font-size: clamp(24px, 2.2vw, 33px); overflow-wrap: anywhere; }
.contact-primary-actions .contact-main:hover { padding-left: 22px; padding-right: 22px; }
.contact-primary-actions .contact-main:first-child:hover { padding-left: 16px; }
.contact-primary-actions .contact-booking { padding-left: 24px; background: var(--pine-dark); color: var(--white); }
.contact-primary-actions .contact-booking span { color: #d8b77f; }
.contact-primary-actions .contact-booking small { color: rgba(255,255,255,.6); }
.contact-primary-actions .contact-booking:hover { padding-left: 24px; background: #174536; }
.stay-times { grid-column: 1 / -1; display: grid; grid-template-columns: 1fr 1fr; margin: 30px 0 0; border-top: 1px solid var(--line); }
.stay-times div { display: grid; padding: 28px 30px 0 0; }
.stay-times div + div { padding-left: 40px; border-left: 1px solid var(--line); }
.stay-times dt { color: #8b6b3e; font-size: 9px; font-weight: 750; letter-spacing: .14em; text-transform: uppercase; }
.stay-times dd { margin: 10px 0 5px; font: 500 27px/1 Georgia, serif; }
.stay-times span { display: block; margin-top: 7px; color: var(--muted); font: 400 11px/1.45 Arial, Helvetica, sans-serif; }

footer { padding: 74px 0 32px; background: #0b211a; color: var(--white); }
.footer-grid { display: grid; grid-template-columns: 1.3fr repeat(3, 1fr); gap: 48px; }
.footer-brand { align-self: start; }
.footer-grid > div > strong { color: #d8b77f; font-size: 9px; letter-spacing: .15em; text-transform: uppercase; }
.footer-grid p { margin: 15px 0 0; color: rgba(255,255,255,.6); font-size: 12px; line-height: 1.75; }
.footer-grid p a:hover { color: var(--white); }
.footer-bottom { display: flex; justify-content: space-between; margin-top: 64px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.4); font-size: 10px; }
.footer-links { display: flex; flex-wrap: wrap; gap: 14px 28px; }
.footer-bottom a:hover { color: var(--white); }
.footer-links a[href*="facebook.com"],
.subpage-footer-links a[href*="facebook.com"] { display: inline-flex; align-items: center; gap: 6px; }
.footer-links a[href*="facebook.com"]::before,
.subpage-footer-links a[href*="facebook.com"]::before {
  content: "f";
  width: 16px;
  height: 16px;
  display: inline-grid;
  place-items: center;
  border: 1px solid currentColor;
  border-radius: 50%;
  font: 700 10px/1 Arial, Helvetica, sans-serif;
}

.mobile-booking { display: none; }

.subpage-shell {
  min-height: 100vh;
  background:
    radial-gradient(circle at 85% 4%, rgba(198,155,93,.12), transparent 25%),
    var(--cream);
}
.subpage-header {
  min-height: 96px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 20px clamp(24px, 5vw, 72px);
  background: var(--pine-dark);
  color: var(--white);
}
.subpage-header .brand-mark { border-color: rgba(255,255,255,.45); }
.subpage-back {
  padding: 9px 0;
  border-bottom: 1px solid rgba(255,255,255,.28);
  color: rgba(255,255,255,.78);
  font-size: 12px;
  font-weight: 700;
}
.subpage-back:hover { color: var(--white); }
.subpage-button {
  appearance: none;
  border-width: 0 0 1px;
  border-color: rgba(255,255,255,.28);
  background: transparent;
  cursor: pointer;
  font-family: inherit;
}
.menu-page {
  width: min(1180px, calc(100% - 48px));
  display: grid;
  grid-template-columns: minmax(250px, .48fr) minmax(0, 1fr);
  gap: clamp(48px, 8vw, 110px);
  margin: 0 auto;
  padding: clamp(70px, 9vw, 130px) 0;
  align-items: start;
}
.menu-hero { position: sticky; top: 48px; }
.menu-hero h1, .admin-heading h1, .access-denied h1 {
  font-size: clamp(48px, 6vw, 76px);
  color: var(--pine-dark);
}
.menu-hero > .menu-intro,
.admin-heading > p:last-child,
.access-denied > p {
  max-width: 480px;
  margin: 28px 0 0;
  color: #56605b;
  font-size: 15px;
  line-height: 1.75;
}
.menu-hero > .menu-intro a { color: #8b6b3e; font-weight: 750; }
.kitchen-contact {
  position: relative;
  overflow: hidden;
  display: grid;
  gap: 11px;
  margin-top: 26px;
  padding: 24px 26px 25px 29px;
  border: 1px solid rgba(198,155,93,.5);
  background:
    radial-gradient(circle at 100% 0, rgba(198,155,93,.17), transparent 42%),
    linear-gradient(145deg, var(--pine) 0%, var(--pine-dark) 100%);
  box-shadow: 0 16px 36px rgba(13,42,33,.16);
  color: var(--white);
}
.kitchen-contact::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: var(--gold);
}
.kitchen-contact-label {
  color: #e2c38d;
  font-size: 9px;
  font-weight: 780;
  letter-spacing: .17em;
  text-transform: uppercase;
}
.kitchen-phone {
  width: fit-content;
  display: grid;
  gap: 9px;
  color: var(--white);
}
.kitchen-phone strong {
  font: 500 clamp(24px, 2.2vw, 30px)/1.05 Georgia, serif;
  letter-spacing: -.02em;
}
.kitchen-phone > span {
  width: fit-content;
  padding: 8px 11px;
  background: var(--gold);
  color: var(--pine-dark);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.kitchen-phone b { margin-left: 5px; }
.kitchen-phone:hover strong { color: #efd7aa; }
.kitchen-contact > p {
  max-width: 430px;
  margin: 1px 0 0;
  color: rgba(255,255,255,.7);
  font-size: 12px;
  line-height: 1.65;
}
.kitchen-contact-featured {
  min-height: 250px;
  align-content: center;
  margin-top: 0;
  padding: clamp(30px, 4vw, 52px);
}
.kitchen-contact-featured .kitchen-phone strong {
  font-size: clamp(30px, 3.5vw, 48px);
}
.kitchen-contact-featured .kitchen-phone > span { padding: 10px 13px; }
.kitchen-contact-featured > p { font-size: 13px; }
.menu-panel {
  min-width: 0;
  padding: clamp(24px, 4vw, 48px);
  border: 1px solid rgba(24,33,29,.13);
  background: var(--paper);
  box-shadow: 0 24px 70px rgba(35,44,39,.08);
}
.menu-meta {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 28px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--line);
}
.menu-meta > div { display: grid; gap: 7px; min-width: 0; }
.menu-meta span,
.admin-current > span,
.admin-user > span,
.upload-label {
  color: #8b6b3e;
  font-size: 9px;
  font-weight: 780;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.menu-meta strong { overflow-wrap: anywhere; font: 500 20px/1.2 Georgia, serif; }
.menu-meta p { margin: 0; color: var(--muted); font-size: 10px; white-space: nowrap; }
.menu-image { width: 100%; height: auto; display: block; background: var(--cream); }
.menu-pdf { width: 100%; min-height: 720px; display: block; border: 0; background: var(--cream); }
.subpage-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 25px; margin-top: 28px; }
.menu-empty { min-height: 480px; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.menu-empty > span {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  margin-bottom: 30px;
  border: 1px solid #b99057;
  border-radius: 50%;
  color: #8b6b3e;
  font: italic 500 29px/1 Georgia, serif;
}
.menu-empty h2 { max-width: 620px; font-size: clamp(35px, 4vw, 50px); }
.menu-empty p { margin: 22px 0 28px; color: var(--muted); line-height: 1.7; }
.subpage-footer {
  min-height: 92px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 24px clamp(24px, 5vw, 72px);
  background: var(--pine-dark);
  color: rgba(255,255,255,.5);
  font-size: 10px;
}
.subpage-footer-links { display: flex; align-items: center; flex-wrap: wrap; gap: 20px; }
.subpage-footer a:hover { color: var(--white); }
.cookie-settings-link {
  appearance: none;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
  font: inherit;
}
.cookie-settings-link:hover { color: var(--white); }

.legal-page {
  width: min(1160px, calc(100% - 48px));
  display: grid;
  grid-template-columns: minmax(230px, .42fr) minmax(0, 1fr);
  gap: clamp(50px, 8vw, 110px);
  margin: 0 auto;
  padding: clamp(70px, 9vw, 125px) 0;
  align-items: start;
}
.legal-heading { position: sticky; top: 48px; }
.legal-heading h1 {
  color: var(--pine-dark);
  font-size: clamp(44px, 5.7vw, 72px);
}
.legal-heading > p:last-child {
  margin: 25px 0 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.7;
}
.legal-content {
  padding: clamp(28px, 5vw, 58px);
  border: 1px solid rgba(24,33,29,.13);
  background: var(--paper);
  box-shadow: 0 24px 70px rgba(35,44,39,.08);
}
.legal-content section + section { margin-top: 48px; padding-top: 46px; border-top: 1px solid var(--line); }
.legal-content h2 { margin-bottom: 20px; font-size: clamp(27px, 3vw, 38px); }
.legal-content h3 { margin: 28px 0 10px; font: 600 19px/1.3 Georgia, serif; }
.legal-content p,
.legal-content li { color: #4c5751; font-size: 14px; line-height: 1.8; }
.legal-content p { margin: 0 0 16px; }
.legal-content ul { margin: 15px 0 0; padding-left: 20px; }
.legal-content li + li { margin-top: 10px; }
.legal-content a { color: #78592f; font-weight: 700; text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.legal-content address { color: #4c5751; font-style: normal; line-height: 1.8; }
.legal-content strong { color: var(--ink); }
.legal-note {
  margin: 25px 0 !important;
  padding: 20px 22px;
  border-left: 4px solid var(--gold);
  background: #eee5d7;
}
.terms-heading-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 21px; margin-top: 30px; }
.terms-heading-actions .button { min-height: 49px; }
.terms-time-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid var(--line); }
.terms-time-grid > div { padding: 24px 24px 4px 0; }
.terms-time-grid > div + div { padding-left: 28px; border-left: 1px solid var(--line); }
.terms-time-grid span { color: #8b6b3e; font-size: 9px; font-weight: 780; letter-spacing: .14em; text-transform: uppercase; }
.terms-time-grid strong { display: block; margin: 10px 0 12px; font: 500 26px/1 Georgia, serif; }
.terms-time-grid p { margin-bottom: 0; font-size: 12px; line-height: 1.65; }
.terms-rule-list { border-top: 1px solid var(--line); }
.terms-rule-list > div { display: grid; grid-template-columns: minmax(130px, .38fr) minmax(0, 1fr); gap: 24px; padding: 20px 0; border-bottom: 1px solid var(--line); }
.terms-rule-list > div > strong { font-size: 13px; }
.terms-rule-list p { margin: 0; font-size: 13px; line-height: 1.7; }
.breakfast-offer-standalone { margin-top: 25px; }
.stay-terms-content .breakfast-offer ul { margin-top: 0; }
.terms-contact-list { padding-left: 0 !important; list-style: none; }
.terms-contact-list li { padding: 10px 0; border-bottom: 1px solid var(--line); }
.legal-cookie-table { display: grid; margin-top: 22px; border-top: 1px solid var(--line); }
.legal-cookie-row {
  display: grid;
  grid-template-columns: minmax(130px, .42fr) minmax(0, 1fr);
  gap: 22px;
  padding: 20px 0;
  border-bottom: 1px solid var(--line);
}
.legal-cookie-row > strong { font-size: 13px; overflow-wrap: anywhere; }
.legal-cookie-row > div p:last-child { margin-bottom: 0; }
.legal-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 16px; margin-top: 28px; }
.legal-actions .cookie-settings-link { min-height: 48px; padding: 0 20px; border: 1px solid var(--gold); background: var(--gold); color: var(--pine-dark); font-size: 12px; font-weight: 760; }
.legal-actions .cookie-settings-link:hover { background: #d5ac70; }

[hidden] { display: none !important; }
.lindava-consent-decided .cookie-banner { display: none; }
.cookie-modal-open { overflow: hidden; }
.cookie-banner {
  position: fixed;
  z-index: 9998;
  right: 18px;
  bottom: 18px;
  left: 18px;
  width: min(1180px, calc(100% - 36px));
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 30px;
  margin: 0 auto;
  padding: 24px 26px;
  border: 1px solid rgba(226,195,141,.45);
  background: #0b211a;
  box-shadow: 0 20px 70px rgba(5,18,13,.35);
  color: var(--white);
}
.cookie-banner-copy { max-width: 700px; }
.cookie-banner-copy > span {
  color: #e2c38d;
  font-size: 9px;
  font-weight: 780;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.cookie-banner-copy p { margin: 9px 0 7px; color: rgba(255,255,255,.76); font-size: 12px; line-height: 1.65; }
.cookie-banner-copy a { color: #efd7aa; font-size: 10px; font-weight: 720; text-decoration: underline; text-underline-offset: 3px; }
.cookie-banner-actions { display: grid; grid-template-columns: repeat(2, minmax(145px, 1fr)); gap: 9px; min-width: 330px; }
.cookie-button,
.cookie-settings-button {
  appearance: none;
  min-height: 46px;
  padding: 0 16px;
  border: 1px solid rgba(255,255,255,.55);
  background: transparent;
  color: var(--white);
  cursor: pointer;
  font: 750 11px/1.25 Arial, Helvetica, sans-serif;
}
.cookie-button { transition: background .2s ease, border-color .2s ease; }
.cookie-button:hover { background: rgba(255,255,255,.1); }
.cookie-button-primary { border-color: var(--gold); background: var(--gold); color: var(--pine-dark); }
.cookie-button-primary:hover { background: #d5ac70; }
.cookie-banner-actions .cookie-button-secondary { grid-column: 1; grid-row: 1; }
.cookie-banner-actions .cookie-button-primary { grid-column: 2; grid-row: 1; }
.cookie-settings-button { grid-column: 1 / -1; min-height: 28px; border: 0; color: rgba(255,255,255,.72); text-decoration: underline; text-underline-offset: 3px; }
.cookie-banner-actions .cookie-settings-button { grid-row: 2; }
.cookie-modal { position: fixed; z-index: 10000; inset: 0; display: grid; place-items: center; padding: 24px; }
.cookie-modal-backdrop { position: absolute; inset: 0; width: 100%; border: 0; background: rgba(5,18,13,.72); cursor: default; backdrop-filter: blur(4px); }
.cookie-dialog {
  position: relative;
  z-index: 1;
  width: min(690px, 100%);
  max-height: calc(100vh - 48px);
  overflow: auto;
  padding: clamp(28px, 5vw, 48px);
  border: 1px solid rgba(24,33,29,.16);
  background: var(--paper);
  box-shadow: 0 28px 90px rgba(5,18,13,.38);
}
.cookie-dialog-close { position: absolute; top: 16px; right: 18px; width: 40px; height: 40px; border: 1px solid var(--line); background: transparent; color: var(--ink); cursor: pointer; font: 300 28px/1 Arial, sans-serif; }
.cookie-dialog h2 { max-width: 520px; color: var(--pine-dark); font-size: clamp(34px, 4.2vw, 48px); }
.cookie-dialog-intro { margin: 20px 0 0; color: var(--muted); font-size: 13px; line-height: 1.7; }
.cookie-preference-list { margin-top: 30px; border-top: 1px solid var(--line); }
.cookie-preference-row { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 28px; padding: 20px 0; border-bottom: 1px solid var(--line); }
.cookie-preference-row strong { font: 600 17px/1.3 Georgia, serif; }
.cookie-preference-row p { margin: 6px 0 0; color: var(--muted); font-size: 11px; line-height: 1.55; }
.cookie-always-on,
.cookie-external-label { color: #476653; font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.cookie-external-label { color: #8b6b3e; }
.cookie-switch { position: relative; width: 48px; height: 27px; display: block; }
.cookie-switch input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.cookie-switch > span { position: absolute; inset: 0; border-radius: 20px; background: #aeb4b0; cursor: pointer; transition: background .2s ease; }
.cookie-switch > span::after { content: ""; position: absolute; top: 4px; left: 4px; width: 19px; height: 19px; border-radius: 50%; background: var(--white); box-shadow: 0 1px 4px rgba(0,0,0,.2); transition: transform .2s ease; }
.cookie-switch input:checked + span { background: var(--pine); }
.cookie-switch input:checked + span::after { transform: translateX(21px); }
.cookie-switch input:focus-visible + span { outline: 2px solid var(--gold); outline-offset: 3px; }
.cookie-policy-links { display: flex; flex-wrap: wrap; gap: 20px; margin: 19px 0 0; }
.cookie-policy-links a { color: #78592f; font-size: 10px; font-weight: 720; text-decoration: underline; text-underline-offset: 3px; }
.cookie-dialog-actions { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; margin-top: 28px; }
.cookie-dialog .cookie-button-secondary { border-color: rgba(24,33,29,.45); color: var(--ink); }
.cookie-dialog .cookie-button-secondary:hover { background: var(--cream); }

.admin-page { padding-bottom: clamp(50px, 8vw, 100px); }
.admin-card {
  width: min(980px, calc(100% - 48px));
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, .5fr);
  gap: 42px 70px;
  margin: clamp(55px, 8vw, 105px) auto 0;
  padding: clamp(28px, 5vw, 65px);
  border: 1px solid rgba(24,33,29,.13);
  background: var(--paper);
  box-shadow: 0 24px 70px rgba(35,44,39,.08);
}
.admin-heading h1, .access-denied h1 { font-size: clamp(42px, 5vw, 64px); }
.login-card { max-width: 880px; align-items: start; }
.login-form {
  display: grid;
  gap: 20px;
  padding: 28px;
  border: 1px solid var(--line);
  background: var(--cream);
}
.login-form label { display: grid; gap: 9px; }
.login-form label > span {
  color: #6f5735;
  font-size: 9px;
  font-weight: 780;
  letter-spacing: .15em;
  text-transform: uppercase;
}
.login-form input {
  width: 100%;
  min-height: 52px;
  padding: 0 15px;
  border: 1px solid rgba(24,33,29,.22);
  border-radius: 0;
  background: var(--paper);
  color: var(--ink);
  font: 500 15px/1.2 var(--font-geist), Arial, sans-serif;
  outline: none;
}
.login-form input:focus { border-color: #9e7946; box-shadow: 0 0 0 3px rgba(198,155,93,.13); }
.login-form .button { width: 100%; border: 0; cursor: pointer; }
.login-form .button:disabled { opacity: .58; cursor: wait; transform: none; }
.login-status { margin: -3px 0 0; font-size: 12px; font-weight: 700; }
.login-status-error { color: #a43b31; }
.login-status-loading { color: #8b6b3e; }
.admin-current {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 26px;
  background: var(--pine-dark);
  color: var(--white);
}
.admin-current strong { margin-top: auto; padding-top: 50px; font: 500 23px/1.2 Georgia, serif; overflow-wrap: anywhere; }
.admin-current small { margin-top: 10px; color: rgba(255,255,255,.56); line-height: 1.55; }
.admin-current a { margin-top: 24px; color: #e4c58f; font-size: 11px; font-weight: 750; }
.upload-form { grid-column: 1 / -1; display: grid; gap: 18px; }
.upload-dropzone {
  position: relative;
  min-height: 205px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px;
  border: 1px dashed rgba(24,33,29,.32);
  background: var(--cream);
  text-align: center;
  cursor: pointer;
}
.upload-dropzone:hover { border-color: #9e7946; }
.upload-dropzone strong { max-width: 100%; margin: 15px 0 8px; font: 500 25px/1.2 Georgia, serif; overflow-wrap: anywhere; }
.upload-dropzone small { color: var(--muted); }
.upload-dropzone input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.upload-form .button { justify-self: start; border: 0; cursor: pointer; }
.upload-form .button:disabled { opacity: .58; cursor: wait; transform: none; }
.upload-status { margin: 0; font-size: 12px; font-weight: 700; }
.upload-status-success { color: #23613f; }
.upload-status-error { color: #a43b31; }
.upload-status-loading { color: #8b6b3e; }
.admin-user {
  grid-column: 1 / -1;
  display: grid;
  gap: 8px;
  padding-top: 26px;
  border-top: 1px solid var(--line);
}
.admin-user strong { font-size: 13px; overflow-wrap: anywhere; }
.admin-user p { max-width: 650px; margin: 5px 0 0; color: var(--muted); font-size: 11px; line-height: 1.65; }
.access-denied { display: block; max-width: 780px; }
.access-denied .button { margin-top: 30px; }

a:focus-visible, button:focus-visible { outline: 2px solid #e4b970; outline-offset: 4px; }

@media (max-width: 960px) {
  .site-header { height: 78px; }
  .header-social-link { display: none; }
  .desktop-nav { display: none; }
  .hero { display: grid; min-height: 0; overflow: visible; }
  .hero-copy {
    width: auto;
    min-height: 680px;
    padding: 126px 24px 58px;
    background:
      radial-gradient(circle at 20% 5%, rgba(198,155,93,.16), transparent 32%),
      linear-gradient(150deg, #153a2e 0%, #0d2a21 74%);
  }
  .hero-visual { position: relative; inset: auto; min-height: clamp(350px, 55vw, 500px); }
  .hero-visual::after { background: linear-gradient(180deg, rgba(6,20,15,.34) 0, transparent 42%, rgba(6,20,15,.3) 100%); }
  .hero-card { right: auto; left: 0; }
  .hero-facts { margin-top: 44px; }
  .trust-strip { grid-template-columns: 1fr; }
  .trust-strip p { min-height: 82px; border-right: 0; border-bottom: 1px solid var(--line); padding: 0; }
  .daily-menu-feature-grid { grid-template-columns: 1fr; }
  .daily-menu-feature-copy { max-width: 720px; }
  .kitchen-contact-featured { max-width: 720px; }
  .intro, .dining, .contact-grid { grid-template-columns: 1fr; }
  .intro { gap: 20px; }
  .intro-copy { max-width: 720px; padding-top: 0; }
  .award-layout { grid-template-columns: 1fr; }
  .award-copy { max-width: 760px; }
  .section-heading { grid-template-columns: 1fr; align-items: start; gap: 20px; }
  .room-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .price-card { grid-column: 1 / -1; margin-top: 16px; }
  .room-card-offset { margin-top: 40px; }
  .virtual-tour-frame { min-height: 360px; }
  .amenities-header { grid-template-columns: 1fr; gap: 12px; }
  .amenity-grid { grid-template-columns: 1fr 1fr; }
  .amenity-grid article:nth-child(2) { border-right: 0; }
  .dining-image { min-height: 560px; }
  .dining-copy { max-width: 720px; }
  .distance-grid { grid-template-columns: 1fr 1fr; }
  .distance-grid article:nth-child(5n) { border-right: 1px solid rgba(24,33,29,.14); }
  .distance-grid article:nth-child(2n) { border-right: 0; }
  .faq-layout { grid-template-columns: 1fr; gap: 48px; }
  .faq-heading { position: static; }
  .faq-heading h2, .faq-heading > p:not(.section-kicker) { max-width: 720px; }
  .location-band { grid-template-columns: 1fr; }
  .location-photo { min-height: 520px; }
  .contact-actions { max-width: 720px; }
  .footer-grid { grid-template-columns: 1.2fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 2; }
  .menu-page { grid-template-columns: 1fr; }
  .menu-hero { position: static; }
  .legal-page { grid-template-columns: 1fr; }
  .legal-heading { position: static; }
  .legal-heading > p:last-child { max-width: 620px; }
  .cookie-banner { grid-template-columns: 1fr; gap: 18px; }
  .cookie-banner-actions { width: 100%; min-width: 0; }
}

@media (min-width: 961px) {
  .section-space {
    padding-top: clamp(86px, 7vw, 112px);
    padding-bottom: clamp(86px, 7vw, 112px);
  }
  .price-card { margin-top: 74px; }
  .intro-section {
    background:
      linear-gradient(90deg, rgba(8,29,22,.93) 0%, rgba(8,29,22,.84) 43%, rgba(238,232,222,.9) 60%, rgba(238,232,222,.98) 100%),
      url("../images/about-reception.webp") center 50% / cover no-repeat;
  }
  .rooms + .intro-section .intro {
    min-height: 620px;
    align-items: center;
    padding-top: clamp(76px, 7vw, 112px);
    padding-bottom: clamp(76px, 7vw, 112px);
  }
  .intro .section-kicker { color: #e1bf85; }
  .intro h2 {
    color: var(--white);
    text-shadow: 0 2px 22px rgba(0,0,0,.24);
  }
  .intro-copy { padding-top: 0; }
  .intro-copy p { color: #435048; }
  .intro-copy p:first-child { color: #15261f; }
}

@media (min-width: 961px) and (max-width: 1200px) {
  .desktop-nav { gap: 13px; }
  .desktop-nav a { font-size: 11px; }
  .header-actions { gap: 6px; }
  .header-tour-link { padding-inline: 6px; font-size: 10px; }
  .site-header .button-small { padding-inline: 14px; }
  .header-social-link { display: none; }
}

@media (min-width: 621px) and (max-width: 960px) {
  body { padding-bottom: 58px; }
  .mobile-booking {
    position: fixed;
    z-index: 20;
    left: 0;
    right: 0;
    bottom: 0;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    min-height: 58px;
    box-shadow: 0 -8px 28px rgba(10,25,19,.18);
  }
  .mobile-booking a {
    display: grid;
    place-items: center;
    padding: 0 8px;
    background: var(--pine-dark);
    color: var(--white);
    font-size: 11px;
    font-weight: 750;
    text-align: center;
  }
  .mobile-booking a:first-child { background: #244f40; }
  .mobile-booking a:nth-child(3) { background: var(--gold); color: var(--pine-dark); }
  .mobile-booking .mobile-map-link { display: flex; flex-direction: row; gap: 7px; background: #244f40; }
  .mobile-map-link svg { width: 17px; height: 17px; flex: 0 0 auto; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
  .mobile-map-link span { line-height: 1; }
  .cookie-banner { bottom: 76px; }
}

@media (max-width: 620px) {
  .brand-wordmark { gap: 5px; }
  .brand-wordmark strong { font-size: clamp(23px, 6vw, 27px); }
  .brand-prefix { font-size: 12px; }
  .brand-stars { font-size: 6px; letter-spacing: 1.5px; }
  .brand-rule { width: 42px; margin-left: 47px; }
  .site-header .button-small { font-size: 11px; padding: 0 13px; }
  .header-tour-link {
    width: 43px;
    justify-content: center;
    padding: 0;
    border: 1px solid rgba(255,255,255,.5);
    font-size: 0;
  }
  .header-tour-link::after { content: "360°"; font-size: 10px; }
  h1 { font-size: clamp(43px, 13vw, 60px); }
  .hero-copy { min-height: 720px; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 12px; }
  .hero-action-buttons { display: grid; grid-template-columns: 1fr; }
  .hero-action-buttons .button { width: 100%; }
  .hero-phone-links { grid-template-columns: repeat(2, 1fr); gap: 3px 14px; }
  .hero-phone-links small { text-align: center; }
  .text-link { text-align: center; border: 0; }
  .hero-facts { gap: 12px; }
  .hero-facts dd { font-size: 23px; }
  .hero-facts span { font-size: 9px; }
  .hero-visual { min-height: 330px; }
  .hero-note { top: 22px; right: 20px; }
  .daily-menu-feature { padding: 72px 0; }
  .daily-menu-feature-grid { gap: 38px; }
  .kitchen-contact-featured { min-height: 0; padding: 29px 25px 28px; }
  .section-space { padding-top: 82px; padding-bottom: 82px; }
  h2 { font-size: 39px; }
  .award-list { grid-template-columns: 1fr; }
  .award-item { min-height: 360px; }
  .room-grid { grid-template-columns: 1fr; }
  .room-card-offset { margin-top: 0; }
  .price-card { grid-column: auto; margin-top: 8px; }
  .virtual-tour-heading { margin-bottom: 38px; }
  .virtual-tour-frame { min-height: 0; aspect-ratio: 4 / 3; box-shadow: 0 18px 44px rgba(20, 35, 29, .14); }
  .amenity-grid { grid-template-columns: 1fr; margin-top: 50px; }
  .amenity-grid article { min-height: auto; padding: 24px 0 30px; border-right: 0; }
  .amenity-grid h3 { margin-top: 38px; }
  .dining-image { min-height: 420px; }
  .dining-image span { right: 0; bottom: 0; max-width: 190px; }
  .event-facts { grid-template-columns: 1fr; }
  .event-facts > div { padding: 15px 0; }
  .event-facts > div + div { padding-left: 0; border-top: 1px solid var(--line); border-left: 0; }
  .event-contact-card { grid-template-columns: 1fr; padding: 23px 21px 22px 24px; }
  .event-contact-card > b { white-space: normal; }
  .distance-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .distance-grid article, .distance-grid article:nth-child(5n) { min-height: 215px; padding: 22px 14px 25px; border-right: 1px solid rgba(24,33,29,.14); }
  .distance-grid article:nth-child(2n) { border-right: 0; }
  .distance-grid h3 { font-size: 21px; }
  .distance-grid p { font-size: 11px; }
  .faq-layout { gap: 38px; }
  .faq-item summary { grid-template-columns: minmax(0, 1fr) 31px; gap: 15px; padding: 21px 0; }
  .faq-item summary b { width: 29px; height: 29px; }
  .faq-answer { padding: 0 0 24px; }
  .faq-group-title-events { margin-top: 30px; }
  .breakfast-offer { padding: 19px 16px; }
  .breakfast-price { align-items: flex-start; flex-direction: column; gap: 6px; }
  .breakfast-offer ul { grid-template-columns: 1fr; gap: 7px; }
  .location-photo { min-height: 390px; }
  .location-copy { padding: 70px 24px 80px; }
  .location-meta { grid-template-columns: 1fr; gap: 17px; }
  .location-meta div { padding: 0; }
  .location-meta div + div { padding: 17px 0 0; border-left: 0; border-top: 1px solid rgba(255,255,255,.15); }
  .contact-grid { gap: 48px; }
  .contact-primary-actions { grid-template-columns: 1fr; }
  .contact-primary-actions .contact-main,
  .contact-primary-actions .contact-main:first-child,
  .contact-primary-actions .contact-main:first-child:hover { padding-left: 0; padding-right: 0; }
  .contact-primary-actions .contact-main + .contact-main { border-top: 1px solid var(--line); border-left: 0; }
  .contact-primary-actions .contact-booking,
  .contact-primary-actions .contact-booking:hover { padding-left: 18px; padding-right: 18px; }
  .contact-row { grid-template-columns: 92px 1fr; }
  .stay-times { grid-template-columns: 1fr; }
  .stay-times div + div { margin-top: 24px; padding-left: 0; border-left: 0; border-top: 1px solid var(--line); }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid > div:last-child { grid-column: auto; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 18px; margin-bottom: 58px; }
  .mobile-booking {
    position: fixed;
    z-index: 20;
    left: 0;
    right: 0;
    bottom: 0;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    min-height: 56px;
    padding-bottom: env(safe-area-inset-bottom);
    box-shadow: 0 -8px 28px rgba(10,25,19,.18);
  }
  .mobile-booking a { display: grid; place-items: center; padding: 0 4px; background: var(--pine-dark); color: var(--white); font-size: clamp(9px, 2.6vw, 11px); font-weight: 750; text-align: center; }
  .mobile-booking a:first-child { background: #244f40; }
  .mobile-booking a:nth-child(3) { background: var(--gold); color: var(--pine-dark); }
  .mobile-booking .mobile-map-link { display: flex; flex-direction: row; gap: 5px; background: #244f40; }
  .mobile-map-link svg { width: 16px; height: 16px; flex: 0 0 auto; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
  .mobile-map-link span { line-height: 1; }
  .subpage-header { min-height: 80px; }
  .subpage-back { max-width: 120px; text-align: right; line-height: 1.45; }
  .menu-page, .admin-card { width: min(100% - 28px, 980px); }
  .menu-page { gap: 38px; padding: 58px 0 70px; }
  .menu-panel { padding: 21px; }
  .menu-meta { align-items: flex-start; flex-direction: column; gap: 11px; }
  .menu-meta p { white-space: normal; }
  .menu-pdf { min-height: 530px; }
  .subpage-actions { align-items: stretch; flex-direction: column; gap: 12px; }
  .subpage-actions .arrow-link { justify-content: center; }
  .menu-empty { min-height: 420px; }
  .subpage-footer { align-items: flex-start; flex-direction: column; }
  .subpage-footer-links { gap: 14px 18px; }
  .legal-page { width: min(100% - 28px, 980px); gap: 34px; padding: 58px 0 80px; }
  .legal-content { padding: 25px 20px; }
  .legal-content section + section { margin-top: 38px; padding-top: 36px; }
  .legal-cookie-row { grid-template-columns: 1fr; gap: 7px; }
  .terms-heading-actions { align-items: stretch; flex-direction: column; }
  .terms-heading-actions .button, .terms-heading-actions .arrow-link { justify-content: center; }
  .terms-time-grid { grid-template-columns: 1fr; }
  .terms-time-grid > div { padding-right: 0; }
  .terms-time-grid > div + div { margin-top: 20px; padding: 22px 0 4px; border-top: 1px solid var(--line); border-left: 0; }
  .terms-rule-list > div { grid-template-columns: 1fr; gap: 7px; }
  .cookie-banner {
    right: 10px;
    bottom: calc(66px + env(safe-area-inset-bottom));
    left: 10px;
    width: calc(100% - 20px);
    max-height: calc(100vh - 86px - env(safe-area-inset-bottom));
    overflow: auto;
    padding: 19px 18px;
  }
  .cookie-banner-copy p { font-size: 11px; }
  .cookie-banner-actions { grid-template-columns: 1fr; }
  .cookie-banner-actions .cookie-button-secondary,
  .cookie-banner-actions .cookie-button-primary,
  .cookie-banner-actions .cookie-settings-button { grid-column: 1; grid-row: auto; }
  .cookie-settings-button { order: 3; }
  .cookie-modal { padding: 10px; }
  .cookie-dialog { max-height: calc(100vh - 20px); padding: 31px 19px 24px; }
  .cookie-dialog-close { top: 10px; right: 10px; }
  .cookie-preference-row { gap: 16px; }
  .cookie-preference-info { grid-template-columns: 1fr; gap: 8px; }
  .cookie-dialog-actions { grid-template-columns: 1fr; }
  .admin-card { grid-template-columns: 1fr; gap: 34px; }
  .login-form { padding: 22px 18px; }
  .admin-current strong { padding-top: 44px; }
  .upload-dropzone { min-height: 180px; padding: 24px 16px; }
  .upload-form .button { width: 100%; }
}

@media (max-width: 782px) {
  .admin-bar .site-header { top: 46px; }
}

@media (max-width: 390px) {
  .site-header { padding-inline: 14px; }
  .brand { gap: 8px; }
  .brand-mark { width: 40px; height: 40px; font-size: 24px; }
  .brand-wordmark { gap: 4px; }
  .brand-wordmark strong { font-size: 22px; }
  .brand-prefix { font-size: 10px; }
  .brand-stars { font-size: 5px; letter-spacing: 1px; }
  .brand-rule { width: 36px; margin-left: 39px; }
  .site-header .button-small { min-height: 40px; padding: 0 10px; font-size: 10px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
