:root {
  --bg: #0d0f11;
  --bg-soft: #111518;
  --surface: #15191d;
  --surface-2: #1c2226;
  --surface-3: #20272c;
  --text: #f2eee8;
  --muted: #c5bbb1;
  --subtle: #8d8379;
  --accent: #a32f3e;
  --accent-2: #c94c59;
  --green: #5d8d83;
  --green-2: #8eb4ab;
  --line: rgba(242, 238, 232, .13);
  --line-strong: rgba(242, 238, 232, .24);
  --max: 1180px;
  --radius-sm: 4px;
  --radius-md: 8px;
  color-scheme: dark;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: "Microsoft YaHei", "PingFang SC", "Hiragino Sans GB", Arial, sans-serif;
  line-height: 1.72;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -3;
  background:
    linear-gradient(90deg, rgba(242, 238, 232, .025) 1px, transparent 1px) 0 0 / 92px 92px,
    linear-gradient(180deg, rgba(242, 238, 232, .018) 1px, transparent 1px) 0 0 / 92px 92px;
  pointer-events: none;
}

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

img {
  display: block;
  max-width: 100%;
  height: auto;
}

button,
a {
  touch-action: manipulation;
}

:focus-visible {
  outline: 2px solid var(--green-2);
  outline-offset: 3px;
}

.skip-link {
  position: fixed;
  left: 16px;
  top: 16px;
  z-index: 100;
  transform: translateY(-140%);
  padding: 10px 14px;
  background: #f2eee8;
  color: #0d0f11;
  font-weight: 900;
}

.skip-link:focus {
  transform: translateY(0);
}

.site-head {
  position: fixed;
  inset: 0 0 auto;
  z-index: 60;
  border-bottom: 1px solid var(--line);
  background: rgba(13, 15, 17, .92);
}

.site-head__inner {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 28px;
  width: min(var(--max), calc(100% - 48px));
  min-height: 78px;
  margin: 0 auto;
}

.brand,
.head-phone,
.button,
.visit-call,
.float-phone {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.brand {
  min-width: 0;
  gap: 12px;
  font-weight: 950;
}

.brand__mark {
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
  width: 38px;
  height: 38px;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius-sm);
  background: linear-gradient(135deg, rgba(201, 76, 89, .96), rgba(93, 141, 131, .84));
  color: #fff;
  font-weight: 950;
  line-height: 1;
  text-align: center;
}

.brand__name {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.nav {
  display: flex;
  justify-content: center;
  gap: 2px;
}

.nav a {
  min-height: 42px;
  padding: 10px 13px;
  border-bottom: 2px solid transparent;
  color: var(--muted);
  font-size: .92rem;
  font-weight: 850;
  white-space: nowrap;
}

.nav a[aria-current="page"] {
  border-bottom-color: var(--accent-2);
  color: var(--text);
}

.head-phone {
  min-height: 44px;
  padding: 10px 20px;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius-sm);
  background: rgba(242, 238, 232, .06);
  font-weight: 950;
  font-variant-numeric: tabular-nums;
}

.hero {
  position: relative;
  display: grid;
  min-height: 100svh;
  overflow: hidden;
}

.hero__photo,
.hero__photo img,
.hero__shade {
  position: absolute;
  inset: 0;
}

.hero__photo {
  z-index: -3;
}

.hero__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  filter: saturate(.98) contrast(1.04) brightness(.88);
}

.hero__shade {
  z-index: -2;
  background:
    linear-gradient(180deg, rgba(13, 15, 17, .42) 0, rgba(13, 15, 17, .18) 34%, rgba(13, 15, 17, .94) 100%),
    linear-gradient(90deg, rgba(13, 15, 17, .7) 0, transparent 36%, rgba(13, 15, 17, .58) 100%);
}

.hero__inner {
  display: grid;
  align-content: center;
  width: min(var(--max), calc(100% - 48px));
  min-height: 100svh;
  margin: 0 auto;
  padding: 128px 0 190px;
}

.hero__content {
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--green-2);
  font-size: .82rem;
  font-weight: 950;
}

h1,
h2,
h3,
p {
  text-wrap: pretty;
}

.hero h1 {
  margin: 0;
  font-size: clamp(4.1rem, 10.2vw, 8.8rem);
  line-height: .94;
  letter-spacing: 0;
  text-shadow: 0 26px 70px rgba(0, 0, 0, .62);
}

