/* Purple Cow homepage visual correction — 2026-08-30 */

body.pcow-site .marketing-v2-root .pcow-usecase > img {
  object-position: center center;
}

body.pcow-site .marketing-v2-root .pcow-usecase:first-child > img {
  object-position: center 42%;
}

body.pcow-site .marketing-v2-root .pcow-usecase:nth-child(2) > img {
  object-position: 48% center;
}

body.pcow-site .marketing-v2-root .pcow-usecase:nth-child(3) > img {
  object-position: 52% center;
}

body.pcow-site .marketing-v2-root .pcow-usecase:nth-child(4) > img {
  object-position: 48% center;
}

body.pcow-site .marketing-v2-root .pcow-usecase:nth-child(5) > img {
  object-position: center 42%;
}

body.pcow-site .marketing-v2-root .pcow-editorial-break {
  position: relative;
  overflow: hidden;
  padding: clamp(72px, 9vw, 124px) clamp(20px, 5vw, 72px);
  background:
    radial-gradient(circle at 86% 12%, rgba(168, 85, 247, .10), transparent 28%),
    linear-gradient(180deg, #faf8fc 0%, #f4eff8 100%);
}

body.pcow-site .marketing-v2-root .pcow-editorial-break::before {
  content: "";
  position: absolute;
  width: clamp(210px, 24vw, 350px);
  aspect-ratio: 1;
  inset-inline-start: clamp(-175px, -11vw, -90px);
  bottom: -190px;
  border: 1px solid rgba(96, 35, 158, .12);
  border-radius: 50%;
  box-shadow: 0 0 0 44px rgba(96, 35, 158, .025), 0 0 0 88px rgba(96, 35, 158, .018);
  pointer-events: none;
}

body.pcow-site .marketing-v2-root .pcow-editorial-shell {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, .92fr);
  width: min(1180px, 100%);
  min-height: 650px;
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid rgba(76, 29, 149, .12);
  border-radius: clamp(28px, 4vw, 54px);
  background: #2f1457;
  box-shadow: 0 32px 90px rgba(57, 24, 94, .18);
}

body.pcow-site .marketing-v2-root .pcow-editorial-media {
  position: relative;
  min-width: 0;
  min-height: 650px;
  margin: 0;
  overflow: hidden;
  background: #211033;
}

body.pcow-site .marketing-v2-root .pcow-editorial-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent 62%, rgba(47, 20, 87, .26));
  pointer-events: none;
}

body.pcow-site .marketing-v2-root[dir="rtl"] .pcow-editorial-media::after {
  background: linear-gradient(270deg, transparent 62%, rgba(47, 20, 87, .26));
}

body.pcow-site .marketing-v2-root .pcow-editorial-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 46%;
  transform: scale(1.012);
  transition: transform .8s cubic-bezier(.2, .8, .2, 1);
}

body.pcow-site .marketing-v2-root .pcow-editorial-shell:hover .pcow-editorial-media img {
  transform: scale(1.04);
}

body.pcow-site .marketing-v2-root .pcow-editorial-copy {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-width: 0;
  padding: clamp(42px, 5vw, 74px);
  color: #fff;
}

body.pcow-site .marketing-v2-root[dir="rtl"] .pcow-editorial-copy {
  align-items: flex-start;
}

body.pcow-site .marketing-v2-root .pcow-editorial-index {
  position: absolute;
  top: 34px;
  inset-inline-end: 38px;
  color: rgba(255, 255, 255, .42);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .13em;
}

body.pcow-site .marketing-v2-root .pcow-editorial-kicker {
  margin: 0 0 24px;
  color: #d8b4fe;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .09em;
  text-transform: uppercase;
}

body.pcow-site .marketing-v2-root[dir="rtl"] .pcow-editorial-kicker {
  letter-spacing: 0;
  text-transform: none;
}

body.pcow-site .marketing-v2-root .pcow-editorial-copy h2 {
  max-width: 520px;
  margin: 0;
  color: #fff;
  font-size: clamp(40px, 4.6vw, 68px);
  font-weight: 900;
  letter-spacing: -.055em;
  line-height: .98;
}

body.pcow-site .marketing-v2-root[dir="rtl"] .pcow-editorial-copy h2 {
  letter-spacing: 0;
  line-height: 1.22;
}

body.pcow-site .marketing-v2-root .pcow-editorial-copy > p:not(.pcow-editorial-kicker) {
  max-width: 470px;
  margin: 26px 0 0;
  color: rgba(255, 255, 255, .68);
  font-size: 16px;
  line-height: 1.75;
}

body.pcow-site .marketing-v2-root .pcow-editorial-copy > a {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-top: 34px;
  padding-bottom: 7px;
  border-bottom: 1px solid rgba(216, 180, 254, .58);
  color: #fff;
  font-size: 14px;
  font-weight: 850;
  text-decoration: none;
  transition: gap .25s ease, color .25s ease, border-color .25s ease;
}

body.pcow-site .marketing-v2-root .pcow-editorial-copy > a:hover {
  gap: 17px;
  border-color: #fff;
  color: #e9d5ff;
}

@media (max-width: 900px) {
  body.pcow-site .marketing-v2-root .pcow-editorial-shell {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  body.pcow-site .marketing-v2-root .pcow-editorial-media {
    min-height: 0;
    aspect-ratio: 16 / 10;
  }

  body.pcow-site .marketing-v2-root .pcow-editorial-media::after,
  body.pcow-site .marketing-v2-root[dir="rtl"] .pcow-editorial-media::after {
    background: linear-gradient(180deg, transparent 72%, rgba(47, 20, 87, .28));
  }

  body.pcow-site .marketing-v2-root .pcow-editorial-copy {
    min-height: 390px;
  }
}

@media (max-width: 560px) {
  body.pcow-site .marketing-v2-root .pcow-editorial-break {
    padding: 58px 18px;
  }

  body.pcow-site .marketing-v2-root .pcow-editorial-shell {
    border-radius: 26px;
  }

  body.pcow-site .marketing-v2-root .pcow-editorial-media {
    aspect-ratio: 4 / 5;
  }

  body.pcow-site .marketing-v2-root .pcow-editorial-media img {
    object-position: center 44%;
  }

  body.pcow-site .marketing-v2-root .pcow-editorial-copy {
    min-height: 0;
    padding: 46px 26px 40px;
  }

  body.pcow-site .marketing-v2-root .pcow-editorial-index {
    top: 22px;
    inset-inline-end: 24px;
  }

  body.pcow-site .marketing-v2-root .pcow-editorial-copy h2 {
    font-size: clamp(34px, 10.4vw, 46px);
  }
}

@media (hover: none), (pointer: coarse) {
  body.pcow-site .marketing-v2-root .pcow-editorial-shell:hover .pcow-editorial-media img {
    transform: scale(1.012);
  }
}

@media (prefers-reduced-motion: reduce) {
  body.pcow-site .marketing-v2-root .pcow-editorial-media img,
  body.pcow-site .marketing-v2-root .pcow-editorial-copy > a {
    transition: none;
  }
}
