:root {
  --navy: #061c34;
  --navy-2: #092947;
  --gold: #c9973d;
  --gold-2: #e1b35d;
  --ink: #102033;
  --muted: #66758a;
  --line: #e6eaf0;
  --paper: #ffffff;
  --soft: #f5f7fa;
  --radius: 8px;
  --shadow: 0 20px 50px rgba(7, 28, 52, .16);
  --container: 1240px;
  --gutter: clamp(22px, 4vw, 52px);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-size: 17px; line-height: 1.72; }
a { color: inherit; text-decoration: none; }
picture { display: block; width: 100%; background: linear-gradient(110deg, #eef2f5 8%, #f8fafc 18%, #eef2f5 33%); background-size: 200% 100%; overflow: hidden; }
img { display: block; width: 100%; height: auto; }
svg { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
:focus-visible { outline: 3px solid var(--gold-2); outline-offset: 4px; }
.skip-link { position: fixed; z-index: 100; top: 12px; left: 12px; padding: 10px 14px; background: #fff; color: var(--navy); border-radius: 4px; transform: translateY(-150%); transition: transform .2s ease; }
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px clamp(18px, 5vw, 64px);
  color: #fff;
  background: linear-gradient(180deg, rgba(4, 18, 34, .92), rgba(4, 18, 34, .55) 65%, transparent);
  transition: padding .25s ease, background .25s ease, box-shadow .25s ease, backdrop-filter .25s ease;
}
.site-header.is-scrolled {
  padding-block: 10px;
  background: rgba(4, 18, 34, .82);
  backdrop-filter: blur(16px);
  box-shadow: 0 14px 36px rgba(2, 9, 17, .22);
}

.logo { position: relative; display: inline-grid; gap: 0; line-height: 1; text-transform: uppercase; letter-spacing: 4px; }
.logo span { font-size: 11px; opacity: .78; }
.logo strong { font-size: 25px; letter-spacing: 2px; }
.logo i {
  position: absolute;
  right: -28px;
  top: -6px;
  width: 28px;
  height: 28px;
  background: var(--paper);
  clip-path: polygon(50% 0, 60% 35%, 96% 20%, 70% 50%, 100% 78%, 62% 66%, 50% 100%, 38% 66%, 0 78%, 30% 50%, 4% 20%, 40% 35%);
}

.nav { display: flex; align-items: center; gap: clamp(12px, 2vw, 28px); font-size: 13px; font-weight: 800; text-transform: uppercase; }
.nav a:not(.btn) { opacity: .9; }
.nav a:hover { color: var(--gold-2); }
.nav a[aria-current="page"] { color: var(--gold-2); }
.nav a[aria-current="page"]::after { content: ""; display: block; height: 2px; margin-top: 6px; background: var(--gold-2); border-radius: 999px; }
.lang-switch { border: 1px solid rgba(255,255,255,.35); padding: 7px 9px; border-radius: 4px; }

.menu-toggle { display: none; width: 42px; height: 38px; border: 1px solid rgba(255,255,255,.3); background: transparent; border-radius: 6px; }
.menu-toggle span { display: block; width: 18px; height: 2px; margin: 5px auto; background: #fff; }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 26px;
  border-radius: 4px;
  border: 1px solid transparent;
  font-weight: 800;
  font-size: 13px;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform .22s ease, box-shadow .22s ease, background .22s ease, border-color .22s ease;
}
.btn-gold { background: linear-gradient(135deg, var(--gold-2), var(--gold)); color: #fff; }
.hero-actions .btn-gold { animation: ctaPulse 3.8s ease-in-out infinite; }
.btn-ghost { border-color: rgba(255,255,255,.65); color: #fff; background: rgba(255,255,255,.04); }
.btn-outline { border-color: rgba(255,255,255,.5); color: #fff; }
.btn-dark { background: var(--navy); color: #fff; width: 100%; }
.btn:hover { transform: translateY(-2px); box-shadow: 0 14px 28px rgba(6, 28, 52, .18); }
.btn-large { min-height: 60px; padding-inline: 34px; font-size: 14px; }
.direct-actions { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; }
.hero {
  position: relative;
  min-height: 100vh;
  color: #fff;
  display: grid;
  overflow: visible;
  isolation: isolate;
}
.hero-media {
  position: absolute;
  inset: 0;
  z-index: -2;
  background: var(--navy);
}
.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 58% center;
  animation: heroKenBurns 18s ease-out both;
  will-change: transform;
}
.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(6,20,42,.82) 0%, rgba(6,20,42,.65) 35%, rgba(6,20,42,.25) 70%, rgba(6,20,42,.15) 100%),
    linear-gradient(0deg, rgba(4, 15, 29, .5), rgba(4, 15, 29, 0) 45%);
}
.sub-hero::before {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(3, 13, 25, .92), rgba(4, 18, 34, .66) 45%, rgba(4,18,34,.22)),
    linear-gradient(0deg, rgba(3, 13, 25, .72), rgba(3, 13, 25, .02) 48%),
    url("/assets/img/placeholder/hero-photo.svg") center / cover no-repeat;
  transform: scale(1.01);
}
.hero-shell {
  position: relative;
  width: min(1360px, calc(100% - var(--gutter) * 2));
  min-height: 100vh;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 620px) minmax(280px, 1fr);
  align-items: center;
  padding: 112px 0 118px;
}
.hero-copy {
  max-width: 610px;
  animation: heroFadeUp .8s ease .12s both;
}
.hero h1, .sub-hero h1 { margin: 0 0 20px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(58px, 7vw, 96px); line-height: .98; font-weight: 700; letter-spacing: 0; }
.hero p { max-width: 600px; margin: 0 0 30px; font-size: clamp(20px, 2.2vw, 27px); line-height: 1.45; }
.hero .hero-trust {
  margin-top: -12px;
  color: rgba(255,255,255,.84);
  font-size: clamp(17px, 1.6vw, 20px);
  font-weight: 700;
}
.hero-rating {
  display: grid;
  gap: 5px;
  margin-top: 30px;
  color: #fff;
  font-weight: 800;
  animation: heroFadeUp .75s ease .38s both;
}
.hero-rating strong { color: var(--gold-2); letter-spacing: 3px; font-size: 21px; line-height: 1; }
.hero-rating span { font-size: 18px; }
.hero-rating em { color: rgba(255,255,255,.86); font-size: 16px; font-style: normal; }
.hero-rating-top { margin: 0 0 46px; }
.hero-actions { display: flex; gap: 18px; flex-wrap: wrap; animation: heroSlideUp .72s ease .28s both; }
.hero-actions .btn { min-height: 56px; padding-inline: 32px; font-size: 14px; }
.hero-points { display: flex; flex-wrap: wrap; gap: 12px; margin: 0 0 34px; animation: heroFadeUp .72s ease .22s both; }
.hero-points span {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 44px;
  padding: 0 16px;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 999px;
  background: rgba(4, 18, 34, .46);
  backdrop-filter: blur(10px);
  font-size: 15px;
  font-weight: 800;
}
.hero-points svg { width: 20px; height: 20px; color: var(--gold-2); }
.hero-mini-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 9px 14px;
  margin-top: 18px;
  color: rgba(255,255,255,.86);
  font-size: 13px;
  font-weight: 800;
}
.hero-mini-trust span { display: inline-flex; align-items: center; gap: 6px; }
.hero-mini-trust svg { width: 16px; height: 16px; color: var(--gold-2); }
.hero + .hero-inquiry-section { margin-top: -34px; }
.hero-inquiry-section {
  position: relative;
  z-index: 3;
  width: min(1180px, calc(100% - var(--gutter) * 2));
  margin-inline: auto;
}
.hero-inquiry-card {
  display: grid;
  grid-template-columns: repeat(4, minmax(118px, 1fr)) minmax(170px, auto);
  align-items: end;
  gap: 10px;
  min-height: 72px;
  padding: 11px 12px;
  border: 1px solid rgba(225, 179, 93, .3);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 14px 38px rgba(6, 28, 52, .18);
}
.hero-inquiry-form label,
.inquiry-modal-card label {
  display: grid;
  gap: 5px;
  margin: 0;
}
.hero-inquiry-form label span,
.inquiry-modal-card label span,
.contact-form label span {
  color: var(--muted);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .7px;
  text-transform: uppercase;
}
.hero-inquiry-form input,
.hero-inquiry-form select,
.inquiry-modal-card input,
.inquiry-modal-card select,
.inquiry-modal-card textarea {
  width: 100%;
  min-width: 0;
  height: 42px;
  border: 1px solid #d9dee7;
  border-radius: 8px;
  padding: 8px 10px;
  background: #fff;
  color: var(--ink);
  font: inherit;
  font-size: 14px;
}
.hero-inquiry-form .btn {
  min-height: 42px;
  padding-inline: 18px;
  white-space: nowrap;
}
.inquiry-card-head {
  display: grid;
  gap: 7px;
  margin-bottom: 0;
}
.inquiry-card-head h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(19px, 1.7vw, 22px);
  line-height: 1.08;
  letter-spacing: 0;
}
.inquiry-card-head p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.3; }
.inquiry-card-form { min-width: 0; }
.direct-cta-card-actions { display: flex; align-items: center; justify-content: flex-end; gap: 12px; }
.direct-cta-card-actions .btn { min-height: 42px; padding-inline: 18px; }
.hero + .welcome { padding-top: 72px; }

