/*
 * Editorial home refinement — 20 September 2026.
 * Loaded only for the standard home template; inherits Customizer colors/fonts.
 */
.home .ss-hero {
  min-height: 0;
}
.home .ss-hero__inner {
  align-items: end;
  gap: clamp(28px, 4vw, 56px);
  grid-template-columns: minmax(0, 1fr) minmax(220px, 0.42fr);
  min-height: 530px;
  padding-top: 72px;
  padding-bottom: 60px;
}
.home .ss-hero h1 {
  font-size: clamp(36px, 4.8vw, 64px);
  line-height: 1.08;
  letter-spacing: -0.025em;
  margin-bottom: 24px;
  max-width: 18ch;
  overflow-wrap: anywhere;
  text-wrap: balance;
}
.home .ss-hero__text,
.home .ss-hero__text p {
  font-size: clamp(17px, 1.5vw, 20px);
  line-height: 1.65;
  max-width: 64ch;
}
.home .ss-hero__panel {
  border-left-width: 2px;
  padding-left: 24px;
}
.home .ss-hero__panel-text,
.home .ss-hero__panel-text p {
  font-family: var(--ss-font-heading);
  font-size: clamp(22px, 2.1vw, 28px);
  line-height: 1.35;
}
.home .ss-hero__panel .ss-button {
  margin-top: 12px;
}
.home .ss-band {
  padding-block: clamp(44px, 5vw, 68px);
}
.home .ss-section-head {
  gap: 28px;
  margin-bottom: 30px;
}
.home .ss-section-head h2 {
  font-size: clamp(30px, 3.5vw, 46px);
  line-height: 1.13;
  letter-spacing: -0.02em;
  text-wrap: balance;
}
.home .ss-activities .ss-section-head {
  align-items: start;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}
.home .ss-section-head__text,
.home .ss-section-head__text p {
  font-size: 17px;
  line-height: 1.65;
}
.home .ss-promo-grid {
  align-items: stretch;
  gap: 28px;
}
.home .ss-promo {
  display: flex;
  flex-direction: column;
  min-height: 0;
  padding: 0;
  border-top-width: 3px;
}
.home .ss-promo__image {
  display: block;
  background: var(--ss-paper);
}
.home .ss-promo__image img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 7;
  object-fit: contain;
}
.home .ss-promo__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: clamp(22px, 2.6vw, 32px);
}
.home .ss-promo h3 {
  font-size: clamp(26px, 2.6vw, 34px);
  line-height: 1.16;
  margin-bottom: 16px;
  overflow-wrap: anywhere;
  text-wrap: balance;
}
.home .ss-promo p {
  font-size: 17px;
  line-height: 1.65;
  margin-bottom: 22px;
}
.home .ss-promo__action {
  color: var(--ss-promos-text);
  margin-top: auto;
  padding-top: 4px;
  text-decoration: underline;
  text-underline-offset: 5px;
}
.home .ss-promo:hover,
.home .ss-promo:focus-visible,
.home .ss-card:hover,
.home .ss-card:focus-within {
  box-shadow: 0 8px 24px rgba(42, 32, 95, 0.08);
}
.home .ss-activity-card {
  min-height: 0;
  padding: 24px;
  border: 0;
  border-top: 2px solid var(--ss-activities-accent);
}
.home .ss-card h3 {
  font-size: clamp(24px, 2.2vw, 29px);
  line-height: 1.2;
  overflow-wrap: anywhere;
}
.home .ss-card p,
.home .ss-card__text {
  font-size: 16px;
  line-height: 1.65;
}
.home .ss-card__body {
  padding: 24px;
}
.home .ss-card__button {
  align-self: flex-start;
  margin-top: auto;
}
.home .ss-card__body > p {
  margin-bottom: 22px;
}
.home .ss-activity-card .ss-card__text {
  margin-bottom: 22px;
}
.home .ss-latest .ss-card {
  border: 0;
}
.home .ss-latest .ss-card__image img {
  aspect-ratio: 16 / 10;
}
.home .ss-feature__image {
  min-height: 0;
}
.home .ss-feature__content {
  padding: clamp(32px, 4.5vw, 64px);
}
.home .ss-feature__content h2 {
  font-size: clamp(30px, 3.5vw, 46px);
  line-height: 1.13;
}
.home .ss-feature__content p {
  font-size: 17px;
  line-height: 1.7;
}
.home .ss-notice {
  padding: clamp(24px, 3vw, 40px);
}
.home .ss-notice h2 {
  line-height: 1.18;
}
.home .ss-event-detail-link {
  min-height: 44px;
}
.home .ss-quick-links__nav a {
  min-height: 48px;
}
.home .content a:focus-visible {
  outline: 3px solid currentColor;
  outline-offset: 5px;
}
@media (max-width: 1100px) {
  .home .ss-activities .ss-grid.is-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 900px) {
  .home .ss-hero__inner,
  .home .ss-activities .ss-section-head,
  .home .ss-section-head {
    grid-template-columns: minmax(0, 1fr);
  }
  .home .ss-hero__inner {
    min-height: 0;
    padding-block: 48px;
    gap: 28px;
  }
  .home .ss-hero h1 {
    max-width: 22ch;
  }
  .home .ss-hero__panel {
    max-width: 600px;
  }
  .home .ss-promo-grid,
  .home .ss-latest .ss-grid.is-3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .home .ss-feature {
    grid-template-columns: 1fr;
  }
  .home .ss-feature__image img {
    height: auto;
    max-height: 440px;
    object-fit: contain;
    background: var(--ss-paper);
  }
}
@media (max-width: 600px) {
  .home .ss-promo-grid,
  .home .ss-latest .ss-grid.is-3,
  .home .ss-activities .ss-grid.is-4 {
    grid-template-columns: minmax(0, 1fr);
  }
  .home .ss-hero__inner {
    padding-block: 36px;
  }
  .home .ss-hero .ss-kicker {
    font-size: 11px;
    letter-spacing: 0.08em;
  }
  .home .ss-quick-links__nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .home .ss-home-event {
    gap: 14px;
    grid-template-columns: minmax(0, 1fr);
  }
}
