@font-face {
  font-family: "Home Source Han Sans SC";
  src: url("/hero-preview/fonts/SourceHanSansSC-VF.woff2") format("woff2");
  font-style: normal;
  font-weight: 200 900;
  font-display: swap;
}

@font-face {
  font-family: "Home Inter";
  src: url("/hero-preview/fonts/Inter-SemiBold.woff2") format("woff2");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}

.home-showcase-hero {
  --home-hero-red: var(--dy-signal-red, #ff315c);
  --home-hero-ink: #101014;
  --home-header-height: 72px;
  --home-title-size: clamp(84px, min(6.2vw, 12.5vh), 112px);
  --home-title-width: min(1580px, calc(100vw - 56px));
  --home-copy-y: min(6.5vh, 58px);
  --home-support-opacity: 0.9;
  --home-carousel-y: min(28vh, 300px);
  --home-carousel-scale: 0.965;
  --home-carousel-opacity: 0.44;
  height: calc(165svh - var(--home-header-height));
  min-height: 1000px;
  overflow: visible;
  color: var(--home-hero-ink);
  background: #fff;
  font-family: "Home Source Han Sans SC", "Noto Sans SC", "Microsoft YaHei", system-ui, sans-serif;
  font-synthesis: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

.home-showcase-stage {
  position: sticky;
  top: var(--home-header-height);
  height: calc(100svh - var(--home-header-height));
  min-height: 700px;
  padding: clamp(28px, 3.6vh, 46px) 0 clamp(18px, 2.4vh, 30px);
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  align-content: stretch;
  overflow: hidden;
  background: #fff;
  isolation: isolate;
}

.home-spatial-ribbon {
  position: absolute;
  z-index: 0;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}

.home-spatial-ribbon::before,
.home-spatial-ribbon::after {
  position: absolute;
  content: "";
  pointer-events: none;
  will-change: transform, opacity;
}

.home-spatial-ribbon::before {
  z-index: 0;
  inset: -22% -14%;
  background:
    radial-gradient(ellipse at 18% 54%, rgba(255, 49, 92, 0.15) 0%, rgba(255, 92, 122, 0.075) 23%, transparent 52%),
    radial-gradient(ellipse at 78% 36%, rgba(255, 49, 92, 0.12) 0%, rgba(255, 128, 148, 0.06) 20%, transparent 48%);
  filter: blur(32px);
  opacity: 0.52;
  mix-blend-mode: multiply;
  animation: home-ribbon-ambient-breathe 8.5s cubic-bezier(0.45, 0, 0.55, 1) infinite alternate;
}

.home-spatial-ribbon::after {
  z-index: 2;
  inset: -18% -10%;
  background:
    linear-gradient(164deg, transparent 25%, rgba(255, 255, 255, 0.2) 39%, rgba(255, 91, 122, 0.1) 48%, transparent 66%),
    radial-gradient(ellipse at 50% 50%, rgba(255, 49, 92, 0.075), transparent 56%);
  filter: blur(40px);
  opacity: 0.38;
  mix-blend-mode: screen;
  animation: home-ribbon-ambient-drift 12s cubic-bezier(0.37, 0, 0.63, 1) infinite alternate;
}

@keyframes home-ribbon-ambient-breathe {
  0% {
    opacity: 0.34;
    transform: translate3d(-3.5%, 2.5%, 0) scale(0.96) rotate(-1deg);
  }

  55% {
    opacity: 0.62;
    transform: translate3d(1.5%, -1.5%, 0) scale(1.04) rotate(0.6deg);
  }

  100% {
    opacity: 0.48;
    transform: translate3d(4%, 1%, 0) scale(1.08) rotate(-0.35deg);
  }
}

@keyframes home-ribbon-ambient-drift {
  0% {
    opacity: 0.24;
    transform: translate3d(-4%, 3%, 0) scale(1.02);
  }

  50% {
    opacity: 0.46;
    transform: translate3d(2%, -2%, 0) scale(1.07);
  }

  100% {
    opacity: 0.3;
    transform: translate3d(5%, 1%, 0) scale(1.03);
  }
}

.home-spatial-ribbon canvas {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: block;
  mix-blend-mode: multiply;
}

.home-showcase-copy {
  position: relative;
  z-index: 2;
  width: min(1100px, calc(100vw - 64px));
  margin: 0 auto;
  text-align: center;
  transform: translate3d(0, var(--home-copy-y), 0);
  will-change: transform;
}

.home-showcase-eyebrow {
  width: fit-content;
  margin: 0 auto clamp(14px, 1.7vh, 20px);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3px;
  color: #a91e43;
  font-family: "Home Inter", Inter, Arial, sans-serif;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.18em;
  opacity: var(--home-support-opacity);
  will-change: opacity;
}

.home-showcase-hero h1 {
  --home-final-title-size: clamp(54px, min(3.6vw, 6.4vh), 76px);
  max-width: var(--home-title-width, 900px);
  margin: 0 auto;
  font-family: "Home Source Han Sans SC", "Noto Sans SC", "Microsoft YaHei", system-ui, sans-serif;
  font-size: var(--home-title-size, var(--home-final-title-size));
  font-weight: 520;
  line-height: 1.06;
  letter-spacing: -0.045em;
  will-change: font-size, max-width;
}

.home-showcase-hero h1 > span {
  display: block;
  white-space: nowrap;
}

.home-title-line + .home-title-line {
  margin-top: 0.075em;
}

.home-title-emphasis {
  color: #dc2852;
  font-weight: 720;
  letter-spacing: -0.055em;
}

.home-showcase-subtitle {
  max-width: 520px;
  margin: clamp(16px, 2vh, 22px) auto 0;
  color: #52525a;
  font-size: clamp(16px, 1.15vw, 18px);
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.02em;
  opacity: var(--home-support-opacity);
  will-change: opacity;
}

.home-showcase-visual {
  position: relative;
  width: min(1500px, calc(100vw - 80px));
  height: clamp(280px, 40vh, 500px);
  margin: 80px auto 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid rgba(16, 16, 20, 0.12);
  border-radius: 20px;
  background: #0d0d10;
  box-shadow: 0 28px 70px rgba(15, 15, 20, 0.13), 0 2px 8px rgba(15, 15, 20, 0.08);
}

.home-showcase-pane {
  position: relative;
  min-width: 0;
  overflow: hidden;
  isolation: isolate;
  background-color: #101014;
}

.home-showcase-real {
  background: url("/assets/devices/insta360-x6/x6-cafe-3dgs-v3.png") left center / 200% 100% no-repeat;
}

.home-showcase-model {
  background: url("/assets/devices/insta360-x6/x6-cafe-3dgs-v3.png") right center / 200% 100% no-repeat;
}

.home-showcase-pane video {
  position: absolute;
  z-index: 1;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.025);
}

.home-showcase-real video {
  filter: saturate(0.83) contrast(1.035) brightness(0.9);
}

.home-showcase-real::after,
.home-showcase-model::after {
  position: absolute;
  z-index: 4;
  inset: 0;
  content: "";
  pointer-events: none;
}

.home-showcase-real::after {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.07), transparent 52%, rgba(0, 0, 0, 0.22)),
    linear-gradient(180deg, rgba(0, 0, 0, 0.08), transparent 50%, rgba(0, 0, 0, 0.28));
}