.hero__lead {
  max-width: 720px;
  margin: 26px auto 0;
  color: var(--muted);
  font-size: 1.08rem;
}

.hero__actions {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 34px;
}

.button,
.visit-call {
  min-height: 50px;
  padding: 13px 24px;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius-sm);
  font-weight: 950;
  white-space: nowrap;
  transition: transform .18s ease, background-color .18s ease, border-color .18s ease;
}

.button--primary,
.visit-call {
  border-color: var(--accent-2);
  background: var(--accent);
  color: #fff;
  box-shadow: 0 20px 48px rgba(163, 47, 62, .28);
}

.button--ghost {
  border-color: rgba(142, 180, 171, .5);
  background: rgba(13, 15, 17, .62);
  color: var(--text);
}

.arrival-board {
  position: absolute;
  left: 50%;
  bottom: 34px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: min(var(--max), calc(100% - 48px));
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: rgba(13, 15, 17, .88);
  box-shadow: 0 26px 70px rgba(0, 0, 0, .36);
  overflow: hidden;
  transform: translateX(-50%);
}

.arrival-board article {
  min-width: 0;
  padding: 20px 24px;
  border-right: 1px solid var(--line);
}

.arrival-board article:last-child {
  border-right: 0;
}

.arrival-board span,
.service-runway span,
.news-list span,
.gallery-item span,
.article-card__meta,
.stat span,
.pill,
.room-showcase span {
  display: block;
  color: var(--subtle);
  font-size: .78rem;
  font-weight: 950;
}

.arrival-board strong {
  display: block;
  margin-top: 5px;
  font-size: 1.08rem;
}

.address-stage,
.gallery-stage,
.visit-stage,
.service-runway,
.news-stage,
.footer,
.page-hero,
.content-band,
.room-showcase,
.gallery-strip,
.split-section,
.article-list,
.article-shell,
.article-pager,
.sitemap-panel {
  width: min(var(--max), calc(100% - 48px));
  margin: 0 auto;
}

.address-stage {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 430px);
  gap: 34px;
  align-items: center;
  padding: 82px 0 62px;
  border-bottom: 1px solid var(--line);
}

.address-stage__copy {
  align-self: center;
}

.address-stage h2,
.gallery-head h2,
.visit-stage h2,
.news-head h2,
.page-hero h1,
.band-head h2,
.split-section h2,
.article-shell h1,
.sitemap-panel h1 {
  margin: 0;
  font-size: clamp(2.1rem, 4.8vw, 4.5rem);
  line-height: 1.05;
  letter-spacing: 0;
}

.address-stage p:not(.eyebrow),
.page-hero p,
.band-head p,
.split-section p,
.article-shell p,
.sitemap-panel p {
  margin: 10px 0 0;
  color: var(--muted);
}

.address-stage > p:not(.eyebrow) {
  margin-top: 0;
}

.gallery-stage {
  padding: 78px 0 68px;
}

.gallery-head,
.news-head,
.band-head {
  margin-bottom: 26px;
}

.gallery-wall {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(280px, .75fr);
  gap: 18px;
}

.gallery-item {
  position: relative;
  min-height: 302px;
  margin: 0;
  overflow: hidden;
  border-radius: var(--radius-md);
  background: var(--surface);
}

.gallery-item--hero {
  grid-row: span 2;
  min-height: 622px;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  outline: 1px solid rgba(255, 255, 255, .08);
  outline-offset: -1px;
}

.gallery-item figcaption,
.room-showcase figcaption {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  padding: 16px 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  background: rgba(13, 15, 17, .84);
}

.gallery-item strong,
.room-showcase strong {
  display: block;
  margin-top: 4px;
  font-size: 1.18rem;
}

.visit-stage {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 420px) auto;
  gap: 28px;
  align-items: end;
  padding: 48px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.visit-stage p:not(.eyebrow) {
  margin: 0;
  color: var(--muted);
}

.service-runway {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-bottom: 1px solid var(--line);
}

.service-runway article {
  padding: 38px 30px;
  border-right: 1px solid var(--line);
}

.service-runway article:last-child {
  border-right: 0;
}

.service-runway h3,
.feature-grid h3,
.article-card h2,
.info-list h3,
.job-card h3 {
  margin: 16px 0 9px;
  font-size: 1.32rem;
  line-height: 1.35;
}

.service-runway p,
.feature-grid p,
.article-card p,
.info-list p,
.job-card p {
  margin: 0;
  color: var(--muted);
}

