* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

@supports (overflow-x: clip) {
  html,
  body {
    overflow-x: clip;
  }
}

body {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Text", "SF Pro Icons", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  background: white;
}

:root {
  --hero-video-opacity: 1;
  --hero-video-intro-opacity: 1;
  --apple-text-visibility: 0;
  --apple-mask-start: -0.16;
  --apple-mask-end: 0;
  --apple-mask-fade-size: 16%;
  --wordmark-size: min(37.5vw, 540px);
  --hero-media-width: 100vw;
  --hero-media-height: auto;
  --hero-media-fit: cover;
  --interstitial-section-scale: 1;
  --personalization-section-bg:
    linear-gradient(180deg, #000000 0%, #000000 50%, #000000 100%);
  --personalization-top-bar-color: #000000;
  --personalization-bottom-bar-color: #000000;
  --personalization-top-solid-height: 40svh;
  --personalization-top-gradient-height: 10svh;
  --personalization-bottom-solid-height: 40svh;
  --personalization-bottom-gradient-height: 10svh;
  --personalization-top-fade:
    linear-gradient(var(--personalization-top-bar-color), var(--personalization-top-bar-color))
      top / 100% var(--personalization-top-solid-height) no-repeat,
    linear-gradient(to bottom, var(--personalization-top-bar-color) 0%, rgba(76, 76, 76, 0) 100%)
      top var(--personalization-top-solid-height) left / 100% var(--personalization-top-gradient-height) no-repeat;
  --personalization-bottom-fade:
    linear-gradient(var(--personalization-bottom-bar-color), var(--personalization-bottom-bar-color))
      bottom / 100% var(--personalization-bottom-solid-height) no-repeat,
    linear-gradient(to bottom, rgba(73, 73, 73, 0) 0%, var(--personalization-bottom-bar-color) 100%)
      bottom var(--personalization-bottom-solid-height) left / 100% var(--personalization-bottom-gradient-height) no-repeat;
  --feature-checklist-section-bg:
    linear-gradient(180deg, #000000 0%, #000000 44%, #000000 100%);
  --feature-checklist-overlap: 0svh;
  --showcase-flow-offset: clamp(12rem, 16vh, 14rem);
  --showcase-bar-offset: calc(var(--showcase-flow-offset) * 1);
  --showcase-rail-wide-card-width: clamp(33.6rem, 50.4vw, 50.4rem);
  --showcase-rail-demo-card-width: calc(var(--showcase-rail-wide-card-width) * 1.05);
  --showcase-inline-padding: clamp(1.5rem, 3vw, 3rem);
  --showcase-stage-width: min(calc(100% - 2rem), 76rem);
  --showcase-static-stage-width: min(120%, 108rem);
  --showcase-card-radius: 3rem;
  --showcase-safari-card-radius: 2.35rem;
  --showcase-rail-button-size: 2.8rem;
  --showcase-rail-gap-offset: 8vh;
  --showcase-top-gap: 1vh;
  --showcase-bottom-visibility: hidden;
  --footer-opacity: 0;
  --hero-topbar-height: 44px;
  --hero-stack-detail-opacity: 1;
  --metric-card-radius: 2rem;
  --metric-safari-card-radius: 1.55rem;
  --developer-card-size: min(42vw, 24rem);
  --personalization-text-size: clamp(2.2rem, 6vw, 5.8rem);
  --feature-checklist-text-size: clamp(1.9rem, 5.2vw, 4.8rem);
  --feature-checklist-final-text-size: clamp(2rem, 5vw, 5rem);
  --section-text-inline-padding: clamp(1rem, 4vw, 3rem);
  --section-text-width: min(100%, 980px);
}

html.debug-scroll-sections {
  --interstitial-section-scale: 2;
  --personalization-section-bg: #031723;
  --personalization-top-bar-color: #031723;
  --personalization-bottom-bar-color: #031723;
  --personalization-top-fade:
    linear-gradient(var(--personalization-top-bar-color), var(--personalization-top-bar-color))
      top / 100% var(--personalization-top-solid-height) no-repeat,
    linear-gradient(to bottom, var(--personalization-top-bar-color) 0%, rgba(3, 23, 35, 0) 100%)
      top var(--personalization-top-solid-height) left / 100% var(--personalization-top-gradient-height) no-repeat;
  --personalization-bottom-fade:
    linear-gradient(var(--personalization-bottom-bar-color), var(--personalization-bottom-bar-color))
      bottom / 100% var(--personalization-bottom-solid-height) no-repeat,
    linear-gradient(to bottom, rgba(3, 23, 35, 0) 0%, var(--personalization-bottom-bar-color) 100%)
      bottom var(--personalization-bottom-solid-height) left / 100% var(--personalization-bottom-gradient-height) no-repeat;
  --feature-checklist-section-bg: #000000;
}

#app {
  width: 100%;
  display: block;
}

.hero-wordmark-container {
  position: absolute;
  left: clamp(1.5rem, 6vw, 5.5rem);
  bottom: clamp(2rem, 6vw, 5rem);
  z-index: 6;
  width: var(--wordmark-size);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: clamp(0.35rem, 1vw, 0.75rem);
  transform: translateY(28px);
  opacity: 0;
  transition:
    opacity 650ms ease,
    transform 1050ms cubic-bezier(0.22, 1, 0.36, 1);
}

#text-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: min(1.2vw, 10px);
}

#text-wrapper svg {
  display: block;
  width: 100%;
  height: auto;
  fill: #000000;
  overflow: visible;
  mix-blend-mode: normal;
  opacity: 1;
  transform-origin: center;
  transform-box: fill-box;
}

