/* ============================================================
   ARDEN LANDSCAPES — consulting.css
   cost-consulting.html specific:
   Review stat cards, two service blocks, review checklist.
   ============================================================ */


/* ── Review stat cards (appear inside page hero area) ── */
.review-stats {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  margin-bottom: 52px;
  padding-bottom: 48px;
  border-bottom: 1px solid var(--border-strong);
}

.review-stat {
  background: var(--white);
  border: 1px solid var(--border-strong);
  border-radius: 6px;
  padding: 1.6rem 1.8rem;
  display: flex;
  flex-direction: column;
  flex: 1 1 260px;
  max-width: 340px;
}
.review-stat-num {
  font-family: var(--font-display);
  font-size: clamp(1.4rem, 2vw, 1.8rem);
  font-weight: 400;
  color: var(--forest);
  line-height: 1.2;
  margin-bottom: 0.4rem;
}
.review-stat-label {
  font-family: var(--font-label);
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--sage);
  margin-bottom: 1.2rem;
}
.review-stat-desc {
  font-size: 0.85rem;
  color: var(--text-soft);
  line-height: 1.65;
  font-weight: 300;
}


/* ── Services section — two editorial content blocks ── */
.services-section {
  padding: 0 72px;
  background: var(--bg);
}

.services-section-header {
  max-width: 640px;
  margin-bottom: 80px;
}

.service-block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 100px;
  align-items: start;
  padding: 72px 0;
  border-top: 1px solid var(--border-strong);
  position: relative;
}
.service-block:last-child {
  border-bottom: 1px solid var(--border-strong);
}

.service-block-num {
  font-family: var(--font-display);
  font-size: clamp(5rem, 8vw, 9rem);
  font-weight: 300;
  color: var(--forest);
  opacity: 0.07;
  line-height: 0.85;
  margin-bottom: -0.3rem;
  user-select: none;
  pointer-events: none;
}

.service-block-label {
  font-family: var(--font-label);
  font-size: 10px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--sage);
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 1.2rem;
}
.service-block-label::before {
  content: '';
  display: block;
  width: 28px;
  height: 1px;
  background: var(--sage);
}

.service-block h3 {
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 2.6vw, 2.8rem);
  font-weight: 300;
  color: var(--forest);
  line-height: 1.12;
}
.service-block h3 em,
.service-block h3 span[style*="font-style: italic"] { font-style: italic; color: var(--sage); }

.service-stat {
  display: inline-flex;
  flex-direction: column;
  margin-top: 2.4rem;
  padding: 1.6rem 2rem;
  background: var(--forest);
  gap: 6px;
  border-radius: 2px;
}
.service-stat-num {
  font-family: var(--font-display);
  font-size: 2.6rem;
  font-weight: 300;
  color: var(--sage-light);
  line-height: 1;
}
.service-stat-label {
  font-family: var(--font-label);
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(238,242,232,0.5);
}

.service-block-body p {
  font-size: 0.93rem;
  color: var(--text-soft);
  line-height: 1.85;
  margin-bottom: 1rem;
}
.service-block-body p:last-child { margin-bottom: 0; }

.service-features {
  list-style: none;
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.service-features li {
  font-size: 0.9rem;
  color: var(--text-soft);
  line-height: 1.65;
  padding: 13px 0;
  border-bottom: 1px solid var(--border);
  display: flex;
  gap: 14px;
  align-items: flex-start;
}
.service-features li:first-child { border-top: 1px solid var(--border); }
.service-features li::before {
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--sage-light);
  flex-shrink: 0;
  margin-top: 7px;
}


/* ── What we review — checklist section ── */
.review-section {
  background: var(--bg-mid);
  padding: 48px 72px 100px;
  border-top: 1px solid var(--border-strong);
}

.review-inner {
  display: grid;
  grid-template-columns: 2fr 3fr;
  gap: 100px;
  align-items: center;
}

.review-left h2 {
  font-family: var(--font-display);
  font-size: clamp(1.6rem, 2.4vw, 2.6rem);
  font-weight: 300;
  color: var(--forest);
  line-height: 1.2;
  margin-bottom: 1.2rem;
}
.review-left h2 em,
.review-left h2 span[style*="font-style: italic"] { font-style: italic; color: var(--sage); }
.review-left p {
  font-size: 0.93rem;
  color: var(--text-soft);
  line-height: 1.85;
}

.review-pull {
  font-family: var(--font-display);
  font-size: clamp(1.15rem, 1.6vw, 1.5rem);
  font-style: italic;
  font-weight: 300;
  color: var(--forest);
  line-height: 1.5;
  margin-top: 2.4rem;
  padding-top: 2rem;
  border-top: 1px solid var(--border-strong);
}

.review-list {
  display: flex;
  flex-direction: column;
  gap: 0;
  list-style: none;
}
.review-list li {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 18px 0;
  border-bottom: 1px solid var(--border);
  font-size: 0.92rem;
  color: var(--text-soft);
  line-height: 1.6;
}
.review-list li:last-child { border-bottom: none; }
.review-list li::before {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--sage-light);
  flex-shrink: 0;
  margin-top: 7px;
}
.review-list strong {
  font-weight: 500;
  color: var(--forest);
  font-family: var(--font-label);
  letter-spacing: 0.05em;
  font-size: 0.88rem;
  text-transform: uppercase;
  display: block;
  margin-bottom: 2px;
}


/* ── Responsive ── */
@media (min-width: 850px) {
  .review-stats { max-width: 1296px; margin: 0 auto; }
  .review-stat { max-width: none; }
}
@media (max-width: 1080px) {
  .services-section { padding: 0 36px; }
  .service-block { grid-template-columns: 1fr; gap: 32px; }
  .review-section { padding: 80px 36px; }
  .review-inner { grid-template-columns: 1fr; gap: 48px; }
}
@media (max-width: 760px) {
  .services-section { padding: 0 20px; }
  .review-stats { grid-template-columns: 1fr; }
  .service-block { grid-template-columns: 1fr; gap: 28px; }
  .review-section { padding: 64px 20px; }
}