.inquiry-modal {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: none;
  place-items: center;
  padding: 18px;
  background: rgba(3, 13, 26, .72);
}
.inquiry-modal.open { display: grid; }
body.modal-open { overflow: hidden; }
.inquiry-modal-card {
  position: relative;
  display: grid;
  gap: 16px;
  width: min(720px, 100%);
  max-height: calc(100vh - 36px);
  overflow: auto;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 26px 80px rgba(2, 12, 26, .34);
}
.inquiry-modal-close {
  position: absolute;
  top: 12px;
  right: 12px;
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  color: var(--ink);
  font-size: 24px;
  cursor: pointer;
}
.inquiry-modal-card h2 {
  margin: 0 42px 0 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(28px, 4vw, 38px);
  line-height: 1.12;
}
.inquiry-modal-card > p {
  margin: -6px 42px 2px 0;
  color: var(--muted);
  line-height: 1.6;
}
.modal-summary,
.modal-contact-grid {
  display: grid;
  gap: 12px;
}
.modal-summary { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.modal-contact-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.inquiry-modal-card textarea {
  min-height: 104px;
  resize: vertical;
}
.modal-room,
.modal-message,
.form-status,
.fallback-action,
.inquiry-modal-card .btn-large,
.inquiry-disclaimer { grid-column: 1 / -1; }
.hp-field {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.form-status {
  min-height: 20px;
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  font-weight: 800;
}
.form-status.is-error { color: #9f1d1d; }
.form-status.is-success { color: #1b6f3a; }
.fallback-action[hidden] { display: none; }
.fallback-action .btn { min-height: 42px; }
.inquiry-modal-card .btn-large { width: 100%; }

.section { width: min(var(--container), calc(100% - var(--gutter) * 2)); margin: 0 auto; padding: 88px 0; }
.section-title { text-align: center; max-width: 860px; margin: 0 auto 58px; }
.section-title span { display: inline-flex; color: var(--gold); }
.section-title span svg { width: 30px; height: 30px; }
.section-title h2, .section-head h2, .pub-section h2, .contact-info h2 { margin: 0 0 16px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(38px, 4vw, 56px); line-height: 1.08; letter-spacing: 0; }
.section-title p { color: var(--muted); margin: 0; font-size: 18px; line-height: 1.75; }
.section-head { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-bottom: 36px; }

.welcome { padding-bottom: 96px; }
.benefits { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 42px 36px; }
.benefit { text-align: center; }
.benefit svg { width: 34px; height: 34px; color: var(--gold); margin: 0 auto 18px; }
.benefit h3 { margin: 0 0 10px; font-size: 19px; }
.benefit p { margin: 0; color: var(--muted); font-size: 15.5px; line-height: 1.65; }

.dark { width: 100%; max-width: none; padding-inline: max(var(--gutter), calc((100vw - var(--container)) / 2)); background: var(--navy); color: #fff; }
.room-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 34px; }
.room-card { background: #fff; color: var(--ink); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.room-card:hover { transform: translateY(-7px); box-shadow: 0 30px 70px rgba(7, 28, 52, .22); border-color: rgba(201, 151, 61, .5); }
.room-image { position: relative; display: block; overflow: hidden; }
.room-card img { aspect-ratio: 4 / 3; object-fit: cover; transition: transform .35s ease; }
.room-card:hover img { transform: scale(1.035); }
.room-badge {
  position: absolute;
  z-index: 2;
  top: 16px;
  left: 16px;
  padding: 9px 13px;
  border-radius: 999px;
  background: rgba(6, 28, 52, .9);
  color: #fff;
  border: 1px solid rgba(225, 179, 93, .7);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}
.room-card-body { padding: 30px; }
.room-card h3 { margin: 0 0 10px; font-family: Georgia, "Times New Roman", serif; font-size: 32px; line-height: 1.12; letter-spacing: 0; }
.room-card p { color: var(--muted); margin: 0 0 18px; font-size: 16px; line-height: 1.65; }
.meta { display: flex; align-items: center; gap: 10px; color: var(--ink) !important; }
.meta svg { width: 20px; height: 20px; }
.meta span { padding-left: 10px; border-left: 1px solid var(--line); }
.room-amenities {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin: 0 0 22px;
}
.room-amenities span {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  min-height: 32px;
  padding: 0 11px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--ink);
  background: var(--soft);
  font-size: 13px;
  font-weight: 800;
}
.room-amenities svg { width: 15px; height: 15px; color: var(--gold); }
.card-actions { display: grid; grid-template-columns: 1fr; gap: 14px; }
.card-actions .btn { min-height: 54px; }
.text-link { color: var(--gold); font-size: 13px; font-weight: 900; text-transform: uppercase; }
.apartment-spotlight {
  width: min(var(--container), calc(100% - var(--gutter) * 2));
  max-width: 1240px;
  padding: 78px 0 84px;
  background: transparent;
}
.apartment-spotlight-head {
  max-width: 760px;
  margin: 0 0 28px;
}
.apartment-spotlight-head h2,
.apartment-copy h2,
.apartment-content-block h2,
.apartment-final-cta h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  letter-spacing: 0;
  line-height: 1.08;
}
.apartment-spotlight-head h2 { font-size: clamp(44px, 4vw, 56px); }
.apartment-spotlight-head p { margin: 10px 0 0; color: var(--muted); font-size: 20px; line-height: 1.45; }
.apartment-spotlight-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(360px, .95fr);
  gap: 28px;
  align-items: start;
}
.apartment-showcase { margin: 0; }
.apartment-main-photo,
.apartment-detail-main {
  width: 100%;
  padding: 0;
  border: 0;
  border-radius: 18px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 18px 48px rgba(7, 28, 52, .14);
}
.apartment-spotlight .gallery-tile::after,
.apartment-detail-hero .gallery-tile::after,
.apartment-full-gallery .gallery-tile::after { content: none; }
.apartment-spotlight .gallery-tile:nth-child(1),
.apartment-spotlight .gallery-tile:nth-child(4),
.apartment-detail-hero .gallery-tile:nth-child(1),
.apartment-detail-hero .gallery-tile:nth-child(4),
.apartment-full-gallery .gallery-tile:nth-child(4) { grid-row: auto; }
.apartment-main-photo picture,
.apartment-main-photo img,
.apartment-detail-main picture,
.apartment-detail-main img { width: 100%; height: 100%; }
.apartment-main-photo img { aspect-ratio: 16 / 10; object-fit: cover; }
.apartment-thumbs,
.apartment-detail-thumbs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin-top: 12px;
}
.apartment-thumbs button,
.apartment-detail-thumbs button {
  padding: 0;
  border: 0;
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
}
.apartment-thumbs img,
.apartment-detail-thumbs img { aspect-ratio: 16 / 10; object-fit: cover; transition: transform .3s ease; }
.apartment-thumbs button:hover img,
.apartment-detail-thumbs button:hover img { transform: scale(1.05); }
.apartment-copy {
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 16px 42px rgba(7, 28, 52, .08);
}
.apartment-copy h2 { font-size: clamp(32px, 3vw, 38px); }
.apartment-copy p,
.apartment-content-block p { color: var(--muted); font-size: 16.5px; line-height: 1.65; }
.apartment-feature-list,
.layout-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 14px;
  margin: 24px 0;
}
.apartment-feature-list span,
.layout-grid span {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--ink);
  font-size: 15px;
  font-weight: 800;
}
.apartment-feature-list svg,
.layout-grid svg,
.apartment-equipment-grid svg { color: var(--gold); flex: 0 0 auto; }
.apartment-actions { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; }
.apartment-actions .btn { min-height: 50px; padding-inline: 24px; }

