:root {
  --ink: #102f30;
  --petrol: #163f40;
  --petrol-light: #245759;
  --coral: #d97857;
  --coral-dark: #bd5d3e;
  --gold: #d6b16c;
  --gold-soft: #f1e2c3;
  --cream: #f6f0e7;
  --sand: #e6d7c4;
  --coral-soft: #f3ded5;
  --paper: #fffdf9;
  --text: #1b2928;
  --muted: #66716e;
  --line: rgba(16, 47, 48, .18);
  --shadow: 0 24px 70px rgba(11, 35, 35, .18);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--text);
  background: var(--paper);
  font-family: "Avenir Next", Avenir, "Segoe UI", Arial, sans-serif;
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select { font: inherit; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 100; background: white; padding: .7rem 1rem; }
.skip-link:focus { top: 1rem; }
.visually-hidden { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }

.site-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 20;
  height: 92px;
  padding: 0 clamp(1.25rem, 4vw, 5rem);
  display: grid;
  grid-template-columns: 180px 1fr auto;
  align-items: center;
  border-bottom: 1px solid rgba(255,255,255,.26);
  color: white;
}
.brand {
  display: flex;
  align-items: center;
}
.brand img, .footer-brand img {
  width: 156px;
  filter: brightness(1.18) contrast(1.32)
    drop-shadow(.4px 0 rgba(244,247,247,.55))
    drop-shadow(-.4px 0 rgba(244,247,247,.55));
}
.main-nav { justify-self: center; display: flex; align-items: center; gap: clamp(1rem, 2vw, 2.2rem); }
.main-nav a, .language-toggle { text-decoration: none; font-size: .86rem; font-weight: 800; letter-spacing: .055em; text-transform: uppercase; }
.main-nav a { position: relative; }
.main-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -.45rem; height: 2px; background: var(--coral); transition: right .2s ease; }
.main-nav a:hover::after, .main-nav a:focus-visible::after { right: 0; }
.language-toggle { border: 0; background: transparent; color: inherit; padding: .25rem; cursor: pointer; }
.header-cta, .booking-submit, .contact-book, .button-light {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: .8rem 1.25rem;
  border: 0;
  text-decoration: none;
  font-weight: 650;
  letter-spacing: .03em;
}
.header-cta { background: var(--coral); color: white; font-weight: 800; }
.header-cta:hover { background: var(--coral-dark); }
.menu-toggle { display: none; }

