/* Legal / support / utility pages — shares the About page's editorial
   register (Literata body, AllRoundGothic display) via base.css + about.css.
   This file only styles the long-form content area these pages carry
   (Termly-embedded policy text, or plain authored copy) and the short
   401/404 utility layout. The policy text itself is untouched -- Termly's
   own export ships inline !important rules on data-custom-class elements,
   which this file does not fight. */

.tb-legal { padding: clamp(3rem, 7vw, 5rem) 0 clamp(4rem, 8vw, 6rem); }
.tb-legal .tb-wrap { max-width: 46rem; }
.tb-legal h1 {
  font-family: var(--tb-display);
  font-weight: 600;
  font-size: clamp(1.8rem, 4vw, 2.6rem);
  line-height: 1.15;
  letter-spacing: -0.01em;
  margin: 0.75rem 0 2rem;
}

/* Generic long-form typography for any element in the imported content that
   ISN'T already pinned by Termly's own inline data-custom-class rules. */
.tb-legal-body h1,
.tb-legal-body h2,
.tb-legal-body h3,
.tb-legal-body h4 {
  font-family: var(--tb-display);
  font-weight: 600;
  color: var(--tb-deep);
  line-height: 1.25;
  margin: 2rem 0 0.75rem;
}
.tb-legal-body h1 { font-size: 1.6rem; }
.tb-legal-body h2 { font-size: 1.3rem; }
.tb-legal-body h3, .tb-legal-body h4 { font-size: 1.0625rem; }
.tb-legal-body p, .tb-legal-body li { line-height: 1.65; margin-bottom: 0.85rem; }
.tb-legal-body ul, .tb-legal-body ol { padding-left: 1.4rem; margin-bottom: 1rem; }
.tb-legal-body a { color: var(--tb-forest); }
.tb-legal-body strong { color: var(--tb-deep); }
.tb-legal-body table {
  border-collapse: collapse;
  width: 100%;
  margin: 1rem 0 1.5rem;
  font-size: 0.9375rem;
}
.tb-legal-body th, .tb-legal-body td {
  border: 1px solid var(--tb-hairline);
  padding: 0.55rem 0.7rem;
  text-align: left;
  vertical-align: top;
}
.tb-legal-body hr { border: none; border-top: 1px solid var(--tb-hairline); margin: 2rem 0; }

.tb-legal-body .tb-legal-eyebrow {
  color: var(--tb-deep);
  opacity: 0.6;
  font-size: 0.9375rem;
  margin-bottom: 1.5rem;
}

/* DSAR page's embedded Termly form -- the old Webflow CSS gave this iframe
   its height via a now-removed `.code-embed-3` rule; give it one directly. */
.tb-legal-body .code-embed-3 { display: block; }
.tb-legal-body .code-embed-3 iframe { width: 100%; height: 900px; border: none; }

/* Support page's contact list */
.tb-legal-body .tb-contact-list { list-style: none; padding-left: 0; }
.tb-legal-body .tb-contact-list li { margin-bottom: 0.6rem; }

/* ------------------------------------------------------------ utility pages
   (404, 401) -- short, centered, no long-form body */
.tb-utility {
  min-height: calc(100vh - 8rem);
  display: flex;
  align-items: center;
}
.tb-utility .tb-wrap { max-width: 30rem; text-align: left; }
.tb-utility .tb-kicker { margin-bottom: 0.5rem; }
.tb-utility h1 {
  font-family: var(--tb-display);
  font-weight: 600;
  font-size: clamp(2.4rem, 6vw, 3.4rem);
  line-height: 1;
  margin: 0 0 1rem;
}
.tb-utility p { margin-bottom: 1.6rem; max-width: 28rem; }
