/* Perritos Lindos — one stylesheet.
   The fixed layer: Archivo, black ink on warm off-white/colour, thin rules, tracked metadata, arrows, the dog.
   The variable layer: the four-colour gradient behind everything and two-ink combinations (--p1 / --pf / --p2)
   that pages and tiles pick in rotation. Colours belong to the agency, never to an artist. */
@font-face { font-family: "Archivo"; src: url("/fonts/archivo-normal.woff2") format("woff2"); font-weight: 300 900; font-stretch: 100% 125%; font-style: normal; font-display: swap; }
@font-face { font-family: "Archivo"; src: url("/fonts/archivo-italic.woff2") format("woff2"); font-weight: 300 900; font-stretch: 100% 125%; font-style: italic; font-display: swap; }
:root {
  --font: "Archivo", "Helvetica Neue", Helvetica, Arial, sans-serif;
  --ink: #111111; --bg: #A64C82; --a: #D8755E; --b: #B4832F; --c: #3155A6;
  --cream: 245 240 229; --paper: #fbf8f2; --rule: rgb(17 17 17 / .45);
  --gutter: clamp(20px, 3.5vw, 60px); --radius: 8px;
  --ease: cubic-bezier(.2, .7, .2, 1);
  --p1: #FBF8F2; --pf: #111111; --p2: #3155A6;
}
* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body { margin: 0; font-family: var(--font); font-size: 16px; line-height: 1.5; color: var(--ink); background: var(--bg); min-height: 100dvh; overflow-x: hidden; font-variation-settings: "wdth" 100; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }
svg { width: 1em; height: 1em; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; flex: none; }
:focus-visible { outline: 2px solid currentColor; outline-offset: 4px; border-radius: 2px; }
.skip { position: absolute; left: -999px; top: 8px; background: var(--ink); color: var(--paper); padding: 8px 12px; z-index: 100; }
.skip:focus { left: 8px; }
::selection { background: var(--ink); color: var(--paper); }

/* ---------- the background: the agency's four colours, one composition behind the whole site ----------
   Disco is the base, Balearic the big warm blob, Funk a smaller one, House a small cool counterpoint at the edge
   (roughly 40 / 30 / 20 / 10). Fixed, so it continues through the page; sections lay cream veils over it. */
.bg { position: fixed; inset: 0; z-index: -1; overflow: hidden; background: var(--bg); pointer-events: none; }
.bg i { position: absolute; display: block; border-radius: 50%; filter: blur(90px); will-change: transform; animation: drift 40s var(--ease) infinite alternate; }
.bg i:nth-child(1) { background: var(--a); width: 95vmax; height: 85vmax; right: -25vmax; top: -30vmax; opacity: .95; }
.bg i:nth-child(2) { background: var(--b); width: 60vmax; height: 60vmax; left: -15vmax; bottom: -25vmax; opacity: .85; animation-duration: 52s; animation-delay: -20s; }
.bg i:nth-child(3) { background: var(--c); width: 34vmax; height: 34vmax; right: -8vmax; bottom: -6vmax; opacity: .55; animation-duration: 46s; animation-delay: -9s; }
.bg i:nth-child(4) { background: var(--a); width: 45vmax; height: 45vmax; left: 30vmax; top: 40vmax; opacity: .5; animation-duration: 58s; animation-delay: -31s; }
.bg::after { content: ""; position: absolute; inset: 0; background: rgb(var(--cream)); mix-blend-mode: soft-light; opacity: .7; }
/* every page but the home sits on a quieter version so long text stays readable; the header is part of it */
html:not([data-page="home"]) .bg::before { content: ""; position: absolute; inset: 0; z-index: 1; background: rgb(var(--cream) / .45); }
@keyframes drift {
  0% { transform: translate3d(0, 0, 0) scale(1); }
  50% { transform: translate3d(-6vw, 8vh, 0) scale(1.08); }
  100% { transform: translate3d(5vw, -6vh, 0) scale(.96); }
}
@media (prefers-reduced-motion: reduce) { .bg i { animation: none !important; } * { transition-duration: 0s !important; } }

/* ---------- paper: grain and fibre over everything, like printed matter ---------- */
.paper { position: fixed; inset: 0; z-index: 60; pointer-events: none; mix-blend-mode: multiply; opacity: 1; }
.paper::before, .paper::after { content: ""; position: absolute; inset: -50%; }
.paper::before { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='260' height='260'%3E%3Cfilter id='g'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.95' numOctaves='2' stitchTiles='stitch'/%3E%3CfeColorMatrix values='0 0 0 0 .2 0 0 0 0 .15 0 0 0 0 .1 0 0 0 .5 0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23g)'/%3E%3C/svg%3E"); background-size: 260px; opacity: .5; }
.paper::after { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='600' height='600'%3E%3Cfilter id='f'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.02 .06' numOctaves='3' seed='7' stitchTiles='stitch'/%3E%3CfeColorMatrix values='0 0 0 0 .3 0 0 0 0 .25 0 0 0 0 .2 0 0 0 .25 0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23f)'/%3E%3C/svg%3E"); background-size: 600px; opacity: .35; }
img:not(.hero-dog):not(.ag-dog):not(.c-dog) { filter: saturate(.92) contrast(.97); }

