/* Monthly stay — business travel article
   Quiet luxury, after the meeting, the river.
   Load after vn-seo.css + mka-editorial-cinematic.css */

.ms-page {
  --ms-paper: #f3ead9;
  --ms-paper-dim: #d8ccb8;
  --ms-ink: #0c0c0d;
}

.ms-hero {
  position: relative;
  min-height: 78dvh;
  display: grid;
  align-items: end;
  overflow: hidden;
  isolation: isolate;
}
.ms-hero-media {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.ms-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 62%;
  filter: contrast(1.08) saturate(0.82) brightness(0.62);
}
.ms-hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(10,10,11,.28) 0%, rgba(10,10,11,.18) 32%, rgba(10,10,11,.78) 78%, #0a0a0b 100%),
    radial-gradient(80% 50% at 80% 20%, rgba(91,143,168,.16), transparent 60%);
}
.ms-hero-inner {
  position: relative;
  z-index: 1;
  max-width: 1080px;
  margin: 0 auto;
  padding: 28px 24px 48px;
}
.ms-kicker {
  font-family: "Barlow Condensed", system-ui, sans-serif;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-size: 12px;
  color: #e0b84a;
  margin: 0 0 14px;
}
.ms-hero h1 {
  font-family: "Cormorant Garamond", "Noto Serif SC", "Noto Serif KR", Georgia, serif;
  font-weight: 500;
  font-size: clamp(34px, 6vw, 64px);
  line-height: 1.08;
  color: #f6efe3;
  max-width: 16ch;
  margin: 0 0 16px;
}
.ms-hero-lead {
  max-width: 42rem;
  font-size: clamp(16px, 2vw, 19px);
  line-height: 1.65;
  color: #d9d0c2;
  margin: 0 0 22px;
}
.ms-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.ms-actions a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 999px;
  text-decoration: none;
  font-family: "Barlow Condensed", system-ui, sans-serif;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
}
.ms-actions .gold {
  background: #d4a017;
  color: #1a1408;
}
.ms-actions .line {
  border: 1px solid rgba(243,234,217,.35);
  color: #f3ead9;
}
.ms-actions a:hover { filter: brightness(1.06); }

.ms-lang {
  text-align: center;
  font-size: 13px;
  color: #9a958c;
  padding: 16px 24px 0;
}
.ms-lang a { color: #f0e0a8; margin: 0 5px; }
.ms-lang [aria-current="page"] { color: #f6efe3; font-weight: 600; text-decoration: none; }

.ms-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  max-width: 1080px;
  margin: 0 auto;
  padding: 14px 24px;
}
.ms-top a.logo {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #f4efe6;
  text-decoration: none;
  font-family: "Barlow Condensed", system-ui, sans-serif;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 600;
}
.ms-top nav {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  font-size: 13px;
}
.ms-top nav a { color: #c8c4bb; text-decoration: none; }
.ms-top nav a:hover { color: #f0e0a8; }

.ms-article {
  max-width: 760px;
  margin: 0 auto;
  padding: 8px 24px 24px;
}
.ms-article h2 {
  font-family: "Cormorant Garamond", "Noto Serif SC", "Noto Serif KR", Georgia, serif;
  font-size: clamp(26px, 3.4vw, 34px);
  font-weight: 500;
  color: #ebe4d4;
  margin: 42px 0 14px;
}
.ms-article h3 { color: #e0b84a; font-size: 17px; margin: 22px 0 8px; }
.ms-article p,
.ms-article li {
  color: #cfc8bc;
  font-size: 16.5px;
  line-height: 1.75;
  margin-bottom: 14px;
}
.ms-article a { color: #e0b84a; }
.ms-article ul { padding-left: 1.15em; margin: 0 0 18px; }

.ms-quote {
  margin: 28px 0 32px;
  padding: 8px 0 8px 22px;
  border-left: 1px solid rgba(212,160,23,.55);
}
.ms-quote p {
  font-family: "Cormorant Garamond", "Noto Serif SC", "Noto Serif KR", Georgia, serif;
  font-style: italic;
  font-size: clamp(20px, 2.6vw, 26px);
  line-height: 1.45;
  color: #f0e7d6;
  margin: 0;
}

.ms-article table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14.5px;
  margin: 16px 0 24px;
}
.ms-article th,
.ms-article td {
  border: 1px solid rgba(255,255,255,.1);
  padding: 12px 14px;
  text-align: left;
  vertical-align: top;
}
.ms-article th {
  background: rgba(212,175,55,.1);
  color: #e0b84a;
  font-weight: 600;
  letter-spacing: .04em;
}
.ms-article td { color: #d5cfc4; }

.ms-gallery {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  max-width: 1080px;
  margin: 8px auto 12px;
  padding: 0 24px;
}
.ms-gallery figure { margin: 0; }
.ms-gallery img {
  width: 100%;
  aspect-ratio: 16/10;
  object-fit: cover;
  display: block;
  filter: contrast(1.05) saturate(0.88) brightness(0.92);
}
.ms-gallery figcaption {
  font-size: 12px;
  color: #8f8a82;
  margin-top: 6px;
}
.ms-gallery figure:first-child { grid-column: 1 / -1; }
.ms-gallery figure:first-child img { aspect-ratio: 16/9; object-position: 50% 55%; }

.ms-faq details {
  border-top: 1px solid rgba(255,255,255,.08);
  padding: 12px 0;
}
.ms-faq summary {
  cursor: pointer;
  color: #f0e9d8;
  font-weight: 500;
  font-size: 16px;
}
.ms-faq details p { margin: 10px 0 4px; }

.ms-hub {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  margin: 18px 0 8px;
}
@media (min-width: 700px) {
  .ms-hub { grid-template-columns: 1fr 1fr; }
}
.ms-hub a {
  display: block;
  padding: 14px 16px;
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,.1);
  background: rgba(255,255,255,.02);
  text-decoration: none;
  color: #c8c8c8;
}
.ms-hub a strong { color: #e0b84a; display: block; margin-bottom: 4px; }
.ms-hub a:hover { border-color: rgba(212,175,55,.45); }

@media (max-width: 639px) {
  .ms-hero { min-height: 88dvh; }
  .ms-hero h1 { max-width: 18ch; }
  .ms-gallery { grid-template-columns: 1fr; }
  .ms-gallery figure:first-child img { aspect-ratio: 16/10; }
  .ms-top { flex-wrap: wrap; }
  .ms-top nav { gap: 10px; font-size: 12px; width: 100%; }
  .ms-article table { font-size: 13px; }
  .ms-article th, .ms-article td { padding: 8px; }
}
