/* --- Homepage Custom Styles --- */
/* Only enqueued on front page via functions.php */

/* ==============================
   Design Tokens (inlined)
   ============================== */

/* Layout */
.schev-hero__inner,
.schev-about__inner,
.schev-values__inner,
.schev-stats__inner,
.schev-community__inner,
.schev-promos__inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
}

/* ==============================
   Shared
   ============================== */

.schev-label {
  display: block;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #9CA3AF;
  margin-bottom: 12px;
}

.schev-divider {
  border: 0;
  height: 1px;
  background: #A8927A;
  opacity: 0.5;
  margin: 32px 0;
}

.schev-btn {
  display: inline-block;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 12px 28px;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.2s ease;
  cursor: pointer;
  line-height: 1.5;
  min-height: 44px;
}

.schev-btn--primary {
  background: #1E3A5F;
  color: #FFFFFF;
  border: 2px solid #1E3A5F;
}

.schev-btn--primary:hover {
  background: #2563EB;
  border-color: #2563EB;
  color: #FFFFFF;
}

.schev-btn--outline {
  background: transparent;
  color: #3B82F6;
  border: 2px solid #3B82F6;
}

.schev-btn--outline:hover {
  background: #3B82F6;
  color: #FFFFFF;
}

.schev-btn--lg {
  padding: 16px 40px;
  font-size: 16px;
}

/* ==============================
   Section 1: Hero
   ============================== */

.schev-hero {
  background: #F9FAFB;
  padding: 80px 0;
}

.schev-hero__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}

.schev-hero__content {
  max-width: 560px;
}

.schev-hero__title {
  font-family: 'Playfair Display', serif;
  font-size: 56px;
  font-weight: 700;
  line-height: 1.1;
  color: #111827;
  margin: 0 0 16px;
}

.schev-hero__subtitle {
  font-family: Inter, sans-serif;
  font-size: 21px;
  font-weight: 400;
  line-height: 1.6;
  color: #4B5563;
  margin: 0 0 12px;
}

.schev-hero__tagline {
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  color: #9CA3AF;
  margin: 0 0 24px;
}

.schev-hero__actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.schev-hero__media {
  display: flex;
  justify-content: center;
}

.schev-hero__image {
  max-width: 100%;
  height: auto;
  border-radius: 16px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.06);
}

/* ==============================
   Section 2: About
   ============================== */

.schev-about {
  background: #FFFFFF;
  padding: 64px 0;
}

.schev-about__inner {
  max-width: 720px;
  margin: 0 auto;
  padding: 0 24px;
}

.schev-about__lead {
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  color: #4B5563;
  margin: 0 0 0;
}

.schev-about__heading {
  font-family: 'Playfair Display', serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.4;
  color: #111827;
  margin: 0 0 12px;
}

.schev-about__text {
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  color: #4B5563;
  margin: 0;
}

.schev-about__list {
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  color: #4B5563;
  margin: 0;
  padding-left: 24px;
}

.schev-about__list li {
  margin-bottom: 8px;
}

.schev-about__list li:last-child {
  margin-bottom: 0;
}

/* ==============================
   Section 3: Values
   ============================== */

.schev-values {
  background: #EFF6FF;
  padding: 64px 0;
}

.schev-values__inner {
  max-width: 720px;
  margin: 0 auto;
  padding: 0 24px;
  text-align: center;
}

.schev-values__title {
  font-family: 'Playfair Display', serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.3;
  color: #111827;
  margin: 0 0 16px;
}

.schev-values__text {
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  color: #4B5563;
  margin: 0;
}

/* ==============================
   Section 4: Stats
   ============================== */

.schev-stats {
  background: #FFFFFF;
  padding: 64px 0;
}

.schev-stats__inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
}

.schev-stats__title {
  font-family: 'Playfair Display', serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
  color: #111827;
  text-align: center;
  margin: 0 0 16px;
}

.schev-stats__subtitle {
  font-family: Inter, sans-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 1.6;
  color: #4B5563;
  text-align: center;
  max-width: 720px;
  margin: 0 auto 48px;
}

.schev-stats__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

.schev-stat-card {
  background: #FFFFFF;
  border: 1px solid #E5E7EB;
  border-radius: 12px;
  padding: 32px 24px;
  text-align: center;
  box-shadow: 0 1px 3px rgba(0,0,0,0.06);
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.schev-stat-card:hover {
  box-shadow: 0 4px 6px rgba(0,0,0,0.05);
  transform: translateY(-2px);
}

.schev-stat-card__number {
  display: block;
  font-family: Inter, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.1;
  color: #1E3A5F;
  margin-bottom: 8px;
}

.schev-stat-card__label {
  display: block;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  color: #111827;
  margin-bottom: 8px;
}

.schev-stat-card__desc {
  display: block;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #4B5563;
}

/* ==============================
   Section 5: Community
   ============================== */

.schev-community {
  background: #F9FAFB;
  padding: 64px 0;
}

.schev-community__inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: 40% 60%;
  gap: 48px;
  align-items: start;
}

