@charset "utf-8";
/* ==========================================================================
   Muno design system — "شب و شیار" (Night & Groove)
   Persian-first, RTL, dark. Hand-authored, no framework, no build step.
   Sections: 1 fonts · 2 tokens · 3 reset · 4 type · 5 layout · 6 rail
             7 topbar · 8 search · 9 sections · 10 cards · 11 rows
             12 hero/sleeve · 13 track page · 14 artist page · 15 player
             16 footer · 17 utilities · 18 responsive · 19 motion/a11y
   ========================================================================== */

/* -- 1 . Fonts ----------------------------------------------------------- */
/* One family, real weights. The vendor sheet declared every weight as its own
   family at weight:normal, which made `font-weight` inert. */
@font-face{font-family:Peyda;font-style:normal;font-weight:300;font-display:swap;
  src:url(/Peyda/PeydaWeb/woff2/peydaWeblight.woff2) format("woff2")}
@font-face{font-family:Peyda;font-style:normal;font-weight:400;font-display:swap;
  src:url(/Peyda/PeydaWeb/woff2/PeydaWebRegular.woff2) format("woff2")}
@font-face{font-family:Peyda;font-style:normal;font-weight:500;font-display:swap;
  src:url(/Peyda/PeydaWeb/woff2/PeydaWebMedium.woff2) format("woff2")}
@font-face{font-family:Peyda;font-style:normal;font-weight:600;font-display:swap;
  src:url(/Peyda/PeydaWeb/woff2/PeydaWebSemiBold.woff2) format("woff2")}
@font-face{font-family:Peyda;font-style:normal;font-weight:700;font-display:swap;
  src:url(/Peyda/PeydaWeb/woff2/PeydaWebBold.woff2) format("woff2")}

/* -- 2 . Tokens ---------------------------------------------------------- */
:root{
  /* Ink — a deep plum-black, not neutral #000: it keeps warm cover art from
     looking pasted onto a void. */
  --ink:#0E0C14;
  --ink-2:#15121D;
  --ink-3:#1D1928;
  --ink-4:#262133;

  /* Bone — warm off-white for display type. Pure #fff reads clinical here. */
  --bone:#F3EDE4;
  --text:#E4DED6;
  --muted:#948CA3;
  --faint:#635C73;

  --line:rgba(243,237,228,.09);
  --line-2:rgba(243,237,228,.16);

  /* The brand warmth, kept from muno v2 and narrowed to two stops. */
  --amber:#FF8A1F;
  --ember:#FF4D2E;
  --warm:linear-gradient(135deg,var(--amber),var(--ember));

  --focus:#FFC34D;

  --rail:248px;
  --player-h:88px;
  --topbar-h:68px;
  --gutter:clamp(16px,3vw,40px);
  --maxw:1440px;

  --r-sm:8px;
  --r:12px;
  --r-lg:18px;

  --mono:ui-monospace,"SF Mono","JetBrains Mono","Roboto Mono",Menlo,Consolas,monospace;
  --sans:Peyda,"Vazirmatn","Segoe UI",system-ui,-apple-system,sans-serif;

  --ease:cubic-bezier(.2,.7,.3,1);
  --shadow:0 24px 60px -20px rgba(0,0,0,.75);
}

/* -- 3 . Reset ----------------------------------------------------------- */
*,*::before,*::after{box-sizing:border-box}
html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}
body{
  margin:0;background:var(--ink);color:var(--text);
  font-family:var(--sans);font-size:.9375rem;line-height:1.9;font-weight:400;
  -webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;
  overflow-x:hidden;
}
img,svg,video{display:block;max-width:100%}
img{height:auto}
a{color:inherit;text-decoration:none}
button,input,select{font:inherit;color:inherit}
button{background:none;border:0;padding:0;cursor:pointer}
ul,ol{margin:0;padding:0;list-style:none}
h1,h2,h3,h4,p{margin:0}
:focus-visible{outline:2px solid var(--focus);outline-offset:3px;border-radius:4px}
::selection{background:var(--amber);color:#12100c}

/* -- 4 . Type ------------------------------------------------------------ */
/* Persian carries the prose; Latin mono carries the data. Numbers, durations
   and counts are a different language here, and they are set like one. */
.mono{font-family:var(--mono);font-variant-numeric:tabular-nums;letter-spacing:.04em}

.d1{
  font-size:clamp(2rem,5.4vw,3.9rem);font-weight:700;line-height:1.14;text-wrap:balance;
  letter-spacing:-.022em;color:var(--bone);
}
.d2{font-size:clamp(1.5rem,3.2vw,2.3rem);font-weight:700;line-height:1.25;text-wrap:balance;letter-spacing:-.018em;color:var(--bone)}
.eyebrow{
  font-family:var(--mono);font-size:.6875rem;font-weight:500;letter-spacing:.22em;
  text-transform:uppercase;color:var(--amber);
}
.lead{font-size:1.0625rem;line-height:2;color:var(--muted);font-weight:300}

/* -- 5 . Layout shell ---------------------------------------------------- */
.main{
  padding:0 var(--gutter) calc(var(--player-h) + 56px);
  margin-inline-start:0;
}
.wrap{max-width:var(--maxw);margin:0 auto;width:100%}
.skip{
  position:absolute;inset-inline-start:-9999px;top:0;z-index:200;
  background:var(--amber);color:#12100c;padding:10px 18px;border-radius:0 0 var(--r) 0;font-weight:600;
}
.skip:focus{inset-inline-start:0}

/* -- 6 . Rail (primary navigation) --------------------------------------- */
.rail{
  position:fixed;inset-block:0;inset-inline-start:0;width:var(--rail);z-index:90;
  background:var(--ink-2);border-inline-end:1px solid var(--line);
  padding:26px 18px calc(var(--player-h) + 24px);
  display:flex;flex-direction:column;gap:28px;overflow-y:auto;
  transition:transform .34s var(--ease);
}
.rail__brand{display:flex;align-items:center;gap:10px;padding-inline:6px}
.rail__brand img{height:30px;width:auto}
.rail__ver{font-family:var(--mono);font-size:.625rem;color:var(--faint);letter-spacing:.1em}

.nav{display:flex;flex-direction:column;gap:2px}
.nav__label{
  font-family:var(--mono);font-size:.625rem;letter-spacing:.2em;color:var(--faint);
  text-transform:uppercase;padding:0 12px 8px;
}
.nav__link{
  display:flex;align-items:center;gap:12px;padding:10px 12px;border-radius:var(--r);
  color:var(--muted);font-size:.9375rem;font-weight:500;line-height:1.4;
  transition:background .18s var(--ease),color .18s var(--ease);position:relative;
}
.nav__link svg{width:19px;height:19px;flex:none;fill:currentColor;opacity:.85}
.nav__link:hover{background:var(--ink-3);color:var(--text)}
.nav__link[aria-current=page]{color:var(--bone);background:var(--ink-3)}
.nav__link[aria-current=page]::before{
  content:"";position:absolute;inset-inline-start:0;top:50%;translate:0 -50%;
  width:3px;height:20px;border-radius:0 3px 3px 0;background:var(--warm);
}
.nav__link.is-soon{opacity:.45;pointer-events:none}
.nav__soon{font-family:var(--mono);font-size:.5625rem;letter-spacing:.1em;color:var(--faint);margin-inline-start:auto}

/* Library counters — the rail states the size of the catalogue, which is the
   one fact that earns a permanent slot in the chrome. */
.rail__stats{margin-top:auto;padding:16px 12px;border-top:1px solid var(--line);display:grid;gap:12px}
.stat{display:flex;align-items:baseline;justify-content:space-between;gap:8px}
.stat__n{font-family:var(--mono);font-size:1.0625rem;color:var(--bone);font-variant-numeric:tabular-nums}
.stat__k{font-size:.75rem;color:var(--faint)}

.rail__close{display:none}
.scrim{
  position:fixed;inset:0;background:rgba(6,5,10,.72);z-index:85;opacity:0;visibility:hidden;
  transition:opacity .3s var(--ease),visibility .3s var(--ease);
}
body.rail-open .scrim{opacity:1;visibility:visible}

/* -- 7 . Topbar ---------------------------------------------------------- */
.topbar{
  position:sticky;top:0;z-index:50;height:var(--topbar-h);
  display:flex;align-items:center;gap:14px;
  margin-inline:calc(var(--gutter) * -1);padding-inline:var(--gutter);
  background:var(--ink);
  background:color-mix(in srgb,var(--ink) 82%,transparent);
  backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);
  border-bottom:1px solid transparent;transition:border-color .2s var(--ease);
}
.topbar.is-stuck{border-bottom-color:var(--line)}
.topbar__inner{display:flex;align-items:center;gap:14px;width:100%;max-width:var(--maxw);margin:0 auto}
.topbar__burger{display:none;width:40px;height:40px;border-radius:var(--r);align-items:center;justify-content:center;color:var(--text)}
.topbar__burger:hover{background:var(--ink-3)}
.topbar__burger svg{width:20px;height:20px;fill:currentColor}
.topbar__logo{display:none}
.topbar__spacer{flex:1}
.topbar__actions{display:flex;align-items:center;gap:8px}

