:root {
  --red: #003b95;
  --red-deep: #001d49;
  --gold: #d6b36a;
  --dark: #070b12;
  --ivory: #f4f8ff;
  --cream: #eaf2ff;
  --muted: rgba(244, 248, 255, 0.72);
  --line: rgba(244, 248, 255, 0.18);
  --gold-line: rgba(214, 179, 106, 0.42);
  --glass: rgba(7, 11, 18, 0.58);
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.38);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--dark);
  color: var(--ivory);
  font-family: "Calibri", "Segoe UI", Arial, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Calibri", "Segoe UI", Arial, sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select {
  font: inherit;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 20;
  transition: background 240ms ease, box-shadow 240ms ease;
}

.site-header.is-scrolled {
  background: rgba(7, 11, 18, 0.84);
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.26);
  backdrop-filter: blur(18px);
}

.top-bar {
  min-height: 38px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 20px;
  padding: 0 42px;
  background: rgba(0, 18, 45, 0.88);
  border-bottom: 1px solid rgba(214, 179, 106, 0.22);
  color: rgba(244, 248, 255, 0.78);
  font-size: 12px;
  letter-spacing: 0.02em;
}


.booking-whatsapp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 18px;
  border-radius: 15px;
  border: 0;
  background: linear-gradient(135deg, #0a43a6, #1d66d6);
  color: var(--ivory);
  font-family: "Calibri", "Segoe UI", Arial, sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.04em;
  cursor: pointer;
  text-decoration: none;
  white-space: nowrap;
}

.booking-whatsapp-btn:hover {
  background: linear-gradient(135deg, #0c4ec2, #2a76ea);
}
.top-bar__group {
  display: flex;
  align-items: center;
  gap: 18px;
  min-width: 0;
}

.top-bar__group--right {
  justify-content: flex-end;
}

.top-bar__group a {
  transition: color 180ms ease;
}

.top-bar__group a:hover {
  color: var(--gold);
}

.top-item {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  white-space: nowrap;
}

.top-item svg {
  width: 14px;
  height: 14px;
  fill: none;
  stroke: var(--gold);
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.top-bar__welcome {
  margin: 0;
  text-align: center;
  color: rgba(244, 248, 255, 0.84);
  white-space: nowrap;
}

.top-divider {
  width: 1px;
  height: 14px;
  background: var(--gold-line);
}

.navbar {
  width: min(1480px, calc(100% - 64px));
  min-height: 86px;
  margin: 16px auto 0;
  padding: 0 18px 0 24px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 26px;
  background: rgba(7, 11, 18, 0.48);
  border: 1px solid rgba(244, 248, 255, 0.12);
  border-radius: 999px;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(18px);
}

.logo {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  min-width: max-content;
}

.logo__mark {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(214, 179, 106, 0.62);
  border-radius: 50%;
  background:
    radial-gradient(circle at 32% 22%, rgba(255, 244, 204, 0.44), transparent 31%),
    linear-gradient(145deg, rgba(0, 59, 149, 0.98), rgba(0, 29, 73, 0.96));
  box-shadow:
    inset 0 0 0 4px rgba(244, 248, 255, 0.05),
    inset 0 0 0 7px rgba(214, 179, 106, 0.1),
    0 14px 32px rgba(0, 0, 0, 0.28);
}

.logo__mark svg {
  width: 42px;
  height: 42px;
  display: block;
}

.logo__crown,
.logo__shield {
  fill: rgba(214, 179, 106, 0.96);
}

.logo__shield {
  fill: rgba(244, 248, 255, 0.08);
  stroke: rgba(214, 179, 106, 0.94);
  stroke-width: 1.5;
}

.logo__letter {
  fill: var(--gold);
}

.logo strong {
  display: block;
  color: var(--ivory);
  font-family: "Calibri", "Segoe UI", Arial, sans-serif;
  font-size: 26px;
  line-height: 0.9;
  letter-spacing: 0.04em;
}

.logo small {
  display: block;
  margin-top: 5px;
  color: var(--gold);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.26em;
  text-transform: uppercase;
}

.nav-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(12px, 1.45vw, 24px);
  min-width: 0;
}

.nav-menu a {
  position: relative;
  color: rgba(244, 248, 255, 0.82);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
  transition: color 180ms ease;
}

.nav-menu a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -9px;
  width: 100%;
  height: 1px;
  background: var(--gold);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 220ms ease;
}

.nav-menu a:hover {
  color: var(--ivory);
}

.nav-menu a:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: max-content;
}

.icon-button,
.language-button {
  border: 1px solid rgba(244, 248, 255, 0.18);
  background: rgba(244, 248, 255, 0.06);
  color: var(--ivory);
  cursor: pointer;
  transition: background 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.icon-button {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
}

.icon-button svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
}

.language-button {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  font-size: 12px;
  font-weight: 700;
}

.book-button,
.explore-button,
.booking-panel button,
.section-heading a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-weight: 800;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease, border-color 180ms ease;
}

.book-button {
  min-height: 48px;
  padding: 0 24px;
  background: var(--cream);
  color: var(--red);
  box-shadow: 0 10px 30px rgba(234, 242, 255, 0.12);
}

.book-button:hover,
.explore-button:hover {
  background: var(--red);
  color: var(--ivory);
  transform: translateY(-2px);
}

.icon-button:hover,
.language-button:hover {
  border-color: var(--gold-line);
  background: rgba(214, 179, 106, 0.16);
  transform: translateY(-1px);
}

.hero {
  position: relative;
  min-height: 100svh;
  display: grid;
  place-items: center;
  overflow: hidden;
  isolation: isolate;
  padding: 190px 24px 118px;
}

.hero__image,
.hero__overlay,
.hero__glow {
  position: absolute;
  inset: 0;
  z-index: -3;
}

.hero__image {
  background-image: var(--hero-image, url("assets/hero-building-night.jpg"));
  background-position: var(--hero-position, center);
  background-size: var(--hero-size, cover);
  background-repeat: no-repeat;
  background-color: #061635;
  transform: none;
  filter: saturate(0.92) contrast(1.08) brightness(0.72);
  transition: opacity 180ms ease, filter 260ms ease;
}

.hero__image.is-changing {
  opacity: 0.72;
}

.hero__overlay {
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(7, 11, 18, 0.7), rgba(0, 59, 149, 0.38), rgba(7, 11, 18, 0.78)),
    linear-gradient(180deg, rgba(7, 11, 18, 0.74) 0%, rgba(7, 11, 18, 0.2) 46%, rgba(7, 11, 18, 0.82) 100%);
}

.hero__glow {
  z-index: -1;
  background:
    radial-gradient(circle at 15% 72%, rgba(0, 59, 149, 0.62), transparent 28%),
    radial-gradient(circle at 82% 30%, rgba(214, 179, 106, 0.18), transparent 25%);
  mix-blend-mode: screen;
}

