:root {
  --ink: #112219;
  --ink-muted: #5d6a62;
  --forest: #176a46;
  --forest-deep: #0b1711;
  --forest-mid: #123d2a;
  --paper: #f4f2ec;
  --paper-bright: #fbfaf7;
  --line: rgba(17, 34, 25, 0.14);
  --white: #fffef9;
  --ease-out: cubic-bezier(0.23, 1, 0.32, 1);
  --ease-in-out: cubic-bezier(0.77, 0, 0.175, 1);
  --page: min(1240px, calc(100vw - 48px));
}

* {
  box-sizing: border-box;
}

html {
  width: 100%;
  scroll-behavior: smooth;
  overflow-x: hidden;
  background: var(--forest-deep);
}

body {
  width: 100%;
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--forest-deep);
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Helvetica Neue", sans-serif;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
}

button {
  color: inherit;
  font: inherit;
}

a {
  color: inherit;
  text-decoration: none;
}

svg {
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.skip-link {
  position: fixed;
  z-index: 100;
  left: 16px;
  top: 16px;
  padding: 10px 14px;
  color: var(--forest-deep);
  background: var(--white);
  border-radius: 999px;
  transform: translateY(-160%);
  transition: transform 180ms var(--ease-out);
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: absolute;
  z-index: 20;
  top: env(safe-area-inset-top, 0px);
  left: 50%;
  width: var(--page);
  transform: translateX(-50%);
  height: 92px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  color: rgba(255, 254, 249, 0.8);
}

.wordmark {
  justify-self: start;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 20px;
  font-weight: 650;
  letter-spacing: -0.04em;
}

.wordmark img {
  width: 25px;
  height: 34px;
  object-fit: contain;
  border-radius: 0;
  transform: translateY(2px);
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 34px;
  font-size: 14px;
}

.site-nav a,
.text-link {
  transition: color 180ms ease, opacity 180ms ease;
}

.nav-cta {
  justify-self: end;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  padding: 11px 17px;
  color: var(--white);
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(16px);
  cursor: pointer;
  transition: background-color 180ms ease, transform 140ms var(--ease-out);
}

.menu-button {
  display: none;
}

.hero {
  position: relative;
  min-height: 940px;
  min-height: max(940px, 100vh);
  min-height: max(940px, 100svh);
  overflow: hidden;
  color: var(--white);
  background:
    radial-gradient(circle at 72% 34%, rgba(64, 151, 105, 0.27), transparent 26%),
    radial-gradient(circle at 20% 38%, rgba(89, 124, 166, 0.13), transparent 30%),
    var(--forest-deep);
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  z-index: 0;
  height: 290px;
  pointer-events: none;
  background: linear-gradient(to bottom, transparent, rgba(3, 9, 6, 0.62));
}

.hero-glow {
  position: absolute;
  left: 50%;
  bottom: 45px;
  width: 900px;
  height: 540px;
  transform: translateX(-8%);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 50%;
  filter: blur(0.1px);
  opacity: 0.8;
}

.hero-copy {
  position: relative;
  z-index: 3;
  width: var(--page);
  margin: 0 auto;
  padding-top: 190px;
}

.eyebrow {
  margin: 0 0 24px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 13px;
  font-weight: 650;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.eyebrow-icon {
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
  opacity: 0.82;
  stroke-width: 1.8;
}

.eyebrow.dark {
  color: var(--ink-muted);
}

.hero h1 {
  max-width: 760px;
  margin: 0;
  font-family: Iowan Old Style, Baskerville, "Times New Roman", serif;
  font-size: clamp(76px, 8vw, 128px);
  font-weight: 400;
  line-height: 0.82;
  letter-spacing: -0.065em;
}

.hero h1 em {
  color: #a5c7b4;
  font-weight: 400;
}

.hero-subtitle {
  max-width: 610px;
  margin: 30px 0 26px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 18px;
  line-height: 1.55;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 26px;
}

.hero-facts {
  max-width: 650px;
  display: flex;
  align-items: center;
  gap: 32px;
  margin-top: 28px;
}

.hero-facts > div {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 10px;
}

.hero-facts svg {
  width: 24px;
  height: 24px;
  flex: 0 0 auto;
  color: #a5c7b4;
  stroke-width: 1.65;
}

.hero-facts span {
  color: rgba(255, 255, 255, 0.46);
  font-size: 12px;
  line-height: 1.35;
  white-space: nowrap;
}

.hero-facts strong {
  display: block;
  color: rgba(255, 255, 255, 0.86);
  font-size: 13px;
  font-weight: 650;
}

.button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  padding: 0 20px 0 24px;
  border: 0;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 650;
  cursor: pointer;
  transition: transform 140ms var(--ease-out), background-color 180ms ease;
}

.button svg {
  width: 18px;
  height: 18px;
  transition: transform 180ms var(--ease-out);
}

.button-light {
  color: var(--forest-deep);
  background: var(--white);
}

.button-dark {
  color: var(--white);
  background: var(--forest-deep);
}

.button-static {
  cursor: default;
  user-select: none;
}

.text-link {
  color: rgba(255, 255, 255, 0.68);
  font-size: 14px;
  text-decoration: underline;
  text-decoration-color: rgba(255, 255, 255, 0.24);
  text-underline-offset: 5px;
}

.text-button {
  padding: 8px 4px;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.hero-product {
  position: absolute;
  z-index: 4;
  right: max(24px, calc((100vw - 1240px) / 2));
  top: 150px;
  width: 470px;
}

.connection-pill {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 50%;
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 10px 14px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.75);
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(18px);
  font-size: 12px;
  box-shadow: 0 16px 44px rgba(0, 0, 0, 0.18);
  transform: translateX(-50%);
  white-space: nowrap;
}

.tag-icon {
  width: 19px;
  height: 19px;
  flex: 0 0 auto;
  opacity: 0.8;
}

.device-stage {
  position: relative;
  height: 700px;
  display: grid;
  place-items: center;
}

.device-stage::before {
  content: "";
  position: absolute;
  z-index: 1;
  width: 340px;
  height: 650px;
  border-radius: 100px;
  background: conic-gradient(from 210deg, #78d69a, #7096df, #aa82d4, #e9a36d, #78d69a);
  filter: blur(38px);
  opacity: 0.09;
  pointer-events: none;
  transform: scale(0.92) rotate(-8deg);
}

.hero-product.is-demo-glowing .device-stage::before {
  animation: demo-color-glow 1800ms var(--ease-out);
}

.orbit {
  position: absolute;
  z-index: 0;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 50%;
  transform: rotate(-20deg);
}

.orbit-one {
  width: 580px;
  height: 300px;
}

.orbit-two {
  width: 470px;
  height: 230px;
  transform: rotate(42deg);
}

.phone {
  position: relative;
  z-index: 2;
  width: 286px;
  height: 590px;
  padding: 8px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 54px;
  background: #090b0a;
  box-shadow: 0 45px 100px rgba(0, 0, 0, 0.55), inset 0 0 0 2px rgba(255, 255, 255, 0.07);
}

.phone-speaker {
  position: absolute;
  z-index: 4;
  top: 18px;
  left: 50%;
  width: 72px;
  height: 22px;
  transform: translateX(-50%);
  border-radius: 999px;
  background: #080d0a;
}

.phone-screen {
  position: relative;
  height: 100%;
  overflow: hidden;
  color: #fff;
  background: #000;
  border-radius: 46px;
}

.pairy-demo-shell {
  height: 100%;
  padding: 42px 10px 13px;
  display: flex;
  flex-direction: column;
}

.demo-shell-header {
  height: 23px;
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: space-between;
  padding: 0 8px;
  font-size: 9px;
  font-weight: 650;
}

.demo-shell-header > span {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.demo-shell-header svg {
  width: 13px;
  height: 13px;
}

.demo-shell-header button {
  padding: 4px 0;
  border: 0;
  color: #4fa870;
  background: transparent;
  font-size: inherit;
  font-weight: 650;
  cursor: pointer;
}

.simulator-device {
  width: 226px;
  height: 435px;
  min-height: 0;
  margin: 9px auto 7px;
  flex: 0 0 auto;
  overflow: hidden;
  color: #1c1c1e;
  background: #f7f7f9;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 25px;
  box-shadow: 0 15px 32px rgba(0, 0, 0, 0.36);
  transition: width 260ms var(--ease-in-out), height 260ms var(--ease-in-out), border-radius 260ms var(--ease-in-out);
}

.simulator-device.is-landscape {
  width: 242px;
  height: 131px;
  margin-top: 130px;
  margin-bottom: 190px;
  border-radius: 17px;
}

.demo-status {
  height: 34px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 0 11px;
  background: rgba(88, 86, 214, 0.16);
  font-size: 8px;
  font-weight: 650;
}

.demo-status span:nth-child(2) {
  font-size: 9px;
}

.demo-status svg {
  justify-self: end;
  width: 12px;
  height: 12px;
}

.demo-content {
  height: calc(100% - 34px);
  overflow: auto;
  padding: 13px;
  scrollbar-width: none;
}

.demo-content::-webkit-scrollbar {
  display: none;
}

.demo-content h2 {
  margin: 0 0 4px;
  font-size: 21px;
  font-weight: 750;
  letter-spacing: -0.045em;
}

.demo-content > p {
  margin: 0;
  color: #707078;
  font-size: 9px;
  line-height: 1.35;
}

.task-card {
  width: 100%;
  margin: 12px 0 8px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px;
  border: 0;
  border-radius: 11px;
  text-align: left;
  background: rgba(28, 28, 30, 0.06);
  cursor: pointer;
  transition: transform 140ms var(--ease-out), background-color 180ms ease;
}

.task-check {
  flex: 0 0 auto;
  width: 15px;
  height: 15px;
  border: 1.5px solid #5856d6;
  border-radius: 50%;
  transition: background-color 180ms ease, transform 180ms var(--ease-out);
}

.task-card.is-complete .task-check {
  background: #34a853;
  border-color: #34a853;
  box-shadow: inset 0 0 0 3px #f2f2f4;
}

.task-card.is-complete strong {
  color: #738077;
  text-decoration: line-through;
}

.task-card strong,
.task-card small {
  display: block;
}

.task-card strong {
  font-size: 9.5px;
}

.task-card small {
  margin-top: 2px;
  color: #74747d;
  font-size: 8px;
}

.typed-demo-row {
  min-height: 34px;
  margin-bottom: 6px;
  padding: 9px;
  display: flex;
  align-items: center;
  gap: 7px;
  overflow: hidden;
  border-radius: 10px;
  color: #31313a;
  background: rgba(88, 86, 214, 0.1);
  font-size: 8.5px;
}

.typed-demo-row[hidden],
.recording-pill[hidden] {
  display: none;
}

.text-cursor-icon {
  color: #5856d6;
  font-family: Iowan Old Style, serif;
  font-weight: 700;
}

.demo-list {
  padding: 0 2px;
}

.mini-row {
  height: 27px;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #3f3f48;
  font-size: 9px;
}

.row-icon {
  color: #5856d6;
  font-size: 9px;
}

.demo-instruction {
  max-width: 190px;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.68);
  text-align: center;
  font-size: 9px;
  line-height: 1.35;
}

.edge-dock {
  position: absolute;
  z-index: 6;
  top: 165px;
  right: 0;
  display: flex;
  flex-direction: column;
  gap: 3px;
  opacity: 1;
  transform: translateX(0);
  transition: opacity 160ms ease, transform 160ms var(--ease-out);
}

.phone.controls-collapsed .edge-dock {
  opacity: 0;
  pointer-events: none;
  transform: translateX(100%);
}

.edge-dock button {
  width: 31px;
  height: 35px;
  display: grid;
  place-items: center;
  padding: 0 3px 0 0;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-right: 0;
  border-radius: 9px 0 0 9px;
  color: #182019;
  background: rgba(244, 246, 244, 0.78);
  backdrop-filter: blur(14px);
  cursor: pointer;
  transition: background-color 180ms ease, color 180ms ease, box-shadow 180ms ease, transform 140ms var(--ease-out);
}

.edge-dock .dock-disconnect {
  margin-top: 5px;
  color: #9a3f34;
}

.edge-dock svg {
  width: 15px;
  height: 15px;
}

.dock-menu {
  position: absolute;
  z-index: 8;
  top: 255px;
  right: 37px;
  width: 122px;
  padding: 5px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 13px;
  color: #1c1c1e;
  background: rgba(246, 247, 246, 0.94);
  backdrop-filter: blur(18px);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.34);
  opacity: 0;
  pointer-events: none;
  transform: translateX(4px) scale(0.97);
  transform-origin: right center;
  transition: opacity 160ms ease, transform 160ms var(--ease-out);
}

.dock-menu.is-open {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(0) scale(1);
}

.dock-menu p {
  margin: 5px 7px 3px;
  color: #797981;
  font-size: 6px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.dock-menu button {
  width: 100%;
  padding: 7px;
  display: block;
  border: 0;
  border-radius: 8px;
  color: inherit;
  background: transparent;
  text-align: left;
  font-size: 7px;
  cursor: pointer;
}

.more-menu {
  top: 316px;
}

.recording-pill {
  position: absolute;
  z-index: 7;
  top: 88px;
  left: 50%;
  padding: 6px 9px;
  display: flex;
  align-items: center;
  gap: 5px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  color: #fff;
  background: rgba(31, 35, 32, 0.76);
  backdrop-filter: blur(12px);
  font-size: 7px;
  font-weight: 650;
  transform: translateX(-50%);
}

.recording-pill span {
  width: 6px;
  height: 6px;
  background: #ff914b;
  border-radius: 50%;
}

.demo-toast {
  position: absolute;
  z-index: 10;
  top: 48px;
  left: 12px;
  right: 12px;
  min-height: 39px;
  padding: 10px 12px 10px 34px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 14px;
  color: #172019;
  background: rgba(244, 247, 244, 0.88);
  backdrop-filter: blur(15px);
  text-align: left;
  font-size: 8px;
  font-weight: 650;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-6px) scale(0.98);
  transition: opacity 180ms ease, transform 180ms var(--ease-out);
}

.demo-toast::before {
  content: "✓";
  position: absolute;
  top: 50%;
  left: 12px;
  width: 15px;
  height: 15px;
  display: grid;
  place-items: center;
  color: #fff;
  background: #4fa870;
  border-radius: 50%;
  font-size: 8px;
  transform: translateY(-50%);
}

.demo-toast.is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.demo-note-sheet {
  position: absolute;
  z-index: 9;
  right: 0;
  bottom: 0;
  left: 0;
  height: 58%;
  padding: 10px;
  color: #1c1c1e;
  background: #f7f7f9;
  border-radius: 20px 20px 0 0;
  box-shadow: 0 -18px 50px rgba(0, 0, 0, 0.38);
  transform: translateY(100%);
  transition: transform 240ms var(--ease-out);
}

.demo-note-sheet.is-open {
  transform: translateY(0);
}

.note-sheet-header {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  min-height: 25px;
  font-size: 8px;
}

.note-sheet-header button {
  padding: 5px;
  border: 0;
  color: #176a46;
  background: transparent;
  font-size: inherit;
  cursor: pointer;
}

.note-sheet-header button:last-child {
  justify-self: end;
  font-weight: 700;
}

.note-sheet-header button:disabled {
  color: #92979a;
  cursor: default;
}

.demo-note-sheet textarea {
  width: 100%;
  height: calc(100% - 31px);
  padding: 10px;
  resize: none;
  border: 1px solid rgba(28, 28, 30, 0.09);
  border-radius: 12px;
  outline: none;
  color: #1c1c1e;
  background: #fff;
  font: inherit;
  font-size: 9px;
}

.demo-keyboard {
  position: absolute;
  z-index: 9;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 7px 6px 13px;
  background: rgba(217, 221, 217, 0.96);
  transform: translateY(calc(100% + 4px));
  transition: transform 240ms var(--ease-out);
}

.demo-keyboard.is-open {
  transform: translateY(0);
}

.keyboard-done-row {
  display: flex;
  align-items: center;
  gap: 5px;
  margin: 0 2px 7px;
}

.keyboard-done-row input {
  min-width: 0;
  flex: 1;
  padding: 7px 8px;
  border: 0;
  border-radius: 8px;
  outline: none;
  color: #3d463f;
  background: #f7f7f4;
  font-size: 8px;
}

.keyboard-done-row button {
  padding: 7px 9px;
  border: 1px solid rgba(17, 34, 25, 0.14);
  border-radius: 999px;
  color: #176a46;
  background: rgba(255, 255, 255, 0.72);
  font-size: 8px;
  font-weight: 700;
  cursor: pointer;
}

.keyboard-row {
  display: flex;
  justify-content: center;
  gap: 3px;
  margin-top: 4px;
}

.keyboard-row.narrow {
  padding: 0 6px;
}

.keyboard-row i {
  flex: 1;
  padding: 6px 0;
  border-radius: 4px;
  color: #1c1c1e;
  background: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.16);
  text-align: center;
  font-size: 7px;
  font-weight: 650;
  font-style: normal;
  line-height: 1;
}

