:root {
  --ink: #10252c;
  --ink-soft: #3e555b;
  --deep: #072e36;
  --deep-2: #0b3d46;
  --teal: #0f5f61;
  --teal-bright: #167b7d;
  --mist: #eef6f5;
  --cloud: #f6f8f7;
  --line: #dce7e5;
  --sand: #d8b77a;
  --copper: #c9934a;
  --white: #fff;
  --shadow: 0 22px 70px rgba(5, 38, 45, .13);
  --radius: 28px;
  --header: 86px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header) + 18px); }
body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--white);
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
[hidden] { display: none !important; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 1000; top: 8px; left: 8px; transform: translateY(-150%); padding: 10px 16px; color: #fff; background: var(--deep); border-radius: 10px; }
.skip-link:focus { transform: none; }

.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  width: 100%;
  min-height: var(--header);
  border-bottom: 1px solid rgba(15, 95, 97, .11);
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 7px 28px rgba(5, 38, 45, .06);
  backdrop-filter: blur(16px);
}
.header-inner { min-height: var(--header); display: grid; grid-template-columns: minmax(280px, 320px) 1fr auto; align-items: center; gap: 20px; }
.brand-pair { display: flex; align-items: center; min-width: 0; gap: 12px; }
.hotel-logo { width: 190px; min-width: 0; }
.stayget-logo { width: 116px; border-radius: 10px; box-shadow: 0 7px 18px rgba(7, 29, 52, .18); }
.desktop-nav { justify-self: center; display: flex; align-items: center; gap: clamp(13px, 1.5vw, 24px); white-space: nowrap; font-size: 14px; font-weight: 650; }
.desktop-nav a { position: relative; padding: 10px 0; }
.desktop-nav a::after { content: ""; position: absolute; right: 0; bottom: 4px; left: 0; height: 2px; transform: scaleX(0); background: var(--teal); transition: transform .2s ease; }
.desktop-nav a:hover::after, .desktop-nav a:focus-visible::after { transform: scaleX(1); }
.header-contact { display: flex; flex-direction: column; align-items: flex-end; line-height: 1.2; }
.header-contact span { color: var(--ink-soft); font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }
.header-contact strong { margin-top: 4px; font-size: 17px; }
.menu-toggle { display: none; width: 48px; height: 48px; padding: 0; border: 0; border-radius: 14px; color: #fff; background: var(--teal); }
.menu-toggle span, .menu-toggle::before, .menu-toggle::after { display: block; width: 22px; height: 2px; margin: 5px auto; content: ""; background: currentColor; transition: transform .2s ease, opacity .2s ease; }
.menu-toggle[aria-expanded="true"] span { opacity: 0; }
.menu-toggle[aria-expanded="true"]::before { transform: translateY(7px) rotate(45deg); }
.menu-toggle[aria-expanded="true"]::after { transform: translateY(-7px) rotate(-45deg); }
.mobile-panel { position: fixed; z-index: 99; top: var(--header); right: 0; bottom: 0; width: min(420px, 100%); padding: 22px; transform: translateX(105%); background: #fff; box-shadow: -22px 24px 60px rgba(5, 38, 45, .18); transition: transform .25s ease; overflow-y: auto; }
.mobile-panel.is-open { transform: none; }
.mobile-nav { display: grid; gap: 5px; }
.mobile-nav a { padding: 14px 12px; border-bottom: 1px solid var(--line); font-size: 18px; font-weight: 700; }
.mobile-contacts { display: grid; gap: 12px; margin-top: 22px; padding: 18px; color: #fff; background: var(--deep); border-radius: 20px; }
.mobile-contacts small { color: rgba(255,255,255,.65); }
.mobile-contacts a { overflow-wrap: anywhere; font-weight: 700; }

.booking-hero {
  position: relative;
  min-height: 760px;
  padding: 44px 0 58px;
  isolation: isolate;
  background: var(--deep) url("../images/hotel/hero.webp") center/cover no-repeat;
}
.booking-hero::before { content: ""; position: absolute; z-index: -2; inset: 0; background: linear-gradient(105deg, rgba(4, 31, 37, .92) 0%, rgba(5, 40, 47, .66) 48%, rgba(5, 38, 45, .34) 100%); }
.booking-hero::after { content: ""; position: absolute; z-index: -1; right: -160px; bottom: -280px; width: 600px; height: 600px; border: 1px solid rgba(216,183,122,.5); border-radius: 50%; }
.hero-copy { max-width: 760px; color: #fff; }
.eyebrow { display: flex; align-items: center; gap: 12px; margin: 0 0 12px; color: var(--sand); font-size: 13px; font-weight: 750; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow::before { width: 44px; height: 1px; content: ""; background: currentColor; }
.hero-copy h1 { max-width: 780px; margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(40px, 5.5vw, 72px); font-weight: 500; line-height: 1.03; letter-spacing: -.035em; }
.hero-copy > p:not(.eyebrow) { max-width: 640px; margin: 18px 0 0; color: rgba(255,255,255,.85); font-size: 18px; }
.hero-facts { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 22px; }
.hero-facts span { padding: 9px 14px; border: 1px solid rgba(255,255,255,.24); border-radius: 999px; color: #fff; background: rgba(255,255,255,.08); backdrop-filter: blur(7px); font-size: 14px; font-weight: 650; }
.booking-card { margin-top: 34px; padding: 20px; border: 1px solid rgba(255,255,255,.3); border-radius: 30px; background: rgba(255,255,255,.96); box-shadow: 0 28px 90px rgba(2,22,28,.3); }
.concierge { display: flex; align-items: center; gap: 13px; margin: 0 0 14px; padding: 2px 2px 13px; border-bottom: 1px solid var(--line); }
.concierge-avatar { display: block; width: 52px; height: 52px; flex: 0 0 auto; border-radius: 16px; background: var(--mist); object-fit: cover; object-position: center top; box-shadow: 0 8px 18px rgba(15,95,97,.22); }
.concierge strong { display: block; font-size: 17px; line-height: 1.25; }
.concierge span { display: block; color: var(--ink-soft); font-size: 13px; line-height: 1.35; }
.booking-noscript { margin: 14px 0 0; color: var(--ink-soft); text-align: center; }
.booking-noscript a { color: var(--teal); font-weight: 750; text-decoration: underline; }
.booking-card .sg-reservation { --sg-accent: var(--teal); }
.booking-card .sg-reservation__official { min-height: 110px; }
.booking-card .sg-primary, .booking-card [class*="button"] { border-radius: 12px; }
.booking-card .sg-primary { background: var(--teal) !important; }
.booking-card .sg-primary:hover { background: var(--deep) !important; }
.booking-card .sg-privacy-notice { margin-bottom: 0; color: #51656a; text-align: center; }
.booking-card .sg-privacy-notice a { color: var(--teal); text-decoration: underline; text-underline-offset: 3px; }

.section { padding: 96px 0; }
.section--mist { background: var(--mist); }
.section--deep { position: relative; color: #fff; background: var(--deep); overflow: hidden; }
.section--deep::after { content: ""; position: absolute; right: -220px; top: -250px; width: 540px; height: 540px; border: 1px solid rgba(216,183,122,.28); border-radius: 50%; }
.section-heading { display: grid; grid-template-columns: 1fr minmax(260px, 520px); align-items: end; gap: 40px; margin-bottom: 38px; }
.section-heading h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(34px, 4.5vw, 56px); font-weight: 500; line-height: 1.08; letter-spacing: -.025em; }
.section-heading p { margin: 0; color: var(--ink-soft); }
.section--deep .section-heading p { color: rgba(255,255,255,.72); }
.overline { margin: 0 0 10px; color: var(--teal); font-size: 13px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.section--deep .overline { color: var(--sand); }
.lead { max-width: 760px; color: var(--ink-soft); font-size: 19px; }

.intro-grid { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr); gap: 54px; align-items: center; }
.intro-media { position: relative; min-height: 540px; }
.intro-media > img { width: 88%; height: 500px; object-fit: cover; border-radius: 8px 80px 8px 8px; box-shadow: var(--shadow); }
.intro-media .mini-photo { position: absolute; right: 0; bottom: 0; width: 45%; height: 210px; border: 9px solid #fff; border-radius: 24px 8px 8px 8px; object-fit: cover; }
.intro-copy h2 { margin: 0 0 20px; font-family: Georgia, serif; font-size: clamp(35px, 4vw, 54px); font-weight: 500; line-height: 1.1; }
.intro-copy p { color: var(--ink-soft); }
.fact-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin-top: 26px; }
.fact { padding: 18px; border: 1px solid var(--line); border-radius: 18px; background: var(--cloud); }
.fact strong { display: block; color: var(--teal); font-size: 24px; line-height: 1.1; }
.fact span { display: block; margin-top: 5px; color: var(--ink-soft); font-size: 13px; }

.room-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 22px; }
.room-card { position: relative; min-width: 0; border: 1px solid var(--line); border-radius: 25px; background: #fff; overflow: hidden; box-shadow: 0 12px 36px rgba(5,38,45,.06); transition: transform .25s ease, box-shadow .25s ease; }
.room-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.room-card__image { position: relative; aspect-ratio: 4/3; overflow: hidden; background: #dce8e6; }
.room-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.room-card:hover .room-card__image img { transform: scale(1.035); }
.room-card__count { position: absolute; top: 14px; right: 14px; padding: 6px 10px; border-radius: 999px; color: #fff; background: rgba(7,46,54,.78); backdrop-filter: blur(6px); font-size: 12px; }
.room-card__body { padding: 22px; }
.room-card h2, .room-card h3 { min-height: 2.45em; margin: 0 0 12px; font-family: Georgia, serif; font-size: 23px; font-weight: 600; line-height: 1.22; }
.room-meta { display: flex; flex-wrap: wrap; gap: 7px; margin: 0 0 13px; padding: 0; list-style: none; }
.room-meta li { padding: 5px 9px; border-radius: 9px; color: var(--teal); background: var(--mist); font-size: 12px; font-weight: 750; }
.room-card p { min-height: 4.8em; margin: 0; color: var(--ink-soft); font-size: 14px; }
.text-link { display: inline-flex; align-items: center; gap: 9px; margin-top: 17px; color: var(--teal); font-weight: 800; }
.text-link::after { content: "→"; transition: transform .2s ease; }
.text-link:hover::after { transform: translateX(4px); }
.section-actions { display: flex; justify-content: center; margin-top: 34px; }
.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; padding: 0 22px; border: 1px solid transparent; border-radius: 14px; color: #fff; background: var(--teal); font-weight: 800; line-height: 1.2; transition: background .2s ease, transform .2s ease; }
.button:hover { transform: translateY(-2px); background: var(--deep); }
.button--ghost { border-color: var(--teal); color: var(--teal); background: transparent; }
.button--ghost:hover { color: #fff; }
.button--light { color: var(--deep); background: #fff; }

.feature-stage { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(340px, .95fr); gap: 50px; align-items: center; }
.feature-stage__media { position: relative; }
.feature-stage__media img { width: 100%; height: 610px; object-fit: cover; border-radius: 8px 90px 8px 8px; }
.feature-badge { position: absolute; right: -20px; bottom: 42px; max-width: 210px; padding: 22px; border-radius: 22px 8px 8px 8px; color: var(--deep); background: var(--sand); box-shadow: var(--shadow); }
.feature-badge strong { display: block; font-family: Georgia, serif; font-size: 34px; }
.feature-stage__copy h2 { margin: 0 0 18px; font-family: Georgia, serif; font-size: clamp(36px, 4.4vw, 58px); font-weight: 500; line-height: 1.07; }
.feature-stage__copy p { color: rgba(255,255,255,.72); }
.feature-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin: 24px 0 28px; padding: 0; list-style: none; }
.feature-list li { position: relative; padding: 13px 12px 13px 36px; border: 1px solid rgba(255,255,255,.12); border-radius: 13px; background: rgba(255,255,255,.05); }
.feature-list li::before { content: ""; position: absolute; top: 19px; left: 15px; width: 8px; height: 8px; border-radius: 50%; background: var(--sand); }

.service-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 22px; }
.service-card { position: relative; min-height: 420px; border-radius: 26px; color: #fff; background: var(--deep); overflow: hidden; }
.service-card > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.service-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(4,30,36,.05), rgba(4,30,36,.9)); }
.service-card__body { position: absolute; z-index: 1; right: 0; bottom: 0; left: 0; padding: 26px; }
.service-card__body small { color: var(--sand); font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.service-card h3 { margin: 8px 0 7px; font-family: Georgia, serif; font-size: 29px; font-weight: 500; line-height: 1.13; }
.service-card p { margin: 0; color: rgba(255,255,255,.78); font-size: 14px; }

.gallery-grid { display: grid; grid-template-columns: repeat(12, 1fr); grid-auto-rows: 130px; gap: 12px; }
.gallery-item { position: relative; grid-column: span 4; grid-row: span 2; padding: 0; border: 0; border-radius: 18px; background: #dce8e6; overflow: hidden; }
.gallery-item:nth-child(1), .gallery-item:nth-child(8) { grid-column: span 8; grid-row: span 3; }
.gallery-item:nth-child(3), .gallery-item:nth-child(6) { grid-row: span 3; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.gallery-item:hover img { transform: scale(1.04); }
.lightbox { position: fixed; z-index: 500; inset: 0; display: grid; place-items: center; padding: 28px; background: rgba(2,20,25,.94); }
.lightbox img { max-width: min(1200px, 94vw); max-height: 86vh; border-radius: 12px; box-shadow: 0 24px 80px #000; }
.lightbox button { position: absolute; top: 18px; right: 18px; width: 48px; height: 48px; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; color: #fff; background: rgba(255,255,255,.1); font-size: 27px; }

.reviews-layout { display: grid; grid-template-columns: minmax(260px,.78fr) minmax(0,1.22fr); gap: 46px; align-items: start; }
.reviews-copy h2 { margin: 0 0 15px; font-family: Georgia, serif; font-size: clamp(36px,4.4vw,58px); font-weight: 500; line-height: 1.08; }
.reviews-copy p { color: var(--ink-soft); }
.reviews-frame { position: relative; height: 720px; border-radius: 24px; background: #fff; box-shadow: var(--shadow); overflow: hidden; }
.reviews-frame iframe { width: 100%; height: 100%; border: 0; pointer-events: none; }

.location-grid { display: grid; grid-template-columns: minmax(0,1.25fr) minmax(320px,.75fr); gap: 32px; }
.map-shell { position: relative; height: 520px; border-radius: 28px; background: #d9e4e2; box-shadow: var(--shadow); overflow: hidden; }
.map-shell iframe { width: 100%; height: 100%; border: 0; pointer-events: none; }
.map-controls { position: absolute; z-index: 2; top: 18px; right: 18px; display: grid; gap: 8px; }
.map-controls button { display: grid; width: 44px; height: 44px; place-items: center; border: 0; border-radius: 13px; color: var(--ink); background: #fff; box-shadow: 0 5px 18px rgba(5,38,45,.22); font-size: 25px; line-height: 1; }
.contact-card { display: flex; flex-direction: column; justify-content: center; padding: 38px; border-radius: 28px; color: #fff; background: var(--deep); }
.contact-card h2 { margin: 0 0 22px; font-family: Georgia, serif; font-size: 39px; font-weight: 500; line-height: 1.1; }
.contact-line { margin: 12px 0; }
.contact-line small { display: block; color: rgba(255,255,255,.56); font-size: 12px; text-transform: uppercase; letter-spacing: .1em; }
.contact-line strong, .contact-line a { display: block; margin-top: 4px; overflow-wrap: anywhere; font-size: 18px; font-weight: 750; }
.social-row { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 22px; }
.social-button { display: inline-flex; min-height: 47px; align-items: center; gap: 9px; padding: 0 16px; border: 1px solid rgba(255,255,255,.2); border-radius: 13px; background: rgba(255,255,255,.08); font-weight: 800; }
.social-button:hover { background: rgba(255,255,255,.16); }
.social-badge { display: grid; width: 28px; height: 28px; place-items: center; border-radius: 9px; color: var(--deep); background: #fff; font-size: 12px; }

.site-footer { padding: 54px 0 105px; color: rgba(255,255,255,.78); background: #041f26; }
.footer-grid { display: grid; grid-template-columns: 1.3fr .8fr 1.1fr; gap: 52px; }
.footer-logo { width: 250px; }
.footer-column h3 { margin: 0 0 14px; color: #fff; font-size: 15px; text-transform: uppercase; letter-spacing: .12em; }
.footer-column nav { display: grid; gap: 9px; }
.footer-column a { overflow-wrap: anywhere; }
.footer-column a:hover { color: #fff; }
.footer-note { max-width: 430px; margin-top: 17px; color: rgba(255,255,255,.57); font-size: 13px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 24px; margin-top: 42px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.5); font-size: 13px; }

.floating-actions { position: fixed; z-index: 90; right: 18px; bottom: 20px; display: grid; gap: 9px; }
.floating-actions a { display: grid; width: 50px; height: 50px; place-items: center; border: 3px solid #fff; border-radius: 50%; color: #fff; background: var(--teal); box-shadow: 0 9px 25px rgba(5,38,45,.25); font-size: 13px; font-weight: 850; }
.floating-actions a:nth-child(2) { background: #2aabee; }
.floating-actions a:nth-child(3) { background: #c9934a; font-size: 19px; }

.cookie-banner { position: fixed; z-index: 600; right: 18px; bottom: 18px; left: 18px; max-width: 760px; margin: auto; padding: 18px; border: 1px solid var(--line); border-radius: 20px; background: #fff; box-shadow: 0 18px 70px rgba(4,31,38,.28); }
.cookie-banner__inner { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 20px; }
.cookie-banner strong { display: block; margin-bottom: 3px; }
.cookie-banner p { margin: 0; color: var(--ink-soft); font-size: 13px; }
.cookie-banner p a { color: var(--teal); text-decoration: underline; }
.cookie-banner__actions { display: flex; gap: 8px; }
.cookie-button { min-height: 43px; padding: 0 14px; border: 1px solid var(--teal); border-radius: 11px; color: var(--teal); background: #fff; font-weight: 750; }
.cookie-button--accept { color: #fff; background: var(--teal); }
.cookie-modal { position: fixed; z-index: 700; inset: 0; display: grid; place-items: center; padding: 18px; background: rgba(2,20,25,.72); }
.cookie-modal__panel { position: relative; width: min(560px,100%); padding: 28px; border-radius: 24px; background: #fff; box-shadow: 0 24px 90px rgba(0,0,0,.35); }
.cookie-modal__panel h2 { margin: 0 42px 8px 0; font-family: Georgia,serif; font-size: 34px; font-weight: 500; }
.cookie-modal__panel > p { color: var(--ink-soft); }
.cookie-modal__close { position: absolute; top: 16px; right: 16px; width: 38px; height: 38px; border: 0; border-radius: 50%; color: var(--ink); background: var(--mist); font-size: 24px; line-height: 1; }
.cookie-option { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-top: 12px; padding: 15px; border: 1px solid var(--line); border-radius: 15px; }
.cookie-option strong, .cookie-option small { display: block; }
.cookie-option small { margin-top: 3px; color: var(--ink-soft); }
.cookie-option > span { flex: 0 0 auto; color: var(--teal); font-size: 12px; font-weight: 750; }
.cookie-option input { width: 23px; height: 23px; accent-color: var(--teal); }
.cookie-modal__actions { display: flex; justify-content: flex-end; gap: 9px; margin-top: 20px; }

.page-hero { position: relative; min-height: 420px; display: flex; align-items: end; padding: 90px 0 60px; color: #fff; background: var(--deep) center/cover no-repeat; isolation: isolate; }
.page-hero::before { content: ""; position: absolute; z-index: -1; inset: 0; background: linear-gradient(90deg, rgba(4,31,38,.93), rgba(4,31,38,.42)); }
.page-hero h1 { max-width: 880px; margin: 0; font-family: Georgia, serif; font-size: clamp(41px,5.5vw,70px); font-weight: 500; line-height: 1.04; }
.page-hero p { max-width: 700px; margin: 15px 0 0; color: rgba(255,255,255,.82); font-size: 18px; }
.breadcrumbs { margin-bottom: 18px; color: rgba(255,255,255,.65); font-size: 13px; }
.breadcrumbs a:hover { color: #fff; }
.room-intro { display: grid; grid-template-columns: minmax(0,.8fr) minmax(0,1.2fr); gap: 54px; align-items: start; }
.room-specs { position: sticky; top: calc(var(--header) + 22px); padding: 32px; border: 1px solid var(--line); border-radius: 26px; background: var(--cloud); }
.room-specs h2 { margin: 0 0 18px; font-family: Georgia, serif; font-size: 35px; font-weight: 500; line-height: 1.1; }
.spec-list { display: grid; grid-template-columns: repeat(2,1fr); gap: 10px; margin: 0 0 23px; padding: 0; list-style: none; }
.spec-list li { padding: 14px; border-radius: 14px; background: #fff; }
.spec-list small { display: block; color: var(--ink-soft); font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }
.spec-list strong { display: block; margin-top: 3px; color: var(--teal); font-size: 18px; }
.room-description h2 { margin: 0 0 17px; font-family: Georgia, serif; font-size: 38px; font-weight: 500; }
.room-description p { color: var(--ink-soft); font-size: 18px; }
.amenities { display: grid; grid-template-columns: repeat(2,1fr); gap: 10px; margin: 26px 0 0; padding: 0; list-style: none; }
.amenities li { position: relative; padding: 12px 12px 12px 34px; border-bottom: 1px solid var(--line); }
.amenities li::before { content: "✓"; position: absolute; left: 8px; color: var(--teal); font-weight: 900; }
.room-gallery { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 14px; margin-top: 38px; }
.room-gallery button { min-width: 0; padding: 0; border: 0; border-radius: 18px; background: #dce8e6; overflow: hidden; }
.room-gallery button:first-child { grid-column: span 2; }
.room-gallery img { width: 100%; height: 300px; object-fit: cover; transition: transform .3s ease; }
.room-gallery button:first-child img { height: 520px; }
.room-gallery button:hover img { transform: scale(1.025); }
.room-book { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 30px; margin-top: 48px; padding: 30px; border-radius: 24px; color: #fff; background: var(--deep); }
.room-book h2 { margin: 0 0 6px; font-family: Georgia, serif; font-size: 32px; font-weight: 500; }
.room-book p { margin: 0; color: rgba(255,255,255,.72); }

.comparison-table { width: 100%; border: 1px solid var(--line); border-radius: 20px; background: #fff; overflow-x: auto; }
.comparison-table table { width: 100%; min-width: 780px; border-collapse: collapse; }
.comparison-table th, .comparison-table td { padding: 15px 17px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
.comparison-table thead th { color: #fff; background: var(--deep); font-size: 13px; letter-spacing: .05em; text-transform: uppercase; }
.comparison-table tbody th { color: var(--teal); }
.comparison-table tbody tr:last-child th, .comparison-table tbody tr:last-child td { border-bottom: 0; }

.service-page { display: grid; gap: 72px; }
.service-detail { display: grid; grid-template-columns: minmax(280px,.72fr) minmax(0,1.28fr); gap: 44px; align-items: start; }
.service-detail:nth-child(even) .service-detail__copy { order: 2; }
.service-detail:nth-child(even) .room-gallery { order: 1; }
.service-detail__copy { position: sticky; top: calc(var(--header) + 22px); }
.service-detail__copy h2 { margin: 0 0 18px; font-family: Georgia, serif; font-size: clamp(32px,4vw,48px); font-weight: 500; line-height: 1.08; }
.service-detail__copy p { color: var(--ink-soft); }
.service-detail .room-gallery { margin-top: 0; }
.service-detail--text { grid-template-columns: 1fr; padding: 34px; border: 1px solid var(--line); border-radius: 24px; background: var(--cloud); }
.service-detail--text .service-detail__copy { position: static; max-width: 920px; }

.contact-title { margin: 0 0 22px; font-family: Georgia, serif; font-size: 39px; font-weight: 500; line-height: 1.1; }
.contact-book { align-self: flex-start; margin-top: 24px; }
.not-found { min-height: 62vh; display: grid; align-items: center; padding: 90px 0; text-align: center; }
.not-found h1 { margin: 0; font-family: Georgia, serif; font-size: clamp(42px,6vw,72px); font-weight: 500; }
.not-found p:not(.overline) { max-width: 620px; margin: 18px auto; color: var(--ink-soft); }
.not-found__actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; margin-top: 28px; }

.document-wrap { padding: 68px 0 96px; }
.document { max-width: 900px; margin-inline: auto; }
.document h1 { margin: 0 0 12px; font-family: Georgia, serif; font-size: clamp(38px,5vw,58px); font-weight: 500; line-height: 1.1; }
.document .updated { color: var(--ink-soft); }
.document h2 { margin: 42px 0 13px; font-size: 25px; line-height: 1.25; }
.document h3 { margin: 28px 0 10px; font-size: 19px; }
.document p, .document li { color: #334b51; }
.document table { width: 100%; border-collapse: collapse; margin: 22px 0; }
.document th, .document td { padding: 12px 14px; border: 1px solid var(--line); text-align: left; vertical-align: top; overflow-wrap: anywhere; }
.document th { background: var(--mist); }
.notice { padding: 18px; border-left: 4px solid var(--teal); border-radius: 0 14px 14px 0; background: var(--mist); }

@media (max-width: 1120px) {
  .header-inner { grid-template-columns: minmax(250px,1fr) auto auto; }
  .desktop-nav { display: none; }
  .menu-toggle { display: block; }
  .room-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .service-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .footer-grid { grid-template-columns: 1.15fr 1fr; }
  .footer-column:first-child { grid-column: 1/-1; }
}

@media (max-width: 820px) {
  :root { --header: 72px; }
  .container { width: min(1180px, calc(100% - 26px)); }
  .header-inner { min-height: var(--header); grid-template-columns: 1fr auto; gap: 10px; }
  .hotel-logo { width: 176px; }
  .stayget-logo { width: 103px; }
  .header-contact { display: none; }
  .booking-hero { min-height: 0; padding: 34px 0 44px; }
  .hero-copy h1 { font-size: clamp(36px,10vw,54px); }
  .hero-copy > p:not(.eyebrow) { font-size: 16px; }
  .booking-card { margin-top: 26px; padding: 13px; border-radius: 22px; }
  .section { padding: 68px 0; }
  .section-heading { grid-template-columns: 1fr; gap: 16px; }
  .intro-grid, .feature-stage, .reviews-layout, .location-grid, .room-intro { grid-template-columns: 1fr; }
  .service-detail { grid-template-columns: 1fr; }
  .service-detail:nth-child(even) .service-detail__copy, .service-detail:nth-child(even) .room-gallery { order: initial; }
  .service-detail__copy { position: static; }
  .intro-media { min-height: 430px; }
  .intro-media > img { height: 400px; }
  .feature-stage__media img { height: 480px; }
  .feature-badge { right: 10px; }
  .reviews-frame { height: 650px; }
  .room-specs { position: static; }
  .page-hero { min-height: 370px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 34px; }
  .footer-column:first-child { grid-column: 1/-1; }
}

@media (max-width: 620px) {
  body { font-size: 16px; }
  .brand-pair { gap: 7px; }
  .hotel-logo { width: min(44vw, 166px); }
  .stayget-logo { width: min(27vw, 101px); }
  .menu-toggle { width: 44px; height: 44px; }
  .hero-copy h1 { font-size: 38px; }
  .eyebrow { font-size: 11px; letter-spacing: .11em; }
  .hero-facts span { font-size: 12px; }
  .concierge { align-items: flex-start; }
  .room-grid, .service-grid, .feature-list { grid-template-columns: 1fr; }
  .room-card h2, .room-card h3, .room-card p { min-height: 0; }
  .intro-media { min-height: 340px; }
  .intro-media > img { width: 100%; height: 330px; border-radius: 8px 50px 8px 8px; }
  .intro-media .mini-photo { display: none; }
  .fact-grid { grid-template-columns: 1fr 1fr; }
  .feature-stage__media img { height: 380px; border-radius: 8px 50px 8px 8px; }
  .feature-badge { right: 8px; bottom: 16px; max-width: 178px; padding: 16px; }
  .service-card { min-height: 360px; }
  .gallery-grid { grid-template-columns: repeat(2,1fr); grid-auto-rows: 145px; }
  .gallery-item, .gallery-item:nth-child(1), .gallery-item:nth-child(3), .gallery-item:nth-child(6), .gallery-item:nth-child(8) { grid-column: span 1; grid-row: span 2; }
  .gallery-item:first-child { grid-column: span 2; }
  .reviews-frame { height: 600px; border-radius: 18px; }
  .map-shell { height: 410px; }
  .contact-card { padding: 27px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-column:first-child { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
  .floating-actions { right: 10px; bottom: 12px; }
  .floating-actions a { width: 47px; height: 47px; }
  .cookie-banner { right: 8px; bottom: 8px; left: 8px; padding: 14px; }
  .cookie-banner__inner { grid-template-columns: 1fr; gap: 12px; }
  .cookie-banner__actions { display: grid; grid-template-columns: 1fr 1fr; }
  .cookie-banner__actions .cookie-button { padding-inline: 8px; font-size: 13px; }
  .room-gallery { grid-template-columns: 1fr; }
  .room-gallery button:first-child { grid-column: auto; }
  .room-gallery img, .room-gallery button:first-child img { height: 300px; }
  .room-book { grid-template-columns: 1fr; }
  .amenities { grid-template-columns: 1fr; }
  .document-wrap { padding-top: 44px; }
  .document table { display: block; overflow-x: auto; }
  .cookie-modal__panel { padding: 22px 18px; }
  .cookie-modal__actions { display: grid; grid-template-columns: 1fr; }
}

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