@font-face {
  font-family: "Butler Stencil";
  src: url("/fonts/butler-stencil-regular.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 400;
}

.magazine-index,
.mag-reader {
  --mag-ink: #151312;
  --mag-muted: #746e69;
  --mag-paper: #f7f3eb;
  --mag-paper-deep: #eee8de;
  --mag-wine: #365a60;
  --mag-line: rgba(21, 19, 18, 0.18);
  --mag-serif: Iowan Old Style, Baskerville, "Times New Roman", serif;
  --mag-sans: "Avenir Next", Avenir, "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: var(--mag-ink);
  font-family: var(--mag-sans);
}

.magazine-index *,
.mag-reader * {
  box-sizing: border-box;
}

.mag-logo {
  position: relative;
  width: 100%;
  display: block;
  aspect-ratio: 1149 / 690;
  color: #141210;
  container-type: inline-size;
  isolation: isolate;
}

.mag-logo--light {
  color: #fffdf8;
  filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.4)) drop-shadow(0 3px 10px rgba(0, 0, 0, 0.28));
}

.mag-logo--dark {
  color: #0d0c0b;
  filter: drop-shadow(0 1px 1px rgba(255, 255, 255, 0.38)) drop-shadow(0 3px 12px rgba(255, 255, 255, 0.2));
}
.mag-logo--muted { color: #8e827a; }

.mag-logo__line {
  position: absolute;
  left: 50%;
  display: block;
  margin: 0;
  color: currentColor;
  font-family: "TWB Logo Stencil", "Butler Stencil", Didot, "Bodoni 72", serif;
  font-style: normal;
  font-weight: 400;
  font-kerning: normal;
  font-feature-settings: "kern" 1, "liga" 1;
  line-height: 1;
  text-align: center;
  text-rendering: geometricPrecision;
  text-transform: uppercase;
  white-space: nowrap;
  -webkit-font-smoothing: antialiased;
}

.mag-page--cover .mag-logo__line {
  -webkit-text-stroke: 0.008em currentColor;
}

.mag-logo__top {
  top: -0.1cqw;
  font-size: 14.93cqw;
  transform: translateX(-50%) scaleX(1.057);
  transform-origin: 50% 50%;
}

.mag-logo__main {
  top: 13.3cqw;
  font-size: 61.8cqw;
  transform: translateX(-50%) scaleX(0.707);
  transform-origin: 50% 50%;
}

.mag-page {
  position: relative;
  height: 100%;
  aspect-ratio: 3 / 4;
  flex: 0 0 auto;
  overflow: hidden;
  color: var(--mag-ink);
  background: var(--mag-paper);
  box-shadow: 0 20px 70px rgba(24, 18, 15, 0.18);
  container-type: size;
}

.mag-page__safe {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.mag-page__full-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mag-page__shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(10, 8, 8, 0.42) 0%, rgba(10, 8, 8, 0.04) 42%, rgba(10, 8, 8, 0.48) 100%);
}

.mag-page__shade--soft {
  background: linear-gradient(180deg, transparent 48%, rgba(12, 9, 8, 0.7) 100%);
}

.mag-page__shade--section {
  background: linear-gradient(90deg, rgba(10, 8, 8, 0.74) 0%, rgba(10, 8, 8, 0.22) 65%, rgba(10, 8, 8, 0.04) 100%);
}

.mag-page__shade--image {
  background: linear-gradient(180deg, transparent 62%, rgba(8, 6, 5, 0.78) 100%);
}

.mag-page__folio {
  position: absolute;
  right: 6.5%;
  bottom: 3.5%;
  left: 6.5%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: rgba(21, 19, 18, 0.56);
  font-size: 1.05cqh;
  letter-spacing: 0.12em;
  line-height: 1;
  text-transform: uppercase;
}

.mag-page__folio b {
  font-size: 1.15cqh;
  font-weight: 500;
}

.mag-cover__content {
  position: absolute;
  inset: 6% 7% 5.5%;
  display: flex;
  flex-direction: column;
  color: #fff;
}

.mag-cover__content .mag-logo {
  width: 76%;
  align-self: center;
}

.mag-cover__lines {
  width: 58%;
  margin-top: auto;
  border-top: 1px solid rgba(255, 255, 255, 0.58);
}

.mag-cover__lines p {
  margin: 0;
  padding: 1.2cqh 0;
  display: grid;
  grid-template-columns: 3.5cqh 1fr;
  gap: 1.2cqh;
  border-bottom: 1px solid rgba(255, 255, 255, 0.26);
  font-family: var(--mag-serif);
  font-size: 1.52cqh;
  line-height: 1.2;
}

.mag-cover__lines p span {
  padding-top: 0.16cqh;
  font-family: var(--mag-sans);
  font-size: 0.82cqh;
  letter-spacing: 0.08em;
}