.hero { min-height: 760px; height: 92vh; position: relative; display: flex; align-items: flex-end; overflow: hidden; color: white; }
.hero-image, .hero-overlay { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-image { object-fit: cover; object-position: center; }
.hero-overlay { background: linear-gradient(90deg, rgba(7,28,29,.87) 0%, rgba(8,28,29,.55) 43%, rgba(8,25,26,.1) 73%), linear-gradient(0deg, rgba(8,28,29,.42), transparent 50%); }
.hero-content { position: relative; z-index: 2; width: min(1320px, calc(100% - 3rem)); margin: 0 auto; padding: 10rem 0 11rem; }
.eyebrow, .section-kicker { margin: 0 0 1.2rem; color: var(--coral); font-size: .8rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.hero h1, h2 { margin: 0; font-weight: 600; letter-spacing: -.045em; line-height: .98; }
.hero h1 { max-width: 870px; font-size: clamp(3.1rem, 6.7vw, 6.8rem); }
.hero-copy { max-width: 670px; margin: 2rem 0 0; font-size: clamp(1rem, 1.5vw, 1.25rem); color: rgba(255,255,255,.87); }

.booking-wrap { position: relative; z-index: 5; width: min(1320px, calc(100% - 3rem)); margin: -78px auto 0; }
.review-seal { position: absolute; top: -210px; right: 1rem; z-index: 6; width: 170px; height: 170px; border: 1px solid rgba(255,255,255,.36); border-radius: 50%; background: rgba(70,80,76,.68); color: white; box-shadow: 0 14px 34px rgba(7,28,29,.15); -webkit-backdrop-filter: blur(9px) saturate(.85); backdrop-filter: blur(9px) saturate(.85); display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; text-decoration: none; transition: transform .2s ease, background-color .2s ease, border-color .2s ease; }
.review-seal::before { display: none; }
.review-seal::after { display: none; }
.review-seal:hover { transform: translateY(-2px); border-color: rgba(214,177,108,.72); background: rgba(70,80,76,.78); }
.review-seal-score { color: white; font-size: 2.2rem; font-weight: 650; letter-spacing: -.035em; line-height: .92; }
.review-seal-score small { margin-left: .12rem; color: rgba(255,255,255,.72); font-size: .82rem; font-weight: 500; letter-spacing: 0; }
.review-seal-copy { margin-top: .55rem; display: grid; line-height: 1.25; }
.review-seal-copy strong { width: max-content; margin: 0 auto .1rem; padding: 0; background: transparent; color: rgba(255,255,255,.94); font-size: .76rem; font-weight: 600; letter-spacing: .015em; }
.review-seal-copy small { color: rgba(255,255,255,.72); font-size: .7rem; font-weight: 450; }
.review-seal-source { margin-top: .48rem; color: rgba(255,255,255,.9); font-size: .72rem; font-weight: 650; letter-spacing: 0; }
.booking-bar { min-height: 156px; display: grid; grid-template-columns: 1.35fr repeat(3, 1fr) 1.05fr; align-items: stretch; background: var(--paper); box-shadow: var(--shadow); border-top: 5px solid var(--gold); }
.booking-intro { background: var(--petrol); color: white; padding: 2rem; display: flex; flex-direction: column; justify-content: center; }
.booking-intro span { color: var(--gold); font-size: .76rem; letter-spacing: .14em; text-transform: uppercase; }
.booking-intro strong { font-size: 1.35rem; font-weight: 550; }
.booking-bar label { padding: 1.6rem 1.3rem; border-right: 1px solid var(--line); display: flex; flex-direction: column; justify-content: center; }
.booking-bar label span { font-size: .76rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); }
.booking-bar input, .booking-bar select { width: 100%; margin-top: .55rem; border: 0; background: transparent; color: var(--ink); font-weight: 600; outline: 0; }
.booking-bar input:focus, .booking-bar select:focus { box-shadow: 0 2px 0 var(--coral); }
.booking-submit { margin: 1.5rem; background: var(--coral); color: white; cursor: pointer; }
.booking-submit:hover { background: var(--coral-dark); }
.booking-status { min-height: 1.5rem; margin: .55rem 0 0; color: var(--petrol); font-size: .9rem; text-align: right; }

.facts { width: min(1220px, calc(100% - 3rem)); margin: 4.5rem auto 0; display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line); background: var(--cream); }
.facts div { position: relative; min-height: 168px; display: flex; flex-direction: column; justify-content: flex-end; padding: 1.55rem; border-right: 1px solid var(--line); }
.facts div:last-child { border-right: 0; }
.facts .fact-number { position: absolute; top: 1.25rem; left: 1.55rem; color: var(--coral); font-size: .72rem; font-weight: 800; letter-spacing: .12em; }
.facts strong { color: var(--petrol); font-size: clamp(1.25rem, 2vw, 1.7rem); font-weight: 800; line-height: 1.1; }
.facts span:not(.fact-number) { margin-top: .45rem; color: var(--muted); font-size: .88rem; }
.facts .fact-breakfast { background: var(--gold-soft); }
.facts .fact-parking { background: var(--coral-soft); }

