/* ============================================
   ARTIST-PAGE - Editorial Brutalism
   Portet fra sketches/karpe-v4/index.html
   Overstyrer style.css for /artister/{slug}/
   ============================================ */

:root {
  --artist-ink: #0a0a0a;
  --artist-paper: #f7f3ec;
  --artist-paper-bright: #ffffff;
  --artist-accent: #FFC107;
  --artist-accent-deep: #B8860B;
  --artist-burgundy: #4a0e1f;
  --artist-rust: #c14d2c;
  --artist-muted: #5a5a5a;
  --artist-rule: rgba(10,10,10,0.12);
  --artist-shadow: rgba(0,0,0,0.08);
  --font-display: "Outfit", system-ui, sans-serif;
  --font-body: "DM Sans", system-ui, sans-serif;
  --font-editorial: "Fraunces", Georgia, serif;
}

body.artist-page {
  font-family: var(--font-body);
  color: var(--artist-ink);
  background: var(--artist-paper);
  line-height: 1.5;
  overflow-x: hidden;
}

.artist-page ::selection { background: var(--artist-accent); color: var(--artist-ink); }

.artist-page a { color: inherit; text-decoration: none; }

/* Logo-kontrast på artist-pages: hero-image er ofte busy.
   Bruk HELT opak navbar (ingen transparency) + pure white + bold + sterk shadow.
   Bakgrunns-blur fjernet siden den ikke trengs på opak bg. */
.artist-page .site-header {
  background: #0a0a0a;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}
.artist-page .logo {
  color: #ffffff;
  font-weight: 800;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.6);
}
.artist-page .nav-main a {
  color: #ffffff;
  font-weight: 500;
}

/* Breadcrumb lever nå INNI hero-meta (se .artist-hero-meta-link nedenfor).
   Den gamle .artist-breadcrumb-wrap-strip er borte. */

/* Hero-meta-links: ekte lenker brukt både i top-meta (genre/location) og bottom-breadcrumb */
.artist-hero-meta-link {
  color: inherit;
  border-bottom: 1px solid rgba(247, 243, 236, 0);
  transition: border-color 0.15s, opacity 0.15s;
  padding-bottom: 1px;
}
.artist-hero-meta-link:hover {
  border-bottom-color: var(--artist-accent);
  opacity: 1;
}
.artist-hero-meta-current {
  font-weight: 700;
  opacity: 1;
}

/* Breadcrumb-nav i bunnen av hero: under stats-inline, subtilt men synlig.
   Bruker samme styling-grunn som hero-meta men separat for å unngå koblinger. */
.artist-hero-breadcrumb {
  display: flex;
  gap: 14px;
  align-items: center;
  margin-top: 32px;
  padding-top: 24px;
  border-top: 1px solid rgba(247, 243, 236, 0.12);
  color: var(--artist-paper);
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 500;
  opacity: 0.85;
}
.artist-hero-breadcrumb .artist-hero-meta-divider {
  width: 16px;
  height: 1px;
  background: var(--artist-paper);
  opacity: 0.45;
}
.artist-hero-breadcrumb [aria-current="page"] {
  opacity: 1;
  font-weight: 700;
}

/* ============================================
   HERO - Cinematic full-bleed
   ============================================ */
.artist-hero {
  position: relative;
  height: 88vh;
  min-height: 640px;
  max-height: 860px;
  overflow: hidden;
  background: var(--artist-ink);
}
.artist-hero-image {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center 25%;
  filter: contrast(1.05) saturate(0.85);
  will-change: transform;
}
.artist-hero-overlay {
  position: absolute;
  inset: 0;
  /* Tre-lags scrim: vertikal-fade, horisontal-fade, og radial-spotlight rundt title-blokken (venstre-justert).
     Garanterer kontrast på H1 uansett hero-image. */
  background:
    radial-gradient(ellipse 65% 55% at 18% 50%, rgba(10,10,10,0.85) 0%, rgba(10,10,10,0.5) 55%, rgba(10,10,10,0) 95%),
    linear-gradient(180deg,
      rgba(10,10,10,0.55) 0%,
      rgba(10,10,10,0.35) 20%,
      rgba(10,10,10,0.55) 50%,
      rgba(10,10,10,0.95) 100%),
    linear-gradient(90deg, rgba(10,10,10,0.75) 0%, rgba(10,10,10,0.15) 70%);
}
.artist-hero-content {
  position: relative;
  z-index: 2;
  height: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 80px 48px 48px;
  display: grid;
  grid-template-rows: auto 1fr auto auto;
  gap: 16px;
}
.artist-hero-meta {
  display: flex;
  gap: 16px;
  align-items: center;
  color: var(--artist-paper);
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 500;
  opacity: 0.85;
}
.artist-hero-meta-divider { width: 24px; height: 1px; background: var(--artist-paper); opacity: 0.5; }
.artist-hero-title-block {
  align-self: center;
  max-width: 900px;
  animation: artistFadeUpIn 1.2s cubic-bezier(0.22,1,0.36,1) 0.2s both;
}
@keyframes artistFadeUpIn {
  from { opacity: 0; transform: translateY(28px); }
  to { opacity: 1; transform: translateY(0); }
}
.artist-hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--artist-accent);
  margin-bottom: 24px;
}
.artist-hero-eyebrow::before {
  content: "";
  width: 32px; height: 2px;
  background: var(--artist-accent);
}
.artist-hero h1 {
  font-family: var(--font-display);
  font-weight: 900;
  font-size: clamp(72px, 11vw, 160px);
  line-height: 0.88;
  letter-spacing: -0.04em;
  color: #ffffff;
  margin: 0 0 32px;
  /* Stacked text-shadow + radial scrim i overlay garanterer lesbarhet selv på bright bg-images.
     0px-shadow gir crisp outline, blur-shadows gir soft halo, mørk inner gir definition. */
  text-shadow:
    0 0 1px rgba(0, 0, 0, 0.9),
    0 2px 4px rgba(0, 0, 0, 0.8),
    0 4px 16px rgba(0, 0, 0, 0.7),
    0 8px 40px rgba(0, 0, 0, 0.6);
}
.artist-hero-tagline {
  font-family: var(--font-editorial);
  font-weight: 300;
  font-style: italic;
  font-size: clamp(20px, 2vw, 26px);
  line-height: 1.4;
  color: var(--artist-paper);
  max-width: 640px;
  opacity: 0.92;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.65);
}
.artist-hero-tagline strong { font-style: normal; font-weight: 600; }
.artist-hero-bottom {
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin-top: 48px;
  color: var(--artist-paper);
}
.artist-hero-stats-inline {
  display: flex;
  gap: 56px;
  font-family: var(--font-display);
}
.artist-hero-stat-inline .stat-num {
  display: block;
  font-size: clamp(36px, 4vw, 56px);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1;
  color: var(--artist-accent);
}
.artist-hero-stat-inline .stat-label {
  display: block;
  font-size: 11px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  margin-top: 8px;
  opacity: 0.75;
  font-weight: 500;
}
.artist-hero-scroll {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  opacity: 0.6;
}
.artist-hero-scroll-line {
  width: 1px; height: 32px;
  background: var(--artist-paper);
  animation: artistScrollLine 2s ease-in-out infinite;
}
@keyframes artistScrollLine {
  0%, 100% { transform: scaleY(0.3); transform-origin: top; }
  50% { transform: scaleY(1); transform-origin: top; }
}

