:root {
  --navy: #10233c;
  --navy-2: #173654;
  --blue: #1268b3;
  --cyan: #18a1c7;
  --plum: #a63a83;
  --amber: #c9913d;
  --ink: #172231;
  --muted: #687887;
  --line: #dfe7ef;
  --panel: #f6f8fb;
  --soft-blue: #edf5fb;
  --paper: #ffffff;
  --shadow: 0 24px 60px rgba(16, 35, 60, 0.12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Microsoft YaHei", "PingFang SC", "Segoe UI", Arial, sans-serif;
  line-height: 1.65;
}
img { display: block; width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 20;
  min-height: 76px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 28px;
  padding: 0 clamp(20px, 5vw, 76px);
  color: #fff;
  transition: background .2s ease, color .2s ease, box-shadow .2s ease;
}
.site-header.is-solid {
  background: rgba(255, 255, 255, .96);
  color: var(--ink);
  box-shadow: 0 10px 32px rgba(16, 35, 60, .1);
  backdrop-filter: blur(14px);
}
.brand { display: inline-flex; align-items: center; gap: 12px; min-width: 230px; }
.brand-mark {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  color: #fff;
  font-weight: 900;
  background:
    linear-gradient(135deg, var(--blue), var(--cyan) 58%, var(--plum));
}
.brand strong, .brand small { display: block; line-height: 1.12; }
.brand strong { font-size: 18px; }
.brand small { margin-top: 4px; font-size: 10px; opacity: .78; text-transform: uppercase; }
.site-nav { display: flex; justify-content: center; gap: clamp(14px, 2vw, 30px); font-size: 15px; font-weight: 800; }
.site-nav a { padding: 8px 0; border-bottom: 2px solid transparent; }
.site-nav a:hover { border-color: currentColor; }
.header-actions {
  display: inline-flex;
  align-items: center;
  justify-content: end;
  gap: 10px;
}
.language-switcher {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-width: 148px;
  padding: 7px 10px;
  border: 1px solid rgba(255,255,255,.52);
  border-radius: 6px;
  background: rgba(255,255,255,.12);
}
.site-header.is-solid .language-switcher {
  border-color: var(--line);
  background: var(--panel);
}
.language-switcher span {
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  border-radius: 4px;
  color: #fff;
  background: var(--blue);
  font-size: 12px;
  font-weight: 900;
}
.language-switcher select {
  width: 100%;
  border: 0;
  outline: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  font-size: 14px;
  font-weight: 800;
  cursor: pointer;
}
.language-switcher option { color: var(--ink); }
.menu-button { display: none; width: 42px; height: 42px; border: 1px solid currentColor; border-radius: 6px; background: transparent; color: inherit; padding: 9px; }
.menu-button span { display: block; height: 2px; margin: 5px 0; background: currentColor; }

.home-hero {
  position: relative;
  min-height: 74vh;
  display: flex;
  align-items: end;
  overflow: hidden;
  background: var(--navy);
}
.home-hero img, .hero-shade { position: absolute; inset: 0; }
.home-hero img { height: 100%; object-fit: cover; object-position: center; }
.hero-shade {
  background:
    linear-gradient(90deg, rgba(11, 24, 42, .93), rgba(11, 24, 42, .67) 48%, rgba(11, 24, 42, .18)),
    linear-gradient(0deg, rgba(11, 24, 42, .76), transparent 48%);
}
.home-hero-content {
  position: relative;
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
  padding: 130px 0 74px;
  color: #fff;
}
.eyebrow {
  margin: 0 0 12px;
  color: var(--blue);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}
.home-hero .eyebrow { color: #9bdcff; }
h1, h2, h3, p, span, em { overflow-wrap: anywhere; }
h1 {
  max-width: 820px;
  margin: 0;
  font-size: clamp(42px, 6vw, 74px);
  line-height: 1.05;
}
.home-hero p:not(.eyebrow) {
  max-width: 760px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, .86);
  font-size: clamp(17px, 1.8vw, 21px);
}

.section {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
  padding: clamp(70px, 8vw, 112px) 0;
}
.page-main { padding-top: 76px; }
.section-head { max-width: 780px; margin-bottom: 38px; }
.section-head h2, .quiet-intro h2, .subpage-hero h1, .detail-hero h1 {
  margin: 0;
  color: var(--navy);
  line-height: 1.14;
}
.section-head h2, .quiet-intro h2 { font-size: clamp(29px, 4vw, 44px); }

.quiet-intro {
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(0, 1fr);
  gap: clamp(34px, 5vw, 80px);
  align-items: start;
}
.quiet-intro > p {
  margin: 28px 0 0;
  color: var(--muted);
  font-size: 17px;
}

.promise-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  width: 100%;
  max-width: none;
  padding: 0 max(20px, calc((100vw - 1120px) / 2)) clamp(70px, 8vw, 112px);
  background: linear-gradient(var(--paper) 0 48%, var(--panel) 48% 100%);
}
.promise-row article {
  min-height: 210px;
  padding: 30px;
  border: 1px solid var(--line);
  background: #fff;
}
.promise-row span,
.entry-card span {
  color: var(--amber);
  font-weight: 900;
}
.promise-row h3 {
  margin: 12px 0 8px;
  color: var(--navy);
  font-size: 22px;
}
.promise-row p { margin: 0; color: var(--muted); }

