.brandwise-page { background: #fff; }
.brandwise-stream { padding-top: 88px; overflow: clip; }
.brandwise-hero {
  height: calc(100svh - 88px);
  min-height: 620px;
  margin: 0;
  padding: clamp(30px, 5vw, 80px);
  display: grid;
  place-items: center;
  background: #eceaff;
  overflow: hidden;
}
.brandwise-hero img {
  display: block;
  width: min(100%, 1500px);
  max-height: 100%;
  object-fit: contain;
  box-shadow: 0 30px 90px rgba(43,35,90,.15);
}
.brandwise-frame {
  margin: 0;
  padding: clamp(20px, 4.5vw, 76px);
  display: grid;
  place-items: center;
  background: #f1f0ff;
  overflow: hidden;
}
.brandwise-frame--white { background: #f5f5f3; }
.brandwise-frame img {
  display: block;
  width: 100%;
  height: auto;
  box-shadow: 0 22px 70px rgba(43,35,90,.12);
}
.brandwise-pair {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
}
.brandwise-pair .brandwise-frame { align-content: center; }
.brandwise-pair--tall .brandwise-frame { align-content: start; }
.client-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 32px;
  font: 400 .75rem "Fragment Mono", monospace;
  text-transform: uppercase;
  border-bottom: 1px solid currentColor;
}
.story-block > div > p {
  margin: 0 0 34px;
  max-width: 520px;
  font-size: clamp(1.05rem, 1.35vw, 1.3rem);
  line-height: 1.52;
}
.brief-points {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--line);
}
.brief-points li {
  padding: 13px 0;
  border-bottom: 1px solid var(--line);
  font-size: 1rem;
  line-height: 1.4;
}

@media screen and (max-width: 900px) {
  .brandwise-stream { padding-top: 72px; }
  .brandwise-hero {
    height: auto;
    min-height: 0;
    padding: 50px 16px;
  }
  .brandwise-pair { grid-template-columns: 1fr; }
  .brandwise-frame { padding: 34px 14px; }
}
