:root {
  --ink: #172b2e;
  --deep: #123a40;
  --deep-2: #0c2c31;
  --lake: #2f7077;
  --sky: #a8ced0;
  --cream: #eae3d6;
  --paper: #f4efe5;
  --sand: #d9c7a6;
  --gold: #c79c58;
  --line: rgba(23, 43, 46, .16);
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, Avenir, "Segoe UI", Helvetica, Arial, sans-serif;
  --shadow: 0 24px 70px rgba(12, 44, 49, .16);
  --shell: min(1180px, calc(100vw - 48px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); line-height: 1.65; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input { font: inherit; }
button { color: inherit; }
.shell { width: var(--shell); margin-inline: auto; }
.section { padding: 116px 0; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 16px; top: -100px; z-index: 1000; padding: 12px 18px; color: white; background: var(--deep); border-radius: 0 0 8px 8px; }
.skip-link:focus { top: 0; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; height: 82px; color: white; background: rgba(12, 44, 49, .58); border-bottom: 1px solid rgba(168, 206, 208, .26); box-shadow: 0 10px 35px rgba(6, 23, 26, .16); backdrop-filter: blur(10px); transition: background .3s ease, box-shadow .3s ease, height .3s ease; }
.site-header.is-scrolled { height: 70px; color: white; background: rgba(12, 44, 49, .76); box-shadow: 0 10px 35px rgba(6,23,26,.24); backdrop-filter: blur(14px); }
.header-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }
.brand strong { display: block; font: 600 25px/1 var(--serif); letter-spacing: .02em; }
.brand small { display: block; margin-top: 5px; font-size: 9px; line-height: 1; letter-spacing: .19em; text-transform: uppercase; opacity: .78; }
.brand-logo { width: 62px; height: 54px; flex: 0 0 auto; object-fit: contain; filter: drop-shadow(0 2px 7px rgba(3,24,28,.22)); }
.footer-brand .brand-logo { width: 82px; height: 70px; filter: none; }
.main-nav { display: flex; align-items: center; gap: 26px; }
.main-nav a { position: relative; padding: 8px 0; font-size: 13px; font-weight: 600; letter-spacing: .035em; text-decoration: none; }
.main-nav a:not(.nav-call)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 2px; height: 1px; background: currentColor; transition: right .25s ease; }
.main-nav a:hover::after, .main-nav a:focus-visible::after { right: 0; }
.main-nav .nav-call { padding: 11px 17px; border: 1px solid currentColor; border-radius: 100px; }
.site-header:not(.is-scrolled) .nav-call { background: rgba(255,255,255,.12); }
.menu-button { display: none; width: 44px; height: 44px; padding: 10px; background: transparent; border: 0; }
.menu-button i { display: block; height: 1px; margin: 6px 0; background: currentColor; transition: transform .2s, opacity .2s; }

