/**
 * K-POPSTAY homepage sections
 * Structure preserved — Premium Craft surfaces only
 */

/* Mega banner */
#mega-banner {
  background: var(--wh-bg);
  color: var(--wh-tx);
  text-align: center;
  padding: 12px 16px 0;
  position: static;
}
.mega-banner-inner {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
  width: fit-content;
  max-width: calc(100% - 24px);
  margin: 0 auto;
  background: var(--wh-card);
  border-radius: var(--wh-radius-md);
  padding: 8px 14px 8px 12px;
  box-shadow: var(--wh-shadow-listing);
  border: 1px solid var(--wh-bd);
}
.mega-banner-badge {
  background: var(--wh-warn-bg);
  color: var(--wh-warn-tx);
  border: 1px solid var(--wh-warn-bd);
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  padding: 3px 8px;
  border-radius: 8px;
  text-transform: uppercase;
  flex-shrink: 0;
}
.mega-banner-text {
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--wh-tx2);
  text-align: left;
}
.mega-banner-link {
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--wh-brand);
  background: var(--wh-brand-tint);
  padding: 6px 12px;
  border-radius: 10px;
  flex-shrink: 0;
  white-space: nowrap;
  min-height: 32px;
  display: inline-flex;
  align-items: center;
}
.mega-banner-link:hover {
  background: var(--wh-info-bd);
  text-decoration: none;
}

/* Stickers → badges */
.sticker {
  display: inline-block;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 4px 9px;
  border: 1px solid var(--wh-bd);
  background: var(--wh-surface);
  color: var(--wh-tx);
  border-radius: 8px;
  margin-right: 6px;
  margin-bottom: 6px;
  transform: none;
  box-shadow: none;
}
.sticker.legal {
  background: var(--wh-ok-bg);
  border-color: var(--wh-ok-bd);
  color: var(--wh-ok);
}
.sticker.near {
  background: var(--wh-brand-tint);
  border-color: var(--wh-info-bd);
  color: var(--wh-brand);
}
.sticker.walk {
  background: var(--wh-card);
  border-color: var(--wh-bd-input);
  color: var(--wh-tx);
}