/* Hero attribution (CC-attribusjon nederst i hero) */
.artist-hero-attribution {
  position: absolute;
  bottom: 8px;
  right: 16px;
  z-index: 3;
  font-size: 10px;
  color: rgba(247,243,236,0.6);
  font-family: var(--font-body);
}
.artist-hero-attribution a { color: inherit; border-bottom: 1px dotted rgba(247,243,236,0.4); }

/* ============================================
   ALERT BAND - Annonsering / siste-nytt-strip
   ============================================ */
.artist-alert-band {
  background: var(--artist-accent);
  color: var(--artist-ink);
  padding: 24px 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.05em;
  text-align: center;
}
.artist-alert-band-dot {
  width: 8px; height: 8px;
  background: var(--artist-ink);
  border-radius: 50%;
  animation: artistPulse 2s ease-in-out infinite;
  flex-shrink: 0;
}
@keyframes artistPulse { 50% { opacity: 0.3; } }

/* ============================================
   LAYOUT CONTAINER
   ============================================ */
.artist-wrap {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 48px;
}
.artist-wrap-narrow {
  max-width: 760px;
  margin: 0 auto;
  padding: 0 48px;
}

/* ============================================
   QUICK STATS BAR - umiddelbart synlig under hero
   ============================================ */
.artist-quick-stats {
  background: var(--artist-paper-bright);
  border-bottom: 1px solid var(--artist-rule);
  padding: 32px 48px;
}
.artist-quick-stats-inner {
  max-width: 1240px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 32px;
  align-items: stretch;
}
/* Hver stat tar like mye plass når det er 4-5, men sentrerer når færre */
.artist-quick-stat {
  flex: 1 1 180px;
  max-width: 240px;
  justify-content: flex-start;
}
.artist-quick-stat {
  display: flex;
  flex-direction: column;
  gap: 4px;
  border-left: 2px solid var(--artist-rule);
  padding-left: 20px;
  transition: border-color 0.2s;
}
.artist-quick-stat:first-child { border-left: 2px solid var(--artist-accent-deep); }
.artist-quick-stat:hover { border-left-color: var(--artist-accent-deep); }
.artist-quick-stat-value {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 28px;
  line-height: 1;
  letter-spacing: -0.02em;
  color: var(--artist-ink);
}
.artist-quick-stat-label {
  display: inline-flex;
  align-items: center;
  font-family: var(--font-body);
  font-size: 11px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--artist-muted);
  font-weight: 500;
}
.artist-quick-stat-sub {
  font-size: 12px;
  color: var(--artist-muted);
  margin-top: 2px;
}
.artist-quick-stat-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 6px;
  color: var(--artist-accent-deep);
  width: 14px;
  height: 14px;
}
.artist-quick-stat-icon svg { width: 14px; height: 14px; fill: currentColor; }

/* ============================================
   STATS - Asymmetric display numbers
   ============================================ */
.artist-stats-section {
  padding: 64px 0 64px;
  background: var(--artist-paper-bright);
}
.artist-section-eyebrow {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 12px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--artist-accent-deep);
  margin-bottom: 16px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.artist-section-eyebrow::before {
  content: ""; width: 28px; height: 2px; background: var(--artist-accent-deep);
}
.artist-section-title {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(36px, 5vw, 64px);
  line-height: 1.0;
  letter-spacing: -0.03em;
  margin: 0 0 48px;
  color: var(--artist-ink);
}
.artist-stats-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 48px;
  align-items: start;
  margin-top: 64px;
}
.artist-stat-big {
  border-top: 2px solid var(--artist-ink);
  padding-top: 24px;
  display: flex;
  flex-direction: column;
  flex: 1 1 220px;
  max-width: 300px;
}
.artist-stat-big .num {
  font-family: var(--font-display);
  font-weight: 900;
  font-size: clamp(64px, 7.5vw, 112px);
  line-height: 1;
  letter-spacing: -0.05em;
  color: var(--artist-ink);
  display: block;
}
.artist-stat-big .num small {
  font-size: 0.4em;
  vertical-align: super;
  letter-spacing: 0;
  color: var(--artist-accent-deep);
  margin-left: 6px;
}
.artist-stat-big .label {
  display: block;
  font-family: var(--font-body);
  font-weight: 500;
  font-size: 14px;
  line-height: 1.4;
  margin-top: 24px;
  color: var(--artist-muted);
  max-width: 220px;
}
.artist-stat-big.featured .num { color: var(--artist-accent-deep); }
.artist-stat-big.featured { border-top-color: var(--artist-accent-deep); border-top-width: 4px; }

/* ============================================
   EDITORIAL PROSE
   ============================================ */
.artist-prose-section {
  padding: 72px 0 80px;
  background: var(--artist-paper);
}
/* Korte prose-seksjoner (eks. "Ingen annonserte konserter") trenger ikke 80px bunn-padding */
.artist-prose-section:has(.timeline-empty),
.artist-prose-section:has(.konsert-tidslinje-empty) {
  padding-bottom: 48px;
}
/* Drep .venue-fakta sin egen margin-top + padding-top + border-top når brukt INNI
   artist-prose-section. style.css linje 2838-2846 har "margin-top: 56px !important;
   padding-top: 48px !important;" som krever !important her for å overstyre. */