.hero-stack-subtitle,
.hero-stack-support {
  display: block;
  font-weight: 600;
  line-height: 1.05;
  letter-spacing: -0.02em;
  opacity: var(--hero-stack-detail-opacity);
}

.hero-stack-subtitle {
  color: transparent;
  background-image: linear-gradient(
    110deg,
    #797979 0%,
    #797979 30%,
    #32d74b 42%,
    #797979 54%,
    #797979 100%
  );
  background-size: 240% 100%;
  background-position: 140% 50%;
  -webkit-background-clip: text;
  background-clip: text;
  mix-blend-mode: difference;
  font-size: clamp(1.05rem, 2.2vw, 2rem);
  animation: none;
}

.hero-stack-support {
  color: #32d74b;
  font-size: clamp(0.95rem, 1.7vw, 1.5rem);
}

.hero-video,
.hero-image {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  width: var(--hero-media-width);
  height: var(--hero-media-height);
  aspect-ratio: 16 / 9;
  transform: translate(-50%, -55%);
  object-fit: var(--hero-media-fit);
  object-position: center center;
  z-index: 1;
  transition:
    opacity 1200ms ease,
    transform 1200ms cubic-bezier(0.22, 1, 0.36, 1);
}

.hero-image {
  transition: none;
}

html.is-safari .hero-video {
  dynamic-range-limit: standard;
}

.container {
  position: relative;
  width: 100%;
  min-height: 100vh;
  min-height: 100dvh;
  height: 100vh;
  height: 100dvh;
  display: grid;
  place-items: center;
  overflow: hidden;
}

.intro-section {
  background: #fff;
  transition: background-color 500ms ease;
}

.hero-topbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: var(--hero-topbar-height);
  z-index: 120;
  display: flex;
  justify-content: center;
  align-items: stretch;
  isolation: isolate;
  overflow: visible;
  background: #fff;
  will-change: top, transform;
  transition:
    top 600ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 600ms cubic-bezier(0.22, 1, 0.36, 1),
    opacity 360ms ease,
    background-color 240ms ease;
}

.frosted-panel {
  background: rgba(255, 255, 255, 0.82);
  -webkit-backdrop-filter: blur(10px) saturate(1.12);
  backdrop-filter: blur(10px) saturate(1.12);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.72),
    inset 0 -1px 0 rgba(0, 0, 0, 0.08),
    0 8px 22px rgba(0, 0, 0, 0.06);
}

.hero-topbar.frosted-panel {
  box-shadow: none;
}

.hero-topbar.is-retracted {
  transform: translateY(calc(-100% - 0.75rem));
  opacity: 0;
  pointer-events: none;
}

.hero-topbar-inner {
  width: min(100%, 64rem);
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: clamp(1rem, 2.2vw, 2rem);
  padding-inline: 1rem;
  position: relative;
  z-index: 4;
}

.hero-topbar-brand {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  color: inherit;
}

.hero-topbar-logo {
  width: auto;
  height: 17px;
  display: block;
  object-fit: contain;
  filter: saturate(1);
  transition: filter 220ms ease;
}

.hero-topbar-link-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.hero-topbar-link,
.hero-topbar-download {
  border: 0;
  padding: 0;
  color: inherit;
  font: inherit;
  background: transparent;
  cursor: pointer;
}

.hero-topbar-link-image {
  width: auto;
  height: 1.08rem;
  display: block;
  object-fit: contain;
  opacity: 0.8;
}

.hero-topbar-download {
  margin-left: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.42rem;
  min-width: max-content;
  height: 1.2rem;
  text-decoration: none;
  flex-shrink: 0;
}

.hero-topbar-download-image {
  width: 1.2rem;
  height: 1.2rem;
  display: block;
  object-fit: contain;
  transform: translateY(0%);
  filter: none;
}

html.is-toolbar-state-initializing .hero-topbar {
  transition: none;
}

.hero-video-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  z-index: 0;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  transform: translateY(46px);
  transition:
    opacity 1200ms ease,
    transform 1200ms cubic-bezier(0.22, 1, 0.36, 1);
}

.hero-video-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(180deg, rgba(222, 245, 226, 1) 0 50%, #fff 50% 100%);
  opacity: 1;
  pointer-events: none;
}

.moving-background {
  will-change: auto;
}

@keyframes subtitle-shine {
  0% {
    background-position: 140% 50%;
  }

  100% {
    background-position: -40% 50%;
  }
}

@keyframes wordmark-rubber-band {
  0% {
    transform: scaleX(1);
  }

  35% {
    transform: scaleX(1.05) scaleY(0.982);
  }

  62% {
    transform: scaleX(0.992) scaleY(1.006);
  }

  100% {
    transform: scaleX(1) scaleY(1);
  }
}