.btn{
  display:inline-flex;align-items:center;justify-content:center;gap:8px;
  height:42px;padding:0 18px;border-radius:999px;font-size:.875rem;font-weight:600;
  transition:transform .18s var(--ease),background .18s var(--ease),color .18s var(--ease);
  white-space:nowrap;
}
.btn svg{width:17px;height:17px;fill:currentColor;flex:none}
.btn--warm{background:var(--warm);color:#160d05;box-shadow:0 8px 24px -10px rgba(255,110,30,.85)}
.btn--warm:hover{transform:translateY(-1px)}
.btn--quiet{background:var(--ink-3);color:var(--text);border:1px solid var(--line)}
.btn--quiet:hover{background:var(--ink-4);color:var(--bone)}
.btn--ghost{color:var(--muted)}
.btn--ghost:hover{color:var(--bone)}
.btn--lg{height:52px;padding:0 26px;font-size:.9375rem}
.btn--icon{width:42px;padding:0}
.btn--icon.btn--lg{width:52px}

/* -- 8 . Search ---------------------------------------------------------- */
.search{position:relative;flex:1;max-width:520px}
.search__field{display:flex;align-items:center;gap:10px;height:44px;padding:0 14px;
  background:var(--ink-2);border:1px solid var(--line);border-radius:999px;
  transition:border-color .2s var(--ease),background .2s var(--ease)}
.search__field:focus-within{border-color:var(--line-2);background:var(--ink-3)}
.search__field svg{width:17px;height:17px;fill:var(--faint);flex:none}
.search__input{flex:1;min-width:0;background:none;border:0;outline:none;font-size:.875rem;color:var(--text)}
.search__input::placeholder{color:var(--faint)}
.search__clear{color:var(--faint)}
.search__clear svg{width:15px;height:15px;fill:currentColor}

.results{
  position:absolute;inset-inline:0;top:calc(100% + 10px);z-index:70;
  background:var(--ink-2);border:1px solid var(--line-2);border-radius:var(--r-lg);
  box-shadow:var(--shadow);overflow:hidden;max-height:min(70vh,560px);overflow-y:auto;
}
.results__head{
  font-family:var(--mono);font-size:.625rem;letter-spacing:.18em;text-transform:uppercase;
  color:var(--faint);padding:12px 16px 6px;
}
.results__item{display:flex;align-items:center;gap:12px;padding:9px 16px;transition:background .15s var(--ease)}
.results__item:hover{background:var(--ink-3)}
.results__item img{width:40px;height:40px;border-radius:var(--r-sm);object-fit:cover;flex:none;background:var(--ink-4)}
.results__item img.is-round{border-radius:50%}
.results__item>span{min-width:0;display:flex;flex-direction:column;line-height:1.6}
.results__t{font-size:.875rem;color:var(--text);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.results__s{font-size:.75rem;color:var(--faint);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
[x-cloak]{display:none!important}
.results__empty{padding:22px 16px;text-align:center;color:var(--faint);font-size:.875rem}
.results__loading{padding:18px;display:flex;justify-content:center}

.spinner{width:18px;height:18px;border:2px solid var(--line-2);border-top-color:var(--amber);border-radius:50%;animation:spin .7s linear infinite}
@keyframes spin{to{transform:rotate(360deg)}}

/* -- 9 . Sections -------------------------------------------------------- */
.section{margin-top:clamp(40px,6vw,72px)}
.section__head{display:flex;align-items:center;gap:16px;margin-bottom:22px}
.section__title{font-size:1.1875rem;font-weight:600;color:var(--bone);letter-spacing:-.01em;white-space:nowrap}
.section__rule{flex:1;height:1px;background:var(--line)}
.section__more{
  font-family:var(--mono);font-size:.6875rem;letter-spacing:.14em;text-transform:uppercase;
  color:var(--muted);display:inline-flex;align-items:center;gap:6px;transition:color .18s var(--ease);
}
.section__more:hover{color:var(--amber)}

/* -- 10 . Track cards ---------------------------------------------------- */
.grid{display:grid;gap:clamp(14px,1.6vw,22px);grid-template-columns:repeat(auto-fill,minmax(148px,1fr))}

.card{min-width:0}
.card__art{
  position:relative;display:block;aspect-ratio:1;border-radius:var(--r);overflow:hidden;
  background:var(--ink-3);isolation:isolate;
}
.card__art img{width:100%;height:100%;object-fit:cover;transition:scale .5s var(--ease),filter .3s var(--ease)}
.card:hover .card__art img{scale:1.045;filter:brightness(.62)}
.card__art::after{
  content:"";position:absolute;inset:0;pointer-events:none;
  background:linear-gradient(to top,rgba(10,8,14,.85),transparent 55%);
  opacity:0;transition:opacity .3s var(--ease);
}
.card:hover .card__art::after{opacity:1}
.card__link{position:absolute;inset:0;z-index:1}

.card__play{
  position:absolute;inset-block-end:10px;inset-inline-start:10px;z-index:2;
  width:42px;height:42px;border-radius:50%;background:var(--warm);color:#160d05;
  display:grid;place-items:center;
  opacity:0;translate:0 8px;transition:opacity .25s var(--ease),translate .25s var(--ease),scale .15s var(--ease);
  box-shadow:0 10px 26px -8px rgba(255,110,30,.9);
}
.card__play svg{width:16px;height:16px;fill:currentColor}
.card:hover .card__play,.card__play:focus-visible{opacity:1;translate:0}
.card__play:hover{scale:1.07}

.card__plays{
  position:absolute;inset-block-end:16px;inset-inline-end:12px;z-index:2;
  font-family:var(--mono);font-size:.6875rem;color:var(--bone);
  opacity:0;transition:opacity .25s var(--ease);display:flex;align-items:center;gap:5px;
}
.card:hover .card__plays{opacity:.85}
.card__plays svg{width:12px;height:12px;fill:currentColor}

.card__title{
  margin-top:11px;font-size:.875rem;font-weight:500;color:var(--text);line-height:1.5;
  overflow:hidden;text-overflow:ellipsis;white-space:nowrap;transition:color .18s var(--ease);
}
.card:hover .card__title{color:var(--bone)}
.card__artist{
  font-size:.75rem;color:var(--faint);line-height:1.6;
  overflow:hidden;text-overflow:ellipsis;white-space:nowrap;
}
.card__artist a:hover{color:var(--amber)}

/* Active track — the card that is currently loaded in the player. */
.card.is-current .card__title{color:var(--amber)}
.card.is-current .card__play{opacity:1;translate:0}

/* -- 11 . Track rows (discography) --------------------------------------- */
.rows{display:flex;flex-direction:column}
.row{
  display:grid;align-items:center;gap:14px;padding:9px 12px;border-radius:var(--r);
  grid-template-columns:32px 48px minmax(0,1fr) auto auto;
  transition:background .16s var(--ease);
}
.row:hover{background:var(--ink-2)}
/* Index and play control share one 32px cell: the number is the resting state,
   the control replaces it on hover or focus. */
.row__lead{position:relative;width:32px;height:32px;display:grid;place-items:center}
.row__i{font-family:var(--mono);font-size:.75rem;color:var(--faint);transition:opacity .16s var(--ease)}
.row:hover .row__i{opacity:0}
.row__play{position:absolute;inset:0;border-radius:50%;display:grid;place-items:center;color:var(--bone);
  opacity:0;transition:opacity .16s var(--ease)}
.row__play svg{width:14px;height:14px;fill:currentColor}
.row:hover .row__play,.row__play:focus-visible{opacity:1}
.row__play:focus-visible+.row__i,.row:hover .row__i{opacity:0}
.row__art{width:48px;height:48px;border-radius:var(--r-sm);object-fit:cover;background:var(--ink-3)}
.row__meta{min-width:0}
.row__t{font-size:.875rem;font-weight:500;color:var(--text);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:block}
.row:hover .row__t{color:var(--bone)}
.row__s{font-size:.75rem;color:var(--faint);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:block}
.row__n{font-family:var(--mono);font-size:.75rem;color:var(--faint)}
.row__dl{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;color:var(--faint);transition:color .16s var(--ease),background .16s var(--ease)}
.row__dl svg{width:15px;height:15px;fill:currentColor}
.row__dl:hover{color:var(--bone);background:var(--ink-3)}
.row.is-current{background:var(--ink-2)}
.row.is-current .row__t{color:var(--amber)}
.row.is-current .row__i{opacity:0}
.row.is-current .row__play{opacity:1;color:var(--amber)}

/* -- 12 . Hero + the sleeve/disc signature ------------------------------- */
/* The disc is not decoration: it turns only while audio is playing, so every
   page shows its own transport state without a second indicator. */
.hero{
  display:grid;gap:clamp(28px,5vw,64px);align-items:center;
  grid-template-columns:minmax(0,1fr) auto;
  padding:clamp(32px,5vw,64px) 0 clamp(8px,2vw,20px);
}
.hero__body{min-width:0;display:flex;flex-direction:column;gap:16px;align-items:flex-start}
.hero__title{max-width:16ch}
.hero__title a{transition:color .18s var(--ease)}
.hero__title a:hover{color:var(--amber)}
.hero__artist{font-size:1.125rem;color:var(--muted);font-weight:400}
.hero__artist a{transition:color .18s var(--ease)}
.hero__artist a:hover{color:var(--bone)}
.hero__actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-top:6px}
.hero__data{display:flex;align-items:center;gap:26px;flex-wrap:wrap;margin-top:4px}
.hero__datum{display:flex;flex-direction:column;gap:1px}
.hero__datum b{font-family:var(--mono);font-size:1rem;font-weight:500;color:var(--bone);font-variant-numeric:tabular-nums}
.hero__datum span{font-size:.6875rem;color:var(--faint);letter-spacing:.02em}

.sleeve{position:relative;width:clamp(200px,26vw,320px);aspect-ratio:1;flex:none}
.sleeve__art{
  position:relative;z-index:2;width:100%;height:100%;object-fit:cover;
  border-radius:var(--r-lg);box-shadow:var(--shadow);background:var(--ink-3);
}
.sleeve__disc{
  position:absolute;z-index:1;inset-block:7%;inset-inline-end:-30%;aspect-ratio:1;height:86%;
}
.disc{
  position:relative;width:100%;height:100%;border-radius:50%;
  background:
    repeating-radial-gradient(circle at 50% 50%,
      rgba(243,237,228,.05) 0 1px, rgba(0,0,0,0) 1px 5px),
    radial-gradient(circle at 34% 30%, rgba(243,237,228,.13), rgba(0,0,0,0) 46%),
    radial-gradient(circle at 50% 50%, #16121d 0 30%, #0c0912 30% 100%);
  box-shadow:0 22px 46px -18px rgba(0,0,0,.9), inset 0 0 0 1px rgba(243,237,228,.06);
  animation:groove 9s linear infinite;animation-play-state:paused;
}
body.is-playing .disc{animation-play-state:running}
@keyframes groove{to{transform:rotate(360deg)}}
.disc__label{position:absolute;inset:33%;border-radius:50%;overflow:hidden;box-shadow:inset 0 0 0 1px rgba(243,237,228,.14)}
.disc__label img{width:100%;height:100%;object-fit:cover;filter:saturate(1.1)}
.disc__hole{position:absolute;inset:47.6%;border-radius:50%;background:var(--ink);box-shadow:0 0 0 1px rgba(243,237,228,.18)}

/* Up-next queue beside the hero — a release feed genuinely is ordered, so the
   numbering here carries information rather than decorating. */
.queue{display:flex;flex-direction:column;gap:2px;margin-top:14px;width:100%;max-width:460px}
.queue__head{font-family:var(--mono);font-size:.625rem;letter-spacing:.2em;text-transform:uppercase;color:var(--faint);padding:0 10px 8px}
.queue__item{display:grid;grid-template-columns:26px minmax(0,1fr) auto;align-items:center;gap:12px;padding:7px 10px;border-radius:var(--r-sm);transition:background .16s var(--ease)}
.queue__item:hover{background:var(--ink-2)}
.queue__i{font-family:var(--mono);font-size:.6875rem;color:var(--faint)}
.queue__t{font-size:.8125rem;color:var(--muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.queue__item:hover .queue__t{color:var(--text)}
.queue__s{font-family:var(--mono);font-size:.6875rem;color:var(--faint)}

/* -- 13 . Track page ----------------------------------------------------- */
.crumbs{display:flex;align-items:center;gap:8px;flex-wrap:wrap;padding-top:26px;font-size:.75rem;color:var(--faint)}
.crumbs a{transition:color .18s var(--ease)}
.crumbs a:hover{color:var(--amber)}
.crumbs li{display:flex;align-items:center;gap:8px}
.crumbs li+li::before{content:"/";color:var(--line-2);font-family:var(--mono)}
.crumbs [aria-current]{color:var(--muted)}

.lyrics{
  max-width:62ch;margin-inline:auto;padding:clamp(24px,4vw,44px);
  background:var(--ink-2);border:1px solid var(--line);border-radius:var(--r-lg);
  font-size:1.0625rem;line-height:2.4;color:var(--text);text-align:center;font-weight:300;
}
.lyrics p{margin:0 0 1.4em}
.lyrics p:last-child{margin-bottom:0}

.panel{background:var(--ink-2);border:1px solid var(--line);border-radius:var(--r-lg);padding:clamp(18px,3vw,28px)}
.dl-note{font-size:.8125rem;color:var(--faint);margin-top:10px}

/* -- 14 . Artist page ---------------------------------------------------- */
.artist{display:grid;grid-template-columns:auto minmax(0,1fr);gap:clamp(22px,4vw,44px);align-items:center;padding:clamp(28px,4vw,52px) 0}
.artist__photo{
  width:clamp(132px,16vw,190px);aspect-ratio:1;border-radius:var(--r-lg);object-fit:cover;
  background:var(--ink-3);box-shadow:var(--shadow);
}
.artist__body{min-width:0;display:flex;flex-direction:column;gap:14px;align-items:flex-start}
.artist__bio{max-width:68ch;color:var(--muted);font-size:.9375rem;line-height:2.05;font-weight:300}
.artist__bio p{margin:0 0 .9em}
.bio-toggle{font-family:var(--mono);font-size:.6875rem;letter-spacing:.14em;text-transform:uppercase;color:var(--amber)}
.clamp-6{display:-webkit-box;-webkit-line-clamp:6;line-clamp:6;-webkit-box-orient:vertical;overflow:hidden}

/* -- 15 . Player --------------------------------------------------------- */
.player{
  position:fixed;inset-block-end:0;inset-inline:0;z-index:80;height:var(--player-h);
  display:grid;grid-template-columns:minmax(0,1fr) minmax(0,2fr) minmax(0,1fr);
  align-items:center;gap:20px;padding:0 clamp(14px,2.4vw,26px);
  background:var(--ink-2);
  background:color-mix(in srgb,var(--ink-2) 94%,transparent);
  backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);
  border-top:1px solid var(--line);
  transform:translateY(100%);transition:transform .4s var(--ease);
}
.player.is-ready{transform:none}

.player__now{display:flex;align-items:center;gap:12px;min-width:0}
.player__art{width:54px;height:54px;border-radius:var(--r-sm);object-fit:cover;background:var(--ink-3);flex:none}
.player__meta{min-width:0}
.player__t{font-size:.875rem;font-weight:500;color:var(--bone);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:block}
.player__s{font-size:.75rem;color:var(--faint);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:block}

.player__center{display:flex;flex-direction:column;align-items:center;gap:6px;min-width:0;width:100%}
.player__buttons{display:flex;align-items:center;gap:6px}
.pbtn{width:36px;height:36px;border-radius:50%;display:grid;place-items:center;color:var(--muted);transition:color .16s var(--ease),background .16s var(--ease),scale .16s var(--ease)}
.pbtn svg{width:17px;height:17px;fill:currentColor}
.pbtn:hover{color:var(--bone);background:var(--ink-3)}
.pbtn.is-on{color:var(--amber)}
.pbtn--play{width:44px;height:44px;background:var(--bone);color:#12100c}
.pbtn--play svg{width:18px;height:18px}
.pbtn--play:hover{background:#fff;color:#12100c;scale:1.04}
.pbtn[disabled]{opacity:.35;pointer-events:none}

.player__seek{display:flex;align-items:center;gap:10px;width:100%;max-width:620px}
.time{font-family:var(--mono);font-size:.6875rem;color:var(--faint);font-variant-numeric:tabular-nums;width:40px;text-align:center;flex:none}

.range{
  -webkit-appearance:none;appearance:none;width:100%;height:14px;background:none;cursor:pointer;
}
.range::-webkit-slider-runnable-track{height:4px;border-radius:99px;
  background:linear-gradient(to right,var(--amber) var(--pct,0%),var(--ink-4) var(--pct,0%))}
.range::-moz-range-track{height:4px;border-radius:99px;background:var(--ink-4)}
.range::-moz-range-progress{height:4px;border-radius:99px;background:var(--amber)}
.range::-webkit-slider-thumb{
  -webkit-appearance:none;appearance:none;width:12px;height:12px;border-radius:50%;
  background:var(--bone);margin-top:-4px;opacity:0;transition:opacity .16s var(--ease)}
.range::-moz-range-thumb{width:12px;height:12px;border:0;border-radius:50%;background:var(--bone);opacity:0}
.range:hover::-webkit-slider-thumb,.range:focus-visible::-webkit-slider-thumb{opacity:1}
.range:hover::-moz-range-thumb,.range:focus-visible::-moz-range-thumb{opacity:1}

/* Audio time runs left-to-right even inside an RTL page. */
.player__seek,.player__volume{direction:ltr}

.player__side{display:flex;align-items:center;justify-content:flex-end;gap:4px}
.player__volume{display:flex;align-items:center;gap:6px;width:104px}

/* Mobile progress hairline sits on the player's top edge. */
.player__hair{display:none;position:absolute;inset-inline:0;top:-1px;height:2px;background:var(--ink-4)}
.player__hair span{display:block;height:100%;width:0;background:var(--warm)}

/* -- 16 . Footer --------------------------------------------------------- */
.footer{margin-top:clamp(56px,8vw,110px);border-top:1px solid var(--line);padding:44px 0 20px}
.footer__grid{display:grid;gap:36px;grid-template-columns:minmax(240px,1.6fr) repeat(auto-fit,minmax(150px,1fr))}
.footer__brand img{height:30px;width:auto;margin-bottom:14px}
.footer__about{font-size:.875rem;color:var(--faint);line-height:2;max-width:44ch}
.footer__h{font-size:.8125rem;font-weight:600;color:var(--bone);margin-bottom:14px}
.footer__nav{display:flex;flex-direction:column;gap:9px}
.footer__nav a,.footer__contact a{font-size:.8125rem;color:var(--muted);transition:color .18s var(--ease)}
.footer__nav a:hover,.footer__contact a:hover{color:var(--amber)}
.footer__contact{display:flex;flex-direction:column;gap:9px}
.footer__contact a{display:flex;align-items:center;gap:9px}
.footer__contact svg{width:15px;height:15px;fill:currentColor;color:var(--faint);flex:none}
.footer__bar{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap;
  margin-top:34px;padding-top:18px;border-top:1px solid var(--line);font-size:.75rem;color:var(--faint)}
.footer__social{display:flex;gap:8px}
.footer__social a{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:var(--ink-2);border:1px solid var(--line);transition:border-color .18s var(--ease)}
.footer__social a:hover{border-color:var(--line-2)}
.footer__social svg{width:15px;height:15px;fill:var(--muted)}

/* -- 17 . Utilities ------------------------------------------------------ */
.sr{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}
.empty{padding:60px 20px;text-align:center;color:var(--faint);font-size:.9375rem}
.ltr{direction:ltr;unicode-bidi:isolate}

/* -- 18 . Responsive ----------------------------------------------------- */
@media (min-width:1024px){
  .main{margin-inline-start:var(--rail)}
}
@media (max-width:1023px){
  .rail{transform:translateX(-100%);box-shadow:var(--shadow)}
  [dir=rtl] .rail{transform:translateX(100%)}
  body.rail-open .rail{transform:none}
  .rail__close{display:grid;place-items:center;width:38px;height:38px;border-radius:var(--r);
    position:absolute;top:20px;inset-inline-end:16px;color:var(--muted)}
  .rail__close svg{width:18px;height:18px;fill:currentColor}
  .topbar__burger{display:grid}
  .topbar__logo{display:block}
  .topbar__logo img{height:26px;width:auto}
  .hero{grid-template-columns:1fr;justify-items:center;text-align:center}
  .hero__body{align-items:center}
  .hero__title{max-width:none}
  .sleeve{order:-1;width:min(280px,64vw)}
  .sleeve__disc{inset-inline-end:-26%}
  .artist{grid-template-columns:1fr;justify-items:center;text-align:center}
  .artist__body{align-items:center}
}
@media (max-width:760px){
  :root{--player-h:64px;--topbar-h:60px}
  .search{position:static}
  .results{inset-inline:var(--gutter)}
  .player{grid-template-columns:minmax(0,1fr) auto;gap:10px}
  .player__center{flex-direction:row;width:auto}
  .player__seek{display:none}
  .player__side{display:none}
  .player__art{width:44px;height:44px}
  .player__hair{display:block}
  .pbtn--prev{display:none}
  .grid{grid-template-columns:repeat(auto-fill,minmax(126px,1fr));gap:14px}
  .row{grid-template-columns:28px minmax(0,1fr) auto;gap:11px}
  .row__art{display:none}
  .row__n{display:none}
  .lyrics{padding:20px 16px;font-size:1rem;line-height:2.2}
  .hero__data{justify-content:center;gap:18px}
}
@media (max-width:420px){
  .grid{grid-template-columns:repeat(2,1fr)}
}

/* -- 19 . Motion & accessibility ----------------------------------------- */
@media (prefers-reduced-motion:reduce){
  *,*::before,*::after{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important;scroll-behavior:auto!important}
  .disc{animation:none}
}
@media (prefers-contrast:more){
  :root{--muted:#C9C2D4;--faint:#A79FB5;--line:rgba(243,237,228,.22);--line-2:rgba(243,237,228,.34)}
}

/* ==========================================================================
   20 . Accounts, library, playlists, PWA, skeletons
   Appended as one block so the original system above stays readable.
   ========================================================================== */

/* -- 20.1 . Forms --------------------------------------------------------- */
.form{max-width:420px;margin-inline:auto;padding:clamp(28px,6vw,56px) 0}
.form__head{margin-bottom:26px}
.form__head h1{margin-bottom:8px}
.form__head p{color:var(--muted);font-size:.9375rem}
.field{display:flex;flex-direction:column;gap:7px;margin-bottom:16px}
.field label{font-size:.8125rem;color:var(--muted);font-weight:500}
.input{
  height:48px;padding:0 15px;border-radius:var(--r);
  background:var(--ink-2);border:1px solid var(--line);color:var(--text);
  font-size:.9375rem;outline:none;width:100%;
  transition:border-color .18s var(--ease),background .18s var(--ease);
}
.input:focus{border-color:var(--line-2);background:var(--ink-3)}
.input::placeholder{color:var(--faint)}
.input[aria-invalid=true]{border-color:#E5484D}
textarea.input{height:auto;min-height:96px;padding:12px 15px;line-height:1.9;resize:vertical}
.field__error{font-size:.75rem;color:#FF8A8A}
.field__hint{font-size:.75rem;color:var(--faint)}
.form .btn{width:100%}
.form__alt{margin-top:20px;padding-top:18px;border-top:1px solid var(--line);
  font-size:.875rem;color:var(--muted);text-align:center}
.form__alt a{color:var(--amber)}

.check{display:flex;align-items:center;gap:10px;cursor:pointer;font-size:.875rem;color:var(--muted)}
.check input{
  appearance:none;-webkit-appearance:none;width:20px;height:20px;flex:none;border-radius:6px;
  background:var(--ink-2);border:1px solid var(--line-2);cursor:pointer;
  display:grid;place-items:center;transition:background .16s var(--ease),border-color .16s var(--ease);
}
.check input:checked{background:var(--amber);border-color:var(--amber)}
.check input:checked::after{content:"";width:5px;height:9px;border:solid #12100c;border-width:0 2px 2px 0;rotate:45deg;translate:0 -1px}

.alert{padding:12px 15px;border-radius:var(--r);font-size:.875rem;margin-bottom:18px;border:1px solid}
.alert--ok{background:rgba(80,200,140,.09);border-color:rgba(80,200,140,.28);color:#8FE3B8}
.alert--bad{background:rgba(229,72,77,.09);border-color:rgba(229,72,77,.3);color:#FF9B9E}

/* -- 20.2 . Account chip in the rail -------------------------------------- */
.account{display:flex;align-items:center;gap:10px;padding:10px 12px;border-radius:var(--r);
  background:var(--ink-3);border:1px solid var(--line)}
.account img{width:32px;height:32px;border-radius:50%;object-fit:cover;flex:none;background:var(--ink-4)}
.account__name{font-size:.8125rem;color:var(--text);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0}
.account__out{margin-inline-start:auto;color:var(--faint);flex:none}
.account__out svg{width:16px;height:16px;fill:currentColor}
.account__out:hover{color:var(--bone)}

/* -- 20.3 . Favourite and add-to-playlist --------------------------------- */
.heart{
  width:36px;height:36px;border-radius:50%;display:grid;place-items:center;
  color:var(--muted);transition:color .16s var(--ease),background .16s var(--ease),scale .16s var(--ease);
}
.heart svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.9}
.heart:hover{color:var(--bone);background:var(--ink-3)}
.heart.is-on{color:var(--ember);animation:pop .28s var(--ease)}
.heart.is-on svg{fill:currentColor;stroke:currentColor}
@keyframes pop{40%{scale:1.22}100%{scale:1}}

/* Card overlay actions sit opposite the play control. */
.card__fav{position:absolute;inset-block-start:8px;inset-inline-end:8px;z-index:2;
  width:34px;height:34px;border-radius:50%;background:rgba(10,8,14,.62);
  backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);
  display:grid;place-items:center;color:var(--bone);opacity:0;transition:opacity .25s var(--ease)}
.card__fav svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:1.9}
.card:hover .card__fav,.card__fav:focus-visible,.card__fav.is-on{opacity:1}
.card__fav.is-on{color:var(--ember)}
.card__fav.is-on svg{fill:currentColor}

/* -- 20.4 . Menus --------------------------------------------------------- */
.menu{position:relative}
.menu__btn{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;color:var(--faint)}
.menu__btn svg{width:16px;height:16px;fill:currentColor}
.menu__btn:hover{color:var(--bone);background:var(--ink-3)}
.menu__pop{
  position:absolute;inset-inline-end:0;top:calc(100% + 6px);z-index:75;min-width:212px;
  background:var(--ink-2);border:1px solid var(--line-2);border-radius:var(--r);
  box-shadow:var(--shadow);padding:6px;display:none;max-height:320px;overflow-y:auto;
}
.menu.is-open .menu__pop{display:block}
.menu__label{font-family:var(--mono);font-size:.625rem;letter-spacing:.16em;text-transform:uppercase;
  color:var(--faint);padding:8px 10px 4px}
.menu__item{display:flex;align-items:center;gap:9px;width:100%;padding:9px 10px;border-radius:var(--r-sm);
  font-size:.8125rem;color:var(--text);text-align:start;transition:background .14s var(--ease)}
.menu__item:hover{background:var(--ink-3)}
.menu__item svg{width:15px;height:15px;fill:currentColor;color:var(--faint);flex:none}
.menu__item span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.menu__sep{height:1px;background:var(--line);margin:5px 0}

/* -- 20.5 . Playlist cards ------------------------------------------------ */
.plist{display:block;min-width:0}
.plist__art{position:relative;aspect-ratio:1;border-radius:var(--r);overflow:hidden;background:var(--ink-3);
  display:grid;place-items:center}
.plist__art img{width:100%;height:100%;object-fit:cover}
.plist__art svg{width:34%;height:34%;fill:var(--ink-4)}
.plist__badge{position:absolute;inset-block-start:8px;inset-inline-start:8px;
  font-family:var(--mono);font-size:.5625rem;letter-spacing:.1em;text-transform:uppercase;
  padding:3px 7px;border-radius:5px;background:rgba(10,8,14,.7);color:var(--bone);
  backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px)}
.plist__title{margin-top:11px;font-size:.875rem;font-weight:500;color:var(--text);
  overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.plist:hover .plist__title{color:var(--bone)}
.plist__meta{font-size:.75rem;color:var(--faint)}

/* -- 20.6 . Skeletons ----------------------------------------------------- */
/* One shimmer definition, applied to whatever shape is waiting. */
.sk{position:relative;overflow:hidden;background:var(--ink-3);border-radius:var(--r)}
.sk::after{
  content:"";position:absolute;inset:0;translate:-100% 0;
  background:linear-gradient(90deg,rgba(0,0,0,0),rgba(243,237,228,.07),rgba(0,0,0,0));
  animation:sweep 1.35s infinite;
}
@keyframes sweep{100%{translate:100% 0}}
.sk--text{height:.72em;border-radius:5px;margin:.32em 0}
.sk--art{aspect-ratio:1;border-radius:var(--r)}
.sk--round{border-radius:50%}
.sk--w70{width:70%}
.sk--w45{width:45%}

/* Covers fade in once decoded, which removes the grey flash on a slow
   connection without adding a byte of markup per card. */
.card__art img{opacity:0;transition:opacity .3s var(--ease)}
.card__art img.is-loaded{opacity:1}
html.no-js .card__art img{opacity:1}

@media (prefers-reduced-motion:reduce){
  .sk::after{animation:none}
}

/* -- 20.7 . Toast --------------------------------------------------------- */
.toasts{position:fixed;inset-block-end:calc(var(--player-h) + 16px);inset-inline:0;z-index:95;
  display:flex;flex-direction:column;align-items:center;gap:8px;pointer-events:none;padding:0 16px}
.toast{
  background:var(--ink-3);border:1px solid var(--line-2);color:var(--text);
  padding:11px 18px;border-radius:999px;font-size:.8125rem;box-shadow:var(--shadow);
  pointer-events:auto;display:flex;align-items:center;gap:9px;max-width:min(92vw,420px);
  animation:rise .28s var(--ease);
}
.toast svg{width:15px;height:15px;fill:currentColor;flex:none;color:var(--amber)}
.toast a{color:var(--amber);white-space:nowrap}
@keyframes rise{from{opacity:0;translate:0 10px}to{opacity:1;translate:0}}

/* -- 20.8 . Install prompt ------------------------------------------------ */
/* Shown once the browser says the app is installable, and never again after a
   dismissal. The player already owns the bottom edge, so this sits above it. */
.install{
  position:fixed;inset-block-end:calc(var(--player-h) + 14px);inset-inline:14px;z-index:96;
  max-width:440px;margin-inline:auto;
  display:none;align-items:center;gap:14px;padding:14px 16px;
  background:var(--ink-2);border:1px solid var(--line-2);border-radius:var(--r-lg);
  box-shadow:var(--shadow);animation:rise .32s var(--ease);
}
.install.is-on{display:flex}
.install__icon{width:44px;height:44px;border-radius:12px;flex:none;background:var(--ink-3)}
.install__body{min-width:0;flex:1}
.install__body b{display:block;font-size:.875rem;color:var(--bone);font-weight:600}
.install__body span{display:block;font-size:.75rem;color:var(--muted);line-height:1.7}
.install__go{height:38px;padding:0 16px;border-radius:999px;background:var(--warm);color:#160d05;
  font-size:.8125rem;font-weight:600;flex:none}
.install__x{width:30px;height:30px;border-radius:50%;display:grid;place-items:center;color:var(--faint);flex:none}
.install__x svg{width:14px;height:14px;fill:currentColor}
.install__x:hover{color:var(--bone);background:var(--ink-3)}

/* A quieter permanent entry point for people who dismissed the banner. */
.nav__link--install{color:var(--amber)}
.nav__link--install svg{opacity:1}

/* In standalone mode the app is already installed; hide every trace of it. */
@media (display-mode:standalone){
  .install,.nav__link--install{display:none!important}
}

/* -- 20.9 . Library ------------------------------------------------------- */
.lib__head{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;flex-wrap:wrap;
  padding:clamp(26px,4vw,44px) 0 4px}
.empty__cta{margin-top:16px;display:flex;gap:10px;justify-content:center;flex-wrap:wrap}

/* -- 20.10 . Dialog ------------------------------------------------------- */
.dialog{border:0;padding:0;background:none;max-width:min(92vw,420px);width:100%}
.dialog::backdrop{background:rgba(6,5,10,.72);backdrop-filter:blur(3px)}
.dialog__box{background:var(--ink-2);border:1px solid var(--line-2);border-radius:var(--r-lg);
  padding:22px;box-shadow:var(--shadow)}
.dialog__box h2{font-size:1.0625rem;font-weight:600;color:var(--bone);margin-bottom:16px}
.dialog__row{display:flex;gap:10px;margin-top:18px}
.dialog__row .btn{flex:1}
.row__actions{display:flex;align-items:center;gap:2px}
.row__actions .heart{width:32px;height:32px}
.row__actions .heart svg{width:16px;height:16px}
.pager{display:flex;align-items:center;justify-content:center;gap:12px}
.pager__btn{height:40px;padding:0 18px;border-radius:999px;display:inline-flex;align-items:center;
  background:var(--ink-2);border:1px solid var(--line);color:var(--text);font-size:.875rem;
  transition:background .18s var(--ease),color .18s var(--ease)}
.pager__btn:hover{background:var(--ink-3);color:var(--bone)}
.pager__btn.is-off{opacity:.38;pointer-events:none}
.pager__count{font-size:.75rem;color:var(--faint)}

/* ==========================================================================
   21 . Concerts
   Posters are portrait (2:3) where covers are square, so events get their own
   grid rather than being forced into the card system.
   ========================================================================== */

.hero--flat{grid-template-columns:1fr;padding-bottom:0}
.hero--flat .hero__body{align-items:flex-start;max-width:none}

.ev-grid{display:grid;gap:clamp(14px,1.8vw,24px);grid-template-columns:repeat(auto-fill,minmax(178px,1fr))}

.ev{min-width:0}
.ev__art{position:relative;display:block;aspect-ratio:5/7;border-radius:var(--r);overflow:hidden;
  background:var(--ink-3)}
.ev__art img{width:100%;height:100%;object-fit:cover;transition:scale .5s var(--ease)}
.ev:hover .ev__art img{scale:1.04}
.ev__noart{position:absolute;inset:0;display:grid;place-items:center}
.ev__noart svg{width:34%;height:34%;fill:var(--ink-4)}

/* The countdown chip is the one piece of colour on the card: it is the reason
   the visitor is looking at it. */
.ev__flag{
  position:absolute;inset-block-end:8px;inset-inline-start:8px;
  font-family:var(--mono);font-size:.625rem;letter-spacing:.04em;
  padding:4px 9px;border-radius:6px;background:rgba(10,8,14,.78);color:var(--amber);
  backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);
}
.ev__flag--off{color:#FF9B9E}

.ev__title{margin-top:11px;font-size:.875rem;font-weight:500;color:var(--text);line-height:1.5;
  overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.ev:hover .ev__title{color:var(--bone)}
.ev__meta{display:flex;flex-wrap:wrap;gap:4px 10px;font-size:.75rem;color:var(--faint);line-height:1.7}
.ev__meta .mono{font-size:.6875rem}

.ev__filter{display:flex;gap:10px;width:100%;max-width:520px;margin-top:8px}
.ev__filter .search__field{flex:1}

/* -- city chips ----------------------------------------------------------- */
.chips{display:flex;flex-wrap:wrap;gap:8px;margin:26px 0 6px}
.chip{display:inline-flex;align-items:center;height:34px;padding:0 14px;border-radius:999px;
  background:var(--ink-2);border:1px solid var(--line);color:var(--muted);font-size:.8125rem;
  transition:border-color .18s var(--ease),color .18s var(--ease),background .18s var(--ease)}
.chip:hover{color:var(--bone);border-color:var(--line-2)}
.chip.is-on{background:var(--ink-3);color:var(--bone);border-color:var(--line-2)}

/* -- countdown ------------------------------------------------------------ */
.cd{display:flex;gap:8px;margin:6px 0 4px}
.cd__cell{
  min-width:64px;padding:10px 12px;border-radius:var(--r);text-align:center;
  background:var(--ink-2);border:1px solid var(--line);
}
.cd__cell b{display:block;font-size:1.375rem;font-weight:500;color:var(--bone);
  font-variant-numeric:tabular-nums;line-height:1.2}
.cd__cell span{display:block;font-size:.6875rem;color:var(--faint);margin-top:2px}
.cd.is-live .cd__cell{border-color:rgba(255,138,31,.35)}
.cd.is-live .cd__cell b{color:var(--amber)}

/* -- poster beside the hero ----------------------------------------------- */
.ev__poster{flex:none;width:clamp(190px,24vw,300px)}
.ev__poster img{width:100%;height:auto;aspect-ratio:5/7;object-fit:cover;
  border-radius:var(--r-lg);box-shadow:var(--shadow);background:var(--ink-3)}

@media (max-width:1023px){
  .ev__poster{order:-1;width:min(260px,58vw)}
}
@media (max-width:760px){
  .ev-grid{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:14px}
  .cd__cell{min-width:0;flex:1;padding:9px 6px}
  .cd__cell b{font-size:1.125rem}
  .ev__filter{flex-direction:column}
}
@media (max-width:420px){
  .ev-grid{grid-template-columns:repeat(2,1fr)}
}

/* -- concerts strip on an artist page ------------------------------------- */
.ev-strip{display:flex;flex-direction:column;gap:2px}
.ev-row{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:14px;
  padding:11px 12px;border-radius:var(--r);transition:background .16s var(--ease)}
.ev-row:hover{background:var(--ink-2)}
.ev-row__date{text-align:center;min-width:56px}
.ev-row__date b{display:block;font-family:var(--mono);font-size:1.0625rem;color:var(--bone);line-height:1.15}
.ev-row__date span{display:block;font-size:.6875rem;color:var(--faint)}
.ev-row__meta{min-width:0}
.ev-row__t{display:block;font-size:.875rem;color:var(--text);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.ev-row:hover .ev-row__t{color:var(--bone)}
.ev-row__s{display:block;font-size:.75rem;color:var(--faint)}
.ev-row__go{font-family:var(--mono);font-size:.6875rem;letter-spacing:.1em;text-transform:uppercase;color:var(--amber)}

/* ==========================================================================
   22 . Editorial — news and long-form
   ========================================================================== */

.post-grid{display:grid;gap:clamp(18px,2.4vw,30px);grid-template-columns:repeat(auto-fill,minmax(280px,1fr));margin-top:26px}

.post{min-width:0}
.post__art{display:block;aspect-ratio:16/9;border-radius:var(--r);overflow:hidden;background:var(--ink-3)}
.post__art img{width:100%;height:100%;object-fit:cover;transition:scale .5s var(--ease)}
.post:hover .post__art img{scale:1.04}
.post__noart{display:block;width:100%;height:100%;
  background:linear-gradient(135deg,var(--ink-3),var(--ink-4))}
.post__cat{margin-top:12px;font-family:var(--mono);font-size:.625rem;letter-spacing:.18em;
  text-transform:uppercase;color:var(--amber)}
.post__title{margin-top:6px;font-size:1.0625rem;font-weight:600;color:var(--bone);line-height:1.55;
  letter-spacing:-.01em;text-wrap:balance}
.post:hover .post__title{color:#fff}
.post__sum{margin-top:7px;font-size:.875rem;color:var(--muted);line-height:1.9;
  display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
.post__meta{margin-top:9px;font-size:.6875rem;color:var(--faint)}

/* -- article -------------------------------------------------------------- */
/* A single column at a readable measure; the site chrome stays out of the way
   of the one thing on the page that is meant to be read start to finish. */
.article{max-width:70ch;margin-inline:auto;padding-top:clamp(20px,3vw,36px)}
.article__head{margin-bottom:26px}
.article__head .d1{font-size:clamp(1.75rem,4vw,2.9rem);margin-top:8px}
.article__meta{display:flex;flex-wrap:wrap;gap:6px 16px;margin-top:14px;
  font-size:.8125rem;color:var(--faint)}
.article__cover{width:100%;height:auto;aspect-ratio:16/9;object-fit:cover;
  border-radius:var(--r-lg);margin-bottom:30px;background:var(--ink-3)}
.article__body{font-size:1.0625rem;line-height:2.2;color:var(--text);font-weight:300}
.article__body p{margin:0 0 1.3em}
.article__body h2{font-size:1.375rem;font-weight:600;color:var(--bone);margin:1.8em 0 .6em;
  letter-spacing:-.01em}
.article__body h3{font-size:1.125rem;font-weight:600;color:var(--bone);margin:1.5em 0 .5em}
.article__body a{color:var(--amber);text-decoration:underline;text-underline-offset:3px}
.article__body ul,.article__body ol{margin:0 0 1.3em;padding-inline-start:1.4em}
.article__body ul{list-style:disc}
.article__body ol{list-style:decimal}
.article__body li{margin-bottom:.5em}
.article__body blockquote{margin:1.5em 0;padding-inline-start:18px;
  border-inline-start:2px solid var(--amber);color:var(--muted)}
.article__body img{border-radius:var(--r);margin:1.4em 0}
.article__body strong{font-weight:600;color:var(--bone)}

/* ==========================================================================
   23 . Search
   The field is the page: on a search surface the first thing a visitor should
   meet is somewhere to type, at a size that says so.
   ========================================================================== */

.find{padding:clamp(30px,6vw,64px) 0 4px;max-width:760px;margin-inline:auto}

.find__form{
  position:relative;display:flex;align-items:center;gap:10px;
  height:64px;padding:0 8px 0 8px;padding-inline-start:52px;
  background:var(--ink-2);border:1px solid var(--line-2);border-radius:999px;
  transition:border-color .2s var(--ease),background .2s var(--ease);
}
.find__form:focus-within{border-color:var(--amber);background:var(--ink-3)}
.find__icon{
  position:absolute;inset-inline-start:20px;top:50%;translate:0 -50%;
  width:20px;height:20px;fill:var(--faint);pointer-events:none;
}
.find__form:focus-within .find__icon{fill:var(--amber)}
.find__input{
  flex:1;min-width:0;background:none;border:0;outline:none;
  font-size:1.0625rem;color:var(--bone);font-family:inherit;
}
.find__input::placeholder{color:var(--faint)}
.find__input::-webkit-search-cancel-button{display:none}
.find__clear{
  width:34px;height:34px;border-radius:50%;display:grid;place-items:center;
  color:var(--faint);flex:none;transition:color .16s var(--ease),background .16s var(--ease);
}
.find__clear svg{width:15px;height:15px;fill:currentColor}
.find__clear:hover{color:var(--bone);background:var(--ink-4)}
.find__go{
  height:48px;padding:0 22px;border-radius:999px;background:var(--warm);color:#160d05;
  font-size:.875rem;font-weight:600;flex:none;
  transition:transform .18s var(--ease);
}
.find__go:hover{transform:translateY(-1px)}

.find__tabs{display:flex;flex-wrap:wrap;gap:8px;margin-top:16px;justify-content:center}
.find__tabs .chip b{margin-inline-start:6px;color:var(--faint);font-size:.6875rem;font-weight:400}
.find__tabs .chip.is-on b{color:var(--amber)}

/* -- artist faces --------------------------------------------------------- */
/* Round, because a person is not an album. */
.face-grid{display:grid;gap:clamp(14px,2vw,24px);grid-template-columns:repeat(auto-fill,minmax(124px,1fr))}
.face{display:flex;flex-direction:column;align-items:center;text-align:center;min-width:0}
.face img{
  width:100%;height:auto;aspect-ratio:1;object-fit:cover;border-radius:50%;
  background:var(--ink-3);border:1px solid var(--line);
  transition:border-color .2s var(--ease),scale .3s var(--ease);
}
.face:hover img{border-color:var(--line-2);scale:1.03}
.face__name{
  margin-top:11px;font-size:.875rem;font-weight:500;color:var(--text);line-height:1.5;
  max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;
}
.face:hover .face__name{color:var(--bone)}
.face__meta{font-size:.6875rem;color:var(--faint)}

.chips .chip b{margin-inline-start:6px;color:var(--faint);font-size:.6875rem;font-weight:400}

.empty__hint{display:block;font-size:.8125rem;color:var(--faint);margin-top:8px}

@media (max-width:760px){
  .find__form{height:56px;padding-inline-start:46px}
  .find__icon{inset-inline-start:16px;width:18px;height:18px}
  .find__input{font-size:1rem}
  .find__go{height:42px;padding:0 16px;font-size:.8125rem}
  .face-grid{grid-template-columns:repeat(auto-fill,minmax(96px,1fr));gap:14px}
}

/* -- news attribution ----------------------------------------------------- */
/* Rewritten reporting always shows where it came from. */
.credit{
  display:flex;flex-wrap:wrap;align-items:center;gap:6px 12px;
  margin-top:32px;padding:14px 16px;border-radius:var(--r);
  background:var(--ink-2);border:1px solid var(--line);
  font-size:.8125rem;color:var(--muted);line-height:1.8;
}
.credit b{color:var(--text);font-weight:600}
.credit a{color:var(--amber);white-space:nowrap}
.post__badge{
  display:inline-block;margin-inline-start:6px;padding:1px 7px;border-radius:5px;
  font-family:var(--mono);font-size:.5625rem;letter-spacing:.08em;
  background:var(--ink-3);color:var(--faint);vertical-align:middle;
}