.product-hint {
  position: absolute;
  right: auto;
  bottom: 20px;
  left: 50%;
  margin: 0;
  color: rgba(255, 255, 255, 0.42);
  font-size: 11px;
  letter-spacing: 0.04em;
  transform: translateX(-50%);
  white-space: nowrap;
}

.hero-foot {
  position: absolute;
  z-index: 5;
  right: 0;
  bottom: 0;
  left: 0;
  height: 88px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(30px, 7vw, 96px);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.45);
  font-size: 11px;
  font-weight: 650;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.section-pad {
  padding: 130px max(24px, calc((100vw - 1240px) / 2));
}

.section-label {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-bottom: 60px;
  color: var(--ink-muted);
  font-size: 12px;
  font-weight: 650;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.section-label span {
  width: 32px;
  height: 1px;
  display: block;
  background: var(--forest);
}

.intro-grid,
.workflow-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(280px, 0.65fr);
  gap: clamp(42px, 8vw, 124px);
  align-items: center;
}

.intro,
.final-cta,
.site-footer {
  background: var(--paper);
}

.display-heading {
  max-width: 780px;
  margin: 0;
  font-family: Iowan Old Style, Baskerville, "Times New Roman", serif;
  font-size: clamp(50px, 6.3vw, 92px);
  font-weight: 400;
  line-height: 0.97;
  letter-spacing: -0.055em;
}