.artist-prose-section .venue-fakta,
.artist-prose-section .venue-faq {
  margin-top: 0 !important;
  padding-top: 0 !important;
  border-top: none !important;
}
.artist-prose-section.dark {
  background: var(--artist-ink);
  color: var(--artist-paper);
}
.artist-prose-section.dark .artist-section-eyebrow { color: var(--artist-accent); }
.artist-prose-section.dark .artist-section-eyebrow::before { background: var(--artist-accent); }
.artist-prose-section.dark .artist-section-title { color: var(--artist-paper); }
.artist-prose-section.dark .artist-drop-cap { color: var(--artist-accent); }
.artist-article-grid {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 96px;
  align-items: start;
}
.artist-article-grid.reversed { grid-template-columns: 2fr 1fr; }
.artist-article-aside {
  position: sticky;
  top: 96px;
}
.artist-article-meta {
  border-left: 3px solid var(--artist-accent);
  padding-left: 20px;
  font-size: 13px;
  line-height: 1.7;
  color: var(--artist-muted);
}
.artist-article-meta-label {
  display: block;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--artist-ink);
  margin-bottom: 6px;
}
.artist-article-meta-block { margin-bottom: 24px; }

/* Section-image asides (live, venue, era) */
.artist-aside-image { margin-top: 40px; }
.artist-aside-image-frame {
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background: var(--artist-ink);
}
.artist-aside-image-frame img {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
}
.artist-aside-image-caption {
  margin-top: 12px;
  font-size: 11px;
  color: var(--artist-muted);
  font-family: var(--font-body);
  line-height: 1.5;
}
.artist-prose-section.dark .artist-aside-image-caption { color: rgba(247,243,236,0.55); }
.artist-aside-image-caption a {
  border-bottom: 1px dotted currentColor;
}

/* Concert-image (større, ved siden av konsert-CTA-kort) */
.artist-concert-image {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  gap: 12px;
  position: relative;
  z-index: 2;
}
.artist-concert-image-frame {
  flex: 1;
  min-height: 320px;
  overflow: hidden;
}
.artist-concert-image-frame img {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
}
.artist-concert-image-caption {
  font-size: 11px;
  color: rgba(247,243,236,0.5);
  font-family: var(--font-body);
}

/* Editorial prose body */
.artist-prose {
  font-family: var(--font-editorial);
  font-weight: 400;
  font-size: 19px;
  line-height: 1.75;
  color: var(--artist-ink);
}
.artist-prose-section.dark .artist-prose { color: rgba(247,243,236,0.92); }
.artist-prose p { margin: 0 0 1.4em; text-wrap: pretty; }
.artist-prose p + h3 { margin-top: 2.2em; }
.artist-prose h2 {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(28px, 3.2vw, 40px);
  line-height: 1.1;
  letter-spacing: -0.02em;
  margin: 1.6em 0 0.7em;
  color: var(--artist-ink);
}
.artist-prose-section.dark .artist-prose h2 { color: var(--artist-paper); }
.artist-prose strong { font-weight: 600; }
.artist-prose em { font-style: italic; }
/* Editorial prose-lenker: subtil understrek, ikke aggressiv marker-pen-highlight.
   Marker-stilen funket dårlig for lange anker-tekster (eks. "guide til hvordan du sjekker autentiske billetter mot billettsvindel"). */
.artist-prose a {
  color: var(--artist-ink);
  border-bottom: 1.5px solid var(--artist-accent);
  padding-bottom: 1px;
  transition: color 0.2s, border-color 0.2s;
}
.artist-prose a:hover {
  color: var(--artist-accent-deep);
  border-bottom-color: var(--artist-accent-deep);
}
.artist-prose-section.dark .artist-prose a {
  color: var(--artist-paper);
  border-bottom-color: var(--artist-accent);
}
.artist-prose-section.dark .artist-prose a:hover {
  color: var(--artist-accent);
  border-bottom-color: var(--artist-paper);
}
.artist-drop-cap {
  font-family: var(--font-display);
  font-weight: 900;
  font-size: 88px;
  line-height: 0.9;
  float: left;
  margin: 6px 12px 0 0;
  color: var(--artist-ink);
}

/* Inline info-cards (fra manualContent body) får kompakt magasin-look */
.artist-prose .info-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin: 32px 0 48px;
}
/* 4 cards: 2+2 (default). 6+ cards: 3-kolonne. 8+: 4-kolonne. Aldri 3+1 eller 5+1. */
.artist-prose .info-cards:has(> .info-card:nth-child(6)):not(:has(> .info-card:nth-child(9))) {
  grid-template-columns: repeat(3, 1fr);
}
.artist-prose .info-cards:has(> .info-card:nth-child(9)) {
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 768px) {
  .artist-prose .info-cards,
  .artist-prose .info-cards:has(> .info-card:nth-child(6)),
  .artist-prose .info-cards:has(> .info-card:nth-child(9)) {
    grid-template-columns: 1fr;
  }
}
.artist-prose .info-card {
  display: flex;
  gap: 12px;
  padding: 16px 18px;
  background: rgba(10,10,10,0.04);
  border-left: 3px solid var(--artist-accent-deep);
  font-family: var(--font-body);
  font-size: 14px;
  line-height: 1.45;
}
.artist-prose-section.dark .artist-prose .info-card {
  background: rgba(247,243,236,0.06);
  border-left-color: var(--artist-accent);
}
.artist-prose .info-card-icon {
  font-size: 22px;
  line-height: 1;
  flex-shrink: 0;
}
.artist-prose .info-card-body strong {
  display: block;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 14px;
  letter-spacing: -0.01em;
  margin-bottom: 2px;
}
.artist-prose .info-card-body p {
  margin: 0;
  font-size: 13px;
  line-height: 1.4;
  color: var(--artist-muted);
}
.artist-prose-section.dark .artist-prose .info-card-body p { color: rgba(247,243,236,0.7); }

/* ============================================
   PULL QUOTE - Magazine feature
   ============================================ */
.artist-prose .pull-quote,
.artist-pull-quote {
  margin: 64px 0;
  padding: 48px 0;
  border-top: 4px solid var(--artist-ink);
  border-bottom: 1px solid var(--artist-rule);
  position: relative;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(28px, 3.5vw, 48px);
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: var(--artist-ink);
  max-width: 900px;
  font-style: normal;
}
.artist-prose .pull-quote::before,
.artist-pull-quote::before {
  content: "\201C";
  position: absolute;
  top: -32px;
  left: -8px;
  font-family: var(--font-editorial);
  font-size: 140px;
  line-height: 1;
  color: var(--artist-accent);
  font-weight: 300;
}
.artist-prose-section.dark .artist-prose .pull-quote,
.artist-prose-section.dark .artist-pull-quote {
  border-top-color: var(--artist-accent);
  color: var(--artist-paper);
}
.artist-prose .pull-quote cite,
.artist-pull-quote cite {
  display: block;
  margin-top: 24px;
  font-family: var(--font-body);
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--artist-muted);
}
.artist-prose-section.dark .artist-prose .pull-quote cite,
.artist-prose-section.dark .artist-pull-quote cite { color: rgba(247,243,236,0.65); }

