/* 观澜山葡溪 · 干净白底版 */
:root {
  --ms-primary: #2f4f3e;
  --ms-primary-deep: #1e3429;
  --ms-accent: #8b7355;
  --ms-bg: #ffffff;
  --ms-soft: #f5f6f5;
  --ms-surface: #ffffff;
  --ms-text: #1f2a24;
  --ms-muted: #6b756e;
  --ms-line: #e6e9e6;
  --ms-wrap: 1400px;
  --ms-font-display: "Songti SC", "Noto Serif SC", "STSong", "SimSun", serif;
  --ms-font-body: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Noto Sans SC", sans-serif;
  --ms-radius: 2px;
  --ms-ease: cubic-bezier(0.22, 1, 0.36, 1);
}

::-webkit-selection { color: #fff; background: var(--ms-primary); }
::-moz-selection { color: #fff; background: var(--ms-primary); }
::selection { color: #fff; background: var(--ms-primary); }

html { scroll-behavior: smooth; }
body {
  font-family: var(--ms-font-body);
  color: var(--ms-text);
  background: #fff;
  line-height: 1.7;
}

a { color: var(--ms-primary); }
a:focus, a:hover { color: var(--ms-accent); }

/* 统一版心 1400 */
.ms-wrap,
.container,
.container-layout {
  width: 100% !important;
  max-width: var(--ms-wrap) !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 24px;
  padding-right: 24px;
  box-sizing: border-box;
}

.bg-gray { background: var(--ms-soft) !important; }
.bg-main { background: var(--ms-primary-deep) !important; }
.bg-white { background: #fff !important; }
.bg-yellow, .button.bg-yellow { background: var(--ms-primary) !important; color: #fff !important; }
.text-yellow { color: var(--ms-accent) !important; }
.text-main { color: var(--ms-text) !important; }
.text-sub { color: var(--ms-muted) !important; }

.button {
  border-radius: var(--ms-radius);
  transition: background .3s var(--ms-ease), color .3s var(--ms-ease);
}
.button.radius-rounded { border-radius: var(--ms-radius); }

/* ===== Header：始终白底 ===== */
#pc-header .navbar {
  background: #fff;
  border-bottom: 1px solid var(--ms-line);
  box-shadow: none;
  position: sticky;
  top: 0;
  z-index: 100;
}
#pc-header .ms-header-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 72px;
}
#pc-header .logo { padding: 10px 0; flex: 0 0 auto; }
#pc-header .logo .ms-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--ms-text) !important;
  text-decoration: none;
}
#pc-header .logo img { max-height: 44px; width: auto; display: block; flex-shrink: 0; }
#pc-header .logo .ms-brand-name {
  font-family: var(--ms-font-display);
  font-size: 22px;
  letter-spacing: 0.12em;
  line-height: 1.2;
  white-space: nowrap;
  color: var(--ms-text);
}
#pc-header .logo .ms-brand:hover .ms-brand-name { color: var(--ms-primary); }
#pc-header .ms-nav-wrap { flex: 1 1 auto; text-align: center; }
#pc-header .ms-header-actions {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: 14px;
}
#pc-header .nav li a {
  color: var(--ms-text);
  line-height: 72px;
  font-size: 15px;
  letter-spacing: 0.04em;
  padding: 0 16px;
}
#pc-header .nav li.active a,
#pc-header .nav li a:hover,
#pc-header .nav li:hover a.first-level { color: var(--ms-primary); }
#pc-header .nav li ul {
  top: 72px;
  border: 1px solid var(--ms-line);
  box-shadow: 0 12px 28px rgba(31, 42, 36, 0.06);
}
#pc-header .nav li ul li a:hover { background: var(--ms-primary); color: #fff; }
#pc-header .header-book {
  display: inline-block;
  padding: 10px 18px;
  background: var(--ms-primary);
  color: #fff !important;
  font-size: 14px;
  letter-spacing: 0.06em;
  line-height: 1.2;
  border-radius: var(--ms-radius);
}
#pc-header .header-book:hover { background: var(--ms-primary-deep); color: #fff !important; }