/* Hero */
.hero {
  min-height: 560px;
  margin-top: 0;
  padding: 56px 0;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  background: var(--wh-bg);
  border-bottom: 1px solid var(--wh-bd);
}
.hero .wrap { width: 100%; }
.hero-row {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: clamp(36px, 5vw, 72px);
  align-items: center;
  position: relative;
  z-index: 1;
}
.hero-copy { max-width: 560px; }
.hero-eyebrow {
  font-size: 0.72rem;
  font-weight: 800;
  color: var(--wh-brand);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 14px;
}
.hero-h1 {
  font-family: var(--wh-ff-display);
  font-size: clamp(2rem, 4.4vw, 3.1rem);
  font-weight: 800;
  color: var(--wh-tx);
  line-height: 1.12;
  letter-spacing: var(--wh-tracking-title);
  margin-bottom: 16px;
  max-width: 14ch;
}
.hero-lead {
  font-size: 1rem;
  color: var(--wh-tx2);
  line-height: 1.65;
  margin-bottom: 24px;
  max-width: 40ch;
}
.hero-search {
  background: var(--wh-card);
  border: 1.5px solid var(--wh-bd-input);
  border-radius: var(--wh-radius-md);
  padding: 6px 6px 6px 16px;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
  box-shadow: var(--wh-shadow-listing);
}
.hero-search input[type=text] {
  flex: 1;
  border: none;
  background: transparent;
  font-size: 0.9rem;
  outline: none;
  min-width: 0;
  font-family: inherit;
  color: var(--wh-tx);
}
.hero-search input[type=text]::placeholder { color: var(--wh-tx3); }
.hero-dates {
  display: flex;
  gap: 8px;
  margin-bottom: 14px;
  flex-wrap: wrap;
}
.hero-date-field {
  flex: 1;
  min-width: 130px;
  background: var(--wh-card);
  border: 1.5px solid var(--wh-bd-input);
  border-radius: var(--wh-radius-xs);
  padding: 8px 12px;
  box-shadow: var(--wh-shadow);
}
.hero-date-field label {
  display: block;
  font-size: 0.58rem;
  font-weight: 700;
  color: var(--wh-tx3);
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.hero-date-field input {
  border: none;
  background: transparent;
  font-size: 0.82rem;
  width: 100%;
  outline: none;
  font-family: inherit;
  color: var(--wh-tx);
  color-scheme: light;
}
.hero-chips {
  display: flex;
  gap: 7px;
  flex-wrap: wrap;
  margin-top: 4px;
}
.hero-chip {
  background: var(--wh-card);
  border: 1.5px solid var(--wh-bd);
  font-size: 0.74rem;
  font-weight: 600;
  color: var(--wh-tx2);
  padding: 8px 14px;
  border-radius: var(--wh-radius-btn);
  cursor: pointer;
  min-height: var(--wh-touch-min);
  box-shadow: none;
}
.hero-chip:hover {
  border-color: var(--wh-brand);
  color: var(--wh-brand);
  background: var(--wh-brand-tint);
}

.hero-visual {
  margin: 0;
  overflow: hidden;
  background: var(--wh-card);
  border: 1px solid var(--wh-bd);
  border-radius: var(--wh-radius-lg);
  box-shadow: var(--wh-shadow-listing);
}
.hero-visual img {
  width: 100%;
  height: clamp(340px, 32vw, 460px);
  object-fit: cover;
  background: var(--wh-surface);
}
.hero-visual-caption {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 4px 16px;
  align-items: center;
  padding: 18px 20px;
  color: var(--wh-tx);
}
.hero-visual-caption strong {
  font-family: var(--wh-ff-display);
  font-size: 1rem;
  letter-spacing: var(--wh-tracking-title);
}
.hero-visual-caption > span:last-child {
  grid-column: 2;
  grid-row: 1 / span 2;
  color: var(--wh-tx3);
  font-size: 0.68rem;
}
.hero-visual-kicker {
  color: var(--wh-brand);
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.1em;
}

/* Stories */
.stories {
  padding: 28px 0 40px;
  background: var(--wh-card);
  border-bottom: 1px solid var(--wh-bd);
  overflow: visible;
}
.stories-track {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  overflow-x: auto;
  padding: 4px 2px 8px;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.stories-track::-webkit-scrollbar { display: none; }
.story {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex: 0 0 auto;
  min-height: var(--wh-touch-min);
  padding: 10px 16px;
  background: var(--wh-card);
  border: 1px solid var(--wh-bd);
  border-radius: var(--wh-radius-btn);
  text-decoration: none;
  color: var(--wh-tx2);
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.2;
  white-space: nowrap;
  cursor: pointer;
  transition:
    border-color var(--wh-motion-fast) var(--wh-ease-out-smooth),
    color var(--wh-motion-fast) var(--wh-ease-out-smooth),
    background-color var(--wh-motion-fast) var(--wh-ease-out-smooth);
}
.story:hover {
  border-color: var(--wh-info-bd);
  color: var(--wh-brand);
  background: var(--wh-brand-tint);
  text-decoration: none;
  transform: none;
  box-shadow: none;
}
.story-icon {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  color: var(--wh-brand);
}
.story-label { font-size: inherit; font-weight: inherit; color: inherit; }

@media (max-width: 640px) {
  .stories .wrap {
    max-width: none;
    padding: 0;
  }
  .stories-track {
    justify-content: flex-start;
    flex-wrap: nowrap;
    padding: 4px 20px 6px 18px;
    scroll-padding-inline: 18px;
    scroll-snap-type: x proximity;
  }
  .story { scroll-snap-align: start; }
  .stories { padding: 22px 0 32px; }
  .hero {
    min-height: 0;
    padding: 38px 0 40px;
  }
  #mega-banner { padding: 10px 12px 0; }
  .mega-banner-inner {
    width: 100%;
    max-width: 100%;
    padding: 10px 12px;
  }
  .mega-banner-text {
    flex: 1 1 180px;
    line-height: 1.45;
  }
}

@media (max-width: 900px) {
  .hero-row { grid-template-columns: 1fr; }
  .hero-visual { display: none; }
}

/* Live */
.live {
  padding: 40px 0 48px;
  background: var(--wh-bg);
}
.live-card {
  background: var(--wh-card);
  border: 1px solid var(--wh-bd);
  border-radius: var(--wh-radius-lg);
  overflow: hidden;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 0;
  align-items: stretch;
  box-shadow: var(--wh-shadow-listing);
}
.live-main {
  padding: 32px 32px 28px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.live-kicker {
  font-size: 0.7rem;
  font-weight: 700;
  color: var(--wh-tx3);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.live-title {
  font-family: var(--wh-ff-display);
  font-size: clamp(1.5rem, 2.4vw, 1.85rem);
  font-weight: 800;
  color: var(--wh-tx);
  letter-spacing: var(--wh-tracking-title);
  margin-bottom: 8px;
  line-height: 1.15;
}
.live-sub {
  font-size: 0.9rem;
  color: var(--wh-tx2);
  margin-bottom: 16px;
  font-weight: 500;
}
.scarce {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  width: fit-content;
  max-width: 100%;
  background: var(--wh-err-bg);
  border: 1px solid var(--wh-err-bd);
  color: var(--wh-err-tx);
  font-size: 0.72rem;
  font-weight: 600;
  padding: 6px 12px;
  border-radius: var(--wh-radius-btn);
  margin-bottom: 20px;
  line-height: 1.35;
  white-space: normal;
}
.dday {
  display: flex;
  gap: 8px;
  margin-bottom: 22px;
  flex-wrap: wrap;
}
.dday-box {
  background: var(--wh-surface);
  color: var(--wh-tx);
  border: 1px solid var(--wh-bd);
  border-radius: var(--wh-radius-xs);
  min-width: 64px;
  padding: 12px 8px;
  text-align: center;
}
.dday-num {
  font-size: 1.4rem;
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1;
  font-variant-numeric: tabular-nums;
  color: var(--wh-brand);
}
.dday-unit {
  font-size: 0.58rem;
  font-weight: 600;
  color: var(--wh-tx3);
  text-transform: uppercase;
  margin-top: 5px;
  letter-spacing: 0.08em;
}
.live-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--wh-brand-tint);
  color: var(--wh-brand);
  font-size: 0.875rem;
  font-weight: 700;
  padding: 12px 20px;
  border-radius: var(--wh-radius-btn);
  text-decoration: none;
  border: none;
  width: fit-content;
  min-height: var(--wh-touch-min);
  transition: background-color var(--wh-motion-fast) var(--wh-ease-out-smooth);
}
.live-cta:hover {
  background: var(--wh-info-bd);
  color: var(--wh-brand);
  text-decoration: none;
}

/* Play＆Stay / JTB density: plan facts under live main */
.live-plan {
  width: 100%;
  margin: 0 0 18px;
  border-collapse: collapse;
  border: 1px solid var(--wh-bd);
  border-radius: var(--wh-radius-xs);
  overflow: hidden;
  background: var(--wh-surface);
}
.live-plan th,
.live-plan td {
  text-align: left;
  padding: 10px 12px;
  border-bottom: 1px solid var(--wh-bd);
  font-size: 0.8rem;
  vertical-align: top;
}
.live-plan tr:last-child th,
.live-plan tr:last-child td { border-bottom: none; }
.live-plan th {
  width: 28%;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--wh-tx3);
}
.live-plan td {
  font-weight: 600;
  color: var(--wh-tx);
  line-height: 1.45;
}
.live-plan td .muted {
  display: block;
  margin-top: 2px;
  font-size: 0.72rem;
  font-weight: 500;
  color: var(--wh-tx2);
}
.live-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}
.live-note-ticket {
  font-size: 0.72rem;
  color: var(--wh-tx3);
  line-height: 1.45;
  margin-top: 10px;
  max-width: 42ch;
}