.room-types-section { padding-top: 86px; }
.room-type-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.room-type-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 8px;
  background: #fff;
  color: var(--ink);
  box-shadow: 0 16px 42px rgba(0,0,0,.18);
  transition: transform .25s ease, box-shadow .25s ease;
}
.room-type-card:hover { transform: translateY(-5px); box-shadow: 0 22px 56px rgba(0,0,0,.24); }
.room-type-card img { aspect-ratio: 16 / 11; object-fit: cover; transition: transform .35s ease; }
.room-type-card:hover img { transform: scale(1.04); }
.room-type-card > picture { flex: 0 0 auto; }
.room-type-card > div,
.room-type-card-body {
  position: relative;
  z-index: 1;
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 24px;
  background: #fff;
  color: var(--ink);
  opacity: 1;
  visibility: visible;
}
.room-type-card-body h3,
.room-type-card h3 { margin: 0 0 10px; color: var(--ink); font-size: 24px; line-height: 1.2; opacity: 1; visibility: visible; }
.room-type-card-body p,
.room-type-card p { display: block; margin: 0 0 16px; color: var(--muted); font-size: 15.5px; line-height: 1.55; opacity: 1; visibility: visible; }
.room-type-card-body .meta,
.room-type-card .meta { display: flex; align-items: center; gap: 8px; margin-top: 0; color: var(--ink); font-weight: 850; }
.room-type-card-body .meta svg { width: 18px; height: 18px; color: var(--gold); flex: 0 0 auto; }
.room-type-card-body .card-actions,
.room-type-card .card-actions { margin-top: auto; }
.why-section, .facilities-section, .stay-reasons, .direct-reasons { background: #fff; }
.why-grid, .facility-grid, .reason-grid, .direct-reason-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  align-items: stretch;
}
.facility-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 22px; }
.direct-reason-grid { grid-template-columns: repeat(4, 1fr); }
.why-card, .facility-card, .reason-card, .direct-reason-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 32px;
  background: #fff;
  box-shadow: 0 16px 42px rgba(7,28,52,.08);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.facility-card { height: 100%; }
.why-card:hover, .facility-card:hover, .reason-card:hover, .direct-reason-card:hover {
  transform: translateY(-5px);
  border-color: rgba(201,151,61,.45);
  box-shadow: 0 24px 58px rgba(7,28,52,.14);
}
.why-card > svg, .reason-card > svg, .direct-reason-card > svg { width: 38px; height: 38px; color: var(--gold); margin-bottom: 18px; }
.why-card h3, .facility-card h3, .reason-card h3, .direct-reason-card h3 { margin: 0 0 12px; font-size: 23px; line-height: 1.25; }
.why-card p, .reason-card p, .direct-reason-card p { margin: 0; color: var(--muted); font-size: 16px; line-height: 1.7; }
.facility-card ul { display: grid; gap: 13px; margin: 0; padding: 0; list-style: none; }
.facility-card li { display: flex; align-items: center; gap: 11px; color: var(--ink); font-size: 16px; font-weight: 700; line-height: 1.45; }
.facility-card li svg { width: 20px; height: 20px; color: var(--gold); flex: 0 0 auto; }

.pub-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 520px);
  align-items: stretch;
  min-height: 520px;
  max-height: 620px;
  overflow: hidden;
  background: var(--navy);
  color: #fff;
}
.pub-section picture {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 560px;
  aspect-ratio: 16 / 10;
  overflow: hidden;
}
.pub-section img {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 560px;
  object-fit: cover;
  object-position: center;
}
.pub-section > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 520px;
  min-height: 0;
  padding: 54px 64px;
  align-self: stretch;
}
.pub-section .eyebrow { margin: 0 0 12px; }
.pub-section h2 { margin-bottom: 14px; font-size: clamp(38px, 3.6vw, 50px); }
.pub-section p:not(.eyebrow) { max-width: 520px; margin: 0; color: rgba(255,255,255,.84); font-size: 17.5px; line-height: 1.58; }
.eyebrow { color: var(--gold-2); text-transform: uppercase; font-weight: 900; letter-spacing: 2px; }
.pub-features { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px 18px; margin: 24px 0 26px; }
.pub-features span { display: flex; align-items: center; gap: 10px; color: rgba(255,255,255,.92); font-size: 16px; font-weight: 800; }
.pub-features svg { color: var(--gold-2); width: 23px; height: 23px; }
.pub-section .btn { min-height: 50px; padding-inline: 30px; }

