/* ================================================
   WHITE-GLOVE AI — technical, operational, rigorous
   Light palette with an institutional grid feel
   ================================================ */

.body--light {
  background: #f2f2f2;
  color: #1b1b1c;
}

.wg { --fact-bg: #fff; }

/* HERO */
.wg__hero { padding: 3rem 0 5rem; }
.wg__hero-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 5rem;
  align-items: start;
  margin-top: 3rem;
}
.wg__eyebrow { color: #1b1b1c; opacity: 0.6; }
.wg__display {
  font-size: clamp(2.8rem, 7vw, 6.5rem);
  max-width: 14ch;
}
.wg__kicker {
  margin: 2rem 0 2.5rem;
  max-width: 52ch;
  font-size: clamp(1.02rem, 1.3vw, 1.2rem);
  line-height: 1.6;
  opacity: 0.8;
}
.wg__cta {
  background: #1b1b1c;
  color: #f2f2f2;
}
.wg__cta:hover { background: #000; }

/* Meta panel — institutional spec sheet */
.wg__hero-meta {
  background: #fff;
  border: 1px solid rgba(27,27,28,0.1);
  padding: 0.5rem 1.5rem;
}
.wg__meta-row {
  display: flex;
  justify-content: space-between;
  padding: 1.1rem 0;
  border-bottom: 1px solid rgba(27,27,28,0.08);
  font-size: 0.92rem;
}
.wg__meta-row:last-child { border-bottom: none; }
.wg__meta-row > span:first-child {
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.72rem;
  opacity: 0.55;
  align-self: center;
}
.wg__meta-row > span:last-child {
  font-weight: 500;
  text-align: right;
}
@media (max-width: 880px) {
  .wg__hero-grid { grid-template-columns: 1fr; gap: 2.5rem; }
}

/* PROBLEM */
.wg__problem { background: #fff; border-top: 1px solid rgba(27,27,28,0.08); }
.wg__big {
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 3.2vw, 3rem);
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: -0.025em;
  margin: 0 0 3rem;
  max-width: 28ch;
}
.wg__problem-grid {
  columns: 2;
  column-gap: 3rem;
  max-width: 1100px;
  font-size: 1.02rem;
  line-height: 1.65;
}
.wg__problem-grid p {
  margin: 0 0 1em;
  break-inside: avoid;
  opacity: 0.82;
}
@media (max-width: 880px) {
  .wg__problem-grid { columns: 1; }
}

/* HOW WE WORK — phase cards */
.wg__how { border-top: 1px solid rgba(27,27,28,0.08); }
.wg__section-heading {
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: -0.025em;
  margin: 0 0 3rem;
  max-width: 24ch;
}
.wg__phases {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  background: rgba(27,27,28,0.12);
  border: 1px solid rgba(27,27,28,0.12);
}
.wg__phase {
  background: #f2f2f2;
  padding: 2.5rem;
}
.wg__phase header {
  display: flex;
  align-items: baseline;
  gap: 1rem;
  flex-wrap: wrap;
  margin-bottom: 1.2rem;
}
.wg__phase-tag {
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  opacity: 0.55;
}
.wg__phase h3 {
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: -0.02em;
  margin: 0;
}
.wg__phase-dur {
  margin-left: auto;
  font-size: 0.82rem;
  opacity: 0.6;
}
.wg__phase p {
  margin: 0;
  font-size: 0.98rem;
  line-height: 1.6;
  opacity: 0.82;
}
@media (max-width: 720px) {
  .wg__phases { grid-template-columns: 1fr; }
}

/* BUILD LIST */
.wg__build { background: #fff; border-top: 1px solid rgba(27,27,28,0.08); }
.wg__build-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 1.25rem;
  max-width: 72ch;
}
.wg__build-list li {
  padding-bottom: 1.25rem;
  border-bottom: 1px solid rgba(27,27,28,0.1);
  font-size: 1.02rem;
  line-height: 1.55;
  opacity: 0.88;
}
.wg__build-list li:last-child { border-bottom: none; padding-bottom: 0; }
.wg__build-list strong {
  font-family: var(--font-display);
  font-weight: 500;
  letter-spacing: -0.01em;
  display: block;
  font-size: 1.15rem;
  margin-bottom: 0.35rem;
  opacity: 1;
}

/* WHO */
.wg__who { border-top: 1px solid rgba(27,27,28,0.08); }
.wg__who-grid {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 5rem;
  align-items: start;
}
.wg__criteria li { opacity: 0.88; }
@media (max-width: 880px) {
  .wg__who-grid { grid-template-columns: 1fr; gap: 2rem; }
}

/* END */
.wg__end { background: #1b1b1c; color: #f2f2f2; border-top: 1px solid rgba(27,27,28,0.1); }
.wg__end .subpage__end-kicker { opacity: 0.55; }
.wg__end .subpage__cta { background: #efdc98; color: #1b1b1c; }
.wg__end .subpage__cta:hover { background: #fff; }
.wg__end-body {
  max-width: 54ch;
  margin: 0 auto 3rem;
  font-size: 1.05rem;
  line-height: 1.6;
  opacity: 0.82;
}

/* Footer reuse (light on dark) */
.site-footer {
  background: #121212;
  color: #a7a7a9;
  padding: 3rem 0 3.5rem;
}
.site-footer__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 2rem;
}
.site-footer__wordmark {
  font-family: var(--font-display);
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: #ececec;
}
.site-footer__tagline { font-size: 0.85rem; opacity: 0.55; margin-top: 0.3rem; }
.site-footer__links { display: flex; gap: 2rem; flex-wrap: wrap; }
.site-footer__links a { color: #a7a7a9; text-decoration: none; font-size: 0.92rem; }
.site-footer__links a:hover { color: #fff; }