@keyframes mobile-fade-up {
  from {
    opacity: 0;
    transform: translateY(18px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.intro-section.is-hero-media-visible .hero-video-bg {
  opacity: calc(var(--hero-video-opacity) * var(--hero-video-intro-opacity));
  transform: translateY(0);
}

.intro-section.is-hero-media-visible .hero-video {
  opacity: 1;
  transition: none;
}

.intro-section.is-hero-frame-active .hero-image {
  opacity: 1;
  transition: none;
}

.intro-section.is-hero-frame-active .hero-video {
  opacity: 0;
  transition: none;
}

html.is-hero-replacement-layout .intro-section.is-hero-media-visible .hero-video {
  opacity: 0;
  transition: none;
}

html.is-hero-replacement-layout .intro-section.is-hero-frame-active .hero-image {
  opacity: 1;
}

.intro-section.is-hero-wordmark-visible .hero-wordmark-container {
  opacity: 1;
  transform: translateY(0);
}

.intro-section.is-hero-wordmark-visible .hero-stack-subtitle {
  animation: subtitle-shine 1.5s ease-out 120ms 1 both;
}

.intro-section.is-hero-wordmark-visible #text-wrapper svg {
  animation: wordmark-rubber-band 620ms cubic-bezier(0.22, 1, 0.36, 1) 680ms 1 both;
}

.intro-section.is-hero-scrolled .hero-topbar-logo {
  filter: saturate(0) contrast(5);
}

@media (max-width: 1000px) {
  :root {
    --wordmark-size: min(42vw, 26rem);
    --hero-media-width: 100vw;
    --hero-media-height: auto;
    --showcase-inline-padding: clamp(1.25rem, 3vw, 2rem);
    --showcase-flow-offset: clamp(8rem, 13vh, 11rem);
    --showcase-rail-gap-offset: clamp(2.5rem, 5vh, 4rem);
    --section-text-width: min(100%, 760px);
    --personalization-text-size: clamp(1.95rem, 5.2vw, 4.25rem);
    --feature-checklist-text-size: clamp(1.7rem, 4.7vw, 3.8rem);
    --feature-checklist-final-text-size: clamp(1.75rem, 4.6vw, 3.9rem);
  }

}

html.is-hero-replacement-layout .container.intro-section {
  min-height: max(100dvh, calc(100vw / 1.375));
  height: auto;
  overflow: visible;
}

@media (max-width: 720px), (hover: none) and (pointer: coarse) {
  :root {
    --wordmark-size: min(72vw, 22rem);
    --hero-media-width: 100vw;
    --hero-media-height: auto;
    --hero-media-fit: contain;
    --hero-topbar-height: 68px;
    --interstitial-section-scale: 0.82;
    --showcase-flow-offset: clamp(8rem, 18vw, 11rem);
    --showcase-rail-wide-card-width: min(93.6vw, 36rem);
    --showcase-rail-demo-card-width: min(92vw, calc(var(--showcase-rail-wide-card-width) * 1.05));
    --showcase-inline-padding: clamp(1rem, 5vw, 1.35rem);
    --showcase-rail-gap-offset: clamp(2.25rem, 6vw, 4rem);
    --showcase-card-radius: clamp(1.15rem, 7vw, 2rem);
    --showcase-safari-card-radius: clamp(1rem, 6vw, 1.65rem);
    --showcase-rail-button-size: clamp(2.08rem, 9.6vw, 2.6rem);
    --metric-card-radius: clamp(1.2rem, 6vw, 1.7rem);
    --metric-safari-card-radius: clamp(1.05rem, 5vw, 1.45rem);
    --developer-card-size: min(58vw, 18rem);
    --apple-text-visibility: 1;
    --apple-mask-start: -0.08;
    --apple-mask-end: 1;
    --personalization-text-size: clamp(1.65rem, 9.4vw, 3.35rem);
    --feature-checklist-text-size: clamp(1.32rem, 6.4vw, 2.75rem);
    --feature-checklist-final-text-size: clamp(1.3rem, 6.2vw, 2.8rem);
    --section-text-inline-padding: clamp(1rem, 5vw, 1.35rem);
    --section-text-width: min(100%, 42rem);
  }

  .hero-topbar-inner {
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
    align-content: center;
    gap: 0.35rem 0.75rem;
    padding: 0.45rem 0.75rem;
  }

  .hero-topbar-link {
    flex: 0 0 auto;
    font-size: 0.74rem;
  }

  .hero-topbar-link-image {
    height: 0.9rem;
  }

  .hero-topbar-download {
    flex: 0 0 auto;
    margin-left: 0;
  }

  .hero-topbar-logo {
    height: 15px;
  }

  .hero-topbar-download-text {
    display: none;
  }


  .showcase-rail-shell {
    width: 100%;
    margin-left: 0;
  }

}

.personalization-section {
  min-height: 300svh;
  background: #000;
  color: #fff;
  position: relative;
  z-index: 2;
}

.personalization-inner {
  min-height: 0;
  display: grid;
  place-items: center;
  padding: clamp(1.5rem, 5vw, 5rem);
}

.personalization-text {
  padding-block: 1em;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 19;
  width: min(100%, calc(var(--section-text-width) + 4rem));
  padding-inline: var(--section-text-inline-padding);
  text-align: center;
  font-size: var(--personalization-text-size);
  line-height: 1.04;
  letter-spacing: -0.024em;
  font-weight: 650;
  color: transparent;
  opacity: var(--apple-text-visibility);
  pointer-events: none;
  -webkit-mask-image: linear-gradient(
    to top,
    transparent 0%,
    transparent calc(var(--apple-mask-start) * 100%),
    #fff calc(var(--apple-mask-start) * 100% + var(--apple-mask-fade-size)),
    #fff calc(var(--apple-mask-end) * 100%),
    transparent calc(var(--apple-mask-end) * 100% + var(--apple-mask-fade-size)),
    transparent 100%
  );
  mask-image: linear-gradient(
    to top,
    transparent 0%,
    transparent calc(var(--apple-mask-start) * 100%),
    #fff calc(var(--apple-mask-start) * 100% + var(--apple-mask-fade-size)),
    #fff calc(var(--apple-mask-end) * 100%),
    transparent calc(var(--apple-mask-end) * 100% + var(--apple-mask-fade-size)),
    transparent 100%
  );
  background-image: linear-gradient(
    95deg,
    #53b5ff 0%,
    #6f8dff 20%,
    #b172ff 42%,
    #ff6ba7 62%,
    #ff8b5a 80%,
    #ffd36e 100%
  );
  background-size: 100% 100%;
  -webkit-background-clip: text;
  background-clip: text;
}

.feature-checklist-section {
  min-height: calc((300svh * var(--interstitial-section-scale)) + var(--showcase-flow-offset));
  background: var(--feature-checklist-section-bg);
  color: #fff;
  position: relative;
  z-index: 2;
  margin-top: calc(-1 * var(--feature-checklist-overlap));
}

.feature-checklist-inner {
  position: sticky;
  top: 0;
  min-height: 100svh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(1.5rem, 5vw, 5rem);
  overflow: visible;
  isolation: isolate;
}

html.is-safari .feature-checklist-inner {
  position: -webkit-sticky;
}

.feature-checklist-line {
  position: absolute;
  left: 47%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 18;
  width: min(100%, calc(var(--section-text-width) + 8rem));
  padding-inline: var(--section-text-inline-padding);
  text-align: center;
  font-size: var(--feature-checklist-text-size);
  line-height: 1.06;
  letter-spacing: -0.02em;
  font-weight: 600;
  color: #fff;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}

.feature-checklist-line .word {
  display: inline-block;
  transform: translateY(52%);
  opacity: 0;
  margin-right: 0.28em;
  will-change: transform, opacity;
  visibility: hidden;
}

.feature-checklist-line .word:last-child {
  margin-right: 0;
}

.feature-checklist-line-3 {
  position: fixed;
  width: min(100%, calc(var(--section-text-width) + 10rem));
  font-size: var(--feature-checklist-final-text-size);
  letter-spacing: -0.024em;
  z-index: 29;
}

.checklist-showcase-intro {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 19;
  min-height: var(--showcase-bar-offset);
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: var(--showcase-top-gap) 1rem clamp(2rem, 6svh, 5rem);
  background: #f5f5f7;
  color: #111;
  text-align: center;
}

.checklist-showcase-intro .showcase-message-title {
  transform: translateY(4svh);
}

.checklist-showcase-intro .showcase-message-head {
  opacity: var(--showcase-top-opacity, 0);
  transform: translateY(var(--showcase-top-translate, 32px));
}

.showcase-section {
  width: 100%;
  background: #f5f5f7;
  color: #111;
  position: relative;
  z-index: 30;
  min-height: 390svh;
  padding-bottom: 0;
  box-sizing: border-box;
  overflow: visible;
}

.showcase-menu-section,
.showcase-controls-section,
.showcase-rail-section {
  width: 100%;
  background: #f5f5f7;
  color: #111;
  position: relative;
  z-index: 30;
  overflow: visible;
  padding-bottom: clamp(4rem, 8vh, 7rem);
}

.showcase-menu-section {
  min-height: 100svh;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-block: clamp(4rem, 8vh, 7rem);
}

.showcase-sticky-shell {
  position: sticky;
  top: 16vh;
  width: 100%;
  height: auto;
  max-height: none;
  min-height: max(calc(100svh - 16vh), 52rem);
  background: #f5f5f7;
  display: block;
  padding: var(--showcase-top-gap) var(--showcase-inline-padding) 0;
  overflow: visible;
}

html.is-safari .showcase-sticky-shell {
  position: -webkit-sticky;
  transform: translateZ(0);
  will-change: transform;
}

.showcase-message-area {
  position: relative;
  z-index: 31;
  width: min(calc(100% - 2rem), 58rem);
  margin: max(0px, calc(12svh - var(--showcase-bar-offset))) auto 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  text-align: center;
  justify-self: center;
}

.showcase-message-head {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
}

.metric-kicker,
.showcase-epilogue-kicker {
  margin-bottom: 1rem;
  font-size: 0.95rem;
  font-weight: 500;
  letter-spacing: -0.01em;
}

.showcase-message-title,
.showcase-rail-title {
  width: min(100%, 58rem);
  margin: 0 auto 0.3rem;
  font-size: clamp(3.2rem, 5vw, 5.8rem);
  line-height: 0.98;
  font-weight: 600;
  letter-spacing: -0.045em;
  color: transparent;
  text-wrap: balance;
}

.showcase-message-title {
  background-image: linear-gradient(
    92deg,
    #96fc8d 30%,
    #000000 75%
  );
  background-size: 220% 100%;
  background-position: var(--showcase-title-shine-position, 50%) 50%;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-bottom: 0.08em;
  transform: translateY(-10svh);
}

.showcase-message-area > .showcase-message-title {
  position: relative;
  z-index: 2;
  opacity: var(--showcase-top-opacity, 0);
  transform: translateY(calc(-10svh + var(--showcase-top-translate, 32px)));
}

.showcase-message-stage {
  width: var(--showcase-stage-width);
  aspect-ratio: 16 / 9;
  position: relative;
  z-index: 1;
  align-self: center;
  justify-self: center;
  margin-inline: auto;
  transform: translateY(var(--showcase-stage-entry-translate, 0px));
}

.showcase-message-video,
.showcase-message-start-image,
.showcase-message-final-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
  transform-origin: center center;
  transform: scale(calc((1.26 - (var(--showcase-stage-progress, 0) * 0.1)) * 1.8));
}

.showcase-message-video,
.showcase-message-start-image,
.showcase-message-final-image {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}

.showcase-message-final-image {
  opacity: 0;
  z-index: 0;
}

.showcase-message-start-image {
  opacity: 0;
  z-index: 0;
}

.showcase-message-video {
  opacity: 0;
  z-index: 1;
}

.showcase-message-stage.is-macbook-video-only .showcase-message-video {
  opacity: 1;
}

.showcase-message-stage.is-macbook-image-only .showcase-message-final-image {
  opacity: 1;
}

.showcase-message-stage.is-macbook-start-image-only .showcase-message-start-image {
  opacity: 1;
}

.showcase-message-body {
  width: 100%;
  margin-top: 1.5rem;
  padding: 0;
  text-align: center;
  opacity: var(--showcase-bottom-opacity, 0);
  visibility: var(--showcase-bottom-visibility, hidden);
  transform: translateY(max(3rem, calc(9svh - 4vw + var(--showcase-bottom-translate, 56px))));
}

.showcase-message-body p {
  width: min(46rem, 100%);
  margin: 0;
  color: #717171;
  margin-inline: auto;
  font-size: clamp(1.02rem, 1.6vw, 1.5rem);
  line-height: 1.42;
  font-weight: 500;
  text-wrap: balance;
  text-align: center;
}

.showcase-rail-block {
  width: min(calc(100% - (var(--showcase-inline-padding) * 2)), 90rem);
  margin: 0 auto 1rem;
  justify-self: center;
  visibility: var(--showcase-rail-visibility, hidden);
  pointer-events: var(--showcase-rail-pointer-events, none);
  opacity: var(--showcase-rail-opacity, 0);
  transform: translateY(calc(var(--showcase-rail-translate, 56px) + var(--showcase-rail-gap-offset) - 10vh));
}

.showcase-rail-heading {
  margin-bottom: 1.5rem;
  padding-inline: 0.25rem;
  text-align: center;
  visibility: var(--showcase-rail-heading-visibility, hidden);
}

.showcase-menu-story {
  width: min(calc(100% - (var(--showcase-inline-padding) * 2)), 68rem);
  margin: clamp(4rem, 10vh, 8rem) auto clamp(5rem, 12vh, 10rem);
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(18rem, 0.72fr);
  align-items: center;
  gap: clamp(1.25rem, 2.5vw, 2.5rem);
}

.showcase-menu-section > .showcase-menu-story {
  margin: 0 auto;
}

.showcase-menu-story-copy {
  max-width: 34rem;
  opacity: var(--showcase-menu-story-opacity, 0);
  transform: translateY(var(--showcase-menu-story-translate, 48px));
}

.showcase-menu-story-kicker {
  margin: 0 0 1rem;
  color: rgba(17, 17, 17, 0.48);
  font-size: 0.95rem;
  font-weight: 500;
}

.showcase-menu-story h2 {
  margin: 0;
  font-size: clamp(2.4rem, 4.5vw, 5rem);
  line-height: 0.98;
  letter-spacing: -0.045em;
  font-weight: 600;
}

.showcase-menu-story-copy > p:last-child {
  margin: 1.5rem 0 0;
  color: #717171;
  font-size: clamp(1.05rem, 1.45vw, 1.4rem);
  line-height: 1.42;
  font-weight: 500;
}

.showcase-menu-access-word {
  color: #2f6df6;
}

.showcase-menu-story-media {
  width: min(100%, 22rem);
  aspect-ratio: 600 / 1098;
  justify-self: center;
  overflow: hidden;
  background: #f5f5f7;
}

.showcase-controls-card {
  width: min(calc(90.909vw - 2.909rem), 78rem);
  aspect-ratio: 16 / 9;
  margin: 0 auto clamp(5rem, 12vh, 10rem);
  position: relative;
  overflow: hidden;
  border-radius: var(--showcase-card-radius);
  background: #f5f5f7;
  transform: scale(1.1);
  container-type: inline-size;
}

.showcase-controls-video {
  display: block;
  width: 100%;
  height: 102.9%;
  object-fit: cover;
  isolation: isolate;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: scale(1.001);
}

.showcase-controls-card p {
  position: absolute;
  top: clamp(1.25rem, 3vw, 3rem);
  left: clamp(1.25rem, 3vw, 3rem);
  margin: 0;
  color: #fff;
  font-size: 8.65cqi;
  line-height: 0.98;
  letter-spacing: -0.04em;
  font-weight: 600;
}

.showcase-controls-card p > span {
  display: block;
}

.showcase-controls-period {
  display: inline-block;
  opacity: 0;
  transform: translateX(1.5em);
}

.showcase-controls-card.is-controls-active .showcase-controls-period {
  animation: controls-period-rebound 900ms cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

@keyframes controls-period-rebound {
  0% { opacity: 0; transform: translateX(3em); }
  90% { opacity: 1; transform: translateX(-0.05em); }
  100% { opacity: 1; transform: translateX(0); }
}

.showcase-menu-story-video,
.showcase-menu-story-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: top center;
}

.showcase-menu-story-video { display: none; }

@media (min-width: 721px) {
  .showcase-menu-story-video { display: block; }
  .showcase-menu-story-image { display: none; }
}

.showcase-rail-title {
  margin-inline: auto;
  opacity: var(--showcase-rail-heading-opacity, 0);
  transform: translateY(var(--showcase-rail-heading-translate, 12px));
  background-image: linear-gradient(90deg, #141414 0%, #014490bd 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-bottom: 0.15em; 
  line-height: 1.2;
}

.showcase-rail-shell {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding-bottom: 2rem;
  background: #f5f5f7;
  overflow: visible;
}

.showcase-rail {
  width: 100%;
  display: flex;
  align-items: flex-start;
  gap: 0.9rem;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scroll-padding-inline: 0;
  padding: 0.25rem 0 0.25rem;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

.showcase-rail::-webkit-scrollbar {
  display: none;
}

.showcase-rail::before,
.showcase-rail::after {
  content: "";
  flex: 0 0 max(1rem, calc((100% - var(--showcase-rail-wide-card-width)) / 2));
}

.showcase-rail::before {
  flex-basis: max(1rem, calc((100% - var(--showcase-rail-demo-card-width)) / 2));
}

.showcase-card {
  flex: 0 0 auto;
  width: 100%;
  min-height: 0;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f5f5f7;
  border-radius: var(--showcase-card-radius);
  corner-shape: squircle;
  overflow: hidden;
  scroll-snap-align: center;
}

html.is-safari .showcase-card {
  border-radius: var(--showcase-safari-card-radius);
}

.showcase-rail-item {
  flex: 0 0 auto;
  width: var(--showcase-rail-wide-card-width);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 0.75rem;
  scroll-snap-align: center;
}

.showcase-rail-item-demo {
  width: var(--showcase-rail-demo-card-width);
}

.showcase-rail-item-battery,
.showcase-rail-item-stats {
  width: var(--showcase-rail-wide-card-width);
}

.showcase-card-caption {
  position: relative;
  margin: 0;
  width: 100%;
  color: #717171;
  font-family: inherit;
  font-size: clamp(0.89rem, 1.14vw, 1.18rem);
  line-height: 1.35;
  font-weight: 500;
  text-align: left;
  text-wrap: balance;
  pointer-events: none;
  box-sizing: border-box;
  padding: 0 0.3rem 0 1.5rem;
}

.showcase-card-caption-lead {
  color: #3d3b3b;
  font-weight: 600;
}

.showcase-rail-controls {
  position: relative;
  width: 100%;
  margin-top: 2.5rem;
  display: flex;
  justify-content: flex-end;
  padding-right: max(1rem, calc(50% - (var(--showcase-rail-wide-card-width) / 2)));
  gap: 0.65rem;
  pointer-events: auto;
  z-index: 5;
  transform: none;
}

.showcase-rail-button {
  width: var(--showcase-rail-button-size);
  height: var(--showcase-rail-button-size);
  border: 0;
  border-radius: 999px;
  display: inline-grid;
  place-items: center;
  background: transparent;
  cursor: pointer;
  transition:
    opacity 180ms ease,
    filter 180ms ease,
    background-color 180ms ease;
  -webkit-tap-highlight-color: transparent;
}

.showcase-rail-button:hover {
  filter: brightness(1.04);
}

.showcase-rail-button:active:not(:disabled) {
  filter: brightness(1.08);
}

.showcase-rail-button:disabled {
  opacity: 0.45;
  cursor: default;
  filter: none;
}

.showcase-rail-button-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  pointer-events: none;
}

.showcase-card-demo-video {
  width: 100%;
  height: calc(var(--showcase-rail-wide-card-width) * 0.694444);
  aspect-ratio: 3300 / 2160;
  transform-origin: center center;
  isolation: isolate;
}

.showcase-card-stats,
.showcase-card-battery,
.showcase-card-heat {
  width: 100%;
  aspect-ratio: 1440 / 1000;
  flex: 0 0 auto;
  background: #f5f5f7;
}

.showcase-card-stats > img,
.showcase-card-battery > img,
.showcase-card-heat > img,
.showcase-card-stats > picture > img,
.showcase-card-battery > picture > img,
.showcase-card-heat > picture > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transform: translateX(-1px);
}

.showcase-demo-video {
  position: absolute;
  inset: 0;
  width: 110%;
  height: 110%;
  object-fit: cover;
  object-position: top right;
  display: block;
  z-index: 0;
  filter: saturate(1.1);
  opacity: 1;
  pointer-events: none;
}

.caption-emphasis {
  color: #ff9900;
}

.metrics-section {
  background: #fff;
  padding: clamp(2.75rem, 7vw, 5rem) clamp(1rem, 3vw, 2rem) clamp(3.25rem, 8vw, 5.5rem);
}

.metrics-grid {
  width: min(100%, 90rem);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.metric-card {
  min-height: 16rem;
  padding: 1.35rem;
  border-radius: var(--metric-card-radius);
  background: linear-gradient(180deg, #f7f7f8 0%, #ececef 100%);
}

html.is-safari .metric-card {
  border-radius: var(--metric-safari-card-radius);
}

.metric-card h3 {
  font-size: clamp(1.7rem, 2.4vw, 2.6rem);
  line-height: 1;
  letter-spacing: -0.03em;
  font-weight: 600;
  color: #111;
}

.metric-card p:last-child {
  margin-top: 1rem;
  color: #6e6e73;
  font-size: 1.02rem;
  line-height: 1.45;
}

.metric-kicker {
  color: rgba(17, 17, 17, 0.5);
}

.showcase-epilogue-section {
  min-height: 100svh;
  background: #fff;
  color: #111;
}

.showcase-epilogue-pin {
  min-height: 100svh;
  display: grid;
  place-items: center;
  padding: clamp(1.5rem, 5vw, 5rem);
}

.showcase-epilogue-panel {
  width: min(100%, 72rem);
  padding-inline: clamp(1rem, 4vw, 3rem);
  text-align: center;
  opacity: 0;
  transform: translateY(48px);
}

.showcase-epilogue-developer-card {
  width: var(--developer-card-size);
  height: var(--developer-card-size);
  margin: 0 auto clamp(1.5rem, 3vh, 2.25rem);
  border-radius: 50%;
  overflow: hidden;
  background: #fff;
}

.showcase-epilogue-developer-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.showcase-epilogue-kicker {
  font-size: 1.9rem;
  color: rgba(17, 17, 17, 0.5);
}

.showcase-epilogue-title {
  font-size: clamp(2.65rem, 6vw, 6.6rem);
  line-height: 0.98;
  letter-spacing: -0.04em;
  font-weight: 600;
  text-wrap: balance;
}

.showcase-epilogue-body {
  width: min(100%, 43rem);
  margin: 1.3rem auto 0;
  font-size: clamp(1.05rem, 1.5vw, 1.45rem);
  line-height: 1.42;
  font-weight: 500;
  color: #0585fc;
  text-wrap: balance;
}

.showcase-epilogue-exposition {
  width: min(100%, 54rem);
  margin: 3rem auto 0;
  color: rgba(17, 17, 17, 0.5);
  font-size: clamp(0.85rem, 1.1vw, 1rem);
  line-height: 2;
  font-weight: 500;
  text-align: center;
  text-wrap: balance;
}

.site-footer {
  width: 100%;
  padding: 0 0 4.5rem;
  margin: -4rem auto 0;
  background: #fff;
  text-align: left;
  color: #86868b;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Text", "SF Pro Icons", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 1.33337;
  position: relative;
  z-index: 40;
}

.site-footer-inner {
  width: min(980px, calc(100% - 2rem));
  margin: 0 auto;
  padding: 3.5rem 0 0;
  opacity: var(--footer-opacity);
  transition: opacity 220ms linear;
}

.site-footer p {
  margin: 0;
  color: #86868b;
  font-size: 12px;
  line-height: 1.33337;
}

.site-footer .legal-wall p + p {
  margin-top: 0.75rem;
}

.site-footer .legal-wall p {
  max-width: 100%;
}

.site-footer .footer-additional-copy {
  color: #000000;
}

.site-footer .footer-refund-copy {
  color: #0585fc;
}

.site-footer .footer-meta {
  margin-top: 0.8rem;
  border-top: 1px solid #d2d2d7;
  padding-top: 0.65rem;
}

.site-footer .footer-meta-line {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: baseline;
  gap: 0.35rem 1rem;
}

.site-footer .footer-meta-main {
  min-width: 0;
  display: inline-flex;
  flex-wrap: wrap;
  gap: 0.15rem 0.4rem;
  order: 1;
}

.site-footer .footer-meta-country {
  white-space: nowrap;
  order: 2;
}

.site-footer .footer-meta-main .footer-meta-item {
  white-space: nowrap;
}

.site-footer .footer-email-link {
  display: inline;
  color: #2386ff;
  text-decoration: none;
  font-weight: 600;
  line-height: 1.33337;
  user-select: text;
  -webkit-user-select: text;
  cursor: text;
}

.site-footer .footer-meta-main .footer-meta-item:last-child {
  white-space: normal;
}

.site-footer .footer-meta-main .footer-meta-sep {
  color: #a1a1a6;
}

.site-footer .disclaimer {
  margin-top: 0.45rem;
  max-width: 100%;
}

@media (max-width: 840px) {
  :root {
    --showcase-rail-wide-card-width: min(60vw, 40.8rem);
    --showcase-rail-demo-card-width: calc(var(--showcase-rail-wide-card-width) * 1.05);
  }

  .showcase-rail-controls {
    margin-top: 2rem;
  }

  .showcase-message-body p {
    font-size: clamp(0.95rem, 3vw, 1.35rem);
  }

  .metrics-grid {
    grid-template-columns: 1fr;
  }

  .site-footer {
    padding: 0 0 3.5rem;
  }

  .site-footer-inner {
    width: calc(100% - 1.25rem);
    padding: 2.8rem 0 0;
  }
}

@media (max-width: 980px) {
  .showcase-rail {
    padding-inline: 0;
    scroll-padding-inline: 0;
  }

  .showcase-rail::before,
  .showcase-rail::after {
    flex-basis: 1rem;
  }

  .showcase-rail-controls {
    padding-right: 1rem;
  }
}

.showcase-video-control {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  z-index: 10;
  display: inline-grid;
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  touch-action: manipulation;
  isolation: isolate;
  transform: translateZ(1px);
}

.showcase-video-control-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  opacity: 0.64;
}

html.is-safari .showcase-card-demo-video {
  isolation: isolate;
  filter: none;
}

html.is-safari .showcase-video-control {
  z-index: 2;
  transform: translate3d(0, 0, 1px);
  -webkit-transform: translate3d(0, 0, 1px);
}

@media (max-width: 720px), (hover: none) and (pointer: coarse) {
  .feature-checklist-line {
    white-space: normal;
    text-wrap: balance;
  }

  .feature-checklist-line .word {
    margin-right: 0.2em;
  }

  .showcase-message-area {
    width: min(calc(100% - 2rem), 58rem);
    gap: clamp(0.85rem, 4svh, 1.5rem);
  }

  .showcase-menu-story {
    width: min(calc(100% - (var(--showcase-inline-padding) * 2)), 42rem);
    grid-template-columns: 1fr;
    gap: 2rem;
    margin-block: 4rem 5rem;
  }

  .showcase-menu-story-copy {
    width: 100%;
    margin-inline: auto;
    opacity: 1;
    transform: none;
    text-align: center;
  }

  .showcase-menu-story-media {
    width: min(62vw, 15rem);
    justify-self: center;
  }

  .showcase-controls-card {
    width: min(calc(90.909vw - 1.818rem), 42rem);
    margin-bottom: 5rem;
    border-radius: var(--showcase-safari-card-radius);
  }

  .showcase-message-body p {
    font-size: clamp(0.98rem, 4vw, 1.25rem);
  }

  .showcase-card-caption {
    font-size: clamp(0.89rem, 3.96vw, 1.1rem);
    text-align: center;
    padding: 0 clamp(0.75rem, 4vw, 1.25rem);
  }

  .metric-card {
    min-height: clamp(11rem, 44vw, 16rem);
    padding: clamp(1rem, 5vw, 1.35rem);
  }

  .metric-card h3 {
    font-size: clamp(1.45rem, 7vw, 2.2rem);
  }

  .metric-card p:last-child {
    font-size: clamp(0.92rem, 3.8vw, 1.02rem);
  }

  .showcase-epilogue-kicker {
    font-size: clamp(1.2rem, 5.6vw, 1.9rem);
  }

  .showcase-epilogue-title {
    font-size: clamp(2.25rem, 11vw, 4.2rem);
  }
}

html.is-static-layout .personalization-section,
html.is-static-layout .feature-checklist-section,
html.is-static-layout .showcase-epilogue-section {
    min-height: auto;
}

html.is-static-layout .showcase-section {
    min-height: auto;
}

html.is-static-layout .personalization-inner,
html.is-static-layout .feature-checklist-inner,
html.is-static-layout .showcase-sticky-shell,
html.is-static-layout .showcase-epilogue-pin {
    position: relative;
    top: auto;
    height: auto;
    max-height: none;
    min-height: auto;
    padding-block: clamp(2rem, 6vw, 4rem);
}

html.is-static-layout .personalization-text {
    position: relative;
    left: auto;
    top: auto;
    transform: none;
    opacity: 1;
    filter: none;
    -webkit-mask-image: none;
    mask-image: none;
}

html.is-static-layout .feature-checklist-inner {
    display: grid;
    gap: clamp(1rem, 5vw, 1.4rem);
}

html.is-static-layout .feature-checklist-line {
    position: relative;
    left: auto;
    top: auto;
    width: min(100%, 42rem);
    transform: none;
    opacity: 1;
    visibility: visible;
}

html.is-static-layout .feature-checklist-line-2 {
    animation-delay: 80ms;
}

html.is-static-layout .feature-checklist-line-3 {
    animation-delay: 160ms;
}

html.is-static-layout .feature-checklist-line .word {
    opacity: 1;
    visibility: visible;
    transform: none;
}

html.is-static-layout .checklist-showcase-intro {
    display: none;
}

html.is-static-layout .showcase-sticky-shell {
    display: flex;
    flex-direction: column;
    gap: clamp(2.5rem, 10vw, 4rem);
}

html.is-static-layout .showcase-message-area {
    gap: 0;
}

html.is-static-layout .showcase-rail {
    gap: 0;
    padding-inline: 0;
    scroll-padding-inline: 0;
}

html.is-static-layout .showcase-rail::before,
html.is-static-layout .showcase-rail::after {
    display: none;
}

html.is-static-layout .showcase-rail-item {
    padding-inline: 1rem;
}

html.is-static-layout .showcase-card-demo-video {
    height: auto;
}

html.is-static-layout .showcase-message-area > .showcase-message-title,
html.is-static-layout .showcase-message-body,
html.is-static-layout .showcase-rail-block,
html.is-static-layout .showcase-rail-heading {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: none;
}

html.is-static-layout .showcase-rail-title {
    opacity: 1;
    transform: none;
}

html.is-static-layout .showcase-rail-controls {
    margin-top: 2rem;
    padding-right: 0.25rem;
    transform: none;
}

html.is-static-layout .showcase-message-stage {
    transform: none;
}

html.is-static-layout .showcase-message-final-image {
    opacity: 1;
}

html.is-static-layout .showcase-message-video {
    display: none;
}

html.is-static-layout .showcase-epilogue-panel {
    opacity: 1;
    transform: none;
}

html.is-static-layout .site-footer {
    opacity: 1;
    margin-top: 0;
}

/* Mobile/static showcase: keep the three MacBook elements in one predictable flow. */
@media (max-width: 720px), (hover: none) and (pointer: coarse) {
  html.is-static-layout .showcase-sticky-shell {
    width: 100%;
    padding: clamp(2rem, 8vw, 3.5rem) var(--showcase-inline-padding) clamp(2rem, 8vw, 3.5rem);
    gap: 0;
  }

  html.is-static-layout .showcase-message-area {
    width: 100%;
    max-width: none;
    margin: 0 auto;
    gap: 0;
  }

  html.is-static-layout .showcase-message-area > .showcase-message-title {
    width: 100%;
    margin: 0 auto;
    font-size: clamp(2.15rem, 9vw, 3.25rem);
    line-height: 1;
  }

  html.is-static-layout .showcase-message-stage {
    width: var(--showcase-static-stage-width);
    max-width: none;
    aspect-ratio: 16 / 8;
    margin: 0 auto;
    margin-left: -10%;
    margin-right: -10%;
    transform: none;
  }

  html.is-static-layout .showcase-message-video,
  html.is-static-layout .showcase-message-start-image,
  html.is-static-layout .showcase-message-final-image {
    transform: none;
    object-fit: cover;
    object-position: center center;
  }

  html.is-static-layout .showcase-message-body {
    width: 100%;
    margin: 0 auto;
  }

  html.is-static-layout .showcase-message-body p {
    width: 100%;
    max-width: 46rem;
    font-size: clamp(1rem, 4.2vw, 1.25rem);
    line-height: 1.42;
  }
}

@media (max-width: 720px) {
  .showcase-rail-item,
  .showcase-rail-item-demo,
  .showcase-rail-item-battery,
  .showcase-rail-item-stats {
    width: 100%;
    padding-inline: 0;
  }
}
