/* Final Behaviour runway with two comparison treatments */
.comparison {
  position: relative;
  width: 100%;
  padding-right: max(4vw, calc((100vw - 1480px) / 2));
  padding-left: max(4vw, calc((100vw - 1480px) / 2));
  display: block;
  color: #fff;
  background: #181716;
  overflow: hidden;
}
.comparison::before {
  position: absolute;
  right: -4vw;
  top: 9%;
  content: "DECIDE";
  color: transparent;
  font-family: var(--impact);
  font-size: clamp(170px,23vw,380px);
  letter-spacing: -.11em;
  line-height: .75;
  -webkit-text-stroke: 1px rgba(255,255,255,.045);
  pointer-events: none;
}
.comparison > * { position: relative; z-index: 1; }
.comparison__intro {
  position: static;
  margin-bottom: clamp(65px,8vw,110px);
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: clamp(50px,9vw,145px);
  align-items: end;
}
.comparison__intro .section-index {
  grid-column: 1 / -1;
  margin-bottom: -8px;
  color: var(--accent-text);
}
.comparison__intro h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(60px,6.5vw,96px);
}
.comparison__intro h2 em { color: var(--accent-text); }
.comparison__intro > p:last-child {
  max-width: 500px;
  color: #cfc5c0;
  font-size: 18px;
  line-height: 1.65;
}
.behavior-stage {
  display: grid;
  grid-template-columns: repeat(5,minmax(0,1fr));


}
.behavior-proof {
  position: relative;
  min-width: 0;
  min-height: 550px;
  display: flex;
  flex-direction: column;
  color: #fff;
  background: #211f1e;
  border-right: 1px solid rgba(255,255,255,.28);
}
.behavior-proof:nth-child(even) { background: #2a2325; }
.behavior-proof:last-child { border-right: 0; }
.behavior-proof header {
  min-height: 210px;
  padding: 26px 24px;
  display: flex;
  flex-direction: column;
}
.behavior-proof header span {
  color: var(--accent-text);
  font-family: var(--mono);
  font-size: 10px;
}
.behavior-proof h3 {
  margin: auto 0 0;
  font-family: var(--impact);
  font-size: clamp(21px,2vw,30px);
  letter-spacing: -.055em;
  line-height: .96;
  text-transform: uppercase;
}
.behavior-proof > div {
  min-height: 155px;
  padding: 24px;
  position: relative;
}
.behavior-stage small {
  display: block;
  font-family: var(--mono);
  font-size: 0;
  font-weight: 700;
  letter-spacing: .11em;
  text-transform: uppercase;
}
.behavior-stage small::after { font-size: 8px; }
.behavior-stage p { margin: 12px 0 0; line-height: 1.5; }
.comparison blockquote.behavior-marquee {
  width: 100vw;
  margin: clamp(90px,10vw,145px) 0 0 calc(50% - 50vw);
  padding: clamp(42px,5vw,70px) 0;
  display: grid;
  gap: 10px;
  color: #fff;
  border-top: 1px solid rgba(255,255,255,.4);
  border-bottom: 1px solid rgba(255,255,255,.4);
  overflow: hidden;
  text-align: left;
}
.comparison blockquote.behavior-marquee::before {
  position: absolute;
  inset: 0;
  content: "";
  background-image:
    radial-gradient(circle, rgba(232,175,189,.14) 1px, transparent 1.4px),
    repeating-linear-gradient(128deg, transparent 0 27px, rgba(255,255,255,.035) 27px 28px);
  background-size: 18px 18px, auto;
  opacity: .68;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent);
  pointer-events: none;
}
.behavior-marquee__row {
  position: relative;
  z-index: 1;
  width: 100%;
  overflow: hidden;
}
.behavior-marquee__track {
  width: max-content;
  display: flex;
  will-change: transform;
}
.behavior-marquee__row:first-child .behavior-marquee__track {
  animation: behavior-marquee-left 46s linear infinite;
}
.behavior-marquee__row:last-child .behavior-marquee__track {
  animation: behavior-marquee-right 52s linear infinite;
}
.behavior-marquee__track span {
  flex: none;
  padding-right: clamp(52px,6vw,105px);
  font-family: var(--impact);
  font-size: clamp(43px,5.5vw,84px);
  letter-spacing: -.07em;
  line-height: .94;
  text-transform: uppercase;
  white-space: nowrap;
}
.comparison blockquote.behavior-marquee .behavior-marquee__track em {
  color: var(--accent-text);
  font-family: var(--serif);
  font-weight: 400;
  text-transform: none;
}
@keyframes behavior-marquee-left {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}
@keyframes behavior-marquee-right {
  from { transform: translateX(-50%); }
  to { transform: translateX(0); }
}
@media (prefers-reduced-motion: reduce) {
  .behavior-marquee__track { animation: none !important; }
}