/* ===== Titles ===== */
.title-c h3 {
  font-family: var(--ms-font-display);
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 0.08em;
  margin: 0 auto 16px;
  text-transform: none;
  color: var(--ms-text);
}
.title-c h3:before {
  background: var(--ms-primary);
  width: 36px;
  margin-left: -18px;
  bottom: -12px;
}
.title-c .title-en {
  display: block;
  margin-top: 24px;
  color: var(--ms-muted);
  font-size: 12px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.title-l h2:before { background: var(--ms-primary); }

/* ===== 首页轮播广告 ===== */
.ms-banner {
  background: #fff;
  padding: 24px 0 0;
}
.ms-banner-slides {
  overflow: hidden;
  background: var(--ms-soft);
}
.ms-banner-slides .item,
.ms-banner-slides .item a {
  display: block;
  line-height: 0;
}
.ms-banner-slides .item img {
  width: 100%;
  height: 520px;
  object-fit: cover;
  display: block;
}
.ms-banner-slides.dot-center .owl-dots {
  position: relative;
  top: -36px;
  margin-bottom: -20px;
  text-align: center;
  width: 100%;
}
.ms-banner-slides .owl-dots .owl-dot span {
  background: rgba(255,255,255,0.55);
}
.ms-banner-slides .owl-dots .owl-dot.active span {
  background: var(--ms-primary);
}
.ms-banner-slides .owl-nav .owl-next,
.ms-banner-slides .owl-nav .owl-prev {
  background: rgba(31, 42, 36, 0.45);
  opacity: 0;
}
.ms-banner-slides:hover .owl-nav .owl-next,
.ms-banner-slides:hover .owl-nav .owl-prev {
  opacity: 1;
}

.ms-btn {
  display: inline-block;
  padding: 13px 26px;
  font-size: 15px;
  letter-spacing: 0.06em;
  border-radius: var(--ms-radius);
  transition: all .3s var(--ms-ease);
  text-align: center;
}
.ms-btn-primary {
  background: var(--ms-primary);
  color: #fff !important;
}
.ms-btn-primary:hover {
  background: var(--ms-primary-deep);
  color: #fff !important;
}
.ms-btn-ghost {
  border: 1px solid var(--ms-primary);
  color: var(--ms-primary) !important;
  background: #fff;
}
.ms-btn-ghost:hover {
  background: var(--ms-soft);
  color: var(--ms-primary-deep) !important;
}

/* ===== Sections ===== */
.ms-section { padding: 80px 0; background: #fff; }
.ms-section-soft { background: var(--ms-soft); }
.ms-section-tight { padding: 64px 0; }

.ms-intro {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
  background: #fff;
}
.ms-intro-visual {
  position: relative;
  overflow: hidden;
  min-height: 420px;
  background: var(--ms-soft) center/contain no-repeat;
  border: 1px solid var(--ms-line);
}
.ms-intro-visual::after { display: none; }
.ms-intro-copy .eyebrow {
  color: var(--ms-accent);
  font-size: 13px;
  letter-spacing: 0.18em;
  margin-bottom: 14px;
}
.ms-intro-copy h2 {
  font-family: var(--ms-font-display);
  font-size: 34px;
  line-height: 1.35;
  letter-spacing: 0.05em;
  margin: 0 0 20px;
}
.ms-intro-copy p {
  color: var(--ms-muted);
  font-size: 15px;
  line-height: 1.9;
  margin-bottom: 16px;
}
.ms-intro-meta {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px 24px;
  margin-top: 28px;
  padding-top: 24px;
  border-top: 1px solid var(--ms-line);
}
.ms-intro-meta dt {
  font-size: 12px;
  color: var(--ms-muted);
  letter-spacing: 0.1em;
  margin-bottom: 4px;
}
.ms-intro-meta dd {
  margin: 0;
  font-size: 15px;
  color: var(--ms-text);
}

/* 关于民宿 */
.ms-about-hero {
  display: grid;
  grid-template-columns: minmax(0, 800px) minmax(0, 1fr);
  gap: 48px;
  align-items: center;
}
.ms-about-lead { max-width: none; }
.ms-about-lead .eyebrow {
  color: var(--ms-accent);
  font-size: 13px;
  letter-spacing: 0.18em;
  margin-bottom: 14px;
}
.ms-about-lead h2 {
  font-family: var(--ms-font-display);
  font-size: 34px;
  letter-spacing: 0.06em;
  margin: 0 0 22px;
}
.ms-about-lead p {
  color: var(--ms-muted);
  font-size: 16px;
  line-height: 1.95;
  margin: 0 0 16px;
}
.ms-about-gallery {
  max-width: 800px;
  width: 100%;
  margin: 0;
}
.ms-about-gallery .item img {
  width: 100%;
  height: auto;
  display: block;
}
.ms-about-gallery .owl-dots {
  position: relative;
  top: 12px;
  text-align: center;
  width: 100%;
}
.ms-about-gallery .owl-dots .owl-dot.active span {
  background: var(--ms-primary);
}
.ms-about-gallery .owl-nav .owl-next,
.ms-about-gallery .owl-nav .owl-prev {
  background: rgba(31, 42, 36, 0.4);
  opacity: 1;
}
.ms-about-meta { margin-top: 40px; }
.ms-about-quote {
  max-width: 860px;
  margin: 0 auto;
  background: #fff;
  border: 1px solid var(--ms-line);
  padding: 36px 40px;
}
.ms-about-quote p {
  font-size: 17px;
  line-height: 1.9;
  color: var(--ms-text);
  margin: 0;
}
.ms-about-quote .sub {
  margin-top: 16px;
  color: var(--ms-muted);
  font-size: 15px;
}
.ms-about-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  margin-bottom: 32px;
}
.ms-about-tags span {
  display: inline-block;
  padding: 8px 16px;
  background: #fff;
  border: 1px solid var(--ms-line);
  color: var(--ms-text);
  font-size: 14px;
  letter-spacing: 0.04em;
}
.ms-about-nearby {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.ms-about-nearby li {
  padding: 10px 18px;
  background: #fff;
  border: 1px solid var(--ms-line);
  font-size: 15px;
}

/* 联系页 */
.ms-contact-title {
  font-family: var(--ms-font-display);
  font-size: 36px;
  letter-spacing: 0.08em;
  margin: 0 0 12px;
}
.ms-contact-sub {
  color: var(--ms-muted);
  font-size: 15px;
  margin: 0 0 28px;
}
.ms-contact-info .contact { margin-bottom: 24px; }
.ms-contact-info .ms-btn { display: inline-block; }
.ms-contact-side-img {
  width: 100%;
  height: 100%;
  max-height: 520px;
  object-fit: cover;
  display: block;
}

/* 联系页二维码 */
.ms-qr-panel {
  background: #fff;
  border: 1px solid var(--ms-line);
  padding: 32px 24px;
  text-align: center;
  margin-top: 40px;
}
.ms-qr-title {
  font-family: var(--ms-font-display);
  font-size: 22px;
  letter-spacing: 0.08em;
  margin: 0 0 8px;
  color: var(--ms-text);
}
.ms-qr-desc {
  color: var(--ms-muted);
  font-size: 13px;
  letter-spacing: 0.12em;
  margin: 0 0 28px;
}
.ms-qr-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  max-width: 720px;
  margin: 0 auto;
}
.ms-qr-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  min-width: 0;
}
.ms-qr-item img {
  width: 100%;
  max-width: 160px;
  height: auto;
  aspect-ratio: 1;
  object-fit: contain;
  background: #fff;
  border: 1px solid var(--ms-line);
  padding: 10px;
  box-sizing: border-box;
}
.ms-qr-item span {
  font-size: 14px;
  color: var(--ms-text);
  letter-spacing: 0.08em;
}