.home-showcase-model video {
  z-index: 1;
  opacity: 1;
  filter: saturate(0.83) contrast(1.035) brightness(0.9);
}

.home-showcase-model-surface {
  display: none;
}

.home-showcase-model-points {
  display: none;
}

.home-showcase-model::after {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.07), transparent 52%, rgba(0, 0, 0, 0.22)),
    linear-gradient(180deg, rgba(0, 0, 0, 0.08), transparent 50%, rgba(0, 0, 0, 0.28));
}

/* Shared-media comparison: one decoder drives both halves while the model treatment is clipped on the right. */
.home-showcase-visual[data-home-comparison] {
  --home-comparison-position: 50%;
  display: block;
  touch-action: pan-y;
}

.home-showcase-visual [data-home-shared-video] {
  position: absolute;
  z-index: 1;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.83) contrast(1.035) brightness(0.9);
  transform: scale(1.025);
}

.home-showcase-visual[data-home-comparison] [data-home-real-layer],
.home-showcase-visual[data-home-comparison] [data-home-model-layer] {
  position: absolute;
  inset: 0;
  min-width: 0;
  overflow: hidden;
  pointer-events: none;
  isolation: isolate;
}

.home-showcase-visual[data-home-comparison] [data-home-real-layer] {
  z-index: 2;
  background-color: transparent;
  clip-path: inset(0 calc(100% - var(--home-comparison-position)) 0 0);
}

