:root {
  --forest: #2f858c;
  --forest-deep: #14535c;
  --leaf: #68aaa2;
  --sand: #f7edda;
  --paper: #fffaf0;
  --sun: #edaa2f;
  --sun-light: #f8d784;
  --pool: #9ddce0;
  --ink: #23383b;
  --muted: #65777a;
  --on-dark: #fffaf0;
  --line: rgba(20, 83, 92, 0.16);
  --white-line: rgba(255, 250, 240, 0.22);
  --shadow: 0 24px 70px rgba(20, 83, 92, 0.14);
  --container: 1200px;
  --radius-lg: 34px;
  --radius-md: 22px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--sand);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}

body.menu-open, body.lightbox-open, body.max-dialog-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
img { display: block; max-width: 100%; }
figure, h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { text-wrap: balance; }
.container { width: min(calc(100% - 48px), var(--container)); margin-inline: auto; }
.section { padding: 118px 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; top: 12px; left: 12px; z-index: 1000; padding: 11px 18px; border-radius: 999px; background: var(--forest-deep); color: var(--on-dark); transform: translateY(-160%); transition: transform 180ms ease; }
.skip-link:focus { transform: translateY(0); }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; padding: 18px 0; transition: padding 220ms ease, background-color 220ms ease, box-shadow 220ms ease; }
.site-header.is-scrolled { padding: 9px 0; background: rgba(255, 250, 240, 0.94); box-shadow: 0 10px 35px rgba(20, 83, 92, 0.1); backdrop-filter: blur(16px); }
.header-inner { display: flex; min-height: 52px; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 11px; }
.brand-logo { width: 58px; height: 58px; flex: 0 0 auto; border-radius: 50%; object-fit: contain; filter: drop-shadow(0 7px 12px rgba(20, 83, 92, 0.16)); }
.brand-footer .brand-logo { width: 64px; height: 64px; }
.brand-copy { display: grid; line-height: 1; }
.brand-copy strong { font-family: Georgia, "Times New Roman", serif; font-size: 23px; font-weight: 500; letter-spacing: -0.04em; }
.brand-copy small { margin-top: 5px; color: var(--muted); font-size: 8px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.18em; }

.main-nav { display: flex; align-items: center; gap: 26px; }
.main-nav > a:not(.button) { position: relative; color: var(--ink); font-size: 13px; font-weight: 650; }
.main-nav > a:not(.button)::after { position: absolute; right: 0; bottom: -6px; left: 0; height: 1px; background: currentColor; content: ""; transform: scaleX(0); transform-origin: right; transition: transform 180ms ease; }
.main-nav > a:not(.button):hover::after, .main-nav > a:not(.button):focus-visible::after { transform: scaleX(1); transform-origin: left; }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 0; border: 0; border-radius: 50%; background: var(--paper); }
.menu-toggle i { display: block; width: 18px; height: 2px; margin: 5px auto; background: var(--forest-deep); transition: transform 180ms ease; }