/* rooms */
.ms-room-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.ms-room-card {
  background: #fff;
  border: 1px solid var(--ms-line);
  overflow: hidden;
  transition: border-color .3s var(--ms-ease), box-shadow .3s var(--ms-ease);
}
.ms-room-card:hover {
  border-color: #cfd6d0;
  box-shadow: 0 12px 32px rgba(31, 42, 36, 0.06);
}
.ms-room-card .thumb {
  display: block;
  aspect-ratio: 4/3;
  overflow: hidden;
  background: var(--ms-soft);
}
.ms-room-card .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .6s var(--ms-ease);
}
.ms-room-card:hover .thumb img { transform: scale(1.04); }
.ms-room-card .body { padding: 20px 20px 24px; }
.ms-room-card h3 {
  font-family: var(--ms-font-display);
  font-size: 20px;
  margin: 0 0 8px;
  letter-spacing: 0.04em;
}
.ms-room-card h3 a { color: var(--ms-text); }
.ms-room-card h3 a:hover { color: var(--ms-primary); }
.ms-room-card p {
  margin: 0;
  color: var(--ms-muted);
  font-size: 14px;
  line-height: 1.7;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.ms-room-card .more {
  display: inline-block;
  margin-top: 14px;
  font-size: 13px;
  letter-spacing: 0.1em;
  color: var(--ms-primary);
}

/* advantages - white cards */
.ms-adv-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.ms-adv-item {
  background: #fff;
  padding: 28px 24px;
  border: 1px solid var(--ms-line);
  border-top: 2px solid var(--ms-primary);
}
.ms-adv-item h3 {
  font-family: var(--ms-font-display);
  font-size: 20px;
  margin: 0 0 12px;
}
.ms-adv-item p {
  margin: 0;
  color: var(--ms-muted);
  font-size: 14px;
  line-height: 1.75;
}

/* scene - white cards on soft bg */
.ms-scene-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.ms-scene-card {
  padding: 28px;
  background: #fff;
  border: 1px solid var(--ms-line);
}
.ms-scene-card h3 {
  font-family: var(--ms-font-display);
  font-size: 22px;
  margin: 0 0 12px;
  color: var(--ms-text);
}
.ms-scene-card p {
  margin: 0;
  color: var(--ms-muted);
  font-size: 14px;
  line-height: 1.8;
}
.ms-scene-card .tagline {
  display: inline-block;
  margin-top: 16px;
  font-size: 12px;
  letter-spacing: 0.12em;
  color: var(--ms-accent);
}

/* FAQ */
.ms-faq-list { max-width: 880px; margin: 0 auto; }
.ms-faq-item {
  background: #fff;
  margin-bottom: 12px;
  border: 1px solid var(--ms-line);
}
.ms-faq-item summary {
  list-style: none;
  cursor: pointer;
  padding: 18px 22px;
  font-size: 16px;
  font-weight: 600;
  position: relative;
  padding-right: 48px;
}
.ms-faq-item summary::-webkit-details-marker { display: none; }
.ms-faq-item summary::after {
  content: "+";
  position: absolute;
  right: 22px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--ms-primary);
  font-size: 20px;
}
.ms-faq-item[open] summary::after { content: "–"; }
.ms-faq-item .answer {
  padding: 0 22px 20px;
  color: var(--ms-muted);
  font-size: 15px;
  line-height: 1.8;
}

