/* Frank La Rocca — ink, vellum, gilt, rubric */
:root {
  --nave: #15121c;        /* deep indigo-black, the church at night */
  --nave-2: #1e1928;      /* one step up for panels */
  --vellum: #ece3cf;      /* text on dark */
  --ash: #a199ad;         /* secondary on dark */
  --gold: #c9a656;        /* gilt */
  --gold-dim: rgba(201,166,86,.28);
  --rubric: #b7342c;      /* rubric red, one square at a time */
  --stone: #f1ece2;       /* light bands */
  --ink: #221d2b;         /* text on light */
  --ink-2: #5b5466;
  --hair: rgba(34,29,43,.14);
  --display: "Cormorant Garamond", "Times New Roman", serif;
  --body: "Alegreya", Georgia, serif;
  --measure: 66ch;
  --gutter: clamp(1.25rem, 5vw, 4rem);
  --wide: 76rem;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0; background: var(--nave); color: var(--vellum);
  font-family: var(--body); font-size: 1.125rem; line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }
a:hover { color: var(--gold); }
:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; }
h1, h2, h3 { font-family: var(--display); font-weight: 500; line-height: 1.05; margin: 0 0 .6em; letter-spacing: -.005em; }
h1 { font-size: clamp(2.6rem, 6vw, 4.4rem); }
h2 { font-size: clamp(1.9rem, 3.6vw, 2.7rem); }
h3 { font-size: 1.5rem; }
p { margin: 0 0 1.1em; max-width: var(--measure); }
em { font-style: italic; }
.wrap { max-width: var(--wide); margin: 0 auto; padding-left: var(--gutter); padding-right: var(--gutter); }

/* ---------- staff rule: the identity ---------- */
.staff { position: relative; height: 26px; margin: 0; }
.staff::before {
  content: ""; position: absolute; inset: 0;
  background: repeating-linear-gradient(to bottom, rgba(183,52,44,.42) 0 1px, transparent 1px 8px);
  background-size: 100% 25px; background-repeat: no-repeat; background-position: 0 1px;
}
.staff-neumes { position: absolute; top: -4px; left: 61.8%; height: 30px; width: auto; }
.staff.on-light::before { background: repeating-linear-gradient(to bottom, rgba(183,52,44,.35) 0 1px, transparent 1px 8px); background-size: 100% 25px; background-repeat: no-repeat; background-position: 0 1px; }

/* ---------- header ---------- */
.site-head { position: relative; z-index: 5; }
.site-head .wrap { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; padding-top: 1.35rem; padding-bottom: 1.35rem; }
.brand { display: inline-flex; align-items: center; gap: .8rem; text-decoration: none; color: var(--vellum); }
.brand svg { width: 100px; height: 42px; flex: none; }
.brand span { font-family: var(--display); font-size: 1.55rem; font-weight: 600; letter-spacing: .005em; line-height: 1; padding-top: .1em; white-space: nowrap; }
.brand:hover { color: var(--vellum); }
.site-nav { display: flex; gap: 1.4rem; align-items: center; }
.site-nav a { font-size: 1.02rem; text-decoration: none; color: var(--ash); padding: .55rem 0; border-bottom: 1px solid transparent; }
.site-nav a:hover { color: var(--vellum); }
.site-nav a[aria-current="page"] { color: var(--vellum); border-bottom-color: var(--gold); }
.menu-btn { display: none; background: none; border: 1px solid var(--gold-dim); color: var(--vellum); font: inherit; font-size: 1rem; padding: .45rem .9rem; border-radius: 2px; cursor: pointer; }
@media (max-width: 1000px) {
  .menu-btn { display: inline-block; }
  .brand svg { width: 76px; height: 32px; }
  .brand span { font-size: 1.3rem; }
  .site-nav {
    display: none; position: absolute; left: 0; right: 0; top: 100%;
    flex-direction: column; align-items: stretch; gap: 0;
    background: var(--nave-2); border-top: 1px solid var(--gold-dim); border-bottom: 1px solid var(--gold-dim);
    padding: .5rem var(--gutter) 1rem;
  }
  .site-nav.open { display: flex; }
  .site-nav a { font-size: 1.25rem; padding: .7rem 0; border-bottom: 1px solid rgba(201,166,86,.12); }
  .site-nav a[aria-current="page"] { border-bottom-color: rgba(201,166,86,.12); color: var(--gold); }
}

/* ---------- hero ---------- */
.hero { position: relative; overflow: hidden; }
.hero .wrap { position: relative; min-height: min(78vh, 720px); padding-top: clamp(2rem, 6vw, 5rem); display: flex; align-items: flex-end; }
.hero-copy { position: relative; z-index: 2; padding-bottom: clamp(3rem, 7vw, 5.5rem); max-width: 58%; }
.hero h1 {
  font-family: var(--display); font-style: italic; font-weight: 500;
  font-size: clamp(3.6rem, 10vw, 8rem); line-height: .92; letter-spacing: -.015em;
  margin: 0 0 .3em -.04em; color: var(--vellum); max-width: none;
}
.hero .role { font-family: var(--display); font-size: clamp(1.35rem, 2.3vw, 1.8rem); color: var(--gold); margin: 0 0 .5em; }
.hero .hero-line { font-family: var(--display); font-style: italic; font-size: clamp(1.1rem, 1.6vw, 1.35rem); line-height: 1.35; color: var(--vellum); max-width: none; margin: 0 0 1rem; white-space: nowrap; }
@media (max-width: 560px) { .hero .hero-line { white-space: normal; } }
.hero .lede { color: var(--ash); font-size: 1.12rem; max-width: 46ch; margin-bottom: 1.8rem; }
.hero-portrait { position: absolute; top: 0; right: calc(-1 * var(--gutter)); bottom: 0; width: 52%; z-index: 1; background: var(--nave); isolation: isolate; overflow: hidden; }
.hero-portrait img {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 60% 10%;
  transform: none;
  filter: contrast(1.04) brightness(.9); mix-blend-mode: lighten;
}
.hero-portrait::before {
  content: ""; position: absolute; inset: 0; pointer-events: none; z-index: 1;
  background:
    linear-gradient(to right, var(--nave) 0, rgba(21,18,28,.96) 10%, rgba(21,18,28,.8) 22%, rgba(21,18,28,.45) 38%, rgba(21,18,28,.15) 52%, rgba(21,18,28,0) 64%),
    linear-gradient(to bottom, var(--nave) 0, rgba(21,18,28,.7) 8%, rgba(21,18,28,0) 26%),
    linear-gradient(to top, var(--nave) 0, rgba(21,18,28,.85) 14%, rgba(21,18,28,0) 46%);
}
.hero-portrait::after {
  content: ""; position: absolute; inset: 0; pointer-events: none; z-index: 2;
  background: linear-gradient(to top left, rgba(201,166,86,.22), rgba(21,18,28,0) 55%);
  mix-blend-mode: soft-light;
}
.hero .staff { position: absolute; left: 0; right: 0; bottom: 6px; z-index: 3; }
@media (max-width: 880px) {
  .hero .wrap { min-height: 0; padding-top: 0; flex-direction: column; align-items: stretch; }
  .hero-portrait picture { display: contents; }
  .hero-copy { max-width: none; padding-top: .5rem; padding-bottom: 3rem; }
  .hero-portrait { position: relative; order: -1; top: auto; right: auto; bottom: auto; width: auto; aspect-ratio: 1 / 1.02; margin: 0 calc(-1 * var(--gutter)) -2.5rem; }
  .hero-portrait img { object-position: 50% 0; }
  .hero-portrait::before { background: linear-gradient(to top, var(--nave) 0, rgba(21,18,28,.85) 12%, rgba(21,18,28,0) 55%); }
}

