/* ============================================================
   ERRICK LEWIS EPK — styles.css
   Dark theme: #0A0A0C bg · #F0EDE8 text · #C8102E accent
   Fonts: Anton (display), Bebas Neue (accent), Inter (body)
   ============================================================ */

/* ── RESET & BASE ─────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --bg:        #0A0A0C;
  --bg-2:      #111114;
  --bg-3:      #18181C;
  --surface:   #1E1E23;
  --border:    rgba(240,237,232,0.1);
  --text:      #F0EDE8;
  --text-muted:#A09A93;
  --accent:    #C8102E;
  --accent-h:  #E01535;
  --gold:      #D4A853;
  --radius:    6px;
  --radius-lg: 12px;
  --max-w:     1180px;
  --section-py:100px;
  --header-h:  68px;
}

html { scroll-behavior: smooth; font-size: 16px; }

body {
  background: var(--bg);
  color: var(--text);
  font-family: 'Inter', system-ui, sans-serif;
  font-weight: 400;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
ul, ol { list-style: none; }
button { cursor: pointer; border: none; background: none; font: inherit; }

/* ── SKIP LINK ─────────────────────────────────────────── */
.skip-link {
  position: absolute; top: -100px; left: 16px;
  background: var(--accent); color: #fff; padding: 8px 16px;
  border-radius: 0 0 var(--radius) var(--radius); z-index: 9999;
  font-size: 0.875rem; font-weight: 600; transition: top 0.2s;
}
.skip-link:focus { top: 0; }

/* ── HEADER ────────────────────────────────────────────── */
.site-header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  height: var(--header-h);
  display: flex; align-items: center; justify-content: space-between;
  padding: 0 40px;
  background: rgba(10,10,12,0.85);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--border);
  transition: background 0.3s;
}

.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.brand-logo { height: 36px; width: auto; object-fit: contain; }
.brand-text { display: flex; flex-direction: column; line-height: 1.1; }
.brand-tag {
  font-size: 0.7rem; letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--text-muted); font-weight: 500;
}

.site-nav { display: flex; align-items: center; gap: 28px; }
.site-nav a {
  font-size: 0.8125rem; font-weight: 500; letter-spacing: 0.06em;
  text-transform: uppercase; color: var(--text-muted);
  transition: color 0.2s; text-decoration: none;
}
.site-nav a:hover, .site-nav a:focus { color: var(--text); }
.site-nav .nav-cta {
  background: var(--accent); color: #fff;
  padding: 8px 20px; border-radius: var(--radius);
  font-size: 0.75rem; letter-spacing: 0.1em;
}
.site-nav .nav-cta:hover { background: var(--accent-h); color: #fff; }

/* ── BUTTONS ───────────────────────────────────────────── */
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  gap: 8px; padding: 14px 32px; border-radius: var(--radius);
  font-size: 0.875rem; font-weight: 600; letter-spacing: 0.06em;
  text-transform: uppercase; transition: all 0.2s; text-decoration: none;
  white-space: nowrap;
}
.btn-primary { background: var(--accent); color: #fff; border: 2px solid var(--accent); }
.btn-primary:hover { background: var(--accent-h); border-color: var(--accent-h); transform: translateY(-1px); }
.btn-ghost { background: transparent; color: var(--text); border: 2px solid rgba(240,237,232,0.25); }
.btn-ghost:hover { border-color: var(--text); transform: translateY(-1px); }
.btn-outline { background: transparent; color: var(--text); border: 1.5px solid var(--border); }
.btn-outline:hover { border-color: rgba(240,237,232,0.5); transform: translateY(-1px); }
.btn-lg { padding: 18px 40px; font-size: 0.9375rem; }

/* ── SECTION UTILITIES ─────────────────────────────────── */
.section { padding: var(--section-py) 40px; max-width: var(--max-w); margin: 0 auto; }

.section-head {
  margin-bottom: 56px;
  max-width: 660px;
}

.kicker {
  display: inline-block;
  font-size: 0.7rem; font-weight: 600; letter-spacing: 0.2em;
  text-transform: uppercase; color: var(--accent);
  margin-bottom: 14px;
}
.kicker--gold { color: var(--gold); }
.kicker--light { color: rgba(240,237,232,0.55); }

.section-title {
  font-family: 'Anton', 'Impact', sans-serif;
  font-size: clamp(2rem, 4vw, 3.25rem);
  line-height: 1.05; letter-spacing: -0.01em;
  color: var(--text);
}

.section-lede {
  margin-top: 20px;
  font-size: 1.0625rem; color: var(--text-muted); max-width: 560px;
}

/* ── HERO ──────────────────────────────────────────────── */
.hero {
  position: relative; min-height: 100svh;
  display: flex; align-items: flex-end;
  padding-bottom: 80px; overflow: hidden;
  padding-top: var(--header-h);
}

.hero-bg {
  position: absolute; inset: 0; z-index: 0;
}
.hero-bg img {
  width: 100%; height: 100%; object-fit: cover;
  object-position: center 20%;
  filter: saturate(0.6) brightness(0.55);
}
.hero-grain {
  position: absolute; inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.06'/%3E%3C/svg%3E");
  opacity: 0.4; pointer-events: none;
}
.hero-veil {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(10,10,12,0.95) 0%, rgba(10,10,12,0.4) 50%, rgba(10,10,12,0.2) 100%);
}