/* ---------- header: light, text only ---------- */
.top { position: relative; z-index: 30; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 18px var(--gutter); }
.wordmark { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; font-size: 12px; }
.wordmark img { width: 20px; height: auto; }
.nav { display: flex; align-items: center; gap: 26px; font-size: 12px; letter-spacing: .14em; text-transform: uppercase; font-weight: 600; }
.nav > a { text-decoration: none; padding: 4px 0; border-bottom: 1.5px solid transparent; }
.nav > a[aria-current="page"], .nav > a:hover { border-bottom-color: currentColor; }
.nav > a.lang-switch { opacity: .75; }
.nav-icons { display: inline-flex; gap: 6px; margin-left: 8px; }
.icon { display: inline-grid; place-items: center; width: 30px; height: 30px; font-size: 17px; }
.icon:hover { opacity: .6; }
.burger { display: none; width: 44px; height: 44px; margin-right: -10px; border: 0; background: none; cursor: pointer; flex-direction: column; justify-content: center; gap: 6px; align-items: center; }
.burger span { width: 24px; height: 1.5px; background: var(--ink); transition: transform .3s var(--ease); }
@media (max-width: 860px) {
  .burger { display: flex; }
  .nav {
    position: fixed; inset: 0; z-index: 25; flex-direction: column; justify-content: center; gap: 22px; font-size: clamp(28px, 8vw, 44px);
    background: var(--bg); background-image: linear-gradient(rgb(var(--cream) / .45), rgb(var(--cream) / .45)); transform: translateY(-100%); visibility: hidden; transition: transform .45s var(--ease), visibility 0s .45s; font-weight: 700; letter-spacing: -.01em; text-transform: none;
  }
  .nav > a { border-bottom-width: 2px; }
  .nav > a.lang-switch { font-size: 16px; letter-spacing: .14em; text-transform: uppercase; }
  .nav-icons { gap: 24px; margin: 8px 0 0; } .icon { width: 48px; height: 48px; font-size: 28px; }
  html.menu-open .nav { transform: none; visibility: visible; transition-delay: 0s; } html.menu-open { overflow: hidden; }
  html.menu-open .burger span:first-child { transform: translateY(3.75px) rotate(45deg); }
  html.menu-open .burger span:last-child { transform: translateY(-3.75px) rotate(-45deg); }
  html.menu-open .burger { position: relative; z-index: 26; }
}

/* ---------- type: the giant, labels, metadata, statements ---------- */
.giant, .giant-name { font-weight: 800; text-transform: uppercase; line-height: .86; letter-spacing: -.035em; margin: 0; font-variation-settings: "wdth" 112; font-stretch: 112%; }
.giant { font-size: clamp(40px, 9vw, 150px); display: flex; flex-direction: column; letter-spacing: -.06em; }
.giant-name { font-size: clamp(56px, 12vw, 170px); }
h2 { font-weight: 800; letter-spacing: -.02em; line-height: 1; font-size: clamp(28px, 4vw, 48px); margin: 0; text-transform: uppercase; font-variation-settings: "wdth" 110; }
.lede { font-size: clamp(18px, 2vw, 24px); line-height: 1.3; max-width: 36ch; margin: 0; }
.lede em { font-style: italic; font-weight: 500; }
.statement { text-transform: none; font-variation-settings: "wdth" 100; font-weight: 600; letter-spacing: -.035em; line-height: 1; font-size: clamp(34px, 6vw, 92px); margin: 0; max-width: 16ch; }
/* the catalogue voice: small, uppercase, tracked; a row of a few items spaced out over a rule */
.meta { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 6px 24px; margin: 0; padding: 12px 0; border-top: 1px solid var(--rule); font-size: 11px; letter-spacing: .18em; text-transform: uppercase; font-weight: 600; }
.label { font-size: 11px; letter-spacing: .18em; text-transform: uppercase; font-weight: 600; margin: 0; }
.naive { width: 22px; height: 22px; }

/* ---------- interactions: text, rules, arrows; one squared button for the primary action ---------- */
.btn {
  display: inline-flex; align-items: center; gap: 10px; text-decoration: none; border: 1.5px solid var(--ink); border-radius: 3px;
  padding: 13px 20px; font-size: 12px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; min-height: 44px; cursor: pointer; font-family: inherit;
  background: transparent; color: var(--ink); transition: background .2s, color .2s;
}
.btn:hover { background: var(--ink); color: var(--paper); }
.btn-solid { background: var(--ink); color: var(--paper); } .btn-solid:hover { background: transparent; color: var(--ink); }
.btn-ic { font-size: 16px; display: inline-grid; place-items: center; }
.btn svg, .tlink svg, .rows a svg, .foot a svg, .next svg { transition: transform .25s var(--ease); }
.btn:hover svg, .tlink:hover svg, .rows a:hover svg, .foot a:hover svg, .next:hover svg { transform: translate(2px, -2px); }
.actions { display: flex; flex-wrap: wrap; gap: 12px 24px; align-items: center; }
.tlink { display: inline-flex; align-items: center; gap: 6px; font-size: 12px; letter-spacing: .14em; text-transform: uppercase; font-weight: 600; text-decoration: none; border-bottom: 1.5px solid currentColor; padding: 0 0 2px; background: none; color: inherit; cursor: pointer; font-family: inherit; }
.tlink svg { font-size: 14px; }
/* the ruled list: label → link, used for contact and booking everywhere */
.rows { margin: 0; }
.rows div { display: grid; grid-template-columns: 120px 1fr; gap: 12px; align-items: baseline; padding: 16px 0; border-top: 1px solid var(--rule); }
.rows div:last-child { border-bottom: 1px solid var(--rule); }
.rows dt { font-size: 11px; letter-spacing: .18em; text-transform: uppercase; font-weight: 600; opacity: .8; }
.rows dd { margin: 0; font-size: clamp(17px, 1.5vw, 22px); font-weight: 500; letter-spacing: -.01em; overflow-wrap: anywhere; display: flex; flex-wrap: wrap; gap: 4px 16px; align-items: baseline; }
.rows dd span { font-size: 12px; letter-spacing: .1em; text-transform: uppercase; opacity: .7; }
.rows a { display: inline-flex; align-items: center; gap: 6px; text-decoration: none; border-bottom: 1.5px solid transparent; }
.rows a:hover { border-bottom-color: currentColor; } .rows a svg { font-size: .85em; }
@media (max-width: 860px) { .rows div { grid-template-columns: 1fr; gap: 6px; padding: 14px 0; } .rows dd { font-size: 17px; } }

