/* Shared spacing, a compact trust line, and the closing wordmark. */
:root { --paper: #f7f7f4; --paper2: #eeeee9; --ink: #151515; --line: #d3d3cb; }
::selection { background: #e7a183; color: #151515; }
.mobile-only { display: none; }
.service-strip { display: flex; justify-content: space-between; gap: 25px; border-top: 1px solid #d3d3cb; padding-top: 27px; padding-bottom: 27px; }
.service-strip > p { font-size: 14px; line-height: 1.5; letter-spacing: -.015em; }
.service-strip .yc img { width: 24px; height: 24px; }
.service-strip .yc span, .service-strip .yc strong { font-size: 12px; font-weight: 400; }
.service-strip .yc strong { margin-left: 5px; }
.heritage-section#threat { padding-top: 115px; padding-bottom: 115px; }
.heritage-section#threat h2 { font-size: clamp(42px, 5.1vw, 76px); line-height: 1; }
.heritage-section#news .news-head h2 { font-size: clamp(64px, 8.2vw, 126px); line-height: .9; letter-spacing: -.065em; }
.team-section .team-heading h2 { max-width: 10ch; font-size: clamp(46px, 6.4vw, 94px); line-height: .98; }
.team-section .team-heading > .mono { display: none; }
.team-section .founder-grid { gap: 0 5vw; }
.team-section .founder { margin-top: 0; }
.footer { background: #eeeee8; }
.footer .footer-content { padding-top: 90px; padding-bottom: 85px; }
.footer h2 { font-size: clamp(52px, 7.5vw, 110px); max-width: 12ch; line-height: .97; letter-spacing: -.058em; }
.footer .button { font-family: var(--sans); text-transform: none; letter-spacing: 0; font-size: 14px; }
.footer .footer-bottom { padding-bottom: 40px; grid-template-columns: 1fr 1fr; }
.footer .footer-bottom img { width: 100%; grid-column: 1 / -1; margin: 15px 0 45px; }
.footer .footer-bottom > .mono:nth-child(2) { justify-self: start; }
.footer .footer-bottom > .mono:last-child { justify-self: end; }
@media (max-width:760px) {
  .service-strip { padding: 23px 6vw; align-items: center; }
  .service-strip > p { font-size: 12px; }
  .service-strip .yc { width: auto; gap: 8px; padding: 0; }
  .service-strip .yc span { display: block; font-size: 10px; }
  .service-strip .yc strong { display: block; font-size: 11px; margin: 0; }
  .mobile-only { display: block; }
  .heritage-section#threat { padding-top: 70px; padding-bottom: 70px; }
  .heritage-section#threat h2 { font-size: clamp(39px, 9.8vw, 64px); max-width: 13ch; }
  .heritage-section#news .news-head h2 { font-size: clamp(60px, 15vw, 94px); }
  .team-section .team-heading h2 { font-size: clamp(42px, 10vw, 68px); }
  .team-section .founder-grid { gap: 0 40px; }
  .footer .footer-content { padding-top: 68px; padding-bottom: 65px; }
  .footer h2 { font-size: clamp(42px, 11.5vw, 75px); }
  .footer .footer-bottom img { margin: 0 0 12px; }
}
@media (max-width:560px) {
  .team-section .founder-grid { row-gap: 40px; }
}