.hero-inner {
  position: relative; z-index: 1;
  width: 100%; max-width: var(--max-w); margin: 0 auto;
  padding: 0 40px;
}

.hero-eyebrow {
  display: flex; align-items: center; gap: 14px;
  font-size: 0.7rem; letter-spacing: 0.2em; text-transform: uppercase;
  color: rgba(240,237,232,0.5); margin-bottom: 24px;
}
.eyebrow-line {
  display: block; width: 32px; height: 1px; background: var(--accent);
}

.hero-title {
  font-family: 'Anton', 'Impact', sans-serif;
  font-size: clamp(4rem, 12vw, 10rem);
  line-height: 0.92; letter-spacing: -0.02em;
  display: flex; flex-direction: column;
  margin-bottom: 20px;
}
.hero-line-1 { color: var(--text); }
.hero-line-2 { color: var(--text); }
.hero-line-3 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 0.32em; font-style: italic; font-weight: 500;
  color: var(--text-muted); margin-top: 8px; letter-spacing: 0.04em;
}
.hero-line-3 em { font-style: normal; color: var(--accent); }

.hero-genre {
  display: flex; align-items: center; gap: 10px; flex-wrap: wrap;
  font-size: 0.75rem; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--text-muted); margin-bottom: 14px;
}
.dot {
  width: 4px; height: 4px; border-radius: 50%;
  background: var(--accent); display: inline-block; flex-shrink: 0;
}

.hero-tag { font-size: 1.125rem; color: var(--text-muted); margin-bottom: 36px; max-width: 480px; }

.hero-ctas { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 56px; }

/* Marquee */
.hero-marquee {
  width: 100%; overflow: hidden;
  border-top: 1px solid var(--border);
  padding-top: 20px;
  -webkit-mask-image: linear-gradient(to right, transparent 0%, black 10%, black 90%, transparent 100%);
  mask-image: linear-gradient(to right, transparent 0%, black 10%, black 90%, transparent 100%);
}
.marquee-track {
  display: flex; gap: 32px; align-items: center;
  animation: marquee-scroll 20s linear infinite;
  white-space: nowrap;
  font-size: 0.75rem; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--text-muted);
}
.marquee-separator { color: var(--accent); }
@keyframes marquee-scroll {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

/* ── SUMMARY ───────────────────────────────────────────── */
.summary { border-top: 1px solid var(--border); }
.summary-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 2px;
}
.summary-card {
  background: var(--bg-2);
  padding: 40px 32px;
  border: 1px solid var(--border);
  transition: border-color 0.2s, background 0.2s;
}
.summary-card:hover { background: var(--bg-3); border-color: rgba(200,16,46,0.3); }
.summary-num {
  font-family: 'Anton', 'Impact', sans-serif;
  font-size: 3.5rem; color: var(--accent); line-height: 1;
  margin-bottom: 12px;
}
.summary-card h3 {
  font-size: 0.9375rem; font-weight: 600; margin-bottom: 10px; color: var(--text);
}
.summary-card p { font-size: 0.875rem; color: var(--text-muted); line-height: 1.6; }