.extras-strip { width: min(1220px, calc(100% - 3rem)); margin: 1rem auto 0; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.extras-strip > p, .extras-strip > div { min-width: 0; min-height: 92px; margin: 0; padding: 1rem 1.2rem; display: flex; flex-direction: column; justify-content: center; border-right: 1px solid var(--line); }
.extras-strip > div:last-child { border-right: 0; }
.extras-strip > p { align-items: center; color: var(--coral); font-size: .76rem; font-weight: 800; letter-spacing: .12em; text-align: center; text-transform: uppercase; }
.extras-strip strong { color: var(--ink); font-size: .96rem; }
.extras-strip span { color: var(--muted); font-size: .78rem; }

.section-shell { width: min(1220px, calc(100% - 3rem)); margin-inline: auto; }
.welcome { padding: 9rem 0; display: grid; grid-template-columns: .92fr 1.08fr; gap: clamp(3rem, 7vw, 8rem); align-items: center; }
.welcome-copy { padding-left: clamp(0rem, 4vw, 4rem); }
h2 { font-size: clamp(2.6rem, 5vw, 5rem); color: var(--ink); }
.welcome-copy > p:not(.section-kicker), .breakfast-copy > p:not(.section-kicker), .location-card > p:not(.section-kicker), .business-copy > p { margin: 2rem 0; color: var(--muted); font-size: 1.08rem; }
.welcome-image { margin: 0; position: relative; }
.welcome-image::before { content: ""; position: absolute; left: -24px; bottom: -24px; width: 42%; height: 42%; background: var(--coral); z-index: -1; }
.welcome-image img { width: 100%; aspect-ratio: 1.25; object-fit: cover; }
.welcome-image figcaption { position: absolute; right: 0; bottom: 0; padding: .85rem 1.15rem; background: var(--gold); color: var(--ink); font-size: .82rem; font-weight: 700; letter-spacing: .05em; }
.text-links { display: flex; gap: 1.5rem; flex-wrap: wrap; }
.text-links a, .business-copy a { color: var(--petrol); font-weight: 700; text-underline-offset: .3rem; }
.location-detail-link, .business-copy a { display: inline-flex; align-items: center; gap: .45rem; }
.location-detail-link::after, .business-copy a::after { content: "↗︎"; flex: 0 0 auto; font-family: Arial, sans-serif; font-size: .82em; font-weight: 400; line-height: 1; text-decoration: none; transform: translateY(-.08em); }

.rooms { padding: 8rem 0; background: var(--cream); }
.section-heading { display: grid; grid-template-columns: 1.2fr .8fr; gap: 5rem; align-items: end; margin-bottom: 4.5rem; }
.section-heading > p { color: var(--muted); margin: 0 0 .35rem; }
.room-editorial { display: grid; grid-template-columns: .8fr 1.2fr; background: var(--paper); }
.room-editorial > figure { margin: 0; min-height: 690px; }
.room-editorial > figure img { width: 100%; height: 100%; object-fit: cover; }
.room-list { padding: clamp(1rem, 3vw, 3rem); }
.room-list article { min-height: 100px; display: grid; grid-template-columns: 45px 1fr 42px; align-items: center; gap: 1rem; border-bottom: 1px solid var(--line); }
.room-list article > span { color: var(--coral); font-size: .75rem; font-weight: 700; }
.room-list h3 { margin: 0; color: var(--ink); font-size: 1.25rem; font-weight: 600; }
.room-list p { margin: .15rem 0 0; color: var(--muted); font-size: .88rem; }
.room-list a { width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid var(--line); color: var(--petrol); text-decoration: none; }
.room-list a:hover { background: var(--coral); color: white; border-color: var(--coral); }

.breakfast { padding: 9rem 0; display: grid; grid-template-columns: .88fr 1.12fr; gap: clamp(3rem, 8vw, 9rem); align-items: center; }
.breakfast-image { margin: 0; position: relative; }
.breakfast-image::after { content: "Inklusive"; position: absolute; right: -2rem; top: 3rem; width: 132px; height: 132px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.42); border-radius: 50%; background: rgba(214,177,108,.76); color: var(--ink); box-shadow: 0 14px 34px rgba(16,47,48,.14); -webkit-backdrop-filter: blur(5px); backdrop-filter: blur(5px); font-size: .8rem; font-weight: 650; letter-spacing: .045em; text-transform: uppercase; }
html[lang="en"] .breakfast-image::after { content: "Included"; }
.breakfast-image img { width: 100%; max-height: 680px; object-fit: cover; }
.breakfast-copy { padding-right: clamp(0rem, 4vw, 4rem); }
.breakfast-copy dl { margin: 2.5rem 0 0; border-top: 1px solid var(--line); }
.breakfast-copy dl div { display: flex; justify-content: space-between; gap: 1rem; padding: .8rem 0; border-bottom: 1px solid var(--line); }
.breakfast-copy dt { color: var(--muted); }
.breakfast-copy dd { margin: 0; color: var(--petrol); font-weight: 700; }

