/*
Theme Name: Soul Records v1.6
Theme URI: https://soulrecords.es/
Author: Soul Records
Description: Tema WordPress personalizado para Soul Records. Diseño claro, elegante y responsive con catálogos editables de artistas y producciones.
Version: 1.6.0
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: soul-records
*/
:root {
  --bg: #f5f5f7;
  --surface: #ffffff;
  --surface-soft: #fafafa;
  --text: #111113;
  --muted: #66666d;
  --muted-2: #8b8b92;
  --line: rgba(17, 17, 19, .09);
  --accent: #6254e7;
  --accent-2: #9b8cff;
  --accent-soft: #eeecff;
  --blue-soft: #eaf4ff;
  --peach-soft: #fff0e7;
  --mint-soft: #e9f7f0;
  --shadow: 0 24px 70px rgba(20, 20, 28, .10);
  --shadow-soft: 0 12px 35px rgba(20, 20, 28, .07);
  --radius-xl: 40px;
  --radius-lg: 28px;
  --radius-md: 20px;
  --content: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Text", Inter, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { display: block; width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button { color: inherit; }

.container { width: min(calc(100% - 40px), var(--content)); margin: 0 auto; }
.section { padding: 112px 0; }
.section-sm { padding: 72px 0; }
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--accent);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.eyebrow::before { content: ""; width: 22px; height: 1.5px; background: currentColor; }
.display {
  margin: 18px 0 0;
  font-size: clamp(48px, 7.4vw, 104px);
  line-height: .94;
  letter-spacing: -.062em;
  font-weight: 750;
}
.h1 {
  margin: 14px 0 0;
  font-size: clamp(48px, 6vw, 86px);
  line-height: .98;
  letter-spacing: -.055em;
  font-weight: 750;
}
.h2 {
  margin: 14px 0 0;
  font-size: clamp(36px, 4.4vw, 64px);
  line-height: 1;
  letter-spacing: -.045em;
  font-weight: 730;
}
.h3 { margin: 0; font-size: 26px; letter-spacing: -.025em; line-height: 1.05; }
.lead {
  margin: 26px 0 0;
  max-width: 780px;
  color: var(--muted);
  font-size: clamp(18px, 2vw, 24px);
  line-height: 1.48;
  letter-spacing: -.015em;
}
.copy { color: var(--muted); line-height: 1.68; font-size: 17px; }