/* ---------- buttons ---------- */
.actions { display: flex; flex-wrap: wrap; gap: .8rem; }
.btn {
  display: inline-block; font-family: var(--body); font-size: 1rem; text-decoration: none; cursor: pointer;
  padding: .7rem 1.25rem; border-radius: 2px; border: 1px solid var(--gold); line-height: 1.2;
  color: var(--gold); background: transparent;
}
.btn.primary { background: var(--gold); color: var(--nave); }
.btn.primary:hover { background: #d6b46a; color: var(--nave); }
.btn:hover { color: var(--vellum); border-color: var(--vellum); }
.btn[aria-expanded="true"] { background: transparent; color: var(--vellum); border-color: var(--vellum); }

/* ---------- inline player ---------- */
.player { display: none; background: var(--nave-2); border-bottom: 1px solid var(--gold-dim); }
.player.open { display: block; }
.player .wrap { padding-top: 1.5rem; padding-bottom: 1.5rem; display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 1rem 2rem; align-items: start; }
.player .embed { margin: 0; }
.player .meta { font-size: 1rem; color: var(--ash); max-width: 34ch; }
.player .meta p { margin: 0 0 1rem; font-size: .98rem; }
.player .actions .btn { font-size: .92rem; padding: .55rem .9rem; }
.player .meta strong { font-family: var(--display); font-weight: 500; font-size: 1.35rem; color: var(--vellum); display: block; margin-bottom: .2rem; }
@media (max-width: 880px) { .player .wrap { grid-template-columns: 1fr; } }
.embed { margin: 2rem 0; aspect-ratio: 16 / 9; background: #000; border-radius: 2px; overflow: hidden; max-width: 48rem; }
.embed iframe { width: 100%; height: 100%; border: 0; display: block; }

/* ---------- sections ---------- */
.band { padding: clamp(3rem, 7vw, 5.5rem) 0; }
.band.light { background: var(--stone); color: var(--ink); }
.band.light.pull { position: relative; overflow: hidden; }
.band.light.pull::before { content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .55;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='48' height='48' viewBox='0 0 48 48'><path d='M24 6l18 18-18 18L6 24z' fill='none' stroke='%238a6d2f' stroke-opacity='.14' stroke-width='1'/><path d='M24 20l4 4-4 4-4-4z' fill='%238a6d2f' fill-opacity='.12'/></svg>");
  background-size: 48px 48px;
  -webkit-mask-image: radial-gradient(ellipse at center, #000 30%, transparent 85%); mask-image: radial-gradient(ellipse at center, #000 30%, transparent 85%); }
.band.light.pull .wrap { position: relative; }
.band.light a:hover { color: var(--rubric); }
.band-head { display: flex; align-items: baseline; justify-content: space-between; gap: 1rem 2rem; margin-bottom: 2rem; flex-wrap: wrap; }
.band-head h2 { margin: 0; }
.band-head .more { font-size: 1.02rem; text-decoration: none; color: var(--ash); border-bottom: 1px solid var(--gold-dim); display: inline-block; padding: .3rem 0; }
.band.light .band-head .more { color: var(--ink-2); border-bottom-color: rgba(138,109,47,.4); }

/* quote band */
.pull { text-align: center; }
.pull blockquote { margin: 0 auto; max-width: 42ch; border: 0; padding: 0; }
.pull blockquote p { font-family: var(--display); font-style: italic; font-size: clamp(1.9rem, 4.2vw, 3.1rem); line-height: 1.18; color: var(--ink); margin: 0 auto .6em; max-width: none; }
.pull cite { font-style: normal; color: var(--ink-2); font-size: 1.02rem; }

/* selected works */
.works-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 0 3rem; }
.works-grid li { list-style: none; padding: 1.1rem 0; border-top: 1px solid var(--gold-dim); display: grid; grid-template-columns: minmax(0,1fr) auto; gap: .2rem 1.5rem; align-items: baseline; }
.works-grid ul { margin: 0; padding: 0; }
.works-grid .title { font-family: var(--display); font-size: 1.55rem; font-weight: 500; text-decoration: none; line-height: 1.15; }
.works-grid .title:hover { color: var(--gold); }
.works-grid .forces { grid-column: 1; color: var(--ash); font-size: .98rem; }
.works-grid .links { grid-column: 2; grid-row: 1 / span 2; display: flex; gap: .9rem; font-size: .95rem; }
.works-grid .links a { color: var(--ash); text-decoration: none; border-bottom: 1px solid var(--gold-dim); }
.works-grid .links a:hover { color: var(--gold); }
@media (max-width: 720px) { .works-grid { grid-template-columns: 1fr; } }

/* recordings */
.albums { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 2.5rem 3rem; }
.album { display: grid; grid-template-columns: minmax(120px, 190px) minmax(0,1fr); gap: 1.5rem; align-items: start; }
.album img { border-radius: 2px; box-shadow: 0 10px 30px rgba(0,0,0,.35); }
.album h3 { margin: 0 0 .3em; font-size: 1.65rem; }
.album .label { color: var(--ash); font-size: .95rem; margin-bottom: .5rem; }
.band.light .album .label { color: var(--ink-2); }
.album p { font-size: 1.02rem; margin-bottom: .6em; }
.album .links a { font-size: .98rem; margin-right: 1rem; }
@media (max-width: 720px) { .albums { grid-template-columns: 1fr; } .album { grid-template-columns: minmax(100px, 140px) 1fr; gap: 1.1rem; } }

/* dates + news two-up */
.two-up { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 3rem 4rem; }
@media (max-width: 720px) { .two-up { grid-template-columns: 1fr; } }
.dates { list-style: none; margin: 0; padding: 0; }
.dates li { display: grid; grid-template-columns: 7.5rem minmax(0,1fr); gap: 1rem; padding: .85rem 0; border-top: 1px solid var(--gold-dim); }
.dates .when { color: var(--gold); font-size: 1rem; line-height: 1.5; }
.dates .what { font-family: var(--display); font-size: 1.35rem; line-height: 1.15; }
.dates .where { color: var(--ash); font-size: .98rem; margin: .15rem 0 0; }
.band.light .dates li { border-top-color: var(--hair); }
.band.light .dates .when { color: var(--rubric); }
.band.light .dates .where { color: var(--ink-2); }
.dates.past .when { color: var(--ash); }

/* ---------- interior pages ---------- */
.page { padding: clamp(2rem, 5vw, 4rem) 0 clamp(4rem, 8vw, 6rem); }
.page > .wrap > h1 { margin-bottom: .5em; }
.kicker { color: var(--gold); font-family: var(--display); font-size: 1.3rem; margin: 0 0 .4em; }
.catnav { display: flex; flex-wrap: wrap; gap: .4rem 1.4rem; margin: 0 0 2.5rem; padding: 0; list-style: none; }
.catnav a { color: var(--ash); text-decoration: none; border-bottom: 1px solid var(--gold-dim); font-size: 1rem; display: inline-block; padding: .35rem 0; }
.catnav a:hover { color: var(--gold); }
.section-title { font-family: var(--display); font-size: 1.9rem; margin: 2.5rem 0 .6rem; color: var(--gold); font-weight: 500; }
.program { list-style: none; margin: 0 0 1rem; padding: 0; max-width: 60rem; }
.program li { display: flex; align-items: baseline; gap: .75rem; padding: .6rem 0; border-top: 1px solid var(--gold-dim); }
.program .t { flex: 0 1 auto; font-family: var(--display); font-size: 1.4rem; line-height: 1.15; }
.program .t a { text-decoration: none; }
.program .leader { flex: 1 1 2rem; border-bottom: 1px dotted var(--gold-dim); transform: translateY(-.35em); }
.program .f { flex: 0 0 auto; font-size: .98rem; color: var(--ash); text-align: right; max-width: 45%; }
@media (max-width: 640px) { .program li { flex-wrap: wrap; } .program .leader { display: none; } .program .f { flex-basis: 100%; text-align: left; max-width: 100%; } }
.work-links { display: flex; flex-wrap: wrap; gap: .7rem; margin: 1.4rem 0 .5rem; }
.work-links a { display: inline-block; font-size: 1rem; text-decoration: none; padding: .55rem 1rem; border: 1px solid var(--gold-dim); border-radius: 2px; color: var(--vellum); }
.work-links a:hover { border-color: var(--gold); color: var(--gold); }
.backlink { text-decoration: none; color: var(--ash); font-size: 1rem; border-bottom: 1px solid var(--gold-dim); }
.attr { color: var(--ash); font-size: 1rem; }
blockquote { margin: 0 0 2rem; padding: 0 0 0 1.25rem; border-left: 2px solid var(--gold); max-width: var(--measure); }
blockquote p { font-size: 1.15rem; }
blockquote .attr { font-style: normal; }
.portrait { float: right; width: min(34%, 340px); margin: .4rem 0 1.5rem 2.5rem; border-radius: 2px; filter: saturate(.85); }
@media (max-width: 640px) { .portrait { float: none; width: 100%; max-width: 360px; margin: 0 0 1.5rem; } }
.note { color: var(--ash); font-size: 1rem; }
.news-list article { padding: 1.2rem 0; border-top: 1px solid var(--gold-dim); max-width: 60rem; }
.news-list h3 { margin: 0 0 .25em; }
.news-list h3 a { text-decoration: none; }
.news-list time { color: var(--ash); font-size: .98rem; }
.post img { margin: 1.5rem 0; max-width: min(640px, 100%); border-radius: 2px; }
.post h1 + em, .post h1 + p em:first-child { color: var(--ash); }

/* ---------- footer ---------- */
.foot-staff { margin-top: 2rem; }
.site-foot { padding: 2.75rem 0 2rem; color: var(--ash); font-size: .98rem; text-align: center; }
.site-foot .wrap { display: flex; flex-direction: column; align-items: center; }
.foot-brand { display: flex; flex-direction: column; align-items: center; text-decoration: none; color: var(--vellum); margin-bottom: 1.6rem; }
.foot-brand svg { width: 258px; height: 80px; margin-bottom: 0; max-width: 80vw; }
.foot-name { font-family: var(--display); font-size: 2.2rem; font-weight: 500; line-height: 1; letter-spacing: .005em; margin-top: .2rem; }
.foot-rule { display: block; width: 258px; max-width: 80vw; height: 1px; margin: .8rem auto .8rem; background: linear-gradient(90deg, transparent, var(--gold-dim) 15%, var(--gold-dim) 85%, transparent); position: relative; }
.foot-rule::after { content: ""; position: absolute; left: 50%; top: 50%; width: 6px; height: 6px; background: var(--gold); transform: translate(-50%, -50%) rotate(45deg); }
.foot-role { font-family: var(--body); font-size: .74rem; color: var(--gold); letter-spacing: .28em; text-transform: uppercase; }
.foot-brand:hover { color: var(--vellum); }
.site-foot nav { display: flex; flex-wrap: wrap; justify-content: center; gap: .1rem 1.4rem; margin-bottom: 1rem; }
.site-foot nav a { text-decoration: none; color: var(--ash); font-size: 1rem; padding: .4rem .1rem; display: inline-block; }
.site-foot nav a:hover { color: var(--gold); }
.foot-inst { max-width: 46ch; margin: 0 auto 1.2rem; font-size: .92rem; }
.foot-small { margin: 0 0 .35em; font-size: .9rem; max-width: none; }
.colophon a { text-decoration: none; border-bottom: 1px solid var(--gold-dim); }
.colophon a:hover { color: var(--gold); }

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } * { transition: none !important; } }
.albums.stack { grid-template-columns: 1fr; max-width: 60rem; }
.albums.stack .album { grid-template-columns: minmax(140px, 220px) minmax(0,1fr); }
.album h2 { font-size: 1.9rem; margin: 0 0 .2em; }

/* ---------- cards (works) ---------- */
.filters { display: flex; flex-wrap: wrap; gap: .5rem; margin: 0 0 2rem; }
.filter { font: inherit; font-size: .98rem; color: var(--ash); background: transparent; border: 1px solid var(--gold-dim); border-radius: 999px; padding: .4rem 1rem; cursor: pointer; }
.filter:hover { color: var(--vellum); border-color: var(--gold); }
.filter.is-on { color: var(--nave); background: var(--gold); border-color: var(--gold); }
.cards { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 2rem 1.5rem; }
.cards.three { grid-template-columns: repeat(3, minmax(0,1fr)); gap: 2rem; }
.card { display: block; text-decoration: none; color: inherit; }
.card[hidden] { display: none; }
.card-art { display: block; aspect-ratio: 4 / 3; overflow: hidden; border-radius: 2px; background: var(--nave-2); margin-bottom: .8rem; position: relative; }
.card-art img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.75) contrast(1.02); transition: transform .4s ease; }
.card:hover .card-art img { transform: scale(1.03); }
.card-art.type {
  display: flex; align-items: flex-end; padding: 1rem;
  background-color: var(--nave-2);
  background-image: repeating-linear-gradient(to bottom, var(--gold-dim) 0 1px, transparent 1px 9px);
  background-size: 100% 37px; background-repeat: no-repeat; background-position: 0 28%;
}
.card-art.type span { font-family: var(--display); font-style: italic; font-size: 1.6rem; line-height: 1.05; color: var(--gold); }
.card-title { display: block; font-family: var(--display); font-size: 1.45rem; line-height: 1.15; }
.card:hover .card-title { color: var(--gold); }
.card-meta { display: block; color: var(--ash); font-size: .95rem; margin-top: .15rem; }
.cards.three .card-art { aspect-ratio: 16 / 10; }
.cards.three .card-title { font-size: 1.7rem; }
@media (max-width: 720px) { .cards.three { grid-template-columns: 1fr; } .cards { grid-template-columns: repeat(2, minmax(0,1fr)); gap: 1.5rem 1rem; } .card-title { font-size: 1.2rem; } }