.section-copy {
  max-width: 420px;
  margin: 0;
  color: var(--ink-muted);
  font-size: 18px;
  line-height: 1.7;
}

.feature-stage {
  min-height: 630px;
  margin-top: 110px;
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  overflow: hidden;
  border-radius: 34px;
  color: var(--white);
  background: var(--forest-deep);
}

.feature-stage-copy {
  position: relative;
  z-index: 2;
  align-self: center;
  padding: 70px;
}

.feature-stage-copy h3 {
  margin: 0;
  font-family: Iowan Old Style, Baskerville, "Times New Roman", serif;
  font-size: clamp(46px, 5vw, 76px);
  font-weight: 400;
  line-height: 0.98;
  letter-spacing: -0.05em;
}

.feature-stage-copy > p:not(.eyebrow) {
  max-width: 410px;
  margin: 25px 0 40px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 17px;
  line-height: 1.7;
}

.feature-stage-copy .eyebrow {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
}

.micro-proof {
  display: flex;
  gap: 24px;
}

.micro-proof span {
  padding-right: 24px;
  border-right: 1px solid rgba(255, 255, 255, 0.13);
  color: rgba(255, 255, 255, 0.62);
  font-size: 13px;
  line-height: 1.4;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.micro-proof span:last-child {
  padding-right: 0;
  border: 0;
}

.micro-proof strong {
  display: block;
  margin-bottom: 5px;
  color: var(--white);
  font-size: 24px;
  font-weight: 520;
  text-transform: none;
}

.touch-map {
  position: relative;
  min-height: 630px;
  background: radial-gradient(circle at center, rgba(65, 145, 102, 0.24), transparent 46%);
}

.touch-rings,
.touch-rings i {
  position: absolute;
  inset: 50% auto auto 50%;
  border: 1px solid rgba(124, 204, 155, 0.16);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.touch-rings {
  width: 460px;
  height: 460px;
}

.touch-rings i:nth-child(1) {
  width: 330px;
  height: 330px;
}

.touch-rings i:nth-child(2) {
  width: 210px;
  height: 210px;
}

.touch-rings i:nth-child(3) {
  width: 75px;
  height: 75px;
  background: rgba(104, 201, 139, 0.05);
}

.touch-device {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  width: 215px;
  height: 440px;
  padding: 58px 22px 22px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 42px;
  background: rgba(255, 255, 255, 0.07);
  box-shadow: 0 45px 80px rgba(0, 0, 0, 0.28), inset 0 0 0 5px #0a120e;
  transform: translate(-50%, -50%) rotate(7deg);
}

.touch-notch {
  position: absolute;
  top: 14px;
  left: 50%;
  width: 62px;
  height: 18px;
  border-radius: 999px;
  background: #07100b;
  transform: translateX(-50%);
}

.touch-ui-line,
.touch-ui-card {
  background: rgba(255, 255, 255, 0.09);
  border-radius: 999px;
}

.touch-ui-line {
  width: 55%;
  height: 7px;
  margin-bottom: 10px;
}

.touch-ui-line.wide {
  width: 86%;
  height: 14px;
}

.touch-ui-card {
  height: 80px;
  margin-top: 30px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
}

.touch-ui-card.short {
  height: 58px;
  margin-top: 12px;
}

.touch-card {
  position: absolute;
  z-index: 4;
  min-width: 126px;
  padding: 14px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 13px;
  color: rgba(255, 255, 255, 0.82);
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(16px);
  font-size: 14px;
  font-weight: 650;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.touch-card-icon {
  width: 20px;
  height: 20px;
  color: rgba(255, 255, 255, 0.8);
  stroke-width: 1.7;
}

.touch-card-one {
  top: 19%;
  left: 7%;
}

.touch-card-two {
  top: 47%;
  right: 4%;
}

.touch-card-three {
  bottom: 16%;
  left: 8%;
}

.capability-grid {
  margin-top: 18px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.capability {
  min-width: 0;
  min-height: 470px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.42);
}

.capability-header {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-bottom: 30px;
}

.capability-header > span {
  color: var(--forest);
  font-size: 14px;
  font-weight: 700;
}

.capability-icon {
  width: 56px;
  height: 56px;
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  border: 1px solid rgba(23, 106, 70, 0.12);
  border-radius: 16px;
  color: var(--forest);
  background: rgba(23, 106, 70, 0.07);
}

.capability-icon svg {
  width: 30px;
  height: 30px;
}

.capability h3 {
  max-width: 310px;
  margin: 0 0 14px;
  font-family: Iowan Old Style, Baskerville, "Times New Roman", serif;
  font-size: 38px;
  font-weight: 400;
  line-height: 1.02;
  letter-spacing: -0.04em;
}

.capability-description {
  max-width: 290px;
  margin: 0;
  color: var(--ink-muted);
  font-size: 16px;
  line-height: 1.6;
}

.capability-visual {
  position: relative;
  min-height: 145px;
  margin-top: auto;
  overflow: hidden;
  border: 1px solid rgba(17, 34, 25, 0.08);
  border-radius: 20px;
  background: rgba(23, 106, 70, 0.045);
}

.capture-window {
  position: absolute;
  bottom: -12px;
  left: 25px;
  width: 190px;
  height: 125px;
  padding: 24px 17px 15px;
  border: 1px solid rgba(17, 34, 25, 0.1);
  border-radius: 18px 18px 0 0;
  background: #fff;
  box-shadow: 0 18px 35px rgba(17, 34, 25, 0.1);
  transform: rotate(-3deg);
}

.capture-window::before {
  content: "";
  position: absolute;
  top: 11px;
  left: 13px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #d0d5d1;
  box-shadow: 9px 0 #d0d5d1, 18px 0 #d0d5d1;
}

.capture-window span {
  width: 78%;
  height: 7px;
  display: block;
  margin-bottom: 9px;
  border-radius: 999px;
  background: #e2e7e3;
}

.capture-window span:nth-child(2) { width: 54%; }
.capture-window span:nth-child(3) { width: 66%; }

.capture-window i {
  position: absolute;
  right: 16px;
  bottom: 15px;
  width: 45px;
  height: 36px;
  border-radius: 10px;
  background: #e7efe9;
}

.capture-saved {
  position: absolute;
  z-index: 2;
  top: 18px;
  right: 18px;
  padding: 8px 10px;
  display: flex;
  align-items: center;
  gap: 6px;
  border: 1px solid rgba(23, 106, 70, 0.12);
  border-radius: 999px;
  color: var(--forest);
  background: rgba(251, 250, 247, 0.92);
  font-size: 11px;
  font-weight: 700;
  box-shadow: 0 8px 20px rgba(17, 34, 25, 0.08);
}

.capture-saved svg {
  width: 14px;
  height: 14px;
}

.note-visual {
  display: grid;
  place-items: center;
  background: rgba(93, 89, 164, 0.045);
}

.note-preview {
  width: calc(100% - 44px);
  padding: 18px;
  border: 1px solid rgba(17, 34, 25, 0.1);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 16px 32px rgba(17, 34, 25, 0.08);
  transform: rotate(1.5deg);
}

.note-preview strong {
  display: block;
  margin-bottom: 13px;
  font-size: 13px;
}

.note-preview > span {
  width: 86%;
  height: 6px;
  display: block;
  margin-bottom: 8px;
  border-radius: 999px;
  background: #e4e7e5;
}

.note-preview > span:nth-of-type(2) { width: 61%; }

.note-preview small {
  margin-top: 14px;
  display: flex;
  align-items: center;
  gap: 7px;
  color: var(--forest);
  font-size: 10px;
  font-weight: 650;
}

.note-preview small svg {
  width: 14px;
  height: 14px;
}

.keyboard-visual {
  min-height: 174px;
  padding: 13px 10px 15px;
  background: #dfe3e0;
}

.text-preview {
  min-height: 37px;
  margin-bottom: 12px;
  padding: 11px 13px;
  border-radius: 11px;
  color: #59625c;
  background: #fff;
  font-size: 13px;
}

.text-preview span {
  width: 1px;
  height: 13px;
  display: inline-block;
  margin-left: 3px;
  vertical-align: -2px;
  background: var(--forest);
}

.key-row {
  display: flex;
  justify-content: center;
  gap: 5px;
  margin-top: 6px;
}

.key-row.middle {
  padding: 0 11px;
}

.key-row i {
  min-width: 0;
  flex: 1;
  padding: 7px 0;
  border-radius: 6px;
  color: #263129;
  background: #fff;
  box-shadow: 0 1px 2px rgba(17, 34, 25, 0.16);
  text-align: center;
  font-size: 9px;
  font-weight: 600;
  font-style: normal;
  line-height: 1;
}

.key-row.bottom .key-special {
  flex: 1.2;
  color: #1f2b23;
  background: #bdc6c0;
  font-size: 11px;
}

.workflow {
  background: var(--paper-bright);
}

.workflow-heading {
  margin-bottom: 90px;
}

.steps {
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--line);
  list-style: none;
}

.steps li {
  min-height: 160px;
  display: grid;
  grid-template-columns: 68px 1fr 40px;
  align-items: center;
  border-bottom: 1px solid var(--line);
}

.steps li > span {
  display: block;
  color: var(--forest);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.steps h3 {
  margin: 0 0 9px;
  font-size: 23px;
  font-weight: 560;
  letter-spacing: -0.025em;
}

.steps p {
  margin: 0;
  color: var(--ink-muted);
  font-size: 16px;
  line-height: 1.5;
}

.steps svg {
  width: 22px;
  height: 22px;
  color: var(--forest);
  transition: transform 180ms var(--ease-out);
}

.privacy {
  position: relative;
  min-height: 800px;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(280px, 0.72fr);
  gap: 8vw;
  align-items: center;
  color: var(--white);
  background: #102a1e;
}

.privacy::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 70% 45%, rgba(72, 164, 111, 0.22), transparent 34%);
}

.privacy-orb {
  position: absolute;
  top: 50%;
  right: -160px;
  width: 650px;
  height: 650px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  transform: translateY(-50%);
}

.privacy-orb::before,
.privacy-orb::after {
  content: "";
  position: absolute;
  inset: 70px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 50%;
}

.privacy-orb::after {
  inset: 145px;
}

.privacy-mark {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 140px;
  height: 190px;
  transform: translate(-50%, -50%) rotate(-8deg);
}

.privacy-mark span {
  position: absolute;
  left: 0;
  width: 140px;
  height: 42px;
  border-radius: 10px;
  background: rgba(175, 218, 191, 0.23);
  transform: skewY(-18deg);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.12);
}

