/* ============================================================
   Mike Baker HQ — Human First
   Page structure is inline-styled, ported verbatim from the
   Claude Design build. This file only supplies what inline
   styles can't: hover states, Ghost-rendered post body styling,
   and the drop cap.
   ============================================================ */

:root {
  --cream:#f7f1e6; --cream-warm:#fdf6ea; --cream-surface:#f2ebdd;
  --ink:#1c1a18;   --body:#4a443e;  --muted:#8f8477; --muted-deep:#6b6259;
  --rule:#c4b8a9;  --red:#c1201a;   --red-dark:#8f130f;
  --clay:#a35a3a;  --ember:#e8825c; --blush:#f6d6cd;
  /* Ghost's Admin font setting overrides; the book-cover pairing is the default. */
  --font-display:var(--gh-font-heading,'Archivo',system-ui,-apple-system,sans-serif);
  --font-serif:var(--gh-font-body,'Newsreader',Georgia,'Times New Roman',serif);
}

*,*::before,*::after{box-sizing:border-box}
html{-webkit-text-size-adjust:100%}
body{
  margin:0; background:var(--cream); color:var(--body);
  font-family:var(--font-serif);
  -webkit-font-smoothing:antialiased; -moz-osx-font-smoothing:grayscale;
}
img,svg,video{display:block;max-width:100%}
a{color:var(--red);text-decoration:none}
h1,h2,h3,h4,h5,h6{font-family:var(--font-display);color:var(--ink)}

::selection{background:var(--blush);color:var(--ink)}
:focus-visible{outline:2px solid var(--red);outline-offset:3px}

.skip{position:absolute;left:-9999px;background:var(--ink);color:var(--cream);
  padding:12px 20px;font-family:var(--font-display);font-size:13px;font-weight:600;z-index:999}
.skip:focus{left:12px;top:12px}

.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;
  overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}

/* ── hover states (the Design build faked these with style-hover) ── */
header nav a:hover,
footer a:hover              { color:var(--red) !important; }
header nav a[data-portal]:hover { background:var(--red) !important; color:var(--cream) !important; }
a[href] h3                  { transition:color .12s ease; }
a[href]:hover h3            { color:var(--red); }

/* ============================================================
   Post + page body — what Ghost's editor renders into
   ============================================================ */

.post-body,
.page-body{
  max-width:728px; margin:0 auto;
  padding:clamp(40px,5.4vw,72px) 24px 0;
  font-size:clamp(17.5px,1.5vw,20.5px);
  line-height:1.74; color:#2c2621; text-wrap:pretty;
}
.page-body{max-width:1240px;padding-inline:32px}

.post-body > p{margin:0 0 clamp(21px,2.5vw,29px)}

/* drop cap on the opening paragraph — matches the Design essay page */
.post-body > p:first-of-type::first-letter{
  float:left; font-size:clamp(58px,7.2vw,92px); line-height:0.76;
  font-weight:300; color:var(--red); padding:9px 14px 0 0;
}

.post-body h2,.page-body h2{
  margin:clamp(34px,4vw,52px) 0 clamp(10px,1.2vw,16px);
  font-family:var(--font-display); font-size:clamp(22px,2.4vw,28px);
  font-weight:800; letter-spacing:-0.015em; color:var(--ink); line-height:1.16;
}
.post-body h3,.page-body h3{
  margin:clamp(28px,3.2vw,42px) 0 clamp(8px,1vw,14px);
  font-family:var(--font-display); font-size:clamp(19px,2vw,23px);
  font-weight:800; letter-spacing:-0.01em; color:var(--ink); line-height:1.2;
}
.post-body h4,.page-body h4{
  margin:clamp(24px,2.8vw,34px) 0 8px;
  font-family:var(--font-serif); font-style:italic; font-weight:400;
  font-size:clamp(18px,1.9vw,22px); color:var(--body); line-height:1.5;
}

.post-body a,.page-body a{
  color:var(--red); text-decoration:underline;
  text-underline-offset:3px; text-decoration-thickness:1px;
}
.post-body a:hover,.page-body a:hover{color:var(--red-dark)}

.post-body blockquote,.page-body blockquote{
  margin:clamp(28px,3.2vw,40px) 0; padding:0 0 0 26px;
  border-left:3px solid var(--red);
  font-style:italic; color:var(--ink);
}

.post-body ul,.post-body ol,.page-body ul,.page-body ol{padding-left:1.15em;margin:0 0 1.2em}
.post-body li,.page-body li{margin-bottom:.5em}

.post-body hr,.page-body hr{
  height:2px;border:0;background:var(--rule);margin:clamp(34px,4vw,52px) 0;
}

.post-body figure,.page-body figure{margin:clamp(30px,3.6vw,46px) 0}
.post-body figcaption,.page-body figcaption{
  margin-top:12px; font-family:var(--font-display); font-size:12.5px;
  line-height:1.6; color:var(--muted); text-align:center;
}

.post-body img,.page-body img{width:100%;height:auto}

.post-body iframe,.page-body iframe{
  width:100%; max-width:100%; border:0; margin:clamp(26px,3vw,38px) 0;
}

.post-body code,.page-body code{
  font-size:.9em;background:var(--cream-surface);padding:2px 6px;
}

/* Ghost editor card widths */
.kg-width-wide{max-width:1040px;margin-inline:auto}
.kg-width-full{max-width:100%}
.kg-card{margin:clamp(26px,3vw,38px) 0}

/* bookmark / embed cards inherit the square-corner system */
.kg-bookmark-container{border:1px solid var(--rule);border-radius:0;text-decoration:none}

@media (prefers-reduced-motion:reduce){
  *,*::before,*::after{animation-duration:.01ms!important;transition-duration:.01ms!important}
}

/* ============================================================
   Essay list rows — thumbnails are contained, never cropped,
   because the feature images are a mix of portrait book covers,
   square artwork and landscape photos.
   ============================================================ */

.essay-row{
  display:grid;
  grid-template-columns:132px minmax(0,1fr);
  gap:clamp(20px,2.4vw,30px);
  align-items:start;
}
.essay-row:not(:has(.essay-thumb)){ grid-template-columns:1fr; }

.essay-thumb{
  display:grid; place-items:center;
  height:170px;                 /* fixed box = no layout shift while covers load */
  background:var(--cream-surface);
  border:1px solid var(--rule);
  padding:8px;
}
.essay-thumb img{
  display:block;
  width:100%;
  height:100%;
  max-height:100%;
  object-fit:contain;   /* show the whole cover / artwork, never crop */
}

.essay-text{ display:flex; flex-direction:column; gap:12px; min-width:0; }

.essay-meta{
  font-family:var(--font-display); font-size:10.5px; font-weight:700;
  letter-spacing:0.18em; text-transform:uppercase; color:var(--red);
}
.essay-title{
  margin:0; font-family:var(--font-serif); font-weight:400;
  font-size:clamp(24px,2.9vw,34px); line-height:1.12;
  letter-spacing:-0.018em; text-wrap:pretty;
}
.essay-title a{ color:var(--ink); text-decoration:none; }
.essay-title a:hover{ color:var(--red); }

.essay-excerpt{
  margin:0; font-size:17.5px; line-height:1.66;
  color:var(--body); text-wrap:pretty;
}
.essay-more{
  font-family:var(--font-display); font-size:13px; font-weight:600;
  letter-spacing:0.02em; color:var(--red); text-decoration:none;
}
.essay-more:hover{ color:var(--red-dark); }

@media (max-width:600px){
  .essay-row{ grid-template-columns:96px minmax(0,1fr); gap:16px; }
  .essay-thumb img{ max-height:120px; }
}

/* — lead essay: big image, natural ratio, capped height so tall
     book covers don't take over the page — */
.essay-lead{ display:flex; flex-direction:column; gap:24px; }

.essay-lead-img{
  display:grid; place-items:center;
  aspect-ratio:3/2;             /* reserves the space before the image arrives */
  background:var(--cream-surface);
  border:1px solid var(--rule);
  padding:10px;
}
.essay-lead-img img{
  display:block; width:100%; height:100%;
  max-height:100%; object-fit:contain;
}

.essay-title--lead{ font-size:clamp(30px,4vw,46px); line-height:1.06; }
.essay-excerpt--lead{ font-size:19px; }

@media (max-width:600px){
  .essay-lead-img img{ max-height:380px; }
}

/* — Spotify embeds ship with a fixed height that doesn't match what the
     player actually renders, leaving dead space inside the bordered box.
     Pin each embed type to its real height. — */
.page-body iframe[src*="open.spotify.com/embed/show/"],
.post-body iframe[src*="open.spotify.com/embed/show/"],
.page-body iframe[src*="open.spotify.com/embed/episode/"],
.post-body iframe[src*="open.spotify.com/embed/episode/"]{
  height:152px !important;
}
.page-body iframe[src*="open.spotify.com/embed/artist/"],
.page-body iframe[src*="open.spotify.com/embed/album/"],
.page-body iframe[src*="open.spotify.com/embed/playlist/"]{
  height:352px !important;
}

/* ---------------------------------------------------------------
   Members signup feedback.
   Ghost's members.js puts .loading / .success / .error on the form
   itself. Without these rules a successful signup looks like nothing
   happened, which is how you lose subscribers who assume it failed.
   --------------------------------------------------------------- */
form[data-members-form] .msg-success,
form[data-members-form] .msg-error { display: none; }

form[data-members-form].loading button[type="submit"] { opacity: .55; cursor: wait; }
form[data-members-form].loading button[type="submit"]::after { content: "\2026"; }

form[data-members-form].success .fields { display: none; }
form[data-members-form].success .msg-success {
  display: block;
  font-family: var(--font-display);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  margin: 0;
}
form[data-members-form].error .msg-error {
  display: block;
  font-family: var(--font-display);
  font-size: 13px;
  line-height: 1.5;
  margin: 6px 0 0;
}

/* ---------------------------------------------------------------
   Global nav (Design "Redesign 2" masthead).
   Active state is set by body classes Ghost already emits, so the
   current page underlines itself without per-template markup.
   --------------------------------------------------------------- */
