.experience-page {
  --experience-coral: #ff7c62;
  --experience-blue: #bde7f6;
  overflow-x: hidden;
}

.variant-picker {
  position: fixed;
  z-index: 30;
  top: 16px;
  left: 50%;
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 6px;
  border: 1px solid rgba(23, 48, 45, .14);
  border-radius: 999px;
  background: rgba(255, 255, 255, .9);
  box-shadow: 0 12px 36px rgba(23, 48, 45, .14);
  backdrop-filter: blur(16px);
  transform: translateX(-50%);
}

.variant-picker span {
  padding: 0 8px;
  color: var(--muted);
  font-size: .72rem;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.variant-picker a {
  padding: 8px 11px;
  border-radius: 999px;
  color: var(--ink);
  font-size: .78rem;
  font-weight: 850;
}

.variant-picker a[aria-current="page"] {
  background: var(--ink);
  color: white;
}

.experience-header {
  position: absolute;
  inset: 0 0 auto;
  color: var(--ink);
}

.experience-hero {
  position: relative;
  min-height: min(900px, 100svh);
  padding: 126px max(20px, calc((100vw - 1160px) / 2)) 70px;
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(520px, 1.1fr);
  gap: clamp(32px, 5vw, 76px);
  align-items: center;
  background:
    radial-gradient(circle at 80% 30%, rgba(185, 231, 197, .44), transparent 29%),
    linear-gradient(135deg, #f9fff8 0%, #effbed 52%, #f8fff8 100%);
  isolation: isolate;
}

.experience-hero::after {
  position: absolute;
  z-index: -1;
  inset: auto 0 0;
  height: 28%;
  background: linear-gradient(to top, rgba(238, 249, 237, .88), transparent);
  content: "";
}

.experience-hero-copy {
  position: relative;
  z-index: 4;
}

.experience-hero h1 {
  max-width: 8ch;
  margin: 0;
  color: var(--ink);
  font-size: clamp(4rem, 7.2vw, 7rem);
  letter-spacing: -.075em;
  line-height: .84;
}

.experience-lede {
  max-width: 590px;
  margin: 28px 0 0;
  color: #314743;
  font-size: clamp(1.08rem, 1.7vw, 1.38rem);
  line-height: 1.55;
}

.experience-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.experience-actions .button {
  min-height: 52px;
}

.moment-trigger {
  cursor: pointer;
}

.moment-trigger-icon {
  width: 0;
  height: 0;
  margin-right: 8px;
  display: inline-block;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 9px solid currentColor;
}

.moment-trigger[aria-pressed="true"] .moment-trigger-icon {
  width: 9px;
  height: 12px;
  border: 0;
  border-inline: 3px solid currentColor;
}

.experience-caveat {
  max-width: 570px;
  margin: 22px 0 0;
  color: var(--muted);
  font-size: .94rem;
}

.experience-proof {
  margin-top: 18px;
}

.experience-stage {
  position: relative;
  min-height: 650px;
  border: 1px solid rgba(23, 48, 45, .12);
  border-radius: 44px;
  background: #dfe9dc;
  box-shadow: 0 34px 90px rgba(23, 48, 45, .2);
  overflow: hidden;
}

.character-scene,
.character-still,
.character-video,
.scene-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.character-still,
.character-video {
  object-fit: cover;
  object-position: 68% center;
}

.character-video {
  display: none;
}

body[data-experience-variant="higgsfield"] .character-video {
  display: block;
}

body[data-experience-variant="higgsfield"] .character-still {
  opacity: 0;
}

.scene-shade {
  background:
    linear-gradient(90deg, rgba(12, 31, 28, .42), transparent 44%),
    linear-gradient(0deg, rgba(12, 31, 28, .45), transparent 42%);
}

.connection-lines {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  filter: drop-shadow(0 0 9px rgba(221, 245, 255, .76));
}

.connection-lines path {
  fill: none;
  stroke: rgba(221, 245, 255, .72);
  stroke-dasharray: 10 14;
  stroke-linecap: round;
  stroke-width: 2;
}

.participant-rail {
  position: absolute;
  z-index: 5;
  top: 22px;
  left: 22px;
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 7px 9px;
  border: 1px solid rgba(255, 255, 255, .72);
  border-radius: 999px;
  background: rgba(15, 38, 35, .64);
  box-shadow: 0 12px 32px rgba(13, 34, 31, .18);
  backdrop-filter: blur(12px);
}

.participant-rail-label {
  padding-inline: 3px 5px;
  color: rgba(255, 255, 255, .84);
  font-size: .64rem;
  font-weight: 850;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.presence-orb {
  position: relative;
  width: 46px;
  height: 46px;
  padding: 4px;
  border: 1px solid rgba(255, 255, 255, .8);
  border-radius: 50%;
  background: rgba(255, 255, 255, .7);
  box-shadow: 0 4px 14px rgba(8, 28, 24, .2);
}

.presence-orb img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}

.coffee-steam {
  position: absolute;
  z-index: 4;
  top: 24%;
  right: 29%;
  width: 18px;
  height: 70px;
  border-left: 2px solid rgba(255, 255, 255, .68);
  border-radius: 50%;
  filter: blur(.4px);
  opacity: .65;
}

.steam-two {
  right: 26%;
  height: 55px;
  transform: rotate(10deg);
}

.product-float {
  position: absolute;
  z-index: 6;
  left: 5%;
  bottom: 7%;
  width: min(318px, 48%);
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, .76);
  border-radius: 30px;
  background: rgba(255, 255, 255, .9);
  box-shadow: 0 24px 55px rgba(13, 34, 31, .28);
  backdrop-filter: blur(15px);
  cursor: pointer;
  transform: rotate(-2.5deg);
}

.product-float:focus-visible {
  outline: 4px solid rgba(127, 209, 155, .82);
  outline-offset: 5px;
}

.product-float-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2px 6px 10px;
  font-size: .72rem;
}