.gallery { padding: 8rem 0; background: var(--cream); }
.gallery-heading { margin-bottom: 3.5rem; display: grid; grid-template-columns: 1.2fr .8fr; gap: 4rem; align-items: end; }
.gallery-heading > p { max-width: 470px; margin: 0 0 .35rem; color: var(--muted); font-size: 1.05rem; }
.gallery-grid { display: grid; grid-template-columns: 1.25fr 1fr; gap: .75rem; }
.gallery-feature { min-height: 600px; }
.gallery-thumbs { display: grid; grid-template-columns: 1fr 1fr; gap: .75rem; }
.gallery-thumbs .gallery-card { min-height: 294px; }
.gallery-card { position: relative; padding: 0; overflow: hidden; border: 0; background: var(--ink); color: white; cursor: zoom-in; text-align: left; }
.gallery-card::after { content: ""; position: absolute; inset: 45% 0 0; background: linear-gradient(transparent, rgba(7,28,29,.7)); pointer-events: none; }
.gallery-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.gallery-card:hover img, .gallery-card:focus-visible img { transform: scale(1.025); }
.gallery-card > span { position: absolute; z-index: 2; left: 1rem; bottom: .85rem; font-size: .82rem; font-weight: 750; letter-spacing: .06em; text-transform: uppercase; }
.gallery-card .gallery-more { inset: 0; display: grid; place-items: center; background: rgba(7,28,29,.48); font-size: .92rem; text-align: center; }

.gallery-lightbox { width: min(1180px, calc(100% - 2rem)); max-width: none; padding: 0; border: 0; overflow: visible; background: transparent; color: white; }
.gallery-lightbox::backdrop { background: rgba(7,28,29,.94); backdrop-filter: blur(7px); }
.gallery-lightbox-inner { position: relative; }
.gallery-lightbox figure { min-height: 240px; margin: 0; display: grid; place-items: center; }
.gallery-lightbox figure img { width: auto; max-width: 100%; height: auto; max-height: min(78vh, 900px); object-fit: contain; background: rgba(255,255,255,.04); }
.gallery-lightbox figcaption { min-height: 52px; padding: .8rem .25rem 0; display: flex; justify-content: space-between; gap: 1rem; color: rgba(255,255,255,.82); font-size: .9rem; }
.gallery-close, .gallery-arrow { position: absolute; z-index: 3; display: grid; place-items: center; border: 0; border-radius: 50%; background: rgba(16,47,48,.84); color: white; cursor: pointer; }
.gallery-close { top: 1rem; right: 1rem; width: 48px; height: 48px; font-size: 1.8rem; }
.gallery-arrow { top: 50%; width: 52px; height: 52px; transform: translateY(-50%); font-size: 1.35rem; }
.gallery-previous { left: 1rem; }
.gallery-next { right: 1rem; }
.gallery-close:hover, .gallery-arrow:hover { background: var(--coral); }

.location { min-height: 680px; display: grid; grid-template-columns: 1.05fr .95fr; background: var(--petrol); }
.location-image { min-height: 680px; background: linear-gradient(rgba(16,47,48,.1), rgba(16,47,48,.1)), url("assets/location.webp") center/cover no-repeat; }
.location-card { padding: clamp(4rem, 8vw, 9rem); color: white; display: flex; flex-direction: column; justify-content: center; }
.location-card h2 { color: white; }
.location-card > p:not(.section-kicker) { color: rgba(255,255,255,.72); }
.location-card address { font-style: normal; font-size: 1.2rem; }
.location-actions { display: flex; align-items: center; gap: 1.5rem; margin-top: 2rem; flex-wrap: wrap; }
.location-actions span { color: rgba(255,255,255,.7); font-size: .88rem; }
.button-light { background: var(--paper); color: var(--ink); }
.location-detail-link { color: white; font-weight: 750; text-underline-offset: .3rem; }