.surroundings-section { width: 100%; max-width: none; padding-inline: max(var(--gutter), calc((100vw - var(--container)) / 2)); background: var(--soft); }
.surroundings-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.info-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; box-shadow: 0 16px 42px rgba(7, 28, 52, .08); transition: transform .25s ease, box-shadow .25s ease; }
.info-card:hover { transform: translateY(-5px); box-shadow: 0 24px 58px rgba(7, 28, 52, .15); }
.info-card img { aspect-ratio: 16 / 11; object-fit: cover; }
.info-card-body { padding: 26px; }
.info-card-body span { display: inline-flex; color: var(--gold); margin-bottom: 12px; }
.info-card-body span svg { width: 28px; height: 28px; }
.info-card h3 { margin: 0 0 9px; font-size: 23px; line-height: 1.25; }
.info-card p { margin: 0; color: var(--muted); font-size: 16px; line-height: 1.65; }
.surroundings-compact { padding-top: 72px; padding-bottom: 76px; }
.surroundings-compact .section-title { margin-bottom: 34px; }
.surroundings-compact .surroundings-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
}
.surroundings-compact .info-card {
  border-radius: 8px;
  box-shadow: 0 12px 30px rgba(7, 28, 52, .08);
}
.surroundings-compact .info-card img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
}
.surroundings-compact .info-card-body {
  padding: 14px 14px 16px;
}
.surroundings-compact .info-card h3 {
  margin: 0;
  font-size: 16px;
  line-height: 1.25;
}

.gallery-section { width: 100%; max-width: none; padding-inline: max(var(--gutter), calc((100vw - var(--container)) / 2)); background: #fff; }
.gallery-filters {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  margin: -18px 0 30px;
}
.gallery-filters button {
  min-height: 44px;
  padding: 0 20px;
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 4px;
  color: var(--muted);
  font-weight: 800;
  text-transform: uppercase;
  font-size: 13px;
  cursor: pointer;
}
.gallery-filters .active { color: var(--gold); border-color: var(--gold); }
.gallery-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.gallery-tile {
  position: relative;
  display: block;
  padding: 0;
  border: 0;
  border-radius: var(--radius);
  overflow: hidden;
  cursor: pointer;
  background: var(--navy);
}
.gallery-tile picture { display: block; width: 100%; aspect-ratio: 4 / 3; overflow: hidden; }
.gallery-tile img { width: 100%; height: 100%; aspect-ratio: 4 / 3; }
.gallery-tile img { object-fit: cover; transition: transform .35s ease, opacity .35s ease; }
.gallery-tile::after { content: ""; position: absolute; inset: 0; z-index: 1; pointer-events: none; background: linear-gradient(0deg, rgba(3,13,25,.82) 0%, rgba(3,13,25,.42) 38%, transparent 68%); }
.gallery-tile span { position: absolute; z-index: 2; left: 22px; right: 18px; bottom: 20px; color: #fff; font-size: 16px; font-weight: 900; text-transform: uppercase; letter-spacing: 1px; text-align: left; text-shadow: 0 2px 10px rgba(0,0,0,.55); }
.gallery-tile:hover img { transform: scale(1.05); opacity: .92; }
.gallery-preview-actions {
  display: flex;
  justify-content: center;
  margin-top: 34px;
}
.lightbox { position: fixed; inset: 0; z-index: 80; display: none; place-items: center; padding: 30px; background: rgba(2, 8, 15, .86); }
.lightbox.open { display: grid; }
.lightbox img { width: min(980px, 94vw); max-height: 82vh; object-fit: contain; border-radius: var(--radius); box-shadow: 0 30px 90px rgba(0,0,0,.4); }
.lightbox button { border: 1px solid rgba(255,255,255,.35); border-radius: 50%; background: rgba(6, 28, 52, .72); color: #fff; cursor: pointer; }
.lightbox-close { position: fixed; top: 20px; right: 24px; width: 44px; height: 44px; font-size: 30px; }
.lightbox-arrow { position: fixed; top: 50%; width: 54px; height: 54px; transform: translateY(-50%); font-size: 40px; line-height: 1; }
.lightbox-prev { left: 24px; }
.lightbox-next { right: 24px; }
.lightbox p { position: fixed; bottom: 20px; left: 50%; transform: translateX(-50%); margin: 0; padding: 8px 14px; border-radius: 999px; background: rgba(6, 28, 52, .78); color: #fff; font-weight: 800; }

.rooms-hero,
.pub-page-hero {
  position: relative;
  overflow: hidden;
  min-height: 430px;
  display: grid;
  align-items: end;
  color: #fff;
  background: var(--navy);
}
.rooms-hero > div,
.pub-page-hero > div {
  position: relative;
  z-index: 2;
  width: min(var(--container), calc(100% - var(--gutter) * 2));
  margin: 0 auto;
  padding: 140px 0 70px;
}
.rooms-hero h1,
.pub-page-hero h1 {
  max-width: 760px;
  margin: 0 0 16px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(44px, 6vw, 72px);
  line-height: 1.04;
  letter-spacing: 0;
}
.rooms-hero p,
.pub-page-hero p:not(.eyebrow) {
  max-width: 650px;
  margin: 0;
  color: rgba(255,255,255,.86);
  font-size: 20px;
  line-height: 1.6;
}
.rooms-hero-benefits {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}
.rooms-hero-benefits span {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 42px;
  padding: 0 15px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 999px;
  background: rgba(4,18,34,.46);
  font-weight: 800;
}
.rooms-hero-benefits svg { width: 18px; height: 18px; color: var(--gold-2); }
.rooms-intro { padding-bottom: 34px; }
.rooms-intro-card,
.featured-room-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 18px 48px rgba(7,28,52,.09);
}
.rooms-intro-card { padding: 34px; }
.rooms-intro-card h2,
.featured-room-card h2,
.pub-page-card h2,
.pub-intro-copy h2 {
  margin: 0 0 12px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(32px, 3.4vw, 46px);
  line-height: 1.12;
  letter-spacing: 0;
}
.rooms-intro-card p:not(.eyebrow),
.featured-room-card p,
.pub-page-card p,
.pub-intro-copy p {
  margin: 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.7;
}
.rooms-featured-apartment { padding-top: 34px; }
.featured-room-card {
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr);
  overflow: hidden;
}
.featured-room-card figure { margin: 0; height: 100%; min-height: 390px; }
.featured-room-card picture,
.featured-room-card img { width: 100%; height: 100%; }
.featured-room-card img { object-fit: cover; }
.featured-room-card > div { padding: 44px; }
.featured-room-features {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 18px;
  margin: 26px 0;
}
.featured-room-features span {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--ink);
  font-weight: 850;
}
.featured-room-features svg { color: var(--gold); }
.rooms-listing-section { padding-top: 44px; }
.rooms-bottom-cta { padding-top: 24px; }

.pub-page-hero { min-height: 540px; }
.pub-page-hero picture {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.pub-page-hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.pub-page-overlay {
  background: linear-gradient(90deg, rgba(6,20,42,.86), rgba(6,20,42,.54) 48%, rgba(6,20,42,.18));
}
.pub-page-hero > .pub-page-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: auto;
  margin: 0;
  padding: 0;
}
.pub-page-hero .hero-actions { margin-top: 30px; }
.pub-page-intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, .8fr);
  gap: 36px;
  align-items: center;
}
.pub-intro-copy { max-width: 720px; }
.pub-page-checklist span { color: var(--ink); }
.pub-intro-photo {
  margin: 0;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 18px 48px rgba(7,28,52,.12);
}
.pub-intro-photo img { aspect-ratio: 4 / 3; object-fit: cover; }
.pub-photo-grid {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  grid-auto-rows: 260px;
  gap: 18px;
}
.pub-photo-grid .gallery-tile:first-child { grid-row: span 2; }
.pub-page-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
}
.pub-page-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 16px 42px rgba(7,28,52,.08);
}
.pub-page-card img {
  aspect-ratio: 16 / 9;
  object-fit: cover;
}
.pub-page-card > div { padding: 30px; }