/* ---------- home: poster hero → artists → agency, one gradient getting quieter ---------- */
.hero { position: relative; min-height: min(calc(100svh - 62px), 820px); padding: 2vh var(--gutter) 0; display: grid; grid-template-rows: auto 1fr auto auto; overflow: hidden; }
.hero .giant { font-size: clamp(60px, 11vw, 190px); line-height: .8; letter-spacing: -.06em; position: relative; z-index: 1; }
.hero-say { display: grid; gap: 10px; max-width: 46ch; } .hero-say .statement { font-size: clamp(26px, 3.2vw, 46px); max-width: none; } .hero-say .lede { font-size: clamp(16px, 1.5vw, 20px); max-width: 44ch; }
.secondary { margin: 6px 0 0; font-size: 11px; letter-spacing: .16em; text-transform: uppercase; font-weight: 600; opacity: .8; }
.hero-dog { position: absolute; z-index: 0; right: -2vw; bottom: 22vh; height: 30vh; width: auto; max-width: none; }
.hero-foot { grid-row: 3; display: flex; justify-content: space-between; align-items: flex-end; gap: 24px 40px; flex-wrap: wrap; padding: 4vh 0; position: relative; z-index: 1; }
.hero .lede { font-size: clamp(18px, 1.8vw, 24px); line-height: 1.25; }
.device { grid-row: 4; margin: 0; display: flex; justify-content: space-between; gap: 16px; padding: 14px 0 18px; border-top: 1px solid var(--rule); font-size: 11px; letter-spacing: .18em; text-transform: uppercase; font-weight: 600; opacity: .85; }
@media (max-width: 860px) {
  .hero .giant { font-size: 14.5vw; letter-spacing: -.055em; }
  .hero-dog { right: -10vw; bottom: 30vh; height: 24vh; } .hero-say .statement { font-size: 26px; }
  .hero-foot { flex-direction: column; align-items: flex-start; }
  .device { flex-wrap: wrap; row-gap: 4px; } .device span:nth-child(2) { display: none; }
}
.feature, .roster, .agency, .listen-page, html[data-page="home"] .foot, html[data-page="listen"] .foot { background: var(--paper); }
.roster { padding: 8vh var(--gutter) 10vh; }
.section-head { display: flex; justify-content: space-between; align-items: baseline; gap: 24px; border-top: 1px solid var(--rule); padding-top: 16px; margin-bottom: 32px; }
.section-head h2 { font-size: clamp(32px, 4.2vw, 56px); }
.cards { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.cards a { display: block; position: relative; border-radius: var(--radius); overflow: hidden; aspect-ratio: 3/4; text-decoration: none; background: #111; color: var(--paper); }
.cards img { width: 100%; height: 100%; object-fit: cover; transition: transform .9s var(--ease), filter .5s; }
.cards a::before { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(150deg, #A64C82, #D8755E 70%, #B4832F); mix-blend-mode: multiply; opacity: 0; transition: opacity .5s; }
.cards a::after { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(to top, rgb(17 17 17 / .72), transparent 50%); }
.cards a:hover img, .cards a:focus-visible img { transform: scale(1.035); filter: saturate(.75) contrast(.97); }
.cards a:hover::before, .cards a:focus-visible::before { opacity: .45; }
.card-cat { position: absolute; left: 14px; top: 12px; z-index: 2; font-size: 10px; letter-spacing: .18em; text-transform: uppercase; font-weight: 600; opacity: .9; }
.card-text { position: absolute; left: 16px; right: 16px; bottom: 16px; z-index: 2; display: grid; gap: 6px; }
.card-name { font-size: clamp(26px, 2.7vw, 42px); font-weight: 800; text-transform: uppercase; letter-spacing: -.02em; line-height: 1; font-variation-settings: "wdth" 110; display: flex; align-items: center; gap: .15em; }
.card-name i { font-style: normal; font-size: .6em; opacity: 0; transform: translate(-4px, 4px); transition: opacity .3s, transform .35s var(--ease); }
.cards a:hover .card-name i, .cards a:focus-visible .card-name i { opacity: 1; transform: none; }
.card-meta { font-size: 11.5px; letter-spacing: .14em; text-transform: uppercase; font-weight: 500; opacity: .9; }
@media (max-width: 860px) { .cards { grid-template-columns: repeat(2, 1fr); gap: 12px; } .card-text { left: 12px; right: 12px; bottom: 12px; } .card-name i { display: none; } }
.agency { padding: 10vh var(--gutter) 12vh; border-top: 1px solid var(--rule); display: grid; grid-template-columns: 1.15fr 1fr; gap: 40px clamp(32px, 6vw, 120px); align-items: start; }
.agency-l h2 { text-transform: none; font-variation-settings: "wdth" 100; font-weight: 600; letter-spacing: -.03em; line-height: 1.02; font-size: clamp(30px, 4vw, 58px); max-width: 16ch; }
.agency-l p { margin: 22px 0 28px; font-size: clamp(17px, 1.5vw, 21px); line-height: 1.35; max-width: 34ch; }
@media (max-width: 860px) { .agency { grid-template-columns: 1fr; padding: 8vh var(--gutter) 10vh; } }

/* ---------- featured listening, the story, the Listen page ---------- */
.feature { padding: 4vh var(--gutter) 10vh; }
.feature .meta { margin-bottom: 32px; }
.feature-grid { display: grid; grid-template-columns: 1.4fr 1fr; gap: 32px clamp(24px, 5vw, 80px); align-items: start; }
.feature-artist { font-size: clamp(44px, 6vw, 96px); } .feature-artist a { text-decoration: none; }
.feature-title { margin: 14px 0 6px; font-size: clamp(18px, 1.6vw, 24px); font-weight: 600; letter-spacing: -.01em; line-height: 1.25; }
.feature-context { margin: 14px 0 24px; font-size: clamp(16px, 1.3vw, 19px); line-height: 1.5; max-width: 46ch; }
.meta-inline { margin: 0; font-size: 11px; letter-spacing: .16em; text-transform: uppercase; font-weight: 600; opacity: .75; }
/* the cover: a black-and-white picture printed in one ink (--c1), our play mark in the other (--cf) */
.cover { margin: 0; }
.cover-btn { position: relative; display: block; width: 100%; padding: 0; border: 0; cursor: pointer; background: var(--c1); overflow: hidden; border-radius: 4px; aspect-ratio: var(--ar, 16/9); text-decoration: none; }
.cover-btn img, .cover-blank { display: block; width: 100%; height: 100%; object-fit: cover; }
.cover-btn img { filter: grayscale(1) contrast(1.05) brightness(1.22); mix-blend-mode: multiply; transition: transform .9s var(--ease); }
.cover-blank { display: flex; align-items: flex-start; padding: 16px; color: var(--cf); font-weight: 800; text-transform: uppercase; letter-spacing: -.03em; line-height: .95; font-size: clamp(20px, 1.9vw, 30px); font-variation-settings: "wdth" 112; text-align: left; overflow: hidden; }
.cover-btn:hover img, .cover-btn:focus-visible img { transform: scale(1.03); }
.cover-mark { position: absolute; left: 14px; bottom: 14px; width: 48px; height: 48px; border-radius: 50%; background: var(--cf); color: var(--c1); display: grid; place-items: center; font-size: 22px; transition: transform .3s var(--ease); }
.cover-btn:hover .cover-mark { transform: scale(1.06); }
.cover-mark svg { stroke: currentColor; }
.player-live { background: #111; border-radius: 4px; overflow: hidden; }
.player-live iframe { display: block; width: 100%; border: 0; aspect-ratio: 16/9; }
.credit { display: flex; justify-content: space-between; gap: 12px 24px; flex-wrap: wrap; margin: 10px 0 0; font-size: 11px; letter-spacing: .14em; text-transform: uppercase; font-weight: 600; }
.credit span { opacity: .7; } .credit a { display: inline-flex; align-items: center; gap: 5px; text-decoration: none; border-bottom: 1.5px solid currentColor; padding-bottom: 1px; }
.credit a svg { transition: transform .25s var(--ease); } .credit a:hover svg { transform: translate(2px, -2px); }
.story { padding: 8vh var(--gutter) 10vh; background: var(--p1); color: var(--pf); --rule: color-mix(in srgb, var(--pf) 40%, transparent); --ink: var(--pf); }
.story .meta { margin-bottom: 40px; }
.story-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 32px clamp(24px, 6vw, 120px); align-items: center; }
.story-art { margin: 0; position: relative; }
.story-art a { display: block; width: min(100%, 520px); border-radius: 4px; overflow: hidden; position: relative; z-index: 1; box-shadow: 0 30px 60px rgb(0 0 0 / .4); }
.story-art a img { transition: transform .8s var(--ease); } .story-art a:hover img { transform: scale(1.03); }
.story-back { position: absolute; right: 0; bottom: -10%; width: 42%; transform: rotate(6deg); opacity: .85; border-radius: 4px; }
.story-text .statement { font-size: clamp(32px, 4.6vw, 68px); max-width: 14ch; }
.story .tlink svg { font-size: 14px; }
.story-text .statement::after { content: ""; display: block; width: 34px; height: 3px; background: var(--p2); margin-top: 18px; }
.story-text p { font-size: clamp(16px, 1.4vw, 20px); line-height: 1.5; max-width: 52ch; margin: 22px 0 26px; }
.story .tlink { color: inherit; }
.listen { padding: 4vh var(--gutter) 10vh; } .listen .giant-name { margin: 4vh 0 6vh; }
/* the collage: a 12-column grid, tiles of three widths, packed dense */
.collage { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(12, 1fr); grid-auto-flow: dense; gap: 36px clamp(14px, 1.6vw, 24px); align-items: start; }
.t-wide { grid-column: span 6; } .t-half { grid-column: span 4; } .t-third { grid-column: span 3; }
.t-wide .cover-btn { --ar: 16/9; } .t-half .cover-btn { --ar: 4/3; } .t-third .cover-btn { --ar: 1; }
.tile { min-width: 0; } .tile-body { margin-top: 14px; }
.tile-meta { display: flex; gap: 14px; margin: 0 0 8px; font-size: 11px; letter-spacing: .16em; text-transform: uppercase; font-weight: 600; }
.tile-meta a { text-decoration: none; border-bottom: 1.5px solid currentColor; } .tile-meta span:first-child { opacity: .6; }
.tile h2 { text-transform: none; font-variation-settings: "wdth" 100; font-weight: 600; letter-spacing: -.02em; line-height: 1.15; font-size: clamp(15px, 1.1vw, 17px); margin: 0; }
@media (max-width: 1100px) { .t-wide { grid-column: span 8; } .t-half, .t-third { grid-column: span 4; } }
@media (max-width: 860px) { .collage { grid-template-columns: repeat(2, 1fr); gap: 28px 12px; } .t-wide { grid-column: span 2; } .t-half, .t-third { grid-column: span 1; } .t-half .cover-btn, .t-third .cover-btn { --ar: 1; } .tile .cover-mark { width: 36px; height: 36px; font-size: 16px; } .tile .credit { flex-direction: column; align-items: flex-start; gap: 4px; } .tile-meta { flex-wrap: wrap; gap: 6px 12px; } }
@media (max-width: 860px) {
  .feature-grid, .story-grid, .entry-grid { grid-template-columns: 1fr; }
  .entry-grid .entry-text { order: 2; } .story-back { display: none; } .story-art a { width: 100%; }
}

/* ---------- artists list: catalogue rows, the photo follows the pointer on desktop ---------- */
.list-page { padding: 4vh var(--gutter) 10vh; position: relative; }
.list-page .meta { margin-bottom: 24px; }
.biglist { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--rule); }
.biglist a { display: grid; grid-template-columns: 90px 1fr auto 72px; align-items: center; gap: 16px; padding: 20px 0; border-bottom: 1px solid var(--rule); text-decoration: none; transition: padding .3s var(--ease); }
.biglist a:hover { padding-left: 12px; }
.biglist .num { font-size: 11px; letter-spacing: .18em; font-weight: 600; opacity: .7; }
.biglist .giant-name { font-size: clamp(44px, 11vw, 150px); transition: font-variation-settings .4s var(--ease); }
.biglist a:hover .giant-name { font-variation-settings: "wdth" 125; }
.biglist .lmeta { font-size: 11px; letter-spacing: .16em; text-transform: uppercase; font-weight: 600; text-align: right; max-width: 22ch; }
.biglist .thumb { width: 72px; height: 96px; object-fit: cover; border-radius: 4px; }
.peek { position: fixed; z-index: 5; width: 260px; aspect-ratio: 3/4; border-radius: 6px; overflow: hidden; pointer-events: none; opacity: 0; transform: translate(-50%, -50%) scale(.9) rotate(-3deg); transition: opacity .25s, transform .4s var(--ease); left: 0; top: 0; box-shadow: 0 30px 60px rgba(0,0,0,.25); }
.peek img { width: 100%; height: 100%; object-fit: cover; }
.peek.on { opacity: 1; transform: translate(-50%, -50%) scale(1) rotate(-3deg); }
@media (max-width: 860px) { .biglist a { grid-template-columns: 1fr 72px; } .biglist .num, .biglist .lmeta { display: none; } .peek { display: none; } }
@media (min-width: 861px) and (hover: hover) { .biglist .thumb { display: none; } .biglist a { grid-template-columns: 90px 1fr auto; } }

/* ---------- artist page: a record sleeve. Name, links and the recording on the left; the portrait a tall column on
   the right, running to the edge; then the body on warm white. Inks (--p1/--pf/--p2) rotate by roster position. ---------- */
.profile { padding: 0; }
.ap-body > * { margin-left: var(--gutter); margin-right: var(--gutter); }
.ap-head { display: grid; grid-template-columns: 1.15fr 1fr; grid-template-rows: auto 1fr; grid-template-areas: "title portrait" "feature portrait"; gap: 0 clamp(24px, 4vw, 72px); align-items: start; padding: 2vh 0 0 var(--gutter); }
.ap-title { grid-area: title; padding-bottom: 4vh; }
.ap-title .giant-name { font-size: clamp(56px, 9.2vw, 150px); margin: 14px 0 22px; }
.ap-under { display: grid; gap: 14px; }
.ap-tags { margin: 0; display: flex; flex-wrap: wrap; gap: 6px 28px; font-size: 12px; letter-spacing: .16em; text-transform: uppercase; font-weight: 600; }
.ap-portrait { grid-area: portrait; margin: 0; align-self: stretch; min-height: 0; }
.ap-portrait img { width: 100%; height: 100%; min-height: 70vh; object-fit: cover; object-position: 50% 15%; border-radius: var(--radius) 0 0 var(--radius); }
.ap-feature { grid-area: feature; padding: 0 0 7vh; }
.ap-feature .label { margin-bottom: 16px; }
.ap-feature .feature-title { margin: 18px 0 6px; }
.ap-feature .feature-context { margin: 12px 0 0; max-width: 52ch; }
.ap-body { padding: 0 0 8vh; background: var(--paper); }
.ap-about { display: grid; grid-template-columns: 180px minmax(0, 1fr); gap: 24px clamp(24px, 5vw, 80px); padding: 8vh 0 9vh; align-items: start; }
.ap-about.has-side { grid-template-columns: 180px minmax(0, 1.1fr) minmax(0, .9fr); }
.ap-side { margin: 0; position: sticky; top: 24px; } .ap-side img { width: 100%; height: auto; border-radius: var(--radius); }
.bio { font-size: clamp(17px, 1.4vw, 20px); line-height: 1.5; max-width: 62ch; }
.bio p { margin: 0 0 1.1em; } .bio b { font-weight: 700; } .bio a { text-decoration-thickness: 1.5px; text-underline-offset: 3px; }
.pull { margin: 0 0 40px; padding: 0 0 28px; border-bottom: 1px solid var(--rule); }
.pull p { margin: 0 0 12px; font-size: clamp(22px, 2.4vw, 34px); line-height: 1.15; font-style: italic; font-weight: 500; letter-spacing: -.02em; }
.pull cite { font-style: normal; font-size: 11px; letter-spacing: .16em; text-transform: uppercase; font-weight: 600; opacity: .75; }
/* the second photo as a break: its own proportion, right-aligned, a different scale from the portrait above */
.ap-photo2 { margin-top: 0; margin-bottom: 9vh; }
.ap-photo2 img { width: 100%; height: auto; border-radius: var(--radius); }
/* the deeper material sits on a full-width two-ink band */
.band { margin-left: 0 !important; margin-right: 0 !important; padding: 8vh var(--gutter) 9vh; background: var(--p1); color: var(--pf); --rule: color-mix(in srgb, var(--pf) 40%, transparent); --ink: var(--pf); --paper: var(--p1); }
.band .label { display: inline-flex; align-items: center; gap: 10px; } .band .label::before { content: ""; width: 14px; height: 3px; background: var(--p2); }
.band a, .band button { color: inherit; }
.band .cover { --c1: var(--p2); --cf: var(--pf); }   /* covers on a band print in the band's second ink, so they stand off it */
.ap-selected { display: grid; grid-template-columns: 180px 1fr; gap: 24px clamp(24px, 5vw, 80px); align-items: start; }
.sel { display: grid; gap: 7vh; }
.sel-release { display: grid; grid-template-columns: minmax(140px, 260px) 1fr; gap: 24px 40px; align-items: end; }
.sel-release .cover { display: block; border-radius: 4px; overflow: hidden; } .sel-release .cover img { transition: transform .8s var(--ease); } .sel-release .cover:hover img { transform: scale(1.03); }
.sel-release h3 { font-weight: 800; text-transform: uppercase; letter-spacing: -.03em; line-height: .9; font-size: clamp(40px, 6vw, 96px); margin: 10px 0 20px; font-variation-settings: "wdth" 112; }
.sel-group .label { margin-bottom: 16px; }
.sel-track { max-width: 760px; } .sel-track .label { text-transform: none; letter-spacing: -.01em; font-size: clamp(18px, 1.6vw, 24px); font-weight: 600; display: block; } .sel-track .label::before { display: none; }
.vgrid { display: grid; grid-template-columns: repeat(auto-fill, minmax(min(100%, 300px), 1fr)); gap: 18px; }
@media (min-width: 1100px) { .vgrid { grid-template-columns: repeat(3, 1fr); } }
.yt { margin: 0; } .yt-title { font-size: 12px; margin: 10px 0 0; letter-spacing: .06em; text-transform: uppercase; font-weight: 600; opacity: .85; }
.clips { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; }
.clips a, .clips span { display: block; border-radius: 4px; overflow: hidden; } .clips img { transition: transform .6s var(--ease); aspect-ratio: 1; object-fit: cover; } .clips a:hover img { transform: scale(1.05); }
.sc-frame { border-top: 1px solid var(--rule); padding-top: 16px; }
.sc iframe { width: 100%; height: 166px; border: 0; display: block; border-radius: 4px; }
.ap-booking { display: grid; grid-template-columns: 180px 1fr; gap: 24px clamp(24px, 5vw, 80px); padding-top: 9vh; }
.next { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 12px; margin-top: 10vh; padding-top: 0; text-decoration: none; transition: transform .4s var(--ease); }
.next:hover { transform: translateX(6px); } .next .meta { grid-column: 1 / -1; } .next .giant-name { font-size: clamp(48px, 10vw, 140px); } .next > svg { font-size: clamp(32px, 5vw, 64px); }
@media (max-width: 860px) {
  .ap-head { grid-template-columns: 1fr; grid-template-areas: "title" "portrait" "feature"; padding: 2vh var(--gutter) 0; gap: 0; }
  .ap-title .giant-name { font-size: 17vw; }
  .ap-portrait img { min-height: 0; height: auto; aspect-ratio: 3/4; border-radius: var(--radius); }
  .ap-feature { padding: 6vh 0 7vh; }
  .ap-about, .ap-about.has-side, .ap-selected, .ap-booking { grid-template-columns: 1fr; gap: 18px; }
  .ap-side { position: static; margin-top: 8px; }
  .sel-release { grid-template-columns: 1fr; } .sel-release .cover { max-width: 260px; }
  .clips { grid-template-columns: repeat(2, 1fr); }
}

/* ---------- the flyer strip: one row of pinned paper, scrolls sideways ---------- */
.dates { margin-left: 0 !important; margin-right: 0 !important; padding: 8vh 0 9vh; border-top: 1px solid var(--rule); }
.dates-head { display: flex; align-items: baseline; gap: 24px; padding: 0 var(--gutter); margin-bottom: 28px; }
.dates-head .meta-inline { flex: 1; }
.dates-nav { display: flex; gap: 6px; }
.dates-nav button { width: 40px; height: 40px; border: 1.5px solid var(--ink); background: transparent; color: var(--ink); border-radius: 3px; cursor: pointer; font: inherit; font-size: 16px; transition: background .2s, color .2s; }
.dates-nav button:hover { background: var(--ink); color: var(--paper); }
.strip { list-style: none; margin: 0; padding: 0 var(--gutter) 8px; display: flex; gap: 18px; overflow-x: auto; scroll-snap-type: x mandatory; scroll-padding: 0 var(--gutter); scrollbar-width: none; -webkit-overflow-scrolling: touch; }
.strip::-webkit-scrollbar { display: none; }
.flyer { flex: none; scroll-snap-align: start; display: grid; grid-template-rows: auto auto; width: max-content; }
.flyer img { height: clamp(320px, 54vh, 600px); width: auto; border-radius: 4px; box-shadow: 0 18px 40px rgb(17 17 17 / .18); transition: transform .5s var(--ease); }
.flyer a { display: block; } .flyer a:hover img { transform: translateY(-4px); }
.flyer-cap { width: 0; min-width: 100%; margin: 12px 0 0; display: grid; gap: 3px; font-size: 12px; line-height: 1.35; }
.flyer-cap b { font-weight: 600; letter-spacing: -.01em; font-size: 13px; }
.flyer-cap span { opacity: .75; } .flyer-lineup { font-size: 11px; }
@media (max-width: 860px) { .flyer img { height: min(58vh, 480px); } .dates-nav { display: none; } .strip { scroll-snap-type: x proximity; } }

/* recently: dated lines under the biography */
.recently { margin: 36px 0 0; padding-top: 18px; border-top: 1px solid var(--rule); }
.recently > dt.label { margin-bottom: 8px; }
.recently div { display: grid; grid-template-columns: 56px 1fr; gap: 12px; padding: 9px 0; border-top: 1px solid color-mix(in srgb, var(--ink) 12%, transparent); }
.recently div dt { font-size: 11px; letter-spacing: .16em; font-weight: 600; opacity: .7; padding-top: 3px; }
.recently div dd { margin: 0; font-size: 15px; line-height: 1.4; }

/* releases on the band: square covers with the title and label under them */
.rgrid { display: grid; grid-template-columns: repeat(auto-fill, minmax(min(100%, 220px), 1fr)); gap: 18px; }
@media (min-width: 1100px) { .rgrid { grid-template-columns: repeat(4, 1fr); } }
.rel .cover-btn { --ar: 1; }
.yt-title span { display: block; opacity: .7; font-weight: 500; letter-spacing: .04em; text-transform: none; margin-top: 2px; }
.tile-who a + a::before { content: ""; }

/* ---------- agency page: point of view first, facts as a ruled list ---------- */
.agpage { padding: 4vh var(--gutter) 12vh; position: relative; display: grid; gap: 5vh; }
.agpage .statement { margin-top: 4vh; }
.ag-intro { max-width: 52ch; }
.facts { margin: 0; max-width: 980px; }
.facts div { display: grid; grid-template-columns: 180px 1fr; gap: 12px 24px; align-items: baseline; padding: 20px 0; border-top: 1px solid var(--rule); }
.facts div:last-child { border-bottom: 1px solid var(--rule); }
.facts dt { font-size: 11px; letter-spacing: .18em; text-transform: uppercase; font-weight: 600; opacity: .8; }
.facts dd { margin: 0; font-size: clamp(18px, 1.7vw, 26px); font-weight: 500; letter-spacing: -.015em; line-height: 1.3; max-width: 40ch; }
.facts dd span { display: block; font-size: 11px; letter-spacing: .16em; text-transform: uppercase; opacity: .7; margin-top: 6px; font-weight: 600; }
.facts dd a { display: inline-flex; align-items: center; gap: 6px; text-decoration: none; border-bottom: 1.5px solid currentColor; } .facts dd a svg { font-size: .8em; }
.ag-artists, .ag-contact { display: flex; flex-wrap: wrap; gap: 10px 32px; }
.ag-artists a { border-bottom: 0 !important; font-weight: 800; text-transform: uppercase; letter-spacing: -.02em; font-variation-settings: "wdth" 110; font-size: clamp(24px, 2.6vw, 40px); gap: 12px; }
.ag-artists a span { font-size: 11px; letter-spacing: .18em; font-weight: 600; opacity: .7; font-variation-settings: "wdth" 100; }
.ag-artists a:hover { text-decoration: underline; text-underline-offset: 6px; text-decoration-thickness: 2px; }
.ag-dog { position: absolute; right: var(--gutter); top: 10vh; width: clamp(120px, 14vw, 240px); }
@media (max-width: 860px) { .facts div { grid-template-columns: 1fr; gap: 6px; } .ag-dog { position: static; justify-self: end; width: 140px; order: 9; } }

/* ---------- contact ---------- */
.contact { padding: 4vh var(--gutter) 10vh; min-height: calc(100dvh - 68px); display: grid; grid-template-columns: 1fr 1.25fr; grid-template-areas: "head rows" "dog rows"; gap: 40px clamp(24px, 5vw, 90px); align-items: start; }
.c-head { grid-area: head; } .contact .rows { grid-area: rows; margin-top: 4vh; } .c-dog { grid-area: dog; align-self: end; justify-self: start; width: clamp(140px, 18vw, 280px); height: auto; }
.contact .giant-name { font-size: clamp(56px, 9.5vw, 150px); margin: 4vh 0 24px; }
@media (max-width: 860px) { .contact { grid-template-columns: 1fr; grid-template-areas: "head" "rows" "dog"; } .c-dog { justify-self: end; width: 140px; } }

/* ---------- presskits: small publications, two inks each ---------- */
.press { padding: 4vh var(--gutter) 10vh; } .press .giant-name { margin: 4vh 0 20px; } .press .lede { margin-bottom: 40px; }
.kits { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); gap: 18px; }
.kits a { display: grid; grid-template-rows: auto 1fr auto auto; gap: 14px; aspect-ratio: 3/4.2; padding: 14px 14px 16px; background: var(--p1); color: var(--pf); text-decoration: none; border-radius: 3px; border: 1px solid rgb(17 17 17 / .12); transition: transform .35s var(--ease); }
.kits a:hover { transform: translateY(-4px); }
.kit-cat { font-size: 10px; letter-spacing: .18em; text-transform: uppercase; font-weight: 600; opacity: .85; }
.kit-art { display: block; overflow: hidden; border-radius: 4px; min-height: 0; }
.kit-art img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 15%; }
.kit-dog { display: grid; place-items: center; position: relative; background: rgb(17 17 17 / .05); } .kit-dog img { width: 55%; height: auto; object-fit: contain; } .kit-dog .naive { position: absolute; right: 12px; top: 12px; color: var(--p2); }
.kit-text { display: grid; gap: 4px; } .kit-text b { font-weight: 800; text-transform: uppercase; letter-spacing: -.02em; line-height: 1; font-size: clamp(24px, 2.4vw, 34px); font-variation-settings: "wdth" 110; }
.kit-text span { font-size: 11px; letter-spacing: .16em; text-transform: uppercase; font-weight: 600; opacity: .85; }
.kit-text b::after { content: ""; display: block; width: 28px; height: 3px; background: var(--p2); margin-top: 8px; }
.kit-cta { display: inline-flex; align-items: center; gap: 6px; font-size: 11px; letter-spacing: .16em; text-transform: uppercase; font-weight: 600; border-top: 1px solid color-mix(in srgb, var(--pf) 35%, transparent); padding-top: 10px; }
.kit-cta svg { transition: transform .25s var(--ease); } .kits a:hover .kit-cta svg { transform: translate(2px, -2px); }
@media (max-width: 860px) { .kits { grid-template-columns: repeat(2, 1fr); gap: 12px; } .kits a { aspect-ratio: auto; padding: 12px; } .kit-art { aspect-ratio: 4/5; } }
@media (max-width: 860px) { .press .giant-name, .contact .giant-name, .nf .giant-name, .listen .giant-name { font-size: 12vw; } .ap-tags { gap: 4px 20px; } }

/* ---------- 404 / footer: a colophon ---------- */
.nf { padding: 8vh var(--gutter) 12vh; min-height: 60vh; } .nf .giant-name { margin: 4vh 0 20px; }
.foot { display: grid; grid-template-columns: 1fr auto auto; gap: 24px clamp(32px, 6vw, 100px); align-items: end; padding: 32px var(--gutter) calc(28px + env(safe-area-inset-bottom)); border-top: 1px solid var(--rule); font-size: 11px; letter-spacing: .16em; text-transform: uppercase; font-weight: 600; }

.foot-id { display: grid; gap: 6px; } .foot-id b { font-size: 14px; letter-spacing: .12em; } .foot-id sup { font-size: .55em; vertical-align: super; margin-left: 2px; }
.foot-links { display: flex; flex-wrap: wrap; gap: 10px 28px; }
.foot a { display: inline-flex; align-items: center; gap: 5px; text-decoration: none; border-bottom: 1.5px solid transparent; padding-bottom: 1px; }
.foot a:hover { border-bottom-color: currentColor; } .foot a svg { font-size: 13px; }
.foot-cat { display: inline-flex; align-items: center; gap: 14px; } .foot-cat img { width: 26px; height: auto; } .foot-cat .naive { width: 18px; height: 18px; }
@media (max-width: 860px) { .foot { grid-template-columns: 1fr; align-items: start; } }
