:root {
  --sn-bg: #F8F3EC;
  --sn-card: #FFFDF9;
  --sn-text: #1D1D1D;
  --sn-muted: #6F675F;
  --sn-border: #E7DED3;
  --sn-blue: #8EA7B8;
  --sn-violet: #B8AECF;
  --sn-accent: #C8A27A;
}

.sn-services-page,
.sn-section {
  color: var(--sn-text);
}

.sn-services-hero,
.sn-section {
  padding-top: clamp(64px, 8vw, 120px);
  padding-bottom: clamp(64px, 8vw, 120px);
}

.sn-services-hero {
  background: linear-gradient(135deg, #F8F3EC 0%, #FFFDF9 50%, #EEF0F5 100%);
  border-bottom: 1px solid var(--sn-border);
}

.sn-kicker {
  margin: 0 0 18px;
  color: var(--sn-accent);
  text-transform: uppercase;
  letter-spacing: .16em;
  font-size: 12px;
  font-weight: 700;
}

.sn-display-title,
.sn-section-title,
.sn-service-title {
  font-family: "DM Serif Display", Georgia, serif;
  color: var(--sn-text);
  letter-spacing: -0.035em;
}

.sn-display-title {
  max-width: 900px;
  margin: 0;
  font-size: clamp(48px, 7vw, 92px);
  line-height: .92;
}

.sn-section-title {
  max-width: 920px;
  margin: 0 0 24px;
  font-size: clamp(36px, 5vw, 68px);
  line-height: .98;
}

.sn-centered {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.sn-lead,
.sn-text-wide {
  max-width: 740px;
  color: var(--sn-muted);
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.55;
}

.sn-buttons {
  margin-top: 28px;
}

.sn-button-primary .wp-block-button__link {
  background: var(--sn-text);
  color: #fff;
  border-radius: 999px;
  padding: 15px 24px;
  font-weight: 700;
}

.sn-button-secondary .wp-block-button__link {
  background: transparent;
  color: var(--sn-text);
  border: 1px solid var(--sn-border);
  border-radius: 999px;
  padding: 14px 24px;
  font-weight: 700;
}

.sn-hero-image img,
.sn-service-image img {
  width: 100%;
  height: clamp(340px, 48vw, 680px);
  object-fit: cover;
  border-radius: 34px;
  box-shadow: 0 28px 80px rgba(30, 24, 18, .12);
}

.sn-services-intro {
  background: var(--sn-card);
}

.sn-services-list {
  background: var(--sn-bg);
}

.sn-service-row {
  gap: clamp(32px, 6vw, 96px);
  margin-bottom: clamp(56px, 8vw, 120px);
}

.sn-service-row:last-child {
  margin-bottom: 0;
}

.sn-service-number {
  color: var(--sn-blue);
  font-weight: 800;
  letter-spacing: .12em;
}

.sn-service-title {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: clamp(34px, 4vw, 58px);
  line-height: 1;
}

.sn-service-list {
  margin-top: 24px;
  padding-left: 20px;
  color: var(--sn-muted);
}

.sn-service-list li {
  margin-bottom: 8px;
}

.sn-process {
  background: #FFFDF9;
}

.sn-process-grid {
  gap: 24px;
  margin-top: 44px;
}

.sn-process-card {
  height: 100%;
  padding: clamp(26px, 4vw, 42px);
  background: var(--sn-bg);
  border: 1px solid var(--sn-border);
  border-radius: 28px;
}

.sn-process-card h3 {
  font-family: "DM Serif Display", Georgia, serif;
  font-size: 30px;
  line-height: 1;
}

.sn-process-card p {
  color: var(--sn-muted);
}

.sn-cta {
  background: linear-gradient(135deg, #1D1D1D 0%, #2E2A27 100%);
  color: #fff;
  text-align: center;
  border-radius: 36px;
  margin-top: 60px;
  margin-bottom: 60px;
}

.sn-cta .sn-section-title,
.sn-cta .sn-lead {
  color: #fff;
  margin-left: auto;
  margin-right: auto;
}

.sn-cta .sn-button-primary .wp-block-button__link {
  background: var(--sn-accent);
  color: var(--sn-text);
}

@media (max-width: 781px) {
  .sn-services-hero,
  .sn-section {
    padding-top: 54px;
    padding-bottom: 54px;
  }

  .sn-display-title {
    font-size: clamp(42px, 12vw, 62px);
  }

  .sn-section-title {
    font-size: clamp(34px, 10vw, 52px);
  }

  .sn-hero-image img,
  .sn-service-image img {
    height: 360px;
    border-radius: 26px;
  }

  .sn-service-row-reverse {
    flex-direction: column-reverse;
  }

  .sn-cta {
    border-radius: 0;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding-left: 24px;
    padding-right: 24px;
  }
}