.testimonial-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px; }
.testimonial-score {
  display: grid;
  justify-items: center;
  gap: 6px;
  width: fit-content;
  margin: -22px auto 28px;
  padding: 22px 38px;
  border: 1px solid rgba(201,151,61,.35);
  border-radius: var(--radius);
  background: var(--soft);
}
.testimonial-score strong {
  color: var(--gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 48px;
  line-height: 1;
}
.testimonial-score span { color: var(--ink); font-size: 18px; font-weight: 900; }
.testimonial-card { padding: 32px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: 0 16px 42px rgba(7, 28, 52, .08); }
.testimonial-card strong { color: var(--gold); letter-spacing: 2px; font-size: 18px; }
.testimonial-card p { color: var(--ink); margin: 18px 0; font-size: 18px; line-height: 1.7; }
.testimonial-card span { color: var(--muted); font-size: 15px; font-weight: 800; }

.faq-section { padding-top: 48px; }
.faq-list { max-width: 860px; margin: 0 auto; display: grid; gap: 16px; }
.faq-item { border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: 0 12px 30px rgba(7, 28, 52, .06); overflow: hidden; }
.faq-item summary { cursor: pointer; padding: 24px 28px; font-size: 18px; font-weight: 900; }
.faq-item p { margin: 0; padding: 0 28px 26px; color: var(--muted); font-size: 16px; line-height: 1.7; animation: faqIn .22s ease; }

.footer-cta-strip { display: flex; align-items: center; justify-content: space-between; gap: 28px; padding: 42px max(var(--gutter), calc((100vw - var(--container)) / 2)); background: var(--navy); color: #fff; border-bottom: 1px solid rgba(255,255,255,.15); }
.footer-cta-strip h2 { margin: 0 0 8px; font-family: Georgia, "Times New Roman", serif; font-size: 30px; letter-spacing: 0; }
.footer-cta-strip p { margin: 0; opacity: .82; }
.footer-cta-strip .direct-actions { justify-content: flex-end; }
.footer-main { display: grid; grid-template-columns: 1.55fr 1fr 1fr 1fr; gap: 44px; padding: 58px max(var(--gutter), calc((100vw - var(--container)) / 2)); background: #041526; color: #fff; }
.footer-main h3 { margin: 0 0 12px; font-size: 16px; }
.footer-main p, .copyright { margin: 0; color: rgba(255,255,255,.76); font-size: 15.5px; line-height: 1.8; }
.footer-brand .logo { margin-bottom: 18px; }
.footer-brand p { max-width: 390px; }
.copyright { padding: 20px max(var(--gutter), calc((100vw - var(--container)) / 2)); background: #03101d; text-align: center; }

.sub-hero { position: relative; min-height: 280px; color: #fff; display: grid; align-items: end; overflow: hidden; }
.sub-hero > div { position: relative; width: min(var(--container), calc(100% - var(--gutter) * 2)); margin: 0 auto; padding: 120px 0 46px; }
.sub-hero h1 { font-size: clamp(36px, 5vw, 58px); }
.sub-hero p { margin: 0; opacity: .85; }

.filters, .tabs { display: flex; justify-content: center; gap: 10px; flex-wrap: wrap; margin-bottom: 34px; }
.filters button, .tabs button {
  min-height: 38px;
  padding: 0 16px;
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 4px;
  color: var(--muted);
  font-weight: 800;
  text-transform: uppercase;
  font-size: 12px;
  cursor: pointer;
}
.filters .active, .tabs .active { color: var(--gold); border-color: var(--gold); }
.sort-row {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  margin: -12px 0 28px;
}
.sort-row label { color: var(--muted); font-size: 14px; font-weight: 900; text-transform: uppercase; }
.sort-row select {
  min-height: 44px;
  border: 1px solid var(--line);
  border-radius: 4px;
  padding: 0 14px;
  background: #fff;
  color: var(--ink);
  font: inherit;
  font-weight: 700;
}
.light-grid .room-card { box-shadow: 0 12px 34px rgba(7, 28, 52, .08); }
.benefit-strip { display: grid; grid-template-columns: repeat(4, 1fr); gap: 32px; padding: 54px max(var(--gutter), calc((100vw - var(--container)) / 2)); background: var(--navy); color: #fff; }
.benefit-strip .benefit p { color: rgba(255,255,255,.72); }

.detail-layout { display: grid; grid-template-columns: minmax(0, 1fr) 320px; gap: 38px; align-items: start; }
.gallery { margin-bottom: 28px; }
.main-gallery-image { aspect-ratio: 16 / 9; object-fit: cover; border-radius: var(--radius); }
.gallery > div { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 10px; }
.gallery button { padding: 0; border: 0; cursor: pointer; border-radius: 4px; overflow: hidden; }
.gallery button img { aspect-ratio: 16 / 10; object-fit: cover; }
.tab-panel { border-top: 1px solid var(--line); padding-top: 22px; }
.tab-panel p { margin-top: 0; color: var(--muted); }
.tab-panel li { margin-bottom: 8px; }
.hidden { display: none; }
.back-link { display: inline-block; margin-top: 26px; color: var(--gold); font-weight: 800; }
.detail-sidebar { position: sticky; top: 102px; border: 1px solid var(--line); border-radius: var(--radius); padding: 24px; box-shadow: var(--shadow); background: #fff; }
.side-item { display: flex; align-items: center; gap: 10px; margin: 0 0 16px; color: var(--ink); }
.side-item svg { width: 19px; height: 19px; color: var(--navy); }
.detail-sidebar .btn { width: 100%; margin-top: 8px; }
.room-offers { margin-top: 38px; }
.room-offers h2 { margin: 0 0 18px; font-family: Georgia, "Times New Roman", serif; letter-spacing: 0; }
.offer-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.offer-grid article { display: flex; align-items: center; gap: 10px; padding: 14px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
.offer-grid svg { color: var(--gold); flex: 0 0 auto; }
.related-rooms { padding-top: 20px; }

.apartment-detail-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 390px;
  gap: 42px;
  align-items: start;
}
.apartment-detail-gallery { min-width: 0; }
.apartment-detail-main img { aspect-ratio: 16 / 9; object-fit: cover; }
.apartment-detail-thumbs {
  grid-template-columns: repeat(6, 1fr);
}
.apartment-sticky-panel {
  position: sticky;
  top: 104px;
  padding: 32px;
  border: 1px solid rgba(225, 179, 93, .35);
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 24px 70px rgba(7, 28, 52, .16);
}
.apartment-sticky-panel h2 {
  margin: 0 0 20px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 4vw, 48px);
  line-height: 1.08;
  letter-spacing: 0;
}
.apartment-panel-meta {
  display: grid;
  gap: 14px;
  margin: 0 0 26px;
  padding: 20px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.apartment-panel-meta span {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 17px;
  font-weight: 900;
}
.apartment-panel-meta svg { width: 22px; height: 22px; color: var(--gold); }
.apartment-panel-meta strong { color: var(--gold); font-size: 21px; letter-spacing: 2px; }
.apartment-sticky-panel .btn { width: 100%; margin-top: 10px; }
.apartment-story {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 34px;
  padding-top: 22px;
}
.apartment-content-block {
  padding: clamp(30px, 4vw, 48px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 48px rgba(7, 28, 52, .08);
}
.apartment-content-block h2 { font-size: clamp(32px, 4vw, 44px); }
.apartment-equipment { background: var(--soft); }
.apartment-equipment-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
}
.apartment-equipment-grid article {
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 36px rgba(7, 28, 52, .08);
}
.apartment-equipment-grid h3 { margin: 0 0 18px; font-size: 22px; }
.apartment-equipment-grid p {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 12px;
  color: var(--ink);
  font-size: 15.5px;
  font-weight: 750;
  line-height: 1.45;
}
.apartment-gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 230px;
  gap: 16px;
}
.apartment-gallery-grid button {
  padding: 0;
  border: 0;
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 12px 34px rgba(7, 28, 52, .08);
}
.apartment-gallery-grid button:nth-child(1),
.apartment-gallery-grid button:nth-child(6) { grid-row: span 2; }
.apartment-gallery-grid img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.apartment-gallery-grid button:hover img { transform: scale(1.05); }
.ideal-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.ideal-grid article {
  min-height: 150px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 16px 42px rgba(7, 28, 52, .08);
}
.ideal-grid svg { width: 32px; height: 32px; color: var(--gold); margin-bottom: 18px; }
.ideal-grid h3 { margin: 0; font-size: 22px; line-height: 1.25; }
.apartment-final-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  width: min(var(--container), calc(100% - var(--gutter) * 2));
  margin-inline: auto;
  border-radius: 10px;
  background: var(--navy);
  color: #fff;
}
.apartment-final-cta h2 { font-size: clamp(34px, 5vw, 52px); }

.contact-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 46px; align-items: start; }
.contact-feature { grid-template-columns: 1.25fr .75fr; padding-bottom: 20px; }
.contact-info { border-left: 4px solid var(--gold); padding-left: 24px; }
.contact-info p { display: flex; gap: 12px; align-items: flex-start; color: var(--muted); }
.contact-info svg { flex: 0 0 auto; color: var(--gold); }
.contact-form { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.contact-form-section { max-width: 920px; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; border: 1px solid var(--line); border-radius: 4px; padding: 13px 14px; font: inherit; }
.contact-form textarea, .contact-form .btn-dark, .contact-form .form-status, .contact-form .fallback-action, .contact-form .btn-large, .contact-form .inquiry-disclaimer { grid-column: 1 / -1; }
.contact-form textarea { min-height: 150px; resize: vertical; }
.selected-room-note {
  margin: -20px 0 22px;
  padding: 14px 18px;
  border-left: 4px solid var(--gold);
  background: var(--soft);
  color: var(--ink);
  font-weight: 800;
}
.direct-contact-card {
  padding: clamp(30px, 5vw, 56px);
  border: 1px solid rgba(201,151,61,.35);
  border-radius: var(--radius);
  background: linear-gradient(135deg, #092947, #061c34);
  color: #fff;
  box-shadow: var(--shadow);
}
.direct-contact-card h2 { margin: 0 0 14px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(34px, 4vw, 52px); line-height: 1.08; letter-spacing: 0; }
.direct-contact-card p:not(.eyebrow) { max-width: 760px; color: rgba(255,255,255,.84); }
.direct-contact-card .direct-actions { margin-top: 24px; }
.contact-actions { margin-top: 16px; }
.map-wrap { width: min(var(--container), calc(100% - var(--gutter) * 2)); margin: 0 auto 72px; }
.map-wrap iframe { width: 100%; height: 280px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--soft); }
.contact-map { width: 100%; margin: 0; }
.contact-map iframe { height: 430px; }
.contact-info .btn { margin-top: 10px; width: 100%; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .55s ease, transform .55s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.fade-left { transform: translateX(-24px); }
.fade-right { transform: translateX(24px); }
.scale { transform: scale(.96); }
.fade-left.is-visible, .fade-right.is-visible, .scale.is-visible { transform: none; }
.cookie-bar {
  position: fixed;
  z-index: 70;
  left: 18px;
  right: 18px;
  bottom: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: min(760px, calc(100% - 36px));
  margin: 0 auto;
  padding: 16px;
  border: 1px solid rgba(201,151,61,.35);
  border-radius: var(--radius);
  background: rgba(6, 28, 52, .94);
  color: #fff;
  box-shadow: 0 20px 54px rgba(2, 9, 17, .28);
}
.cookie-bar p { margin: 0; color: rgba(255,255,255,.86); }
.mobile-call { display: none; }

.pricelist-hero { background: linear-gradient(135deg, rgba(5,22,40,.96), rgba(7,36,66,.88)), url("/assets/img/hero/penzion-kometa-hero-1280.jpg") center/cover; }
.price-section { padding-top: 72px; }
.price-soft {
  width: 100%;
  max-width: none;
  padding-inline: max(var(--gutter), calc((100vw - var(--container)) / 2));
  background: var(--soft);
}
.season-cards { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; margin: 0 0 28px; }
.season-card {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 24px 28px;
  border: 1px solid rgba(7, 28, 52, .08);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 16px 42px rgba(7, 28, 52, .08);
}
.season-card-gold { border-color: rgba(201,151,61,.34); background: linear-gradient(135deg, #fff, #fbf4e7); }
.season-card > span {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: var(--navy);
  color: #fff;
  flex: 0 0 auto;
}
.season-card-gold > span { background: linear-gradient(135deg, var(--gold-2), var(--gold)); }
.season-card svg { width: 24px; height: 24px; }
.season-card h3 { margin: 0 0 5px; font-size: 22px; }
.season-card p { margin: 0; color: var(--muted); font-weight: 800; }
.price-table-wrap {
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 18px 48px rgba(7, 28, 52, .08);
}
.price-table { width: 100%; min-width: 640px; border-collapse: separate; border-spacing: 0; font-size: 17px; }
.price-table th,
.price-table td {
  padding: 19px 22px;
  border-bottom: 1px solid var(--line);
  text-align: left;
  white-space: nowrap;
}
.price-table thead th {
  background: var(--navy);
  color: #fff;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.price-table tbody th { color: var(--ink); font-weight: 900; }
.price-table tbody td { color: var(--ink); font-weight: 800; }
.price-table tbody tr:nth-child(even) th,
.price-table tbody tr:nth-child(even) td { background: #f7f9fb; }
.price-table tbody tr:hover th,
.price-table tbody tr:hover td { background: #fff7e8; }
.price-table tr:last-child th,
.price-table tr:last-child td { border-bottom: 0; }
.weekend-price-card {
  padding: clamp(26px, 4vw, 42px);
  border-radius: 16px;
  background: linear-gradient(135deg, #061a30, #092b4d);
  color: #fff;
  box-shadow: 0 28px 80px rgba(7, 28, 52, .18);
}
.weekend-price-head { display: grid; grid-template-columns: minmax(0, 1fr) minmax(260px, .8fr); gap: 28px; align-items: start; margin-bottom: 28px; }
.weekend-price-head h2 { margin: 0 0 10px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(34px, 4vw, 48px); }
.weekend-price-head p { margin: 0; color: rgba(255,255,255,.78); }
.weekend-price-head ul { display: grid; gap: 10px; margin: 0; padding: 0; list-style: none; }
.weekend-price-head li {
  padding: 10px 14px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 8px;
  background: rgba(255,255,255,.08);
  color: rgba(255,255,255,.92);
  font-weight: 800;
}
.weekend-price-grid { display: grid; grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr); gap: 24px; }
.weekend-price-grid > div { min-width: 0; }
.weekend-price-grid h3 { margin: 0 0 14px; color: #fff; font-size: 22px; }
.weekend-price-card .price-table-wrap { box-shadow: none; border-color: rgba(255,255,255,.16); }
.weekend-price-card .price-table { min-width: 0; }
.price-notes { padding-top: 46px; }
.notes-list { display: grid; gap: 14px; max-width: 760px; margin: 0 auto; padding: 0; list-style: none; }
.notes-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 18px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(7, 28, 52, .06);
  color: var(--ink);
  font-weight: 800;
}
.notes-list svg { color: var(--gold); flex: 0 0 auto; }

@keyframes ctaPulse {
  0%, 100% { box-shadow: 0 0 0 rgba(225,179,93,0); }
  50% { box-shadow: 0 0 0 8px rgba(225,179,93,.12); }
}

@keyframes faqIn {
  from { opacity: 0; transform: translateY(-6px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes heroKenBurns {
  from { transform: scale(1); }
  to { transform: scale(1.08); }
}

@keyframes heroFade {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes heroFadeUp {
  from { opacity: 0; transform: translateY(22px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes heroSlideUp {
  from { opacity: 0; transform: translateY(34px); }
  to { opacity: 1; transform: translateY(0); }
}


@media (min-width: 1440px) {
  .hero-shell { width: min(1400px, calc(100% - 96px)); }
  .hero h1 { font-size: 100px; }
}

@media (max-width: 1200px) {
  .hero-shell {
    width: min(1120px, calc(100% - 48px));
    grid-template-columns: minmax(0, 580px) 1fr;
  }
}

@media (max-width: 992px) {
  .hero-shell {
    grid-template-columns: 1fr;
    align-items: center;
  }
  .hero-copy { max-width: 640px; }
  .hero-media img { object-position: 60% center; }
}

@media (max-width: 768px) {
  .hero { min-height: auto; }
  .hero-shell {
    min-height: auto;
    width: min(100% - 36px, 680px);
    padding: 86px 0 72px;
  }
  .hero-media img { object-position: 56% center; }
  .hero-overlay {
    background:
      linear-gradient(90deg, rgba(6,20,42,.86) 0%, rgba(6,20,42,.62) 58%, rgba(6,20,42,.34) 100%),
      linear-gradient(0deg, rgba(4, 15, 29, .58), rgba(4, 15, 29, .08) 52%);
  }
  .hero-rating-top { margin-bottom: 28px; }
  .hero-actions { display: grid; grid-template-columns: 1fr; }
  .hero-actions .btn { width: 100%; }
  .hero-inquiry-card {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }
  .hero-inquiry-form .btn { grid-column: 1 / -1; width: 100%; }
  .direct-cta-card-actions { justify-content: flex-start; flex-wrap: wrap; }
  .direct-actions { display: grid; grid-template-columns: 1fr; }
  .hero + .hero-inquiry-section { margin-top: 16px; }
  .hero + .welcome { padding-top: 72px; }
  .inquiry-card-head { display: grid; gap: 7px; }
}

@media (max-width: 576px) {
  .hero-shell {
    width: min(100% - 28px, 520px);
    padding-top: 74px;
  }
  .hero h1 { font-size: clamp(42px, 12vw, 56px); margin-bottom: 12px; }
  .hero p { margin-bottom: 18px; font-size: 17px; }
  .hero-points { display: grid; grid-template-columns: 1fr; }
  .hero-points { gap: 7px; margin-bottom: 18px; }
  .hero-points span { width: 100%; min-height: 38px; justify-content: center; font-size: 14px; }
  .hero-actions { display: grid; grid-template-columns: 1fr; }
  .hero-actions .btn { width: 100%; }
  .hero-rating { gap: 1px; margin-top: 16px; text-align: center; }
  .hero-rating-top { margin: 0 0 22px; }
  .hero-rating span, .hero-rating em { font-size: 14px; }
  .hero-inquiry-card { min-height: 0; padding: 12px; border-radius: 10px; }
  .hero-inquiry-form input,
  .hero-inquiry-form select,
  .hero-inquiry-form .btn { height: 40px; min-height: 40px; font-size: 13.5px; }
  .inquiry-card-head h2 { font-size: 21px; }
  .inquiry-card-head p { font-size: 13px; }
  .hero-inquiry-section { width: min(100% - 28px, 1180px); }
}

@media (max-width: 980px) {
  .menu-toggle { display: block; }
  .nav {
    position: absolute;
    inset: 74px 18px auto;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 18px;
    background: rgba(4, 18, 34, .98);
    border: 1px solid rgba(255,255,255,.12);
    border-radius: var(--radius);
  }
  .nav.open { display: flex; }
  .nav .btn { width: 100%; }
  .benefits, .benefit-strip, .surroundings-grid, .testimonial-grid, .why-grid, .facility-grid, .reason-grid, .direct-reason-grid, .room-type-grid { grid-template-columns: repeat(2, 1fr); }
  .surroundings-compact .surroundings-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .room-grid { grid-template-columns: repeat(2, 1fr); }
  .pub-section, .detail-layout, .contact-layout, .contact-feature, .footer-main { grid-template-columns: 1fr; }
  .rooms-intro-card,
  .featured-room-card,
  .pub-page-intro,
  .pub-page-cards {
    grid-template-columns: 1fr;
  }
  .pub-photo-grid { grid-template-columns: repeat(2, 1fr); }
  .pub-photo-grid .gallery-tile:first-child { grid-row: span 1; }
  .apartment-spotlight-grid,
  .apartment-detail-hero,
  .apartment-story,
  .weekend-price-head,
  .weekend-price-grid {
    grid-template-columns: 1fr;
  }
  .apartment-sticky-panel { position: static; }
  .apartment-equipment-grid { grid-template-columns: repeat(2, 1fr); }
  .ideal-grid { grid-template-columns: repeat(2, 1fr); }
  .apartment-gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .gallery-grid { grid-template-columns: repeat(3, 1fr); }
  .detail-sidebar { position: static; }
  .pub-section {
    max-height: none;
    min-height: 0;
  }
  .pub-section picture {
    height: auto;
    max-height: none;
    aspect-ratio: 16 / 10;
  }
  .pub-section img {
    max-height: none;
    aspect-ratio: 16 / 10;
  }
  .pub-section > div {
    max-width: none;
    padding: 46px;
  }
  .offer-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 620px) {
  .site-header { padding: 15px 18px; }
  .logo strong { font-size: 21px; }
  .hero-actions, .footer-cta-strip, .section-head { align-items: stretch; flex-direction: column; }
  .hero-actions .btn, .footer-cta-strip .btn { width: 100%; }
  .footer-cta-strip .direct-actions { justify-content: stretch; }
  .section { width: min(100% - 28px, var(--container)); padding: 64px 0; }
  .benefits, .benefit-strip, .surroundings-grid, .contact-form, .testimonial-grid, .why-grid, .facility-grid, .reason-grid, .direct-reason-grid, .room-type-grid, .season-cards { grid-template-columns: 1fr; }
  .price-soft { padding-inline: 14px; }
  .season-card { align-items: flex-start; padding: 18px; }
  .price-table { min-width: 560px; font-size: 15.5px; }
  .weekend-price-card .price-table { min-width: 460px; }
  .price-table th,
  .price-table td { padding: 15px 16px; }
  .price-table thead th:first-child,
  .price-table tbody th {
    position: sticky;
    left: 0;
    z-index: 2;
    box-shadow: 8px 0 18px rgba(7,28,52,.08);
  }
  .price-table thead th:first-child { z-index: 3; }
  .weekend-price-card { padding: 22px; border-radius: 12px; }
  .weekend-price-head li { font-size: 14px; }
  .surroundings-compact .surroundings-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .surroundings-compact .info-card-body { padding: 12px; }
  .room-grid { grid-template-columns: 1fr; }
  .rooms-hero,
  .pub-page-hero { min-height: 380px; }
  .rooms-hero > div,
  .pub-page-hero > div { padding: 110px 0 48px; }
  .rooms-hero h1,
  .pub-page-hero h1 { font-size: clamp(38px, 11vw, 52px); }
  .rooms-hero p,
  .pub-page-hero p:not(.eyebrow) { font-size: 17px; }
  .rooms-hero-benefits { display: grid; grid-template-columns: 1fr; gap: 8px; }
  .rooms-intro-card,
  .featured-room-card > div,
  .pub-page-card > div { padding: 24px; }
  .featured-room-card figure { min-height: 260px; }
  .featured-room-features { grid-template-columns: 1fr; }
  .pub-photo-grid { grid-template-columns: 1fr; grid-auto-rows: 230px; }
  .apartment-spotlight {
    width: min(100% - 28px, var(--container));
    padding: 58px 0 64px;
  }
  .apartment-equipment { padding-inline: 14px; }
  .apartment-spotlight-head { margin-bottom: 22px; }
  .apartment-spotlight-head h2 { font-size: clamp(32px, 9vw, 38px); }
  .apartment-spotlight-head p { font-size: 18px; }
  .apartment-spotlight-head p,
  .apartment-copy p,
  .apartment-content-block p { font-size: 16px; }
  .apartment-copy,
  .apartment-content-block,
  .apartment-sticky-panel { padding: 22px; }
  .apartment-copy h2 { font-size: clamp(30px, 8vw, 36px); }
  .apartment-feature-list,
  .layout-grid,
  .apartment-equipment-grid,
  .ideal-grid { grid-template-columns: 1fr; }
  .apartment-thumbs { grid-template-columns: repeat(2, 1fr); }
  .apartment-detail-thumbs { grid-template-columns: repeat(3, 1fr); }
  .apartment-gallery-grid { grid-template-columns: 1fr; grid-auto-rows: 250px; }
  .apartment-gallery-grid button:nth-child(1),
  .apartment-gallery-grid button:nth-child(6) { grid-row: span 1; }
  .apartment-final-cta {
    flex-direction: column;
    align-items: stretch;
    width: min(100% - 28px, var(--container));
  }
  .apartment-actions { display: grid; grid-template-columns: 1fr; }
  .apartment-actions .btn { width: 100%; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .modal-summary,
  .modal-contact-grid { grid-template-columns: 1fr; }
  .inquiry-modal-card { padding: 22px; border-radius: 14px; }
  .inquiry-modal-card > p { margin-right: 0; }
  .sort-row { align-items: stretch; flex-direction: column; }
  .sort-row select { width: 100%; }
  .hero-points { gap: 8px; }
  .hero-points span { width: 100%; justify-content: center; }
  .hero-mini-trust { font-size: 12.5px; }
  .direct-cta-card-actions { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
  .direct-cta-card-actions .btn { width: 100%; }
  .pub-section > div { padding: 28px; }
  .pub-section h2 { font-size: clamp(34px, 9vw, 42px); }
  .pub-section p:not(.eyebrow) { font-size: 16.5px; }
  .pub-features { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px 12px; margin: 20px 0 24px; }
  .pub-features span { align-items: flex-start; font-size: 14.5px; line-height: 1.35; }
  .pub-features svg { width: 19px; height: 19px; }
  .footer-main { gap: 22px; }
  .offer-grid { grid-template-columns: 1fr; }
  .lightbox-arrow { width: 44px; height: 44px; font-size: 34px; }
  .lightbox-prev { left: 10px; }
  .lightbox-next { right: 10px; }
  .cookie-bar { flex-direction: column; align-items: stretch; bottom: 74px; }
  .mobile-call {
    position: fixed;
    z-index: 60;
    left: 12px;
    right: 12px;
    bottom: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    border-radius: 4px;
    background: linear-gradient(135deg, var(--gold-2), var(--gold));
    color: #fff;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    box-shadow: 0 16px 38px rgba(6, 28, 52, .24);
  }
  body { padding-bottom: 72px; }
}

@media (max-width: 360px) {
  .gallery-grid { grid-template-columns: 1fr; }
  .direct-cta-card-actions { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
  .reveal { opacity: 1; transform: none; }
}
.logo-image {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.logo-image img {
  display: block;
  width: auto;
  height: 100px;
  max-width: 180px;
  object-fit: contain;
}

.footer-brand .logo-image img {
  height: 100px;
}

.logo-image span,
.logo-image strong,
.logo-image i {
  display: none !important;
}

@media (max-width: 768px) {
  .logo-image img {
    height: 34px;
    max-width: 150px;
  }

  .footer-brand .logo-image img {
    height: 44px;
  }
}