.frontpage-main { display: grid; gap: 0; }
.home-section { padding-block: 56px; }
.hero-layout {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(320px, 1fr);
  gap: 24px;
}
.hero-highlights,
.news-grid--3,
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}
.hero-highlights { margin-top: 22px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.news-grid--4 { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 22px; }
.article-card--hero,
.article-card--highlight,
.article-card--visual,
.article-card--featured,
.category-featured {
  background: #ffffff;
}
.article-card--hero .article-card__link,
.article-card--highlight .article-card__link,
.article-card--visual .article-card__link,
.article-card--featured .article-card__link {
  grid-template-rows: auto minmax(0, 1fr);
  align-content: start;
}
.article-card--hero .article-card__media,
.article-card--highlight .article-card__media,
.article-card--visual .article-card__media,
.article-card--featured .article-card__media {
  aspect-ratio: 16 / 9;
}
.article-card--hero .article-card__body,
.article-card--highlight .article-card__body,
.article-card--visual .article-card__body,
.article-card--featured .article-card__body {
  display: grid;
  align-content: start;
  gap: 18px;
  min-height: 220px;
  padding: 26px 24px 24px;
  background: #ffffff;
  border-top: 4px solid #1cade6;
}
.article-card__body--editorial .type-kicker,
.category-featured__content .type-kicker {
  padding: 0;
  background: transparent;
  color: #0e7490;
  font-size: 0.74rem;
  letter-spacing: 0.11em;
}
.article-card__eyebrow {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(28, 173, 230, 0.22);
}
.article-card__eyebrow .article-card__meta {
  margin: 0;
  flex: 0 0 auto;
  white-space: nowrap;
  font-size: 0.76rem;
}
.article-card--hero .type-kicker,
.article-card--highlight .type-kicker,
.article-card--visual .type-kicker,
.article-card--featured .type-kicker {
  color: #0e7490;
  background: transparent;
}
.article-card--hero .article-card__meta,
.article-card--highlight .article-card__meta,
.article-card--visual .article-card__meta,
.article-card--featured .article-card__meta {
  color: #4b5563;
}
.article-card--hero .article-card__title,
.article-card--highlight .article-card__title,
.article-card--visual .article-card__title,
.article-card--featured .article-card__title,
.category-featured__title {
  color: #111827;
  line-height: 1.14;
}
.article-card--hero .article-card__excerpt,
.article-card--highlight .article-card__excerpt,
.article-card--visual .article-card__excerpt,
.article-card--featured .article-card__excerpt,
.category-featured__excerpt {
  color: #374151;
  line-height: 1.65;
}
.latest-news-box {
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid var(--color-border-soft);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-sm);
  padding: 20px;
}
.latest-news-box__title {
  margin: 0 0 16px;
  color: var(--color-text-primary);
  font-size: 1.35rem;
  line-height: 1.15;
  font-weight: 800;
}
.latest-news-box__list { display: grid; }
.latest-news__item {
  padding-block: 14px;
  border-bottom: 1px solid var(--color-border-soft);
}
.latest-news__item:last-child { border-bottom: 0; }
.latest-news__time {
  margin: 0 0 6px;
  color: var(--color-primary-dark);
  font-size: 0.82rem;
  font-weight: 800;
}
.latest-news__title {
  margin: 0;
  color: var(--color-text-primary);
  font-size: 0.98rem;
  font-weight: 750;
  line-height: 1.35;
}
.section-panel {
  background: linear-gradient(180deg, #f4faff 0%, #ffffff 100%);
  border: 1px solid var(--color-border-soft);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-sm);
  padding: clamp(22px, 4vw, 40px);
}
.section-panel--soft { background: linear-gradient(180deg, #f7fbff 0%, #ffffff 100%); }
.category-block__grid,
.broad-feature {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(280px, 0.85fr);
  gap: 24px;
}
.category-block__secondary,
.lifestyle-row__grid,
.region-tabs__list,
.story-mix__secondary {
  display: grid;
  gap: 18px;
}
.story-mix {
  display: grid;
  grid-template-columns: minmax(280px, 0.85fr) minmax(0, 1.4fr);
  gap: 24px;
}
.lifestyle-row__grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.region-tabs__tablist {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
}
.region-tabs__tab {
  border: 1px solid var(--color-border-soft);
  background: #fff;
  border-radius: var(--radius-pill);
  padding: 10px 16px;
  font: inherit;
  font-size: 14px;
  font-weight: 700;
  color: var(--color-text-soft);
  cursor: pointer;
}
.region-tabs__tab--active {
  color: #fff;
  background: var(--color-primary);
  border-color: var(--color-primary);
  box-shadow: 0 8px 20px rgba(30, 136, 229, 0.20);
}
.region-tabs__panel {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(280px, 0.85fr);
  gap: 24px;
}
.js .region-tabs__panel { display: none; }
.js .region-tabs__panel.region-tabs__panel--active { display: grid; }
.info-inset {
  background: var(--color-accent-soft);
  border: 1px solid var(--color-border-soft);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-sm);
  padding: 22px;
}
.info-inset h3 {
  margin: 8px 0 12px;
  font-size: 1.25rem;
  line-height: 1.2;
}
.info-inset p:last-child { margin-bottom: 0; }
.nature-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(240px, 0.7fr) minmax(280px, 0.9fr);
  gap: 24px;
  align-items: start;
}
.event-card {
  background: var(--color-surface);
  border: 1px solid var(--color-border-soft);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
  padding: 18px;
}
.event-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
}
.event-card__link {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
}
.event-date-badge {
  display: inline-grid;
  place-items: center;
  min-width: 58px;
  min-height: 58px;
  border-radius: 0;
  background: var(--color-primary);
  color: #fff;
  font-weight: 900;
  box-shadow: 0 10px 24px rgba(30, 136, 229, 0.24);
}
@media (max-width: 1023px) {
  .hero-layout,
  .category-block__grid,
  .broad-feature,
  .region-tabs__panel,
  .story-mix,
  .nature-layout,
  .news-grid--4 {
    grid-template-columns: 1fr;
  }
  .news-grid--3,
  .gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 767px) {
  .home-section { padding-block: 34px; }
  .hero-highlights,
  .news-grid--3,
  .gallery-grid,
  .lifestyle-row__grid {
    grid-template-columns: 1fr;
  }
}
