:root {
  color: #17221d;
  background: #f4f1e9;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-synthesis: none;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: radial-gradient(circle at 80% 8%, #dce9d6 0, transparent 25%), #f4f1e9; }
a { color: #8f2d1d; outline-offset: 4px; }
a:focus-visible { outline: 3px solid #9d321f; }
.site-nav, .site-footer { display: flex; max-width: 1120px; align-items: center; justify-content: space-between; gap: 24px; margin: auto; padding: 25px 28px; border-bottom: 1px solid #d8d5ca; }
.brand { color: #17221d; font-size: 20px; font-weight: 700; letter-spacing: -.7px; text-decoration: none; }
.brand span { color: #a53724; }
.site-links { display: flex; flex-wrap: wrap; gap: 18px; }
.site-links a { color: #445149; font-size: 13px; font-weight: 600; text-decoration: none; }
.site-links a[aria-current="page"], .site-links a:hover { color: #8f2d1d; text-decoration: underline; }
.content { max-width: 900px; margin: auto; padding: 64px 28px 100px; }
.breadcrumbs { margin-bottom: 30px; color: #687069; font-size: 12px; }
.breadcrumbs a { color: #445149; }
.eyebrow { color: #8f2d1d; font-size: 12px; font-weight: 800; letter-spacing: 1.2px; text-transform: uppercase; }
h1, h2 { font-family: Georgia, "Times New Roman", serif; font-weight: 400; }
h1 { max-width: 820px; margin: 12px 0 22px; font-size: clamp(42px, 7vw, 72px); line-height: 1.02; letter-spacing: -2px; }
h2 { margin: 58px 0 16px; font-size: 34px; line-height: 1.14; }
h3 { margin: 30px 0 10px; font-size: 18px; }
p, li { color: #46524b; font-size: 16px; line-height: 1.75; }
.lede { max-width: 760px; color: #33433a; font-size: 20px; }
.updated { color: #747a75; font-size: 12px; }
.callout, .cta, .card { border: 1px solid #d4d0c5; background: #fffaf2; }
.callout { margin: 32px 0; padding: 22px 24px; border-left: 4px solid #33844f; }
.callout strong { color: #203d2e; }
.callout p { margin: 5px 0 0; font-size: 14px; }
.warning { border-left-color: #9d321f; }
.steps { padding-left: 0; counter-reset: step; list-style: none; }
.steps > li { position: relative; margin: 14px 0; padding: 22px 22px 22px 66px; border: 1px solid #d8d4ca; background: #faf8f2; }
.steps > li::before { position: absolute; top: 22px; left: 20px; display: grid; width: 30px; height: 30px; place-items: center; border-radius: 50%; background: #1e2c25; color: white; content: counter(step); counter-increment: step; font-size: 12px; font-weight: 700; }
.steps h3 { margin: 0 0 7px; }
.steps p { margin: 0; font-size: 14px; }
.guide-image { margin: 28px 0; }
.guide-image img { display: block; width: 100%; height: auto; border: 1px solid #d5d3cc; background: white; }
.guide-image figcaption { margin-top: 8px; color: #6b716c; font-size: 12px; }
.grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; margin-top: 32px; }
.card { padding: 24px; }
.card h2, .card h3 { margin: 0 0 10px; font-family: Georgia, "Times New Roman", serif; font-size: 25px; font-weight: 400; }
.card p { margin: 0 0 18px; font-size: 14px; }
.card a { font-size: 14px; font-weight: 700; }
.cta { margin-top: 58px; padding: 30px; }
.cta h2 { margin-top: 0; }
.button { display: inline-block; padding: 13px 18px; background: #9d321f; color: white; font-size: 14px; font-weight: 700; text-decoration: none; }
.button:hover { background: #7f2819; }
.site-footer { align-items: flex-start; border-top: 1px solid #d8d5ca; border-bottom: 0; }
.site-footer p { margin: 0; color: #6f756f; font-size: 11px; }
.legal h2 { font-size: 28px; }
code { padding: 2px 5px; background: #e9e5dc; font-size: .92em; }
@media (max-width: 640px) {
  .site-nav, .site-footer { align-items: flex-start; flex-direction: column; }
  .content { padding-top: 42px; }
  .grid { grid-template-columns: 1fr; }
  h1 { font-size: 44px; }
}