.hero__content {
  position: relative;
  width: min(980px, 100%);
  text-align: center;
  margin-top: 16px;
}

.hero__content::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 49%;
  width: min(760px, 88vw);
  height: min(310px, 42vw);
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(244, 248, 255, 0.2) 0%, rgba(214, 179, 106, 0.18) 28%, rgba(0, 59, 149, 0.16) 52%, transparent 72%);
  filter: blur(26px);
  opacity: 0.72;
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: -1;
}

.script-title {
  margin: 0 0 8px;
  color: var(--gold);
  font-family: "Calibri", "Segoe UI", Arial, sans-serif;
  font-size: clamp(34px, 4vw, 62px);
  line-height: 1;
  text-shadow:
    0 0 18px rgba(214, 179, 106, 0.34),
    0 8px 20px rgba(0, 0, 0, 0.34);
}

h1 {
  margin: 0;
  font-family: "Calibri", "Segoe UI", Arial, sans-serif;
  font-size: clamp(56px, 8vw, 128px);
  line-height: 0.84;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-shadow:
    0 0 18px rgba(244, 248, 255, 0.22),
    0 0 44px rgba(214, 179, 106, 0.18),
    0 18px 38px rgba(0, 0, 0, 0.42);
}

h1 span {
  display: block;
}

.hero__copy {
  max-width: 650px;
  margin: 28px auto 0;
  color: rgba(244, 248, 255, 0.78);
  font-size: clamp(15px, 1.5vw, 18px);
  line-height: 1.8;
}

.explore-button {
  gap: 14px;
  margin-top: 34px;
  padding: 8px 26px 8px 8px;
  min-height: 58px;
  background: var(--cream);
  color: var(--red);
}

.explore-button span {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(0, 59, 149, 0.1);
}

.explore-button svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.slider-arrow {
  position: absolute;
  top: 51%;
  z-index: 3;
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(244, 248, 255, 0.24);
  border-radius: 50%;
  background: rgba(7, 11, 18, 0.18);
  color: rgba(244, 248, 255, 0.86);
  cursor: pointer;
  backdrop-filter: blur(10px);
  transition: border-color 180ms ease, background 180ms ease, transform 180ms ease;
}

.slider-arrow--left {
  left: 44px;
}

.slider-arrow--right {
  right: 44px;
}

.slider-arrow svg {
  width: 27px;
  height: 27px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.35;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.slider-arrow:hover {
  border-color: var(--gold-line);
  background: rgba(0, 59, 149, 0.32);
  transform: translateY(-2px);
}

.vertical-note {
  position: absolute;
  right: 28px;
  top: 47%;
  z-index: 3;
  margin: 0;
  color: rgba(244, 248, 255, 0.48);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  writing-mode: vertical-rl;
}

.vertical-note::before {
  content: "";
  width: 1px;
  height: 64px;
  display: inline-block;
  margin-bottom: 16px;
  background: var(--gold);
}

.feature-strip {
  position: absolute;
  left: 50%;
  bottom: 126px;
  z-index: 3;
  display: flex;
  gap: 0;
  transform: translateX(-50%);
  color: rgba(244, 248, 255, 0.78);
  font-family: "Calibri", "Segoe UI", Arial, sans-serif;
  font-size: 17px;
  letter-spacing: 0.08em;
  white-space: nowrap;
}

.feature-strip span {
  padding: 0 22px;
  border-right: 1px solid var(--gold-line);
}

.feature-strip span:first-child {
  border-left: 1px solid var(--gold-line);
}

.booking-panel {
  position: absolute;
  left: 50%;
  bottom: 12px;
  z-index: 4;
  width: min(1280px, calc(100% - 56px));
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr)) auto;
  align-items: end;
  gap: 12px;
  padding: 18px;
  border: 1px solid rgba(244, 248, 255, 0.16);
  border-radius: 24px;
  background: rgba(234, 242, 255, 0.13);
  box-shadow: var(--shadow);
  backdrop-filter: blur(22px);
  transform: translateX(-50%);
}

.booking-panel label {
  display: grid;
  gap: 8px;
}

.booking-note {
  grid-column: 1 / -1;
  margin: 0;
  color: #061635;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.4;
}

.room-choice-field {
  gap: 8px;
}

