/* Shared navigation and editorial pages. No framework or page JavaScript needed. */
.site-footer { display: block; padding: 34px 0; }
.footer-top, .footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.footer-top { margin-bottom: 28px; }
.footer-top nav { display: flex; flex-wrap: wrap; gap: 12px 24px; font-size: 13px; }
.site-footer a:not(.wordmark):hover { text-decoration: underline; text-underline-offset: 5px; }
.footer-bottom { flex-wrap: wrap; gap: 12px 24px; font-size: 11px; line-height: 1.6; color: #ffffffd9; }
.footer-bottom a { overflow-wrap: anywhere; }
.info-header .button { flex-shrink: 0; }
.info-hero { padding: 40px var(--gutter) 76px; position: relative; overflow: hidden; }
.info-hero nav { display: flex; gap: 12px; font-size: 12px; margin-bottom: 58px; }
.info-hero nav a { text-decoration: underline; text-underline-offset: 4px; }
.info-hero .eyebrow { color: var(--yellow); }
.info-hero h1 { font-family: var(--display); font-weight: 400; font-size: clamp(60px, 9.5vw, 142px); line-height: 1.05; letter-spacing: -0.025em; margin: 20px 0 30px; position: relative; z-index: 1; overflow-wrap: anywhere; }
.info-intro { max-width: 660px; font-size: clamp(18px, 2vw, 25px); line-height: 1.5; position: relative; z-index: 1; }
.info-date { font-size: 12px; margin-top: 25px; color: #ffffffc9; }
.info-star { position: absolute; right: 9%; top: 100px; font-size: clamp(130px, 22vw, 340px); color: var(--yellow); opacity: 0.16; transform: rotate(13deg); pointer-events: none; }
.info-body { background: var(--paper); color: var(--blue-dark); padding: 58px var(--gutter) 72px; }
.info-body > section { max-width: 1050px; margin: 0 auto; padding: 30px 0 38px; display: grid; grid-template-columns: 100px minmax(0, 1fr); gap: 25px; border-bottom: 1px solid #123bea30; }
.info-number { font-family: var(--display); font-size: 36px; padding-top: 3px; }
.info-body h2 { font-size: clamp(24px, 3vw, 36px); line-height: 1.25; letter-spacing: -0.04em; margin: 0 0 20px; }
.info-body p { max-width: 760px; font-size: 17px; line-height: 1.8; margin: 0 0 17px; }
.info-body p:last-child { margin-bottom: 0; }
.info-body p a { text-decoration: underline; text-underline-offset: 4px; text-decoration-thickness: 1px; overflow-wrap: anywhere; }
.info-body p a:hover { text-decoration-thickness: 2px; }
.info-end { max-width: 1050px; margin: 50px auto 0; display: flex; justify-content: space-between; align-items: center; gap: 25px; }
.info-end p { font-size: 18px; font-weight: 600; margin: 0; }
.info-end .button { flex-shrink: 0; }
@media (max-width: 760px) {
  .footer-top { align-items: flex-start; gap: 30px; }
  .footer-top nav { max-width: 260px; gap: 16px 22px; font-size: 12px; }
  .footer-bottom { flex-direction: column; align-items: flex-start; }
  .info-hero { padding-top: 28px; padding-bottom: 44px; }
  .info-hero nav { margin-bottom: 42px; }
  .info-hero h1 { font-size: clamp(32px, 11.5vw, 88px); }
  .info-body { padding-top: 20px; padding-bottom: 44px; }
  .info-body > section { grid-template-columns: 36px minmax(0,1fr); gap: 15px; padding: 28px 0; }
  .info-number { font-size: 24px; }
  .info-body h2 { font-size: 25px; }
  .info-body p { font-size: 16px; }
  .info-end { flex-direction: column; align-items: flex-start; }
}
@media (max-width: 380px) {
  .footer-top { flex-direction: column; }
  .info-body > section { grid-template-columns: minmax(0,1fr); gap: 14px; }
}