/* press strip */
.press-strip { list-style: none; margin: 3rem auto 0; padding: 2.5rem 0 .5rem; border-top: 1px solid var(--hair); display: flex; flex-wrap: wrap; justify-content: center; gap: 2rem 2.2rem; max-width: 66rem; }
.press-strip.continued { margin-top: 0; padding-top: 0; border-top: 0; }
.press-strip li { font-family: var(--display); font-size: 1.25rem; color: var(--ink-2); letter-spacing: .01em; display: flex; align-items: center; }
.press-strip img { height: 36px; width: auto; max-width: 250px; filter: brightness(0) opacity(var(--fade, .7)); transition: filter .2s, opacity .2s; }
.press-strip li:hover img { --fade: 1; }

/* bio archive photo */
.archive { margin: 3rem 0 0; max-width: 300px; clear: both; }
.archive img { border-radius: 2px; filter: grayscale(1); }
.archive figcaption { color: var(--ash); font-size: .92rem; margin-top: .5rem; }

/* press reveal */
.more-review summary { cursor: pointer; color: var(--ash); font-size: 1rem; list-style: none; border-bottom: 1px solid var(--gold-dim); display: inline; }
.more-review summary::-webkit-details-marker { display: none; }
.more-review[open] summary { color: var(--gold); }
.review-body { margin-top: 1.2rem; }
.review-body p { font-size: 1.05rem; color: var(--ash); }

