:root {
  color-scheme: light;
  --paper: #faf8f3;
  --ink: #292321;
  --wine: #5b282e;
  --muted: #655b52;
  --line: #ddd5c8;
  font:
    16px/1.7 Arial,
    Helvetica,
    sans-serif;
  color: var(--ink);
  background: var(--paper);
  -webkit-font-smoothing: antialiased;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
}
a {
  color: var(--wine);
  text-underline-offset: 4px;
}
a:hover {
  text-decoration-thickness: 2px;
}
:focus-visible {
  outline: 3px solid var(--wine);
  outline-offset: 5px;
}
.wrap {
  width: min(1160px, calc(100% - 64px));
  margin-inline: auto;
}
.skip-link {
  position: fixed;
  top: -90px;
  left: 16px;
  z-index: 5;
  background: var(--wine);
  color: white;
  padding: 12px 20px;
}
.skip-link:focus {
  top: 16px;
}
.site-header {
  min-height: 108px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.brand {
  color: var(--ink);
  text-decoration: none;
  font:
    24px/1.2 Georgia,
    serif;
}
.brand span {
  display: block;
  margin-top: 7px;
  font:
    11px/1.4 Arial,
    sans-serif;
  color: var(--muted);
  letter-spacing: 0.09em;
  text-transform: uppercase;
}
.back-link {
  font-size: 14px;
}
.draft-banner {
  background: var(--wine);
  color: #fffaf3;
}
.draft-banner .wrap {
  display: flex;
  align-items: baseline;
  gap: 24px;
  padding-block: 18px;
}
.draft-banner strong {
  flex: 0 0 auto;
  font-size: 15px;
}
.draft-banner span {
  font-size: 14px;
}
.policy-layout {
  display: grid;
  grid-template-columns: 205px minmax(0, 1fr);
  gap: 70px;
  padding-block: 62px 88px;
}
.policy-sidebar nav {
  display: grid;
  gap: 5px;
}
.policy-sidebar nav a {
  display: block;
  padding: 9px 12px;
  border-left: 2px solid transparent;
  text-decoration: none;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.5;
}
.policy-sidebar nav a:hover {
  background: #f0ebe1;
}
.policy-sidebar nav a[aria-current="page"] {
  border-color: var(--wine);
  background: #eee5df;
  color: var(--wine);
  font-weight: 700;
}
.policy-sidebar > p {
  font-size: 12px;
  color: var(--muted);
  margin: 26px 12px 0;
}
main {
  max-width: 790px;
  min-width: 0;
}
.eyebrow {
  margin: 0 0 16px;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--wine);
  font-weight: 700;
}
h1 {
  font:
    400 clamp(36px, 4.5vw, 56px)/1.08 Georgia,
    "Times New Roman",
    serif;
  margin: 0 0 20px;
  letter-spacing: -0.035em;
}
.lead {
  color: var(--muted);
  font-size: 19px;
  line-height: 1.6;
  margin: 0 0 30px;
  max-width: 650px;
}
.seller-details {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #f3eee5;
  margin-bottom: 34px;
}
.seller-details summary {
  padding: 18px 22px;
  cursor: pointer;
  font-weight: 700;
  color: var(--wine);
  line-height: 1.5;
  font-size: 14px;
}
.seller-details dl {
  display: grid;
  grid-template-columns: 115px minmax(0, 1fr);
  gap: 10px 20px;
  margin: 0;
  padding: 0 22px 22px;
  font-size: 13px;
  line-height: 1.6;
}
.seller-details dt {
  color: var(--muted);
}
.seller-details dd {
  margin: 0;
  min-width: 0;
  overflow-wrap: anywhere;
}
.pending {
  color: #783823;
  font-weight: 650;
  overflow-wrap: anywhere;
}
.policy-copy {
  font-size: 16px;
}
.policy-copy h2 {
  font:
    400 28px/1.25 Georgia,
    "Times New Roman",
    serif;
  letter-spacing: -0.018em;
  margin: 40px 0 16px;
}
.policy-copy p {
  margin: 0 0 20px;
}
.policy-copy ul {
  padding-left: 24px;
  margin: 0 0 24px;
}
.policy-copy li {
  padding-left: 4px;
  margin-bottom: 12px;
}
.policy-copy strong {
  font-weight: 700;
}
.closing-note {
  border-top: 1px solid var(--line);
  margin-top: 42px;
  padding-top: 24px;
  color: var(--muted);
  font-size: 14px;
}
.closing-note strong {
  color: var(--wine);
}
.closing-note p {
  margin: 8px 0 0;
}
.policy-cards {
  display: grid;
  gap: 12px;
  margin-block: 28px;
}
.policy-card {
  display: block;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  text-decoration: none;
  background: #fffdf8;
}
.policy-card:hover {
  border-color: var(--wine);
}
.policy-copy .policy-card h2 {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  font-size: 24px;
  margin: 0 0 10px;
  color: var(--wine);
}
.policy-card h2 span {
  font:
    20px Arial,
    sans-serif;
}
.policy-copy .policy-card p {
  color: var(--muted);
  font-size: 14px;
  margin: 0;
}
.site-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px 30px;
  padding-block: 24px 34px;
  border-top: 1px solid var(--line);
  font-size: 13px;
}
.site-footer p {
  flex: 1;
  color: var(--muted);
  margin: 0;
  min-width: 230px;
}
@media (max-width: 800px) {
  .policy-layout {
    grid-template-columns: 1fr;
    gap: 30px;
    padding-block: 30px 54px;
  }
  .policy-sidebar nav {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
  }
  .policy-sidebar nav a {
    border-left: none;
    border: 1px solid var(--line);
    border-radius: 4px;
    font-size: 12px;
  }
  .policy-sidebar > p {
    margin: 14px 0 0;
  }
  .draft-banner .wrap {
    display: block;
  }
  .draft-banner strong,
  .draft-banner span {
    display: block;
  }
  .draft-banner span {
    margin-top: 4px;
  }
}
@media (max-width: 480px) {
  .wrap {
    width: calc(100% - 36px);
  }
  .site-header {
    min-height: 96px;
    gap: 14px;
  }
  .brand {
    font-size: 21px;
  }
  .brand span {
    font-size: 9px;
    letter-spacing: 0.04em;
  }
  .back-link {
    font-size: 12px;
    max-width: 78px;
  }
  .lead {
    font-size: 17px;
  }
  .seller-details dl {
    grid-template-columns: 1fr;
    gap: 2px;
    padding: 0 16px 18px;
  }
  .seller-details dd {
    margin-bottom: 10px;
  }
  .seller-details summary {
    padding: 16px;
  }
  .policy-copy {
    font-size: 16px;
  }
  .policy-copy h2 {
    font-size: 26px;
  }
  .policy-card {
    padding: 20px;
  }
}
@media print {
  .policy-sidebar,
  .back-link,
  .skip-link,
  .site-footer {
    display: none;
  }
  .wrap {
    width: 100%;
  }
  .policy-layout {
    display: block;
    padding-block: 20px;
  }
  .draft-banner {
    color: #292321;
    background: none;
    border: 2px solid #5b282e;
  }
  .draft-banner .wrap {
    padding: 12px;
  }
  .seller-details {
    break-inside: avoid;
  }
  h2 {
    break-after: avoid;
  }
  main {
    max-width: none;
  }
}
