:root {
  --ink: #090a09;
  --ink-soft: #111310;
  --paper: #f0eadc;
  --paper-soft: #d6cebf;
  --muted: #999286;
  --stone: #807b71;
  --line: rgba(240, 234, 220, .15);
  --line-strong: rgba(240, 234, 220, .32);
  --max: 1120px;
  --reading: 720px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: radial-gradient(circle at 50% -20%, rgba(240,234,220,.045), transparent 35rem), var(--ink);
  color: var(--paper);
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
a:focus-visible { outline: 2px solid var(--paper); outline-offset: 5px; }
.shell { width: min(calc(100% - 40px), var(--max)); margin: 0 auto; }
.reading { width: min(100%, var(--reading)); }
.skip-link { position: absolute; left: -9999px; top: 8px; z-index: 100; padding: 10px 14px; background: var(--paper); color: var(--ink); }
.skip-link:focus { left: 8px; }
nav { position: sticky; top: 0; z-index: 30; background: rgba(9,10,9,.91); backdrop-filter: blur(14px); border-bottom: 1px solid var(--line); }
.nav-inner { min-height: 74px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.nav-mark { width: 210px; flex: 0 0 auto; }
.nav-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 24px; font-family: Arial, Helvetica, sans-serif; color: var(--muted); font-size: .72rem; letter-spacing: .15em; text-transform: uppercase; }
.nav-links a:hover, .nav-links a[aria-current="page"] { color: var(--paper); }
.hero { min-height: 78vh; display: grid; place-items: center; padding: 116px 0 98px; text-align: center; }
.hero-wordmark { width: min(900px, 92vw); margin: 0 auto 34px; }
.hero-copy { max-width: 720px; margin: 0 auto; color: var(--paper); font-size: clamp(1.18rem, 2.35vw, 1.58rem); }
.hero-subcopy { max-width: 660px; margin: 16px auto 0; color: var(--muted); font-size: clamp(.98rem, 1.7vw, 1.12rem); }
.divider { display: flex; align-items: center; justify-content: center; gap: 16px; margin: 42px auto 0; width: min(420px, 72vw); color: var(--paper-soft); }
.divider::before, .divider::after { content: ""; height: 1px; flex: 1; background: var(--line-strong); }
.divider span { width: 8px; height: 8px; background: currentColor; transform: rotate(45deg); }
section, .page-section { padding: 104px 0; border-top: 1px solid var(--line); }
.page-header { padding: 110px 0 76px; }
.compact-header { padding-bottom: 10px; }
.work-hero { border-top: 0; padding-top: 20px; }
.eyebrow, .catalog-no, .meta, .kicker, .idea-number { font-family: Arial, Helvetica, sans-serif; text-transform: uppercase; letter-spacing: .18em; }
.eyebrow { margin: 0 0 18px; color: var(--paper-soft); font-size: .7rem; }
.catalog-no { color: var(--muted); font-size: .68rem; margin-bottom: 18px; }
.meta { color: var(--muted); font-size: .7rem; line-height: 1.8; }
h1, h2, h3, p, blockquote { margin-top: 0; }
h1 { margin-bottom: 24px; font-size: clamp(3rem, 8vw, 6.8rem); line-height: .98; font-weight: 400; letter-spacing: -.045em; }
h2 { margin-bottom: 24px; font-size: clamp(2.1rem, 5vw, 4.2rem); line-height: 1.05; font-weight: 400; letter-spacing: -.035em; }
h3 { margin-bottom: 10px; font-size: 1.52rem; font-weight: 400; }
.lede, .section-intro { max-width: 720px; color: var(--muted); font-size: 1.08rem; }
.section-intro { margin-bottom: 50px; }
.section-heading-row { display: grid; grid-template-columns: minmax(0,.8fr) minmax(320px,1.2fr); gap: 70px; align-items: end; margin-bottom: 46px; }
.section-heading-row .section-intro { margin: 0 0 9px; }
.text-link, .button-link { display: inline-block; font-family: Arial, Helvetica, sans-serif; font-size: .72rem; letter-spacing: .15em; text-transform: uppercase; }
.text-link { padding-bottom: 4px; border-bottom: 1px solid var(--paper-soft); }
.text-link:hover { color: var(--paper-soft); }
.section-action { margin: 38px 0 0; }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.button-link { padding: 12px 18px; border: 1px solid var(--line-strong); transition: background .18s ease, color .18s ease; }
.button-link:hover { background: var(--paper); color: var(--ink); }
.video-frame { position: relative; aspect-ratio: 16/9; overflow: hidden; background: var(--ink-soft); border: 1px solid var(--line-strong); }
.video-frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.featured-copy { max-width: 840px; }
.featured-title { margin: 15px 0 10px; font-size: clamp(2.25rem,4.8vw,4rem); font-weight: 400; }
.featured-note { color: var(--paper-soft); font-style: italic; font-size: 1.08rem; max-width: 760px; }
.collection-list { border-top: 1px solid var(--line); }
.collection-row { display: grid; grid-template-columns: 90px minmax(0,1fr) minmax(180px,.55fr); gap: 28px; align-items: start; padding: 28px 0; border-bottom: 1px solid var(--line); }
a.collection-row:hover h3 { color: var(--paper-soft); }
.collection-row p { color: var(--muted); margin-bottom: 0; }
.collection-row .themes { color: var(--muted); font-style: italic; }
.forthcoming-list .collection-row { opacity: .82; }
.cover-layout { display: grid; grid-template-columns: minmax(280px,.9fr) minmax(320px,1.1fr); gap: 72px; align-items: center; }
.cover-art { border: 1px solid var(--line-strong); }
.song-actions { margin-top: 28px; }
.lyrics { font-size: clamp(1.05rem, 1.7vw, 1.2rem); }
.lyric-section { margin-bottom: 42px; }
.lyric-label { margin-bottom: 10px; color: var(--muted); font-family: Arial, Helvetica, sans-serif; font-size: .68rem; letter-spacing: .17em; text-transform: uppercase; }
.lyrics p { margin-bottom: 0; }
.pullquote { margin: 0; padding: 46px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); font-size: clamp(1.7rem,4vw,3.2rem); line-height: 1.35; font-style: italic; }
.split { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1fr); gap: 64px; }
.editorial-split { grid-template-columns: minmax(0,1.35fr) minmax(250px,.65fr); align-items: start; }
.work-aside { position: sticky; top: 110px; padding: 28px; border: 1px solid var(--line); }
.aside-note { color: var(--muted); font-style: italic; margin: 24px 0 0; }
.prose p { margin-bottom: 1.4em; font-size: 1.12rem; }
.home-introduction { text-align: center; }
.contact-line { margin-top: 42px; }
.theme-links { display: flex; flex-wrap: wrap; gap: 10px; }
.theme-links.compact { margin-top: 20px; }
.theme-links.vertical { flex-direction: column; align-items: flex-start; }
.theme-links a, .theme-pill { padding: 9px 13px; border: 1px solid var(--line-strong); font-family: Arial, Helvetica, sans-serif; font-size: .68rem; letter-spacing: .13em; text-transform: uppercase; }
.theme-links a:hover { background: var(--paper); color: var(--ink); }
.idea-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.idea-card { min-height: 270px; padding: 30px; border-right: 1px solid var(--line); transition: background .18s ease; }
.idea-card:first-child { padding-left: 0; }
.idea-card:last-child { border-right: 0; }
.idea-card:hover { background: rgba(240,234,220,.035); }
.idea-card h3 { margin-top: 48px; font-size: clamp(1.7rem,3vw,2.5rem); }
.idea-card p { color: var(--muted); margin-bottom: 0; }
.idea-number { color: var(--stone); font-size: .64rem; }
.reference-list, .continue-list, .journal-list { border-top: 1px solid var(--line); }
.reference, .continue-item, .journal-entry { padding: 25px 0; border-bottom: 1px solid var(--line); }
.reference small, .continue-item small, .journal-entry small { color: var(--muted); font-family: Arial, Helvetica, sans-serif; letter-spacing: .12em; text-transform: uppercase; }
.reference p, .continue-item p, .journal-entry p { color: var(--muted); margin-bottom: 0; }
.credits { display: grid; grid-template-columns: 190px 1fr; gap: 10px 28px; border-top: 1px solid var(--line); padding-top: 26px; }
.credits dt { color: var(--muted); font-family: Arial, Helvetica, sans-serif; font-size: .7rem; letter-spacing: .12em; text-transform: uppercase; }
.credits dd { margin: 0; }
.theme-index { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); border-top: 1px solid var(--line); }
.theme-card { padding: 34px 34px 36px 0; border-bottom: 1px solid var(--line); scroll-margin-top: 100px; }
.theme-card:nth-child(even) { padding-left: 34px; border-left: 1px solid var(--line); }
.theme-card h2 { font-size: clamp(1.8rem,3.2vw,2.7rem); margin-bottom: 14px; }
.theme-card p { color: var(--muted); margin-bottom: 16px; }
.theme-card .theme-works { margin-bottom: 0; color: var(--paper-soft); font-style: italic; }
.muted-entry { opacity: .65; }
.closing-line { margin-top: 46px; color: var(--muted); font-style: italic; }
.monogram { width: 86px; margin: 0 auto 24px; opacity: .92; }
footer { padding: 48px 0 58px; border-top: 1px solid var(--line); color: var(--stone); text-align: center; font-family: Arial, Helvetica, sans-serif; font-size: .68rem; letter-spacing: .12em; text-transform: uppercase; }
footer p { margin-bottom: 0; }
.footer-nav { position: static; display: flex; justify-content: center; flex-wrap: wrap; gap: 14px 24px; margin: 0 auto 22px; background: none; backdrop-filter: none; border: 0; color: var(--muted); }
.footer-nav a:hover { color: var(--paper); }
.video-poster { position: absolute; inset: 0; display: block; overflow: hidden; background: var(--ink-soft); }
.video-poster img { width: 100%; height: 100%; object-fit: cover; object-position: center; opacity: .74; transform: scale(1.01); transition: opacity .2s ease, transform .25s ease; }
.video-poster:hover img, .video-poster:focus-visible img { opacity: .88; transform: scale(1.025); }
.video-poster:focus-visible { outline: 3px solid var(--paper); outline-offset: -5px; }
.video-overlay { position: absolute; inset: 0; display: grid; place-content: center; justify-items: center; gap: 10px; background: linear-gradient(to top, rgba(0,0,0,.36), rgba(0,0,0,.08)); }
.video-play { display: grid; place-items: center; width: 74px; height: 74px; padding-left: 5px; border: 1px solid rgba(255,255,255,.8); border-radius: 50%; background: rgba(0,0,0,.62); color: #fff; font-family: Arial, Helvetica, sans-serif; font-size: 1.7rem; line-height: 1; box-shadow: 0 8px 30px rgba(0,0,0,.32); }
.video-label { color: #fff; font-family: Arial, Helvetica, sans-serif; font-size: .72rem; letter-spacing: .15em; text-transform: uppercase; text-shadow: 0 2px 10px rgba(0,0,0,.8); }
.video-direct { margin: 12px 0 0; font-size: .9rem; }
@media (max-width: 800px) {

  .home-feature-layout { grid-template-columns: 1fr; gap: 42px; }
  .featured-cover { width: min(100%, 560px); }
  .utility-grid { grid-template-columns: 1fr; }
  .utility-card, .utility-card:first-child {
    min-height: 0;
    padding: 28px 0;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
  .utility-card:last-child { border-bottom: 0; }
  .utility-card p { min-height: 0; }
  .nav-inner { align-items: flex-start; flex-direction: column; padding: 18px 0; }
  .nav-links { justify-content: flex-start; gap: 14px 18px; }
  .hero { min-height: auto; padding: 90px 0 76px; }
  section, .page-section { padding: 76px 0; }
  .cover-layout, .split, .editorial-split, .section-heading-row { grid-template-columns: 1fr; gap: 42px; }
  .section-heading-row { margin-bottom: 36px; }
  .work-aside { position: static; }
  .collection-row { grid-template-columns: 54px 1fr; }
  .collection-row .themes { grid-column: 2; }
  .idea-grid, .theme-index { grid-template-columns: 1fr; }
  .idea-card, .idea-card:first-child { min-height: 0; padding: 28px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .idea-card:last-child { border-bottom: 0; }
  .idea-card h3 { margin-top: 22px; }
  .theme-card, .theme-card:nth-child(even) { padding: 28px 0 30px; border-left: 0; }
  .credits { grid-template-columns: 1fr; gap: 3px; }
  .credits dd { margin-bottom: 16px; }
}
@media (max-width: 500px) {
  .nav-mark { width: 185px; }
  .shell { width: min(calc(100% - 28px), var(--max)); }
  h1 { font-size: clamp(2.7rem, 16vw, 4.3rem); }
  .footer-nav { gap: 10px 16px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}


/* v5.2 homepage refinement */
.home-hero { min-height: 66vh; }
.home-hero .hero-copy { max-width: 760px; }
.home-feature-layout {
  display: grid;
  grid-template-columns: minmax(280px, .82fr) minmax(360px, 1.18fr);
  gap: 72px;
  align-items: center;
}
.featured-cover {
  display: block;
  border: 1px solid var(--line-strong);
  background: var(--ink-soft);
  overflow: hidden;
}
.featured-cover img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  transition: opacity .2s ease, transform .25s ease;
}
.featured-cover:hover img,
.featured-cover:focus-visible img {
  opacity: .9;
  transform: scale(1.015);
}
.home-feature-copy { max-width: 720px; }
.home-actions { margin-top: 34px; }
.primary-action {
  background: var(--paper);
  border-color: var(--paper);
  color: var(--ink);
}
.primary-action:hover {
  background: transparent;
  color: var(--paper);
}
.home-collection-intro .lede { margin-right: auto; margin-left: auto; }
.utility-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.utility-card {
  min-height: 230px;
  padding: 30px;
  border-right: 1px solid var(--line);
}
.utility-card:first-child { padding-left: 0; }
.utility-card:last-child { border-right: 0; }
.utility-card h3 {
  margin-bottom: 18px;
  font-size: clamp(1.7rem, 3vw, 2.4rem);
}
.utility-card p {
  min-height: 78px;
  color: var(--muted);
}
#about, #method, #contact, #liner-notes { scroll-margin-top: 92px; }


/* v5.3 canonical work page */
.content-note,
.rights-note,
.work-form {
  color: var(--muted);
  font-family: Arial, Helvetica, sans-serif;
}
.content-note {
  margin: 0 0 34px;
  padding: 14px 16px;
  border-left: 2px solid var(--line-strong);
  font-size: .82rem;
  line-height: 1.55;
}
.theme-entry {
  padding: 18px 0;
  border-top: 1px solid var(--line);
}
.theme-entry:last-child { border-bottom: 1px solid var(--line); }
.theme-entry .theme-pill { display: inline-block; }
.theme-entry p {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: .92rem;
}
.reference h3 a,
#worth-your-time h2 a {
  text-decoration-thickness: 1px;
  text-underline-offset: .17em;
}
.reference h3 a:hover,
#worth-your-time h2 a:hover { color: var(--muted); }
.work-form {
  margin: -8px 0 18px;
  font-size: .72rem;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.worth-copy { font-size: 1.12rem; }
.rights-note {
  margin: 34px 0 0;
  max-width: 850px;
  font-size: .88rem;
  line-height: 1.7;
}
.accessibility-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--line);
}
.accessibility-item {
  padding: 28px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.accessibility-item:nth-child(2n) { border-right: 0; }
.accessibility-item h3 { margin-bottom: 12px; }
.accessibility-item p { margin: 0; color: var(--muted); }
#watch, #lyrics, #liner-notes, #conversation, #worth-your-time,
#credits, #accessibility, #continue-reading { scroll-margin-top: 92px; }

@media (max-width: 800px) {
  .accessibility-grid { grid-template-columns: 1fr; }
  .accessibility-item,
  .accessibility-item:nth-child(2n) {
    padding: 24px 0;
    border-right: 0;
  }
}


/* v5.3.1 brand identity and source-link refinements */
.about-layout {
  display: grid;
  grid-template-columns: minmax(250px, 360px) minmax(0, 1fr);
  gap: clamp(36px, 7vw, 96px);
  align-items: start;
}
.about-portrait {
  width: 100%;
  margin: 0;
}
.about-portrait img {
  display: block;
  width: 100%;
  height: auto;
  max-height: none;
  aspect-ratio: auto;
  object-fit: contain;
  border-radius: 3px;
  border: 1px solid var(--line);
}
.about-copy { max-width: 760px; }
.reference-action-wrap { margin: 24px 0 0; }
.reference-action { font-size: .78rem; letter-spacing: .08em; text-transform: uppercase; }
.worth-action { margin-top: 30px; }
@media (max-width: 800px) {
  .about-layout { grid-template-columns: 1fr; gap: 34px; }
  .about-portrait {
    width: min(100%, 420px);
    max-width: 420px;
    margin-right: auto;
    margin-left: auto;
  }
  .about-portrait img {
    width: 100%;
    height: auto;
    max-height: none;
    aspect-ratio: auto;
    object-fit: contain;
  }
}


/* v5.5.1 mobile portrait correction
   Preserve the source image's natural 4:5 proportions in browsers that
   treat intrinsic image dimensions differently during responsive layout. */

/* v5.5.2 mobile portrait fix
   The site serves /assets with a one-year immutable cache. This rule is in a
   newly named stylesheet, and the portrait also has a new filename, so mobile
   browsers cannot reuse the earlier stretched layout. */
.about-portrait {
  aspect-ratio: 4 / 5;
  overflow: hidden;
}
.about-portrait img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  max-height: none !important;
  aspect-ratio: auto !important;
  object-fit: cover !important;
  object-position: center center;
}
@media (max-width: 800px) {
  .about-portrait {
    width: min(100%, 420px);
    max-width: 420px;
    aspect-ratio: 4 / 5;
    margin-inline: auto;
  }
  .about-portrait img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
  }
}


/* v5.9.1 canonical work-page parity correction */
.worth-section {
  margin-left: 0;
  margin-right: auto;
  text-align: left;
}
.worth-section .worth-action {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 12px;
}