.news-stage {
  padding: 72px 0 92px;
}

.news-list,
.article-list,
.feature-grid,
.info-list,
.job-grid,
.link-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  overflow: hidden;
}

.news-list a,
.article-card,
.info-list article,
.link-grid a {
  min-height: 224px;
  padding: 28px;
  background: var(--surface);
  transition: background-color .18s ease, transform .18s ease;
}

.feature-grid article {
  min-height: 112px;
  padding: 18px 20px;
  background: var(--surface);
  transition: background-color .18s ease, transform .18s ease;
}

.feature-grid h3 {
  margin: 0 0 7px;
  font-size: 1.18rem;
}

.job-card {
  min-height: 116px;
  padding: 18px 22px;
  background: var(--surface);
  transition: background-color .18s ease, transform .18s ease;
}

.job-card h3 {
  margin: 0 0 7px;
  font-size: 1.18rem;
}

.news-list strong,
.article-card h2 {
  display: block;
  margin-top: 14px;
  font-size: 1.18rem;
  line-height: 1.45;
}

.news-list p,
.article-card p {
  margin: 12px 0 0;
  color: var(--muted);
}

.article-card__keywords {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 8px 0 0;
}
.article-card__keywords .keyword-tag {
  display: inline-block;
  padding: 2px 8px;
  font-size: 12px;
  line-height: 1.5;
  color: var(--text);
  background: var(--surface-3);
  border: 1px solid var(--line);
  border-radius: 3px;
}

.article-card > p {
  margin-top: auto;
}

.page-hero {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(280px, .42fr);
  gap: 34px;
  align-items: end;
  padding: 142px 0 56px;
  border-bottom: 1px solid var(--line);
}

.page-hero > div {
  max-width: 860px;
}

.page-hero h1 {
  max-width: 880px;
}

.page-hero p {
  max-width: 720px;
  font-size: 1.05rem;
}

.hero-panel {
  display: grid;
  gap: 14px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background:
    linear-gradient(135deg, rgba(163, 47, 62, .14), transparent 48%),
    rgba(255, 255, 255, .035);
}

.hero-panel__item {
  display: grid;
  gap: 3px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--line);
}

.hero-panel__item:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.hero-panel__item span {
  color: var(--subtle);
  font-size: .78rem;
  font-weight: 950;
}

.hero-panel__item strong {
  font-size: 1.08rem;
  line-height: 1.4;
}

.room-showcase {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(280px, .72fr);
  gap: 18px;
  padding-bottom: 66px;
}

.room-showcase figure {
  position: relative;
  min-height: 620px;
  margin: 0;
  overflow: hidden;
  border-radius: var(--radius-md);
  background: var(--surface);
}

.room-showcase img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  outline: 1px solid rgba(255, 255, 255, .08);
  outline-offset: -1px;
}

.room-showcase__stack {
  display: grid;
  gap: 18px;
}

.room-showcase__stack img {
  min-height: 301px;
  border-radius: var(--radius-md);
}

.content-band {
  padding: 56px 0;
  border-top: 1px solid var(--line);
}

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

.gallery-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  padding: 10px 0 82px;
}

.gallery-strip img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-radius: var(--radius-md);
  outline: 1px solid rgba(255, 255, 255, .08);
  outline-offset: -1px;
}

.split-section {
  display: grid;
  grid-template-columns: minmax(0, .86fr) minmax(320px, 1.14fr);
  gap: 34px;
  align-items: stretch;
  padding: 28px 0 78px;
}

.route-layout {
  grid-template-columns: minmax(0, .9fr) minmax(320px, 1.1fr);
}

