.hover-page {
  --hover-night: #100905;
  --hover-night-soft: #1d1009;
  --hover-panel: rgba(255, 250, 245, 0.96);
  overflow-x: hidden;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.hover-header.is-scrolled {
  background: rgba(16, 9, 5, 0.9);
}

.hover-header .site-nav {
  gap: 25px;
}

.hover-hero {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(330px, 0.74fr) minmax(580px, 1.26fr);
  align-items: center;
  gap: clamp(48px, 5.5vw, 90px);
  min-height: 100svh;
  padding: 124px max(24px, calc((100vw - 1400px) / 2)) 74px;
  overflow: hidden;
  color: var(--white);
  background:
    radial-gradient(circle at 83% 31%, rgba(249, 115, 22, 0.14), transparent 27%),
    linear-gradient(128deg, #090503 0%, var(--hover-night-soft) 58%, #100905 100%);
}

.hover-hero-grid {
  position: absolute;
  z-index: -2;
  inset: 0;
  opacity: 0.23;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.026) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.026) 1px, transparent 1px);
  background-size: 62px 62px;
  mask-image: linear-gradient(90deg, transparent, black 42%, black 100%);
}

.hover-hero-glow {
  position: absolute;
  z-index: -1;
  top: 14%;
  right: -12%;
  width: 52vw;
  height: 52vw;
  border-radius: 50%;
  background: rgba(249, 115, 22, 0.09);
  filter: blur(90px);
}

.hover-hero-copy {
  position: relative;
  z-index: 5;
  max-width: 600px;
  animation: hover-copy-in 900ms var(--ease) both;
}

.hover-product-name {
  margin: 0 0 40px;
  color: var(--white);
  font-family: var(--serif);
  font-size: clamp(3.6rem, 6.8vw, 7.35rem);
  font-weight: 600;
  letter-spacing: -0.075em;
  line-height: 0.76;
}

.hover-product-name em {
  display: block;
  color: var(--orange);
  font-weight: inherit;
}

