/* The Harder Path — shared legal footer and legal-page styles */
.thp-footer {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(28px, 4vw, 64px) !important;
  align-items: start;
  padding: clamp(44px, 6vw, 78px) clamp(24px, 6vw, 92px) 28px !important;
  background: #111111;
  color: #f5f4f1;
  font-family: "IBM Plex Sans", Inter, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.65;
}
.thp-footer > * { margin: 0; }
.thp-footer > div { display: block !important; }
.thp-footer strong { color: #ffffff; }
.thp-footer a { color: inherit; text-underline-offset: 3px; }
.thp-footer address { margin: 8px 0; font-style: normal; }
.thp-footer__company { grid-column: span 2; }
.thp-footer__legal { align-self: end; }
.thp-footer__legal p { margin: 0 0 8px; }
.thp-footer__copyright {
  grid-column: 1 / -1;
  margin-top: 8px !important;
  padding-top: 24px;
  border-top: 1px solid rgba(245, 244, 241, .24);
  color: rgba(245, 244, 241, .72);
  font-size: 12px;
  line-height: 1.6;
  padding-bottom: 42px;
}
.legal-page { margin: 0; background: #f5f4f1; color: #111111; }
.legal-header {
  min-height: 92px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 0 clamp(24px, 6vw, 92px);
  border-bottom: 1px solid rgba(17, 17, 17, .16);
}
.legal-brand {
  display: inline-flex;
  flex-direction: column;
  color: #111111;
  font-family: "ivypresto-text", "IvyPresto Text", "Source Serif 4", Georgia, serif;
  font-size: 25px;
  font-weight: 400;
  letter-spacing: -.055em;
  line-height: .86;
  text-decoration: none;
  text-transform: uppercase;
}
.legal-brand span { display: block; white-space: nowrap; }
.legal-back { color: #111111; font-size: 14px; font-weight: 700; text-underline-offset: 4px; }
.legal-main { display: block; }
.legal-hero {
  padding: clamp(64px, 10vw, 132px) clamp(24px, 9vw, 148px) clamp(54px, 7vw, 94px);
  background: #111111;
  color: #f5f4f1;
}
.legal-kicker {
  margin: 0 0 22px;
  color: #a9b8c5;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .22em;
  text-transform: uppercase;
}
.legal-hero h1 {
  max-width: 980px;
  margin: 0;
  font-family: "Source Serif 4", Georgia, serif;
  font-size: clamp(48px, 8vw, 102px);
  font-weight: 600;
  letter-spacing: -.055em;
  line-height: .94;
}
.legal-hero p:last-child { max-width: 740px; margin: 30px 0 0; color: rgba(245, 244, 241, .78); font-size: 18px; line-height: 1.6; }
.legal-content {
  width: min(100% - 48px, 900px);
  margin: 0 auto;
  padding: clamp(58px, 8vw, 112px) 0;
  font-family: "IBM Plex Sans", Inter, Arial, sans-serif;
  font-size: 17px;
  line-height: 1.75;
}
.legal-content section { padding: 0 0 38px; margin: 0 0 38px; border-bottom: 1px solid rgba(17, 17, 17, .16); }
.legal-content section:last-child { margin-bottom: 0; border-bottom: 0; }
.legal-content h2 { margin: 0 0 18px; font-family: "Source Serif 4", Georgia, serif; font-size: clamp(30px, 4vw, 46px); line-height: 1.08; letter-spacing: -.035em; }
.legal-content h3 { margin: 28px 0 10px; font-size: 18px; }
.legal-content p { margin: 0 0 16px; }
.legal-content ul { margin: 0 0 18px; padding-left: 24px; }
.legal-content li { margin: 0 0 10px; }
.legal-content a { color: #111111; text-underline-offset: 4px; }
.legal-note { padding: 22px !important; border: 1px solid rgba(17,17,17,.22) !important; background: #ece9e3; }
@media (max-width: 820px) {
  .thp-footer { grid-template-columns: 1fr !important; }
  .thp-footer__company, .thp-footer__copyright { grid-column: 1; }
  .thp-footer__legal { align-self: start; }
}
@media (max-width: 560px) {
  .legal-header { min-height: 78px; }
  .legal-back { font-size: 12px; }
  .legal-content { width: min(100% - 36px, 900px); }
}