/* Shared hero animation polish for feature pages that opt in. */
.hero.hero-polish-ready .hero-text > .hero-eyebrow,
.hero.hero-polish-ready .hero-text > h1,
.hero.hero-polish-ready .hero-text > .hero-lede,
.hero.hero-polish-ready .hero-text > .hero-ctas,
.hero.hero-polish-ready .hero-text > .hero-foot {
  opacity: 0;
  transform: translate3d(0, 16px, 0);
  transition:
    opacity 680ms ease,
    transform 760ms cubic-bezier(.2, .8, .2, 1);
  transition-delay: calc(var(--hero-step, 0) * 82ms);
  will-change: opacity, transform;
}

.hero.hero-polish-ready.is-hero-live .hero-text > .hero-eyebrow,
.hero.hero-polish-ready.is-hero-live .hero-text > h1,
.hero.hero-polish-ready.is-hero-live .hero-text > .hero-lede,
.hero.hero-polish-ready.is-hero-live .hero-text > .hero-ctas,
.hero.hero-polish-ready.is-hero-live .hero-text > .hero-foot {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.hero.hero-polish-ready [data-hero-polish-visual] {
  position: relative;
  isolation: isolate;
  opacity: 0;
  transform:
    perspective(1000px)
    translate3d(34px, 20px, 0)
    rotateY(-5deg)
    rotateX(2deg)
    scale(.965);
  transform-origin: 50% 58%;
  filter: blur(8px) saturate(.94) contrast(.98);
  transition:
    opacity 860ms ease,
    filter 900ms ease,
    transform 1180ms cubic-bezier(.18, .84, .18, 1);
  transition-delay: 210ms;
  will-change: opacity, filter, transform;
}

.hero.hero-polish-ready.is-hero-live [data-hero-polish-visual] {
  opacity: 1;
  transform:
    perspective(1000px)
    translate3d(0, 0, 0)
    rotateY(-.7deg)
    rotateX(.4deg)
    scale(1);
  filter: none;
}

.hero.hero-polish-ready.is-hero-live:not(.is-hero-paused) [data-hero-polish-visual] {
  animation: featureHeroObjectFloat 7.2s ease-in-out 1.15s infinite;
}

.hero-polish-depth,
.hero-polish-floor,
.hero-polish-chip,
.hero-cinema {
  display: none;
}

.hero-polish-shine {
  position: absolute;
  inset: 0;
  z-index: 30;
  border-radius: inherit;
  pointer-events: none;
  opacity: 0;
  mix-blend-mode: screen;
  background:
    linear-gradient(
      106deg,
      transparent 18%,
      rgba(255, 255, 255, 0) 34%,
      rgba(255, 255, 255, .28) 49%,
      rgba(255, 255, 255, .08) 56%,
      rgba(255, 255, 255, 0) 68%,
      transparent 82%
    );
  transform: translateX(-135%) skewX(-12deg);
}

.hero-realistic-ready .hero-legacy-visual {
  display: none !important;
}

.hero-realistic-visual {
  flex: 0 0 auto;
  margin: clamp(28px, 8vw, 44px) auto 36px;
  width: min(100%, 560px);
  max-width: 600px;
}

.hero-realistic-frame {
  position: relative;
  width: 100%;
  aspect-ratio: 1.2 / 1;
  overflow: visible;
  border-radius: 28px;
  background:
    linear-gradient(135deg, rgba(245, 237, 226, .92), rgba(255, 251, 245, .72)),
    #F5EDE2;
  border: 1px solid rgba(255, 251, 245, .55);
  box-shadow:
    0 42px 110px -58px rgba(58, 53, 48, .62),
    0 18px 46px -34px rgba(58, 53, 48, .34),
    inset 0 1px 0 rgba(255, 255, 255, .34);
}

.hero-realistic-frame::before,
.hero-realistic-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
}

.hero-realistic-frame::before {
  background:
    radial-gradient(circle at 18% 12%, rgba(255, 251, 245, .46), rgba(255, 251, 245, 0) 34%),
    linear-gradient(180deg, rgba(255, 251, 245, .18) 0%, rgba(255, 251, 245, .1) 44%, rgba(35, 29, 25, .12) 100%),
    linear-gradient(90deg, rgba(255, 251, 245, .22) 0%, rgba(255, 251, 245, .06) 26%, rgba(255, 251, 245, .12) 100%);
}

.hero-realistic-frame::after {
  box-shadow: inset 0 0 0 1px rgba(255, 251, 245, .12);
  border-radius: inherit;
}

.hero-realistic-media-clip {
  position: absolute;
  inset: 0;
  z-index: 1;
  overflow: hidden;
  border-radius: inherit;
}

.hero-realistic-media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .62;
  transform: scale(1.035);
  filter: saturate(.9) contrast(.94) brightness(1.06);
}

.hero-product-stage {
  position: absolute;
  inset: 0;
  z-index: 4;
  pointer-events: none;
  perspective: 1100px;
}

.hero-product-stage::before {
  content: "";
  position: absolute;
  inset: auto 6% 6% 8%;
  height: 30%;
  border-radius: 999px;
  background: radial-gradient(ellipse at center, rgba(23, 18, 15, .5), rgba(23, 18, 15, 0) 70%);
  filter: blur(16px);
  opacity: .62;
  transform: translate3d(0, 14px, 0);
}

.hero-product-device {
  position: absolute;
  z-index: 3;
  overflow: hidden;
  border: 1px solid rgba(255, 251, 245, .5);
  background:
    linear-gradient(150deg, rgba(255, 251, 245, .94), rgba(245, 237, 226, .74)),
    rgba(255, 251, 245, .86);
  box-shadow:
    0 30px 70px -40px rgba(23, 18, 15, .92),
    0 12px 28px -22px rgba(23, 18, 15, .7),
    inset 0 1px 0 rgba(255, 255, 255, .8);
  transform:
    rotateY(-8deg)
    rotateX(4deg)
    translate3d(0, 0, 42px);
  transform-origin: 50% 60%;
  will-change: transform;
}

.hero-product-device--laptop {
  right: 11%;
  bottom: 10%;
  width: 58%;
  aspect-ratio: 1.5 / 1;
  border-radius: 18px;
  padding: 8px;
}

.hero-product-device--tablet {
  right: 13%;
  bottom: 11%;
  width: 52%;
  aspect-ratio: 1.24 / 1;
  border-radius: 22px;
  padding: 8px;
}

.hero-product-device--phone {
  right: 15%;
  bottom: 7%;
  width: 36%;
  aspect-ratio: 9 / 19;
  overflow: visible;
  border: 0;
  border-radius: 36px;
  padding: 0;
  isolation: isolate;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .58) 0%, rgba(98, 94, 88, .98) 18%, rgba(15, 14, 13, .99) 52%, rgba(164, 156, 146, .9) 100%);
  box-shadow:
    0 1px 0 rgba(255, 251, 245, .42) inset,
    0 2px 0 rgba(0, 0, 0, .24),
    0 34px 74px -36px rgba(23, 18, 15, .92),
    0 13px 30px -20px rgba(23, 18, 15, .66);
}