.privacy-mark span:nth-child(1) { top: 8px; }
.privacy-mark span:nth-child(2) { top: 73px; transform: skewY(18deg); }
.privacy-mark span:nth-child(3) { top: 138px; }

.privacy-copy,
.privacy-facts {
  position: relative;
  z-index: 2;
}

.privacy-copy h2 {
  margin: 0;
  font-family: Iowan Old Style, Baskerville, "Times New Roman", serif;
  font-size: clamp(56px, 6vw, 88px);
  font-weight: 400;
  line-height: 0.96;
  letter-spacing: -0.055em;
}

.privacy-copy > p:not(.eyebrow) {
  max-width: 540px;
  margin: 28px 0 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 18px;
  line-height: 1.7;
}

.privacy-link {
  width: fit-content;
  margin-top: 24px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  font-weight: 650;
  text-decoration: underline;
  text-decoration-color: rgba(255, 255, 255, 0.28);
  text-underline-offset: 5px;
}

.privacy-facts {
  align-self: center;
  margin: 0;
}

.privacy-facts div {
  padding: 26px 0;
  display: grid;
  grid-template-columns: 52px 1fr;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.84);
  font-size: 16px;
  font-weight: 560;
}

.privacy-facts div:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.privacy-facts svg {
  width: 29px;
  height: 29px;
  color: rgba(255, 255, 255, 0.72);
  stroke-width: 1.6;
}