/* socials */
.socials { list-style: none; margin: 0 0 1.2rem; padding: 0; display: flex; gap: 1rem; justify-content: center; }
.socials a { display: inline-flex; width: 26px; height: 26px; padding: 6px; box-sizing: content-box; color: var(--ash); }
.socials a:hover { color: var(--gold); }
.socials svg { width: 100%; height: 100%; }

/* affiliations */
.affil-strip { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(auto-fill, minmax(190px, 1fr)); gap: 1.2rem 2rem; }
.affil-strip li a { text-decoration: none; display: block; }
.affil-strip img { height: 34px; width: auto; max-width: 200px; filter: grayscale(1) contrast(1.1) opacity(var(--fade, .65)); margin-bottom: .3rem; transition: filter .2s, opacity .2s; }
.affil-name { display: block; font-family: var(--display); font-size: 1.35rem; line-height: 1.15; color: var(--ink); }
.affil-role { display: block; font-size: .9rem; color: var(--ink-2); margin-top: .15rem; }
.affil-strip li a:hover .affil-name { color: var(--rubric); }
.affil-strip li a:hover img { --fade: 1; }

/* forms */
.form label { display: block; margin-bottom: 1rem; font-size: .98rem; color: var(--ash); }
.form input, .form textarea { display: block; width: 100%; margin-top: .35rem; font: inherit; font-size: 1.05rem; color: var(--vellum); background: var(--nave-2); border: 1px solid var(--gold-dim); border-radius: 2px; padding: .6rem .75rem; }
.form input:focus, .form textarea:focus { outline: none; border-color: var(--gold); }
.form button { margin-top: .4rem; }
.form .sent { margin-top: 1rem; color: var(--gold); }
.cover-blank { aspect-ratio: 1; background: var(--nave-2); border-radius: 2px; background-image: repeating-linear-gradient(to bottom, var(--gold-dim) 0 1px, transparent 1px 9px); background-size: 100% 37px; background-repeat: no-repeat; background-position: 0 40%; }
.band.light .cover-blank { background-color: #e6dfd0; }
.embed.tall { aspect-ratio: auto; height: 460px; }
.album .links a { text-decoration: none; border-bottom: 1px solid var(--gold-dim); }

/* watch band */
.band.watch { padding-top: clamp(2.5rem, 5vw, 4rem); }
.watch-grid { display: grid; grid-template-columns: minmax(0, 3fr) minmax(0, 2fr); gap: 2rem 3rem; align-items: start; }
.watch-main .embed { margin: 0; }
.watch-cap { margin: .8rem 0 0; color: var(--ash); font-size: .98rem; }
.watch-cap strong { display: block; font-family: var(--display); font-weight: 500; font-size: 1.35rem; color: var(--vellum); }
.watch-list { list-style: none; margin: 0; padding: 0; }
.watch-list li { border-top: 1px solid var(--gold-dim); }
.watch-list a { display: grid; grid-template-columns: 112px minmax(0,1fr); gap: 1rem; align-items: center; padding: .75rem 0; text-decoration: none; }
.watch-list img { width: 112px; height: 63px; object-fit: cover; border-radius: 2px; filter: saturate(.8); }
.watch-list span { font-size: .92rem; color: var(--ash); line-height: 1.3; }
.watch-list strong { display: block; font-family: var(--display); font-weight: 500; font-size: 1.15rem; color: var(--vellum); line-height: 1.15; margin-bottom: .1rem; }
.watch-list a:hover strong { color: var(--gold); }
@media (max-width: 880px) { .watch-grid { grid-template-columns: 1fr; } }

/* endorsements */
.quotes-two { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 2rem 4rem; margin: 3rem auto 0; max-width: 60rem; }
.quotes-two blockquote { margin: 0; text-align: left; border-left: 2px solid rgba(138,109,47,.5); padding-left: 1.2rem; max-width: none; }
.quotes-two blockquote p { font-family: var(--display); font-style: italic; font-size: 1.5rem; line-height: 1.25; text-align: left; margin: 0 0 .4em; }
.quotes-two cite { font-size: .95rem; }
@media (max-width: 720px) { .quotes-two { grid-template-columns: 1fr; } }
.endorse-list blockquote p:first-child { font-family: var(--display); font-style: italic; font-size: 1.4rem; line-height: 1.25; margin-bottom: .3em; }
.portrait.small { width: min(30%, 240px); margin-top: 0; }

/* feature photo band */
.feature { position: relative; min-height: 540px; display: grid; align-content: end; background: var(--nave); overflow: hidden; }
.feature-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 12%; }
.feature::before { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(to top, rgba(21,18,28,.96) 0, rgba(21,18,28,.6) 45%, rgba(21,18,28,.15) 100%); }
.feature .wrap { position: relative; z-index: 2; padding-top: 6rem; padding-bottom: 3.5rem; width: 100%; }
.feature-copy { max-width: 40rem; }
.feature-copy h2 { font-size: clamp(1.7rem, 3vw, 2.4rem); margin-bottom: .4em; }
.feature-copy p { color: var(--vellum); opacity: .9; }
.feature .credit { position: absolute; z-index: 2; right: var(--gutter); bottom: .6rem; margin: 0; font-size: .75rem; color: var(--ash); opacity: .8; max-width: 60%; text-align: right; }
@media (max-width: 720px) { .feature { min-height: 480px; } .feature-img { object-position: center 10%; } .feature::before { background: linear-gradient(to top, rgba(21,18,28,.97) 0, rgba(21,18,28,.85) 55%, rgba(21,18,28,.25) 100%); } .feature .wrap { padding-top: 10rem; padding-bottom: 2rem; } .feature .credit { position: relative; right: auto; bottom: auto; padding: 0 var(--gutter) 1rem; max-width: none; text-align: left; } }
.watch-one { max-width: 56rem; }
.watch-one .embed { margin: 0; }
.qmark { display: block; font-family: var(--display); font-size: 6rem; line-height: .6; color: rgba(183,52,44,.75); margin: 0 auto .1em; }
.work-hero { margin: 0 0 2rem; max-width: 60rem; }
.work-hero img { width: 100%; max-height: 360px; object-fit: cover; border-radius: 2px; }
.work-hero figcaption, .inline-photo figcaption { color: var(--ash); font-size: .85rem; margin-top: .5rem; }
.inline-photo { margin: 2rem 0; max-width: 60rem; }
.inline-photo img { border-radius: 2px; }
.foot-support { margin-bottom: 1.6rem; }