.location-page { background: var(--paper); }
.location-hero { min-height: 620px; position: relative; display: flex; align-items: flex-end; overflow: hidden; color: white; }
.location-hero img, .location-hero::after { position: absolute; inset: 0; width: 100%; height: 100%; }
.location-hero img { object-fit: cover; }
.location-hero::after { content: ""; background: linear-gradient(90deg, rgba(7,28,29,.92), rgba(7,28,29,.5) 60%, rgba(7,28,29,.18)); }
.location-hero .hero-content { padding-bottom: 6.5rem; }
.location-hero h1 { max-width: 950px; margin: 0; font-size: clamp(3rem, 6.5vw, 6.4rem); font-weight: 650; letter-spacing: -.05em; line-height: .96; }
.location-intro { padding: 7.5rem 0; display: grid; grid-template-columns: .78fr 1.22fr; gap: clamp(3rem, 8vw, 8rem); align-items: start; }
.location-intro-copy > p { margin: 0 0 2.5rem; color: var(--muted); font-size: 1.08rem; }
.destination-grid { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); }
.destination-grid article { min-height: 205px; padding: 1.5rem 1.5rem 1.5rem 0; border-bottom: 1px solid var(--line); }
.destination-grid article:nth-child(odd) { border-right: 1px solid var(--line); padding-right: 1.8rem; }
.destination-grid article:nth-child(even) { padding-left: 1.8rem; }
.destination-grid span { color: var(--coral); font-size: .72rem; font-weight: 800; letter-spacing: .12em; }
.destination-grid h3 { margin: 2.3rem 0 .55rem; color: var(--ink); font-size: 1.2rem; line-height: 1.2; }
.destination-grid p { margin: 0; color: var(--muted); font-size: .88rem; line-height: 1.55; }
.map-section { display: grid; grid-template-columns: .84fr 1.16fr; min-height: 600px; background: var(--petrol); color: white; }
.map-copy { padding: clamp(4rem, 7vw, 8rem); display: flex; flex-direction: column; justify-content: center; }
.map-copy h2 { color: white; }
.map-copy address { margin: 2rem 0; font-style: normal; font-size: 1.08rem; }
.map-copy p:not(.section-kicker) { color: rgba(255,255,255,.72); }
.map-copy .button-light { align-self: flex-start; }
.map-shell { position: relative; min-height: 600px; background: var(--cream); }
.map-placeholder { position: absolute; inset: 0; padding: 3rem; display: grid; place-content: center; text-align: center; background: linear-gradient(135deg, var(--cream), var(--sand)); color: var(--ink); }
.map-mark { width: 68px; height: 68px; margin: 0 auto 1.4rem; display: grid; place-items: center; border-radius: 50%; background: var(--coral); color: white; font-size: 1.8rem; font-weight: 800; }
.map-placeholder strong { font-size: 1.3rem; }
.map-placeholder p { max-width: 440px; margin: .7rem auto 1.4rem; color: var(--muted); font-size: .88rem; }
.map-load { justify-self: center; min-height: 50px; padding: .75rem 1.25rem; border: 0; background: var(--ink); color: white; font: inherit; font-weight: 750; cursor: pointer; }
.map-shell iframe { width: 100%; height: 100%; min-height: 600px; border: 0; }
.map-shell iframe[hidden], .map-placeholder[hidden] { display: none; }

.business { padding: 9rem 0; display: grid; grid-template-columns: 1fr 1fr; gap: 8rem; align-items: end; }
.business-copy { padding-bottom: .5rem; }
.contact { background: var(--coral); color: white; padding: 7rem 1.5rem; text-align: center; }
.contact-inner { max-width: 950px; margin: auto; }
.contact .section-kicker { color: var(--ink); }
.contact h2 { color: white; }
.contact-links { display: flex; justify-content: center; gap: 2rem; flex-wrap: wrap; margin: 2.5rem 0; }
.contact-links a { font-size: clamp(1.05rem, 2vw, 1.4rem); font-weight: 600; }
.contact-book { background: var(--ink); color: white; }

footer { min-height: 270px; padding: 4rem clamp(1.5rem, 7vw, 7rem); background: var(--ink); color: rgba(255,255,255,.7); display: grid; grid-template-columns: 1fr 1fr; align-items: start; gap: 2rem; font-size: .9rem; }
footer .footer-brand { grid-column: 1 / -1; width: max-content; }
.footer-address p { margin: 0; }
.footer-social { margin-top: 1.35rem; display: flex; gap: .65rem; }
.social-link { width: 42px; height: 42px; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; color: white; display: grid; place-items: center; transition: background-color .2s ease, border-color .2s ease, transform .2s ease; }
.social-link:hover { border-color: var(--coral); background: var(--coral); transform: translateY(-2px); }
.social-link svg { width: 21px; height: 21px; }
.footer-meta { justify-self: end; display: grid; justify-items: end; gap: 1.4rem; }
.footer-reviews { display: grid; gap: .55rem; text-align: right; }
.footer-reviews > span { color: var(--gold); font-size: .72rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.footer-reviews div { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 1.1rem; }
.footer-reviews a { color: white; font-weight: 650; text-decoration-color: rgba(255,255,255,.35); }
.footer-reviews a:hover { text-decoration-color: var(--coral); }
footer nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 1.25rem; }
footer a { text-underline-offset: .25rem; }
.footer-cookie-link { padding: 0; border: 0; background: transparent; color: inherit; cursor: pointer; text-decoration: underline; text-underline-offset: .25rem; }
.footer-cookie-link:hover { color: white; }
.mobile-book { display: none; }