/* news */
.ms-news-grid {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 24px;
}
.ms-news-feature {
  position: relative;
  min-height: 400px;
  overflow: hidden;
  background: #dfe4e0 center/cover no-repeat;
  border: 1px solid var(--ms-line);
}
.ms-news-feature .cap {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  padding: 28px;
  background: linear-gradient(to top, rgba(20,36,28,.8), transparent);
  color: #fff;
}
.ms-news-feature h3 {
  font-family: var(--ms-font-display);
  font-size: 24px;
  margin: 0 0 8px;
}
.ms-news-feature h3 a { color: #fff; }
.ms-news-side .item {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 16px;
  background: #fff;
  border: 1px solid var(--ms-line);
  padding: 14px;
  margin-bottom: 12px;
}
.ms-news-side .item img {
  width: 120px;
  height: 84px;
  object-fit: cover;
}
.ms-news-side .item h4 {
  margin: 0 0 6px;
  font-size: 16px;
  line-height: 1.45;
}
.ms-news-side .item h4 a { color: var(--ms-text); }
.ms-news-side .item h4 a:hover { color: var(--ms-primary); }
.ms-news-side .item time {
  color: var(--ms-muted);
  font-size: 12px;
}

/* CTA */
.ms-cta {
  padding: 72px 0;
  background: var(--ms-primary);
  text-align: center;
  color: #fff;
}
.ms-cta .inner { position: relative; z-index: 1; }
.ms-cta h2 {
  font-family: var(--ms-font-display);
  font-size: 32px;
  letter-spacing: 0.08em;
  margin: 0 0 14px;
  color: #fff;
}
.ms-cta p {
  max-width: 560px;
  margin: 0 auto 28px;
  color: rgba(255,255,255,0.85);
}
.ms-cta .ms-btn-primary {
  background: #fff;
  color: var(--ms-primary-deep) !important;
}
.ms-cta .ms-btn-primary:hover {
  background: #f0f2f0;
  color: var(--ms-primary-deep) !important;
}

/* banner / inner */
.channel-banner {
  height: 280px;
  background-color: var(--ms-soft);
  background-size: cover;
  background-position: center;
}
.channel-banner .banner-info h1,
.channel-banner .banner-info h3 {
  font-family: var(--ms-font-display);
  letter-spacing: 0.1em;
  color: var(--ms-text) !important;
  text-shadow: none;
}
.channel-banner .banner-info h3:before,
.channel-banner .banner-info h1:before {
  background: var(--ms-primary);
  left: 50%;
  margin-left: -15px;
  bottom: -10px;
  width: 30px;
  height: 3px;
  content: '';
  display: block;
  position: absolute;
}
.channel-banner .banner-info p {
  font-size: 13px;
  letter-spacing: 0.2em;
  color: var(--ms-muted) !important;
  opacity: 1;
}
.channel-banner .banner-info {
  position: absolute;
  top: 50%;
  margin-top: -40px;
  left: 0; right: 0;
  z-index: 3;
}

.nav-bread a:hover { color: var(--ms-primary); }
.nav-x li a.active,
.nav-tree li a.active,
.nav-tree li a.cur,
.nav-tree li.focusa a {
  background: var(--ms-primary) !important;
  color: #fff !important;
}
.pagination li.active a,
.pagination li a:hover {
  background: var(--ms-primary);
  border-color: var(--ms-primary);
}
.product-overview .tab .tab-nav .active a {
  color: var(--ms-primary);
  border-bottom-color: var(--ms-primary);
}
.list-news:hover .button {
  background: var(--ms-primary);
  border-color: var(--ms-primary);
}
.list-news {
  border: 1px solid var(--ms-line);
}
.list-news:hover h3 a { color: var(--ms-primary); }

.ms-book-panel {
  margin-top: 24px;
  padding: 22px;
  background: var(--ms-soft);
  border: 1px solid var(--ms-line);
  border-left: 3px solid var(--ms-primary);
}
.ms-book-panel .price-tip {
  font-family: var(--ms-font-display);
  font-size: 22px;
  margin-bottom: 8px;
}
.ms-book-panel p {
  color: var(--ms-muted);
  margin-bottom: 16px;
  font-size: 14px;
}

/* footer */
footer {
  padding: 64px 0 0;
  background: var(--ms-primary-deep) !important;
}
footer h3 { font-family: var(--ms-font-display); letter-spacing: 0.06em; }
footer .contact .media span { background: var(--ms-accent) !important; }
footer .qr { background: rgba(255,255,255,0.06); }
.ms-footer-brand {
  max-width: 320px;
  color: rgba(255,255,255,0.7);
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 20px;
}
.ms-footer-simple {
  display: grid;
  grid-template-columns: 1.4fr 1fr 0.8fr;
  gap: 40px;
}
.ms-footer-simple .nav-col a {
  display: block;
  color: rgba(255,255,255,0.65);
  line-height: 2.1;
}
.ms-footer-simple .nav-col a:hover { color: #fff; }
.guestbook .button,
.home-contact .button { background: var(--ms-primary) !important; }
.home-contact { background: var(--ms-primary-deep); }

/* 汉堡 / 侧滑 / 底栏 */
.js-m-toggle {
  display: none;
  width: 44px;
  height: 44px;
  position: relative;
  flex: 0 0 44px;
  z-index: 20;
}
.js-m-toggle i,
.js-m-toggle i:before,
.js-m-toggle i:after {
  display: block;
  width: 22px;
  height: 2px;
  background: var(--ms-text);
  position: absolute;
  left: 11px;
  transition: .25s var(--ms-ease);
}
.js-m-toggle i { top: 21px; }
.js-m-toggle i:before { content: ""; top: -7px; }
.js-m-toggle i:after { content: ""; top: 7px; }
.js-m-toggle.active i { background: transparent; }
.js-m-toggle.active i:before { top: 0; transform: rotate(45deg); }
.js-m-toggle.active i:after { top: 0; transform: rotate(-45deg); }

#m-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 78%;
  max-width: 320px;
  height: 100%;
  background: #fff;
  z-index: 10001;
  transform: translateX(-105%);
  transition: transform .35s var(--ms-ease);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  box-shadow: 8px 0 30px rgba(0,0,0,.08);
  padding: 72px 0 100px;
}
body.offcanvas-visible #m-header { transform: translateX(0); }
body.offcanvas-visible { overflow: hidden; }
body.offcanvas-visible::before {
  content: "";
  position: fixed;
  inset: 0;
  background: rgba(20, 36, 28, 0.4);
  z-index: 10000;
}
#m-header .nav { display: block !important; padding: 0; margin: 0; }
#m-header .nav li { display: block; border-bottom: 1px solid var(--ms-line); }
#m-header .nav li a {
  display: block;
  line-height: 1.4 !important;
  padding: 16px 22px !important;
  color: var(--ms-text) !important;
  font-size: 16px;
}
#m-header .nav li ul {
  position: static !important;
  display: none;
  box-shadow: none !important;
  border: 0 !important;
  background: var(--ms-soft);
}
#m-header .nav li ul li a {
  padding-left: 36px !important;
  font-size: 14px;
  color: var(--ms-muted) !important;
}

