/* Segunda escena: se conserva la mesa y se elimina el tramo inferior de sillas. */
.brand-stage {
  aspect-ratio: 1.84;
  min-height: 0;
}

.brand-stage .brand-stage-screen {
  overflow: hidden;
  display: block;
  padding: 0;
  background: #3f3f3e;
  box-shadow: 0 0 0 clamp(3px, .45vw, 8px) rgba(63, 63, 62, .92);
}

.brand-stage .brand-stage-screen img {
  display: block;
  width: 106%;
  height: 106%;
  max-width: none;
  transform: translate(-2.9%, 1%);
  object-fit: cover;
}

.statement {
  position: relative;
  z-index: 2;
  width: 78.5%;
  margin: clamp(-150px, -11vw, -95px) 0 0 auto;
  padding: clamp(48px, 7vw, 110px) clamp(32px, 8vw, 130px);
  background: var(--ink);
}

.statement h1 {
  max-width: 900px;
  font-size: clamp(2.4rem, 5vw, 5.5rem);
}

.statement .eyebrow { display: none; }

@media (max-width: 800px) {
  .brand-stage {
    aspect-ratio: 1.58;
  }

  .brand-stage .brand-stage-screen {
    top: 7.5%;
    width: 52.7%;
    height: 37.3%;
  }

  .statement {
    width: 78.5%;
    margin: -55px 0 0 auto;
    padding: 48px 28px 56px;
  }
}