.route-layout .split-section__media img {
  width: 100%;
  height: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

@media (min-width: 981px) {
  .split-section--balanced > div:first-child {
    display: grid;
    align-content: center;
    min-height: 100%;
    height: 100%;
    padding: 28px;
    border: 1px solid var(--line);
    border-radius: var(--radius-md);
    background: var(--surface);
  }

  .split-section--balanced .split-section__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

.route-steps {
  display: grid;
  gap: 12px;
  margin-top: 24px;
}

.route-step {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 14px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, .03);
}

.route-step b {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: var(--radius-sm);
  background: var(--accent);
  color: #fff;
  font-variant-numeric: tabular-nums;
}

.route-step strong {
  display: block;
  margin-bottom: 2px;
}

.route-step p {
  margin: 0;
  color: var(--muted);
}

@media (min-width: 981px) {
  .route-layout {
    align-items: stretch;
  }

  .route-layout > div:first-child {
    display: grid;
    align-content: center;
    min-height: 100%;
    height: 100%;
    padding: 28px;
    border: 1px solid var(--line);
    border-radius: var(--radius-md);
    background: var(--surface);
  }

  .route-layout h2 {
    font-size: clamp(2rem, 3.3vw, 3.35rem);
  }

  .route-layout > div:first-child > p {
    max-width: 94%;
    margin-top: 8px;
    line-height: 1.62;
  }

  .route-layout .route-steps {
    gap: 8px;
    margin-top: 14px;
  }

  .route-layout .route-step {
    align-items: center;
    min-height: 0;
    padding: 11px 14px;
  }

  .route-layout .route-step b {
    width: 34px;
    height: 34px;
  }

  .route-layout .route-step strong {
    margin-bottom: 0;
    font-size: .98rem;
  }

  .route-layout .route-step p {
    font-size: .9rem;
    line-height: 1.45;
  }
}

.split-section__media img,
.article-cover img,
.qr-card img {
  border-radius: var(--radius-md);
  outline: 1px solid rgba(255, 255, 255, .08);
  outline-offset: -1px;
}

.stat-list {
  display: grid;
  gap: 12px;
  margin-top: 26px;
}

.stat {
  padding: 18px 20px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, .03);
}

.stat strong {
  display: block;
  margin-top: 3px;
  font-size: 1.1rem;
}

.article-list {
  margin-bottom: 86px;
}

.article-card {
  display: flex;
  flex-direction: column;
}

.article-card__link {
  display: inline-flex;
  align-items: center;
  width: max-content;
  min-height: 42px;
  margin-top: 18px;
  color: var(--green-2);
  font-weight: 900;
}

.article-shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 310px;
  gap: 42px;
  padding: 140px 0 48px;
}

.article-main {
  min-width: 0;
}

.article-main header {
  padding-bottom: 24px;
  border-bottom: 1px solid var(--line);
}

.article-meta {
  margin: 0 0 12px;
  color: var(--green-2);
  font-weight: 900;
}

.article-cover {
  margin: 30px 0 30px;
}

.article-cover img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.article-body {
  color: var(--muted);
  font-size: 1.04rem;
}

.article-body h2 {
  margin: 34px 0 10px;
  color: var(--text);
  font-size: 1.55rem;
}

.article-body p {
  margin: 14px 0 0;
}

.article-body ul {
  margin: 14px 0 0;
  padding-left: 20px;
}

.article-body li {
  margin: 8px 0;
}

.side-recommend {
  position: sticky;
  top: 108px;
  align-self: start;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--surface);
}

.side-recommend h2 {
  margin: 0 0 16px;
  font-size: 1.18rem;
}

.side-recommend a {
  display: block;
  padding: 14px 0;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-weight: 850;
}

.side-recommend a:first-of-type {
  border-top: 0;
}

.article-pager {
  display: flex;
  justify-content: center;
  gap: 12px;
  padding: 0 0 86px;
}

.article-pager__disabled {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 150px;
  min-height: 46px;
  padding: 11px 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  color: var(--subtle);
  cursor: default;
}

.article-pager a {
  min-width: 150px;
  min-height: 46px;
  padding: 11px 18px;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius-sm);
  text-align: center;
  font-weight: 900;
}

.qr-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 280px;
  gap: 28px;
  align-items: center;
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--surface);
}

.qr-section--wide {
  width: min(var(--max), calc(100% - 48px));
  margin: 0 auto;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 360px);
}

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

.qr-card {
  display: grid;
  justify-items: center;
  gap: 10px;
  text-align: center;
}

.qr-card img {
  width: 180px;
  height: auto;
  background: #fff;
}

.jobs-photo {
  width: 220px;
  margin: 18px auto 0;
}

.sitemap-panel {
  padding: 142px 0 86px;
}

.link-grid {
  margin-top: 28px;
}

.link-grid a {
  min-height: 132px;
}

.link-grid strong {
  display: block;
  font-size: 1.12rem;
}

.link-grid span {
  display: block;
  margin-top: 8px;
  color: var(--muted);
}

.footer {
  padding: 56px 0 calc(34px + env(safe-area-inset-bottom));
  border-top: 1px solid var(--line);
  text-align: center;
}

.footer__brand {
  font-size: 1.28rem;
  font-weight: 950;
}

.footer p {
  max-width: 780px;
  margin: 12px auto 0;
  color: var(--muted);
}

