.page-home {
  --home-width: 1120px;
  padding-bottom: 0;
}

.page-home .pub-bar .wrap,
.page-home .disclosure-strip .wrap,
.page-home .foot .wrap {
  max-width: var(--home-width);
}

.home-shell {
  width: min(100% - 40px, var(--home-width));
  margin-inline: auto;
}

.home-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(76px, 11vw, 138px) 0 clamp(82px, 12vw, 148px);
  background:
    linear-gradient(115deg, rgba(44, 53, 64, 0.98), rgba(28, 35, 43, 0.94)),
    repeating-linear-gradient(135deg, transparent 0 40px, rgba(255, 255, 255, 0.04) 40px 42px);
  color: #fff;
}

.home-hero::after {
  position: absolute;
  right: -80px;
  bottom: -170px;
  width: 430px;
  height: 430px;
  border: 54px solid rgba(244, 194, 13, 0.12);
  border-radius: 50%;
  content: "";
}

.home-hero .home-shell {
  position: relative;
  z-index: 1;
}

.home-kicker,
.section-kicker {
  margin-bottom: 17px;
  color: var(--hi-vis);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.home-hero h1 {
  max-width: 820px;
  font-family: "Roboto Slab", serif;
  font-size: clamp(42px, 7vw, 76px);
  line-height: 1.03;
  letter-spacing: -0.035em;
}

.home-hero h1 span {
  color: var(--hi-vis);
}

.home-hero p {
  max-width: 640px;
  margin-top: 27px;
  color: #cbd1d6;
  font-size: clamp(17px, 2vw, 20px);
  line-height: 1.62;
}

.hero-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-top: 34px;
  padding-bottom: 5px;
  border-bottom: 2px solid var(--hi-vis);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-decoration: none;
  text-transform: uppercase;
}

.article-index {
  padding: clamp(72px, 9vw, 112px) 0;
}

.section-head {
  display: grid;
  grid-template-columns: 1fr minmax(280px, 430px);
  align-items: end;
  gap: 50px;
  margin-bottom: 38px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--line);
}

.section-kicker {
  margin-bottom: 7px;
  color: var(--safety);
}

.section-head h2 {
  font-family: "Roboto Slab", serif;
  font-size: clamp(30px, 4vw, 43px);
  line-height: 1.15;
}

.section-head > p {
  color: var(--ink-mute);
  font-size: 15px;
}

.article-card {
  display: grid;
  grid-template-columns: minmax(320px, 1.05fr) minmax(320px, 0.95fr);
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: var(--panel);
  box-shadow: 0 18px 50px rgba(44, 53, 64, 0.08);
}

.article-art {
  position: relative;
  min-height: 430px;
  overflow: hidden;
  background: #fff;
  color: #fff;
  text-decoration: none;
}

.article-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  padding: 22px 28px;
  object-fit: contain;
  transition: transform 180ms ease;
}

.article-art:hover .article-image {
  transform: scale(1.025);
}

.art-label {
  position: absolute;
  z-index: 2;
  top: 24px;
  left: 24px;
  padding: 7px 11px;
  border-radius: 3px;
  background: var(--hi-vis);
  color: var(--steel);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.article-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(32px, 5vw, 58px);
}

.article-category {
  margin-bottom: 15px;
  color: var(--safety);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.article-category span {
  padding-inline: 6px;
  color: var(--ink-mute);
}

.article-copy h3 {
  font-family: "Roboto Slab", serif;
  font-size: clamp(28px, 3.5vw, 40px);
  line-height: 1.18;
}

.article-copy h3 a {
  color: var(--ink);
  text-decoration: none;
}

.article-copy h3 a:hover,
.read-link:hover {
  color: var(--safety);
}

.article-copy > p {
  margin-top: 18px;
  color: var(--ink-soft);
  font-size: 16px;
  line-height: 1.7;
}

.article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 20px;
  margin-top: 22px;
  color: var(--ink-mute);
  font-size: 12px;
}

.read-link {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  gap: 9px;
  margin-top: 25px;
  color: var(--ink);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

.home-promise {
  padding: clamp(62px, 8vw, 92px) 0;
  background: var(--hi-vis);
}

.promise-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 80px;
}

.promise-title {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.promise-mark {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 46px;
  height: 46px;
  border-radius: 6px;
  background: var(--steel);
  color: var(--hi-vis);
  font-size: 24px;
  font-weight: 700;
  transform: rotate(-4deg);
}

.promise-title h2 {
  font-family: "Roboto Slab", serif;
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.12;
}

.promise-grid > p {
  color: #3d3b31;
  font-size: 17px;
  line-height: 1.7;
}

.page-home .foot {
  margin-top: 0;
}

@media (max-width: 760px) {
  .section-head,
  .article-card,
  .promise-grid {
    grid-template-columns: 1fr;
  }

  .section-head,
  .promise-grid {
    gap: 24px;
  }

  .article-art {
    min-height: 350px;
  }

  .promise-title {
    gap: 14px;
  }
}

@media (max-width: 520px) {
  .home-shell {
    width: min(100% - 32px, var(--home-width));
  }

  .home-hero {
    padding-top: 66px;
  }

  .home-hero h1 {
    font-size: 42px;
  }

  .article-art {
    min-height: 310px;
  }

  .article-copy {
    padding: 30px 24px 34px;
  }

  .promise-mark {
    flex-basis: 38px;
    height: 38px;
    font-size: 20px;
  }
}