.cookie-banner[hidden], .cookie-settings-panel[hidden] { display: none; }
.cookie-banner { position: fixed; inset: auto 1rem 1rem; z-index: 80; }
.cookie-card { width: min(980px, 100%); margin: 0 auto; padding: 1.25rem 1.4rem; display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; background: rgba(255,253,249,.97); border: 1px solid rgba(16,47,48,.18); box-shadow: 0 18px 50px rgba(7,28,29,.24); }
.cookie-card p { margin: 0; color: var(--muted); font-size: .82rem; line-height: 1.4; }
.cookie-card .cookie-kicker, .cookie-settings-card .cookie-kicker { margin-bottom: .25rem; color: var(--coral); font-size: .72rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.cookie-actions { display: flex; align-items: center; gap: .55rem; flex: 0 0 auto; }
.cookie-button { min-height: 42px; padding: .6rem .85rem; border: 1px solid transparent; font-size: .78rem; font-weight: 750; cursor: pointer; }
.cookie-button-primary { background: var(--coral); color: white; }
.cookie-button-primary:hover { background: var(--coral-dark); }
.cookie-button-outline { border-color: var(--ink); background: transparent; color: var(--ink); }
.cookie-button-outline:hover { background: var(--cream); }
.cookie-button-muted { border-color: var(--line); background: transparent; color: var(--muted); }
.cookie-button-muted:hover { color: var(--ink); border-color: var(--ink); }
.cookie-settings-panel { position: fixed; inset: 0; z-index: 90; display: grid; place-items: center; padding: 1rem; background: rgba(7,28,29,.55); }
.cookie-settings-card { position: relative; width: min(500px, 100%); padding: 2rem; background: var(--paper); box-shadow: var(--shadow); }
.cookie-settings-card > p { margin: 0 0 1.1rem; color: var(--muted); font-size: .9rem; line-height: 1.55; }
.cookie-settings-card .cookie-kicker { margin-bottom: .5rem; }
.cookie-settings-close { position: absolute; top: .65rem; right: .65rem; width: 34px; height: 34px; border: 0; background: transparent; color: var(--ink); font-size: 1.5rem; cursor: pointer; }
.cookie-option { display: flex; align-items: flex-start; gap: .65rem; margin: 1.3rem 0 1.5rem; color: var(--ink); font-size: .9rem; line-height: 1.45; }
.cookie-option input { margin-top: .2rem; accent-color: var(--coral); }
.map-consent-status { min-height: 1.35em; color: var(--coral) !important; font-size: .8rem !important; }

.legal-hero { min-height: 420px; position: relative; display: flex; align-items: flex-end; overflow: hidden; background: var(--petrol); color: white; }
.legal-hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7,28,29,.66), rgba(7,28,29,.08)); pointer-events: none; }
.legal-hero .hero-content { z-index: 1; padding: 9rem 0 5rem; }
.legal-hero h1 { max-width: 950px; margin: 0; color: white; font-size: clamp(3rem, 6vw, 6rem); font-weight: 650; letter-spacing: -.05em; line-height: .96; }
.legal-main { padding: 6.5rem 0 8rem; }
.legal-content { width: min(850px, calc(100% - 3rem)); margin: 0 auto; }
.legal-content h2 { margin: 3rem 0 .8rem; color: var(--ink); font-size: clamp(1.45rem, 2.6vw, 2.1rem); line-height: 1.15; letter-spacing: -.025em; }
.legal-content h3 { margin: 2rem 0 .6rem; color: var(--ink); font-size: 1.15rem; line-height: 1.25; }
.legal-content h2:first-of-type { margin-top: 2rem; }
.legal-content p, .legal-content li { color: var(--muted); font-size: .98rem; line-height: 1.75; }
.legal-content p { margin: 0 0 1rem; }
.legal-content ul { margin: 0 0 1.1rem; padding-left: 1.3rem; }
.legal-content strong { color: var(--ink); }
.legal-content a { color: var(--petrol); text-underline-offset: .2rem; }
.legal-lead { color: var(--coral) !important; font-weight: 750; }
.legal-update { margin-top: 3.5rem !important; color: var(--petrol) !important; font-size: .85rem !important; font-weight: 700; }
.legal-back { margin-top: .75rem; }
.legal-content code { padding: .1rem .25rem; background: var(--cream); color: var(--petrol); font-size: .9em; }

:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } * { transition: none !important; } }

