/* 2026-07-17 text update: preserve the approved visual system and adjust only
   the space needed for the approved copy and new content blocks. */
.site-header {
  gap: 28px;
}

.global-nav {
  gap: 24px;
  font-size: 12px;
}

.hero__inner {
  min-height: 590px;
  padding-top: 62px;
}

.hero__copy {
  max-width: 650px;
}

.hero h1 {
  font-size: 48px;
  line-height: 1.36;
  margin-bottom: 16px;
}

.hero__watermark {
  top: 118px;
}

.section-lead {
  max-width: 760px;
  margin: -12px auto 32px;
  color: var(--muted);
  font-weight: 600;
  text-align: center;
}

.contact-email {
  margin-top: 10px !important;
  font-size: 15px !important;
  font-weight: 700;
}

.contact-email a {
  color: var(--gold);
  text-decoration: underline;
  text-underline-offset: 4px;
}

.contact-cta__inner {
  grid-template-columns: 110px 1fr;
}

.icon svg,
.service-card__icon svg,
.strength-list article > span svg,
.flow-icon svg {
  display: block;
  width: 1em;
  height: 1em;
  margin: 0 auto;
  overflow: visible;
}

.service-card__icon--social svg {
  width: 1.55em;
}

.service-card__icon--youtube {
  color: #d53a32;
}

.service-grid {
  grid-template-columns: repeat(12, 1fr);
}

.service-card,
.service-card:nth-child(5),
.service-card:nth-child(6) {
  grid-column: span 3;
  min-height: 220px;
}

.service-card:nth-child(n + 5) {
  grid-column: span 4;
}

.style-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.style-card {
  min-height: 250px;
  padding: 34px 34px 30px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid var(--line);
  border-top: 3px solid var(--gold);
}

.style-card__num {
  margin: 0 0 18px;
  color: var(--gold);
  font-family: var(--roman);
  font-size: 34px;
  line-height: 1;
}

.style-card h3 {
  margin: 0 0 14px;
  color: var(--green);
  font-family: var(--serif);
  font-size: 20px;
}

.style-card > p:last-child {
  margin: 0;
  font-size: 13px;
  line-height: 1.9;
}

@media (max-width: 980px) {
  .hero__inner {
    min-height: 690px;
    padding-top: 50px;
  }

  .hero h1 {
    font-size: 34px;
    line-height: 1.42;
  }

  .hero__watermark {
    top: 330px;
    right: 8%;
  }

  .service-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .service-card,
  .service-card:nth-child(n + 5) {
    grid-column: span 1;
    min-height: 140px;
  }

  .service-card:last-child {
    grid-column: span 2;
  }

  .style-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .style-card {
    min-height: 0;
    padding: 24px;
  }

  .style-card__num {
    margin-bottom: 10px;
    font-size: 26px;
  }

  .style-card h3 {
    font-size: 17px;
  }

  .contact-cta__inner {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 520px) {
  .hero__inner {
    min-height: 650px;
    padding-top: 42px;
  }

  .hero h1 {
    font-size: 29px;
  }

  .hero__lead {
    font-size: 14px;
  }

  .hero__watermark {
    top: 340px;
    right: 9%;
  }
}