/* Venue photo — no dark scrim; text on white panel */
.live-side {
  position: relative;
  color: var(--wh-tx);
  padding: 16px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 300px;
  overflow: hidden;
  background: var(--wh-surface) center/cover no-repeat;
  margin: 12px 12px 12px 0;
  border-radius: var(--wh-radius-sm);
}
.live-side--poster {
  background-image: url("/uploads/venue/goyang-stadium.jpg");
}
.live-poster-type {
  position: relative;
  z-index: 1;
  margin-bottom: 12px;
  background: var(--wh-card);
  border: 1px solid var(--wh-bd);
  border-radius: var(--wh-radius-xs);
  padding: 14px 16px;
  box-shadow: var(--wh-shadow-listing);
  align-self: flex-start;
}
.live-poster-ey {
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--wh-tx3);
  margin-bottom: 6px;
}
.live-poster-title {
  font-family: var(--wh-ff-display);
  font-size: clamp(1.4rem, 2.4vw, 1.75rem);
  font-weight: 800;
  letter-spacing: var(--wh-tracking-title);
  line-height: 1;
  margin-bottom: 4px;
  color: var(--wh-tx);
}
.live-poster-city {
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--wh-tx2);
  letter-spacing: 0.04em;
}
.live-side-copy {
  position: relative;
  z-index: 1;
  background: var(--wh-card);
  border: 1px solid var(--wh-bd);
  border-radius: var(--wh-radius-xs);
  padding: 14px 16px;
  box-shadow: var(--wh-shadow-listing);
}
.live-side-copy h4 {
  font-size: 0.95rem;
  font-weight: 700;
  margin-bottom: 8px;
  letter-spacing: -0.02em;
  color: var(--wh-tx);
}
.live-side-copy p {
  font-size: 0.8rem;
  line-height: 1.55;
  color: var(--wh-tx2);
  margin-bottom: 12px;
  max-width: 36ch;
}
.live-side-copy a {
  display: inline-flex;
  align-items: center;
  background: var(--wh-brand-tint);
  color: var(--wh-brand);
  font-weight: 700;
  font-size: 0.8rem;
  padding: 10px 14px;
  border-radius: var(--wh-radius-btn);
  text-decoration: none;
  min-height: var(--wh-touch-min);
}
.live-side-copy a:hover {
  background: var(--wh-info-bd);
  color: var(--wh-brand);
  text-decoration: none;
}
.live-photo-credit {
  position: absolute;
  right: 14px;
  top: 10px;
  z-index: 2;
  font-size: 0.52rem;
  color: var(--wh-tx);
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid var(--wh-bd);
  padding: 3px 8px;
  border-radius: 6px;
  letter-spacing: 0.02em;
}