.room-choice-group {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.room-choice-btn {
  border: 1px solid rgba(0, 59, 149, 0.16);
  border-radius: 999px;
  padding: 6px 10px;
  background: #f4f8ff;
  color: #003b95;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.02em;
  cursor: pointer;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.room-choice-btn:hover {
  transform: translateY(-1px);
}

.room-choice-btn.is-active {
  background: #003b95;
  color: #ffffff;
}

.booking-panel span {
  color: rgba(244, 248, 255, 0.72);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.booking-panel input,
.booking-panel select {
  width: 100%;
  min-height: 50px;
  border: 1px solid rgba(244, 248, 255, 0.14);
  border-radius: 15px;
  outline: none;
  background: rgba(7, 11, 18, 0.46);
  color: var(--ivory);
  padding: 0 14px;
}

.booking-panel input::placeholder {
  color: rgba(244, 248, 255, 0.42);
}

.booking-panel input:focus,
.booking-panel select:focus {
  border-color: var(--gold);
}

.booking-panel button {
  min-height: 50px;
  border: 0;
  padding: 0 24px;
  background: var(--red);
  color: var(--ivory);
  cursor: pointer;
  white-space: nowrap;
  box-shadow: 0 14px 30px rgba(0, 59, 149, 0.32);
}

.booking-panel button:hover {
  background: var(--cream);
  color: var(--red);
  transform: translateY(-2px);
}

.about-section {
  position: relative;
  padding: 120px clamp(22px, 5vw, 72px) 112px;
  background:
    radial-gradient(circle at 18% 18%, rgba(0, 59, 149, 0.22), transparent 30%),
    radial-gradient(circle at 84% 12%, rgba(214, 179, 106, 0.12), transparent 24%),
    linear-gradient(180deg, #030914 0%, #061126 100%);
  overflow: hidden;
}

.about-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(214, 179, 106, 0.08), transparent 30%, rgba(0, 59, 149, 0.08)),
    radial-gradient(circle at 50% 0%, rgba(0, 59, 149, 0.24), transparent 18%);
  opacity: 0.75;
}

.about-section__script {
  position: relative;
  width: min(1240px, 100%);
  margin: 0 auto 18px;
  color: var(--gold);
  font-family: "Calibri", "Segoe UI", Arial, sans-serif;
  font-size: clamp(26px, 2.6vw, 42px);
  line-height: 1;
}

.about-section__grid {
  position: relative;
  width: min(1240px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.95fr 1.35fr;
  gap: 18px;
}

.about-panel {
  min-height: 100%;
  border: 1px solid rgba(244, 248, 255, 0.12);
  border-radius: 28px;
  background: rgba(244, 248, 255, 0.03);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.about-panel--brand {
  padding: 28px;
}

.about-panel--elegance {
  display: grid;
  gap: 22px;
  padding: 30px;
  background:
    linear-gradient(180deg, rgba(0, 59, 149, 0.12), rgba(244, 248, 255, 0.03)),
    rgba(244, 248, 255, 0.03);
}

.about-mark {
  position: relative;
  width: 76px;
  height: 76px;
  display: grid;
  place-items: center;
  margin-bottom: 24px;
  border-radius: 50%;
  border: 1px solid rgba(214, 179, 106, 0.62);
  background:
    radial-gradient(circle at 35% 25%, rgba(255, 244, 204, 0.34), transparent 30%),
    linear-gradient(145deg, rgba(0, 59, 149, 0.94), rgba(0, 29, 73, 0.96));
  color: var(--gold);
  font-family: "Calibri", "Segoe UI", Arial, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  box-shadow:
    inset 0 0 0 5px rgba(244, 248, 255, 0.045),
    inset 0 0 0 9px rgba(214, 179, 106, 0.08),
    0 18px 44px rgba(0, 0, 0, 0.28);
  text-shadow: 0 2px 14px rgba(214, 179, 106, 0.28);
}

.about-mark::before {
  content: "";
  position: absolute;
  top: 11px;
  left: 50%;
  width: 26px;
  height: 11px;
  background: linear-gradient(180deg, #f1d993, #b88a33);
  clip-path: polygon(0 100%, 0 38%, 22% 70%, 50% 0, 78% 70%, 100% 38%, 100% 100%);
  transform: translateX(-50%);
}

.about-copy {
  margin: 0;
  color: var(--ivory);
  font-size: 1.02rem;
  line-height: 1.9;
}

.about-rating {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 24px 0;
}

.about-rating div {
  padding: 16px 18px;
  border-radius: 18px;
  border: 1px solid rgba(214, 179, 106, 0.24);
  background: rgba(244, 248, 255, 0.04);
}

.about-rating strong {
  display: block;
  color: var(--ivory);
  font-family: "Calibri", "Segoe UI", Arial, sans-serif;
  font-size: 1.8rem;
  line-height: 1;
}

.about-rating span {
  display: block;
  margin-top: 6px;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.about-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--ivory);
  font-weight: 700;
}

.about-link span {
  position: relative;
  padding-bottom: 4px;
}

.about-link span::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: var(--gold-line);
}

.about-link svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: var(--gold);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.about-panel__kicker {
  margin: 0;
  color: var(--gold);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.about-panel__detail h2 {
  margin: 12px 0 14px;
  max-width: 13ch;
  color: var(--ivory);
  font-family: "Calibri", "Segoe UI", Arial, sans-serif;
  font-size: clamp(2.8rem, 4.3vw, 4.8rem);
  line-height: 0.9;
}

.about-panel__detail p:last-child {
  max-width: 58ch;
  margin: 0;
  color: var(--muted);
  line-height: 1.85;
}

.about-panel__media {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 18px;
  align-items: center;
}

.about-slider {
  position: relative;
  width: 100%;
}

.about-photo {
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  border: 1px solid rgba(214, 179, 106, 0.28);
  background-image:
    linear-gradient(180deg, rgba(3, 9, 20, 0.08), rgba(3, 9, 20, 0.46)),
    var(--about-image, url("assets/about-lobby.jpg"));
  background-size: cover;
  background-position: center;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.34);
  transition: opacity 180ms ease, filter 180ms ease;
}

.about-photo.is-changing {
  opacity: 0.72;
  filter: saturate(0.92);
}

.about-slider__arrow {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(244, 248, 255, 0.55);
  border-radius: 50%;
  background: rgba(0, 29, 73, 0.76);
  color: #ffffff;
  box-shadow: 0 12px 28px rgba(0, 29, 73, 0.24);
  cursor: pointer;
  transform: translateY(-50%);
  transition: background 180ms ease, transform 180ms ease;
}

.about-slider__arrow span {
  display: block;
  margin-top: -2px;
  font-size: 34px;
  line-height: 1;
}

.about-slider__arrow:hover {
  background: rgba(0, 59, 149, 0.9);
  transform: translateY(-50%) scale(1.04);
}

.about-slider__arrow--prev {
  left: -10px;
}

.about-slider__arrow--next {
  right: -10px;
}

.about-features {
  display: grid;
  gap: 12px;
}

.about-feature-card {
  min-height: 78px;
  display: flex;
  align-items: center;
  padding: 18px;
  border-radius: 18px;
  border: 1px solid rgba(214, 179, 106, 0.28);
  background: rgba(244, 248, 255, 0.04);
}

.about-feature-card span {
  color: var(--ivory);
  font-size: 0.98rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.amenities-section {
  padding: 104px clamp(22px, 5vw, 72px);
  background:
    radial-gradient(circle at 15% 0%, rgba(214, 179, 106, 0.12), transparent 24%),
    linear-gradient(180deg, #061126 0%, #030914 100%);
}

.amenities-heading {
  width: min(1240px, 100%);
  margin: 0 auto 34px;
  display: grid;
  gap: 14px;
}

.amenities-heading .section-kicker {
  margin: 0;
}

.amenities-heading h2 {
  max-width: 820px;
  margin: 0;
  color: var(--ivory);
  font-family: "Calibri", "Segoe UI", Arial, sans-serif;
  font-size: clamp(38px, 4.4vw, 70px);
  line-height: 0.98;
  font-weight: 600;
}

.amenities-heading p:last-child {
  max-width: 760px;
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.8;
}

.amenities-grid {
  width: min(1240px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.amenity-card {
  min-height: 230px;
  padding: 24px;
  border: 1px solid rgba(214, 179, 106, 0.22);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(244, 248, 255, 0.055), rgba(244, 248, 255, 0.025)),
    rgba(0, 59, 149, 0.08);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.18);
}

.amenity-card__icon {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  margin-bottom: 28px;
  border: 1px solid rgba(214, 179, 106, 0.44);
  border-radius: 50%;
  background: rgba(214, 179, 106, 0.08);
  color: var(--gold);
}

.amenity-card__icon svg {
  width: 25px;
  height: 25px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.amenity-card h3 {
  margin: 0;
  color: var(--ivory);
  font-family: "Calibri", "Segoe UI", Arial, sans-serif;
  font-size: 30px;
  line-height: 1;
}

.amenity-card p {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.75;
}

.rooms-preview {
  padding: 104px clamp(22px, 5vw, 72px) 86px;
  background:
    linear-gradient(180deg, #061126 0%, #003b95 44%, var(--cream) 44%, var(--cream) 100%);
  color: var(--dark);
}

.section-kicker {
  width: min(1240px, 100%);
  margin: 0 auto 14px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.section-heading {
  width: min(1240px, 100%);
  margin: 0 auto 34px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
  color: var(--ivory);
}

.section-heading h2 {
  max-width: 760px;
  margin: 0;
  font-family: "Calibri", "Segoe UI", Arial, sans-serif;
  font-size: clamp(39px, 4.5vw, 72px);
  line-height: 1;
  font-weight: 600;
}

.section-heading p {
  max-width: 600px;
  margin: 16px 0 0;
  color: rgba(244, 248, 255, 0.68);
  font-size: 15px;
  line-height: 1.7;
}

.section-heading a {
  min-height: 46px;
  padding: 0 22px;
  border: 1px solid var(--gold-line);
  color: var(--ivory);
  white-space: nowrap;
}

.section-heading a:hover {
  background: var(--gold);
  color: var(--dark);
}

.room-tabs {
  width: min(1240px, 100%);
  margin: 0 auto 24px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.room-tab {
  border: 1px solid rgba(0, 59, 149, 0.16);
  border-radius: 999px;
  padding: 10px 18px;
  background: #ffffff;
  color: #003b95;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.room-tab:hover {
  transform: translateY(-1px);
}

.room-tab.is-active {
  background: #003b95;
  color: #ffffff;
  box-shadow: 0 12px 24px rgba(0, 59, 149, 0.16);
}

.room-grid {
  width: min(1240px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.room-grid--details .room-card {
  min-height: 470px;
}

.room-card {
  position: relative;
  min-height: 390px;
  overflow: hidden;
  border-radius: 8px;
  background: var(--dark);
  box-shadow: 0 28px 70px rgba(7, 11, 18, 0.18);
}

.room-card[role="button"] {
  cursor: pointer;
}

.room-card[role="button"]:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 3px;
}

.room-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 500ms ease;
  cursor: zoom-in;
}

.room-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 24%, rgba(7, 11, 18, 0.82) 100%);
}

.room-card div {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  z-index: 2;
  color: var(--ivory);
}

.room-card p {
  margin: 0 0 8px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.room-card h3 {
  margin: 0;
  font-family: "Calibri", "Segoe UI", Arial, sans-serif;
  font-size: 31px;
  line-height: 1;
}

.room-card ul {
  display: grid;
  gap: 7px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
  color: rgba(244, 248, 255, 0.84);
  font-size: 13px;
  line-height: 1.45;
}

.room-card li {
  position: relative;
  padding-left: 16px;
}

.room-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 12px rgba(214, 179, 106, 0.54);
}

.room-card.is-hidden {
  display: none;
}

.room-card:hover img {
  transform: scale(1.06);
}

.image-lightbox {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgba(7, 11, 18, 0.88);
  backdrop-filter: blur(10px);
}

.image-lightbox.is-open {
  display: flex;
}

.image-lightbox__nav {
  position: absolute;
  top: 50%;
  width: 54px;
  height: 54px;
  margin-top: -27px;
  border: 0;
  border-radius: 50%;
  background: rgba(244, 248, 255, 0.12);
  color: var(--ivory);
  font-size: 34px;
  line-height: 1;
  cursor: pointer;
  transition: background 180ms ease, transform 180ms ease;
}

.image-lightbox__nav:hover {
  background: rgba(244, 248, 255, 0.2);
  transform: translateY(-1px);
}

.image-lightbox__nav:disabled {
  opacity: 0.35;
  cursor: default;
}

.image-lightbox__nav--prev {
  left: 18px;
}

.image-lightbox__nav--next {
  right: 18px;
}

.image-lightbox__image {
  max-width: min(1100px, 96vw);
  max-height: 88vh;
  border-radius: 18px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.48);
  object-fit: contain;
}

.image-lightbox__close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 46px;
  height: 46px;
  border: 0;
  border-radius: 50%;
  background: rgba(244, 248, 255, 0.12);
  color: var(--ivory);
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
}

.image-lightbox__close:hover {
  background: rgba(244, 248, 255, 0.2);
}

.contact-section {
  padding: 86px clamp(22px, 5vw, 72px) 96px;
  background: var(--cream);
  color: var(--dark);
}

.contact-section__inner {
  width: min(1240px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 32px;
  align-items: end;
}

.contact-section .section-kicker {
  margin: 0 0 12px;
  color: var(--red);
}

.contact-section h2 {
  margin-top: 0;
  margin-bottom: 12px;
  font-family: "Calibri", "Segoe UI", Arial, sans-serif;
  font-size: clamp(38px, 4.5vw, 66px);
  line-height: 1;
}

.contact-section p {
  max-width: 760px;
  margin-top: 0;
  margin-bottom: 0;
  color: rgba(7, 11, 18, 0.72);
  line-height: 1.8;
}

.contact-list {
  display: grid;
  gap: 10px;
  justify-items: end;
}

.contact-list a {
  width: min(100%, 360px);
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(0, 59, 149, 0.18);
  border-radius: 999px;
  background: rgba(0, 59, 149, 0.06);
  color: var(--red);
  font-weight: 800;
  letter-spacing: 0.04em;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.contact-list a:hover {
  background: var(--red);
  color: var(--ivory);
  transform: translateY(-2px);
}

@media (max-width: 1180px) {
  .top-bar {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 9px 24px;
    text-align: center;
  }

  .top-bar__group {
    justify-content: center;
  }

  .top-bar__group--right,
  .top-item--optional {
    display: none;
  }

  .navbar {
    width: min(940px, calc(100% - 32px));
    grid-template-columns: 1fr;
    min-height: 74px;
    padding: 18px;
    border-radius: 28px;
    gap: 14px;
  }

  .nav-menu {
    width: 100%;
    justify-content: flex-start;
    gap: 10px;
    overflow-x: auto;
    padding: 4px 2px 2px;
    scrollbar-width: none;
  }

  .nav-menu a {
    min-height: 38px;
    display: inline-flex;
    align-items: center;
    padding: 0 14px;
    border: 1px solid rgba(214, 179, 106, 0.2);
    border-radius: 999px;
    background: rgba(244, 248, 255, 0.05);
  }

  .nav-menu a::after {
    display: none;
  }

  .nav-actions {
    position: absolute;
    top: 18px;
    right: 18px;
  }

  .booking-panel {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .booking-panel button {
    grid-column: 1 / -1;
  }

  .about-section__grid {
    grid-template-columns: 1fr;
  }

  .about-panel--brand {
    order: 1;
  }

  .about-panel--elegance {
    order: 2;
  }

  .about-panel__media {
    grid-template-columns: 1fr 1fr;
  }

  .amenities-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .top-bar {
    min-height: 34px;
    padding: 8px 14px;
  }

  .top-bar__welcome {
    font-size: 11px;
    white-space: normal;
  }

  .navbar {
    width: calc(100% - 24px);
    min-height: 66px;
    margin-top: 10px;
    padding: 14px;
    gap: 12px;
  }

  .logo__mark {
    width: 46px;
    height: 46px;
  }

  .logo__mark svg {
    width: 35px;
    height: 35px;
  }

  .logo strong {
    font-size: 23px;
  }

  .logo small {
    font-size: 8px;
  }

  .nav-menu {
    grid-row: 2;
    margin-top: 2px;
  }

  .nav-menu a {
    min-height: 36px;
    padding: 0 12px;
    font-size: 11px;
  }

  .nav-actions .icon-button,
  .nav-actions .language-button {
    display: none;
  }

  .nav-actions {
    top: 16px;
    right: 14px;
  }

  .book-button {
    min-height: 42px;
    padding: 0 15px;
    font-size: 12px;
  }

  .hero {
    min-height: auto;
    padding: 210px 18px 32px;
    display: block;
  }

  .hero__content {
    margin: 0 auto;
    padding-top: 20px;
  }

  h1 {
    font-size: clamp(42px, 13vw, 62px);
    line-height: 0.92;
    letter-spacing: 0.04em;
  }

  .hero__copy {
    margin-top: 22px;
  }

  .slider-arrow,
  .vertical-note {
    display: none;
  }

  .feature-strip {
    position: relative;
    left: auto;
    bottom: auto;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 10px;
    margin: 34px auto 22px;
    transform: none;
    font-size: 15px;
  }

  .feature-strip span {
    padding: 0 14px;
  }

  .about-section {
    padding: 92px 18px 88px;
  }

  .about-section__script {
    font-size: 28px;
  }

  .about-panel--brand,
  .about-panel--story,
  .about-panel--elegance {
    padding: 22px;
  }

  .about-panel__media {
    grid-template-columns: 1fr;
  }

  .about-photo {
    max-width: 280px;
  }

  .amenities-section {
    padding: 78px 18px;
  }

  .amenities-grid {
    grid-template-columns: 1fr;
  }

  .amenity-card {
    min-height: 0;
  }

  .booking-panel {
    position: relative;
    left: auto;
    bottom: auto;
    width: 100%;
    grid-template-columns: 1fr;
    transform: none;
    border-radius: 20px;
    background: rgba(7, 11, 18, 0.72);
  }

  .rooms-preview {
    padding-top: 66px;
    background:
      linear-gradient(180deg, #061126 0%, #003b95 34%, var(--cream) 34%, var(--cream) 100%);
  }

  .section-heading {
    display: grid;
    align-items: start;
  }

  .room-grid {
    grid-template-columns: 1fr;
  }

  .room-card {
    min-height: 330px;
  }

  .room-grid--details .room-card {
    min-height: 430px;
  }

  .contact-section {
    padding: 70px 18px 78px;
  }

  .contact-section__inner {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .contact-list {
    justify-items: stretch;
  }

  .contact-list a {
    width: 100%;
  }
}

@media (max-width: 430px) {
  .navbar {
    grid-template-columns: 1fr;
  }

  .book-button {
    display: none;
  }

  .hero {
    padding-top: 210px;
  }

  .script-title {
    font-size: 36px;
  }
}

/* Reference-inspired refresh: crisp white surfaces, deep hotel navy, laurel monogram. */
:root {
  --red: #003b95;
  --red-deep: #002763;
  --gold: #0b3f9a;
  --dark: #061635;
  --ivory: #ffffff;
  --cream: #f5f8fd;
  --muted: rgba(6, 22, 53, 0.68);
  --line: rgba(0, 59, 149, 0.14);
  --gold-line: rgba(0, 59, 149, 0.22);
  --glass: rgba(255, 255, 255, 0.92);
  --shadow: 0 18px 44px rgba(0, 35, 89, 0.14);
}

body {
  background: #ffffff;
  color: var(--dark);
}

.site-header {
  background: #ffffff;
  box-shadow: 0 4px 22px rgba(0, 35, 89, 0.1);
}

.site-header.is-scrolled {
  background: #ffffff;
  box-shadow: 0 8px 28px rgba(0, 35, 89, 0.14);
}

.top-bar {
  min-height: 36px;
  padding: 0 clamp(22px, 4vw, 68px);
  background: linear-gradient(90deg, #002763 0%, #003b95 52%, #0048ad 100%);
  border-bottom: 0;
  color: #ffffff;
}

.top-item svg {
  stroke: #ffffff;
}

.top-bar__group a:hover {
  color: #dbe9ff;
}

.top-divider {
  background: rgba(255, 255, 255, 0.34);
}

.navbar {
  width: 100%;
  min-height: 96px;
  margin: 0;
  padding: 0 clamp(26px, 4vw, 72px);
  grid-template-columns: auto 1fr auto;
  gap: clamp(22px, 4vw, 64px);
  background:
    linear-gradient(90deg, rgba(234, 242, 255, 0.96) 0%, rgba(255, 252, 237, 0.92) 46%, rgba(234, 242, 255, 0.98) 100%);
  border: 0;
  border-bottom: 1px solid rgba(214, 179, 106, 0.32);
  border-radius: 0;
  box-shadow: 0 10px 28px rgba(0, 29, 73, 0.08);
  backdrop-filter: none;
}

.logo {
  gap: 12px;
}

.logo__mark {
  width: 62px;
  height: 62px;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.logo__mark svg {
  width: 62px;
  height: 62px;
}

.logo__laurel,
.logo__ring {
  fill: none;
  stroke: #14254a;
  stroke-width: 2.15;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.logo__crown {
  fill: #14254a;
}

.logo__letter {
  fill: #14254a;
  font-family: "Calibri", "Segoe UI", Arial, sans-serif;
  font-size: 44px;
  font-weight: 700;
}

.logo strong {
  color: #14254a;
  font-size: clamp(24px, 2vw, 30px);
  font-weight: 600;
  line-height: 0.92;
  letter-spacing: 0.04em;
}

.logo small {
  margin-top: 8px;
  color: #123d8c;
  font-size: 9px;
  letter-spacing: 0.5em;
  text-align: center;
}

.nav-menu {
  justify-content: center;
  gap: clamp(22px, 3vw, 46px);
}

.nav-menu a {
  color: #001d49;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: none;
}

.nav-menu a::after {
  bottom: -18px;
  height: 3px;
  background: linear-gradient(90deg, #003b95, #d6b36a);
}

.nav-menu a:hover {
  color: #003b95;
}

.icon-button {
  display: none;
}

.book-button {
  min-height: 56px;
  padding: 0 28px;
  border-radius: 8px;
  background: #003b95;
  color: #ffffff;
  box-shadow: 0 10px 22px rgba(0, 59, 149, 0.22);
  text-transform: uppercase;
}

.book-button:hover,
.explore-button:hover {
  background: #002763;
  color: #ffffff;
}

.hero {
  min-height: 640px;
  place-items: end start;
  padding: 210px clamp(28px, 5vw, 76px) 24px;
  background: #061635;
}

.hero__image {
  background-image: var(--hero-image, url("assets/hero-building-night.jpg"));
  filter: saturate(0.95) contrast(1.02) brightness(0.95);
}

.hero__overlay {
  background:
    linear-gradient(90deg, rgba(4, 21, 50, 0.98) 0%, rgba(4, 21, 50, 0.74) 29%, rgba(4, 21, 50, 0.18) 60%, rgba(4, 21, 50, 0.06) 100%),
    linear-gradient(180deg, rgba(4, 21, 50, 0.08) 0%, rgba(4, 21, 50, 0.34) 100%);
}

.hero__glow,
.vertical-note,
.slider-arrow {
  display: none;
}

.hero__content {
  width: min(690px, 100%);
  margin: 0 0 250px;
  text-align: left;
}

.hero__content::before {
  display: none;
}

.script-title {
  display: none;
}

h1 {
  color: #ffffff;
  font-size: clamp(52px, 5.7vw, 86px);
  line-height: 0.98;
  letter-spacing: 0;
  text-transform: none;
  text-shadow: 0 12px 34px rgba(0, 0, 0, 0.38);
}

.hero__content h1::after {
  content: "";
  display: block;
  width: 72px;
  height: 3px;
  margin: 18px 0 0;
  background: #0c55c7;
}

.hero__copy {
  max-width: 570px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 16px;
  line-height: 1.75;
}

.explore-button,
.feature-strip {
  display: none;
}

.booking-panel {
  bottom: 22px;
  width: min(940px, calc(100% - 56px));
  grid-template-columns: repeat(3, minmax(0, 1fr)) auto;
  gap: 16px;
  padding: 18px 20px;
  border: 0;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 20px 48px rgba(0, 21, 55, 0.24);
  backdrop-filter: blur(14px);
}

.booking-panel label:nth-of-type(4),
.booking-panel label:nth-of-type(5) {
  display: none;
}

.booking-panel span {
  color: #003b95;
  font-size: 13px;
  letter-spacing: 0;
  text-transform: none;
}

.booking-panel input,
.booking-panel select {
  min-height: 48px;
  border: 1px solid rgba(0, 59, 149, 0.16);
  border-radius: 7px;
  background: #ffffff;
  color: #061635;
}

.booking-panel button {
  min-height: 56px;
  border-radius: 8px;
  background: #003b95;
  box-shadow: none;
  text-transform: uppercase;
}

.booking-panel > button {
  grid-column: 1 / -1;
  width: 100%;
}

.about-section,
.amenities-section,
.rooms-preview,
.contact-section {
  background: #ffffff;
  color: #061635;
}

.about-section {
  padding: 44px clamp(22px, 5vw, 72px) 54px;
}

.about-section::before {
  display: none;
}

.about-section__script {
  display: none;
}

.about-section__grid {
  grid-template-columns: 1fr 1.25fr;
  align-items: center;
  gap: 48px;
}

.about-panel {
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

.about-panel--brand {
  min-height: 210px;
  padding: 0;
  border-radius: 8px;
  background-image:
    linear-gradient(180deg, rgba(6, 22, 53, 0.04), rgba(6, 22, 53, 0.2)),
    url("https://images.unsplash.com/photo-1551882547-ff40c63fe5fa?auto=format&fit=crop&w=1200&q=85");
  background-size: cover;
  background-position: center;
}

.about-mark,
.about-copy,
.about-rating,
.about-link {
  display: none;
}

.about-panel--elegance {
  padding: 0;
  background: transparent;
}

.about-panel__kicker,
.about-panel__media {
  display: none;
}

.about-panel__detail h2,
.amenities-heading h2,
.section-heading h2,
.contact-section h2 {
  color: #061635;
  font-size: clamp(32px, 3.2vw, 46px);
  line-height: 1.1;
}

.about-panel__detail h2 {
  max-width: 100%;
  margin: 0 0 18px;
}

.about-panel__detail h2::after,
.section-heading h2::after,
.amenities-heading h2::after {
  content: "";
  display: block;
  width: 58px;
  height: 3px;
  margin-top: 12px;
  background: #003b95;
}

.about-panel__detail p:last-child,
.amenities-heading p:last-child,
.section-heading p,
.contact-section p {
  color: rgba(6, 22, 53, 0.76);
}

.rooms-preview {
  padding: 30px clamp(22px, 5vw, 72px) 34px;
  background: #f5f8fd;
}

.section-kicker {
  color: #003b95;
  letter-spacing: 0;
  text-align: center;
}

.section-heading {
  width: min(1240px, 100%);
  grid-template-columns: minmax(0, 1fr);
  display: grid;
  place-items: center;
  justify-items: center;
  text-align: center;
  margin-bottom: 24px;
  color: #061635;
}

.section-heading h2 {
  width: min(760px, 100%);
  justify-self: center;
  margin: 0 auto;
  max-width: 760px;
}

.section-heading p {
  width: min(600px, 100%);
  justify-self: center;
  margin: 16px auto 0;
}

.section-heading h2::after {
  margin-left: auto;
  margin-right: auto;
}

.section-heading a {
  display: none;
}

.room-grid {
  grid-template-columns: repeat(6, minmax(150px, 1fr));
  gap: 14px;
}

.room-grid--details .room-card,
.room-card {
  min-height: auto;
  overflow: hidden;
  border: 1px solid rgba(0, 59, 149, 0.12);
  border-radius: 6px;
  background: #ffffff;
  box-shadow: 0 8px 24px rgba(0, 35, 89, 0.12);
}

.room-card img {
  position: relative;
  height: 112px;
  display: block;
}

.room-card::after {
  display: none;
}

.room-card div {
  position: relative;
  left: auto;
  right: auto;
  bottom: auto;
  padding: 12px 12px 14px;
  text-align: center;
  color: #061635;
}

.room-card p {
  margin: 0 0 8px;
  color: rgba(6, 22, 53, 0.7);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
}

.room-card h3 {
  color: #003b95;
  font-size: 19px;
  line-height: 1.05;
}

.room-card ul {
  display: none;
}

.amenities-section {
  padding: 24px clamp(22px, 5vw, 72px);
  border-top: 1px solid rgba(0, 59, 149, 0.08);
  border-bottom: 1px solid rgba(0, 59, 149, 0.08);
}

.amenities-heading {
  display: none;
}

.amenities-grid {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(18px, 4vw, 58px);
  width: min(1240px, 100%);
}

.amenity-card {
  min-height: 0;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.amenity-card__icon {
  width: 38px;
  height: 38px;
  margin: 0;
  border: 0;
  background: transparent;
  color: #003b95;
}

.amenity-card__icon svg {
  width: 32px;
  height: 32px;
  stroke-width: 1.7;
}

.amenity-card h3 {
  color: #061635;
  font-size: 18px;
}

.amenity-card p {
  display: none;
}

.contact-section {
  padding: 0;
}

.contact-section__inner {
  width: 100%;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.9fr);
  gap: 0;
  align-items: stretch;
  background: #f5f8fd;
}

.contact-section__inner > div:first-child {
  padding: 36px clamp(22px, 5vw, 72px);
  background: linear-gradient(125deg, #002763 0%, #003b95 72%, transparent 72.3%);
  color: #ffffff;
}

.contact-section .section-kicker,
.contact-section h2,
.contact-section p {
  color: #ffffff;
}

.contact-list {
  justify-items: stretch;
  padding: 32px clamp(22px, 5vw, 56px);
}

.contact-list a {
  width: 100%;
  border-radius: 6px;
  background: #ffffff;
}

.reviews-section {
  padding: 30px clamp(22px, 5vw, 72px) 34px;
  background: #f5f8fd;
  color: #061635;
}

.reviews-heading {
  width: min(1240px, 100%);
  margin: 0 auto 24px;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  place-items: center;
  justify-items: center;
  text-align: center;
}

.reviews-heading .section-kicker {
  width: max-content;
  justify-self: center;
  margin: 0 auto 14px;
  color: #003b95;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: normal;
  text-transform: uppercase;
}

.reviews-heading h2 {
  width: min(760px, 100%);
  justify-self: center;
  margin: 0 auto;
  color: #061635;
  max-width: 760px;
  font-family: "Calibri", "Segoe UI", Arial, sans-serif;
  font-size: clamp(32px, 3.2vw, 46px);
  font-weight: 600;
  line-height: 1.1;
}

.reviews-heading h2::after {
  content: "";
  display: block;
  width: 58px;
  height: 3px;
  margin: 12px auto 0;
  background: #003b95;
}

.reviews-grid {
  width: min(1240px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.8fr);
  gap: 28px;
  align-items: start;
}

.review-list {
  display: grid;
  gap: 14px;
}

.review-card {
  padding: 22px 24px;
  border: 1px solid rgba(0, 59, 149, 0.12);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 12px 26px rgba(0, 35, 89, 0.08);
}

.review-card--new {
  border-color: rgba(0, 59, 149, 0.28);
}

.review-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.review-card__top strong {
  color: #061635;
}

.review-card__top span {
  color: #d39d18;
  letter-spacing: 0.08em;
  white-space: nowrap;
}

.review-card p {
  margin: 12px 0 0;
  color: rgba(6, 22, 53, 0.74);
  line-height: 1.65;
}

.review-form {
  display: grid;
  gap: 14px;
  padding: 24px;
  border-radius: 8px;
  background: #003b95;
  color: #ffffff;
  box-shadow: 0 18px 38px rgba(0, 35, 89, 0.16);
}

.review-form h3 {
  margin: 0 0 4px;
  color: #ffffff;
  font-size: 24px;
}

.review-form label {
  display: grid;
  gap: 7px;
}

.review-form label span {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.review-form input,
.review-form select,
.review-form textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 6px;
  background: #ffffff;
  color: #061635;
  padding: 12px 13px;
}

.review-form textarea {
  min-height: 118px;
  resize: vertical;
}

.review-form button {
  min-height: 48px;
  border: 0;
  border-radius: 6px;
  background: #ffffff;
  color: #003b95;
  font-weight: 800;
  cursor: pointer;
}

.review-form button:hover {
  background: #eaf2ff;
}

.review-form__status {
  min-height: 18px;
  margin: 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: 12px;
}

@media (max-width: 1180px) {
  .navbar {
    width: 100%;
    grid-template-columns: auto minmax(0, 1fr);
    border-radius: 0;
    padding: 18px 22px;
  }

  .nav-menu {
    justify-content: flex-end;
    gap: clamp(10px, 2vw, 24px);
    overflow-x: auto;
    scrollbar-width: none;
  }

  .nav-menu a {
    background: transparent;
    color: #061635;
  }

  .nav-actions {
    top: 28px;
    right: 22px;
  }

  .room-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .hero {
    min-height: 700px;
    padding: 170px 24px 190px;
    align-items: start;
  }

  .hero__content {
    margin-top: 0;
    text-align: left;
  }
}

@media (max-width: 760px) {
  .top-bar {
    padding: 8px 14px;
  }

  .navbar {
    margin-top: 0;
    grid-template-columns: 1fr;
    padding: 14px;
  }

  .logo__mark,
  .logo__mark svg {
    width: 50px;
    height: 50px;
  }

  .logo strong {
    font-size: 21px;
  }

  .logo small {
    margin-top: 6px;
    font-size: 7px;
    letter-spacing: 0.46em;
  }

  .book-button {
    display: none;
  }

  .hero {
    min-height: 620px;
    padding: 190px 18px 24px;
  }

  .hero__content {
    margin-bottom: 236px;
  }

  h1 {
    font-size: clamp(42px, 12vw, 58px);
  }

  .booking-panel {
    width: calc(100% - 28px);
    grid-template-columns: 1fr;
  }

  .about-section__grid,
  .contact-section__inner {
    grid-template-columns: 1fr;
  }

  .contact-section__inner > div:first-child {
    background: #003b95;
  }

  .room-grid {
    grid-template-columns: 1fr;
  }

  .room-card img {
    height: 190px;
  }

  .amenities-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    justify-items: start;
  }

  .reviews-section {
    padding: 30px 18px 34px;
  }

  .reviews-grid {
    grid-template-columns: 1fr;
  }

  .review-card,
  .review-form {
    padding: 20px;
  }
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  background:
    radial-gradient(circle at 12% 18%, rgba(0, 59, 149, 0.2), transparent 28%),
    radial-gradient(circle at 88% 10%, rgba(40, 111, 220, 0.18), transparent 24%),
    radial-gradient(circle at 78% 72%, rgba(0, 39, 99, 0.16), transparent 30%),
    conic-gradient(from 145deg at 50% 8%, rgba(0, 59, 149, 0.08), transparent 20%, rgba(0, 83, 195, 0.1), transparent 52%, rgba(0, 39, 99, 0.1), transparent 74%),
    linear-gradient(135deg, #ffffff 0%, #f4f8ff 42%, #eef5ff 100%);
  animation: pageAura 14s ease-in-out infinite alternate;
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: 0.42;
  background-image:
    linear-gradient(rgba(0, 59, 149, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 59, 149, 0.045) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(180deg, transparent 0%, #000 18%, #000 78%, transparent 100%);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    radial-gradient(circle at 17% 35%, rgba(38, 111, 221, 0.42), transparent 24%),
    radial-gradient(circle at 62% 18%, rgba(255, 255, 255, 0.22), transparent 18%),
    linear-gradient(120deg, rgba(0, 39, 99, 0.72), transparent 52%);
  mix-blend-mode: screen;
  animation: heroGlowDrift 9s ease-in-out infinite alternate;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    linear-gradient(110deg, transparent 0%, transparent 34%, rgba(255, 255, 255, 0.26) 45%, transparent 56%, transparent 100%),
    linear-gradient(180deg, transparent 48%, rgba(245, 248, 253, 0.2) 100%);
  mix-blend-mode: screen;
  animation: heroLightSweep 7.5s ease-in-out infinite;
}

.about-section,
.rooms-preview,
.amenities-section {
  position: relative;
  overflow: hidden;
}

.about-section::after,
.rooms-preview::before,
.amenities-section::before {
  content: "";
  position: absolute;
  pointer-events: none;
  border-radius: 999px;
  filter: blur(18px);
}

.about-section::after {
  width: 360px;
  height: 360px;
  right: -140px;
  top: -120px;
  background: radial-gradient(circle, rgba(0, 59, 149, 0.12), transparent 68%);
}

.rooms-preview::before {
  width: 520px;
  height: 220px;
  left: 50%;
  top: -96px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.82), rgba(0, 59, 149, 0.12), transparent 72%);
  transform: translateX(-50%);
}

.amenities-section::before {
  width: 420px;
  height: 180px;
  left: -140px;
  top: -80px;
  background: radial-gradient(circle, rgba(0, 59, 149, 0.14), transparent 70%);
}

.room-card,
.booking-panel,
.contact-list a {
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease, filter 220ms ease;
}

.booking-panel {
  position: absolute;
}

.booking-panel::before,
.room-card::before,
.contact-list a::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(115deg, transparent 0%, rgba(255, 255, 255, 0.72) 46%, transparent 58%);
  opacity: 0;
  transform: translateX(-65%);
  transition: opacity 220ms ease, transform 520ms ease;
}

.booking-panel {
  overflow: hidden;
}

.room-card {
  isolation: isolate;
}

.contact-list a {
  position: relative;
  overflow: hidden;
}

.room-card:hover {
  border-color: rgba(0, 59, 149, 0.28);
  box-shadow:
    0 18px 38px rgba(0, 35, 89, 0.2),
    0 0 0 1px rgba(255, 255, 255, 0.85) inset,
    0 0 34px rgba(0, 77, 177, 0.12);
  filter: saturate(1.08);
  transform: translateY(-4px);
}

.booking-panel:hover::before,
.room-card:hover::before,
.contact-list a:hover::before {
  opacity: 0.62;
  transform: translateX(70%);
}

.logo__mark {
  filter: none;
  animation: none;
}

.book-button {
  position: relative;
  overflow: hidden;
}

.book-button::after {
  content: "";
  position: absolute;
  inset: -40% auto -40% -70%;
  width: 46%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.45), transparent);
  transform: skewX(-18deg);
  animation: buttonSheen 3.6s ease-in-out infinite;
}

@keyframes heroGlowDrift {
  from {
    opacity: 0.55;
    transform: translate3d(-1.5%, -1%, 0) scale(1);
  }

  to {
    opacity: 0.88;
    transform: translate3d(1.5%, 1%, 0) scale(1.04);
  }
}

@keyframes heroLightSweep {
  0%,
  22% {
    background-position: -120vw 0, 0 0;
    opacity: 0.35;
  }

  48% {
    opacity: 0.82;
  }

  76%,
  100% {
    background-position: 120vw 0, 0 0;
    opacity: 0.36;
  }
}

@keyframes pageAura {
  from {
    transform: scale(1) rotate(0deg);
    opacity: 0.9;
  }

  to {
    transform: scale(1.025) rotate(1.5deg);
    opacity: 1;
  }
}

@keyframes logoPulse {
  0%,
  100% {
    filter: drop-shadow(0 0 0 rgba(0, 59, 149, 0));
  }

  50% {
    filter: drop-shadow(0 0 12px rgba(0, 59, 149, 0.22));
  }
}

@keyframes buttonSheen {
  0%,
  34% {
    left: -70%;
  }

  62%,
  100% {
    left: 130%;
  }
}

.logo {
  position: relative;
  min-width: 0;
  isolation: isolate;
}

.logo::before {
  content: "";
  position: absolute;
  inset: -6px -8px;
  z-index: -1;
  border-radius: 14px;
  background:
    radial-gradient(circle at 50% 0%, rgba(214, 179, 106, 0.16), transparent 62%),
    linear-gradient(135deg, rgba(0, 59, 149, 0.08), rgba(214, 179, 106, 0.05));
  opacity: 0.72;
  filter: blur(0.2px);
}

.logo img {
  width: clamp(126px, 11vw, 168px);
  height: auto;
  display: block;
  border-radius: 8px;
  background: #001d49;
  box-shadow:
    0 10px 24px rgba(0, 29, 73, 0.18),
    0 0 0 1px rgba(214, 179, 106, 0.18),
    inset 0 0 0 1px rgba(255, 255, 255, 0.08);
  filter: drop-shadow(0 0 8px rgba(214, 179, 106, 0.16));
  transition: transform 180ms ease, filter 180ms ease, box-shadow 180ms ease;
}

.logo:hover img {
  transform: translateY(-1px);
  filter: drop-shadow(0 0 12px rgba(214, 179, 106, 0.28));
  box-shadow:
    0 12px 30px rgba(0, 29, 73, 0.24),
    0 0 0 1px rgba(214, 179, 106, 0.3),
    inset 0 0 0 1px rgba(255, 255, 255, 0.1);
}

@media (max-width: 760px) {
  .logo img {
    width: clamp(112px, 36vw, 142px);
  }

  .logo::before {
    inset: -5px -7px;
    border-radius: 12px;
  }
}

.site-header,
.site-header.is-scrolled,
.navbar {
  background:
    linear-gradient(90deg, #eef4ff 0%, #fff9e9 48%, #eef4ff 100%);
}

.site-header {
  box-shadow: 0 10px 28px rgba(0, 29, 73, 0.08);
}

.navbar {
  border-bottom: 1px solid rgba(214, 179, 106, 0.34);
  box-shadow: none;
}

.about-panel--brand {
  position: relative;
  overflow: hidden;
  background-image:
    linear-gradient(180deg, rgba(6, 22, 53, 0.06), rgba(6, 22, 53, 0.22)),
    var(--about-image, url("assets/about-lobby.jpg"));
  background-size: cover;
  background-position: center;
  transition: opacity 180ms ease, filter 180ms ease;
}

.about-panel--brand.is-changing {
  opacity: 0.76;
  filter: saturate(0.92);
}

.about-brand-arrow {
  position: absolute;
  top: 50%;
  z-index: 3;
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.62);
  border-radius: 50%;
  background: rgba(0, 29, 73, 0.74);
  color: #ffffff;
  box-shadow: 0 12px 28px rgba(0, 29, 73, 0.24);
  cursor: pointer;
  transform: translateY(-50%);
  transition: background 180ms ease, transform 180ms ease;
}

.about-brand-arrow span {
  display: block;
  margin-top: -2px;
  font-size: 34px;
  line-height: 1;
}

.about-brand-arrow:hover {
  background: rgba(0, 59, 149, 0.9);
  transform: translateY(-50%) scale(1.04);
}

.about-brand-arrow--prev {
  left: 12px;
}

.about-brand-arrow--next {
  right: 12px;
}

@media (max-width: 760px) {
  .about-brand-arrow {
    width: 36px;
    height: 36px;
  }

  .about-brand-arrow span {
    font-size: 30px;
  }
}
