/* Clear by design — final diagonal campaign direction */
.scope { position: relative; width: 100%; overflow: hidden; }
body[data-scope-version="1"] .scope {
  min-height: 1050px;
  padding: clamp(110px,12vw,180px) 0;
  display: block;
  color: #fff;
  background:
    radial-gradient(circle at 12% 15%,rgba(243,161,169,.18),transparent 25%),
    #171514;
}
body[data-scope-version="1"] .scope::before {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  opacity: .32;
  background-image: radial-gradient(circle,rgba(255,255,255,.16) 0,.7px,transparent 1px);
  background-size: 8px 8px;
  mask-image: linear-gradient(to bottom,transparent,#000 24%,#000 78%,transparent);
}
body[data-scope-version="1"] .scope > div:first-child {
  position: relative;
  z-index: 2;
  width: min(92%,1280px);
  margin: 0 auto clamp(90px,10vw,145px);
  text-align: left;
}
body[data-scope-version="1"] .scope > div:first-child .section-index {
  margin-bottom: 30px;
  color: var(--accent-text);
}
body[data-scope-version="1"] .scope h2 {
  max-width: 900px;
  margin: 0;
  font-family: var(--impact);
  font-size: clamp(52px,6.4vw,94px);
  letter-spacing: -.08em;
  line-height: .83;
  text-transform: uppercase;
}
body[data-scope-version="1"] .scope h2 em {
  color: var(--accent-text);
  font-family: var(--impact);
  font-style: normal;
}
body[data-scope-version="1"] .scope-grid {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 44px;
  border: 0;
}
body[data-scope-version="1"] .scope-grid article {
  position: relative;
  width: 110%;
  min-height: 285px;
  padding: clamp(45px,5vw,75px) max(9vw,calc((100vw - 1320px) / 2));
  display: grid;
  grid-template-columns: 170px minmax(0,1fr);
  align-items: center;
  gap: clamp(35px,6vw,95px);
  border: 0;
  box-shadow: 0 34px 75px rgba(0,0,0,.28);
  transition: transform .65s var(--ease),box-shadow .45s ease;
}
body[data-scope-version="1"] .scope-grid article:first-child {
  margin-left: -5%;
  color: #181716;
  background: #f7eee7;
  transform: rotate(-2.2deg);
}
body[data-scope-version="1"] .scope-grid article:last-child {
  margin-left: -5%;
  color: #fff;
  background: linear-gradient(110deg,#a23b58,#71243c);
  transform: rotate(2.2deg);
}
body[data-scope-version="1"] .scope-grid article::before {
  color: transparent;
  font-family: var(--impact);
  font-size: clamp(95px,10vw,155px);
  line-height: .72;
  -webkit-text-stroke: 1px var(--accent-button);
}
body[data-scope-version="1"] .scope-grid article:first-child::before { content: "01"; }
body[data-scope-version="1"] .scope-grid article:last-child::before {
  content: "02";
  -webkit-text-stroke-color: rgba(255,255,255,.5);
}
body[data-scope-version="1"] .scope-grid span {
  position: absolute;
  left: max(9vw,calc((100vw - 1320px) / 2));
  top: 32px;
  color: var(--accent-button);
  font-size: 9px;
  letter-spacing: .16em;
}
body[data-scope-version="1"] .scope-grid article:last-child span { color: #f2c0cc; }
body[data-scope-version="1"] .scope-grid p {
  max-width: 960px;
  margin: 0;
  color: inherit;
  font-family: var(--serif);
  font-size: clamp(27px,3.2vw,48px);
  line-height: 1.05;
}
body[data-scope-version="1"] .scope-grid article:first-child:hover {
  transform: rotate(-.6deg) translateX(3%);
  box-shadow: 0 45px 95px rgba(0,0,0,.34);
}
body[data-scope-version="1"] .scope-grid article:last-child:hover {
  transform: rotate(.6deg) translateX(-3%);
  box-shadow: 0 45px 95px rgba(0,0,0,.4);
}

@media (max-width: 800px) {
  body[data-scope-version="1"] .scope { min-height: 0; }
  body[data-scope-version="1"] .scope > div:first-child { width: calc(100% - 32px); }
  body[data-scope-version="1"] .scope h2 { max-width: 430px; font-size: 45px; }
  body[data-scope-version="1"] .scope-grid { gap: 25px; }
  body[data-scope-version="1"] .scope-grid article,
  body[data-scope-version="1"] .scope-grid article:first-child,
  body[data-scope-version="1"] .scope-grid article:last-child {
    width: 106%;
    min-height: 430px;
    margin-left: -3%;
    padding: 60px 28px 38px;
    grid-template-columns: 1fr;
    gap: 38px;
  }
  body[data-scope-version="1"] .scope-grid article::before { font-size: 105px; }
  body[data-scope-version="1"] .scope-grid span { left: 28px; top: 26px; }
  body[data-scope-version="1"] .scope-grid p { font-size: 30px; }
}

@media (prefers-reduced-motion: reduce) {
  body[data-scope-version="1"] .scope-grid article { transition: none; }
}