*, *::before, *::after { box-sizing: border-box; }

:root {
  --ink:      #1a1815;
  --ink-soft: #4e4842;
  --ink-mute: #8c847a;
  --line:     #e6e0d6;
  --rust:     #b4531f;
  --rust-dk:  #97441a;
  --dark:     #1c1a17;
  --tint:     #faf7f2;
}

html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: 'Lora', Georgia, 'Times New Roman', serif;
  color: var(--ink);
  background: #fff;
  font-size: 19px;
  line-height: 1.72;
  -webkit-font-smoothing: antialiased;
}

a { color: var(--rust); }
p { margin: 0 0 20px; }

.col { max-width: 680px; margin: 0 auto; padding: 0 22px; }

.ui { font-family: 'Libre Franklin', system-ui, -apple-system, Arial, sans-serif; }

.topbar {
  position: sticky; top: 0; z-index: 30;
  background: rgba(255,255,255,.94);
  backdrop-filter: saturate(160%) blur(8px);
  border-bottom: 1px solid var(--line);
}
.topbar .col {
  display: flex; align-items: center; justify-content: space-between;
  gap: 16px; padding-top: 10px; padding-bottom: 10px;
}
.topbar-tag {
  font-family: 'Libre Franklin', sans-serif;
  font-size: 10.5px; font-weight: 700; letter-spacing: 2.2px;
  text-transform: uppercase; color: var(--ink-mute);
}
.topbar-cta {
  font-family: 'Libre Franklin', sans-serif;
  font-size: 13px; font-weight: 700; letter-spacing: .3px;
  color: var(--rust); text-decoration: none;
  border-bottom: 2px solid var(--rust); padding-bottom: 1px;
}
.topbar-cta:hover { color: var(--rust-dk); border-color: var(--rust-dk); }

.head { padding: 42px 0 0; }

.kicker {
  font-family: 'Libre Franklin', sans-serif;
  font-size: 11.5px; font-weight: 700; letter-spacing: 2.4px;
  text-transform: uppercase; color: var(--rust); margin-bottom: 16px;
}

h1 {
  font-family: 'Libre Franklin', system-ui, sans-serif;
  font-size: 42px; line-height: 1.14; font-weight: 800;
  letter-spacing: -1px; margin: 0 0 20px;
}

.dek { font-size: 21px; line-height: 1.55; color: var(--ink-soft); margin-bottom: 26px; }

.byline {
  font-family: 'Libre Franklin', sans-serif;
  font-size: 13.5px; color: var(--ink-mute);
  border-left: 3px solid var(--rust); padding-left: 14px;
  margin-bottom: 40px; line-height: 1.55;
}
.byline b { color: var(--ink); font-weight: 600; }

.opening p:first-child {
  font-size: 23px; line-height: 1.5; color: var(--ink); margin-bottom: 22px;
}
.opening strong { font-weight: 600; }

.aside {
  font-family: 'Libre Franklin', sans-serif;
  font-size: 15.5px; line-height: 1.6; color: var(--ink-soft);
  background: var(--tint); border-radius: 4px;
  padding: 20px 24px; margin: 30px 0;
}
.aside p:last-child { margin-bottom: 0; }
.aside b { color: var(--ink); }

.watch {
  display: block; text-decoration: none;
  border-radius: 4px; overflow: hidden;
  margin: 38px 0 10px;
  transition: opacity .15s;
}
.watch:hover { opacity: .93; }
.watch img { width: 100%; height: auto; display: block; }

.checks { margin-top: 46px; }
.checks-h {
  font-family: 'Libre Franklin', sans-serif;
  font-size: 27px; font-weight: 800; letter-spacing: -.5px;
  line-height: 1.2; margin: 0 0 14px;
}
.checks-lede { color: var(--ink-soft); margin-bottom: 34px; }

.check { border-top: 1px solid var(--line); padding: 26px 0 4px; }
.check-n {
  font-family: 'Libre Franklin', sans-serif;
  font-size: 12px; font-weight: 800; letter-spacing: 2px;
  color: var(--rust); margin-bottom: 8px;
}
.check h3 {
  font-family: 'Libre Franklin', sans-serif;
  font-size: 21px; font-weight: 700; letter-spacing: -.3px;
  line-height: 1.3; margin: 0 0 12px;
}
.check p { font-size: 17.5px; line-height: 1.68; color: var(--ink-soft); }
.check p strong { color: var(--ink); font-weight: 600; }

sup a { color: var(--rust); text-decoration: none; font-size: .62em; }

.btn {
  display: block; width: 100%; text-align: center; text-decoration: none;
  font-family: 'Libre Franklin', sans-serif;
  background: var(--rust); color: #fff;
  font-size: 18px; font-weight: 700; letter-spacing: .4px;
  padding: 19px 24px; border-radius: 4px;
  transition: background .15s;
}
.btn:hover { background: var(--rust-dk); color: #fff; }
.btn-wrap { margin: 40px 0 8px; }
.btn-note {
  font-family: 'Libre Franklin', sans-serif;
  font-size: 12.5px; color: var(--ink-mute); text-align: center; margin-top: 12px;
}

.foot {
  background: var(--dark); color: rgba(255,255,255,.55);
  margin-top: 56px; padding: 44px 0 40px;
  font-family: 'Libre Franklin', sans-serif;
  font-size: 12.5px; line-height: 1.62;
}
.foot h2 {
  font-size: 14px; font-weight: 700; letter-spacing: .2px;
  color: rgba(255,255,255,.9); margin: 0 0 10px;
}
.foot p { margin-bottom: 14px; }
.foot b { color: rgba(255,255,255,.85); }
.foot a { color: rgba(255,255,255,.7); }
.foot a:hover { color: #fff; }

.foot-refs { font-size: 11.5px; line-height: 1.55; }
.foot-refs ol { padding-left: 18px; margin: 0 0 20px; }
.foot-refs li { margin-bottom: 7px; }
.foot-refs a { word-break: break-word; text-decoration: underline; }

.foot-nav {
  display: flex; flex-wrap: wrap; gap: 8px 20px;
  padding: 18px 0; margin: 20px 0 0;
  border-top: 1px solid rgba(255,255,255,.14);
  border-bottom: 1px solid rgba(255,255,255,.14);
}
.foot-nav a { font-size: 12.5px; text-decoration: underline; }

.foot-legal { font-size: 11px; line-height: 1.6; color: rgba(255,255,255,.4); margin-top: 18px; }
.foot-legal p { margin-bottom: 9px; }

@media (max-width: 640px) {
  body { font-size: 18px; }
  h1 { font-size: 31px; letter-spacing: -.6px; }
  .dek { font-size: 19px; }
  .opening p:first-child { font-size: 20px; }
  .checks-h { font-size: 23px; }
  .check h3 { font-size: 19px; }
  .check p { font-size: 17px; }
  .head { padding-top: 32px; }
}
