/*
 Theme Name:   Twenty Twenty-Five Child
 Template:     twentytwentyfive
 Version:      1.0.0
*/

.stedinghus-home {
  font-family: 'Inter', Arial, sans-serif;
  color: #1f3a5f;
}

.stedinghus-home .sh-container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px;
}

.stedinghus-home .sh-hero {
  padding: 100px 24px;
  background-color: #f5f5f5;
}

.stedinghus-home .sh-hero-content {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.stedinghus-home .sh-hero-title {
  font-size: 3.5rem;
  font-weight: 700;
  margin: 0 0 16px;
  letter-spacing: -0.02em;
  color: #1f3a5f;
}

.stedinghus-home .sh-hero-subtitle {
  font-size: 1.25rem;
  font-weight: 400;
  margin: 0 0 48px;
  color: #1f3a5f;
}

.stedinghus-home .sh-hero-image {
  max-width: 280px;
  width: 100%;
  height: auto;
  border-radius: 6px;
  display: block;
}

.stedinghus-home .sh-welcome {
  padding: 96px 0;
  background-color: #ffffff;
  text-align: center;
}

.stedinghus-home .sh-heading {
  font-size: 2.25rem;
  font-weight: 700;
  margin: 0 0 32px;
}

.stedinghus-home .sh-text {
  font-size: 1.125rem;
  line-height: 1.8;
  max-width: 640px;
  margin: 0 auto;
}

.stedinghus-home .sh-contact {
  padding: 96px 0;
  background-color: #f5f5f5;
  text-align: center;
}

.stedinghus-home .sh-contact-info {
  font-size: 1.125rem;
  margin: 0 0 12px;
}

.stedinghus-home .sh-contact-info a {
  color: #1f3a5f;
  text-decoration: none;
}

.stedinghus-home .sh-button {
  display: inline-block;
  padding: 14px 32px;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  border-radius: 6px;
}

.stedinghus-home .sh-button-primary {
  background-color: #1f3a5f;
  color: #ffffff;
}

.stedinghus-home .sh-contact .sh-button {
  margin-top: 24px;
}

.stedinghus-home .sh-footer {
  padding: 56px 0;
  background-color: #ffffff;
  text-align: center;
}

.stedinghus-home .sh-footer-title {
  font-size: 1.25rem;
  font-weight: 700;
  margin: 0 0 8px;
}

.stedinghus-home .sh-footer-text {
  font-size: 1rem;
  margin: 0 0 16px;
  color: #1f3a5f;
}

.stedinghus-home .sh-footer-copy {
  font-size: 0.875rem;
  color: #1f3a5f;
  opacity: 0.7;
  margin: 0;
}

@media (max-width: 600px) {
  .stedinghus-home .sh-hero {
    padding: 64px 20px;
  }

  .stedinghus-home .sh-hero-title {
    font-size: 2.25rem;
  }

  .stedinghus-home .sh-hero-subtitle {
    font-size: 1.0625rem;
    margin-bottom: 32px;
  }

  .stedinghus-home .sh-hero-image {
    max-width: 220px;
  }

  .stedinghus-home .sh-welcome,
  .stedinghus-home .sh-contact {
    padding: 64px 0;
  }

  .stedinghus-home .sh-heading {
    font-size: 1.75rem;
  }
}