:root {
  color-scheme: light;
  --ink: #0f1a20;
  --oxblood: #8a2e26;
  --clay: #c75e3a;
  --olive: #5a5f3a;
  --brass: #c19a3a;
  --dusk-blue: #24394d;
  --smoke: #6d6f72;
  --paper: #f2efe6;
  --rule: #c5c3b9;
  --serif: Recoleta, Georgia, 'Times New Roman', serif;
  --sans: Inter, Arial, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 2rem; }
body { margin: 0; background: var(--paper); color: var(--ink); font: 1rem/1.6 var(--sans); }
a { color: inherit; text-decoration: none; }
a:hover { text-decoration: underline; text-underline-offset: .25em; }
a:focus-visible, button:focus-visible { outline: 2px solid var(--oxblood); outline-offset: 5px; }
button { font: inherit; cursor: pointer; }
[hidden] { display: none !important; }
img { display: block; max-width: 100%; }
h1, h2, h3, p, figure { margin: 0; }
h1, h2, h3 { font-family: var(--serif); font-weight: 400; }
.wrap { width: min(1280px, calc(100% - 96px)); margin-inline: auto; }
.eyebrow, .edition-bar, .category, .story-status { font-size: .75rem; letter-spacing: .14em; text-transform: uppercase; }
.edition-bar { display: flex; justify-content: space-between; align-items: center; gap: 16px; padding-block: 12px; border-bottom: 1px solid var(--rule); }
.site-header { display: grid; grid-template-columns: auto minmax(0, 1fr) auto; align-items: center; gap: 24px; padding-block: 18px; border-bottom: 1px solid var(--ink); background: var(--paper); }
.site-header .wordmark { grid-column: 1; grid-row: 1; }
.site-header > nav { grid-column: 1 / -1; grid-row: 2; justify-content: center; gap: 6px 24px; padding-top: 12px; border-top: 1px solid var(--rule); }
.site-header.nav-ready > nav { display: none; }
.site-header.nav-ready.menu-open > nav { display: flex; }
.site-header > nav > * { display: inline-flex; align-items: center; min-height: 44px; }
.site-header > .subscribe-button { grid-column: 3; grid-row: 1; }
.menu-toggle { display: inline-flex; align-items: center; justify-content: center; grid-column: 2; grid-row: 1; justify-self: end; gap: 6px; min-height: 44px; border: 1px solid var(--rule); background: transparent; color: var(--ink); padding: 8px 12px; font-size: .875rem; }
.menu-toggle::after { content: ''; display: block; flex: 0 0 14px; height: 12px; background: repeating-linear-gradient(to bottom, currentColor 0 2px, transparent 2px 5px); }
.wordmark { display: block; width: 238px; flex-shrink: 0; }
.wordmark img { width: 100%; height: auto; mix-blend-mode: multiply; }
nav { display: flex; flex-wrap: wrap; gap: 14px 30px; align-items: center; font-size: .875rem; }
nav > * { white-space: nowrap; }
.hero { display: flex; justify-content: space-between; align-items: end; gap: 32px; padding-top: 58px; padding-bottom: 42px; }
.hero .eyebrow { display: flex; align-items: center; gap: 14px; color: var(--oxblood); }
.small-rule { width: 35px; height: 2px; background: currentColor; }
h1 { font-size: clamp(3.2rem, 6.4vw, 6.25rem); line-height: 1.02; letter-spacing: -.045em; margin-top: 25px; }
.accent { color: var(--oxblood); }
.hero-deck { margin-top: 23px; font-size: 1.125rem; }
.button { display: inline-flex; align-items: center; gap: 30px; padding: 13px 20px; border: 0; background: var(--oxblood); color: var(--paper); margin-top: 28px; font-size: .8125rem; letter-spacing: .075em; text-transform: uppercase; }
.subscribe-button { margin-top: 0; flex-shrink: 0; min-height: 44px; }
.button:hover { background: var(--ink); text-decoration: none; }
.editorial-note { max-width: 270px; padding-bottom: 8px; }
.editorial-note .eyebrow { font-size: .75rem; line-height: 1.8; }
.editorial-note p { font: 1.5rem/1.35 var(--serif); margin-top: 17px; }
.note-rule { display: block; height: 1px; width: 48px; background: var(--oxblood); margin-top: 24px; }
.panorama { position: relative; overflow: hidden; aspect-ratio: 3 / 1; }
.city-frame { position: absolute; inset: 0; overflow: hidden; }
.panorama img { width: 100%; max-width: 100%; height: 100%; object-fit: contain; object-position: center; }
.panorama .outgoing-illustration { position: absolute; inset: 0; z-index: 1; pointer-events: none; }
figcaption { display: flex; justify-content: space-between; font-size: .75rem; letter-spacing: .06em; color: #545b5e; padding-top: 9px; }
.city-controls { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding-top: 10px; }
.city-counter { color: #545b5e; font-size: .8125rem; font-variant-numeric: tabular-nums; }
.city-buttons { display: flex; gap: 8px; }
.city-buttons button { min-width: 44px; min-height: 44px; border: 1px solid var(--rule); background: transparent; color: var(--ink); padding: 8px 12px; font-size: .875rem; }
.city-buttons button:hover { border-color: var(--oxblood); color: var(--oxblood); }
.city-buttons button:disabled { cursor: wait; opacity: .6; }
.visually-hidden { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }
.start { padding-top: 36px; }
.start h2 { font-size: 2rem; letter-spacing: -.025em; padding-bottom: 18px; }
.start-paths { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-block: 1px solid var(--rule); }
.start-paths a { display: flex; align-items: baseline; gap: 14px; padding: 25px 20px; border-left: 1px solid var(--rule); }
.start-paths a:first-child { border-left: 0; padding-left: 0; }
.start-paths a:last-child { padding-right: 0; }
.start-paths a:hover { text-decoration: none; background: #eae6dc; }
.path-number { color: var(--oxblood); font-size: .75rem; }
.start-paths strong { display: block; font-family: var(--serif); font-size: 1.4rem; font-weight: 400; line-height: 1.25; }
.start-paths small { display: block; margin-top: 10px; font-size: .875rem; line-height: 1.5; color: #485054; }
.newsletter { display: flex; align-items: center; justify-content: space-between; gap: 28px; padding: 36px; margin-bottom: 42px; border: 1px solid var(--rule); background: #eae6dc; }
.newsletter .eyebrow { color: var(--oxblood); }
.newsletter h2 { margin-top: 12px; font-size: clamp(2rem, 3.5vw, 3rem); line-height: 1.12; letter-spacing: -.025em; }
.newsletter h2 + p { max-width: 540px; margin-top: 16px; }
.newsletter-status { margin-top: 10px; font-size: .875rem; color: #485054; }
.newsletter .button { margin-top: 0; flex-shrink: 0; }
.reading { padding-top: 49px; padding-bottom: 56px; }
.section-heading { display: flex; align-items: baseline; justify-content: space-between; gap: 18px; padding-bottom: 20px; border-bottom: 1px solid var(--ink); }
.section-heading h2 { font-size: 2rem; letter-spacing: -.025em; }
.section-heading .eyebrow { color: #545b5e; }
.story-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); padding-top: 26px; }
.story { display: flex; flex-direction: column; padding: 0 25px; border-left: 1px solid var(--rule); scroll-margin-top: 30px; }
.story:first-child { border-left: 0; padding-left: 0; }
.story:last-child { padding-right: 0; }
.category { color: var(--oxblood); letter-spacing: .075em; }
.story:nth-child(2) .category { color: var(--dusk-blue); }
.story:nth-child(3) .category { color: var(--olive); }
.story h3 { font-size: 1.8rem; line-height: 1.15; letter-spacing: -.025em; margin-top: 14px; }
.story > p:not(.category) { font-size: .9375rem; margin-top: 16px; color: #485054; }
.story-status { padding-top: 28px; margin-top: auto; color: #545b5e; letter-spacing: .08em; }
.story:target { background: #e8e4d8; outline: 8px solid #e8e4d8; }
.about { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; border-top: 1px solid var(--ink); padding-block: 44px 54px; }
.about .eyebrow { color: var(--oxblood); }
.about h2 { font-size: clamp(2.5rem, 4vw, 4rem); letter-spacing: -.035em; line-height: 1.08; margin-top: 20px; }
.about-copy { max-width: 550px; padding-top: 3px; }
.about-copy p + p { margin-top: 20px; }
.signature { font-style: italic; font-family: var(--serif); font-size: 1.25rem; }
.site-footer { display: flex; justify-content: space-between; align-items: center; gap: 24px; border-top: 1px solid var(--rule); padding-block: 22px 32px; font-size: .8125rem; }
.footer-name { font: 2rem/1 var(--serif); letter-spacing: -.04em; }
.site-footer p { letter-spacing: .13em; text-transform: uppercase; font-size: .75rem; }
.footer-brand p { margin-top: 12px; }
.footer-nav { gap: 12px 24px; }
.footer-nav button { border: 0; padding: 0; background: none; color: inherit; }
.footer-nav button, .footer-nav a { display: inline-flex; align-items: center; min-height: 44px; }
.footer-nav button:hover { text-decoration: underline; text-underline-offset: .25em; }
.info-dialog { width: min(460px, calc(100% - 36px)); padding: 32px; border: 1px solid var(--ink); background: var(--paper); color: var(--ink); }
.info-dialog::backdrop { background: rgb(15 26 32 / 55%); }
.info-dialog h2 { font-size: 2rem; line-height: 1.2; margin-bottom: 16px; }
.skip-link { position: absolute; top: -100px; left: 20px; padding: 12px; background: var(--ink); color: var(--paper); z-index: 10; }
.skip-link:focus { top: 15px; }
@media (max-width: 1000px) {
  .wrap { width: calc(100% - 48px); }
  nav { gap: 18px; }
  .wordmark { width: 195px; }
  .editorial-note { max-width: 220px; }
  .story-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 32px 0; }
  .story:nth-child(3) { border-left: 0; padding-left: 0; }
  .story:nth-child(2) { padding-right: 0; }
}
@media (max-width: 900px) {
  html { scroll-padding-top: 110px; }
  .site-header { position: sticky; top: 0; z-index: 20; gap: 12px; padding-block: 10px; }
  .site-header .wordmark { width: clamp(100px, 22vw, 180px); }
  .menu-toggle { display: inline-flex; align-items: center; justify-content: center; grid-column: 2; grid-row: 1; justify-self: end; }
  .site-header > nav { grid-column: 1 / -1; grid-row: 2; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); justify-content: stretch; gap: 0 20px; padding-top: 8px; border-top: 1px solid var(--rule); max-height: 60vh; overflow-y: auto; }
  .site-header.nav-ready > nav { display: none; }
  .site-header.nav-ready.menu-open > nav { display: grid; }
  .site-header > nav > * { padding-block: 10px; min-height: 48px; white-space: normal; font-size: 1rem; }
  .story { scroll-margin-top: 0; }
  .start-paths { grid-template-columns: 1fr; }
  .start-paths a, .start-paths a:first-child, .start-paths a:last-child { border-left: 0; padding: 20px 0; }
  .start-paths a + a { border-top: 1px solid var(--rule); }
  .start-paths a > span:nth-child(2) { flex: 1; }
}
@media (max-width: 650px) {
  .wrap { width: calc(100% - 36px); }
  .edition-bar { font-size: .75rem; letter-spacing: .07em; }
  .edition-bar span:last-child { display: none; }
  .site-header { gap: 8px; }
  .site-header > .subscribe-button { padding: 12px 10px; font-size: .75rem; letter-spacing: .04em; }
  nav { justify-content: center; flex-wrap: wrap; gap: 12px 20px; }
  .hero { padding-block: 35px 30px; }
  .hero .eyebrow { letter-spacing: .065em; }
  h1 { font-size: clamp(3rem, 11.5vw, 4.5rem); margin-top: 23px; }
  .editorial-note { display: none; }
  .hero-deck { font-size: 1rem; }
  .hero .eyebrow { font-size: .75rem; line-height: 1.5; }
  .small-rule { flex-shrink: 0; width: 24px; }
  .hero { min-width: 0; }
  h1 { font-size: clamp(2.55rem, 10.5vw, 4.3rem); }
  figcaption { flex-direction: column; gap: 4px; }
  .start-paths { grid-template-columns: 1fr; }
  .start-paths a, .start-paths a:first-child, .start-paths a:last-child { border-left: 0; padding: 20px 0; }
  .start-paths a + a { border-top: 1px solid var(--rule); }
  .start-paths a > span:nth-child(2) { flex: 1; }
  .newsletter { flex-direction: column; align-items: flex-start; padding: 24px; }
  .newsletter .button { width: 100%; min-height: 48px; justify-content: center; }
  .newsletter h2 br { display: none; }
  .city-buttons button { min-width: 48px; min-height: 48px; }
  .city-image figcaption { min-height: 66px; }
  .story > p:not(.category) { font-size: 1rem; }
  .category { font-size: .875rem; letter-spacing: .035em; }
  .footer-nav { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); width: 100%; justify-content: stretch; gap: 4px 20px; }
  .footer-nav > * { font-size: 1rem; min-height: 48px; }
  .reading { padding-block: 30px 35px; }
  .section-heading { flex-direction: column; gap: 6px; }
  .section-heading .eyebrow { font-size: .75rem; letter-spacing: .075em; }
  .story-grid { grid-template-columns: 1fr; gap: 24px; }
  .story, .story:first-child, .story:last-child { padding: 0 0 24px; border-left: 0; border-bottom: 1px solid var(--rule); }
  .story:last-child { border-bottom: 0; padding-bottom: 0; }
  .story h3 { font-size: 1.8rem; }
  .story-status { padding-top: 16px; }
  .about { grid-template-columns: 1fr; gap: 26px; padding-block: 32px; }
  .site-footer { flex-wrap: wrap; }
  .site-footer p { width: 100%; order: 3; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