/* ============================================
   TIMELINE - karriere
   ============================================ */
.artist-timeline-section {
  padding: 80px 0 80px;
  background: var(--artist-ink);
  color: var(--artist-paper);
  overflow: hidden;
}
.artist-timeline-section .artist-section-eyebrow { color: var(--artist-accent); }
.artist-timeline-section .artist-section-eyebrow::before { background: var(--artist-accent); }
.artist-timeline-section .artist-section-title { color: var(--artist-paper); }
.artist-timeline {
  position: relative;
  margin-top: 80px;
  padding-bottom: 40px;
}
.artist-timeline-track {
  position: absolute;
  top: 32px;
  left: 0; right: 0;
  height: 2px;
  background: rgba(247,243,236,0.15);
}
/* Skjul den enkle horisontale track-en når timeline har 7+ items (da bruker vi per-item-tracks for å støtte multi-rad) */
.artist-timeline:has(.artist-timeline-item:nth-child(7)) .artist-timeline-track {
  display: none;
}
.artist-timeline-track::after {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--artist-accent);
  transform: scaleX(0.75);
  transform-origin: left;
}
.artist-timeline-items {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 24px 16px;
  position: relative;
}
/* Når timeline har 7+ items: bytt til 2-rad layout med track-line på hver rad */
.artist-timeline-items:has(> .artist-timeline-item:nth-child(7)) {
  grid-template-columns: repeat(5, 1fr);
}
.artist-timeline-items:has(> .artist-timeline-item:nth-child(9)) {
  grid-template-columns: repeat(5, 1fr);
}
/* Track-line skal følge ALLE rader, ikke bare første. Hver item får sin egen mini-track. */
.artist-timeline-items:has(> .artist-timeline-item:nth-child(7)) .artist-timeline-item::after {
  content: "";
  position: absolute;
  top: 32px; left: 14px; right: -16px;
  height: 2px;
  background: rgba(247,243,236,0.15);
  z-index: 0;
}
.artist-timeline-items:has(> .artist-timeline-item:nth-child(7)) .artist-timeline-item:last-child::after {
  display: none;
}
.artist-timeline-item {
  position: relative;
  padding-top: 64px;
}
.artist-timeline-item::before {
  content: "";
  position: absolute;
  top: 26px; left: 0;
  width: 14px; height: 14px;
  background: var(--artist-accent);
  border-radius: 50%;
  box-shadow: 0 0 0 4px var(--artist-ink);
}
.artist-timeline-item.farewell::before {
  background: var(--artist-paper);
  box-shadow: 0 0 0 4px var(--artist-ink), 0 0 0 8px var(--artist-accent);
}
.artist-timeline-year {
  font-family: var(--font-display);
  font-weight: 900;
  font-size: 36px;
  line-height: 1;
  color: var(--artist-accent);
  margin-bottom: 12px;
  letter-spacing: -0.02em;
}
.artist-timeline-event {
  font-family: var(--font-body);
  font-size: 14px;
  line-height: 1.4;
  color: rgba(247,243,236,0.85);
}
.artist-timeline-event strong { color: var(--artist-paper); display: block; margin-bottom: 4px; font-weight: 600; }

/* ============================================
   ALBUM GRID
   ============================================ */