.business-entry {
  width: 100%;
  max-width: none;
  background: var(--panel);
  padding-left: max(20px, calc((100vw - 1120px)/2));
  padding-right: max(20px, calc((100vw - 1120px)/2));
}
.business-entry-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}
.entry-card {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(16,35,60,.07);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.entry-card::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, var(--blue), var(--cyan), var(--plum));
  opacity: .86;
}
.entry-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-color: rgba(18,104,179,.28); }
.entry-card img { aspect-ratio: 1.45 / 1; object-fit: cover; background: var(--panel); }
.entry-card div { padding: 24px; }
.entry-card div,
.room-card div,
.detail-panel,
.contact-list {
  background-image: linear-gradient(180deg, rgba(255,255,255,.92), rgba(255,255,255,0));
}
.entry-card h3 { margin: 10px 0 8px; color: var(--navy); font-size: 21px; }
.entry-card p { margin: 0; color: var(--muted); }
.entry-card em {
  display: inline-flex;
  margin-top: 16px;
  color: var(--blue);
  font-size: 14px;
  font-style: normal;
  font-weight: 900;
}
.entry-card.featured { border-color: rgba(166, 58, 131, .35); }

.contact-strip {
  display: grid;
  grid-template-columns: minmax(0, .75fr) minmax(0, 1fr);
  gap: clamp(32px, 5vw, 76px);
  align-items: start;
}
.contact-list {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--soft-blue);
}
.contact-strip > div > p:not(.eyebrow) {
  margin: 14px 0 0;
  color: var(--muted);
}
.contact-list p { margin: 6px 0; color: var(--muted); }

.subpage-hero, .detail-hero {
  display: grid;
  grid-template-columns: minmax(0, .86fr) minmax(360px, 1fr);
  gap: clamp(34px, 5vw, 76px);
  align-items: center;
}
.subpage-hero h1, .detail-hero h1 { font-size: clamp(37px, 5vw, 64px); }
.subpage-hero p:not(.eyebrow), .detail-hero p:not(.eyebrow) {
  color: var(--muted);
  font-size: 17px;
}
.subpage-hero img, .detail-hero img, .business-detail-image {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}
.subpage-hero img, .detail-hero img { aspect-ratio: 1.38 / 1; object-fit: cover; }

