@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,700;1,400&family=Source+Serif+4:ital,wght@0,400;0,600;1,400&display=swap');

/* White-glove  -  cream editorial story */
.ms-white-glove {
  --ms-bg: #faf6ef;
  --ms-text: #221c18;
  --ms-muted: #7a6f63;
  --ms-accent: #8b6914;
  --ms-accent-text: #fff;
  --ms-surface: #fff;
  --ms-border: #e8dfd0;
  --ms-nav-bg: rgba(250, 246, 239, 0.96);
  --ms-display: "Playfair Display", serif;
  --ms-body: "Source Serif 4", serif;
  --ms-hotspot-ring: rgba(139, 105, 20, 0.45);
  --ms-hotspot-radius: 0.15rem;
  --ms-ui-radius: 0.15rem;
  --ms-btn-radius: 0.15rem;
}

.wg-editorial {
  max-width: 780px;
  margin: 0 auto;
  padding: 0 1.25rem 4rem;
}

.wg-hero {
  padding: 4rem 0 2.5rem;
  border-bottom: 1px solid var(--ms-border);
  text-align: center;
  position: relative;
}

.wg-hero::before {
  content: '✦';
  display: block;
  font-size: 1.25rem;
  color: var(--ms-accent);
  margin-bottom: 1rem;
  opacity: 0.6;
}

.wg-hero h1 {
  font-family: var(--ms-display);
  font-size: clamp(2.2rem, 5.5vw, 3.2rem);
  font-weight: 700;
  line-height: 1.12;
  margin: 0;
  letter-spacing: -0.01em;
}

.wg-deck {
  font-size: 1.2rem;
  color: var(--ms-muted);
  margin: 1.25rem auto 0;
  line-height: 1.65;
  max-width: 32rem;
  font-style: italic;
}

.wg-story {
  padding: 2.5rem 0;
}

.wg-installer {
  display: grid;
  gap: 1.75rem;
  margin-bottom: 2.5rem;
  align-items: start;
}

@media (min-width: 640px) {
  .wg-installer {
    grid-template-columns: 180px 1fr;
    gap: 2rem;
  }
}

.wg-installer img {
  border-radius: 0.15rem;
  box-shadow: 0 12px 40px rgba(34, 28, 24, 0.12);
  filter: sepia(8%);
}

.wg-installer blockquote {
  margin: 0;
  font-style: italic;
  color: var(--ms-text);
  font-size: 1.15rem;
  line-height: 1.65;
  position: relative;
  padding-left: 1.25rem;
  border-left: 3px solid var(--ms-accent);
}

.wg-installer blockquote p {
  margin: 0;
}

.wg-installer cite {
  display: block;
  margin-top: 1rem;
  font-style: normal;
  font-size: 0.85rem;
  color: var(--ms-accent);
  font-weight: 600;
  letter-spacing: 0.04em;
}

.wg-story .ms-hotspot-wrap {
  border: 1px solid var(--ms-border);
  border-radius: 0.15rem;
  margin-top: 1rem;
  box-shadow: 0 8px 32px rgba(34, 28, 24, 0.08);
}

.wg-ui {
  padding: 1.5rem 0;
  border-top: 1px solid var(--ms-border);
}

.wg-ui .ms-ui-shot {
  border: 1px solid var(--ms-border);
  border-radius: 0.15rem;
}

.wg-walk {
  padding: 2rem 0;
  border-top: 1px solid var(--ms-border);
}

.wg-walk h2 {
  font-family: var(--ms-display);
  font-size: 1.35rem;
  margin: 0 0 1.25rem;
  text-align: center;
}

.wg-walk ol {
  list-style: none;
  margin: 0;
  padding: 0;
  counter-reset: wg-step;
}

.wg-walk li {
  counter-increment: wg-step;
  padding: 1.25rem 0;
  border-bottom: 1px solid var(--ms-border);
  display: grid;
  gap: 0.35rem;
}

.wg-walk li::before {
  content: 'Chapter ' counter(wg-step);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ms-accent);
}

.wg-walk h3 {
  margin: 0;
  font-family: var(--ms-display);
  font-size: 1.05rem;
}

.wg-walk p {
  margin: 0;
  font-size: 0.92rem;
  color: var(--ms-muted);
  line-height: 1.6;
}

.ms-white-glove .ms-www {
  padding: 2rem 0;
  border-top: 1px solid var(--ms-border);
  gap: 2rem;
}

@media (min-width: 768px) {
  .ms-white-glove .ms-www { grid-template-columns: 1fr; }
}

.ms-white-glove .ms-www > div {
  padding: 0.85rem 0;
  border-bottom: 1px dotted var(--ms-border);
}

.ms-white-glove .ms-www > div:last-child {
  border-bottom: none;
}

.wg-facts {
  display: grid;
  gap: 1.25rem;
  padding: 2rem 0;
  border-top: 1px solid var(--ms-border);
}

.wg-facts article {
  font-size: 0.95rem;
  padding: 1rem 0;
  border-bottom: 1px solid var(--ms-border);
}

.wg-facts article:last-child { border-bottom: none; }

.wg-facts h3 {
  font-family: var(--ms-display);
  font-size: 1.05rem;
  margin: 0 0 0.35rem;
  color: var(--ms-accent);
}

.wg-facts p {
  margin: 0;
  color: var(--ms-muted);
  line-height: 1.55;
}

.ms-white-glove .ms-face-block {
  justify-content: center;
  margin: 1.5rem 0;
}

.ms-white-glove .ms-face-block img {
  border-radius: 0.15rem;
  border: 2px solid var(--ms-border);
}

.ms-white-glove .ms-signup {
  border-radius: 0.15rem;
  border: 1px solid var(--ms-border);
  background: var(--ms-surface);
}

.ms-white-glove .ms-columns {
  padding: 1.5rem 0;
}

.ms-white-glove .ms-col {
  border: none;
  border-bottom: 1px solid var(--ms-border);
  border-radius: 0;
  background: transparent;
  padding: 1rem 0;
}

@keyframes wg-fade-up {
  from { opacity: 0; transform: translateY(16px); }
  to { opacity: 1; transform: none; }
}

.wg-hero {
  animation: wg-fade-up 0.8s ease both;
}