/* Approach 2 - Automatic to Intentional */
.behavior-proof {
  background: #201d1e;
}
.behavior-proof:nth-child(even) { background: #272123; }
.behavior-proof > div {
  min-height: 158px;
  padding: 28px 20px 25px 56px;
  border-top: 0;
}
.behavior-proof > div:first-of-type {
  margin-top: auto;
  color: #8e8580;
}
.behavior-proof > div:last-child {
  color: #fff;
  background: rgba(243,161,169,.075);
  box-shadow: inset 4px 0 0 var(--accent-text);
}
.behavior-proof > div::before {
  position: absolute;
  z-index: 2;
  top: 31px;
  left: 22px;
  width: 13px;
  aspect-ratio: 1;
  content: "";
  background: #68615d;
  border: 3px solid #201d1e;
  border-radius: 50%;
  box-shadow: 0 0 0 1px #68615d;
}
.behavior-proof > div:first-of-type::after {
  position: absolute;
  top: 43px;
  bottom: -31px;
  left: 28px;
  width: 1px;
  content: "";
  background: linear-gradient(#68615d,var(--accent-text));
}
.behavior-proof > div:last-child::before {
  background: var(--accent-text);
  border-color: #201d1e;
  box-shadow: 0 0 0 1px var(--accent-text), 0 0 18px rgba(243,161,169,.5);
}
.behavior-proof > div:first-of-type small::after {
  content: "Automatic";
  color: #8e8580;
}
.behavior-proof > div:last-child small::after {
  content: "Intentional";
  color: var(--accent-text);
}
.behavior-proof > div:last-child p {
  font-family: var(--serif);
  font-size: 18px;
  line-height: 1.2;
}

/* Alternating runway rhythm and hover response */
.behavior-stage {
  padding-bottom: 78px;
  align-items: start;
}
.behavior-proof {
  --column-offset: 0px;
  transform: translateY(var(--column-offset));
  transition: transform .42s var(--ease), background .35s ease, border-color .35s ease, box-shadow .35s ease;
}
.behavior-proof:nth-child(even) { --column-offset: 68px; }
.behavior-proof h3,
.behavior-proof > div:last-child,
.behavior-proof > div:last-child::before {
  transition: color .3s ease, background .3s ease, box-shadow .3s ease, transform .3s var(--ease);
}
.behavior-proof:hover {
  z-index: 3;
  background: #30272a;
  border-color: rgba(243,161,169,.8);
  box-shadow: 0 24px 55px rgba(0,0,0,.38);
  transform: translateY(calc(var(--column-offset) - 12px));
}
.behavior-proof:hover h3 { color: var(--accent-text); }
.behavior-proof:hover > div:last-child {
  background: rgba(243,161,169,.14);
  box-shadow: inset 6px 0 0 var(--accent-text);
}
.behavior-proof:hover > div:last-child::before {
  box-shadow: 0 0 0 1px var(--accent-text), 0 0 28px rgba(243,161,169,.88);
  transform: scale(1.32);
}

@media (max-width: 800px) {
  .comparison {
    padding-right: 16px;
    padding-left: 16px;
  }
  .comparison__intro { display: block; }
  .comparison__intro .section-index { margin-bottom: 28px; }
  .comparison__intro h2 { margin-bottom: 30px; font-size: 56px; }
  .comparison__intro > p:last-child { font-size: 16px; }
  .behavior-stage {
    width: calc(100% + 16px);
    padding: 0 16px 18px 0;
    display: flex;
    gap: 12px;
    border: 0;
    box-shadow: none;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: thin;
  }
  .behavior-proof {
    min-width: 82vw;
    min-height: 520px;
    border: 1px solid rgba(255,255,255,.28);
    scroll-snap-align: start;
  }
  .behavior-proof header { min-height: 180px; }
  .behavior-proof h3 { font-size: 31px; }
  .comparison blockquote { font-size: 45px; }
}

@media (max-width: 800px) {
  .behavior-stage { padding-bottom: 48px; }
  .behavior-proof:nth-child(even) { --column-offset: 34px; }
}