.final-cta {
  min-height: 760px;
  display: grid;
  place-items: center;
  text-align: center;
}

.final-cta-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.final-cta img {
  width: 64px;
  height: 92px;
  margin-bottom: 30px;
  object-fit: contain;
  border-radius: 0;
  box-shadow: none;
}

.final-cta .eyebrow {
  margin-bottom: 20px;
}

.final-cta h2 {
  margin: 0 0 40px;
  font-family: Iowan Old Style, Baskerville, "Times New Roman", serif;
  font-size: clamp(62px, 8vw, 112px);
  font-weight: 400;
  line-height: 0.88;
  letter-spacing: -0.065em;
}

.availability-copy {
  max-width: 420px;
  margin: -14px 0 28px;
  color: var(--ink-muted);
  font-size: 16px;
  line-height: 1.6;
}

.site-footer {
  min-height: 138px;
  padding: 30px max(24px, calc((100vw - 1240px) / 2));
  display: grid;
  grid-template-columns: auto minmax(180px, 1fr) auto;
  grid-template-rows: auto auto;
  align-items: center;
  gap: 18px 36px;
  border-top: 1px solid var(--line);
  color: var(--ink-muted);
  font-size: 11px;
}

.footer-wordmark {
  color: var(--ink);
  font-size: 18px;
}

