:root{
  --bg:#090909;
  --panel:#111;
  --line:rgba(255,255,255,.22);
  --muted:rgba(255,255,255,.67);
  --white:#fff;
}
*{box-sizing:border-box}
html{background:#0b0b0b;scroll-behavior:smooth}
body{
  margin:0;min-height:100svh;color:#fff;
  background:radial-gradient(circle at 50% 0%,#333 0,#161616 34%,#090909 75%);
  font-family:Arial,Helvetica,sans-serif;display:flex;justify-content:center
}
button,input{font:inherit}
button{color:inherit}
a{color:inherit;text-decoration:none}
.page{
  width:min(100%,480px);min-height:100svh;background:var(--bg);
  position:relative;overflow:hidden;box-shadow:0 0 80px rgba(0,0,0,.55)
}
.hero{
  height:44svh;min-height:315px;max-height:430px;position:relative;
  background:
    linear-gradient(to bottom,rgba(0,0,0,.12),rgba(0,0,0,.04) 54%,rgba(0,0,0,.54) 82%,#090909 100%),
    url("/assets/dreyson-hero.jpg") center 43%/cover no-repeat
}
.hero::after{
  content:"";position:absolute;inset:auto 0 0;height:38%;
  background:linear-gradient(transparent,#090909);pointer-events:none
}
.brand{
  position:absolute;z-index:3;top:22px;left:0;right:0;text-align:center;
  text-shadow:0 2px 16px rgba(0,0,0,.5)
}
.brand h1{
  margin:0;font-family:Georgia,"Times New Roman",serif;font-size:29px;
  line-height:1;letter-spacing:.14em;font-weight:400
}
.brand p{
  margin:11px 0 0;font-size:8px;letter-spacing:.38em;font-weight:600;
  color:rgba(255,255,255,.76)
}
.menu-btn{
  position:absolute;z-index:7;top:20px;right:20px;width:34px;height:34px;
  padding:7px;border:0;background:transparent;cursor:pointer
}
.menu-btn span{display:block;height:1px;background:#fff;margin:5px 0;opacity:.9;transition:.2s}
.menu-btn.open span:nth-child(1){transform:translateY(6px) rotate(45deg)}
.menu-btn.open span:nth-child(2){opacity:0}
.menu-btn.open span:nth-child(3){transform:translateY(-6px) rotate(-45deg)}
.release{
  position:absolute;z-index:4;left:50%;bottom:12px;transform:translateX(-50%);
  width:calc(100% - 58px);display:flex;align-items:center;gap:14px
}
.cover{
  width:92px;aspect-ratio:1;flex:0 0 auto;border-radius:6px;
  background:url("/assets/dias-mejores.jpg") center/cover no-repeat;
  box-shadow:0 15px 35px rgba(0,0,0,.35);position:relative;overflow:hidden
}
.play{
  position:absolute;right:8px;bottom:8px;width:28px;height:28px;border-radius:50%;
  border:0;background:#fff;display:grid;place-items:center;cursor:pointer
}
.play::before{
  content:"";width:0;height:0;border-top:5px solid transparent;
  border-bottom:5px solid transparent;border-left:8px solid #111;margin-left:2px
}
.release-copy{min-width:0;padding-top:7px;text-shadow:0 2px 9px rgba(0,0,0,.75)}
.song{font-weight:700;font-size:15px;letter-spacing:.02em}
.artist{margin-top:7px;font-size:12px;color:rgba(255,255,255,.78)}
.links{padding:14px 28px 18px;position:relative;z-index:4;background:#090909}
.music-link{
  width:100%;height:49px;border-radius:26px;border:1px solid var(--line);
  margin-bottom:9px;display:grid;grid-template-columns:44px 1fr 44px;align-items:center;
  background:rgba(255,255,255,.015);transition:.18s ease
}
.music-link:hover{transform:translateY(-1px);background:rgba(255,255,255,.07);border-color:rgba(255,255,255,.55)}
.music-link.primary{background:#fff;border-color:#fff;color:#111;font-weight:700;height:52px}
.music-link.disabled{opacity:.45;cursor:not-allowed}
.txt{text-align:center;font-size:12px}
.service-icon{
  width:26px;height:26px;margin-left:9px;border-radius:50%;display:grid;
  place-items:center;font-weight:800;font-size:13px
}
.spotify{background:#1ed760;color:#07160b}
.apple{background:linear-gradient(145deg,#ff466d,#d51b43)}
.youtube{background:#ff0033;font-size:11px}
.tiktok{background:#111;border:1px solid rgba(255,255,255,.20);text-shadow:-1px 0 #19f4ee,1px 0 #ff2352;font-size:16px}
.arrow{text-align:center;opacity:.65;font-size:18px}
.socials{display:flex;justify-content:center;align-items:center;gap:28px;padding:14px 14px 11px}
.socials a{width:24px;height:24px;display:grid;place-items:center;font-size:20px;opacity:.92;transition:.18s ease}
.socials a:hover{transform:translateY(-2px);opacity:1}
.motto{
  text-align:center;padding:5px 20px 22px;font-family:Georgia,"Times New Roman",serif;
  font-size:8px;letter-spacing:.42em;color:rgba(255,255,255,.65)
}
.drawer{
  position:absolute;z-index:6;inset:0;background:rgba(8,8,8,.97);backdrop-filter:blur(18px);
  display:flex;align-items:center;justify-content:center;opacity:0;pointer-events:none;transition:opacity .2s ease
}
.drawer.open{opacity:1;pointer-events:auto}
.drawer nav{width:70%;display:flex;flex-direction:column;text-align:center;gap:26px}
.drawer a{font-family:Georgia,"Times New Roman",serif;font-size:28px;letter-spacing:.08em}
.drawer small{display:block;margin-top:6px;font-size:8px;letter-spacing:.32em;color:rgba(255,255,255,.55)}
.drawer-edit{
  border:1px solid rgba(255,255,255,.22);background:transparent;border-radius:999px;
  padding:12px 18px;cursor:pointer
}
.edit-fab{
  position:absolute;z-index:5;right:16px;bottom:16px;width:36px;height:36px;border-radius:50%;
  border:1px solid rgba(255,255,255,.2);background:rgba(15,15,15,.76);
  backdrop-filter:blur(10px);cursor:pointer;font-size:15px;opacity:.55
}
.edit-fab:hover{opacity:1}

.modal-backdrop{
  position:fixed;z-index:100;inset:0;background:rgba(0,0,0,.78);backdrop-filter:blur(11px);
  display:none;align-items:center;justify-content:center;padding:18px
}
.modal-backdrop.open{display:flex}
.modal{
  width:min(100%,430px);background:#101010;border:1px solid rgba(255,255,255,.17);
  border-radius:22px;box-shadow:0 28px 90px rgba(0,0,0,.55);position:relative
}
.login-card{padding:30px}
.modal h2{font-family:Georgia,"Times New Roman",serif;font-weight:400;font-size:28px;margin:6px 0 10px}
.panel-kicker{font-size:8px;letter-spacing:.34em;color:rgba(255,255,255,.55)}
.panel-help{color:var(--muted);font-size:13px;line-height:1.5;margin:0 0 18px}
.close-modal{
  position:absolute;right:15px;top:12px;border:0;background:transparent;
  font-size:27px;cursor:pointer;color:rgba(255,255,255,.68)
}
.modal input{
  width:100%;border:1px solid rgba(255,255,255,.16);background:#191919;color:#fff;
  border-radius:12px;padding:13px 14px;outline:none
}
.modal input:focus{border-color:rgba(255,255,255,.5)}
.save-btn,.secondary-btn{
  border:0;border-radius:999px;padding:12px 20px;cursor:pointer;font-weight:700
}
.save-btn{background:#fff;color:#111}
.secondary-btn{background:#252525;color:#fff;border:1px solid rgba(255,255,255,.14)}
.login-card .save-btn{width:100%;margin-top:12px}
.status-text{font-size:11px;color:rgba(255,255,255,.66);min-height:14px}
.editor-backdrop{align-items:stretch}
.editor-card{
  width:min(100%,650px);max-height:calc(100svh - 36px);display:flex;flex-direction:column
}
.editor-head{padding:24px 26px 12px;border-bottom:1px solid rgba(255,255,255,.08)}
.editor-head h2{margin-bottom:0}
.editor-scroll{overflow:auto;padding:8px 26px 26px}
.form-section{padding:18px 0;border-bottom:1px solid rgba(255,255,255,.09)}
.form-section:last-child{border-bottom:0}
.form-section h3{margin:0 0 14px;font-size:12px;letter-spacing:.12em;text-transform:uppercase}
.form-section label{display:block;color:rgba(255,255,255,.7);font-size:11px;margin:0 0 12px}
.form-section label input{margin-top:7px}
.file-label input[type=file]{display:none}
.file-label span{
  display:block;margin-top:7px;border:1px dashed rgba(255,255,255,.24);border-radius:12px;
  padding:13px;text-align:center;color:#fff;cursor:pointer
}
.edit-preview{display:block;object-fit:cover;border-radius:10px;border:1px solid rgba(255,255,255,.1);margin:4px 0 15px}
.edit-preview.wide{width:100%;height:150px}
.edit-preview.square{width:110px;height:110px}
.editor-actions{
  padding:14px 20px;border-top:1px solid rgba(255,255,255,.09);
  display:flex;align-items:center;justify-content:flex-end;gap:9px;background:#101010
}
.editor-actions .status-text{margin-right:auto}
.toast{
  position:fixed;z-index:200;left:50%;bottom:22px;transform:translate(-50%,18px);
  width:min(calc(100% - 40px),390px);border:1px solid rgba(255,255,255,.18);
  background:rgba(20,20,20,.94);backdrop-filter:blur(12px);border-radius:14px;
  padding:12px 15px;text-align:center;font-size:12px;opacity:0;pointer-events:none;transition:.22s ease
}
.toast.show{opacity:1;transform:translate(-50%,0)}
@media(min-width:481px){
  body{padding:28px 0}
  .page{min-height:auto;border:1px solid rgba(255,255,255,.08);border-radius:4px}
}
@media(max-width:520px){
  .editor-backdrop{padding:0}
  .editor-card{border-radius:0;max-height:100svh;height:100svh}
  .editor-scroll{padding-left:18px;padding-right:18px}
  .editor-head{padding-left:18px;padding-right:18px}
}

.analytics-help{margin-top:-2px}
.analytics-open{
  display:inline-flex;align-items:center;justify-content:center;
  border:1px solid rgba(255,255,255,.18);border-radius:999px;
  padding:10px 14px;font-size:11px;margin-top:2px
}
.consent-banner{
  position:fixed;z-index:250;left:50%;bottom:18px;transform:translateX(-50%);
  width:min(calc(100% - 28px),720px);background:rgba(15,15,15,.97);
  border:1px solid rgba(255,255,255,.18);border-radius:18px;
  padding:16px;box-shadow:0 18px 60px rgba(0,0,0,.55);
  backdrop-filter:blur(14px);display:flex;gap:14px;align-items:center
}
.consent-banner[hidden]{display:none}
.consent-copy{display:flex;flex-direction:column;gap:5px;flex:1}
.consent-copy strong{font-size:13px}
.consent-copy span{font-size:11px;line-height:1.45;color:rgba(255,255,255,.68)}
.consent-actions{display:flex;gap:8px;flex:0 0 auto}
@media(max-width:580px){
  .consent-banner{align-items:stretch;flex-direction:column}
  .consent-actions{justify-content:flex-end}
}


/* ---- Biblioteca de lanzamientos ---- */
.release-library{padding:8px 22px 34px;background:#090909;border-top:1px solid rgba(255,255,255,.06)}
.release-library-head{text-align:center;padding:18px 0 15px}
.release-library-head span{display:block;font-family:Georgia,"Times New Roman",serif;font-size:16px;letter-spacing:.16em}
.release-library-head small{display:block;margin-top:7px;font-size:7px;letter-spacing:.26em;color:rgba(255,255,255,.48)}
.release-grid{display:grid;grid-template-columns:1fr;gap:10px}
.release-card{display:grid;grid-template-columns:70px 1fr auto;gap:13px;align-items:center;padding:9px;border:1px solid rgba(255,255,255,.13);border-radius:15px;background:rgba(255,255,255,.025);transition:.18s ease}
.release-card:hover{background:rgba(255,255,255,.06);transform:translateY(-1px)}
.release-card img{width:70px;height:70px;object-fit:cover;border-radius:9px;background:#181818}
.release-card-copy{min-width:0}
.release-card-title{font-size:13px;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.release-card-artist{font-size:10px;color:rgba(255,255,255,.58);margin-top:5px}
.release-card-status{font-size:7px;letter-spacing:.18em;color:rgba(255,255,255,.42);margin-top:7px}
.release-card-open{width:34px;height:34px;border:1px solid rgba(255,255,255,.17);border-radius:50%;display:grid;place-items:center;font-size:18px}

.section-title-row{display:flex;gap:12px;justify-content:space-between;align-items:flex-start}
.section-title-row h3{margin-bottom:6px}
.section-title-row .panel-help{margin:0;max-width:410px}
.mini-btn{border:1px solid rgba(255,255,255,.18);background:#222;color:#fff;border-radius:999px;padding:8px 11px;font-size:10px;cursor:pointer;white-space:nowrap}
.admin-release-list{display:flex;flex-direction:column;gap:8px;margin-top:13px}
.admin-release-row{display:grid;grid-template-columns:46px 1fr auto;gap:10px;align-items:center;border:1px solid rgba(255,255,255,.1);background:#171717;border-radius:12px;padding:7px}
.admin-release-row img{width:46px;height:46px;object-fit:cover;border-radius:8px}
.admin-release-row strong{display:block;font-size:11px}
.admin-release-row small{display:block;font-size:9px;color:rgba(255,255,255,.5);margin-top:4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.admin-release-row button{border:1px solid rgba(255,255,255,.15);background:#232323;border-radius:999px;padding:8px 10px;font-size:9px;cursor:pointer}
.modal textarea{width:100%;border:1px solid rgba(255,255,255,.16);background:#191919;color:#fff;border-radius:12px;padding:13px 14px;outline:none;resize:vertical;margin-top:7px}
.modal textarea:focus{border-color:rgba(255,255,255,.5)}
.release-editor-backdrop{z-index:130}
.release-editor-card{width:min(100%,650px)}
.release-cover-preview{margin-top:10px}
.release-url-box{margin:14px 0 3px;padding:13px;border-radius:12px;background:#181818;border:1px solid rgba(255,255,255,.09)}
.release-url-box span{display:block;font-size:9px;color:rgba(255,255,255,.5);margin-bottom:6px}
.release-url-box strong{font-size:10px;word-break:break-all}
.danger-btn{border:1px solid rgba(255,95,95,.32);background:rgba(255,60,60,.08);color:#ffb3b3;border-radius:999px;padding:12px 16px;cursor:pointer;font-weight:700}
@media(min-width:740px){.release-grid{grid-template-columns:repeat(2,1fr)}}


/* ===== Ajuste visual DREYSON T · referencia 02 MINIMALISTA ===== */
.music-link{
  height:50px;
  border:1px solid rgba(255,255,255,.38);
  background:#090909;
  box-shadow:inset 0 0 0 1px rgba(0,0,0,.15);
}
.music-link.primary{
  background:#090909;color:#fff;border-color:rgba(255,255,255,.38);height:50px;
  box-shadow:inset 0 0 0 1px rgba(0,0,0,.15);
}
/* Un botón sin URL sigue viéndose como en el diseño; al pulsarlo avisa para editar el enlace. */
.music-link.disabled,.socials a.disabled{opacity:1}
.music-link.disabled{cursor:pointer}
.music-link .txt{font-size:12px;font-weight:500;color:#fff}
.music-link.primary .txt{color:#fff;font-weight:500}
.music-link .arrow{color:#fff;opacity:.88}
.music-link.primary .arrow{color:#fff;opacity:.88}
.service-icon{width:28px;height:28px;margin-left:9px;color:#fff;font-family:Arial,Helvetica,sans-serif}
.service-icon.spotify{background:#1ed760;color:#06160b;font-size:20px;line-height:1}
.spotify-waves{display:block;transform:translateY(-2px) scaleX(1.05);font-weight:900}
.service-icon.apple{background:linear-gradient(145deg,#ff5b78,#e6244e);font-size:16px;color:#fff}
.service-icon.youtube{background:#ff0033;color:#fff;font-size:10px}
.yt-play{transform:translateX(1px)}
.service-icon.tiktok{background:#080808;border:1px solid rgba(255,255,255,.42);font-size:18px;color:#fff;text-shadow:-1.5px 0 #25f4ee,1.5px 0 #fe2c55}
.socials{gap:25px;padding-top:15px}
.socials a{font-size:21px;color:#fff;opacity:1!important}
.social-instagram{font-size:25px;font-weight:700;line-height:1}
.social-tiktok{font-size:23px;text-shadow:-1px 0 #25f4ee,1px 0 #fe2c55}
.social-x{font-size:20px;font-family:Arial,Helvetica,sans-serif}
.social-youtube{font-size:15px;background:#fff;color:#090909;border-radius:5px;width:24px;height:17px;display:grid;place-items:center;padding-left:1px}
.social-soundcloud{font-size:23px}
.edit-fab{
  position:fixed;right:18px;bottom:18px;width:auto;height:40px;border-radius:999px;
  padding:0 14px;display:flex;align-items:center;gap:7px;background:rgba(18,18,18,.94);
  border:1px solid rgba(255,255,255,.42);opacity:1;box-shadow:0 8px 30px rgba(0,0,0,.35)
}
.edit-fab b{font-size:9px;letter-spacing:.14em;font-weight:700}
.edit-fab span{font-size:14px}
@media(max-width:520px){.edit-fab{right:12px;bottom:12px}}


/* ===== V3 PRO RESPONSIVE =====
   Móvil conserva la composición 02 MINIMALISTA.
   Escritorio usa una composición panorámica propia. */
@media (min-width: 900px){
  html,body{min-height:100%;background:#070707}
  body{
    display:block;padding:0;
    background:
      radial-gradient(circle at 18% 18%,rgba(255,255,255,.08),transparent 30%),
      #070707;
  }
  .page{
    width:100%;max-width:none;min-height:100vh;margin:0;
    display:grid;grid-template-columns:minmax(0,1.55fr) minmax(360px,.72fr);
    grid-template-areas:"hero links" "library library";
    overflow:visible;border:0;border-radius:0;box-shadow:none;background:#090909;
  }
  .hero{
    grid-area:hero;height:78vh;min-height:650px;max-height:900px;
    background:
      linear-gradient(90deg,rgba(0,0,0,.06) 0%,rgba(0,0,0,.04) 52%,rgba(0,0,0,.52) 100%),
      linear-gradient(0deg,#090909 0%,transparent 23%),
      url("/assets/dreyson-hero.jpg") center 42%/cover no-repeat;
  }
  .hero::after{
    height:34%;background:linear-gradient(transparent,rgba(9,9,9,.9));
  }
  .brand{
    top:46px;left:54px;right:auto;text-align:left;
  }
  .brand h1{font-size:42px;letter-spacing:.16em}
  .brand p{font-size:9px;letter-spacing:.44em;margin-top:14px}
  .menu-btn{display:none}
  .release{
    left:54px;bottom:52px;transform:none;width:min(520px,calc(100% - 108px));gap:20px;
    padding:16px;border:1px solid rgba(255,255,255,.13);border-radius:18px;
    background:linear-gradient(120deg,rgba(7,7,7,.74),rgba(18,18,18,.46));
    backdrop-filter:blur(12px);box-shadow:0 24px 65px rgba(0,0,0,.32);
  }
  .cover{width:118px;border-radius:10px}
  .play{width:34px;height:34px;right:9px;bottom:9px}
  .song{font-size:20px;letter-spacing:.03em}
  .artist{font-size:13px;margin-top:9px}

  .links{
    grid-area:links;min-height:650px;height:78vh;max-height:900px;
    display:flex;flex-direction:column;justify-content:center;
    padding:70px 54px 54px;background:
      linear-gradient(180deg,#101010,#080808 72%);
    border-left:1px solid rgba(255,255,255,.08);
  }
  .links::before{
    content:"ÚLTIMO LANZAMIENTO";display:block;margin:0 0 24px;
    font-family:Georgia,"Times New Roman",serif;font-size:11px;letter-spacing:.32em;
    color:rgba(255,255,255,.54);text-align:center;
  }
  .music-link{
    height:57px;margin-bottom:12px;border-radius:30px;
    grid-template-columns:52px 1fr 52px;border-color:rgba(255,255,255,.34);
  }
  .music-link.primary{height:61px}
  .music-link .txt{font-size:12px;letter-spacing:.03em}
  .service-icon{width:31px;height:31px;margin-left:12px}
  .socials{padding:22px 14px 15px;gap:31px}
  .motto{padding-bottom:0;font-size:8px;letter-spacing:.48em}

  .release-library{
    grid-area:library;padding:42px clamp(54px,7vw,110px) 70px;
    border-top:1px solid rgba(255,255,255,.08);
    background:linear-gradient(180deg,#090909,#0d0d0d);
  }
  .release-library-head{padding:0 0 28px;text-align:left}
  .release-library-head span{font-size:22px;letter-spacing:.18em}
  .release-library-head small{font-size:8px;margin-top:10px}
  .release-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
  .release-card{
    grid-template-columns:86px 1fr auto;padding:12px;border-radius:17px;
    background:rgba(255,255,255,.025)
  }
  .release-card img{width:86px;height:86px}
  .release-card-title{font-size:14px}

  .drawer{display:none}
  .edit-fab{right:24px;bottom:24px}
}

@media (min-width: 1400px){
  .page{grid-template-columns:minmax(0,1.7fr) minmax(420px,.66fr)}
  .brand{left:72px;top:58px}
  .release{left:72px;bottom:62px}
  .links{padding-left:66px;padding-right:66px}
}

/* Tablet: más ancho que móvil, sin parecer una pantalla de teléfono ampliada. */
@media (min-width: 600px) and (max-width: 899px){
  body{padding:0}
  .page{width:100%;max-width:none;border:0;border-radius:0}
  .hero{height:58svh;min-height:470px;max-height:650px}
  .brand h1{font-size:35px}
  .release{width:min(560px,calc(100% - 80px))}
  .links{padding-left:max(50px,10vw);padding-right:max(50px,10vw)}
  .release-library{padding-left:max(42px,8vw);padding-right:max(42px,8vw)}
  .release-grid{grid-template-columns:repeat(2,1fr)}
}

/* V5 — acceso de edición privado para el propietario */
.edit-fab,.drawer-edit{display:none!important}
body.owner-mode .edit-fab{display:flex!important;align-items:center;justify-content:center}
body.owner-mode .drawer-edit{display:block!important}
.spotify-mark{width:23px;height:23px;display:block;fill:none;stroke:#06160b;stroke-width:2.15;stroke-linecap:round}

/* ===== V6 · FOTO DEFINITIVA + ESCRITORIO EDITORIAL ===== */
.desktop-nav,.desktop-heading,.desktop-release-label,.desktop-quote{display:none}

@media (min-width:900px){
  .page{
    min-height:100vh;
    grid-template-columns:minmax(0,1.32fr) minmax(500px,.88fr);
    grid-template-areas:"hero links" "library library";
  }
  .hero{
    height:100vh;min-height:700px;max-height:1000px;
    background-image:
      linear-gradient(90deg,rgba(0,0,0,.02) 0%,rgba(0,0,0,.04) 68%,rgba(0,0,0,.45) 100%),
      linear-gradient(0deg,rgba(0,0,0,.18),transparent 35%),
      url("/assets/dreyson-hero.jpg")!important;
    background-position:center 52%!important;
    background-size:cover!important;
    background-repeat:no-repeat!important;
  }
  .hero::after{height:18%;background:linear-gradient(transparent,rgba(9,9,9,.36))}
  .brand{top:36px;left:54px;right:auto;text-align:left}
  .brand h1{font-size:34px;letter-spacing:.19em;text-shadow:0 2px 22px rgba(0,0,0,.25)}
  .brand p{display:none}
  .desktop-quote{
    display:block;position:absolute;z-index:4;left:56px;top:26%;
    font-size:12px;line-height:2.35;letter-spacing:.36em;color:rgba(15,15,15,.72);
    font-weight:600;text-shadow:0 1px 12px rgba(255,255,255,.22)
  }
  .release{
    left:auto;right:48px;bottom:52px;transform:none;width:min(430px,calc(100% - 96px));
    background:rgba(8,8,8,.78);border:1px solid rgba(255,255,255,.18);
    padding:13px 15px;border-radius:17px;backdrop-filter:blur(14px)
  }
  .cover{width:96px}.song{font-size:17px}.artist{font-size:12px}

  .links{
    position:relative;height:100vh;min-height:700px;max-height:1000px;
    justify-content:center;padding:128px 62px 50px;
    background:
      radial-gradient(circle at 20% 28%,rgba(255,255,255,.10),transparent 35%),
      linear-gradient(135deg,#333 0%,#171717 48%,#090909 100%);
    overflow:hidden;
  }
  .links::before{display:none}
  .links::after{
    content:"";position:absolute;inset:0;pointer-events:none;opacity:.18;
    background:linear-gradient(115deg,transparent 0 45%,rgba(255,255,255,.08) 46%,transparent 47% 100%)
  }
  .desktop-nav{
    display:flex;position:absolute;z-index:3;top:38px;left:54px;right:54px;
    justify-content:flex-end;gap:32px;align-items:center
  }
  .desktop-nav a{font-size:9px;letter-spacing:.18em;color:rgba(255,255,255,.88)}
  .desktop-heading{display:flex;position:relative;z-index:2;flex-direction:column;text-align:left;margin:0 0 28px}
  .desktop-heading strong{font-family:Georgia,"Times New Roman",serif;font-size:56px;letter-spacing:.20em;font-weight:400;line-height:1}
  .desktop-heading span{font-size:10px;letter-spacing:.48em;color:rgba(255,255,255,.72);margin-top:16px}
  .desktop-release-label{display:block;position:relative;z-index:2;font-size:9px;letter-spacing:.28em;color:rgba(255,255,255,.58);margin:0 0 13px}
  .music-link{position:relative;z-index:2;height:58px;margin-bottom:10px;background:rgba(5,5,5,.70);border-color:rgba(255,255,255,.55)}
  .music-link.primary{height:58px;background:rgba(5,5,5,.70);border-color:rgba(255,255,255,.55)}
  .music-link .txt,.music-link.primary .txt{font-size:11px;letter-spacing:.08em;color:#fff}
  .service-icon.spotify{background:#1ed760}
  .spotify-mark{stroke:#07160b}
  .socials{position:relative;z-index:2;padding-top:23px;gap:34px}
  .motto{position:relative;z-index:2;padding-top:18px;font-size:8px;letter-spacing:.45em}
  .release-library{padding-top:50px}
}

@media (min-width:1400px){
  .page{grid-template-columns:minmax(0,1.45fr) minmax(540px,.78fr)}
  .links{padding-left:76px;padding-right:76px}
  .desktop-heading strong{font-size:64px}
  .release{right:64px}
}

/* En móvil la nueva foto se encuadra verticalmente como la referencia 02. */
@media (max-width:599px){
  .hero{
    background-image:linear-gradient(to bottom,rgba(0,0,0,.08),rgba(0,0,0,.02) 54%,rgba(0,0,0,.48) 82%,#090909 100%),url("/assets/dreyson-hero.jpg")!important;
    background-position:center 47%!important;
  }
}

/* ===== V7 · FOTO COMPLETA EN ORDENADOR =====
   La imagen original se muestra entera: sin recortar y sin deformar. */
@media (min-width:900px){
  .hero{
    background-color:#cfcfcf!important;
    background-image:
      linear-gradient(90deg,rgba(0,0,0,.02) 0%,rgba(0,0,0,.02) 76%,rgba(0,0,0,.16) 100%),
      url("/assets/dreyson-hero.jpg")!important;
    background-size:100% 100%, contain!important;
    background-position:center, center!important;
    background-repeat:no-repeat,no-repeat!important;
  }
  .hero::after{display:none!important}
}

/* ===== V8 · REFERENCIA PROFESIONAL + ICONOS VECTORIALES =====
   Escritorio: foto grande como la referencia, conservando cabeza y ambos zapatos.
   Los iconos de YouTube/TikTok son SVG nítidos, sin emojis ni text-shadow. */
.youtube-mark{width:100%;height:100%;display:block}
.service-icon.youtube{background:transparent!important;border:0!important;overflow:visible}
.service-icon.tiktok{background:#070707!important;border:1px solid rgba(255,255,255,.42)!important;text-shadow:none!important;overflow:visible}
.tiktok-mark{width:23px;height:23px;display:block}
.tiktok-mark .tk-cyan{fill:#25f4ee;transform:translate(-.65px,.45px)}
.tiktok-mark .tk-red{fill:#fe2c55;transform:translate(.65px,-.35px)}
.tiktok-mark .tk-white{fill:#fff}
.social-tiktok{width:25px;height:25px;display:grid;place-items:center;text-shadow:none!important}
.social-tiktok-mark{width:24px;height:24px;display:block}
.social-youtube{width:26px!important;height:20px!important;background:transparent!important;color:#fff!important;border-radius:0!important;padding:0!important}
.social-youtube-mark{width:26px;height:20px;display:block}

@media (min-width:900px){
  .page{
    grid-template-columns:minmax(0,1.38fr) minmax(480px,.86fr)!important;
  }
  .hero{
    height:100vh!important;min-height:680px!important;max-height:none!important;
    background-color:#cfcfcf!important;
    background-image:
      linear-gradient(90deg,rgba(0,0,0,.01) 0%,rgba(0,0,0,.015) 76%,rgba(0,0,0,.20) 100%),
      url("/assets/dreyson-hero.jpg")!important;
    /* 118% amplía la foto; bottom conserva los dos zapatos. Solo desaparece parte del espacio vacío superior. */
    background-size:100% 100%, auto 118%!important;
    background-position:center, center bottom!important;
    background-repeat:no-repeat!important;
  }
  .brand{top:28px!important;left:52px!important}
  .brand h1{font-size:36px!important;letter-spacing:.20em!important}
  .desktop-quote{left:56px!important;top:21%!important}
  .release{right:44px!important;bottom:38px!important;width:min(430px,calc(100% - 88px))!important}
  .links{height:100vh!important;min-height:680px!important;max-height:none!important;padding:112px 58px 44px!important}
  .desktop-heading{margin-bottom:24px!important}
  .desktop-heading strong{font-size:clamp(48px,4vw,68px)!important;letter-spacing:.17em!important;white-space:nowrap}
  .music-link{height:56px!important;margin-bottom:9px!important}
  .socials{padding-top:20px!important}
}

@media (min-width:1400px){
  .page{grid-template-columns:minmax(0,1.42fr) minmax(520px,.82fr)!important}
  .hero{background-size:100% 100%, auto 121%!important}
}

/* ===== V10 · DISEÑO FINAL APROBADO =====
   Escritorio replica la composición editorial de la referencia usando
   la fotografía ORIGINAL del usuario, sin alterar cara/cuerpo. */
.desktop-release-card{display:none}
.social-facebook{font-family:Arial,Helvetica,sans-serif;font-weight:800;font-size:24px;line-height:1}

@media (min-width:900px){
  html,body{background:#090909!important}
  body{padding:0!important;display:block!important;overflow-x:hidden}
  .page{
    width:100%!important;max-width:none!important;min-height:100vh!important;margin:0!important;
    display:grid!important;grid-template-columns:60% 40%!important;
    grid-template-areas:"hero links" "library library"!important;
    border:0!important;border-radius:0!important;box-shadow:none!important;overflow:visible!important;
  }
  .hero{
    grid-area:hero!important;height:100vh!important;min-height:680px!important;max-height:none!important;
    background-color:#cfcfcf!important;
    background-image:
      linear-gradient(90deg,rgba(0,0,0,0) 0%,rgba(0,0,0,0) 76%,rgba(0,0,0,.22) 100%),
      url("/assets/dreyson-hero.jpg")!important;
    background-size:100% 100%,cover!important;
    background-position:center,center bottom!important;
    background-repeat:no-repeat!important;
  }
  .hero::after{display:none!important}
  .brand{top:30px!important;left:64px!important;right:auto!important;text-align:left!important}
  .brand h1{font-size:clamp(34px,3.1vw,54px)!important;letter-spacing:.18em!important;font-weight:400!important;text-shadow:none!important;white-space:nowrap}
  .brand p{display:none!important}
  .desktop-quote{
    display:block!important;left:80px!important;top:21%!important;
    color:#171717!important;text-shadow:none!important;font-size:clamp(10px,.85vw,14px)!important;
    line-height:2.25!important;letter-spacing:.34em!important;font-weight:500!important;
  }
  .hero .release{display:none!important}

  .links{
    grid-area:links!important;position:relative!important;height:100vh!important;min-height:680px!important;max-height:none!important;
    display:flex!important;flex-direction:column!important;justify-content:center!important;
    padding:118px clamp(42px,4vw,74px) 44px!important;
    background:
      radial-gradient(circle at 0% 36%,rgba(255,255,255,.18),transparent 38%),
      linear-gradient(112deg,#444 0%,#232323 35%,#0b0b0b 92%)!important;
    border-left:0!important;overflow:hidden!important;
  }
  .links::before{display:none!important}
  .links::after{display:none!important}
  .desktop-nav{
    display:flex!important;position:absolute!important;z-index:3!important;top:50px!important;left:20px!important;right:54px!important;
    justify-content:flex-end!important;gap:clamp(22px,2.2vw,40px)!important;align-items:center!important;
  }
  .desktop-nav a{font-size:clamp(8px,.72vw,11px)!important;letter-spacing:.18em!important;color:rgba(255,255,255,.92)!important}
  .desktop-heading{display:flex!important;position:relative!important;z-index:2!important;flex-direction:column!important;text-align:left!important;margin:0 0 34px!important}
  .desktop-heading strong{
    font-family:Georgia,"Times New Roman",serif!important;font-size:clamp(52px,5vw,82px)!important;
    letter-spacing:.16em!important;font-weight:400!important;line-height:.96!important;white-space:nowrap!important;
  }
  .desktop-heading span{font-size:clamp(9px,.78vw,12px)!important;letter-spacing:.50em!important;color:rgba(255,255,255,.86)!important;margin-top:22px!important;white-space:nowrap}
  .desktop-release-label{display:none!important}
  .desktop-release-card{
    display:flex!important;position:relative!important;z-index:2!important;align-items:center!important;gap:22px!important;
    margin:0 0 22px!important;min-height:110px!important;
  }
  .desktop-release-cover{
    width:112px!important;height:112px!important;flex:0 0 112px!important;border-radius:10px!important;
    background:url("/assets/dias-mejores.jpg") center/cover no-repeat!important;position:relative!important;overflow:hidden!important;
    box-shadow:0 14px 34px rgba(0,0,0,.20)!important;
  }
  .desktop-play{
    position:absolute!important;right:10px!important;bottom:10px!important;width:38px!important;height:38px!important;border-radius:50%!important;
    display:grid!important;place-items:center!important;background:#fff!important;color:#111!important;font-size:13px!important;padding-left:2px!important;
  }
  .desktop-release-copy{display:flex!important;flex-direction:column!important;min-width:0!important}
  .desktop-release-copy small{font-size:10px!important;letter-spacing:.22em!important;color:rgba(255,255,255,.78)!important;margin-bottom:12px!important;white-space:nowrap}
  .desktop-release-copy strong{font-family:Georgia,"Times New Roman",serif!important;font-size:24px!important;font-weight:400!important;letter-spacing:.04em!important;white-space:nowrap}
  .desktop-release-copy span{font-size:15px!important;color:rgba(255,255,255,.78)!important;margin-top:10px!important}

  .music-link,.music-link.primary{
    position:relative!important;z-index:2!important;width:100%!important;height:59px!important;margin-bottom:10px!important;border-radius:32px!important;
    grid-template-columns:58px 1fr 58px!important;background:rgba(3,3,3,.78)!important;color:#fff!important;
    border:1px solid rgba(255,255,255,.48)!important;box-shadow:none!important;
  }
  .music-link:hover{background:rgba(20,20,20,.92)!important;border-color:rgba(255,255,255,.8)!important}
  .music-link .txt,.music-link.primary .txt{font-size:11px!important;letter-spacing:.12em!important;color:#fff!important;font-weight:500!important}
  .service-icon{width:34px!important;height:34px!important;margin-left:12px!important}
  .spotify-mark{width:25px!important;height:25px!important}
  .youtube-mark{width:34px!important;height:26px!important}
  .service-icon.youtube{width:34px!important;height:26px!important;margin-left:12px!important}
  .service-icon.tiktok{width:34px!important;height:34px!important}
  .tiktok-mark{width:25px!important;height:25px!important}
  .arrow{font-size:25px!important;font-weight:200!important;opacity:.92!important}
  .socials{position:relative!important;z-index:2!important;padding:30px 12px 18px!important;gap:clamp(26px,2.6vw,42px)!important}
  .socials a{font-size:25px!important;width:30px!important;height:30px!important;opacity:1!important}
  .social-instagram{font-size:31px!important;line-height:1!important}
  .social-facebook{font-size:27px!important}
  .social-x{font-size:27px!important}
  .social-youtube{width:31px!important;height:23px!important}
  .social-youtube-mark{width:31px!important;height:23px!important}
  .social-soundcloud{font-size:27px!important}
  .motto{position:relative!important;z-index:2!important;padding:22px 10px 0!important;font-family:Arial,Helvetica,sans-serif!important;font-size:10px!important;letter-spacing:.38em!important;color:rgba(255,255,255,.88)!important}
  .release-library{grid-area:library!important}
  .edit-fab{position:fixed!important}
}

/* Pantallas de portátil menos altas: misma composición, un poco más compacta. */
@media (min-width:900px) and (max-height:760px){
  .links{padding-top:92px!important;padding-bottom:26px!important}
  .desktop-nav{top:28px!important}
  .desktop-heading{margin-bottom:20px!important}
  .desktop-heading strong{font-size:clamp(44px,4.3vw,64px)!important}
  .desktop-heading span{margin-top:13px!important}
  .desktop-release-card{min-height:88px!important;margin-bottom:14px!important}
  .desktop-release-cover{width:88px!important;height:88px!important;flex-basis:88px!important}
  .desktop-release-copy small{margin-bottom:8px!important}
  .desktop-release-copy strong{font-size:20px!important}
  .desktop-release-copy span{margin-top:6px!important}
  .music-link,.music-link.primary{height:49px!important;margin-bottom:8px!important}
  .service-icon{width:29px!important;height:29px!important}
  .socials{padding-top:15px!important;padding-bottom:8px!important}
  .motto{padding-top:10px!important}
}

/* Móvil conserva el diseño vertical profesional y la foto original. */
@media (max-width:899px){
  .desktop-release-card{display:none!important}
  .hero{background-position:center 46%!important}
}

/* Cookies: visibles por cumplimiento, pero discretas para no tapar el diseño. */
.consent-banner{
  left:18px!important;bottom:18px!important;transform:none!important;width:min(420px,calc(100% - 36px))!important;
  padding:11px 12px!important;border-radius:12px!important;background:rgba(12,12,12,.93)!important;
}
.consent-copy strong{font-size:11px!important}.consent-copy span{font-size:9px!important}
.consent-actions .save-btn,.consent-actions .secondary-btn{padding:8px 12px!important;font-size:10px!important}
@media(max-width:580px){.consent-banner{left:12px!important;bottom:12px!important;width:calc(100% - 24px)!important}}

/* ===== V11 · REFERENCIA EXACTA EN ESCRITORIO =====
   En pantallas grandes se muestra la composición aprobada como una sola
   pieza visual para evitar cualquier recorte distinto entre portátiles.
   Los botones y navegación siguen siendo interactivos mediante hotspots. */
.desktop-exact-stage{display:none}
@media (min-width:900px){
  body{background:#0a0a0a!important}
  .desktop-exact-stage{
    display:block;position:relative;width:100vw;height:100vh;min-height:620px;
    overflow:hidden;background:#111;isolation:isolate;
  }
  .desktop-exact-stage>img{
    position:absolute;inset:0;width:100%;height:100%;object-fit:fill;display:block;
    user-select:none;-webkit-user-drag:none;pointer-events:none;
  }
  /* La versión HTML normal queda debajo para móvil, edición y datos dinámicos. */
  .page>.hero,.page>.links{display:none!important}
  .page{display:block!important;width:100%!important;max-width:none!important;min-height:0!important;background:#090909!important}
  .release-library{display:none!important}
  .exact-hotspot{
    position:absolute;z-index:5;display:block;border:0;background:transparent!important;
    padding:0;margin:0;cursor:pointer;border-radius:18px;color:transparent;font-size:0;
  }
  .exact-hotspot:focus-visible{outline:2px solid rgba(255,255,255,.9);outline-offset:2px}
  .hs-inicio{left:61.0%;top:4.0%;width:5.3%;height:5.0%}
  .hs-musica{left:67.2%;top:4.0%;width:5.4%;height:5.0%}
  .hs-videos{left:74.0%;top:4.0%;width:5.3%;height:5.0%}
  .hs-sobre{left:80.7%;top:4.0%;width:5.2%;height:5.0%}
  .hs-contacto{left:87.1%;top:4.0%;width:8.0%;height:5.0%}
  .hs-release{left:63.2%;top:30.3%;width:22.5%;height:14.0%}
  .hs-spotify{left:63.0%;top:45.0%;width:30.5%;height:6.7%}
  .hs-apple{left:63.0%;top:51.7%;width:30.5%;height:6.7%}
  .hs-youtube{left:63.0%;top:58.4%;width:30.5%;height:6.7%}
  .hs-tiktok{left:63.0%;top:65.1%;width:30.5%;height:6.7%}
  .hs-instagram{left:65.7%;top:75.0%;width:3.5%;height:6.0%}
  .hs-facebook{left:70.7%;top:75.0%;width:3.5%;height:6.0%}
  .hs-x{left:75.3%;top:75.0%;width:3.5%;height:6.0%}
  .hs-ytsocial{left:80.3%;top:75.0%;width:3.8%;height:6.0%}
  .hs-soundcloud{left:85.4%;top:75.0%;width:4.5%;height:6.0%}
  .edit-fab{z-index:40!important}
  .consent-banner{z-index:50!important}
}
@media (max-width:899px){
  .desktop-exact-stage{display:none!important}
}

/* ===== V12 · PROPORCIÓN EXACTA DE LA REFERENCIA =====
   La referencia aprobada es 3:2 (1536 × 1024). En escritorio nunca se
   estira ni se aplasta para llenar la altura del navegador. Se conserva
   su proporción exacta a todo el ancho; en portátiles bajos la página
   puede desplazarse verticalmente para mantener el diseño sin deformarlo. */
@media (min-width:900px){
  html,body{min-height:100%;overflow-x:hidden!important;overflow-y:auto!important}
  body{display:block!important;padding:0!important;background:#0a0a0a!important}
  .desktop-exact-stage{
    width:100vw!important;
    height:auto!important;
    min-height:0!important;
    aspect-ratio:3 / 2!important;
    overflow:hidden!important;
  }
  .desktop-exact-stage>img{
    width:100%!important;
    height:100%!important;
    object-fit:contain!important;
    object-position:top center!important;
  }
  .page{min-height:0!important}
}

/* ===== V13 · REFERENCIA COMPLETA DENTRO DE LA PANTALLA =====
   Mantiene 3:2 sin deformar y hace que TODA la composición aprobada sea
   visible de una vez en escritorio, incluso en portátiles 16:9. */
@media (min-width:900px){
  html,body{
    width:100%!important;
    height:100%!important;
    min-height:100svh!important;
    overflow:hidden!important;
  }
  body{
    margin:0!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    background:linear-gradient(90deg,#b9b9b9 0%,#9b9b9b 42%,#3a3a3a 63%,#111 100%)!important;
  }
  .desktop-exact-stage{
    flex:none!important;
    width:min(100vw,150svh)!important;
    height:auto!important;
    aspect-ratio:3 / 2!important;
    margin:0 auto!important;
    overflow:hidden!important;
    box-shadow:0 0 70px rgba(0,0,0,.20)!important;
  }
  .desktop-exact-stage>img{
    position:absolute!important;
    inset:0!important;
    width:100%!important;
    height:100%!important;
    object-fit:contain!important;
    object-position:center!important;
    display:block!important;
  }
  .page{
    position:absolute!important;
    width:1px!important;
    height:1px!important;
    min-height:0!important;
    overflow:visible!important;
    box-shadow:none!important;
  }
  .page>.hero,.page>.links,.release-library{display:none!important}
  .edit-fab{position:fixed!important;right:14px!important;bottom:14px!important}
}

/* ===== V14 · ESCRITORIO PROFESIONAL RESPONSIVE =====
   Ya no usamos una captura 3:2 encajada dentro del portátil.
   La web real ocupa TODO el ancho y TODO el alto disponible:
   foto original grande a la izquierda + panel oscuro a la derecha.
   La foto mantiene su proporción y conserva los dos zapatos. */
@media (min-width:900px){
  html,body{
    width:100%!important;height:100%!important;min-height:100vh!important;
    overflow:hidden!important;background:#0a0a0a!important;
  }
  body{margin:0!important;padding:0!important;display:block!important}

  /* Desactivar la imagen-captura de V11–V13: vuelve la web real y responsive. */
  .desktop-exact-stage{display:none!important}

  .page{
    position:relative!important;width:100vw!important;height:100vh!important;min-height:0!important;
    max-width:none!important;margin:0!important;overflow:hidden!important;
    display:grid!important;grid-template-columns:61.5% 38.5%!important;
    grid-template-rows:100vh!important;grid-template-areas:"hero links"!important;
    border:0!important;border-radius:0!important;box-shadow:none!important;background:#0a0a0a!important;
  }

  .page>.hero{
    display:block!important;grid-area:hero!important;position:relative!important;
    width:100%!important;height:100vh!important;min-height:0!important;max-height:none!important;
    background-color:#cecece!important;
    background-image:
      linear-gradient(90deg,rgba(0,0,0,0) 0%,rgba(0,0,0,0) 78%,rgba(0,0,0,.18) 100%),
      url("/assets/dreyson-hero.jpg")!important;
    background-size:100% 100%,auto 112%!important;
    background-position:center,center bottom!important;
    background-repeat:no-repeat!important;
    overflow:hidden!important;
  }
  .hero::after{display:none!important}
  .hero .release{display:none!important}
  .hero .menu-btn{display:none!important}

  .brand{
    display:block!important;position:absolute!important;z-index:4!important;
    top:4.4vh!important;left:6.2vw!important;right:auto!important;text-align:left!important;
  }
  .brand h1{
    margin:0!important;font-family:Georgia,"Times New Roman",serif!important;
    font-size:clamp(30px,3vw,52px)!important;line-height:1!important;letter-spacing:.20em!important;
    font-weight:400!important;color:#fff!important;text-shadow:0 1px 14px rgba(0,0,0,.12)!important;white-space:nowrap!important;
  }
  .brand p{display:none!important}
  .desktop-quote{
    display:block!important;position:absolute!important;z-index:4!important;
    left:7.2vw!important;top:20.5vh!important;color:#171717!important;text-shadow:none!important;
    font-size:clamp(9px,.86vw,13px)!important;line-height:2.18!important;letter-spacing:.34em!important;font-weight:500!important;
  }

  .page>.links{
    display:flex!important;grid-area:links!important;position:relative!important;
    width:100%!important;height:100vh!important;min-height:0!important;max-height:none!important;
    flex-direction:column!important;justify-content:center!important;
    padding:clamp(66px,10vh,92px) clamp(30px,3.2vw,58px) clamp(22px,4vh,38px)!important;
    background:
      radial-gradient(circle at 0% 38%,rgba(255,255,255,.18),transparent 42%),
      linear-gradient(112deg,#444 0%,#242424 35%,#0b0b0b 94%)!important;
    overflow:hidden!important;border:0!important;
  }
  .links::before,.links::after{display:none!important}

  .desktop-nav{
    display:flex!important;position:absolute!important;z-index:5!important;
    top:4.8vh!important;left:20px!important;right:3.5vw!important;
    justify-content:flex-end!important;align-items:center!important;gap:clamp(17px,2vw,34px)!important;
  }
  .desktop-nav a{font-size:clamp(7px,.66vw,10px)!important;letter-spacing:.17em!important;color:rgba(255,255,255,.94)!important;white-space:nowrap!important}

  .desktop-heading{display:flex!important;z-index:2!important;flex-direction:column!important;margin:0 0 clamp(12px,2.4vh,22px)!important}
  .desktop-heading strong{
    font-family:Georgia,"Times New Roman",serif!important;font-size:clamp(40px,4.45vw,72px)!important;
    letter-spacing:.15em!important;font-weight:400!important;line-height:.94!important;white-space:nowrap!important;
  }
  .desktop-heading span{font-size:clamp(8px,.72vw,11px)!important;letter-spacing:.46em!important;margin-top:clamp(10px,1.8vh,18px)!important;color:rgba(255,255,255,.86)!important;white-space:nowrap!important}

  .desktop-release-label{display:none!important}
  .desktop-release-card{
    display:flex!important;z-index:2!important;align-items:center!important;gap:clamp(14px,1.5vw,22px)!important;
    min-height:0!important;margin:0 0 clamp(10px,1.8vh,18px)!important;
  }
  .desktop-release-cover{
    width:clamp(72px,8.2vh,98px)!important;height:clamp(72px,8.2vh,98px)!important;
    flex:0 0 clamp(72px,8.2vh,98px)!important;border-radius:8px!important;
    background:url("/assets/dias-mejores.jpg") center/cover no-repeat!important;
  }
  .desktop-play{right:7px!important;bottom:7px!important;width:clamp(27px,3.4vh,36px)!important;height:clamp(27px,3.4vh,36px)!important;font-size:11px!important}
  .desktop-release-copy small{font-size:clamp(7px,.65vw,10px)!important;margin-bottom:clamp(5px,.8vh,9px)!important;letter-spacing:.20em!important}
  .desktop-release-copy strong{font-size:clamp(17px,1.7vw,24px)!important}
  .desktop-release-copy span{font-size:clamp(10px,1vw,14px)!important;margin-top:clamp(4px,.8vh,8px)!important}

  .music-link,.music-link.primary{
    z-index:2!important;width:100%!important;height:clamp(42px,7.2vh,56px)!important;
    margin-bottom:clamp(6px,1vh,9px)!important;border-radius:999px!important;
    grid-template-columns:clamp(44px,4.4vw,58px) 1fr clamp(44px,4.4vw,58px)!important;
    background:rgba(3,3,3,.76)!important;color:#fff!important;border:1px solid rgba(255,255,255,.46)!important;
  }
  .music-link .txt,.music-link.primary .txt{font-size:clamp(8px,.72vw,11px)!important;letter-spacing:.11em!important;color:#fff!important;font-weight:500!important}
  .service-icon{width:clamp(27px,3.8vh,34px)!important;height:clamp(27px,3.8vh,34px)!important;margin-left:10px!important}
  .service-icon.youtube{width:clamp(27px,3.8vh,34px)!important;height:clamp(21px,2.9vh,26px)!important;margin-left:10px!important}
  .spotify-mark{width:76%!important;height:76%!important}
  .youtube-mark{width:100%!important;height:100%!important}
  .tiktok-mark{width:75%!important;height:75%!important}
  .arrow{font-size:clamp(18px,2.3vh,24px)!important}

  .socials{z-index:2!important;padding:clamp(8px,1.5vh,14px) 8px clamp(4px,.8vh,8px)!important;gap:clamp(20px,2.4vw,38px)!important}
  .socials a{width:clamp(22px,3.2vh,29px)!important;height:clamp(22px,3.2vh,29px)!important;font-size:clamp(20px,3vh,27px)!important}
  .social-instagram{font-size:clamp(24px,3.5vh,31px)!important}
  .social-facebook,.social-x,.social-soundcloud{font-size:clamp(20px,3vh,27px)!important}
  .social-youtube,.social-youtube-mark{width:clamp(25px,3.6vh,31px)!important;height:auto!important}
  .motto{z-index:2!important;padding:clamp(6px,1.2vh,12px) 4px 0!important;font-size:clamp(7px,.62vw,9px)!important;letter-spacing:.36em!important;color:rgba(255,255,255,.88)!important;white-space:nowrap!important}

  /* En escritorio la portada inicial queda limpia; lanzamientos siguen accesibles desde móvil/admin. */
  .release-library{display:none!important}
  .edit-fab{position:fixed!important;right:14px!important;bottom:14px!important;z-index:40!important}
  .consent-banner{z-index:50!important}
}

/* En pantallas extremadamente bajas compactamos un poco más, sin recortar la foto. */
@media (min-width:900px) and (max-height:620px){
  .page>.hero{background-size:100% 100%,auto 108%!important}
  .page>.links{padding-top:58px!important;padding-bottom:14px!important}
  .desktop-nav{top:18px!important}
  .desktop-heading{margin-bottom:10px!important}
  .desktop-heading span{margin-top:8px!important}
  .desktop-release-card{margin-bottom:8px!important}
  .music-link,.music-link.primary{height:40px!important;margin-bottom:5px!important}
  .socials{padding-top:4px!important;padding-bottom:2px!important}
  .motto{padding-top:4px!important}
}

/* ===== V15 · ESCRITORIO IGUAL A LA REFERENCIA APROBADA =====
   En ordenador usamos la composición final aprobada a pantalla completa.
   Así no cambia el tamaño del artista ni la relación entre foto/panel según
   el portátil. En móvil se conserva el diseño responsive independiente. */
@media (min-width:900px){
  html,body{
    width:100%!important;height:100%!important;min-height:100vh!important;
    margin:0!important;padding:0!important;overflow:hidden!important;background:#0a0a0a!important;
  }
  body{display:block!important}
  .desktop-exact-stage{
    display:block!important;position:fixed!important;z-index:1!important;inset:0!important;
    width:100vw!important;height:100vh!important;min-height:0!important;
    margin:0!important;overflow:hidden!important;background:#111!important;box-shadow:none!important;
  }
  .desktop-exact-stage>img{
    position:absolute!important;inset:0!important;width:100%!important;height:100%!important;
    object-fit:fill!important;object-position:center!important;display:block!important;
    pointer-events:none!important;user-select:none!important;
  }
  .page{
    position:fixed!important;z-index:2!important;left:0!important;top:0!important;
    width:1px!important;height:1px!important;min-height:0!important;overflow:visible!important;
    display:block!important;background:transparent!important;box-shadow:none!important;border:0!important;
  }
  .page>.hero,.page>.links,.release-library{display:none!important}
  .exact-hotspot{z-index:10!important}
  .consent-banner{z-index:50!important}
  .edit-fab{position:fixed!important;right:14px!important;bottom:14px!important;z-index:60!important}
}

/* El público no ve controles de edición. Para el propietario: añadir ?admin=1 al enlace. */
.edit-fab,.drawer-edit{display:none!important}
html.admin-mode .edit-fab{display:flex!important;align-items:center!important;justify-content:center!important}
html.admin-mode .drawer-edit{display:block!important}

/* ===== V16 · MENÚ SUPERIOR FUNCIONAL ===== */
.public-panel-backdrop{
  position:fixed;inset:0;z-index:120;display:none;align-items:center;justify-content:center;
  padding:24px;background:rgba(0,0,0,.72);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)
}
.public-panel-backdrop.open{display:flex}
.public-panel{
  position:relative;width:min(560px,100%);max-height:min(720px,88vh);overflow:auto;
  padding:42px 40px 38px;border:1px solid rgba(255,255,255,.22);border-radius:22px;
  background:linear-gradient(145deg,#383838 0%,#181818 46%,#080808 100%);color:#fff;
  box-shadow:0 30px 90px rgba(0,0,0,.45)
}
.public-panel-close{position:absolute;right:18px;top:14px;border:0;background:transparent;color:#fff;font-size:30px;line-height:1;cursor:pointer}
.public-panel-kicker{font-size:9px;letter-spacing:.35em;color:rgba(255,255,255,.62);margin-bottom:12px}
.public-panel h2{font-family:Georgia,"Times New Roman",serif;font-size:clamp(36px,6vw,62px);font-weight:400;letter-spacing:.08em;margin:0 0 16px}
.public-panel>p{font-size:13px;line-height:1.8;color:rgba(255,255,255,.72);margin:0 0 26px;white-space:pre-line}
.public-panel-links{display:grid;gap:10px}
.public-panel-links button,.public-contact{
  width:100%;min-height:50px;display:flex;align-items:center;justify-content:space-between;padding:0 18px;
  border:1px solid rgba(255,255,255,.38);border-radius:999px;background:rgba(255,255,255,.03);
  color:#fff;text-decoration:none;font:600 10px/1 Arial,sans-serif;letter-spacing:.16em;cursor:pointer
}
.public-panel-links button:hover,.public-contact:hover{background:#fff;color:#111}
.public-panel-links button span,.public-contact span{font-size:22px;font-weight:300}
.about-public-panel>p{font-size:15px;line-height:1.95}
.public-contact{margin-top:28px}
.drawer-public-action{border:0;background:transparent;color:#fff;font:inherit;text-align:left;padding:0;cursor:pointer}
.nav-action{border:0;background:transparent;color:rgba(255,255,255,.94);font:inherit;letter-spacing:.17em;cursor:pointer;padding:0}
.field-wide{grid-column:1/-1}
.field-wide textarea{width:100%;resize:vertical;min-height:110px}
@media(max-width:599px){
  .public-panel-backdrop{padding:14px;align-items:flex-end}
  .public-panel{width:100%;padding:34px 24px 30px;border-radius:22px 22px 12px 12px;max-height:84vh}
  .public-panel h2{font-size:38px}
  .public-panel>p,.about-public-panel>p{font-size:13px;line-height:1.8}
}

/* ===== V18 · RESTAURA EL DISEÑO EXACTO + FOTO SINCRONIZADA =====
   Por defecto se muestra exactamente la composición aprobada (desktop-reference).
   Solo cuando el administrador cambia la foto principal se activa la capa dinámica,
   manteniendo el mismo ancho/alto del diseño sin deformar la imagen. */
@media (min-width:900px){
  .desktop-exact-stage>img.desktop-reference-base{
    position:absolute!important;z-index:0!important;inset:0!important;
    width:100%!important;height:100%!important;object-fit:fill!important;
    display:block!important;pointer-events:none!important;user-select:none!important;
  }
  .desktop-exact-stage>img.desktop-live-hero,
  .desktop-exact-stage>img.desktop-right-panel,
  .desktop-live-brand,.desktop-live-quote{display:none!important}

  .desktop-exact-stage.custom-desktop-photo>img.desktop-reference-base{display:none!important}
  .desktop-exact-stage.custom-desktop-photo>img.desktop-live-hero{
    position:absolute!important;z-index:0!important;left:0!important;top:0!important;
    width:60.5%!important;height:100%!important;object-fit:cover!important;
    object-position:center center!important;filter:grayscale(100%)!important;
    display:block!important;pointer-events:none!important;user-select:none!important;
  }
  .desktop-exact-stage.custom-desktop-photo>img.desktop-right-panel{
    position:absolute!important;z-index:1!important;right:0!important;top:0!important;left:auto!important;
    width:44.7%!important;height:100%!important;object-fit:fill!important;object-position:center!important;
    display:block!important;pointer-events:none!important;user-select:none!important;
  }
  .desktop-exact-stage.custom-desktop-photo .desktop-live-brand{
    display:block!important;position:absolute;z-index:3;left:4.35%;top:3.35%;color:#fff;
    font-family:Georgia,"Times New Roman",serif;font-size:clamp(30px,3.25vw,56px);
    font-weight:400;letter-spacing:.18em;line-height:1;white-space:nowrap;text-shadow:0 1px 10px rgba(0,0,0,.12)
  }
  .desktop-exact-stage.custom-desktop-photo .desktop-live-quote{
    display:block!important;position:absolute;z-index:3;left:5.3%;top:18.2%;color:#151515;
    font-family:Arial,sans-serif;font-size:clamp(9px,1vw,16px);font-weight:500;
    letter-spacing:.35em;line-height:1.95;text-align:left;white-space:nowrap
  }
  .desktop-exact-stage.custom-desktop-photo .desktop-live-quote>span{
    display:block;width:1px;height:10vh;min-height:65px;background:rgba(20,20,20,.7);margin-top:12px
  }
}


/* ===== V23 · EDICIÓN SIN ROMPER EL DISEÑO =====
   Cada campo editable tiene su propia zona de reemplazo. */
.desktop-copy-patch{display:none}

@media (min-width:900px){
  .desktop-exact-stage.custom-desktop-photo .desktop-live-brand,
  .desktop-exact-stage.artist-name-edited .desktop-live-brand{
    display:block!important;position:absolute!important;z-index:4!important;
    left:4.18%!important;top:3.25%!important;color:#fff!important;
    font-family:Georgia,"Times New Roman",serif!important;
    font-size:min(5.15vh,3.45vw)!important;font-weight:400!important;
    letter-spacing:.18em!important;line-height:1!important;white-space:nowrap!important;
    text-shadow:0 1px 9px rgba(0,0,0,.12)!important
  }

  .desktop-exact-stage.artist-name-edited:not(.custom-desktop-photo) .desktop-left-name-patch{
    display:block!important;position:absolute!important;z-index:3!important;
    left:2.6042%!important;top:1.7578%!important;width:27.9948%!important;height:8.0078%!important;
    background:url("/assets/patch-left-name.jpg") center/100% 100% no-repeat!important
  }

  .desktop-exact-stage.artist-name-edited .desktop-right-name-patch{
    display:flex!important;position:absolute!important;z-index:4!important;
    left:60.2214%!important;top:14.1602%!important;width:39.0625%!important;height:10.2539%!important;
    box-sizing:border-box!important;align-items:center!important;padding:0 2.2% 0 5.2%!important;
    background:url("/assets/patch-right-name.jpg") center/100% 100% no-repeat!important;
    color:#fff!important;font-family:Georgia,"Times New Roman",serif!important;
    font-size:min(6.75vh,4.5vw)!important;font-weight:400!important;
    letter-spacing:.135em!important;line-height:1!important;white-space:nowrap!important
  }

  .desktop-exact-stage.tagline-edited .desktop-tagline-patch{
    display:flex!important;position:absolute!important;z-index:4!important;
    left:62.1745%!important;top:23.8281%!important;width:36.1328%!important;height:5.3711%!important;
    box-sizing:border-box!important;align-items:center!important;padding-left:5.8%!important;
    background:url("/assets/patch-tagline.jpg") center/100% 100% no-repeat!important;
    color:rgba(255,255,255,.9)!important;font-family:Arial,Helvetica,sans-serif!important;
    font-size:min(1.28vh,.86vw)!important;font-weight:400!important;
    letter-spacing:.42em!important;line-height:1!important;white-space:nowrap!important
  }

  .desktop-exact-stage.release-title-edited .desktop-release-title-patch{
    display:flex!important;position:absolute!important;z-index:4!important;
    left:73.4375%!important;top:33.5938%!important;width:20.5078%!important;height:5.0781%!important;
    box-sizing:border-box!important;align-items:center!important;padding-left:5.2%!important;
    background:url("/assets/patch-release-title.jpg") center/100% 100% no-repeat!important;
    color:#fff!important;font-family:Georgia,"Times New Roman",serif!important;
    font-size:min(2.65vh,1.75vw)!important;font-weight:700!important;
    letter-spacing:.015em!important;line-height:1!important;white-space:nowrap!important
  }

  .desktop-exact-stage.release-artist-edited .desktop-release-artist-patch{
    display:flex!important;position:absolute!important;z-index:4!important;
    left:73.4375%!important;top:38.0859%!important;width:17.9036%!important;height:4.5898%!important;
    box-sizing:border-box!important;align-items:center!important;padding-left:5.8%!important;
    background:url("/assets/patch-release-artist.jpg") center/100% 100% no-repeat!important;
    color:rgba(255,255,255,.85)!important;font-family:Georgia,"Times New Roman",serif!important;
    font-size:min(2.05vh,1.35vw)!important;font-weight:400!important;
    letter-spacing:.01em!important;line-height:1!important;white-space:nowrap!important
  }

  .desktop-exact-stage.motto-edited .desktop-motto-patch{
    display:flex!important;position:absolute!important;z-index:4!important;
    left:66.4063%!important;top:83.0078%!important;width:25.3906%!important;height:6.0547%!important;
    box-sizing:border-box!important;align-items:center!important;justify-content:center!important;
    background:url("/assets/patch-motto.jpg") center/100% 100% no-repeat!important;
    color:rgba(255,255,255,.9)!important;font-family:Arial,Helvetica,sans-serif!important;
    font-size:min(1.15vh,.78vw)!important;font-weight:400!important;
    letter-spacing:.36em!important;line-height:1!important;white-space:nowrap!important
  }

  /* Keep the approved right panel intact with custom photos too. */
  .desktop-exact-stage.custom-desktop-photo>img.desktop-right-panel{
    content:normal!important
  }
}


/* ===== V24 · BLOQUEO DE COMPOSICIÓN DE ESCRITORIO =====
   Desde 600px mostramos SIEMPRE la composición aprobada:
   foto a la izquierda + panel oscuro a la derecha.
   El móvil vertical se mantiene por debajo de 600px. */
@media (min-width:600px){
  html,body{
    width:100%!important;height:100%!important;min-height:100vh!important;
    margin:0!important;padding:0!important;overflow:hidden!important;background:#0a0a0a!important;
  }
  body{display:block!important}

  .desktop-exact-stage{
    display:block!important;position:fixed!important;z-index:1!important;inset:0!important;
    width:100vw!important;height:100vh!important;min-height:0!important;
    margin:0!important;overflow:hidden!important;background:#111!important;box-shadow:none!important;
  }

  .desktop-exact-stage>img.desktop-reference-base{
    display:block!important;position:absolute!important;z-index:0!important;inset:0!important;
    width:100%!important;height:100%!important;object-fit:fill!important;object-position:center!important;
    pointer-events:none!important;user-select:none!important;
  }

  .desktop-exact-stage>img.desktop-live-hero,
  .desktop-exact-stage>img.desktop-right-panel,
  .desktop-live-brand,.desktop-live-quote{display:none!important}

  /* Si el propietario cambia la foto: conserva SIEMPRE el mismo split. */
  .desktop-exact-stage.custom-desktop-photo>img.desktop-reference-base{display:none!important}
  .desktop-exact-stage.custom-desktop-photo>img.desktop-live-hero{
    display:block!important;position:absolute!important;z-index:0!important;
    left:0!important;top:0!important;right:auto!important;bottom:auto!important;
    width:60.5%!important;height:100%!important;
    object-fit:cover!important;object-position:center center!important;
    filter:grayscale(100%)!important;pointer-events:none!important;user-select:none!important;
  }
  .desktop-exact-stage.custom-desktop-photo>img.desktop-right-panel{
    display:block!important;position:absolute!important;z-index:1!important;
    right:0!important;top:0!important;left:auto!important;bottom:auto!important;
    width:44.7%!important;height:100%!important;
    object-fit:fill!important;object-position:center!important;
    pointer-events:none!important;user-select:none!important;
  }
  .desktop-exact-stage.custom-desktop-photo .desktop-live-brand{
    display:block!important;position:absolute!important;z-index:4!important;
    left:4.18%!important;top:3.25%!important;color:#fff!important;
    font-family:Georgia,"Times New Roman",serif!important;
    font-size:min(5.15vh,3.45vw)!important;font-weight:400!important;
    letter-spacing:.18em!important;line-height:1!important;white-space:nowrap!important;
    text-shadow:0 1px 9px rgba(0,0,0,.12)!important;
  }
  .desktop-exact-stage.custom-desktop-photo .desktop-live-quote{
    display:block!important;position:absolute!important;z-index:3!important;
    left:5.3%!important;top:18.2%!important;color:#151515!important;
    font-family:Arial,sans-serif!important;font-size:clamp(9px,1vw,16px)!important;
    font-weight:500!important;letter-spacing:.35em!important;line-height:1.95!important;
    text-align:left!important;white-space:nowrap!important;
  }
  .desktop-exact-stage.custom-desktop-photo .desktop-live-quote>span{
    display:block!important;width:1px!important;height:10vh!important;min-height:65px!important;
    background:rgba(20,20,20,.7)!important;margin-top:12px!important;
  }

  /* Oculta completamente el antiguo diseño "tablet" que estaba apareciendo raro. */
  .page{
    position:fixed!important;z-index:2!important;left:0!important;top:0!important;
    width:1px!important;height:1px!important;min-height:0!important;overflow:visible!important;
    display:block!important;background:transparent!important;box-shadow:none!important;border:0!important;
    margin:0!important;padding:0!important;
  }
  .page>.hero,.page>.links,.release-library{display:none!important}
  .drawer{display:none!important}

  .exact-hotspot{z-index:10!important}
  .consent-banner{z-index:50!important}
  .edit-fab{position:fixed!important;right:14px!important;bottom:14px!important;z-index:60!important}

  /* Los textos editados sustituyen únicamente su zona, sin mover la composición. */
  .desktop-exact-stage.artist-name-edited .desktop-live-brand{
    display:block!important;position:absolute!important;z-index:4!important;
    left:4.18%!important;top:3.25%!important;color:#fff!important;
    font-family:Georgia,"Times New Roman",serif!important;
    font-size:min(5.15vh,3.45vw)!important;font-weight:400!important;
    letter-spacing:.18em!important;line-height:1!important;white-space:nowrap!important;
  }
  .desktop-exact-stage.artist-name-edited:not(.custom-desktop-photo) .desktop-left-name-patch{
    display:block!important;position:absolute!important;z-index:3!important;
    left:2.6042%!important;top:1.7578%!important;width:27.9948%!important;height:8.0078%!important;
    background:url("/assets/patch-left-name.jpg") center/100% 100% no-repeat!important;
  }
  .desktop-exact-stage.artist-name-edited .desktop-right-name-patch{
    display:flex!important;position:absolute!important;z-index:4!important;
    left:60.2214%!important;top:14.1602%!important;width:39.0625%!important;height:10.2539%!important;
    box-sizing:border-box!important;align-items:center!important;padding:0 2.2% 0 5.2%!important;
    background:url("/assets/patch-right-name.jpg") center/100% 100% no-repeat!important;
    color:#fff!important;font-family:Georgia,"Times New Roman",serif!important;
    font-size:min(6.75vh,4.5vw)!important;font-weight:400!important;
    letter-spacing:.135em!important;line-height:1!important;white-space:nowrap!important;
  }
  .desktop-exact-stage.tagline-edited .desktop-tagline-patch{
    display:flex!important;position:absolute!important;z-index:4!important;
    left:62.1745%!important;top:23.8281%!important;width:36.1328%!important;height:5.3711%!important;
    box-sizing:border-box!important;align-items:center!important;padding-left:5.8%!important;
    background:url("/assets/patch-tagline.jpg") center/100% 100% no-repeat!important;
    color:rgba(255,255,255,.9)!important;font-family:Arial,Helvetica,sans-serif!important;
    font-size:min(1.28vh,.86vw)!important;font-weight:400!important;
    letter-spacing:.42em!important;line-height:1!important;white-space:nowrap!important;
  }
  .desktop-exact-stage.release-title-edited .desktop-release-title-patch{
    display:flex!important;position:absolute!important;z-index:4!important;
    left:73.4375%!important;top:33.5938%!important;width:20.5078%!important;height:5.0781%!important;
    box-sizing:border-box!important;align-items:center!important;padding-left:5.2%!important;
    background:url("/assets/patch-release-title.jpg") center/100% 100% no-repeat!important;
    color:#fff!important;font-family:Georgia,"Times New Roman",serif!important;
    font-size:min(2.65vh,1.75vw)!important;font-weight:700!important;white-space:nowrap!important;
  }
  .desktop-exact-stage.release-artist-edited .desktop-release-artist-patch{
    display:flex!important;position:absolute!important;z-index:4!important;
    left:73.4375%!important;top:38.0859%!important;width:17.9036%!important;height:4.5898%!important;
    box-sizing:border-box!important;align-items:center!important;padding-left:5.8%!important;
    background:url("/assets/patch-release-artist.jpg") center/100% 100% no-repeat!important;
    color:rgba(255,255,255,.85)!important;font-family:Georgia,"Times New Roman",serif!important;
    font-size:min(2.05vh,1.35vw)!important;font-weight:400!important;white-space:nowrap!important;
  }
  .desktop-exact-stage.motto-edited .desktop-motto-patch{
    display:flex!important;position:absolute!important;z-index:4!important;
    left:66.4063%!important;top:83.0078%!important;width:25.3906%!important;height:6.0547%!important;
    box-sizing:border-box!important;align-items:center!important;justify-content:center!important;
    background:url("/assets/patch-motto.jpg") center/100% 100% no-repeat!important;
    color:rgba(255,255,255,.9)!important;font-family:Arial,Helvetica,sans-serif!important;
    font-size:min(1.15vh,.78vw)!important;font-weight:400!important;
    letter-spacing:.36em!important;white-space:nowrap!important;
  }
}

/* Teléfonos: conserva el diseño vertical responsive. */
@media (max-width:599px){
  .desktop-exact-stage{display:none!important}
}


/* ===== V25 · NOMBRE IZQUIERDO FIJO =====
   En escritorio con la imagen base, el nombre de la izquierda no se vuelve a dibujar.
   Se deja fijo como parte del diseño y el nombre editable actúa SOLO en el panel derecho.
   Así evitamos que aparezca corrido o cortado arriba a la izquierda. */
@media (min-width:600px){
  .desktop-exact-stage.artist-name-edited:not(.custom-desktop-photo) .desktop-live-brand,
  .desktop-exact-stage.artist-name-edited:not(.custom-desktop-photo) .desktop-left-name-patch{
    display:none!important;
  }

  .desktop-exact-stage:not(.custom-desktop-photo) .desktop-live-brand{
    display:none!important;
  }

  .desktop-exact-stage.artist-name-edited .desktop-right-name-patch{
    display:flex!important;
  }
}


/* V26 — punto grande y artista bajo DÍAS MEJORES corregidos */
@media (min-width:600px){
  .desktop-exact-stage .desktop-release-artist-patch{
    display:flex!important;
    position:absolute!important;
    z-index:5!important;
    left:73.4375%!important;
    top:38.0859%!important;
    width:17.9036%!important;
    height:4.5898%!important;
    box-sizing:border-box!important;
    align-items:center!important;
    padding-left:1.15vw!important;
    background:url("/assets/patch-release-artist.jpg") center/100% 100% no-repeat!important;
    color:rgba(255,255,255,.88)!important;
    font-family:Georgia,"Times New Roman",serif!important;
    font-size:min(1.45vh,1vw)!important;
    font-weight:400!important;
    line-height:1!important;
    letter-spacing:.02em!important;
    text-transform:uppercase!important;
    white-space:nowrap!important;
  }
}

/* ===== V28 · NOMBRE PEQUEÑO NATURAL =====
   Cuando el nombre del lanzamiento sigue siendo DREYSON.T, no se dibuja
   ninguna capa encima: se conserva exactamente el nombre integrado en la
   composición aprobada, debajo de DÍAS MEJORES. Solo aparece la capa editable
   si el propietario cambia realmente ese nombre desde el panel privado. */
@media (min-width:600px){
  .desktop-exact-stage:not(.release-artist-edited) .desktop-release-artist-patch{
    display:none!important;
  }

  .desktop-exact-stage.release-artist-edited .desktop-release-artist-patch{
    left:73.4375%!important;
    top:38.0859%!important;
    width:17.9036%!important;
    height:4.5898%!important;
    padding-left:1.15vw!important;
    font-family:Georgia,"Times New Roman",serif!important;
    font-size:min(1.45vh,1vw)!important;
    font-weight:400!important;
    letter-spacing:.02em!important;
    text-transform:none!important;
    white-space:nowrap!important;
  }
}