/* ── BIO ───────────────────────────────────────────────── */
.bio { border-top: 1px solid var(--border); }
.bio-grid {
  display: grid; grid-template-columns: 1fr 1.4fr; gap: 80px; align-items: center;
}
.bio-photo { position: relative; }
.bio-photo img {
  width: 100%; aspect-ratio: 3/4; object-fit: cover;
  border-radius: var(--radius-lg);
  filter: saturate(0.8);
}
.bio-photo-frame {
  position: absolute; inset: 16px 0 0 16px;
  border: 2px solid var(--accent); border-radius: var(--radius-lg);
  pointer-events: none; z-index: -1;
}

.bio-copy .kicker { margin-bottom: 12px; }
.bio-copy .section-title { margin-bottom: 24px; }

.lede { font-size: 1.0625rem; color: var(--text); line-height: 1.7; margin-bottom: 18px; }
.bio-copy p { font-size: 0.9375rem; color: var(--text-muted); line-height: 1.75; margin-bottom: 16px; }

.pullquote {
  border-left: 3px solid var(--accent);
  padding: 16px 24px; margin: 28px 0;
  background: var(--bg-2);
}
.quote-mark {
  font-family: Georgia, serif; font-size: 3rem; line-height: 0.5;
  color: var(--accent); display: block; margin-bottom: 8px;
}
.pullquote p {
  font-family: 'Playfair Display', Georgia, serif;
  font-style: italic; font-size: 1.125rem; color: var(--text);
  margin: 0;
}

.bio-meta {
  display: flex; flex-direction: column; gap: 6px;
  font-size: 0.8125rem; color: var(--text-muted);
  border-top: 1px solid var(--border); padding-top: 20px; margin-top: 24px;
}
.bio-meta strong { color: var(--text); font-weight: 600; }

/* ── LIVE EXPERIENCE ───────────────────────────────────── */
.live { border-top: 1px solid var(--border); }
.live-list {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1px; background: var(--border);
  border: 1px solid var(--border);
}
.live-list li {
  background: var(--bg-2); padding: 36px 32px;
  transition: background 0.2s;
}
.live-list li:hover { background: var(--bg-3); }
.live-tag {
  display: inline-block; font-size: 0.7rem; font-weight: 700;
  letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--accent); margin-bottom: 12px;
}
.live-list p { font-size: 0.9rem; color: var(--text-muted); line-height: 1.65; }

/* ── FORMATS ───────────────────────────────────────────── */
.formats { border-top: 1px solid var(--border); }
.formats-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 16px;
}
.format-card {
  background: var(--bg-2); border: 1px solid var(--border);
  border-radius: var(--radius-lg); padding: 36px 28px;
  position: relative; transition: border-color 0.2s, transform 0.2s;
}
.format-card:hover { border-color: rgba(200,16,46,0.35); transform: translateY(-2px); }
.format-card--featured {
  background: var(--bg-3); border-color: var(--accent);
}
.format-size {
  font-family: 'Anton', 'Impact', sans-serif;
  font-size: 3.5rem; color: var(--accent); line-height: 1; margin-bottom: 8px;
}
.format-flag {
  position: absolute; top: 16px; right: 16px;
  font-size: 0.65rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--accent); background: rgba(200,16,46,0.12);
  padding: 4px 10px; border-radius: 100px; border: 1px solid rgba(200,16,46,0.3);
}
.format-card h3 { font-size: 1.0625rem; font-weight: 700; margin-bottom: 6px; color: var(--text); }
.format-lineup { font-size: 0.75rem; color: var(--accent); letter-spacing: 0.06em; margin-bottom: 12px; }
.format-card p:not(.format-lineup) { font-size: 0.875rem; color: var(--text-muted); line-height: 1.6; }