.button { display: inline-flex; min-height: 56px; align-items: center; justify-content: center; gap: 20px; padding: 0 26px; border: 1px solid transparent; border-radius: 999px; cursor: pointer; font-size: 14px; font-weight: 750; line-height: 1; transition: transform 180ms ease, background-color 180ms ease, box-shadow 180ms ease; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, .menu-toggle:focus-visible, .gallery-controls button:focus-visible, .gallery-item:focus-visible, .lightbox button:focus-visible, summary:focus-visible, .circle-link:focus-visible, .floating-book:focus-visible, .room-photo:focus-visible, .room-photo-controls button:focus-visible { outline: 3px solid rgba(231, 166, 44, 0.52); outline-offset: 3px; }
.button-small { min-height: 43px; padding: 0 19px; font-size: 12px; }
.button-dark { background: var(--forest-deep); color: var(--on-dark); }
.button-dark:hover { background: #0d434b; }
.button-accent { background: var(--sun); color: var(--forest-deep); box-shadow: 0 16px 34px rgba(202, 135, 23, 0.18); }
.button-accent:hover { background: var(--sun-light); box-shadow: 0 19px 38px rgba(202, 135, 23, 0.24); }
.button-outline { border-color: var(--line); background: transparent; color: var(--forest-deep); }

.eyebrow { display: flex; align-items: center; gap: 10px; margin-bottom: 24px; color: var(--muted); font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.2em; }
.eyebrow > span { width: 23px; height: 1px; background: var(--sun); }
.eyebrow-light { color: rgba(255, 248, 231, 0.7); }

.hero { position: relative; min-height: 790px; padding: 128px 0 70px; overflow: hidden; background: radial-gradient(circle at 7% 82%, rgba(237, 170, 47, 0.18), transparent 27%), radial-gradient(circle at 88% 12%, rgba(157, 220, 224, 0.24), transparent 31%), linear-gradient(135deg, #fffaf0 0%, var(--sand) 68%); }
.hero::before { position: absolute; top: 86px; left: -155px; width: 340px; aspect-ratio: 1; border: 1px solid rgba(47, 133, 140, 0.12); border-radius: 50%; content: ""; }
.hero-grid { display: grid; grid-template-columns: minmax(420px, 0.88fr) minmax(530px, 1.12fr); gap: 62px; align-items: center; }
.hero-copy { position: relative; z-index: 2; padding-bottom: 8px; }
.hero h1 { max-width: 650px; margin-bottom: 25px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(62px, 5.6vw, 88px); font-weight: 400; line-height: 0.92; letter-spacing: -0.065em; }
.hero h1 em { position: relative; color: var(--forest); font-weight: 400; }
.hero h1 em::after { position: absolute; right: 2px; bottom: -10px; width: 84%; height: 11px; border-top: 2px solid var(--sun); border-radius: 50%; content: ""; transform: rotate(-2deg); }
.hero-word { --hero-rise: 18px; --hero-blur: 9px; display: inline-block; animation: hero-word-in 720ms cubic-bezier(.22, 1, .36, 1) both; animation-delay: calc(90ms + var(--word-index) * 90ms); }
@keyframes hero-word-in {
  from { opacity: 0; filter: blur(var(--hero-blur)); transform: translateY(var(--hero-rise)); }
  to { opacity: 1; filter: blur(0); transform: translateY(0); }
}
.hero-lead { max-width: 555px; margin-bottom: 34px; color: var(--muted); font-size: 18px; line-height: 1.72; }
.hero-actions { display: flex; align-items: center; gap: 26px; }
.text-link { padding: 11px 0; border-bottom: 1px solid var(--forest); font-size: 13px; font-weight: 750; }
.yandex-rating { display: grid; grid-template-columns: auto 1fr auto; gap: 16px; align-items: center; width: min(100%, 440px); margin-top: 42px; padding: 16px 18px; border: 1px solid rgba(20, 83, 92, 0.14); border-radius: 21px; background: rgba(255, 250, 240, 0.78); box-shadow: 0 16px 38px rgba(20, 83, 92, 0.09); backdrop-filter: blur(10px); transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease; }
.yandex-rating:hover { border-color: rgba(20, 83, 92, 0.28); box-shadow: 0 20px 46px rgba(20, 83, 92, 0.14); transform: translateY(-2px); }
.rating-value { font-family: Georgia, serif; font-size: 43px; line-height: 1; letter-spacing: -.04em; }
.rating-copy { display: grid; gap: 2px; padding-left: 16px; border-left: 1px solid var(--line); }
.rating-stars { color: var(--sun); font-size: 12px; line-height: 1; letter-spacing: 0.08em; }
.rating-copy b { color: var(--ink); font-size: 11px; font-weight: 800; }
.rating-copy small { color: var(--muted); font-size: 9px; }
.rating-arrow { display: grid; width: 31px; height: 31px; place-items: center; border-radius: 50%; background: #e4f3f1; color: var(--forest-deep); font-size: 13px; }
.hero-media { position: relative; min-height: 610px; }
.hero-photo { position: absolute; inset: 0 0 0 60px; margin: 0; overflow: hidden; border-radius: 260px 260px 34px 34px; background: var(--pool); box-shadow: var(--shadow); }
.hero-photo > img { width: 100%; height: 100%; object-fit: cover; object-position: 52% center; transition: transform 1s cubic-bezier(0.2, 0.7, 0.2, 1); }
.hero-photo:hover > img { transform: scale(1.025); }
.hero-photo::after { position: absolute; inset: 0; z-index: 1; background: linear-gradient(to top, rgba(13, 61, 67, 0.42), transparent 44%); content: ""; pointer-events: none; }
.hero-photo figcaption { position: absolute; right: 28px; bottom: 24px; z-index: 3; display: flex; align-items: center; gap: 9px; color: white; font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.11em; }
.hero-photo figcaption span { width: 8px; height: 8px; border: 2px solid white; border-radius: 50%; box-shadow: 0 0 0 4px rgba(255,255,255,.2); }
.hero-gradual-blur { display: none; }
.hero-postcard { position: absolute; bottom: 28px; left: 0; z-index: 3; width: 178px; margin: 0; padding: 9px 9px 14px; background: var(--paper); box-shadow: 0 17px 45px rgba(20, 83, 92, 0.2); transform: rotate(-5deg); }
.hero-postcard img { width: 100%; height: 214px; object-fit: cover; }
.hero-postcard figcaption { padding: 11px 5px 0; font-family: "Segoe Print", "Bradley Hand", cursive; font-size: 11px; text-align: center; }
.hero-stamp { position: absolute; top: 44px; right: -40px; z-index: 4; display: flex; width: 112px; aspect-ratio: 1; flex-direction: column; align-items: center; justify-content: center; border-radius: 50%; background: var(--sun); box-shadow: 0 12px 30px rgba(20, 83, 92, 0.18); color: var(--forest-deep); text-align: center; transform: rotate(7deg); }
.hero-stamp small { font-size: 8px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.15em; }
.hero-stamp strong { font-family: Georgia, serif; font-size: 32px; font-weight: 500; line-height: 1; }
.hero-mobile-actions { display: none; }

.fact-line { overflow: hidden; border-block: 1px solid rgba(20, 83, 92, 0.16); background: linear-gradient(90deg, var(--sun), #f4bd55, var(--sun)); }
.fact-track { display: flex; width: max-content; align-items: center; gap: 28px; padding: 16px 0; animation: marquee 32s linear infinite; }
.fact-track span { font-family: Georgia, serif; font-size: 18px; white-space: nowrap; }
.fact-track i { font-size: 10px; font-style: normal; }
@keyframes marquee { to { transform: translateX(-50%); } }

.booking-search { padding: 58px 0 78px; background: var(--sand); scroll-margin-top: 82px; }
.booking-panel { padding: 44px; border-radius: var(--radius-lg); background: var(--forest-deep); color: var(--on-dark); box-shadow: var(--shadow); }
.booking-panel-head { display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; align-items: end; }
.booking-panel-head .eyebrow { margin-bottom: 17px; }
.booking-panel-head h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(46px, 4.4vw, 64px); font-weight: 400; line-height: .98; letter-spacing: -.05em; }
.booking-panel-head > p { max-width: 570px; margin: 0 0 4px; color: rgba(255,248,231,.72); font-size: 14px; line-height: 1.7; }
.booking-form { margin-top: 34px; padding-top: 30px; border-top: 1px solid var(--white-line); }
.booking-fields { display: grid; grid-template-columns: 1.05fr 1.05fr .62fr .62fr 1.45fr; gap: 12px; }
.booking-contact-fields { display: grid; grid-template-columns: minmax(240px, 1fr) auto; gap: 12px; align-items: end; margin-top: 12px; }
.booking-field { position: relative; display: grid; gap: 8px; min-width: 0; }
.booking-field > span { padding-left: 3px; color: rgba(255,248,231,.74); font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .14em; }
.booking-field > span small { font-size: inherit; font-weight: 600; text-transform: none; letter-spacing: 0; opacity: .7; }
.booking-field input, .booking-field select { width: 100%; height: 59px; padding: 0 17px; border: 1px solid transparent; border-radius: 14px; outline: 0; background: var(--paper); color: var(--ink); font: inherit; font-size: 14px; transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease; }
.booking-field select { padding-right: 38px; cursor: pointer; }
.booking-field-date:not(.has-date) input:not(:focus) { color: transparent; }
.date-empty-hint { position: absolute; top: 22px; left: 17px; display: flex; height: 59px; align-items: center; color: var(--muted); font-size: 14px; font-style: normal; line-height: 1; pointer-events: none; transition: opacity 140ms ease; }
.booking-field-date.has-date .date-empty-hint, .booking-field-date:focus-within .date-empty-hint { opacity: 0; }
.booking-field-error { display: block; margin: -1px 3px 0; color: #ffd0ca; font-size: 12px; font-weight: 650; line-height: 1.4; }
.booking-field input:hover, .booking-field select:hover { transform: translateY(-1px); }
.booking-field input:focus, .booking-field select:focus { border-color: var(--sun); box-shadow: 0 0 0 4px rgba(231,166,44,.22); }
.booking-field.is-invalid input, .booking-field.is-invalid select { border-color: #d65c4d; box-shadow: 0 0 0 4px rgba(214,92,77,.18); }
.booking-submit { min-width: 228px; height: 59px; border: 0; }
.booking-form-footer { display: flex; justify-content: space-between; gap: 28px; align-items: flex-start; margin-top: 19px; }
.booking-summary, .booking-disclaimer { margin: 0; font-size: 11px; line-height: 1.55; }
.booking-summary { color: var(--sun-light); font-weight: 750; }
.booking-summary.is-error { color: #ffafa5; }
.booking-disclaimer { max-width: 480px; color: rgba(255,248,231,.62); text-align: right; }

.welcome { padding-bottom: 162px; background: var(--paper); }
.welcome-grid { display: grid; grid-template-columns: 0.8fr 1.2fr; gap: 100px; align-items: center; }
.welcome-copy h2, .section-head h2, .rooms-head h2, .gallery-head h2, .details-head h2, .location h2, .faq h2, .booking h2 { margin-bottom: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(48px, 5.2vw, 74px); font-weight: 400; line-height: 0.99; letter-spacing: -0.055em; }
.welcome-copy .large-copy { margin: 32px 0 22px; color: var(--forest); font-family: Georgia, serif; font-size: 25px; line-height: 1.42; letter-spacing: -0.025em; }
.welcome-copy > p:not(.eyebrow):not(.large-copy) { max-width: 480px; color: var(--muted); line-height: 1.75; }
.inline-link { display: inline-flex; gap: 28px; align-items: center; margin-top: 14px; padding-bottom: 5px; border-bottom: 1px solid var(--ink); font-size: 13px; font-weight: 750; }
.welcome-collage { position: relative; min-height: 650px; }
.welcome-collage figure { margin: 0; }
.collage-main { position: absolute; inset: 0 80px 38px 0; overflow: hidden; border-radius: var(--radius-lg); }
.collage-main img { width: 100%; height: 100%; object-fit: cover; }
.collage-main::after { position: absolute; inset: 0; background: linear-gradient(to top, rgba(13,61,67,.32), transparent 45%); content: ""; }
.collage-main figcaption { position: absolute; bottom: 24px; left: 26px; z-index: 2; color: white; font-size: 12px; font-weight: 700; }
.collage-small { position: absolute; right: 0; bottom: 0; z-index: 2; width: 210px; padding: 10px 10px 15px; background: var(--sand); box-shadow: var(--shadow); transform: rotate(3deg); }
.collage-small img { width: 100%; height: 270px; object-fit: cover; }
.collage-small figcaption { padding: 10px 5px 0; font-family: "Segoe Print", cursive; font-size: 11px; text-align: center; }
.stack-extra, .stack-controls { display: none; }

.amenities { position: relative; z-index: 1; margin-top: -58px; padding-top: 146px; padding-bottom: 168px; border-radius: 58px 58px 0 0; background: linear-gradient(155deg, #3c9299 0%, #27747c 36%, var(--forest-deep) 100%); box-shadow: 0 -24px 70px rgba(20, 83, 92, 0.1); color: var(--on-dark); }
.amenities::before { position: absolute; top: 22px; right: 7%; left: 7%; height: 1px; background: linear-gradient(90deg, transparent, rgba(255,250,240,.45), transparent); content: ""; }
.section-head, .rooms-head, .gallery-head { display: grid; grid-template-columns: 1.25fr .75fr; gap: 80px; align-items: end; margin-bottom: 64px; }
.section-head > p, .rooms-head > p { max-width: 420px; margin-bottom: 3px; color: rgba(255,248,231,.7); line-height: 1.72; }
.amenity-grid { display: grid; grid-template-columns: repeat(3, 1fr); grid-auto-rows: 288px; gap: 16px; }
.amenity-card { position: relative; overflow: hidden; border-radius: var(--radius-md); }
.amenity-card:not(.amenity-photo) { display: flex; flex-direction: column; justify-content: flex-end; padding: 29px; }
.amenity-card h3 { margin-bottom: 10px; font-family: Georgia, serif; font-size: 28px; font-weight: 400; letter-spacing: -0.035em; }
.amenity-card p { max-width: 280px; margin-bottom: 0; font-size: 13px; line-height: 1.62; opacity: .68; }
.amenity-photo { grid-column: span 2; }
.amenity-photo img { width: 100%; height: 100%; object-fit: cover; }
.amenity-photo::after { position: absolute; inset: 0; background: linear-gradient(to top, rgba(9,54,60,.74), transparent 68%); content: ""; }
.amenity-photo > div { position: absolute; right: 28px; bottom: 25px; left: 28px; z-index: 2; }
.amenity-photo > div > span, .amenity-number { position: absolute; top: 24px; right: 26px; z-index: 2; font-size: 9px; font-weight: 800; letter-spacing: .15em; opacity: .55; }
.amenity-photo > div > span { top: auto; right: 0; bottom: 69px; }
.amenity-soft { background: #e4f3ef; color: var(--forest-deep); }
.amenity-accent { background: var(--sun); color: var(--forest-deep); }
.amenity-dark { background: #2d7c83; }
.amenity-light { border: 1px solid var(--white-line); background: rgba(255,248,231,.06); }
.amenity-icon { position: absolute; top: 25px; left: 28px; display: grid; width: 48px; height: 48px; place-items: center; border: 1px solid currentColor; border-radius: 50%; font-family: Georgia, serif; font-size: 21px; opacity: .75; }

.rooms { position: relative; z-index: 2; margin-top: -52px; padding-top: 142px; padding-bottom: 164px; border-radius: 54px 54px 0 0; background: linear-gradient(180deg, #edf7f3 0%, var(--sand) 170px); }
.rooms-head > p { color: var(--muted); }
.room-list { display: grid; gap: 28px; }
.room-card { display: grid; grid-template-columns: 1.08fr .92fr; min-height: 540px; overflow: hidden; border-radius: var(--radius-lg); background: var(--paper); box-shadow: 0 16px 55px rgba(20,83,92,.09); }
.room-card:nth-child(even) { grid-template-columns: .92fr 1.08fr; }
.room-card:nth-child(even) .room-photo { order: 2; }
.room-photo { position: relative; display: block; min-width: 0; min-height: 100%; overflow: hidden; outline: 0; isolation: isolate; touch-action: pan-y; }
.room-photo::after { position: absolute; inset: 0; z-index: 1; background: linear-gradient(to top, rgba(13,61,67,.42), transparent 46%); content: ""; pointer-events: none; }
.room-photo-slide { position: absolute; inset: 0; z-index: 0; display: block; opacity: 0; visibility: hidden; pointer-events: none; transition: opacity 420ms ease, visibility 420ms; }
.room-photo-slide.is-active { opacity: 1; visibility: visible; pointer-events: auto; }
.room-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform 800ms cubic-bezier(.2,.7,.2,1); }
.room-card:nth-child(1) .room-photo img,
.room-card:nth-child(2) .room-photo img { object-position: center 68%; }
.room-photo:hover .room-photo-slide.is-active img { transform: scale(1.025); }
.room-photo-hint { position: absolute; bottom: 22px; left: 24px; z-index: 4; padding: 10px 15px; border-radius: 999px; background: rgba(255,249,236,.92); color: var(--forest-deep); font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; backdrop-filter: blur(8px); pointer-events: none; }
.room-photo-controls { position: absolute; right: 20px; bottom: 20px; z-index: 4; display: grid; grid-template-columns: 36px auto 36px; gap: 7px; align-items: center; padding: 5px; border: 1px solid rgba(255,250,240,.38); border-radius: 999px; background: rgba(14,67,74,.68); box-shadow: 0 10px 28px rgba(7,42,47,.22); color: white; backdrop-filter: blur(10px); }
.room-photo-controls button { display: grid; width: 36px; height: 36px; padding: 0; place-items: center; border: 0; border-radius: 50%; background: rgba(255,250,240,.14); color: inherit; cursor: pointer; transition: background-color 160ms ease, transform 160ms ease; }
.room-photo-controls button:hover { background: var(--sun); color: var(--forest-deep); transform: scale(1.04); }
.room-photo-controls span { min-width: 38px; color: inherit; font-size: 10px; font-weight: 800; text-align: center; letter-spacing: .08em; }
@media (hover: hover) and (pointer: fine) and (prefers-reduced-motion: no-preference) {
  .hero-photo[data-glare]::before,
  .room-photo[data-glare]::before { position: absolute; inset: 0; z-index: 2; background: linear-gradient(125deg, transparent 0 38%, rgba(255,250,230,.05) 44%, rgba(255,250,230,.28) 50%, rgba(255,250,230,.05) 56%, transparent 62% 100%); background-position: -170% -170%; background-repeat: no-repeat; background-size: 250% 250%; content: ""; pointer-events: none; transition: none; }
  .hero-photo[data-glare]:hover::before,
  .hero-photo[data-glare]:focus-visible::before,
  .room-photo[data-glare]:hover::before,
  .room-photo[data-glare]:focus-visible::before { background-position: 170% 170%; transition: background-position 950ms cubic-bezier(.22,.8,.25,1); }
}
.room-info { display: flex; flex-direction: column; justify-content: center; padding: 52px 58px; }
.room-title-row { display: flex; align-items: flex-start; justify-content: space-between; gap: 24px; }
.room-title-row small { color: var(--muted); font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .17em; }
.room-title-row h3 { max-width: 430px; margin: 8px 0 22px; font-family: Georgia, serif; font-size: 45px; font-weight: 400; line-height: 1.02; letter-spacing: -.045em; }
.room-guests { flex: 0 0 auto; padding: 8px 12px; border: 1px solid var(--line); border-radius: 999px; font-size: 9px; font-weight: 750; text-transform: uppercase; letter-spacing: .08em; }
.room-info > p { max-width: 450px; margin-bottom: 24px; color: var(--muted); font-size: 14px; line-height: 1.7; }
.room-info ul { display: flex; flex-wrap: wrap; gap: 8px; margin: 0 0 34px; padding: 0; list-style: none; }
.room-info li { padding: 7px 11px; border-radius: 999px; background: var(--sand); color: #526f72; font-size: 10px; }
.room-bottom { display: flex; align-items: flex-end; justify-content: space-between; gap: 25px; padding-top: 25px; border-top: 1px solid var(--line); }
.room-bottom > div { display: flex; align-items: baseline; gap: 7px; flex-wrap: wrap; }
.room-bottom small { color: var(--muted); font-size: 10px; }
.room-bottom strong { font-family: Georgia, serif; font-size: 31px; font-weight: 500; letter-spacing: -.03em; }
.room-bottom strong.price-request { font-size: 25px; }
.room-bottom span { color: var(--muted); font-size: 10px; }
.circle-link { display: grid; width: 50px; height: 50px; flex: 0 0 auto; place-items: center; border-radius: 50%; background: var(--sun); color: var(--forest-deep); font-size: 19px; transition: transform 180ms ease, background-color 180ms ease; }
.circle-link:hover { background: var(--sun-light); transform: rotate(7deg); }
.room-choice-label { display: none; }
.price-note { margin: 24px 0 0; color: var(--muted); font-size: 11px; text-align: center; }

.gallery { position: relative; z-index: 3; margin-top: -52px; padding-top: 142px; padding-bottom: 164px; overflow: hidden; border-radius: 54px 54px 0 0; background: linear-gradient(150deg, #388f96 0%, var(--forest-deep) 100%); color: var(--on-dark); }
.gallery-head { margin-bottom: 50px; }
.gallery-controls { display: flex; justify-content: flex-end; gap: 10px; }
.gallery-controls button { display: grid; width: 54px; height: 54px; padding: 0; place-items: center; border: 1px solid rgba(255,248,231,.36); border-radius: 50%; background: transparent; color: var(--on-dark); cursor: pointer; font-size: 20px; transition: background-color 180ms ease; }
.gallery-controls button:hover { background: rgba(255,248,231,.13); }
.gallery-rail { display: flex; gap: 14px; padding: 0 max(24px, calc((100vw - var(--container)) / 2)) 12px; overflow-x: auto; overscroll-behavior-inline: contain; scroll-behavior: smooth; scrollbar-width: none; scroll-snap-type: x proximity; }
.gallery-rail::-webkit-scrollbar { display: none; }
.gallery-item { position: relative; flex: 0 0 350px; height: 460px; padding: 0; overflow: hidden; border: 0; border-radius: 22px; background: #175f68; color: var(--on-dark); cursor: zoom-in; scroll-snap-align: start; }
.gallery-item.gallery-wide { flex-basis: 530px; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform 700ms ease; }
.gallery-item:hover img { transform: scale(1.025); }
.gallery-item::after { position: absolute; inset: 0; background: linear-gradient(to top, rgba(9,50,57,.62), transparent 48%); content: ""; }
.gallery-item span { position: absolute; bottom: 20px; left: 22px; z-index: 2; font-size: 11px; font-weight: 750; text-transform: uppercase; letter-spacing: .1em; }

.reviews { position: relative; z-index: 4; margin-top: -52px; border-radius: 54px 54px 0 0; background: linear-gradient(180deg, #eef8f4 0%, var(--paper) 180px); }
.reviews-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 90px; align-items: start; }
.reviews-score { position: sticky; top: 112px; padding: 36px; border: 1px solid rgba(20,83,92,.13); border-radius: 29px; background: linear-gradient(145deg, rgba(255,250,240,.96), rgba(225,243,239,.94)); box-shadow: 0 22px 58px rgba(20,83,92,.11); }
.big-score { margin-top: -3px; font-family: Georgia, serif; font-size: clamp(96px, 10vw, 140px); line-height: .78; letter-spacing: -.08em; }
.big-stars { margin: 24px 0 8px; color: var(--sun); font-size: 18px; letter-spacing: .1em; }
.reviews-rating-title { margin: 0 0 25px; color: var(--ink); font-family: Georgia, serif; font-size: 25px; }
.reviews-proof { display: grid; grid-template-columns: 1.2fr .8fr; gap: 12px; margin-bottom: 29px; padding-top: 22px; border-top: 1px solid var(--line); }
.reviews-proof span { display: grid; gap: 2px; }
.reviews-proof strong { color: var(--forest-deep); font-size: 16px; line-height: 1.15; }
.reviews-proof small { color: var(--muted); font-size: 9px; text-transform: uppercase; letter-spacing: .08em; }
.reviews-score .button { width: 100%; padding-inline: 18px; }
[data-spotlight] { --spot-x: 50%; --spot-y: 50%; --spot-color: rgba(237,170,47,.2); isolation: isolate; overflow: hidden; }
.yandex-rating[data-spotlight] { position: relative; }
.reviews-score[data-spotlight] { --spot-color: rgba(93,197,190,.19); }
[data-spotlight]::before { position: absolute; inset: 0; z-index: 0; background: radial-gradient(270px circle at var(--spot-x) var(--spot-y), var(--spot-color), transparent 68%); content: ""; opacity: 0; pointer-events: none; transition: opacity 260ms ease; }
[data-spotlight].is-spotlit::before,
[data-spotlight]:focus-visible::before,
[data-spotlight]:focus-within::before { opacity: 1; }
[data-spotlight] > * { position: relative; z-index: 1; }
.review-cards { display: grid; }
.review-card { min-height: 220px; padding: 34px 0; border-top: 1px solid var(--line); }
.review-card:last-child { border-bottom: 1px solid var(--line); }
.review-stars { margin-bottom: 21px; color: var(--sun); font-size: 10px; letter-spacing: .12em; }
.review-card blockquote { max-width: 680px; margin: 0 0 22px; font-family: Georgia, serif; font-size: clamp(28px, 3vw, 40px); line-height: 1.25; letter-spacing: -.035em; }
.review-card p { margin-bottom: 0; color: var(--muted); font-size: 11px; }

.stay-details { background: var(--sand); }
.details-head { display: flex; justify-content: space-between; align-items: end; gap: 40px; margin-bottom: 52px; }
.details-head .eyebrow { margin-bottom: 8px; }
.detail-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); }
.detail-card { min-height: 265px; padding: 35px 30px 30px 0; border-right: 1px solid var(--line); }
.detail-card + .detail-card { padding-left: 30px; }
.detail-card:last-child { border-right: 0; }
.detail-card > span { display: inline-flex; margin-bottom: 58px; color: var(--forest); font-family: Georgia, serif; font-size: 34px; }
.detail-card h3 { margin-bottom: 10px; font-family: Georgia, serif; font-size: 24px; font-weight: 500; }
.detail-card p { margin-bottom: 0; color: var(--muted); font-size: 12px; line-height: 1.65; }

.location { background: var(--paper); }
.location-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 78px; align-items: center; }
.map-wrap { height: 610px; padding: 10px; border-radius: var(--radius-lg); background: var(--sand); box-shadow: var(--shadow); }
.map-wrap iframe { width: 100%; height: 100%; border: 0; border-radius: 26px; filter: saturate(.86) contrast(.96); }
.location-copy h2 { max-width: 520px; }
.address { margin: 33px 0; color: var(--muted); font-family: Georgia, serif; font-size: 25px; line-height: 1.45; }
.address strong { color: var(--ink); font-weight: 500; }
.distance-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin: 0 0 34px; padding: 22px 0; border-block: 1px solid var(--line); list-style: none; }
.distance-list li { display: grid; }
.distance-list span { font-family: Georgia, serif; font-size: 23px; }
.distance-list p { margin-bottom: 0; color: var(--muted); font-size: 9px; text-transform: uppercase; letter-spacing: .09em; }

.faq { background: var(--sand); }
.faq-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 110px; }
.faq-intro { position: sticky; top: 130px; align-self: start; }
.faq-intro > p:last-child { max-width: 360px; margin: 29px 0 0; color: var(--muted); line-height: 1.7; }
.faq-list details { border-top: 1px solid var(--line); }
.faq-list details:last-child { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; min-height: 96px; align-items: center; justify-content: space-between; gap: 30px; cursor: pointer; font-family: Georgia, serif; font-size: 24px; letter-spacing: -.025em; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { display: grid; width: 36px; height: 36px; flex: 0 0 auto; place-items: center; border: 1px solid var(--line); border-radius: 50%; font-family: Arial, sans-serif; font-size: 20px; transition: transform 180ms ease, background-color 180ms ease; }
.faq-list details[open] summary span { background: var(--sun); transform: rotate(45deg); }
.faq-list details p { max-width: 640px; padding: 0 64px 30px 0; color: var(--muted); line-height: 1.72; }

.booking { padding: 24px 0 0; background: var(--sand); }
.booking-card { display: grid; grid-template-columns: .82fr 1.18fr; min-height: 500px; overflow: hidden; border-radius: var(--radius-lg) var(--radius-lg) 0 0; background: var(--forest-deep); color: var(--on-dark); }
.booking-photo { min-height: 500px; overflow: hidden; }
.booking-photo img { width: 100%; height: 100%; object-fit: cover; }
.booking-copy { display: flex; flex-direction: column; justify-content: center; padding: 66px 72px; }
.booking-copy > p:not(.eyebrow) { max-width: 560px; margin: 29px 0 34px; color: rgba(255,248,231,.7); line-height: 1.72; }
.booking-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 14px; }
.booking-actions .phone-link { flex-basis: 100%; margin-top: 8px; }
.phone-link { display: grid; }
.phone-link small { color: rgba(255,248,231,.62); font-size: 9px; text-transform: uppercase; letter-spacing: .1em; }
.phone-link strong { margin-top: 3px; font-family: Georgia, serif; font-size: 19px; font-weight: 500; }

.site-footer { padding: 62px 0 28px; background: var(--forest-deep); color: var(--on-dark); }
.footer-top { display: grid; grid-template-columns: .65fr 1fr .75fr; gap: 60px; align-items: end; padding-bottom: 42px; }
.brand-footer .brand-copy small { color: rgba(255,248,231,.66); }
.footer-top > p { max-width: 430px; margin-bottom: 0; color: rgba(255,248,231,.66); font-size: 13px; line-height: 1.7; }
.footer-links { display: flex; justify-content: flex-end; gap: 22px; font-size: 12px; }
.footer-links a { border-bottom: 1px solid rgba(255,248,231,.4); }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; padding-top: 23px; border-top: 1px solid var(--white-line); color: rgba(255,248,231,.62); font-size: 10px; }
.footer-bottom a { color: rgba(255,248,231,.78); }

.floating-book { position: fixed; right: 22px; bottom: 22px; z-index: 85; display: flex; min-height: 55px; align-items: center; gap: 16px; padding: 6px 7px 6px 21px; border-radius: 999px; background: var(--forest-deep); color: var(--on-dark); box-shadow: 0 15px 40px rgba(20,83,92,.3); opacity: 0; transform: translateY(18px); pointer-events: none; transition: opacity 220ms ease, transform 220ms ease; }
.floating-book.is-visible { opacity: 1; transform: translateY(0); pointer-events: auto; }
.floating-book span { font-size: 11px; font-weight: 800; }
.floating-book b { display: grid; width: 41px; height: 41px; place-items: center; border-radius: 50%; background: var(--sun); color: var(--forest-deep); font-size: 17px; }

.lightbox { width: min(1060px, calc(100% - 28px)); height: min(830px, calc(100vh - 28px)); padding: 0; overflow: hidden; border: 0; border-radius: 25px; background: var(--forest-deep); color: var(--on-dark); box-shadow: 0 40px 120px rgba(0,0,0,.48); }
.lightbox::backdrop { background: rgba(7,40,45,.82); backdrop-filter: blur(7px); }
.lightbox figure { display: grid; width: 100%; height: 100%; margin: 0; place-items: center; }
.lightbox figure img { max-width: 100%; max-height: calc(100% - 66px); object-fit: contain; }
.lightbox figcaption { position: absolute; bottom: 18px; left: 50%; max-width: 70%; font-size: 11px; text-align: center; transform: translateX(-50%); }
.lightbox-close, .lightbox-arrow { position: absolute; z-index: 2; display: grid; padding: 0; place-items: center; border: 1px solid rgba(255,248,231,.36); border-radius: 50%; background: rgba(10,60,67,.72); color: var(--on-dark); cursor: pointer; backdrop-filter: blur(8px); }
.lightbox-close { top: 16px; right: 16px; width: 44px; height: 44px; font-size: 27px; }
.lightbox-arrow { top: 50%; width: 50px; height: 50px; font-size: 20px; transform: translateY(-50%); }
.lightbox-prev { left: 16px; }
.lightbox-next { right: 16px; }

.reveal { opacity: 1; transform: none; }
.reveal.is-reveal-ready { opacity: 0; transform: translate3d(0, 14px, 0); transition: opacity 620ms cubic-bezier(.22,.8,.25,1), transform 620ms cubic-bezier(.22,.8,.25,1); }
.reveal.is-reveal-ready.is-visible { opacity: 1; transform: translate3d(0, 0, 0); }
.reveal-delay-short.is-reveal-ready { transition-delay: 70ms; }
.reveal-delay.is-reveal-ready { transition-delay: 140ms; }

@media (max-width: 1120px) {
  .main-nav { gap: 18px; }
  .main-nav > a:not(.button) { font-size: 12px; }
  .hero-grid { grid-template-columns: minmax(390px,.88fr) minmax(470px,1.12fr); gap: 38px; }
  .hero h1 { font-size: clamp(61px,6.4vw,82px); }
  .hero-stamp { right: -10px; }
  .welcome-grid { gap: 65px; }
  .room-info { padding: 46px 42px; }
  .reviews-grid { gap: 65px; }
  .location-grid { gap: 58px; }
  .booking-copy { padding: 58px 50px; }
}

@media (max-width: 930px) {
  .section { padding: 90px 0; }
  .section.welcome { padding-bottom: 132px; }
  .section.amenities { margin-top: -44px; padding: 120px 0 140px; border-radius: 44px 44px 0 0; }
  .section.rooms { margin-top: -40px; padding: 116px 0 132px; border-radius: 42px 42px 0 0; }
  .section.gallery { margin-top: -40px; padding: 116px 0 132px; border-radius: 42px 42px 0 0; }
  .section.reviews { margin-top: -40px; padding-top: 112px; border-radius: 42px 42px 0 0; }
  .site-header { padding: 10px 0; }
  body.menu-open .site-header { inset: 0; height: 100dvh; overflow: hidden; background: var(--sand); box-shadow: none; -webkit-backdrop-filter: none; backdrop-filter: none; }
  body.menu-open .brand { position: relative; z-index: 102; }
  body.menu-open .floating-book { opacity: 0; transform: translateY(18px); pointer-events: none; }
  .menu-toggle { position: relative; z-index: 102; display: block; }
  .menu-toggle[aria-expanded="true"] i:first-of-type { transform: translateY(3.5px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] i:last-of-type { transform: translateY(-3.5px) rotate(-45deg); }
  .main-nav { position: absolute; inset: 0; z-index: 101; min-height: 100%; flex-direction: column; align-items: flex-start; justify-content: flex-start; gap: 19px; padding: calc(108px + env(safe-area-inset-top)) 28px calc(36px + env(safe-area-inset-bottom)); overflow-y: auto; overscroll-behavior: contain; background: radial-gradient(circle at 86% 8%, rgba(237,170,47,.18), transparent 25%), linear-gradient(155deg, #fffaf0 0%, var(--sand) 72%); opacity: 0; visibility: hidden; transform: translateY(-18px); transition: opacity 180ms ease, transform 180ms ease, visibility 180ms; }
  .main-nav.is-open { opacity: 1; visibility: visible; transform: translateY(0); }
  .main-nav > a:not(.button) { font-family: Georgia, serif; font-size: clamp(34px, 10vw, 44px); font-weight: 400; line-height: 1.08; }
  .main-nav .button { width: min(100%, 280px); margin-top: 12px; }
  .hero { padding-top: 110px; }
  .hero-grid { grid-template-columns: 1fr; gap: 45px; }
  .hero-copy { max-width: 740px; }
  .hero h1 { font-size: clamp(67px,11vw,94px); }
  .hero-media { min-height: 640px; }
  .hero-photo { left: 90px; }
  .hero-stamp { right: 12px; }
  .booking-panel { padding: 38px; }
  .booking-panel-head { grid-template-columns: 1fr; gap: 18px; }
  .booking-panel-head > p { max-width: 650px; }
  .booking-fields { grid-template-columns: 1fr 1fr; }
  .booking-field-room { grid-column: span 2; }
  .booking-contact-fields { grid-template-columns: minmax(240px, 1fr) auto; }
  .booking-submit { grid-column: auto; width: auto; }
  .welcome-grid, .reviews-grid, .location-grid, .faq-grid { grid-template-columns: 1fr; gap: 60px; }
  .welcome-copy { max-width: 680px; }
  .welcome-collage { min-height: 620px; }
  .section-head, .rooms-head, .gallery-head { grid-template-columns: 1fr; gap: 24px; }
  .gallery-controls { justify-content: flex-start; }
  .amenity-grid { grid-template-columns: 1fr 1fr; }
  .amenity-photo { grid-column: span 2; }
  .room-card, .room-card:nth-child(even) { grid-template-columns: 1fr; min-height: 0; }
  .room-card:nth-child(even) .room-photo { order: initial; }
  .room-photo { height: 510px; }
  .room-info { padding: 46px 48px; }
  .reviews-score, .faq-intro { position: static; }
  .big-score { font-size: 130px; }
  .detail-grid { grid-template-columns: 1fr 1fr; }
  .detail-card:nth-child(2) { border-right: 0; }
  .detail-card:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .detail-card:nth-child(3) { padding-left: 0; }
  .map-wrap { height: 520px; }
  .booking-card { grid-template-columns: 1fr; }
  .booking-photo { height: 420px; min-height: 0; }
  .footer-top { grid-template-columns: 1fr; gap: 28px; }
  .footer-links { justify-content: flex-start; }
}

@media (max-width: 600px) {
  .container { width: min(calc(100% - 30px), var(--container)); }
  .section { padding: 72px 0; }
  .section.welcome { padding-bottom: 104px; }
  .section.amenities { margin-top: -30px; padding: 96px 0 112px; border-radius: 30px 30px 0 0; }
  .section.rooms { margin-top: -28px; padding: 94px 0 104px; border-radius: 29px 29px 0 0; }
  .section.gallery { margin-top: -28px; padding: 94px 0 104px; border-radius: 29px 29px 0 0; }
  .section.reviews { margin-top: -28px; padding-top: 92px; border-radius: 29px 29px 0 0; }
  .brand-logo { width: 50px; height: 50px; }
  .brand-footer .brand-logo { width: 56px; height: 56px; }
  .hero { min-height: 0; padding: 101px 0 54px; }
  .hero-grid { gap: 0; align-items: stretch; }
  .hero-copy { display: contents; }
  .hero-copy > .eyebrow { order: 1; }
  .hero h1 { order: 2; margin-bottom: 27px; font-size: clamp(50px,15.4vw,64px); line-height: .96; }
  .hero-word { --hero-rise: 10px; --hero-blur: 4px; }
  .hero-lead { order: 4; margin-bottom: 24px; font-size: 16px; }
  .hero-actions { order: 5; align-items: flex-start; flex-direction: column; gap: 12px; }
  .hero-actions .button { width: 100%; }
  .yandex-rating { order: 6; grid-template-columns: auto 1fr; margin-top: 34px; padding: 15px; }
  .rating-value { font-size: 39px; }
  .rating-copy { padding-left: 13px; }
  .rating-copy b { font-size: 10px; }
  .rating-arrow { display: none; }
  .hero-media { order: 3; min-height: clamp(430px,62svh,540px); }
  .hero-media[data-scroll-expand] { width: calc(100% + 30px); margin: 0 -15px 29px; touch-action: pan-y; }
  .hero-media[data-scroll-expand] .hero-photo { inset: 0; border-radius: 0; clip-path: inset(2.4% 18px round 150px 150px 28px 28px); will-change: clip-path; }
  .hero-media.is-scroll-expand-ready .hero-photo > img { transition: none; transform: scale(1.075); will-change: transform; }
  .hero-photo figcaption { right: 24px; bottom: 25px; z-index: 4; max-width: calc(100% - 48px); line-height: 1.45; text-align: right; }
  .hero-postcard { display: none; }
  .hero-stamp { top: 22px; right: 13px; width: 90px; }
  .hero-stamp strong { font-size: 27px; }
  .hero-photo figcaption { display: none; }
  .hero-mobile-actions { position: absolute; right: 15px; bottom: 15px; left: 15px; z-index: 5; display: grid; grid-template-columns: .9fr 1.1fr; gap: 8px; }
  .hero-mobile-proof, .hero-mobile-book { display: flex; min-width: 0; min-height: 54px; align-items: center; justify-content: center; border-radius: 18px; box-shadow: 0 12px 28px rgba(8,48,54,.2); backdrop-filter: blur(12px); }
  .hero-mobile-proof { flex-direction: column; background: rgba(255,250,240,.9); color: var(--forest-deep); line-height: 1; }
  .hero-mobile-proof strong { font-family: Georgia, serif; font-size: 20px; font-weight: 600; }
  .hero-mobile-proof span { margin-top: 4px; color: var(--muted); font-size: 8px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
  .hero-mobile-book { gap: 8px; padding: 0 11px; background: var(--sun); color: var(--forest-deep); font-size: 10px; font-weight: 850; text-align: center; text-transform: uppercase; letter-spacing: .045em; }
  .hero-gradual-blur { position: absolute; right: 0; bottom: -1px; left: 0; z-index: 2; display: block; height: 76px; overflow: hidden; background: linear-gradient(to bottom, transparent, rgba(9,54,60,.23)); contain: paint; pointer-events: none; }
  .hero-gradual-blur span { position: absolute; inset: 0; }
  .hero-gradual-blur span:nth-child(1) { -webkit-backdrop-filter: blur(2px); backdrop-filter: blur(2px); -webkit-mask-image: linear-gradient(to bottom, transparent 0%, #000 18%, #000 53%, transparent 72%); mask-image: linear-gradient(to bottom, transparent 0%, #000 18%, #000 53%, transparent 72%); }
  .hero-gradual-blur span:nth-child(2) { -webkit-backdrop-filter: blur(5px); backdrop-filter: blur(5px); -webkit-mask-image: linear-gradient(to bottom, transparent 28%, #000 47%, #000 77%, transparent 92%); mask-image: linear-gradient(to bottom, transparent 28%, #000 47%, #000 77%, transparent 92%); }
  .hero-gradual-blur span:nth-child(3) { -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px); -webkit-mask-image: linear-gradient(to bottom, transparent 57%, #000 79%); mask-image: linear-gradient(to bottom, transparent 57%, #000 79%); }
  .booking-search { padding: 28px 0 58px; }
  .booking-search .container { width: calc(100% - 20px); }
  .booking-panel { padding: 27px 17px 22px; border-radius: 25px; }
  .booking-panel-head { gap: 14px; }
  .booking-panel-head h2 { font-size: clamp(39px, 11.3vw, 46px); line-height: 1.01; }
  .booking-panel-head > p { font-size: 13px; line-height: 1.6; }
  .booking-form { margin-top: 22px; padding-top: 20px; }
  .booking-fields { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px 10px; }
  .booking-contact-fields { grid-template-columns: 1fr; gap: 12px; margin-top: 12px; }
  .booking-field-date, .booking-field-room { grid-column: 1 / -1; }
  .booking-field > span { font-size: 11px; letter-spacing: .09em; }
  .booking-field input, .booking-field select { height: 56px; padding-inline: 14px; border-radius: 16px; }
  .date-empty-hint { top: 25px; left: 14px; height: 56px; }
  .booking-submit { grid-column: auto; width: 100%; min-width: 0; height: 56px; }
  .booking-form-footer { display: grid; gap: 8px; margin-top: 15px; }
  .booking-summary, .booking-disclaimer { font-size: 12px; }
  .booking-disclaimer { text-align: left; }
  .welcome-copy h2, .section-head h2, .rooms-head h2, .gallery-head h2, .details-head h2, .location h2, .faq h2, .booking h2 { font-size: clamp(40px,11.5vw,50px); }
  .welcome-copy .large-copy { font-size: 22px; }
  .welcome-collage { min-height: 480px; }
  .collage-main { inset: 0 30px 28px 0; }
  .collage-small { width: 142px; padding: 7px 7px 11px; }
  .collage-small img { height: 190px; }
  .collage-small figcaption { font-size: 9px; }
  .welcome-collage.is-stack-ready { min-height: min(128vw,510px); outline: 0; perspective: 1000px; touch-action: pan-y; user-select: none; -webkit-user-select: none; }
  .welcome-collage.is-stack-ready:focus-visible { outline: 2px solid var(--sun); outline-offset: 7px; border-radius: 28px; }
  .welcome-collage.is-stack-ready .stack-extra { display: grid; }
  .welcome-collage.is-stack-ready .stack-card { --stack-drag-x: 0px; --stack-drag-y: 0px; --stack-drag-rotate: 0deg; position: absolute; inset: 0 9px 64px; display: grid; width: auto; height: auto; margin: 0; padding: 8px 8px 12px; grid-template-rows: minmax(0,1fr) auto; overflow: hidden; border-radius: 27px; background: var(--paper); box-shadow: 0 22px 54px rgba(20,83,92,.18); opacity: 0; transform-origin: 50% 88%; transition: transform 360ms cubic-bezier(.22,.8,.24,1), opacity 240ms ease; touch-action: pan-y; pointer-events: none; }
  .welcome-collage.is-stack-ready .stack-card::after { display: none; }
  .welcome-collage.is-stack-ready .stack-card img { width: 100%; min-width: 0; height: 100%; min-height: 0; border-radius: 20px; object-fit: cover; pointer-events: none; }
  .welcome-collage.is-stack-ready .stack-card figcaption { position: static; z-index: auto; padding: 11px 8px 1px; color: var(--forest-deep); font-family: inherit; font-size: 10px; font-weight: 800; line-height: 1.35; text-align: left; text-transform: uppercase; letter-spacing: .09em; }
  .welcome-collage.is-stack-ready [data-stack-depth="0"] { z-index: 4; opacity: 1; transform: translate3d(var(--stack-drag-x),var(--stack-drag-y),0) rotate(var(--stack-drag-rotate)) scale(1); pointer-events: auto; }
  .welcome-collage.is-stack-ready [data-stack-depth="1"] { z-index: 3; opacity: .88; transform: translate3d(9px,13px,-12px) rotate(2deg) scale(.975); }
  .welcome-collage.is-stack-ready [data-stack-depth="2"] { z-index: 2; opacity: .7; transform: translate3d(-6px,25px,-24px) rotate(-3deg) scale(.95); }
  .welcome-collage.is-stack-ready [data-stack-depth="3"] { z-index: 1; opacity: .48; transform: translate3d(5px,36px,-36px) rotate(2deg) scale(.925); }
  .welcome-collage.is-stack-ready.is-dragging [data-stack-depth="0"] { transition: none; cursor: grabbing; }
  .welcome-collage.is-stack-ready .stack-card.is-exiting-left { z-index: 5; opacity: 0; transform: translate3d(-112%,5px,0) rotate(-10deg) scale(.98); }
  .welcome-collage.is-stack-ready .stack-card.is-exiting-right { z-index: 5; opacity: 0; transform: translate3d(112%,5px,0) rotate(10deg) scale(.98); }
  .welcome-collage.is-stack-ready .stack-controls { position: absolute; right: 4px; bottom: 0; left: 4px; z-index: 8; display: grid; grid-template-columns: 44px minmax(0,1fr) 44px; gap: 10px; align-items: center; }
  .stack-controls button { display: grid; width: 44px; height: 44px; padding: 0; place-items: center; border: 1px solid rgba(20,83,92,.18); border-radius: 50%; background: var(--paper); box-shadow: 0 8px 20px rgba(20,83,92,.1); color: var(--forest-deep); font: inherit; font-size: 17px; cursor: pointer; }
  .stack-controls button:active { background: var(--sun-light); transform: scale(.96); }
  .stack-controls button:focus-visible { outline: 2px solid var(--sun); outline-offset: 2px; }
  .stack-controls span { overflow: hidden; color: var(--muted); font-size: 10px; font-weight: 750; line-height: 1.35; text-align: center; text-overflow: ellipsis; white-space: nowrap; }
  .amenity-grid { display: grid; grid-template-columns: 1fr; grid-auto-rows: 250px; }
  .amenity-photo { grid-column: auto; }
  .amenity-card:not(.amenity-photo) { padding: 25px; }
  .rooms-head { margin-bottom: 42px; }
  .room-photo { height: 390px; }
  .room-photo-hint { bottom: 15px; left: 15px; padding: 9px 12px; font-size: 9px; }
  .room-photo-controls { right: 13px; bottom: 13px; grid-template-columns: 34px auto 34px; gap: 4px; padding: 4px; }
  .room-photo-controls button { width: 34px; height: 34px; }
  .room-photo-controls span { min-width: 33px; font-size: 9px; }
  .room-info { padding: 34px 24px 30px; }
  .room-title-row { display: block; }
  .room-guests { display: inline-flex; margin-bottom: 17px; }
  .room-title-row h3 { margin-bottom: 14px; font-size: 37px; }
  .room-info > p { font-size: 13px; }
  .room-bottom strong { font-size: 27px; }
  .room-bottom { flex-wrap: wrap; }
  .circle-link { display: flex; width: 100%; height: 46px; justify-content: center; gap: 8px; padding: 0 14px; border-radius: 999px; font-size: 14px; font-weight: 800; }
  .circle-link:hover { transform: translateY(-1px); }
  .room-choice-label { display: inline; font-size: 10px; text-transform: uppercase; letter-spacing: .06em; }
  .gallery-item { flex-basis: 280px; height: 390px; }
  .gallery-item.gallery-wide { flex-basis: 360px; }
  .review-card { min-height: 190px; }
  .review-card blockquote { font-size: 28px; }
  .reviews-score { padding: 28px 24px; }
  .reviews-proof { grid-template-columns: 1fr 1fr; }
  .details-head { display: block; }
  .detail-grid { grid-template-columns: 1fr; }
  .detail-card, .detail-card + .detail-card, .detail-card:nth-child(3) { min-height: 190px; padding: 28px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .detail-card > span { margin-bottom: 30px; }
  .map-wrap { height: 440px; padding: 7px; }
  .location-grid { gap: 45px; }
  .distance-list { grid-template-columns: 1fr 1fr; }
  .faq-list summary { min-height: 82px; font-size: 20px; }
  .faq-list details p { padding-right: 6px; }
  .booking { padding-top: 0; }
  .booking-card { width: 100%; border-radius: 0; }
  .booking-photo { height: 330px; }
  .booking-copy { padding: 48px 22px 54px; }
  .booking-actions { align-items: flex-start; flex-direction: column; }
  .booking-actions .button { width: 100%; }
  .footer-top, .footer-bottom { width: calc(100% - 44px); }
  .footer-bottom { flex-direction: column; gap: 11px; }
  .floating-book { right: 12px; bottom: calc(12px + env(safe-area-inset-bottom)); min-height: 49px; gap: 10px; padding: 5px 5px 5px 16px; }
  .floating-book span { display: block; font-size: 10px; }
  .floating-book b { width: 39px; height: 39px; }
  .lightbox-arrow { top: auto; bottom: 12px; width: 44px; height: 44px; transform: none; }
  .lightbox figcaption { bottom: 25px; }
}

@supports not ((backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px))) {
  .hero-gradual-blur { background: linear-gradient(to bottom, transparent, rgba(9,54,60,.48)); }
  .hero-gradual-blur span { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal, .reveal.is-reveal-ready { opacity: 1; transform: none; }
  .hero-word { animation: none; opacity: 1; filter: none; transform: none; }
  [data-spotlight]::before { display: none; }
  .hero-media[data-scroll-expand] .hero-photo { will-change: auto; }
  .hero-media.is-scroll-expand-ready .hero-photo > img { will-change: auto; }
  .welcome-collage.is-stack-ready .stack-card { transition: none; }
}


/* MAX contact and prepared booking request. */
.button-max { border-color: #6654d9; background: #6654d9; color: #fff; }
.button-max:hover { background: #5544c2; color: #fff; }
.booking-messengers { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.booking-messengers .booking-submit { min-width: 0; }
.footer-links { flex-wrap: wrap; }
.max-request-dialog { position: fixed; width: min(640px, calc(100% - 32px)); max-height: calc(100vh - 32px); max-height: calc(100dvh - 32px); margin: auto; padding: 34px; overflow: auto; border: 0; border-radius: 26px; background: var(--paper); color: var(--ink); box-shadow: 0 30px 100px rgba(0,0,0,.35); }
.max-request-dialog::backdrop { background: rgba(7,40,45,.76); backdrop-filter: blur(5px); }
.max-request-dialog .eyebrow { margin: 0 44px 18px 0; }
.max-request-dialog h2 { margin: 0 35px 18px 0; font-family: Georgia, serif; font-size: clamp(28px, 4vw, 40px); font-weight: 400; line-height: 1.12; letter-spacing: -.035em; }
.max-request-dialog > p:not(.eyebrow) { font-size: 14px; line-height: 1.6; }
.max-request-close { position: absolute; top: 18px; right: 18px; display: grid; width: 40px; height: 40px; padding: 0; place-items: center; border: 1px solid var(--line); border-radius: 50%; background: transparent; color: var(--forest-deep); font-size: 27px; cursor: pointer; }
.max-request-close:focus-visible, .max-request-dialog textarea:focus-visible { outline: 3px solid var(--sun); outline-offset: 3px; }
.max-request-dialog textarea { display: block; width: 100%; min-height: 245px; margin: 20px 0; padding: 16px; resize: vertical; border: 1px solid var(--line); border-radius: 14px; background: #fff; color: var(--ink); font: inherit; font-size: 14px; line-height: 1.6; }
.max-request-actions { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.max-copy-status { min-height: 22px; margin: 14px 0 0; color: var(--forest-deep); font-weight: 650; }
.max-request-note { margin: 10px 0 0; color: var(--muted); }
.max-request-actions button:disabled { cursor: progress; opacity: .65; }
@media (max-width: 930px) {
  .booking-contact-fields { grid-template-columns: 1fr; }
}
@media (max-width: 620px) {
  .booking-messengers, .max-request-actions { grid-template-columns: 1fr; }
  .booking-actions > .button { width: 100%; }
  .max-request-dialog { width: calc(100% - 24px); padding: 25px 20px; border-radius: 22px; }
  .max-request-dialog textarea { min-height: 220px; font-size: 16px; }
}