.live-embed {
  margin-top: 16px;
  background: var(--wh-card);
  border: 1px solid var(--wh-bd);
  border-radius: var(--wh-radius-lg);
  padding: 24px 24px 20px;
  overflow: hidden;
  box-shadow: var(--wh-shadow-listing);
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(340px, 1.2fr);
  gap: 10px 24px;
  align-items: start;
}
.live-embed-kicker {
  font-family: var(--wh-ff-display);
  font-size: 1.15rem;
  font-weight: 800;
  color: var(--wh-tx);
  letter-spacing: var(--wh-tracking-title);
  margin-bottom: 4px;
}
.live-embed-note {
  display: block;
  color: var(--wh-tx2);
  font-size: 0.8rem;
  line-height: 1.55;
}
.live-official-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin-top: 14px;
}
.live-official-card {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 18px 18px 16px;
  border-radius: var(--wh-radius-sm);
  border: 1px solid var(--wh-bd);
  background: var(--wh-card);
  text-decoration: none;
  color: inherit;
  transition:
    border-color var(--wh-motion-fast) var(--wh-ease-out-smooth),
    background-color var(--wh-motion-fast) var(--wh-ease-out-smooth);
}
.live-official-card:hover {
  border-color: var(--wh-info-bd);
  background: var(--wh-brand-tint);
  text-decoration: none;
  transform: none;
  box-shadow: none;
}
.live-official-card .lo-tag {
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--wh-tx3);
}
.live-official-card .lo-title {
  font-size: 1.05rem;
  font-weight: 800;
  line-height: 1.3;
  color: var(--wh-tx);
  letter-spacing: -0.02em;
}
.live-official-card .lo-desc { display: none; }
.live-official-card .lo-go {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
  width: fit-content;
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--wh-brand);
  background: var(--wh-brand-tint);
  padding: 9px 14px;
  border-radius: var(--wh-radius-btn);
}
.live-official-card:hover .lo-go {
  background: var(--wh-info-bd);
}
.live-ig-wrap {
  grid-column: 2;
  grid-row: 1 / span 3;
  margin-top: 0;
}
.live-ig-grid {
  display: grid;
  grid-template-columns: 1fr;
  max-width: 440px;
  margin: 0 auto;
}
.live-ig-post {
  background: var(--wh-surface);
  border: 1px solid var(--wh-bd);
  border-radius: var(--wh-radius-sm);
  overflow: hidden;
  min-height: 420px;
}
.live-ig-post iframe {
  width: 100%;
  height: 480px;
  border: 0;
  display: block;
  background: var(--wh-card);
}
.live-ig-caption {
  font-size: 0.68rem;
  color: var(--wh-tx3);
  padding: 8px 10px;
  line-height: 1.35;
}
.live-ig-fallback {
  display: none;
  text-align: center;
  padding: 28px 16px;
  border: 1px solid var(--wh-bd);
  border-radius: var(--wh-radius-sm);
  background: var(--wh-surface);
  margin-top: 12px;
}
.live-ig-fallback.is-on { display: block; }
.live-ig-fallback a {
  display: inline-flex;
  margin-top: 10px;
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--wh-brand);
  background: var(--wh-brand-tint);
  padding: 10px 16px;
  border-radius: var(--wh-radius-btn);
}
.live-ig-fallback a:hover {
  background: var(--wh-info-bd);
  text-decoration: none;
}
.live .wrap > p a {
  color: var(--wh-brand) !important;
  font-weight: 700 !important;
  text-decoration: none !important;
}
.live .wrap > p a:hover {
  color: var(--wh-brand-hover) !important;
}

