@font-face {
  font-family: 'Crowdsurf Helvetica';
  src: url('/fonts/helvetica-neue/HelveticaNeueRoman.otf') format('opentype');
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: 'Crowdsurf Helvetica';
  src: url('/fonts/helvetica-neue/HelveticaNeueBold.otf') format('opentype');
  font-weight: 700;
  font-display: swap;
}
.info-page { margin: 0; background: #f2f1ed; color: #171613; font-family: 'Crowdsurf Helvetica', Helvetica, Arial, sans-serif; -webkit-font-smoothing: antialiased; }
.info-page * { box-sizing: border-box; }
.info-page a { color: inherit; text-underline-offset: 4px; }
.info-header { max-width: 1320px; margin: auto; padding: 32px 6%; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.info-header img { display: block; max-width: 100%; height: auto; }
.info-header nav { display: flex; gap: 24px; font-size: 14px; }
.info-header nav a { text-decoration: none; padding: 12px 0; }
.info-header a[aria-current] { text-decoration: underline; }
.info-main { max-width: 1320px; margin: auto; padding: 80px 6% 100px; }
.eyebrow, .info-number { font-size: 12px; text-transform: uppercase; letter-spacing: .12em; font-weight: 700; }
.info-main h1 { font-size: clamp(54px, 8.3vw, 116px); line-height: .98; letter-spacing: -.065em; font-weight: 400; margin: 32px 0; }
.info-main .lede { font-size: clamp(19px, 2vw, 25px); line-height: 1.5; max-width: 650px; color: #514e47; }
.site-button { display: inline-flex; gap: 28px; align-items: center; background: #171613; color: #fff !important; padding: 19px 24px; border-radius: 6px; text-decoration: none; margin-top: 20px; font-size: 15px; }
.site-button:hover { background: #3c3932; }
.info-story { margin-top: 120px; padding-top: 32px; border-top: 1px solid #cbc8bf; max-width: 760px; }
.info-main h2 { font-size: clamp(30px, 4vw, 52px); line-height: 1.05; letter-spacing: -.045em; font-weight: 400; margin: 24px 0; }
.info-story > p:not(.eyebrow), .info-grid p, .support-list p, .info-end p { font-size: 18px; line-height: 1.65; color: #514e47; max-width: 690px; }
.info-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; margin-top: 80px; }
.info-grid article { border-top: 1px solid #cbc8bf; padding-top: 24px; }
.info-grid h2 { font-size: clamp(28px, 3vw, 40px); }
.info-end { margin-top: 100px; border-top: 1px solid #cbc8bf; padding-top: 30px; }
.text-link { display: inline-block; margin: 16px 24px 0 0; }
.support-list { margin-top: 80px; max-width: 850px; }
.support-list section { padding: 20px 0 30px; border-top: 1px solid #cbc8bf; }
.support-list h2 { font-size: 32px; }
.support-list a { overflow-wrap: anywhere; }
.site-footer { background: #f2f1ed; color: #171613; padding: 48px 6% 32px; border-top: 1px solid #cbc8bf; font-family: 'Crowdsurf Helvetica', Helvetica, Arial, sans-serif; display: flex; flex-wrap: wrap; justify-content: space-between; gap: 28px 48px; }
.site-footer a { color: inherit; text-decoration: none; }
.site-footer a:hover { text-decoration: underline; text-underline-offset: 4px; }
.site-signature { font-size: 26px; letter-spacing: -.04em; font-weight: 700; }
.site-footer p { color: #514e47; font-size: 14px; line-height: 1.5; }
.site-footer nav { display: flex; flex-wrap: wrap; align-items: flex-start; gap: 8px 24px; }
.site-footer nav a { padding: 12px 0; font-size: 14px; }
.site-footer small { width: 100%; color: #625e55; font-size: 12px; }
.info-page a:focus-visible, .site-footer a:focus-visible { outline: 2px solid #171613; outline-offset: 5px; }
.skip-link { position: absolute; left: 16px; top: -100px; padding: 12px; background: #fff; z-index: 100; }
.skip-link:focus { top: 12px; }
@media (max-width: 600px) {
  .info-header { padding: 24px 6%; }
  .info-header img { width: 132px; }
  .info-header nav { gap: 16px; }
  .info-main { padding-top: 48px; padding-bottom: 64px; }
  .info-main h1 { font-size: clamp(44px, 11vw, 66px); }
  .info-story { margin-top: 80px; }
  .info-grid { grid-template-columns: 1fr; gap: 32px; margin-top: 48px; }
  .info-end { margin-top: 64px; }
  .site-footer { flex-direction: column; gap: 16px; }
}
