@font-face { font-family: "Manrope"; src: url("/fonts/manrope-cyrillic.woff2") format("woff2"); font-style: normal; font-weight: 400 800; font-display: swap; unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; }
@font-face { font-family: "Manrope"; src: url("/fonts/manrope-latin.woff2") format("woff2"); font-style: normal; font-weight: 400 800; font-display: swap; unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+FEFF, U+FFFD; }
@font-face { font-family: "Cormorant Garamond"; src: url("/fonts/cormorant-garamond-cyrillic.woff2") format("woff2"); font-style: normal; font-weight: 400 600; font-display: swap; unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; }
@font-face { font-family: "Cormorant Garamond"; src: url("/fonts/cormorant-garamond-latin.woff2") format("woff2"); font-style: normal; font-weight: 400 600; font-display: swap; unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+FEFF, U+FFFD; }

:root {
  --ink: #17384f;
  --ink-soft: #4a6176;
  --paper: #fff9ef;
  --white: #fff;
  --pine: #1261a6;
  --pine-deep: #14253a;
  --sky: #55b8f2;
  --sky-light: #dff3ff;
  --sun: #f5be36;
  --coral: #b8462b;
  --coral-deep: #98351f;
  --line: rgba(23, 53, 84, .2);
  --wide: 1480px;
  --reading: 760px;
  --radius: 22px;
  --radius-small: 12px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--paper); }