/* ── CREDENTIALS ───────────────────────────────────────── */
.credentials { border-top: 1px solid var(--border); }
.credentials-grid {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 1px; background: var(--border);
  border: 1px solid var(--border); margin-bottom: 56px;
}
.cred-stat {
  background: var(--bg-2); padding: 40px 24px; text-align: center;
}
.cred-stat-num {
  font-family: 'Anton', 'Impact', sans-serif;
  font-size: 2.25rem; color: var(--text); margin-bottom: 6px;
}
.cred-stat-label { font-size: 0.75rem; color: var(--text-muted); letter-spacing: 0.06em; }

.cred-lists { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; }
.cred-col-title {
  font-size: 0.8rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--text-muted); margin-bottom: 20px;
  border-bottom: 1px solid var(--border); padding-bottom: 12px;
}
.cred-list { display: flex; flex-direction: column; gap: 14px; }
.cred-list li { display: flex; gap: 12px; align-items: flex-start; font-size: 0.875rem; color: var(--text-muted); }
.cred-list em { color: var(--text); font-style: italic; }
.cred-bullet {
  width: 6px; height: 6px; border-radius: 50%; background: var(--accent);
  margin-top: 6px; flex-shrink: 0;
}
.cred-list a { color: var(--accent); text-decoration: underline; text-underline-offset: 2px; }

/* ── MEDIA ─────────────────────────────────────────────── */
.media { border-top: 1px solid var(--border); }
.media-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.media-card {
  background: var(--bg-2); border: 1px solid var(--border);
  border-radius: var(--radius-lg); overflow: hidden;
}
.media-cover {
  background: linear-gradient(135deg, #1a0508 0%, #2a0c10 50%, var(--bg-2) 100%);
  aspect-ratio: 16/7; display: flex; align-items: center; justify-content: center;
  padding: 32px;
}
.media-cover-stack { text-align: center; }
.cover-label { display: block; font-size: 0.65rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--accent); margin-bottom: 8px; }
.cover-title { display: block; font-family: 'Anton', sans-serif; font-size: 1.5rem; color: var(--text); margin-bottom: 4px; }
.cover-meta { display: block; font-size: 0.8rem; color: var(--text-muted); }