.nav-shell {
  position: sticky;
  top: 14px;
  z-index: 80;
  padding-top: 14px;
}
.nav {
  width: min(calc(100% - 30px), 1190px);
  margin: 0 auto;
  min-height: 64px;
  padding: 8px 10px 8px 18px;
  border: 1px solid rgba(255,255,255,.78);
  background: rgba(255,255,255,.77);
  backdrop-filter: saturate(180%) blur(22px);
  -webkit-backdrop-filter: saturate(180%) blur(22px);
  border-radius: 22px;
  box-shadow: 0 10px 28px rgba(23, 23, 30, .07);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.brand { display: inline-flex; align-items: center; gap: 11px; font-weight: 800; letter-spacing: -.035em; }
.brand-mark {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: conic-gradient(from 225deg, #111113, #6254e7, #b7adff, #111113);
  position: relative;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.15);
}
.brand-mark::after {
  content: "";
  position: absolute;
  inset: 8px;
  border: 2px solid rgba(255,255,255,.92);
  border-left-color: transparent;
  border-radius: 50%;
  transform: rotate(-20deg);
}
.brand-text { font-size: 17px; }
.brand-text small { display: block; margin-top: -2px; font-size: 8px; color: var(--muted-2); letter-spacing: .16em; text-transform: uppercase; }
.nav-links { display: flex; align-items: center; gap: 4px; }
.nav-links a { padding: 10px 13px; color: #4f4f55; font-size: 14px; border-radius: 13px; transition: .22s ease; }
.nav-links a:hover, .nav-links a.active { background: #f1f1f4; color: var(--text); }
.nav-cta, .btn-dark, .btn-light, .btn-ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border: 0;
  cursor: pointer;
  transition: transform .22s ease, box-shadow .22s ease, background .22s ease;
}
.nav-cta { margin-left: 8px; padding: 11px 16px; border-radius: 14px; background: var(--text); color: white; font-size: 13px; font-weight: 650; }
.nav-cta:hover, .btn-dark:hover, .btn-light:hover, .btn-ghost:hover { transform: translateY(-2px); }
.menu-btn { display:none; width: 44px; height:44px; border:0; background:#f3f3f5; border-radius:13px; cursor:pointer; }
.menu-btn span { display:block; width:18px; height:1.5px; background:#111; margin:4px auto; }

.hero { padding: 92px 0 52px; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 54px; align-items: center; }
.hero-copy { padding: 42px 0; }
.hero-actions { display:flex; flex-wrap:wrap; gap:12px; margin-top:34px; }
.btn-dark, .btn-light, .btn-ghost { min-height: 52px; padding: 0 22px; border-radius: 17px; font-weight: 650; font-size: 15px; }
.btn-dark { background: var(--text); color: white; box-shadow: 0 12px 24px rgba(17,17,19,.14); }
.btn-light { background: white; border: 1px solid var(--line); color: var(--text); box-shadow: 0 9px 24px rgba(17,17,19,.06); }
.btn-ghost { background: transparent; border: 1px solid var(--line); }

.hero-visual { position:relative; min-height: 640px; }
.hero-main-card {
  position:absolute;
  inset: 20px 22px 46px 58px;
  border-radius: var(--radius-xl);
  overflow:hidden;
  box-shadow: var(--shadow);
  background: #ddd;
}
.hero-main-card img { height:100%; object-fit:cover; }
.hero-main-card::after { content:""; position:absolute; inset:0; background:linear-gradient(180deg, transparent 45%, rgba(15,15,17,.48)); }
.hero-label {
  position:absolute;
  left:30px;
  bottom:27px;
  z-index:2;
  color:#fff;
}
.hero-label strong { display:block; font-size:24px; letter-spacing:-.025em; }
.hero-label span { font-size:13px; opacity:.8; }
.float-card {
  position:absolute;
  z-index:3;
  padding: 16px 18px;
  background: rgba(255,255,255,.88);
  backdrop-filter: blur(15px);
  border: 1px solid rgba(255,255,255,.82);
  border-radius: 20px;
  box-shadow: 0 20px 40px rgba(13,13,18,.12);
}
.float-card.top { right:0; top:0; width:190px; }
.float-card.bottom { left:0; bottom:0; width:210px; }
.float-card .kicker { color:var(--muted); font-size:11px; text-transform:uppercase; letter-spacing:.1em; }
.float-card strong { display:block; margin-top:5px; font-size:16px; letter-spacing:-.02em; }
.float-icon { width:32px; height:32px; display:grid; place-items:center; border-radius:10px; background:var(--accent-soft); margin-bottom:12px; }
.hero-orb { position:absolute; width:300px; height:300px; border-radius:50%; background:radial-gradient(circle at 35% 35%, #fff, #ded9ff 48%, #bdb3ff); filter: blur(.2px); opacity:.92; top:80px; right:-120px; z-index:-1; }

.stat-strip { display:grid; grid-template-columns:repeat(3,1fr); gap:14px; margin-top:18px; }
.stat { background:#fff; border:1px solid var(--line); border-radius:20px; padding:18px; }
.stat strong { display:block; font-size:22px; letter-spacing:-.04em; }
.stat span { color:var(--muted); font-size:12px; }

.bento { display:grid; grid-template-columns:repeat(12,1fr); gap:18px; margin-top:48px; }
.card { background:var(--surface); border:1px solid var(--line); border-radius:var(--radius-lg); overflow:hidden; box-shadow:var(--shadow-soft); }
.bento-card { min-height:400px; position:relative; padding:32px; overflow:hidden; transition:transform .28s ease, box-shadow .28s ease; }
.bento-card:hover, .project-card:hover, .artist-card:hover { transform:translateY(-5px); box-shadow:var(--shadow); }
.bento-card.span7 { grid-column:span 7; }
.bento-card.span5 { grid-column:span 5; }
.bento-card.span4 { grid-column:span 4; }
.bento-card.span8 { grid-column:span 8; }
.bento-card .tag, .tag { display:inline-flex; padding:7px 10px; border-radius:999px; background:rgba(255,255,255,.78); border:1px solid rgba(0,0,0,.06); color:#444; font-size:11px; font-weight:700; text-transform:uppercase; letter-spacing:.08em; }
.bento-card .content { position:relative; z-index:2; max-width:540px; }
.bento-card h3 { margin:18px 0 0; font-size:clamp(30px,3.2vw,48px); line-height:1; letter-spacing:-.045em; }
.bento-card p { max-width:470px; color:#55555b; line-height:1.6; }
.bento-card.media { color:white; }
.bento-card.media p { color:rgba(255,255,255,.78); }
.bento-card.media .tag { color:white; background:rgba(255,255,255,.13); border-color:rgba(255,255,255,.20); }
.bento-card img { position:absolute; inset:0; height:100%; object-fit:cover; }
.bento-card.media::after { content:""; position:absolute; inset:0; background:linear-gradient(90deg, rgba(13,13,15,.72), rgba(13,13,15,.12)); }
.soft-violet { background:linear-gradient(145deg,#f7f6ff,#e5e0ff); }
.soft-blue { background:linear-gradient(145deg,#f9fcff,#dceeff); }
.soft-peach { background:linear-gradient(145deg,#fffaf7,#ffe4d4); }
.soft-mint { background:linear-gradient(145deg,#fbfffd,#dff5ea); }

.section-head { display:flex; align-items:end; justify-content:space-between; gap:28px; }
.section-head .copy { max-width:500px; margin:0; }
.projects { display:grid; grid-template-columns:repeat(4,1fr); gap:18px; margin-top:46px; }
.project-card { background:white; border:1px solid var(--line); border-radius:24px; overflow:hidden; transition:.28s ease; box-shadow:0 10px 30px rgba(20,20,28,.05); }
.project-media { aspect-ratio:4/3; overflow:hidden; background:linear-gradient(135deg,#eee,#ddd); }
.project-media img { height:100%; object-fit:cover; transition:transform .45s ease; }
.project-card:hover .project-media img { transform:scale(1.035); }
.project-body { padding:20px; }
.project-body .meta { color:var(--accent); font-size:11px; font-weight:750; text-transform:uppercase; letter-spacing:.1em; }
.project-body h3 { margin:8px 0 5px; font-size:20px; letter-spacing:-.025em; }
.project-body p { margin:0; color:var(--muted); font-size:13px; line-height:1.45; }
.placeholder-art { height:100%; display:grid; place-items:center; position:relative; overflow:hidden; }
.placeholder-art::before, .placeholder-art::after { content:""; position:absolute; border-radius:50%; filter:blur(1px); }
.placeholder-art::before { width:220px; height:220px; background:#c8c2ff; right:-60px; top:-60px; }
.placeholder-art::after { width:160px; height:160px; background:#ffe0cd; left:-40px; bottom:-50px; }
.placeholder-art span { position:relative; z-index:2; font-weight:800; font-size:44px; letter-spacing:-.06em; opacity:.8; }

.split { display:grid; grid-template-columns:1fr 1fr; gap:22px; align-items:stretch; }
.split-copy { padding:54px; }
.split-media { min-height:560px; border-radius:var(--radius-lg); overflow:hidden; }
.split-media img { height:100%; object-fit:cover; }
.feature-list { display:grid; gap:18px; margin-top:30px; }
.feature { display:grid; grid-template-columns:38px 1fr; gap:14px; align-items:start; }
.feature-icon { width:38px; height:38px; display:grid; place-items:center; border-radius:12px; background:var(--accent-soft); color:var(--accent); }
.feature strong { display:block; margin-top:2px; }
.feature p { margin:4px 0 0; color:var(--muted); font-size:14px; line-height:1.55; }

.page-hero { padding:112px 0 78px; }
.page-hero .lead { max-width:820px; }
.hero-panel { margin-top:50px; min-height:360px; border-radius:var(--radius-xl); overflow:hidden; position:relative; box-shadow:var(--shadow-soft); }
.hero-panel img { height:100%; min-height:360px; object-fit:cover; position:absolute; inset:0; }
.hero-panel::after { content:""; position:absolute; inset:0; background:linear-gradient(90deg,rgba(10,10,12,.7),rgba(10,10,12,.05)); }
.hero-panel-copy { position:relative; z-index:2; padding:60px; color:white; max-width:650px; }
.hero-panel-copy p { color:rgba(255,255,255,.8); line-height:1.6; }

.filters { position:sticky; top:94px; z-index:35; padding:14px; background:rgba(245,245,247,.86); backdrop-filter:blur(18px); border:1px solid rgba(255,255,255,.8); border-radius:22px; box-shadow:0 8px 24px rgba(20,20,28,.05); margin-top:36px; }
.filter-row { display:flex; align-items:center; gap:8px; overflow:auto; scrollbar-width:none; }
.filter-row::-webkit-scrollbar { display:none; }
.filter-btn { white-space:nowrap; border:1px solid var(--line); background:white; border-radius:999px; padding:10px 14px; cursor:pointer; color:#555; font-size:13px; transition:.18s ease; }
.filter-btn:hover, .filter-btn.active { background:var(--text); color:white; border-color:var(--text); }
.search-wrap { display:flex; gap:10px; margin-bottom:10px; }
.search { width:100%; border:1px solid var(--line); background:white; border-radius:15px; padding:13px 15px; outline:none; }
.search:focus { border-color:rgba(98,84,231,.45); box-shadow:0 0 0 4px rgba(98,84,231,.08); }

.catalog-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:18px; margin-top:28px; }
.artist-card { min-width:0; background:white; border:1px solid var(--line); border-radius:24px; overflow:hidden; cursor:pointer; transition:.25s ease; box-shadow:0 8px 24px rgba(20,20,28,.045); }
.artist-media { aspect-ratio: 1 / 1; background:linear-gradient(145deg,#f0efff,#e5ecf8); overflow:hidden; position:relative; }
.artist-media img { height:100%; object-fit:cover; }
.artist-fallback { height:100%; display:grid; place-items:center; position:relative; overflow:hidden; }
.artist-fallback::before { content:""; position:absolute; width:170px; height:170px; border-radius:50%; background:rgba(98,84,231,.23); top:-48px; right:-35px; }
.artist-fallback::after { content:""; position:absolute; width:115px; height:115px; border-radius:50%; background:rgba(255,179,132,.33); bottom:-30px; left:-20px; }
.artist-fallback span { position:relative; z-index:2; font-size:34px; font-weight:800; letter-spacing:-.06em; color:rgba(17,17,19,.72); }
.artist-body { padding:18px; }
.artist-cat { font-size:10px; color:var(--accent); font-weight:800; letter-spacing:.1em; text-transform:uppercase; }
.artist-body h3 { margin:7px 0 5px; font-size:18px; letter-spacing:-.025em; }
.artist-body p { margin:0; color:var(--muted); font-size:13px; line-height:1.45; min-height:38px; }
.empty-state { grid-column:1/-1; text-align:center; padding:80px 20px; color:var(--muted); }

.cta { margin: 0 0 70px; }
.cta-inner { border-radius:var(--radius-xl); padding:72px; background:linear-gradient(135deg,#111113,#292936 60%,#4d438d); color:white; position:relative; overflow:hidden; }
.cta-inner::after { content:""; position:absolute; width:440px; height:440px; border-radius:50%; background:radial-gradient(circle,#8f82ff 0%,rgba(143,130,255,0) 70%); right:-160px; top:-180px; opacity:.55; }
.cta-copy { position:relative; z-index:2; max-width:720px; }
.cta-copy h2 { margin:0; font-size:clamp(38px,5vw,67px); line-height:.98; letter-spacing:-.05em; }
.cta-copy p { color:rgba(255,255,255,.7); font-size:17px; line-height:1.6; max-width:650px; }
.cta .btn-light { margin-top:12px; }

.contact-grid { display:grid; grid-template-columns:.85fr 1.15fr; gap:20px; margin-top:44px; }
.contact-info { padding:36px; }
.info-stack { display:grid; gap:26px; margin-top:30px; }
.info-item small { display:block; color:var(--muted-2); font-size:11px; text-transform:uppercase; letter-spacing:.11em; font-weight:750; }
.info-item strong, .info-item a { display:block; margin-top:6px; font-size:18px; font-weight:650; }
.contact-form { padding:36px; }
.form-grid { display:grid; grid-template-columns:1fr 1fr; gap:14px; }
.field { display:grid; gap:7px; }
.field.full { grid-column:1/-1; }
.field label { font-size:12px; font-weight:700; color:#555; }
.field input, .field textarea { width:100%; border:1px solid var(--line); background:#fafafa; border-radius:14px; padding:13px 14px; outline:none; }
.field textarea { min-height:145px; resize:vertical; }
.field input:focus, .field textarea:focus { background:white; border-color:rgba(98,84,231,.45); box-shadow:0 0 0 4px rgba(98,84,231,.08); }
.form-note { color:var(--muted-2); font-size:11px; line-height:1.5; margin:12px 0 0; }

.location-grid { display:grid; grid-template-columns:1.1fr .9fr; gap:18px; margin-top:18px; }
.location-card, .testimonial { padding:34px; }
.map-art { min-height:320px; border-radius:24px; background:linear-gradient(145deg,#e8eef5,#f9fafb); position:relative; overflow:hidden; }
.map-art::before { content:""; position:absolute; inset:-20px; background-image: linear-gradient(rgba(98,84,231,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(98,84,231,.08) 1px, transparent 1px); background-size:34px 34px; transform:rotate(-8deg); }
.map-pin { position:absolute; left:50%; top:50%; transform:translate(-50%,-50%); width:58px; height:58px; border-radius:50% 50% 50% 12px; background:var(--accent); transform-origin:center; rotate:-45deg; box-shadow:0 14px 30px rgba(98,84,231,.28); }
.map-pin::after { content:""; position:absolute; width:19px; height:19px; border-radius:50%; background:white; left:50%; top:50%; transform:translate(-50%,-50%); }
.testimonials { display:grid; grid-template-columns:1fr 1fr; gap:18px; margin-top:18px; }
.stars { letter-spacing:.12em; font-size:13px; }
.testimonial blockquote { margin:18px 0 22px; font-size:20px; line-height:1.45; letter-spacing:-.02em; }
.testimonial cite { color:var(--muted); font-style:normal; font-size:13px; }

.modal { position:fixed; inset:0; z-index:100; display:none; align-items:center; justify-content:center; padding:20px; }
.modal.open { display:flex; }
.modal-backdrop { position:absolute; inset:0; background:rgba(15,15,18,.5); backdrop-filter:blur(10px); }
.modal-card { width:min(100%,760px); max-height:90vh; overflow:auto; background:white; border-radius:30px; position:relative; z-index:2; box-shadow:0 35px 90px rgba(0,0,0,.25); }
.modal-media { aspect-ratio:16/9; background:#f0effa; overflow:hidden; }
.modal-media img { height:100%; object-fit:cover; }
.modal-body { padding:30px; }
.modal-body h2 { margin:7px 0 10px; font-size:34px; letter-spacing:-.04em; }
.modal-close { position:absolute; right:14px; top:14px; z-index:3; width:42px; height:42px; border:0; border-radius:50%; background:rgba(255,255,255,.9); box-shadow:0 4px 16px rgba(0,0,0,.1); cursor:pointer; font-size:20px; }

.footer { padding:28px 0 44px; }
.footer-inner { border-top:1px solid var(--line); padding-top:26px; display:flex; justify-content:space-between; gap:30px; align-items:center; }
.footer-left { display:flex; align-items:center; gap:18px; }
.footer-meta { color:var(--muted); font-size:12px; line-height:1.55; }
.footer-links { display:flex; flex-wrap:wrap; gap:18px; color:var(--muted); font-size:12px; }

.reveal { opacity:0; transform:translateY(18px); transition:opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity:1; transform:none; }

@media (max-width: 1050px) {
  .hero-grid { grid-template-columns:1fr; }
  .hero-visual { min-height:560px; max-width:760px; width:100%; margin:0 auto; }
  .projects, .catalog-grid { grid-template-columns:repeat(2,1fr); }
  .bento-card.span7, .bento-card.span5, .bento-card.span4, .bento-card.span8 { grid-column:span 6; }
  .split, .contact-grid, .location-grid { grid-template-columns:1fr; }
}

@media (max-width: 760px) {
  .container { width:min(calc(100% - 26px), var(--content)); }
  .section { padding:78px 0; }
  .nav-shell { top:8px; padding-top:8px; }
  .nav { width:calc(100% - 16px); min-height:58px; padding:7px 8px 7px 13px; }
  .brand-mark { width:32px; height:32px; }
  .nav-links { display:none; position:absolute; top:68px; left:8px; right:8px; padding:12px; border-radius:18px; background:rgba(255,255,255,.96); box-shadow:var(--shadow-soft); border:1px solid var(--line); flex-direction:column; align-items:stretch; }
  .nav-links.open { display:flex; }
  .nav-links a { padding:13px 14px; }
  .nav-cta { margin:2px 0 0; }
  .menu-btn { display:block; }
  .hero { padding-top:50px; }
  .hero-copy { padding:22px 0; }
  .hero-visual { min-height:450px; }
  .hero-main-card { inset:10px 8px 34px 26px; border-radius:28px; }
  .float-card.top { right:0; width:160px; }
  .float-card.bottom { width:175px; }
  .stat-strip { grid-template-columns:1fr; }
  .section-head { align-items:start; flex-direction:column; }
  .bento { grid-template-columns:1fr; }
  .bento-card.span7, .bento-card.span5, .bento-card.span4, .bento-card.span8 { grid-column:auto; min-height:340px; }
  .projects, .catalog-grid, .testimonials { grid-template-columns:1fr; }
  .split-copy, .contact-info, .contact-form, .location-card, .testimonial { padding:26px; }
  .split-media { min-height:380px; }
  .hero-panel-copy { padding:34px 26px; }
  .page-hero { padding:78px 0 50px; }
  .filters { top:78px; }
  .cta-inner { padding:48px 28px; border-radius:28px; }
  .form-grid { grid-template-columns:1fr; }
  .field.full { grid-column:auto; }
  .footer-inner { align-items:flex-start; flex-direction:column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior:auto; }
  *, *::before, *::after { transition:none !important; animation:none !important; }
  .reveal { opacity:1; transform:none; }
}
.custom-logo-wrap, .custom-logo-link { display:flex; align-items:center; }
.custom-logo { max-height:46px; width:auto; }
.form-success, .form-error { padding:14px 16px; border-radius:14px; margin:18px 0; font-weight:650; }
.form-success { background:#e9f8ef; }
.form-error { background:#fff0f0; }
.admin-bar .nav-shell { top:32px; }
@media(max-width:782px){ .admin-bar .nav-shell { top:46px; } }

/* Producciones v1.1 */
.production-grid {
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:20px;
  margin-top:46px;
}
.production-card {
  background:var(--surface);
  border:1px solid var(--line);
  border-radius:26px;
  overflow:hidden;
  box-shadow:0 10px 30px rgba(20,20,28,.055);
  transition:transform .28s ease, box-shadow .28s ease;
}
.production-card:hover { transform:translateY(-5px); box-shadow:var(--shadow); }
.production-media { aspect-ratio:16 / 10; background:linear-gradient(145deg,#efedff,#edf4ff); overflow:hidden; }
.production-media img { height:100%; object-fit:cover; transition:transform .45s ease; }
.production-card:hover .production-media img { transform:scale(1.035); }
.production-fallback { height:100%; display:grid; place-items:center; position:relative; overflow:hidden; }
.production-fallback::before { content:""; position:absolute; width:210px; height:210px; border-radius:50%; background:rgba(98,84,231,.18); top:-70px; right:-45px; }
.production-fallback::after { content:""; position:absolute; width:145px; height:145px; border-radius:50%; background:rgba(255,179,132,.25); bottom:-42px; left:-28px; }
.production-fallback span { position:relative; z-index:2; font-size:52px; font-weight:800; letter-spacing:-.07em; color:rgba(17,17,19,.68); }
.production-body { padding:24px; }
.production-cat { display:inline-block; color:var(--accent); font-size:10px; font-weight:800; letter-spacing:.11em; text-transform:uppercase; }
.production-body h3 { margin:9px 0 8px; font-size:25px; line-height:1.06; letter-spacing:-.035em; }
.production-body p { margin:0; color:var(--muted); line-height:1.55; min-height:74px; }
.production-link { display:inline-flex; gap:7px; align-items:center; margin-top:20px; font-weight:700; font-size:14px; }
.production-empty { margin-top:40px; padding:36px; }
.production-empty h3 { margin:0 0 8px; }

.production-single-hero { padding:92px 0 52px; }
.production-single-grid { display:grid; grid-template-columns:.9fr 1.1fr; gap:48px; align-items:center; }
.production-single-copy .eyebrow { margin-top:24px; }
.back-link { display:inline-flex; color:var(--muted); font-size:14px; font-weight:650; }
.back-link:hover { color:var(--text); }
.production-single-media { min-height:540px; border-radius:var(--radius-xl); overflow:hidden; background:linear-gradient(145deg,#efedff,#edf4ff); box-shadow:var(--shadow); }
.production-single-media img { width:100%; height:100%; min-height:540px; object-fit:cover; }
.production-single-fallback { min-height:540px; display:grid; place-items:center; padding:50px; text-align:center; background:radial-gradient(circle at 30% 20%,#fff 0,#eeeaff 35%,#dce9f6 100%); }
.production-single-fallback span { font-size:clamp(42px,6vw,78px); font-weight:800; line-height:.95; letter-spacing:-.055em; }
.production-content-grid { display:grid; grid-template-columns:minmax(0, 1fr) 340px; gap:20px; align-items:start; }
.production-content { padding:40px; }
.production-richtext { margin-top:24px; color:#3f3f45; font-size:18px; line-height:1.75; }
.production-richtext p:first-child { margin-top:0; }
.production-side { padding:30px; position:sticky; top:110px; }
.production-side .h3 { margin-top:18px; }
.production-side .btn-dark { margin-top:10px; width:100%; }
.production-side-meta { display:grid; gap:6px; margin-top:26px; padding-top:22px; border-top:1px solid var(--line); }
.production-side-meta small { margin-top:8px; color:var(--muted-2); text-transform:uppercase; font-size:10px; font-weight:800; letter-spacing:.1em; }
.production-side-meta strong { font-size:15px; }
.production-cta-ghost { color:#fff; border-color:rgba(255,255,255,.28); }

@media (max-width: 1050px) {
  .production-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .production-single-grid { grid-template-columns:1fr; }
  .production-single-media, .production-single-media img, .production-single-fallback { min-height:460px; }
  .production-content-grid { grid-template-columns:1fr; }
  .production-side { position:static; }
}

@media (max-width: 760px) {
  .production-grid { grid-template-columns:1fr; }
  .production-body p { min-height:0; }
  .production-single-hero { padding:58px 0 34px; }
  .production-single-media, .production-single-media img, .production-single-fallback { min-height:340px; }
  .production-content { padding:28px; }
}

/* Soul Records v1.6 — limpieza definitiva del símbolo azul heredado */
.nav .brand-mark,
.footer .brand-mark { display:none !important; }
