/* 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: 1;
  transform: none;
  transition: none;
}

.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: .28;
  transform: scale(1.035);
  filter: saturate(.76) contrast(.9) brightness(1.16);
}

.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: 20%;
  bottom: 10%;
  width: 58%;
  aspect-ratio: 1.5 / 1;
  border-radius: 18px;
  padding: 8px;
}

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

.hero-product-device--phone {
  right: 25%;
  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;
  }
}

/* Feature-specific hero scenes. Each page keeps one coherent product surface
   instead of stacking the same device mockup over unrelated photography. */
.hero-scene-stage {
  position: absolute;
  inset: 5%;
  z-index: 4;
  display: grid;
  place-items: center;
  pointer-events: none;
  perspective: 1100px;
}

.hero-scene-stage::after {
  content: "";
  position: absolute;
  left: 10%;
  right: 10%;
  bottom: 2%;
  height: 16%;
  border-radius: 50%;
  background: rgba(35, 29, 25, .42);
  filter: blur(22px);
  opacity: .45;
  transform: rotateX(68deg);
}

.hero-scene-stage > :not(.hero-scene-chip) {
  position: relative;
  z-index: 2;
}

.hero-scene-chip {
  position: absolute;
  z-index: 8;
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, .35);
  border-radius: 999px;
  background: #8B3F2C;
  box-shadow: 0 16px 34px -18px rgba(35, 29, 25, .78);
  color: #fff;
  font-family: var(--mono, ui-monospace, monospace);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .08em;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
}