@media (max-width: 900px) {
  .live-card { grid-template-columns: 1fr; }
  .live-side { margin: 0 12px 12px; min-height: 240px; }
  .live-main { padding: 24px 22px 20px; }
  .live-embed {
    display: block;
  }
  .live-embed-note { margin-bottom: 14px; }
  .live-ig-grid {
    grid-template-columns: 1fr;
    max-width: 420px;
    margin: 0 auto;
  }
  .live-ig-wrap { margin-top: 18px; }
  .live-ig-post iframe { height: 520px; }
}
@media (max-width: 640px) {
  .live-official-grid { grid-template-columns: 1fr; }
}

/* Fan checklist */
.feed {
  padding: 44px 0;
  background: var(--wh-card);
  border-top: 1px solid var(--wh-bd);
}
.fan-checklist {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  max-width: 920px;
}
.fan-tip {
  background: var(--wh-bg);
  border: 1px solid var(--wh-bd);
  border-radius: var(--wh-radius-md);
  padding: 20px;
}
.fan-tip-head {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}
.fan-tip-num {
  color: var(--wh-brand);
  font-family: var(--wh-ff-display);
  font-size: 0.9rem;
  font-weight: 800;
}
.fan-tip-meta {
  font-size: 0.7rem;
  color: var(--wh-tx3);
  font-weight: 700;
  letter-spacing: 0.06em;
}
.fan-tip-body {
  font-size: 0.88rem;
  line-height: 1.65;
  color: var(--wh-tx2);
}

