/* Legal pages. Fonts and the reset come from styles.css, which this loads after. */

.lg-head{background:#FFD422;padding:18px clamp(20px,4vw,60px)}
.lg-logo{width:min(118px,34vw);height:auto;display:block}

.lg-wrap{max-width:760px;margin:0 auto;padding:clamp(44px,7vw,84px) clamp(20px,4vw,60px) clamp(64px,9vw,110px)}

.lg-eyebrow{font:600 10px/1 "IBM Plex Mono",ui-monospace,monospace;letter-spacing:.12em;
  color:rgba(20,23,15,.42);margin:0 0 14px}

.lg-title{font-family:Figtree,system-ui,sans-serif;font-weight:800;
  font-size:clamp(32px,4.6vw,54px);line-height:1.04;letter-spacing:-.035em;margin:0 0 28px}

.lg-meta{display:flex;flex-wrap:wrap;gap:28px;margin:0 0 44px;padding:16px 0;
  border-top:1px solid rgba(20,23,15,.12);border-bottom:1px solid rgba(20,23,15,.12)}
.lg-meta div{display:flex;flex-direction:column;gap:6px}
.lg-meta dt{font:600 10px/1 "IBM Plex Mono",ui-monospace,monospace;letter-spacing:.12em;
  color:rgba(20,23,15,.42)}
.lg-meta dd{font:500 13px/1 "IBM Plex Mono",ui-monospace,monospace;margin:0}

.lg-body{font-family:Figtree,system-ui,sans-serif;font-size:16.5px;line-height:1.62;
  color:rgba(20,23,15,.82)}
.lg-body h2{font-weight:800;font-size:clamp(20px,2.2vw,25px);line-height:1.2;
  letter-spacing:-.02em;color:#14170F;margin:44px 0 14px;scroll-margin-top:20px}
.lg-body h2:first-child{margin-top:0}
.lg-body h3{font-weight:700;font-size:17px;line-height:1.3;color:#14170F;margin:28px 0 10px}
.lg-body p{margin:0 0 16px;text-wrap:pretty}
.lg-body ul{margin:0 0 18px;padding-left:22px}
.lg-body li{margin:0 0 7px}
.lg-body strong{color:#14170F;font-weight:700}
.lg-body a{color:#14170F;text-decoration:underline;text-underline-offset:2px}
.lg-body a:hover{color:#8A6B00}

.lg-foot{background:#14170F;color:#FFFFFF;padding:clamp(36px,5vw,54px) clamp(20px,4vw,60px);
  display:flex;flex-wrap:wrap;align-items:center;gap:18px clamp(24px,4vw,48px)}
.lg-foot-mark{font:800 20px/1 Figtree,sans-serif;color:#FFFFFF;letter-spacing:-.03em}
.lg-foot-nav{display:flex;flex-wrap:wrap;gap:clamp(16px,2.4vw,30px);flex:1}
.lg-foot-nav a{font:600 14px/1 Figtree,sans-serif;color:rgba(255,255,255,.72)}
.lg-foot-nav a:hover{color:#FFD422}
.lg-foot-co{font:500 12px/1 "IBM Plex Mono",ui-monospace,monospace;
  color:rgba(255,255,255,.38);margin:0}