@media (max-width: 1050px) {
  .site-header { grid-template-columns: 160px 1fr auto; }
  .main-nav { gap: 1rem; }
  .main-nav a:nth-child(4) { display: none; }
  .booking-bar { grid-template-columns: 1.1fr repeat(3, 1fr); }
  .review-seal { top: -186px; right: .5rem; width: 150px; height: 150px; }
  .review-seal-score { font-size: 2.05rem; }
  .review-seal-copy { margin-top: .45rem; }
  .review-seal-source { margin-top: .4rem; }
  .booking-submit { grid-column: 1 / -1; margin: 0; }
  .section-heading { gap: 2rem; }
}

@media (max-width: 780px) {
  body { padding-bottom: 64px; }
  .site-header { position: absolute; height: 76px; padding: 0 1.15rem; grid-template-columns: 1fr auto; }
  .brand img { width: 132px; }
  .header-cta { display: none; }
  .menu-toggle { display: grid; gap: 5px; width: 44px; height: 44px; place-content: center; border: 0; background: transparent; color: white; cursor: pointer; }
  .menu-toggle span { display: block; width: 24px; height: 2px; background: currentColor; }
  .main-nav { display: none; position: absolute; top: 76px; left: 0; right: 0; padding: 1.5rem; background: var(--ink); flex-direction: column; align-items: flex-start; }
  .main-nav.open { display: flex; }
  .main-nav a:nth-child(4) { display: block; }
  .hero { min-height: 650px; height: 82vh; align-items: flex-end; }
  .hero-image { object-position: 63% center; }
  .hero-overlay { background: linear-gradient(0deg, rgba(7,28,29,.92), rgba(7,28,29,.12) 85%); }
  .hero-content { width: calc(100% - 2.3rem); padding: 7rem 0 7.5rem; }
  .hero h1 { font-size: clamp(2.75rem, 12vw, 4.2rem); }
  .hero-copy { font-size: 1rem; }
  .booking-wrap { width: calc(100% - 2rem); margin-top: -66px; padding-top: 102px; }
  .review-seal { position: absolute; top: -22px; right: .4rem; width: 120px; height: 120px; min-height: 0; margin: 0; padding: 0 .55rem; border-radius: 50%; background: rgba(70,80,76,.72); display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 0; text-align: center; }
  .review-seal:hover { transform: none; }
  .review-seal-score { min-width: auto; font-size: 1.6rem; }
  .review-seal-score small { font-size: .65rem; }
  .review-seal-copy { margin-top: .3rem; align-self: auto; line-height: 1.08; }
  .review-seal-copy strong { margin-bottom: .08rem; font-size: .64rem; }
  .review-seal-copy small { font-size: .61rem; }
  .review-seal-source { margin-top: .28rem; align-self: auto; font-size: .62rem; white-space: nowrap; }
  .booking-bar { grid-template-columns: 1fr 1fr; }
  .booking-intro { grid-column: 1 / -1; padding: 1.25rem; align-items: center; text-align: center; }
  .booking-bar label { padding: 1rem; }
  .booking-bar label:nth-of-type(3) { grid-column: 1 / -1; }
  .booking-submit { min-height: 58px; }
  .booking-status { text-align: left; }
  .facts { grid-template-columns: 1fr 1fr; margin-top: 2.5rem; }
  .facts div { min-height: 168px; justify-content: flex-start; padding-top: 4.25rem; }
  .facts strong { min-height: 1.25em; }
  .facts span:not(.fact-number) { line-height: 1.45; }
  .facts div:nth-child(2) { border-right: 0; }
  .facts div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .extras-strip { grid-template-columns: 1fr 1fr; }
  .extras-strip > p { grid-column: 1 / -1; min-height: 64px; border-right: 0; border-bottom: 1px solid var(--line); }
  .extras-strip > div { min-height: 100px; }
  .extras-strip > div:nth-of-type(2) { border-right: 0; }
  .extras-strip > div:last-child { grid-column: 1 / -1; border-top: 1px solid var(--line); }
  .welcome, .breakfast, .business, .section-heading, .gallery-heading { grid-template-columns: 1fr; }
  .welcome, .breakfast, .business { padding: 6rem 0; gap: 3rem; }
  .welcome-copy, .breakfast-copy { padding: 0; }
  .welcome-image { height: clamp(300px, 86vw, 390px); }
  .welcome-image img { height: 100%; aspect-ratio: auto; object-position: center 54%; }
  .section-heading { gap: 1.5rem; margin-bottom: 3rem; }
  .rooms { padding: 6rem 0; }
  .room-editorial { grid-template-columns: 1fr; }
  .room-editorial > figure { min-height: 460px; max-height: 570px; }
  .room-list { padding: 1rem; }
  .room-list article { grid-template-columns: 32px 1fr 38px; }
  .breakfast-image { width: calc(100% - 1.5rem); }
  .breakfast-image::after { right: -1.5rem; }
  .breakfast-image img { height: clamp(350px, 100vw, 440px); max-height: none; object-position: center 54%; }
  .gallery { padding: 6rem 0; }
  .gallery-heading { gap: 1.5rem; margin-bottom: 2.5rem; }
  .gallery-grid { grid-template-columns: 1fr; }
  .gallery-feature { min-height: 0; aspect-ratio: 4 / 3; }
  .gallery-thumbs .gallery-card { min-height: 0; aspect-ratio: 4 / 5; }
  .gallery-lightbox { width: calc(100% - 1rem); }
  .gallery-lightbox figure img { max-height: calc(100vh - 105px); }
  .gallery-lightbox figcaption { padding-inline: .5rem; }
  .gallery-arrow { width: 46px; height: 46px; }
  .gallery-previous { left: .6rem; }
  .gallery-next { right: .6rem; }
  .location { grid-template-columns: 1fr; }
  .location-image { min-height: 330px; }
  .location-card { padding: 4.5rem 1.5rem; }
  .location-intro { padding: 6rem 0; grid-template-columns: 1fr; gap: 2.5rem; }
  .map-section { grid-template-columns: 1fr; }
  .map-shell, .map-shell iframe { min-height: 450px; }
  .business { gap: 1rem; }
  footer { grid-template-columns: 1fr; align-items: start; }
  .footer-meta { justify-self: start; justify-items: start; }
  .footer-reviews { text-align: left; }
  .footer-reviews div, footer nav { justify-content: flex-start; }
  .mobile-book { display: flex; position: fixed; z-index: 50; bottom: 0; left: 0; right: 0; height: 64px; align-items: center; justify-content: center; background: var(--coral); color: white; text-decoration: none; font-weight: 750; }
  .cookie-banner { inset: auto .65rem calc(64px + .65rem); }
  .cookie-card { display: block; padding: 1.05rem; }
  .cookie-actions { margin-top: .9rem; display: grid; grid-template-columns: 1fr 1fr 1.2fr; }
  .cookie-button { width: 100%; padding-inline: .45rem; font-size: .72rem; }
  .legal-hero { min-height: 350px; }
  .legal-hero .hero-content { width: calc(100% - 2.3rem); padding: 7rem 0 3.5rem; }
  .legal-main { padding: 4.5rem 0 6rem; }
  .legal-content { width: calc(100% - 2.3rem); }
  .legal-content p, .legal-content li { font-size: .92rem; }
  .legal-content h2 { margin-top: 2.5rem; }
}