.home-showcase-visual[data-home-comparison] [data-home-model-layer] {
  z-index: 3;
  background-position: center;
  background-size: cover;
  clip-path: inset(0 0 0 var(--home-comparison-position));
}

.home-showcase-visual[data-home-comparison] [data-home-real-layer] .home-showcase-kind {
  left: 25%;
}

.home-showcase-visual[data-home-comparison] [data-home-model-layer] .home-showcase-kind {
  left: 75%;
}

.home-showcase-visual[data-home-comparison] [data-home-model-overlay] {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.home-showcase-visual[data-home-comparison] [data-home-comparison-divider] {
  z-index: 18;
  left: var(--home-comparison-position);
  display: block;
  pointer-events: none;
  transition: box-shadow 160ms ease;
}

.home-showcase-visual[data-home-comparison] [data-home-comparison-divider]::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 50%;
  content: "";
  background: rgba(16, 16, 20, 0.62);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  transform: translate(-50%, -50%);
}

.home-showcase-visual[data-home-comparison] [data-home-comparison-divider]::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 11px;
  height: 16px;
  border-right: 2px solid rgba(255, 255, 255, 0.9);
  border-left: 2px solid rgba(255, 255, 255, 0.9);
  content: "";
  transform: translate(-50%, -50%);
}

.home-showcase-visual [data-home-comparison-range] {
  position: absolute;
  z-index: 20;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  cursor: ew-resize;
  opacity: 0;
  touch-action: pan-y;
}

.home-showcase-visual.is-comparison-dragging [data-home-comparison-range] {
  cursor: grabbing;
  touch-action: none;
}

.home-showcase-visual:has([data-home-comparison-range]:focus-visible) [data-home-comparison-divider]::before,
.home-showcase-visual.is-comparison-focus [data-home-comparison-divider]::before {
  outline: 3px solid rgba(255, 255, 255, 0.96);
  outline-offset: 3px;
  box-shadow: 0 0 0 6px rgba(255, 49, 92, 0.5), 0 8px 24px rgba(0, 0, 0, 0.22);
}

.home-showcase-visual [data-home-media-toggle] {
  position: absolute;
  z-index: 22;
  right: 18px;
  bottom: 18px;
  min-width: 44px;
  min-height: 44px;
  padding: 0 13px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  color: #fff;
  background: rgba(12, 14, 18, 0.7);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(14px) saturate(1.12);
  -webkit-backdrop-filter: blur(14px) saturate(1.12);
  font: 600 12px/1 "Home Source Han Sans SC", "Noto Sans SC", "Microsoft YaHei", system-ui, sans-serif;
  cursor: pointer;
}

.home-showcase-visual [data-home-media-toggle]:hover {
  border-color: rgba(255, 255, 255, 0.42);
  background: rgba(12, 14, 18, 0.82);
}

.home-showcase-visual [data-home-media-toggle]:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 3px;
}

.home-showcase-visual [data-home-media-toggle] svg {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
}

