:root {
  --ink: #17213a;
  --muted: #5d687b;
  --paper: #f6f8fb;
  --white: #ffffff;
  --blue: #1958a6;
  --blue-dark: #103d76;
  --aqua: #41b5a5;
  --line: #dce3ec;
  --shadow: 0 24px 60px rgba(26, 45, 78, .14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 17px;
  line-height: 1.65;
}
a { color: inherit; }
img { display: block; max-width: 100%; }

.site-header {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  min-height: 84px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; line-height: 1.1; }
.brand-mark { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 12px 12px 4px 12px; color: #fff; background: var(--blue); font-weight: 800; font-size: 1.25rem; }
.brand strong, .brand small { display: block; }
.brand small { margin-top: 5px; color: var(--muted); font-size: .78rem; letter-spacing: .035em; }
.header-contact { color: var(--blue-dark); font-weight: 750; text-decoration-thickness: 1px; text-underline-offset: 4px; }

main { overflow: hidden; }
.hero {
  width: min(1240px, calc(100% - 40px));
  margin: 0 auto 64px;
  display: grid;
  grid-template-columns: 1.02fr .98fr;
  background: var(--white);
  border-radius: 30px;
  box-shadow: var(--shadow);
  overflow: hidden;
}
.hero-copy { padding: clamp(42px, 6vw, 86px); align-self: center; }
.eyebrow { margin: 0 0 12px; color: var(--blue); font-size: .79rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
h1, h2, h3 { margin-top: 0; line-height: 1.12; letter-spacing: -.03em; }
h1 { margin-bottom: 22px; font-size: clamp(2.5rem, 5vw, 4.7rem); }
h2 { margin-bottom: 22px; font-size: clamp(2rem, 3.8vw, 3.25rem); }
h3 { font-size: 1.15rem; }
.intro { color: var(--muted); font-size: 1.14rem; max-width: 38rem; }
.quick-facts { display: flex; flex-wrap: wrap; gap: 10px 20px; margin: 30px 0; color: var(--muted); font-size: .92rem; }
.quick-facts span { padding-right: 20px; border-right: 1px solid var(--line); }
.quick-facts span:last-child { border: 0; }
.quick-facts strong { color: var(--ink); }
.actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { min-height: 50px; padding: 12px 21px; display: inline-flex; align-items: center; justify-content: center; border-radius: 12px; font-weight: 780; text-decoration: none; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.primary { color: #fff; background: var(--blue); }
.primary:hover { background: var(--blue-dark); }
.secondary { color: var(--blue-dark); border: 1px solid var(--line); background: #fff; }
.location-image { position: relative; min-height: 520px; margin: 0; background: #cbd7e5; }
.location-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 55%, rgba(8, 24, 49, .74)); pointer-events: none; }
.location-image img { width: 100%; height: 100%; object-fit: cover; }
.location-image figcaption { position: absolute; z-index: 1; left: 28px; bottom: 24px; color: #fff; font-weight: 700; }

.section { width: min(1120px, calc(100% - 40px)); margin: 0 auto; padding: 76px 0; }
.split { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(44px, 8vw, 110px); align-items: center; }
.split p:not(.eyebrow) { color: var(--muted); }
.floor-card { padding: clamp(22px, 4vw, 40px); border-radius: 26px; background: #eaf1fb; box-shadow: inset 0 0 0 1px rgba(25, 88, 166, .08); }
.room { min-height: 110px; padding: 22px; display: flex; flex-direction: column; justify-content: space-between; border: 2px solid #fff; border-radius: 18px; background: rgba(255,255,255,.75); }
.room span { font-weight: 700; }
.room strong { color: var(--blue); font-size: 1.35rem; }
.main-room { min-height: 210px; background: #fff; }
.small-rooms { display: grid; grid-template-columns: .7fr 1.3fr; gap: 12px; margin-top: 12px; }
.floor-card small { display: block; margin-top: 14px; color: var(--muted); font-size: .78rem; }

.view-section { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(38px, 7vw, 90px); align-items: center; }
.view-photo { position: relative; min-height: 420px; margin: 0; overflow: hidden; border-radius: 26px; background: #cbd7e5; box-shadow: var(--shadow); }
.view-photo img { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; }
.view-section > div > p:not(.eyebrow) { color: var(--muted); }
.parking-note { padding: 18px 20px; border-left: 4px solid var(--aqua); border-radius: 0 14px 14px 0; background: #fff; box-shadow: 0 10px 30px rgba(26, 45, 78, .08); }
.parking-note strong { color: var(--ink); }

.amenities { width: 100%; max-width: none; padding-inline: max(20px, calc((100% - 1120px) / 2)); background: var(--ink); color: #fff; }
.amenities .eyebrow { color: #7fe0d3; }
.section-heading { max-width: 580px; }
.amenity-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.amenity-grid article { padding: 28px; border: 1px solid rgba(255,255,255,.12); border-radius: 20px; background: rgba(255,255,255,.055); }
.amenity-grid article > span { display: grid; place-items: center; width: 42px; height: 42px; margin-bottom: 22px; border-radius: 12px; color: var(--ink); background: var(--aqua); font-weight: 900; font-size: 1.2rem; }
.amenity-grid h3 { margin-bottom: 10px; }
.amenity-grid p { margin: 0; color: #cbd4e3; font-size: .95rem; }
.amenity-grid .parking-card { grid-column: 1 / -1; display: grid; grid-template-columns: 42px minmax(180px, .55fr) 1fr; gap: 22px; align-items: center; }
.amenity-grid .parking-card > span { margin: 0; }
.amenity-grid .parking-card h3 { margin: 0; }

.contact { display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(35px, 8vw, 100px); align-items: center; }
.contact > div:first-child > p:last-child { color: var(--muted); max-width: 42rem; }
.contact-card { padding: 32px; border-radius: 22px; color: #fff; background: var(--blue); box-shadow: var(--shadow); }
.contact-card p { margin-top: 0; }
.contact-card > a { display: block; margin: 9px 0; font-size: 1.12rem; font-weight: 750; text-underline-offset: 4px; }
.price-note { margin: 25px 0 0 !important; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.25); font-size: .9rem; }

footer { width: min(1120px, calc(100% - 40px)); margin: 0 auto; padding: 30px 0 42px; display: grid; grid-template-columns: 1fr auto; gap: 14px 30px; border-top: 1px solid var(--line); color: var(--muted); font-size: .9rem; }
footer strong { color: var(--ink); }
footer nav { display: flex; gap: 18px; }
.legal { display: none; position: fixed; z-index: 10; inset: 0; overflow-y: auto; padding: 30px 20px; background: rgba(10, 20, 39, .82); }
.legal:target { display: block; }
.legal > div { position: relative; width: min(760px, 100%); margin: 5vh auto; padding: clamp(28px, 5vw, 52px); border-radius: 22px; background: #fff; box-shadow: var(--shadow); }
.legal h2 { padding-right: 45px; }
.legal h3 { margin-top: 28px; margin-bottom: 8px; color: var(--ink); }
.legal p { color: var(--muted); }
.price-popup > div { width: min(860px, 100%); }
.price-popup .eyebrow { margin-bottom: 8px; color: var(--blue); }
.price-intro { margin-bottom: 26px; }
.price-table-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: 16px; }
.price-table { width: 100%; border-collapse: collapse; min-width: 560px; }
.price-table th, .price-table td { padding: 14px 18px; text-align: left; border-bottom: 1px solid var(--line); }
.price-table thead th { color: var(--muted); background: #f4f7fb; font-size: .85rem; text-transform: uppercase; letter-spacing: .05em; }
.price-table tbody th { color: var(--ink); }
.price-table tbody td { color: var(--muted); }
.price-table tr:last-child th, .price-table tr:last-child td { border-bottom: 0; }
.price-table .long-stay { background: rgba(60, 215, 185, .13); }
.occupancy-note { padding: 16px 18px; border-radius: 14px; background: #f4f7fb; }
.alternative-note { margin-top: 18px; }
.alternative-note a { color: var(--blue-dark); font-weight: 750; }
.included-services { margin-top: 26px; padding: 22px; border-radius: 16px; background: var(--ink); color: #fff; }
.included-services h3 { margin-top: 0; color: #fff; }
.included-services ul { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px 26px; margin: 0; padding-left: 20px; }
.included-services li { color: #d8e0ec; }
.price-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; }
.alternative-stay { display: grid; grid-template-columns: 1fr auto; gap: 36px; align-items: center; padding: 38px 42px; margin-top: 64px; margin-bottom: 28px; border: 1px solid var(--line); border-radius: 22px; background: #fff; box-shadow: 0 12px 34px rgba(26, 45, 78, .08); }
.alternative-stay h2 { margin-bottom: 12px; font-size: clamp(1.65rem, 3vw, 2.35rem); }
.alternative-stay p:last-child { margin-bottom: 0; color: var(--muted); }
.alternative-stay .button { white-space: nowrap; }
.close { position: absolute; top: 20px; right: 22px; width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; color: var(--ink); background: var(--paper); text-decoration: none; font-size: 1.7rem; }

@media (max-width: 860px) {
  .hero { grid-template-columns: 1fr; }
  .location-image { min-height: 370px; order: -1; }
  .split, .contact, .view-section, .alternative-stay { grid-template-columns: 1fr; }
  .alternative-stay .button { justify-self: start; }
  .view-photo { min-height: 360px; }
  .amenity-grid { grid-template-columns: repeat(2, 1fr); }
  .amenity-grid .parking-card { grid-template-columns: 42px 1fr; }
  .amenity-grid .parking-card p { grid-column: 2; }
}
@media (max-width: 560px) {
  body { font-size: 16px; }
  .site-header { width: min(100% - 28px, 1180px); min-height: 74px; }
  .brand small { display: none; }
  .header-contact { font-size: .88rem; }
  .hero { width: min(100% - 24px, 1240px); margin-bottom: 32px; border-radius: 20px; }
  .hero-copy { padding: 30px 22px 36px; }
  h1 { font-size: clamp(2.25rem, 12vw, 3.3rem); }
  .location-image { min-height: 270px; }
  .quick-facts { display: grid; gap: 8px; }
  .quick-facts span { border: 0; }
  .actions, .button { width: 100%; }
  .section { width: min(100% - 32px, 1120px); padding: 58px 0; }
  .amenities { width: 100%; padding-inline: 16px; }
  .amenity-grid { grid-template-columns: 1fr; }
  .view-photo { min-height: 270px; }
  .amenity-grid .parking-card { display: block; }
  .amenity-grid .parking-card > span { margin-bottom: 22px; }
  .included-services ul { grid-template-columns: 1fr; }
  .price-actions, .price-actions .button { width: 100%; }
  .alternative-stay { width: min(100% - 32px, 1120px); margin-top: 40px; padding: 28px 24px; }
  .alternative-stay .button { width: 100%; }
  .small-rooms { grid-template-columns: 1fr; }
  footer { width: min(100% - 32px, 1120px); grid-template-columns: 1fr; }
  footer nav { flex-wrap: wrap; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .button { transition: none; }
}