.hero-scene-chip--1 { top: 7%; right: 2%; }
.hero-scene-chip--2 { left: 1%; bottom: 12%; background: #314E46; }

.hs-paper,
.hs-mail-sheet,
.hs-ledger,
.hs-listening-sheet,
.hs-schedule-board {
  width: 84%;
  border: 1px solid rgba(74, 52, 39, .15);
  border-radius: 7px;
  box-shadow:
    0 34px 60px -34px rgba(35, 29, 25, .86),
    0 8px 20px -14px rgba(35, 29, 25, .5),
    inset 0 1px 0 rgba(255, 255, 255, .82);
}

/* Bilingual invitation */
.hs-bilingual-paper {
  min-height: 76%;
  padding: 7% 8%;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(50, 83, 72, .07) 1px, transparent 1px),
    linear-gradient(180deg, #FFFDF8, #F6F1E9);
  background-size: 100% 100%;
  text-align: center;
  color: #27453D;
  transform: rotateY(-3deg) rotateX(1deg);
}

.hs-paper-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 9px;
  border-bottom: 1px solid rgba(39, 69, 61, .14);
  font-family: var(--mono, ui-monospace, monospace);
  font-size: 7px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.hs-language {
  display: inline-grid;
  grid-template-columns: 1fr 1fr;
  padding: 2px;
  border-radius: 999px;
  background: #E5ECE7;
}

.hs-language b,
.hs-language i {
  min-width: 25px;
  padding: 5px 6px;
  border-radius: 999px;
  font-style: normal;
  font-weight: 700;
}

.hs-language b { background: #315E52; color: #fff; }
.hs-monogram { display: block; margin-top: 10%; font-family: var(--serif, Georgia, serif); font-size: 18px; }
.hs-monogram i { color: #B6543B; font-style: italic; }
.hs-display-title { display: block; margin-top: 8px; font-family: var(--serif, Georgia, serif); font-size: clamp(22px, 2.3vw, 34px); font-weight: 450; }
.hs-display-date { display: block; margin-top: 6px; font-family: var(--mono, ui-monospace, monospace); font-size: 7px; letter-spacing: .12em; text-transform: uppercase; }
.hs-language-copy { position: relative; min-height: 48px; margin: 11% auto 0; max-width: 31ch; font-family: var(--serif, Georgia, serif); font-size: 11px; font-style: italic; line-height: 1.55; }
.hs-language-copy p { position: absolute; inset: 0; margin: 0; }
.hs-language-copy p + p { opacity: 0; }
.hs-proof-mark { display: inline-block; margin-top: 10%; padding: 6px 9px; border-radius: 999px; background: #E5ECE7; font-family: var(--mono, ui-monospace, monospace); font-size: 6px; letter-spacing: .08em; text-transform: uppercase; }

/* Physical USB keepsake */
.hero-scene--keepsake { align-items: end; padding-bottom: 7%; }
.hs-keepsake-object { width: 78%; height: 66%; transform: rotateX(56deg) rotateZ(-4deg); transform-style: preserve-3d; }
.hs-box-lid,
.hs-box-base { position: absolute; left: 7%; right: 7%; height: 52%; border-radius: 8px; }
.hs-box-lid {
  top: -7%;
  display: grid;
  place-content: center;
  gap: 5px;
  border: 1px solid rgba(76, 45, 25, .34);
  background: linear-gradient(105deg, #B58152, #D6AF7D 48%, #A87347);
  box-shadow: inset 0 0 0 7px rgba(101, 58, 32, .12), 0 16px 28px rgba(44, 27, 18, .28);
  color: #4D2E1F;
  text-align: center;
  transform-origin: top center;
  transform: translate3d(0, -38%, -18px) rotateX(-12deg);
}
.hs-box-lid::before,
.hs-box-base::before { content: ""; position: absolute; inset: 0; border-radius: inherit; background: repeating-linear-gradient(96deg, transparent 0 14px, rgba(74, 43, 26, .055) 15px 17px); }
.hs-box-lid span { font-family: var(--serif, Georgia, serif); font-size: 19px; font-style: italic; }
.hs-box-lid small { font-family: var(--mono, ui-monospace, monospace); font-size: 7px; letter-spacing: .1em; }
.hs-box-base { bottom: 0; border: 8px solid #9E6F48; background: #E5D5BF; box-shadow: 0 30px 40px -22px rgba(40, 25, 16, .8), inset 0 0 18px rgba(66, 41, 25, .18); }
.hs-usb { position: absolute; left: 11%; top: 24%; width: 48%; height: 38%; display: flex; align-items: center; justify-content: center; border-radius: 4px 12px 12px 4px; background: linear-gradient(135deg, #69422B, #A26C45); box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 6px 12px rgba(55,34,20,.22); color: #F8E8D2; font-family: var(--serif, Georgia, serif); font-size: 10px; }
.hs-usb i { position: absolute; right: -24%; width: 25%; height: 58%; border-radius: 0 2px 2px 0; background: linear-gradient(180deg, #D8D2C8, #8C8A84); }
.hs-keepsake-label { position: absolute; right: 7%; top: 28%; display: flex; flex-direction: column; gap: 3px; color: #5E4634; }
.hs-keepsake-label strong { font-family: var(--serif, Georgia, serif); font-size: 13px; }
.hs-keepsake-label small { font-family: var(--mono, ui-monospace, monospace); font-size: 5px; letter-spacing: .05em; }

/* Weekly email */
.hs-mail-sheet { min-height: 80%; padding: 7%; background: linear-gradient(160deg, #FFFEFA, #F2F5EF); color: #30453C; transform: rotateY(-3deg); }
.hs-mail-head { display: flex; align-items: center; justify-content: space-between; padding-bottom: 10px; border-bottom: 1px solid rgba(48, 69, 60, .13); font-family: var(--mono, ui-monospace, monospace); font-size: 7px; letter-spacing: .07em; text-transform: uppercase; }
.hs-mail-head b { padding: 5px 8px; border-radius: 999px; background: #DDE9E1; color: #315D4E; }
.hs-mail-sheet > strong { display: block; margin-top: 9%; font-family: var(--serif, Georgia, serif); font-size: 25px; font-weight: 450; }
.hs-mail-sheet > p { margin: 7px 0 0; max-width: 34ch; font-family: var(--sans, sans-serif); font-size: 8px; line-height: 1.5; color: #65766E; }
.hs-task-list { display: grid; gap: 7px; margin: 9% 0 0; padding: 0; list-style: none; }
.hs-task-list li { display: grid; grid-template-columns: 22px 1fr; align-items: center; gap: 8px; padding: 7px; border: 1px solid rgba(48,69,60,.1); border-radius: 6px; background: rgba(255,255,255,.72); }
.hs-task-list li > i { width: 20px; height: 20px; border: 1px solid #8BA094; border-radius: 50%; }
.hs-task-list li span { display: flex; align-items: center; justify-content: space-between; gap: 8px; }
.hs-task-list b { font-family: var(--sans, sans-serif); font-size: 8px; }
.hs-task-list small { font-family: var(--sans, sans-serif); font-size: 6px; color: #738179; }
.hs-task-list .is-done > i { background: #315D4E; box-shadow: inset 0 0 0 5px #fff; }
.hs-mail-footer { display: block; margin-top: 8%; font-family: var(--mono, ui-monospace, monospace); font-size: 6px; color: #718078; }

/* Guest ledger */
.hs-ledger { width: 92%; min-height: 72%; padding: 5%; background: #FAFAF5; color: #273B36; transform: rotateY(-4deg); }
.hs-ledger-head { display: flex; align-items: center; justify-content: space-between; }
.hs-ledger-head div { display: flex; flex-direction: column; gap: 2px; }
.hs-ledger-head span { font-family: var(--mono, ui-monospace, monospace); font-size: 6px; letter-spacing: .1em; text-transform: uppercase; color: #71817A; }
.hs-ledger-head strong { font-family: var(--serif, Georgia, serif); font-size: 21px; font-weight: 500; }
.hs-ledger-head > b { padding: 5px 8px; border-radius: 999px; background: #E5EFEA; font-family: var(--mono, ui-monospace, monospace); font-size: 6px; color: #315D4E; }
.hs-ledger-head > b i { display: inline-block; width: 5px; height: 5px; margin-right: 3px; border-radius: 50%; background: #4D8A73; }
.hs-ledger-metrics { display: grid; grid-template-columns: repeat(3, 1fr); gap: 6px; margin-top: 7%; }
.hs-ledger-metrics span { display: flex; flex-direction: column; padding: 8px; border-radius: 6px; background: #EEF1EB; }
.hs-ledger-metrics small { font-family: var(--sans, sans-serif); font-size: 6px; color: #6D7973; }
.hs-ledger-metrics strong { margin-top: 2px; font-family: var(--serif, Georgia, serif); font-size: 18px; }
.hs-ledger-table { margin-top: 6%; border-top: 1px solid #DDE2DC; }
.hs-ledger-row { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 6px; padding: 7px 4px; border-bottom: 1px solid #E4E7E1; font-family: var(--sans, sans-serif); font-size: 6px; }
.hs-ledger-row.is-head { font-family: var(--mono, ui-monospace, monospace); color: #78837E; text-transform: uppercase; }
.hs-ledger-row .is-ok { color: #31654F; font-weight: 700; }
.hs-ledger-row.is-new { background: #FBE9E1; }
.hs-export-ready { display: inline-block; margin-top: 6%; padding: 6px 9px; border-radius: 4px; background: #315D4E; color: #fff; font-family: var(--mono, ui-monospace, monospace); font-size: 6px; letter-spacing: .05em; text-transform: uppercase; }

/* Bound journal */
.hs-book { width: 91%; height: 66%; display: grid; grid-template-columns: 1fr 1fr; filter: drop-shadow(0 24px 26px rgba(37,27,20,.34)); transform: rotateX(9deg) rotateZ(-1deg); }
.hs-book-page { position: relative; padding: 12% 10%; overflow: hidden; background: linear-gradient(90deg, #F3EBDD, #FFFCF5); color: #4B433B; }
.hs-book-page--left { border-radius: 8px 0 0 8px; box-shadow: inset -12px 0 18px -16px rgba(34,26,20,.7); }
.hs-book-page--right { border-radius: 0 8px 8px 0; box-shadow: inset 12px 0 18px -16px rgba(34,26,20,.7); transform-origin: left center; }
.hs-book-page > span { font-family: var(--mono, ui-monospace, monospace); font-size: 6px; letter-spacing: .1em; text-transform: uppercase; color: #A5523D; }
.hs-book-page > strong { display: block; margin-top: 12%; font-family: var(--serif, Georgia, serif); font-size: 18px; font-style: italic; font-weight: 450; line-height: 1.1; }
.hs-book-page > p { margin-top: 12%; font-family: var(--serif, Georgia, serif); font-size: 8px; font-style: italic; line-height: 1.55; color: #746A61; }
.hs-book-page > small { position: absolute; left: 10%; bottom: 10%; font-family: var(--mono, ui-monospace, monospace); font-size: 5px; letter-spacing: .06em; text-transform: uppercase; }
.hs-book-spine { position: absolute; top: 0; bottom: 0; left: 50%; width: 2px; background: rgba(75, 57, 44, .18); box-shadow: 0 0 10px rgba(47,34,25,.35); transform: translateX(-50%); }

/* Collective letter */
.hero-scene--letter { align-items: end; padding-bottom: 7%; }
.hs-letter-scene { width: 84%; height: 75%; }
.hs-envelope { position: absolute; left: 4%; right: 4%; bottom: 0; height: 58%; border-radius: 4px; background: linear-gradient(145deg, #D5B9A6, #B9816D); box-shadow: 0 26px 40px -24px rgba(43,28,21,.75); color: #654235; }
.hs-envelope::before { content: ""; position: absolute; inset: 0; background: linear-gradient(32deg, transparent 49.5%, rgba(255,255,255,.25) 50%), linear-gradient(-32deg, transparent 49.5%, rgba(102,61,45,.12) 50%); }
.hs-envelope > span { position: absolute; left: 50%; bottom: 13%; transform: translateX(-50%); font-family: var(--mono, ui-monospace, monospace); font-size: 6px; letter-spacing: .1em; text-transform: uppercase; white-space: nowrap; }
.hs-letter-paper { position: absolute; left: 14%; right: 14%; bottom: 12%; min-height: 78%; padding: 8% 9%; border-radius: 3px; background: #FFFDF8; box-shadow: 0 12px 26px rgba(45,30,22,.2); color: #483A33; transform: translateY(-5%); }
.hs-letter-paper > span { font-family: var(--mono, ui-monospace, monospace); font-size: 6px; letter-spacing: .1em; color: #A84F38; text-transform: uppercase; }
.hs-letter-paper > strong { display: block; margin-top: 12%; font-family: var(--serif, Georgia, serif); font-size: 18px; font-style: italic; font-weight: 450; }
.hs-letter-paper > p { margin-top: 7%; font-family: var(--serif, Georgia, serif); font-size: 8px; font-style: italic; line-height: 1.6; color: #76645B; }
.hs-letter-paper > small { position: absolute; left: 9%; bottom: 8%; font-family: var(--mono, ui-monospace, monospace); font-size: 5px; letter-spacing: .05em; text-transform: uppercase; }

/* Animated invitation: one envelope, one reveal, no video/player layers. */
.hero-scene--animated-invite { align-items: end; padding-bottom: 7%; }
.hs-invite-scene { width: 84%; height: 78%; transform-style: preserve-3d; }
.hs-invite-envelope,
.hs-invite-flap { position: absolute; left: 4%; right: 4%; bottom: 1%; height: 48%; }
.hs-invite-envelope { z-index: 4; overflow: hidden; border-radius: 4px; background: linear-gradient(145deg, #D9B9A7, #B97862); box-shadow: 0 28px 46px -25px rgba(44,28,21,.78); }
.hs-invite-envelope::before,
.hs-invite-envelope::after { content: ""; position: absolute; inset: 0; }
.hs-invite-envelope::before { background: linear-gradient(34deg, transparent 49.5%, rgba(255,255,255,.25) 50%); }
.hs-invite-envelope::after { background: linear-gradient(-34deg, transparent 49.5%, rgba(91,51,38,.13) 50%); }
.hs-invite-envelope span { position: absolute; z-index: 2; left: 50%; bottom: 13%; transform: translateX(-50%); color: #5C392E; font-family: var(--mono, ui-monospace, monospace); font-size: 6px; letter-spacing: .12em; text-transform: uppercase; }
.hs-invite-flap { z-index: 5; clip-path: polygon(0 0, 100% 0, 50% 86%); background: linear-gradient(160deg, #E5C9B9, #C78F79); transform-origin: top center; }
.hs-invite-card { position: absolute; z-index: 3; left: 14%; right: 14%; bottom: 10%; min-height: 72%; padding: 9%; border: 1px solid rgba(67,46,35,.11); border-radius: 3px; background: #FFFDF8; box-shadow: 0 16px 28px rgba(44,28,21,.22); color: #443A34; text-align: center; }
.hs-invite-card > span { display: block; font-family: var(--mono, ui-monospace, monospace); font-size: 6px; letter-spacing: .1em; text-transform: uppercase; color: #A64F38; }
.hs-invite-card > strong { display: block; margin-top: 12%; font-family: var(--serif, Georgia, serif); font-size: 24px; font-style: italic; font-weight: 450; }
.hs-invite-card > strong i { color: #A64F38; }
.hs-invite-card > small { display: block; margin-top: 9%; font-family: var(--mono, ui-monospace, monospace); font-size: 6px; letter-spacing: .07em; text-transform: uppercase; }
.hs-invite-card > b { display: inline-block; margin-top: 12%; padding: 7px 10px; border-radius: 999px; background: #A64F38; color: #fff; font-family: var(--sans, sans-serif); font-size: 6px; font-weight: 600; }
.hs-invite-seal { position: absolute; z-index: 7; left: 50%; bottom: 29%; width: 44px; height: 44px; display: grid; place-items: center; border-radius: 50%; background: radial-gradient(circle at 35% 30%, #D07B59, #8D3B2B); box-shadow: 0 7px 14px rgba(53,30,23,.36), inset 0 1px 0 rgba(255,255,255,.3); color: #FDEDE2; font-family: var(--serif, Georgia, serif); font-size: 19px; transform: translateX(-50%); }

/* Voice guestbook */
.hs-listening-sheet { min-height: 72%; padding: 7%; background: linear-gradient(150deg, #F8FBFA, #E9F0F2); color: #2F4246; transform: rotateY(-3deg); }
.hs-listening-head { display: flex; justify-content: space-between; font-family: var(--mono, ui-monospace, monospace); font-size: 7px; letter-spacing: .06em; text-transform: uppercase; }
.hs-listening-head b { color: #A04B3A; }
.hs-listening-author { display: grid; grid-template-columns: 34px 1fr 28px; align-items: center; gap: 9px; margin-top: 10%; }
.hs-listening-author > i { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; background: #41656A; color: #fff; font-family: var(--serif, Georgia, serif); font-size: 11px; font-style: italic; }
.hs-listening-author span { display: flex; flex-direction: column; gap: 3px; }
.hs-listening-author strong { font-family: var(--sans, sans-serif); font-size: 9px; }
.hs-listening-author small { font-family: var(--mono, ui-monospace, monospace); font-size: 5px; color: #728489; }
.hs-listening-author button { width: 28px; height: 28px; border: 0; border-radius: 50%; background: #A04B3A; color: #fff; font-size: 8px; }
.hs-waveform { height: 46px; display: flex; align-items: center; gap: 3px; margin-top: 9%; padding: 0 3px; }
.hs-waveform i { width: 2px; height: 35%; border-radius: 999px; background: #41656A; transform-origin: center; }
.hs-waveform i:nth-child(3n) { height: 72%; }
.hs-waveform i:nth-child(4n) { height: 94%; }
.hs-waveform i:nth-child(5n) { height: 52%; }
.hs-listening-sheet blockquote { margin: 7% 0 0; padding: 9px 0 0; border-top: 1px solid rgba(47,66,70,.14); font-family: var(--serif, Georgia, serif); font-size: 10px; font-style: italic; line-height: 1.5; }
.hs-transcript { display: block; margin-top: 6%; font-family: var(--mono, ui-monospace, monospace); font-size: 5px; color: #658087; text-transform: uppercase; }

/* Folded collective answers */
.hs-accordion { width: 76%; filter: drop-shadow(0 22px 24px rgba(37,27,20,.32)); transform: rotateY(-4deg); }
.hs-fold { min-height: 58px; padding: 7% 8%; border-top: 1px solid rgba(75,69,47,.15); background: #F5F2DF; color: #4F503A; transform-origin: top center; }
.hs-fold:nth-child(even) { background: #E9E7CF; transform: rotateX(-2deg); }
.hs-fold--question { min-height: 92px; border-radius: 7px 7px 0 0; background: #59634C; color: #fff; }
.hs-fold:last-child { border-radius: 0 0 7px 7px; }
.hs-fold span,
.hs-fold small { display: block; font-family: var(--mono, ui-monospace, monospace); font-size: 6px; letter-spacing: .08em; text-transform: uppercase; opacity: .72; }
.hs-fold strong { display: block; margin-top: 7px; font-family: var(--serif, Georgia, serif); font-size: 15px; font-weight: 450; line-height: 1.2; }
.hs-fold p { margin: 6px 0 0; font-family: var(--serif, Georgia, serif); font-size: 8px; font-style: italic; line-height: 1.45; }

/* Projected quiz */
.hs-projection-room { width: 92%; height: 72%; display: flex; align-items: center; justify-content: center; overflow: hidden; border-radius: 8px; background: linear-gradient(180deg, #342D2A, #171514); box-shadow: 0 30px 50px -26px rgba(24,18,15,.9); }
.hs-projection-room::before { content: ""; position: absolute; inset: 0; opacity: .32; background: repeating-linear-gradient(90deg, rgba(255,255,255,.04) 0 1px, transparent 1px 35px); }
.hs-projector-screen { position: relative; width: 76%; min-height: 72%; padding: 7%; border-radius: 3px; background: #FFF8EA; box-shadow: 0 0 26px rgba(255,238,199,.32); color: #3C312D; }
.hs-projector-screen > span { font-family: var(--mono, ui-monospace, monospace); font-size: 6px; letter-spacing: .08em; text-transform: uppercase; color: #A34F3A; }
.hs-projector-screen > strong { display: block; margin-top: 7%; font-family: var(--serif, Georgia, serif); font-size: 16px; font-weight: 500; }
.hs-votes { display: grid; gap: 5px; margin-top: 8%; }
.hs-votes > i { position: relative; display: flex; justify-content: space-between; overflow: hidden; padding: 6px 7px; border-radius: 4px; background: #ECE4D7; font-family: var(--sans, sans-serif); font-size: 6px; font-style: normal; }
.hs-votes > i::before { content: ""; position: absolute; inset: 0; width: calc(var(--vote) * 100%); background: rgba(162, 81, 57, .16); transform-origin: left; }
.hs-votes > i > * { position: relative; z-index: 1; }
.hs-votes .is-answer { background: #315D4E; color: #fff; }
.hs-projector-screen > small { display: block; margin-top: 7%; font-family: var(--mono, ui-monospace, monospace); font-size: 5px; text-transform: uppercase; }
.hs-audience { position: absolute; left: 5%; right: 5%; bottom: -4%; display: flex; justify-content: space-around; align-items: end; }
.hs-audience i { width: 11%; aspect-ratio: 1; border-radius: 50% 50% 20% 20%; background: #0B0A09; box-shadow: 0 12px 0 5px #0B0A09; }
.hs-audience i:nth-child(even) { width: 9%; }

/* Live schedule board */
.hs-schedule-board { width: 87%; min-height: 76%; padding: 6%; background: linear-gradient(155deg, #F8F6EF, #E8ECE7); color: #253D37; transform: rotateY(-3deg); }
.hs-schedule-head { display: flex; justify-content: space-between; padding-bottom: 9px; border-bottom: 2px solid #315D4E; font-family: var(--mono, ui-monospace, monospace); font-size: 7px; letter-spacing: .07em; text-transform: uppercase; }
.hs-schedule-head b { color: #A34F3A; }
.hs-schedule-head i { display: inline-block; width: 5px; height: 5px; border-radius: 50%; background: #A34F3A; }
.hs-schedule-row { display: grid; grid-template-columns: 52px 1fr 1fr; gap: 8px; align-items: center; min-height: 40px; padding: 0 6px; border-bottom: 1px solid rgba(37,61,55,.12); }
.hs-schedule-row time { font-family: var(--mono, ui-monospace, monospace); font-size: 7px; color: #A34F3A; }
.hs-schedule-row strong { font-family: var(--serif, Georgia, serif); font-size: 12px; font-weight: 500; }
.hs-schedule-row span { font-family: var(--sans, sans-serif); font-size: 6px; color: #718079; text-align: right; }
.hs-schedule-row.is-past { opacity: .54; }
.hs-schedule-row.is-current { background: #315D4E; color: #fff; }
.hs-schedule-row.is-current time,
.hs-schedule-row.is-current span { color: #fff; }
.hs-weather-update { margin-top: 7%; padding: 7px; border-left: 3px solid #A34F3A; background: #F5E1D7; font-family: var(--sans, sans-serif); font-size: 6px; color: #6F3B2F; }

.hero.is-hero-live:not(.is-hero-paused) .hs-language b { animation: hsLanguageSwitch 8s ease-in-out 1s infinite; }
.hero.is-hero-live:not(.is-hero-paused) .hs-language-copy p:first-child { animation: hsCopyFr 8s ease-in-out 1s infinite; }
.hero.is-hero-live:not(.is-hero-paused) .hs-language-copy p + p { animation: hsCopyEn 8s ease-in-out 1s infinite; }
.hero.is-hero-live:not(.is-hero-paused) .hs-box-lid { animation: hsLidOpen 8s ease-in-out 1s infinite; }
.hero.is-hero-live:not(.is-hero-paused) .hs-task-list .is-done > i { animation: hsCheck 5s ease-in-out 1s infinite; }
.hero.is-hero-live:not(.is-hero-paused) .hs-ledger-row.is-new { animation: hsRowArrive 6s ease-in-out 1s infinite; }
.hero.is-hero-live:not(.is-hero-paused) .hs-book-page--right { animation: hsPageTurn 9s ease-in-out 1s infinite; }
.hero.is-hero-live:not(.is-hero-paused) .hs-letter-paper { animation: hsLetterRise 8s ease-in-out 1s infinite; }
.hero.is-hero-live:not(.is-hero-paused) .hs-invite-flap { animation: hsInviteFlap 8s ease-in-out 1s infinite; }
.hero.is-hero-live:not(.is-hero-paused) .hs-invite-card { animation: hsInviteCard 8s ease-in-out 1s infinite; }
.hero.is-hero-live:not(.is-hero-paused) .hs-invite-seal { animation: hsInviteSeal 8s ease-in-out 1s infinite; }
.hero.is-hero-live:not(.is-hero-paused) .hs-waveform i { animation: hsWave 1.1s ease-in-out calc(var(--wave, 0) * 80ms) infinite alternate; }
.hero.is-hero-live:not(.is-hero-paused) .hs-fold { animation: hsFoldOpen 7s ease-in-out 1s infinite; }
.hero.is-hero-live:not(.is-hero-paused) .hs-votes > i::before { animation: hsVoteGrow 7s ease-in-out 1s infinite; }
.hero.is-hero-live:not(.is-hero-paused) .hs-schedule-row.is-current { animation: hsCurrentRow 6s ease-in-out 1s infinite; }
.hero.is-hero-live:not(.is-hero-paused) .hero-scene-chip { animation: hsChipEnter 5.8s ease-in-out 1s infinite; }

@keyframes hsLanguageSwitch { 0%,42%,100% { transform: translateX(0); background:#315E52; } 52%,88% { transform: translateX(27px); background:#A34F3A; } }
@keyframes hsCopyFr { 0%,42%,100% { opacity:1; transform:none; } 52%,88% { opacity:0; transform:translateY(-4px); } }
@keyframes hsCopyEn { 0%,42%,100% { opacity:0; transform:translateY(4px); } 52%,88% { opacity:1; transform:none; } }
@keyframes hsLidOpen { 0%,15%,88%,100% { transform:translate3d(0,-38%,-18px) rotateX(-12deg); } 30%,74% { transform:translate3d(0,-76%,-34px) rotateX(-48deg); } }
@keyframes hsCheck { 0%,20%,100% { transform:scale(.76); opacity:.55; } 35%,85% { transform:scale(1); opacity:1; } }
@keyframes hsRowArrive { 0%,18%,100% { opacity:.3; transform:translateX(12px); } 34%,82% { opacity:1; transform:none; } }
@keyframes hsPageTurn { 0%,16%,100% { transform:rotateY(-18deg); } 30%,82% { transform:rotateY(0); } }
@keyframes hsLetterRise { 0%,18%,100% { transform:translateY(34%); } 34%,82% { transform:translateY(-5%); } }
@keyframes hsInviteFlap { 0%,16%,92%,100% { transform:rotateX(0); } 28%,82% { transform:rotateX(178deg); } }
@keyframes hsInviteCard { 0%,24%,100% { transform:translateY(30%); } 42%,84% { transform:translateY(-24%); } }
@keyframes hsInviteSeal { 0%,16%,100% { opacity:1; transform:translateX(-50%) scale(1); } 27%,90% { opacity:0; transform:translateX(-50%) scale(.55) rotate(24deg); } }
@keyframes hsWave { from { transform:scaleY(.45); opacity:.55; } to { transform:scaleY(1.12); opacity:1; } }
@keyframes hsFoldOpen { 0%,18%,100% { transform:rotateX(-18deg); } 35%,82% { transform:rotateX(0); } }
@keyframes hsVoteGrow { 0%,18%,100% { transform:scaleX(.08); } 38%,82% { transform:scaleX(1); } }
@keyframes hsCurrentRow { 0%,20%,100% { box-shadow:inset 0 0 0 0 rgba(255,255,255,0); } 36%,80% { box-shadow:inset 4px 0 0 #E8B077; } }
@keyframes hsChipEnter { 0%,12%,100% { opacity:0; transform:translateY(10px); } 26%,78% { opacity:1; transform:none; } }

.hs-waveform i:nth-child(3n + 1) { --wave: 1; }
.hs-waveform i:nth-child(3n + 2) { --wave: 2; }
.hs-waveform i:nth-child(3n) { --wave: 3; }

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) {
  body .hero.hero-polish-ready .hero-inner {
    grid-template-columns: minmax(0, 1fr);
  }

  body .hero.hero-polish-ready .hero-text {
    min-width: 0;
    width: 100%;
  }

  .hero-realistic-frame {
    border-radius: 22px;
  }

  .hero-realistic-visual { width: min(100%, 520px); }
  .hero-lede > .hero-realistic-visual {
    margin: 28px auto 30px;
    font-style: normal;
  }
  .hero-scene-stage { inset: 4%; }
  .hero-scene-chip { padding: 7px 9px; font-size: 6.5px; }
  .hero-scene-chip--1 { right: 0; }
  .hero-scene-chip--2 { left: 0; bottom: 9%; }
  .hs-paper,
  .hs-mail-sheet,
  .hs-listening-sheet,
  .hs-schedule-board { width: 88%; }
  .hs-ledger { width: 94%; }
  .hs-display-title { font-size: clamp(20px, 7vw, 30px); }
  .hs-book { width: 94%; height: 63%; }
  .hs-book-page { padding: 10% 8%; }
  .hs-book-page > strong { font-size: 15px; }
  .hs-letter-scene { width: 90%; }
  .hs-invite-scene { width: 90%; }
  .hs-accordion { width: 82%; }
  .hs-projection-room { width: 96%; }
  .hs-projector-screen { width: 82%; }
  .hs-schedule-row { grid-template-columns: 46px 1fr 1fr; }

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

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

  .hero-product-device--phone {
    right: 22%;
    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-scene-chip,
  .hs-language b,
  .hs-language-copy p,
  .hs-box-lid,
  .hs-task-list .is-done > i,
  .hs-ledger-row.is-new,
  .hs-book-page--right,
  .hs-letter-paper,
  .hs-invite-flap,
  .hs-invite-card,
  .hs-invite-seal,
  .hs-waveform i,
  .hs-fold,
  .hs-votes > i::before,
  .hs-schedule-row.is-current,
  .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;
  }
}