.home-showcase-visual [data-home-media-toggle][data-state="playing"] [data-home-media-icon="play"],
.home-showcase-visual [data-home-media-toggle][data-state="paused"] [data-home-media-icon="pause"] {
  display: none;
}

.home-showcase-visual [data-home-media-toggle][data-state="reduced"] {
  display: none;
}

.home-showcase-kind {
  position: absolute;
  z-index: 12;
  top: 20px;
  left: 50%;
  min-height: 52px;
  padding: 7px 14px 7px 8px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 14px;
  color: #fff;
  background: rgba(12, 14, 18, 0.72);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(14px) saturate(1.12);
  -webkit-backdrop-filter: blur(14px) saturate(1.12);
  pointer-events: none;
  transform: translateX(-50%);
}

.home-showcase-kind-icon {
  width: 36px;
  height: 36px;
  flex: 0 0 36px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  color: rgba(255, 255, 255, 0.92);
  background: rgba(255, 255, 255, 0.12);
}

.home-showcase-kind-icon svg {
  width: 22px;
  height: 22px;
  overflow: visible;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.home-showcase-kind-real .home-showcase-kind-icon path {
  fill: currentColor;
  stroke: none;
}

.home-showcase-kind-copy {
  display: grid;
  gap: 3px;
  white-space: nowrap;
}

.home-showcase-kind-copy b {
  font-size: 13px;
  font-weight: 720;
  line-height: 1;
  letter-spacing: 0.02em;
}

.home-showcase-kind-copy small {
  color: rgba(255, 255, 255, 0.68);
  font-size: 10px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
}

.home-showcase-kind-model {
  border-color: rgba(255, 188, 207, 0.34);
  background: rgba(43, 20, 34, 0.78);
}

.home-showcase-kind-model .home-showcase-kind-icon {
  color: #ffd0dc;
  background: rgba(255, 49, 92, 0.18);
}

.home-showcase-divider {
  position: absolute;
  z-index: 10;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 1px;
  background: rgba(255, 255, 255, 0.48);
  transform: translateX(-0.5px);
}

.home-showcase-visual figcaption {
  position: absolute;
  z-index: 11;
  bottom: 18px;
  left: 50%;
  min-height: 30px;
  padding: 0 14px;
  display: flex;
  align-items: center;
  gap: 9px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.78);
  background: rgba(16, 16, 20, 0.54);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  font-size: 10px;
  line-height: 1;
  white-space: nowrap;
  transform: translateX(-50%);
}

.home-showcase-visual figcaption i {
  position: relative;
  width: 26px;
  height: 1px;
  background: rgba(255, 255, 255, 0.48);
}

.home-showcase-visual figcaption i::after {
  position: absolute;
  top: -2px;
  right: 0;
  width: 5px;
  height: 5px;
  border-top: 1px solid rgba(255, 255, 255, 0.68);
  border-right: 1px solid rgba(255, 255, 255, 0.68);
  content: "";
  transform: rotate(45deg);
}

@media (max-height: 900px) and (min-width: 761px) {
  .home-showcase-stage {
    min-height: 640px;
    padding-top: 22px;
    padding-bottom: 18px;
  }

  .home-showcase-eyebrow {
    margin-bottom: 15px;
    font-size: 10px;
  }

  .home-showcase-hero h1 {
    --home-final-title-size: clamp(48px, 6.4vh, 60px);
  }

  .home-showcase-subtitle {
    margin-top: 17px;
    font-size: 15px;
    line-height: 1.7;
  }

  .home-showcase-visual {
    margin-top: 24px;
  }
}

@media (max-width: 1000px) {
  .home-showcase-hero h1 {
    --home-final-title-size: clamp(50px, min(7vw, 6.4vh), 68px);
  }
}