.hero-product-device--phone::before {
  content: "";
  position: absolute;
  inset: 4px;
  z-index: 0;
  border-radius: 32px;
  background: linear-gradient(145deg, #11100f 0%, #25211e 46%, #070707 100%);
  box-shadow:
    inset 0 1px 1px rgba(255, 251, 245, .13),
    inset 0 -1px 2px rgba(0, 0, 0, .74);
  pointer-events: none;
}

.hero-product-device--phone::after {
  content: "";
  position: absolute;
  inset: 8px;
  z-index: 5;
  border-radius: 28px;
  pointer-events: none;
  background:
    linear-gradient(132deg, rgba(255, 255, 255, .26) 0%, rgba(255, 255, 255, .08) 18%, rgba(255, 255, 255, 0) 42%),
    linear-gradient(90deg, rgba(255, 255, 255, .08) 0%, rgba(255, 255, 255, 0) 18%);
  mix-blend-mode: screen;
}

.hero-product-phone-hardware {
  position: absolute;
  z-index: 1;
  width: 4px;
  background: linear-gradient(180deg, #64686d 0%, #181a1d 52%, #52555a 100%);
  box-shadow:
    inset 1px 0 1px rgba(255, 255, 255, .16),
    0 4px 10px rgba(0, 0, 0, .25);
  pointer-events: none;
}

.hero-product-phone-hardware--mute {
  top: 16.5%;
  left: -3px;
  height: 7.4%;
  border-radius: 999px 0 0 999px;
}

.hero-product-phone-hardware--volume {
  top: 26.4%;
  left: -4px;
  height: 12%;
  border-radius: 999px 0 0 999px;
}

.hero-product-phone-hardware--power {
  top: 23.2%;
  right: -4px;
  height: 15%;
  border-radius: 0 999px 999px 0;
}

.hero-product-phone-island {
  position: absolute;
  top: 10px;
  left: 50%;
  z-index: 8;
  width: 32%;
  height: 19px;
  min-width: 54px;
  border-radius: 999px;
  background: #050505;
  transform: translateX(-50%);
  box-shadow:
    inset 0 1px 1px rgba(255, 255, 255, .14),
    0 1px 8px rgba(0, 0, 0, .38);
  pointer-events: none;
}

.hero-product-phone-island::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 11px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  transform: translateY(-50%);
  background: #15191d;
  box-shadow: inset 0 0 0 1px rgba(96, 108, 122, .5);
}

.hero-product-phone-home {
  position: absolute;
  left: 50%;
  bottom: 10px;
  z-index: 8;
  width: 42%;
  height: 3px;
  border-radius: 999px;
  background: rgba(58, 32, 16, .34);
  transform: translateX(-50%);
  pointer-events: none;
}

.hero-product-device--laptop::after {
  content: "";
  position: absolute;
  left: -7%;
  right: -7%;
  bottom: -10px;
  height: 18px;
  border-radius: 0 0 26px 26px;
  background: linear-gradient(180deg, rgba(255, 251, 245, .9), rgba(206, 190, 174, .78));
  box-shadow: 0 18px 30px -22px rgba(23, 18, 15, .75);
}

.hero-product-chrome {
  position: relative;
  z-index: 2;
  height: 18px;
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 0 8px;
  border-radius: 12px 12px 0 0;
  background: rgba(58, 53, 48, .9);
}

.hero-product-device--phone .hero-product-chrome {
  height: 18px;
  justify-content: center;
  background: rgba(38, 32, 28, .96);
}

.hero-product-chrome span {
  width: 5px;
  height: 5px;
  border-radius: 999px;
  background: rgba(255, 251, 245, .42);
}

.hero-product-device--phone .hero-product-chrome span {
  display: none;
}

.hero-product-screen {
  position: absolute;
  inset: 26px 8px 8px;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 9px;
  overflow: hidden;
  border-radius: 10px;
  padding: 14px;
  background:
    radial-gradient(circle at 78% 18%, rgba(194, 98, 65, .14), rgba(194, 98, 65, 0) 36%),
    linear-gradient(180deg, #FFFBF5, #F6EEE5);
  color: var(--ink, #3A3530);
  box-shadow: inset 0 0 0 1px rgba(58, 53, 48, .08);
}

.hero-product-device--phone .hero-product-screen {
  inset: 7px;
  z-index: 2;
  gap: 8px;
  border: 7px solid #0c0b0a;
  border-radius: 31px;
  padding: 34px 10px 16px;
  background:
    radial-gradient(circle at 82% 10%, rgba(194, 98, 65, .13), rgba(194, 98, 65, 0) 34%),
    linear-gradient(180deg, #FFFEFC, #FFF7F0 52%, #F6EEE5);
  color: var(--ink, #3A3530);
  box-shadow:
    inset 0 0 0 1px rgba(255, 251, 245, .06),
    inset 0 22px 38px rgba(255, 255, 255, .06),
    inset 0 -22px 34px rgba(0, 0, 0, .12);
}

.hero-product-device--phone .hero-product-screen--phone-app {
  --phone-accent: #C26241;
  --phone-accent-rgb: 194, 98, 65;
  --phone-ink: #3A2010;
  --phone-muted: rgba(58, 32, 16, .58);
  --phone-line: rgba(107, 64, 36, .12);
  --phone-card: rgba(255, 251, 245, .78);
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 34px 10px 15px;
  background:
    radial-gradient(circle at 82% 10%, rgba(var(--phone-accent-rgb), .13), rgba(var(--phone-accent-rgb), 0) 34%),
    linear-gradient(180deg, #FFFEFC, #FFF7F0 52%, #F6EEE5);
}

.hero-phone-app--ritual {
  --phone-accent: #7D9070;
  --phone-accent-rgb: 125, 144, 112;
  --phone-ink: #2F392B;
  --phone-muted: rgba(47, 57, 43, .6);
  --phone-line: rgba(125, 144, 112, .18);
}

.hero-phone-app--guestbook {
  --phone-accent: #8B5A40;
  --phone-accent-rgb: 139, 90, 64;
  --phone-ink: #31231E;
  --phone-muted: rgba(49, 35, 30, .62);
  --phone-line: rgba(139, 90, 64, .18);
}

.hero-phone-app--quiz {
  --phone-accent: #B55263;
  --phone-accent-rgb: 181, 82, 99;
  --phone-ink: #351B24;
  --phone-muted: rgba(53, 27, 36, .6);
  --phone-line: rgba(181, 82, 99, .18);
}

.hero-phone-app--agenda {
  --phone-accent: #4F756B;
  --phone-accent-rgb: 79, 117, 107;
  --phone-ink: #19352F;
  --phone-muted: rgba(25, 53, 47, .62);
  --phone-line: rgba(79, 117, 107, .18);
}

.hero-phone-app-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 8px;
  min-height: 38px;
  flex-shrink: 0;
}

.hero-phone-app-kicker {
  display: block;
  margin-bottom: 3px;
  font-family: var(--mono, ui-monospace, monospace);
  font-size: 6.4px;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: rgba(var(--phone-accent-rgb), .72);
}

.hero-phone-app-title {
  display: block;
  max-width: 12ch;
  font-family: var(--serif, Georgia, serif);
  font-size: 17px;
  font-weight: 520;
  line-height: 1.02;
  letter-spacing: 0;
  color: var(--phone-ink);
}

.hero-phone-app-live {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  flex: 0 0 auto;
  max-width: 12ch;
  overflow: hidden;
  border-radius: 999px;
  padding: 5px 6px;
  background: rgba(var(--phone-accent-rgb), .1);
  color: var(--phone-accent);
  font-family: var(--mono, ui-monospace, monospace);
  font-size: 6.2px;
  font-weight: 900;
  letter-spacing: .08em;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
}

.hero-phone-app-live i {
  width: 5px;
  height: 5px;
  border-radius: 999px;
  background: var(--phone-accent);
  box-shadow: 0 0 0 3px rgba(var(--phone-accent-rgb), .14);
}

.hero-phone-invite-card,
.hero-phone-focus-card,
.hero-phone-recorder,
.hero-phone-question-card,
.hero-phone-current-event,
.hero-phone-cta-card,
.hero-phone-soft-note {
  position: relative;
  overflow: hidden;
  border-radius: 14px;
  background: var(--phone-card);
  box-shadow:
    inset 0 0 0 1px var(--phone-line),
    0 10px 22px -18px rgba(58, 32, 16, .52);
}

.hero-phone-invite-card {
  padding: 12px 11px 11px;
  text-align: center;
  background:
    radial-gradient(circle at 50% 8%, rgba(var(--phone-accent-rgb), .14), transparent 33%),
    rgba(255, 251, 245, .74);
}

.hero-phone-invite-card .hero-phone-ornament {
  display: block;
  margin-bottom: 3px;
  color: rgba(var(--phone-accent-rgb), .52);
  font-family: var(--serif, Georgia, serif);
  font-size: 18px;
  font-style: italic;
  line-height: 1;
}

.hero-phone-invite-card strong,
.hero-phone-focus-card strong,
.hero-phone-recorder strong,
.hero-phone-question-card strong,
.hero-phone-current-event strong,
.hero-phone-cta-card strong {
  display: block;
  color: var(--phone-ink);
  font-family: var(--sans, system-ui, sans-serif);
  font-size: 11px;
  font-weight: 760;
  line-height: 1.18;
}

.hero-phone-invite-card span:last-child,
.hero-phone-focus-card small,
.hero-phone-recorder small,
.hero-phone-question-card small,
.hero-phone-current-event small,
.hero-phone-soft-note span {
  display: block;
  color: var(--phone-muted);
  font-family: var(--mono, ui-monospace, monospace);
  font-size: 6.8px;
  letter-spacing: .08em;
  line-height: 1.35;
  text-transform: uppercase;
}

.hero-phone-metrics {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px;
}

.hero-phone-metric {
  min-width: 0;
  border-radius: 11px;
  padding: 8px 7px;
  background: rgba(255, 251, 245, .66);
  box-shadow: inset 0 0 0 1px var(--phone-line);
}

.hero-phone-metric span,
.hero-phone-bar span {
  display: block;
  color: var(--phone-muted);
  font-family: var(--mono, ui-monospace, monospace);
  font-size: 6.5px;
  font-weight: 800;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.hero-phone-metric strong {
  display: block;
  margin-top: 2px;
  color: var(--phone-ink);
  font-family: var(--serif, Georgia, serif);
  font-size: 20px;
  font-weight: 520;
  line-height: .9;
}

.hero-phone-cta-card {
  padding: 9px 10px;
  background: linear-gradient(135deg, rgba(var(--phone-accent-rgb), .16), rgba(255, 251, 245, .72));
}

.hero-phone-cta-card span,
.hero-phone-current-event span,
.hero-phone-focus-card span,
.hero-phone-question-card span {
  display: block;
  margin-bottom: 3px;
  color: var(--phone-accent);
  font-family: var(--mono, ui-monospace, monospace);
  font-size: 6.6px;
  font-weight: 900;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.hero-phone-bars,
.hero-phone-answers {
  display: grid;
  gap: 6px;
}

.hero-phone-bar {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 6px;
  min-height: 27px;
  overflow: hidden;
  border-radius: 10px;
  padding: 6px 8px;
  background: rgba(255, 251, 245, .67);
  box-shadow: inset 0 0 0 1px var(--phone-line);
}

.hero-phone-bar strong {
  position: relative;
  z-index: 2;
  color: var(--phone-ink);
  font-family: var(--sans, system-ui, sans-serif);
  font-size: 9px;
  font-weight: 780;
  white-space: nowrap;
}

.hero-phone-bar i {
  position: absolute;
  inset: 0 auto 0 0;
  z-index: 1;
  width: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, rgba(var(--phone-accent-rgb), .22), rgba(var(--phone-accent-rgb), .04));
  transform: scaleX(.12);
  transform-origin: left center;
}

.hero-phone-bar.is-active {
  background: rgba(255, 251, 245, .88);
}

.hero-phone-focus-card,
.hero-phone-current-event,
.hero-phone-question-card {
  padding: 10px;
}

.hero-phone-timeline,
.hero-phone-agenda {
  position: relative;
  display: grid;
  gap: 4px;
  padding-left: 10px;
}

.hero-phone-timeline::before,
.hero-phone-agenda::before {
  content: "";
  position: absolute;
  top: 9px;
  bottom: 9px;
  left: 2px;
  width: 1.5px;
  border-radius: 999px;
  background: var(--phone-line);
}

.hero-phone-timeline-item {
  position: relative;
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  gap: 6px;
  align-items: center;
  min-height: 29px;
  border-radius: 10px;
  padding: 6px 7px;
  background: rgba(255, 251, 245, .54);
  box-shadow: inset 0 0 0 1px rgba(255, 251, 245, .2);
}

.hero-phone-timeline-item::before {
  content: "";
  position: absolute;
  left: -13px;
  top: 50%;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #FFF9F4;
  box-shadow: inset 0 0 0 2px var(--phone-line);
  transform: translateY(-50%);
}

.hero-phone-timeline-item.is-active {
  background: rgba(var(--phone-accent-rgb), .1);
  box-shadow: inset 0 0 0 1px rgba(var(--phone-accent-rgb), .14);
}

.hero-phone-timeline-item.is-active::before {
  background: var(--phone-accent);
  box-shadow: 0 0 0 5px rgba(var(--phone-accent-rgb), .13);
}

.hero-phone-timeline-item.is-done::before {
  background: var(--phone-accent);
}

.hero-phone-time {
  color: var(--phone-accent);
  font-family: var(--mono, ui-monospace, monospace);
  font-size: 6.8px;
  font-weight: 900;
  letter-spacing: .08em;
}

.hero-phone-timeline-item strong {
  min-width: 0;
  overflow: hidden;
  color: var(--phone-ink);
  font-family: var(--sans, system-ui, sans-serif);
  font-size: 8.2px;
  font-weight: 700;
  line-height: 1.2;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hero-phone-soft-note {
  padding: 8px 10px;
  text-align: center;
  background: rgba(var(--phone-accent-rgb), .08);
}

.hero-phone-recorder {
  padding: 11px 10px 10px;
  background:
    radial-gradient(circle at 12% 12%, rgba(var(--phone-accent-rgb), .18), transparent 30%),
    rgba(255, 251, 245, .74);
}

.hero-phone-rec-dot {
  position: absolute;
  right: 11px;
  top: 11px;
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: var(--phone-accent);
  box-shadow: 0 0 0 5px rgba(var(--phone-accent-rgb), .14);
}

.hero-phone-wave {
  display: flex;
  align-items: center;
  gap: 3px;
  height: 38px;
  margin-top: 9px;
}

.hero-phone-wave i {
  display: block;
  flex: 1;
  height: var(--wave-height, 18px);
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(var(--phone-accent-rgb), .88), rgba(var(--phone-accent-rgb), .28));
  transform-origin: center bottom;
}

.hero-phone-messages {
  display: grid;
  gap: 6px;
}

.hero-phone-message {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  grid-template-rows: auto auto;
  column-gap: 7px;
  align-items: center;
  min-height: 38px;
  border-radius: 12px;
  padding: 7px;
  background: rgba(255, 251, 245, .64);
  box-shadow: inset 0 0 0 1px var(--phone-line);
}

.hero-phone-message > span {
  grid-row: 1 / 3;
  display: grid;
  place-items: center;
  width: 22px;
  height: 22px;
  border-radius: 999px;
  background: rgba(var(--phone-accent-rgb), .13);
  color: var(--phone-accent);
  font-family: var(--mono, ui-monospace, monospace);
  font-size: 8px;
  font-weight: 900;
}

.hero-phone-message strong,
.hero-phone-message small {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hero-phone-message strong {
  color: var(--phone-ink);
  font-family: var(--sans, system-ui, sans-serif);
  font-size: 8px;
  font-weight: 760;
}

.hero-phone-message small {
  color: var(--phone-muted);
  font-family: var(--sans, system-ui, sans-serif);
  font-size: 7.5px;
}

.hero-phone-question-card {
  background:
    linear-gradient(145deg, rgba(var(--phone-accent-rgb), .12), rgba(255, 251, 245, .76)),
    rgba(255, 251, 245, .74);
}

.hero-phone-players {
  display: flex;
  align-items: center;
  min-height: 24px;
  padding-left: 3px;
}

.hero-phone-players span {
  display: grid;
  place-items: center;
  width: 25px;
  height: 25px;
  margin-left: -4px;
  border: 2px solid #FFF9F4;
  border-radius: 999px;
  background: rgba(var(--phone-accent-rgb), .16);
  color: var(--phone-accent);
  font-family: var(--mono, ui-monospace, monospace);
  font-size: 8px;
  font-weight: 900;
  box-shadow: 0 8px 16px -14px rgba(23, 18, 15, .6);
}

.hero-phone-players span:first-child {
  margin-left: 0;
}

.hero-phone-current-event {
  background:
    linear-gradient(135deg, rgba(var(--phone-accent-rgb), .17), rgba(255, 251, 245, .78)),
    rgba(255, 251, 245, .8);
}

.hero-phone-nav {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4px;
  margin-top: auto;
  padding-top: 6px;
  border-top: 1px solid var(--phone-line);
}

.hero-phone-nav span {
  display: grid;
  place-items: center;
  min-width: 0;
  height: 21px;
  border-radius: 999px;
  color: var(--phone-muted);
  font-family: var(--mono, ui-monospace, monospace);
  font-size: 6.2px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
  white-space: nowrap;
}

.hero-phone-nav span.is-active {
  background: rgba(var(--phone-accent-rgb), .12);
  color: var(--phone-accent);
}

.hero-product-device--phone .hero-product-screen--phone-app {
  --phone-surface: rgba(255, 252, 247, .82);
  --phone-surface-strong: rgba(255, 252, 247, .95);
  --phone-shadow: rgba(58, 32, 16, .2);
  position: absolute;
  gap: 7px;
  padding: 35px 10px 15px;
  background:
    radial-gradient(circle at 20% 4%, rgba(255, 255, 255, .78), transparent 28%),
    radial-gradient(circle at 86% 12%, rgba(var(--phone-accent-rgb), .14), transparent 34%),
    linear-gradient(180deg, #FFFEFC 0%, #FFF7F1 48%, #F2E9DF 100%);
}

.hero-product-device--phone .hero-product-screen--phone-app::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: .16;
  background-image:
    linear-gradient(rgba(var(--phone-accent-rgb), .14) 1px, transparent 1px),
    linear-gradient(90deg, rgba(var(--phone-accent-rgb), .1) 1px, transparent 1px);
  background-size: 34px 34px;
  mask-image: linear-gradient(180deg, transparent 0%, #000 16%, #000 72%, transparent 100%);
}

.hero-phone-app-head {
  align-items: center;
  min-height: 34px;
}

.hero-phone-app-kicker {
  margin-bottom: 2px;
  font-size: 5.9px;
  letter-spacing: .13em;
  color: rgba(var(--phone-accent-rgb), .76);
}

.hero-phone-app-title {
  max-width: 12.5ch;
  font-size: 18px;
  letter-spacing: -.01em;
}

.hero-phone-app-live {
  max-width: none;
  padding: 5px 7px;
  background: rgba(255, 252, 247, .82);
  box-shadow:
    inset 0 0 0 1px rgba(var(--phone-accent-rgb), .14),
    0 8px 18px -16px var(--phone-shadow);
  color: color-mix(in srgb, var(--phone-accent) 82%, var(--phone-ink));
  font-size: 5.8px;
  letter-spacing: .06em;
}

.hero-phone-view-stack {
  position: relative;
  flex: 1 1 auto;
  min-height: 0;
  overflow: hidden;
  isolation: isolate;
}

.hero-phone-view {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  gap: 7px;
  min-width: 0;
  opacity: 0;
  pointer-events: none;
  transform: translate3d(14px, 0, 0) scale(.985);
  transform-origin: 50% 54%;
  will-change: opacity, transform;
}

.hero-phone-view.is-active {
  opacity: 1;
  pointer-events: auto;
  transform: none;
}

.hero-phone-showcase {
  position: relative;
  min-height: 118px;
  overflow: hidden;
  border-radius: 18px;
  padding: 12px;
  background:
    radial-gradient(circle at 82% 12%, rgba(var(--phone-accent-rgb), .16), transparent 32%),
    linear-gradient(145deg, var(--phone-surface-strong), rgba(255, 246, 238, .78));
  box-shadow:
    inset 0 0 0 1px rgba(var(--phone-accent-rgb), .13),
    0 18px 34px -28px var(--phone-shadow),
    inset 0 1px 0 rgba(255, 255, 255, .72);
}

.hero-phone-showcase::after {
  content: "";
  position: absolute;
  inset: auto 10px 8px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(var(--phone-accent-rgb), .32), transparent);
}

.hero-phone-mini-label,
.hero-phone-showcase-detail,
.hero-phone-stat span,
.hero-phone-check-item span,
.hero-phone-pill-row span,
.hero-phone-score-card span {
  font-family: var(--sans, system-ui, sans-serif);
  letter-spacing: 0;
  text-transform: none;
}

.hero-phone-mini-label {
  display: block;
  margin-bottom: 4px;
  color: rgba(var(--phone-accent-rgb), .86);
  font-size: 7px;
  font-weight: 800;
}

.hero-phone-showcase-title {
  position: relative;
  z-index: 2;
  display: block;
  max-width: 11.5ch;
  color: var(--phone-ink);
  font-family: var(--serif, Georgia, serif);
  font-size: 18px;
  font-weight: 560;
  line-height: 1.03;
  letter-spacing: -.01em;
}

.hero-phone-showcase-detail {
  position: relative;
  z-index: 2;
  display: block;
  max-width: 21ch;
  margin-top: 5px;
  color: var(--phone-muted);
  font-size: 7px;
  font-weight: 650;
  line-height: 1.32;
}

.hero-phone-showcase .hero-phone-ornament {
  position: absolute;
  top: 40px;
  right: 13px;
  z-index: 1;
  color: rgba(var(--phone-accent-rgb), .18);
  font-family: var(--serif, Georgia, serif);
  font-size: 42px;
  font-style: italic;
  line-height: 1;
}

.hero-phone-invite-preview {
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 12px;
  height: 40px;
  overflow: hidden;
  border-radius: 13px;
  background:
    linear-gradient(135deg, rgba(var(--phone-accent-rgb), .16), transparent 42%),
    linear-gradient(90deg, rgba(255, 252, 247, .98), rgba(255, 252, 247, .72));
  box-shadow: inset 0 0 0 1px rgba(var(--phone-accent-rgb), .11);
}

.hero-phone-paper-shape {
  position: absolute;
  display: block;
  border-radius: 999px;
  background: rgba(var(--phone-accent-rgb), .18);
}

.hero-phone-paper-shape--a {
  left: 11px;
  top: 10px;
  width: 38px;
  height: 20px;
  border-radius: 18px 18px 4px 18px;
}

.hero-phone-paper-shape--b {
  left: 58px;
  top: 8px;
  width: 28px;
  height: 28px;
  background: rgba(125, 144, 112, .2);
}

.hero-phone-paper-shape--c {
  right: 10px;
  top: 11px;
  width: 40px;
  height: 3px;
  box-shadow:
    0 9px 0 rgba(var(--phone-accent-rgb), .12),
    0 18px 0 rgba(var(--phone-accent-rgb), .09);
}

.hero-phone-primary-action {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 20px;
  align-items: center;
  min-height: 38px;
  overflow: hidden;
  border-radius: 14px;
  padding: 8px 9px 8px 11px;
  background: var(--phone-ink);
  color: #FFFBF5;
  box-shadow: 0 16px 28px -22px var(--phone-shadow);
}

.hero-phone-primary-action span {
  grid-column: 1;
  grid-row: 1;
  display: block;
  color: rgba(255, 251, 245, .64);
  font-family: var(--sans, system-ui, sans-serif);
  font-size: 6.4px;
  font-weight: 750;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.hero-phone-primary-action strong {
  grid-column: 1;
  grid-row: 2;
  display: block;
  min-width: 0;
  overflow: hidden;
  color: #FFFBF5;
  font-family: var(--sans, system-ui, sans-serif);
  font-size: 9.5px;
  font-weight: 820;
  letter-spacing: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hero-phone-primary-action i {
  grid-column: 2;
  grid-row: 1 / 3;
  justify-self: end;
  display: grid;
  place-items: center;
  width: 20px;
  height: 20px;
  border-radius: 999px;
  background: rgba(255, 251, 245, .15);
}

.hero-phone-primary-action i::before {
  content: "";
  width: 6px;
  height: 6px;
  border-top: 1.5px solid currentColor;
  border-right: 1.5px solid currentColor;
  transform: rotate(45deg) translateX(-1px);
}

.hero-phone-stat-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5px;
}

.hero-phone-stat {
  min-width: 0;
  border-radius: 13px;
  padding: 8px 6px;
  background: rgba(255, 252, 247, .74);
  box-shadow: inset 0 0 0 1px rgba(var(--phone-accent-rgb), .09);
}

.hero-phone-stat strong {
  display: block;
  overflow: hidden;
  color: var(--phone-ink);
  font-family: var(--serif, Georgia, serif);
  font-size: 17px;
  font-weight: 560;
  line-height: .9;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hero-phone-stat span {
  display: block;
  margin-top: 4px;
  overflow: hidden;
  color: var(--phone-muted);
  font-size: 6.4px;
  font-weight: 720;
  line-height: 1;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hero-phone-pill-row,
.hero-phone-week-strip {
  display: flex;
  gap: 4px;
  min-width: 0;
}

.hero-phone-pill-row span,
.hero-phone-week-strip span {
  display: grid;
  place-items: center;
  min-width: 0;
  height: 20px;
  flex: 1;
  border-radius: 999px;
  background: rgba(255, 252, 247, .55);
  color: var(--phone-muted);
  box-shadow: inset 0 0 0 1px rgba(var(--phone-accent-rgb), .08);
  font-size: 6.2px;
  font-weight: 760;
  white-space: nowrap;
}

.hero-phone-pill-row span.is-active,
.hero-phone-week-strip span.is-active {
  background: rgba(var(--phone-accent-rgb), .13);
  color: var(--phone-accent);
}

.hero-phone-week-strip {
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 12px;
}

.hero-phone-week-strip span {
  height: 24px;
  font-size: 7px;
}

.hero-phone-check-list {
  display: grid;
  gap: 6px;
}

.hero-phone-check-item {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  gap: 8px;
  align-items: center;
  min-height: 39px;
  border-radius: 14px;
  padding: 8px;
  background: rgba(255, 252, 247, .68);
  box-shadow: inset 0 0 0 1px rgba(var(--phone-accent-rgb), .1);
}

.hero-phone-check-item i {
  display: block;
  width: 22px;
  height: 22px;
  border-radius: 999px;
  background: rgba(var(--phone-accent-rgb), .1);
  box-shadow: inset 0 0 0 1px rgba(var(--phone-accent-rgb), .14);
}

.hero-phone-check-item.is-done i,
.hero-phone-check-item.is-active i {
  background: var(--phone-accent);
}

.hero-phone-check-item.is-done i::before,
.hero-phone-check-item.is-active i::before {
  content: "";
  display: block;
  width: 9px;
  height: 5px;
  margin: 7px auto 0;
  border-left: 1.5px solid #FFFBF5;
  border-bottom: 1.5px solid #FFFBF5;
  transform: rotate(-45deg);
}

.hero-phone-check-item.is-active {
  background: rgba(var(--phone-accent-rgb), .12);
}

.hero-phone-check-item strong {
  display: block;
  overflow: hidden;
  color: var(--phone-ink);
  font-family: var(--sans, system-ui, sans-serif);
  font-size: 8.5px;
  font-weight: 780;
  line-height: 1.15;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hero-phone-check-item span {
  display: block;
  margin-top: 2px;
  overflow: hidden;
  color: var(--phone-muted);
  font-size: 6.7px;
  font-weight: 620;
  line-height: 1.1;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hero-phone-player-row {
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 13px;
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr) 22px;
  gap: 8px;
  align-items: center;
}

.hero-phone-avatar {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  background: rgba(var(--phone-accent-rgb), .13);
  color: var(--phone-accent);
  font-family: var(--serif, Georgia, serif);
  font-size: 12px;
  font-weight: 650;
  box-shadow: inset 0 0 0 1px rgba(var(--phone-accent-rgb), .11);
}

.hero-phone-play-button {
  position: relative;
  display: block;
  width: 22px;
  height: 22px;
  border-radius: 999px;
  background: var(--phone-accent);
  box-shadow: 0 8px 16px -12px var(--phone-shadow);
}

.hero-phone-play-button::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 9px;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 6px solid #FFFBF5;
}

.hero-phone-recorder {
  min-height: 122px;
}

.hero-phone-wave {
  height: 34px;
  margin-top: 0;
}

.hero-phone-message {
  min-height: 34px;
  border-radius: 13px;
  background: rgba(255, 252, 247, .68);
  box-shadow: inset 0 0 0 1px rgba(var(--phone-accent-rgb), .09);
}

.hero-phone-message > span {
  background: rgba(var(--phone-accent-rgb), .11);
  font-family: var(--serif, Georgia, serif);
}

.hero-phone-message strong {
  font-size: 8.5px;
}

.hero-phone-score-card {
  position: absolute;
  right: 12px;
  bottom: 12px;
  width: 56px;
  border-radius: 14px;
  padding: 8px 7px;
  background: var(--phone-ink);
  color: #FFFBF5;
  text-align: center;
}

.hero-phone-score-card span {
  display: block;
  color: rgba(255, 251, 245, .6);
  font-size: 5.8px;
  font-weight: 760;
  line-height: 1.1;
}

.hero-phone-score-card strong {
  display: block;
  margin-top: 2px;
  color: #FFFBF5;
  font-family: var(--serif, Georgia, serif);
  font-size: 15px;
  line-height: .92;
}

.hero-phone-showcase--quiz .hero-phone-showcase-title {
  max-width: 10ch;
  font-size: 16px;
}

.hero-phone-answers .hero-phone-bar {
  min-height: 30px;
  border-radius: 13px;
}

.hero-phone-players {
  justify-content: flex-start;
  gap: 0;
  padding-left: 0;
}

.hero-phone-players .hero-phone-avatar {
  margin-left: -5px;
  border: 2px solid #FFF9F4;
}

.hero-phone-players .hero-phone-avatar:first-child {
  margin-left: 0;
}

.hero-phone-route {
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 13px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4px;
}

.hero-phone-route span {
  position: relative;
  display: grid;
  place-items: center;
  min-width: 0;
  height: 24px;
  border-radius: 999px;
  background: rgba(255, 252, 247, .66);
  color: var(--phone-muted);
  font-family: var(--sans, system-ui, sans-serif);
  font-size: 6.1px;
  font-weight: 760;
  line-height: 1;
  white-space: nowrap;
}

.hero-phone-route span.is-active {
  background: rgba(var(--phone-accent-rgb), .14);
  color: var(--phone-accent);
  box-shadow: inset 0 0 0 1px rgba(var(--phone-accent-rgb), .12);
}

.hero-phone-agenda .hero-phone-timeline-item {
  min-height: 28px;
}

.hero-phone-soft-note {
  border-radius: 999px;
  padding: 7px 10px;
  background: rgba(var(--phone-accent-rgb), .09);
  box-shadow: inset 0 0 0 1px rgba(var(--phone-accent-rgb), .07);
}

.hero-phone-soft-note span {
  font-family: var(--sans, system-ui, sans-serif);
  font-size: 6.7px;
  letter-spacing: 0;
  text-transform: none;
}

.hero-phone-nav {
  border-top-color: rgba(var(--phone-accent-rgb), .1);
}

.hero-phone-nav span {
  font-family: var(--sans, system-ui, sans-serif);
  font-size: 6.2px;
  letter-spacing: 0;
  text-transform: none;
}

.hero-product-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  min-height: 16px;
}

.hero-product-eyebrow,
.hero-product-live {
  font-family: var(--mono, ui-monospace, monospace);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: rgba(107, 92, 82, .72);
}

.hero-product-device--phone .hero-product-eyebrow,
.hero-product-device--phone .hero-product-live {
  color: rgba(107, 64, 36, .58);
}

.hero-product-live {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  letter-spacing: .06em;
}

.hero-product-live i {
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: var(--terracotta, #C26241);
  box-shadow: 0 0 0 4px rgba(194, 98, 65, .16);
}

.hero-product-title {
  font-family: var(--serif, Georgia, serif);
  font-size: clamp(18px, 2.2vw, 26px);
  line-height: 1.02;
  letter-spacing: 0;
  color: var(--ink, #3A3530);
}

.hero-product-device--laptop .hero-product-title,
.hero-product-device--tablet .hero-product-title {
  font-size: clamp(18px, 1.85vw, 23px);
}

.hero-product-device--phone .hero-product-title {
  font-size: clamp(16px, 2vw, 20px);
  color: #3A2010;
}

.hero-product-primary {
  display: inline-flex;
  align-self: flex-start;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(194, 98, 65, .12);
  color: var(--terracotta, #C26241);
  font-family: var(--mono, ui-monospace, monospace);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.hero-product-device--phone .hero-product-primary {
  background: rgba(194, 98, 65, .13);
  color: var(--terracotta, #C26241);
  box-shadow: inset 0 0 0 1px rgba(194, 98, 65, .12);
}

.hero-product-rows {
  display: grid;
  gap: 7px;
  margin-top: auto;
}

.hero-product-row {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px;
  align-items: center;
  min-height: 28px;
  overflow: hidden;
  border-radius: 9px;
  padding: 6px 8px;
  background: rgba(255, 255, 255, .56);
  box-shadow: inset 0 0 0 1px rgba(58, 53, 48, .06);
}

.hero-product-device--phone .hero-product-row {
  min-height: 31px;
  border-radius: 10px;
  background: rgba(255, 251, 245, .72);
  box-shadow:
    inset 0 0 0 1px rgba(107, 64, 36, .08),
    0 5px 14px -12px rgba(58, 32, 16, .42);
}

.hero-product-row span,
.hero-product-row strong {
  position: relative;
  z-index: 2;
  min-width: 0;
  font-family: var(--sans, system-ui, sans-serif);
  font-size: 10px;
  line-height: 1.2;
  color: rgba(58, 53, 48, .72);
}

.hero-product-row strong {
  color: var(--ink, #3A3530);
  font-weight: 700;
  white-space: nowrap;
}

.hero-product-device--phone .hero-product-row span,
.hero-product-device--phone .hero-product-row strong {
  color: rgba(58, 32, 16, .66);
}

.hero-product-device--phone .hero-product-row strong {
  color: #3A2010;
}

.hero-product-row i {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, rgba(194, 98, 65, .18), rgba(194, 98, 65, .04));
  transform: scaleX(.08);
  transform-origin: left center;
}

.hero-product-device--phone .hero-product-row i {
  background: linear-gradient(90deg, rgba(194, 98, 65, .22), rgba(194, 98, 65, .05));
}

.hero-product-bubble {
  --hero-bubble-bg: #C26241;
  --hero-bubble-bg-2: #8B5A40;
  --hero-bubble-fg: #FFFBF5;
  --hero-bubble-dot: rgba(255, 251, 245, .82);
  position: absolute;
  z-index: 5;
  max-width: 18ch;
  padding: 9px 12px 9px 24px;
  border: 1px solid rgba(255, 251, 245, .34);
  border-radius: 999px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .18), transparent 42%),
    linear-gradient(135deg, var(--hero-bubble-bg), var(--hero-bubble-bg-2));
  box-shadow:
    0 22px 52px -26px rgba(23, 18, 15, .82),
    0 8px 18px -14px color-mix(in srgb, var(--hero-bubble-bg) 62%, #000),
    inset 0 1px 0 rgba(255, 255, 255, .26);
  color: var(--hero-bubble-fg);
  font-family: var(--mono, ui-monospace, monospace);
  font-size: 8.5px;
  font-weight: 800;
  letter-spacing: .08em;
  line-height: 1.15;
  text-shadow: 0 1px 2px rgba(23, 18, 15, .22);
  text-transform: uppercase;
  white-space: nowrap;
  backdrop-filter: blur(14px) saturate(1.2);
}

.hero-product-bubble::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--hero-bubble-dot);
  box-shadow: 0 0 0 3px rgba(255, 251, 245, .16);
  transform: translateY(-50%);
}

.hero-product-bubble::after {
  content: "";
  position: absolute;
  inset: -3px;
  z-index: -1;
  border-radius: inherit;
  opacity: .34;
  background: color-mix(in srgb, var(--hero-bubble-bg) 72%, transparent);
  filter: blur(8px);
}

.hero-product-bubble--1 {
  --hero-bubble-bg: #C26241;
  --hero-bubble-bg-2: #8B5A40;
  right: 9%;
  top: 13%;
}

.hero-product-bubble--2 {
  --hero-bubble-bg: #3A3530;
  --hero-bubble-bg-2: #6B5C52;
  right: 43%;
  top: 22%;
}

.hero-product-bubble--3 {
  --hero-bubble-bg: #4A6E45;
  --hero-bubble-bg-2: #7D9070;
  right: 8%;
  bottom: 22%;
}

.hero-realistic-visual--phone .hero-product-bubble--1 {
  right: 4%;
  top: 15%;
}

.hero-realistic-visual--phone .hero-product-bubble--2 {
  right: 55%;
  top: 36%;
}

.hero-realistic-visual--tablet .hero-product-bubble--2 {
  right: 50%;
}

.hero.is-hero-live:not(.is-hero-paused) .hero-product-device {
  animation: heroProductDeviceFloat 8s ease-in-out 1s infinite;
}

.hero.is-hero-live:not(.is-hero-paused) .hero-product-row i {
  animation: heroProductRowFill 5.8s ease-in-out calc(.9s + var(--hero-product-step, 0) * .28s) infinite;
}

.hero.is-hero-live:not(.is-hero-paused) .hero-phone-bar i {
  animation: heroPhoneBarFill 5.4s ease-in-out .8s infinite;
}

.hero.is-hero-live:not(.is-hero-paused) .hero-phone-view--1 {
  animation: heroPhoneViewOne 10.8s cubic-bezier(.2, .76, .2, 1) infinite;
}

.hero.is-hero-live:not(.is-hero-paused) .hero-phone-view--2 {
  animation: heroPhoneViewTwo 10.8s cubic-bezier(.2, .76, .2, 1) infinite;
}

.hero.is-hero-live:not(.is-hero-paused) .hero-phone-view--3 {
  animation: heroPhoneViewThree 10.8s cubic-bezier(.2, .76, .2, 1) infinite;
}

.hero.is-hero-live:not(.is-hero-paused) .hero-phone-nav-item--1 {
  animation: heroPhoneNavOne 10.8s ease-in-out infinite;
}

.hero.is-hero-live:not(.is-hero-paused) .hero-phone-nav-item--2 {
  animation: heroPhoneNavTwo 10.8s ease-in-out infinite;
}

.hero.is-hero-live:not(.is-hero-paused) .hero-phone-nav-item--3 {
  animation: heroPhoneNavThree 10.8s ease-in-out infinite;
}

.hero.is-hero-live:not(.is-hero-paused) .hero-phone-cta-card,
.hero.is-hero-live:not(.is-hero-paused) .hero-phone-current-event,
.hero.is-hero-live:not(.is-hero-paused) .hero-phone-recorder,
.hero.is-hero-live:not(.is-hero-paused) .hero-phone-question-card,
.hero.is-hero-live:not(.is-hero-paused) .hero-phone-showcase,
.hero.is-hero-live:not(.is-hero-paused) .hero-phone-primary-action {
  animation: heroPhoneFocusLift 5.8s ease-in-out 1s infinite;
}

.hero.is-hero-live:not(.is-hero-paused) .hero-phone-app-live i,
.hero.is-hero-live:not(.is-hero-paused) .hero-phone-rec-dot,
.hero.is-hero-live:not(.is-hero-paused) .hero-phone-timeline-item.is-active::before {
  animation: heroPhonePulse 1.8s ease-in-out infinite;
}

.hero.is-hero-live:not(.is-hero-paused) .hero-phone-wave i {
  animation: heroPhoneWave 1.35s ease-in-out calc(var(--wave-step, 0) * 80ms) infinite;
}

.hero.is-hero-live:not(.is-hero-paused) .hero-phone-message,
.hero.is-hero-live:not(.is-hero-paused) .hero-phone-timeline-item,
.hero.is-hero-live:not(.is-hero-paused) .hero-phone-metric,
.hero.is-hero-live:not(.is-hero-paused) .hero-phone-players span,
.hero.is-hero-live:not(.is-hero-paused) .hero-phone-check-item,
.hero.is-hero-live:not(.is-hero-paused) .hero-phone-stat,
.hero.is-hero-live:not(.is-hero-paused) .hero-phone-route span,
.hero.is-hero-live:not(.is-hero-paused) .hero-phone-pill-row span,
.hero.is-hero-live:not(.is-hero-paused) .hero-phone-week-strip span {
  animation: heroPhoneSoftEnter 6.2s cubic-bezier(.18, .84, .18, 1) infinite;
}

.hero.is-hero-live:not(.is-hero-paused) .hero-phone-message:nth-child(2),
.hero.is-hero-live:not(.is-hero-paused) .hero-phone-timeline-item:nth-child(2),
.hero.is-hero-live:not(.is-hero-paused) .hero-phone-metric:nth-child(2),
.hero.is-hero-live:not(.is-hero-paused) .hero-phone-players span:nth-child(2),
.hero.is-hero-live:not(.is-hero-paused) .hero-phone-check-item:nth-child(2),
.hero.is-hero-live:not(.is-hero-paused) .hero-phone-stat:nth-child(2),
.hero.is-hero-live:not(.is-hero-paused) .hero-phone-route span:nth-child(2),
.hero.is-hero-live:not(.is-hero-paused) .hero-phone-pill-row span:nth-child(2),
.hero.is-hero-live:not(.is-hero-paused) .hero-phone-week-strip span:nth-child(2) {
  animation-delay: .22s;
}

.hero.is-hero-live:not(.is-hero-paused) .hero-phone-message:nth-child(3),
.hero.is-hero-live:not(.is-hero-paused) .hero-phone-timeline-item:nth-child(3),
.hero.is-hero-live:not(.is-hero-paused) .hero-phone-players span:nth-child(3),
.hero.is-hero-live:not(.is-hero-paused) .hero-phone-check-item:nth-child(3),
.hero.is-hero-live:not(.is-hero-paused) .hero-phone-stat:nth-child(3),
.hero.is-hero-live:not(.is-hero-paused) .hero-phone-route span:nth-child(3),
.hero.is-hero-live:not(.is-hero-paused) .hero-phone-pill-row span:nth-child(3),
.hero.is-hero-live:not(.is-hero-paused) .hero-phone-week-strip span:nth-child(3) {
  animation-delay: .44s;
}

.hero.is-hero-live:not(.is-hero-paused) .hero-phone-timeline-item:nth-child(4),
.hero.is-hero-live:not(.is-hero-paused) .hero-phone-players span:nth-child(4) {
  animation-delay: .66s;
}

.hero.is-hero-live:not(.is-hero-paused) .hero-product-bubble {
  animation: heroProductBubble 5.8s cubic-bezier(.18, .84, .18, 1) calc(.95s + var(--hero-product-step, 0) * .46s) infinite;
}

.hero.is-hero-live:not(.is-hero-paused) .hero-product-live i {
  animation: heroProductPulse 1.9s ease-in-out infinite;
}

.hero.hero-polish-ready .hero-realistic-visual[data-hero-polish-visual] {
  transform: translate3d(0, 22px, 0) scale(.985);
  transform-origin: 50% 56%;
  filter: blur(7px) saturate(.96) contrast(.98);
  transition:
    opacity 880ms ease,
    filter 980ms ease,
    transform 1160ms cubic-bezier(.18, .84, .18, 1);
  transition-delay: 230ms;
}

.hero.hero-polish-ready.is-hero-live .hero-realistic-visual[data-hero-polish-visual] {
  transform: translate3d(0, 0, 0) scale(1);
  filter: none;
}

.hero.is-hero-live:not(.is-hero-paused) .hero-realistic-media {
  animation: featureHeroRealisticDrift 18s ease-in-out 1.1s infinite alternate;
}

.hero.hero-polish-ready.is-hero-live:not(.is-hero-paused) .hero-realistic-visual[data-hero-polish-visual] {
  animation: none;
}

.hero.is-hero-live .hero-polish-shine {
  animation: featureHeroShine 7.4s ease-in-out 1.05s infinite;
}

.hero.is-hero-live [data-hero-polish-accent] {
  animation: featureHeroAccent 3.8s ease-in-out infinite;
}

.hero.is-hero-paused .hero-polish-shine,
.hero.is-hero-paused [data-hero-polish-accent],
.hero.is-hero-paused .hero-polish-chip,
.hero.is-hero-paused .hero-cinema__img,
.hero.is-hero-paused .hero-product-device,
.hero.is-hero-paused .hero-product-row i,
.hero.is-hero-paused .hero-phone-bar i,
.hero.is-hero-paused .hero-phone-view,
.hero.is-hero-paused .hero-phone-nav-item,
.hero.is-hero-paused .hero-phone-cta-card,
.hero.is-hero-paused .hero-phone-current-event,
.hero.is-hero-paused .hero-phone-recorder,
.hero.is-hero-paused .hero-phone-question-card,
.hero.is-hero-paused .hero-phone-showcase,
.hero.is-hero-paused .hero-phone-primary-action,
.hero.is-hero-paused .hero-phone-app-live i,
.hero.is-hero-paused .hero-phone-rec-dot,
.hero.is-hero-paused .hero-phone-timeline-item,
.hero.is-hero-paused .hero-phone-timeline-item.is-active::before,
.hero.is-hero-paused .hero-phone-wave i,
.hero.is-hero-paused .hero-phone-message,
.hero.is-hero-paused .hero-phone-metric,
.hero.is-hero-paused .hero-phone-players span,
.hero.is-hero-paused .hero-phone-check-item,
.hero.is-hero-paused .hero-phone-stat,
.hero.is-hero-paused .hero-phone-route span,
.hero.is-hero-paused .hero-phone-pill-row span,
.hero.is-hero-paused .hero-phone-week-strip span,
.hero.is-hero-paused .hero-product-bubble,
.hero.is-hero-paused .hero-product-live i,
.hero.is-hero-paused [data-hero-polish-visual] {
  animation-play-state: paused;
}

@keyframes featureHeroObjectFloat {
  0%,
  100% {
    transform:
      perspective(1000px)
      translate3d(0, 0, 0)
      rotateY(-.7deg)
      rotateX(.4deg)
      scale(1);
  }

  50% {
    transform:
      perspective(1000px)
      translate3d(0, -9px, 0)
      rotateY(1deg)
      rotateX(0deg)
      scale(1.008);
  }
}

@keyframes featureHeroShine {
  0%,
  42% {
    opacity: 0;
    transform: translateX(-135%) skewX(-12deg);
  }

  50% {
    opacity: .72;
  }

  64%,
  100% {
    opacity: 0;
    transform: translateX(135%) skewX(-12deg);
  }
}

@keyframes featureHeroChipFloat {
  0%,
  100% {
    translate: 0 0;
  }

  50% {
    translate: 0 -8px;
  }
}

@keyframes featureHeroCinemaFrame {
  0%,
  12% {
    opacity: 0;
    transform: scale(1.07) translate3d(-1.5%, 1%, 0);
  }

  18%,
  34% {
    opacity: 1;
  }

  48% {
    opacity: 0;
    transform: scale(1.16) translate3d(1.5%, -1%, 0);
  }

  100% {
    opacity: 0;
    transform: scale(1.16) translate3d(1.5%, -1%, 0);
  }
}

@keyframes featureHeroCinemaFloat {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(-.4deg);
  }

  50% {
    transform: translate3d(0, -7px, 0) rotate(.35deg);
  }
}

@keyframes featureHeroAccent {
  0%,
  100% {
    filter: saturate(1);
  }

  50% {
    filter: saturate(1.16) drop-shadow(0 10px 20px rgba(194, 98, 65, .18));
  }
}

@keyframes featureHeroRealisticDrift {
  from {
    transform: scale(1.035) translate3d(-.45%, .25%, 0);
  }

  to {
    transform: scale(1.072) translate3d(.55%, -.4%, 0);
  }
}

@keyframes heroProductDeviceFloat {
  0%,
  100% {
    transform:
      rotateY(-8deg)
      rotateX(4deg)
      translate3d(0, 0, 42px);
  }

  50% {
    transform:
      rotateY(-5deg)
      rotateX(3deg)
      translate3d(0, -8px, 54px);
  }
}

@keyframes heroProductRowFill {
  0%,
  16% {
    transform: scaleX(.08);
  }

  36%,
  78% {
    transform: scaleX(var(--hero-product-fill, .7));
  }

  100% {
    transform: scaleX(.16);
  }
}

@keyframes heroPhoneBarFill {
  0%,
  18% {
    transform: scaleX(.12);
  }

  46%,
  72% {
    transform: scaleX(var(--phone-fill, .68));
  }

  100% {
    transform: scaleX(.18);
  }
}

@keyframes heroPhoneViewOne {
  0%,
  26%,
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }

  32%,
  94% {
    opacity: 0;
    transform: translate3d(-14px, 0, 0) scale(.985);
  }
}

@keyframes heroPhoneViewTwo {
  0%,
  28% {
    opacity: 0;
    transform: translate3d(14px, 0, 0) scale(.985);
  }

  34%,
  60% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }

  66%,
  100% {
    opacity: 0;
    transform: translate3d(-14px, 0, 0) scale(.985);
  }
}

@keyframes heroPhoneViewThree {
  0%,
  62% {
    opacity: 0;
    transform: translate3d(14px, 0, 0) scale(.985);
  }

  68%,
  93% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }

  100% {
    opacity: 0;
    transform: translate3d(-14px, 0, 0) scale(.985);
  }
}

@keyframes heroPhoneNavOne {
  0%,
  26%,
  100% {
    background: rgba(var(--phone-accent-rgb), .14);
    box-shadow: inset 0 0 0 1px rgba(var(--phone-accent-rgb), .1);
    color: var(--phone-accent);
    transform: translate3d(0, -1px, 0);
  }

  32%,
  94% {
    background: rgba(255, 252, 247, .52);
    box-shadow: inset 0 0 0 1px rgba(var(--phone-accent-rgb), .05);
    color: var(--phone-muted);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes heroPhoneNavTwo {
  0%,
  28%,
  66%,
  100% {
    background: rgba(255, 252, 247, .52);
    box-shadow: inset 0 0 0 1px rgba(var(--phone-accent-rgb), .05);
    color: var(--phone-muted);
    transform: translate3d(0, 0, 0);
  }

  34%,
  60% {
    background: rgba(var(--phone-accent-rgb), .14);
    box-shadow: inset 0 0 0 1px rgba(var(--phone-accent-rgb), .1);
    color: var(--phone-accent);
    transform: translate3d(0, -1px, 0);
  }
}

@keyframes heroPhoneNavThree {
  0%,
  62%,
  100% {
    background: rgba(255, 252, 247, .52);
    box-shadow: inset 0 0 0 1px rgba(var(--phone-accent-rgb), .05);
    color: var(--phone-muted);
    transform: translate3d(0, 0, 0);
  }

  68%,
  93% {
    background: rgba(var(--phone-accent-rgb), .14);
    box-shadow: inset 0 0 0 1px rgba(var(--phone-accent-rgb), .1);
    color: var(--phone-accent);
    transform: translate3d(0, -1px, 0);
  }
}

@keyframes heroPhoneFocusLift {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
    filter: saturate(1);
  }

  50% {
    transform: translate3d(0, -2px, 0);
    filter: saturate(1.08);
  }
}

@keyframes heroPhonePulse {
  0%,
  100% {
    opacity: 1;
    transform: scale(1);
  }

  50% {
    opacity: .54;
    transform: scale(.72);
  }
}

@keyframes heroPhoneWave {
  0%,
  100% {
    transform: scaleY(.58);
  }

  45% {
    transform: scaleY(1.08);
  }
}

@keyframes heroPhoneSoftEnter {
  0%,
  12% {
    opacity: .72;
    transform: translate3d(0, 5px, 0);
  }

  25%,
  82% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }

  100% {
    opacity: .86;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes heroProductBubble {
  0%,
  12% {
    opacity: 0;
    transform: translate3d(0, 12px, 28px) scale(.88);
  }

  24%,
  74% {
    opacity: .96;
    transform: translate3d(0, 0, 68px) scale(1);
  }

  100% {
    opacity: 0;
    transform: translate3d(0, -12px, 82px) scale(.96);
  }
}

@keyframes heroProductPulse {
  0%,
  100% {
    transform: scale(1);
    opacity: .78;
  }

  50% {
    transform: scale(1.18);
    opacity: 1;
  }
}

body .arguments .arg.arg--lead > p {
  width: 100%;
  max-width: none;
  hyphens: auto;
}

body .arguments .arg.arg--lead > .arg-photo {
  height: clamp(190px, 46vw, 240px);
}

@media (max-width: 719px) {
  .hero-realistic-frame {
    border-radius: 22px;
  }

  .hero-product-device--laptop {
    right: 9%;
    bottom: 10%;
    width: 66%;
  }

  .hero-product-device--tablet {
    right: 10%;
    bottom: 10%;
    width: 62%;
  }

  .hero-product-device--phone {
    right: 12%;
    width: 42%;
    border-radius: 31px;
  }

  .hero-product-screen {
    gap: 6px;
    padding: 10px;
  }

  .hero-product-device--phone .hero-product-screen {
    inset: 6px;
    gap: 5px;
    border-width: 6px;
    border-radius: 27px;
    padding: 30px 8px 13px;
  }

  .hero-product-device--phone .hero-product-screen--phone-app {
    gap: 5px;
    padding: 29px 7px 11px;
  }

  .hero-phone-app-head {
    gap: 5px;
    min-height: 31px;
  }

  .hero-phone-app-kicker {
    margin-bottom: 2px;
    font-size: 5.3px;
  }

  .hero-phone-app-title {
    font-size: 13.5px;
  }

  .hero-phone-app-live {
    max-width: 10ch;
    padding: 4px 5px;
    font-size: 5.3px;
  }

  .hero-phone-invite-card,
  .hero-phone-focus-card,
  .hero-phone-recorder,
  .hero-phone-question-card,
  .hero-phone-current-event,
  .hero-phone-cta-card {
    border-radius: 11px;
    padding: 8px;
  }

  .hero-phone-invite-card .hero-phone-ornament {
    font-size: 14px;
  }

  .hero-phone-invite-card strong,
  .hero-phone-focus-card strong,
  .hero-phone-recorder strong,
  .hero-phone-question-card strong,
  .hero-phone-current-event strong,
  .hero-phone-cta-card strong {
    font-size: 9px;
  }

  .hero-phone-invite-card span:last-child,
  .hero-phone-focus-card small,
  .hero-phone-recorder small,
  .hero-phone-question-card small,
  .hero-phone-current-event small,
  .hero-phone-soft-note span,
  .hero-phone-cta-card span,
  .hero-phone-current-event span,
  .hero-phone-focus-card span,
  .hero-phone-question-card span {
    font-size: 5.5px;
  }

  .hero-phone-metrics {
    gap: 4px;
  }

  .hero-phone-metric {
    border-radius: 9px;
    padding: 6px;
  }

  .hero-phone-metric span,
  .hero-phone-bar span {
    font-size: 5.4px;
  }

  .hero-phone-metric strong {
    font-size: 16px;
  }

  .hero-phone-bar {
    min-height: 23px;
    border-radius: 8px;
    padding: 5px 6px;
  }

  .hero-phone-bar strong,
  .hero-phone-timeline-item strong {
    font-size: 7px;
  }

  .hero-phone-timeline,
  .hero-phone-agenda {
    gap: 3px;
    padding-left: 8px;
  }

  .hero-phone-app--agenda .hero-phone-view--1 .hero-phone-agenda .hero-phone-timeline-item:nth-child(4) {
    display: none;
  }

  .hero-phone-timeline-item {
    grid-template-columns: 24px minmax(0, 1fr);
    min-height: 25px;
    border-radius: 8px;
    padding: 5px 6px;
  }

  .hero-phone-timeline-item::before {
    left: -10px;
    width: 7px;
    height: 7px;
  }

  .hero-phone-time {
    font-size: 5.6px;
  }

  .hero-phone-wave {
    height: 26px;
    gap: 2px;
    margin-top: 6px;
  }

  .hero-phone-message {
    min-height: 30px;
    border-radius: 9px;
    padding: 5px;
    grid-template-columns: 18px minmax(0, 1fr);
    column-gap: 5px;
  }

  .hero-phone-message > span {
    width: 18px;
    height: 18px;
    font-size: 6.5px;
  }

  .hero-phone-message strong,
  .hero-phone-message small {
    font-size: 6.4px;
  }

  .hero-phone-players {
    min-height: 21px;
  }

  .hero-phone-players span {
    width: 21px;
    height: 21px;
    font-size: 6.8px;
  }

  .hero-phone-nav {
    gap: 2px;
    padding-top: 4px;
  }

  .hero-phone-nav span {
    height: 18px;
    font-size: 5.1px;
  }

  .hero-phone-showcase {
    min-height: 96px;
    border-radius: 14px;
    padding: 9px;
  }

  .hero-phone-app--agenda .hero-phone-view--1 .hero-phone-showcase {
    min-height: 78px;
  }

  .hero-phone-mini-label {
    margin-bottom: 3px;
    font-size: 5.8px;
  }

  .hero-phone-showcase-title {
    font-size: 14.5px;
  }

  .hero-phone-showcase-detail {
    max-width: 18ch;
    font-size: 5.8px;
  }

  .hero-phone-showcase .hero-phone-ornament {
    top: 31px;
    right: 9px;
    font-size: 31px;
  }

  .hero-phone-invite-preview {
    left: 9px;
    right: 9px;
    bottom: 9px;
    height: 30px;
    border-radius: 10px;
  }

  .hero-phone-paper-shape--a {
    left: 8px;
    top: 8px;
    width: 28px;
    height: 15px;
  }

  .hero-phone-paper-shape--b {
    left: 43px;
    top: 6px;
    width: 20px;
    height: 20px;
  }

  .hero-phone-paper-shape--c {
    right: 8px;
    top: 8px;
    width: 30px;
  }

  .hero-phone-primary-action {
    min-height: 32px;
    border-radius: 11px;
    padding: 6px 7px 6px 9px;
  }

  .hero-phone-primary-action span {
    font-size: 5.2px;
  }

  .hero-phone-primary-action strong {
    font-size: 7.5px;
  }

  .hero-phone-stat-strip {
    gap: 4px;
  }

  .hero-phone-stat {
    border-radius: 10px;
    padding: 6px 5px;
  }

  .hero-phone-stat strong {
    font-size: 13px;
  }

  .hero-phone-stat span {
    margin-top: 3px;
    font-size: 5.2px;
  }

  .hero-phone-pill-row span,
  .hero-phone-week-strip span {
    height: 17px;
    font-size: 5.2px;
  }

  .hero-phone-week-strip {
    left: 9px;
    right: 9px;
    bottom: 9px;
  }

  .hero-phone-check-item {
    grid-template-columns: 18px minmax(0, 1fr);
    gap: 6px;
    min-height: 31px;
    border-radius: 11px;
    padding: 6px;
  }

  .hero-phone-check-item i {
    width: 18px;
    height: 18px;
  }

  .hero-phone-check-item.is-done i::before,
  .hero-phone-check-item.is-active i::before {
    width: 8px;
    height: 4px;
    margin-top: 6px;
  }

  .hero-phone-check-item strong {
    font-size: 6.7px;
  }

  .hero-phone-check-item span {
    font-size: 5.5px;
  }

  .hero-phone-player-row {
    left: 9px;
    right: 9px;
    bottom: 10px;
    grid-template-columns: 23px minmax(0, 1fr) 18px;
    gap: 6px;
  }

  .hero-phone-avatar {
    width: 23px;
    height: 23px;
    font-size: 9.5px;
  }

  .hero-phone-play-button {
    width: 18px;
    height: 18px;
  }

  .hero-phone-play-button::before {
    top: 5px;
    left: 7px;
  }

  .hero-phone-recorder {
    min-height: 98px;
  }

  .hero-phone-score-card {
    right: 9px;
    bottom: 9px;
    width: 46px;
    border-radius: 11px;
    padding: 6px;
  }

  .hero-phone-score-card span {
    font-size: 4.9px;
  }

  .hero-phone-score-card strong {
    font-size: 12px;
  }

  .hero-phone-route {
    left: 9px;
    right: 9px;
    bottom: 10px;
    gap: 3px;
  }

  .hero-phone-route span {
    height: 19px;
    font-size: 4.9px;
  }

  .hero-product-title {
    font-size: 17px;
  }

  .hero-product-device--phone .hero-product-title {
    font-size: 14px;
  }

  .hero-product-primary {
    padding: 6px 8px;
    font-size: 7.5px;
  }

  .hero-product-device--phone .hero-product-primary {
    padding: 5px 7px;
    font-size: 6.8px;
  }

  .hero-product-rows {
    gap: 6px;
  }

  .hero-product-row {
    min-height: 25px;
    padding: 6px 7px;
  }

  .hero-product-row span,
  .hero-product-row strong {
    font-size: 8.5px;
  }

  .hero-product-device--phone .hero-product-row {
    min-height: 27px;
    padding: 5px 6px;
  }

  .hero-product-device--phone .hero-product-row span,
  .hero-product-device--phone .hero-product-row strong {
    font-size: 7.8px;
  }

  .hero-product-phone-island {
    top: 8px;
    height: 17px;
    min-width: 48px;
  }

  .hero-product-phone-home {
    bottom: 8px;
  }

  .hero-product-bubble {
    padding: 7px 9px 7px 20px;
    font-size: 7px;
  }

  .hero-product-bubble::before {
    left: 8px;
    width: 6px;
    height: 6px;
  }

  .hero-product-bubble--1 {
    top: 10%;
  }

  .hero-product-bubble--2 {
    right: 46%;
    top: 24%;
  }

  .hero-product-bubble--3 {
    bottom: 18%;
  }
}

@media (min-width: 720px) {
  body .hero.hero-polish-ready .hero-inner {
    gap: clamp(52px, 6vw, 88px);
  }

  body .hero.hero-polish-ready.hero-realistic-ready .hero-inner {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr);
    gap: clamp(34px, 4vw, 60px);
    align-items: center;
  }

  body .hero.hero-polish-ready.hero-realistic-ready .hero-inner:has(> .hero-realistic-visual:first-child) {
    grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
  }

  body .hero.hero-polish-ready.hero-realistic-ready .hero-ctas {
    flex-wrap: wrap;
  }

  body .hero.hero-polish-ready [data-hero-polish-visual] {
    justify-self: center;
  }

  body .hero.hero-polish-ready .fa-scene-wrap {
    max-width: min(46vw, 460px);
    height: 540px;
  }

  body .hero.hero-polish-ready .fa-env-body {
    width: 340px;
    height: 234px;
  }

  body .hero.hero-polish-ready .fa-card {
    width: 292px;
  }

  body .hero.hero-polish-ready .hero-mockup {
    width: min(100%, 360px);
    max-width: 360px;
  }

  body .hero.hero-polish-ready .tl-demo-wrap {
    width: min(100%, 400px);
  }

  body .hero.hero-polish-ready .tl-phone {
    min-height: 500px;
  }

  body .hero.hero-polish-ready .bl-demo-wrap {
    width: min(100%, 500px);
    min-height: 320px;
  }

  body .hero.hero-polish-ready .gi-scene {
    width: min(100%, 540px);
  }

  body .hero.hero-polish-ready .fr-visual {
    width: 330px;
  }

  body .hero.hero-polish-ready .fr-card {
    width: 300px;
    padding: 28px 24px 32px;
  }

  body .hero.hero-polish-ready .cm-stage {
    max-width: 430px;
    min-height: 410px;
  }

  body .hero.hero-polish-ready .cm-box {
    transform: scale(1.12);
  }

  body .hero.hero-polish-ready .jv-stage {
    width: min(46vw, 450px);
    max-width: 450px;
  }

  body .hero.hero-polish-ready .hero-letters,
  body .hero.hero-polish-ready .hero-keepsake {
    width: min(92%, 460px);
    max-width: 460px;
  }

  body .hero.hero-polish-ready .qc-demo {
    flex-basis: 420px;
    max-width: 430px;
  }

  body .hero.hero-polish-ready .qz-stage {
    width: min(100%, 430px);
    min-height: 390px;
  }

  body .hero.hero-polish-ready .hero-realistic-visual {
    justify-self: start;
    margin: 0;
    width: min(48vw, 580px);
    max-width: 580px;
  }

  body .hero.hero-polish-ready .hero-realistic-visual:first-child {
    justify-self: end;
    width: min(43vw, 540px);
    max-width: 540px;
  }

  @media (max-width: 1199px) {
    body .hero.hero-polish-ready .hero-realistic-visual {
      width: min(41vw, 500px);
    }

    body .hero.hero-polish-ready .hero-realistic-visual:first-child {
      width: min(40vw, 460px);
    }

  }

  @media (min-width: 1200px) and (max-width: 1300px) {
    body .hero.hero-polish-ready.hero-realistic-ready .hero-inner {
      grid-template-columns: minmax(0, 1.03fr) minmax(0, .97fr);
      gap: clamp(28px, 3vw, 42px);
    }

    body .hero.hero-polish-ready .hero-realistic-visual {
      width: min(43vw, 530px);
      max-width: 530px;
    }

    body .hero.hero-polish-ready .hero-realistic-visual:first-child {
      width: min(40vw, 500px);
      max-width: 500px;
    }
  }

  .hero-polish-depth,
  .hero-polish-floor,
  .hero-polish-chip,
  .hero-cinema {
    display: block;
    pointer-events: none;
  }

  .hero-polish-depth {
    position: absolute;
    inset: 6% -9% -7%;
    z-index: -4;
    border-radius: 42px;
    opacity: 0;
    background:
      radial-gradient(circle at 28% 24%, rgba(255, 251, 245, .9), rgba(255, 251, 245, 0) 32%),
      radial-gradient(circle at 74% 20%, rgba(194, 98, 65, .18), rgba(194, 98, 65, 0) 42%),
      linear-gradient(145deg, rgba(255, 251, 245, .74), rgba(245, 237, 226, .34));
    filter: blur(.2px);
    box-shadow:
      0 36px 90px -46px rgba(58, 53, 48, .48),
      inset 0 1px 0 rgba(255, 255, 255, .58);
    transform: scale(.94);
    transition:
      opacity 880ms ease 380ms,
      transform 980ms cubic-bezier(.2, .8, .2, 1) 380ms;
  }

  .hero.is-hero-live .hero-polish-depth {
    opacity: .9;
    transform: scale(1);
  }

  .hero-cinema {
    position: absolute;
    inset: 3% -12% -3%;
    z-index: -3;
    border: 1px solid rgba(255, 251, 245, .66);
    border-radius: 42px;
    overflow: hidden;
    opacity: 0;
    background: rgba(245, 237, 226, .44);
    box-shadow:
      0 44px 110px -62px rgba(58, 53, 48, .54),
      inset 0 1px 0 rgba(255, 255, 255, .7);
    transform: scale(.96) translate3d(0, 16px, 0);
    transition:
      opacity 880ms ease 440ms,
      transform 1100ms cubic-bezier(.2, .8, .2, 1) 440ms;
  }

  .hero-cinema::before,
  .hero-cinema::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 6;
    pointer-events: none;
  }

  .hero-cinema::before {
    background:
      linear-gradient(90deg, rgba(245, 237, 226, .18), rgba(245, 237, 226, 0) 24%, rgba(245, 237, 226, .10) 100%),
      radial-gradient(circle at 74% 18%, rgba(194, 98, 65, .22), rgba(194, 98, 65, 0) 34%);
    mix-blend-mode: screen;
  }

  .hero-cinema::after {
    background:
      linear-gradient(180deg, rgba(255, 251, 245, .14), rgba(255, 251, 245, 0) 42%, rgba(58, 53, 48, .18)),
      linear-gradient(90deg, rgba(255, 251, 245, .42), rgba(255, 251, 245, 0) 18%, rgba(255, 251, 245, .08) 100%);
  }

  .hero-cinema__img {
    position: absolute;
    inset: -7%;
    width: 114%;
    height: 114%;
    object-fit: cover;
    opacity: 0;
    filter: saturate(1.04) contrast(1.04) brightness(.96);
    transform-origin: center;
    animation: featureHeroCinemaFrame 18s ease-in-out infinite;
    animation-delay: var(--hero-cinema-delay, 0s);
    will-change: transform, opacity;
  }

  .hero-cinema__grain {
    position: absolute;
    inset: 0;
    z-index: 7;
    opacity: .2;
    background-image:
      linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px),
      linear-gradient(90deg, rgba(255,255,255,.06) 1px, transparent 1px);
    background-size: 18px 18px;
    mix-blend-mode: soft-light;
  }

  .hero.is-hero-live .hero-cinema {
    opacity: .96;
    transform: scale(1) translate3d(0, 0, 0);
    animation: featureHeroCinemaFloat 8.8s ease-in-out 1.4s infinite;
  }

  .hero-polish-floor {
    position: absolute;
    left: 12%;
    right: 12%;
    bottom: -22px;
    z-index: -2;
    height: 42px;
    border-radius: 999px;
    opacity: 0;
    background: radial-gradient(ellipse at center, rgba(58, 53, 48, .24), rgba(58, 53, 48, 0) 70%);
    filter: blur(12px);
    transform: scaleX(.76);
    transition:
      opacity 760ms ease 540ms,
      transform 920ms ease 540ms;
  }

  .hero.is-hero-live .hero-polish-floor {
    opacity: .75;
    transform: scaleX(1);
  }

  .hero-polish-chip {
    position: absolute;
    z-index: 9;
    max-width: 18ch;
    padding: 8px 10px;
    border: 1px solid rgba(194, 98, 65, .18);
    border-radius: 999px;
    background: rgba(255, 251, 245, .84);
    box-shadow:
      0 18px 44px -24px rgba(58, 53, 48, .42),
      inset 0 1px 0 rgba(255, 255, 255, .65);
    color: rgba(58, 53, 48, .72);
    font-family: var(--mono, "IBM Plex Mono", monospace);
    font-size: 9px;
    font-weight: 600;
    letter-spacing: .08em;
    line-height: 1.2;
    text-transform: uppercase;
    white-space: nowrap;
    opacity: 0;
    transform: translate3d(0, 10px, 0) scale(.96);
    backdrop-filter: blur(12px);
    transition:
      opacity 620ms ease,
      transform 720ms cubic-bezier(.2, .8, .2, 1);
    transition-delay: calc(560ms + var(--hero-chip-step, 0) * 130ms);
  }

  .hero-polish-chip--1 {
    left: -6%;
    top: 13%;
  }

  .hero-polish-chip--2 {
    right: -9%;
    top: 56%;
  }

  .hero-polish-chip--3 {
    right: 4%;
    top: -5%;
  }

  .hero.is-hero-live .hero-polish-chip {
    opacity: .94;
    transform: translate3d(0, 0, 0) scale(1);
    animation: featureHeroChipFloat 5.8s ease-in-out calc(1.2s + var(--hero-chip-step, 0) * .3s) infinite;
  }

  body .arguments .arg.arg--lead {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    padding: clamp(56px, 7vw, 84px) 0;
  }

  body .arguments .arg.arg--lead > h3 {
    max-width: 18ch;
  }

  body .arguments .arg.arg--lead > p {
    width: 100%;
    max-width: none;
    text-align: justify;
    text-align-last: left;
    text-justify: inter-word;
    hyphens: auto;
  }

  body .arguments .arg.arg--lead > .arg-photo {
    width: 100%;
    height: clamp(260px, 27vw, 330px);
    margin: 36px 0 0;
  }

  body .arguments .arg.arg--lead > .arg-photo img,
  body .arguments .arg.arg--lead > .arg-photo video {
    border-radius: 6px 6px 0 0;
  }

  body .arguments .arg.arg--lead > .arg-citation {
    margin: 0;
    min-height: 84px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero.hero-polish-ready .hero-text > .hero-eyebrow,
  .hero.hero-polish-ready .hero-text > h1,
  .hero.hero-polish-ready .hero-text > .hero-lede,
  .hero.hero-polish-ready .hero-text > .hero-ctas,
  .hero.hero-polish-ready .hero-text > .hero-foot,
  .hero.hero-polish-ready [data-hero-polish-visual] {
    opacity: 1;
    transform: none;
    filter: none;
    transition: none;
  }

  .hero-polish-shine,
  .hero-polish-chip,
  .hero-cinema,
  .hero-product-device,
  .hero-product-row i,
  .hero-phone-view,
  .hero-phone-nav-item,
  .hero-product-bubble,
  .hero-product-live i,
  .hero.is-hero-live [data-hero-polish-accent],
  .hero.hero-polish-ready.is-hero-live [data-hero-polish-visual] {
    animation: none;
  }

  .hero-product-row i {
    transform: scaleX(var(--hero-product-fill, .7));
  }

  .hero-product-bubble {
    opacity: .96;
    transform: none;
  }

  .hero-phone-view {
    opacity: 0;
    transform: none;
  }

  .hero-phone-view.is-active {
    opacity: 1;
  }
}