.hero { position: relative; min-height: 820px; height: 100svh; max-height: 980px; color: white; overflow: hidden; background: var(--deep); }
.hero-image, .hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-image { object-fit: cover; object-position: 52% center; }
.hero-shade { background: linear-gradient(90deg, rgba(7,26,30,.78) 0%, rgba(7,26,30,.48) 42%, rgba(7,26,30,.06) 78%), linear-gradient(0deg, rgba(7,26,30,.38), transparent 55%); }
.hero-content { position: relative; z-index: 2; display: flex; min-height: 100%; flex-direction: column; justify-content: center; align-items: flex-start; padding-top: 86px; padding-bottom: 130px; }
.eyebrow { margin: 0 0 17px; color: var(--lake); font-size: 11px; font-weight: 700; letter-spacing: .25em; text-transform: uppercase; }
.eyebrow.light { color: #d8e8e7; }
h1, h2 { margin: 0; font-family: var(--serif); font-weight: 400; letter-spacing: -.025em; }
.hero h1 { max-width: 760px; font-size: clamp(52px, 5.7vw, 82px); line-height: 1; text-wrap: balance; }
.hero h1 em { color: #d5ebe8; font-weight: 400; }
.hero-copy { max-width: 610px; margin: 31px 0 0; color: rgba(255,255,255,.9); font-family: var(--serif); font-size: 20px; line-height: 1.5; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 35px; }
.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; gap: 9px; padding: 13px 22px; border: 1px solid transparent; border-radius: 100px; font-size: 13px; font-weight: 700; letter-spacing: .035em; text-decoration: none; cursor: pointer; transition: transform .2s, background .2s, border-color .2s; }
.hero-actions .button-primary { min-height: 58px; padding-inline: 27px; font-size: 14px; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: white; background: var(--lake); }
.button-primary:hover { background: #265f65; }
.button-ghost { color: white; border-color: rgba(255,255,255,.65); background: rgba(255,255,255,.06); backdrop-filter: blur(8px); }
.button-dark { color: white; background: var(--deep); }
.call-number { white-space: nowrap; }
.phone-note { margin: 12px 0 0 8px; color: rgba(255,255,255,.75); font-size: 11px; letter-spacing: .04em; }
.phone-note a { color: inherit; font-weight: 700; text-underline-offset: 3px; }
.hero-facts { position: absolute; z-index: 3; right: 0; bottom: 0; display: grid; grid-template-columns: repeat(3, minmax(155px, 1fr)); width: min(670px, 52vw); padding: 28px 48px 32px; color: var(--ink); background: rgba(255,253,248,.94); backdrop-filter: blur(14px); }
.hero-facts div { padding: 0 22px; border-left: 1px solid var(--line); }
.hero-facts div:first-child { border-left: 0; }
.hero-facts strong, .hero-facts span { display: block; }
.hero-facts strong { font: 600 16px/1.2 var(--serif); }
.hero-facts span { margin-top: 6px; color: #607073; font-size: 10px; line-height: 1.35; letter-spacing: .055em; text-transform: uppercase; }
.hero-wave { position: absolute; z-index: 4; left: 0; right: 0; bottom: -1px; height: 28px; overflow: hidden; }
.hero-wave {
  --wave-from: transparent;
  --wave-to: var(--paper);
  --wave-middle: #eee8dc;
  --wave-back: #e6ded0;
}

.intro { display: grid; grid-template-columns: .85fr 1.15fr; gap: 100px; align-items: start; }
h2 { font-size: clamp(38px, 4.2vw, 58px); line-height: 1.08; }
.intro-copy { padding-top: 9px; columns: 2; column-gap: 45px; }
.intro-copy p { margin-top: 0; }
.leisure-panel { grid-column: 1 / -1; display: grid; grid-template-columns: .72fr 1.28fr .9fr; gap: 35px; align-items: center; margin-top: 10px; padding: 34px 38px; background: rgba(47,112,119,.075); border: 1px solid rgba(47,112,119,.14); }
.leisure-panel .eyebrow { margin-bottom: 8px; }
.leisure-panel h3 { margin: 0; font: 400 29px/1.15 var(--serif); }
.leisure-panel > p { margin: 0; color: #53686b; font-size: 14px; }
.place-link { display: flex; min-height: 72px; align-items: center; justify-content: space-between; gap: 18px; padding: 15px 18px; color: white; background: var(--deep); border-radius: 3px; text-decoration: none; transition: transform .2s ease, background .2s ease; }
.place-link:hover { background: var(--lake); transform: translateY(-2px); }
.place-link strong, .place-link small { display: block; }
.place-link strong { font: 600 16px/1.2 var(--serif); }
.place-link small { margin-top: 4px; color: rgba(255,255,255,.7); font-size: 9px; line-height: 1.35; letter-spacing: .035em; }
.place-link > span:last-child { font-size: 22px; }
.lead { font-family: var(--serif); font-size: 21px; line-height: 1.55; }
.section-transition {
  --wave-from: var(--paper);
  --wave-to: var(--cream);
  --wave-middle: #e5ddcf;
  --wave-back: #dcd2c2;
  position: relative;
  z-index: 2;
  height: 34px;
  overflow: hidden;
  background: var(--wave-from);
}
.wave-layer {
  position: absolute;
  display: block;
  inset: 0 -390px;
  height: 34px;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='390' height='34' viewBox='0 0 390 34'%3E%3Cpath d='M0 13 C48 5 98 5 146 13 C195 21 244 21 293 13 C341 5 366 7 390 13 V34 H0Z' fill='black'/%3E%3C/svg%3E") repeat-x left bottom / 390px 34px;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='390' height='34' viewBox='0 0 390 34'%3E%3Cpath d='M0 13 C48 5 98 5 146 13 C195 21 244 21 293 13 C341 5 366 7 390 13 V34 H0Z' fill='black'/%3E%3C/svg%3E") repeat-x left bottom / 390px 34px;
  transform: translateZ(0);
}
.wave-layer-back {
  z-index: 1;
  background: var(--wave-back);
  -webkit-mask-position: 128px bottom;
  mask-position: 128px bottom;
  animation: waveBackFlow 34s linear -9s infinite;
}
.wave-layer-middle {
  z-index: 2;
  background: var(--wave-middle);
  -webkit-mask-position: 58px bottom;
  mask-position: 58px bottom;
  animation: waveMiddleFlow 29s linear -17s infinite;
}
.wave-layer-front {
  z-index: 3;
  background: var(--wave-to);
  -webkit-mask-position: 0 bottom;
  mask-position: 0 bottom;
  animation: waveFrontFlow 32s linear -4s infinite;
}
.wave-paper-cream { --wave-from: var(--paper); --wave-to: var(--cream); --wave-middle: #e5ddcf; --wave-back: #dcd2c2; }
.wave-cream-deep { --wave-from: var(--cream); --wave-to: var(--deep); --wave-middle: #1a4950; --wave-back: #24545b; }
.wave-deep-paper { --wave-from: var(--deep); --wave-to: var(--paper); --wave-middle: #ece6da; --wave-back: #e2dacc; }
.wave-paper-mist { --wave-from: var(--paper); --wave-to: #eef3f1; --wave-middle: #e3ece9; --wave-back: #d7e4e0; }
.wave-mist-deep { --wave-from: #eef3f1; --wave-to: var(--deep-2); --wave-middle: #12383e; --wave-back: #1b464c; }
@keyframes waveFrontFlow {
  to { -webkit-mask-position: 390px bottom; mask-position: 390px bottom; }
}
@keyframes waveMiddleFlow {
  to { -webkit-mask-position: -332px bottom; mask-position: -332px bottom; }
}
@keyframes waveBackFlow {
  to { -webkit-mask-position: 518px bottom; mask-position: 518px bottom; }
}

.restaurant { background: var(--cream); }
.split-grid { display: grid; grid-template-columns: 1.06fr .94fr; gap: clamp(55px, 7vw, 105px); align-items: center; }
.image-frame { position: relative; }
.image-frame::before { content: ""; position: absolute; inset: -18px 22px 22px -18px; border: 1px solid rgba(47,112,119,.25); }
.image-clip { position: relative; aspect-ratio: 4/5; overflow: hidden; box-shadow: var(--shadow); }
.image-frame img { position: relative; width: 100%; height: 112%; margin-top: -6%; object-fit: cover; }
.image-label { position: absolute; right: -26px; bottom: 54px; padding: 12px 22px; color: white; background: var(--deep); font: italic 18px/1 var(--serif); transform: rotate(-90deg) translateX(100%); transform-origin: right bottom; }
.section-copy h2 { margin-bottom: 28px; }
.section-copy > p:not(.eyebrow) { color: #4d6265; }
.feature-list { margin: 36px 0 31px; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.feature-list li { display: grid; grid-template-columns: 46px 1fr; gap: 12px; padding: 20px 0; border-bottom: 1px solid var(--line); }
.feature-list > li > span { color: var(--lake); font: italic 14px/1.5 var(--serif); }
.feature-list strong { font: 600 17px/1.2 var(--serif); }
.feature-list p { margin: 4px 0 0; color: #607073; font-size: 13px; }
.text-link { display: inline-flex; align-items: center; gap: 14px; color: var(--deep); font-size: 13px; font-weight: 700; text-underline-offset: 5px; }
.text-link span { font-size: 19px; }

.rooms { position: relative; color: white; background: var(--deep); overflow: hidden; }
.rooms::before { content: ""; position: absolute; width: 520px; height: 520px; right: -230px; top: -210px; border: 1px solid rgba(255,255,255,.08); border-radius: 50%; box-shadow: 0 0 0 80px rgba(255,255,255,.02), 0 0 0 160px rgba(255,255,255,.015); }
.section-title { max-width: 680px; margin-bottom: 55px; }
.section-title.centered { margin-inline: auto; text-align: center; }
.section-title.centered p:last-child { max-width: 600px; margin: 22px auto 0; color: rgba(255,255,255,.73); }
.room-showcase { position: relative; display: grid; grid-template-columns: 1.24fr .76fr; grid-template-rows: 275px 405px; gap: 18px; }
.gallery-card { position: relative; padding: 0; overflow: hidden; color: white; background: #102c30; border: 0; cursor: zoom-in; text-align: left; }
.gallery-card img { width: 100%; height: 112%; margin-top: -6%; object-fit: cover; transform: translate3d(0, var(--image-shift, 0px), 0) scale(1.04); transition: transform .65s cubic-bezier(.2,.7,.2,1), filter .35s; will-change: transform; }
.gallery-card:hover img { transform: translate3d(0, var(--image-shift, 0px), 0) scale(1.075); filter: brightness(.94); }
.image-frame .parallax-image { transform: translate3d(0, var(--image-shift, 0px), 0) scale(1.04); will-change: transform; }
.room-main { grid-row: 1/3; }
.room-secondary { grid-column: 2; grid-row: 1; }
.room-info { grid-column: 2; grid-row: 2; padding: 31px 36px; color: var(--ink); background: var(--paper); }
.zoom-hint { position: absolute; left: 18px; bottom: 17px; padding: 7px 12px; border-radius: 100px; background: rgba(7,26,30,.62); backdrop-filter: blur(8px); font-size: 10px; letter-spacing: .09em; text-transform: uppercase; opacity: 0; transform: translateY(5px); transition: .25s; }
.gallery-card:hover .zoom-hint, .gallery-card:focus-visible .zoom-hint { opacity: 1; transform: none; }
.room-kicker { margin: 0 0 13px; color: var(--lake); font-size: 10px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }
.room-info dl { margin: 0 0 22px; }
.room-info dl div { display: flex; justify-content: space-between; gap: 18px; padding: 9px 0; border-bottom: 1px solid var(--line); }
.room-info dt { font: 600 15px/1.3 var(--serif); }
.room-info dd { margin: 0; color: #607073; font-size: 12px; }
.room-notes { margin: 0 0 20px; color: #607073; font-size: 12px; line-height: 1.65; }
.room-notes strong { color: var(--ink); }
.room-info .button { min-height: 46px; margin-top: 1px; }
.gallery { background: var(--paper); }
.gallery .section-title { margin-bottom: 38px; }
.gallery-grid { display: grid; grid-template-columns: 1.25fr .75fr; grid-template-rows: 260px 260px; gap: 18px; }
.gallery-wide { grid-row: 1/3; }
.gallery-card > span:not(.zoom-hint) { position: absolute; left: 20px; bottom: 18px; font: italic 20px/1 var(--serif); text-shadow: 0 2px 8px rgba(0,0,0,.45); }
.gallery-reel { margin-top: 54px; }
.gallery-reel-head { display: flex; align-items: baseline; justify-content: space-between; gap: 24px; margin-bottom: 17px; }
.gallery-reel-head p { margin: 0; color: var(--deep); font: italic 23px/1.2 var(--serif); }
.gallery-reel-head span { color: #718184; font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.gallery-reel-window { overflow: hidden; padding: 3px 0 14px; mask-image: linear-gradient(90deg, transparent, #000 3%, #000 97%, transparent); }
.gallery-reel-track { display: flex; width: max-content; gap: 14px; animation: gallery-reel-scroll 82s linear infinite; will-change: transform; }
.gallery-reel:hover .gallery-reel-track,
.gallery-reel:focus-within .gallery-reel-track,
.gallery-reel.is-paused .gallery-reel-track { animation-play-state: paused; }
.gallery-reel-card { width: 290px; height: 195px; flex: 0 0 auto; padding: 0; overflow: hidden; background: var(--deep); border: 0; border-radius: 3px; box-shadow: 0 8px 22px rgba(12,44,49,.12); cursor: zoom-in; }
.gallery-reel-card img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.91) contrast(1.03); transition: transform .55s ease, filter .35s ease; }
.gallery-reel-card:hover img,
.gallery-reel-card:focus-visible img { transform: scale(1.045); filter: saturate(.98) contrast(1.04) brightness(.95); }
@keyframes gallery-reel-scroll {
  to { transform: translateX(calc(-50% - 7px)); }
}

.tour { background: #eef3f1; }
.tour-grid { grid-template-columns: .8fr 1.2fr; }
.map-consent {
  min-height: 520px;
  position: relative;
  display: grid;
  place-items: center;
  overflow: hidden;
  color: white;
  background:
    radial-gradient(circle at 76% 22%, rgba(95, 166, 171, .25) 0%, rgba(95, 166, 171, 0) 38%),
    linear-gradient(145deg, #153f46 0%, #0e343a 52%, #09272c 100%);
  border: 1px solid rgba(168,206,208,.2);
  box-shadow: 0 28px 75px rgba(12,44,49,.25);
  transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease;
}
.map-consent:hover {
  transform: translateY(-3px);
  border-color: rgba(168,206,208,.38);
  box-shadow: 0 34px 85px rgba(12,44,49,.32);
}
.map-consent::before {
  content: "";
  position: absolute;
  width: 430px;
  height: 430px;
  right: -190px;
  bottom: -240px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(168,206,208,.16) 0%, rgba(168,206,208,0) 70%);
  pointer-events: none;
}
.map-placeholder { position: relative; z-index: 1; max-width: 350px; padding: 42px; text-align: center; }
.map-placeholder strong { display: block; margin-top: 18px; font: 400 31px/1.15 var(--serif); }
.map-placeholder p { color: rgba(255,255,255,.72); font-size: 13px; }
.map-placeholder .button { margin-top: 11px; }
.compass { position: relative; width: 72px; height: 72px; margin: auto; display: grid; place-items: start center; padding-top: 7px; border: 1px solid rgba(216,232,231,.62); border-radius: 50%; box-shadow: 0 0 0 8px rgba(168,206,208,.06); }
.compass span { color: #d8e8e7; font-size: 10px; font-weight: 700; }
.compass i { position: absolute; left: 28px; top: 24px; width: 15px; height: 31px; background: linear-gradient(to bottom right, #77aeb1 50%, #fff 51%); clip-path: polygon(50% 0, 100% 100%, 50% 76%, 0 100%); }
.map-consent iframe { width: 100%; height: 100%; min-height: 520px; border: 0; }

.contact { position: relative; color: white; background: var(--deep-2); overflow: hidden; }
.contact::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 15% 30%, rgba(47,112,119,.38), transparent 34%), linear-gradient(110deg, transparent 48%, rgba(255,255,255,.025) 48%); }
.contact-grid { position: relative; display: grid; grid-template-columns: 1.1fr .9fr; gap: 110px; align-items: center; }
.contact-intro h2 { font-size: clamp(45px, 5vw, 68px); }
.contact-intro > p:last-child { max-width: 470px; color: rgba(255,255,255,.7); font-family: var(--serif); font-size: 19px; }
.contact-card { padding: 48px; color: var(--ink); background: var(--paper); box-shadow: var(--shadow); }
.contact-label { margin: 0; color: var(--lake); font-size: 10px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }
.big-phone { display: inline-block; margin-top: 6px; font: 400 clamp(34px,4vw,53px)/1.1 var(--serif); text-decoration: none; }
.contact-card > p:not(.contact-label) { margin: 7px 0 0; color: #6b797b; font-size: 12px; }
.contact-card > .cash-notice { margin-top: 20px; padding: 13px 15px; color: var(--deep); background: rgba(199,156,88,.16); border-left: 3px solid var(--gold); font-size: 13px; }
.contact-card hr { margin: 31px 0; border: 0; border-top: 1px solid var(--line); }
.contact-card address { font-style: normal; line-height: 1.8; }
.contact-card address strong { font-family: var(--serif); font-size: 17px; }
.route-link { display: inline-block; margin-top: 25px; color: var(--lake); font-size: 12px; font-weight: 700; }
.contact-card > .route-privacy { max-width: 390px; margin-top: 11px; color: #6b797b; font-size: 11px; line-height: 1.55; }
.route-privacy a { color: var(--lake); text-decoration: underline; text-underline-offset: 2px; }
.arrival-note { display: grid; gap: 3px; margin-top: 22px; padding-top: 18px; border-top: 1px solid var(--line); }
.arrival-note strong { font: 600 15px/1.3 var(--serif); }
.arrival-note span { color: #607073; font-size: 12px; }
.site-footer { padding: 65px 0 25px; background: var(--paper); }
.footer-grid { display: grid; grid-template-columns: 1fr 1.2fr .8fr; gap: 55px; align-items: center; }
.footer-grid > p { max-width: 390px; color: #667779; font-family: var(--serif); }
.footer-grid nav { display: flex; justify-content: flex-end; gap: 22px; }
.footer-grid nav a, .footer-bottom a, .footer-bottom nav a { font-size: 12px; text-underline-offset: 4px; }
.footer-bottom { display: flex; justify-content: space-between; margin-top: 45px; padding-top: 20px; color: #7b898a; border-top: 1px solid var(--line); font-size: 11px; }
.footer-bottom nav { display: flex; gap: 20px; }

.lightbox { width: min(1100px, calc(100vw - 36px)); max-width: none; padding: 0; color: white; background: transparent; border: 0; overflow: visible; }
.lightbox::backdrop { background: rgba(5,18,21,.91); backdrop-filter: blur(6px); }
.lightbox img { width: 100%; max-height: 82vh; object-fit: contain; }
.lightbox p { margin: 10px 0 0; text-align: center; font: italic 17px/1.4 var(--serif); }
.lightbox-close { position: absolute; right: -3px; top: -47px; width: 40px; height: 40px; color: white; background: transparent; border: 1px solid rgba(255,255,255,.5); border-radius: 50%; font-size: 28px; cursor: pointer; }
.lightbox-arrow { position: absolute; z-index: 2; top: 50%; width: 48px; height: 58px; padding: 0 0 5px; color: white; background: rgba(7,26,30,.66); border: 1px solid rgba(255,255,255,.42); border-radius: 50%; font: 38px/1 var(--serif); cursor: pointer; transform: translateY(-50%); backdrop-filter: blur(7px); }
.lightbox-prev { left: 14px; }
.lightbox-next { right: 14px; }

.legal-page { background: var(--cream); }
.legal-page .site-header { color: var(--ink); }
.legal-back { font-size: 13px; font-weight: 700; }
.legal-content { max-width: 820px; padding-top: 155px; padding-bottom: 110px; }
.legal-content h1 { font-size: clamp(54px,8vw,88px); }
.legal-intro { margin: 22px 0 55px; color: #607073; font-family: var(--serif); font-size: 20px; }
.legal-content section { padding: 28px 0; border-top: 1px solid var(--line); }
.legal-content h2 { margin-bottom: 12px; font: 600 23px/1.25 var(--serif); }
.legal-content p { margin: 0 0 12px; }
.legal-content a { color: var(--lake); text-underline-offset: 3px; }
.notice, .legal-check { padding: 16px 18px; background: rgba(47,112,119,.08); border-left: 3px solid var(--lake); font-size: 13px; }
.legal-check { margin-top: 32px; }
.legal-footer { padding-top: 20px; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 980px) {
  :root { --shell: min(100% - 36px, 760px); }
  .menu-button { display: block; position: relative; z-index: 2; }
  .main-nav { position: fixed; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 22px; color: white; background: var(--deep-2); opacity: 0; pointer-events: none; transition: opacity .25s; }
  .main-nav.is-open { opacity: 1; pointer-events: auto; }
  .main-nav a { font: 400 28px/1.2 var(--serif); }
  .main-nav .nav-call { margin-top: 10px; font: 700 16px/1 var(--sans); }
  .menu-button[aria-expanded="true"] { color: white; }
  .menu-button[aria-expanded="true"] i:nth-of-type(1) { transform: translateY(7px) rotate(45deg); }
  .menu-button[aria-expanded="true"] i:nth-of-type(2) { opacity: 0; }
  .menu-button[aria-expanded="true"] i:nth-of-type(3) { transform: translateY(-7px) rotate(-45deg); }
  .hero { min-height: 760px; }
  .hero-facts { left: 0; right: 0; width: 100%; padding-inline: 20px; }
  .hero-content { padding-bottom: 175px; }
  .intro, .split-grid, .contact-grid { grid-template-columns: 1fr; }
  .intro { gap: 38px; }
  .leisure-panel { grid-template-columns: 1fr 1.4fr; }
  .place-link { grid-column: 1 / -1; }
  .restaurant .split-grid { gap: 70px; }
  .image-clip { aspect-ratio: 16/11; }
  .tour-grid { gap: 55px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > p { display: none; }
}

@media (max-width: 680px) {
  :root { --shell: calc(100% - 28px); }
  .section { padding: 78px 0; }
  .section-transition, .hero-wave { height: 26px; }
  .wave-layer { height: 26px; }
  .site-header { height: 72px; }
  .site-header.is-scrolled { height: 66px; }
  .brand strong { font-size: 21px; }
  .brand small { font-size: 8px; letter-spacing: .13em; }
  .brand { gap: 9px; }
  .brand-logo { width: 50px; height: 45px; }
  .footer-brand .brand-logo { width: 70px; height: 60px; }
  .hero { min-height: 745px; height: 100svh; max-height: 850px; }
  .hero-image { object-position: 62% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(7,26,30,.8), rgba(7,26,30,.25)), linear-gradient(0deg, rgba(7,26,30,.6), transparent 60%); }
  .hero-content { justify-content: flex-end; padding-top: 90px; padding-bottom: 190px; }
  .hero h1 { font-size: clamp(44px, 12.5vw, 57px); }
  .hero-copy { margin-top: 22px; font-size: 17px; }
  .hero-actions { margin-top: 25px; }
  .button { min-height: 48px; }
  .hero-facts { grid-template-columns: repeat(3, 1fr); padding: 19px 8px 22px; }
  .hero-facts div { padding: 0 8px; }
  .hero-facts strong { font-size: 13px; }
  .hero-facts span { font-size: 8px; }
  .intro-copy { columns: 1; }
  .intro { gap: 26px; }
  .leisure-panel { grid-template-columns: 1fr; gap: 18px; padding: 27px 23px; }
  .leisure-panel > p { font-size: 13px; }
  .place-link { grid-column: auto; min-height: 78px; }
  h2 { font-size: 36px; }
  .image-frame::before { inset: -10px 12px 12px -10px; }
  .image-label { display: none; }
  .room-showcase { grid-template-columns: 1fr; grid-template-rows: 420px 260px auto; }
  .room-main { grid-column: 1; grid-row: 1; }
  .room-secondary { grid-column: 1; grid-row: 2; }
  .room-info { grid-column: 1; grid-row: 3; padding: 28px 25px; }
  .gallery-grid { grid-template-columns: 1fr; grid-template-rows: 350px 250px 250px; }
  .gallery-wide { grid-row: 1; }
  .gallery-reel { margin-top: 38px; }
  .gallery-reel-head { display: block; }
  .gallery-reel-head p { font-size: 21px; }
  .gallery-reel-head span { display: block; margin-top: 7px; font-size: 9px; }
  .gallery-reel-window { margin-inline: -20px; mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent); }
  .gallery-reel-card { width: 245px; height: 172px; }
  .gallery-reel-track { gap: 11px; animation-duration: 92s; }
  .lightbox-arrow { width: 44px; height: 52px; }
  .lightbox-prev { left: 7px; }
  .lightbox-next { right: 7px; }
  .map-consent, .map-consent iframe { min-height: 430px; }
  .map-placeholder { padding: 28px; }
  .contact-grid { gap: 48px; }
  .contact-card { padding: 32px 24px; }
  .big-phone { font-size: 40px; }
  .phone-note {
    margin-left: 0;
    line-height: 1.55;
  }
  .phone-note a,
  .feature-list p a,
  .contact-intro a {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    margin: 2px 0;
    padding: 7px 10px;
    border-radius: 9px;
    background: rgba(255,255,255,.09);
    text-decoration-thickness: 1px;
  }
  .feature-list p a {
    color: var(--deep);
    background: rgba(47,112,119,.08);
  }
  .text-link {
    min-height: 46px;
    padding: 9px 13px;
    border-radius: 11px;
    background: rgba(47,112,119,.08);
    line-height: 1.4;
    text-decoration: none;
  }
  .route-link {
    display: inline-flex;
    width: 100%;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    margin-top: 24px;
    padding: 11px 15px;
    border: 1px solid rgba(47,112,119,.22);
    border-radius: 12px;
    background: rgba(47,112,119,.08);
    text-align: center;
    text-decoration: none;
  }
  .contact-card > .route-privacy {
    margin-top: 13px;
    font-size: 12px;
    line-height: 1.65;
  }
  .route-privacy a {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    margin-top: 3px;
    padding: 7px 10px;
    border-radius: 9px;
    background: rgba(47,112,119,.08);
  }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .footer-grid nav {
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 8px;
  }
  .footer-grid nav a,
  .footer-bottom a {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    padding: 8px 12px;
    border-radius: 10px;
    background: rgba(47,112,119,.07);
  }
  .footer-bottom {
    align-items: center;
    gap: 18px;
  }
  .legal-back { font-size: 0; }
  .legal-back::after { content: "← Zurück"; font-size: 12px; }
  .legal-content { padding-top: 120px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
  .gallery-reel-track { animation: none !important; }
}