.footer-wordmark img {
  width: 22px;
  height: 30px;
  border-radius: 0;
}

.footer-links {
  justify-self: end;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px 20px;
}

.footer-links a {
  color: var(--ink);
  font-size: 12px;
  font-weight: 600;
}

.footer-copyright {
  grid-column: 1 / -1;
  justify-self: end;
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 700ms ease, transform 700ms var(--ease-out);
}

.reveal[data-reveal-delay="1"] { transition-delay: 70ms; }
.reveal[data-reveal-delay="2"] { transition-delay: 140ms; }

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes demo-color-glow {
  0% {
    opacity: 0.07;
    transform: scale(0.9) rotate(-10deg);
  }
  30% {
    opacity: 0.68;
    transform: scale(1.03) rotate(-2deg);
  }
  62% {
    opacity: 0.6;
    transform: scale(1.1) rotate(11deg);
  }
  100% {
    opacity: 0.07;
    transform: scale(0.94) rotate(19deg);
  }
}

@media (hover: hover) and (pointer: fine) {
  .site-nav a:hover,
  .text-link:hover {
    color: var(--white);
  }

  .nav-cta:hover {
    background: rgba(255, 255, 255, 0.15);
  }

  .button:hover svg,
  .steps li:hover svg {
    transform: translateX(4px);
  }

  .edge-dock button:hover {
    background: #fff;
    color: #176a46;
    box-shadow: 0 5px 14px rgba(0, 0, 0, 0.18);
  }

  .task-card:hover {
    background: rgba(28, 28, 30, 0.1);
  }

  .dock-menu button:hover {
    background: rgba(28, 28, 30, 0.07);
  }
}

.button:active,
.nav-cta:active,
.menu-button:active,
.edge-dock button:active,
.task-card:active,
.dock-menu button:active {
  transform: scale(0.97);
}

button:focus-visible,
a:focus-visible {
  outline: 2px solid #78d69a;
  outline-offset: 4px;
}

@media (max-width: 1180px) {
  .hero {
    min-height: 1408px;
  }

  .hero-copy {
    padding-top: 150px;
    text-align: center;
  }

  .hero h1,
  .hero-subtitle {
    margin-right: auto;
    margin-left: auto;
  }

  .hero-copy .eyebrow,
  .hero-actions,
  .hero-facts {
    justify-content: center;
  }

  .hero-facts {
    margin-right: auto;
    margin-left: auto;
  }

  .hero-product {
    top: 620px;
    right: auto;
    left: 50%;
    margin-left: -235px;
  }

  .connection-pill {
    left: 50%;
  }

  .feature-stage {
    grid-template-columns: 1fr;
  }

  .feature-stage-copy {
    padding-bottom: 20px;
  }

  .touch-map {
    min-height: 540px;
  }

  .privacy {
    grid-template-columns: minmax(0, 1fr) minmax(260px, 0.7fr);
  }
}

@media (max-width: 900px) {
  .intro-grid,
  .workflow-heading {
    grid-template-columns: 1fr;
    gap: 32px;
  }

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

  .privacy {
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 64px;
    padding-top: 110px;
    padding-bottom: 110px;
  }

  .privacy-facts {
    width: 100%;
  }

  .reveal {
    transform: translateY(12px);
    transition-duration: 560ms;
  }

  .reveal[data-reveal-delay="1"] { transition-delay: 45ms; }
  .reveal[data-reveal-delay="2"] { transition-delay: 90ms; }
}

@media (min-width: 1181px) and (max-height: 760px) {
  .hero {
    min-height: 850px;
  }

  .hero-copy {
    padding-top: 145px;
  }

  .hero h1 {
    font-size: clamp(70px, 7vw, 104px);
  }

  .hero-subtitle {
    max-width: 580px;
    margin-top: 24px;
    margin-bottom: 22px;
    font-size: 17px;
  }

  .hero-facts {
    margin-top: 20px;
  }

  .hero-product {
    top: 105px;
  }

  .device-stage {
    height: 670px;
  }

  .hero-foot {
    height: 76px;
  }
}

