/* The optional fourth slide is isolated from the existing three designs. */
[data-baishou-banner][hidden], [data-baishou-dot][hidden] { display: none !important; }
.hero-baishou { grid-template-columns: 50% 50%; background: #fbf8ef; }
.hero-baishou .hero-copy { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; min-width: 0; padding-top: 26px; padding-bottom: 26px; }
.hero-baishou .baishou-badge { padding: 9px 16px; background: #ffd21e; color: #171715; font-size: 18px; line-height: 1.2; box-shadow: none; }
.hero-baishou h2 { margin: 16px 0 12px; font-family: var(--font-display); font-size: clamp(52px, 4.4vw, 68px); line-height: 1.06; font-weight: 900; letter-spacing: -2px; }
.hero-baishou .baishou-slogan { color: #171715; font-size: clamp(28px, 2.6vw, 40px); font-weight: 850; line-height: 1.3; letter-spacing: -.6px; }
.hero-baishou .baishou-slogan strong { color: #064cf9; font-weight: 900; }
.hero-baishou .baishou-description { margin-top: 14px; color: #51514c; font-size: 16px; line-height: 1.6; }
.hero-baishou .hero-buttons { margin-top: 20px; }
.hero-baishou .button { min-width: 235px; height: 55px; flex-shrink: 0; font-size: 18px; }
/* The source artwork already includes a large blank left side. Enlarge the
   people toward the copy instead of adding a second, empty half-column. */
.hero-baishou .baishou-art { width: calc(100% + 180px); margin-left: -180px; -webkit-mask-image: linear-gradient(90deg, transparent, #000 13%); mask-image: linear-gradient(90deg, transparent, #000 13%); }
.hero-baishou .baishou-art img { position: absolute; top: clamp(-32px, calc(88px - 6.2vw), 0px); right: 0; height: clamp(520px, 39vw, 660px); width: auto; max-width: none; }
.hero-baishou a:focus-visible { outline: 3px solid #064cf9; outline-offset: 5px; }
@media (min-width: 761px) and (max-width: 1050px) {
  .hero-baishou { grid-template-columns: 57% 43%; }
  .hero-baishou .hero-copy { padding-left: 30px; }
  .hero-baishou .baishou-badge { font-size: 16px; }
  .hero-baishou h2 { font-size: 52px; }
  .hero-baishou .baishou-slogan { font-size: clamp(22px, 2.6vw, 27px); }
  .hero-baishou .baishou-art { width: calc(100% + 70px); margin-left: -70px; }
  .hero-baishou .baishou-art img { top: 0; height: 100%; }
}
@media (max-width: 760px) {
  .hero-baishou { grid-template-columns: 1fr; }
  .hero-baishou .hero-copy { justify-content: flex-start; padding: 34px 22px 20px; }
  .hero-baishou h2 { margin: 22px 0 17px; font-size: 46px; }
  .hero-baishou .baishou-badge { font-size: 14px; padding: 9px 12px; }
  .hero-baishou .baishou-slogan { font-size: clamp(22px, 5.8vw, 29px); line-height: 1.5; letter-spacing: 0; }
  .hero-baishou .baishou-slogan strong { white-space: nowrap; }
  .hero-baishou .baishou-description { font-size: 14px; margin-top: 18px; }
  .hero-baishou .hero-buttons { width: 100%; margin-top: 25px; }
  .hero-baishou .button { height: 54px; }
  .hero-baishou .baishou-art { width: 100%; margin: 0; -webkit-mask-image: none; mask-image: none; }
  .hero-baishou .baishou-art img { top: 0; width: 100%; height: 100%; object-fit: cover; object-position: right center; }
}