/* affiliation logo row (dark) */
.logo-row { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 2rem 2.5rem; }
.logo-row img { height: 44px; width: auto; max-width: 200px; filter: brightness(0) invert(1) opacity(var(--fade, .72)); transition: filter .2s, opacity .2s; }
.logo-row li:hover img { --fade: 1; }
.logo-row li:first-child img { height: 70px; max-width: 240px; }
.note.center { text-align: center; margin: 2rem auto 0; }
.site-foot { margin-top: 2rem; border-top: 1px solid var(--gold-dim); }
body.home .site-foot { margin-top: 0; }
@media (max-width: 720px) { .logo-row { gap: 1.5rem 2rem; } .logo-row img { height: 34px; max-width: 150px; } .logo-row li:first-child img { height: 56px; } }

.press-strip li.raw img { filter: grayscale(1) opacity(var(--fade, .8)); }
.logo-row li.raw img { filter: grayscale(1) opacity(var(--fade, .85)); }
.logo-row li.square img { height: 64px; }
.logo-row img[src*="lumen-verum"] { height: 60px; max-width: 140px; }
.logo-row li.wide img { max-width: 230px; height: auto; }

blockquote p + p:not(.attr) { font-size: 1.02rem; color: var(--ash); font-style: normal; }

.press-strip.on-dark { border-top: 0; margin: 0 0 2.5rem; padding: 0; justify-content: flex-start; gap: 1.4rem 1.7rem; }
.press-strip.on-dark li { color: var(--ash); font-size: 1.15rem; }
.press-strip.on-dark img { filter: brightness(0) invert(1) opacity(var(--fade, .7)); height: 34px; }
.press-strip.on-dark li.raw img { filter: grayscale(1) opacity(var(--fade, .85)); }
.press-strip li.small img { height: 22px; }
.press-strip li.tall img { height: 52px; }
.press-strip.on-dark li.raw img { filter: grayscale(1) brightness(1.1) opacity(var(--fade, .85)); }
.hero-credit { position: absolute; right: var(--gutter); bottom: 3.2rem; z-index: 3; margin: 0; font-size: .78rem; color: var(--ash); opacity: .8; }
@media (max-width: 880px) { .hero-credit { right: var(--gutter); bottom: .3rem; font-size: .72rem; } }
.foot-epigraph { font-family: var(--display); font-style: italic; font-size: 1.15rem; color: var(--vellum); max-width: 40ch; margin: 0 auto 2rem; }
.foot-epigraph span { font-style: normal; font-family: var(--body); font-size: .85rem; color: var(--ash); display: block; margin-top: .2rem; }
@media (max-width: 720px) {
  .press-strip { gap: 1.6rem 1.2rem; padding-top: 1.8rem; }
  .press-strip li { width: calc(50% - 1.2rem); font-size: 1.05rem; }
  .press-strip img { height: auto; max-height: 30px; max-width: 100%; width: auto; }
  .press-strip.on-dark { gap: 1.2rem 1.6rem; }
  .press-strip.on-dark li { width: auto; }
  .feature .credit { font-size: .72rem; opacity: .65; }
}

/* audit fixes */
@media (max-width: 720px) {
  .albums.stack .album { grid-template-columns: 1fr; }
  .albums.stack .album img, .albums.stack .cover-blank { max-width: 220px; }
  .dates li { grid-template-columns: 1fr; gap: .15rem; }
  .dates .when { font-size: .9rem; }
  .portrait.small { display: none; }
}
.press-strip img[src*="aleteia"] { height: 28px; }
.works-grid .links a, .album .links a, .dates a, .news-list h3 a { display: inline-block; padding: .25rem 0; }

/* affiliations grid on Biography */
.affil-grid { list-style: none; margin: 0 0 1rem; padding: 0; display: grid; grid-template-columns: repeat(auto-fill, minmax(190px, 1fr)); gap: 1.6rem 2rem; }
.affil-grid a { text-decoration: none; display: block; }
.affil-logo { display: flex; align-items: center; height: 56px; margin-bottom: .5rem; }
.affil-logo img { max-height: 44px; width: auto; max-width: 180px; filter: brightness(0) invert(1) opacity(var(--fade, .75)); transition: filter .2s, opacity .2s; }
.affil-logo.raw img { filter: none; opacity: var(--fade, .9); }
.affil-logo.square img { max-height: 56px; }
.affil-logo img[src*="bxvi"] { max-height: 48px; max-width: 100%; }
.affil-grid .affil-logo img { max-width: 100%; }
.affil-grid .affil-name { font-family: var(--display); font-size: 1.35rem; color: var(--vellum); }
.affil-grid .affil-role { display: block; font-size: .9rem; color: var(--ash); }
.affil-grid li:hover .affil-logo img { --fade: 1; }
.logo-row li.raw img { filter: none; opacity: var(--fade, .9); }