.media-video-frame {
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  background: linear-gradient(135deg, #0d0d10 0%, #1a1a20 100%);
  aspect-ratio: 16/7; text-decoration: none;
  transition: background 0.3s;
}
.media-video-frame:hover { background: linear-gradient(135deg, #150510 0%, #200818 100%); }
.play-button {
  width: 64px; height: 64px; color: var(--text);
  margin-bottom: 12px; opacity: 0.8;
  transition: opacity 0.2s, transform 0.2s;
}
.media-video-frame:hover .play-button { opacity: 1; transform: scale(1.08); }
.play-button svg { width: 100%; height: 100%; }
.video-label { font-size: 0.75rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--text-muted); }

.media-body { padding: 28px 28px 32px; }
.media-body h3 { font-size: 1rem; font-weight: 700; color: var(--text); margin-bottom: 8px; }
.media-body p { font-size: 0.875rem; color: var(--text-muted); line-height: 1.6; margin-bottom: 18px; }
.media-links { display: flex; flex-wrap: wrap; gap: 8px; }

.link-pill {
  display: inline-flex; align-items: center; gap: 7px;
  padding: 7px 14px; border-radius: 100px;
  font-size: 0.75rem; font-weight: 600; letter-spacing: 0.04em;
  background: var(--bg-3); border: 1px solid var(--border);
  color: var(--text-muted); transition: all 0.2s; text-decoration: none;
}
.link-pill:hover { color: var(--text); border-color: rgba(240,237,232,0.3); }
.link-pill--live { background: rgba(200,16,46,0.08); border-color: rgba(200,16,46,0.25); color: var(--text); }
.link-pill--live:hover { background: rgba(200,16,46,0.15); border-color: var(--accent); }
.link-pill-icon { width: 14px; height: 14px; flex-shrink: 0; }

/* ── PRESS GRID ────────────────────────────────────────── */
.press { border-top: 1px solid var(--border); }
.press-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 12px;
}
.press-card {
  background: var(--bg-2); border: 1px solid var(--border);
  border-radius: var(--radius-lg); padding: 28px 24px;
  text-decoration: none; color: var(--text);
  transition: border-color 0.2s, transform 0.2s;
  display: flex; flex-direction: column;
}
.press-card:hover { border-color: rgba(240,237,232,0.25); transform: translateY(-2px); }
.press-card--live { border-color: rgba(200,16,46,0.2); }
.press-card--live:hover { border-color: var(--accent); }
.press-card-icon {
  width: 36px; height: 36px; margin-bottom: 16px; color: var(--accent);
}
.press-card-icon svg { width: 100%; height: 100%; }
.press-card h3 { font-size: 0.9375rem; font-weight: 700; margin-bottom: 6px; }
.press-card p { font-size: 0.8125rem; color: var(--text-muted); line-height: 1.55; }

.press-card--onesheet { grid-column: span 2; }
.onesheet-preview { margin-bottom: 20px; }
.onesheet-preview img {
  width: 100%; max-height: 240px; object-fit: contain;
  border-radius: var(--radius);
  background: var(--bg-3);
}
.press-dl-btn {
  display: inline-flex; align-items: center; gap: 7px;
  padding: 9px 18px; border-radius: var(--radius);
  font-size: 0.75rem; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase;
  background: var(--accent); color: #fff; text-decoration: none;
  transition: background 0.2s;
}
.press-dl-btn:hover { background: var(--accent-h); }
.press-dl-btn--ghost {
  background: transparent; color: var(--text-muted);
  border: 1px solid var(--border);
}
.press-dl-btn--ghost:hover { color: var(--text); border-color: rgba(240,237,232,0.3); background: transparent; }

/* ── TECH SECTION ──────────────────────────────────────── */
.tech { border-top: 1px solid var(--border); }
.tech-grid { display: grid; grid-template-columns: 1fr 1.2fr; gap: 80px; align-items: start; }
.tech-copy .section-title { margin-bottom: 20px; }
.tech-copy p { font-size: 0.9375rem; color: var(--text-muted); line-height: 1.75; margin-bottom: 16px; }
.tech-copy .btn-outline { margin-top: 8px; }

.tech-specs { display: flex; flex-direction: column; gap: 0; }
.tech-specs li {
  display: grid; grid-template-columns: 1fr 1.2fr; gap: 16px;
  align-items: start; padding: 16px 0;
  border-bottom: 1px solid var(--border);
  font-size: 0.875rem;
}
.spec-key { color: var(--text-muted); font-weight: 500; }
.spec-val { color: var(--text); }

/* ── LABEL STRIP ───────────────────────────────────────── */
.label-strip {
  padding: var(--section-py) 40px;
  background: var(--bg-2);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}
.label-strip-inner {
  max-width: var(--max-w); margin: 0 auto;
  display: grid; grid-template-columns: auto 1fr auto; gap: 48px; align-items: center;
}
.label-strip-mark { width: 64px; height: 64px; color: var(--text); }
.label-strip-mark svg { width: 100%; height: 100%; }
.label-strip-title {
  font-family: 'Bebas Neue', 'Anton', sans-serif;
  font-size: 2.5rem; letter-spacing: 0.06em; color: var(--text); margin-bottom: 8px;
}
.label-strip-copy p { font-size: 0.9375rem; color: var(--text-muted); max-width: 480px; }
.label-strip-copy strong { color: var(--text); }

/* ── BOOKING ───────────────────────────────────────────── */
.booking {
  position: relative; overflow: hidden;
  padding: var(--section-py) 40px;
  background: var(--accent);
}
.booking-bg { position: absolute; inset: 0; }
.booking-grain {
  position: absolute; inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.08'/%3E%3C/svg%3E");
  mix-blend-mode: overlay;
}

.booking-inner {
  position: relative; z-index: 1;
  max-width: var(--max-w); margin: 0 auto;
}

.booking-title {
  font-family: 'Anton', 'Impact', sans-serif;
  font-size: clamp(2.5rem, 6vw, 5rem);
  line-height: 1.0; letter-spacing: -0.02em;
  color: #fff; margin: 12px 0 20px;
}
.booking-title em { font-style: italic; font-family: 'Playfair Display', Georgia, serif; font-weight: 500; }

.booking-lede { font-size: 1rem; color: rgba(255,255,255,0.75); max-width: 560px; margin-bottom: 40px; }

.booking-card {
  background: rgba(0,0,0,0.25); border: 1px solid rgba(255,255,255,0.2);
  border-radius: var(--radius-lg); padding: 36px 40px;
  backdrop-filter: blur(8px);
}
.booking-card-row {
  display: flex; gap: 40px; margin-bottom: 24px; flex-wrap: wrap;
}
.booking-field { display: flex; flex-direction: column; gap: 4px; }
.booking-field--wide { flex: 1; }
.booking-label {
  font-size: 0.7rem; font-weight: 700; letter-spacing: 0.14em;
  text-transform: uppercase; color: rgba(255,255,255,0.5);
}
.booking-value { font-size: 1.0625rem; font-weight: 600; color: #fff; }
.booking-value--link { text-decoration: underline; text-underline-offset: 3px; }
.booking-value--link:hover { opacity: 0.8; }

.booking-ctas { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 32px; }
.booking-ctas .btn-primary {
  background: #fff; color: var(--accent); border-color: #fff;
}
.booking-ctas .btn-primary:hover { background: rgba(255,255,255,0.9); }
.booking-ctas .btn-ghost { border-color: rgba(255,255,255,0.5); color: #fff; }
.booking-ctas .btn-ghost:hover { border-color: #fff; }

.booking-socials {
  display: flex; align-items: center; gap: 10px; flex-wrap: wrap;
  border-top: 1px solid rgba(255,255,255,0.15); padding-top: 24px; margin-bottom: 20px;
}
.booking-socials-label {
  font-size: 0.7rem; letter-spacing: 0.14em; text-transform: uppercase;
  color: rgba(255,255,255,0.45); margin-right: 4px;
}
.social-chip {
  display: inline-flex; align-items: center; gap: 7px;
  padding: 7px 14px; border-radius: 100px;
  background: rgba(255,255,255,0.12); border: 1px solid rgba(255,255,255,0.2);
  font-size: 0.75rem; font-weight: 600; color: #fff;
  text-decoration: none; transition: background 0.2s;
}
.social-chip:hover { background: rgba(255,255,255,0.22); }
.social-chip svg { width: 15px; height: 15px; flex-shrink: 0; }
.social-handle { opacity: 0.65; font-weight: 400; }
.social-chip--label { background: rgba(0,0,0,0.2); border-color: rgba(255,255,255,0.3); }

.booking-note { font-size: 0.8125rem; color: rgba(255,255,255,0.5); }

/* ── FOOTER ────────────────────────────────────────────── */
.site-footer {
  background: #080809; border-top: 1px solid var(--border);
}
.footer-inner {
  max-width: var(--max-w); margin: 0 auto;
  padding: 60px 40px;
  display: grid; grid-template-columns: 1fr 2fr 1.5fr; gap: 60px;
}
.footer-brand { display: flex; flex-direction: column; gap: 10px; }
.footer-logo { height: 40px; width: auto; object-fit: contain; }
.footer-tag { font-size: 0.75rem; color: var(--text-muted); letter-spacing: 0.06em; }

.footer-nav { display: flex; flex-direction: column; gap: 10px; }
.footer-nav a {
  font-size: 0.875rem; color: var(--text-muted); text-decoration: none;
  transition: color 0.2s;
}
.footer-nav a:hover { color: var(--text); }

.footer-contact { display: flex; flex-direction: column; gap: 6px; }
.footer-label {
  font-size: 0.65rem; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--accent); font-weight: 700;
}
.footer-label--social { margin-top: 16px; }
.footer-name-sm { font-size: 0.9375rem; font-weight: 600; color: var(--text); }
.footer-contact a { font-size: 0.875rem; color: var(--text-muted); }
.footer-contact a:hover { color: var(--text); }

.footer-socials { display: flex; flex-direction: column; gap: 8px; margin-top: 6px; }
.footer-socials a {
  display: flex; align-items: center; gap: 10px;
  font-size: 0.8125rem; color: var(--text-muted); text-decoration: none;
  transition: color 0.2s;
}
.footer-socials a:hover { color: var(--text); }
.footer-socials svg { width: 16px; height: 16px; flex-shrink: 0; }
.footer-socials em { font-style: normal; opacity: 0.55; margin-left: 4px; }

.footer-bar {
  border-top: 1px solid var(--border);
  padding: 20px 40px;
  max-width: 100%;
  display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 10px;
  font-size: 0.75rem; color: var(--text-muted);
}
.footer-label-line a { color: var(--accent); }

/* ── RESPONSIVE ────────────────────────────────────────── */
@media (max-width: 1024px) {
  :root { --section-py: 80px; }
  .bio-grid { grid-template-columns: 1fr; gap: 40px; }
  .bio-photo { max-width: 400px; }
  .tech-grid { grid-template-columns: 1fr; gap: 48px; }
  .credentials-grid { grid-template-columns: repeat(2, 1fr); }
  .cred-lists { grid-template-columns: 1fr; }
  .label-strip-inner { grid-template-columns: auto 1fr; }
  .label-strip-cta { grid-column: 2; }
  .footer-inner { grid-template-columns: 1fr 1fr; gap: 40px; }
  .press-card--onesheet { grid-column: span 1; }
}

@media (max-width: 768px) {
  :root { --section-py: 60px; --header-h: 60px; }

  .site-header { padding: 0 20px; }
  .site-nav { gap: 16px; }
  .site-nav a:not(.nav-cta) { display: none; }
  .site-nav .nav-cta { padding: 7px 16px; }

  .hero-inner { padding: 0 20px; }
  .hero { padding-bottom: 60px; }
  .hero-ctas { flex-direction: column; gap: 10px; }
  .hero-ctas .btn { width: 100%; max-width: 280px; justify-content: center; }

  .section { padding: var(--section-py) 20px; }
  .label-strip { padding: var(--section-py) 20px; }
  .booking { padding: var(--section-py) 20px; }

  .media-grid { grid-template-columns: 1fr; }
  .label-strip-inner { grid-template-columns: 1fr; gap: 24px; }
  .label-strip-mark { display: none; }
  .label-strip-cta { grid-column: 1; }

  .booking-card { padding: 24px 20px; }
  .booking-card-row { flex-direction: column; gap: 18px; }

  .footer-inner { grid-template-columns: 1fr; gap: 36px; padding: 40px 20px; }
  .footer-bar { padding: 16px 20px; flex-direction: column; align-items: flex-start; }

  .credentials-grid { grid-template-columns: repeat(2, 1fr); }
  .formats-grid { grid-template-columns: 1fr 1fr; }
  .press-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 480px) {
  .hero-title { font-size: clamp(3.5rem, 16vw, 5.5rem); }
  .summary-grid { grid-template-columns: 1fr; }
  .formats-grid { grid-template-columns: 1fr; }
  .press-grid { grid-template-columns: 1fr; }
  .credentials-grid { grid-template-columns: 1fr 1fr; }
  .live-list { grid-template-columns: 1fr; }
  .booking-ctas { flex-direction: column; }
  .booking-ctas .btn { width: 100%; justify-content: center; }
  .booking-socials { flex-direction: column; align-items: flex-start; }
}