.site-nav a {
  color: #1c1a18;
  white-space: nowrap;
  text-decoration: none;
}
.site-nav a:hover { color: #c1201a; }

.nav-subscribe {
  color: #f7f1e6;
  background: #1c1a18;
  padding: 8px 15px;
  font-family: var(--font-display);
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
}
.nav-subscribe:hover { background: #c1201a; }

/* current section */
.tag-template .site-nav a[href$="/writing/"],
.author-template .site-nav a[href$="/writing/"],
.post-template .site-nav a[href$="/writing/"],
.paged .site-nav a[href$="/writing/"],
.page-books .site-nav a[href$="/books/"],
.page-podcast .site-nav a[href$="/podcast/"],
.page-music .site-nav a[href$="/music/"],
.page-art .site-nav a[href$="/art/"],
.page-art-and-music .site-nav a[href$="/music/"],
.page-advocacy .site-nav a[href$="/advocacy/"],
.page-speaking .site-nav a[href$="/speaking/"],
.page-about .site-nav a[href$="/about/"] {
  color: #c1201a;
  font-weight: 800;
  box-shadow: inset 0 -3px 0 #c1201a;
}

/* ---------------------------------------------------------------
   Safety net: headings inside dark panels.
   The base rule sets every heading to ink, so any heading on an ink
   background disappears unless it carries an inline color. This
   catches the ones that don't — the EndoDad band did.
   --------------------------------------------------------------- */
section[style*="background:#1c1a18"] h1:not([style*="color"]),
section[style*="background:#1c1a18"] h2:not([style*="color"]),
section[style*="background:#1c1a18"] h3:not([style*="color"]),
div[style*="background:#1c1a18"] h1:not([style*="color"]),
div[style*="background:#1c1a18"] h2:not([style*="color"]),
div[style*="background:#1c1a18"] h3:not([style*="color"]) { color: #f7f1e6; }

/* ---------------------------------------------------------------
   Book pages — match the section rhythm used across the site
   (uppercase Archivo heads over a 2px rule) rather than the
   essay's quieter sentence-case headings.
   --------------------------------------------------------------- */
.book-body h2 {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(20px, 2.5vw, 30px);
  line-height: 1.02;
  letter-spacing: -0.022em;
  text-transform: uppercase;
  color: var(--ink);
  margin: clamp(44px, 5vw, 68px) 0 clamp(16px, 1.8vw, 22px);
  padding-top: clamp(18px, 2vw, 26px);
  border-top: 2px solid var(--ink);
}
.book-body h2:first-of-type { margin-top: clamp(30px, 3.4vw, 44px); }

.book-body p { font-size: clamp(17px, 1.5vw, 19.5px); line-height: 1.72; }

.book-body blockquote {
  border-left: 4px solid var(--red);
  margin: clamp(28px, 3.2vw, 40px) 0;
  padding: 2px 0 2px clamp(18px, 2vw, 26px);
}
.book-body blockquote p {
  font-size: clamp(21px, 2.4vw, 27px);
  line-height: 1.38;
  font-style: normal;
  color: var(--ink);
  text-wrap: balance;
}

.book-body ul { list-style: none; padding: 0; margin: 0; }
.book-body ul li {
  padding: 13px 0;
  border-bottom: 1px solid var(--rule);
  font-size: clamp(16.5px, 1.45vw, 18.5px);
  line-height: 1.55;
}
.book-body ul li:first-child { border-top: 1px solid var(--rule); }

/* buy row sits in the hero, laid out by the template */
.book-buy { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; }

/* ============================================================
   /writing/ — "Just an Ordinary Tuesday"
   The publication identity for Mike's essays. Extends the existing
   tokens: same cream, ink, red, rules and type pairing. The one
   deliberate departure is the masthead, which is set in Newsreader
   rather than uppercase Archivo — the essay titles on this page are
   already serif, so the publication name matches its own contents
   instead of the site chrome.
   ============================================================ */

.jot-shell,
.jot-feature, .jot-doors, .jot-latest, .jot-archives, .jot-about {
  max-width: 1240px;
  margin: 0 auto;
  padding: clamp(48px,5.6vw,88px) 32px 0;
}
@media (max-width:700px){
  .jot-feature, .jot-doors, .jot-latest, .jot-archives, .jot-about { padding-inline: 22px; }
}

.jot-h2{
  margin:0 0 clamp(10px,1.3vw,16px);
  font-family:var(--font-display); font-weight:800;
  font-size:clamp(26px,3.4vw,44px); line-height:1.04;
  letter-spacing:-0.026em; color:var(--ink); text-wrap:balance;
}
.jot-lede{
  margin:0 0 clamp(24px,3vw,40px); max-width:64ch;
  font-size:clamp(16.5px,1.5vw,19px); line-height:1.62;
  color:var(--body); text-wrap:pretty;
}
.jot-section-label{
  margin:0 0 clamp(16px,2vw,26px); padding-top:clamp(14px,1.8vw,22px);
  border-top:2px solid var(--ink);
  font-family:var(--font-display); font-size:11px; font-weight:700;
  letter-spacing:0.2em; text-transform:uppercase; color:var(--red);
}

/* ── hero: the masthead + the week strip ─────────────────── */
.jot-hero{ border-bottom:2px solid var(--ink); }
.jot-hero-inner{
  max-width:1560px; margin:0 auto;
  padding:clamp(30px,3.6vw,60px) clamp(22px,3vw,44px) clamp(34px,4vw,64px);
}
.jot-hero-meta{
  display:flex; flex-wrap:wrap; align-items:baseline;
  justify-content:space-between; gap:10px 28px;
  margin-bottom:clamp(14px,1.8vw,26px);
}
.jot-eyebrow{
  margin:0; font-family:var(--font-display); font-size:11px; font-weight:700;
  letter-spacing:0.2em; text-transform:uppercase; color:var(--red);
}
.jot-hero-strap{
  margin:0; font-family:var(--font-serif); font-style:italic;
  font-size:clamp(15px,1.4vw,21px); line-height:1.4; color:var(--muted-deep);
}
.jot-masthead{
  margin:0 0 clamp(34px,5vw,86px);
  font-family:var(--font-serif); font-weight:400;
  font-size:clamp(38px,8.2vw,130px); line-height:0.98;
  letter-spacing:-0.03em; color:var(--ink); text-wrap:balance;
}
.jot-mast-em{ position:relative; display:inline-block; font-style:italic; }
.jot-swash{
  position:absolute; left:0; bottom:-0.02em;
  width:100%; height:0.135em; overflow:visible; pointer-events:none;
}

.jot-week{
  list-style:none; margin:0; padding:0;
  display:grid; grid-template-columns:repeat(2,1fr) 1.58fr repeat(4,1fr);
  gap:clamp(9px,1.1vw,17px); align-items:end;
}
.jot-day{
  position:relative; display:flex; flex-direction:column;
  justify-content:space-between; gap:10px;
  aspect-ratio:220/270; padding:clamp(10px,1vw,16px) clamp(10px,0.9vw,15px);
  border:1px solid var(--ink); background:transparent;
}
.jot-day-label{
  font-family:var(--font-display); font-size:clamp(9px,0.72vw,11px);
  font-weight:700; letter-spacing:0.18em; text-transform:uppercase;
  color:var(--muted-deep);
}
.jot-day-note{
  font-family:var(--font-serif); font-style:italic;
  font-size:clamp(12px,1.02vw,15.5px); line-height:1.34;
  color:var(--muted); text-wrap:pretty;
}

.jot-day--tue{ aspect-ratio:355/380; padding:0; overflow:hidden; border-color:var(--ink); }
.jot-day-photo{
  position:absolute; inset:0; width:100%; height:100%;
  object-fit:cover; object-position:50% 44%;
}
.jot-day-chip{
  position:absolute; top:clamp(10px,0.9vw,15px); left:clamp(10px,0.9vw,15px);
  z-index:2; color:var(--cream); background:var(--red);
  padding:5px 9px;
}
.jot-day-note--on{
  position:absolute; left:clamp(11px,1vw,16px); bottom:clamp(9px,0.85vw,14px);
  z-index:2; color:#fff; text-shadow:0 1px 10px rgba(0,0,0,.6);
}

/* phone: the strip becomes a readable week, nothing shrunk away */
@media (max-width:900px){
  .jot-week{ grid-template-columns:1fr; gap:8px; }
  .jot-day{
    aspect-ratio:auto; flex-direction:row; align-items:center;
    justify-content:space-between; gap:16px; min-height:54px; padding:12px 14px;
  }
  .jot-day-label{ font-size:10.5px; }
  .jot-day-note{ font-size:15px; text-align:right; }
  .jot-day--tue{ aspect-ratio:16/11; flex-direction:column; min-height:0; padding:0; }
  .jot-day-note--on{ text-align:left; }
}

/* ── the opening letter, beside the verse ────────────────── */
.jot-open{ border-bottom:2px solid var(--ink); }
.jot-open-inner{
  max-width:1560px; margin:0 auto;
  padding:clamp(30px,3.6vw,60px) clamp(22px,3vw,44px);
  display:grid; grid-template-columns:minmax(0,1.5fr) minmax(0,0.85fr);
  gap:clamp(26px,4vw,72px); align-items:start;
}
@media (max-width:860px){ .jot-open-inner{ grid-template-columns:1fr; gap:30px; } }
.jot-intro p{
  margin:0 0 15px; max-width:62ch;
  font-size:clamp(16.5px,1.5vw,18.5px); line-height:1.68;
  color:var(--body); text-wrap:pretty;
}
.jot-actions{ display:flex; flex-wrap:wrap; gap:12px; margin-top:clamp(18px,2.2vw,28px); }

.jot-btn{
  display:inline-flex; align-items:center; justify-content:center;
  min-height:50px; padding:0 22px;
  font-family:var(--font-display); font-size:13.5px; font-weight:700;
  letter-spacing:0.015em; text-align:center; text-decoration:none;
  border:2px solid var(--ink); border-radius:0; cursor:pointer;
  transition:background-color .12s ease, color .12s ease, border-color .12s ease;
}
.jot-btn--primary{ background:var(--ink); color:var(--cream); }
.jot-btn--primary:hover{ background:var(--red); border-color:var(--red); color:var(--cream); }
.jot-btn--ghost{ background:transparent; color:var(--ink); }
.jot-btn--ghost:hover{ background:var(--ink); color:var(--cream); }

.jot-lyric-figure{ margin:0; }

/* ── Start here feature ─────────────────────────────────── */
.jot-feature-grid{
  display:grid; grid-template-columns:minmax(0,1.1fr) minmax(0,1fr);
  gap:clamp(24px,3.2vw,52px); align-items:center;
}
@media (max-width:860px){ .jot-feature-grid{ grid-template-columns:1fr; gap:22px; } }
.jot-feature-img{ display:block; border:1px solid var(--rule); background:var(--cream-surface); padding:10px; }
.jot-feature-img img{ width:100%; height:auto; max-height:520px; object-fit:contain; }
.jot-feature-body{ display:flex; flex-direction:column; gap:14px; align-items:flex-start; }
.jot-feature-title{
  margin:0; font-family:var(--font-serif); font-weight:400;
  font-size:clamp(30px,4.2vw,52px); line-height:1.04;
  letter-spacing:-0.024em; text-wrap:pretty;
}
.jot-feature-title a{ color:var(--ink); text-decoration:none; }
.jot-feature-title a:hover{ color:var(--red); }
.jot-feature-excerpt{
  margin:0; max-width:56ch;
  font-size:clamp(17px,1.6vw,19.5px); line-height:1.66; color:var(--body); text-wrap:pretty;
}

/* ── signature line ─────────────────────────────────────── */
.jot-signature{
  margin-top:clamp(48px,5.6vw,88px);
  background:var(--cream-surface);
  border-top:2px solid var(--ink); border-bottom:2px solid var(--ink);
}
.jot-signature figure{
  max-width:1000px; margin:0 auto;
  padding:clamp(48px,6.4vw,104px) 32px;
  text-align:center;
}
.jot-signature blockquote{ margin:0; padding:0; border:0; }
.jot-signature blockquote p{
  margin:0; font-family:var(--font-serif); font-weight:300; font-style:normal;
  font-size:clamp(25px,4vw,50px); line-height:1.2;
  letter-spacing:-0.022em; color:var(--ink); text-wrap:balance;
}
.jot-signature figcaption{
  margin-top:clamp(20px,2.4vw,32px);
  font-family:var(--font-display); font-size:12px; font-weight:700;
  letter-spacing:0.16em; text-transform:uppercase; color:var(--muted);
}
@media (max-width:700px){ .jot-signature figure{ padding-inline:22px; } }

/* ── the six doors ──────────────────────────────────────── */
.jot-doors-head{ max-width:70ch; }
.jot-door-list{
  list-style:none; margin:0; padding:0;
  display:grid; grid-template-columns:repeat(2,minmax(0,1fr));
  gap:0 clamp(28px,3.6vw,60px);
}
@media (max-width:820px){ .jot-door-list{ grid-template-columns:1fr; } }

.jot-door{ padding:clamp(24px,2.8vw,34px) 0; border-top:1px solid var(--rule); }
.jot-door-name{
  margin:0 0 8px; font-family:var(--font-display); font-weight:800;
  font-size:clamp(16px,1.6vw,19px); line-height:1.24;
  letter-spacing:-0.012em; color:var(--ink);
}
.jot-door-line{
  margin:0 0 16px; max-width:44ch;
  font-size:16px; line-height:1.56; color:var(--muted-deep); text-wrap:pretty;
}
.jot-door-pick{
  display:grid; grid-template-columns:74px minmax(0,1fr); gap:16px;
  align-items:center; text-decoration:none;
}
.jot-door:not(:has(.jot-door-thumb)) .jot-door-pick{ grid-template-columns:1fr; }
.jot-door-thumb{
  display:block; border:1px solid var(--rule); background:var(--cream-surface); padding:6px;
}
.jot-door-thumb img{ width:100%; height:auto; max-height:76px; object-fit:contain; }
.jot-door-pick-text{ display:flex; flex-direction:column; gap:5px; min-width:0; }
.jot-door-title{
  font-family:var(--font-serif); font-size:19px; line-height:1.22;
  letter-spacing:-0.012em; color:var(--ink); text-wrap:pretty;
}
.jot-door-pick:hover .jot-door-title{ color:var(--red); }
.jot-door-cue{
  font-family:var(--font-display); font-size:12px; font-weight:700;
  letter-spacing:0.04em; color:var(--red);
}

/* ── latest + archive tools ─────────────────────────────── */
.jot-latest-head{ max-width:728px; margin:0 auto; }
.jot-tools{
  display:flex; flex-wrap:wrap; gap:12px; align-items:flex-end;
  padding-top:clamp(18px,2.2vw,26px); border-top:2px solid var(--ink);
}
.jot-search{ flex:1 1 340px; min-width:0; }
.jot-search-label{
  display:block; margin-bottom:9px;
  font-family:var(--font-display); font-size:12.5px; font-weight:700;
  letter-spacing:0.03em; color:var(--ink);
}
.jot-search-row{ display:flex; gap:0; }
.jot-search-row input{
  flex:1 1 auto; min-width:0; min-height:50px; padding:0 14px;
  font-family:var(--font-serif); font-size:16px; color:var(--ink);
  background:var(--cream-warm); border:2px solid var(--ink); border-right:0; border-radius:0;
  -webkit-appearance:none; appearance:none;
}
.jot-search-row input::placeholder{ color:var(--muted); }
.jot-search-go{ flex:0 0 auto; }
.jot-random{ flex:0 0 auto; }
@media (max-width:560px){
  .jot-tools{ flex-direction:column; align-items:stretch; }
  .jot-random{ width:100%; }
}
.jot-results-count{
  margin:12px 0 0; min-height:1.2em;
  font-family:var(--font-display); font-size:12.5px; color:var(--muted);
}
.jot-results, .jot-list{
  max-width:728px; margin:0 auto;
  padding-top:clamp(38px,4.6vw,64px);
  display:flex; flex-direction:column; gap:clamp(44px,5.4vw,76px);
}
.jot-list > .essay-row, .jot-results > .essay-row{
  padding-top:clamp(36px,4.4vw,60px); border-top:2px solid var(--ink);
}
.jot-list > .essay-lead + .essay-row{ border-top-width:2px; }
.jot-noresults{
  margin:0; font-size:18px; line-height:1.6; color:var(--body);
}
[hidden]{ display:none !important; }

/* ── still worth thinking about ─────────────────────────── */
.jot-archives{ margin-top:clamp(16px,2vw,28px); }
.jot-arch-grid{
  list-style:none; margin:0; padding:0;
  display:grid; grid-template-columns:repeat(4,minmax(0,1fr));
  gap:clamp(20px,2.6vw,36px);
}
@media (max-width:900px){ .jot-arch-grid{ grid-template-columns:repeat(2,minmax(0,1fr)); } }
@media (max-width:520px){ .jot-arch-grid{ grid-template-columns:1fr; } }
.jot-arch-item{ padding-top:clamp(16px,1.8vw,22px); border-top:2px solid var(--ink); }
.jot-arch-link{ display:flex; flex-direction:column; gap:10px; text-decoration:none; }
.jot-arch-thumb{
  display:flex; align-items:center; justify-content:center;
  aspect-ratio:4/3; border:1px solid var(--rule);
  background:var(--cream-surface); padding:7px;
}
.jot-arch-thumb img{ width:auto; max-width:100%; max-height:100%; object-fit:contain; }
.jot-arch-meta{
  font-family:var(--font-display); font-size:10.5px; font-weight:700;
  letter-spacing:0.16em; text-transform:uppercase; color:var(--red);
}
.jot-arch-title{
  font-family:var(--font-serif); font-size:19.5px; line-height:1.2;
  letter-spacing:-0.014em; color:var(--ink); text-wrap:pretty;
}
.jot-arch-link:hover .jot-arch-title{ color:var(--red); }

/* ── keep reading with me ───────────────────────────────── */
.jot-signup{ max-width:1240px; margin:0 auto; padding:clamp(48px,5.6vw,88px) 32px 0; }
@media (max-width:700px){ .jot-signup{ padding-inline:22px; } }
.jot-signup-inner{
  background:var(--ink); color:#cabfb2;
  padding:clamp(32px,4vw,64px) clamp(24px,3.4vw,58px);
}
.jot-signup-h{
  margin:0; color:var(--cream);
  font-family:var(--font-display); font-weight:800;
  font-size:clamp(26px,3.4vw,42px); line-height:1.04;
  letter-spacing:-0.025em; max-width:18ch;
}
.jot-signup-copy{
  margin:clamp(14px,1.8vw,20px) 0 0; max-width:60ch;
  font-size:clamp(16px,1.5vw,18px); line-height:1.62; color:#cabfb2; text-wrap:pretty;
}
.jot-signup-copy--small{ font-size:15px; color:#9c9084; }
.jot-signup-form{ margin-top:clamp(22px,2.6vw,32px); max-width:560px; }
.jot-signup-form label{
  display:block; margin-bottom:9px;
  font-family:var(--font-display); font-size:12.5px; font-weight:700;
  letter-spacing:0.04em; color:var(--cream);
}
.jot-signup-row{ display:flex; flex-wrap:wrap; gap:0; }
.jot-signup-row input{
  flex:1 1 260px; min-width:0; min-height:52px; padding:0 16px;
  font-family:var(--font-serif); font-size:16px; color:var(--ink);
  background:var(--cream); border:2px solid var(--cream); border-radius:0;
  -webkit-appearance:none; appearance:none;
}
.jot-signup-row button{
  flex:0 0 auto; min-height:52px; padding:0 28px;
  font-family:var(--font-display); font-size:13.5px; font-weight:700; letter-spacing:0.04em;
  color:var(--cream); background:var(--red); border:2px solid var(--red);
  border-radius:0; cursor:pointer;
}
.jot-signup-row button:hover{ background:var(--red-dark); border-color:var(--red-dark); }
.jot-signup-form .msg-success{ color:var(--cream); }
.jot-signup-form .msg-error{ color:var(--ember); }
.jot-signup-inner :focus-visible{ outline:2px solid var(--ember); outline-offset:3px; }

/* ── pagination ─────────────────────────────────────────── */
.jot-pagination{
  max-width:728px; margin:0 auto;
  display:flex; align-items:center; justify-content:space-between; gap:20px;
  padding:clamp(40px,4.6vw,64px) 24px 0;
  font-family:var(--font-display); font-size:12.5px; font-weight:700;
  letter-spacing:0.14em; text-transform:uppercase;
}
.jot-pagination a{ color:var(--red); }
.jot-pagination a:hover{ color:var(--red-dark); }
.jot-pagination-now{ color:var(--muted); }

/* ── about mike ─────────────────────────────────────────── */
.jot-about-grid{
  display:grid; grid-template-columns:220px minmax(0,1fr);
  gap:clamp(24px,3.2vw,48px); align-items:start;
  padding-top:clamp(24px,3vw,40px); border-top:2px solid var(--ink);
}
@media (max-width:700px){ .jot-about-grid{ grid-template-columns:1fr; } }
.jot-about-img{
  width:100%; height:auto; max-width:220px;
  border:1px solid var(--rule); background:var(--cream-surface); padding:8px;
}
.jot-about-h{
  margin:0 0 12px; font-family:var(--font-serif); font-weight:400;
  font-size:clamp(28px,3.4vw,40px); line-height:1.06; letter-spacing:-0.024em; color:var(--ink);
}
.jot-about-body p{
  margin:0 0 15px; max-width:62ch;
  font-size:clamp(16.5px,1.5vw,18.5px); line-height:1.66; color:var(--body); text-wrap:pretty;
}
.jot-about-links{
  list-style:none; margin:clamp(14px,1.8vw,20px) 0 0; padding:0;
  display:flex; flex-wrap:wrap; gap:8px 22px;
}
.jot-about-links a{
  font-family:var(--font-display); font-size:12.5px; font-weight:600;
  letter-spacing:0.02em; color:var(--muted-deep); text-decoration:none;
  border-bottom:1px solid var(--rule); padding-bottom:2px;
}
.jot-about-links a:hover{ color:var(--red); border-bottom-color:var(--red); }

.jot-signature figcaption a{ color:inherit; text-decoration:none; border-bottom:1px solid var(--rule); }
.jot-signature figcaption a:hover{ color:var(--red); border-bottom-color:var(--red); }

/* the verse from Mike's own song, set beside the opening letter */
.jot-lyric{
  margin:0; padding:4px 0 6px clamp(18px,1.7vw,26px);
  border-left:3px solid var(--red); border-top:0; border-right:0; border-bottom:0;
}
.jot-lyric p{
  margin:0; font-family:var(--font-serif); font-style:italic; font-weight:500;
  font-size:clamp(19px,2.05vw,28px); line-height:1.4;
  letter-spacing:-0.013em; color:var(--ink); text-wrap:pretty;
}
/* the turn of the lyric — the only line that needed the red */
.jot-lyric-turn{ color:var(--red); }
.jot-hero-cite{
  display:block; margin-top:clamp(14px,1.5vw,20px); font-style:normal;
  font-family:var(--font-display); font-size:11px; font-weight:700;
  letter-spacing:0.17em; text-transform:uppercase; color:var(--muted);
}

/* ============================================================
   /music/ — Mike Baker Music  (page-music.hbs)
   Same tokens, same rules, same square artwork as the rest of
   the site. Every selector is namespaced .mus- so nothing here
   can leak onto another template.
   ============================================================ */

@media (prefers-reduced-motion: no-preference){ html{ scroll-behavior:smooth; } }

.mus{ max-width:1240px; margin:0 auto; padding:0 32px; }
@media (max-width:600px){ .mus{ padding:0 20px; } }

.mus-eyebrow{
  margin:0 0 clamp(10px,1.4vw,16px); font-family:var(--font-display);
  font-size:11px; font-weight:700; letter-spacing:0.2em;
  text-transform:uppercase; color:var(--red);
}
.mus-h1{
  margin:0 0 clamp(16px,2vw,24px); font-family:var(--font-display);
  font-weight:800; font-size:clamp(40px,6.6vw,80px); line-height:0.94;
  letter-spacing:-0.035em; text-transform:uppercase; color:var(--ink);
}
.mus-h2{
  margin:0 0 clamp(12px,1.6vw,18px); font-family:var(--font-display);
  font-weight:800; font-size:clamp(26px,3.6vw,46px); line-height:1.03;
  letter-spacing:-0.028em; color:var(--ink); text-wrap:balance;
}
.mus-sub{
  margin:0; max-width:60ch; font-size:clamp(16.5px,1.5vw,19px);
  line-height:1.62; color:var(--body); text-wrap:pretty;
}
.mus-sec-head{ padding-top:clamp(18px,2.2vw,30px); border-top:2px solid var(--ink); }

/* buttons */
.mus-btn{
  display:inline-flex; align-items:center; justify-content:center;
  min-height:48px; padding:0 clamp(18px,2vw,28px);
  font-family:var(--font-display); font-size:13px; font-weight:700;
  letter-spacing:0.1em; text-transform:uppercase; text-decoration:none;
  color:var(--ink); background:transparent; border:2px solid var(--ink);
  border-radius:0; cursor:pointer; transition:background .14s ease,color .14s ease;
}
.mus-btn:hover{ background:var(--ink); color:var(--cream); }
.mus-btn--solid{ background:var(--red); border-color:var(--red); color:var(--cream); }
.mus-btn--solid:hover{ background:var(--red-dark); border-color:var(--red-dark); color:var(--cream); }
.mus-btn--quiet{ border-color:var(--rule); color:var(--muted-deep); }
.mus-btn--quiet:hover{ background:var(--muted-deep); border-color:var(--muted-deep); color:var(--cream); }

/* 1. hero */
.mus-hero{
  display:grid; grid-template-columns:1.12fr 0.88fr;
  gap:clamp(28px,4vw,64px); align-items:center;
  padding:clamp(26px,3.4vw,52px) 0 clamp(34px,4.4vw,66px);
}
.mus-crumb{ margin:0 0 clamp(18px,2.4vw,32px); font-family:var(--font-display); font-size:12px; font-weight:600; letter-spacing:0.04em; }
.mus-crumb a{ color:var(--muted-deep); }
.mus-crumb a:hover{ color:var(--red); }
.mus-lede{
  margin:0 0 clamp(22px,2.6vw,32px); max-width:44ch;
  font-size:clamp(17px,1.6vw,21px); line-height:1.6; color:var(--body); text-wrap:pretty;
}
.mus-quote{
  margin:0 0 clamp(26px,3vw,38px); padding:2px 0 4px clamp(16px,1.6vw,24px);
  border-left:3px solid var(--red);
}
.mus-quote p{
  margin:0; max-width:42ch; font-family:var(--font-serif); font-style:italic;
  font-weight:500; font-size:clamp(18px,1.9vw,25px); line-height:1.42;
  letter-spacing:-0.012em; color:var(--ink); text-wrap:pretty;
}
.mus-quote-turn{ color:var(--red); }
.mus-actions{ display:flex; flex-wrap:wrap; gap:12px; margin-bottom:clamp(22px,2.6vw,32px); }
.mus-platforms-inline{
  display:flex; flex-wrap:wrap; align-items:baseline; gap:6px 18px; margin:0;
  font-family:var(--font-display); font-size:12.5px; font-weight:600;
}
.mus-platforms-label{
  font-size:10px; font-weight:700; letter-spacing:0.2em;
  text-transform:uppercase; color:var(--muted);
}
.mus-platforms-inline a{ color:var(--muted-deep); border-bottom:1px solid var(--rule); padding-bottom:2px; }
.mus-platforms-inline a:hover{ color:var(--red); border-bottom-color:var(--red); }
.mus-hero-img{ border:2px solid var(--ink); background:var(--cream-surface); }
.mus-hero-img img{ width:100%; height:auto; aspect-ratio:3/4; object-fit:cover; object-position:50% 28%; }
@media (max-width:900px){
  .mus-hero{ grid-template-columns:1fr; gap:clamp(24px,4vw,36px); }
  .mus-hero-img img{ aspect-ratio:4/3; object-position:50% 26%; }
}

/* 2. play this first */
.mus-featured{ position:relative; }
@media (min-width:901px){ .mus-featured{ margin-top:clamp(-56px,-4vw,-24px); } }
.mus-featured-inner{
  display:grid; grid-template-columns:minmax(0,320px) 1fr;
  gap:clamp(22px,3vw,48px); align-items:center;
  background:var(--ink); color:#cabfb2;
  padding:clamp(22px,3vw,44px);
}
.mus-featured-art{ min-width:0; }
.mus-facade{
  display:flex; flex-direction:column; justify-content:space-between;
  width:100%; aspect-ratio:1/1; padding:clamp(16px,2vw,24px);
  background:var(--red); border:0; border-radius:0; cursor:pointer;
  text-align:left; color:var(--cream); font-family:var(--font-display);
  transition:background .14s ease;
}
.mus-facade:hover{ background:var(--red-dark); }
.mus-facade-kind{ font-size:10.5px; font-weight:700; letter-spacing:0.22em; text-transform:uppercase; opacity:.85; }
.mus-facade-title{
  font-size:clamp(24px,3vw,38px); font-weight:800; line-height:0.98;
  letter-spacing:-0.03em; text-transform:uppercase; margin:auto 0;
}
.mus-facade-cue{ display:flex; align-items:center; gap:10px; font-size:12px; font-weight:700; letter-spacing:0.18em; text-transform:uppercase; }
.mus-facade-tri{
  width:0; height:0; border-style:solid; border-width:8px 0 8px 13px;
  border-color:transparent transparent transparent var(--cream);
}
.mus-featured .mus-player{ background:#111; aspect-ratio:1/1; }
@media (max-width:760px){ .mus-featured .mus-player{ aspect-ratio:16/9; } }
.mus-featured .mus-player iframe{ display:block; width:100%; height:100%; border:0; }
.mus-featured-text .mus-eyebrow{ color:var(--ember); }
.mus-featured-text .mus-h2{ color:var(--cream); }
.mus-featured-body{
  margin:0 0 clamp(12px,1.4vw,18px); max-width:58ch;
  font-size:clamp(16.5px,1.5vw,19px); line-height:1.62; color:#cabfb2; text-wrap:pretty;
}
.mus-featured-actions{ display:flex; flex-wrap:wrap; gap:12px; margin:clamp(16px,2vw,24px) 0 0; }
.mus-featured-actions .mus-btn{ color:var(--cream); border-color:var(--cream); }
.mus-featured-actions .mus-btn:hover{ background:var(--cream); color:var(--ink); }
.mus-featured-actions .mus-btn--solid{ background:var(--red); border-color:var(--red); }
.mus-featured-actions .mus-btn--solid:hover{ background:var(--cream); color:var(--ink); border-color:var(--cream); }
.mus-featured-note{ margin:14px 0 0; font-size:14px; color:var(--muted); }
.mus-featured :focus-visible{ outline:2px solid var(--ember); outline-offset:3px; }
@media (max-width:760px){
  .mus-featured-inner{ grid-template-columns:1fr; }
  .mus-facade{ aspect-ratio:16/9; }
}

/* 3. song finder */
.mus-finder{ padding-top:clamp(48px,5.6vw,92px); }
.mus-finder-head{ padding-top:clamp(18px,2.2vw,30px); border-top:2px solid var(--ink); }
.mus-finder-choices{
  display:flex; flex-wrap:wrap; gap:10px;
  margin:clamp(22px,2.6vw,32px) 0 clamp(24px,3vw,38px);
}
.mus-choice{
  min-height:48px; padding:10px 18px; max-width:100%;
  font-family:var(--font-display); font-size:13.5px; font-weight:600;
  line-height:1.25; text-align:left; color:var(--ink);
  background:var(--cream-surface); border:2px solid var(--cream-surface);
  border-radius:0; cursor:pointer; transition:border-color .12s ease,background .12s ease,color .12s ease;
}
.mus-choice:hover{ border-color:var(--ink); }
.mus-choice[aria-pressed="true"]{ background:var(--ink); border-color:var(--ink); color:var(--cream); }
.mus-panel + .mus-panel{ margin-top:clamp(28px,3.4vw,44px); }
.mus-panel-h{
  margin:0 0 clamp(14px,1.8vw,20px); font-family:var(--font-display);
  font-size:clamp(17px,1.7vw,21px); font-weight:800; letter-spacing:-0.01em;
  text-transform:uppercase; color:var(--ink);
}
.mus-finder-choices:not([hidden]) ~ .mus-finder-panels .mus-panel-h{
  position:absolute; width:1px; height:1px; padding:0; margin:-1px;
  overflow:hidden; clip:rect(0,0,0,0); white-space:nowrap;
}
.mus-picks{ list-style:none; margin:0; padding:0; display:grid; gap:0; }
.mus-pick{ border-top:1px solid var(--rule); }
.mus-pick:last-child{ border-bottom:1px solid var(--rule); }
.mus-pick-link{
  display:grid; grid-template-columns:76px 1fr; gap:clamp(14px,1.8vw,24px);
  align-items:center; padding:clamp(14px,1.8vw,20px) 0; text-decoration:none;
}
.mus-art{ display:block; width:76px; height:76px; background:var(--cream-surface); border:1px solid var(--rule); }
.mus-art img{ width:100%; height:100%; object-fit:cover; }
.mus-art-empty{
  display:flex; align-items:center; justify-content:center; width:100%; height:100%;
  padding:6px; text-align:center; font-family:var(--font-display); font-size:9.5px;
  font-weight:700; letter-spacing:0.16em; text-transform:uppercase; color:var(--muted);
}
.mus-pick-text{ display:flex; flex-direction:column; gap:5px; min-width:0; }
.mus-pick-kind{ font-family:var(--font-display); font-size:10px; font-weight:700; letter-spacing:0.2em; text-transform:uppercase; color:var(--clay); }
.mus-pick-title{
  font-family:var(--font-display); font-size:clamp(18px,1.9vw,24px); font-weight:800;
  letter-spacing:-0.02em; line-height:1.08; color:var(--ink); transition:color .12s ease;
}
.mus-pick-link:hover .mus-pick-title{ color:var(--red); }
.mus-pick-note{ max-width:58ch; font-size:15.5px; line-height:1.55; color:var(--body); }
.mus-pick-cue{ font-family:var(--font-display); font-size:11.5px; font-weight:700; letter-spacing:0.14em; text-transform:uppercase; color:var(--red); }
.mus-panel-foot{ margin:clamp(14px,1.6vw,18px) 0 0; font-size:15.5px; color:var(--muted-deep); }

/* 4. why */
.mus-why{
  display:grid; grid-template-columns:0.85fr 1.15fr; gap:clamp(24px,3.4vw,56px);
  align-items:center; padding-top:clamp(48px,5.6vw,92px);
}
.mus-why-img{ border:2px solid var(--ink); }
.mus-why-img img{ width:100%; height:auto; aspect-ratio:4/5; object-fit:cover; object-position:50% 30%; }
.mus-why-lead{
  margin:0 0 clamp(14px,1.6vw,20px); font-family:var(--font-serif); font-style:italic;
  font-size:clamp(19px,2vw,26px); line-height:1.36; color:var(--ink);
}
.mus-why-text p{ margin:0 0 clamp(14px,1.6vw,20px); max-width:60ch; font-size:clamp(16.5px,1.5vw,19px); line-height:1.68; color:var(--body); text-wrap:pretty; }
.mus-why-kicker{
  padding-left:clamp(16px,1.6vw,24px); border-left:3px solid var(--red);
  font-family:var(--font-serif); font-style:italic; font-weight:500;
  font-size:clamp(18px,1.8vw,23px); line-height:1.4; color:var(--ink);
}
.mus-why-links{ list-style:none; margin:clamp(18px,2vw,26px) 0 0; padding:0; display:flex; flex-wrap:wrap; gap:10px 24px; }
.mus-why-links a{
  font-family:var(--font-display); font-size:12.5px; font-weight:600; letter-spacing:0.02em;
  color:var(--muted-deep); border-bottom:1px solid var(--rule); padding-bottom:2px;
}
.mus-why-links a:hover{ color:var(--red); border-bottom-color:var(--red); }
@media (max-width:860px){
  .mus-why{ grid-template-columns:1fr; }
  .mus-why-img img{ aspect-ratio:3/2; }
}

/* 5. essentials */
.mus-essentials{ padding-top:clamp(48px,5.6vw,92px); }
.mus-ess-list{ list-style:none; margin:clamp(22px,2.6vw,34px) 0 0; padding:0; }
.mus-ess{
  display:grid; grid-template-columns:clamp(46px,5vw,74px) 1fr; gap:clamp(12px,1.6vw,22px);
  align-items:baseline; padding:clamp(14px,1.8vw,20px) 0; border-top:1px solid var(--rule);
}
.mus-ess:last-child{ border-bottom:1px solid var(--rule); }
.mus-ess-num{
  font-family:var(--font-display); font-size:clamp(20px,2.4vw,30px); font-weight:800;
  letter-spacing:-0.02em; color:var(--rule);
}
.mus-ess-body{ display:flex; flex-direction:column; gap:6px; min-width:0; }
.mus-ess-title{
  font-family:var(--font-display); font-size:clamp(19px,2.1vw,27px); font-weight:800;
  letter-spacing:-0.022em; line-height:1.06; color:var(--ink);
}
.mus-ess-title:hover{ color:var(--red); }
.mus-ess-kind{ font-family:var(--font-display); font-size:10px; font-weight:700; letter-spacing:0.2em; text-transform:uppercase; color:var(--clay); }
.mus-ess-note{ max-width:62ch; font-size:15.5px; line-height:1.56; color:var(--body); }
.mus-ess-cta{ margin:clamp(22px,2.6vw,32px) 0 0; }

/* 6. current release */
.mus-now{
  display:grid; grid-template-columns:minmax(0,340px) 1fr; gap:clamp(22px,3vw,48px);
  align-items:center; margin-top:clamp(48px,5.6vw,92px);
  padding:clamp(22px,3vw,44px); background:var(--cream-surface); border:2px solid var(--ink);
}
.mus-now-art{
  display:flex; flex-direction:column; justify-content:space-between;
  aspect-ratio:1/1; padding:clamp(16px,2vw,24px); background:var(--clay); color:var(--cream);
}
.mus-now-kind{ font-family:var(--font-display); font-size:10.5px; font-weight:700; letter-spacing:0.22em; text-transform:uppercase; opacity:.85; }
.mus-now-mark{
  font-family:var(--font-display); font-size:clamp(24px,3vw,40px); font-weight:800;
  line-height:0.98; letter-spacing:-0.03em; text-transform:uppercase;
}
.mus-now-meta{ margin:0 0 clamp(14px,1.6vw,20px); font-family:var(--font-display); font-size:12px; font-weight:600; letter-spacing:0.06em; color:var(--muted-deep); }
.mus-now-story p{ margin:0 0 clamp(12px,1.4vw,18px); max-width:60ch; font-size:clamp(16.5px,1.5vw,19px); line-height:1.66; color:var(--body); }
.mus-now-actions{ display:flex; flex-wrap:wrap; gap:12px; margin:clamp(16px,2vw,24px) 0 0; }
@media (max-width:760px){ .mus-now{ grid-template-columns:1fr; } .mus-now-art{ aspect-ratio:16/9; } }

/* 7. stories */
.mus-stories{ padding-top:clamp(48px,5.6vw,92px); }
.mus-story-list{ list-style:none; margin:clamp(22px,2.6vw,34px) 0 0; padding:0; display:grid; gap:0; }
.mus-story{ padding:clamp(18px,2.2vw,28px) 0; border-top:2px solid var(--ink); }
.mus-story:last-child{ border-bottom:2px solid var(--ink); }
.mus-story-num{ margin:0 0 8px; font-family:var(--font-display); font-size:11px; font-weight:700; letter-spacing:0.2em; color:var(--muted); }
.mus-story-h{
  margin:0 0 10px; font-family:var(--font-display); font-size:clamp(21px,2.6vw,33px);
  font-weight:800; letter-spacing:-0.025em; line-height:1.04; text-transform:uppercase; color:var(--ink);
}
.mus-story-body{ margin:0; max-width:70ch; font-size:clamp(16.5px,1.5vw,19px); line-height:1.62; color:var(--body); text-wrap:pretty; }
.mus-story-links{ display:flex; flex-wrap:wrap; gap:10px 22px; margin:clamp(12px,1.5vw,18px) 0 0; }
.mus-story-links a{
  font-family:var(--font-display); font-size:12px; font-weight:700; letter-spacing:0.12em;
  text-transform:uppercase; color:var(--red); border-bottom:1px solid var(--blush); padding-bottom:3px;
}
.mus-story-links a:hover{ border-bottom-color:var(--red); }
@media (min-width:900px){
  .mus-story{ display:grid; grid-template-columns:clamp(70px,7vw,110px) 1fr; gap:0 clamp(16px,2vw,32px); }
  .mus-story-num{ grid-row:1 / span 3; margin:0; font-size:13px; }
}

/* 8. discography */
.mus-disc{ padding-top:clamp(48px,5.6vw,92px); }
.mus-disc-grid{
  list-style:none; margin:clamp(22px,2.6vw,34px) 0 0; padding:0;
  display:grid; grid-template-columns:repeat(auto-fill,minmax(210px,1fr)); gap:clamp(20px,2.4vw,34px);
}
.mus-rel-link{ display:flex; flex-direction:column; gap:9px; text-decoration:none; }
.mus-rel-art{ display:block; border:1px solid var(--rule); background:var(--cream-surface); }
.mus-rel-art img{ width:100%; height:auto; aspect-ratio:1/1; object-fit:cover; }
.mus-rel-kind{ font-family:var(--font-display); font-size:10px; font-weight:700; letter-spacing:0.2em; text-transform:uppercase; color:var(--clay); }
.mus-rel-title{
  font-family:var(--font-display); font-size:clamp(17px,1.7vw,21px); font-weight:800;
  letter-spacing:-0.018em; line-height:1.1; color:var(--ink); transition:color .12s ease;
}
.mus-rel-link:hover .mus-rel-title{ color:var(--red); }
.mus-rel-note{ font-size:15px; line-height:1.5; color:var(--body); }

/* 9. listen anywhere */
.mus-anywhere{ padding-top:clamp(48px,5.6vw,92px); }
.mus-any-grid{
  list-style:none; margin:clamp(18px,2.2vw,28px) 0 0; padding:0;
  display:grid; grid-template-columns:repeat(auto-fit,minmax(200px,1fr)); gap:12px;
}
.mus-any-btn{
  display:flex; flex-direction:column; gap:6px; min-height:76px; justify-content:center;
  padding:16px 20px; border:2px solid var(--ink); text-decoration:none;
  transition:background .14s ease;
}
.mus-any-btn:hover{ background:var(--ink); }
.mus-any-name{ font-family:var(--font-display); font-size:16px; font-weight:800; letter-spacing:-0.01em; text-transform:uppercase; color:var(--ink); }
.mus-any-cue{ font-family:var(--font-display); font-size:11px; font-weight:600; letter-spacing:0.14em; text-transform:uppercase; color:var(--muted-deep); }
.mus-any-btn:hover .mus-any-name{ color:var(--cream); }
.mus-any-btn:hover .mus-any-cue{ color:var(--ember); }

/* 10. newsletter */
.mus-join{ padding-top:clamp(48px,5.6vw,92px); }
.mus-join-inner{ background:var(--ink); color:#cabfb2; padding:clamp(30px,4vw,60px) clamp(22px,3.4vw,56px); }
.mus-join-h{
  margin:0; font-family:var(--font-display); font-weight:800;
  font-size:clamp(24px,3.2vw,40px); line-height:1.06; letter-spacing:-0.027em;
  color:var(--cream); max-width:24ch; text-wrap:balance;
}
.mus-join-copy{ margin:clamp(14px,1.8vw,20px) 0 clamp(20px,2.4vw,28px); max-width:58ch; font-size:clamp(16px,1.5vw,18.5px); line-height:1.6; color:#cabfb2; }
.mus-join-form{ max-width:560px; }
.mus-join-form label{
  position:absolute; width:1px; height:1px; padding:0; margin:-1px;
  overflow:hidden; clip:rect(0,0,0,0); white-space:nowrap;
}
.mus-join-row{ display:flex; flex-wrap:wrap; gap:0; }
.mus-join-row input{
  flex:1 1 260px; min-width:0; min-height:52px; padding:0 16px;
  font-family:var(--font-serif); font-size:16px; color:var(--ink);
  background:var(--cream); border:2px solid var(--cream); border-radius:0;
}
.mus-join-row button{
  min-height:52px; padding:0 26px; font-family:var(--font-display); font-size:13px;
  font-weight:700; letter-spacing:0.06em; color:var(--cream); background:var(--red);
  border:2px solid var(--red); border-radius:0; cursor:pointer;
}
.mus-join-row button:hover{ background:var(--red-dark); border-color:var(--red-dark); }
.mus-join-form .msg-success{ color:var(--cream); }
.mus-join-form .msg-error{ color:var(--ember); }
.mus-join-fine{ margin:14px 0 0; font-family:var(--font-display); font-size:12px; color:var(--muted); }
.mus-join-inner :focus-visible{ outline:2px solid var(--ember); outline-offset:3px; }

/* 11. mobile action bar */
.mus-bar{
  position:fixed; left:0; right:0; bottom:0; z-index:60;
  background:var(--ink); border-top:2px solid var(--red);
  padding-bottom:env(safe-area-inset-bottom,0px);
  transform:translateY(110%); transition:transform .2s ease;
}
.mus-bar[data-state="on"]{ transform:translateY(0); }
.mus-bar-inner{ display:grid; grid-template-columns:repeat(3,1fr); }
.mus-bar-btn{
  display:flex; align-items:center; justify-content:center; min-height:52px;
  font-family:var(--font-display); font-size:12px; font-weight:700;
  letter-spacing:0.18em; text-transform:uppercase; color:var(--cream);
  background:transparent; border:0; border-radius:0; cursor:pointer; text-decoration:none;
}
.mus-bar-btn + .mus-bar-btn{ border-left:1px solid #3a3530; }
.mus-follow{ display:grid; grid-template-columns:repeat(2,1fr); border-top:1px solid #3a3530; }
.mus-follow a{
  display:flex; align-items:center; justify-content:center; min-height:48px;
  font-family:var(--font-display); font-size:12px; font-weight:600;
  color:var(--cream); border-top:1px solid #3a3530; border-left:1px solid #3a3530;
}
.mus-bar :focus-visible{ outline:2px solid var(--ember); outline-offset:-4px; }
@media (min-width:861px){ .mus-bar{ display:none; } }
@media (prefers-reduced-motion: reduce){ .mus-bar{ transition:none; } }

.mus-disc-more{ margin:clamp(22px,2.6vw,34px) 0 0; font-family:Archivo,sans-serif; font-size:13px; font-weight:700; letter-spacing:0.04em; text-transform:uppercase; }
.mus-disc-more a{ color:#c1201a; text-decoration:none; border-bottom:2px solid #c1201a; padding-bottom:3px; }
.mus-disc-more a:hover{ color:#1c1a18; border-color:#1c1a18; }

.mus-now-art img{ display:block; width:100%; height:100%; object-fit:cover; }
.mus-now-art{ padding:0; }

.mus-facade--art{ position:relative; overflow:hidden; padding:0; }
.mus-facade-img{ position:absolute; inset:0; width:100%; height:100%; object-fit:cover; display:block; }
.mus-facade--art .mus-facade-kind,
.mus-facade--art .mus-facade-title{ position:relative; z-index:2; }
.mus-facade--art .mus-facade-title{ visibility:hidden; }
.mus-facade--art .mus-facade-kind{ position:absolute; top:16px; left:16px; z-index:2; background:#c1201a; color:#f7f1e6; padding:5px 10px; }
.mus-facade--art .mus-facade-cue{ position:relative; z-index:2; background:#1c1a18; color:#f7f1e6; padding:10px 16px; }
.mus-facade--art::after{ content:""; position:absolute; inset:0; background:linear-gradient(to top, rgba(28,26,24,.55), rgba(28,26,24,0) 55%); z-index:1; }

/* ============================================================
   /art/ — Infinite Canvas AI  (page-art.hbs)
   Extends the existing system. Same tokens, same 2px ink rules,
   same square artwork. Every selector is namespaced .art- so
   nothing here can leak onto another template.
   ============================================================ */

.art{ max-width:1240px; margin:0 auto; padding:0 32px; }
@media (max-width:600px){ .art{ padding:0 20px; } }

.art-eyebrow{
  margin:0 0 clamp(10px,1.4vw,16px); font-family:var(--font-display);
  font-size:11px; font-weight:700; letter-spacing:0.2em;
  text-transform:uppercase; color:var(--red);
}
.art-h1{
  margin:0 0 clamp(16px,2vw,24px); font-family:var(--font-display);
  font-weight:800; font-size:clamp(40px,6.6vw,80px); line-height:0.94;
  letter-spacing:-0.035em; text-transform:uppercase; color:var(--ink);
}
.art-h2{
  margin:0 0 clamp(12px,1.6vw,18px); font-family:var(--font-display);
  font-weight:800; font-size:clamp(26px,3.6vw,46px); line-height:1.03;
  letter-spacing:-0.028em; color:var(--ink); text-wrap:balance;
}
.art-h3{
  margin:0; font-family:var(--font-display); font-weight:700;
  font-size:clamp(15px,1.5vw,18px); line-height:1.18;
  letter-spacing:-0.012em; color:var(--ink);
}
.art-sub{
  margin:0; max-width:60ch; font-size:clamp(16.5px,1.5vw,19px);
  line-height:1.62; color:var(--body); text-wrap:pretty;
}
.art-sec-head{ padding-top:clamp(18px,2.2vw,30px); border-top:2px solid var(--ink); }
.art-sec{ padding:clamp(40px,5vw,78px) 0 0; }

.art-btn{
  display:inline-flex; align-items:center; justify-content:center;
  min-height:48px; padding:0 clamp(18px,2vw,28px);
  font-family:var(--font-display); font-size:13px; font-weight:700;
  letter-spacing:0.1em; text-transform:uppercase; text-decoration:none;
  color:var(--ink); background:transparent; border:2px solid var(--ink);
  border-radius:0; cursor:pointer; transition:background .14s ease,color .14s ease;
}
.art-btn:hover{ background:var(--ink); color:var(--cream); }
.art-btn--solid{ background:var(--red); border-color:var(--red); color:var(--cream); }
.art-btn--solid:hover{ background:var(--red-dark); border-color:var(--red-dark); }
.art-btn--quiet{ border-color:var(--rule); color:var(--muted-deep); }
.art-btn--quiet:hover{ background:var(--muted-deep); border-color:var(--muted-deep); color:var(--cream); }

/* ── 1. hero ─────────────────────────────────────────────── */
.art-hero{
  display:grid; grid-template-columns:1fr 1.05fr;
  gap:clamp(28px,4vw,64px); align-items:center;
  padding:clamp(26px,3.4vw,52px) 0 clamp(34px,4.4vw,66px);
}
.art-crumb{ margin:0 0 clamp(18px,2.4vw,32px); font-family:var(--font-display);
  font-size:12px; font-weight:600; letter-spacing:0.04em; }
.art-crumb a{ color:var(--muted-deep); }
.art-crumb a:hover{ color:var(--red); }
.art-lede{
  margin:0 0 clamp(22px,2.6vw,32px); max-width:44ch;
  font-size:clamp(17px,1.6vw,21px); line-height:1.6; color:var(--body); text-wrap:pretty;
}
.art-quote{ margin:0 0 clamp(26px,3vw,38px); padding:2px 0 4px clamp(16px,1.6vw,24px);
  border-left:3px solid var(--red); }
.art-quote p{
  margin:0; max-width:42ch; font-family:var(--font-serif); font-style:italic;
  font-weight:500; font-size:clamp(18px,1.9vw,25px); line-height:1.42;
  letter-spacing:-0.012em; color:var(--ink); text-wrap:pretty;
}
.art-quote-turn{ color:var(--red); }
.art-actions{ display:flex; flex-wrap:wrap; gap:12px; }
.art-hero-fig{ margin:0; border:2px solid var(--ink); background:var(--cream-surface); }
.art-hero-fig img{ width:100%; height:auto; aspect-ratio:4/5; object-fit:cover; }
.art-hero-cap{
  margin:10px 0 0; font-family:var(--font-display); font-size:11px; font-weight:600;
  letter-spacing:0.14em; text-transform:uppercase; color:var(--muted);
}
@media (max-width:900px){
  .art-hero{ grid-template-columns:1fr; gap:clamp(24px,4vw,36px); }
  .art-hero-fig img{ aspect-ratio:1/1; }
}

/* ── 2. the series feature ───────────────────────────────── */
.art-feature{ background:var(--ink); color:#cabfb2; padding:clamp(26px,3.6vw,56px); }
.art-feature-head{ display:grid; grid-template-columns:1.1fr 0.9fr;
  gap:clamp(20px,3vw,48px); align-items:end; margin-bottom:clamp(26px,3vw,42px); }
.art-feature .art-eyebrow{ color:var(--ember); }
.art-feature h2{ color:var(--cream); margin:0; font-family:var(--font-display);
  font-weight:800; font-size:clamp(30px,4.4vw,58px); line-height:0.98;
  letter-spacing:-0.03em; text-transform:uppercase; }
.art-feature-body{ margin:0; max-width:56ch; font-size:clamp(16px,1.45vw,18.5px);
  line-height:1.66; color:#cabfb2; text-wrap:pretty; }
.art-feature-body + .art-feature-body{ margin-top:1em; }
.art-feature-grid{
  display:grid; grid-template-columns:repeat(4,1fr); gap:clamp(10px,1.2vw,18px);
}
.art-feature-grid a{ display:block; border:1px solid #3a352f; background:#241f1b; }
.art-feature-grid img{ width:100%; height:auto; aspect-ratio:1/1; object-fit:cover; }
.art-feature-foot{ margin:clamp(22px,2.6vw,34px) 0 0; display:flex; flex-wrap:wrap; gap:12px; }
.art-feature .art-btn{ color:var(--cream); border-color:#5a534a; }
.art-feature .art-btn:hover{ background:var(--cream); color:var(--ink); border-color:var(--cream); }
.art-feature .art-btn--solid{ background:var(--red); border-color:var(--red); }
@media (max-width:900px){
  .art-feature-head{ grid-template-columns:1fr; align-items:start; }
  .art-feature-grid{ grid-template-columns:repeat(2,1fr); }
}

/* ── 3. where the work comes from ────────────────────────── */
.art-origin{ display:grid; grid-template-columns:0.85fr 1.15fr;
  gap:clamp(26px,4vw,64px); align-items:start; }
.art-origin-fig{ margin:0; border:2px solid var(--ink); background:var(--cream-surface); }
.art-origin-fig img{ width:100%; height:auto; aspect-ratio:1/1; object-fit:cover; }
.art-origin-text p{ margin:0 0 1.05em; max-width:58ch;
  font-size:clamp(16.5px,1.5vw,19px); line-height:1.66; color:var(--body); text-wrap:pretty; }
.art-origin-text p:last-child{ margin-bottom:0; }
.art-origin-kicker{ font-family:var(--font-display); font-weight:700;
  font-size:clamp(18px,1.9vw,23px); line-height:1.28; color:var(--ink);
  letter-spacing:-0.015em; }
@media (max-width:900px){ .art-origin{ grid-template-columns:1fr; } }

/* ── 4. selected works grid ──────────────────────────────── */
.art-grid{
  display:grid; grid-template-columns:repeat(4,1fr);
  gap:clamp(16px,2vw,30px) clamp(12px,1.6vw,24px);
  margin-top:clamp(26px,3vw,44px);
}
.art-card{ margin:0; min-width:0; }
.art-card-link{ display:block; position:relative; border:2px solid var(--ink);
  background:var(--cream-surface); }
.art-card-link img{ width:100%; height:auto; aspect-ratio:1/1; object-fit:cover; }
.art-card-veil{
  position:absolute; inset:0; display:flex; align-items:flex-end;
  padding:12px; background:linear-gradient(to top,rgba(28,26,24,.72),rgba(28,26,24,0) 52%);
  opacity:0; transition:opacity .16s ease;
}
.art-card-veil span{
  font-family:var(--font-display); font-size:11px; font-weight:700;
  letter-spacing:0.16em; text-transform:uppercase; color:var(--cream);
}
.art-card-link:hover .art-card-veil,
.art-card-link:focus-visible .art-card-veil{ opacity:1; }
.art-card-meta{ padding:12px 2px 0; }
.art-card-series{
  display:block; margin-top:5px; font-family:var(--font-display); font-size:10.5px;
  font-weight:600; letter-spacing:0.16em; text-transform:uppercase; color:var(--muted);
}
@media (max-width:900px){ .art-grid{ grid-template-columns:repeat(3,1fr); } }
@media (max-width:640px){ .art-grid{ grid-template-columns:repeat(2,1fr); } }

/* ── 5. the collections ──────────────────────────────────── */
.art-cols{ display:grid; grid-template-columns:repeat(2,1fr);
  gap:clamp(18px,2.4vw,34px); margin-top:clamp(26px,3vw,44px); }
.art-col{ display:grid; grid-template-columns:minmax(0,150px) 1fr;
  gap:clamp(14px,1.8vw,24px); align-items:center;
  padding-top:clamp(16px,2vw,24px); border-top:2px solid var(--ink); }
.art-col-fig{ margin:0; border:1px solid var(--rule); background:var(--cream-surface); }
.art-col-fig img{ width:100%; height:auto; aspect-ratio:1/1; object-fit:cover; }
.art-col-count{ margin:6px 0 0; font-family:var(--font-display); font-size:11px;
  font-weight:600; letter-spacing:0.16em; text-transform:uppercase; color:var(--muted); }
.art-col-note{ margin:9px 0 0; max-width:42ch; font-size:15.5px; line-height:1.58;
  color:var(--body); text-wrap:pretty; }
@media (max-width:760px){ .art-cols{ grid-template-columns:1fr; } }

/* ── 6. collecting ───────────────────────────────────────── */
.art-collect{ background:var(--cream-surface); border:2px solid var(--ink);
  padding:clamp(24px,3.2vw,50px); }
.art-collect-inner{ display:grid; grid-template-columns:1.05fr 0.95fr;
  gap:clamp(24px,3.4vw,56px); align-items:center; }
.art-collect ul{ margin:clamp(16px,2vw,24px) 0 0; padding:0; list-style:none; }
.art-collect li{ padding:11px 0; border-top:1px solid var(--rule);
  font-size:16px; line-height:1.5; color:var(--body); }
.art-collect li strong{ font-family:var(--font-display); font-size:12px; font-weight:700;
  letter-spacing:0.12em; text-transform:uppercase; color:var(--ink);
  display:block; margin-bottom:3px; }
.art-room{ border:2px solid var(--ink); background:#e6ded0; padding:clamp(20px,3vw,44px);
  display:flex; align-items:center; justify-content:center; }
.art-room-frame{ border:12px solid var(--ink); background:var(--cream);
  box-shadow:0 18px 34px rgba(28,26,24,.18); max-width:100%; }
.art-room-frame img{ width:100%; height:auto; aspect-ratio:1/1; object-fit:cover; }
.art-room-cap{ margin:12px 0 0; text-align:center; font-family:var(--font-display);
  font-size:10.5px; font-weight:600; letter-spacing:0.16em;
  text-transform:uppercase; color:var(--muted-deep); }
@media (max-width:900px){ .art-collect-inner{ grid-template-columns:1fr; } }

/* ── 7. commissions + disclosure ─────────────────────────── */
/* auto-fit rather than a fixed 3, so a fourth card doesn't strand itself
   on a row of its own — 4 across at full width, 3 then 2 as it narrows */
.art-tail{ display:grid; grid-template-columns:repeat(auto-fit,minmax(252px,1fr));
  gap:clamp(20px,2.8vw,42px); }
.art-tail-card{ padding-top:clamp(16px,2vw,24px); border-top:2px solid var(--ink); }
.art-tail-card p{ margin:10px 0 clamp(16px,2vw,22px); max-width:46ch;
  font-size:16.5px; line-height:1.62; color:var(--body); text-wrap:pretty; }
@media (max-width:760px){ .art-tail{ grid-template-columns:1fr; } }

/* ── 8. archive: search, filters, load more ──────────────── */
.art-tools{ display:flex; flex-wrap:wrap; gap:12px; align-items:center;
  margin:clamp(20px,2.4vw,32px) 0 clamp(18px,2vw,26px); }
.art-search{
  flex:1 1 260px; min-height:48px; padding:0 14px;
  font-family:var(--font-serif); font-size:16px; color:var(--ink);
  background:var(--cream-warm); border:2px solid var(--ink); border-radius:0;
}
.art-search::placeholder{ color:var(--muted); }
.art-filters{ display:flex; flex-wrap:wrap; gap:8px; }
.art-chip{
  min-height:40px; padding:0 14px; font-family:var(--font-display); font-size:11.5px;
  font-weight:700; letter-spacing:0.12em; text-transform:uppercase;
  color:var(--muted-deep); background:transparent; border:1px solid var(--rule);
  border-radius:0; cursor:pointer; transition:background .14s ease,color .14s ease;
}
.art-chip:hover{ border-color:var(--ink); color:var(--ink); }
.art-chip[aria-pressed="true"]{ background:var(--ink); border-color:var(--ink); color:var(--cream); }
.art-count{ margin:0; font-family:var(--font-display); font-size:11px; font-weight:600;
  letter-spacing:0.16em; text-transform:uppercase; color:var(--muted); }
.art-empty{ padding:clamp(34px,5vw,70px) 0; text-align:center; }
.art-empty p{ margin:0 0 18px; font-size:17px; color:var(--body); }
.art-more{ display:flex; justify-content:center; padding:clamp(28px,3.4vw,52px) 0 0; }

/* ── 9. detail modal ─────────────────────────────────────── */
.art-modal[hidden]{ display:none; }
.art-modal{
  position:fixed; inset:0; z-index:200; display:flex; align-items:center;
  justify-content:center; padding:clamp(14px,3vw,40px);
  background:rgba(28,26,24,.86);
}
.art-modal-box{
  position:relative; display:grid; grid-template-columns:1.15fr 0.85fr;
  gap:clamp(18px,2.6vw,40px); width:min(1080px,100%); max-height:100%;
  overflow:auto; padding:clamp(18px,2.4vw,36px);
  background:var(--cream); border:2px solid var(--ink);
}
.art-modal-fig{ margin:0; border:1px solid var(--rule); background:var(--cream-surface); }
.art-modal-fig img{ width:100%; height:auto; object-fit:contain; }
.art-modal-desc{ margin:14px 0 0; font-size:16.5px; line-height:1.66;
  color:var(--body); text-wrap:pretty; }
.art-modal-meta{ margin:14px 0 0; padding:0; list-style:none; }
.art-modal-meta li{ padding:8px 0; border-top:1px solid var(--rule);
  font-family:var(--font-display); font-size:11.5px; font-weight:600;
  letter-spacing:0.1em; text-transform:uppercase; color:var(--muted-deep); }
.art-modal-actions{ display:flex; flex-wrap:wrap; gap:10px; margin-top:clamp(16px,2vw,24px); }
.art-modal-close{
  position:absolute; top:8px; right:8px; width:44px; height:44px; line-height:1;
  font-family:var(--font-display); font-size:20px; font-weight:700; color:var(--ink);
  background:var(--cream); border:2px solid var(--ink); border-radius:0; cursor:pointer;
}
.art-modal-close:hover{ background:var(--ink); color:var(--cream); }
.art-modal-nav{ display:flex; gap:8px; margin-top:14px; }
body.art-locked{ overflow:hidden; }
@media (max-width:820px){ .art-modal-box{ grid-template-columns:1fr; } }

@media (prefers-reduced-motion: reduce){
  .art-card-veil,.art-btn,.art-chip{ transition:none; }
}

/* quiet route to the archive for visitors who already know what they want */
.art-hero-skip{ margin:clamp(16px,2vw,22px) 0 0; font-family:var(--font-display);
  font-size:12.5px; font-weight:600; letter-spacing:0.02em; }
.art-hero-skip a{ color:var(--muted-deep); border-bottom:1px solid var(--rule); padding-bottom:2px; }
.art-hero-skip a:hover{ color:var(--red); border-bottom-color:var(--red); }

/* "where it's been" — a quiet strip, not a gallery */
.art-shown-strip{ display:grid; grid-template-columns:repeat(5,1fr);
  gap:clamp(8px,1.1vw,16px); margin-top:clamp(22px,2.6vw,36px); }
.art-shown-item{ display:block; border:1px solid var(--rule); background:var(--cream-surface); }
.art-shown-item img{ width:100%; height:auto; aspect-ratio:1/1; object-fit:cover;
  filter:grayscale(0.15); transition:filter .16s ease; }
.art-shown-item:hover img,.art-shown-item:focus-visible img{ filter:none; }
@media (max-width:640px){ .art-shown-strip{ grid-template-columns:repeat(3,1fr); } }

/* ── a single written piece with its own artwork (page-art-piece.hbs) ──
   Ink at the top, ink at the turns, ink at the end, poem on cream between.
   The dark panels are the same ground as the No Permission Needed feature
   on /art/, so the piece reads as part of the system.
   Typography follows the site: Archivo for anything that announces,
   Newsreader for anything that speaks. Free verse — the author's line
   breaks must survive, so every verse block is white-space:pre-line. */

.art-piece{ overflow-x:hidden; }
.art-piece-crumb{ max-width:1240px; margin:0 auto; padding:clamp(16px,2vw,26px) 32px 0; }

/* full-bleed helper — escapes the page container without a wrapper div */
.art-bleed{ margin-inline:calc(50% - 50vw); padding-inline:calc(50vw - 50%);
  width:100vw; max-width:100vw; }

/* ── ink sections: hero, mid-poem turns, outro ──────────────────────── */
.art-ink{ background:var(--ink); color:#cabfb2; }
.art-ink-inner{ max-width:1240px; margin:0 auto; padding-inline:32px; }

.art-piece-hero{ padding-block:clamp(34px,5vw,88px); margin-top:clamp(14px,1.8vw,24px); }
.art-piece-hero .art-ink-inner{ display:grid; grid-template-columns:1.05fr 0.95fr;
  gap:clamp(28px,4vw,72px); align-items:center; }
.art-piece-eyebrow{ margin:0 0 clamp(12px,1.6vw,20px); font-family:var(--font-display);
  font-size:11px; font-weight:700; letter-spacing:0.2em; text-transform:uppercase; color:var(--ember); }
.art-piece-title{ margin:0 0 clamp(14px,1.8vw,22px); font-family:var(--font-display);
  font-weight:800; font-size:clamp(38px,6.2vw,78px); line-height:0.92;
  letter-spacing:-0.036em; text-transform:uppercase; color:var(--cream); max-width:13ch; }
.art-piece-byline{ margin:0 0 clamp(26px,3.4vw,44px); font-family:var(--font-display);
  font-size:11.5px; font-weight:600; letter-spacing:0.18em; text-transform:uppercase; color:var(--muted); }
.art-piece-open{ margin:0; padding-left:clamp(18px,2vw,28px); border-left:3px solid var(--red);
  font-family:var(--font-serif); font-style:italic; font-size:clamp(20px,2.3vw,30px);
  line-height:1.36; letter-spacing:-0.014em; color:var(--cream);
  white-space:pre-line; text-wrap:pretty; max-width:24ch; }
.art-piece-hero-fig{ margin:0; border:2px solid #3a352f; background:#241f1b; }
.art-piece-hero-fig img{ width:100%; height:auto; display:block; aspect-ratio:4/5; object-fit:cover; }

/* a stanza that turns the argument — reversed out, full width */
.art-piece-turn{ padding-block:clamp(44px,6vw,104px); margin-block:clamp(40px,5vw,84px); }
.art-piece-turn .art-ink-inner{ display:flex; justify-content:center; }
.art-verse--turn{
  margin:0; max-width:26ch; color:var(--cream);
  font-family:var(--font-serif); font-size:clamp(21px,2.5vw,32px);
  line-height:1.44; font-weight:500; letter-spacing:-0.014em;
  white-space:pre-line; text-wrap:pretty;
  border-left:3px solid var(--red); padding-left:clamp(20px,2.4vw,34px);
}

/* ── the poem on cream ──────────────────────────────────────────────── */
.art-piece-body{ max-width:1240px; margin:0 auto; padding:clamp(40px,5.4vw,92px) 32px 0; }
.art-piece-lede{ max-width:44ch; margin:0 auto clamp(44px,5.6vw,88px);
  font-family:var(--font-display); font-size:clamp(13px,1.2vw,15px); font-weight:600;
  line-height:1.62; color:var(--muted-deep); text-align:center; }

.art-verse{ max-width:30ch; margin:0 auto clamp(38px,4.8vw,72px);
  font-family:var(--font-serif); font-size:clamp(18px,1.75vw,22.5px);
  line-height:1.68; color:var(--ink); white-space:pre-line;
  text-wrap:pretty; hanging-punctuation:first; }
/* the plain imperatives near the end — bigger, centered, no measure fuss */
.art-verse--call{ max-width:22ch; text-align:center;
  font-size:clamp(22px,2.7vw,34px); line-height:1.4; font-weight:500;
  letter-spacing:-0.016em; }

/* ── images ─────────────────────────────────────────────────────────── */
.art-piece-fig{ margin:0 auto clamp(38px,4.8vw,72px); border:2px solid var(--ink);
  background:var(--cream-surface); max-width:760px; }
.art-piece-fig img{ width:100%; height:auto; display:block; }
/* one image gets to be the size of the page */
.art-piece-wide{ margin-block:clamp(44px,5.6vw,92px); border-block:2px solid var(--ink); }
.art-piece-wide img{ width:100%; height:auto; display:block;
  aspect-ratio:16/7; object-fit:cover; object-position:50% 32%; }
.art-piece-pair{ display:grid; grid-template-columns:repeat(2,1fr);
  gap:clamp(12px,1.6vw,22px); margin:0 0 clamp(38px,4.8vw,72px); align-items:start; }
.art-piece-pair figure{ margin:0; border:2px solid var(--ink); background:var(--cream-surface); }
.art-piece-pair img{ width:100%; height:auto; display:block; }
.art-piece-pair--stagger figure:last-child{ margin-top:clamp(26px,3.4vw,58px); }

/* ── the ending ─────────────────────────────────────────────────────── */
.art-piece-outro{ padding-block:clamp(44px,6vw,104px); margin-top:clamp(30px,4vw,64px); }
.art-piece-outro .art-ink-inner{ text-align:center; }
.art-verse--close{ max-width:30ch; margin:0 auto; color:var(--cream);
  font-family:var(--font-serif); font-size:clamp(20px,2.2vw,28px); line-height:1.5;
  font-weight:500; white-space:pre-line; text-wrap:pretty; }
.art-piece-foot{ margin-top:clamp(34px,4.4vw,64px); display:flex; flex-wrap:wrap;
  gap:12px; justify-content:center; }
.art-ink .art-btn{ color:var(--cream); border-color:#5a534a; }
.art-ink .art-btn:hover{ background:var(--cream); color:var(--ink); border-color:var(--cream); }
.art-ink .art-btn--solid{ background:var(--red); border-color:var(--red); }
.art-ink .art-btn--solid:hover{ background:var(--red-dark); border-color:var(--red-dark); color:var(--cream); }

@media (max-width:900px){
  .art-piece-hero .art-ink-inner{ grid-template-columns:1fr; }
  .art-piece-hero-fig img{ aspect-ratio:1/1; }
  .art-piece-wide img{ aspect-ratio:4/3; }
}
@media (max-width:640px){
  .art-piece-pair{ grid-template-columns:1fr; }
  .art-piece-pair--stagger figure:last-child{ margin-top:0; }
  .art-verse{ max-width:none; }
}
@media (max-width:600px){
  .art-piece-crumb,.art-ink-inner,.art-piece-body{ padding-inline:20px; }
  .art-verse--turn{ padding-left:16px; }
}

/* ── a painted series with its own page (page-art-piece.hbs) ───────────
   Currently "She Left" at /art/she-left/.

   Same ink-and-cream system as the written pieces above, with one rule
   from Mike's handoff for this series: the paintings are never cropped.
   So nothing here sets aspect-ratio or object-fit — every plate runs at
   the shape it was painted at, and the tall one is width-capped instead
   of being forced into a landscape box. */

.art-series-hero{ padding-block:clamp(44px,6.4vw,112px); margin-top:clamp(14px,1.8vw,24px); }
.art-series-hero .art-ink-inner{ max-width:900px; text-align:center; }
.art-series-hero .art-piece-title{ max-width:none; margin-inline:auto; }
.art-series-intro{ margin:0 auto; max-width:54ch; font-family:var(--font-serif);
  font-size:clamp(18px,1.9vw,23px); line-height:1.62; letter-spacing:-0.01em;
  color:var(--cream); text-wrap:pretty; }
.art-series-intro em{ font-style:italic; color:#e6dccd; }

.art-series-work{ margin-block:clamp(52px,6.4vw,112px); }
.art-series-work:first-of-type{ margin-top:clamp(40px,5vw,80px); }

.art-series-plate{ margin:0; border-block:2px solid var(--ink); background:var(--cream-surface); }
.art-series-plate img{ display:block; width:100%; height:auto; }
/* the portrait-format plate would be three screens tall at full bleed */
.art-series-plate--tall{ max-width:760px; margin-inline:auto; border:2px solid var(--ink); }

.art-series-say{ max-width:1240px; margin:0 auto;
  padding:clamp(26px,3.2vw,48px) 32px 0;
  display:grid; grid-template-columns:minmax(0,22ch) minmax(0,48ch);
  gap:clamp(18px,3vw,56px); justify-content:center; align-items:start; }
.art-series-no{ margin:0 0 8px; font-family:var(--font-display); font-size:11px;
  font-weight:700; letter-spacing:0.2em; text-transform:uppercase; color:var(--red); }
.art-series-title{ margin:0; font-family:var(--font-display); font-weight:800;
  font-size:clamp(24px,3vw,38px); line-height:1.02; letter-spacing:-0.03em;
  text-transform:uppercase; color:var(--ink); }
.art-series-desc{ margin:0; font-family:var(--font-serif);
  font-size:clamp(17px,1.6vw,20px); line-height:1.68; color:var(--ink);
  text-wrap:pretty; }

.art-series-credit{ margin:0 0 clamp(10px,1.2vw,16px); font-family:var(--font-display);
  font-size:11.5px; font-weight:600; letter-spacing:0.18em; text-transform:uppercase;
  color:var(--muted); }
.art-series-close{ margin:0 auto; max-width:30ch; color:var(--cream);
  font-family:var(--font-display); font-weight:800; text-transform:uppercase;
  font-size:clamp(24px,3.2vw,42px); line-height:1.04; letter-spacing:-0.03em; }

@media (max-width:820px){
  .art-series-say{ grid-template-columns:1fr; gap:14px; text-align:left; }
}
@media (max-width:600px){
  .art-series-say{ padding-inline:20px; }
}

/* ==========================================================================
   Ordinary Tuesday — the listening room at /ordinary-tuesday/
   Namespaced .ot-* so nothing here can leak into another template.
   ========================================================================== */
.ot { --ot-dusk:#1a1714; --ot-ember:#c1201a; --ot-sky:#c9b9a3; }
.ot-wrap { max-width: 1100px; margin: 0 auto; padding: 0 32px; }

/* hero ------------------------------------------------------------------ */
.ot-hero {
  background: var(--ot-dusk);
  color: #f7f1e6;
  margin: 0 calc(50% - 50vw);
  padding: clamp(46px,6vw,88px) 0 clamp(40px,5vw,72px);
}
.ot-hero-inner {
  max-width: 1100px; margin: 0 auto; padding: 0 32px;
  display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1fr);
  gap: clamp(28px,4vw,60px); align-items: center;
}
.ot-cover { display:block; width:100%; height:auto; border:2px solid rgba(247,241,230,.16); }
.ot-eyebrow {
  font-family: Archivo, sans-serif; font-size: 11.5px; font-weight: 700;
  letter-spacing: .18em; text-transform: uppercase; color: var(--ot-ember);
  margin: 0 0 14px;
}
.ot-title {
  font-family: Archivo, sans-serif; font-weight: 800; text-transform: uppercase;
  letter-spacing: -.035em; line-height: .9; font-size: clamp(40px,6.2vw,82px);
  margin: 0 0 10px; color: #f7f1e6; text-wrap: balance;
}
.ot-sub {
  font-family: Archivo, sans-serif; font-size: 13px; font-weight: 700;
  letter-spacing: .16em; text-transform: uppercase; color: var(--ot-sky);
  margin: 0 0 26px;
}
.ot-facts {
  display: flex; flex-wrap: wrap; gap: 10px 22px; margin: 0 0 26px;
  font-family: Archivo, sans-serif; font-size: 12px; font-weight: 700;
  letter-spacing: .1em; text-transform: uppercase; color: rgba(247,241,230,.62);
}
.ot-hero p.ot-hook {
  font-size: clamp(17px,1.7vw,20px); line-height: 1.6; color: #e6dccd;
  margin: 0; max-width: 44ch;
}

/* player ---------------------------------------------------------------- */
.ot-player { margin: clamp(34px,4.5vw,60px) 0 0; }
.ot-player-frame { border: 2px solid #1c1a18; background: #f2ebdd; padding: 10px; }
.ot-player iframe { display: block; width: 100%; border: 0; }
.ot-player-note {
  margin: 12px 0 0; font-family: Archivo, sans-serif; font-size: 12px;
  font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: #8f8477;
}

/* body ------------------------------------------------------------------ */
.ot-sec { margin: clamp(44px,5.5vw,78px) 0 0; }
.ot-sec-head {
  font-family: Archivo, sans-serif; font-size: 11.5px; font-weight: 700;
  letter-spacing: .18em; text-transform: uppercase; color: var(--ot-ember);
  margin: 0 0 16px;
}
.ot-h2 {
  font-family: Archivo, sans-serif; font-weight: 800; text-transform: uppercase;
  letter-spacing: -.02em; line-height: 1.02; font-size: clamp(26px,3.2vw,42px);
  margin: 0 0 22px; color: #1c1a18; text-wrap: balance;
}
.ot-body { max-width: 62ch; }
.ot-body p { font-size: 19px; line-height: 1.66; color: #4a443e; margin: 0 0 18px; }
.ot-body p.ot-beat { font-size: 20px; line-height: 1.5; color: #1c1a18; margin: 0 0 6px; }
.ot-body p.ot-beat:last-of-type { margin-bottom: 18px; }

.ot-quote {
  border-left: 3px solid var(--ot-ember); padding: 4px 0 4px 22px;
  margin: 30px 0; max-width: 58ch;
}
.ot-quote p {
  font-family: Newsreader, Georgia, serif; font-style: italic;
  font-size: clamp(21px,2.2vw,27px); line-height: 1.42; color: #1c1a18; margin: 0;
}

/* tracks ---------------------------------------------------------------- */
.ot-tracks { border-top: 2px solid #1c1a18; margin-top: 8px; }
.ot-track {
  display: grid; grid-template-columns: 44px 1fr auto; align-items: baseline;
  gap: 16px; padding: 15px 0; border-bottom: 1px solid #c4b8a9;
}
.ot-track-n {
  font-family: Archivo, sans-serif; font-size: 12px; font-weight: 700;
  letter-spacing: .08em; color: #8f8477;
}
.ot-track-t {
  font-family: Archivo, sans-serif; font-size: clamp(17px,1.8vw,21px);
  font-weight: 700; color: #1c1a18; line-height: 1.25;
}
.ot-track-d { font-family: Archivo, sans-serif; font-size: 13px; color: #8f8477; }
.ot-track--open .ot-track-t { color: var(--ot-ember); }

/* where / letter -------------------------------------------------------- */
.ot-panel {
  background: #f2ebdd; border: 2px solid #1c1a18;
  padding: clamp(26px,3.4vw,44px); margin: clamp(40px,5vw,68px) 0 0;
}
.ot-panel p { font-size: 18px; line-height: 1.62; color: #4a443e; margin: 0 0 14px; max-width: 60ch; }
.ot-panel p:last-child { margin-bottom: 0; }
.ot-btn {
  display: inline-block; font-family: Archivo, sans-serif; font-weight: 700;
  font-size: 13px; letter-spacing: .09em; text-transform: uppercase;
  color: #fdf6ea; background: var(--ot-ember); padding: 15px 28px;
  text-decoration: none; border: 2px solid var(--ot-ember);
}
.ot-btn:hover { background: #1c1a18; border-color: #1c1a18; color: #fdf6ea; }
.ot-btn--ghost { background: transparent; color: #1c1a18; border-color: #1c1a18; }
.ot-btn--ghost:hover { background: #1c1a18; color: #fdf6ea; }
.ot-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 20px; }

.ot-foot {
  border-top: 2px solid #1c1a18; margin-top: clamp(44px,5.5vw,74px);
  padding-top: 24px; display: flex; flex-wrap: wrap; gap: 10px 26px;
}
.ot-foot a {
  font-family: Archivo, sans-serif; font-size: 13px; font-weight: 600;
  color: var(--ot-ember); text-decoration: none; border-bottom: 1px solid #c4b8a9;
}

@media (max-width: 860px) {
  .ot-hero-inner { grid-template-columns: 1fr; }
  .ot-hero-inner .ot-cover { max-width: 420px; }
  .ot-wrap { padding: 0 22px; }
  .ot-track { grid-template-columns: 32px 1fr auto; gap: 12px; }
}

/* The theme sets `.page-body a { color: var(--red) }` at specificity 0,1,1,
   which outranks a bare `.ot-btn` (0,1,0) and painted the solid button's
   label red on red. `.ot a.ot-btn` is 0,2,1 and wins cleanly — no !important. */
.ot a.ot-btn {
  display: inline-block; color: #fdf6ea; background: var(--ot-ember);
  border: 2px solid var(--ot-ember); text-decoration: none;
}
.ot a.ot-btn:hover { color: #fdf6ea; background: #1c1a18; border-color: #1c1a18; }
.ot a.ot-btn--ghost { color: #1c1a18; background: transparent; border-color: #1c1a18; }
.ot a.ot-btn--ghost:hover { color: #fdf6ea; background: #1c1a18; border-color: #1c1a18; }
.ot .ot-foot a { text-decoration: none; }
.ot .ot-body a { color: var(--ot-ember); }

/* Ordinary Tuesday — every song has its own cover, so the tracklist is a
   gallery rather than a list. Falls back to a single column under 480px. */
.ot-cards {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(210px, 1fr));
  gap: clamp(20px, 2.4vw, 34px); margin-top: 4px;
}
.ot-card { display: block; }
.ot-card-art {
  position: relative; display: block; border: 2px solid #1c1a18;
  background: #1a1714; aspect-ratio: 1/1; overflow: hidden;
}
.ot-card-art img {
  display: block; width: 100%; height: 100%; object-fit: cover;
  transition: transform .5s ease;
}
.ot-card:hover .ot-card-art img { transform: scale(1.035); }
.ot-card-num {
  position: absolute; top: 0; left: 0; z-index: 2;
  font-family: Archivo, sans-serif; font-size: 11px; font-weight: 700;
  letter-spacing: .1em; color: #f7f1e6; background: #1c1a18;
  padding: 6px 10px;
}
.ot-card-meta {
  display: flex; align-items: baseline; justify-content: space-between;
  gap: 12px; margin-top: 11px;
}
.ot-card-t {
  font-family: Archivo, sans-serif; font-weight: 700; font-size: 16px;
  line-height: 1.24; color: #1c1a18; text-wrap: balance;
}
.ot-card-d { font-family: Archivo, sans-serif; font-size: 12px; color: #8f8477; white-space: nowrap; }
.ot-cards-note {
  margin: 22px 0 0; font-size: 17px; line-height: 1.6; color: #4a443e; max-width: 60ch;
}
@media (max-width: 480px) {
  .ot-cards { grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); gap: 16px; }
  .ot-card-t { font-size: 14px; }
}

/* `.page-body figcaption { text-align:center }` (0,1,1) is inherited by the
   track captions. Single-line titles fill their flex item so it never shows;
   only a title that wraps reveals it. 0,2,1 beats it. */
.ot figcaption.ot-card-meta { text-align: left; }
.ot figcaption.ot-card-meta .ot-card-t { flex: 1 1 auto; min-width: 0; text-align: left; }
.ot figcaption.ot-card-meta .ot-card-d { flex: 0 0 auto; }
