* {
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  min-height: 100%;
  margin: 0;
  overflow-x: hidden;
  background: #020202;
  scroll-behavior: smooth;
  touch-action: pan-y;
}

button {
  font: inherit;
}

.experience {
  position: relative;
  display: grid;
  width: 100%;
  height: 100svh;
  min-height: 360px;
  place-items: center;
  overflow: hidden;
  background: #020202;
  touch-action: pan-y;
}

.experience,
.experience * {
  -webkit-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
}

.landing {
  width: 100%;
  min-height: 100%;
  background: #020202;
}

.preloader {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: grid;
  place-items: center;
  background: #020202;
  opacity: 1;
  transition: opacity .6s ease;
}

.preloader-leaving {
  opacity: 0;
  pointer-events: none;
}

.loader-ring {
  width: 38px;
  height: 38px;
  overflow: visible;
}

.loader-track,
.loader-progress {
  fill: none;
  stroke-width: 1.6;
}

.loader-track {
  stroke: rgb(238 232 219 / .14);
}

.loader-progress {
  stroke: rgb(238 232 219 / .94);
  stroke-linecap: round;
  stroke-dasharray: 100;
  stroke-dashoffset: 100;
  transform: rotate(-90deg) scaleX(-1);
  transform-origin: center;
  transition: stroke-dashoffset .38s cubic-bezier(.22, .72, .3, 1);
}

.room {
  position: relative;
  width: min(100vw, calc(100svh * 1.333333));
  aspect-ratio: 4 / 3;
  overflow: hidden;
  isolation: isolate;
  box-shadow: 0 0 90px 35px #000;
  cursor: default;
  pointer-events: none;
}

.room-image {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: fill;
  pointer-events: none;
  transition: filter .12s linear;
}

.doorway {
  position: absolute;
  z-index: 3;
  left: 40.68%;
  top: 18.7%;
  width: 20.65%;
  height: 65.5%;
  perspective: 1100px;
  perspective-origin: left center;
  pointer-events: none;
}

.light-behind {
  position: absolute;
  inset: 1% 1% 0;
  background:
    radial-gradient(ellipse at 72% 48%, rgb(105 255 146 / .7), transparent 58%),
    #07140b;
  box-shadow: inset 0 0 32px #000;
  opacity: .15;
  transition: background .8s ease, opacity .8s ease;
}

.red .light-behind {
  background:
    radial-gradient(ellipse at 72% 48%, rgb(255 54 67 / .72), transparent 58%),
    #180507;
}

.door {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: fill;
  transform: rotateY(0deg);
  transform-origin: 0 50%;
  transform-style: preserve-3d;
  backface-visibility: hidden;
  filter: brightness(.95);
  transition: transform 1.35s cubic-bezier(.45, .02, .16, 1);
  will-change: transform;
}

.door-open .door {
  transform: rotateY(22deg);
}

.door-open .light-behind {
  opacity: 1;
}

.vignette {
  position: absolute;
  inset: 0;
  z-index: 5;
  pointer-events: none;
  background: radial-gradient(ellipse at 50% 44%, transparent 45%, rgb(0 0 0 / .35) 100%);
}

.hero-content {
  position: absolute;
  left: 50%;
  top: 48%;
  z-index: 11;
  display: grid;
  width: min(48%, 650px);
  justify-items: center;
  transform: translate(-50%, -50%);
  text-align: center;
  pointer-events: none;
}

