.home-canvas {
  position: relative;
  isolation: isolate;
  min-height: var(--desktop-main-height);
  height: var(--desktop-main-height);
  overflow: clip;
  background: #f7f3ff;
}

.home-canvas__background {
  position: absolute;
  inset: 0 auto auto 50%;
  z-index: -1;
  width: var(--desktop-canvas-width);
  height: var(--desktop-canvas-height);
  max-width: none;
  object-fit: fill;
  transform: translateX(-50%);
  pointer-events: none;
}

.home-canvas::before,
.home-canvas::after {
  content: none;
}

.hero,
.features,
.scenarios,
.cta {
  position: relative;
  background: transparent;
}

.hero {
  min-height: 48rem;
  padding: 9rem 0 6rem;
  background: transparent;
}

.hero__grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(31rem, 1.1fr);
  align-items: center;
  gap: 4rem;
}

.hero__content {
  position: relative;
  z-index: 20;
}

.hero__title-image {
  width: min(100%, 541px);
  height: auto;
  object-fit: contain;
  mix-blend-mode: normal;
}

.hero__description {
  color: var(--color-ink-soft);
}

.hero__actions {
  position: relative;
  z-index: 10;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.hero-stage {
  --parallax-x: 0px;
  --parallax-y: 0px;
  position: relative;
  min-height: 40rem;
}

.hero-stage__zodiac {
  --hero-zodiac-center-right: calc(var(--hero-wheel-right) + var(--hero-wheel-size) / 2);
  --hero-zodiac-center-top: calc(var(--hero-wheel-top) + var(--hero-wheel-size) / 2);
  position: absolute;
  inset: 0;
}

.hero-stage__layer,
.hero-stage__atmosphere {
  position: absolute;
  display: block;
  max-width: none;
  object-fit: contain;
}

.hero-stage__phone {
  position: absolute;
  display: block;
  z-index: 5;
  max-width: none;
  overflow: visible;
}

.hero-stage__phone img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.hero-stage__phone--left {
  top: calc(var(--hero-phone-top) + var(--hero-phone-width) * 0.243);
  left: var(--hero-phone-left);
  width: calc(var(--hero-phone-width) * 0.5175);
}

.hero-stage__phone--right {
  top: var(--hero-phone-top);
  left: calc(var(--hero-phone-left) + var(--hero-phone-width) * 0.52);
  width: calc(var(--hero-phone-width) * 0.4801);
}

.hero-stage__layer {
  top: var(--hero-wheel-top);
  right: var(--hero-wheel-right);
  left: auto;
  width: var(--hero-wheel-size);
  height: auto;
  aspect-ratio: 1;
}

.hero-stage__layer--hero-orbit {
  --hero-layer-size: var(--hero-orbit-size);
  top: calc(var(--hero-zodiac-center-top) - var(--hero-layer-size) / 2);
  right: calc(var(--hero-zodiac-center-right) - var(--hero-layer-size) / 2);
  width: var(--hero-layer-size);
}

.hero-stage__layer--hero-crescent {
  --hero-layer-size: var(--hero-crescent-size);
  top: calc(var(--hero-zodiac-center-top) - var(--hero-layer-size) / 2);
  right: calc(var(--hero-zodiac-center-right) - var(--hero-layer-size) / 2);
  width: var(--hero-layer-size);
  transform: translate(-2.91%, -4%);
}

.hero-stage__atmosphere {
  display: none;
}

.section-heading {
  text-align: center;
}

.section-heading__decor {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.section-heading__decor img {
  object-fit: contain;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 20px;
}

.features {
  background: transparent;
}

.feature-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.feature-card__icon {
  object-fit: contain;
  transition: opacity .24s ease;
  pointer-events: none;
}

.feature-card__icon--default {
  opacity: 1;
}

.feature-card__icon--hover {
  opacity: 0;
}

.scenarios__grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(20rem, .72fr) minmax(0, 1.28fr);
  align-items: center;
}

.scenarios {
  background: transparent;
}

.scenario-list {
  display: grid;
  grid-template-rows: repeat(3, auto);
}

.scenario-item {
  display: grid;
  align-items: center;
}

.scenario-item img {
  max-width: none;
  object-fit: contain;
  transform: translateY(3px);
}

.product-gallery {
  position: relative;
}

.product-preview {
  position: relative;
  overflow: hidden;
  text-align: center;
}

.product-preview.product-preview--artwork {
  overflow: visible;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.product-preview__artwork {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.product-preview__screen {
  display: block;
  object-fit: cover;
}

.product-preview__overlay {
  position: absolute;
  z-index: 4;
  box-sizing: border-box;
  text-align: left;
  pointer-events: none;
}

.product-preview__overlay h4,
.product-preview__overlay p,
.product-preview__overlay small {
  margin: 0;
}

.product-preview__tags {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.companion-note {
  display: none;
}

.cta {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.cta::before {
  content: none;
}

/* Scenario cascade: the three cards stay inside the right-side gallery. */
.scenarios[data-motion-pinned] .scenarios__grid {
  --scenario-side-gap: 24px;
  --scenario-stage-height: min(78vh, 52rem);
  --scenario-card-height: min(68vh, calc(var(--scenario-stage-height) - 3rem));
  min-height: var(--scenario-stage-height);
}

.scenarios[data-motion-pinned] .scenario-list {
  align-content: center;
}

.scenarios[data-motion-pinned] .scenario-item {
  opacity: .82;
  translate: 0 0;
  transition: opacity var(--motion-fast) ease, translate var(--motion-fast) ease;
}

.scenarios[data-motion-pinned] .scenario-item.is-motion-active,
.scenarios[data-motion-pinned] .scenario-item[data-motion-active="true"] {
  opacity: 1;
  translate: .4rem 0;
}

.scenario-preview-viewport {
  height: auto;
  overflow: visible;
  contain: none;
}

.scenarios[data-motion-pinned] .scenario-preview-viewport {
  height: var(--scenario-stage-height);
  overflow: hidden;
  contain: layout paint;
}

.scenario-preview-track {
  width: 100%;
  display: grid;
  justify-items: center;
  gap: 1.5rem;
  padding-block: 0;
}

.scenarios[data-motion-pinned] .scenario-preview-track {
  height: 100%;
  display: grid;
  place-items: center;
  padding-block: 0;
}

.scenarios[data-motion-pinned] .scenario-preview-track .product-preview,
.scenarios[data-motion-pinned] .scenario-preview-track .product-preview:nth-child(2),
.scenarios[data-motion-pinned] .scenario-preview-track .product-preview:nth-child(3) {
  position: relative;
  inset: auto;
  grid-area: 1 / 1;
  width: min(calc(var(--scenario-card-height) * 2484 / 5376), calc(36.7647% - 17.647px));
  max-width: 100%;
  height: auto;
  aspect-ratio: 2484 / 5376;
  margin: 0 auto;
  transform: none;
}

.scenario-preview-track .product-preview__artwork {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.scenarios[data-motion-pinned] .scenario-preview-track {
  will-change: transform;
}

/* Hero actions reuse the support-page feedback language without changing semantics. */
.hero__actions > .store-status,
.hero__actions > .button {
  transform: none;
  transition:
    translate var(--motion-fast) ease,
    scale var(--motion-fast) ease,
    box-shadow var(--motion-fast) ease,
    border-color var(--motion-fast) ease,
    background-color var(--motion-fast) ease;
}

.hero__actions > .store-status {
  cursor: default;
}

.hero__actions > .button:focus-visible {
  transform: none;
  translate: 0 -2px;
  scale: 1.02;
  border-color: rgba(93, 51, 197, .4);
  background-color: rgba(255, 255, 255, .72);
  box-shadow: 0 14px 30px rgba(97, 69, 182, .18);
  outline: 3px solid rgba(93, 51, 197, .46);
  outline-offset: 4px;
}

.hero__actions > .button:active {
  transform: none;
  translate: 0 0;
  scale: .99;
  box-shadow: 0 7px 16px rgba(97, 69, 182, .12);
}

@media (hover: hover) and (pointer: fine) {
  .hero__actions > .store-status:hover,
  .hero__actions > .button:hover {
    transform: none;
    translate: 0 -2px;
    scale: 1.02;
    border-color: rgba(93, 51, 197, .4);
    background-color: rgba(255, 255, 255, .72);
    box-shadow: 0 14px 30px rgba(97, 69, 182, .18);
  }

}

@media (prefers-reduced-motion: reduce) {
  .hero__actions > .store-status,
  .hero__actions > .button {
    transition: border-color var(--motion-fast) ease, box-shadow var(--motion-fast) ease;
  }

  .hero__actions > .store-status:hover,
  .hero__actions > .button:hover,
  .hero__actions > .button:focus-visible,
  .hero__actions > .button:active {
    translate: none;
    scale: none;
    border-color: rgba(93, 51, 197, .4);
    box-shadow: 0 10px 24px rgba(97, 69, 182, .16);
  }

  .scenarios__grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .scenario-list,
  .product-gallery,
  .scenario-preview-track {
    display: contents;
  }

  .scenario-item,
  .product-preview {
    opacity: 1;
    translate: none;
    transform: none;
  }
}

html[data-reduce-motion="true"] .hero__actions > .store-status,
html[data-reduce-motion="true"] .hero__actions > .button {
  transition: border-color var(--motion-fast) ease, box-shadow var(--motion-fast) ease;
}

html[data-reduce-motion="true"] .hero__actions > .store-status:hover,
html[data-reduce-motion="true"] .hero__actions > .button:hover,
html[data-reduce-motion="true"] .hero__actions > .button:focus-visible,
html[data-reduce-motion="true"] .hero__actions > .button:active {
  translate: none;
  scale: none;
  border-color: rgba(93, 51, 197, .4);
  box-shadow: 0 10px 24px rgba(97, 69, 182, .16);
}

@media (min-width: 1201px) {
  .home-canvas {
    width: 100%;
    min-width: 0;
    height: auto;
    min-height: 0;
    display: flex;
    flex-direction: column;
    padding: clamp(145px, 9.583333vw, 184px) 0 clamp(150px, 10.052083vw, 193px);
    overflow: clip;
  }

  .home-canvas__background {
    inset: 0;
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: cover;
    object-position: center top;
    transform: none;
  }

  .hero,
  .features,
  .scenarios,
  .cta {
    position: relative;
    top: auto;
    left: auto;
    flex: 0 0 auto;
    margin-inline: auto;
    padding: 0;
    overflow: visible;
    transform: none;
  }

  .hero {
    width: calc(100% - 2 * var(--desktop-page-gutter) + min(.677083vw, 13px));
    height: clamp(570px, 35.416667vw, 760px);
    min-height: 0;
  }

  .hero__grid {
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: minmax(0, 46%) minmax(0, 54%);
    align-items: stretch;
    gap: 0;
  }

  .hero__content {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0;
    overflow: visible;
  }

  .hero__content > .eyebrow {
    display: none;
  }

  .hero__title-image {
    width: clamp(430px, 28.177083vw, 620px);
    height: auto;
    margin: 0;
    object-fit: contain;
  }

  .hero__description {
    width: min(100%, 666px);
    margin-top: clamp(18px, 1.25vw, 24px);
    color: var(--color-ink-soft);
    font-size: clamp(18px, 1.1125vw, 23px);
    line-height: clamp(34px, 2.083333vw, 42px);
    letter-spacing: .04em;
  }

  .hero__description p {
    margin: 0;
  }

  .hero__description p + p {
    margin-top: clamp(24px, 1.66875vw, 34px);
  }

  .hero__actions {
    height: clamp(52px, 3.020833vw, 60px);
    margin-top: clamp(24px, 1.66875vw, 34px);
  }

  .hero__actions .store-status,
  .hero__actions .button {
    height: clamp(52px, 3.020833vw, 60px);
    min-height: 0;
    padding: 12px 24px;
    border-width: 1.335px;
    font-size: clamp(16px, .9375vw, 19px);
    line-height: normal;
    letter-spacing: 1.5px;
    white-space: nowrap;
  }

  .hero__actions .store-status {
    width: clamp(210px, 12.395833vw, 248px);
  }

  .hero__actions .button {
    width: clamp(120px, 6.770833vw, 140px);
  }

  .hero-stage {
    --hero-phone-top: clamp(90px, 5.78125vw, 126px);
    --hero-phone-left: max(-291px, -15.15625vw);
    --hero-phone-width: clamp(500px, 30.364583vw, 660px);
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 0;
    transform: none;
  }

  .hero-stage__zodiac {
    --hero-wheel-size: clamp(540px, 31.25vw, 720px);
    --hero-wheel-top: clamp(42px, 2.96875vw, 64px);
    --hero-wheel-right: 0px;
    --hero-orbit-size: clamp(460px, 26.564999vw, 610px);
    --hero-crescent-size: clamp(230px, 13.806vw, 300px);
  }

  .hero-stage__layer--hero-wheel {
    z-index: 1;
    opacity: .66;
  }

  .hero-stage__layer--hero-orbit {
    z-index: 2;
    opacity: .4;
  }

  .hero-stage__layer--hero-crescent {
    z-index: 3;
    opacity: .88;
  }

  .hero-stage__layer--hero-celestial {
    z-index: 4;
  }

  .features {
    width: calc(100% - 2 * var(--desktop-page-gutter));
    height: clamp(620px, 35.729167vw, 686px);
    margin-top: clamp(210px, 13.75vw, 264px);
  }

  .features::before,
  .features::after,
  .scenarios::before,
  .scenarios::after {
    content: none;
  }

  .features > .wrap,
  .scenarios > .wrap {
    width: 100%;
    height: 100%;
    margin: 0;
  }

  .section-heading {
    width: min(100%, 768px);
    height: clamp(174px, 10.052083vw, 193px);
    margin: 0 auto;
  }

  .section-heading__decor {
    width: 100%;
    height: clamp(110px, 6.458333vw, 124px);
    margin: 0;
  }

  .section-heading__decor::before,
  .section-heading__decor::after {
    content: "";
    width: clamp(230px, 14.270833vw, 274px);
    height: 44px;
    flex: 0 1 274px;
    opacity: .82;
    background:
      url("../Assets/figma/home/decor/section-star.png") left center / 44px 44px no-repeat,
      url("../Assets/figma/home/decor/section-star.png") 48px center / 34px 34px no-repeat,
      url("../Assets/figma/home/decor/section-star.png") 86px center / 24px 24px no-repeat,
      linear-gradient(90deg, rgba(116, 87, 212, .46), rgba(116, 87, 212, .08)) 110px center / calc(100% - 110px) 1px no-repeat;
  }

  .section-heading__decor::before {
    transform: scaleX(-1);
  }

  .section-heading__decor img:first-child,
  .section-heading__decor img:last-child {
    display: none;
  }

  .section-heading__decor img:nth-child(2) {
    width: clamp(110px, 6.458333vw, 124px);
    height: clamp(110px, 6.458333vw, 124px);
    flex: 0 0 auto;
    margin-inline: -10px;
  }

  .section-title {
    width: 100%;
    margin: 0;
    color: #5d33c5;
    font-size: clamp(42px, 2.5vw, 50px);
    font-weight: 600;
    line-height: normal;
    letter-spacing: -1.1713px;
    text-align: center;
  }

  .feature-grid {
    width: 100%;
    height: calc(100% - clamp(174px, 10.052083vw, 193px) - 40px);
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    justify-content: stretch;
    align-items: end;
    gap: clamp(16px, 1.171875vw, 32px);
    margin: 40px 0 0;
    padding-top: clamp(108px, 6.458333vw, 124px);
  }

  .feature-card {
    width: 100%;
    max-width: 320px;
    height: clamp(300px, 17.1875vw, 360px);
    min-height: 0;
    justify-self: center;
    padding: clamp(116px, 6.770833vw, 138px) 16px 0;
    gap: clamp(24px, 1.770833vw, 36px);
    border: 2.321px solid #fff;
    border-radius: clamp(30px, 1.934948vw, 40px);
    background: linear-gradient(180deg, rgba(237, 236, 255, .8), rgba(255, 255, 255, .8) 61.111%);
    box-shadow: 0 18px 48px rgba(75, 57, 137, .08);
    backdrop-filter: none;
    transform: none;
  }

  .feature-card:hover {
    transform: translateY(-6px);
  }

  .feature-card__icon {
    position: absolute;
    top: calc(clamp(160px, 9.895833vw, 210px) * -.34);
    left: 50%;
    width: clamp(160px, 9.895833vw, 210px);
    height: auto;
    margin: 0;
    transform: translateX(-50%);
  }

  .feature-card h3,
  .feature-card:first-child h3 {
    position: relative;
    z-index: 1;
    width: 100%;
    height: auto;
    margin: 0;
    color: #5d33c5;
    font-size: clamp(25px, 1.666667vw, 34px);
    font-weight: 600;
    line-height: 1.35;
    letter-spacing: -1.1713px;
    white-space: nowrap;
  }

  .feature-card p {
    position: relative;
    z-index: 1;
    width: 100%;
    height: auto;
    margin: 0;
    color: #666767;
    font-size: clamp(16px, 1.041667vw, 21px);
    font-weight: 500;
    line-height: 1.4;
  }

  .scenarios {
    width: calc(100% - 2 * var(--desktop-page-gutter));
    min-height: clamp(840px, 51.354167vw, 986px);
    margin-top: clamp(230px, 15.625vw, 300px);
  }

  .scenarios .section-heading > .eyebrow {
    display: none;
  }

  .scenarios__grid {
    width: 100%;
    height: auto;
    display: grid;
    grid-template-columns: minmax(340px, .44fr) minmax(0, 1fr);
    align-items: center;
    gap: clamp(72px, 6.2vw, 160px);
    margin-top: clamp(72px, 4.583333vw, 88px);
  }

  .scenario-list {
    --scenario-icon-size: clamp(76px, 4.166667vw, 88px);
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    max-width: 480px;
    height: auto;
    display: grid;
    grid-template-rows: repeat(3, auto);
    gap: clamp(24px, 1.666667vw, 34px);
  }

  .scenario-item {
    width: 100%;
    height: auto;
    min-height: var(--scenario-icon-size);
    grid-template-columns: var(--scenario-icon-size) minmax(0, 1fr);
    column-gap: 16px;
  }

  .scenario-item img {
    width: var(--scenario-icon-size);
    height: var(--scenario-icon-size);
    margin: 0;
  }

  .scenario-item > div {
    width: auto;
    height: auto;
  }

  .scenario-item h3 {
    margin: 0;
    color: var(--color-ink);
    font-size: clamp(21px, 1.25vw, 26px);
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: 1.5px;
    white-space: nowrap;
  }

  .scenario-item p {
    width: auto;
    height: auto;
    margin: 0;
    padding-top: 4px;
    color: var(--color-muted);
    font-size: clamp(14px, .833333vw, 17px);
    line-height: 1.55;
  }

  .product-gallery {
    position: relative;
    top: auto;
    left: auto;
    width: min(100%, 1100px);
    height: auto;
    min-height: 0;
    justify-self: end;
    aspect-ratio: 918.36 / 705.148;
  }

  .product-gallery::before {
    content: none;
  }

  .product-preview {
    position: absolute;
    top: 5.616%;
    width: 30.75%;
    height: 88.767%;
    padding: 0;
    border: clamp(5px, .354844vw, 8px) solid var(--desktop-preview-border);
    border-radius: clamp(34px, 2.138594vw, 48px);
    background: linear-gradient(180deg, #fdedd2, #ffeecf 39.904%, #eddae1 63.462%, #fcd7cb);
    box-shadow: none;
    backdrop-filter: none;
    transform: none;
  }

  .product-preview:nth-child(1) {
    left: 0;
  }

  .product-preview:nth-child(2) {
    z-index: 2;
    top: 0;
    left: 32.25%;
    width: 35.5%;
    height: 100%;
  }

  .product-preview:nth-child(3) {
    left: 69.25%;
  }

  .product-preview:not(.product-preview--artwork):hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(75, 57, 137, .12);
  }

  .product-preview__header {
    position: absolute;
    inset: 0;
    z-index: 3;
    pointer-events: none;
  }

  .product-preview__header h3 {
    position: absolute;
    top: 2.4%;
    left: 50%;
    width: max-content;
    margin: 0;
    color: #3c1733;
    font-size: clamp(27px, 1.782135vw, 38px);
    font-weight: 700;
    line-height: normal;
    transform: translateX(-50%);
    white-space: nowrap;
  }

  .product-preview__header p {
    position: absolute;
    top: 10.5%;
    left: 50%;
    width: max-content;
    margin: 0;
    color: #3d1f3a;
    font-size: clamp(11px, .760365vw, 16px);
    line-height: normal;
    transform: translateX(-50%);
    white-space: nowrap;
  }

  .product-preview:nth-child(2) .product-preview__header h3 {
    top: 2.3%;
    font-size: clamp(31px, 2.007656vw, 42px);
  }

  .product-preview:nth-child(2) .product-preview__header p {
    top: 10.6%;
    font-size: clamp(13px, .856615vw, 18px);
  }

  .product-preview__screen {
    position: absolute;
    top: 16.77%;
    left: 50%;
    width: 77.25%;
    height: 76.1%;
    border: clamp(2px, .178229vw, 4px) solid #fff;
    border-radius: clamp(18px, 1.188073vw, 28px);
    box-shadow: 0 0 4.562px 2.281px rgba(90, 35, 21, .06);
    transform: translateX(-50%);
  }

  .product-preview:nth-child(2) .product-preview__screen {
    top: 16.77%;
    width: 77.45%;
    height: 76.1%;
  }

  .product-preview__overlay {
    left: 50%;
    color: #392335;
    background: rgba(255, 252, 247, .97);
    border: 2px solid #a982ff;
    box-shadow: 0 12px 24px rgba(95, 56, 126, .08);
    transform: translateX(-50%);
  }

  .product-preview__overlay--daily-insight {
    top: 28.76%;
    width: 88.9%;
    min-height: 28%;
    padding: clamp(10px, .729167vw, 16px);
    border-bottom-color: #eeb105;
    border-radius: clamp(13px, .885417vw, 19px);
  }

  .product-preview__overlay--daily-insight h4 {
    margin-bottom: 8px;
    font-size: clamp(11px, .78125vw, 16px);
    font-weight: 600;
    line-height: 1.5;
  }

  .product-preview__overlay--daily-insight h4 br + br {
    display: none;
  }

  .product-preview__overlay--daily-insight p {
    font-size: clamp(7px, .416667vw, 9px);
    line-height: 1.55;
  }

  .product-preview__tags {
    gap: 5px;
    margin-top: 12px;
  }

  .product-preview__tags span {
    display: grid;
    min-height: clamp(34px, 2.239583vw, 48px);
    place-items: center;
    padding: 4px 2px;
    border-radius: 9px;
    color: #6b5670;
    background: #f7f1e8;
    font-size: clamp(6px, .364583vw, 8px);
    line-height: 1.2;
    text-align: center;
  }

  .product-preview__tags span:nth-child(1) {
    color: #9b7114;
    background: #fff2c9;
  }

  .product-preview__tags span:nth-child(2) {
    color: #a94673;
    background: #fcecf2;
  }

  .product-preview__tags span:nth-child(3) {
    color: #3e845f;
    background: #eaf5e7;
  }

  .product-preview__overlay--diary-insight {
    top: 47.8%;
    width: 88.5%;
    min-height: 21.8%;
    padding: clamp(10px, .729167vw, 16px) clamp(12px, .9375vw, 20px);
    border-bottom-color: #eeb105;
    border-radius: clamp(13px, .885417vw, 19px);
  }

  .product-preview__overlay-eyebrow {
    margin-bottom: 9px !important;
    font-size: clamp(8px, .572917vw, 12px);
    font-weight: 700;
  }

  .product-preview__overlay--diary-insight h4 {
    margin-bottom: 8px;
    font-size: clamp(8px, .520833vw, 11px);
    font-weight: 600;
  }

  .product-preview__overlay--diary-insight > p:not(.product-preview__overlay-eyebrow),
  .product-preview__overlay--diary-insight small {
    display: block;
    font-size: clamp(6px, .416667vw, 9px);
    line-height: 1.55;
  }

  .product-preview__overlay--diary-insight small {
    margin-top: 8px;
    color: #756579;
  }

  .product-preview__overlay--chat-prompt {
    top: 28.44%;
    width: 88.9%;
    min-height: 24.8%;
    padding: clamp(13px, .9375vw, 20px) clamp(10px, .833333vw, 18px);
    border-bottom-color: #eeb105;
    border-radius: clamp(13px, .885417vw, 19px);
    text-align: center;
  }

  .product-preview__overlay-symbol {
    display: grid;
    width: clamp(32px, 2.083333vw, 44px);
    height: clamp(32px, 2.083333vw, 44px);
    margin: 0 auto 9px;
    place-items: center;
    border-radius: 50%;
    color: #34274d;
    background: #f1ece7;
    font-size: clamp(18px, 1.145833vw, 24px);
  }

  .product-preview__overlay--chat-prompt h4,
  .product-preview__overlay--chat-prompt p {
    font-size: clamp(9px, .572917vw, 12px);
    line-height: 1.55;
  }

  .product-preview__overlay--chat-prompt small {
    display: block;
    margin-top: 9px;
    color: #9d91a1;
    font-size: clamp(6px, .364583vw, 8px);
  }

  .cta {
    width: calc(100% - 2 * var(--desktop-page-gutter));
    height: clamp(240px, 14.895833vw, 286px);
    min-height: 0;
    margin-top: clamp(240px, 15.9375vw, 306px);
  }

  .cta__inner {
    width: 100%;
    max-width: none;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: clamp(24px, 1.666667vw, 32px);
    padding: 0;
  }

  .cta .eyebrow {
    width: min(100%, 624px);
    height: auto;
    margin: 0;
    color: var(--color-brand);
    font-size: clamp(12px, .729167vw, 15px);
    font-weight: 700;
    line-height: 1.56;
    letter-spacing: 2.9952px;
  }

  .cta__title {
    width: min(100%, 960px);
    height: auto;
    margin: -10px 0 0;
    color: var(--color-ink);
    font-size: clamp(40px, 2.99625vw, 60px);
    font-weight: 700;
    line-height: 1.55;
    letter-spacing: 4.6023px;
  }

  .cta__actions {
    height: auto;
    margin-top: -11px;
  }

  .cta .store-status {
    width: clamp(150px, 8.287708vw, 170px);
    height: clamp(38px, 2.141042vw, 44px);
    min-height: 0;
    padding: 10px 20px;
    font-size: clamp(11px, .625vw, 13px);
    line-height: 22px;
    letter-spacing: 1.04px;
    white-space: nowrap;
  }
}

@media (hover: hover) and (pointer: fine) {
  .feature-card:hover,
  .feature-card[data-feature-id]:hover {
    border-color: #fff;
    color: #fff;
    background: linear-gradient(129.289deg, rgba(182, 168, 255, .94), rgba(113, 63, 223, .94) 51.923%, rgba(164, 126, 247, .94));
    box-shadow: inset 0 0 48.734px 4.641px #edbbf8, 0 24px 58px rgba(98, 65, 188, .18);
  }

  .feature-card:hover h3 {
    color: #fff95d;
  }

  .feature-card:hover p {
    color: #fff;
  }

  .feature-card:hover .feature-card__icon--default {
    opacity: 0;
  }

  .feature-card:hover .feature-card__icon--hover {
    opacity: 1;
  }
}

/* Keep the right-side cascade authoritative after the 1920px calibration rules above. */
@media (min-width: 1201px) {
  .scenarios[data-motion-pinned] {
    min-height: calc(var(--scenario-stage-height) + clamp(174px, 10.052083vw, 193px) + 5rem);
  }

  .scenarios[data-motion-pinned] .scenarios__grid {
    height: var(--scenario-stage-height);
    grid-template-columns: minmax(340px, .44fr) minmax(0, 1fr);
    align-items: center;
  }

  .scenarios[data-motion-pinned] .scenario-list {
    grid-template-rows: repeat(3, auto);
  }

  .scenarios[data-motion-pinned] .product-gallery.scenario-preview-viewport {
    width: min(100%, 1100px);
    height: var(--scenario-stage-height);
    min-height: 0;
    display: block;
    justify-self: end;
    aspect-ratio: auto;
    overflow: hidden;
  }

  .scenarios[data-motion-pinned] .scenario-preview-track {
    display: grid;
    place-items: center;
    height: 100%;
  }

  .scenarios[data-motion-pinned] .scenario-preview-track .product-preview,
  .scenarios[data-motion-pinned] .scenario-preview-track .product-preview:nth-child(2),
  .scenarios[data-motion-pinned] .scenario-preview-track .product-preview:nth-child(3) {
    position: relative;
    inset: auto;
    top: auto;
    left: auto;
    grid-area: 1 / 1;
    width: min(calc(var(--scenario-card-height) * 2484 / 5376), calc(36.7647% - 17.647px));
    height: auto;
    aspect-ratio: 2484 / 5376;
    margin: 0 auto;
    transform: none;
  }

  .scenarios:not([data-motion-pinned]) .scenarios__grid {
    height: auto;
    min-height: 0;
  }

  .scenarios:not([data-motion-pinned]) .product-gallery.scenario-preview-viewport {
    width: min(100%, 1100px);
    height: auto;
    min-height: 0;
    display: block;
    aspect-ratio: auto;
    overflow: visible;
  }

  .scenarios:not([data-motion-pinned]) .scenario-preview-track {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.5rem;
    padding-block: 0;
  }

  .scenarios:not([data-motion-pinned]) .scenario-preview-track .product-preview,
  .scenarios:not([data-motion-pinned]) .scenario-preview-track .product-preview:nth-child(2),
  .scenarios:not([data-motion-pinned]) .scenario-preview-track .product-preview:nth-child(3) {
    position: relative;
    inset: auto;
    top: auto;
    left: auto;
    z-index: auto;
    width: 100%;
    height: auto;
    aspect-ratio: 2484 / 5376;
    transform: none;
  }
}