.ms-m-bar {
  display: none;
  position: fixed;
  left: 0; right: 0; bottom: 0;
  z-index: 9990;
  background: #fff;
  box-shadow: 0 -6px 24px rgba(31, 42, 36, 0.08);
  padding: 10px 12px calc(10px + env(safe-area-inset-bottom));
  gap: 10px;
}
.ms-m-bar a {
  flex: 1;
  text-align: center;
  padding: 13px 10px;
  font-size: 15px;
  letter-spacing: 0.06em;
  border-radius: var(--ms-radius);
}
.ms-m-bar-tel {
  background: var(--ms-soft);
  color: var(--ms-primary) !important;
  border: 1px solid var(--ms-line);
}
.ms-m-bar-book {
  background: var(--ms-primary);
  color: #fff !important;
}

@media screen and (max-width: 992px) {
  .js-m-toggle { display: block; }
  #pc-header .ms-nav-wrap { display: none; }
  #pc-header .logo img { max-height: 36px; }
  #pc-header .logo .ms-brand-name { font-size: 18px; letter-spacing: 0.08em; }
  .ms-m-bar { display: flex; }
  body { padding-bottom: 72px; }

  .ms-about-hero {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .ms-about-lead h2 { font-size: 28px; }
  .ms-contact-title { font-size: 28px; }
  .ms-qr-panel {
    margin-top: 28px;
    padding: 24px 16px;
  }
  .ms-qr-grid {
    gap: 12px;
    max-width: 100%;
  }
  .ms-qr-item img {
    max-width: 110px;
    padding: 6px;
  }
  .ms-contact-side-img { max-height: 280px; }

  .ms-banner { padding: 12px 0 0; }
  .ms-banner-slides .item img { height: 280px; }

  .ms-intro,
  .ms-room-grid,
  .ms-adv-grid,
  .ms-scene-grid,
  .ms-news-grid,
  .ms-footer-simple { grid-template-columns: 1fr; }
  .ms-room-grid { grid-template-columns: 1fr 1fr; }
  .ms-adv-grid { grid-template-columns: 1fr 1fr; }
  .ms-intro-visual { min-height: 240px; }
  .ms-section { padding: 48px 0; }
  .title-c h3 { font-size: 26px; }

  .product-description .x5,
  .product-description .x7,
  .line > .x9, .line > .x3, .line > .x8, .line > .x4, .line > .x12,
  .line-large > .x5, .line-large > .x7,
  .inside .x8, .inside .x4, .home-contact .x6 {
    width: 100% !important;
    float: none !important;
  }
  .product-description .zoomimg { width: 100% !important; max-width: 100%; }
  .ms-book-panel .button {
    display: block;
    width: 100%;
    margin: 0 0 10px !important;
    text-align: center;
  }
  .list-news { display: block; padding: 14px; }
  .list-news .x1 { display: none; }
  .list-news .news { margin: 14px 0 0; }
  .channel-banner { height: 180px; }
  .home-contact .guestbook { padding: 36px 20px; }
  .copyright .x8, .copyright .x4 {
    width: 100% !important;
    float: none !important;
    text-align: left !important;
  }
  .ms-cta { padding: 56px 16px; }
  .ms-cta h2 { font-size: 26px; }
}

@media screen and (max-width: 768px) {
  .ms-wrap, .container, .container-layout {
    padding-left: 16px;
    padding-right: 16px;
  }
  .ms-room-grid, .ms-adv-grid { grid-template-columns: 1fr; }
  .ms-banner-slides .item img { height: 220px; }
  .ms-intro-copy h2 { font-size: 26px; }
  .ms-intro-meta { grid-template-columns: 1fr; }
  .ms-news-side .item { grid-template-columns: 96px 1fr; }
  .ms-news-side .item img { width: 96px; height: 72px; }
  .ms-news-feature { min-height: 260px; }
  #pc-header .header-book { padding: 8px 12px; font-size: 13px; }
}

@media screen and (max-width: 480px) {
  .ms-banner-slides .item img { height: 180px; }
  #pc-header .header-book { display: none; }
  .ms-qr-grid {
    grid-template-columns: 1fr;
    gap: 16px;
    max-width: 200px;
  }
  .ms-qr-item img {
    max-width: 160px;
  }
}