@media (max-width: 800px) {
  .home-showcase-hero {
    --home-support-opacity: 1;
    --home-carousel-y: 0px;
    --home-carousel-scale: 1;
    --home-carousel-opacity: 1;
    height: auto;
    min-height: auto;
    overflow: hidden;
  }

  .home-showcase-stage {
    position: relative;
    top: auto;
    height: auto;
    min-height: auto;
    padding: 82px 0 30px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
  }

  .home-showcase-copy {
    width: min(100% - 36px, 640px);
    transform: none;
  }

  .home-showcase-eyebrow {
    margin-bottom: 20px;
    font-size: 10px;
  }

  .home-showcase-hero h1 {
    --home-final-title-size: clamp(38px, 9vw, 54px);
    font-size: var(--home-final-title-size);
    line-height: 1.1;
    letter-spacing: -0.045em;
  }

  .home-showcase-hero h1 > span {
    white-space: normal;
  }

  .home-title-line + .home-title-line {
    margin-top: 0.12em;
  }

  .home-showcase-subtitle {
    margin-top: 24px;
    font-size: 16px;
    line-height: 1.8;
  }

  .home-showcase-visual {
    width: calc(100vw - 28px);
    height: min(620px, 94vh);
    margin-top: 50px;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(2, minmax(0, 1fr));
    border-radius: 14px;
  }

  .home-showcase-real,
  .home-showcase-model,
  .home-showcase-model-surface {
    background-size: cover;
    background-position: center;
  }

  .home-showcase-divider {
    display: none;
  }

  .home-showcase-visual[data-home-comparison] [data-home-comparison-divider] {
    display: block;
  }

  .home-showcase-visual [data-home-media-toggle] {
    right: 14px;
    bottom: 14px;
  }

  .home-showcase-visual figcaption {
    bottom: calc(50% - 15px);
  }
}