@media (max-height: 700px) {
  .reveal {
    transform: translateY(10px);
    transition-duration: 520ms;
  }

  .reveal[data-reveal-delay="1"] { transition-delay: 35ms; }
  .reveal[data-reveal-delay="2"] { transition-delay: 70ms; }
}

@media (max-width: 760px) {
  :root {
    --page: calc(100% - 32px);
  }

  .site-header {
    height: 76px;
    display: flex;
    justify-content: space-between;
  }

  .wordmark {
    font-size: 21px;
  }

  .site-nav {
    position: absolute;
    top: 65px;
    right: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 8px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 18px;
    background: rgba(11, 23, 17, 0.94);
    backdrop-filter: blur(20px);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-8px) scale(0.98);
    transform-origin: top;
    transition: opacity 180ms ease, transform 180ms var(--ease-out);
  }

  .site-nav.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0) scale(1);
  }

  .site-nav a {
    min-height: 48px;
    padding: 14px 16px;
    border-radius: 12px;
    font-size: 16px;
  }

  .menu-button {
    width: 44px;
    height: 44px;
    display: grid;
    place-content: center;
    gap: 5px;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 50%;
    color: var(--white);
    background: rgba(255, 255, 255, 0.07);
  }

  .menu-button span {
    width: 15px;
    height: 1px;
    display: block;
    background: currentColor;
    transition: transform 180ms var(--ease-out);
  }

  .menu-button[aria-expanded="true"] span:first-child {
    transform: translateY(3px) rotate(45deg);
  }

  .menu-button[aria-expanded="true"] span:last-child {
    transform: translateY(-3px) rotate(-45deg);
  }

  .nav-cta {
    display: none;
  }

  .hero {
    min-height: 0;
    padding-bottom: 0;
  }

  .hero-copy {
    width: var(--page);
    padding-top: calc(122px + env(safe-area-inset-top, 0px));
    padding-bottom: 56px;
  }

  .hero-copy .eyebrow {
    margin-bottom: 20px;
    font-size: 11px;
    letter-spacing: 0.11em;
  }

  .hero h1 {
    font-size: clamp(50px, 15.25vw, 64px);
    line-height: 0.96;
    letter-spacing: -0.055em;
  }

  .hero-subtitle {
    max-width: 345px;
    margin-top: 24px;
    font-size: 17px;
    line-height: 1.56;
  }

  .hero-actions {
    flex-direction: column;
    gap: 16px;
  }

  .hero-actions .button {
    min-width: min(280px, 100%);
    min-height: 56px;
    font-size: 15px;
  }

  .hero-actions .text-link {
    padding: 7px 10px;
    font-size: 15px;
  }

  .hero-facts {
    width: min(345px, 100%);
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px 14px;
    margin-top: 28px;
    text-align: left;
  }

  .hero-facts > div:last-child {
    grid-column: 1 / -1;
    justify-content: center;
  }

  .hero-facts span {
    white-space: normal;
    font-size: 13px;
    line-height: 1.42;
  }

  .hero-facts strong {
    font-size: 14px;
  }

  .hero-product {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    width: 100%;
    max-width: 390px;
    margin: 0 auto;
  }

  .connection-pill {
    top: 4px;
    left: 50%;
    min-height: 42px;
    padding: 10px 15px;
    font-size: 12px;
  }

  .device-stage {
    height: auto;
    min-height: 0;
    padding: 66px 0 24px;
    place-items: center;
  }

  .orbit-one {
    width: 410px;
    height: 220px;
  }

  .orbit-two {
    width: 340px;
    height: 170px;
  }

  .phone {
    width: min(340px, calc(100% - 24px));
    height: auto;
    aspect-ratio: 300 / 620;
    border-radius: 62px;
  }

  .phone-screen {
    border-radius: 54px;
  }

  .phone-speaker {
    top: 18px;
    width: 72px;
    height: 22px;
  }

  .pairy-demo-shell {
    padding: 43px 10px 13px;
  }

  .demo-shell-header {
    height: 25px;
    padding: 0 8px;
    font-size: 12px;
  }

  .demo-shell-header svg {
    width: 14px;
    height: 14px;
  }

  .demo-shell-header button {
    min-height: 36px;
    padding: 8px 2px;
  }

  .simulator-device {
    width: calc(100% - 26px);
    height: auto;
    aspect-ratio: 244 / 478;
    margin: 8px auto 7px;
    border-radius: 29px;
  }

  .simulator-device.is-landscape {
    width: 258px;
    height: 140px;
    margin-top: 145px;
    margin-bottom: 201px;
    border-radius: 18px;
  }

  .demo-status {
    height: 38px;
    padding: 0 12px;
    font-size: 10px;
  }

  .demo-status span:nth-child(2) {
    font-size: 11px;
  }

  .demo-status svg {
    width: 14px;
    height: 14px;
  }

  .demo-content {
    height: calc(100% - 38px);
    padding: 14px;
  }

  .demo-content h2 {
    margin-bottom: 5px;
    font-size: 25px;
  }

  .demo-content > p {
    font-size: 11px;
    line-height: 1.45;
  }

  .task-card {
    min-height: 52px;
    margin-top: 12px;
    padding: 10px;
    gap: 9px;
  }

  .task-check {
    width: 17px;
    height: 17px;
  }

  .task-card strong {
    font-size: 12px;
  }

  .task-card small {
    margin-top: 3px;
    font-size: 10px;
  }

  .typed-demo-row {
    min-height: 40px;
    padding: 10px;
    font-size: 11px;
  }

  .mini-row {
    height: 31px;
    font-size: 11px;
  }

  .row-icon {
    font-size: 12px;
  }

  .demo-instruction {
    max-width: 218px;
    font-size: 11px;
    line-height: 1.4;
  }

  .edge-dock {
    top: 166px;
    gap: 4px;
  }

  .edge-dock button {
    width: 44px;
    height: 44px;
    border-radius: 11px 0 0 11px;
  }

  .edge-dock svg {
    width: 18px;
    height: 18px;
  }

  .dock-menu {
    top: 263px;
    right: 45px;
    width: 148px;
  }

  .more-menu {
    top: 335px;
  }

  .dock-menu button {
    min-height: 38px;
    padding: 9px;
    font-size: 11px;
  }

  .dock-menu p {
    font-size: 8px;
  }

  .recording-pill {
    top: 92px;
    padding: 7px 10px;
    font-size: 11px;
  }

  .demo-toast {
    top: 52px;
    left: 12px;
    right: 12px;
    min-height: 44px;
    padding: 10px 12px 10px 39px;
    border-radius: 14px;
    font-size: 12px;
  }

  .demo-toast::before {
    left: 13px;
    width: 18px;
    height: 18px;
    font-size: 9px;
  }

  .note-sheet-header,
  .keyboard-done-row button {
    font-size: 12px;
  }

  .demo-note-sheet textarea,
  .keyboard-done-row input {
    font-size: 16px;
  }

  .keyboard-row i {
    min-height: 28px;
    padding: 8px 0;
    font-size: 11px;
  }

  .product-hint {
    display: none;
  }

  .hero-foot {
    position: relative;
    height: auto;
    min-height: 92px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    padding: 20px 16px;
    font-size: 9.5px;
    line-height: 1.4;
    text-align: center;
  }

  .section-pad {
    padding: 88px 20px;
  }

  .section-label {
    margin-bottom: 38px;
  }

  .intro-grid,
  .workflow-heading {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .display-heading {
    font-size: clamp(44px, 13vw, 52px);
    line-height: 1.01;
  }

  .section-copy {
    font-size: 17px;
    line-height: 1.65;
  }

  .feature-stage {
    min-height: 0;
    margin-top: 70px;
    border-radius: 26px;
  }

  .feature-stage-copy {
    padding: 45px 24px 34px;
  }

  .feature-stage-copy h3 {
    font-size: clamp(42px, 12.5vw, 50px);
    line-height: 1;
  }

  .feature-stage-copy > p:not(.eyebrow) {
    margin-top: 22px;
    font-size: 16.5px;
    line-height: 1.64;
  }

  .micro-proof {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
  }

  .micro-proof span {
    min-width: 0;
    padding-right: 12px;
    font-size: 11px;
  }

  .micro-proof strong {
    font-size: 20px;
  }

  .touch-map {
    min-height: 480px;
  }

  .touch-rings {
    width: 360px;
    height: 360px;
  }

  .touch-device {
    width: 180px;
    height: 365px;
  }

  .touch-card {
    min-width: 112px;
    padding: 12px 13px;
  }

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

  .capability {
    min-height: 430px;
    padding: 26px;
  }

  .capability h3 {
    font-size: 36px;
    line-height: 1.05;
  }

  .workflow-heading {
    margin-bottom: 55px;
  }

  .steps li {
    min-height: 150px;
    grid-template-columns: 45px 1fr;
  }

  .steps li > svg {
    display: none;
  }

  .steps h3 {
    font-size: 22px;
  }

  .steps p {
    padding-right: 10px;
    font-size: 16px;
    line-height: 1.45;
  }

  .privacy {
    min-height: 0;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 58px;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .privacy-copy h2 {
    font-size: clamp(46px, 14vw, 56px);
    line-height: 1;
  }

  .privacy-copy > p:last-child {
    font-size: 17px;
    line-height: 1.65;
  }

  .privacy-facts {
    position: relative;
    inset: auto;
    width: 100%;
  }

  .privacy-orb {
    top: auto;
    right: -200px;
    bottom: 30px;
    width: 500px;
    height: 500px;
    transform: none;
  }

  .final-cta {
    min-height: 680px;
  }

  .final-cta h2 {
    font-size: clamp(50px, 15vw, 60px);
    line-height: 0.96;
  }

  .site-footer {
    min-height: 260px;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    align-items: start;
    gap: 20px;
    padding-top: 35px;
    padding-bottom: 35px;
    font-size: 13px;
    line-height: 1.5;
  }

  .site-footer p {
    margin: 0;
  }

  .footer-links {
    justify-self: start;
    justify-content: flex-start;
    gap: 12px 18px;
  }

  .footer-copyright {
    grid-column: auto;
    justify-self: start;
  }
}

@media (max-width: 360px) {
  :root {
    --page: calc(100% - 28px);
  }

  .hero h1 {
    font-size: 49px;
  }

  .hero-facts {
    grid-template-columns: 1fr;
    max-width: 276px;
  }

  .hero-facts > div,
  .hero-facts > div:last-child {
    grid-column: auto;
    justify-content: flex-start;
  }

  .device-stage {
    height: auto;
    padding-top: 64px;
  }

  .phone {
    width: min(320px, calc(100% - 24px));
    height: auto;
    aspect-ratio: 300 / 620;
    border-radius: 55px;
  }

  .phone-screen {
    border-radius: 45px;
  }

  .simulator-device {
    width: calc(100% - 26px);
    height: auto;
    aspect-ratio: 244 / 478;
  }

  .simulator-device.is-landscape {
    width: 240px;
    height: 130px;
    margin-top: 129px;
    margin-bottom: 181px;
  }

  .edge-dock {
    top: 158px;
  }

  .edge-dock button {
    width: 42px;
    height: 42px;
  }

  .demo-instruction {
    max-width: 200px;
  }

  .feature-stage-copy,
  .capability {
    padding-right: 22px;
    padding-left: 22px;
  }

  .touch-card {
    min-width: 104px;
    font-size: 12px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}

@media (prefers-reduced-transparency: reduce) {
  .site-nav,
  .nav-cta,
  .connection-pill {
    backdrop-filter: none;
  }

  .site-nav,
  .connection-pill {
    background: var(--forest-deep);
  }
}

@media (prefers-contrast: more) {
  .site-nav,
  .nav-cta,
  .connection-pill {
    border-color: currentColor;
  }

  .site-nav,
  .connection-pill {
    background: var(--forest-deep);
  }
}
