:root{
  --paper:#ffffff;
  --ink:#1a1a1a;
  --muted:#5b5853;
  --rule:#e6e2dc;
  --accent:#c4622d;
  --measure:41rem;
}
*{box-sizing:border-box}
html{-webkit-text-size-adjust:100%}
body{
  margin:0;
  background:var(--paper);
  color:var(--ink);
  font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif;
  font-size:17px;
  line-height:1.65;
  font-weight:400;
}
.wrap{max-width:var(--measure);margin:0 auto;padding:0 1.5rem}
a{color:var(--accent);text-decoration:none;border-bottom:1px solid rgba(196,98,45,.35)}
a:hover{border-bottom-color:var(--accent)}
a:focus-visible,button:focus-visible{outline:2px solid var(--accent);outline-offset:3px;border-radius:2px}

.masthead{border-bottom:1px solid var(--rule)}
.masthead .wrap{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding-top:1.35rem;padding-bottom:1.35rem}
.brand{display:flex;align-items:center;gap:.65rem;border-bottom:0;color:var(--ink);font-weight:500;font-size:1.15rem;letter-spacing:-.02em}
.brand:hover{border-bottom:0}
.brand svg{display:block}
.masthead nav{display:flex;font-size:.94rem}
.masthead nav a+a{margin-left:1.4rem}
.masthead nav a{color:var(--muted);border-bottom:0}
.masthead nav a:hover{color:var(--ink)}

main{padding:4.5rem 0 0}
h1{font-size:clamp(2.1rem,6vw,3.1rem);line-height:1.1;font-weight:500;letter-spacing:-.03em;margin:0 0 1.1rem}
.lede{font-size:1.2rem;color:var(--muted);margin:0 0 2.5rem;max-width:34rem}
h2{font-size:1.4rem;font-weight:500;letter-spacing:-.02em;margin:0 0 1rem}
h3{font-size:1.02rem;font-weight:500;margin:0 0 .3rem}
p{margin:0 0 1.1rem}
p:last-child{margin-bottom:0}

.figure{margin:0 0 4rem;padding:2rem 0;border-top:1px solid var(--rule);border-bottom:1px solid var(--rule)}
.figure svg{display:block;width:100%;height:auto}
.figure figcaption{margin-top:1.1rem;font-size:.92rem;color:var(--muted)}

section{padding:3.2rem 0;border-top:1px solid var(--rule)}
section:first-of-type{border-top:0;padding-top:0}
.steps{margin:0;padding:0;list-style:none}
.steps li{padding:1.15rem 0;border-top:1px solid var(--rule)}
.steps li:first-child{border-top:0;padding-top:0}
.steps p{color:var(--muted);margin:0;font-size:.98rem}

dl.data{margin:0}
dl.data dt{font-weight:500;margin-top:1.4rem}
dl.data dt:first-child{margin-top:0}
dl.data dd{margin:.25rem 0 0;color:var(--muted);font-size:.98rem}

.note{background:#faf8f5;border-left:3px solid var(--accent);border-radius:0;padding:1.1rem 1.25rem;font-size:.96rem;color:var(--muted)}

footer{border-top:1px solid var(--rule);margin-top:3.5rem;padding:2.2rem 0 3.5rem;font-size:.92rem;color:var(--muted)}
footer .wrap{display:flex;flex-wrap:wrap;justify-content:space-between;row-gap:.6rem;column-gap:1.6rem}
footer a{color:var(--muted)}

.legal h1{font-size:clamp(1.9rem,5vw,2.5rem)}
.legal .updated{color:var(--muted);font-size:.94rem;margin-bottom:2.5rem}
.legal h2{margin-top:2.6rem;font-size:1.2rem}
.legal ul{margin:0 0 1.1rem;padding-left:1.2rem;color:var(--muted)}
.legal li{margin-bottom:.4rem}

@media (max-width:520px){
  main{padding-top:3rem}
  .masthead nav{gap:1rem;font-size:.88rem}
}