@media (max-width: 390px) {
  .home-showcase-hero h1 {
    --home-final-title-size: 36px;
  }

  .home-showcase-subtitle {
    font-size: 15px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-showcase-hero {
    --home-support-opacity: 1;
    --home-carousel-y: 0px;
    --home-carousel-scale: 1;
    --home-carousel-opacity: 1;
    height: auto;
    min-height: 0;
    overflow: hidden;
  }

  .home-showcase-stage {
    position: relative;
    top: auto;
    height: calc(100svh - var(--home-header-height));
    min-height: 640px;
  }

  .home-showcase-hero h1 {
    font-size: var(--home-final-title-size);
    max-width: 900px;
  }

  .home-showcase-copy,
  .home-showcase-carousel,
  .home-showcase-visual {
    transform: none !important;
    opacity: 1 !important;
  }

  .home-spatial-ribbon::before,
  .home-spatial-ribbon::after {
    animation: none;
    transform: none;
  }

  .home-showcase-pane video,
  .home-showcase-visual [data-home-shared-video] {
    display: none;
  }
}

/* The approved comparison becomes slide one; the original product slides retain their prior full-width treatment. */
.home-showcase-carousel {
  position: relative;
  z-index: 2;
  width: 100%;
  height: auto;
  min-height: 420px;
  max-height: 62svh;
  margin: clamp(26px, 3vh, 36px) 0 0;
  align-self: stretch;
  opacity: var(--home-carousel-opacity);
  transform: translate3d(0, var(--home-carousel-y), 0) scale(var(--home-carousel-scale));
  transform-origin: 50% 0;
  will-change: transform, opacity;
}

.home-showcase-carousel .home-showcase-visual {
  width: 100%;
  height: 100%;
  margin: 0;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  transform: none;
}

.home-showcase-carousel .home-showcase-visual figcaption {
  bottom: 64px;
}

/* Interaction pass: an explicit next step, one shared video and user playback control. */
.home-showcase-actions{
  margin:18px auto 0;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:22px;
  opacity:var(--home-support-opacity);
}
.home-showcase-actions a{
  display:inline-flex;
  align-items:center;
  min-height:44px;
  padding:10px 2px;
  gap:7px;
  color:#343439;
  font-size:13px;
  font-weight:650;
  line-height:1.4;
  text-underline-offset:5px;
}
.home-showcase-actions a:first-child{color:#b61f43}
.home-showcase-actions .home-morph-icon{width:16px;height:16px}
.home-showcase-actions a:focus-visible{outline:2px solid #b61f43;outline-offset:5px}

.home-scroll-cue{
  width:max-content;
  margin:22px auto 0;
  display:flex;
  align-items:center;
  gap:9px;
  color:#59595e;
  font:600 9px/1 "Home Inter",Inter,Arial,sans-serif;
  letter-spacing:.16em;
  opacity:.82;
  transition:opacity .22s ease;
}
.home-scroll-cue>i{width:34px;height:1px;background:currentColor}
.home-showcase-hero[data-scroll-stage="settled"] .home-scroll-cue{opacity:0}

.home-showcase-visual[data-home-comparison] [data-home-model-layer]{background:none}
.home-showcase-visual[data-home-comparison]:not(:has([data-home-comparison-range])) [data-home-comparison-divider]::before,
.home-showcase-visual[data-home-comparison]:not(:has([data-home-comparison-range])) [data-home-comparison-divider]::after{display:none}

@media (max-width:800px){
  .home-showcase-actions{margin-top:16px;gap:16px;flex-wrap:wrap}
  .home-showcase-actions a{font-size:12px}
  .home-scroll-cue{display:none}
}

@media (max-width:390px){
  .home-showcase-actions{gap:10px 14px}
}

@media (prefers-reduced-motion:reduce){
  .home-showcase-visual [data-home-shared-video]{display:block}
  .home-scroll-cue{display:none}
}

@media (max-height: 900px) and (min-width: 761px) {
  .home-showcase-carousel {
    min-height: 360px;
    margin-top: 24px;
  }
}

@media (max-width: 800px) {
  .home-spatial-ribbon {
    display: none;
  }

  .home-showcase-carousel {
    height: 650px;
    min-height: 0;
    max-height: none;
    margin-top: 50px;
  }
}

@media (max-width: 800px) {
  .home-showcase-carousel .home-showcase-visual {
    width: 100%;
    height: 100%;
    margin: 0;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(2, minmax(0, 1fr));
    border-radius: 0;
  }

  .home-showcase-carousel .home-showcase-visual figcaption {
    bottom: calc(50% - 15px);
  }

  .home-showcase-kind {
    top: 14px;
    left: 50%;
    min-height: 46px;
    padding: 6px 12px 6px 7px;
    border-radius: 12px;
    transform: translateX(-50%);
  }

  .home-showcase-kind-icon {
    width: 32px;
    height: 32px;
    flex-basis: 32px;
    border-radius: 9px;
  }

  .home-showcase-kind-icon svg {
    width: 20px;
    height: 20px;
  }
}

/* One restrained signal red ties the ribbon to labels, dividers and conversion moments. */
.home-mp {
  --dy-signal-red: #ff315c;
}

.home-mp .home-final-cta,
.home-mp .home-resource-space {
  background-color: var(--dy-signal-red) !important;
}

.home-mp .home-accent-line {
  background-color: var(--dy-signal-red);
}

.home-mp .home-section-heading > span,
.home-mp .home-kicker,
.home-mp .home-capability-grid b,
.home-mp .home-neutrality-grid span,
.home-mp .home-proof-overlay span,
.home-mp .home-resource-feature span {
  color: var(--dy-signal-red);
}

.home-mp .home-card-icon svg circle:last-child {
  stroke: var(--dy-signal-red);
}

.home-capabilities,
.home-about {
  position: relative;
}

.home-capabilities::before,
.home-about::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 2px;
  content: "";
  background: linear-gradient(90deg, transparent 4%, rgba(255, 49, 92, 0.25) 25%, var(--dy-signal-red) 50%, rgba(255, 49, 92, 0.25) 75%, transparent 96%);
}