.hover-eyebrow {
  margin: 0 0 19px;
  color: rgba(255, 250, 245, 0.5);
  font-size: 0.69rem;
  font-weight: 800;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.hover-hero h1 {
  max-width: 570px;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(3.2rem, 5.2vw, 5.8rem);
  font-weight: 500;
  letter-spacing: -0.067em;
  line-height: 0.9;
}

.hover-hero-intro {
  max-width: 540px;
  margin: 27px 0 0;
  color: rgba(255, 250, 245, 0.64);
  font-family: var(--serif);
  font-size: clamp(1.05rem, 1.5vw, 1.28rem);
  line-height: 1.58;
}

.hover-hero-actions {
  display: flex;
  align-items: center;
  gap: 25px;
  margin-top: 33px;
}

.hover-primary-action {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 34px;
  min-width: 226px;
  padding: 13px 15px 13px 18px;
  color: var(--ink);
  background: var(--orange);
  border: 1px solid var(--orange);
  border-radius: 7px;
  font-size: 0.78rem;
  font-weight: 800;
  transition: color 180ms ease, background 180ms ease, border-color 180ms ease, transform 220ms var(--ease);
}

.hover-primary-action > span:last-child {
  font-size: 1rem;
}

.hover-primary-action:hover,
.hover-primary-action:focus-visible {
  color: var(--white);
  background: var(--orange-deep);
  border-color: var(--orange-deep);
  transform: translateY(-2px);
}

.hover-primary-action.dark {
  color: var(--white);
  background: var(--ink);
  border-color: var(--ink);
}

.hover-primary-action.dark:hover,
.hover-primary-action.dark:focus-visible {
  color: var(--ink);
  background: var(--white);
  border-color: var(--white);
}

.hover-primary-action.light {
  color: var(--ink);
  background: var(--white);
  border-color: rgba(255, 255, 255, 0.8);
}

.hover-primary-action.light:hover,
.hover-primary-action.light:focus-visible {
  color: var(--white);
  background: transparent;
}

.hover-text-link {
  padding: 7px 0 5px;
  color: rgba(255, 250, 245, 0.67);
  border-bottom: 1px solid rgba(255, 250, 245, 0.25);
  font-size: 0.78rem;
  font-weight: 750;
  transition: color 180ms ease, border-color 180ms ease;
}

.hover-text-link:hover,
.hover-text-link:focus-visible {
  color: var(--white);
  border-color: var(--orange);
}

.hover-hero-note {
  margin: 24px 0 0;
  color: rgba(255, 250, 245, 0.36);
  font-size: 0.68rem;
  letter-spacing: 0.02em;
}

.hover-demo-wrap {
  position: relative;
  z-index: 4;
  width: min(760px, 100%);
  justify-self: end;
  animation: hover-demo-in 1100ms 120ms var(--ease) both;
}

.hover-demo-kicker {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 12px;
  color: rgba(255, 250, 245, 0.42);
  font-size: 0.65rem;
  font-weight: 760;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hover-demo-kicker span {
  width: 6px;
  height: 6px;
  background: var(--orange);
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(249, 115, 22, 0.1);
}

.mac-desktop {
  --floating-size: 43px;
  position: relative;
  width: 100%;
  aspect-ratio: 1.37;
  min-height: 510px;
  overflow: hidden;
  color: var(--ink);
  background:
    radial-gradient(circle at 18% 83%, rgba(249, 115, 22, 0.28), transparent 24%),
    radial-gradient(circle at 86% 24%, rgba(255, 250, 245, 0.11), transparent 30%),
    linear-gradient(145deg, #3b1d0f 0%, #160b06 54%, #090503 100%);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 17px;
  box-shadow: 0 48px 110px rgba(0, 0, 0, 0.52), 0 0 0 1px rgba(0, 0, 0, 0.3);
  transform: perspective(1300px) rotateY(-1.5deg) rotateX(0.5deg);
  transform-origin: center;
}

.mac-wallpaper-mark {
  position: absolute;
  right: 21%;
  bottom: -20%;
  color: rgba(249, 115, 22, 0.07);
  font-family: var(--serif);
  font-size: 400px;
  font-style: italic;
  font-weight: 700;
  line-height: 1;
  transform: rotate(-14deg);
  user-select: none;
}

.mac-menu-bar {
  position: absolute;
  z-index: 20;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 35px;
  padding: 0 11px;
  color: rgba(19, 11, 6, 0.76);
  background: rgba(255, 250, 245, 0.85);
  border-bottom: 1px solid rgba(19, 11, 6, 0.12);
  backdrop-filter: blur(22px);
  font-size: 9px;
}

.mac-menu-left,
.mac-menu-right {
  display: flex;
  align-items: center;
  gap: 12px;
}

.mac-menu-left strong {
  font-weight: 800;
}

.mac-apple {
  font-size: 8px;
}

.demo-document {
  position: absolute;
  z-index: 2;
  top: 13%;
  left: 4%;
  width: 66%;
  height: 78%;
  padding: clamp(31px, 4.2vw, 56px) clamp(29px, 4.2vw, 55px);
  overflow: hidden;
  color: var(--ink);
  background: #fffdf9;
  border: 1px solid rgba(19, 11, 6, 0.15);
  border-radius: 8px;
  box-shadow: 0 24px 55px rgba(0, 0, 0, 0.32);
}

.demo-document-label {
  margin: 0 0 14px;
  color: var(--orange-deep);
  font-size: 0.57rem;
  font-weight: 820;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.demo-document h2 {
  max-width: 390px;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(1.8rem, 3.1vw, 3rem);
  font-weight: 500;
  letter-spacing: -0.05em;
  line-height: 0.96;
}

.demo-paragraph {
  max-width: 440px;
  margin: clamp(22px, 3vw, 37px) 0 0;
  color: rgba(19, 11, 6, 0.63);
  font-family: var(--serif);
  font-size: clamp(0.82rem, 1.25vw, 1.04rem);
  line-height: 1.78;
  cursor: none;
}

.demo-paragraph .demo-token {
  position: relative;
  border-radius: 1px;
  transition: color 90ms linear, background 90ms linear;
}

.demo-paragraph .demo-token.is-reading {
  color: var(--ink);
  background: linear-gradient(transparent 73%, rgba(249, 115, 22, 0.42) 73%);
}

.demo-document-hint {
  position: absolute;
  right: clamp(29px, 4.2vw, 55px);
  bottom: 25px;
  left: clamp(29px, 4.2vw, 55px);
  margin: 0;
  color: rgba(19, 11, 6, 0.34);
  border-top: 1px solid rgba(19, 11, 6, 0.1);
  padding-top: 12px;
  font-size: 0.61rem;
}

.demo-document-hint span {
  color: rgba(19, 11, 6, 0.67);
  font-weight: 800;
}

.demo-pointer {
  position: absolute;
  z-index: 18;
  top: 55%;
  left: 34%;
  width: 23px;
  height: 28px;
  pointer-events: none;
  filter: drop-shadow(0 3px 3px rgba(0, 0, 0, 0.28));
  will-change: left, top;
}

.demo-source-line {
  position: absolute;
  z-index: 7;
  top: 60%;
  left: 20%;
  width: 32px;
  height: 2px;
  background: var(--orange);
  pointer-events: none;
  opacity: 0;
  transition: opacity 100ms linear;
}

.demo-source-line.is-visible {
  opacity: 1;
}

.demo-floating-word {
  position: absolute;
  z-index: 16;
  top: 44%;
  left: 34%;
  display: grid;
  grid-template-columns: 10px max-content 10px;
  align-items: center;
  color: var(--white);
  pointer-events: none;
  transform: translate(-50%, -115%);
  will-change: left, top;
}

.demo-floating-word.has-background .floating-word-content {
  padding: 4px 11px 7px;
  background: rgba(16, 9, 5, 0.88);
  border-radius: 5px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.18);
}

.floating-word-content {
  display: inline-flex;
  align-items: baseline;
  justify-content: center;
  min-width: 68px;
  font-family: var(--serif);
  font-size: var(--floating-size);
  font-weight: 600;
  letter-spacing: -0.045em;
  line-height: 1;
  text-shadow:
    -1px 0 rgba(16, 9, 5, 0.92),
    0 1px rgba(16, 9, 5, 0.92),
    1px 0 rgba(16, 9, 5, 0.92),
    0 -1px rgba(16, 9, 5, 0.92);
}

.floating-word-content b {
  color: var(--orange);
  font-weight: inherit;
}

.demo-floating-word.theme-ink {
  color: var(--ink);
}

.demo-floating-word.theme-ink .floating-word-content {
  text-shadow:
    -1px 0 rgba(255, 250, 245, 0.92),
    0 1px rgba(255, 250, 245, 0.92),
    1px 0 rgba(255, 250, 245, 0.92),
    0 -1px rgba(255, 250, 245, 0.92);
}

.demo-floating-word.theme-orange {
  color: var(--orange);
}

.demo-floating-word.theme-orange .floating-word-content b {
  color: var(--white);
}

.floating-guide {
  position: relative;
  display: block;
  width: 8px;
  height: 1px;
  background: currentColor;
  opacity: 0.82;
}

.floating-guide.top::after,
.floating-guide.bottom::after {
  content: "";
  position: absolute;
  left: 3px;
  width: 1px;
  height: 5px;
  background: currentColor;
}

.floating-guide.top::after {
  bottom: 0;
}

.floating-guide.bottom::after {
  top: 0;
}

.demo-menu-trigger {
  position: absolute;
  z-index: 24;
  top: 4px;
  right: 78px;
  display: grid;
  place-items: center;
  width: 27px;
  height: 27px;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 5px;
  cursor: pointer;
}

.demo-menu-trigger:hover,
.demo-menu-trigger:focus-visible,
.demo-menu-trigger[aria-expanded="true"] {
  background: rgba(19, 11, 6, 0.1);
}

.demo-menu-trigger img {
  border-radius: 4px;
}

.demo-settings {
  position: absolute;
  z-index: 23;
  top: 39px;
  right: 2.4%;
  width: 258px;
  padding: 13px;
  color: rgba(19, 11, 6, 0.9);
  background: var(--hover-panel);
  border: 1px solid rgba(19, 11, 6, 0.14);
  border-radius: 12px;
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.42), 0 1px 0 rgba(255, 255, 255, 0.74) inset;
  backdrop-filter: blur(26px);
  font-size: 10px;
  transform-origin: top right;
  transition: opacity 170ms ease, transform 220ms var(--ease), visibility 170ms ease;
}

.demo-settings.is-closed {
  visibility: hidden;
  opacity: 0;
  transform: translateY(-6px) scale(0.98);
}

.settings-head,
.settings-head > div,
.setting-label-row,
.setting-inline,
.setting-colors {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.settings-head {
  padding: 2px 1px 11px;
}

.settings-head > div {
  gap: 6px;
}

.settings-status-dot {
  width: 6px;
  height: 6px;
  background: #2fa954;
  border-radius: 50%;
}

.switch-label {
  display: block;
  cursor: pointer;
}

.switch-label input {
  position: absolute;
  opacity: 0;
}

.switch-label i {
  position: relative;
  display: block;
  width: 28px;
  height: 16px;
  background: rgba(19, 11, 6, 0.18);
  border-radius: 20px;
  transition: background 150ms ease;
}

.switch-label i::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: 12px;
  height: 12px;
  background: white;
  border-radius: 50%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  transition: transform 180ms var(--ease);
}

.switch-label input:checked + i {
  background: var(--orange);
}

.switch-label input:checked + i::after {
  transform: translateX(12px);
}

.switch-label input:focus-visible + i {
  outline: 2px solid var(--orange);
  outline-offset: 2px;
}

.settings-playback {
  display: grid;
  grid-template-columns: 32px 1fr 28px;
  align-items: center;
  gap: 9px;
  padding: 10px;
  background: rgba(19, 11, 6, 0.055);
  border-radius: 8px;
}

.settings-playback button {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  padding: 0;
  color: var(--white);
  background: var(--ink);
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  font-size: 10px;
}

.settings-playback button:hover,
.settings-playback button:focus-visible {
  background: var(--orange-deep);
}

.settings-playback .restart-control {
  width: 26px;
  height: 26px;
  color: rgba(19, 11, 6, 0.64);
  background: transparent;
  font-size: 15px;
}

.settings-playback .restart-control:hover,
.settings-playback .restart-control:focus-visible {
  color: var(--ink);
  background: rgba(19, 11, 6, 0.08);
}

.settings-playback strong,
.settings-playback span {
  display: block;
}

.settings-playback strong {
  max-width: 120px;
  overflow: hidden;
  font-family: var(--serif);
  font-size: 15px;
  line-height: 1.15;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.settings-playback div > span {
  margin-top: 2px;
  color: rgba(19, 11, 6, 0.43);
  font-size: 8px;
}

.setting-group {
  padding: 13px 2px 10px;
}

.setting-label-row output {
  color: var(--orange-deep);
  font-size: 9px;
  font-weight: 800;
}

.setting-range {
  width: 100%;
  height: 3px;
  margin: 10px 0 2px;
  accent-color: var(--orange);
  cursor: pointer;
}

.setting-inline {
  padding: 11px 2px;
  border-top: 1px solid rgba(19, 11, 6, 0.1);
}

.setting-inline select {
  width: 112px;
  padding: 3px 22px 3px 7px;
  color: rgba(19, 11, 6, 0.75);
  background: rgba(19, 11, 6, 0.055);
  border: 0;
  border-radius: 5px;
  font: inherit;
}

.setting-toggles {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  padding: 10px 2px;
  border-top: 1px solid rgba(19, 11, 6, 0.1);
}

.setting-toggles label {
  display: flex;
  align-items: center;
  gap: 5px;
  color: rgba(19, 11, 6, 0.68);
}

.setting-toggles input {
  width: 12px;
  height: 12px;
  accent-color: var(--orange);
}

.setting-colors {
  justify-content: flex-start;
  gap: 7px;
  padding: 10px 2px 7px;
  border-top: 1px solid rgba(19, 11, 6, 0.1);
}

.setting-colors > span {
  margin-right: auto;
}

.color-choice {
  width: 16px;
  height: 16px;
  padding: 0;
  border: 1px solid rgba(19, 11, 6, 0.2);
  border-radius: 50%;
  cursor: pointer;
}

.color-choice.is-selected {
  box-shadow: 0 0 0 2px var(--hover-panel), 0 0 0 3px var(--orange);
}

.color-choice.light {
  background: var(--white);
}

.color-choice.ink {
  background: var(--ink);
}

.color-choice.orange {
  background: var(--orange);
}

.settings-foot {
  margin: 6px 0 0;
  color: rgba(19, 11, 6, 0.35);
  font-size: 8px;
  text-align: center;
}

.mac-desktop.reader-off .demo-floating-word,
.mac-desktop.reader-off .demo-source-line,
.mac-desktop.reader-off .demo-pointer {
  opacity: 0;
}

.mac-desktop.reader-off .settings-status-dot {
  background: rgba(19, 11, 6, 0.25);
}

.mac-desktop.position-upper-right .demo-floating-word {
  top: 15% !important;
  right: 5%;
  left: auto !important;
  transform: none;
}

.mac-desktop.position-upper-left .demo-floating-word {
  top: 15% !important;
  left: 5% !important;
  transform: none;
}

@keyframes hover-copy-in {
  from { opacity: 0; transform: translateY(24px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes hover-demo-in {
  from { opacity: 0; transform: translate(34px, 18px) scale(0.98); }
  to { opacity: 1; transform: translate(0, 0) scale(1); }
}

.hover-flow {
  padding-top: clamp(110px, 13vw, 175px);
  padding-bottom: clamp(110px, 13vw, 175px);
}

.hover-section-heading {
  display: grid;
  grid-template-columns: minmax(170px, 0.35fr) minmax(400px, 1fr) minmax(240px, 0.5fr);
  align-items: end;
  gap: clamp(35px, 6vw, 96px);
}

.hover-section-heading > * {
  margin: 0;
}

.hover-section-heading h2 {
  font-family: var(--serif);
  font-size: clamp(4rem, 8.4vw, 8.8rem);
  font-weight: 500;
  letter-spacing: -0.078em;
  line-height: 0.82;
}

.hover-section-heading > p:last-child {
  color: rgba(19, 11, 6, 0.55);
  line-height: 1.72;
}

.hover-flow-list {
  margin-top: clamp(78px, 9vw, 120px);
  border-top: 1px solid var(--line);
}

.hover-flow-row {
  display: grid;
  grid-template-columns: 65px minmax(240px, 0.85fr) minmax(260px, 0.78fr) minmax(190px, 0.55fr);
  align-items: center;
  gap: clamp(25px, 4.5vw, 72px);
  min-height: 190px;
  padding: 35px 0;
  border-bottom: 1px solid var(--line);
  transition: padding 300ms var(--ease), background 200ms ease;
}

.hover-flow-row:hover {
  padding-right: 18px;
  padding-left: 18px;
  background: rgba(217, 86, 9, 0.045);
}

.flow-number {
  color: var(--orange-deep);
  font-size: 0.68rem;
  font-weight: 820;
  letter-spacing: 0.14em;
}

.hover-flow-row h3 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(2.1rem, 4vw, 4rem);
  font-weight: 500;
  letter-spacing: -0.055em;
  line-height: 0.95;
}

.hover-flow-row p {
  margin: 0;
  color: rgba(19, 11, 6, 0.55);
  line-height: 1.7;
}

.flow-example {
  justify-self: end;
  color: rgba(19, 11, 6, 0.44);
  font-family: var(--serif);
  font-size: clamp(1.15rem, 2.2vw, 1.85rem);
  white-space: nowrap;
}

.flow-example b {
  color: var(--ink);
  font-weight: 500;
  background: linear-gradient(transparent 75%, rgba(249, 115, 22, 0.45) 75%);
}

.cursor-path {
  position: relative;
  display: flex;
  align-items: center;
  gap: 11px;
  min-width: 170px;
}

.cursor-path i {
  display: block;
  width: 68px;
  height: 30px;
  border-bottom: 1px dashed rgba(19, 11, 6, 0.3);
  border-radius: 50%;
  transform: rotate(-10deg);
}

.hover-controls {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(340px, 0.78fr) minmax(470px, 1.05fr);
  gap: clamp(80px, 12vw, 190px);
  min-height: 900px;
  padding: clamp(120px, 13vw, 185px) max(24px, calc((100vw - 1180px) / 2));
  overflow: hidden;
  color: var(--white);
  background:
    radial-gradient(circle at 15% 74%, rgba(249, 115, 22, 0.18), transparent 25%),
    var(--hover-night);
}

.control-copy {
  align-self: start;
  position: sticky;
  top: 125px;
}

.control-copy .eyebrow {
  color: var(--orange);
}

.control-copy h2 {
  max-width: 540px;
  margin: 18px 0 0;
  font-family: var(--serif);
  font-size: clamp(4rem, 7vw, 7rem);
  font-weight: 500;
  letter-spacing: -0.075em;
  line-height: 0.84;
}

.control-copy > p:last-child {
  max-width: 490px;
  margin: 30px 0 0;
  color: rgba(255, 250, 245, 0.53);
  font-family: var(--serif);
  font-size: 1.15rem;
  line-height: 1.68;
}

.control-ledger {
  align-self: start;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.ledger-row {
  display: grid;
  grid-template-columns: 0.48fr 1fr 0.7fr;
  align-items: baseline;
  gap: 25px;
  min-height: 110px;
  padding: 28px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.ledger-row > span {
  color: var(--orange);
  font-size: 0.67rem;
  font-weight: 820;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.ledger-row strong {
  font-family: var(--serif);
  font-size: clamp(1.5rem, 2.4vw, 2.25rem);
  font-weight: 500;
  letter-spacing: -0.035em;
}

.ledger-row em {
  color: rgba(255, 250, 245, 0.4);
  font-size: 0.75rem;
  font-style: normal;
}

.control-word {
  position: absolute;
  right: 3.5%;
  bottom: 7%;
  z-index: -1;
  display: flex;
  align-items: center;
  gap: 25px;
  color: rgba(255, 250, 245, 0.045);
  user-select: none;
}

.control-word p {
  margin: 0;
  font-family: var(--serif);
  font-size: min(14vw, 190px);
  font-weight: 600;
  letter-spacing: -0.06em;
}

.control-word p span {
  color: rgba(249, 115, 22, 0.14);
}

.control-word i {
  width: 46px;
  height: 1px;
  background: currentColor;
}

.hover-local {
  padding-top: clamp(115px, 14vw, 190px);
  padding-bottom: clamp(115px, 14vw, 190px);
}

.local-copy {
  display: grid;
  grid-template-columns: 0.5fr minmax(520px, 1.15fr) minmax(250px, 0.55fr);
  align-items: end;
  gap: clamp(40px, 6vw, 90px);
}

.local-copy > * {
  margin: 0;
}

.local-copy h2 {
  font-family: var(--serif);
  font-size: clamp(4rem, 7.8vw, 8.2rem);
  font-weight: 500;
  letter-spacing: -0.075em;
  line-height: 0.84;
}

.local-copy > p:last-child {
  color: rgba(19, 11, 6, 0.56);
  line-height: 1.75;
}

.local-sequence {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  align-items: center;
  gap: clamp(22px, 4vw, 55px);
  margin-top: clamp(80px, 9vw, 125px);
  padding: 45px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.local-sequence div {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 4px 13px;
}

.local-sequence span {
  grid-row: 1 / 3;
  color: var(--orange-deep);
  font-size: 0.67rem;
  font-weight: 820;
  letter-spacing: 0.12em;
}

.local-sequence strong {
  font-family: var(--serif);
  font-size: clamp(1.35rem, 2vw, 1.85rem);
  font-weight: 500;
  line-height: 1;
}

.local-sequence small {
  color: rgba(19, 11, 6, 0.43);
  font-size: 0.67rem;
}

.local-sequence > i {
  color: rgba(19, 11, 6, 0.24);
  font-style: normal;
}

.compatibility-note {
  max-width: 750px;
  margin: 35px 0 0 auto;
  color: rgba(19, 11, 6, 0.44);
  font-size: 0.73rem;
  line-height: 1.7;
}

.hover-trial {
  display: grid;
  grid-template-columns: minmax(300px, 0.9fr) minmax(430px, 0.72fr);
  align-items: center;
  gap: clamp(50px, 9vw, 145px);
  min-height: 900px;
  padding: clamp(100px, 12vw, 170px) max(24px, calc((100vw - 1180px) / 2));
  color: var(--ink);
  background: var(--orange);
}

.trial-number {
  align-self: center;
  color: rgba(255, 250, 245, 0.9);
  font-family: var(--serif);
  font-size: clamp(22rem, 43vw, 42rem);
  font-style: italic;
  font-weight: 600;
  letter-spacing: -0.12em;
  line-height: 0.58;
  text-align: center;
  text-shadow: 0 28px 80px rgba(133, 47, 0, 0.16);
  transform: rotate(-7deg);
}

.trial-copy .eyebrow {
  color: rgba(19, 11, 6, 0.55);
}

.trial-copy h2 {
  max-width: 650px;
  margin: 18px 0 0;
  font-family: var(--serif);
  font-size: clamp(4rem, 7.1vw, 7rem);
  font-weight: 500;
  letter-spacing: -0.075em;
  line-height: 0.84;
}

.trial-copy > p:not(.eyebrow, .trial-fine-print) {
  max-width: 560px;
  margin: 28px 0 0;
  color: rgba(19, 11, 6, 0.65);
  font-family: var(--serif);
  font-size: 1.12rem;
  line-height: 1.7;
}

.trial-copy ul {
  margin: 29px 0 33px;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(19, 11, 6, 0.18);
}

.trial-copy li {
  padding: 12px 0;
  border-bottom: 1px solid rgba(19, 11, 6, 0.18);
  font-size: 0.78rem;
  font-weight: 700;
}

.trial-fine-print {
  max-width: 520px;
  margin: 16px 0 0;
  color: rgba(19, 11, 6, 0.48);
  font-size: 0.68rem;
  line-height: 1.55;
}

.hover-compatibility {
  display: grid;
  grid-template-columns: minmax(340px, 0.7fr) minmax(470px, 1fr);
  gap: clamp(70px, 12vw, 180px);
  padding-top: clamp(115px, 14vw, 190px);
  padding-bottom: clamp(115px, 14vw, 190px);
}

.compatibility-heading h2 {
  margin: 18px 0 0;
  font-family: var(--serif);
  font-size: clamp(4rem, 7.5vw, 7.8rem);
  font-weight: 500;
  letter-spacing: -0.075em;
  line-height: 0.84;
}

.app-list {
  align-self: center;
  border-top: 1px solid var(--line);
}

.app-list span {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 63px;
  border-bottom: 1px solid var(--line);
  font-family: var(--serif);
  font-size: clamp(1.5rem, 2.7vw, 2.55rem);
  letter-spacing: -0.035em;
}

.app-list span::after {
  content: "Readable text";
  color: rgba(19, 11, 6, 0.36);
  font-family: var(--sans);
  font-size: 0.63rem;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.app-list span:last-child {
  color: var(--orange-deep);
  font-style: italic;
}

.app-list span:last-child::after {
  content: "Accessibility supported";
}

.compatibility-version {
  grid-column: 2;
  margin: -52px 0 0;
  color: rgba(19, 11, 6, 0.43);
  font-size: 0.7rem;
}

.hover-final-cta {
  position: relative;
  isolation: isolate;
  display: grid;
  place-items: center;
  min-height: min(850px, 92svh);
  padding: 110px 24px;
  overflow: hidden;
  color: var(--white);
  background:
    radial-gradient(circle at 50% 15%, rgba(249, 115, 22, 0.2), transparent 24%),
    var(--hover-night);
  text-align: center;
}

.hover-final-cta > img {
  margin-bottom: 24px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 22px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.34);
}

.hover-final-cta .eyebrow {
  color: var(--orange);
}

.hover-final-cta h2 {
  margin: 21px 0 0;
  font-family: var(--serif);
  font-size: clamp(4.1rem, 9vw, 8.8rem);
  font-weight: 500;
  letter-spacing: -0.078em;
  line-height: 0.82;
}

.hover-final-cta > p:not(.eyebrow) {
  margin: 28px 0 29px;
  color: rgba(255, 250, 245, 0.58);
}

.hover-cta-orbit {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  display: grid;
  place-items: center;
  width: min(75vw, 760px);
  height: min(75vw, 760px);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.hover-cta-orbit::before,
.hover-cta-orbit::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.04);
  border-radius: 50%;
}

.hover-cta-orbit::before {
  inset: 12%;
}

.hover-cta-orbit::after {
  inset: 28%;
}

.hover-cta-orbit span {
  color: rgba(249, 115, 22, 0.075);
  font-family: var(--serif);
  font-size: min(55vw, 590px);
  font-style: italic;
  font-weight: 700;
  line-height: 1;
  transform: rotate(-11deg);
}

@media (max-width: 1200px) {
  .hover-hero {
    grid-template-columns: minmax(310px, 0.7fr) minmax(540px, 1.15fr);
    gap: 38px;
  }

  .hover-product-name {
    font-size: clamp(3.6rem, 6vw, 5.8rem);
  }

  .mac-desktop {
    min-height: 470px;
  }

  .demo-settings {
    width: 238px;
  }
}

@media (max-width: 1000px) {
  .hover-hero {
    display: block;
    padding-top: 130px;
  }

  .hover-hero-copy {
    max-width: 760px;
  }

  .hover-product-name {
    font-size: clamp(5rem, 13vw, 8rem);
  }

  .hover-hero h1 {
    max-width: 720px;
  }

  .hover-demo-wrap {
    width: min(820px, 100%);
    margin: 82px auto 0;
  }

  .hover-section-heading,
  .local-copy {
    grid-template-columns: minmax(150px, 0.4fr) 1fr;
  }

  .hover-section-heading > p:last-child,
  .local-copy > p:last-child {
    grid-column: 2;
  }

  .hover-flow-row {
    grid-template-columns: 50px minmax(220px, 0.8fr) 1fr;
  }

  .flow-example {
    grid-column: 2 / 4;
    justify-self: start;
    margin-top: -12px;
  }

  .hover-controls,
  .hover-compatibility {
    grid-template-columns: 1fr 1fr;
    gap: 60px;
  }

  .local-sequence {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .local-sequence > i {
    display: none;
  }

  .hover-trial {
    grid-template-columns: 0.72fr 1fr;
    gap: 50px;
  }

  .trial-number {
    font-size: clamp(19rem, 43vw, 31rem);
  }
}

@media (max-width: 760px) {
  .hover-header .site-nav {
    display: none;
  }

  .hover-hero {
    min-height: auto;
    padding: 116px 20px 75px;
  }

  .hover-hero-grid {
    background-size: 42px 42px;
  }

  .hover-product-name {
    margin-bottom: 31px;
    font-size: clamp(4.6rem, 24vw, 7rem);
  }

  .hover-hero h1 {
    font-size: clamp(3rem, 14vw, 4.8rem);
  }

  .hover-hero-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 15px;
  }

  .hover-demo-wrap {
    margin-top: 69px;
  }

  .mac-desktop {
    min-height: 550px;
    aspect-ratio: auto;
    border-radius: 12px;
    transform: none;
  }

  .mac-menu-left span:not(.mac-apple),
  .mac-menu-left strong,
  .mac-menu-right span:first-child {
    display: none;
  }

  .demo-document {
    top: 10%;
    left: 4%;
    width: 92%;
    height: 60%;
    padding: 30px 26px;
  }

  .demo-document h2 {
    max-width: 400px;
    font-size: clamp(2rem, 9vw, 3rem);
  }

  .demo-paragraph {
    max-width: none;
    font-size: 0.88rem;
  }

  .demo-document-hint {
    right: 26px;
    bottom: 17px;
    left: 26px;
  }

  .demo-settings {
    top: auto;
    right: 4%;
    bottom: 3%;
    width: 92%;
    padding: 11px;
  }

  .settings-head,
  .settings-foot,
  .setting-colors {
    display: none;
  }

  .settings-playback {
    grid-template-columns: 30px 1fr 28px;
  }

  .setting-group,
  .setting-inline,
  .setting-toggles {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .setting-group {
    display: inline-block;
    width: 54%;
    vertical-align: top;
  }

  .setting-inline {
    display: inline-flex;
    width: 44%;
    margin-top: 0;
    border-top: 0;
    vertical-align: top;
  }

  .setting-toggles {
    padding-bottom: 1px;
  }

  .hover-section-heading,
  .local-copy,
  .hover-controls,
  .hover-compatibility {
    grid-template-columns: 1fr;
  }

  .hover-section-heading,
  .local-copy {
    gap: 26px;
  }

  .hover-section-heading > p:last-child,
  .local-copy > p:last-child {
    grid-column: 1;
  }

  .hover-section-heading h2,
  .local-copy h2,
  .control-copy h2,
  .compatibility-heading h2 {
    font-size: clamp(3.7rem, 18vw, 6.2rem);
  }

  .hover-flow-list {
    margin-top: 68px;
  }

  .hover-flow-row {
    grid-template-columns: 38px 1fr;
    gap: 17px;
    min-height: 0;
    padding: 37px 0;
  }

  .hover-flow-row:hover {
    padding-right: 10px;
    padding-left: 10px;
  }

  .hover-flow-row p,
  .flow-example {
    grid-column: 2;
  }

  .hover-flow-row p {
    margin-top: 4px;
  }

  .flow-example {
    margin-top: 4px;
  }

  .hover-controls {
    min-height: auto;
    padding: 110px 20px 145px;
  }

  .control-copy {
    position: static;
  }

  .ledger-row {
    grid-template-columns: 0.48fr 1fr;
  }

  .ledger-row em {
    grid-column: 2;
  }

  .control-word {
    right: 0;
    bottom: 2%;
  }

  .local-sequence {
    margin-top: 66px;
  }

  .compatibility-note {
    margin-left: 0;
  }

  .hover-trial {
    display: block;
    min-height: auto;
    padding: 95px 20px 110px;
    overflow: hidden;
  }

  .trial-number {
    margin: 0 0 72px;
    font-size: clamp(18rem, 95vw, 29rem);
  }

  .trial-copy h2 {
    font-size: clamp(3.8rem, 18vw, 6.4rem);
  }

  .hover-compatibility {
    gap: 74px;
  }

  .compatibility-version {
    grid-column: 1;
    margin: -43px 0 0;
  }

  .hover-final-cta {
    min-height: 760px;
  }

  .hover-final-cta h2 {
    font-size: clamp(3.8rem, 18vw, 6.5rem);
  }

  .hover-page .site-footer nav {
    flex-wrap: wrap;
  }
}

@media (max-width: 430px) {
  .hover-product-name {
    font-size: 4.5rem;
  }

  .mac-desktop {
    min-height: 590px;
  }

  .demo-document {
    height: 62%;
    padding: 27px 21px;
  }

  .demo-paragraph {
    font-size: 0.79rem;
    line-height: 1.68;
  }

  .demo-document-hint {
    right: 21px;
    left: 21px;
  }

  .demo-floating-word {
    --floating-size: 36px;
  }

  .setting-group {
    width: 51%;
  }

  .setting-inline {
    width: 47%;
  }

  .setting-inline select {
    width: 95px;
  }

  .hover-flow-row h3 {
    font-size: 2.45rem;
  }

  .ledger-row {
    gap: 12px;
  }

  .trial-number {
    margin-left: -18px;
  }

  .local-sequence strong {
    font-size: 1.3rem;
  }

  .app-list span::after {
    max-width: 105px;
    text-align: right;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hover-hero-copy,
  .hover-demo-wrap {
    animation: none;
  }

  .mac-desktop,
  .hover-demo-wrap {
    transform: none !important;
  }

  .demo-paragraph .demo-token,
  .demo-settings,
  .hover-primary-action,
  .hover-flow-row {
    transition-duration: 0.01ms !important;
  }
}