.modular-system {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  padding-top: 0;
}
.modular-system article, .detail-panel {
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
}
.modular-system article:first-child { background: #fff; }
.modular-system article:last-child { background: var(--soft-blue); }
.modular-system h2, .detail-panel h2 { margin: 0 0 10px; color: var(--navy); }
.modular-system p, .detail-panel p, .detail-panel li { color: var(--muted); }

.rooms-page {
  width: 100%;
  max-width: none;
  background: var(--panel);
  padding-left: max(20px, calc((100vw - 1120px)/2));
  padding-right: max(20px, calc((100vw - 1120px)/2));
}
.with-controls {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  max-width: none;
}
.filter-tabs {
  display: inline-flex;
  gap: 5px;
  padding: 5px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}
.filter-tabs button {
  min-height: 39px;
  border: 0;
  border-radius: 5px;
  padding: 0 15px;
  background: transparent;
  color: var(--muted);
  font-weight: 900;
  cursor: pointer;
  white-space: nowrap;
}
.filter-tabs button.active { background: var(--blue); color: #fff; }
.room-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}
.room-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 32px rgba(16,35,60,.08);
  transition: transform .2s ease, box-shadow .2s ease;
}
.room-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.room-card.is-hidden { display: none; }
.room-card img { aspect-ratio: 1.28 / 1; object-fit: cover; background: var(--panel); }
.room-card div { padding: 20px; }
.room-card p { margin: 0; color: #4d7b6d; font-size: 13px; font-weight: 900; }
.room-card h3 { margin: 9px 0 8px; color: var(--navy); font-size: 20px; }
.room-card span { color: var(--muted); }

.detail-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, .55fr);
  gap: 24px;
  align-items: start;
}
.detail-panel ul { margin: 0; padding-left: 20px; }
.back-link {
  display: inline-flex;
  margin-top: 22px;
  color: var(--blue);
  font-weight: 900;
}
.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 32px clamp(20px, 5vw, 76px);
  background: var(--navy);
  color: rgba(255,255,255,.74);
}
.site-footer strong { color: #fff; }

[dir="rtl"] body {
  font-family: "Segoe UI", Tahoma, Arial, sans-serif;
}
[dir="rtl"] .brand,
[dir="rtl"] .site-nav,
[dir="rtl"] .header-actions,
[dir="rtl"] .site-footer {
  flex-direction: row-reverse;
}
[dir="rtl"] .hero-shade {
  background:
    linear-gradient(270deg, rgba(11, 24, 42, .93), rgba(11, 24, 42, .67) 48%, rgba(11, 24, 42, .18)),
    linear-gradient(0deg, rgba(11, 24, 42, .76), transparent 48%);
}
[dir="rtl"] .detail-panel ul {
  padding-left: 0;
  padding-right: 20px;
}

@media (max-width: 980px) {
  .site-header { grid-template-columns: auto auto; }
  .site-nav {
    position: fixed;
    top: 86px;
    left: 18px;
    right: 18px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 12px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fff;
    color: var(--ink);
    box-shadow: var(--shadow);
  }
  .site-nav.is-open { display: flex; }
  .site-nav a { padding: 12px; }
  .menu-button { display: block; }
  .quiet-intro, .contact-strip, .subpage-hero, .detail-hero, .detail-grid { grid-template-columns: 1fr; }
  .promise-row, .business-entry-grid, .room-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .with-controls { align-items: stretch; flex-direction: column; }
  .filter-tabs { overflow-x: auto; }
}
@media (max-width: 640px) {
  .site-header { min-height: 66px; padding: 0 14px; }
  .brand { min-width: 0; }
  .brand small { display: none; }
  .language-switcher { min-width: 112px; padding: 6px 7px; }
  .language-switcher span { display: none; }
  .home-hero { min-height: 700px; }
  .home-hero-content { width: calc(100% - 28px); padding: 112px 0 42px; }
  .section { width: calc(100% - 28px); }
  .business-entry, .rooms-page, .promise-row { padding-left: 14px; padding-right: 14px; }
  .promise-row, .business-entry-grid, .modular-system, .room-grid { grid-template-columns: 1fr; }
  .site-footer { display: block; }
}