.mag-cover__issue {
  margin-top: 2.2cqh;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 2cqh;
  font-size: 0.95cqh;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.mag-cover__issue strong {
  font-size: 1.15cqh;
  font-weight: 500;
}

.mag-cover__site {
  margin-top: 1.2cqh;
  align-self: flex-end;
  font-size: 0.78cqh;
  letter-spacing: 0.13em;
  text-transform: lowercase;
}

.mag-frontispiece__copy,
.mag-image-page__caption {
  position: absolute;
  right: 7%;
  bottom: 6%;
  left: 7%;
  color: #fff;
}

.mag-frontispiece__copy p,
.mag-image-page__caption p,
.mag-section-page p,
.mag-opener__copy > p,
.mag-title-page p,
.mag-masthead header p,
.mag-contents-page header p,
.mag-letter header p,
.mag-sources header p,
.mag-closing > div > p {
  margin: 0;
  font-size: 0.95cqh;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.mag-frontispiece__copy h2 {
  max-width: 83%;
  margin: 1cqh 0 0;
  font-family: var(--mag-serif);
  font-size: 3.2cqh;
  font-weight: 400;
  line-height: 1.03;
}

.mag-frontispiece__copy span,
.mag-image-page__caption span {
  margin-top: 1.6cqh;
  display: block;
  font-size: 0.85cqh;
  letter-spacing: 0.04em;
}

.mag-title-page {
  height: 100%;
  padding: 8% 9% 7%;
  display: flex;
  flex-direction: column;
}

.mag-title-page .mag-logo {
  width: 38%;
}

.mag-title-page > div {
  max-width: 82%;
  margin: auto 0;
  padding-left: 8%;
  border-left: 1px solid var(--mag-wine);
}

.mag-title-page h2 {
  margin: 1.8cqh 0 0;
  font-family: var(--mag-serif);
  font-size: 4.6cqh;
  font-weight: 400;
  letter-spacing: -0.035em;
  line-height: 0.98;
}

.mag-title-page > div > span {
  margin-top: 2.3cqh;
  display: block;
  color: var(--mag-muted);
  font-size: 1.2cqh;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.mag-title-page > small {
  padding-top: 1.8cqh;
  border-top: 1px solid var(--mag-line);
  color: var(--mag-muted);
  font-size: 0.85cqh;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.mag-page--dense-title .mag-title-page {
  padding: 5.5% 6.5% 7%;
  display: grid;
  grid-template-rows: 25cqh minmax(0, 1fr) auto;
  background:
    linear-gradient(90deg, transparent 0 6.5%, rgba(21, 19, 18, 0.12) 6.5% calc(6.5% + 1px), transparent calc(6.5% + 1px)),
    #fff;
}

.mag-page--dense-title .mag-title-page .mag-logo {
  width: 58%;
}

.mag-page--dense-title .mag-title-page > div {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 5cqh 4cqh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-top: 1px solid var(--mag-ink);
  border-right: 1px solid var(--mag-line);
  border-bottom: 1px solid var(--mag-ink);
  border-left: 0;
}

.mag-page--dense-title .mag-title-page h2 {
  max-width: 88%;
  margin-top: 1.2cqh;
  font-size: 5.8cqh;
  line-height: 0.9;
}

.mag-page--dense-title .mag-title-page > div > span {
  margin-top: 3cqh;
  font-size: 1.5cqh;
}

.mag-page--dense-title .mag-title-page > small {
  padding: 2.2cqh 0 1.2cqh;
}

.mag-masthead,
.mag-contents-page,
.mag-letter,
.mag-sources,
.mag-legal {
  height: 100%;
  padding: 7% 8% 7.5%;
  display: flex;
  flex-direction: column;
}

.mag-masthead header,
.mag-contents-page header,
.mag-letter header,
.mag-sources header,
.mag-legal header {
  padding-bottom: 2.5cqh;
  border-bottom: 1px solid var(--mag-ink);
}

.mag-masthead h2,
.mag-contents-page h2,
.mag-letter h2,
.mag-sources h2,
.mag-legal h2 {
  margin: 0.8cqh 0 0;
  font-family: var(--mag-serif);
  font-size: 3.7cqh;
  font-weight: 400;
  letter-spacing: -0.025em;
  line-height: 1;
}

.mag-masthead__grid {
  margin-top: 3cqh;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2.2cqh 3.5cqh;
}

.mag-masthead__grid section {
  padding-top: 1cqh;
  border-top: 1px solid var(--mag-line);
}

.mag-masthead__grid h3 {
  margin: 0;
  color: var(--mag-wine);
  font-size: 0.85cqh;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.mag-masthead__grid p,
.mag-masthead__note {
  margin: 0.75cqh 0 0;
  font-family: var(--mag-serif);
  font-size: 1.25cqh;
  line-height: 1.35;
}

.mag-masthead__note {
  margin-top: auto;
  padding-top: 1.5cqh;
  border-top: 1px solid var(--mag-line);
  color: var(--mag-muted);
  font-size: 0.95cqh;
}

.mag-contents-page header {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
}

.mag-contents-page header p { grid-column: 1 / -1; }

.mag-contents-page header span {
  color: var(--mag-muted);
  font-size: 0.9cqh;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.mag-contents {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.mag-contents button {
  width: 100%;
  flex: 1;
  min-height: 0;
  display: grid;
  grid-template-columns: 3.7cqh minmax(0, 1fr) auto;
  gap: 1.7cqh;
  align-items: center;
  padding: 1.5cqh 0;
  appearance: none;
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--mag-line);
  color: inherit;
  cursor: pointer;
  text-align: left;
}

.mag-contents button:disabled { cursor: default; }
.mag-contents button > span:first-child { color: var(--mag-wine); font-size: 1.05cqh; }
.mag-contents button > span:nth-child(2) { min-width: 0; display: flex; flex-direction: column; }
.mag-contents button small { color: var(--mag-muted); font-size: 0.78cqh; letter-spacing: 0.11em; text-transform: uppercase; }
.mag-contents button strong { margin-top: 0.55cqh; font-family: var(--mag-serif); font-size: 1.55cqh; font-weight: 400; line-height: 1.08; }
.mag-contents button b { color: var(--mag-wine); font-size: 1.4cqh; font-weight: 400; }

.mag-letter {
  background:
    linear-gradient(90deg, transparent 0 8%, rgba(104, 30, 42, 0.08) 8% calc(8% + 1px), transparent calc(8% + 1px)),
    var(--mag-paper);
}

.mag-letter header {
  width: 74%;
  margin-left: auto;
}

.mag-letter > div {
  width: 74%;
  margin: auto 0 auto auto;
}

.mag-letter > div p {
  margin: 0 0 2.2cqh;
  font-family: var(--mag-serif);
  font-size: 1.75cqh;
  line-height: 1.48;
}

.mag-letter > div strong {
  font-size: 0.9cqh;
  font-weight: 600;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.mag-letter > .mag-logo {
  width: 25%;
  margin-left: auto;
}

.mag-section-page {
  position: absolute;
  inset: auto 8% 8% 8%;
  color: #fff;
}

.mag-section-page h2 {
  max-width: 80%;
  margin: 1.1cqh 0 0;
  font-family: var(--mag-serif);
  font-size: 5.4cqh;
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 0.93;
}

.mag-section-page span {
  max-width: 67%;
  margin-top: 2.1cqh;
  display: block;
  font-family: var(--mag-serif);
  font-size: 1.35cqh;
  line-height: 1.35;
}

.mag-opener {
  height: 100%;
  display: grid;
  grid-template-rows: 48% 52%;
}

.mag-opener figure {
  position: relative;
  margin: 0;
  overflow: hidden;
  background: #d8d1c7;
}

.mag-opener figure figcaption {
  position: absolute;
  right: 3%;
  bottom: 2%;
  padding: 0.45cqh 0.7cqh;
  color: #fff;
  background: rgba(14, 11, 10, 0.56);
  font-size: 0.7cqh;
}

.mag-opener__copy {
  padding: 5.5% 8% 7%;
  display: flex;
  flex-direction: column;
}

.mag-opener__copy > p { color: var(--mag-wine); }

.mag-opener__copy h2 {
  max-width: 92%;
  margin: 1.2cqh 0 0;
  font-family: var(--mag-serif);
  font-size: 3.4cqh;
  font-weight: 400;
  letter-spacing: -0.035em;
  line-height: 0.98;
}

.mag-opener__copy > span {
  max-width: 88%;
  margin-top: 1.5cqh;
  color: #4d4844;
  font-family: var(--mag-serif);
  font-size: 1.22cqh;
  line-height: 1.35;
}

.mag-opener__copy > small {
  margin-top: auto;
  padding-top: 1.2cqh;
  border-top: 1px solid var(--mag-line);
  color: var(--mag-muted);
  font-size: 0.8cqh;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.mag-page--image-led .mag-opener { grid-template-rows: 55% 45%; }
.mag-page--text-led .mag-opener { grid-template-rows: 42% 58%; }
.mag-page--text-led .mag-opener__copy h2 { max-width: 100%; font-size: 3.15cqh; }

.mag-article-text {
  height: 100%;
  padding: 5.5% 7.5% 7%;
  display: flex;
  flex-direction: column;
}

.mag-article-text header {
  min-height: 4.7cqh;
  padding-bottom: 1.2cqh;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 2cqh;
  align-items: end;
  border-bottom: 1px solid var(--mag-line);
}

.mag-article-text header span {
  color: var(--mag-wine);
  font-size: 0.78cqh;
  font-weight: 600;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.mag-article-text header h2 {
  max-width: 72%;
  margin: 0;
  justify-self: end;
  font-family: var(--mag-serif);
  font-size: 1.35cqh;
  font-weight: 400;
  line-height: 1.08;
  text-align: right;
}

.mag-article-text__columns {
  height: 78.5cqh;
  margin-top: 2.2cqh;
  column-count: 2;
  column-fill: auto;
  column-gap: 3.2cqh;
  column-rule: 1px solid rgba(21, 19, 18, 0.1);
}

.mag-article-text__block {
  break-inside: avoid;
  margin: 0 0 1.6cqh;
}

.mag-article-text__block h3 {
  margin: 0 0 0.8cqh;
  color: var(--mag-wine);
  font-family: var(--mag-serif);
  font-size: 1.28cqh;
  font-weight: 600;
  line-height: 1.2;
}

.mag-article-text__block p {
  margin: 0;
  font-family: var(--mag-serif);
  font-size: 1.04cqh;
  hyphens: auto;
  line-height: 1.43;
  orphans: 3;
  widows: 3;
}

.mag-article-text__columns blockquote {
  margin: 1.7cqh 0;
  padding: 1.3cqh 0;
  break-inside: avoid;
  border-top: 1px solid var(--mag-wine);
  border-bottom: 1px solid var(--mag-wine);
  color: var(--mag-wine);
  font-family: var(--mag-serif);
  font-size: 1.55cqh;
  font-style: italic;
  line-height: 1.3;
}

.mag-article-text__source {
  position: absolute;
  right: 12%;
  bottom: 3.2%;
  color: var(--mag-muted);
  font-size: 0.72cqh;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
}

.mag-image-page__caption h2 {
  max-width: 72%;
  margin: 0.9cqh 0 0;
  font-family: var(--mag-serif);
  font-size: 2.8cqh;
  font-weight: 400;
  line-height: 1;
}

.mag-page--interlude .mag-image-page__caption h2 { font-size: 3.5cqh; }

.mag-sources header > span {
  max-width: 78%;
  margin-top: 1.3cqh;
  display: block;
  color: var(--mag-muted);
  font-family: var(--mag-serif);
  font-size: 1.1cqh;
  line-height: 1.4;
}

.mag-sources > div {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.mag-sources > div a {
  min-height: 0;
  flex: 1;
  display: grid;
  grid-template-columns: 3.6cqh minmax(0, 1fr) auto;
  gap: 1.5cqh;
  align-items: center;
  color: inherit;
  border-bottom: 1px solid var(--mag-line);
  text-decoration: none;
}

.mag-sources > div a > span:first-child { color: var(--mag-wine); font-size: 0.95cqh; }
.mag-sources > div a > span:nth-child(2) { min-width: 0; display: flex; flex-direction: column; }
.mag-sources > div strong { font-family: var(--mag-serif); font-size: 1.3cqh; font-weight: 400; line-height: 1.1; }
.mag-sources > div small { margin-top: 0.35cqh; color: var(--mag-muted); font-size: 0.73cqh; }
.mag-sources > div b { color: var(--mag-wine); font-size: 1.2cqh; font-weight: 400; }

.mag-legal header > span {
  max-width: 93%;
  margin-top: 1.2cqh;
  display: block;
  color: var(--mag-wine);
  font-family: var(--mag-serif);
  font-size: 1.04cqh;
  line-height: 1.35;
}

.mag-legal__columns {
  height: 74cqh;
  margin-top: 2.3cqh;
  column-count: 2;
  column-fill: auto;
  column-gap: 3cqh;
  column-rule: 1px solid rgba(21, 19, 18, 0.1);
}

.mag-legal__columns section {
  margin: 0 0 1.5cqh;
  break-inside: avoid;
}

.mag-legal__columns h3 {
  margin: 0 0 0.55cqh;
  color: var(--mag-wine);
  font-size: 0.82cqh;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.25;
  text-transform: uppercase;
}

.mag-legal__columns p {
  margin: 0 0 0.72cqh;
  font-family: var(--mag-serif);
  font-size: 0.88cqh;
  line-height: 1.42;
}

.mag-closing {
  height: 100%;
  display: grid;
  grid-template-rows: 56% 44%;
}

.mag-closing > div {
  padding: 9% 9% 6%;
  display: flex;
  flex-direction: column;
}

.mag-closing h2 {
  max-width: 86%;
  margin: 2cqh 0 0;
  font-family: var(--mag-serif);
  font-size: 4.4cqh;
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 0.95;
}

.mag-closing > div > span {
  max-width: 75%;
  margin-top: 2cqh;
  color: var(--mag-muted);
  font-family: var(--mag-serif);
  font-size: 1.35cqh;
  line-height: 1.4;
}

.mag-closing a {
  margin-top: auto;
  color: var(--mag-ink);
  font-size: 0.9cqh;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
}

.mag-closing a b { margin-left: 1cqh; color: var(--mag-wine); }
.mag-closing figure { position: relative; margin: 0; overflow: hidden; }

.mag-back-cover {
  position: absolute;
  inset: 8%;
  display: flex;
  flex-direction: column;
  color: #fff;
}

.mag-page--unique-back-cover {
  background: #18302f;
}

.mag-back-cover .mag-logo { width: 65%; align-self: center; }

.mag-back-cover > div {
  margin-top: auto;
  padding-top: 1.7cqh;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0.5cqh 2cqh;
  border-top: 1px solid rgba(255, 255, 255, 0.56);
}

.mag-back-cover span,
.mag-back-cover small {
  font-size: 0.85cqh;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.mag-back-cover strong {
  grid-column: 1;
  font-family: var(--mag-serif);
  font-size: 2.5cqh;
  font-weight: 400;
}

.mag-back-cover small { grid-column: 2; grid-row: 1 / 3; align-self: end; }

/* Editorial page system */

.mag-reader .mag-page {
  background: #fff;
}

.mag-page__folio {
  z-index: 20;
  right: 5.5%;
  bottom: 2.25%;
  left: 5.5%;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 1cqh;
  color: rgba(21, 19, 18, 0.62);
  font-size: 0.72cqh;
  letter-spacing: 0.1em;
}

.mag-page__folio em {
  justify-self: center;
  color: currentColor;
  font-style: normal;
  letter-spacing: 0.13em;
  text-transform: lowercase;
}

.mag-page__folio b {
  justify-self: end;
  font-size: 0.78cqh;
}

.mag-page__folio.is-inverse {
  color: rgba(255, 255, 255, 0.86);
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.35);
}

.mag-editorial-media {
  min-width: 0;
  min-height: 0;
}

.mag-editorial-media figure {
  position: relative;
  min-width: 0;
  min-height: 0;
  margin: 0;
  overflow: hidden;
  background: #e8e6e2;
}

.mag-editorial-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.mag-editorial-media figcaption {
  position: absolute;
  right: 0.7cqh;
  bottom: 0.65cqh;
  max-width: 82%;
  padding: 0.35cqh 0.5cqh;
  color: #fff;
  background: rgba(12, 11, 10, 0.68);
  font-size: 0.54cqh;
  letter-spacing: 0.025em;
  line-height: 1.2;
}

.mag-cover__content {
  inset: 3.8% 5.5% 5.5%;
}

.mag-cover__content .mag-logo {
  width: 92%;
}

.mag-cover__feature {
  width: 78%;
  margin-top: auto;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.42);
}

.mag-cover__feature > span {
  font-size: 0.82cqh;
  font-weight: 650;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.mag-cover__feature-title {
  margin: 0.6cqh 0 0;
  font-family: "Snell Roundhand", "Brush Script MT", "Segoe Script", cursive;
  font-size: 4.1cqh;
  font-weight: 400;
  letter-spacing: -0.035em;
  line-height: 0.86;
}

.mag-cover__lines {
  width: 100%;
  margin-top: 2.2cqh;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid rgba(255, 255, 255, 0.7);
}

.mag-cover__lines p {
  min-width: 0;
  padding: 1cqh 1.2cqh 0.9cqh 0;
  grid-template-columns: 2.7cqh 1fr;
  gap: 0.7cqh;
  border-bottom: 0;
  font-family: var(--mag-sans);
  font-size: 0.9cqh;
  font-weight: 650;
  letter-spacing: 0.015em;
  line-height: 1.16;
  text-transform: uppercase;
}

.mag-cover__lines p + p {
  padding-left: 1.2cqh;
  border-left: 1px solid rgba(255, 255, 255, 0.34);
}

.mag-cover__issue {
  margin-top: 1.1cqh;
  padding-top: 0.9cqh;
  border-top: 1px solid rgba(255, 255, 255, 0.34);
}

.mag-page--unique-cover .mag-page__shade {
  background:
    linear-gradient(180deg, rgba(13, 12, 10, 0.48) 0%, rgba(13, 12, 10, 0.04) 34%, rgba(13, 12, 10, 0.18) 58%, rgba(13, 12, 10, 0.68) 100%);
}

.mag-page--unique-cover .mag-cover__content .mag-logo {
  width: 88%;
}

.mag-page--unique-cover .mag-cover__feature {
  width: 72%;
}

.mag-page--unique-cover .mag-cover__feature-title {
  font-size: 4.35cqh;
}

.mag-page--travel-cover .mag-page__shade {
  background:
    linear-gradient(180deg, rgba(6, 16, 20, 0.7) 0%, rgba(6, 16, 20, 0.08) 27%, rgba(6, 16, 20, 0.04) 47%, rgba(5, 12, 15, 0.78) 100%);
}

.mag-page--travel-cover .mag-cover__content {
  inset: 3.7% 5.2% 4.6%;
}

.mag-page--travel-cover .mag-cover__content .mag-logo {
  width: 96%;
  align-self: center;
}

.mag-page--travel-cover .mag-cover__feature {
  width: 76%;
  margin-top: auto;
  margin-left: 2.5%;
  transform: rotate(-1.5deg);
  transform-origin: left bottom;
}

.mag-page--travel-cover .mag-cover__feature > span {
  display: inline-block;
  padding: 0.5cqh 0.8cqh;
  color: #142329;
  background: rgba(244, 241, 232, 0.94);
  border-radius: 999px;
  text-shadow: none;
}

.mag-page--travel-cover .mag-cover__feature-title {
  margin-top: 0.85cqh;
  font-family: var(--mag-serif);
  font-size: 3.2cqh;
  font-style: italic;
  letter-spacing: -0.045em;
  line-height: 0.92;
}

.mag-page--travel-cover .mag-cover__lines {
  width: 92%;
  margin-left: auto;
  border-top-color: rgba(255, 255, 255, 0.82);
}

.mag-page--travel-cover .mag-cover__lines p {
  font-size: 0.76cqh;
  font-weight: 600;
}

.mag-page--travel-cover .mag-cover__issue {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.mag-frontispiece {
  height: 100%;
  padding: 5.5% 6.5% 7%;
  display: flex;
  flex-direction: column;
  background: #fff;
}

.mag-frontispiece > header,
.mag-section-page > header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 1.1cqh;
  border-bottom: 1px solid var(--mag-ink);
}

.mag-frontispiece > header p,
.mag-frontispiece > header span,
.mag-section-page > header p,
.mag-section-page > header span {
  margin: 0;
  font-size: 0.78cqh;
  font-weight: 650;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.mag-frontispiece > header p,
.mag-section-page > header p {
  color: var(--mag-wine);
}

.mag-frontispiece > .mag-editorial-media {
  height: 55cqh;
  margin-top: 1.7cqh;
  display: grid;
  grid-template-columns: 1.45fr 0.7fr;
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 1cqh;
}

.mag-frontispiece .mag-editorial-media__item--1 {
  grid-row: 1 / -1;
}

.mag-frontispiece__copy {
  position: static;
  margin-top: 2cqh;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 29%;
  gap: 2cqh;
  align-items: end;
  color: var(--mag-ink);
}

.mag-frontispiece__copy h2 {
  max-width: none;
  margin: 0;
  font-size: 2.65cqh;
}

.mag-frontispiece__copy span {
  margin: 0;
  color: var(--mag-muted);
  font-size: 0.62cqh;
  line-height: 1.35;
}

.mag-masthead,
.mag-contents-page,
.mag-letter,
.mag-sources,
.mag-legal,
.mag-title-page {
  background: #fff;
}

.mag-contents-page {
  padding-bottom: 7%;
}

.mag-contents-page__images {
  height: 15cqh;
  margin: 1.5cqh 0 0.8cqh;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.7cqh;
}

.mag-contents-page__images figcaption {
  display: none;
}

.mag-page--unique-contents .mag-contents-page__images {
  width: 54%;
  height: 20cqh;
  grid-template-columns: 1fr;
}

.mag-page--unique-contents-left .mag-contents-page__images {
  margin-right: auto;
}

.mag-page--unique-contents-right .mag-contents-page__images {
  margin-left: auto;
}

.mag-contents button {
  padding: 0.8cqh 0;
}

.mag-contents button strong {
  font-size: 1.22cqh;
}

.mag-letter {
  padding: 5.5% 6.5% 7%;
  display: grid;
  grid-template-columns: 31% minmax(0, 1fr);
  grid-template-rows: 43cqh auto 1fr;
  gap: 1.5cqh 2.1cqh;
  background: #fff;
}

.mag-letter__images {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 1.3fr 0.7fr 0.7fr;
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 0.8cqh;
}

.mag-letter__images .mag-editorial-media__item--1 {
  grid-row: 1 / -1;
}

.mag-letter__images .mag-editorial-media__item--4 {
  grid-column: 2 / -1;
}

.mag-page--unique-letter .mag-letter__images {
  grid-template-columns: 1.15fr 0.9fr 1.15fr;
  grid-template-rows: 1fr;
}

.mag-page--unique-letter .mag-letter__images .mag-editorial-media__item--1,
.mag-page--unique-letter .mag-letter__images .mag-editorial-media__item--4 {
  grid-row: auto;
  grid-column: auto;
}

.mag-letter header {
  width: auto;
  margin: 0;
  padding: 0 1.5cqh 0 0;
  border-right: 1px solid var(--mag-line);
  border-bottom: 0;
}

.mag-letter header h2 {
  margin-top: 0.8cqh;
  font-family: var(--mag-sans);
  font-size: 3.15cqh;
  font-weight: 300;
  letter-spacing: -0.06em;
  line-height: 0.9;
  text-transform: uppercase;
}

.mag-letter__copy {
  width: auto;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-content: start;
  gap: 1.2cqh 2cqh;
}

.mag-letter__copy p {
  margin: 0 0 1.1cqh;
  font-size: 1.04cqh;
  line-height: 1.42;
}

.mag-letter__copy p:nth-child(even) {
  padding-left: 2cqh;
  border-left: 1px solid var(--mag-line);
}

.mag-letter__copy p:first-child::first-letter {
  float: left;
  margin: -0.25cqh 0.35cqh 0 0;
  color: var(--mag-ink);
  font-family: var(--mag-serif);
  font-size: 4.5cqh;
  line-height: 0.82;
}

.mag-letter__copy strong {
  grid-column: 2;
  font-size: 0.72cqh;
}

.mag-section-page {
  position: static;
  height: 100%;
  padding: 5.5% 6.5% 7%;
  display: grid;
  grid-template-rows: auto 53cqh minmax(0, 1fr);
  gap: 1.7cqh;
  color: var(--mag-ink);
  background: #fff;
}

.mag-section-page > .mag-editorial-media {
  display: grid;
  grid-template-columns: 1.5fr 0.75fr;
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 0.8cqh;
}

.mag-section-page .mag-editorial-media__item--1 {
  grid-row: 1 / -1;
}

.mag-page--unique-section .mag-section-page > .mag-editorial-media {
  grid-template-rows: 1fr;
}

.mag-page--unique-section-duet .mag-section-page > .mag-editorial-media {
  grid-template-columns: 1.45fr 0.75fr;
}

.mag-page--unique-section-single .mag-section-page > .mag-editorial-media {
  grid-template-columns: 1fr;
}

.mag-page--section-position-2 .mag-section-page > .mag-editorial-media {
  width: 72%;
  margin-left: auto;
}

.mag-page--section-position-3 .mag-section-page > .mag-editorial-media {
  width: 78%;
  margin-inline: auto;
}

.mag-section-page > div:last-child {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: 2.2cqh;
  align-items: start;
}

.mag-section-page h2 {
  max-width: none;
  margin: 0;
  color: var(--mag-ink);
  font-size: 4.4cqh;
}

.mag-section-page > div:last-child p {
  margin: 0;
  color: #4b4642;
  font-family: var(--mag-serif);
  font-size: 1.1cqh;
  line-height: 1.4;
}

.mag-opener {
  height: 100%;
  padding: 5.5% 6.5% 7%;
  display: grid;
  grid-template-rows: 56cqh minmax(0, 1fr);
  gap: 2cqh;
  background: #fff;
}

.mag-opener__media {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(0, 0.65fr);
  gap: 0.8cqh;
}

.mag-opener__media figcaption {
  max-width: 90%;
}

.mag-opener__copy {
  min-height: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 25% minmax(0, 1fr);
  grid-template-rows: auto auto 1fr auto;
  column-gap: 2cqh;
  align-content: start;
}

.mag-opener__copy > p {
  grid-row: 1 / 4;
  padding-right: 1.3cqh;
  border-right: 1px solid var(--mag-line);
}

.mag-opener__copy h2 {
  max-width: 100%;
  margin: 0;
  font-size: 3.15cqh;
}

.mag-opener__copy > span {
  max-width: 94%;
  margin-top: 1.1cqh;
  font-size: 1.02cqh;
}

.mag-opener__copy > small {
  margin-top: 1.1cqh;
  padding-top: 0.8cqh;
  font-size: 0.65cqh;
}

.mag-page--image-led .mag-opener,
.mag-page--text-led .mag-opener {
  grid-template-rows: 56cqh minmax(0, 1fr);
}

.mag-page--text-led .mag-opener__copy h2 {
  max-width: 100%;
  font-size: 3.15cqh;
}

.mag-article-text {
  padding: 5.5% 6.5% 7%;
  background: #fff;
}

.mag-article-text header {
  min-height: 4.3cqh;
  padding-bottom: 0.9cqh;
}

.mag-article-text header h2 {
  max-width: 76%;
  font-size: 1.18cqh;
}

.mag-article-text__layout {
  height: 80cqh;
  margin-top: 1.4cqh;
  display: grid;
  min-height: 0;
}

.mag-article-text__columns {
  min-width: 0;
  height: 100%;
  margin: 0;
  overflow: hidden;
  column-count: 2;
  column-fill: balance;
  column-gap: 2cqh;
  column-rule: 1px solid rgba(21, 19, 18, 0.11);
}

.mag-article-text__block {
  margin-bottom: 1.15cqh;
}

.mag-article-text__block h3 {
  margin-bottom: 0.55cqh;
  font-size: 1.18cqh;
}

.mag-article-text__block p {
  font-size: 1.06cqh;
  line-height: 1.4;
}

.mag-article-text__columns blockquote {
  margin: 1.1cqh 0;
  padding: 0.85cqh 0;
  font-size: 1.15cqh;
}

.mag-article-text__layout > .mag-editorial-media {
  display: grid;
  gap: 0.8cqh;
}

.mag-page--editorial-left .mag-article-text__layout {
  grid-template-columns: 38% minmax(0, 1fr);
  grid-template-areas: "media copy";
  gap: 2cqh;
}

.mag-page--editorial-right .mag-article-text__layout {
  grid-template-columns: minmax(0, 1fr) 38%;
  grid-template-areas: "copy media";
  gap: 2cqh;
}

.mag-page--editorial-left .mag-article-text__columns,
.mag-page--editorial-right .mag-article-text__columns {
  grid-area: copy;
}

.mag-page--editorial-left .mag-editorial-media,
.mag-page--editorial-right .mag-editorial-media {
  grid-area: media;
}

.mag-page--editorial-inset .mag-article-text__layout,
.mag-page--editorial-band .mag-article-text__layout {
  grid-template-rows: 29cqh minmax(0, 1fr);
  grid-template-areas: "media" "copy";
  gap: 1.4cqh;
}

.mag-page--editorial-inset .mag-editorial-media,
.mag-page--editorial-band .mag-editorial-media {
  grid-area: media;
  grid-template-columns: 1.4fr 0.8fr;
}

.mag-page--editorial-inset .mag-article-text__columns,
.mag-page--editorial-band .mag-article-text__columns {
  grid-area: copy;
}

.mag-article-text__layout--centerpiece {
  grid-template-columns: minmax(0, 1fr) 35% minmax(0, 1fr);
  gap: 1.45cqh;
}

.mag-article-text__layout--centerpiece > .mag-article-text__columns {
  column-count: 1;
  column-rule: 0;
}

.mag-article-text__layout--centerpiece > .mag-editorial-media {
  display: grid;
  grid-template-columns: 1fr;
}

.mag-article-text__layout--midband {
  grid-template-rows: minmax(0, 1fr) 27cqh minmax(0, 1fr);
  gap: 1.15cqh;
}

.mag-article-text__layout--midband > .mag-article-text__columns {
  column-count: 2;
}

.mag-article-text__layout--midband > .mag-editorial-media {
  display: grid;
  grid-template-columns: 1fr;
}

.mag-page--editorial-three-column .mag-article-text__layout {
  grid-template-columns: 1fr;
}

.mag-page--editorial-three-column .mag-article-text__columns {
  column-count: 3;
  column-gap: 1.45cqh;
}

.mag-page--editorial-full-page .mag-article-text__layout {
  grid-template-columns: 1fr;
}

.mag-page--editorial-full-page .mag-article-text__columns {
  column-count: 2;
  column-gap: 2.2cqh;
  column-fill: balance;
}

.mag-page--editorial-full-page .mag-article-text__block p {
  font-size: 1.16cqh;
  line-height: 1.5;
}

.mag-page--editorial-full-page .mag-article-text__block h3 {
  font-size: 1.3cqh;
}

.mag-page--dense-masthead .mag-masthead__grid {
  flex: 1;
  grid-auto-rows: minmax(0, 1fr);
}

.mag-page--dense-sources .mag-sources > div {
  margin-top: 1.2cqh;
}

.mag-page--dense-legal .mag-legal__columns {
  column-fill: balance;
}

.mag-page--packed-page .mag-frontispiece,
.mag-page--packed-page .mag-section-page,
.mag-page--packed-page .mag-opener,
.mag-page--packed-page .mag-article-text,
.mag-page--packed-page .mag-feature-page,
.mag-page--packed-page .mag-letter,
.mag-page--packed-page .mag-masthead,
.mag-page--packed-page .mag-contents-page,
.mag-page--packed-page .mag-sources,
.mag-page--packed-page .mag-legal {
  padding: 4.25% 5.25% 5%;
}

.mag-page--packed-page .mag-title-page {
  padding: 4.25% 5.25% 5%;
  grid-template-rows: 28cqh minmax(0, 1fr) auto;
}

.mag-page--packed-page .mag-title-page > div {
  padding: 5.5cqh 4.5cqh;
}

.mag-page--packed-page .mag-feature-page {
  grid-template-rows: auto 52cqh minmax(0, 1fr);
  gap: 1.15cqh;
}

.mag-page--packed-page .mag-article-text__layout {
  gap: 1.2cqh;
}

.mag-page--packed-page .mag-article-text__block p {
  line-height: 1.44;
}

.mag-page--packed-page .mag-contents-page__images,
.mag-page--packed-page .mag-letter__images {
  min-height: 25cqh;
}

.mag-page--pure-2 .mag-article-text__columns blockquote {
  border-color: var(--mag-wine);
}

.mag-page--pure-3 .mag-article-text__columns {
  column-rule: 0;
}

.mag-article-text__source {
  right: 6.5%;
  bottom: 3.65%;
  padding-left: 0.7cqh;
  background: #fff;
  font-size: 0.55cqh;
}

.mag-feature-page {
  height: 100%;
  padding: 5.5% 6.5% 7%;
  display: grid;
  grid-template-rows: auto 45cqh minmax(0, 1fr);
  gap: 1.5cqh;
  background: #fff;
}

.mag-feature-page > header {
  display: grid;
  grid-template-columns: 18% minmax(0, 1fr);
  gap: 1.5cqh;
  align-items: end;
  padding-bottom: 1cqh;
  border-bottom: 1px solid var(--mag-ink);
}

.mag-feature-page > header p {
  margin: 0;
  color: var(--mag-wine);
  font-size: 0.75cqh;
  font-weight: 650;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.mag-feature-page > header h2 {
  max-width: 86%;
  margin: 0;
  font-family: var(--mag-serif);
  font-size: 2.15cqh;
  font-weight: 400;
  line-height: 0.98;
}

.mag-feature-page > .mag-editorial-media {
  display: grid;
  grid-template-columns: 1.35fr 0.65fr;
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 0.8cqh;
}

.mag-feature-page .mag-editorial-media__item--1 {
  grid-row: 1 / -1;
}

.mag-page--unique-horizontal .mag-feature-page,
.mag-page--unique-duet .mag-feature-page {
  grid-template-rows: auto 35cqh minmax(0, 1fr);
}

.mag-page--unique-horizontal .mag-feature-page > .mag-editorial-media,
.mag-page--unique-duet .mag-feature-page > .mag-editorial-media {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: 1fr;
}

.mag-page--unique-horizontal .mag-feature-page .mag-editorial-media__item--1,
.mag-page--unique-duet .mag-feature-page .mag-editorial-media__item--1 {
  grid-row: auto;
}

.mag-page--unique-offset .mag-feature-page > .mag-editorial-media {
  grid-template-columns: 0.72fr 1.28fr;
}

.mag-page--unique-offset .mag-feature-page .mag-editorial-media__item--2 {
  grid-row: 1 / -1;
}

.mag-page--unique-duet .mag-feature-page > .mag-editorial-media {
  width: 82%;
  margin-inline: auto;
}

.mag-feature-page__copy {
  min-height: 0;
  overflow: hidden;
}

.mag-feature-page__copy .mag-article-text__columns {
  column-count: 2;
}

/* Reader */

.mag-reader {
  height: 100vh;
  height: 100svh;
  min-height: 560px;
  overflow: hidden;
  display: grid;
  grid-template-rows: 76px minmax(0, 1fr) 48px;
  background:
    radial-gradient(circle at 50% 30%, rgba(255, 255, 255, 0.86), transparent 44%),
    #e8e4dc;
}

.mag-reader button,
.mag-reader a { -webkit-tap-highlight-color: transparent; }

.mag-reader button:focus-visible,
.mag-reader a:focus-visible {
  outline: 2px solid var(--mag-wine);
  outline-offset: 3px;
}

.mag-reader__bar {
  position: relative;
  z-index: 20;
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(220px, 1fr) auto minmax(340px, 1fr);
  align-items: center;
  padding: 0 24px;
  background: rgba(250, 248, 243, 0.95);
  border-bottom: 1px solid rgba(21, 19, 18, 0.12);
  backdrop-filter: blur(14px);
}

.mag-reader__brand {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 18px;
}

.mag-reader__brand > a { width: 84px; height: 48px; overflow: hidden; }
.mag-reader__brand .mag-logo { width: 84px; }
.mag-reader__issue-switcher {
  min-width: 0;
  padding: 4px 0 4px 18px;
  display: flex;
  align-items: center;
  gap: 10px;
  appearance: none;
  background: transparent;
  border: 0;
  border-left: 1px solid var(--mag-line);
  color: inherit;
  cursor: pointer;
}

.mag-reader__issue-switcher span {
  overflow: hidden;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.mag-reader__issue-switcher b {
  color: var(--mag-wine);
  font-size: 15px;
  font-weight: 400;
  transition: transform 160ms ease;
}

.mag-reader__issue-switcher[aria-expanded="true"] b {
  transform: rotate(180deg);
}

.mag-reader__position {
  margin: 0;
  display: flex;
  align-items: baseline;
  gap: 5px;
}

.mag-reader__position strong { font-family: var(--mag-serif); font-size: 21px; font-weight: 400; }
.mag-reader__position span { color: var(--mag-muted); font-size: 11px; }
.mag-reader__position small { margin-left: 8px; color: var(--mag-muted); font-size: 9px; letter-spacing: 0.08em; text-transform: uppercase; }

.mag-reader__bar nav {
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 6px;
}

.mag-reader__bar nav button,
.mag-reader__footer button {
  min-height: 34px;
  padding: 0 12px;
  appearance: none;
  background: transparent;
  border: 1px solid var(--mag-line);
  border-radius: 999px;
  color: inherit;
  cursor: pointer;
  font: 600 9px/1 var(--mag-sans);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.mag-reader__view-toggle {
  display: flex;
  padding: 2px;
  border: 1px solid var(--mag-line);
  border-radius: 999px;
}

.mag-reader__bar nav .mag-reader__view-toggle button {
  min-height: 28px;
  padding: 0 9px;
  border: 0;
  border-radius: 999px;
  font-size: 8px;
}

.mag-reader__bar nav .mag-reader__view-toggle button.is-active {
  color: #fff;
  background: var(--mag-ink);
}

.mag-reader button:disabled { cursor: not-allowed; opacity: 0.35; }

.mag-reader__progress {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 2px;
}

.mag-reader__progress i {
  height: 100%;
  display: block;
  background: var(--mag-wine);
  transition: width 220ms ease;
}

.mag-reader__stage {
  --mag-rail-page-height: min(calc(100svh - 156px), 900px);
  --mag-rail-page-width: calc(var(--mag-rail-page-height) * .75);
  position: relative;
  min-height: 0;
  overflow: hidden;
  padding: 12px 0;
}

.mag-reader__rail {
  width: 100%;
  height: 100%;
  min-height: 0;
  display: flex;
  align-items: center;
  gap: 24px;
  overflow-x: auto;
  overflow-y: hidden;
  overscroll-behavior-x: contain;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  touch-action: pan-y;
  cursor: grab;
}

.mag-reader__rail::-webkit-scrollbar {
  display: none;
}

.mag-reader__rail::before,
.mag-reader__rail::after {
  content: "";
  flex: 0 0 max(24px, calc(50% - var(--mag-rail-page-width) * .5));
}

.mag-reader__rail.is-dragging {
  cursor: grabbing;
  scroll-behavior: auto;
  scroll-snap-type: none;
  user-select: none;
}

.mag-reader__rail-slide {
  height: 100%;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  scroll-snap-align: center;
  scroll-snap-stop: always;
}

.mag-reader__rail-slide > .mag-reader__spread {
  height: 100%;
  min-height: 0;
  display: flex;
  align-items: center;
  gap: 2px;
  perspective: 1600px;
}

.mag-reader__spread--placeholder {
  width: var(--mag-rail-page-width);
  flex: 0 0 var(--mag-rail-page-width);
}

.mag-reader__spread--placeholder.is-spread {
  width: calc(var(--mag-rail-page-width) * 2 + 2px);
  flex-basis: calc(var(--mag-rail-page-width) * 2 + 2px);
}

.mag-reader__rail-slide .mag-page {
  width: var(--mag-rail-page-width);
  height: var(--mag-rail-page-height);
  max-width: none;
}

.mag-reader__rail-slide:not(.is-current) .mag-page {
  box-shadow: 0 18px 58px rgba(24, 18, 15, 0.14);
}

.mag-reader__rail-slide.is-current .mag-page {
  box-shadow: 0 24px 72px rgba(24, 18, 15, 0.2);
}

.mag-reader__rail-slide .mag-page:first-child:not(:only-child) {
  transform-origin: right center;
  box-shadow: -18px 24px 65px rgba(24, 18, 15, 0.15), inset -12px 0 18px rgba(40, 30, 22, 0.035);
}

.mag-reader__rail-slide .mag-page:last-child:not(:only-child) {
  transform-origin: left center;
  box-shadow: 18px 24px 65px rgba(24, 18, 15, 0.15), inset 12px 0 18px rgba(40, 30, 22, 0.025);
}

.mag-reader__edge {
  position: absolute;
  z-index: 12;
  top: 50%;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  appearance: none;
  background: rgba(255, 255, 255, 0.48);
  border: 1px solid rgba(21, 19, 18, 0.14);
  border-radius: 50%;
  color: var(--mag-ink);
  cursor: pointer;
  font-size: 17px;
  transform: translateY(-50%);
}

.mag-reader__edge--left { left: 18px; }
.mag-reader__edge--right { right: 18px; }

.mag-reader__footer {
  position: relative;
  z-index: 10;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 0 24px;
  color: var(--mag-muted);
  background: rgba(242, 239, 233, 0.96);
  border-top: 1px solid rgba(21, 19, 18, 0.1);
  font-size: 9px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.mag-reader__footer button { justify-self: start; min-height: 28px; }
.mag-reader__footer span:last-child { justify-self: end; }
.mag-reader__footer .is-valid { color: #496552; }
.mag-reader__footer .is-error { color: #a53c32; }

.mag-reader__drawer {
  position: fixed;
  z-index: 80;
  top: 0;
  bottom: 0;
  left: 0;
  width: min(520px, 92vw);
  overflow-y: auto;
  padding: 28px;
  background: #f9f6ef;
  box-shadow: 24px 0 70px rgba(20, 15, 12, 0.22);
  transform: translateX(-105%);
  transition: transform 220ms ease;
}

.mag-reader__drawer.is-open { transform: translateX(0); }

.mag-reader__drawer > header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  padding-bottom: 22px;
  border-bottom: 1px solid var(--mag-ink);
}

.mag-reader__drawer > header p {
  margin: 0;
  color: var(--mag-wine);
  font-size: 9px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.mag-reader__drawer > header h2 {
  margin: 8px 0 0;
  font-family: var(--mag-serif);
  font-size: 34px;
  font-weight: 400;
}

.mag-reader__drawer > header button {
  width: 36px;
  height: 36px;
  appearance: none;
  background: transparent;
  border: 1px solid var(--mag-line);
  border-radius: 50%;
  cursor: pointer;
  font-size: 20px;
}

.mag-reader__toc {
  display: flex;
  flex-direction: column;
}

.mag-reader__toc button {
  min-height: 78px;
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr) auto;
  gap: 15px;
  align-items: center;
  appearance: none;
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--mag-line);
  color: inherit;
  cursor: pointer;
  text-align: left;
}

.mag-reader__toc button > span:first-child { color: var(--mag-wine); font-size: 10px; }
.mag-reader__toc button > span:nth-child(2) { min-width: 0; display: flex; flex-direction: column; }
.mag-reader__toc strong { font-family: var(--mag-serif); font-size: 16px; font-weight: 400; line-height: 1.15; }
.mag-reader__toc small { margin-top: 5px; color: var(--mag-muted); font-size: 8px; letter-spacing: 0.08em; text-transform: uppercase; }
.mag-reader__toc b { color: var(--mag-wine); font-weight: 400; }

.mag-reader__thumbnails {
  padding-top: 20px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px 12px;
}

.mag-reader__thumbnails > button {
  min-width: 0;
  padding: 0;
  appearance: none;
  background: transparent;
  border: 0;
  color: inherit;
  cursor: pointer;
}

.mag-reader__thumbnails .mag-page {
  width: 100%;
  height: auto;
  box-shadow: 0 8px 22px rgba(20, 15, 12, 0.13);
}

.mag-reader__thumbnails > button.is-current .mag-page { outline: 2px solid var(--mag-wine); outline-offset: 2px; }
.mag-reader__thumbnails > button > span { margin-top: 7px; display: block; color: var(--mag-muted); font-size: 8px; }

.mag-reader__issues {
  padding-top: 22px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px 18px;
}

.mag-reader__issues > a {
  min-width: 0;
  color: inherit;
  text-decoration: none;
}

.mag-reader__issues figure {
  position: relative;
  aspect-ratio: 3 / 4;
  margin: 0;
  overflow: hidden;
  background: #ded9d0;
  box-shadow: 0 16px 38px rgba(20, 15, 12, 0.15);
}

.mag-reader__issues figure > .mag-page {
  width: 100%;
  height: 100%;
  box-shadow: none;
}

.mag-reader__issues > a > div {
  margin-top: 12px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 5px 12px;
}

.mag-reader__issues small {
  grid-column: 1 / -1;
  color: var(--mag-muted);
  font-size: 8px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.mag-reader__issues strong {
  font-family: var(--mag-serif);
  font-size: 20px;
  font-weight: 400;
}

.mag-reader__issues b {
  align-self: end;
  color: var(--mag-wine);
  font-size: 8px;
  font-weight: 650;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.mag-reader__issues > a[aria-current="page"] figure {
  outline: 2px solid var(--mag-wine);
  outline-offset: 3px;
}

.mag-reader__scrim {
  position: fixed;
  z-index: 70;
  inset: 0;
  appearance: none;
  background: rgba(20, 15, 12, 0.4);
  border: 0;
}

/* Magazine index */

.magazine-index {
  --mag-serif: var(--pub-display);
  --mag-sans: var(--pub-body);
  background: #fff;
}

.mag-index__intro {
  background: #fff;
  border-bottom: 1px solid var(--mag-line);
}

.mag-index__lead,
.mag-index__archive {
  width: min(1380px, calc(100% - 80px));
  margin: 0 auto;
}

.mag-index__intro-inner {
  width: min(1380px, calc(100% - 80px));
  min-height: clamp(360px, 28vw, 420px);
  margin: 0 auto;
  padding: clamp(36px, 3.5vw, 52px) 0 34px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.mag-index__breadcrumb {
  width: 100%;
  margin: 0;
  display: flex;
  gap: 10px;
  align-self: stretch;
  color: var(--mag-muted);
  font-size: 9px;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.mag-index__breadcrumb a {
  color: inherit;
  text-decoration: none;
}

.mag-index__intro-copy {
  margin: auto 0;
  padding: 34px 0 42px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.mag-index__eyebrow {
  margin: 0;
  padding-bottom: 22px;
  color: var(--mag-muted);
  font-family: var(--mag-sans);
  font-size: 9px;
  font-weight: 500;
  letter-spacing: .19em;
  line-height: 1.2;
  text-transform: uppercase;
}

.mag-index__intro h1 {
  margin: 0;
  font-family: var(--mag-serif);
  font-size: clamp(52px, 4.6vw, 66px);
  font-weight: 400;
  letter-spacing: -.055em;
  line-height: 1;
}

.mag-index__standfirst {
  max-width: 500px;
  margin: 0 auto;
  padding-top: 30px;
  color: #5b5753;
  font-family: var(--mag-sans);
  font-size: clamp(14px, 1.05vw, 16px);
  font-weight: 400;
  letter-spacing: .005em;
  line-height: 1.65;
}

.mag-index__intro-folio {
  width: 100%;
  margin-top: auto;
  padding-top: 24px;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid var(--mag-line);
  color: var(--mag-muted);
  font-size: 8px;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.mag-index__lead {
  padding: clamp(80px, 8vw, 120px) 0 clamp(96px, 10vw, 145px);
  display: grid;
  grid-template-columns: minmax(300px, .74fr) minmax(0, 1.26fr);
  gap: clamp(72px, 11vw, 170px);
  align-items: center;
}

.mag-index__cover-column {
  width: min(100%, 470px);
  justify-self: end;
}

.mag-index__cover-folio {
  margin-bottom: 14px;
  padding-bottom: 12px;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid var(--mag-line);
  color: var(--mag-muted);
  font-size: 8px;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.mag-index__cover {
  position: relative;
  width: 100%;
  aspect-ratio: 3 / 4;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 26px 70px rgba(28, 19, 15, .13);
}

.mag-index__cover > .mag-page,
.mag-index__archive figure > .mag-page {
  width: 100%;
  height: 100%;
  box-shadow: none;
}

.mag-index__copy {
  align-self: center;
}

.mag-index__copy-kicker {
  max-width: 680px;
  padding-bottom: 16px;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid var(--mag-ink);
}

.mag-index__copy-kicker p,
.mag-index__copy-kicker time,
.mag-index__archive-head > div > p {
  margin: 0;
  color: var(--mag-muted);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.mag-index__copy h2 {
  max-width: 680px;
  margin: clamp(30px, 3vw, 44px) 0 0;
  font-family: var(--mag-serif);
  font-size: clamp(48px, 4.5vw, 68px);
  font-weight: 400;
  letter-spacing: -.065em;
  line-height: .87;
}

.mag-index__description {
  max-width: 590px;
  margin: clamp(30px, 3vw, 42px) 0 0;
  color: #504c48;
  font-family: var(--mag-serif);
  font-size: clamp(17px, 1.45vw, 20px);
  line-height: 1.55;
}

.mag-index__copy dl {
  max-width: 680px;
  margin: clamp(38px, 4vw, 54px) 0 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--mag-line);
  border-bottom: 1px solid var(--mag-line);
}

.mag-index__copy dl div {
  padding: 18px 18px 20px 0;
}

.mag-index__copy dl div + div {
  padding-left: 20px;
  border-left: 1px solid var(--mag-line);
}

.mag-index__copy dt {
  color: var(--mag-muted);
  font-size: 8px;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.mag-index__copy dd {
  margin: 10px 0 0;
  font-family: var(--mag-serif);
  font-size: 19px;
}

.mag-index__actions {
  max-width: 680px;
  margin-top: 34px;
  display: grid;
}

.mag-index__actions a {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 0;
  color: var(--mag-ink);
  background: transparent;
  border-bottom: 1px solid var(--mag-line);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .13em;
  text-decoration: none;
  text-transform: uppercase;
}

.mag-index__actions a span {
  font-size: 15px;
  font-weight: 400;
}

.mag-index__archive {
  padding: clamp(82px, 8vw, 120px) 0 clamp(110px, 10vw, 150px);
  border-top: 1px solid var(--mag-line);
}

.mag-index__archive-head {
  padding-bottom: clamp(52px, 6vw, 82px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, .55fr);
  gap: 60px;
  align-items: start;
}

.mag-index__archive-head > div > p {
  color: var(--mag-muted);
}

.mag-index__archive-head h2 {
  margin: 16px 0 0;
  font-family: var(--mag-serif);
  font-size: clamp(46px, 4.5vw, 64px);
  font-weight: 400;
  letter-spacing: -.06em;
  line-height: .9;
}

.mag-index__archive-head > p {
  max-width: 310px;
  margin: 24px 0 0;
  color: #504c48;
  font-family: var(--mag-serif);
  font-size: 17px;
  line-height: 1.55;
}

.mag-index__archive-years {
  display: grid;
  gap: clamp(78px, 9vw, 128px);
}

.mag-index__year > header {
  padding: 18px 0 20px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  border-bottom: 1px solid var(--mag-ink);
  border-top: 1px solid var(--mag-line);
}

.mag-index__year > header h3 {
  margin: 0;
  font-family: var(--mag-serif);
  font-size: clamp(34px, 3vw, 46px);
  font-weight: 400;
  letter-spacing: -.04em;
  line-height: 1;
}

.mag-index__year > header span {
  color: var(--mag-muted);
  font-size: 8px;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.mag-index__issue-grid {
  padding-top: 28px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(18px, 2.4vw, 34px);
}

.mag-index__issue-grid article a {
  color: inherit;
  text-decoration: none;
}

.mag-index__issue-grid figure {
  position: relative;
  aspect-ratio: 3 / 4;
  margin: 0;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 16px 38px rgba(28, 19, 15, .09);
  transition: transform 320ms cubic-bezier(.2, .7, .2, 1), box-shadow 320ms ease;
}

.mag-index__issue-grid figure figcaption {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.mag-index__issue-grid article a:hover figure {
  box-shadow: 0 22px 48px rgba(28, 19, 15, .14);
  transform: translateY(-4px);
}

.mag-index__issue-copy {
  padding-top: 17px;
}

.mag-index__issue-copy p {
  margin: 0;
  color: var(--mag-muted);
  font-size: 8px;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.mag-index__issue-copy h4 {
  margin: 8px 0 0;
  font-family: var(--mag-serif);
  font-size: clamp(21px, 1.8vw, 27px);
  font-weight: 400;
  letter-spacing: -.035em;
  line-height: 1;
}

.mag-index__issue-copy span {
  margin-top: 12px;
  padding-top: 11px;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid var(--mag-line);
  color: var(--mag-muted);
  font-size: 8px;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.mag-index__issue-copy i {
  color: var(--mag-ink);
  font-size: 13px;
  font-style: normal;
  line-height: .7;
}

@media (max-width: 1050px) {
  .mag-reader__bar { grid-template-columns: 1fr auto; }
  .mag-reader__position { display: none; }
  .mag-index__lead {
    grid-template-columns: minmax(280px, .82fr) minmax(0, 1.18fr);
    gap: clamp(48px, 7vw, 76px);
  }
  .mag-index__issue-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 859px) {
  .mag-reader {
    grid-template-rows: 62px minmax(0, 1fr) 42px;
  }

  .mag-reader__bar {
    grid-template-columns: minmax(0, 1fr) auto;
    padding: 0 12px;
  }

  .mag-reader__brand { gap: 10px; }
  .mag-reader__brand > a { width: 62px; height: 38px; }
  .mag-reader__brand .mag-logo { width: 62px; }
  .mag-reader__issue-switcher { padding-left: 9px; gap: 5px; }
  .mag-reader__issue-switcher span { max-width: 74px; font-size: 8px; }
  .mag-reader__issue-switcher b { font-size: 12px; }
  .mag-reader__view-toggle { display: none; }
  .mag-reader__bar nav > button {
    min-height: 30px;
    padding: 0 7px;
    font-size: 7px;
  }
  .mag-reader__bar nav > button:nth-of-type(2),
  .mag-reader__bar nav > button:nth-of-type(3) { display: none; }
  .mag-reader__bar nav { gap: 4px; }

  .mag-reader__stage {
    --mag-rail-page-width: min(94vw, calc((100svh - 112px) * .75));
    --mag-rail-page-height: calc(var(--mag-rail-page-width) * 1.333333);
    padding: 8px 0;
  }

  .mag-reader__rail { gap: 12px; }
  .mag-reader__rail::before,
  .mag-reader__rail::after { flex-basis: max(10px, calc(50% - var(--mag-rail-page-width) * .5)); }
  .mag-reader__edge { display: none; }

  .mag-reader__footer {
    grid-template-columns: 1fr auto;
    padding: 0 12px;
  }

  .mag-reader__footer > span:nth-child(2) { display: none; }
  .mag-reader__footer button { min-height: 26px; padding: 0 9px; font-size: 7px; }
  .mag-reader__footer span:last-child { font-size: 7px; }

  .mag-index__intro-inner,
  .mag-index__lead,
  .mag-index__archive {
    width: min(100% - 40px, 680px);
  }

  .mag-index__intro-inner {
    min-height: 370px;
    padding: 34px 0 30px;
  }

  .mag-index__intro-copy {
    padding: 30px 0 36px;
  }

  .mag-index__intro h1 {
    font-size: clamp(46px, 11vw, 58px);
  }

  .mag-index__standfirst {
    max-width: 390px;
    padding-top: 26px;
    font-size: 14px;
  }

  .mag-index__lead {
    padding: 72px 0 94px;
    grid-template-columns: 1fr;
    gap: 64px;
  }

  .mag-index__cover-column {
    width: min(82vw, 450px);
    justify-self: center;
  }

  .mag-index__copy h2 {
    font-size: clamp(48px, 11vw, 62px);
  }

  .mag-index__description {
    font-size: 17px;
  }

  .mag-index__archive {
    padding: 80px 0 110px;
  }

  .mag-index__archive-head {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .mag-index__archive-head > p {
    margin-top: 14px;
  }

  .mag-index__issue-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 34px 16px;
  }
}

@media (max-width: 520px) {
  .mag-reader__drawer { padding: 20px; }
  .mag-reader__thumbnails { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .mag-reader__issues { gap: 22px 12px; }
  .mag-cover__lines { width: 100%; }

  .mag-index__intro-inner,
  .mag-index__lead,
  .mag-index__archive {
    width: calc(100% - 30px);
  }

  .mag-index__intro-inner {
    min-height: 350px;
  }

  .mag-index__breadcrumb {
    font-size: 8px;
  }

  .mag-index__intro-copy {
    padding: 26px 0 30px;
  }

  .mag-index__eyebrow {
    padding-bottom: 18px;
    font-size: 8px;
  }

  .mag-index__intro h1 {
    font-size: clamp(44px, 12vw, 52px);
  }

  .mag-index__standfirst {
    padding-top: 22px;
    line-height: 1.6;
  }

  .mag-index__standfirst-break {
    display: none;
  }

  .mag-index__intro-folio span:last-child {
    display: none;
  }

  .mag-index__lead {
    padding-top: 58px;
    gap: 52px;
  }

  .mag-index__cover-column {
    width: min(88vw, 420px);
  }

  .mag-index__copy-kicker {
    gap: 18px;
  }

  .mag-index__copy dl {
    grid-template-columns: 1fr 1fr;
  }

  .mag-index__copy dl div:last-child {
    grid-column: 1 / -1;
    padding-left: 0;
    border-top: 1px solid var(--mag-line);
    border-left: 0;
  }

  .mag-index__year > header {
    padding-top: 16px;
  }

  .mag-index__issue-grid {
    gap: 30px 12px;
  }

  .mag-index__issue-copy h4 {
    font-size: 20px;
  }

  .mag-index__issue-copy span {
    font-size: 7px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .mag-reader__progress i,
  .mag-reader__drawer,
  .mag-index__archive figure img {
    transition: none;
  }

  .mag-reader__rail { scroll-behavior: auto; }
}