.hero-logo {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 26vh;
  object-fit: contain;
  filter: drop-shadow(0 12px 28px #000);
}

.hero-content p {
  margin: 22px 0 0;
  color: rgb(255 255 255 / .72);
  font: 500 clamp(8px, .86vw, 12px)/1 Arial, sans-serif;
  letter-spacing: .62em;
  text-indent: .62em;
}

.light-shutter {
  position: absolute;
  inset: -1px;
  z-index: 12;
  pointer-events: none;
  opacity: 0;
  background: #000;
  transition: opacity .06s linear;
  will-change: opacity;
}

.light-flicker .room-image {
  filter: brightness(.42);
}

.light-flicker .light-shutter {
  opacity: .58;
  transition-duration: .035s;
}

.light-off .room-image,
.light-off .doorway {
  filter: brightness(.13);
}

.light-off .light-shutter {
  opacity: .96;
  transition-duration: .045s;
}

.light-return .room-image,
.light-return .doorway {
  filter: brightness(.58);
  transition: filter .8s ease;
}

.light-return .light-shutter {
  opacity: 0;
  transition: opacity .8s cubic-bezier(.22, .74, .35, 1);
}

.signal-noise {
  position: absolute;
  left: -5%;
  top: -5%;
  z-index: 10;
  display: block;
  width: 110%;
  height: 110%;
  opacity: .28;
  pointer-events: none;
  image-rendering: pixelated;
  mix-blend-mode: soft-light;
  filter: contrast(155%) brightness(108%);
  animation: video-grain-motion .24s steps(2, jump-none) infinite;
}

.door-control {
  display: none;
  position: fixed;
  right: 18px;
  bottom: 16px;
  z-index: 20;
  border: 1px solid rgb(255 255 255 / .18);
  border-radius: 99px;
  padding: 8px 13px;
  color: rgb(255 255 255 / .55);
  background: rgb(0 0 0 / .38);
  font: 500 9px/1 Arial, sans-serif;
  letter-spacing: .22em;
  text-transform: uppercase;
  cursor: pointer;
  backdrop-filter: blur(8px);
}

.door-control:hover,
.door-control:focus-visible {
  color: #fff;
  border-color: rgb(255 255 255 / .45);
}

.next-section {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  z-index: 20;
  display: grid;
  justify-items: center;
  gap: 10px;
  border: 0;
  padding: 10px 18px;
  color: rgb(255 255 255 / .64);
  background: transparent;
  cursor: pointer;
  width: max-content;
  margin-inline: auto;
  transform: none;
  pointer-events: auto;
}

.next-section span {
  font: 500 8px/1 Arial, sans-serif;
  letter-spacing: .42em;
  transform: translateX(.21em);
}

.next-section i {
  width: 10px;
  height: 10px;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  transform: rotate(45deg);
  animation: arrow-breathe 1.8s ease-in-out infinite;
}

.next-section:hover,
.next-section:focus-visible { color: #fff; }

.continuation {
  display: grid;
  min-height: 100svh;
  place-content: center;
  padding: 10vw;
  color: #e8e2d7;
  background: radial-gradient(circle at 50% 0, #1b1a18, #070707 62%);
  text-align: center;
}

.continuation p {
  margin: 0 0 18px;
  color: rgb(255 255 255 / .45);
  font: 500 9px/1 Arial, sans-serif;
  letter-spacing: .52em;
}

.continuation h2 {
  margin: 0;
  font: 400 clamp(30px, 5vw, 70px)/1.05 Georgia, serif;
}

/* Menú lateral */
body.menu-open {
  overflow: hidden;
}

.menu-toggle {
  position: fixed;
  top: max(18px, env(safe-area-inset-top));
  right: max(18px, env(safe-area-inset-right));
  z-index: 130;
  display: grid;
  width: 46px;
  height: 46px;
  place-content: center;
  gap: 5px;
  border: 1px solid rgb(255 255 255 / .16);
  border-radius: 50%;
  padding: 0;
  color: #fff;
  background: rgb(5 5 5 / .46);
  cursor: pointer;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  transition: border-color .28s ease, background .28s ease, transform .28s ease;
}

.menu-toggle:hover,
.menu-toggle:focus-visible {
  border-color: rgb(255 255 255 / .48);
  background: rgb(5 5 5 / .72);
}

.menu-toggle span {
  display: block;
  width: 18px;
  height: 1px;
  background: currentColor;
  transform-origin: center;
  transition: transform .34s cubic-bezier(.22, .78, .34, 1), opacity .2s ease;
}

body.menu-open .menu-toggle span:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}

body.menu-open .menu-toggle span:nth-child(2) {
  opacity: 0;
}

body.menu-open .menu-toggle span:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

.menu-backdrop {
  position: fixed;
  inset: 0;
  z-index: 110;
  background: rgb(0 0 0 / .66);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  transition: opacity .42s ease, visibility 0s linear .42s;
}

body.menu-open .menu-backdrop {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition-delay: 0s;
}

.side-drawer {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 120;
  width: min(86vw, 390px);
  min-width: 300px;
  border-left: 1px solid rgb(255 255 255 / .11);
  color: #eee8dc;
  background:
    linear-gradient(180deg, rgb(18 18 17 / .98), rgb(5 5 5 / .99)),
    #080808;
  box-shadow: -28px 0 80px rgb(0 0 0 / .44);
  overflow-y: auto;
  overscroll-behavior: contain;
  transform: translateX(102%);
  visibility: hidden;
  transition: transform .52s cubic-bezier(.22, .78, .28, 1), visibility 0s linear .52s;
}

body.menu-open .side-drawer {
  transform: translateX(0);
  visibility: visible;
  transition-delay: 0s;
}

.drawer-inner {
  display: flex;
  height: 100%;
  min-height: 0;
  flex-direction: column;
  padding:
    max(78px, calc(env(safe-area-inset-top) + 70px))
    max(30px, calc(env(safe-area-inset-right) + 24px))
    max(24px, env(safe-area-inset-bottom))
    34px;
}

.drawer-heading {
  display: flex;
  align-items: center;
  padding: 0 0 26px;
  border-bottom: 1px solid rgb(255 255 255 / .1);
}

.drawer-logo {
  display: block;
  width: min(100%, 285px);
  height: auto;
  object-fit: contain;
  object-position: left center;
}

.drawer-nav {
  display: grid;
  gap: 0;
  margin-top: 18px;
}

.drawer-link {
  position: relative;
  display: grid;
  grid-template-columns: 28px 1fr auto;
  align-items: center;
  min-height: 57px;
  border-bottom: 1px solid rgb(255 255 255 / .075);
  color: rgb(255 255 255 / .62);
  text-decoration: none;
  transition: color .22s ease, padding-left .28s ease;
}

.drawer-link > span {
  color: rgb(255 255 255 / .25);
  font: 500 8px/1 Arial, sans-serif;
  letter-spacing: .08em;
}

.drawer-link strong {
  font: 400 17px/1.1 Georgia, serif;
}

.drawer-link small {
  color: rgb(255 255 255 / .25);
  font: 500 7px/1 Arial, sans-serif;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.drawer-link:not(.is-pending):hover,
.drawer-link:not(.is-pending):focus-visible,
.drawer-link.is-active {
  padding-left: 7px;
  color: #fff;
}

.drawer-link.is-pending {
  cursor: default;
}

.drawer-footer {
  /* Ocupa el espacio libre: redes arriba, desarrollo al fondo */
  flex: 1 0 220px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  grid-template-rows: auto auto minmax(16px, 1fr) auto;
  grid-template-areas:
    "social social"
    "producer producer"
    ". ."
    ". developer";
  align-items: start;
  gap: 16px 12px;
  width: 100%;

  /* Acerca los logos sociales al último enlace, Contacto */
  margin-top: 12px;
  padding-top: 0;
  padding-bottom: 2px;

  /* Sin línea propia arriba de los logos sociales */
  border-top: 0;
}

/* Redes sociales: centradas y cerca de Contacto */
.drawer-social.social-ultra {
  grid-area: social;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: 14px 18px;
  width: 100%;
  margin: 0;
}

.drawer-social .social-box {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: auto;
  min-width: 0;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  color: #fff;
  text-decoration: none;
  opacity: .52;
  transition: opacity .2s ease, transform .2s ease;
}

.drawer-social .social-box img {
  display: block;
  width: auto;
  height: 24px;
  max-width: 108px;
  object-fit: contain;
}

.drawer-social .social-box:first-child img {
  width: 24px;
  max-width: 24px;
}

/* Teatrocerca: el enlace funciona como ventana de recorte. */
.drawer-social .full-header-logo-link {
  position: relative;
  display: inline-block;
  flex: 0 0 142px;
  width: 142px;
  height: 34px;
  overflow: hidden;

  /* Misma intensidad inicial que Instagram y Alternativa */
  opacity: .52;
}

.drawer-social .full-header-logo-link .full-header-logo {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 142px !important;
  height: auto !important;
  max-width: none !important;
  object-fit: initial;
  filter: brightness(0) invert(1);
  mix-blend-mode: normal;

  /* Segundo valor: crop vertical. Más negativo = muestra una zona más baja. */
  transform: translate(-50%, -57px);
  transform-origin: center top;
}

.drawer-social .social-box:hover,
.drawer-social .social-box:focus-visible {
  opacity: 1;
  transform: translateY(-1px);
}

.drawer-social .social-box:focus-visible {
  outline: 1px solid rgb(255 255 255 / .55);
  outline-offset: 5px;
}

/* Producción: debajo de las redes y alineada a la izquierda */
.producer-credit {
  grid-area: producer;
  justify-self: start;
  display: grid;
  justify-items: start;
  gap: 8px;
  width: auto;
  min-width: 0;
  margin: 0;
  font-family: Arial, sans-serif;
  text-align: left;
}

.producer-credit > span {
  color: rgb(255 255 255 / .48);
  font-size: 7px;
  letter-spacing: .25em;
}

/* MAGMA y Follow: más grandes, juntos y conservando su proporción actual */
.producer-logos {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0;
  width: max-content;
  max-width: 100%;
}

.producer-logos img {
  display: block;
  flex: 0 0 auto;
  width: auto !important;
  height: 52px !important;
  max-width: 160px;
  object-fit: contain;
  opacity: 1;
  filter: drop-shadow(0 4px 10px rgb(0 0 0 / .35));
}

/* Follow conserva el transform: scale(.70) que está inline en el HTML. */
.producer-logos img:nth-child(2) {
  margin-left: -2px;
  transform-origin: left center;
}

/* Desarrollo: esquina inferior derecha del drawer */
.developer-credit {
  grid-area: developer;
  justify-self: end;
  align-self: end;
  display: grid;
  justify-items: end;
  align-items: end;
  gap: 5px;
  width: max-content;
  min-width: 0;
  margin: 0;
  padding: 0;
  font-family: Arial, sans-serif;
  text-align: right;
}

.developer-credit span {
  color: rgb(255 255 255 / .3);
  font-size: 7px;
  letter-spacing: .25em;
}

.developer-credit strong {
  color: rgb(255 255 255 / .58);
  font-size: 9px;
  font-weight: 500;
  letter-spacing: .12em;
}

@keyframes arrow-breathe {
  0%, 100% { transform: translateY(0) rotate(45deg); opacity: .4; }
  50% { transform: translateY(5px) rotate(45deg); opacity: 1; }
}

@keyframes video-grain-motion {
  0% { transform: translate3d(0, 0, 0) scale(1.005); }
  20% { transform: translate3d(-.35%, .2%, 0) scale(1.008); }
  40% { transform: translate3d(.25%, -.3%, 0) scale(1.006); }
  60% { transform: translate3d(-.18%, -.12%, 0) scale(1.009); }
  80% { transform: translate3d(.32%, .26%, 0) scale(1.005); }
  100% { transform: translate3d(-.22%, .1%, 0) scale(1.007); }
}

@media (max-width: 700px) and (orientation: portrait) {

  .menu-toggle {
    top: max(12px, env(safe-area-inset-top));
    right: max(12px, env(safe-area-inset-right));
    width: 42px;
    height: 42px;
  }

  .side-drawer {
    width: min(88vw, 360px);
    min-width: 0;
  }

  .drawer-inner {
    padding-left: 27px;
  }
  .room {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 142vw;
    max-width: none;
    transform: translate(-50%, -50%);
  }

  .door-control {
    right: 10px;
    bottom: 10px;
  }

  .doorway {
    left: 50.95%;
    transform: translateX(-50%);
  }

  .hero-content { left: 50.95%; width: 52%; }
  .hero-logo { max-height: 18vh; }
  .hero-content p { margin-top: 14px; font-size: 7px; letter-spacing: .42em; text-indent: .42em; }
  .next-section { bottom: 8px; }
}

@media (prefers-reduced-motion: reduce) {
  .door,
  .light-behind,
  .room-image,
  .light-shutter {
    transition: none;
  }

  .next-section i {
    animation: none;
  }

  .menu-toggle span,
  .menu-backdrop,
  .side-drawer {
    transition: none;
  }

}

@media (max-width: 700px) {
  .drawer-footer {
    flex-basis: 190px;
    grid-template-rows: auto auto minmax(12px, 1fr) auto;
    gap: 14px 10px;
    margin-top: 10px;
  }

  .drawer-social.social-ultra {
    justify-content: center;
    gap: 12px 15px;
  }

  .drawer-social .social-box img {
    height: 21px;
    max-width: 92px;
  }

  .drawer-social .social-box:first-child img {
    width: 21px;
    max-width: 21px;
  }

  .drawer-social .full-header-logo-link {
    flex-basis: 126px;
    width: 126px;
    height: 32px;
    opacity: .52;
  }

  .drawer-social .full-header-logo-link .full-header-logo {
    width: 126px !important;
    transform: translate(-50%, -50px);
  }

  .producer-credit {
    gap: 7px;
  }

  .producer-logos img {
    height: 44px !important;
    max-width: 138px;
  }

  .producer-logos img:nth-child(2) {
    margin-left: -2px;
  }
}

/* =========================================================
   COMPOSICIÓN CORREGIDA DEL FOOTER DEL DRAWER
   - El footer ocupa TODO el espacio libre bajo la navegación
   - Redes centradas horizontal y verticalmente en ese espacio
   - Producción grande abajo a la izquierda
   - Desarrollo fijo abajo a la derecha
   ========================================================= */

/* Header y navegación conservan únicamente su altura natural. */
.side-drawer .drawer-heading,
.side-drawer .drawer-nav {
  flex: 0 0 auto;
}

/* El footer recibe todo el alto restante del drawer. */
.side-drawer .drawer-footer {
  flex: 1 1 0 !important;
  min-height: 0 !important;

  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
  grid-template-rows: minmax(120px, 1fr) auto !important;
  grid-template-areas:
    "social social"
    "producer developer" !important;

  align-items: end;
  width: 100%;
  margin-top: 0 !important;
  padding-top: 0;
  padding-bottom: 0;
  border-top: 0;
  gap: 18px 14px;
}

/* Redes: centro real del espacio libre entre navegación y créditos. */
.side-drawer .drawer-social.social-ultra {
  grid-area: social;
  place-self: center;

  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;

  width: 100%;
  margin: 0;
  gap: 14px 18px;
}

/* Producción: abajo a la izquierda, levemente por encima de Desarrollo. */
.side-drawer .producer-credit {
  grid-area: producer;
  justify-self: start;
  align-self: end;

  display: grid;
  justify-items: start;
  gap: 9px;

  width: auto;
  max-width: 100%;
  margin: 0 0 18px 0;
  text-align: left;
}

/* Logos de producción más grandes y compactos. */
.side-drawer .producer-logos {
  display: flex;
  align-items: center;
  justify-content: flex-start;

  width: max-content;
  max-width: 100%;
  gap: 14px;
}

.side-drawer .producer-logos img {
  display: block;
  flex: 0 0 auto;
  width: auto !important;
  height: 76px !important;
  max-width: 220px;
  object-fit: contain;
  opacity: 1;
}

/* Follow conserva el scale(.70) inline y se aproxima a MAGMA. */
.side-drawer .producer-logos img:nth-child(2) {
  margin-left: -14px;
  transform-origin: left center;
}

/* Desarrollo permanece en la esquina inferior derecha. */
.side-drawer .developer-credit {
  grid-area: developer;
  justify-self: end;
  align-self: end;

  display: grid;
  justify-items: end;
  align-items: end;
  gap: 5px;

  width: max-content;
  margin: 0;
  padding: 0;
  text-align: right;
}

@media (max-width: 700px) {
  .side-drawer .drawer-footer {
    grid-template-rows: minmax(96px, 1fr) auto !important;
    gap: 14px 10px;
  }

  .side-drawer .drawer-social.social-ultra {
    place-self: center;
    justify-content: center;
    gap: 12px 15px;
  }

  .side-drawer .producer-credit {
    gap: 7px;
    margin-bottom: 14px;
  }

  .side-drawer .producer-logos img {
    height: 62px !important;
    max-width: 180px;
  }

  .side-drawer .producer-logos img:nth-child(2) {
    margin-left: -11px;
  }
}
/* CRÉDITOS AUTORALES DEL HERO */
.hero-content .hero-authorship {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: -6px;

  font-family: Calibri, "Segoe UI", Arial, sans-serif;
  font-size: clamp(12px, 1vw, 15px);
  line-height: 1;
  text-align: center;

  color: #fff !important;
}

.hero-content .hero-author {
  display: block;
  margin: 0;

  font-size: 1em;
  font-weight: 400;
  letter-spacing: .025em;

  color: #fff !important;
}

.hero-content .hero-author strong {
  font-weight: 600;
  color: #fff !important;
}

.hero-content .hero-collaboration {
  display: block;
  margin-top: 3px;

  /* 20% menor que la línea principal */
  font-size: .8em;
  font-weight: 400;
  letter-spacing: .02em;

  color: #fff !important;
  opacity: .78;
}
/* =========================================================
   SILUETA DE MONJA EN PRIMER PLANO
   Entra desde la derecha y queda quieta mirando a la izquierda
   ========================================================= */

.body-shadow {
  position: absolute;
  bottom: 3%;
  right: -18%;
  z-index: 8;

  width: clamp(88px, 10vw, 156px);
  height: clamp(220px, 42vh, 390px);

  opacity: 0;
  pointer-events: none;

  filter:
    blur(9px)
    drop-shadow(0 0 10px rgb(0 0 0 / .32))
    drop-shadow(0 0 20px rgb(0 0 0 / .18));

  transform: scale(1.14);
  transform-origin: center bottom;

  will-change: right, opacity, filter;

  transition:
    right 4.2s cubic-bezier(.22, .74, .2, 1),
    opacity 1.3s ease,
    filter 1.2s ease;
}

/* Estado final: entra y se queda */
.body-shadow.is-visible {
  right: 21%;
  opacity: .82;

  filter:
    blur(10px)
    drop-shadow(0 0 14px rgb(0 0 0 / .36))
    drop-shadow(0 0 28px rgb(0 0 0 / .2));
}

/* Velo / toca */
.body-veil {
  position: absolute;
  top: 1%;
  right: 8%;
  width: 58%;
  height: 32%;

  background:
    linear-gradient(
      180deg,
      rgb(18 18 20 / .98) 0%,
      rgb(8 8 10 / .98) 58%,
      rgb(3 3 4 / 1) 100%
    );

  clip-path: polygon(
    26% 0,
    82% 4%,
    100% 40%,
    77% 100%,
    25% 90%,
    0 34%
  );

  border-radius: 42% 24% 26% 46%;
}

/* Cabeza de perfil mirando a la izquierda */
.body-head {
  position: absolute;
  top: 9%;
  right: 24%;
  width: 28%;
  height: 14%;

  background:
    radial-gradient(
      circle at 45% 40%,
      rgb(18 18 19 / .98) 0%,
      rgb(10 10 11 / .99) 68%,
      rgb(3 3 3 / 1) 100%
    );

  border-radius: 50% 44% 46% 54%;
}

.body-head::before {
  content: "";
  position: absolute;
  left: -14%;
  top: 41%;
  width: 22%;
  height: 16%;
  background: rgb(8 8 8 / .98);
  clip-path: polygon(0 50%, 100% 0, 100% 100%);
}

/* Cuerpo / hábito */
.body-body {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 82%;
  height: 78%;

  background:
    linear-gradient(
      180deg,
      rgb(18 18 20 / .98) 0%,
      rgb(8 8 10 / .98) 48%,
      rgb(2 2 3 / 1) 100%
    );

  clip-path: polygon(
    44% 0,
    59% 0,
    73% 6%,
    82% 13%,
    100% 100%,
    20% 100%,
    0 18%,
    18% 7%
  );

  border-radius: 18% 18% 8% 10%;
}

.body-body::before {
  content: "";
  position: absolute;
  top: 7%;
  left: 5%;
  width: 54%;
  height: 16%;
  background: rgb(10 10 10 / .94);
  border-radius: 45% 28% 35% 30%;
}

/* Móvil */
@media (max-width: 700px) and (orientation: portrait) {
  .body-shadow {
    bottom: 2%;
    right: -28%;
    width: clamp(74px, 16vw, 118px);
    height: clamp(190px, 34vh, 300px);
    transform: scale(1.08);
    filter:
      blur(8px)
      drop-shadow(0 0 8px rgb(0 0 0 / .28));
  }

  .body-shadow.is-visible {
    right: 12%;
    opacity: .78;
  }
}

@media (prefers-reduced-motion: reduce) {
  .body-shadow {
    transition: none;
  }

  .body-shadow.is-visible {
    right: 21%;
    opacity: .78;
  }
}

/* En pantallas muy bajas, se conserva la estructura sin pegar las redes al nav. */
@media (max-height: 650px) {
  .side-drawer .drawer-footer {
    grid-template-rows: minmax(72px, 1fr) auto !important;
    gap: 10px 12px;
  }

  .side-drawer .producer-credit {
    margin-bottom: 10px;
  }

  .side-drawer .producer-logos img {
    height: 58px !important;
  }
  
}