.artist-albums-section { padding: 80px 0; background: var(--artist-paper-bright); }
.artist-albums-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 32px;
  margin-top: 64px;
}
.artist-album-card {
  position: relative;
  transition: transform 0.4s cubic-bezier(0.22,1,0.36,1);
  display: block;
}
.artist-album-card:hover { transform: translateY(-6px); }
.artist-album-cover {
  aspect-ratio: 1;
  background: var(--artist-ink);
  position: relative;
  overflow: hidden;
  margin-bottom: 16px;
}
.artist-album-cover img {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
}
.artist-album-cover--fallback-1 { background: linear-gradient(135deg, #2d1810 0%, #6b3618 100%); }
.artist-album-cover--fallback-2 { background: linear-gradient(135deg, #1a3a2e 0%, #4a8a72 100%); }
.artist-album-cover--fallback-3 { background: linear-gradient(135deg, #4a0e1f 0%, #8b1e36 100%); }
.artist-album-cover--fallback-4 { background: linear-gradient(135deg, #0e2440 0%, #2a4d7a 100%); }
.artist-album-cover--fallback-5 { background: linear-gradient(135deg, #B8860B 0%, #FFC107 100%); }
.artist-album-cover--fallback-6 { background: linear-gradient(135deg, #1a1a1a 0%, #4a4a4a 100%); }
.artist-album-cover-year {
  position: absolute;
  bottom: 16px; left: 20px;
  font-family: var(--font-display);
  font-weight: 900;
  font-size: 56px;
  line-height: 1;
  color: rgba(255,255,255,0.15);
  letter-spacing: -0.03em;
  pointer-events: none;
}
.artist-album-cover-type {
  position: absolute;
  top: 16px; right: 20px;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.8);
  background: rgba(10,10,10,0.5);
  padding: 4px 8px;
  pointer-events: none;
}
.artist-album-title {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 18px;
  line-height: 1.2;
  color: var(--artist-ink);
  margin-bottom: 4px;
}
.artist-album-year-line {
  font-family: var(--font-body);
  font-size: 13px;
  color: var(--artist-muted);
}

/* ============================================
   CONCERT CTA - Watermark + 3 stat-bokser
   ============================================ */
.artist-concert-cta {
  padding: 64px 0 80px;
  background: var(--artist-paper);
}
/* Når foregående seksjon også er cream-bg (eks editorial-moment), kollaps top-padding for å unngå "tomt hull"-følelse */
.artist-editorial-moment + .artist-concert-cta {
  padding-top: 0;
  margin-top: -40px;
}
.artist-concert-card {
  background: var(--artist-ink);
  color: var(--artist-paper);
  padding: 64px 56px;
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 56px;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.artist-concert-card[data-watermark]::before {
  content: attr(data-watermark);
  position: absolute;
  top: 50%;
  right: -40px;
  transform: translateY(-50%) rotate(-90deg);
  transform-origin: center;
  font-family: var(--font-display);
  font-weight: 900;
  font-size: 200px;
  line-height: 0.9;
  color: rgba(247,243,236,0.04);
  letter-spacing: -0.05em;
  pointer-events: none;
  white-space: nowrap;
}
.artist-concert-eyebrow {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 12px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--artist-accent);
  margin-bottom: 16px;
}
.artist-concert-title {
  font-family: var(--font-display);
  font-weight: 900;
  font-size: clamp(32px, 4vw, 56px);
  line-height: 1.0;
  letter-spacing: -0.03em;
  margin: 0 0 24px;
}
.artist-concert-detail {
  font-family: var(--font-editorial);
  font-style: italic;
  font-size: 19px;
  line-height: 1.5;
  color: rgba(247,243,236,0.85);
  margin: 0 0 32px;
}
.artist-concert-stats {
  display: flex;
  gap: 40px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}
.artist-concert-stat .num {
  font-family: var(--font-display);
  font-weight: 900;
  font-size: 56px;
  line-height: 1;
  color: var(--artist-accent);
  letter-spacing: -0.03em;
  display: block;
}
.artist-concert-stat .label {
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(247,243,236,0.6);
  margin-top: 8px;
  display: block;
}
.artist-page a.artist-btn-concert,
.artist-btn-concert {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  padding: 20px 32px;
  background: var(--artist-accent);
  color: var(--artist-ink);
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.05em;
  transition: transform 0.2s, background 0.2s;
  text-transform: uppercase;
}
.artist-page a.artist-btn-concert:hover,
.artist-btn-concert:hover { background: var(--artist-paper); color: var(--artist-ink); transform: translateX(4px); }
.artist-btn-concert-arrow {
  display: inline-block;
  font-size: 20px;
  transition: transform 0.2s;
}
.artist-btn-concert:hover .artist-btn-concert-arrow { transform: translateX(4px); }

/* ============================================
   UNIQUE ANGLE (hvorfor følge) - lys editorial seksjon
   ============================================ */
.artist-unique-angle {
  background: var(--artist-paper);
  padding: 96px 0;
}
.artist-unique-angle .artist-section-eyebrow { color: var(--artist-accent-deep); }

/* ============================================
   FAQ - bevart fra eksisterende, men editorial spacing
   ============================================ */
.artist-faq-section {
  padding: 64px 0;
  background: var(--artist-paper-bright);
  border-top: 1px solid var(--artist-rule);
}

/* ============================================
   SOURCES + ATTRIBUTION - kompakt nederst
   ============================================ */
.artist-sources-section {
  padding: 64px 0 96px;
  background: var(--artist-paper);
}
.artist-sources-section h2 {
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 700;
}

/* ============================================
   BREADCRUMB + BYLINE - kompakt over hovedinnhold
   ============================================ */
.artist-page .container.page-content {
  padding: 0;
  max-width: none;
}

/* ============================================
   PAF FOUNDATION - burgundy editorial grants
   ============================================ */
.artist-foundation-section {
  padding: 120px 0;
  background: var(--artist-burgundy);
  color: var(--artist-paper);
}
.artist-foundation-section .artist-section-eyebrow { color: var(--artist-accent); }
.artist-foundation-section .artist-section-eyebrow::before { background: var(--artist-accent); }
.artist-foundation-section .artist-section-title { color: var(--artist-paper); }
.artist-foundation-intro {
  font-family: var(--font-editorial);
  font-weight: 300;
  font-style: italic;
  font-size: 22px;
  line-height: 1.5;
  color: rgba(247,243,236,0.92);
  max-width: 720px;
  margin: 0 0 64px 0;
}
.artist-grants-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: rgba(247,243,236,0.15);
  border: 1px solid rgba(247,243,236,0.15);
}
.artist-grant-card {
  background: var(--artist-burgundy);
  padding: 40px 32px;
  transition: background 0.3s;
}
.artist-grant-card:hover { background: rgba(247,243,236,0.05); }
.artist-grant-amount {
  font-family: var(--font-display);
  font-weight: 900;
  font-size: 48px;
  line-height: 1;
  color: var(--artist-accent);
  margin-bottom: 16px;
  letter-spacing: -0.02em;
}
.artist-grant-amount small {
  font-size: 0.45em;
  letter-spacing: 0;
  margin-left: 2px;
}
.artist-grant-recipient {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 17px;
  line-height: 1.3;
  color: var(--artist-paper);
  margin-bottom: 8px;
}
.artist-grant-detail {
  font-size: 13px;
  line-height: 1.5;
  color: rgba(247,243,236,0.7);
}
.artist-foundation-attribution {
  margin-top: 48px;
  font-size: 12px;
  color: rgba(247,243,236,0.55);
  font-family: var(--font-body);
}

/* ============================================
   EDITORIAL MOMENT - 22. juli wrap-narrow
   ============================================ */
.artist-editorial-moment {
  padding: 80px 0;
  background: var(--artist-paper);
}
.artist-editorial-moment .artist-section-eyebrow { color: var(--artist-accent-deep); }
.artist-editorial-moment-grid {
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: 64px;
  align-items: start;
}
.artist-editorial-moment-aside {
  position: sticky;
  top: 96px;
}
.artist-editorial-moment-image {
  aspect-ratio: 3 / 4;
  overflow: hidden;
}
.artist-editorial-moment-image img {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
}
.artist-editorial-moment-caption {
  margin-top: 12px;
  font-size: 11px;
  color: var(--artist-muted);
  font-family: var(--font-body);
  line-height: 1.5;
}
.artist-editorial-moment-caption a {
  border-bottom: 1px dotted currentColor;
}

/* ============================================
   NEWSLETTER CTA - subscriber-fokus
   ============================================ */
.artist-newsletter-cta {
  padding: 64px 0;
  background: var(--artist-paper-bright);
  border-top: 1px solid var(--artist-rule);
  border-bottom: 1px solid var(--artist-rule);
}
/* Systemisk gap-collapse: når newsletter-cta etterfølges av FAQ (begge white-bg, begge med border + 96px padding),
   blir det 192px+2px cream-on-cream void. Samme bg → drop intermediate borders/paddings. */
.artist-newsletter-cta:has(+ .artist-faq-section) {
  border-bottom: none;
  padding-bottom: 48px;
}
.artist-newsletter-cta + .artist-faq-section {
  border-top: none;
  padding-top: 48px;
}
.artist-newsletter-inner {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
  padding: 0 48px;
}
.artist-newsletter-eyebrow {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 12px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--artist-accent-deep);
  margin-bottom: 16px;
}
.artist-newsletter-title {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(28px, 3.6vw, 44px);
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: var(--artist-ink);
  margin: 0 0 24px;
}
.artist-newsletter-detail {
  font-family: var(--font-editorial);
  font-style: italic;
  font-size: 19px;
  line-height: 1.5;
  color: var(--artist-muted);
  margin: 0 0 32px;
}
.artist-newsletter-benefits {
  display: flex;
  justify-content: center;
  gap: 32px;
  margin: 0 0 40px;
  flex-wrap: wrap;
  text-align: left;
}
.artist-newsletter-benefit {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-family: var(--font-body);
  font-size: 14px;
  line-height: 1.4;
  color: var(--artist-ink);
  max-width: 200px;
}
.artist-newsletter-benefit::before {
  content: "+";
  font-family: var(--font-display);
  font-weight: 900;
  font-size: 20px;
  line-height: 1;
  color: var(--artist-accent-deep);
  flex-shrink: 0;
}
.artist-newsletter-form {
  display: flex;
  gap: 0;
  max-width: 480px;
  margin: 0 auto;
  border: 2px solid var(--artist-ink);
  background: var(--artist-paper-bright);
}
.artist-newsletter-form input[type="email"] {
  flex: 1;
  border: 0;
  padding: 16px 20px;
  font-family: var(--font-body);
  font-size: 15px;
  background: transparent;
  color: var(--artist-ink);
  outline: none;
}
.artist-newsletter-form button {
  border: 0;
  padding: 16px 32px;
  background: var(--artist-ink);
  color: var(--artist-paper);
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.2s;
}
.artist-newsletter-form button:hover { background: var(--artist-accent-deep); color: var(--artist-ink); }
.artist-newsletter-fineprint {
  margin-top: 16px;
  font-size: 11px;
  color: var(--artist-muted);
  font-family: var(--font-body);
}
.artist-newsletter-fineprint a {
  border-bottom: 1px dotted currentColor;
}

/* ============================================
   BAND MEMBERS - profile-kort grid
   ============================================ */
.artist-band-members {
  padding: 120px 0;
  background: var(--artist-paper-bright);
  border-top: 1px solid var(--artist-rule);
}
.artist-band-members-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  background: var(--artist-rule);
  border: 1px solid var(--artist-rule);
  margin-top: 16px;
}
.artist-band-member-card {
  background: var(--artist-paper-bright);
  padding: 56px 48px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  transition: background 0.3s;
}
.artist-band-member-card:hover {
  background: var(--artist-paper);
}
.artist-band-member-name {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(48px, 5.5vw, 88px);
  line-height: 0.95;
  letter-spacing: -0.04em;
  color: var(--artist-ink);
}
.artist-band-member-fullname {
  font-family: var(--font-editorial);
  font-style: italic;
  font-weight: 400;
  font-size: 17px;
  line-height: 1.3;
  color: var(--artist-muted);
  margin-top: 4px;
}
.artist-band-member-role {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--artist-accent-deep);
  margin-top: 12px;
}
.artist-band-member-bio {
  font-family: var(--font-body);
  font-size: 15px;
  line-height: 1.6;
  color: var(--artist-ink);
  margin: 8px 0 0;
  max-width: 38ch;
}
.artist-band-member-link {
  margin-top: auto;
  padding-top: 16px;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--artist-ink);
  border-bottom: 1px dotted var(--artist-ink);
  align-self: flex-start;
}
.artist-band-member-link:hover { color: var(--artist-accent-deep); border-bottom-color: var(--artist-accent-deep); }

/* ============================================
   TOP TRACKS - numerert dark-list
   ============================================ */
.artist-top-tracks {
  padding: 120px 0;
  background: var(--artist-ink);
  color: var(--artist-paper);
}
.artist-top-tracks .artist-section-eyebrow { color: var(--artist-accent); }
.artist-top-tracks .artist-section-eyebrow::before { background: var(--artist-accent); }
.artist-top-tracks .artist-section-title { color: var(--artist-paper); }
.artist-top-tracks-list {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid rgba(247,243,236,0.18);
}
.artist-top-track-row {
  display: grid;
  grid-template-columns: 120px 1fr auto;
  align-items: baseline;
  gap: 32px;
  padding: 28px 0;
  border-bottom: 1px solid rgba(247,243,236,0.18);
  transition: background 0.3s;
}
.artist-top-track-row:nth-child(even) {
  background: rgba(247,243,236,0.03);
}
.artist-top-track-row:hover {
  background: rgba(247,243,236,0.06);
}
.artist-top-track-num {
  font-family: var(--font-display);
  font-weight: 900;
  font-size: clamp(56px, 7vw, 96px);
  line-height: 1;
  letter-spacing: -0.05em;
  color: var(--artist-accent);
}
.artist-top-track-title {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(22px, 2.6vw, 36px);
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: var(--artist-paper);
}
.artist-top-track-link {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--artist-accent);
  border-bottom: 1px dotted var(--artist-accent);
  padding-bottom: 2px;
}
.artist-top-track-link:hover { color: var(--artist-paper); border-bottom-color: var(--artist-paper); }
.artist-top-tracks-note {
  margin-top: 32px;
  font-family: var(--font-editorial);
  font-style: italic;
  font-size: 14px;
  color: rgba(247,243,236,0.55);
}

/* ============================================
   SPEKTRUM NARRATIVE - reversed dark prose-section
   (i hovedsak arvet fra .artist-prose-section.dark og .artist-article-grid.reversed)
   ============================================ */
.artist-spektrum-narrative .artist-section-eyebrow {
  margin-bottom: 16px;
}
.artist-spektrum-narrative .artist-section-title {
  margin-bottom: 32px;
}
.artist-spektrum-narrative .artist-prose {
  max-width: 56ch;
}

/* ============================================
   EEAT CREDIBILITY - kvalitets-signal-tabell
   ============================================ */
.artist-eeat-section {
  padding: 96px 0;
  background: var(--artist-paper);
  border-top: 1px solid var(--artist-rule);
}
.artist-eeat-section .artist-section-title {
  font-size: clamp(28px, 3.4vw, 42px);
  margin-bottom: 16px;
}
.artist-eeat-intro {
  font-family: var(--font-editorial);
  font-style: italic;
  font-size: 18px;
  line-height: 1.55;
  color: var(--artist-muted);
  margin: 0 0 40px;
  max-width: 64ch;
}
.artist-eeat-list {
  list-style: none;
  margin: 0 0 40px;
  padding: 0;
  border-top: 1px solid var(--artist-rule);
}
.artist-eeat-row {
  display: grid;
  grid-template-columns: 28px 1fr auto auto;
  align-items: baseline;
  gap: 16px;
  padding: 14px 0;
  border-bottom: 1px solid var(--artist-rule);
  font-family: var(--font-body);
  font-size: 14px;
  line-height: 1.5;
}
.artist-eeat-check {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 16px;
  color: var(--artist-accent-deep);
}
.artist-eeat-label {
  color: var(--artist-ink);
  font-weight: 500;
}
.artist-eeat-link {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--artist-ink);
  border-bottom: 1px dotted var(--artist-ink);
}
.artist-eeat-link:hover { color: var(--artist-accent-deep); border-bottom-color: var(--artist-accent-deep); }
.artist-eeat-date {
  font-size: 12px;
  color: var(--artist-muted);
  font-family: var(--font-body);
  font-variant-numeric: tabular-nums;
}
.artist-eeat-meta {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
  margin: 0;
  border-top: 1px solid var(--artist-rule);
  border-left: 1px solid var(--artist-rule);
}
.artist-eeat-meta-row {
  padding: 18px 24px;
  border-right: 1px solid var(--artist-rule);
  border-bottom: 1px solid var(--artist-rule);
  background: var(--artist-paper-bright);
}
.artist-eeat-meta-row dt {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--artist-accent-deep);
  margin-bottom: 6px;
}
.artist-eeat-meta-row dd {
  margin: 0;
  font-family: var(--font-body);
  font-size: 14px;
  line-height: 1.4;
  color: var(--artist-ink);
}

/* ============================================
   RESPONSIVE
   ============================================ */
@media (max-width: 1024px) {
  .artist-stats-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
  .artist-quick-stats-inner { grid-template-columns: repeat(3, 1fr); gap: 24px; row-gap: 24px; }
  .artist-quick-stats { padding: 24px 32px; }
  .artist-article-grid, .artist-article-grid.reversed { grid-template-columns: 1fr; gap: 32px; }
  .artist-article-aside { position: relative; top: 0; }
  .artist-timeline-items { grid-template-columns: 1fr; gap: 32px; }
  .artist-timeline-track { display: none; }
  .artist-timeline-item { padding-top: 0; padding-left: 40px; }
  .artist-timeline-item::before { top: 8px; left: 0; }
  .artist-concert-card { grid-template-columns: 1fr; padding: 40px 32px; }
  .artist-concert-card[data-watermark]::before { display: none; }
  .artist-band-members-grid { grid-template-columns: 1fr; }
  .artist-band-member-card { padding: 40px 32px; }
  .artist-top-track-row { grid-template-columns: 80px 1fr auto; gap: 20px; }
}
@media (max-width: 640px) {
  .artist-hero-content { padding: 80px 24px 40px; }
  .artist-wrap, .artist-wrap-narrow { padding: 0 24px; }
  .artist-hero-stats-inline { gap: 24px; }
  .artist-stats-grid { grid-template-columns: 1fr; }
  .artist-quick-stats-inner { grid-template-columns: 1fr 1fr; gap: 20px; }
  .artist-prose-section, .artist-stats-section, .artist-albums-section,
  .artist-timeline-section, .artist-concert-cta { padding: 72px 0; }
  .artist-band-members, .artist-top-tracks { padding: 72px 0; }
  .artist-eeat-section { padding: 64px 0; }
  .artist-top-track-row { grid-template-columns: 56px 1fr; gap: 16px; padding: 20px 0; }
  .artist-top-track-link { grid-column: 2; justify-self: start; }
  .artist-eeat-row { grid-template-columns: 20px 1fr; gap: 8px; }
  .artist-eeat-link, .artist-eeat-date { grid-column: 2; }
  .artist-eeat-meta { grid-template-columns: 1fr; }
}

/* ============================================
   WAVE 3 POLISH - a11y, mobile-fix, performance
   ============================================ */

/* A11y: synlig focus-ring for alle interaktive elementer */
.artist-page a:focus-visible,
.artist-page button:focus-visible,
.artist-page input:focus-visible,
.artist-page textarea:focus-visible,
.artist-page select:focus-visible,
.artist-page [tabindex]:focus-visible {
  outline: 3px solid var(--artist-accent);
  outline-offset: 2px;
  border-radius: 2px;
}
/* For mørke seksjoner: outline må stå ut mot mørk burgundy-bg */
.artist-prose-section.dark a:focus-visible,
.artist-prose-section.dark button:focus-visible,
.artist-foundation-section a:focus-visible,
.artist-foundation-section button:focus-visible,
.artist-concert-cta a:focus-visible,
.artist-concert-cta button:focus-visible {
  outline: 3px solid var(--artist-accent);
  outline-offset: 3px;
}
/* Newsletter-form input/button: tightere focus-style som matcher 2px-borderen */
.artist-newsletter-form input[type="email"]:focus-visible,
.artist-newsletter-form button:focus-visible {
  outline: 3px solid var(--artist-accent-deep);
  outline-offset: -3px;
}

/* A11y: hever skip-to-content slik at den er godt synlig ved fokus */
.artist-page .skip-to-content:focus {
  top: 12px;
  outline: 3px solid var(--artist-ink);
  outline-offset: 2px;
}

/* A11y: bedre kontrast for muted-on-dark tekst (4.5:1 mot burgundy/ink)
   Bumpe fra 0.55/0.6 til 0.78+ slik at attributions/captions ikke faller under WCAG AA. */
.artist-hero-attribution {
  color: rgba(247,243,236,0.82);
}
.artist-hero-attribution a {
  border-bottom-color: rgba(247,243,236,0.6);
}
.artist-foundation-attribution {
  color: rgba(247,243,236,0.78);
}
.artist-prose-section.dark .artist-aside-image-caption {
  color: rgba(247,243,236,0.82);
}
.artist-prose-section.dark .artist-pull-quote cite {
  color: rgba(247,243,236,0.82);
}
.artist-grant-detail {
  color: rgba(247,243,236,0.85);
}

/* Mobile: horisontal-scroll-vakt på <main> i tillegg til body
   (forsikrer mot evt. nested wide grid/table fra wave 2-partials) */
main#main-content { overflow-x: clip; }

/* Tablet (max-width: 1024px) - juster hero-stats-inline til mindre gap
   så lange labels som "EKEBERGSLETTA 2026" får plass */
@media (max-width: 1024px) {
  .artist-hero-stats-inline { gap: 40px; flex-wrap: wrap; }
  .artist-hero-stat-inline .stat-label { font-size: 10px; letter-spacing: 0.12em; }
  .artist-alert-band { padding: 20px 32px; font-size: 13px; }
}

/* Tablet (max-width: 768px) - mellomstørrelse-justeringer */
@media (max-width: 768px) {
  .artist-hero-content { padding: 64px 28px 36px; }
  .artist-hero-meta { font-size: 11px; gap: 12px; flex-wrap: wrap; }
  .artist-hero-meta-divider { width: 16px; }
  .artist-hero-stats-inline { gap: 28px; }
  .artist-hero-stat-inline .stat-num { font-size: clamp(32px, 7vw, 44px); }
  .artist-alert-band { padding: 18px 24px; font-size: 13px; letter-spacing: 0.02em; text-align: left; }
}

/* Mobile (max-width: 640px) - eksisterende blokk overstyres ikke,
   bare suppleres med fixer for konkrete hero-stats overflow + alert-band */
@media (max-width: 640px) {
  .artist-hero-stats-inline {
    gap: 20px;
    flex-wrap: wrap;
    width: 100%;
  }
  .artist-hero-stat-inline {
    flex: 1 1 calc(33% - 20px);
    min-width: 0;
  }
  .artist-hero-stat-inline .stat-num { font-size: clamp(26px, 8vw, 40px); }
  .artist-hero-stat-inline .stat-label {
    font-size: 9px;
    letter-spacing: 0.08em;
    word-break: break-word;
    overflow-wrap: anywhere;
  }
  .artist-hero-bottom { gap: 16px; }
  .artist-hero-scroll { display: none; }
  .artist-hero-attribution { font-size: 9px; right: 12px; bottom: 6px; }

  /* Alert-band: redusert horisontalt padding og venstre-justert tekst
     så hele meldingen får plass uten å bli klippet */
  .artist-alert-band {
    padding: 16px 20px;
    font-size: 12px;
    letter-spacing: 0.01em;
    text-align: left;
    line-height: 1.4;
  }
  .artist-alert-band-dot { margin-top: 5px; }

  /* Hero-meta crumbs får plass på flere linjer ved kort viewport */
  .artist-hero-meta { font-size: 10px; gap: 10px; letter-spacing: 0.06em; }
}

/* Ultra-small mobile (<=480px) - extra-tight for billige Android-telefoner */
@media (max-width: 480px) {
  .artist-hero { min-height: 560px; }
  .artist-hero-content { padding: 56px 20px 32px; }
  .artist-wrap, .artist-wrap-narrow { padding: 0 20px; }

  /* Hero h1 må aldri overlappe bilde-overlayet uleselig */
  .artist-hero h1 { font-size: clamp(40px, 14vw, 64px); line-height: 0.95; }
  .artist-hero-tagline { font-size: 16px; line-height: 1.4; }

  /* Hero-stats: stable 2-kolonner-grid for predikabel layout
     (!important pga overlappende media-query specificity fra 640-blokk) */
  .artist-hero-stats-inline {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 16px 12px !important;
    flex-wrap: nowrap;
  }
  .artist-hero-stat-inline { flex: none; min-width: 0; }
  .artist-hero-stat-inline .stat-num { font-size: clamp(24px, 9vw, 36px); }
  .artist-hero-stat-inline .stat-label {
    font-size: 9px;
    letter-spacing: 0.06em;
    word-break: break-word;
    overflow-wrap: anywhere;
  }

  /* Quick-stats: 1-kolonne for å unngå dobbeltkolonne-overflow på små
     viewports der "Stovner og Groruddalen" sprenger 50% */
  .artist-quick-stats { padding: 20px 16px; }
  .artist-quick-stats-inner { grid-template-columns: 1fr; gap: 14px; }
  .artist-quick-stat { padding-left: 14px; }
  .artist-quick-stat-value { font-size: 22px; }

  /* Albums-grid: enkeltsporet på ultra-small for å unngå thumbnail-crunch */
  .artist-albums-grid { grid-template-columns: repeat(2, 1fr); gap: 16px; }

  /* Foundation-grants: 1-kolonne stack */
  .artist-foundation-grants-grid { grid-template-columns: 1fr; }
  .artist-grant-card { padding: 28px 22px; }

  /* Newsletter-form: stable column layout istedenfor inline */
  .artist-newsletter-cta { padding: 64px 0; }
  .artist-newsletter-inner { padding: 0 20px; }
  .artist-newsletter-title { font-size: clamp(26px, 7.5vw, 36px); }
  .artist-newsletter-detail { font-size: 16px; }
  .artist-newsletter-benefits { gap: 16px; }
  .artist-newsletter-benefit { max-width: none; width: 100%; }
  .artist-newsletter-form {
    flex-direction: column;
    border-width: 2px;
    max-width: none;
  }
  .artist-newsletter-form input[type="email"] { padding: 14px 16px; font-size: 16px; /* iOS zoom-fix */ }
  .artist-newsletter-form button {
    padding: 14px 16px;
    border-top: 2px solid var(--artist-ink);
    width: 100%;
  }

  /* Pull-quotes leselig på 375px og under */
  .artist-pull-quote, .artist-prose blockquote {
    font-size: 20px;
    line-height: 1.35;
    padding-left: 16px;
  }

  /* Editorial-moment-grid: stack uten sticky aside-bilde */
  .artist-editorial-moment-grid { grid-template-columns: 1fr; gap: 32px; }
  .artist-editorial-moment-aside { position: relative; top: 0; }
  .artist-editorial-moment { padding: 72px 0; }

  /* Section-padding tightere */
  .artist-prose-section, .artist-stats-section, .artist-albums-section,
  .artist-timeline-section, .artist-concert-cta,
  .artist-band-members, .artist-top-tracks { padding: 56px 0; }
  .artist-foundation-section { padding: 64px 0; }

  /* Big-stats-grid: stack helt på ultra-small */
  .artist-stats-grid { grid-template-columns: 1fr; gap: 24px; }

  /* Section-title clamp for headers */
  .artist-section-title { font-size: clamp(28px, 8vw, 44px); line-height: 1.05; }
}

/* Reduced motion respekt - dempes alle hero-animasjoner */
@media (prefers-reduced-motion: reduce) {
  .artist-hero-title-block { animation: none; }
  .artist-alert-band-dot { animation: none; }
  .artist-hero-scroll-line { animation: none; }
  .artist-hero-image { will-change: auto; transform: none !important; }
  * { animation-duration: 0.001ms !important; transition-duration: 0.001ms !important; }
}

/* LCP-preload <img>: usynlig men oppdages og prioriteres av browseren
   slik at hero-bildet fetch'es med høyere prioritet enn background-image */
.artist-hero-lcp-preload {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
  z-index: -1;
  inset: 0;
  margin: 0;
}