.lede-bio { font-family: var(--display); font-size: 1.5rem; line-height: 1.35; max-width: 34ch; margin-bottom: 1.5rem; }
.pub-list { list-style: none; margin: 0 0 1rem; padding: 0; max-width: 40rem; }
.pub-list li { padding: .7rem 0; border-top: 1px solid var(--gold-dim); font-family: var(--display); font-size: 1.35rem; }
.pub-list a { text-decoration: none; }
.press-strip img[src*="catholic-thing"] { height: 27px; }
.press-strip img[src*="dappled"], .press-strip img[src*="logo-arg"], .press-strip img[src*="wsj"] { height: 34px; }
.press-strip img[src*="new-yorker"] { height: 30px; }
.press-strip img[src*="catholic-arts-today"] { height: 28px; }
.press-strip img[src*="expedition"] { height: 24px; }
.press-strip img[src*="fanfare"] { height: 42px; }
.press-strip img[src*="first-things"] { height: 30px; }
.foot-hair { width: 100%; max-width: 60rem; height: 1px; background: var(--gold-dim); margin: 0 auto 1.2rem; }
.signin { color: var(--ash); text-decoration: none; opacity: .7; }
.signin:hover { opacity: 1; color: var(--gold); }
.epigraph-close { font-family: var(--display); font-style: italic; font-size: 1.35rem; line-height: 1.3; max-width: 34ch; margin: 3rem 0 0; clear: both; }
.epigraph-close span { display: block; font-family: var(--body); font-style: normal; font-size: .9rem; color: var(--ash); margin-top: .3rem; }
@media (max-width: 720px) { .site-foot nav { gap: 0 1.1rem; } .site-foot nav a { font-size: .95rem; padding: .3rem .1rem; } }
.logo-row li.mono img, .affil-logo.mono img { filter: grayscale(1) brightness(1.05) opacity(var(--fade, .8)); }
.site-foot nav .row { display: flex; justify-content: center; gap: 0 1.4rem; }
@media (max-width: 900px) { .site-foot nav { flex-direction: column; gap: .15rem; } .site-foot nav .row { gap: 0 1.3rem; } }
.pull cite a, .quotes-two cite a, blockquote .attr a { color: inherit; text-decoration: none; border-bottom: 1px solid var(--gold-dim); }
.pull cite a:hover, .quotes-two cite a:hover, blockquote .attr a:hover { color: var(--rubric); }
.press-strip.on-dark li:hover img { filter: brightness(0) invert(1) opacity(1); }
.press-strip.on-dark li.raw:hover img { filter: grayscale(1) brightness(1.15) opacity(1); }

/* posts: standard typesetting */
.post .wrap { max-width: 46rem; }
.post h1 { font-size: clamp(2.2rem, 5vw, 3.4rem); }
.post p { font-size: 1.12rem; line-height: 1.7; max-width: none; }
.post p strong { color: var(--gold); font-weight: 500; }
.post img { width: 100%; max-width: 100%; margin: 1.5rem 0 2rem; }
.post .note { margin-bottom: 1.5rem; }

/* writing list with logos */
.writing { list-style: none; margin: 0; padding: 0; max-width: 60rem; }
.writing li { display: grid; grid-template-columns: 4rem minmax(0,1fr) 190px; gap: 1rem 1.5rem; align-items: center; padding: .9rem 0; border-top: 1px solid var(--gold-dim); }
.writing .w-year { color: var(--gold); font-size: .95rem; }
.writing .w-body a { font-family: var(--display); font-size: 1.3rem; line-height: 1.15; text-decoration: none; display: block; }
.writing .w-body a:hover { color: var(--gold); }
.writing .w-outlet { display: block; color: var(--ash); font-size: .92rem; margin-top: .15rem; }
.writing .w-logo { display: flex; justify-content: flex-end; }
.writing .w-logo { width: 190px; }
.writing .w-logo img { max-height: 34px; height: auto; width: auto; max-width: 100%; object-fit: contain; filter: brightness(0) invert(1) opacity(var(--fade, .78)); }
.writing .w-logo img[src*="cism"] { max-height: 64px; filter: none; opacity: var(--fade, .8); }
.writing .w-logo img[src*="aleteia"] { max-height: 26px; }
.writing .w-logo.mono img { filter: brightness(0) invert(1) opacity(var(--fade, .75)); }
.writing .w-mark { font-family: var(--display); font-size: 1rem; letter-spacing: .02em; color: var(--ash); text-align: right; line-height: 1.2; max-width: 180px; }
.writing .w-logo.raw img { filter: grayscale(1) brightness(1.7) opacity(var(--fade, .9)); }
@media (max-width: 640px) { .writing li { grid-template-columns: 3.4rem minmax(0,1fr); } .writing .w-logo { grid-column: 2; justify-content: flex-start; } }

/* balanced rows: eleven affiliations as six and five, eight press as four and four */
.logo-row { max-width: 68rem; margin: 0 auto; }
.logo-row li { flex: 0 0 auto; display: flex; justify-content: center; align-items: center; }
.logo-row + .logo-row { margin-top: 2.2rem; }
.logo-row li a { display: flex; justify-content: center; align-items: center; width: 100%; }
@media (max-width: 900px) { .logo-row { gap: 1.6rem 1.2rem; } .logo-row + .logo-row { margin-top: 1.6rem; } .logo-row li { width: calc(33.333% - 1.2rem); } .logo-row li img { max-width: 100%; max-height: 40px; } .logo-row li.square img { height: 44px; } .logo-row li:first-child img { height: auto; } .logo-row li.wide img { max-width: 100%; } }
.affil-grid { display: flex; flex-wrap: wrap; justify-content: center; gap: 1.6rem 1.5rem; }
.affil-grid li { flex: 0 0 auto; width: calc(100% / 6 - 1.5rem); text-align: center; }
.affil-grid .affil-logo { justify-content: center; }
@media (max-width: 900px) { .affil-grid li { width: calc(100% / 3 - 1.5rem); } }
.press-strip li { flex: 0 0 auto; justify-content: center; }
.press-strip.on-dark li { width: auto; }
.center { margin-left: auto; margin-right: auto; text-align: center; }
figure.center { display: block; }
figure.center img { margin: 0 auto; }
.epigraph-close.center { max-width: 34ch; }
.band-lede { color: var(--ink-2); margin: -1rem 0 2rem; font-size: 1.02rem; }

/* motion: gentle reveal and lift */
.reveal { opacity: 0; transform: translateY(14px); transition: opacity .6s ease, transform .6s ease; }
.reveal.in { opacity: 1; transform: none; }
.card, .album { transition: transform .35s ease; }
.card:hover, .album:hover { transform: translateY(-3px); }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; transition: none; } .card:hover, .album:hover { transform: none; } }
.page-banner { margin: -1rem 0 2.5rem; }
.page-banner img { width: 100%; max-height: 340px; object-fit: cover; object-position: center 40%; border-radius: 2px; }
.page-banner figcaption { color: var(--ash); font-size: .85rem; margin-top: .5rem; text-align: right; }
@media (max-width: 720px) { .work-hero img { max-height: 300px; } .inline-photo img { max-height: none; width: 100%; height: auto; } }
.hero-epigraph { position: absolute; z-index: 3; left: 51%; top: 15%; transform: translateX(-50%); text-align: center; font-family: var(--display); font-style: italic; font-size: clamp(1.05rem, 1.6vw, 1.3rem); color: var(--gold); margin: 0; padding: 0; width: 28ch; text-wrap: initial; }
.hero-epigraph span { font-family: var(--body); font-style: normal; font-size: .72rem; letter-spacing: .18em; text-transform: uppercase; color: var(--ash); display: block; margin-top: .3rem; }
@media (max-width: 880px) { .hero-epigraph { position: relative; left: auto; top: auto; transform: none; width: auto; max-width: 40ch; margin: .2rem auto .6rem; padding: 0 var(--gutter); } }
.album[id], [id].section-title, .work-hero[id] { scroll-margin-top: 3rem; }
.soon { min-height: 60vh; display: grid; align-content: center; text-align: center; padding: 4rem 0; }
.soon .wrap { max-width: 44rem; }
.soon-mark { width: 240px; height: auto; margin: 0 auto 2rem; filter: brightness(0) invert(.92) opacity(.85); }
.soon h1 { font-size: clamp(2rem, 4vw, 3rem); }
.soon p { margin-left: auto; margin-right: auto; }
.reviews-page blockquote > p:first-child:not(.attr) { font-family: var(--display); font-style: italic; font-size: 1.4rem; line-height: 1.25; margin-bottom: .3em; color: var(--vellum); }
.reviews-page blockquote > p + p:not(.attr) { font-family: var(--body); font-style: normal; font-size: 1.02rem; color: var(--ash); }
.reviews-page blockquote .attr { font-size: 1rem; }
.form.perusal { max-width: 44rem; margin: 1.5rem 0 2.5rem; }
.two-up.tight { gap: 0 1.5rem; }
.form fieldset { border: 1px solid var(--gold-dim); border-radius: 2px; padding: .6rem 1rem .8rem; margin: 0 0 1rem; display: flex; flex-wrap: wrap; gap: .4rem 1.4rem; }
.form legend { color: var(--ash); font-size: .95rem; padding: 0 .4rem; }
.form label.check { display: inline-flex; align-items: center; gap: .45rem; margin: 0; color: var(--vellum); }
.form label.check input { width: auto; margin: 0; accent-color: var(--gold); }
.tracks { color: var(--ash); font-size: .92rem; line-height: 1.5; }
.form-thanks { padding: 1rem 1.25rem; border: 1px solid var(--gold); color: var(--vellum); font-size: 1.05rem; max-width: 44rem; }