@media (max-width: 640px) {
  .fan-checklist { grid-template-columns: 1fr; }
}

/* Archive */
.arch {
  padding: 44px 0;
  background: var(--wh-bg);
}
.arch-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 14px;
}
.arch-card {
  background: var(--wh-card);
  border: 1px solid var(--wh-bd);
  border-radius: var(--wh-radius-md);
  overflow: hidden;
  box-shadow: var(--wh-shadow-listing);
}
.arch-hero {
  height: 160px;
  position: relative;
  padding: 16px;
  overflow: hidden;
  background: var(--wh-surface) center/cover no-repeat;
}
.arch-hero--cover {
  background-image: url("https://www.wehome.me/assets/images/kpopstay/thumbnail-en.png?v=8");
}
.arch-hero .sticker {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 2;
}
.arch-hero-title {
  position: absolute;
  bottom: 14px;
  left: 16px;
  z-index: 2;
  color: var(--wh-tx);
  font-family: var(--wh-ff-display);
  font-weight: 800;
  font-size: 1.25rem;
  letter-spacing: var(--wh-tracking-title);
  line-height: 1.15;
  background: var(--wh-card);
  border: 1px solid var(--wh-bd);
  border-radius: 10px;
  padding: 10px 12px;
  box-shadow: var(--wh-shadow-listing);
}
.arch-hero-ey {
  display: block;
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--wh-tx3);
  margin-bottom: 4px;
}
.arch-body { padding: 16px; }
.arch-body h3 {
  font-size: 1rem;
  font-weight: 800;
  margin-bottom: 6px;
  color: var(--wh-tx);
}
.arch-body p {
  font-size: 0.82rem;
  color: var(--wh-tx2);
  line-height: 1.55;
  margin-bottom: 12px;
}
.arch-link {
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--wh-brand);
  text-decoration: none;
}
.arch-link:hover {
  color: var(--wh-brand-hover);
  text-decoration: none;
}

@media (max-width: 900px) {
  .arch-grid { grid-template-columns: 1fr; }
}

/* Reviews (hidden on home; craft-safe if shown) */
.rev {
  padding: 56px 0;
  background: var(--wh-bg);
  border-top: 1px solid var(--wh-bd);
  color: var(--wh-tx);
  overflow: clip;
}
.rev .wrap { max-width: 1120px; }
.rev-layout {
  display: grid;
  grid-template-columns: minmax(220px, 300px) minmax(0, 1fr);
  gap: 28px;
  align-items: center;
}
.rev-side .rev-title {
  font-family: var(--wh-ff-display);
  font-size: clamp(1.45rem, 2.4vw, 1.95rem);
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: var(--wh-tracking-title);
  margin: 0 0 22px;
  color: var(--wh-tx);
}
.rev-nav { display: flex; gap: 10px; }
.rev-nav button {
  width: 42px;
  height: 42px;
  border-radius: var(--wh-radius-btn);
  border: 1.5px solid var(--wh-bd-input);
  background: var(--wh-card);
  color: var(--wh-tx);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.rev-nav button:hover {
  background: var(--wh-brand-tint);
  border-color: var(--wh-brand);
  color: var(--wh-brand);
}
.rev-nav button:disabled { opacity: 0.35; cursor: default; }
.rev-track-wrap { min-width: 0; }
.rev-track {
  display: flex;
  gap: 14px;
  overflow-x: auto;
  padding: 6px 4px 18px;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  scroll-snap-type: x mandatory;
  scroll-padding-inline: 4px;
  overscroll-behavior-x: contain;
}
.rev-track::-webkit-scrollbar { display: none; }
.rev-card {
  flex: 0 0 280px;
  scroll-snap-align: start;
  background: var(--wh-card);
  border: 1px solid var(--wh-bd);
  border-radius: var(--wh-radius-sm);
  padding: 16px;
  text-decoration: none;
  color: var(--wh-tx);
  display: flex;
  flex-direction: column;
  gap: 12px;
  box-shadow: var(--wh-shadow-listing);
}
.rev-card:hover {
  background: var(--wh-card);
  text-decoration: none;
}
.rev-av {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--wh-brand-tint);
  color: var(--wh-brand);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.85rem;
  font-weight: 800;
  flex-shrink: 0;
  border: 1px solid var(--wh-info-bd);
}
.rev-name { font-size: 0.9rem; font-weight: 800; }
.rev-meta { font-size: 0.72rem; color: var(--wh-tx3); margin-top: 2px; }
.rev-stars { font-size: 0.72rem; color: var(--wh-tx2); }
.rev-stars .stars { color: var(--wh-brand); }
.rev-media {
  height: 160px;
  border-radius: var(--wh-radius-xs);
  overflow: hidden;
  background: var(--wh-surface);
  position: relative;
}
.rev-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.rev-media .rev-ph {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--wh-tx2);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-align: center;
  padding: 12px;
  background: var(--wh-brand-tint);
}
.rev-cap {
  font-size: 0.82rem;
  line-height: 1.45;
  color: var(--wh-tx2);
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 3.6em;
}
.rev-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding-top: 4px;
  border-top: 1px solid var(--wh-bd);
  margin-top: auto;
}
.rev-foot-label { font-size: 0.68rem; color: var(--wh-tx3); }
.rev-foot-go {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--wh-brand-tint);
  color: var(--wh-brand);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.rev-more { margin-top: 18px; }