.footer__phone a {
  color: var(--text);
  font-size: 1.36rem;
  font-weight: 950;
  font-variant-numeric: tabular-nums;
}

.footer__nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  margin-top: 22px;
  color: var(--text);
  font-weight: 850;
}

.footer-contact {
  display: grid;
  justify-items: center;
  gap: 8px;
  margin-top: 28px;
}

.footer-contact img {
  width: 150px;
  height: auto;
  border-radius: var(--radius-sm);
  background: #fff;
}

.copyright {
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, .08);
  font-size: .86rem;
  white-space: nowrap;
}

.copyright a {
  color: var(--muted);
}

.mobile-bottom-nav,
.float-phone {
  display: none;
}

@media (hover: hover) {
  .nav a:hover {
    border-bottom-color: var(--accent-2);
    color: var(--text);
  }

  .button:hover,
  .visit-call:hover,
  .article-pager a:hover,
  .link-grid a:hover {
    transform: translateY(-2px);
  }

  .news-list a:hover,
  .article-card:hover,
  .feature-grid article:hover,
  .info-list article:hover,
  .job-card:hover {
    background: var(--surface-2);
  }

  .side-recommend a:hover,
  .article-card__link:hover {
    color: var(--text);
  }
}

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

@media (max-width: 980px) {
  .site-head__inner {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .nav {
    display: none;
  }

  .head-phone {
    justify-self: end;
  }

  .address-stage,
  .gallery-wall,
  .visit-stage,
  .service-runway,
  .news-list,
  .room-showcase,
  .split-section,
  .article-shell,
  .qr-section {
    grid-template-columns: 1fr;
  }

  .article-shell {
    gap: 22px;
  }

  .side-recommend {
    position: static;
  }

  .gallery-item,
  .gallery-item--hero,
  .room-showcase figure {
    min-height: 420px;
  }

  .service-runway article {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
}

@media (max-width: 720px) {
  body {
    padding-bottom: calc(76px + env(safe-area-inset-bottom));
  }

  .site-head__inner,
  .hero__inner,
  .arrival-board,
  .address-stage,
  .gallery-stage,
  .visit-stage,
  .service-runway,
  .news-stage,
  .footer,
  .page-hero,
  .content-band,
  .room-showcase,
  .gallery-strip,
  .split-section,
  .article-list,
  .article-shell,
  .article-pager,
  .sitemap-panel {
    width: calc(100% - 28px);
  }

  .site-head__inner {
    min-height: 70px;
    gap: 10px;
  }

  .brand {
    gap: 9px;
  }

  .brand__mark {
    width: 34px;
    height: 34px;
  }

  .brand__name {
    max-width: 100%;
    font-size: .96rem;
  }

  .head-phone {
    min-height: 44px;
    padding: 9px 14px;
    font-size: 1.04rem;
  }

  .hero__photo img {
    object-position: 48% 50%;
  }

  .hero__shade {
    background: linear-gradient(180deg, rgba(13, 15, 17, .34) 0, rgba(13, 15, 17, .7) 43%, rgba(13, 15, 17, .96) 100%);
  }

  .hero__inner {
    align-content: start;
    min-height: 100svh;
    padding: clamp(154px, 24svh, 220px) 0 258px;
  }

  .hero__content {
    text-align: left;
  }

  .eyebrow {
    font-size: .74rem;
  }

  .hero h1 {
    font-size: clamp(3.1rem, 16vw, 4.8rem);
  }

  .hero__lead {
    margin-top: 18px;
    font-size: .98rem;
  }

  .hero__actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-top: 24px;
  }

  .button,
  .visit-call {
    min-height: 46px;
    padding: 11px 12px;
  }

  .arrival-board {
    bottom: calc(88px + env(safe-area-inset-bottom));
    grid-template-columns: 1fr;
  }

  .arrival-board article {
    display: grid;
    grid-template-columns: 86px 1fr;
    align-items: center;
    padding: 11px 12px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .arrival-board article:last-child {
    border-bottom: 0;
  }

  .arrival-board strong {
    margin-top: 0;
    font-size: .98rem;
  }

  .address-stage {
    gap: 18px;
    padding: 50px 0 40px;
  }

  .address-stage h2,
  .gallery-head h2,
  .visit-stage h2,
  .news-head h2,
  .page-hero h1,
  .band-head h2,
  .split-section h2,
  .article-shell h1,
  .sitemap-panel h1 {
    font-size: clamp(1.95rem, 8vw, 2.65rem);
    overflow-wrap: anywhere;
  }

  .gallery-stage,
  .content-band {
    padding: 52px 0 44px;
  }

  .gallery-wall,
  .room-showcase,
  .room-showcase__stack,
  .gallery-strip {
    gap: 12px;
  }

  .gallery-item,
  .gallery-item--hero,
  .room-showcase figure,
  .room-showcase__stack img {
    min-height: 286px;
  }

  .gallery-item figcaption,
  .room-showcase figcaption {
    left: 12px;
    right: 12px;
    bottom: 12px;
    padding: 13px;
  }

  .visit-stage {
    gap: 18px;
    padding: 34px 0;
  }

  .service-runway article,
  .news-list a,
  .article-card,
  .info-list article,
  .link-grid a {
    padding: 22px 18px;
  }

  .feature-grid article {
    min-height: 0;
    padding: 16px;
  }

  .job-card {
    min-height: 0;
    padding: 18px;
  }

  .news-stage {
    padding: 48px 0 60px;
  }

  .news-list,
  .article-list,
  .feature-grid,
  .info-list,
  .job-grid,
  .link-grid,
  .gallery-strip {
    grid-template-columns: 1fr;
  }

  .news-list a,
  .article-card {
    min-height: 180px;
  }

  .page-hero {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 118px 0 42px;
  }

  .page-hero > div {
    min-width: 0;
  }

  .hero-panel {
    padding: 18px;
  }

  .room-showcase {
    padding-bottom: 48px;
  }

  .split-section {
    padding: 10px 0 54px;
  }

  .article-shell {
    padding: 118px 0 36px;
  }

  .article-body {
    font-size: 1rem;
  }

  .article-pager {
    display: grid;
    grid-template-columns: 1fr;
    padding-bottom: 60px;
  }

  .article-pager a {
    min-width: 0;
  }

  .qr-section {
    padding: 22px 18px;
  }

  .qr-section--wide {
    width: calc(100% - 28px);
  }

  .footer {
    padding: 44px 0 calc(28px + env(safe-area-inset-bottom));
  }

  .footer-contact img {
    width: 132px;
  }

  .mobile-bottom-nav {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 70;
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    padding: 5px 6px calc(5px + env(safe-area-inset-bottom));
    border-top: 1px solid var(--line);
    background: rgba(13, 15, 17, .96);
  }

  .mobile-bottom-nav a {
    display: grid;
    place-items: center;
    gap: 1px;
    min-width: 0;
    min-height: 50px;
    padding: 3px 0;
    border-radius: var(--radius-sm);
    color: var(--muted);
    font-size: .66rem;
    font-weight: 850;
    line-height: 1;
  }

  .mobile-bottom-nav svg {
    width: 18px;
    height: 18px;
    stroke: currentColor;
    stroke-width: 2.2;
    fill: none;
  }

  .mobile-bottom-nav b {
    max-width: 100%;
    white-space: nowrap;
  }

  .mobile-bottom-nav a[aria-current="page"] {
    background: var(--accent);
    color: #fff;
  }

  .float-phone {
    position: fixed;
    right: 14px;
    bottom: calc(88px + env(safe-area-inset-bottom));
    z-index: 68;
    display: inline-flex;
    width: 54px;
    height: 54px;
    border: 1px solid rgba(142, 180, 171, .54);
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(163, 47, 62, .96), rgba(93, 141, 131, .96));
    color: #fff;
    box-shadow: 0 18px 42px rgba(0, 0, 0, .36);
  }

  .float-phone svg {
    width: 24px;
    height: 24px;
    stroke: currentColor;
    stroke-width: 2.2;
    fill: none;
  }
}

@media (max-width: 720px) and (min-height: 840px) {
  .hero__inner {
    padding-top: clamp(238px, 30svh, 280px);
  }
}


/* 分页导航 */
.pagination{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center;align-items:center;padding:2rem 1rem;}
.pagination__item{display:inline-flex;align-items:center;justify-content:center;min-width:2.5rem;height:2.5rem;padding:0 .75rem;border:1px solid var(--surface-2);border-radius:.5rem;color:var(--text);text-decoration:none;font-size:.95rem;transition:all .2s;}
.pagination__item:hover{border-color:var(--gold);color:var(--gold);}
.pagination__item--current{background:var(--gold);border-color:var(--gold);color:var(--bg);font-weight:600;}