/* small screens: even logo sizes */
@media (max-width: 720px) {
  .press-strip.on-dark { gap: 1.4rem 1rem; }
  .press-strip.on-dark li { width: calc(50% - 1rem); justify-content: center; }
  .press-strip.on-dark img { height: auto; max-height: 28px; max-width: 140px; }
  .press-strip.on-dark img[src*="new-yorker"], .press-strip.on-dark img[src*="dappled"], .press-strip.on-dark img[src*="expedition"], .press-strip.on-dark img[src*="logo-arg"], .press-strip.on-dark img[src*="aleteia"], .press-strip.on-dark img[src*="first-things"], .press-strip.on-dark img[src*="catholic-thing"], .press-strip.on-dark img[src*="wsj"] { max-height: 20px; }
  .press-strip.on-dark img[src*="liturgical"] { max-height: 44px; max-width: 150px; }
  .press-strip.on-dark img[src*="fanfare"], .press-strip.on-dark img[src*="ewtn"], .press-strip.on-dark img[src*="onepeterfive"] { max-height: 34px; }
  .affil-grid { gap: 1.4rem 1rem; }
  .affil-grid li { width: calc(33.333% - 1rem); }
  .affil-logo { height: 48px; }
  .affil-logo img { max-width: 100%; max-height: 40px; }
  .affil-logo.square img { max-height: 48px; }
  .affil-grid .affil-role { font-size: .78rem; line-height: 1.3; }
  .writing .w-logo img { max-height: 28px; max-width: 140px; }
}

/* balanced line breaks on short centered or captioned text */
.hero-epigraph, .pull cite, .watch-cap, .work-hero figcaption, .inline-photo figcaption, .page-banner figcaption, .band-lede, .epigraph-close, .foot-small, h1, h2, h3 { text-wrap: balance; }
.feature .credit { max-width: 34ch; }
.feature .credit span, .foot-inst span, .foot-inst a { display: block; }
.feature .credit { text-wrap: initial; max-width: none; }
.foot-inst { text-wrap: initial; max-width: none; }