.rev-more a {
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--wh-brand);
  text-decoration: none;
}
.rev-more a:hover { color: var(--wh-brand-hover); text-decoration: none; }

@media (max-width: 860px) {
  .rev-layout { grid-template-columns: 1fr; gap: 18px; }
  .rev-track-wrap { width: 100%; }
  .rev-track {
    padding: 6px 2px 18px;
    scroll-padding-inline: 2px;
  }
  .rev-card { flex: 0 0 min(calc(100vw - 76px), 320px); }
}

/* Trust */
.trust {
  padding: 28px 0;
  background: var(--wh-card);
  border-top: 1px solid var(--wh-bd);
  border-bottom: 1px solid var(--wh-bd);
}
.trust-layout {
  display: grid;
  grid-template-columns: minmax(220px, 0.75fr) minmax(0, 1.25fr);
  gap: 28px;
  align-items: center;
}
.trust-heading .sec-title {
  margin-bottom: 0;
}
.trust-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 0;
}
.trust-pill {
  background: var(--wh-bg);
  border: 1px solid var(--wh-bd);
  border-radius: var(--wh-radius-btn);
  padding: 14px 16px;
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--wh-tx2);
  min-height: 64px;
  display: flex;
  align-items: center;
}

@media (max-width: 800px) {
  .trust-layout { grid-template-columns: 1fr; gap: 16px; }
  .trust-row { grid-template-columns: 1fr; }
  .trust-pill { min-height: var(--wh-touch-min); }
}

/* How + LiveAnywhere compare */
.how {
  padding: 48px 0 56px;
  background: var(--wh-bg);
  border-top: 1px solid var(--wh-bd);
}
.how .kps-compare {
  margin: 0 0 28px;
  max-width: 820px;
}
.how-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-top: 20px;
}
.how-step {
  background: var(--wh-card);
  border: 1px solid var(--wh-bd);
  border-radius: var(--wh-radius-md);
  padding: 16px;
  box-shadow: var(--wh-shadow-listing);
}
.how-num {
  font-size: 0.7rem;
  font-weight: 800;
  color: var(--wh-brand);
  margin-bottom: 6px;
}
.how-step h3 {
  font-size: 0.88rem;
  font-weight: 800;
  margin-bottom: 4px;
  color: var(--wh-tx);
}
.how-step p {
  font-size: 0.75rem;
  color: var(--wh-tx2);
  line-height: 1.5;
}

@media (max-width: 900px) {
  .how-steps { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px) {
  .how-steps { grid-template-columns: 1fr; }
}
