/**
 * wehome-stay.css — Wehome Stay 공식 사이트 (/wehome-stay)
 * 위챗 심사: JS 없이도 일반 웹사이트 내비·푸터·섹션이 HTML에 보임.
 * SSOT: wooseok.md · pc-mobile-ui.md §0
 * 금지: 상단/왼쪽 색띠 · 미디어 scrim · hover 밑줄 · pill CTA · 앱 셸
 */

/* 앱/H5 셸 · 마켓 GNB는 이 페이지에서 숨김 (심사원이 회사 사이트로 보게) */
html:has(#content.wehome-stay-page) body,
html:has(#content.wehome-stay-page) body#body {
  padding-bottom: 0 !important;
}

html:has(#content.wehome-stay-page) #wehome-no-history-logo,
html:has(#content.wehome-stay-page) .nav.clean,
html:has(#content.wehome-stay-page) .wh-page-nav-wrap,
html:has(#content.wehome-stay-page) nav#bottom_nav,
html:has(#content.wehome-stay-page) #r26DtHeader,
html:has(#content.wehome-stay-page) footer.sp-dt-footer,
html:has(#content.wehome-stay-page) .sp-dt-page-head {
  display: none !important;
}

#content.wehome-stay-page,
#content.wehome-stay-page a,
#content.wehome-stay-page a:hover,
#content.wehome-stay-page a:focus,
#content.wehome-stay-page a:active {
  text-decoration: none !important;
}

#content.wehome-stay-page {
  font-family: var(--wh-ff, 'Pretendard', -apple-system, BlinkMacSystemFont, system-ui, sans-serif);
  -webkit-font-smoothing: antialiased;
  background: var(--wh-bg-stay, #f7f7f7) !important;
  color: var(--wh-tx, #191f28);
  padding: 0 !important;
  min-height: 100vh;
  word-break: keep-all;
}

.ws-site-bar {
  position: sticky;
  top: 0;
  z-index: 20;
  background: var(--wh-card, #fff);
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.ws-site-bar-inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 12px 16px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 20px;
}

.ws-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: var(--wh-touch-min, 44px);
  color: var(--wh-tx, #191f28) !important;
}

.ws-brand img {
  display: block;
  height: 28px;
  width: auto;
}

.ws-brand span {
  font-family: var(--wh-ff-display, 'SUIT', 'Pretendard', sans-serif);
  font-size: 16px;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.ws-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 4px;
}

.ws-nav a {
  display: inline-flex;
  align-items: center;
  min-height: var(--wh-touch-min, 44px);
  padding: 0 10px;
  font-size: 14px;
  font-weight: 600;
  color: var(--wh-tx2, #4e5968) !important;
  border-radius: var(--wh-radius-sharp, 10px);
}

.ws-nav a:focus-visible {
  outline: 2px solid var(--wh-focus-ring, #681DC7);
  outline-offset: 2px;
}

.ws-wrap {
  max-width: 1120px;
  margin: 0 auto;
  padding: 20px 16px 40px;
}

.ws-hero {
  display: flex;
  flex-direction: column;
  gap: 16px;
  background: var(--wh-card, #fff);
  border-radius: 20px;
  padding: 24px 20px 20px;
  box-shadow: var(--wh-shadow-listing, 0 1px 2px rgba(0, 0, 0, 0.04), 0 2px 8px rgba(0, 0, 0, 0.04));
}

.ws-kicker {
  margin: 0 0 6px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: var(--wh-brand, #681DC7);
}

.ws-hero h1 {
  margin: 0 0 12px;
  font-family: var(--wh-ff-display, 'SUIT', 'Pretendard', sans-serif);
  font-size: 32px;
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1.15;
  color: var(--wh-tx, #191f28);
}

.ws-lead,
.ws-sec-lead {
  margin: 0 0 12px;
  font-size: 15px;
  line-height: 1.65;
  color: var(--wh-tx2, #4e5968);
}

.ws-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: var(--wh-touch-cta, 48px);
  padding: 0 22px;
  border-radius: var(--wh-radius-sharp, 10px);
  background: var(--wh-brand, #681DC7);
  color: #fff !important;
  font-size: 15px;
  font-weight: 700;
}

.ws-cta:focus-visible {
  outline: 2px solid var(--wh-focus-ring, #681DC7);
  outline-offset: 2px;
}

.ws-hero-photo {
  display: block;
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 12px;
}

.ws-sec {
  margin-top: 40px;
}

.ws-sec h2 {
  margin: 0 0 12px;
  font-family: var(--wh-ff-display, 'SUIT', 'Pretendard', sans-serif);
  font-size: 22px;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.ws-panel {
  background: var(--wh-card, #fff);
  border-radius: 20px;
  padding: 22px 20px;
  box-shadow: var(--wh-shadow-listing, 0 1px 2px rgba(0, 0, 0, 0.04), 0 2px 8px rgba(0, 0, 0, 0.04));
}

.ws-products {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.ws-card {
  background: var(--wh-card, #fff);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: var(--wh-shadow-listing, 0 1px 2px rgba(0, 0, 0, 0.04), 0 2px 8px rgba(0, 0, 0, 0.04));
  transition: transform 180ms ease;
}

.ws-card img {
  display: block;
  width: 100%;
  height: 160px;
  object-fit: cover;
}

.ws-card-body {
  padding: 16px 18px 18px;
}

.ws-card h3 {
  margin: 0 0 6px;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.ws-card p {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  color: var(--wh-tx2, #4e5968);
}

.ws-facts {
  margin: 0;
  padding: 0;
  list-style: none;
}

.ws-facts li {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  font-size: 14px;
  line-height: 1.55;
  color: var(--wh-tx2, #4e5968);
}

.ws-facts li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.ws-facts span {
  min-width: 88px;
  font-weight: 700;
  color: var(--wh-tx, #191f28);
}

.ws-facts a {
  color: var(--wh-link, #0071e3) !important;
}

.ws-facts a:focus-visible,
.ws-links a:focus-visible {
  outline: 2px solid var(--wh-focus-ring, #681DC7);
  outline-offset: 2px;
}

.ws-links {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 8px 0 0;
}

.ws-links a {
  display: inline-flex;
  align-items: center;
  min-height: var(--wh-touch-min, 44px);
  color: var(--wh-link, #0071e3) !important;
  font-size: 15px;
  font-weight: 600;
}

.ws-site-foot {
  margin-top: 24px;
  background: var(--wh-card, #fff);
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.ws-site-foot-inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 28px 16px 40px;
}

.ws-foot-grid {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.ws-foot-brand,
.ws-foot-h {
  margin: 0 0 8px;
  font-size: 14px;
  font-weight: 800;
  color: var(--wh-tx, #191f28);
}

.ws-foot-grid p,
.ws-foot-grid a {
  display: block;
  margin: 0 0 6px;
  font-size: 13px;
  line-height: 1.6;
  color: var(--wh-tx2, #4e5968) !important;
}

.ws-foot-grid a {
  min-height: var(--wh-touch-min, 44px);
  display: inline-flex;
  align-items: center;
}

.ws-copy {
  margin: 20px 0 0;
  font-size: 12px;
  line-height: 1.65;
  color: var(--wh-tx3, #66707d);
}

@media (min-width: 1024px) {
  html.sp-force-desktop-ui #content.wehome-stay-page,
  html.sp-force-desktop-ui div#content.wehome-stay-page {
    max-width: none !important;
    padding: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .ws-site-bar-inner {
    padding: 14px 24px;
    flex-wrap: nowrap;
    justify-content: space-between;
  }

  .ws-wrap {
    padding: 32px 24px 56px;
  }

  .ws-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    align-items: center;
    gap: 32px;
    padding: 36px 40px;
  }

  .ws-hero h1 {
    font-size: 44px;
  }

  .ws-hero-photo {
    height: 280px;
  }

  .ws-products {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }

  .ws-panel {
    padding: 28px 32px;
  }

  .ws-foot-grid {
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr 1fr;
    gap: 32px;
  }

  .ws-site-foot-inner {
    padding: 40px 24px 48px;
  }

  @media (hover: hover) and (pointer: fine) {
    .ws-cta:hover {
      background: var(--wh-brand-hover, #5416A3);
    }

    .ws-nav a:hover {
      background: var(--wh-brand-tint, #F3EEFA);
      color: var(--wh-brand, #681DC7) !important;
    }

    .ws-card.wh-lift:hover,
    .ws-card:hover {
      transform: translateY(-2px);
    }
  }
}

@media (prefers-reduced-motion: reduce) {
  .ws-card,
  .ws-cta {
    transition: none;
  }
}