/* cards, albums, logos on the light band */
.band.light .card-title { color: var(--ink); }
.band.light .card:hover .card-title { color: var(--rubric); }
.band.light .card-meta { color: var(--ink-2); }
.band.light .card-art { background: #e6dfd0; }
.band.light .card-art.type { background-color: #e6dfd0; background-image: repeating-linear-gradient(to bottom, rgba(138,109,47,.35) 0 1px, transparent 1px 9px); }
.band.light .card-art.type span { color: #8a6d2f; }
.band.light .band-head h2 { color: var(--ink); }
.band.light .logo-row img { filter: brightness(0) opacity(var(--fade, .72)); }
.band.light .logo-row li.raw img { filter: brightness(0) opacity(var(--fade, .72)); }
.band.light .logo-row li.mono img { filter: grayscale(1) opacity(var(--fade, .8)); }
.band:not(.light) .album .label { color: var(--ash); }
.band:not(.light) .album img { box-shadow: 0 10px 30px rgba(0,0,0,.5); }
.band:not(.light) .band-lede { color: var(--ash); }

/* light insets inside interior pages: full-bleed vellum bands */
.inset { background: var(--stone); color: var(--ink); margin: 3rem calc(50% - 50vw); padding: 2.5rem calc(50vw - 50%) 3rem; }
.inset .section-title { color: #8a6d2f; }
.inset .section-title:first-child { margin-top: 0; }
.inset .dates li { border-top-color: var(--hair); }
.inset .dates .when { color: var(--rubric); }
.inset .dates .where, .inset .note, .inset .kicker { color: var(--ink-2); }
.inset .dates.past .when { color: var(--ink-2); }
.inset a:hover { color: var(--rubric); }
.inset .affil-logo img { filter: brightness(0) opacity(var(--fade, .72)); }
.inset .affil-logo.raw img { filter: brightness(0) opacity(var(--fade, .72)); }
.inset .affil-logo.mono img { filter: grayscale(1) opacity(var(--fade, .8)); }
.inset .affil-grid .affil-name { color: var(--ink); }
.inset .affil-grid .affil-role { color: var(--ink-2); }
.inset blockquote p:first-child, .inset .endorse-list blockquote p:first-child { color: var(--ink); }
.inset blockquote { border-left-color: rgba(138,109,47,.5); }
.inset .attr { color: var(--ink-2); }
.inset .card-title { color: var(--ink); }
.inset .card:hover .card-title { color: var(--rubric); }
.inset .card-meta { color: var(--ink-2); }
.inset .card-art { background: #e6dfd0; }
.inset .card-art.type { background-color: #e6dfd0; background-image: repeating-linear-gradient(to bottom, rgba(138,109,47,.35) 0 1px, transparent 1px 9px); }
.inset .card-art.type span { color: #8a6d2f; }
.inset .watch-cap strong, .inset .watch-list strong { color: var(--ink); }
.inset .watch-cap, .inset .watch-list span { color: var(--ink-2); }
.inset .watch-list li { border-top-color: var(--hair); }
.inset .pub-list li { border-top-color: var(--hair); }
.inset .epigraph-close { color: var(--ink); }
.inset .epigraph-close span, .inset .archive figcaption { color: var(--ink-2); }
.inset .foot-hair { background: var(--hair); }
.inset figcaption { color: var(--ink-2); }
.band.light .dates li { border-top-color: var(--hair); }
.band.light .dates .when { color: var(--rubric); }
.band.light .dates .where, .band.light .dates .what a { color: var(--ink-2); }
.band.light .dates .what, .band.light .dates .what a { color: var(--ink); }
.band.light .dates a:hover { color: var(--rubric); }
.side-photo { float: right; width: min(34%, 340px); margin: 0 0 1.5rem 2.5rem; }
.side-photo img { width: 100%; height: auto; border-radius: 2px; }
.side-photo figcaption { color: var(--ash); font-size: .85rem; margin-top: .5rem; }
.inset { clear: both; }
@media (max-width: 720px) { .side-photo { float: none; width: 100%; max-width: 360px; margin: 0 0 1.5rem; } }
.page .wrap > .inset:last-child { margin-bottom: -4rem; padding-bottom: 3.5rem; }
.archive-pair { display: flex; gap: 2.5rem; justify-content: center; align-items: flex-start; flex-wrap: wrap; margin-top: 3rem; }
.archive-pair .archive { margin-top: 0; max-width: none; flex: 0 1 auto; }
.archive-pair .archive img { height: 440px; width: auto; max-width: 100%; display: block; }
.archive-pair .archive figcaption { max-width: none; width: 0; min-width: 100%; white-space: normal; }
@media (max-width: 720px) { .archive-pair .archive img { height: auto; width: 100%; } .archive-pair .archive { max-width: 360px; } }
.photo-panel { max-width: 56rem; margin: 3rem auto; padding: 1.25rem 1.25rem 1.1rem; background: var(--nave-2); text-align: center; }
.photo-panel img { width: 100%; margin: 0 auto; display: block; filter: brightness(1.06); }
.photo-panel figcaption { margin: .7rem 0 0; text-align: left; color: rgba(236,228,214,.78); }
.page-line { font-family: var(--display); font-style: italic; font-size: clamp(1.15rem, 1.7vw, 1.4rem); color: var(--vellum); margin: -.6rem 0 1.4rem; }
.page-line-cite { display: block; font-family: var(--body); font-style: normal; font-size: .85rem; letter-spacing: .06em; text-transform: uppercase; color: var(--ash); margin-top: .4rem; }
.page-line-cite em { text-transform: none; letter-spacing: 0; font-style: italic; font-size: 1rem; }

.endorse-portrait { float: right; width: 240px; margin: 0 0 1.5rem 2.5rem; shape-outside: margin-box; }
@media (max-width: 700px) { .endorse-portrait { float: none; width: 100%; max-width: 320px; margin: 0 0 1.5rem; } }
.affil-strip img[src*="cism"], .affil-logo img[src*="cism"] { filter: none; opacity: var(--fade, .8); max-height: 64px; height: 64px; }

/* Lumen Verum catalog */
.lv-head { min-height: 0; padding: 3.5rem 0 3rem; }
.lv-head .soon-mark { margin-bottom: 1.6rem; }
.lv-head h1 { margin-bottom: .2em; }
.lv-lede { font-family: var(--display); font-size: 1.35rem; color: var(--gold); margin: 0; }
.lv-catalog { padding-top: clamp(2.5rem, 5vw, 4rem); }
.lv-catalog .wrap { max-width: 62rem; }
.lv-group + .lv-group { margin-top: 3rem; }
.lv-group-title { font-family: var(--body, inherit); font-size: .82rem; letter-spacing: .18em; text-transform: uppercase; color: #8a6d2f; margin: 0 0 1rem; padding-bottom: .6rem; border-bottom: 1px solid rgba(138,109,47,.35); font-weight: 500; }
.lv-list { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(2, 1fr); gap: 0 3rem; }
.lv-list li { padding: 1rem 0; border-bottom: 1px solid rgba(34,29,43,.1); }
.lv-title { font-family: var(--display); font-size: 1.45rem; line-height: 1.15; }
.lv-title a { text-decoration: none; color: var(--ink); }
.lv-title a:hover { color: var(--rubric); }
.lv-forces { font-size: .95rem; color: var(--ink-2); margin-top: .25rem; }
.lv-links { display: flex; flex-wrap: wrap; gap: .2rem 1.1rem; margin-top: .55rem; font-size: .92rem; }
.lv-links a { text-decoration: none; color: var(--ink-2); border-bottom: 1px solid rgba(34,29,43,.25); padding-bottom: 1px; }
.lv-links a:hover { color: var(--rubric); border-bottom-color: var(--rubric); }
.lv-links .lv-req { color: #8a6d2f; border-bottom-color: rgba(138,109,47,.5); }
.lv-order { text-align: center; }
.lv-order-inner { max-width: 40rem; margin: 0 auto; }
.lv-order .section-title { margin-top: 0; }
.lv-order .btn { margin-top: .6rem; }
.lv-order .note { margin-top: 1.6rem; color: var(--ash); font-size: .95rem; }
@media (max-width: 720px) { .lv-list { grid-template-columns: 1fr; } }

/* Lumen Verum license stamper */
.lic { max-width: 46rem; }
.lic-drop { border: 1px dashed var(--gold-dim); border-radius: 2px; padding: 2.2rem 1rem; text-align: center; color: var(--ash); cursor: pointer; margin: 1.5rem 0; transition: border-color .2s, color .2s; }
.lic-drop:hover, .lic-drop.over, .lic-drop:focus-visible { border-color: var(--gold); color: var(--vellum); }
.lic-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem 1.5rem; }
.lic-grid label { display: block; font-size: .9rem; color: var(--ash); }
.lic-grid label:first-child { grid-column: 1 / -1; }
.lic-grid input:not([type=checkbox]) { display: block; width: 100%; margin-top: .3rem; font: inherit; font-size: 1.05rem; color: var(--vellum); background: var(--nave-2); border: 1px solid var(--gold-dim); border-radius: 2px; padding: .55rem .7rem; box-sizing: border-box; }
.lic-grid input:focus { outline: none; border-color: var(--gold); }
.lic-check { grid-column: 1 / -1; display: flex !important; align-items: center; gap: .6rem; margin-top: .4rem; }
.lic-preview { font-family: var(--display); font-style: italic; color: var(--gold); margin: 1.4rem 0 .6rem; min-height: 1.4em; }
.lic-actions { display: flex; flex-wrap: wrap; align-items: center; gap: .8rem 1rem; }
.lic-actions .btn[disabled] { opacity: .45; cursor: default; }
.lic-table-wrap { overflow-x: auto; }
.lic-table { width: 100%; border-collapse: collapse; font-size: .92rem; margin-top: .5rem; }
.lic-table th, .lic-table td { text-align: left; padding: .5rem .6rem; border-bottom: 1px solid rgba(255,255,255,.08); white-space: nowrap; }
.lic-table th { color: var(--ash); font-weight: 500; font-size: .8rem; letter-spacing: .08em; text-transform: uppercase; }
@media (max-width: 600px) { .lic-grid { grid-template-columns: 1fr; } }

/* Mobile: link to switch to the desktop layout */
.view-toggle { display: none; font: inherit; color: inherit; background: none; border: 0; padding: 0; text-decoration: underline; text-underline-offset: .15em; cursor: pointer; }
.view-toggle-sep { display: none; }
@media (max-width: 880px), (pointer: coarse) { .view-toggle, .view-toggle-sep { display: inline; } }
.force-desktop .view-toggle, .force-desktop .view-toggle-sep { display: inline; }

.writing .w-logo img { transition: filter .2s, opacity .2s; }
.writing li:hover .w-logo img, .writing a:hover .w-logo img { --fade: 1; }

