:root {
  --ink: #1f2928;
  --muted: #65706d;
  --paper: #f7f3eb;
  --paper-bright: #fffdf8;
  --sage: #244f46;
  --sage-soft: #dfe9e4;
  --clay: #a94e37;
  --line: #d8d1c4;
  --shadow: 0 18px 50px rgba(35, 42, 39, 0.11);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.68;
  text-rendering: optimizeLegibility;
}

.masthead {
  border-bottom: 1px solid var(--line);
  background: rgba(255, 253, 248, 0.9);
}

.masthead__inner {
  width: min(1160px, calc(100% - 40px));
  min-height: 78px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 14px;
}

.mark {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--sage);
  color: white;
  font: 700 12px/1 Arial, sans-serif;
  letter-spacing: 0.12em;
}

.publication,
.strapline,
.issue,
.eyebrow,
.byline,
.margin-note__label,
footer p {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
}

.publication {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.strapline,
.issue {
  color: var(--muted);
  font-size: 12px;
}

main {
  overflow: hidden;
}

.article-head {
  width: min(920px, calc(100% - 40px));
  margin: 0 auto;
  padding: 78px 0 42px;
  text-align: center;
}

.eyebrow {
  color: var(--clay);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

h1 {
  max-width: 860px;
  margin: 16px auto 20px;
  font-size: clamp(42px, 6.4vw, 78px);
  line-height: 0.99;
  letter-spacing: -0.045em;
}

.dek {
  max-width: 760px;
  margin: 0 auto;
  color: #3f4d49;
  font-size: clamp(19px, 2.4vw, 25px);
  line-height: 1.45;
}

.byline {
  margin-top: 26px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
  color: var(--muted);
  font-size: 12px;
  letter-spacing: 0.03em;
}

.hero {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto 74px;
}

.hero img {
  display: block;
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  border-radius: 3px;
  box-shadow: var(--shadow);
}

.hero figcaption {
  max-width: 760px;
  margin: 13px 0 0;
  color: var(--muted);
  font: 12px/1.5 Arial, Helvetica, sans-serif;
}

.article-grid {
  width: min(1040px, calc(100% - 40px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 190px minmax(0, 710px);
  gap: 70px;
  align-items: start;
}

.margin-note {
  position: sticky;
  top: 28px;
  padding-top: 14px;
  border-top: 4px solid var(--sage);
  color: var(--sage);
  font-size: 19px;
  line-height: 1.35;
}

.margin-note p:last-child {
  margin: 8px 0 0;
}

.margin-note__label {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.prose {
  font-size: 19px;
}

.prose p {
  margin: 0 0 1.32em;
}

.lead {
  font-size: 24px;
  line-height: 1.52;
}

.lead::first-letter {
  float: left;
  margin: 0.08em 0.1em 0 0;
  color: var(--clay);
  font-size: 4.3em;
  line-height: 0.72;
}

h2 {
  margin: 3.2em 0 0.85em;
  padding-top: 0.72em;
  border-top: 1px solid var(--line);
  font-size: clamp(30px, 4vw, 44px);
  line-height: 1.12;
  letter-spacing: -0.025em;
}

h2 span {
  display: block;
  margin-bottom: 8px;
  color: var(--clay);
  font: 700 11px/1 Arial, Helvetica, sans-serif;
  letter-spacing: 0.14em;
}

h3 {
  margin: 1.6em 0 0.4em;
  font-size: 22px;
  line-height: 1.25;
}

a {
  color: var(--sage);
  font-weight: 700;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}

a:hover {
  color: var(--clay);
}

a:focus-visible {
  outline: 3px solid var(--clay);
  outline-offset: 4px;
}

.callout {
  margin: 34px 0;
  padding: 26px 28px 8px;
  border-left: 5px solid var(--clay);
  background: var(--paper-bright);
  box-shadow: 0 10px 24px rgba(35, 42, 39, 0.06);
}

.callout__title {
  margin-bottom: 7px !important;
  color: var(--clay);
  font: 700 11px/1 Arial, Helvetica, sans-serif;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.table-wrap {
  margin: 34px 0;
  overflow-x: auto;
  border: 1px solid var(--line);
  background: var(--paper-bright);
}

table {
  width: 100%;
  min-width: 650px;
  border-collapse: collapse;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 1.45;
}

th,
td {
  padding: 15px 14px;
  border-bottom: 1px solid var(--line);
  vertical-align: top;
  text-align: left;
}

th {
  background: var(--sage);
  color: white;
  font-size: 11px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

tbody tr:last-child td {
  border-bottom: 0;
}

td:first-child {
  color: var(--sage);
  font-weight: 700;
}

.checklist {
  margin: 30px 0 36px;
  padding: 26px 28px 22px 54px;
  background: var(--sage-soft);
}

.checklist li {
  margin-bottom: 10px;
  padding-left: 4px;
}

.faq {
  margin: 38px 0;
  padding: 2px 30px 12px;
  border: 1px solid var(--line);
  background: rgba(255, 253, 248, 0.74);
}

.faq p {
  font-size: 17px;
}

.closing {
  margin-top: 2.2em !important;
  padding: 28px 0 0;
  border-top: 4px solid var(--ink);
  font-size: 22px;
  line-height: 1.55;
}

footer {
  width: min(1040px, calc(100% - 40px));
  margin: 90px auto 0;
  padding: 28px 0 40px;
  border-top: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  gap: 18px;
  color: var(--muted);
  font-size: 11px;
}

@media (max-width: 900px) {
  .article-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .margin-note {
    position: static;
    max-width: 420px;
  }
}

@media (max-width: 620px) {
  .masthead__inner,
  .article-head,
  .hero,
  .article-grid,
  footer {
    width: min(100% - 28px, 1040px);
  }

  .masthead__inner {
    min-height: 68px;
    grid-template-columns: auto 1fr;
  }

  .issue,
  .strapline {
    display: none;
  }

  .article-head {
    padding: 54px 0 32px;
    text-align: left;
  }

  .byline {
    justify-content: flex-start;
  }

  .hero {
    margin-bottom: 52px;
  }

  .hero img {
    aspect-ratio: 4 / 3;
  }

  .prose {
    font-size: 18px;
  }

  .lead {
    font-size: 21px;
  }

  h2 {
    margin-top: 2.6em;
  }

  .callout,
  .faq {
    padding-left: 20px;
    padding-right: 20px;
  }

  footer {
    margin-top: 64px;
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
