.js-enabled .static-site-summary {
  display: none;
}

.static-site-summary {
  box-sizing: border-box;
  max-width: 920px;
  min-height: 100vh;
  margin: 0 auto;
  padding: clamp(48px, 8vw, 100px) 24px;
  color: #171516;
  background: #f6f3ee;
  font-family: Arial, sans-serif;
  line-height: 1.75;
}

.static-site-summary__kicker {
  color: #a52149;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.static-site-summary h1 {
  margin: 18px 0 28px;
  font-size: clamp(2.2rem, 6vw, 4.8rem);
  line-height: 1.05;
}

.static-site-summary p {
  max-width: 760px;
  font-size: 1.08rem;
}

.static-site-summary nav {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 22px;
  margin-top: 34px;
}

.static-site-summary a {
  color: #8e1c3e;
  font-weight: 700;
}
