/* GrowerEvidence visual storytelling layer */
.scene-art {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 28px 28px 28px 8px;
  filter: saturate(.82) contrast(.94);
  opacity: .32;
  box-shadow: var(--shadow);
}

.manager-window {
  z-index: 1;
  width: 90%;
  top: 48px;
  right: -14px;
}

.phone-frame { left: -18px; }
.scene-note { bottom: -4px; }

.brand-canvas {
  margin-top: 20px;
  margin-bottom: 140px;
  position: relative;
  overflow: hidden;
  border: 8px solid rgba(255, 253, 248, .72);
  border-radius: 32px 32px 32px 10px;
  background: var(--forest-deep);
  box-shadow: 0 32px 90px rgba(14, 45, 38, .2);
}

.brand-canvas::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .2);
}

.brand-canvas img {
  display: block;
  width: 100%;
  height: auto;
}

.brand-canvas-caption {
  position: absolute;
  right: 24px;
  bottom: 24px;
  max-width: 330px;
  padding: 14px 18px;
  border: 1px solid rgba(255, 255, 255, .34);
  border-radius: 12px;
  background: rgba(14, 45, 38, .88);
  color: #fff;
  backdrop-filter: blur(10px);
}

.brand-canvas-caption span {
  display: block;
  margin-bottom: 5px;
  color: #c7d8d0;
  font-size: 8px;
  font-weight: 850;
  letter-spacing: .16em;
}

.brand-canvas-caption p {
  margin: 0;
  font-family: Georgia, serif;
  font-size: 16px;
}

.evidence-visual {
  min-width: 0;
  padding-bottom: 210px;
  position: relative;
}

.evidence-visual > img {
  display: block;
  width: 100%;
  aspect-ratio: 1.55 / 1;
  object-fit: cover;
  border: 7px solid var(--paper);
  border-radius: 22px 22px 22px 7px;
  box-shadow: var(--shadow);
}

.evidence-image-label {
  position: absolute;
  top: 22px;
  left: 22px;
  max-width: 245px;
  padding: 13px 15px;
  border-radius: 10px;
  background: rgba(14, 45, 38, .9);
  color: #fff;
  box-shadow: 0 12px 30px rgba(14, 45, 38, .18);
  backdrop-filter: blur(8px);
}

.evidence-image-label span {
  display: block;
  margin-bottom: 5px;
  color: #d0ded7;
  font-size: 7px;
  font-weight: 850;
  letter-spacing: .14em;
}

.evidence-image-label strong {
  font-family: Georgia, serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.25;
}

.evidence-visual .pack-card {
  width: 94%;
  position: absolute;
  left: -54px;
  bottom: 0;
  transform: rotate(-1.2deg);
}

@media (max-width: 980px) {
  .brand-canvas { margin-bottom: 100px; }
  .evidence-visual { width: min(600px, 100%); margin-inline: auto; }
  .evidence-visual .pack-card { left: -20px; }
}

@media (max-width: 680px) {
  .scene-art { opacity: .22; }
  .manager-window { width: 97%; right: 0; top: 56px; }
  .phone-frame { left: -4px; }
  .brand-canvas {
    width: calc(100% - 20px);
    margin-top: 8px;
    margin-bottom: 82px;
    border-width: 4px;
    border-radius: 19px 19px 19px 6px;
  }
  .brand-canvas img { min-height: 370px; object-fit: cover; object-position: center; }
  .brand-canvas-caption { right: 12px; bottom: 12px; left: 12px; max-width: none; }
  .brand-canvas-caption p { font-size: 14px; }
  .evidence-visual { padding-bottom: 0; }
  .evidence-visual > img { aspect-ratio: 1.2 / 1; }
  .evidence-image-label { top: 14px; left: 14px; }
  .evidence-visual .pack-card {
    width: 92%;
    position: relative;
    left: auto;
    bottom: auto;
    margin: -72px auto 0;
    transform: rotate(-.7deg);
  }
}