body { margin: 0; overflow-x: hidden; background: var(--paper); color: var(--ink); font-family: "Manrope", Arial, sans-serif; font-size: 17px; line-height: 1.65; }
img { display: block; width: 100%; max-width: 100%; }
a { color: inherit; text-decoration: none; }
a:focus-visible, button:focus-visible, summary:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible { outline: 3px solid var(--sun); outline-offset: 4px; }
.skip-link { position: fixed; z-index: 9999; top: 12px; left: 12px; padding: 12px 16px; border-radius: 8px; background: var(--pine-deep); color: #fff; font-weight: 800; transform: translateY(-160%); transition: transform .18s ease; }
.skip-link:focus { transform: translateY(0); }
button, input, select, textarea { font: inherit; }
h1, h2, h3, p, figure, dl, dd { margin-top: 0; }
h1, h2, h3 { font-family: "Cormorant Garamond", Georgia, serif; font-weight: 500; line-height: .98; letter-spacing: -.035em; text-wrap: balance; }
main h1 { -webkit-hyphens: none; hyphens: none; overflow-wrap: normal; word-break: normal; }
h1 { font-size: clamp(4.2rem, 7.2vw, 7.25rem); }
h2 { font-size: clamp(3rem, 5.3vw, 5.6rem); }
h3 { font-size: clamp(1.8rem, 2.7vw, 3rem); }
.site-frame { min-height: 100vh; }
.eyebrow { margin-bottom: 18px; color: var(--pine); font-size: .68rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow-coral { color: var(--coral-deep); }
.eyebrow-sun { color: var(--sun); }

.site-header { width: min(100%, var(--wide)); min-height: 92px; margin: 0 auto; padding: 0 26px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: clamp(28px, 5vw, 72px); background: var(--paper); }
.wordmark { width: max-content; display: inline-flex; flex-direction: column; line-height: 1; color: var(--ink); }
.wordmark span { font-family: "Cormorant Garamond", serif; font-size: 1.72rem; font-weight: 600; letter-spacing: .16em; }
.wordmark small { margin-top: 5px; color: var(--coral-deep); font-size: .52rem; font-weight: 800; letter-spacing: .22em; }
.desktop-nav { display: flex; justify-content: center; align-items: center; gap: clamp(18px, 2.2vw, 34px); font-size: .68rem; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.desktop-nav a { position: relative; min-height: 40px; padding: 12px 0; display: inline-flex; align-items: center; line-height: 1; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 7px; height: 2px; background: var(--coral); transition: right .2s ease; }
.desktop-nav a:hover::after { right: 0; }
.header-actions { display: flex; align-items: center; gap: 18px; }
.header-phone { min-height: 44px; display: inline-flex; align-items: center; font-size: .78rem; font-weight: 800; white-space: nowrap; }
.button { min-height: 50px; padding: 14px 24px; border: 0; border-radius: var(--radius-small); display: inline-flex; align-items: center; justify-content: center; gap: 10px; font-size: .72rem; font-weight: 800; letter-spacing: .075em; line-height: 1.1; text-align: center; text-transform: uppercase; transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--coral); color: #fff; box-shadow: 0 14px 28px rgba(240, 100, 60, .2); }
.button-primary:hover { background: var(--coral-deep); }
.button-quiet { border: 1px solid var(--ink); background: transparent; color: var(--ink); }
.button-light { border: 1px solid rgba(255,255,255,.72); background: transparent; color: #fff; }
.button-white { background: #fff; color: var(--pine-deep); }
.button-sun { background: var(--sun); color: var(--ink); }
.mobile-nav { display: none; position: relative; justify-self: end; }
.mobile-nav summary { width: 46px; height: 46px; border: 1px solid var(--line); border-radius: 50%; display: grid; place-content: center; gap: 6px; list-style: none; cursor: pointer; }
.mobile-nav summary::-webkit-details-marker { display: none; }
.mobile-nav summary span { width: 19px; height: 2px; display: block; background: var(--ink); }
.mobile-nav nav { position: absolute; z-index: 50; right: 0; top: 56px; width: min(310px, calc(100vw - 28px)); padding: 18px; border: 1px solid var(--line); border-radius: 16px; display: grid; background: #fff; box-shadow: 0 24px 64px rgba(16,63,58,.16); }
.mobile-nav nav a { min-height: 48px; padding: 12px 10px; border-bottom: 1px solid var(--line); display: flex; align-items: center; font-weight: 750; }
.mobile-nav nav a:last-child { margin-top: 10px; border: 0; justify-content: center; background: var(--coral); color: #fff; }
.mobile-booking-bar { display: none; }

.hero-window { width: min(100%, var(--wide)); min-height: 820px; margin: 0 auto; padding: 20px 26px 70px; display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(36px, 5vw, 74px); align-items: stretch; }
.hero-content { padding: clamp(44px, 6vw, 92px) 0 18px; display: flex; flex-direction: column; align-items: flex-start; }
.hero-content h1 { max-width: 720px; margin: 0 0 30px; color: var(--ink); }
.hero-lead { max-width: 650px; margin-bottom: 38px; color: var(--ink-soft); font-size: clamp(1.08rem, 1.5vw, 1.32rem); line-height: 1.6; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-facts { width: min(100%, 640px); margin-top: auto; padding-top: 34px; border-top: 1px solid var(--line); display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.hero-facts div { display: grid; gap: 4px; }
.hero-facts span { color: var(--coral-deep); font-size: .62rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.hero-facts strong, .hero-facts a { font-size: .94rem; font-weight: 800; }
.hero-visual { min-height: 720px; position: relative; overflow: hidden; border-radius: 26px 26px 160px 26px; background: var(--sky-light); }
.hero-building { position: absolute; inset: 0 25% 0 0; margin: 0; overflow: hidden; }
.hero-building::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 55%, rgba(16,63,58,.72)); }
.hero-building img { height: 100%; object-fit: cover; object-position: center 38%; }
.hero-building figcaption { position: absolute; z-index: 2; left: 30px; right: 30px; bottom: 26px; display: flex; justify-content: space-between; color: #fff; font-size: .7rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.hero-view-window { position: absolute; z-index: 3; right: 0; top: 12%; width: 39%; height: 45%; margin: 0; border: 12px solid var(--paper); border-right: 0; overflow: hidden; background: var(--sky); }
.hero-view-window img { height: 100%; object-fit: cover; }
.hero-view-window figcaption { position: absolute; left: 14px; bottom: 12px; padding: 6px 10px; background: rgba(255,248,236,.92); color: var(--ink); font-size: .62rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.hero-address-mark { position: absolute; z-index: 4; right: 5%; bottom: 6%; width: 150px; aspect-ratio: 1; padding: 20px; display: flex; flex-direction: column; justify-content: center; background: var(--sun); color: var(--ink); transform: rotate(-2deg); }
.hero-address-mark span { font-family: "Cormorant Garamond", serif; font-size: 5rem; font-weight: 600; line-height: .7; }
.hero-address-mark small { margin-top: 15px; font-size: .58rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }

.trip-scenes { padding: clamp(88px, 10vw, 150px) max(26px, calc((100vw - var(--wide)) / 2 + 26px)); background: var(--sky); color: var(--ink); }
.scene-heading { max-width: 990px; margin-bottom: clamp(50px, 7vw, 90px); }
.scene-heading h2 { margin-bottom: 28px; }
.scene-heading > p:last-child { max-width: 750px; margin: 0; color: rgba(23,55,68,.78); font-size: 1.05rem; }
.scene-layout { display: grid; grid-template-columns: 1.2fr .8fr; grid-template-rows: minmax(380px, 520px) minmax(360px, 470px); gap: 18px; }
.scene { position: relative; overflow: hidden; border-radius: var(--radius); }
.scene img { height: 100%; object-fit: cover; transition: transform .5s ease; }
.scene:hover img { transform: scale(1.025); }
.scene span { font-size: .63rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.scene h3 { margin: 18px 0 14px; }
.scene p { max-width: 520px; margin-bottom: 26px; }
.scene b { font-size: .72rem; letter-spacing: .06em; text-transform: uppercase; }
.scene-winter { grid-row: 1 / 3; min-height: 780px; }
.scene-winter::after { content: ""; position: absolute; inset: 35% 0 0; background: linear-gradient(180deg, transparent, rgba(7,38,57,.88)); }
.scene-winter > div { position: absolute; z-index: 2; left: clamp(24px, 4vw, 54px); right: clamp(24px, 4vw, 54px); bottom: clamp(26px, 4vw, 54px); color: #fff; }
.scene-winter h3 { max-width: 560px; font-size: clamp(3.3rem, 5.5vw, 6rem); }
.scene-summer { display: grid; grid-template-columns: 1.05fr .95fr; background: var(--sun); }
.scene-summer > div { padding: clamp(26px, 4vw, 50px); }
.scene-summer img { min-height: 100%; object-position: center 42%; }
.scene-ascent { display: grid; grid-template-columns: .85fr 1.15fr; background: var(--pine); color: #fff; }
.scene-ascent > div { padding: clamp(24px, 3.5vw, 46px); }
.scene-ascent img { min-height: 100%; object-position: center 45%; }

.rooms-editorial { padding: clamp(96px, 11vw, 170px) max(26px, calc((100vw - var(--wide)) / 2 + 26px)); background: #fff; }
.editorial-heading { margin-bottom: 62px; display: grid; grid-template-columns: 1.2fr .8fr; gap: clamp(40px, 7vw, 110px); align-items: end; }
.editorial-heading h2 { max-width: 900px; margin: 0; }
.editorial-heading > div:last-child p { max-width: 560px; color: var(--ink-soft); }
.text-link { width: fit-content; padding-bottom: 4px; border-bottom: 1px solid currentColor; display: inline-flex; align-items: center; gap: 18px; color: var(--pine); font-size: .78rem; font-weight: 800; letter-spacing: .055em; text-transform: uppercase; }
.room-stories { min-height: 820px; display: grid; grid-template-columns: 1.15fr .85fr; grid-template-rows: 1fr 1fr; gap: 18px; }
.room-story { position: relative; overflow: hidden; border-radius: var(--radius); background: var(--paper); }
.room-story > img { height: 100%; object-fit: cover; transition: transform .5s ease; }
.room-story:hover > img { transform: scale(1.02); }
.room-story > div { position: absolute; left: 20px; right: 20px; bottom: 20px; padding: 24px; background: rgba(255,248,236,.94); backdrop-filter: blur(8px); }
.room-story h3 { margin-bottom: 8px; font-size: clamp(2rem, 3vw, 3.4rem); }
.room-story p { max-width: 620px; margin-bottom: 12px; color: var(--ink-soft); font-size: .86rem; }
.room-story span { color: var(--coral-deep); font-size: .66rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.room-story-main { grid-row: 1 / 3; }
.room-story-main > img { object-position: center; }

.hotel-story { display: grid; grid-template-columns: 1.15fr .85fr; background: var(--pine-deep); color: #fff; }
.story-collage { min-height: 920px; padding: clamp(24px, 4vw, 60px); display: grid; grid-template-columns: 1.15fr .85fr; grid-template-rows: 1.1fr .9fr; gap: 16px; }
.story-collage figure { position: relative; margin: 0; overflow: hidden; }
.story-collage img { height: 100%; object-fit: cover; }
.story-collage figcaption { position: absolute; left: 12px; bottom: 12px; padding: 6px 9px; background: var(--paper); color: var(--ink); font-size: .58rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.story-cafe { grid-row: 1 / 3; }
.story-cafe img { object-position: 38% center; }
.story-dining img { object-position: center 58%; }
.story-forest img { object-position: center; }
.story-manifesto { padding: clamp(70px, 8vw, 130px) clamp(34px, 6vw, 100px); display: flex; flex-direction: column; justify-content: center; }
.story-manifesto h2 { margin-bottom: 30px; color: #fff; }
.story-manifesto > p:not(.eyebrow) { max-width: 640px; color: rgba(255,255,255,.76); }
.story-manifesto dl { margin: 36px 0 42px; border-top: 1px solid rgba(255,255,255,.2); }
.story-manifesto dl div { padding: 16px 0; border-bottom: 1px solid rgba(255,255,255,.2); display: grid; grid-template-columns: 100px 1fr; gap: 18px; }
.story-manifesto dt { color: var(--sun); font-size: .66rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.story-manifesto dd { color: rgba(255,255,255,.86); }
.story-manifesto .button { align-self: flex-start; }

.guides-editorial { padding: clamp(92px, 10vw, 150px) max(26px, calc((100vw - var(--wide)) / 2 + 26px)); background: var(--paper); }
.guides-lead { min-height: 610px; margin-bottom: 18px; display: grid; grid-template-columns: .72fr 1.28fr; background: var(--sky-light); }
.guides-lead > img { height: 100%; max-height: 680px; object-fit: cover; object-position: center 38%; }
.guides-lead > div { padding: clamp(42px, 7vw, 100px); display: flex; flex-direction: column; justify-content: center; }
.guides-lead h2 { max-width: 850px; margin-bottom: 28px; }
.guides-lead > div > p:last-child { max-width: 680px; color: var(--ink-soft); }
.guide-rail { display: grid; grid-template-columns: 1.2fr repeat(3, 1fr); gap: 18px; }
.guide-rail > a { min-height: 290px; padding: clamp(24px, 3vw, 40px); display: flex; flex-direction: column; }
.guide-rail span { font-size: .62rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.guide-rail h3 { margin: 24px 0 16px; font-size: clamp(1.9rem, 2.6vw, 2.9rem); }
.guide-rail p { color: rgba(255,255,255,.76); }
.guide-rail b { margin-top: auto; font-size: .68rem; letter-spacing: .06em; text-transform: uppercase; }
.guide-feature { background: var(--coral); color: #fff; }
.guide-note-green { background: var(--pine); color: #fff; }
.guide-note-yellow { background: var(--sun); color: var(--ink); }
.guide-note-paper { border: 1px solid var(--ink); background: #fff; color: var(--ink); }

.location-slab { min-height: 680px; padding: clamp(64px, 8vw, 120px) max(26px, calc((100vw - var(--wide)) / 2 + 26px)); display: grid; grid-template-columns: .7fr 1.3fr; gap: clamp(40px, 8vw, 120px); align-items: center; background: var(--pine); color: #fff; }
.location-number { font-family: "Cormorant Garamond", serif; font-size: clamp(12rem, 26vw, 27rem); font-weight: 600; line-height: .7; color: rgba(255,255,255,.92); }
.location-content h2 { max-width: 850px; margin-bottom: 28px; color: #fff; }
.location-content > p:not(.eyebrow) { max-width: 690px; color: rgba(255,255,255,.84); }
.location-contacts { margin: 34px 0 30px; display: flex; flex-wrap: wrap; gap: 16px 34px; font-weight: 800; }
.map-actions { display: flex; flex-wrap: wrap; gap: 12px; }

.reviews-band { padding: clamp(80px, 9vw, 130px) max(26px, calc((100vw - var(--wide)) / 2 + 26px)); display: grid; grid-template-columns: .7fr 1.3fr; gap: clamp(40px, 8vw, 120px); background: var(--sun); }
.reviews-band > div:first-child h2 { margin-bottom: 28px; }
.reviews-band > div:first-child p:last-child { max-width: 560px; color: rgba(23,55,68,.78); }
.review-links { border-top: 1px solid rgba(23,55,68,.3); }
.review-links a { min-height: 92px; padding: 18px 4px; border-bottom: 1px solid rgba(23,55,68,.3); display: grid; grid-template-columns: 58px 1fr auto; align-items: center; gap: 18px; }
.review-links span { font-family: "Cormorant Garamond", serif; font-size: 1.5rem; }
.review-links strong { font-size: 1rem; }
.review-links small { font-size: .65rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }

.faq { padding: clamp(90px, 10vw, 150px) max(26px, calc((100vw - var(--wide)) / 2 + 26px)); display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(50px, 8vw, 120px); background: #fff; }
.faq h2 { margin: 0; }
.faq-list { border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { min-height: 86px; padding: 22px 52px 22px 0; position: relative; display: flex; align-items: center; color: var(--ink); cursor: pointer; list-style: none; font-family: "Cormorant Garamond", serif; font-size: 1.55rem; font-weight: 600; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; position: absolute; right: 4px; color: var(--coral); font-family: "Manrope", sans-serif; font-size: 1.3rem; }
.faq details[open] summary::after { content: "−"; }
.faq details p { max-width: 700px; padding: 0 46px 26px 0; color: var(--ink-soft); }

.final-booking { min-height: 680px; display: grid; grid-template-columns: 1.1fr .9fr; background: var(--coral); color: #fff; }
.final-booking > img { height: 100%; max-height: 760px; object-fit: cover; }
.final-booking > div { padding: clamp(60px, 8vw, 120px); display: flex; flex-direction: column; justify-content: center; }
.final-booking h2 { margin-bottom: 26px; color: #fff; }
.final-booking > div > p:not(.eyebrow) { max-width: 620px; color: rgba(255,255,255,.84); }
.final-booking .button { align-self: flex-start; margin-top: 24px; }

.site-footer { padding: clamp(80px, 9vw, 130px) max(26px, calc((100vw - var(--wide)) / 2 + 26px)) 28px; display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(50px, 8vw, 120px); background: var(--pine-deep); color: #fff; }
.footer-brand h2 { max-width: 620px; margin-bottom: 22px; color: #fff; }
.footer-brand > p:not(.eyebrow) { max-width: 520px; color: rgba(255,255,255,.72); }
.footer-brand .button { margin-top: 22px; }
.footer-grid { padding: 14px 0 34px; border-top: 1px solid rgba(255,255,255,.2); border-bottom: 1px solid rgba(255,255,255,.2); display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; }
.footer-grid > div { padding-top: 24px; display: grid; align-content: start; gap: 10px; }
.footer-label { margin-bottom: 10px; color: var(--sun); font-size: .62rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.footer-grid a { width: fit-content; min-height: 44px; display: inline-flex; align-items: center; color: rgba(255,255,255,.84); font-size: .86rem; }
.footer-grid a:hover { color: var(--sun); }
.footer-legal { padding-top: 20px; display: flex; flex-wrap: wrap; gap: 4px 26px; color: rgba(255,255,255,.72); font-size: .7rem; }
.footer-legal a { min-height: 44px; display: inline-flex; align-items: center; }
.footer-bottom { padding-top: 28px; display: flex; justify-content: space-between; color: rgba(255,255,255,.48); font-size: .65rem; letter-spacing: .08em; text-transform: uppercase; }

/* Inner pages */
.inner-main { min-height: 70vh; background: #fff; }
.breadcrumbs { width: min(100%, var(--wide)); margin: 0 auto; padding: 30px 26px 0; display: flex; gap: 10px; color: var(--ink-soft); font-size: .7rem; }
.breadcrumbs a { text-decoration: underline; text-underline-offset: 3px; }
.inner-hero { width: min(100%, var(--wide)); min-height: 690px; margin: 0 auto; padding: clamp(60px, 7vw, 108px) 26px 90px; display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: clamp(40px, 7vw, 100px); align-items: center; }
.inner-copy, .inner-photo { min-width: 0; }
.inner-copy h1 { max-width: 820px; margin-bottom: 30px; color: var(--ink); font-size: clamp(4rem, 6.7vw, 7rem); }
.inner-lead { max-width: 660px; margin-bottom: 34px; color: var(--ink-soft); font-size: 1.12rem; }
.inner-photo { height: clamp(480px, 44vw, 620px); min-height: 0; overflow: hidden; border-radius: 24px; background: var(--sky-light); }
.inner-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.inner-content { padding: 0 max(26px, calc((100vw - var(--wide)) / 2 + 26px)) clamp(90px, 10vw, 150px); }
.inner-paragraph { max-width: 860px; color: var(--ink-soft); font-family: "Cormorant Garamond", serif; font-size: clamp(1.45rem, 2.2vw, 2rem); line-height: 1.45; }
.prepared-block { max-width: 1020px; margin: 92px 0 110px; }
.prepared-block h2 { margin-bottom: 42px; }
.prepared-block ol { margin: 0; padding: 0; border-top: 1px solid var(--line); list-style: none; }
.prepared-block li { min-height: 82px; display: grid; grid-template-columns: 74px 1fr; align-items: center; border-bottom: 1px solid var(--line); }
.prepared-block li span { color: var(--coral); font-family: "Cormorant Garamond", serif; font-size: 1.45rem; }
.next-step { margin-top: 90px; padding: clamp(42px, 6vw, 78px); display: flex; justify-content: space-between; align-items: end; gap: 32px; background: var(--coral); color: #fff; }
.next-step .eyebrow { color: #fff; }
.next-step h2 { max-width: 820px; margin: 0; color: #fff; }
.article-section { max-width: var(--reading); margin: 78px 0; }
.article-section h2 { margin-bottom: 26px; color: var(--ink); font-size: clamp(2.8rem, 4vw, 4.4rem); }
.article-section p { color: var(--ink-soft); font-size: 1.04rem; line-height: 1.75; }
.article-layout { margin: 52px 0 110px; display: grid; grid-template-columns: minmax(250px, 320px) minmax(0, 820px); gap: clamp(48px, 7vw, 110px); align-items: start; }
.article-aside { position: sticky; top: 104px; display: grid; gap: 18px; }
.article-aside nav { padding: 28px; border: 1px solid var(--line); background: var(--paper); }
.article-aside ol { margin: 18px 0 0; padding: 0; display: grid; list-style: none; }
.article-aside li { border-top: 1px solid var(--line); }
.article-aside a { padding: 12px 0; display: grid; grid-template-columns: 32px 1fr; gap: 8px; color: var(--ink-soft); font-size: .72rem; line-height: 1.35; }
.article-aside a:hover { color: var(--coral-deep); }
.article-aside a span { color: var(--coral); font-weight: 800; }
.article-aside-cta { padding: 28px; background: var(--pine-deep); color: #fff; }
.article-aside-cta strong { font-family: "Cormorant Garamond", serif; font-size: 1.8rem; }
.article-aside-cta p { color: rgba(255,255,255,.72); font-size: .78rem; line-height: 1.55; }
.article-aside-cta a { color: var(--sun); font-size: .72rem; font-weight: 800; text-transform: uppercase; }
.long-form-article { min-width: 0; }
.long-form-article .article-section { max-width: none; margin: 0; padding: 68px 0; border-top: 1px solid var(--line); scroll-margin-top: 110px; }
.long-form-article .article-section:first-child { padding-top: 0; border-top: 0; }
.long-form-article .article-section h2 { max-width: 760px; font-size: clamp(2.55rem, 3.6vw, 4rem); }
.long-form-article .article-section p { max-width: 760px; font-size: 1.02rem; line-height: 1.82; }
.long-form-article .article-section p + p { margin-top: 18px; }
.long-form-article .article-section ul { max-width: 760px; margin: 30px 0 0; padding: 26px 28px 26px 48px; display: grid; gap: 12px; background: var(--sky-light); color: var(--ink); }
.long-form-article .article-section li::marker { color: var(--coral); }
.trusted-resources { margin: 90px 0 120px; padding: clamp(42px, 6vw, 76px); background: var(--pine-deep); color: #fff; }
.trusted-resources .eyebrow { color: var(--sun); }
.trusted-resources h2 { max-width: 840px; color: #fff; }
.resources-intro { max-width: 700px; color: rgba(255,255,255,.7); }
.trusted-resources > div { margin-top: 36px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.trusted-resources a { min-height: 210px; padding: 26px; border: 1px solid rgba(255,255,255,.22); display: flex; flex-direction: column; color: #fff; }
.trusted-resources a:hover { background: rgba(255,255,255,.08); }
.trusted-resources a strong { font-family: "Cormorant Garamond", serif; font-size: 1.8rem; }
.trusted-resources a span { margin-top: 12px; color: rgba(255,255,255,.68); font-size: .78rem; line-height: 1.55; }
.trusted-resources a b { margin-top: auto; padding-top: 28px; color: var(--sun); font-size: .66rem; text-transform: uppercase; }
.article-faq { max-width: 980px; margin: 90px 0 120px; }
.article-faq h2 { margin-bottom: 34px; }
.article-faq details { border-top: 1px solid var(--line); }
.article-faq details:last-child { border-bottom: 1px solid var(--line); }
.article-faq summary { padding: 24px 44px 24px 0; position: relative; cursor: pointer; list-style: none; color: var(--ink); font-family: "Cormorant Garamond", serif; font-size: 1.55rem; font-weight: 700; }
.article-faq summary::after { content: "+"; position: absolute; right: 4px; color: var(--coral); }
.article-faq details[open] summary::after { content: "−"; }
.article-faq details p { max-width: 760px; padding: 0 0 24px; color: var(--ink-soft); line-height: 1.7; }
.related-guides, .review-platforms { margin: 80px 0 110px; }
.related-guides h2, .review-platforms h2 { margin-bottom: 32px; }
.related-grid, .review-grid { max-width: 1120px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.review-grid { grid-template-columns: repeat(2, 1fr); }
.related-card, .review-card { min-height: 230px; padding: 30px; border: 1px solid var(--ink); display: flex; flex-direction: column; background: var(--paper); transition: transform .2s ease, background .2s ease; }
.related-card:nth-child(2) { background: var(--sky-light); }
.related-card:nth-child(3) { background: var(--sun); }
.related-card:nth-child(3) p, .related-card:nth-child(3) span { color: var(--pine-deep); }
.related-card:hover, .review-card:hover { transform: translateY(-3px); }
.related-card h3, .review-card h3 { margin-bottom: 14px; }
.related-card p, .review-card p { color: var(--ink-soft); }
.related-card span, .review-card span { margin-top: auto; color: var(--coral-deep); font-size: .7rem; font-weight: 800; text-transform: uppercase; }
.contact-panel { margin: 76px 0 110px; display: grid; grid-template-columns: 1fr 1fr; gap: 18px; align-items: start; }
.contact-details, .map-card { min-height: 430px; padding: clamp(34px, 5vw, 68px); }
.contact-details { background: var(--sun); }
.map-card { background: var(--sky); color: var(--pine-deep); }
.map-card .eyebrow, .contact-details .eyebrow { color: var(--pine-deep); }
.contact-panel h2 { margin-bottom: 34px; font-size: clamp(2.7rem, 4.5vw, 4.8rem); }
.map-card h2 { color: var(--pine-deep); }
.contact-details address { display: grid; gap: 10px; font-style: normal; }
.contact-details address a { width: fit-content; font-weight: 700; text-decoration: underline; text-underline-offset: 4px; }
.map-card > p:not(.eyebrow) { max-width: 520px; color: var(--pine-deep); }
.map-card .map-actions { margin-top: 30px; }
.request-card { margin: 76px 0 110px; padding: clamp(30px, 5vw, 74px); display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: clamp(40px, 7vw, 100px); background: var(--sky-light); }
.request-intro h2 { color: var(--ink); font-size: clamp(3rem, 5vw, 5.3rem); }
.request-intro > p:not(.eyebrow) { max-width: 520px; color: var(--ink-soft); }
.request-contact { margin-top: 40px; padding-top: 24px; border-top: 1px solid var(--line); display: grid; gap: 8px; }
.request-contact span { color: var(--coral-deep); font-size: .65rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.request-contact a { width: fit-content; font-weight: 800; }
.booking-form { min-width: 0; padding: clamp(26px, 4vw, 48px); border: 1px solid rgba(23,55,68,.16); display: grid; gap: 20px; background: #fff; box-shadow: 14px 14px 0 var(--sun); }
.booking-form label { display: grid; gap: 8px; color: var(--ink); font-size: .72rem; font-weight: 800; letter-spacing: .04em; }
.booking-form input:not([type="checkbox"]), .booking-form select, .booking-form textarea { width: 100%; min-height: 54px; padding: 14px 15px; border: 1px solid rgba(23,55,68,.28); border-radius: 8px; background: #fff; color: var(--ink); outline: none; }
.booking-form textarea { resize: vertical; }
.booking-form input:focus, .booking-form select:focus, .booking-form textarea:focus { border-color: var(--coral); box-shadow: 0 0 0 3px rgba(240,100,60,.14); }
.form-row, .guest-row { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.guest-counter { min-height: 74px; padding: 10px 14px; border: 1px solid rgba(23,55,68,.28); border-radius: 8px; display: flex; align-items: center; justify-content: space-between; gap: 12px; background: #fff; }
.guest-counter > span { font-size: .72rem; font-weight: 800; }
.guest-counter > div { display: grid; grid-template-columns: 44px 30px 44px; align-items: center; text-align: center; }
.guest-counter button { width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 50%; background: var(--paper); color: var(--ink); cursor: pointer; }
.consent-row { min-height: 44px; grid-template-columns: 26px 1fr !important; align-items: start; font-weight: 500 !important; line-height: 1.45; cursor: pointer; }
.consent-row input { width: 22px; height: 22px; margin-top: 1px; accent-color: var(--coral); }
.consent-row a { text-decoration: underline; text-underline-offset: 3px; }
.form-submit { width: 100%; cursor: pointer; }
.form-submit:disabled { opacity: .65; cursor: wait; }
.form-disclaimer { margin: -4px 0 0; color: var(--ink-soft); font-size: .72rem; }
.form-status { min-height: 24px; color: var(--ink-soft); font-size: .82rem; }
.form-status-success { color: var(--pine); font-weight: 800; }
.form-status-error { color: #a13924; }
.form-status-fallback { color: #865018; }
.form-fallback { width: fit-content; margin-top: 8px; display: block; color: var(--pine); font-weight: 800; text-decoration: underline; text-underline-offset: 4px; }
.form-trap { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }

@media (max-width: 1120px) {
  .site-header { grid-template-columns: auto 1fr auto; gap: 20px; }
  .desktop-nav, .header-phone { display: none; }
  .mobile-nav { display: block; }
  .hero-window { grid-template-columns: 1fr; }
  .hero-content { min-height: 580px; }
  .hero-visual { min-height: 720px; }
  .scene-layout { grid-template-columns: 1fr; grid-template-rows: auto; }
  .scene-winter { grid-row: auto; min-height: 700px; }
  .scene-summer, .scene-ascent { min-height: 420px; }
  .editorial-heading { grid-template-columns: 1fr; align-items: start; }
  .hotel-story { grid-template-columns: 1fr; }
  .story-collage { min-height: 760px; }
  .guide-rail { grid-template-columns: 1fr 1fr; }
  .guides-lead { grid-template-columns: .85fr 1.15fr; }
  .location-slab, .reviews-band { grid-template-columns: .55fr 1.45fr; }
  .site-footer { grid-template-columns: 1fr; }
  .footer-brand { max-width: 760px; }
  .inner-hero { grid-template-columns: 1fr; }
  .inner-photo { height: 500px; }
  .related-grid { grid-template-columns: repeat(2, 1fr); }
  .article-layout { grid-template-columns: 1fr; }
  .article-aside { position: static; grid-template-columns: 1fr 1fr; }
  .request-card { grid-template-columns: 1fr; }
}

@media (max-width: 720px) {
  body { padding-bottom: 72px; font-size: 16px; }
  h1 { font-size: clamp(3.55rem, 16vw, 5.2rem); }
  h2 { font-size: clamp(2.8rem, 13vw, 4.3rem); }
  .site-header { min-height: 76px; padding: 0 18px; }
  .header-cta { display: none; }
  .wordmark span { font-size: 1.4rem; }
  .mobile-booking-bar { position: fixed; z-index: 80; left: 10px; right: 10px; bottom: 10px; min-height: 58px; padding: 8px 8px 8px 14px; border: 1px solid rgba(255,255,255,.25); border-radius: 14px; display: flex; align-items: center; justify-content: space-between; gap: 12px; background: var(--pine-deep); color: #fff; box-shadow: 0 16px 42px rgba(16,63,58,.28); transform: translateY(92px); opacity: 0; pointer-events: none; transition: transform .25s ease, opacity .25s ease; }
  .mobile-booking-bar.is-visible { transform: translateY(0); opacity: 1; pointer-events: auto; }
  .mobile-booking-bar span { font-size: .68rem; font-weight: 750; }
  .mobile-booking-bar a { min-height: 42px; padding: 10px 14px; border-radius: 9px; display: inline-flex; align-items: center; background: var(--coral); font-size: .64rem; font-weight: 800; text-transform: uppercase; }
  .hero-window { min-height: 0; padding: 8px 14px 54px; gap: 30px; }
  .hero-content { min-height: 0; padding: 48px 6px 24px; }
  .hero-content h1 { margin-bottom: 24px; }
  .hero-lead { font-size: 1rem; }
  .hero-actions { width: 100%; flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .hero-facts { display: none; }
  .hero-visual { min-height: 610px; border-radius: 18px 18px 88px 18px; }
  .hero-building { inset: 0; }
  .hero-building figcaption { left: 16px; right: 16px; bottom: 16px; }
  .hero-view-window { top: 8%; width: 45%; height: 30%; border-width: 8px; }
  .hero-address-mark { right: 6%; bottom: 8%; width: 112px; }
  .hero-address-mark span { font-size: 3.6rem; }
  .trip-scenes, .rooms-editorial, .guides-editorial, .location-slab, .reviews-band, .faq { padding: 74px 18px; }
  .scene-heading { margin-bottom: 38px; }
  .scene-winter { min-height: 590px; }
  .scene-winter h3 { font-size: 3.5rem; }
  .scene-summer, .scene-ascent { min-height: 0; grid-template-columns: 1fr; }
  .scene-summer img, .scene-ascent img { min-height: 300px; aspect-ratio: 4 / 3; }
  .scene-ascent img { order: 2; }
  .editorial-heading { margin-bottom: 38px; gap: 24px; }
  .room-stories { min-height: 0; grid-template-columns: 1fr; grid-template-rows: auto; }
  .room-story { min-height: 520px; }
  .room-story-main { grid-row: auto; }
  .room-story > div { left: 10px; right: 10px; bottom: 10px; padding: 20px; }
  .hotel-story { grid-template-columns: 1fr; }
  .story-collage { min-height: 660px; padding: 16px; grid-template-columns: 1fr 1fr; grid-template-rows: 1fr 1fr; }
  .story-cafe { grid-row: 1 / 2; grid-column: 1 / 3; }
  .story-manifesto { padding: 74px 20px; }
  .story-manifesto dl div { grid-template-columns: 74px 1fr; }
  .guides-lead { min-height: 0; grid-template-columns: 1fr; }
  .guides-lead > img { max-height: none; aspect-ratio: 4 / 5; }
  .guides-lead > div { padding: 42px 22px; }
  .guide-rail { grid-template-columns: 1fr; }
  .guide-rail > a { min-height: 240px; }
  .location-slab { grid-template-columns: 1fr; gap: 28px; }
  .location-number { font-size: 12rem; }
  .location-contacts { display: grid; }
  .map-actions { flex-direction: column; }
  .map-actions .button { width: 100%; }
  .reviews-band { grid-template-columns: 1fr; }
  .review-links a { grid-template-columns: 42px 1fr; }
  .review-links small { grid-column: 2; }
  .faq { grid-template-columns: 1fr; gap: 34px; }
  .faq summary { font-size: 1.35rem; }
  .final-booking { min-height: 0; grid-template-columns: 1fr; }
  .final-booking > img { min-height: 420px; aspect-ratio: 4 / 3; }
  .final-booking > div { padding: 68px 20px; }
  .site-footer { padding: 74px 20px 24px; }
  .footer-grid { grid-template-columns: 1fr; gap: 18px; }
  .footer-bottom { flex-direction: column; gap: 7px; }
  .breadcrumbs { padding: 24px 20px 0; }
  .inner-hero { min-height: 0; padding: 48px 20px 68px; gap: 38px; }
  .inner-copy h1 { max-width: 100%; font-size: clamp(3rem, 14vw, 5rem); overflow-wrap: normal; -webkit-hyphens: none; hyphens: none; }
  .inner-photo { height: 390px; border-radius: 18px; }
  .inner-content { padding: 0 20px 84px; }
  .article-layout { margin-top: 30px; gap: 40px; }
  .article-aside { grid-template-columns: 1fr; }
  .article-aside nav { padding: 22px; }
  .long-form-article .article-section { padding: 48px 0; }
  .long-form-article .article-section h2 { font-size: clamp(2.45rem, 12vw, 3.5rem); }
  .trusted-resources { margin-inline: -20px; padding: 54px 20px; }
  .trusted-resources > div { grid-template-columns: 1fr; }
  .trusted-resources a { min-height: 180px; }
  .prepared-block li { grid-template-columns: 54px 1fr; }
  .next-step { align-items: stretch; flex-direction: column; }
  .related-grid, .review-grid, .contact-panel, .request-card { grid-template-columns: 1fr; }
  .related-card, .review-card { min-height: 210px; }
  .contact-details, .map-card { min-height: 0; padding: 34px 22px; }
  .request-card { padding: 38px 18px; }
  .booking-form { padding: 24px 16px; box-shadow: 8px 8px 0 var(--sun); }
  .form-row, .guest-row { grid-template-columns: 1fr; }
}


/* Каталог и отдельные страницы номеров */
.rooms-hero { width:min(100%,var(--wide)); margin:auto; padding:clamp(56px,7vw,108px) 26px clamp(72px,9vw,128px); display:grid; grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr); gap:clamp(42px,7vw,110px); align-items:center; }
.rooms-hero h1 { max-width:760px; margin:.3em 0; font-size:clamp(4rem,7.4vw,8.8rem); line-height:.79; color:var(--pine-deep); }
.rooms-lead { max-width:610px; font-size:clamp(1.05rem,1.5vw,1.35rem); line-height:1.55; color:var(--ink-soft); }
.rooms-hero-actions { margin-top:30px; display:flex; align-items:center; gap:24px; flex-wrap:wrap; }
.rooms-price-link { min-height:44px; display:inline-flex; align-items:center; color:var(--pine-deep); font-weight:750; border-bottom:1px solid currentColor; }
.rooms-hero-collage { min-height:620px; position:relative; }
.rooms-hero-collage>picture { width:88%; height:88%; position:absolute; top:0; right:0; overflow:hidden; border-radius:90px 16px 90px 16px; }
.rooms-hero-collage>picture img,.rooms-hero-small picture,.rooms-hero-small img { height:100%; object-fit:cover; }
.rooms-hero-small { width:40%; height:38%; position:absolute; left:0; bottom:0; overflow:hidden; border:12px solid var(--paper); border-radius:12px 60px 12px 60px; }
.rooms-count { position:absolute; right:4%; bottom:4%; width:150px; height:150px; padding:16px; border-radius:50%; display:flex; flex-direction:column; align-items:center; justify-content:center; text-align:center; background:var(--sun); color:var(--ink); font-size:.78rem; font-weight:800; letter-spacing:.08em; text-transform:uppercase; }
.rooms-count strong { font-size:4rem; line-height:.8; letter-spacing:-.05em; }
.rooms-intro { padding:clamp(70px,9vw,130px) max(26px,calc((100vw - var(--wide))/2 + 26px)); background:var(--pine-deep); color:#fff; }
.rooms-intro>h2,.rooms-section-head h2,.rooms-booking h2 { margin:.25em 0 .6em; font-size:clamp(3rem,6vw,7rem); line-height:.88; }
.rooms-intro-lead { max-width:760px; color:rgba(255,255,255,.76); }
.rooms-facts { margin-top:clamp(44px,6vw,80px); display:grid; grid-template-columns:repeat(3,1fr); border-top:1px solid rgba(255,255,255,.24); }
.rooms-facts article { min-height:220px; padding:28px 32px 20px 0; border-right:1px solid rgba(255,255,255,.24); }
.rooms-facts article+article { padding-left:32px; }
.rooms-facts article:last-child { border:0; }
.rooms-facts span,.room-kicker { font-size:.68rem; font-weight:850; letter-spacing:.14em; text-transform:uppercase; }
.rooms-facts h3 { margin:50px 0 10px; font-family:"Cormorant Garamond",Georgia,serif; font-size:clamp(1.8rem,2.4vw,2.65rem); font-weight:600; letter-spacing:-.025em; line-height:1; }
.rooms-facts p { max-width:300px; color:rgba(255,255,255,.7); line-height:1.55; }
.rooms-catalog { padding:clamp(80px,10vw,150px) max(26px,calc((100vw - var(--wide))/2 + 26px)); }
.rooms-section-head { max-width:940px; margin-bottom:clamp(48px,7vw,90px); }
.rooms-section-head>p:last-child { max-width:720px; color:var(--ink-soft); font-size:1.1rem; line-height:1.65; }
.room-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:18px; }
.room-card { overflow:hidden; display:grid; grid-template-rows:auto 1fr; background:#fff; border:1px solid var(--line); border-radius:26px; }
.room-card-featured { grid-column:1/-1; grid-template-columns:minmax(0,1.15fr) minmax(410px,.85fr); grid-template-rows:none; background:#dbe5db; border:0; }
.room-photo { aspect-ratio:16/10; overflow:hidden; }
.room-photo picture,.room-photo img { height:100%; }
.room-photo img { object-fit:cover; transition:transform .5s ease; }
.room-card:hover .room-photo img { transform:scale(1.025); }
.room-copy { padding:clamp(24px,3.3vw,48px); display:flex; flex-direction:column; }
.room-copy h3 { margin:.25em 0 .35em; font-size:clamp(2.25rem,4.2vw,4.7rem); line-height:.9; color:var(--pine-deep); }
.room-grid .room-copy h3 { font-size:clamp(2rem,3vw,3.35rem); }
.room-copy>p:not(.room-kicker) { margin:0 0 20px; color:var(--ink-soft); line-height:1.6; }
.room-copy ul { margin:0 0 28px; padding:0; list-style:none; }
.room-copy li { padding:9px 0 9px 24px; position:relative; border-top:1px solid var(--line); font-size:.92rem; }
.room-copy li::before { content:'✓'; position:absolute; left:0; color:var(--coral); font-weight:900; }
.room-bottom { margin-top:auto; padding-top:18px; display:flex; align-items:center; justify-content:space-between; gap:18px; border-top:1px solid var(--line); }
.room-bottom strong { white-space:nowrap; font-size:1.25rem; color:var(--pine-deep); }
.room-bottom small { font-size:.7rem; color:var(--ink-soft); }
.room-bottom>a { min-height:44px; display:inline-flex; align-items:center; color:var(--pine-deep); font-size:.74rem; font-weight:850; letter-spacing:.07em; text-transform:uppercase; }
.rooms-booking { padding:clamp(78px,9vw,130px) max(26px,calc((100vw - var(--wide))/2 + 26px)); display:grid; grid-template-columns:1fr 1fr; gap:clamp(40px,7vw,110px); background:var(--coral); color:#fff; }
.rooms-booking .eyebrow { color:#fff; }
.rooms-booking>div>p:last-child { max-width:590px; color:#fff; line-height:1.65; }
.rooms-booking-action { align-self:center; padding:clamp(24px,4vw,48px); display:grid; grid-template-columns:auto 1fr; gap:0 18px; background:#fff; color:var(--ink); border-radius:30px; }
.rooms-booking-action span { padding:16px 0; color:var(--coral); font-weight:850; }
.rooms-booking-action p { margin:0; padding:16px 0; border-bottom:1px solid var(--line); font-weight:750; }
.rooms-booking-action .button { grid-column:1/-1; margin-top:24px; }

.room-detail { overflow:hidden; }
.room-detail-hero { width:min(100%,var(--wide)); margin:auto; padding:clamp(48px,7vw,110px) 26px; display:grid; grid-template-columns:minmax(0,.82fr) minmax(0,1.18fr); gap:clamp(38px,7vw,110px); align-items:center; }
.room-detail-hero h1 { margin:.22em 0 .35em; color:var(--pine-deep); }
.room-detail-lead { max-width:650px; color:var(--ink-soft); font-size:clamp(1.05rem,1.4vw,1.25rem); }
.room-detail-actions { margin-top:30px; display:flex; align-items:center; gap:24px; flex-wrap:wrap; }
.room-detail-actions>a:last-child { min-height:44px; display:inline-flex; align-items:center; border-bottom:1px solid currentColor; font-weight:800; }
.room-detail-main-photo { min-height:620px; overflow:hidden; border-radius:24px 24px 120px 24px; }
.room-detail-main-photo picture,.room-detail-main-photo img { height:100%; }
.room-detail-main-photo img { object-fit:cover; }
.room-detail-facts { padding:0 max(26px,calc((100vw - var(--wide))/2 + 26px)) clamp(70px,8vw,120px); display:grid; grid-template-columns:repeat(3,1fr); }
.room-detail-facts div { min-height:120px; padding:26px 28px; border-top:1px solid var(--line); border-right:1px solid var(--line); display:flex; flex-direction:column; justify-content:space-between; }
.room-detail-facts div:last-child { border-right:0; }
.room-detail-facts span { color:var(--coral); font-size:.68rem; font-weight:850; }
.room-detail-facts strong { font-size:clamp(1.15rem,1.7vw,1.6rem); }
.room-detail-body { padding:clamp(70px,9vw,130px) max(26px,calc((100vw - var(--wide))/2 + 26px)); display:grid; grid-template-columns:.8fr 1.2fr; gap:clamp(45px,8vw,120px); background:#fff; }
.room-detail-body h2 { margin-bottom:34px; }
.room-detail-body ul { margin:0 0 36px; padding:0; list-style:none; }
.room-detail-body li { padding:15px 0 15px 28px; position:relative; border-bottom:1px solid var(--line); }
.room-detail-body li::before { content:'✓'; position:absolute; left:0; color:var(--coral); font-weight:900; }
.room-detail-body aside { padding:26px; background:var(--sky-light); border-radius:18px; }
.room-detail-body aside strong { font-size:1.35rem; }
.room-detail-body aside p { margin:8px 0 0; color:var(--ink-soft); font-size:.9rem; }
.room-detail-gallery { display:grid; grid-template-columns:1fr 1fr; gap:14px; }
.room-detail-gallery picture { min-height:560px; overflow:hidden; border-radius:18px; }
.room-detail-gallery img { height:100%; object-fit:cover; }
.room-choice-guide { padding:clamp(68px,8vw,112px) max(26px,calc((100vw - var(--wide))/2 + 26px)); display:grid; grid-template-columns:minmax(0,.72fr) minmax(0,1.28fr); gap:clamp(44px,8vw,120px); background:var(--paper); }
.room-choice-guide h2 { max-width:680px; margin:.2em 0 .45em; color:var(--pine-deep); }
.room-choice-guide .room-choice-summary { max-width:620px; color:var(--ink-soft); font-size:1.08rem; line-height:1.75; }
.room-choice-copy { max-width:780px; }
.room-choice-copy h3 { margin:0 0 18px; color:var(--pine-deep); font-family:"Cormorant Garamond",Georgia,serif; font-size:clamp(1.75rem,2.3vw,2.4rem); font-weight:600; letter-spacing:-.02em; line-height:1.03; }
.room-choice-copy p { color:var(--ink-soft); line-height:1.78; }
.room-choice-copy p + h3 { margin-top:42px; }
.room-choice-copy a { color:var(--coral-deep); font-weight:800; text-decoration:underline; text-underline-offset:4px; }
.room-detail-cta { padding:clamp(72px,9vw,120px) max(26px,calc((100vw - var(--wide))/2 + 26px)); display:flex; align-items:center; justify-content:space-between; gap:40px; background:var(--pine-deep); color:#fff; }
.room-detail-cta h2 { margin-bottom:18px; color:#fff; }
.room-detail-cta p:last-child { max-width:650px; color:rgba(255,255,255,.76); }

@media (max-width:1000px) {
  .rooms-hero,.room-detail-hero { grid-template-columns:1fr; }
  .rooms-hero-collage { min-height:560px; }
  .room-card-featured { grid-template-columns:1fr; grid-template-rows:auto 1fr; }
  .rooms-booking,.room-detail-body { grid-template-columns:1fr; }
  .room-choice-guide { grid-template-columns:1fr; }
  .room-detail-main-photo { min-height:520px; }
}
@media (max-width:720px) {
  .rooms-hero { padding:42px 20px 72px; }
  .rooms-hero h1 { font-size:clamp(3.6rem,17vw,5.5rem); overflow-wrap:normal; }
  .rooms-hero-collage { min-height:430px; }
  .rooms-hero-collage>picture { width:92%; height:88%; border-radius:52px 12px 52px 12px; }
  .rooms-hero-small { width:45%; height:34%; border-width:8px; }
  .rooms-count { width:105px; height:105px; font-size:.56rem; }
  .rooms-count strong { font-size:2.6rem; }
  .rooms-facts,.room-grid,.room-detail-facts { grid-template-columns:1fr; }
  .rooms-facts article,.rooms-facts article+article { min-height:0; padding:26px 0; border-right:0; border-bottom:1px solid rgba(255,255,255,.24); }
  .rooms-facts h3 { margin:26px 0 8px; }
  .room-bottom { align-items:flex-start; flex-direction:column; }
  .room-detail-hero { padding:42px 20px 64px; }
  .room-detail-hero h1 { font-size:clamp(3.2rem,15vw,5rem); overflow-wrap:normal; }
  .room-detail-main-photo { min-height:390px; border-radius:18px 18px 70px 18px; }
  .room-detail-facts { padding-inline:20px; }
  .room-detail-facts div { min-height:96px; padding:18px 0; border-right:0; }
  .room-detail-body { padding-inline:20px; }
  .room-detail-gallery { grid-template-columns:1fr; }
  .room-detail-gallery picture { min-height:420px; }
  .room-choice-guide { padding:64px 20px; gap:34px; }
  .room-detail-cta { padding-inline:20px; align-items:stretch; flex-direction:column; }
  .room-detail-cta .button { width:100%; }
}

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

/* Hotel Alamat v3: плотная коллажная главная */
.home-v3 h1, .home-v3 h2, .home-v3 h3 { font-family: "Cormorant Garamond", Georgia, serif; font-weight: 600; letter-spacing: -.028em; }
.home-v3 h2 { font-size: clamp(3rem, 5vw, 5.2rem); }
.home-v3 main { overflow: hidden; }
.home-v3 .site-header { max-width: none; padding-inline: clamp(20px, 3.2vw, 54px); border-bottom: 1px solid var(--line); }
.home-v3 .button { border-radius: 999px; }
.v3-arrow-link { width: fit-content; min-height: 44px; display: inline-flex; align-items: center; gap: 22px; padding: 8px 0; border-bottom: 1px solid currentColor; font-size: .76rem; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.v3-arrow-link span { font-size: 1.1rem; }

.v3-hero { width: min(calc(100% - 32px), 1540px); min-height: 710px; margin: 16px auto 0; display: grid; grid-template-columns: .9fr 1.1fr; border-radius: 28px; overflow: hidden; background: var(--paper); }
.v3-hero-copy { position: relative; z-index: 2; min-height: 710px; padding: clamp(54px, 6vw, 94px) clamp(34px, 5vw, 80px); display: flex; flex-direction: column; justify-content: center; }
.v3-hero-copy::after { content: ""; position: absolute; z-index: -1; left: -5%; right: -12%; bottom: -20%; height: 37%; border-radius: 50% 50% 0 0; background: var(--pine-deep); transform: rotate(5deg); }
.v3-brand { margin-bottom: 20px; color: var(--pine-deep); font-family: "Cormorant Garamond", Georgia, serif; font-size: clamp(4.8rem, 7.1vw, 7.2rem); font-weight: 600; line-height: .78; letter-spacing: .015em; }
.v3-hero-copy h1 { max-width: 720px; margin-bottom: 22px; font-size: clamp(2.45rem, 3.45vw, 4.15rem); line-height: .98; }
.v3-hero-lead { max-width: 620px; margin-bottom: 32px; color: var(--ink-soft); font-size: clamp(1rem, 1.3vw, 1.2rem); line-height: 1.55; }
.v3-hero-actions { display: flex; align-items: center; gap: 28px; }
.v3-hero-actions .v3-arrow-link { position: relative; z-index: 1; padding: 12px 18px; border: 0; border-radius: 999px; background: var(--pine-deep); color: #fff; }
.v3-hero-collage { position: relative; min-height: 710px; overflow: hidden; background: var(--sky); isolation: isolate; }
.v3-hero-collage::after { content: ""; position: absolute; z-index: -1; right: -8%; bottom: -14%; width: 72%; height: 32%; border-radius: 50% 50% 0 0; background: var(--coral); transform: rotate(-8deg); }
.v3-hero-collage figure { margin: 0; overflow: hidden; background: #dfe7dd; box-shadow: 0 22px 60px rgba(8,48,42,.18); }
.v3-hero-collage img { height: 100%; object-fit: cover; }
.v3-building { position: absolute; z-index: 2; right: -2%; bottom: -1%; width: 69%; height: 92%; clip-path: polygon(19% 0, 100% 0, 100% 100%, 0 100%, 0 28%); }
.v3-building img { object-position: 52% 54%; }
.v3-collage-view { position: absolute; z-index: 4; top: 5%; left: 4%; width: 39%; height: 27%; border: 8px solid #fff; border-radius: 18px; transform: rotate(-4deg); }
.v3-collage-room { position: absolute; z-index: 5; top: 35%; left: 7%; width: 38%; height: 27%; border: 8px solid #fff; border-radius: 18px; transform: rotate(3deg); }
.v3-sun { position: absolute; z-index: 3; left: 31%; top: 17%; width: 74px; height: 74px; border-radius: 50%; background: var(--sun); }
.v3-stamp { position: absolute; z-index: 6; right: 4%; bottom: 4%; width: 132px; aspect-ratio: 1; border-radius: 50%; display: grid; place-content: center; text-align: center; background: var(--pine-deep); color: #fff; transform: rotate(-8deg); }
.v3-stamp span { font-size: 3rem; font-weight: 780; line-height: .8; }
.v3-stamp small { margin-top: 8px; font-size: .55rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }

.v3-booking-ribbon { width: min(calc(100% - 64px), 1450px); margin: -24px auto 0; position: relative; z-index: 8; display: grid; grid-template-columns: repeat(3, 1fr) 1.2fr; background: #fff; box-shadow: 0 20px 60px rgba(18,60,53,.13); }
.v3-booking-ribbon > div, .v3-booking-ribbon > a { min-height: 112px; padding: 22px 28px; border-right: 1px solid var(--line); display: grid; grid-template-columns: 32px 1fr; align-content: center; align-items: center; }
.v3-booking-ribbon > div > span { grid-row: 1 / 3; color: var(--coral-deep); font-size: .7rem; font-weight: 800; }
.v3-booking-ribbon p, .v3-booking-ribbon small { margin: 0; }
.v3-booking-ribbon p { font-weight: 780; }
.v3-booking-ribbon small { color: var(--ink-soft); font-size: .7rem; }
.v3-booking-ribbon > a { grid-template-columns: 1fr auto; align-items: center; background: var(--pine-deep); color: #fff; font-size: .8rem; letter-spacing: .06em; text-transform: uppercase; }
.v3-booking-ribbon > a span { font-size: 1.8rem; }
#_bn_widget_.alamat-bnovo-widget > #_bnovo_link_ { color: var(--pine-deep) !important; }

.v3-journey { width: min(calc(100% - 40px), 1500px); margin: 0 auto 68px; padding: clamp(44px, 6vw, 74px) clamp(20px, 4vw, 72px); display: grid; grid-template-columns: 1fr; gap: 28px; background: #fff; }
.v3-journey-copy { width: min(100%, 1320px); min-width: 0; }
.v3-journey-copy p:not(.eyebrow) { max-width: 760px; color: var(--ink-soft); font-size: clamp(1rem, 1.2vw, 1.15rem); }
.v3-journey h2 { margin-bottom: 18px; line-height: .94; }
.v3-journey-facts { margin: 24px 0 0; padding: 0; list-style: none; display: grid; gap: 10px; }
.v3-journey-facts li { position: relative; padding-left: 24px; color: var(--ink-soft); }
.v3-journey-facts li::before { content: "•"; position: absolute; left: 0; color: var(--coral); font-size: 1.3rem; line-height: 1; transform: translateY(-1px); }
.v3-journey-grid { min-width: 0; margin: 0; padding: 0; list-style: none; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.v3-journey-card { padding: clamp(24px, 2.7vw, 30px); min-height: 206px; border-radius: 18px; background: linear-gradient(156deg, #fff 0%, var(--sky-light) 100%); border: 1px solid rgba(0,0,0,.08); display: grid; gap: 10px; }
.v3-journey-card span { width: 40px; height: 40px; border-radius: 12px; display: grid; place-items: center; background: var(--pine-deep); color: #fff; font-size: .72rem; font-weight: 800; }
.v3-journey-card h3 { margin-bottom: 0; font-size: clamp(1.5rem, 2vw, 2.1rem); letter-spacing: -.03em; }
.v3-journey-card p { margin: 0; color: var(--ink-soft); font-size: .87rem; }

.v3-rooms { padding: 92px clamp(20px, 4vw, 64px) 76px; }
.v3-section-head { width: min(100%, 1420px); margin: 0 auto 44px; display: grid; grid-template-columns: 1.15fr .85fr; align-items: end; gap: clamp(36px, 8vw, 130px); }
.v3-section-head h2 { margin-bottom: 0; line-height: .88; }
.v3-section-head > div:last-child p { max-width: 620px; color: var(--ink-soft); }
.v3-room-rail { width: min(100%, 1420px); margin: 0 auto; display: grid; grid-template-columns: repeat(12, 1fr); grid-auto-rows: 265px; gap: 14px; }
.v3-room-card { position: relative; grid-column: span 3; min-width: 0; overflow: hidden; background: var(--white); }
.v3-room-card-1 { grid-column: span 6; grid-row: span 2; }
.v3-room-card figure { position: absolute; inset: 0; margin: 0; }
.v3-room-card img { height: 100%; object-fit: cover; transition: transform .45s ease; }
.v3-room-card:hover img { transform: scale(1.025); }
.v3-room-card figure::after { content: ""; position: absolute; inset: 36% 0 0; background: linear-gradient(transparent, rgba(7,35,31,.86)); }
.v3-room-card figure > span { position: absolute; z-index: 2; top: 16px; left: 16px; width: 38px; height: 38px; border-radius: 50%; display: grid; place-items: center; background: var(--sun); color: var(--ink); font-size: .66rem; font-weight: 800; }
.v3-room-card > div { position: absolute; z-index: 2; left: 20px; right: 20px; bottom: 16px; color: #fff; }
.v3-room-card h3 { margin-bottom: 6px; font-size: clamp(1.35rem, 2vw, 2.25rem); line-height: 1; letter-spacing: -.035em; }
.v3-room-card p { margin-bottom: 10px; color: rgba(255,255,255,.78); font-size: .75rem; line-height: 1.4; }
.v3-room-card b { font-size: .62rem; letter-spacing: .06em; text-transform: uppercase; }

.v3-inside { width: min(calc(100% - 40px), 1500px); margin: 0 auto 86px; display: grid; grid-template-columns: repeat(12, 1fr); grid-auto-rows: 285px; gap: 14px; }
.v3-inside-intro { grid-column: span 5; grid-row: span 2; padding: clamp(38px, 5vw, 78px); display: flex; flex-direction: column; align-items: flex-start; justify-content: center; background: var(--pine-deep); color: #fff; }
.v3-inside-intro .eyebrow { color: var(--sun); }
.v3-inside-intro h2 { max-width: 590px; margin-bottom: 24px; line-height: .9; }
.v3-inside-intro > p:not(.eyebrow) { max-width: 520px; color: rgba(255,255,255,.76); }
.v3-inside figure { position: relative; margin: 0; overflow: hidden; }
.v3-inside figure img { height: 100%; object-fit: cover; }
.v3-inside figure figcaption { position: absolute; left: 14px; bottom: 14px; padding: 9px 13px; background: #fff; color: var(--ink); font-size: .65rem; font-weight: 800; text-transform: uppercase; }
.v3-inside-restaurant { grid-column: span 7; }
.v3-inside-hall { grid-column: span 4; }
.v3-inside-table { grid-column: span 3; }

.v3-trips { padding: 84px clamp(20px, 4vw, 64px); background: #fff; }
.v3-trip-title { width: min(100%, 1420px); margin: 0 auto 40px; display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 40px; }
.v3-trip-title .eyebrow { grid-column: 1 / -1; margin-bottom: -18px; }
.v3-trip-title h2 { margin-bottom: 0; line-height: .9; }
.v3-trip-title > p:last-child { max-width: 580px; color: var(--ink-soft); }
.v3-trip-grid { width: min(100%, 1420px); margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.v3-trip-card { position: relative; min-height: 600px; overflow: hidden; color: #fff; }
.v3-trip-card img { height: 100%; object-fit: cover; transition: transform .45s ease; }
.v3-trip-card:hover img { transform: scale(1.025); }
.v3-trip-card::after { content: ""; position: absolute; inset: 25% 0 0; background: linear-gradient(transparent, rgba(7,32,29,.93)); }
.v3-trip-card > div { position: absolute; z-index: 2; left: 28px; right: 28px; bottom: 28px; }
.v3-trip-card span, .v3-trip-card b { font-size: .66rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.v3-trip-card h3 { margin: 12px 0; font-size: clamp(2rem, 3vw, 3.4rem); line-height: .9; }
.v3-trip-card p { color: rgba(255,255,255,.78); font-size: .82rem; line-height: 1.5; }

.v3-facts { width: min(calc(100% - 40px), 1500px); margin: 16px auto 86px; display: grid; grid-template-columns: 1.3fr repeat(3, 1fr); background: var(--pine); color: #fff; }
.v3-facts > div { min-height: 285px; padding: 38px 30px; border-right: 1px solid rgba(255,255,255,.23); }
.v3-facts-lead { grid-column: span 1; }
.v3-facts-lead .eyebrow { color: #fff; }
.v3-facts-lead h2 { font-size: clamp(2.6rem, 4vw, 4.2rem); line-height: .9; }
.v3-fact span { color: #fff; font-size: .7rem; font-weight: 800; }
.v3-fact h3 { margin: 50px 0 12px; font-size: 1.8rem; }
.v3-fact p { color: rgba(255,255,255,.92); font-size: .82rem; line-height: 1.5; }
.v3-facts-cta { grid-column: 1 / -1; min-height: 0 !important; display: flex; align-items: center; justify-content: space-between; gap: 24px; background: var(--coral); }
.v3-facts-cta p { margin: 0; font-size: 1.1rem; font-weight: 750; }

.v3-guides { padding: 0 clamp(20px, 4vw, 64px) 86px; }
.v3-guides > header { width: min(100%, 1420px); margin: 0 auto 36px; }
.v3-guides > header h2 { max-width: 980px; line-height: .9; }
.v3-guide-grid { width: min(100%, 1420px); min-height: 660px; margin: 0 auto; display: grid; grid-template-columns: 1.35fr .85fr .85fr; grid-template-rows: 1fr 1fr; gap: 14px; }
.v3-guide-feature { position: relative; grid-row: 1 / 3; overflow: hidden; color: #fff; }
.v3-guide-feature img { height: 100%; object-fit: cover; }
.v3-guide-feature::after { content: ""; position: absolute; inset: 25% 0 0; background: linear-gradient(transparent, rgba(7,33,29,.93)); }
.v3-guide-feature > div { position: absolute; z-index: 2; left: 36px; right: 36px; bottom: 32px; }
.v3-guide-feature span, .v3-guide-feature b, .v3-guide-note span, .v3-guide-note b { font-size: .66rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.v3-guide-feature h3 { margin: 12px 0; font-size: clamp(2.2rem, 3.6vw, 4.1rem); line-height: .9; }
.v3-guide-feature p { color: rgba(255,255,255,.78); }
.v3-guide-note { min-height: 0; padding: 34px; display: flex; flex-direction: column; align-items: flex-start; }
.v3-guide-note h3 { margin: auto 0 12px; font-size: clamp(1.6rem, 2.3vw, 2.7rem); line-height: .95; }
.v3-guide-note p { color: rgba(18,60,53,.72); font-size: .8rem; }
.v3-guide-note b { margin-top: auto; }
.v3-note-sky { background: var(--sky-light); }
.v3-note-sky { grid-column: 3; grid-row: 2; }
.v3-note-coral { background: var(--coral); color: #fff; }
.v3-note-coral p { color: #fff; }
.v3-note-yellow { background: var(--sun); }
.v3-note-yellow span, .v3-location .eyebrow { color: var(--pine-deep); }
.v3-note-yellow p { color: var(--pine-deep); }
.v3-note-cream { grid-column: 2; grid-row: 2; background: var(--sky-light); }

.v3-location { width: min(calc(100% - 40px), 1500px); margin: 0 auto 86px; display: grid; grid-template-columns: .9fr 1.1fr; background: var(--sun); }
.v3-location-copy { padding: clamp(50px, 7vw, 105px); }
.v3-location-copy h2 { margin-bottom: 38px; line-height: .88; }
.v3-location-copy > p:not(.eyebrow) { max-width: 590px; color: var(--pine-deep); }
.v3-location-links { margin: 34px 0 28px; display: grid; gap: 8px; font-weight: 800; }
.v3-location-links a { width: fit-content; border-bottom: 1px solid currentColor; }
.v3-location-visual { position: relative; min-height: 610px; overflow: hidden; background: var(--sky); }
.map-embed, .contact-map-embed { width: 100%; border: 0; background: #e6eee9; }
.map-embed { height: 100%; min-height: 610px; }
.contact-map-embed { height: 310px; margin: 24px 0; border-radius: 18px; }
.map-actions-three { display: flex; flex-wrap: wrap; gap: 10px; }
.map-actions-three .button { white-space: nowrap; }

/* Keep small labels readable on the homepage's dark editorial panels. */
.alamat-arrival-guide > div > .eyebrow,
.v3-booking-final > .eyebrow { color: var(--sun); }

/* The inline mobile bar uses the brand coral; this darker shade keeps white text AA-readable. */
.alamat-mobile-booking { background: var(--coral-deep) !important; color: #fff !important; }

.v3-reviews { width: min(calc(100% - 40px), 1420px); margin: 0 auto 86px; display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(40px, 8vw, 130px); align-items: start; }
.v3-reviews header h2 { font-size: clamp(2.8rem, 4.4vw, 4.8rem); line-height: .9; }
.v3-reviews header > p:last-child { color: var(--ink-soft); }
.v3-reviews > div { border-top: 1px solid var(--line); }
.v3-reviews > div { border-radius: 20px; background: #fff; padding: 8px 14px 4px; box-shadow: 0 10px 24px rgba(19, 56, 86, .09); }
.v3-reviews > div a { padding: 22px 4px; border-bottom: 1px solid var(--line); display: grid; grid-template-columns: 48px 1fr auto; align-items: center; gap: 12px; }
.v3-reviews > div a:last-child { border-bottom: 0; }
.v3-reviews > div a span, .v3-reviews > div a small { color: var(--coral-deep); font-size: .65rem; font-weight: 800; text-transform: uppercase; }

.v3-faq { width: min(calc(100% - 40px), 1420px); margin: 0 auto 72px; padding: clamp(34px, 4vw, 64px); border-radius: 24px; background: #fff; box-shadow: 0 16px 54px rgba(19, 56, 86, .08); display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(40px, 8vw, 130px); }
.v3-faq h2 { color: var(--pine-deep); }
.v3-faq h2 { font-size: clamp(2.8rem, 4.5vw, 4.8rem); line-height: .9; }
.v3-booking-wrap { width: min(calc(100% - 40px), 1500px); margin: 0 auto 86px; }
.v3-booking-wrap .request-card { margin: 0; background: var(--sky-light); }

@media (max-width: 1120px) {
  .v3-hero { grid-template-columns: 1fr; }
  .v3-hero-copy { min-height: 610px; }
  .v3-hero-collage { min-height: 680px; }
  .v3-booking-ribbon { grid-template-columns: repeat(3, 1fr); }
  .v3-booking-ribbon > a { grid-column: 1 / -1; min-height: 82px; }
  .v3-room-rail { grid-template-columns: repeat(6, 1fr); }
  .v3-room-card { grid-column: span 3; }
  .v3-room-card-1 { grid-column: span 6; }
  .v3-inside-intro { grid-column: span 12; grid-row: auto; }
  .v3-inside-restaurant { grid-column: span 7; }
  .v3-inside-hall { grid-column: span 5; }
  .v3-inside-table { grid-column: span 12; }
  .v3-facts { grid-template-columns: repeat(3, 1fr); }
  .v3-facts-lead { grid-column: 1 / -1; min-height: 0 !important; }
  .v3-guide-grid { grid-template-columns: 1fr 1fr; }
  .v3-guide-feature { grid-column: 1 / -1; grid-row: auto; min-height: 600px; }
  .v3-note-cream, .v3-note-sky { grid-column: auto; grid-row: auto; }
}

@media (max-width: 720px) {
  .home-v3 h2 { font-size: clamp(2.7rem, 12vw, 4rem); }
  .v3-hero { width: calc(100% - 20px); margin-top: 10px; border-radius: 20px; }
  .v3-hero-copy { min-height: 540px; padding: 50px 22px 70px; }
  .v3-hero-copy::after { display: none; }
  .v3-brand { font-size: clamp(4.4rem, 21vw, 6.2rem); }
  .v3-hero-copy h1 { font-size: 2.15rem; }
  .v3-hero-actions { align-items: stretch; flex-direction: column; }
  .v3-hero-actions .button { width: 100%; }
  .v3-hero-actions .v3-arrow-link { color: #fff; }
  .v3-hero-collage { min-height: 570px; }
  .v3-building { width: 84%; height: 91%; }
  .v3-collage-view { width: 47%; height: 24%; border-width: 6px; }
  .v3-collage-room { top: 31%; width: 45%; height: 23%; border-width: 6px; }
  .v3-sun { left: 34%; width: 56px; height: 56px; }
  .v3-stamp { width: 104px; }
  .v3-stamp span { font-size: 2.5rem; }
  .v3-booking-ribbon { width: calc(100% - 32px); grid-template-columns: 1fr; }
  .v3-booking-ribbon > div, .v3-booking-ribbon > a { min-height: 78px; border-right: 0; border-bottom: 1px solid var(--line); }
  .v3-booking-ribbon > a { grid-column: auto; }
  .v3-journey { width: calc(100% - 20px); padding-inline: 18px; overflow: visible; }
  .v3-journey-grid { width: 100%; grid-template-columns: 1fr; }
  .v3-journey-card { min-height: 0; }
  .v3-rooms { padding: 72px 16px 56px; }
  .v3-section-head, .v3-trip-title { grid-template-columns: 1fr; gap: 26px; }
  .v3-room-rail { display: flex; margin-right: -16px; padding-right: 16px; overflow-x: auto; scroll-snap-type: x mandatory; }
  .v3-room-card, .v3-room-card-1 { min-width: 84vw; min-height: 520px; grid-column: auto; grid-row: auto; scroll-snap-align: start; }
  .v3-inside { width: calc(100% - 24px); margin-bottom: 64px; grid-template-columns: 1fr; grid-auto-rows: auto; }
  .v3-inside-intro, .v3-inside-restaurant, .v3-inside-hall, .v3-inside-table { grid-column: auto; grid-row: auto; min-height: 420px; }
  .v3-inside-intro { padding: 48px 22px; }
  .v3-trips { padding: 64px 14px; }
  .v3-trip-title .eyebrow { margin-bottom: 0; }
  .v3-trip-grid { grid-template-columns: 1fr; }
  .v3-trip-card { min-height: 560px; }
  .v3-facts { width: calc(100% - 24px); margin-bottom: 64px; grid-template-columns: 1fr; }
  .v3-facts-lead, .v3-facts-cta { grid-column: auto; }
  .v3-facts > div { min-height: 220px; }
  .v3-facts-cta { align-items: stretch; flex-direction: column; }
  .v3-guides { padding: 0 12px 64px; }
  .v3-guide-grid { grid-template-columns: 1fr; grid-template-rows: auto; }
  .v3-guide-feature, .v3-guide-note, .v3-note-cream, .v3-note-sky { grid-column: auto; grid-row: auto; min-height: 360px; }
  .v3-guide-feature { min-height: 600px; }
  .v3-location { width: calc(100% - 24px); margin-bottom: 64px; grid-template-columns: 1fr; }
  .v3-location-copy { padding: 52px 22px; }
  .v3-location-visual, .map-embed { min-height: 460px; }
  .v3-reviews, .v3-faq { width: calc(100% - 32px); margin-bottom: 64px; grid-template-columns: 1fr; gap: 30px; }
  .v3-reviews > div a { grid-template-columns: 36px 1fr; }
  .v3-reviews > div a small { grid-column: 2; }
  .v3-booking-wrap { width: calc(100% - 24px); margin-bottom: 64px; }
}
