:root {
  --ink: #141312;
  --ink-soft: #35302b;
  --paper: #f7f0df;
  --paper-deep: #e6d5ad;
  --cream: #fff9ea;
  --chalk: #fbf4e2;
  --red: #ae3f31;
  --blue: #245d72;
  --green: #58764b;
  --yellow: #c99a2f;
  --violet: #6d5a89;
  --line: rgba(20, 19, 18, .18);
  --line-strong: rgba(20, 19, 18, .34);
  --shadow: rgba(20, 19, 18, .18);
  --max: 1160px;
  --section-y: 76px;
  --section-x: 56px;
  --grid-gap: 22px;
  --focus-ring: #245d72;
  --focus-halo: rgba(255, 249, 234, .9);
  --yca-masthead-position: center center;
  --yca-masthead-mobile-position: 59% 50%;
}

* {
  box-sizing: border-box;
}

html {
  background: var(--ink);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body {
  margin: 0;
  min-width: 320px;
  background:
    linear-gradient(rgba(255, 249, 234, .77), rgba(247, 240, 223, .9)),
    url("/assets/publisher-texture-warm-halftone-wide.webp"),
    repeating-linear-gradient(90deg, rgba(20, 19, 18, .035) 0 1px, transparent 1px 18px),
    linear-gradient(180deg, var(--cream), var(--paper) 46%, #ead8ad);
  background-attachment: scroll;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(20, 19, 18, .045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(20, 19, 18, .035) 1px, transparent 1px);
  background-size: 100% 11px, 11px 100%;
  opacity: .7;
}

a {
  color: inherit;
  -webkit-tap-highlight-color: rgba(174, 63, 49, .22);
  touch-action: manipulation;
}

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

img {
  display: block;
  max-width: 100%;
}

figure {
  margin: 0;
}

.site-header {
  align-items: center;
  background: rgba(255, 249, 234, .94);
  border-bottom: 1px solid var(--line);
  display: flex;
  gap: 24px;
  justify-content: space-between;
  padding: 14px 48px;
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(12px);
}

.brand {
  align-items: center;
  display: inline-flex;
  gap: 12px;
  min-width: 0;
  text-decoration: none;
}

.brand-mark {
  border: 2px solid var(--ink);
  border-radius: 50%;
  height: 52px;
  object-fit: cover;
  width: 52px;
}

.brand span {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 31px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: .92;
}

.site-header nav,
.site-footer nav,
.action-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.site-header nav {
  align-items: center;
  justify-content: flex-end;
}

.site-header nav a,
.site-footer nav a,
.button,
.text-link,
.eyebrow {
  font-family: "Courier New", Courier, monospace;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.site-header nav a,
.site-footer nav a {
  align-items: center;
  border-radius: 4px;
  display: inline-flex;
  font-size: 12px;
  min-height: 44px;
  padding: 8px 4px 6px;
  text-decoration: none;
}

.site-header nav a {
  border-bottom: 2px solid transparent;
  padding-left: 2px;
  padding-right: 2px;
}

.site-header nav a:hover,
.site-header nav a[aria-current="page"] {
  border-color: var(--red);
  color: var(--red);
}

.site-header nav a:focus-visible,
.site-footer nav a:focus-visible {
  background: rgba(255, 249, 234, .88);
  box-shadow: 0 0 0 4px rgba(36, 93, 114, .14);
}

.home-hero {
  background: var(--ink);
  color: var(--paper);
  display: grid;
  gap: 44px;
  grid-template-columns: minmax(0, 790px);
  min-height: min(760px, calc(100vh - 80px));
  overflow: hidden;
  padding: 92px 56px 72px;
  position: relative;
  isolation: isolate;
}

.home-hero::before {
  background:
    linear-gradient(90deg, rgba(20, 19, 18, .96) 0%, rgba(20, 19, 18, .88) 43%, rgba(20, 19, 18, .36) 72%, rgba(20, 19, 18, .12) 100%),
    linear-gradient(0deg, rgba(20, 19, 18, .72), rgba(20, 19, 18, .08) 44%, rgba(20, 19, 18, .58)),
    repeating-linear-gradient(0deg, rgba(255, 249, 234, .08) 0 1px, transparent 1px 9px);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

.home-hero::after,
.page-hero::after {
  background: linear-gradient(90deg, var(--red), var(--yellow), var(--blue), var(--green));
  bottom: 0;
  content: "";
  height: 6px;
  left: 56px;
  position: absolute;
  right: 56px;
}

.hero-inner {
  align-self: center;
  max-width: 820px;
  position: relative;
  z-index: 2;
}

.hero-art {
  inset: 0;
  overflow: hidden;
  position: absolute;
  z-index: 0;
}

.hero-picture,
.hero-picture img {
  height: 100%;
  width: 100%;
}

.hero-picture img {
  object-fit: cover;
  object-position: 50% 50%;
}

.hero-notice {
  border-left: 4px solid var(--red);
  color: rgba(255, 249, 234, .86);
  font-family: "Courier New", Courier, monospace;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  margin: 0 0 24px;
  padding-left: 12px;
  text-transform: uppercase;
}

h1,
h2,
h3,
p,
ul,
blockquote {
  margin-top: 0;
}

h1,
h2,
h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 900;
  letter-spacing: 0;
}

h1 {
  font-size: 78px;
  line-height: .9;
  margin-bottom: 24px;
  max-width: 920px;
}

h2 {
  font-size: 48px;
  line-height: 1;
  margin-bottom: 18px;
}

h3 {
  font-size: 27px;
  line-height: 1.1;
  margin-bottom: 12px;
}

p,
li {
  color: rgba(20, 19, 18, .72);
  font-size: 18px;
  line-height: 1.56;
  overflow-wrap: break-word;
}

.home-hero p,
.page-hero p {
  color: rgba(255, 249, 234, .78);
}

.home-hero .lede {
  color: var(--cream);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 34px;
  font-weight: 900;
  line-height: 1.12;
  max-width: 760px;
}

.eyebrow {
  color: var(--blue);
  font-size: 12px;
  margin-bottom: 14px;
}

.home-hero .eyebrow,
.page-hero .eyebrow {
  color: var(--yellow);
}

.button,
.text-link {
  align-items: center;
  display: inline-flex;
  font-size: 12px;
  justify-content: center;
  line-height: 1.12;
  max-width: 100%;
  text-decoration: none;
}

.button {
  background: var(--ink);
  border: 2px solid var(--ink);
  border-radius: 4px;
  box-shadow: 5px 5px 0 rgba(174, 63, 49, .36);
  color: var(--paper);
  min-height: 50px;
  padding: 14px 18px;
  text-align: center;
  transition: background-color .16s ease, box-shadow .16s ease, color .16s ease, transform .16s ease;
}

.button:hover {
  box-shadow: 2px 2px 0 rgba(174, 63, 49, .42);
  transform: translate(3px, 3px);
}

.button.secondary {
  background: transparent;
  border-color: currentColor;
  color: inherit;
}

.button:focus-visible {
  box-shadow:
    2px 2px 0 rgba(174, 63, 49, .42),
    0 0 0 4px var(--focus-halo);
}

.home-hero .button {
  background: var(--cream);
  border-color: var(--cream);
  color: var(--ink);
}

.home-hero .button.secondary {
  background: transparent;
  color: var(--cream);
}

.text-link {
  color: var(--red);
  margin-top: 14px;
  min-height: 44px;
  padding: 6px 2px;
  width: fit-content;
}

.text-link::after {
  content: " ->";
}

.text-link:focus-visible {
  background: rgba(255, 249, 234, .74);
  border-radius: 4px;
  outline-offset: 5px;
}

.action-row {
  align-items: center;
  gap: 12px;
  margin-top: 32px;
}

.flagship-panel,
.editorial-grid-section,
.supporting-section,
.property-grid-section,
.empty-state-section,
.reader-shelf-section,
.two-column-section,
.text-section,
.closing-note {
  padding: var(--section-y) var(--section-x);
}

.flagship-panel {
  align-items: stretch;
  background:
    linear-gradient(90deg, rgba(174, 63, 49, .14), transparent 50%),
    linear-gradient(180deg, var(--chalk), var(--paper));
  border-bottom: 1px solid var(--line);
  display: grid;
  gap: 32px;
  grid-template-columns: minmax(0, 1fr) 360px;
  position: relative;
}

.flagship-panel::before,
.editorial-grid-section::before,
.supporting-section::before,
.reader-shelf-section::before,
.route-principles::before {
  background: linear-gradient(90deg, var(--red), var(--yellow), var(--blue), var(--green));
  content: "";
  display: block;
  height: 5px;
  left: var(--section-x);
  opacity: .72;
  position: absolute;
  right: var(--section-x);
  top: 0;
}

.flagship-panel.light {
  background: var(--cream);
}

.flagship-panel > *,
.section-heading,
.property-grid,
.editorial-grid,
.reader-card-grid,
.two-column-section > *,
.text-section > *,
.empty-state {
  max-width: var(--max);
  min-width: 0;
}

.closing-note {
  background: rgba(255, 249, 234, .62);
  border-top: 1px solid var(--line);
}

.closing-note p {
  font-family: var(--display);
  font-size: 22px;
  line-height: 1.32;
  margin: 0 auto;
  max-width: 860px;
}

.quote-card {
  align-content: space-between;
  background: var(--ink);
  border: 1px solid var(--line-strong);
  box-shadow: 10px 10px 0 rgba(36, 93, 114, .22);
  color: var(--paper);
  display: grid;
  min-height: 260px;
  padding: 28px;
}

.quote-card p {
  color: var(--cream);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 34px;
  font-weight: 900;
  line-height: 1.05;
}

.quote-card span {
  color: var(--yellow);
  font-family: "Courier New", Courier, monospace;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.section-heading {
  display: grid;
  gap: 8px;
  margin: 0 auto 34px;
}

.section-heading h2 {
  margin-bottom: 0;
  max-width: 860px;
  text-wrap: balance;
}

.section-heading p:not(.eyebrow) {
  margin-bottom: 0;
  max-width: 760px;
}

.section-heading .eyebrow {
  margin-bottom: 0;
}

.section-action {
  display: flex;
  justify-content: center;
  margin: 28px auto 0;
  max-width: var(--max);
}

.ink-button {
  background: var(--ink);
  color: var(--paper);
}

.editorial-grid,
.property-grid {
  display: grid;
  gap: var(--grid-gap);
  margin: 0 auto;
}

.editorial-grid,
.property-grid,
.property-reader-grid,
.reader-card-grid {
  align-items: stretch;
}

.editorial-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.home-path-section .editorial-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.home-path-section .card {
  align-content: start;
  display: grid;
  min-height: 260px;
}

.home-path-section .card h3 {
  max-width: 12ch;
}

.home-path-section .card p {
  font-size: 16px;
  line-height: 1.48;
}

.property-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.supporting-section .property-grid {
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 240px), 1fr));
}

.property-reader-feature,
.property-reader-grid {
  margin: 0 auto;
  max-width: var(--max);
}

.property-reader-feature {
  display: grid;
}

.property-reader-grid {
  display: grid;
  gap: var(--grid-gap);
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.card,
.property-card,
.property-reader-card,
.reader-card,
.empty-state,
.two-column-section article {
  align-content: start;
  background: rgba(255, 249, 234, .84);
  border: 1px solid var(--line);
  border-radius: 6px;
  box-shadow: 9px 9px 0 rgba(20, 19, 18, .14);
  display: grid;
  gap: 10px;
  min-width: 0;
  padding: 26px;
}

.card > *,
.property-card > *,
.property-reader-card > *,
.reader-card > *,
.empty-state > *,
.two-column-section article > * {
  min-width: 0;
}

.card > :last-child,
.property-card > :last-child,
.property-reader-card > :last-child,
.reader-card > :last-child,
.empty-state > :last-child,
.two-column-section article > :last-child {
  margin-bottom: 0;
}

.card p:not(.eyebrow),
.property-card > p:not(.eyebrow),
.property-reader-card p:not(.eyebrow),
.reader-card p:not(.eyebrow),
.empty-state p:not(.eyebrow),
.two-column-section article p:not(.eyebrow) {
  margin-bottom: 0;
}

.card .text-link,
.property-card .text-link,
.property-reader-card .text-link,
.reader-card .text-link {
  align-self: end;
  justify-self: start;
  margin-top: auto;
}

.property-reader-card {
  align-content: start;
  display: grid;
  gap: 14px;
  min-height: 280px;
  overflow: hidden;
  position: relative;
}

.property-reader-card::before {
  background: var(--tone, var(--red));
  content: "";
  height: 8px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.property-reader-card.featured {
  background:
    linear-gradient(120deg, rgba(255, 249, 234, .94), rgba(255, 249, 234, .72)),
    repeating-linear-gradient(90deg, rgba(174, 63, 49, .06) 0 1px, transparent 1px 22px);
  grid-template-columns: minmax(0, .32fr) minmax(0, .68fr);
  min-height: 230px;
}

.property-reader-card.featured .eyebrow {
  grid-column: 1;
}

.property-reader-card.featured h3 {
  grid-column: 1;
}

.property-reader-card.featured p:not(.eyebrow),
.property-reader-card.featured .text-link {
  grid-column: 2;
}

.property-reader-card h3 {
  font-size: 36px;
  line-height: 1;
  max-width: 100%;
  overflow-wrap: break-word;
  text-wrap: balance;
}

.property-reader-card p:not(.eyebrow) {
  color: rgba(20, 19, 18, .76);
  font-size: 17px;
  line-height: 1.5;
  max-width: 48ch;
}

.card h3,
.reader-card h3,
.property-reader-card h3,
.two-column-section h2,
.empty-state h2 {
  text-wrap: balance;
}

.editorial-grid-section,
.supporting-section,
.reader-shelf-section,
.route-principles,
.contact-note-section {
  position: relative;
}

.editorial-grid-section {
  background:
    linear-gradient(135deg, rgba(36, 93, 114, .09), transparent 45%),
    rgba(255, 249, 234, .46);
}

.supporting-section {
  background:
    linear-gradient(180deg, rgba(20, 19, 18, .055), transparent 34%),
    linear-gradient(90deg, rgba(201, 154, 47, .12), rgba(255, 249, 234, .44) 42%, rgba(36, 93, 114, .1));
}

.card:has(.text-link):hover,
.property-card:has(.text-link):hover,
.reader-card:has(.text-link):hover,
.card:has(.text-link):focus-within,
.property-card:has(.text-link):focus-within,
.reader-card:has(.text-link):focus-within {
  box-shadow: 5px 5px 0 rgba(20, 19, 18, .18);
  transform: translate(4px, 4px);
}

.card:has(.text-link):focus-within,
.property-card:has(.text-link):focus-within,
.reader-card:has(.text-link):focus-within {
  outline: 3px solid rgba(36, 93, 114, .44);
  outline-offset: 4px;
}

.reader-shelf-section {
  border-top: 1px solid var(--line);
}

.reader-shelf-section .section-heading p:not(.eyebrow) {
  color: rgba(20, 19, 18, .68);
  max-width: 760px;
}

.quiet-shelf {
  display: grid;
  gap: 30px;
}

.quiet-shelf .empty-state {
  background:
    linear-gradient(135deg, rgba(255, 249, 234, .94), rgba(255, 249, 234, .72)),
    repeating-linear-gradient(0deg, rgba(20, 19, 18, .055) 0 1px, transparent 1px 16px);
}

.quiet-shelf .empty-state h2 {
  max-width: 14ch;
}

.reader-card-grid {
  display: grid;
  gap: var(--grid-gap);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0 auto;
}

.reader-card {
  gap: 10px;
  min-height: 248px;
  position: relative;
}

.reader-card::before {
  background: linear-gradient(90deg, var(--red), var(--yellow), var(--blue));
  content: "";
  height: 6px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.reader-card h3 {
  max-width: 15ch;
}

.reader-card-note {
  align-self: end;
  border-top: 1px solid var(--line);
  color: var(--blue);
  display: block;
  font-family: "Courier New", Courier, monospace;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  margin-top: auto;
  padding-top: 14px;
  text-transform: uppercase;
}

.store-shelf {
  background:
    repeating-linear-gradient(0deg, rgba(20, 19, 18, .04) 0 1px, transparent 1px 28px),
    linear-gradient(180deg, rgba(255, 249, 234, .56), rgba(230, 213, 173, .72));
}

.store-card::before {
  background: linear-gradient(90deg, var(--green), var(--yellow));
}

.dispatch-shelf {
  background: rgba(36, 93, 114, .08);
}

.dispatch-card::before {
  background: linear-gradient(90deg, var(--blue), var(--green));
}

.property-card {
  align-content: start;
  border-top: 0;
  display: grid;
  gap: 12px;
  min-height: 342px;
  overflow: hidden;
  position: relative;
}

.property-card.no-art {
  background:
    linear-gradient(135deg, rgba(255, 249, 234, .9), rgba(255, 249, 234, .68)),
    repeating-linear-gradient(0deg, rgba(20, 19, 18, .05) 0 1px, transparent 1px 18px);
}

.property-card.no-art::after {
  background: linear-gradient(180deg, transparent, rgba(36, 93, 114, .08));
  bottom: 0;
  content: "";
  height: 48%;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
}

.property-card.no-art > * {
  position: relative;
  z-index: 1;
}

.property-card::before {
  background: var(--red);
  content: "";
  height: 8px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.property-card.has-art {
  align-content: start;
}

.property-card .eyebrow {
  color: rgba(20, 19, 18, .6);
  margin-bottom: -2px;
}

.property-card h3 {
  font-size: 34px;
  line-height: 1;
  max-width: 100%;
  overflow-wrap: break-word;
  text-wrap: balance;
}

.property-card > p:not(.eyebrow) {
  color: rgba(20, 19, 18, .76);
  font-size: 16px;
  line-height: 1.42;
  max-width: 32ch;
}

.property-thumb {
  aspect-ratio: 16 / 10;
  background: rgba(20, 19, 18, .08);
  border: 0;
  border-radius: 4px;
  margin: -26px -26px 22px;
  overflow: hidden;
  position: relative;
}

.property-thumb::after {
  background:
    linear-gradient(180deg, transparent 52%, rgba(20, 19, 18, .14)),
    linear-gradient(90deg, rgba(20, 19, 18, .08), transparent 38%, rgba(20, 19, 18, .08));
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.property-thumb img {
  height: 100%;
  object-fit: cover;
  transition: transform .25s ease;
  width: 100%;
}

.property-card:has(.text-link):hover .property-thumb img {
  transform: scale(1.025);
}

.tone-blue {
  --tone: var(--blue);
}

.tone-green {
  --tone: var(--green);
}

.tone-violet {
  --tone: var(--violet);
}

.tone-tan {
  --tone: var(--yellow);
}

.tone-yellow {
  --tone: var(--yellow);
}

.property-card::before {
  background: var(--tone, var(--red));
}

.property-card blockquote {
  align-self: end;
  border-left: 4px solid var(--tone, var(--red));
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 21px;
  font-weight: 900;
  line-height: 1.16;
  margin: 16px 0 0;
  padding-left: 16px;
}

.property-card.has-art blockquote {
  margin-top: 18px;
}

.page-hero {
  background:
    linear-gradient(120deg, rgba(20, 19, 18, .98), rgba(20, 19, 18, .9)),
    repeating-linear-gradient(0deg, rgba(255, 249, 234, .08) 0 1px, transparent 1px 9px);
  color: var(--paper);
  overflow: hidden;
  padding: 100px 56px 82px;
  position: relative;
}

.page-hero > * {
  max-width: 860px;
}

.compact-hero {
  padding-bottom: 68px;
  padding-top: 82px;
}

.compact-hero > * {
  max-width: 790px;
}

.compact-hero h1 {
  font-size: 72px;
}

.property-hero {
  min-height: 460px;
  padding-bottom: 72px;
  padding-top: 84px;
}

.property-hero.has-masthead {
  align-items: center;
  display: grid;
  gap: 40px;
  grid-template-columns: minmax(0, .92fr) minmax(360px, 1.08fr);
}

.property-hero-copy {
  max-width: 780px;
}

.property-masthead-art {
  aspect-ratio: 3 / 2;
  background: rgba(255, 249, 234, .08);
  border: 1px solid rgba(255, 249, 234, .18);
  box-shadow: 12px 12px 0 rgba(0, 0, 0, .28);
  margin: 0;
  overflow: hidden;
  position: relative;
}

.property-masthead-art::after {
  background:
    linear-gradient(90deg, rgba(20, 19, 18, .16), transparent 32%),
    linear-gradient(180deg, transparent 60%, rgba(20, 19, 18, .18));
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.property-masthead-art img {
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: var(--yca-masthead-position);
  width: 100%;
}

.archive-hero.has-reading-room-masthead {
  align-items: center;
  display: grid;
  gap: 42px;
  grid-template-columns: minmax(0, .86fr) minmax(420px, 1.14fr);
}

.archive-hero-copy {
  max-width: 760px;
}

.reading-room-masthead-art {
  aspect-ratio: 16 / 9;
  background: rgba(255, 249, 234, .08);
  border: 1px solid rgba(255, 249, 234, .18);
  box-shadow: 12px 12px 0 rgba(0, 0, 0, .28);
  margin: 0;
  overflow: hidden;
  position: relative;
}

.reading-room-masthead-art picture,
.reading-room-masthead-art img {
  display: block;
  height: 100%;
  width: 100%;
}

.reading-room-masthead-art img {
  object-fit: cover;
  object-position: var(--masthead-position, center center);
}

.store-hero,
.dispatch-hero,
.about-hero,
.contact-hero,
.legal-hero {
  align-items: center;
  display: grid;
  gap: 42px;
  grid-template-columns: minmax(0, .94fr) minmax(340px, 420px);
}

.store-hero {
  background:
    linear-gradient(120deg, rgba(20, 19, 18, .97), rgba(20, 19, 18, .83)),
    url("/assets/publisher-texture-warm-halftone-wide.webp");
  background-position: center;
  background-size: cover;
}

.dispatch-hero {
  background:
    linear-gradient(120deg, rgba(20, 19, 18, .96), rgba(36, 93, 114, .72)),
    url("/assets/publisher-texture-warm-halftone-wide.webp");
  background-position: center;
  background-size: cover;
}

.about-hero {
  background:
    linear-gradient(120deg, rgba(20, 19, 18, .96), rgba(88, 118, 75, .7)),
    url("/assets/publisher-texture-warm-halftone-wide.webp");
  background-position: center;
  background-size: cover;
}

.contact-hero {
  background:
    linear-gradient(120deg, rgba(20, 19, 18, .97), rgba(174, 63, 49, .64)),
    url("/assets/publisher-texture-warm-halftone-wide.webp");
  background-position: center;
  background-size: cover;
}

.legal-hero {
  background:
    linear-gradient(120deg, rgba(20, 19, 18, .98), rgba(109, 90, 137, .58)),
    url("/assets/publisher-texture-warm-halftone-wide.webp");
  background-position: center;
  background-size: cover;
}

.store-hero-copy,
.dispatch-hero-copy,
.about-hero-copy,
.contact-hero-copy,
.legal-hero-copy {
  max-width: 790px;
}

.route-visual {
  background: rgba(255, 249, 234, .92);
  border: 2px solid rgba(255, 249, 234, .72);
  box-shadow: 12px 12px 0 rgba(0, 0, 0, .28);
  color: var(--ink);
  display: grid;
  gap: 14px;
  padding: 22px;
  position: relative;
}

.route-visual,
.property-masthead-art,
.reading-room-masthead-art {
  border-radius: 4px;
}

.route-visual::before {
  background: linear-gradient(90deg, var(--red), var(--yellow), var(--blue), var(--green));
  content: "";
  height: 7px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.route-visual span {
  border: 1px solid var(--line);
  display: block;
  font-family: "Courier New", Courier, monospace;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  min-height: 58px;
  padding: 18px 16px 14px;
  text-transform: uppercase;
}

.store-route-visual span:nth-child(1) {
  background: linear-gradient(90deg, rgba(88, 118, 75, .2), rgba(255, 249, 234, .82));
}

.store-route-visual span:nth-child(2) {
  background: linear-gradient(90deg, rgba(201, 154, 47, .22), rgba(255, 249, 234, .82));
  margin-left: 28px;
}

.store-route-visual span:nth-child(3) {
  background: linear-gradient(90deg, rgba(174, 63, 49, .18), rgba(255, 249, 234, .82));
  margin-right: 36px;
}

.store-route-visual span:nth-child(4) {
  background: linear-gradient(90deg, rgba(36, 93, 114, .18), rgba(255, 249, 234, .82));
  margin-left: 16px;
}

.dispatch-route-visual span {
  background: rgba(255, 249, 234, .78);
  border-left: 6px solid var(--blue);
}

.dispatch-route-visual span:nth-child(2) {
  border-left-color: var(--red);
  margin-left: 22px;
}

.dispatch-route-visual span:nth-child(3) {
  border-left-color: var(--green);
}

.dispatch-route-visual span:nth-child(4) {
  border-left-color: var(--yellow);
  margin-left: 38px;
}

.about-route-visual span {
  background: rgba(255, 249, 234, .78);
  border-bottom: 4px solid var(--green);
}

.about-route-visual span:nth-child(2) {
  border-bottom-color: var(--blue);
  margin-left: 24px;
}

.about-route-visual span:nth-child(3) {
  border-bottom-color: var(--red);
}

.about-route-visual span:nth-child(4) {
  border-bottom-color: var(--yellow);
  margin-left: 34px;
}

.contact-route-visual span {
  background: linear-gradient(90deg, rgba(174, 63, 49, .16), rgba(255, 249, 234, .84));
}

.contact-route-visual span:nth-child(2) {
  margin-right: 32px;
}

.contact-route-visual span:nth-child(3) {
  margin-left: 26px;
}

.contact-route-visual span:nth-child(4) {
  background: linear-gradient(90deg, rgba(36, 93, 114, .16), rgba(255, 249, 234, .84));
}

.legal-route-visual span {
  background: rgba(255, 249, 234, .78);
  border-left: 6px solid var(--violet);
}

.legal-route-visual span:nth-child(2) {
  border-left-color: var(--blue);
  margin-left: 18px;
}

.legal-route-visual span:nth-child(3) {
  border-left-color: var(--yellow);
  margin-right: 26px;
}

.legal-route-visual span:nth-child(4) {
  border-left-color: var(--red);
  margin-left: 34px;
}

.route-principles {
  display: grid;
  gap: var(--grid-gap);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  padding: var(--section-y) var(--section-x);
  position: relative;
}

.route-principles article {
  background: rgba(255, 249, 234, .82);
  border: 1px solid var(--line);
  border-radius: 6px;
  box-shadow: 8px 8px 0 var(--shadow);
  min-width: 0;
  padding: 30px;
}

.route-principles article p:not(.eyebrow),
.two-column-section article p:not(.eyebrow),
.empty-state p:not(.eyebrow) {
  max-width: 62ch;
}

.trust-section {
  background:
    linear-gradient(90deg, rgba(88, 118, 75, .08), transparent 58%),
    rgba(255, 249, 234, .44);
  border-top: 1px solid var(--line);
}

.legal-grid-section {
  background:
    linear-gradient(90deg, rgba(109, 90, 137, .08), transparent 58%),
    rgba(255, 249, 234, .44);
  border-top: 1px solid var(--line);
}

.contact-note-section {
  padding: var(--section-y) var(--section-x);
}

.contact-note-section article {
  background: var(--ink);
  box-shadow: 8px 8px 0 rgba(174, 63, 49, .22);
  color: var(--paper);
  margin: 0 auto;
  max-width: var(--max);
  padding: 34px;
}

.contact-note-section p {
  color: rgba(255, 249, 234, .78);
}

.contact-note-section h2 {
  color: var(--cream);
}

.small-notice {
  color: var(--yellow) !important;
  font-family: "Courier New", Courier, monospace;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.empty-state-section {
  min-height: 440px;
}

.empty-state {
  margin: 0 auto;
  max-width: 760px;
}

.store-empty {
  background:
    repeating-linear-gradient(0deg, rgba(20, 19, 18, .04) 0 1px, transparent 1px 28px),
    linear-gradient(180deg, var(--paper), var(--paper-deep));
}

.two-column-section {
  display: grid;
  gap: var(--grid-gap);
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.clean-list {
  list-style: none;
  margin: 24px 0 0;
  padding: 0;
}

.clean-list li {
  border-top: 1px solid var(--line);
  padding: 12px 0;
}

.text-section {
  max-width: 920px;
}

.site-footer {
  background: var(--ink);
  color: var(--paper);
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(0, 1fr) auto;
  padding: 46px 56px;
}

.site-footer p {
  color: rgba(255, 249, 234, .72);
  max-width: 760px;
}

.site-footer strong {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 30px;
  margin-bottom: 8px;
}

.site-footer nav {
  align-content: start;
  justify-content: end;
}

.site-footer nav a {
  color: var(--paper);
  padding-left: 6px;
  padding-right: 6px;
}

.site-footer nav a:hover {
  color: var(--yellow);
}

@media (max-width: 980px) {
  :root {
    --section-y: 64px;
    --section-x: 28px;
    --grid-gap: 20px;
  }

  .site-header {
    align-items: flex-start;
    flex-direction: column;
    padding: 14px 24px;
  }

  .home-hero,
  .flagship-panel,
  .two-column-section,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .home-hero,
  .page-hero {
    padding-left: var(--section-x);
    padding-right: var(--section-x);
  }

  .home-hero::after,
  .page-hero::after {
    left: 28px;
    right: 28px;
  }

  .hero-picture img {
    object-position: 57% 50%;
  }

  .editorial-grid,
  .home-path-section .editorial-grid,
  .property-grid,
  .property-reader-grid,
  .reader-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .property-card,
  .reader-card {
    min-height: 0;
  }

  .archive-hero.has-reading-room-masthead {
    grid-template-columns: 1fr;
  }

  .store-hero,
  .dispatch-hero,
  .about-hero,
  .contact-hero,
  .legal-hero {
    grid-template-columns: 1fr;
  }

  .route-visual {
    max-width: 680px;
    width: 100%;
  }

  .reading-room-masthead-art {
    max-width: 680px;
    width: 100%;
  }
}

@media (max-width: 680px) {
  :root {
    --section-y: 50px;
    --section-x: 22px;
    --grid-gap: 16px;
  }

  body {
    background:
      linear-gradient(rgba(255, 249, 234, .86), rgba(247, 240, 223, .92)),
      url("/assets/publisher-texture-warm-halftone-mobile.webp"),
      repeating-linear-gradient(90deg, rgba(20, 19, 18, .035) 0 1px, transparent 1px 18px),
      linear-gradient(180deg, var(--cream), var(--paper) 52%, #efe0be);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .site-header nav {
    flex-wrap: wrap;
    gap: 4px 16px;
    justify-content: flex-start;
    max-width: 100%;
    padding-bottom: 4px;
    width: 100%;
  }

  .site-header nav a {
    font-size: 11px;
    min-height: 44px;
    padding: 8px 4px 6px;
  }

  .brand-mark {
    height: 46px;
    width: 46px;
  }

  .brand span {
    font-size: 29px;
  }

  .home-hero {
    min-height: 620px;
    padding-bottom: 30px;
    padding-top: 28px;
  }

  .home-hero::before {
    background:
      linear-gradient(180deg, rgba(20, 19, 18, .94) 0%, rgba(20, 19, 18, .82) 48%, rgba(20, 19, 18, .48) 100%),
      repeating-linear-gradient(0deg, rgba(255, 249, 234, .08) 0 1px, transparent 1px 9px);
  }

  .hero-inner {
    align-self: start;
  }

  .hero-picture img {
    object-position: 66% 50%;
    opacity: .82;
  }

  h1,
  .compact-hero h1 {
    font-size: 42px;
    line-height: .95;
    margin-bottom: 16px;
  }

  h2 {
    font-size: 32px;
    line-height: 1.03;
  }

  h3 {
    font-size: 25px;
    line-height: 1.08;
  }

  p,
  li {
    font-size: 17px;
    line-height: 1.54;
  }

  .home-hero .lede {
    font-size: 20px;
    margin-bottom: 12px;
  }

  .home-hero .hero-inner > p:not(.eyebrow):not(.lede):not(.hero-notice) {
    color: rgba(255, 249, 234, .82);
    display: block;
    font-size: 14px;
    line-height: 1.35;
    margin-bottom: 10px;
    max-width: 32ch;
  }

  .hero-notice {
    font-size: 11px;
    margin-bottom: 12px;
  }

  .action-row {
    display: grid;
    gap: 8px;
    grid-template-columns: 1fr;
    margin-top: 18px;
    max-width: 280px;
  }

  .button {
    font-size: 11px;
    min-height: 54px;
    padding: 15px 16px;
    width: 100%;
  }

  .home-hero .button.secondary {
    background: rgba(20, 19, 18, .38);
  }

  .flagship-panel,
  .editorial-grid-section,
  .supporting-section,
  .property-grid-section,
  .empty-state-section,
  .reader-shelf-section,
  .two-column-section,
  .text-section {
    padding: var(--section-y) var(--section-x);
  }

  .compact-hero {
    padding-bottom: 50px;
    padding-top: 56px;
  }

  .property-hero {
    min-height: 0;
    padding-bottom: 52px;
    padding-top: 34px;
  }

  .property-hero.has-masthead {
    gap: 28px;
    grid-template-columns: 1fr;
  }

  .property-masthead-art {
    box-shadow: 6px 6px 0 rgba(0, 0, 0, .26);
    max-width: 640px;
    width: 100%;
  }

  .property-masthead-art img {
    object-position: var(--yca-masthead-mobile-position);
  }

  .archive-hero.has-reading-room-masthead {
    gap: 28px;
    grid-template-columns: 1fr;
  }

  .store-hero,
  .dispatch-hero,
  .about-hero,
  .contact-hero,
  .legal-hero,
  .route-principles {
    gap: 28px;
    grid-template-columns: 1fr;
  }

  .route-visual {
    box-shadow: 6px 6px 0 rgba(0, 0, 0, .26);
    max-width: 620px;
    padding: 18px;
    width: 100%;
  }

  .route-visual span {
    min-height: 52px;
  }

  .store-route-visual span:nth-child(n),
  .dispatch-route-visual span:nth-child(n),
  .about-route-visual span:nth-child(n),
  .contact-route-visual span:nth-child(n),
  .legal-route-visual span:nth-child(n) {
    margin-left: 0;
    margin-right: 0;
  }

  .reading-room-masthead-art {
    aspect-ratio: 4 / 5;
    box-shadow: 6px 6px 0 rgba(0, 0, 0, .26);
    max-width: 620px;
    width: 100%;
  }

  .reading-room-masthead-art img {
    object-position: var(--masthead-mobile-position, 62% 50%);
  }

  .section-heading {
    margin-bottom: 24px;
  }

  .editorial-grid,
  .home-path-section .editorial-grid,
  .property-grid,
  .property-reader-grid,
  .reader-card-grid {
    grid-template-columns: 1fr;
  }

  .home-path-section .card {
    min-height: 0;
  }

  .home-path-section .card h3,
  .property-card h3 {
    max-width: none;
  }

  .card,
  .property-card,
  .property-reader-card,
  .reader-card,
  .empty-state,
  .two-column-section article {
    box-shadow: 6px 6px 0 var(--shadow);
    padding: 24px;
  }

  .property-reader-card,
  .property-reader-card.featured {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .property-reader-card h3 {
    font-size: 31px;
  }

  .property-card h3 {
    font-size: 31px;
  }

  .property-reader-card.featured .eyebrow,
  .property-reader-card.featured h3,
  .property-reader-card.featured p:not(.eyebrow),
  .property-reader-card.featured .text-link {
    grid-column: auto;
  }

  .reader-card h3 {
    max-width: none;
  }

  .property-thumb {
    margin: -8px -8px 16px;
  }

  .property-card.no-art {
    min-height: 260px;
  }

  .clean-list {
    margin-top: 20px;
  }

  .quote-card p {
    font-size: 27px;
  }

  .site-footer {
    padding: 38px 22px;
  }

  .site-footer nav {
    gap: 6px 16px;
    justify-content: start;
  }

  .site-footer nav a {
    min-height: 44px;
    padding: 8px 4px 6px;
  }
}

@media (max-width: 680px) and (max-height: 760px) {
  .hero-picture img {
    object-position: 64% 50%;
  }
}
