:root {
  --paper: #f4efe4;
  --paper-deep: #ebe3d4;
  --ink: #1d1c19;
  --ink-soft: #5e5a52;
  --rule: #c8bead;
  --link: #35685f;
  --measure: 66ch;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --serif: Georgia, "Times New Roman", Times, serif;
}

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

html {
  scroll-behavior: smooth;
  scroll-padding-top: 2rem;
}

body {
  margin: 0;
  min-width: 300px;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--serif);
  font-size: 1.08rem;
  line-height: 1.78;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  content: "";
  pointer-events: none;
  background:
    linear-gradient(90deg, transparent 0, rgba(29, 28, 25, 0.018) 50%, transparent 100%),
    repeating-linear-gradient(0deg, transparent 0, transparent 5px, rgba(29, 28, 25, 0.012) 6px);
}

::selection {
  color: var(--ink);
  background: #d8ded5;
}

a {
  color: var(--link);
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.18em;
}

a:hover {
  text-decoration-thickness: 0.13em;
}

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

p,
h1,
h2,
address {
  overflow-wrap: break-word;
}

.skip-link {
  position: fixed;
  top: 0.8rem;
  left: 0.8rem;
  z-index: 10;
  padding: 0.55rem 0.8rem;
  background: var(--paper);
  border: 1px solid var(--ink);
  font-family: var(--sans);
  font-size: 0.84rem;
  transform: translateY(-180%);
}

.skip-link:focus {
  transform: translateY(0);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-header {
  border-bottom: 1px solid var(--rule);
}

.header-inner,
.footer-inner {
  width: min(calc(100% - 3rem), 76rem);
  margin: 0 auto;
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 6rem;
  gap: 2rem;
}

.wordmark {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  color: var(--ink);
  font-family: var(--serif);
  font-size: 1.13rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.025em;
  text-decoration: none;
}

.wordmark i {
  font-weight: 400;
}

.wordmark-mark {
  width: 1.9rem;
  height: 1.9rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.25;
}

.primary-nav,
.site-footer nav {
  display: flex;
  align-items: center;
  gap: 1.45rem;
  font-family: var(--sans);
  font-size: 0.77rem;
  font-weight: 650;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.primary-nav a,
.site-footer a {
  text-decoration: none;
}

.primary-nav a:hover,
.site-footer a:hover,
.site-footer a[aria-current="page"] {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.3rem;
}

article {
  width: min(calc(100% - 3rem), var(--measure));
  margin: 0 auto;
}

.article-hero {
  padding: clamp(5rem, 11vw, 9rem) 0 clamp(4rem, 8vw, 6.5rem);
  border-bottom: 1px solid var(--ink);
}

.kicker,
.chapter-label,
.article-meta {
  font-family: var(--sans);
  text-transform: uppercase;
  letter-spacing: 0.13em;
}

.kicker,
.chapter-label {
  margin: 0 0 1.1rem;
  color: var(--ink-soft);
  font-size: 0.71rem;
  font-weight: 700;
}

h1 {
  max-width: 19ch;
  margin: 0;
  font-size: clamp(2.65rem, 7vw, 5.45rem);
  font-weight: 400;
  line-height: 0.99;
  letter-spacing: -0.04em;
}

.article-meta {
  margin: 2rem 0 0;
  color: var(--ink-soft);
  font-size: 0.72rem;
  font-weight: 650;
}

.opening {
  margin: clamp(3rem, 6vw, 4.75rem) 0 0;
  font-size: clamp(1.33rem, 2.6vw, 1.72rem);
  line-height: 1.58;
}

.opening::first-letter {
  float: left;
  margin: 0.14em 0.12em 0 0;
  font-size: 3.85em;
  line-height: 0.72;
}

.article-body > section {
  padding: clamp(4rem, 8vw, 6rem) 0 0;
}

h2 {
  max-width: 24ch;
  margin: 0 0 1.65rem;
  font-size: clamp(1.75rem, 4vw, 2.55rem);
  font-weight: 400;
  line-height: 1.16;
  letter-spacing: -0.025em;
}

.article-body p {
  margin: 0 0 1.45rem;
}

.pull-quote {
  margin: clamp(4.5rem, 10vw, 7rem) 0 0;
  padding: 1.6rem 0 1.7rem;
  border-top: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
}

.pull-quote p {
  max-width: 29ch;
  margin: 0;
  font-size: clamp(1.55rem, 4vw, 2.35rem);
  line-height: 1.3;
}

.closing {
  margin-top: clamp(4rem, 9vw, 7rem);
  padding-top: clamp(3rem, 6vw, 4.5rem) !important;
  padding-bottom: clamp(5rem, 10vw, 8rem);
  border-top: 1px solid var(--ink);
}

address {
  margin-top: 2rem;
  color: var(--ink-soft);
  font-style: normal;
}

.policy-hero h1 {
  max-width: none;
}

.policy-body .return-link {
  margin-top: 2.2rem;
  font-family: var(--sans);
  font-size: 0.82rem;
  font-weight: 650;
  letter-spacing: 0.05em;
}

.site-footer {
  border-top: 1px solid var(--rule);
}

.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  min-height: 6.5rem;
  padding: 1.4rem 0;
  color: var(--ink-soft);
  font-family: var(--sans);
  font-size: 0.72rem;
}

.footer-inner p {
  margin: 0;
}

@media (max-width: 680px) {
  body {
    font-size: 1rem;
    line-height: 1.72;
  }

  .header-inner,
  .footer-inner,
  article {
    width: min(calc(100% - 2.1rem), var(--measure));
  }

  .header-inner {
    align-items: flex-start;
    flex-direction: column;
    min-height: 0;
    padding: 1.35rem 0 1.15rem;
    gap: 1.2rem;
  }

  .primary-nav {
    width: 100%;
    justify-content: space-between;
    gap: 0.75rem;
  }

  .article-hero {
    padding-top: 4.4rem;
  }

  h1 {
    font-size: clamp(2.65rem, 14vw, 4rem);
  }

  .footer-inner {
    align-items: flex-start;
    flex-direction: column;
    gap: 1rem;
    padding: 1.7rem 0;
  }

  .site-footer nav {
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 0.75rem 1.15rem;
  }
}

@media (max-width: 360px) {
  .primary-nav {
    font-size: 0.69rem;
  }

  .opening::first-letter {
    font-size: 3.25em;
  }
}

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

@media print {
  body {
    background: #fff;
    color: #000;
  }

  body::before,
  .primary-nav,
  .site-footer nav,
  .skip-link {
    display: none;
  }

  .article-hero,
  .pull-quote,
  .closing,
  .site-footer,
  .site-header {
    border-color: #777;
  }

  a {
    color: #000;
  }
}