.product-float-bar span {
  display: flex;
  align-items: center;
  gap: 7px;
  font-weight: 850;
}

.product-float-bar strong {
  color: var(--leaf-dark);
  font-size: .65rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.experience-phone-frame {
  position: relative;
  padding: 16px 6px 10px;
  border: 2px solid #0a1b19;
  border-radius: 27px;
  background: var(--ink);
  overflow: hidden;
}

.experience-phone-frame::before {
  position: absolute;
  z-index: 4;
  top: 7px;
  left: 50%;
  width: 36px;
  height: 3px;
  border-radius: 999px;
  background: #58706b;
  content: "";
  transform: translateX(-50%);
}

.experience-phone-frame > img {
  display: block;
  width: 100%;
  height: 360px;
  border-radius: 19px;
  object-fit: cover;
  object-position: top;
}

.phone-activity {
  position: absolute;
  right: 14px;
  bottom: 60px;
  left: 14px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px;
  border: 1px solid rgba(74, 136, 84, .26);
  border-radius: 14px;
  background: rgba(248, 255, 248, .96);
  box-shadow: 0 14px 30px rgba(23, 48, 45, .16);
  opacity: 0;
  transform: translateY(12px);
}

.phone-activity img {
  width: 34px;
  height: 34px;
  border-radius: 50%;
}

.phone-activity div {
  min-width: 0;
  display: grid;
  gap: 1px;
}

.phone-activity strong {
  color: var(--leaf-dark);
  font-size: .73rem;
}

.phone-activity span {
  display: -webkit-box;
  color: #304641;
  font-size: .65rem;
  line-height: 1.25;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.phone-wave {
  position: absolute;
  right: 22px;
  bottom: 27px;
  left: 22px;
  height: 19px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  opacity: 0;
}

.phone-wave span {
  width: 4px;
  height: 30%;
  border-radius: 999px;
  background: #7fd19b;
}

.experience-stage.is-playing .phone-activity,
.experience-stage.is-playing .phone-wave {
  opacity: 1;
  transform: translateY(0);
}

.experience-stage.is-playing .phone-wave span {
  animation: experience-wave .72s ease-in-out infinite alternate;
}

.experience-stage.is-playing .phone-wave span:nth-child(2),
.experience-stage.is-playing .phone-wave span:nth-child(6) { animation-delay: -.4s; }
.experience-stage.is-playing .phone-wave span:nth-child(3),
.experience-stage.is-playing .phone-wave span:nth-child(5) { animation-delay: -.2s; }
.experience-stage.is-playing .phone-wave span:nth-child(4) { animation-delay: -.55s; }

.moment-dock {
  position: absolute;
  z-index: 7;
  right: 4%;
  bottom: 6%;
  min-width: 164px;
  padding: 12px 14px;
  border: 1px solid rgba(255, 255, 255, .78);
  border-radius: 18px;
  background: rgba(16, 40, 36, .86);
  color: white;
  box-shadow: 0 18px 40px rgba(13, 34, 31, .28);
  backdrop-filter: blur(14px);
}

.moment-dock > div {
  display: grid;
}

.moment-dock span { color: #cfe2dd; font-size: .66rem; }
.moment-dock strong { font-size: .76rem; }

.moment-dock strong {
  display: flex;
  align-items: center;
  gap: 6px;
}

.listener-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #7fd19b;
  box-shadow: 0 0 0 4px rgba(127, 209, 155, .14);
}

.landing-benefits {
  position: relative;
  padding-left: 22px;
}

.steps-progress {
  position: absolute;
  top: 22px;
  bottom: 22px;
  left: 0;
  width: 2px;
  border-radius: 999px;
  background: rgba(74, 136, 84, .12);
  overflow: hidden;
}

.steps-progress span {
  position: absolute;
  inset: 0;
  display: block;
  border-radius: inherit;
  background: linear-gradient(180deg, var(--leaf), var(--leaf-dark));
  transform: scaleY(0);
  transform-origin: top;
}

.landing-use-grid article,
.landing-price-card,
.trial-form-card {
  will-change: transform;
}

.trial-form-card {
  transition: box-shadow .35s ease, border-color .35s ease;
}

.trial-form-card.is-in-view {
  border-color: rgba(74, 136, 84, .34);
  box-shadow: 0 28px 70px rgba(32, 91, 57, .13);
}

.phone-activity,
.phone-wave {
  transition: opacity .28s ease, transform .28s ease;
}

@keyframes experience-wave {
  from { height: 24%; }
  to { height: 100%; }
}

@media (max-width: 1080px) {
  .experience-hero {
    grid-template-columns: minmax(0, .85fr) minmax(460px, 1.15fr);
  }
  .experience-stage { min-height: 610px; }
}

@media (max-width: 900px) {
  .experience-header { position: relative; }
  .experience-hero {
    min-height: auto;
    padding-top: 54px;
    grid-template-columns: 1fr;
  }
  .experience-hero h1 { max-width: none; font-size: clamp(4.2rem, 15vw, 7rem); }
  .experience-stage { min-height: 720px; }
  .character-still,
  .character-video { object-position: 64% center; }
  .product-float { width: min(330px, 50%); }
}

@media (max-width: 620px) {
  .variant-picker {
    top: auto;
    right: 10px;
    bottom: 10px;
    left: 10px;
    justify-content: center;
    transform: none;
  }
  .variant-picker span { display: none; }
  .experience-header { width: min(100% - 28px, 1160px); }
  .experience-hero { padding: 34px 14px 64px; }
  .experience-hero h1 { font-size: clamp(3.8rem, 19vw, 5.2rem); }
  .experience-actions { display: grid; }
  .experience-actions .button { width: 100%; justify-content: center; }
  .experience-stage { min-height: 610px; border-radius: 28px; }
  .character-still,
  .character-video { object-position: 69% center; }
  .product-float {
    left: 12px;
    bottom: 18px;
    width: 54%;
    border-radius: 22px;
  }
  .experience-phone-frame > img { height: 290px; }
  .phone-activity { right: 8px; bottom: 50px; left: 8px; padding: 7px; }
  .phone-activity img { width: 28px; height: 28px; }
  .phone-activity span { font-size: .58rem; }
  .moment-dock { display: none; }
  .participant-rail { top: 14px; left: 14px; gap: 4px; padding: 6px; }
  .participant-rail-label { display: none; }
  .presence-orb { width: 38px; height: 38px; padding: 3px; }
  .coffee-steam { top: 25%; right: 36%; }
  .steam-two { right: 32%; }
}

@media (prefers-reduced-motion: reduce) {
  .experience-page *,
  .experience-page *::before,
  .experience-page *::after {
    scroll-behavior: auto !important;
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .001ms !important;
  }
  .character-video { display: none !important; }
  body[data-experience-variant="higgsfield"] .character-still { opacity: 1; }
}
