:root {
  --ink: #281632;
  --paper: #fffaf0;
  --blush: #f4e2df;
  --cobalt: #2348cf;
  --magenta: #df3b70;
  --leaf: #abc845;
  --ochre: #d5a23a;
  --muted: #625a68;
  --line: 2px solid var(--ink);
  --shadow: 8px 8px 0 var(--ink);
  --radius: 0.35rem;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.55;
}
a { color: inherit; }
a:focus-visible, button:focus-visible { outline: 4px solid var(--leaf); outline-offset: 4px; }
.skip-link { position: absolute; left: -9999px; top: 0; z-index: 99; background: var(--ink); color: white; padding: .8rem 1rem; }
.skip-link:focus { left: .5rem; top: .5rem; }
.shell { width: min(var(--max), calc(100% - 2rem)); margin-inline: auto; }

.site-header { border-bottom: var(--line); background: var(--paper); }
.masthead { display: grid; grid-template-columns: auto 1fr auto; gap: 1rem; align-items: end; min-height: 118px; padding-block: 1.25rem; }
.issue { font-weight: 900; writing-mode: vertical-rl; transform: rotate(180deg); letter-spacing: .08em; text-transform: uppercase; }
.brand { text-decoration: none; display: inline-block; }
.brand strong { display: block; font: 900 clamp(2.4rem, 7vw, 6.8rem)/.78 Georgia, serif; letter-spacing: -.07em; }
.brand span { display: block; margin-top: .55rem; color: var(--cobalt); font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.menu-toggle { border: var(--line); background: var(--leaf); color: var(--ink); padding: .7rem .9rem; font: inherit; font-weight: 900; cursor: pointer; }
.nav { border-top: var(--line); }
.nav ul { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 0; }
.nav a { display: block; padding: .75rem 1rem; border-right: 1px solid var(--ink); text-decoration: none; font-weight: 800; }
.nav a:hover, .nav a[aria-current="page"] { background: var(--ink); color: var(--paper); }

.hero { display: grid; grid-template-columns: 1.15fr .85fr; min-height: 570px; border-bottom: var(--line); }
.hero-copy { padding: clamp(2rem, 5vw, 5rem) max(1rem, calc((100vw - var(--max))/2)); padding-right: clamp(2rem, 6vw, 6rem); background: var(--blush); }
.eyebrow { margin: 0 0 1rem; font-size: .78rem; font-weight: 900; text-transform: uppercase; letter-spacing: .14em; }
h1, h2, h3 { font-family: Georgia, 'Times New Roman', serif; line-height: .98; }
h1 { max-width: 780px; margin: 0; font-size: clamp(3.2rem, 8vw, 8.2rem); letter-spacing: -.065em; }
.dek { max-width: 640px; margin: 1.5rem 0; font-size: clamp(1.1rem, 2vw, 1.45rem); }
.hero-note { max-width: 620px; border-left: 7px solid var(--magenta); padding-left: 1rem; font-weight: 700; }
.tower-study { position: relative; overflow: hidden; min-height: 430px; background: var(--cobalt); border-left: var(--line); }
.tower-study::before { content: ""; position: absolute; left: 50%; bottom: -10%; width: 56%; height: 102%; border: 14px solid var(--paper); border-top-width: 5px; clip-path: polygon(44% 0,56% 0,100% 100%,72% 100%,54% 14%,46% 14%,28% 100%,0 100%); transform: translateX(-50%); opacity: .94; }
.tower-study::after { content: "IMAGE / MÉMOIRE / STRUCTURE"; position: absolute; top: 1.2rem; right: -5.5rem; background: var(--leaf); border: var(--line); padding: .55rem 6rem; font-weight: 900; letter-spacing: .08em; transform: rotate(34deg); }
.tower-number { position: absolute; left: 1rem; bottom: .25rem; color: var(--paper); font: 900 clamp(7rem, 22vw, 18rem)/.8 Georgia, serif; opacity: .22; }

.section { padding-block: clamp(3rem, 7vw, 6rem); }
.section-head { display: grid; grid-template-columns: .7fr 1.3fr; gap: 2rem; align-items: end; margin-bottom: 2.5rem; }
.section-head h2 { margin: 0; font-size: clamp(2.4rem, 5vw, 5rem); letter-spacing: -.045em; }
.section-head p { max-width: 680px; margin: 0; font-size: 1.1rem; }
.apparitions { display: grid; grid-template-columns: repeat(12, 1fr); gap: 1.4rem; }
.book-card { position: relative; grid-column: span 6; display: grid; grid-template-columns: 150px 1fr; min-height: 340px; border: var(--line); background: #fff; box-shadow: var(--shadow); transition: transform .2s ease, box-shadow .2s ease; }
.book-card:hover { transform: translate(-3px,-3px); box-shadow: 12px 12px 0 var(--ink); }
.book-card:nth-child(2) { margin-top: 3.5rem; }
.book-card:nth-child(3) { margin-top: -1.25rem; }
.cover { display: grid; place-items: center; border-right: var(--line); padding: 1rem; text-align: center; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; background: var(--ochre); }
.book-card:nth-child(2) .cover { background: var(--leaf); }
.book-card:nth-child(3) .cover { background: var(--magenta); color: white; }
.book-card:nth-child(4) .cover { background: var(--cobalt); color: white; }
.card-body { padding: 1.4rem; display: flex; flex-direction: column; align-items: flex-start; }
.card-body h3 { margin: .35rem 0 .8rem; font-size: clamp(1.7rem, 3vw, 2.7rem); }
.meta { font-size: .82rem; font-weight: 900; text-transform: uppercase; letter-spacing: .06em; }
.card-body p { margin: 0 0 1.1rem; }
.card-actions { margin-top: auto; display: flex; flex-wrap: wrap; gap: .6rem; }
.button { display: inline-block; border: var(--line); padding: .65rem .85rem; text-decoration: none; font-weight: 900; background: var(--paper); }
.button:hover { background: var(--ink); color: white; }
.button.amazon { background: var(--leaf); }
.button.amazon:hover { background: var(--cobalt); }
.new-tab { font-size: .76em; white-space: nowrap; }

.band { border-block: var(--line); background: var(--ink); color: var(--paper); overflow: hidden; }
.band-track { display: flex; width: max-content; gap: 2rem; padding: 1rem 0; font: 900 clamp(1.5rem, 4vw, 3.5rem)/1 Georgia, serif; text-transform: uppercase; }
.band-track span:nth-child(even) { color: var(--leaf); }
.reading-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 0; border: var(--line); }
.reading-grid article { padding: clamp(1.2rem, 3vw, 2.5rem); min-height: 280px; border-right: var(--line); }
.reading-grid article:last-child { border-right: 0; }
.reading-grid article:nth-child(2) { background: var(--blush); }
.reading-grid article:nth-child(3) { background: var(--leaf); }
.reading-grid h3 { font-size: 2rem; margin: 0 0 1rem; }

.page-hero { padding: clamp(3rem, 8vw, 7rem) 0; border-bottom: var(--line); background: var(--blush); }
.page-hero h1 { font-size: clamp(3rem, 7vw, 7rem); }
.page-hero .dek { max-width: 760px; }
.article-layout { display: grid; grid-template-columns: minmax(210px,.65fr) minmax(0,1.35fr); gap: clamp(2rem, 7vw, 7rem); padding-block: clamp(3rem, 7vw, 6rem); }
.article-aside { align-self: start; position: sticky; top: 1rem; border: var(--line); padding: 1.2rem; background: var(--leaf); box-shadow: var(--shadow); }
.article-aside dl { margin: 0; }
.article-aside dt { margin-top: .85rem; font-weight: 900; text-transform: uppercase; font-size: .75rem; letter-spacing: .08em; }
.article-aside dd { margin: .15rem 0 0; }
.prose { max-width: 760px; font: 1.12rem/1.72 Georgia, serif; }
.prose h2 { margin: 2.6rem 0 1rem; font-size: clamp(2rem, 4vw, 3.4rem); }
.prose h2:first-child { margin-top: 0; }
.prose .lead { font-size: 1.35rem; }
.notice { margin: 2rem 0; border: var(--line); border-left: 12px solid var(--magenta); padding: 1rem 1.2rem; background: #fff; font-family: Arial, sans-serif; }
.sources { padding-left: 1.25rem; }
.sources li { margin-bottom: .75rem; overflow-wrap: anywhere; }

.site-footer { margin-top: 4rem; border-top: var(--line); background: var(--ink); color: var(--paper); }
.footer-grid { display: grid; grid-template-columns: 1.2fr .8fr .8fr; gap: 2rem; padding-block: 3rem; }
.footer-grid h2 { margin: 0 0 .8rem; font-size: 2rem; }
.footer-grid ul { list-style: none; padding: 0; margin: 0; }
.footer-grid a { color: var(--paper); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.35); padding-block: 1rem; font-size: .85rem; }

@media (max-width: 780px) {
  .masthead { grid-template-columns: auto 1fr auto; min-height: 90px; }
  .brand strong { font-size: clamp(2.3rem, 12vw, 4rem); }
  .brand span { font-size: .72rem; }
  .nav { display: none; }
  .nav.is-open { display: block; }
  .nav ul { display: block; }
  .nav a { border-right: 0; border-bottom: 1px solid var(--ink); }
  .hero { grid-template-columns: 1fr; }
  .hero-copy { padding-inline: 1rem; }
  .tower-study { border-left: 0; border-top: var(--line); }
  .section-head, .article-layout { grid-template-columns: 1fr; }
  .book-card { grid-column: 1 / -1; grid-template-columns: 105px 1fr; }
  .book-card:nth-child(n) { margin-top: 0; }
  .reading-grid, .footer-grid { grid-template-columns: 1fr; }
  .reading-grid article { border-right: 0; border-bottom: var(--line); min-height: auto; }
  .reading-grid article:last-child { border-bottom: 0; }
  .article-aside { position: static; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