@media (max-width: 480px) {
  .section-shell { width: calc(100% - 2rem); }
  .booking-wrap { padding-top: 100px; }
  .review-seal { top: -16px; right: .2rem; width: 112px; height: 112px; padding-inline: .45rem; }
  .review-seal-score { font-size: 1.5rem; }
  .booking-bar { grid-template-columns: 1fr; }
  .booking-intro, .booking-bar label:nth-of-type(3), .booking-submit { grid-column: auto; }
  .booking-bar label { border-right: 0; border-bottom: 1px solid var(--line); }
  .facts { width: calc(100% - 2rem); }
  .extras-strip { width: calc(100% - 2rem); grid-template-columns: 1fr; }
  .extras-strip > p, .extras-strip > div, .extras-strip > div:nth-of-type(2) { grid-column: auto; border-right: 0; border-bottom: 1px solid var(--line); }
  .extras-strip > div:last-child { grid-column: auto; border-top: 0; }
  .destination-grid { grid-template-columns: 1fr; }
  .destination-grid article, .destination-grid article:nth-child(odd), .destination-grid article:nth-child(even) { min-height: 0; padding: 1.5rem 0; border-right: 0; }
  .destination-grid h3 { margin-top: 1.4rem; }
  .map-copy { padding: 4.5rem 1.25rem; }
  .map-placeholder { padding: 1.5rem; }
  .room-list h3 { font-size: 1.02rem; }
  .room-list p { font-size: .78rem; line-height: 1.4; }
  .contact-links { flex-direction: column; gap: .75rem; }
}