.schev-community__title {
  font-family: 'Playfair Display', serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
  color: #111827;
  margin: 0 0 16px;
}

.schev-community__text {
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  color: #4B5563;
  margin: 0;
}

.schev-community__cards {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.schev-community-card {
  display: flex;
  gap: 16px;
  background: #FFFFFF;
  border: 1px solid #E5E7EB;
  border-radius: 12px;
  padding: 24px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.06);
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.schev-community-card:hover {
  box-shadow: 0 4px 6px rgba(0,0,0,0.05);
  transform: translateY(-2px);
}

.schev-community-card__icon {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #1E3A5F;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
}

.schev-community-card__body {
  flex: 1;
}

.schev-community-card__title {
  font-family: 'Playfair Display', serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  color: #111827;
  margin: 0 0 4px;
}

.schev-community-card__text {
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  color: #4B5563;
  margin: 0;
}

/* ==============================
   Section 6: Promos
   ============================== */

.schev-promos {
  background: #FFFFFF;
  padding: 64px 0;
}

.schev-promos__inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
}

.schev-promos__title {
  font-family: 'Playfair Display', serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
  color: #111827;
  text-align: center;
  margin: 0 0 16px;
}

.schev-promos__subtitle {
  font-family: Inter, sans-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 1.6;
  color: #4B5563;
  text-align: center;
  max-width: 720px;
  margin: 0 auto 48px;
}

.schev-promos__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin-bottom: 48px;
}

.schev-promo-card {
  background: #FFFFFF;
  border: 1px solid #E5E7EB;
  border-radius: 16px;
  padding: 24px;
  text-align: center;
  box-shadow: 0 1px 3px rgba(0,0,0,0.06);
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.schev-promo-card:hover {
  box-shadow: 0 4px 6px rgba(0,0,0,0.05);
  transform: translateY(-2px);
}

.schev-promo-card__badge {
  display: inline-block;
  background: #3B82F6;
  color: #FFFFFF;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 600;
  padding: 6px 16px;
  border-radius: 8px;
  margin-bottom: 16px;
}

.schev-promo-card__title {
  font-family: 'Playfair Display', serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.4;
  color: #111827;
  margin: 0 0 8px;
}

.schev-promo-card__text {
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  color: #4B5563;
  margin: 0;
}

.schev-promos__cta {
  text-align: center;
}

/* ==============================
   Responsive: <768px
   ============================== */

@media (max-width: 768px) {
  .schev-hero {
    padding: 48px 0;
  }

  .schev-hero__inner {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .schev-hero__content {
    max-width: 100%;
  }

  .schev-hero__title {
    font-size: 32px;
  }

  .schev-hero__subtitle {
    font-size: 18px;
  }

  .schev-hero__media {
    order: -1;
  }

  .schev-about {
    padding: 40px 0;
  }

  .schev-values {
    padding: 40px 0;
  }

  .schev-stats {
    padding: 40px 0;
  }

  .schev-stats__title {
    font-size: 28px;
  }

  .schev-stats__subtitle {
    font-size: 17px;
  }

  .schev-stats__grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .schev-community {
    padding: 40px 0;
  }

  .schev-community__inner {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .schev-community__title {
    font-size: 28px;
  }

  .schev-promos {
    padding: 40px 0;
  }

  .schev-promos__title {
    font-size: 28px;
  }

  .schev-promos__subtitle {
    font-size: 17px;
  }

  .schev-promos__grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .schev-community-card {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* ==============================
   Anchor scroll offset (sticky header = ~64px)
   ============================== */

.schev-hero,
.schev-about,
.schev-values,
.schev-stats,
.schev-community,
.schev-promos {
  scroll-margin-top: 80px;
}

/* ==============================
   Accessibility
   ============================== */

.schev-btn:focus-visible,
.schev-community-card:focus-within {
  outline: 2px solid #3B82F6;
  outline-offset: 2px;
}

/* ==============================
   Reduced Motion
   ============================== */

@media (prefers-reduced-motion: reduce) {
  .schev-hero__image,
  .schev-stat-card,
  .schev-community-card,
  .schev-promo-card,
  .schev-btn {
    transition: none !important;
  }

  .schev-stat-card:hover,
  .schev-community-card:hover,
  .schev-promo-card:hover {
    transform: none !important;
  }
}
