:root {
  color-scheme: light;
  --paper: #f8f7f2;
  --ink: #213d3e;
  --muted: #526366;
  --teal: #156f78;
  --line: #d9e1dc;
  --wash: #edf3ee;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 100%;
  color: var(--ink);
  background: var(--paper);
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
  line-height: 1.65;
}
a {
  color: var(--teal);
  text-underline-offset: 0.22em;
}
a:hover {
  text-decoration-thickness: 2px;
}
a:focus-visible {
  outline: 3px solid #b06d10;
  outline-offset: 5px;
}
p {
  margin: 0.7rem 0 1.1rem;
}
h1,
h2,
h3 {
  line-height: 1.2;
  text-wrap: balance;
}
h1,
h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  letter-spacing: -0.025em;
}
h1 {
  font-size: clamp(2.1rem, 4.1vw, 3.4rem);
  margin: 0.5rem 0 1.15rem;
}
h2 {
  font-size: 1.9rem;
  margin: 0.25rem 0 0.85rem;
}
h3 {
  font-size: 1.16rem;
  font-weight: 600;
  margin: 0.6rem 0;
}
.skip {
  position: absolute;
  top: 0.5rem;
  left: 1rem;
  transform: translateY(-180%);
  padding: 0.6rem 1rem;
  background: white;
  z-index: 5;
}
.skip:focus {
  transform: none;
}
.site-header,
.site-footer,
main {
  max-width: 1120px;
  margin: auto;
  padding-inline: 2rem;
}
.site-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  min-height: 90px;
  border-bottom: 1px solid var(--line);
}
.brand {
  font-family: Georgia, serif;
  font-size: 1.6rem;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--ink);
  text-decoration: none;
  letter-spacing: -0.025em;
}
.brand-mark {
  display: inline-grid;
  place-items: center;
  background: var(--teal);
  color: white;
  border-radius: 8px;
  width: 32px;
  height: 32px;
  font-size: 1.4rem;
  line-height: 1;
}
.site-header nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem 1.3rem;
}
.site-header nav a {
  padding: 0.65rem 0.15rem;
  text-decoration: none;
  font-size: 0.95rem;
}
.home-intro {
  padding: 2.4rem 0 1.3rem;
  max-width: 860px;
}
.eyebrow {
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--teal);
  margin: 0 0 0.6rem;
}
.lead {
  font-size: 1.1rem;
  line-height: 1.7;
  color: var(--muted);
  max-width: 750px;
}
.choices {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  max-width: 760px;
  margin: 1.45rem 0 1rem;
}
.choice {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100px;
  padding: 1.1rem 1.4rem;
  border: 1px solid var(--teal);
  border-radius: 10px;
  text-decoration: none;
  background: #fff;
}
.choice:hover {
  background: var(--wash);
}
.choice span {
  font-size: 1.15rem;
  font-weight: 700;
}
.choice small {
  font-size: 0.88rem;
  color: var(--muted);
  margin-top: 0.25rem;
}
.fine,
.byline {
  font-size: 0.87rem;
  color: var(--muted);
}
.section {
  padding: 2rem 0 2.5rem;
}
.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.5rem;
}
.section-heading a {
  white-space: nowrap;
  margin-bottom: 0.7rem;
}
.guide-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.1rem;
}
.guide-card {
  padding: 1.3rem 1.35rem 1.15rem;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fff;
}
.card-number {
  color: var(--teal);
  font-family: Georgia, serif;
  font-size: 1rem;
}
.guide-card a {
  text-decoration: none;
  color: var(--ink);
}
.guide-card a:hover {
  text-decoration: underline;
}
.guide-card p {
  font-size: 0.94rem;
  color: var(--muted);
  margin-bottom: 0;
}
.method {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 2rem;
  padding: 1.8rem;
  background: var(--wash);
  border-radius: 12px;
}
.method p {
  margin: 0;
}
.status-note {
  margin: 2.3rem 0 2.8rem;
  border-left: 3px solid var(--teal);
  padding: 0.15rem 0 0.15rem 1.3rem;
  max-width: 830px;
}
.status-note h2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0;
}
.status-note p {
  font-size: 0.92rem;
  color: var(--muted);
  margin: 0;
}
.article {
  max-width: 760px;
  padding: 2.5rem 0 3rem;
  margin: auto;
}
.article h2 {
  margin-top: 2rem;
}
.article .eyebrow {
  margin-top: 1.6rem;
}
.back-link {
  font-size: 0.92rem;
}
.article .lead {
  font-size: 1.18rem;
}
.article .byline {
  padding-bottom: 1.25rem;
  border-bottom: 1px solid var(--line);
}
.checklist {
  background: var(--wash);
  border-radius: 10px;
  padding: 1.4rem 1.5rem;
  margin: 2rem 0;
}
.checklist h2 {
  margin-top: 0;
  font-size: 1.6rem;
}
.checklist p:last-child {
  margin-bottom: 0;
}
ul {
  padding-left: 1.4rem;
}
li {
  margin: 0.4rem 0;
}
.site-footer {
  border-top: 1px solid var(--line);
  padding-block: 2rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem 2rem;
}
.site-footer p {
  font-size: 0.9rem;
  color: var(--muted);
}
.site-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem 1.4rem;
  align-content: start;
}
.site-footer nav a {
  font-size: 0.9rem;
}
.site-footer .fine {
  grid-column: 1/-1;
  margin: 0;
  font-size: 0.8rem;
}
p,
a {
  overflow-wrap: anywhere;
}
@media (max-width: 760px) {
  .site-header,
  .site-footer,
  main {
    padding-inline: 1.2rem;
  }
  .site-header {
    min-height: 76px;
  }
  .brand {
    font-size: 1.45rem;
  }
  .site-header nav {
    gap: 0.3rem 0.7rem;
  }
  .site-header nav a {
    font-size: 0.87rem;
  }
  .home-intro {
    padding-top: 1.8rem;
  }
  .guide-grid {
    grid-template-columns: 1fr 1fr;
  }
  .section-heading {
    align-items: start;
    flex-direction: column;
    gap: 0.3rem;
  }
  .method {
    grid-template-columns: 1fr;
    gap: 0.5rem;
    padding: 1.35rem;
  }
  .article {
    padding-top: 1.6rem;
  }
  .site-footer {
    grid-template-columns: 1fr;
  }
  .choices {
    gap: 0.7rem;
  }
  .choice {
    padding: 1rem;
  }
  .choice small {
    line-height: 1.45;
  }
  .lead {
    font-size: 1rem;
  }
}
@media (max-width: 480px) {
  h1 {
    font-size: 2.1rem;
  }
  .site-header {
    gap: 0.5rem;
    flex-wrap: wrap;
    padding-block: 0.7rem;
  }
  .site-header nav {
    margin-left: auto;
  }
  .choices {
    grid-template-columns: 1fr;
  }
  .choice {
    min-height: 80px;
  }
  .guide-grid {
    grid-template-columns: 1fr;
  }
  .home-intro {
    padding-bottom: 0;
  }
  .home-intro h1 {
    font-size: 1.95rem;
  }
  .home-intro .lead {
    margin-bottom: 1rem;
  }
  .choices {
    margin-top: 1.1rem;
  }
  .section {
    padding-top: 1.5rem;
  }
  .site-footer nav {
    flex-direction: column;
    gap: 0.8rem;
  }
  .checklist {
    padding: 1rem 1.2rem;
  }
}
