:root {
  --sky-500: #0ea5e9;
  --teal-500: #14b8a6;
  --cyan-500: #06b6d4;
  --navy-950: #06121d;
  --ink-950: #0f172a;
  --ink-600: #475569;
  --keep: #22c55e;
  --delete: #ef4444;
  --glass-fill: rgba(255, 255, 255, 0.58);
  --glass-edge: rgba(255, 255, 255, 0.86);
  --font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif;
  --ice-50: #f7fcff;
  --ice-100: #eaf9ff;
  --seafoam-100: #dffaf4;
  --line-soft: rgba(15, 118, 145, 0.13);
  --shadow-soft: 0 22px 70px rgba(14, 116, 144, 0.12);
  --radius-sm: 14px;
  --radius-md: 22px;
  --radius-lg: 34px;
  --content-width: 1180px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 110px;
}

body {
  min-width: 0;
  margin: 0;
  background:
    radial-gradient(circle at 8% 8%, rgba(14, 165, 233, 0.13), transparent 25rem),
    radial-gradient(circle at 94% 22%, rgba(20, 184, 166, 0.12), transparent 29rem),
    linear-gradient(180deg, var(--ice-50) 0%, #effbff 32%, #f9fdff 59%, #eefaff 100%);
  color: var(--ink-950);
  font-family: var(--font-sans);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body::before {
  position: fixed;
  z-index: -1;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.17) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.17) 1px, transparent 1px);
  background-size: 48px 48px;
  content: "";
  pointer-events: none;
  -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), transparent 72%);
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), transparent 72%);
}

img,
svg {
  display: block;
}

img {
  max-width: 100%;
}

svg {
  width: 1.25em;
  height: 1.25em;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

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

button,
input {
  font: inherit;
}

button,
a,
input {
  -webkit-tap-highlight-color: transparent;
}

button,
.button,
.brand,
.site-nav a,
.footer-links a,
.text-link,
input {
  min-height: 44px;
}

:focus-visible {
  outline: 3px solid #0369a1;
  outline-offset: 4px;
}

::selection {
  background: rgba(6, 182, 212, 0.22);
  color: var(--navy-950);
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 12px;
  left: 12px;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  border-radius: 12px;
  background: var(--navy-950);
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  color: white;
  font-weight: 750;
  white-space: nowrap;
}

.skip-link:focus-visible {
  width: auto;
  height: auto;
  padding: 10px 16px;
  overflow: visible;
  clip: auto;
  clip-path: none;
}

.section-shell {
  width: min(calc(100% - 48px), var(--content-width));
  margin-inline: auto;
}

.glass {
  background: linear-gradient(135deg, rgba(255,255,255,.72), rgba(255,255,255,.38));
  border: 1px solid var(--glass-edge);
  box-shadow: 0 24px 70px rgba(14, 116, 144, .14),
    inset 0 1px 0 rgba(255,255,255,.88),
    inset 0 -1px 0 rgba(7, 89, 133, .08);
  -webkit-backdrop-filter: blur(24px) saturate(145%);
  backdrop-filter: blur(24px) saturate(145%);
}

.site-header {
  position: fixed;
  z-index: 100;
  top: 18px;
  right: 0;
  left: 0;
  padding-inline: 24px;
  pointer-events: none;
}

.site-nav {
  display: flex;
  width: min(100%, 1000px);
  min-height: 68px;
  margin-inline: auto;
  padding: 9px 10px 9px 14px;
  align-items: center;
  justify-content: space-between;
  border-radius: 24px;
  pointer-events: auto;
}

.brand {
  display: inline-flex;
  min-width: max-content;
  align-items: center;
  gap: 10px;
  color: var(--ink-950);
  font-size: 1.02rem;
  font-weight: 800;
  letter-spacing: -0.025em;
}

.brand img {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(14, 165, 233, 0.2), inset 0 0 0 1px rgba(255, 255, 255, 0.8);
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 8px;
}

.nav-links a {
  display: inline-flex;
  padding-inline: 15px;
  align-items: center;
  border-radius: 13px;
  color: #334155;
  font-size: 0.9rem;
  font-weight: 650;
  transition: color 180ms ease, background-color 180ms ease;
}

.nav-links a:hover {
  background: rgba(255, 255, 255, 0.48);
  color: var(--sky-500);
}

.button {
  display: inline-flex;
  min-height: 48px;
  padding: 0 22px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border: 0;
  border-radius: 15px;
  cursor: pointer;
  font-weight: 760;
  line-height: 1;
  transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.button svg,
.text-link svg {
  width: 18px;
  height: 18px;
  transition: transform 180ms ease;
}

.button-small {
  min-height: 48px;
  padding-inline: 19px;
  background: var(--navy-950);
  box-shadow: 0 10px 24px rgba(6, 18, 29, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.16);
  color: white;
  font-size: 0.88rem;
}

.button-primary {
  min-height: 54px;
  padding-inline: 24px;
  background: linear-gradient(120deg, #0284c7, var(--cyan-500) 55%, var(--teal-500));
  box-shadow: 0 14px 34px rgba(14, 165, 233, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.36);
  color: var(--navy-950);
}

.button:hover {
  transform: translateY(-2px);
}

.button-small:hover {
  box-shadow: 0 14px 30px rgba(6, 18, 29, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.16);
}

.button-primary:hover {
  box-shadow: 0 18px 42px rgba(14, 165, 233, 0.36), inset 0 1px 0 rgba(255, 255, 255, 0.36);
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #03698f;
  font-weight: 760;
}

.text-link:hover svg,
.button:hover svg {
  transform: translateX(3px);
}

.hero {
  position: relative;
  display: grid;
  min-height: 810px;
  padding-block: 142px 88px;
  overflow-x: hidden;
  align-items: center;
}

.hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.03fr) minmax(440px, 0.97fr);
  gap: clamp(36px, 6vw, 84px);
  align-items: center;
}

.ambient {
  position: absolute;
  inset: 0;
  overflow-x: clip;
  pointer-events: none;
}

.ambient span {
  position: absolute;
  border-radius: 999px;
  opacity: 0.72;
  filter: blur(2px);
  animation: ambient-drift 13s ease-in-out infinite alternate;
}

.ambient span:nth-child(1) {
  top: 10%;
  right: 2%;
  width: 320px;
  height: 320px;
  background: radial-gradient(circle at 35% 35%, rgba(255, 255, 255, 0.88), rgba(6, 182, 212, 0.19) 48%, transparent 72%);
}

.ambient span:nth-child(2) {
  bottom: 3%;
  left: -9%;
  width: 390px;
  height: 390px;
  background: radial-gradient(circle at center, rgba(20, 184, 166, 0.17), transparent 70%);
  animation-delay: -4s;
}

.ambient span:nth-child(3) {
  top: 18%;
  left: 42%;
  width: 90px;
  height: 260px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.75), rgba(14, 165, 233, 0.03));
  filter: blur(28px);
  transform: rotate(25deg);
  animation: light-sweep 12s ease-in-out infinite;
}

@keyframes ambient-drift {
  to { transform: translate3d(18px, -16px, 0) scale(1.04); }
}

@keyframes light-sweep {
  0%, 100% { opacity: 0.2; transform: translateX(-60px) rotate(25deg); }
  50% { opacity: 0.75; transform: translateX(100px) rotate(25deg); }
}

.eyebrow,
.kicker {
  margin: 0 0 18px;
  color: #08799f;
  font-size: 0.75rem;
  font-weight: 820;
  letter-spacing: 0.14em;
  line-height: 1.4;
  text-transform: uppercase;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
}

.eyebrow span {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--teal-500);
  box-shadow: 0 0 0 5px rgba(20, 184, 166, 0.12);
}

h1,
h2,
h3,
p {
  overflow-wrap: break-word;
}

h1,
h2,
h3 {
  margin-top: 0;
  color: var(--ink-950);
  line-height: 1.05;
}

h1 {
  max-width: 720px;
  margin-bottom: 26px;
  font-size: clamp(3.5rem, 6vw, 5.45rem);
  font-weight: 850;
  letter-spacing: -0.065em;
}

h1 span {
  display: block;
}

h1 span:last-child {
  background: linear-gradient(102deg, #0369a1 2%, #087990 47%, #0f766e 92%);
  background-clip: text;
  color: transparent;
  -webkit-background-clip: text;
}

.hero-lede {
  max-width: 610px;
  margin: 0 0 32px;
  color: var(--ink-600);
  font-size: clamp(1.03rem, 1.6vw, 1.19rem);
  line-height: 1.72;
}

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

.hero-note {
  margin: 18px 0 0;
  color: #64748b;
  font-size: 0.81rem;
}

.hero-visual {
  min-width: 0;
}

.device-stage {
  position: relative;
  display: grid;
  width: 100%;
  min-height: 610px;
  padding: 44px;
  place-items: center;
  border-radius: 58px 34px 62px 38px;
  isolation: isolate;
}

.waitlist-panel::before {
  position: absolute;
  z-index: 1;
  top: -1px;
  left: 7%;
  width: 52%;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.98), rgba(125, 230, 255, 0.86), transparent);
  box-shadow: 0 1px 12px rgba(255, 255, 255, 0.88);
  content: "";
  pointer-events: none;
}

.device-stage::after {
  position: absolute;
  z-index: -1;
  inset: 9% 3% 4% 11%;
  border-radius: 48% 52% 46% 54%;
  background: radial-gradient(circle at 45% 40%, rgba(255, 255, 255, 0.88), rgba(14, 165, 233, 0.17) 43%, rgba(20, 184, 166, 0.14) 65%, transparent 70%);
  filter: blur(18px);
  content: "";
  animation: liquid-breathe 8s ease-in-out infinite alternate;
  pointer-events: none;
}

@keyframes liquid-breathe {
  to { transform: scale(1.06) rotate(2deg); }
}

.refractive-orbit {
  position: absolute;
  z-index: -1;
  border: 1px solid rgba(255, 255, 255, 0.76);
  border-radius: 50%;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.92), 0 0 0 1px rgba(14, 165, 233, 0.05);
  pointer-events: none;
}

.orbit-one {
  width: 88%;
  height: 67%;
  transform: rotate(-14deg);
}

.orbit-two {
  width: 72%;
  height: 82%;
  border-color: rgba(14, 165, 233, 0.14);
  transform: rotate(25deg);
}

.product-capture {
  position: relative;
  z-index: 3;
  width: 100%;
  max-width: 450px;
  min-height: 574px;
  margin: 0;
}

.hero-capture-stack {
  position: absolute;
  inset: 0 0 26px;
}

.hero-capture {
  position: absolute;
}

.iphone-frame {
  position: relative;
  isolation: isolate;
  padding: 6px;
  border: 2px solid #7b8087;
  border-radius: 14% / 6.5%;
  background:
    linear-gradient(145deg, #e4e5e7 0%, #858a90 12%, #25292e 22%, #080a0d 72%, #aeb2b6 90%, #545960 100%);
  box-shadow:
    0 32px 62px rgba(6, 18, 29, 0.27),
    0 9px 22px rgba(14, 116, 144, 0.15),
    inset 0 0 0 2px #050608,
    inset 0 0 0 3px rgba(255, 255, 255, 0.28);
}

.iphone-frame::before,
.iphone-frame::after {
  position: absolute;
  z-index: 0;
  content: "";
  background: linear-gradient(90deg, #373b40, #a2a6aa 50%, #44484d);
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.4);
}

.iphone-frame::before {
  top: 19%;
  left: -6px;
  width: 5px;
  height: 5.5%;
  min-height: 22px;
  border-radius: 4px 0 0 4px;
  box-shadow:
    inset 0 0 0 1px rgba(0, 0, 0, 0.4),
    0 42px 0 #777c81,
    0 78px 0 #777c81;
}

.iphone-frame::after {
  top: 29%;
  right: -6px;
  width: 5px;
  height: 10%;
  min-height: 38px;
  border-radius: 0 4px 4px 0;
}

.iphone-screen {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: 2px solid #020305;
  border-radius: 13% / 6%;
  background: #fff;
}

.iphone-screen::before {
  position: absolute;
  z-index: 2;
  top: 1.35%;
  left: 50%;
  width: 32%;
  height: 3.55%;
  min-height: 11px;
  max-height: 24px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 999px;
  background: #020305;
  box-shadow:
    inset 0 -2px 4px rgba(255, 255, 255, 0.05),
    0 1px 4px rgba(0, 0, 0, 0.28);
  content: "";
  transform: translateX(-50%);
  pointer-events: none;
}

.iphone-screen img {
  display: block;
  width: 100%;
  height: auto;
}

.hero-capture-center {
  z-index: 3;
  top: 0;
  left: 50%;
  width: min(72%, 270px);
  transform: translateX(-50%) rotate(1.2deg);
}

.hero-capture-left,
.hero-capture-right {
  z-index: 2;
  top: 78px;
  width: min(42%, 168px);
  opacity: 0.94;
}

.hero-capture-left {
  left: 0;
  transform: rotate(-8deg);
}

.hero-capture-right {
  right: 0;
  transform: rotate(8deg);
}

.capture-note {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: max-content;
  max-width: 290px;
  color: #5c7180;
  font-size: 0.7rem;
  font-weight: 650;
  letter-spacing: 0.02em;
  text-align: center;
  transform: translateX(-50%);
}

.capture-note span {
  margin-right: 4px;
  color: #0e7490;
  font-weight: 850;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.proof-chip {
  position: absolute;
  z-index: 5;
  display: flex;
  max-width: 220px;
  padding: 11px 14px 11px 11px;
  align-items: center;
  gap: 10px;
  border-radius: 17px;
  color: #475569;
  font-size: 0.72rem;
  line-height: 1.35;
  animation: chip-float 5s ease-in-out infinite;
}

.proof-chip strong {
  display: block;
  margin-bottom: 1px;
  color: var(--ink-950);
  font-size: 0.79rem;
}

.chip-safe {
  top: 22%;
  left: -7%;
}

.chip-local {
  right: 1%;
  bottom: 19%;
  animation-delay: -2.5s;
}

@keyframes chip-float {
  50% { transform: translateY(-7px); }
}

.chip-icon {
  display: grid;
  width: 36px;
  height: 36px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 11px;
}

.chip-icon svg {
  width: 21px;
  height: 21px;
}

.chip-icon-safe {
  background: rgba(34, 197, 94, 0.11);
  color: #15803d;
}

.chip-icon-local {
  background: rgba(14, 165, 233, 0.11);
  color: #0284c7;
}

.trust-section {
  position: relative;
  z-index: 5;
  margin-top: -4px;
  padding-bottom: 0;
}

.trust-strip {
  display: grid;
  margin: 0;
  padding: 13px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-radius: 25px;
  list-style: none;
}

.trust-strip li {
  display: flex;
  min-height: 70px;
  padding: 8px 23px;
  align-items: center;
  justify-content: center;
  gap: 13px;
  color: #64748b;
  font-size: 0.8rem;
  line-height: 1.35;
}

.trust-strip li + li {
  border-left: 1px solid var(--line-soft);
}

.trust-strip svg {
  width: 26px;
  height: 26px;
  flex: 0 0 auto;
  color: #0284c7;
}

.trust-strip strong {
  display: block;
  color: var(--ink-950);
  font-size: 0.91rem;
}

.app-preview {
  padding-block: 116px 110px;
}

.capture-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.capture-card {
  margin: 0;
  padding: 0 8px 12px;
  overflow: visible;
  transition: transform 220ms ease;
}

.capture-card:hover {
  transform: translateY(-5px);
}

.capture-frame {
  width: calc(100% - 8px);
  margin-inline: auto;
}

.capture-frame img {
  display: block;
  width: 100%;
  height: auto;
}

.capture-card figcaption {
  padding: 22px 12px 0;
  color: var(--ink-600);
  font-size: 0.88rem;
  line-height: 1.65;
}

.capture-card figcaption span,
.capture-card figcaption strong {
  display: block;
}

.capture-card figcaption span {
  margin-bottom: 8px;
  color: #0e7490;
  font-size: 0.68rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.capture-card figcaption strong {
  margin-bottom: 7px;
  color: var(--ink-950);
  font-family: var(--font-sans);
  font-size: 1.18rem;
  line-height: 1.2;
  letter-spacing: -0.025em;
}

.capture-disclosure {
  margin: 22px 0 0;
  color: #64748b;
  font-size: 0.76rem;
  text-align: center;
}

.workflow,
.interactive-demo,
.capabilities,
.privacy-section,
.waitlist {
  padding-block: 110px;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 52px;
}

.section-heading h2,
.categories-copy h2,
.privacy-copy h2,
.waitlist-copy h2 {
  margin-bottom: 19px;
  font-size: clamp(2.25rem, 4.4vw, 4rem);
  font-weight: 830;
  letter-spacing: -0.052em;
}

.section-heading > p:last-child,
.categories-copy > p,
.privacy-copy > p,
.waitlist-copy > p {
  margin: 0;
  color: var(--ink-600);
  font-size: 1.05rem;
  line-height: 1.75;
}

.workflow-grid {
  display: grid;
  margin: 0;
  padding: 0;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  list-style: none;
  counter-reset: steps;
}

.workflow-card {
  position: relative;
  min-height: 345px;
  padding: 26px 28px 30px;
  overflow: hidden;
  border-radius: var(--radius-md);
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.workflow-card::after {
  position: absolute;
  right: -58px;
  bottom: -76px;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(14, 165, 233, 0.1), transparent 68%);
  content: "";
  pointer-events: none;
}

.workflow-card:hover,
.capability-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 30px 78px rgba(14, 116, 144, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.88);
}

.step-topline {
  display: flex;
  margin-bottom: 43px;
  align-items: center;
  gap: 13px;
}

.step-number {
  color: #0284c7;
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.14em;
}

.step-rule {
  height: 1px;
  flex: 1;
  background: linear-gradient(90deg, rgba(14, 165, 233, 0.3), transparent);
}

.step-icon {
  display: grid;
  width: 55px;
  height: 55px;
  margin-bottom: 27px;
  place-items: center;
  border: 1px solid rgba(14, 165, 233, 0.18);
  border-radius: 17px;
  background: rgba(14, 165, 233, 0.08);
  color: #0284c7;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.86);
}

.step-icon svg {
  width: 28px;
  height: 28px;
}

.step-icon-swipe {
  background: rgba(20, 184, 166, 0.09);
  color: #0f9488;
}

.step-icon-review {
  background: rgba(239, 68, 68, 0.07);
  color: #dc5858;
}

.workflow-card h3,
.capability-card h3 {
  margin-bottom: 13px;
  font-size: 1.28rem;
  font-weight: 790;
  letter-spacing: -0.028em;
}

.workflow-card p,
.capability-card > p:last-child {
  margin: 0;
  color: var(--ink-600);
  font-size: 0.94rem;
  line-height: 1.7;
}

.categories {
  position: relative;
  padding-block: 124px;
  background:
    radial-gradient(circle at 78% 30%, rgba(6, 182, 212, 0.17), transparent 26rem),
    radial-gradient(circle at 15% 95%, rgba(20, 184, 166, 0.11), transparent 25rem),
    linear-gradient(145deg, #06121d, #071c2d 58%, #06242d);
  color: white;
}

.categories::before {
  position: absolute;
  top: 0;
  right: 8%;
  left: 8%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(138, 238, 255, 0.5), transparent);
  content: "";
}

.categories-ambient {
  position: absolute;
  inset: 0;
  overflow-x: clip;
  pointer-events: none;
}

.categories-ambient::before,
.categories-ambient::after {
  position: absolute;
  border-radius: 50%;
  content: "";
}

.categories-ambient::before {
  top: -80px;
  right: -120px;
  width: 480px;
  height: 480px;
  border: 1px solid rgba(97, 224, 240, 0.08);
  box-shadow: 0 0 0 75px rgba(97, 224, 240, 0.025), 0 0 0 150px rgba(97, 224, 240, 0.018);
}

.categories-ambient::after {
  bottom: -220px;
  left: 31%;
  width: 560px;
  height: 360px;
  background: rgba(14, 165, 233, 0.08);
  filter: blur(100px);
}

.categories-layout {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(520px, 1.18fr);
  gap: clamp(50px, 7vw, 104px);
  align-items: center;
}

.kicker-light {
  color: #70e0e6;
}

.categories-copy h2 {
  max-width: 490px;
  color: white;
}

.categories-copy > p {
  max-width: 520px;
  color: #afc3ce;
}

.model-note {
  display: flex;
  margin-top: 28px !important;
  align-items: flex-start;
  gap: 11px;
  color: #8da8b5 !important;
  font-size: 0.81rem !important;
}

.model-note span {
  width: 7px;
  height: 7px;
  margin-top: 8px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: #61dcd5;
  box-shadow: 0 0 0 5px rgba(97, 220, 213, 0.09);
}

.categories-capture {
  width: min(100%, 340px);
  margin: 0;
  justify-self: center;
}

.categories-device {
  width: 100%;
  box-shadow:
    0 38px 84px rgba(0, 0, 0, 0.42),
    0 12px 34px rgba(6, 182, 212, 0.13),
    inset 0 0 0 2px #050608,
    inset 0 0 0 3px rgba(255, 255, 255, 0.28);
}

.categories-capture img {
  display: block;
  width: 100%;
  height: auto;
}

.categories-capture figcaption {
  margin-top: 16px;
  color: #8da8b5;
  font-size: 0.72rem;
  font-weight: 650;
  letter-spacing: 0.035em;
  text-align: center;
}

.categories-capture figcaption span {
  padding-inline: 4px;
  color: #61dcd5;
}

.section-heading-split {
  display: grid;
  max-width: none;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.45fr);
  gap: 80px;
  align-items: end;
}

.section-heading-split h2 {
  max-width: 690px;
  margin-bottom: 0;
}

.section-heading-split > p {
  padding-bottom: 6px;
}

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

.capability-card {
  min-height: 410px;
  padding: 24px 28px 31px;
  overflow: hidden;
  border-radius: var(--radius-md);
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.capability-mark {
  position: relative;
  height: 176px;
  margin: -2px -6px 24px;
  overflow: hidden;
  border: 1px solid rgba(14, 165, 233, 0.1);
  border-radius: 18px;
  background:
    radial-gradient(circle at 76% 20%, rgba(255, 255, 255, 0.95), transparent 32%),
    linear-gradient(145deg, rgba(223, 250, 255, 0.92), rgba(205, 244, 241, 0.72));
}

.mark-discover span {
  position: absolute;
  width: 100px;
  height: 126px;
  border: 4px solid white;
  border-radius: 17px;
  background:
    linear-gradient(160deg, transparent 50%, rgba(6, 18, 29, 0.28) 51%),
    linear-gradient(145deg, #78d8f2, #156b97 58%, #0d3f65);
  box-shadow: 0 14px 32px rgba(7, 89, 133, 0.18);
}

.mark-discover span:nth-child(1) { top: 32px; left: 19%; transform: rotate(-10deg); }
.mark-discover span:nth-child(2) { top: 19px; left: 36%; z-index: 2; transform: rotate(1deg); }
.mark-discover span:nth-child(3) { top: 35px; right: 17%; transform: rotate(12deg); }

.mark-cards span {
  position: absolute;
  top: 34px;
  width: 114px;
  height: 108px;
  border: 5px solid rgba(255, 255, 255, 0.92);
  border-radius: 16px;
  box-shadow: 0 16px 34px rgba(7, 89, 133, 0.15);
}

.mark-cards span:nth-child(1) { left: 17%; background: linear-gradient(145deg, #4fb9d4, #0b5477); transform: rotate(-8deg); }
.mark-cards span:nth-child(2) { z-index: 2; left: 35%; background: linear-gradient(145deg, #87d8ca, #168c8c); transform: rotate(2deg); }
.mark-cards span:nth-child(3) { right: 14%; background: linear-gradient(145deg, #f7c27e, #d26e73); transform: rotate(10deg); }

.mark-stats {
  display: flex;
  padding: 30px 28px;
  align-items: flex-end;
  justify-content: center;
  gap: 12px;
}

.mark-stats::after {
  position: absolute;
  right: 24px;
  bottom: 24px;
  left: 24px;
  height: 1px;
  background: rgba(14, 116, 144, 0.15);
  content: "";
}

.mark-stats span {
  z-index: 1;
  width: 15%;
  border-radius: 8px 8px 3px 3px;
  background: linear-gradient(180deg, var(--cyan-500), #0284c7);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.45), 0 8px 18px rgba(14, 165, 233, 0.15);
}

.mark-stats span:nth-child(1) { height: 38%; opacity: 0.6; }
.mark-stats span:nth-child(2) { height: 66%; opacity: 0.78; }
.mark-stats span:nth-child(3) { height: 50%; opacity: 0.7; }
.mark-stats span:nth-child(4) { height: 86%; background: linear-gradient(180deg, #4cd3ba, var(--teal-500)); }

.card-label {
  margin: 0 0 11px;
  color: #0780a8;
  font-size: 0.7rem;
  font-weight: 840;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.privacy-section {
  padding-top: 44px;
}

.privacy-panel {
  display: grid;
  min-height: 340px;
  padding: 48px 52px;
  grid-template-columns: auto minmax(0, 1fr) minmax(240px, 0.5fr);
  gap: 38px;
  align-items: center;
  border-radius: var(--radius-lg);
}

.privacy-seal {
  display: grid;
  width: 86px;
  height: 86px;
  place-items: center;
  border: 1px solid rgba(20, 184, 166, 0.2);
  border-radius: 25px;
  background: linear-gradient(145deg, rgba(224, 255, 249, 0.9), rgba(205, 245, 255, 0.75));
  box-shadow: 0 18px 40px rgba(14, 116, 144, 0.12), inset 0 1px 0 white;
  color: #0c9488;
}

.privacy-seal svg {
  width: 48px;
  height: 48px;
  stroke-width: 1.7;
}

.privacy-copy h2 {
  max-width: 650px;
  font-size: clamp(2rem, 3.7vw, 3.25rem);
}

.privacy-copy .text-link {
  margin-top: 21px;
}

.privacy-facts {
  margin: 0;
  padding-left: 34px;
  border-left: 1px solid var(--line-soft);
}

.privacy-facts div {
  padding-block: 13px;
}

.privacy-facts div + div {
  border-top: 1px solid var(--line-soft);
}

.privacy-facts dt {
  color: #64748b;
  font-size: 0.76rem;
}

.privacy-facts dd {
  margin: 2px 0 0;
  color: var(--ink-950);
  font-size: 0.93rem;
  font-weight: 760;
}

.waitlist {
  padding-top: 70px;
  padding-bottom: 120px;
}

.waitlist-panel {
  position: relative;
  display: grid;
  padding: 66px;
  overflow: hidden;
  grid-template-columns: minmax(0, 0.87fr) minmax(400px, 1.13fr);
  gap: clamp(50px, 7vw, 100px);
  align-items: center;
  border-radius: 45px 30px 45px 30px;
  background:
    radial-gradient(circle at 3% 0%, rgba(255, 255, 255, 0.93), transparent 31%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.78), rgba(214, 249, 250, 0.46));
}

.waitlist-panel::before {
  width: 70%;
  height: 4px;
  animation: waitlist-glint 9s ease-in-out infinite;
}

.waitlist-panel::after {
  position: absolute;
  right: -110px;
  bottom: -170px;
  width: 420px;
  height: 420px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  background: radial-gradient(circle at 35% 30%, rgba(255, 255, 255, 0.65), rgba(6, 182, 212, 0.1) 42%, rgba(20, 184, 166, 0.06) 65%, transparent 70%);
  box-shadow: 0 0 0 50px rgba(255, 255, 255, 0.08), 0 0 0 100px rgba(14, 165, 233, 0.025);
  content: "";
  pointer-events: none;
}

@keyframes waitlist-glint {
  0%, 100% { left: -8%; opacity: 0.45; }
  50% { left: 38%; opacity: 1; }
}

.waitlist-copy,
.waitlist-form {
  position: relative;
  z-index: 2;
}

.waitlist-copy h2 {
  max-width: 500px;
  font-size: clamp(2.4rem, 4.4vw, 3.8rem);
}

.waitlist-form label {
  display: block;
  margin-bottom: 10px;
  color: var(--ink-950);
  font-size: 0.85rem;
  font-weight: 760;
}

.waitlist-row {
  display: flex;
  padding: 7px;
  border: 1px solid rgba(14, 116, 144, 0.15);
  border-radius: 19px;
  background: rgba(255, 255, 255, 0.71);
  box-shadow: inset 0 1px 0 white, 0 12px 26px rgba(14, 116, 144, 0.09);
}

.waitlist-row:focus-within {
  border-color: #0369a1;
  box-shadow: 0 0 0 3px #0369a1, inset 0 1px 0 white;
}

.waitlist-row input {
  min-width: 0;
  padding: 0 15px;
  flex: 1;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--ink-950);
}

.waitlist-row input::placeholder {
  color: #94a3b8;
}

.waitlist-row input:focus-visible {
  outline: 0;
}

.waitlist-row button {
  min-height: 52px;
  padding: 0 21px;
  flex: 0 0 auto;
  border: 0;
  border-radius: 13px;
  background: var(--navy-950);
  box-shadow: 0 9px 20px rgba(6, 18, 29, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.16);
  color: white;
  cursor: pointer;
  font-size: 0.9rem;
  font-weight: 760;
  transition: transform 180ms ease, background-color 180ms ease;
}

.waitlist-row button:hover {
  background: #0b2a3c;
  transform: translateY(-1px);
}

.form-note,
.form-fallback,
.form-status {
  margin: 11px 2px 0;
  color: #64748b;
  font-size: 0.76rem;
  line-height: 1.5;
}

.form-fallback {
  margin-top: 5px;
}

.form-status:empty {
  display: none;
}

.form-status:not(:empty) {
  color: #03698f;
  font-weight: 700;
}

.site-footer {
  border-top: 1px solid rgba(14, 116, 144, 0.11);
  background: rgba(255, 255, 255, 0.3);
}

.footer-inner {
  display: grid;
  min-height: 132px;
  grid-template-columns: auto 1fr auto auto;
  gap: 36px;
  align-items: center;
}

.footer-brand img {
  width: 38px;
  height: 38px;
  border-radius: 11px;
}

.footer-inner > p {
  margin: 0;
  color: #64748b;
  font-size: 0.82rem;
}

.footer-links {
  display: flex;
  align-items: center;
  gap: 20px;
}

.footer-links a {
  display: inline-flex;
  align-items: center;
  color: #475569;
  font-size: 0.84rem;
  font-weight: 680;
}

.footer-links a:hover {
  color: #0284c7;
}

.copyright {
  white-space: nowrap;
}

.reveal-ready [data-reveal] {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 600ms ease, transform 600ms cubic-bezier(.22, 1, .36, 1);
}

.reveal-ready [data-reveal].is-visible {
  opacity: 1;
  transform: none;
}

.legal-main {
  padding-top: 164px;
  padding-bottom: 112px;
}

.legal-hero {
  max-width: 820px;
  margin-bottom: 52px;
}

.legal-hero h1 {
  margin-bottom: 24px;
  font-size: clamp(3rem, 6vw, 5rem);
}

.legal-hero > p:last-child {
  max-width: 720px;
  margin: 0;
  color: var(--ink-600);
  font-size: 1.08rem;
  line-height: 1.75;
}

.legal-layout {
  display: grid;
  grid-template-columns: minmax(230px, .42fr) minmax(0, 1fr);
  gap: 22px;
  align-items: start;
}

.legal-summary,
.legal-document {
  border-radius: var(--radius-md);
}

.legal-summary {
  position: sticky;
  top: 112px;
  padding: 29px;
}

.legal-summary strong {
  display: block;
  margin-bottom: 13px;
  color: var(--ink-950);
  font-size: 1.16rem;
  line-height: 1.35;
}

.legal-summary > p:last-child {
  margin: 0;
  color: var(--ink-600);
  font-size: .9rem;
  line-height: 1.7;
}

.legal-document {
  padding: clamp(32px, 5vw, 58px);
}

.legal-document section + section {
  margin-top: 38px;
  padding-top: 38px;
  border-top: 1px solid var(--line-soft);
}

.legal-document h2 {
  margin-bottom: 13px;
  font-size: clamp(1.4rem, 2.4vw, 1.85rem);
  letter-spacing: -.035em;
}

.legal-document p,
.legal-document li {
  color: var(--ink-600);
  line-height: 1.78;
}

.legal-document p {
  margin: 0;
}

.legal-document ul {
  margin: 18px 0 0;
  padding-left: 1.3rem;
}

.legal-document li + li {
  margin-top: 9px;
}

.legal-document strong {
  color: var(--ink-950);
}

.legal-document .text-link {
  min-height: auto;
}

.legal-nav-links [aria-current="page"] {
  background: rgba(255, 255, 255, .56);
  color: #03698f;
}

/* Animated hero product loop */
.hero-loop-phone {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 50%;
  width: min(72%, 270px);
  transform: translateX(-50%) rotate(1.2deg);
}

.hero-loop-phone .iphone-screen {
  aspect-ratio: 377 / 791;
}

.hero-loop-app {
  position: absolute;
  inset: 0;
  display: grid;
  padding: 8.5% 4.5% 5%;
  grid-template-rows: auto auto minmax(0, 1fr) auto;
  background: linear-gradient(180deg, #fff 0%, #fbfdff 73%, #eefaff 100%);
  color: var(--ink-950);
  font-family: var(--font-sans);
}

.hero-loop-header,
.hero-loop-choices {
  display: grid;
  align-items: center;
}

.hero-loop-header {
  padding: 1.5% 1% 5%;
  grid-template-columns: 1fr auto 1fr;
  font-size: clamp(0.62rem, 1vw, 0.82rem);
}

.hero-loop-header strong {
  font-size: 1.2em;
}

.hero-loop-header span:last-child {
  justify-self: end;
  font-size: 1.3em;
}

.hero-loop-choices {
  padding-bottom: 6%;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  gap: 4%;
  font-size: clamp(0.38rem, 0.62vw, 0.55rem);
}

.hero-loop-choice,
.hero-loop-count {
  display: flex;
  min-height: 28px;
  padding: 0 6px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(148, 163, 184, 0.22);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.68);
  font-weight: 730;
}

.hero-loop-delete {
  border-color: rgba(239, 68, 68, 0.2);
  color: #b94a4a;
}

.hero-loop-keep {
  border-color: rgba(34, 197, 94, 0.22);
  color: #15803d;
}

.hero-loop-deck {
  position: relative;
  min-height: 0;
  border-radius: 11% / 7%;
  background: linear-gradient(145deg, #d9f1fb, #c9e8f0);
  box-shadow: 0 15px 28px rgba(14, 116, 144, 0.2);
}

.hero-loop-deck::before,
.hero-loop-deck::after {
  position: absolute;
  inset: 2.4%;
  border: 1px solid rgba(255, 255, 255, 0.64);
  border-radius: inherit;
  background: #d8edf4;
  content: "";
  transform: translateY(3.8%);
}

.hero-loop-deck::after {
  transform: translateY(1.8%);
}

.hero-loop-card {
  --hero-throw-x: -145%;
  --hero-throw-rotate: -12deg;
  position: absolute;
  z-index: 2;
  inset: 0;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.62);
  border-radius: inherit;
  background: #ccebf4;
  box-shadow: 0 12px 30px rgba(6, 18, 29, 0.22);
  opacity: 0;
  animation: hero-card-swipe 9s cubic-bezier(0.28, 0.74, 0.34, 1) infinite;
  transform-origin: 50% 105%;
}

.hero-loop-card:nth-child(2) {
  --hero-throw-x: 145%;
  --hero-throw-rotate: 12deg;
  animation-delay: -3s;
}

.hero-loop-card:nth-child(3) {
  animation-delay: -6s;
}

.hero-loop-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-loop-card:nth-child(3) img {
  object-position: center 55%;
}

.hero-loop-card > span {
  position: absolute;
  top: 7%;
  left: 7%;
  padding: 4px 8px;
  border: 2px solid rgba(255, 255, 255, 0.92);
  border-radius: 7px;
  background: rgba(185, 44, 44, 0.62);
  color: white;
  font-size: clamp(0.45rem, 0.7vw, 0.63rem);
  font-weight: 850;
  letter-spacing: 0.05em;
  opacity: 0;
  text-transform: uppercase;
  animation: hero-card-stamp 9s ease infinite;
}

.hero-loop-card:nth-child(2) > span {
  right: 7%;
  left: auto;
  background: rgba(21, 128, 61, 0.64);
  animation-delay: -3s;
}

.hero-loop-card:nth-child(3) > span {
  animation-delay: -6s;
}

.hero-loop-undo {
  width: max-content;
  margin: 6% auto 0;
  padding: 3% 9%;
  border: 1px solid rgba(14, 165, 233, 0.22);
  border-radius: 999px;
  background: rgba(7, 24, 35, 0.8);
  color: white;
  font-size: clamp(0.48rem, 0.7vw, 0.64rem);
  font-weight: 740;
  box-shadow: 0 8px 18px rgba(6, 18, 29, 0.2);
}

@keyframes hero-card-swipe {
  0%, 23% { opacity: 1; transform: translateX(0) rotate(0); }
  33.2% { opacity: 0; transform: translateX(var(--hero-throw-x)) rotate(var(--hero-throw-rotate)); }
  33.3%, 100% { opacity: 0; transform: translateX(var(--hero-throw-x)) rotate(var(--hero-throw-rotate)); }
}

@keyframes hero-card-stamp {
  0%, 12% { opacity: 0; transform: scale(0.88) rotate(-6deg); }
  17%, 26% { opacity: 1; transform: scale(1) rotate(-6deg); }
  33.2%, 100% { opacity: 0; transform: scale(1) rotate(-6deg); }
}

/* Playable app demo */
.interactive-demo {
  position: relative;
}

.demo-stage {
  display: grid;
  min-height: 930px;
  padding: clamp(24px, 4vw, 54px);
  overflow: hidden;
  grid-template-columns: minmax(260px, 0.8fr) minmax(390px, 1.2fr);
  gap: clamp(34px, 7vw, 92px);
  align-items: center;
  border-radius: 44px 31px 48px 34px;
  background:
    radial-gradient(circle at 83% 13%, rgba(95, 224, 241, 0.26), transparent 28rem),
    radial-gradient(circle at 8% 88%, rgba(20, 184, 166, 0.16), transparent 24rem),
    rgba(246, 252, 255, 0.63);
}

.demo-guide {
  display: flex;
  max-width: 420px;
  min-height: 610px;
  padding-block: 32px;
  flex-direction: column;
}

.demo-guide-label {
  margin: 0 0 13px;
  color: #0284c7;
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.demo-guide h3 {
  margin-bottom: 17px;
  font-size: clamp(2rem, 3.6vw, 3.4rem);
  line-height: 1.02;
  letter-spacing: -0.05em;
}

.demo-guide > div > p:last-child {
  margin: 0;
  color: var(--ink-600);
  line-height: 1.72;
}

.demo-guide-steps {
  display: grid;
  margin: 38px 0 30px;
  padding: 0;
  gap: 11px;
  list-style: none;
}

.demo-guide-steps li {
  display: grid;
  min-height: 70px;
  padding: 12px 14px;
  grid-template-columns: 42px minmax(0, 1fr);
  align-items: center;
  border: 1px solid rgba(14, 116, 144, 0.1);
  border-radius: 17px;
  background: rgba(255, 255, 255, 0.52);
}

.demo-guide-steps li > span {
  display: grid;
  width: 34px;
  height: 34px;
  grid-row: 1 / 3;
  place-items: center;
  border-radius: 11px;
  font-weight: 850;
}

.guide-swipe-left { background: rgba(239, 68, 68, 0.1); color: #cf4949; }
.guide-swipe-right { background: rgba(34, 197, 94, 0.11); color: #168443; }
.guide-save { background: rgba(14, 165, 233, 0.1); color: #0284c7; }

.demo-guide-steps strong {
  font-size: 0.88rem;
}

.demo-guide-steps small {
  color: #64748b;
  font-size: 0.72rem;
  line-height: 1.45;
}

.demo-reset {
  min-height: 48px;
  margin-top: auto;
  padding: 0 20px;
  border: 1px solid rgba(14, 116, 144, 0.18);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.58);
  color: #075985;
  font: inherit;
  font-size: 0.82rem;
  font-weight: 780;
  cursor: pointer;
}

.demo-disclosure {
  margin: 13px 0 0;
  color: #64748b;
  font-size: 0.68rem;
  line-height: 1.5;
}

.demo-product {
  display: grid;
  width: min(100%, 430px);
  justify-self: center;
  justify-items: center;
  gap: 14px;
}

.demo-screen-switcher {
  display: grid;
  width: min(100%, 390px);
  padding: 5px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 4px;
  border: 1px solid rgba(14, 116, 144, 0.12);
  border-radius: 18px;
  background: rgba(239, 249, 252, 0.68);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), 0 12px 30px rgba(14, 116, 144, 0.08);
  backdrop-filter: blur(18px) saturate(145%);
  -webkit-backdrop-filter: blur(18px) saturate(145%);
}

.demo-screen-switcher button {
  min-width: 0;
  min-height: 42px;
  padding: 0 8px;
  border: 1px solid transparent;
  border-radius: 13px;
  background: transparent;
  color: #64748b;
  font: inherit;
  font-size: 0.7rem;
  font-weight: 740;
  cursor: pointer;
}

.demo-screen-switcher button.is-active {
  border-color: rgba(255, 255, 255, 0.78);
  background: rgba(255, 255, 255, 0.82);
  color: #075985;
  box-shadow: 0 5px 14px rgba(14, 116, 144, 0.1);
}

.demo-phone {
  position: relative;
  width: min(100%, 390px);
  justify-self: center;
  padding: 6px;
  border: 1px solid #727b83;
  border-radius: 52px;
  background: linear-gradient(145deg, #d7dadd, #272c31 20%, #06090c 76%, #969da2);
  box-shadow: 0 36px 76px rgba(6, 18, 29, 0.25), 0 12px 28px rgba(14, 116, 144, 0.17);
}

.demo-phone::before {
  position: absolute;
  z-index: 4;
  top: 16px;
  left: 50%;
  width: 116px;
  height: 31px;
  border-radius: 999px;
  background: #020305;
  content: "";
  transform: translateX(-50%);
  pointer-events: none;
}

.demo-phone-screen {
  position: relative;
  width: 100%;
  min-height: 0;
  aspect-ratio: 377 / 791;
  overflow: hidden;
  border: 1px solid #050608;
  border-radius: 46px;
  background: linear-gradient(180deg, #fff, #fafdff 70%, #eff9fd);
}

.demo-panel {
  position: absolute;
  inset: 0;
  min-height: 0;
  padding: 52px 10px 12px;
  overflow: auto;
  scrollbar-width: none;
}

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

.demo-panel[data-demo-panel="swipe"] {
  display: grid;
  overflow: hidden;
  grid-template-rows: auto auto minmax(0, 1fr);
}

.demo-panel[data-demo-panel="memories"],
.demo-panel[data-demo-panel="statistics"] {
  padding-bottom: 106px;
}

.demo-panel[hidden] {
  display: none;
}

.demo-app-header {
  display: grid;
  min-height: 48px;
  margin-bottom: 12px;
  padding-inline: 0;
  grid-template-columns: 42px 1fr 42px;
  align-items: center;
}

.demo-app-header strong {
  font-size: 1.35rem;
  letter-spacing: -0.02em;
}

.demo-app-header > span {
  display: grid;
  width: 40px;
  height: 40px;
  padding: 0;
  place-items: center;
  border: 1px solid rgba(14, 165, 233, 0.19);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.65);
  color: #58738a;
}

.demo-app-header > span:last-child {
  justify-self: end;
}

.demo-app-header svg,
.demo-choice svg,
.demo-drag-hint svg,
.demo-undo svg,
.demo-save svg,
.demo-page-heading svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.demo-app-header circle {
  fill: currentColor;
  stroke: none;
}

.demo-choice-row {
  display: grid;
  margin-bottom: 22px;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  gap: 10px;
  align-items: center;
}

.demo-choice,
.demo-photo-count {
  display: flex;
  min-height: 48px;
  padding: 0 11px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid rgba(148, 163, 184, 0.2);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.44);
  color: #334155;
  font: inherit;
  font-size: 0.78rem;
  cursor: pointer;
}

.demo-choice-delete {
  border-color: rgba(248, 113, 113, 0.22);
  color: #8da2b6;
}

.demo-choice-keep {
  border-color: rgba(34, 197, 94, 0.2);
  color: #8da2b6;
}

.demo-choice svg {
  width: 19px;
  height: 19px;
}

.demo-choice-badge {
  display: inline-grid;
  min-width: 22px;
  height: 22px;
  padding-inline: 6px;
  place-items: center;
  border: 1px solid rgba(248, 113, 113, 0.22);
  border-radius: 999px;
  background: rgba(239, 68, 68, 0.11);
  color: #c94b55;
  font-size: 0.64rem;
  font-weight: 820;
  line-height: 1;
}

.demo-choice-badge[hidden] {
  display: none;
}

.demo-photo-count {
  min-height: 40px;
  padding-inline: 14px;
  font-size: 0.72rem;
  cursor: default;
}

.demo-deck {
  position: relative;
  min-height: 0;
  overscroll-behavior-inline: contain;
  touch-action: pan-y;
  user-select: none;
}

.demo-card-back,
.demo-photo-card {
  position: absolute;
  inset: 0;
  overflow: hidden;
  border-radius: 28px;
  background: #d7eef5;
  box-shadow: 0 17px 38px rgba(6, 18, 29, 0.2);
}

.demo-card-back {
  inset: 10px 14px -10px;
  background: linear-gradient(145deg, #b9e4f0, #d9f4f7);
  transform: translateY(10px) scale(0.96);
  transition: inset 300ms cubic-bezier(0.2, 0.8, 0.2, 1),
    transform 300ms cubic-bezier(0.2, 0.8, 0.2, 1),
    border-radius 300ms ease;
}

.demo-card-back.is-promoting {
  inset: 0;
  border-radius: 28px;
  transform: translateY(0) scale(1);
}

.demo-card-back img {
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #0e4c7d, #102d45 43%, #090b10 70%);
  object-fit: contain;
}

.demo-card-back-two {
  inset: 20px 26px -20px;
  opacity: 0.66;
  transform: translateY(20px) scale(0.92);
}

.demo-photo-card {
  z-index: 2;
  cursor: grab;
  touch-action: pan-y;
  transform: translateX(var(--demo-drag-x, 0)) rotate(var(--demo-drag-rotate, 0));
  transition: transform 300ms cubic-bezier(0.2, 0.8, 0.2, 1), opacity 260ms ease;
  will-change: transform;
}

.demo-photo-card::after {
  position: absolute;
  inset: 48% 0 0;
  background: linear-gradient(transparent, rgba(3, 10, 16, 0.12) 34%, rgba(3, 10, 16, 0.7));
  content: "";
  pointer-events: none;
}

.demo-photo-card.is-dragging {
  cursor: grabbing;
  transition: none;
}

.demo-photo-card.is-resetting {
  transition: none;
}

.demo-photo-card.is-deleting {
  opacity: 0;
  transform: translateX(-145%) rotate(-13deg);
}

.demo-photo-card.is-keeping {
  opacity: 0;
  transform: translateX(145%) rotate(13deg);
}

.demo-photo-card img {
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #0e4c7d, #102d45 43%, #090b10 70%);
  object-fit: contain;
  pointer-events: none;
  -webkit-user-drag: none;
}

.demo-decision-stamp {
  position: absolute;
  z-index: 2;
  top: 24px;
  padding: 7px 12px;
  border: 3px solid white;
  border-radius: 10px;
  color: white;
  font-size: 0.84rem;
  font-weight: 900;
  letter-spacing: 0.07em;
  opacity: 0;
  text-transform: uppercase;
  transform: rotate(-7deg);
}

.demo-delete-stamp {
  left: 21px;
  background: rgba(190, 44, 52, 0.66);
}

.demo-keep-stamp {
  right: 21px;
  background: rgba(18, 125, 61, 0.68);
  transform: rotate(7deg);
}

.demo-drag-hint {
  position: absolute;
  z-index: 3;
  top: 17px;
  right: 17px;
  display: inline-flex;
  padding: 8px 12px;
  align-items: center;
  gap: 6px;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 999px;
  background: rgba(4, 52, 87, 0.72);
  color: white;
  font-size: 0.71rem;
  font-weight: 650;
  backdrop-filter: blur(14px) saturate(135%);
  -webkit-backdrop-filter: blur(14px) saturate(135%);
}

.demo-drag-hint svg {
  width: 15px;
  height: 15px;
}

.demo-finished {
  position: absolute;
  z-index: 3;
  inset: 0;
  display: grid;
  padding: 44px;
  place-content: center;
  border: 1px solid rgba(14, 165, 233, 0.14);
  border-radius: 28px;
  background: linear-gradient(145deg, rgba(232, 251, 255, 0.94), rgba(235, 250, 246, 0.92));
  text-align: center;
}

.demo-finished[hidden] { display: none; }

.demo-finished > span {
  display: grid;
  width: 58px;
  height: 58px;
  margin: 0 auto 18px;
  place-items: center;
  border-radius: 20px;
  background: linear-gradient(145deg, #0ea5e9, #14b8a6);
  color: white;
  font-size: 1.6rem;
  box-shadow: 0 16px 30px rgba(14, 165, 233, 0.24);
}

.demo-finished strong {
  font-size: 1.15rem;
}

.demo-finished p {
  max-width: 250px;
  margin: 9px auto 0;
  color: var(--ink-600);
  font-size: 0.78rem;
  line-height: 1.6;
}

.demo-undo {
  position: absolute;
  z-index: 5;
  bottom: 16px;
  left: 50%;
  display: inline-flex;
  min-height: 46px;
  padding: 0 18px;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(14, 165, 233, 0.2);
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.58);
  color: white;
  font: inherit;
  font-size: 0.78rem;
  font-weight: 740;
  cursor: pointer;
  box-shadow: 0 9px 21px rgba(6, 18, 29, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(14px) saturate(140%);
  -webkit-backdrop-filter: blur(14px) saturate(140%);
  transform: translateX(-50%);
  transition: opacity 180ms ease;
}

.demo-undo svg {
  width: 18px;
  height: 18px;
}

.demo-undo:disabled {
  opacity: 0;
  pointer-events: none;
}

.demo-save:disabled,
.demo-choice:disabled {
  cursor: not-allowed;
  opacity: 0.42;
}

.demo-companion-actions {
  display: grid;
  width: min(100%, 390px);
  padding: 12px 14px;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  border: 1px solid rgba(14, 116, 144, 0.12);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.62);
  box-shadow: 0 12px 30px rgba(14, 116, 144, 0.08);
  backdrop-filter: blur(18px) saturate(145%);
  -webkit-backdrop-filter: blur(18px) saturate(145%);
}

.demo-companion-actions > span {
  color: #64748b;
  font-size: 0.66rem;
  line-height: 1.35;
}

.demo-save {
  display: inline-flex;
  min-height: 42px;
  padding: 0 14px;
  align-items: center;
  justify-content: center;
  gap: 7px;
  border: 1px solid rgba(14, 165, 233, 0.18);
  border-radius: 13px;
  background: rgba(224, 247, 253, 0.82);
  color: #075985;
  font: inherit;
  font-size: 0.66rem;
  font-weight: 760;
  cursor: pointer;
}

.demo-save svg {
  width: 17px;
  height: 17px;
}

.demo-live-status {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

.demo-page-heading {
  display: flex;
  min-height: 48px;
  margin-bottom: 16px;
  padding-inline: 6px;
  align-items: center;
  gap: 12px;
}

.demo-page-heading > div {
  display: grid;
  min-width: 0;
  flex: 1;
  gap: 3px;
}

.demo-page-heading strong {
  font-size: 1.28rem;
  letter-spacing: -0.02em;
}

.demo-page-heading small {
  color: #64748b;
  font-size: 0.72rem;
}

.demo-page-icon {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border: 1px solid rgba(14, 165, 233, 0.16);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.56);
  color: #0ea5e9;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.78);
  backdrop-filter: blur(14px) saturate(145%);
  -webkit-backdrop-filter: blur(14px) saturate(145%);
}

.demo-page-heading svg {
  width: 21px;
  height: 21px;
}

.demo-stats-icon {
  color: #0f9fb5;
}

.demo-page-action {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border: 1px solid rgba(14, 165, 233, 0.16);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.54);
  color: #6d8498;
}

.demo-page-back {
  display: grid;
  width: 40px;
  height: 40px;
  padding: 0;
  place-items: center;
  border: 1px solid rgba(14, 165, 233, 0.19);
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.65);
  color: #58738a;
  cursor: pointer;
}

.demo-page-back svg,
.demo-trash-action svg,
.demo-trash-summary svg,
.demo-trash-empty svg,
.demo-empty-trash svg,
.demo-memory-detail svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.demo-trash-action {
  color: #dc5b64;
}

.demo-trash-content {
  display: grid;
  gap: 14px;
}

.demo-trash-content[hidden],
.demo-trash-empty[hidden] {
  display: none;
}

.demo-trash-summary {
  display: grid;
  min-height: 74px;
  padding: 13px;
  grid-template-columns: 42px minmax(0, 1fr);
  align-items: center;
  gap: 11px;
  border: 1px solid rgba(14, 116, 144, 0.1);
  border-radius: 19px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 11px 25px rgba(14, 116, 144, 0.08);
}

.demo-trash-summary > span {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 13px;
  background: rgba(239, 68, 68, 0.1);
  color: #ce5660;
}

.demo-trash-summary > div {
  display: grid;
  gap: 3px;
}

.demo-trash-summary strong {
  font-size: 0.84rem;
}

.demo-trash-summary small {
  color: #64748b;
  font-size: 0.63rem;
  line-height: 1.35;
}

.demo-trash-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.demo-trash-card {
  position: relative;
  display: grid;
  overflow: hidden;
  border: 1px solid rgba(14, 116, 144, 0.1);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 10px 24px rgba(14, 116, 144, 0.08);
}

.demo-trash-card img {
  width: 100%;
  height: 126px;
  background: #d7eef5;
  object-fit: cover;
}

.demo-trash-card > div {
  display: grid;
  min-width: 0;
  padding: 9px 9px 10px;
  gap: 2px;
}

.demo-trash-card strong {
  overflow: hidden;
  font-size: 0.67rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.demo-trash-card small {
  color: #64748b;
  font-size: 0.55rem;
}

.demo-trash-card > button {
  position: absolute;
  top: 8px;
  right: 8px;
  min-height: 30px;
  padding: 0 9px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 999px;
  background: rgba(239, 249, 252, 0.82);
  color: #075985;
  font: inherit;
  font-size: 0.56rem;
  font-weight: 780;
  box-shadow: 0 5px 13px rgba(6, 18, 29, 0.16);
  backdrop-filter: blur(12px) saturate(150%);
  -webkit-backdrop-filter: blur(12px) saturate(150%);
  cursor: pointer;
}

.demo-empty-trash {
  display: inline-flex;
  min-height: 44px;
  margin-top: 2px;
  padding: 0 16px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 0;
  border-radius: 14px;
  background: #eef2f5;
  color: #9aa9b7;
  font: inherit;
  font-size: 0.7rem;
  font-weight: 740;
}

.demo-empty-trash svg {
  width: 17px;
  height: 17px;
}

.demo-trash-empty {
  display: grid;
  min-height: calc(100% - 70px);
  padding: 44px 28px;
  place-content: center;
  justify-items: center;
  gap: 10px;
  text-align: center;
}

.demo-trash-empty > span {
  display: grid;
  width: 68px;
  height: 68px;
  margin-bottom: 6px;
  place-items: center;
  border-radius: 22px;
  background: rgba(239, 68, 68, 0.08);
  color: #ce5660;
}

.demo-trash-empty > span svg {
  width: 28px;
  height: 28px;
}

.demo-trash-empty strong {
  font-size: 1.05rem;
}

.demo-trash-empty p {
  margin: 0;
  color: #64748b;
  font-size: 0.7rem;
  line-height: 1.5;
}

.demo-trash-empty button {
  min-height: 42px;
  margin-top: 8px;
  padding: 0 16px;
  border: 1px solid rgba(14, 165, 233, 0.17);
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.72);
  color: #075985;
  font: inherit;
  font-size: 0.67rem;
  font-weight: 760;
  cursor: pointer;
}

.demo-memory-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.demo-memory-card {
  width: 100%;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(14, 116, 144, 0.1);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 13px 30px rgba(14, 116, 144, 0.1);
  color: inherit;
  font: inherit;
  text-align: left;
  cursor: pointer;
}

.demo-memory-card:hover {
  border-color: rgba(14, 165, 233, 0.28);
  transform: translateY(-2px);
}

.demo-memory-photo {
  position: relative;
  height: 171px;
  overflow: hidden;
}

.demo-memory-photo::after {
  position: absolute;
  inset: 48% 0 0;
  background: linear-gradient(transparent, rgba(6, 18, 29, 0.65));
  content: "";
}

.demo-memory-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.demo-memory-photo > span,
.demo-memory-photo time {
  position: absolute;
  z-index: 2;
  color: white;
  font-size: 0.57rem;
  font-weight: 700;
}

.demo-memory-photo > span {
  top: 8px;
  right: 8px;
  padding: 4px 7px;
  border-radius: 7px;
  background: rgba(6, 18, 29, 0.52);
}

.demo-memory-photo time {
  bottom: 9px;
  left: 9px;
}

.demo-memory-card p {
  min-height: 47px;
  margin: 0;
  padding: 11px 11px 3px;
  font-size: 0.71rem;
  font-weight: 700;
  line-height: 1.4;
}

.demo-memory-card > small {
  display: block;
  padding: 0 11px 12px;
  color: #64748b;
  font-size: 0.57rem;
}

.demo-memory-card.is-new {
  animation: memory-card-arrive 500ms cubic-bezier(0.2, 0.85, 0.3, 1.1) both;
}

@keyframes memory-card-arrive {
  from { opacity: 0; transform: translateY(18px) scale(0.94); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

.demo-memory-empty-note {
  margin: 18px 8px 0;
  color: #64748b;
  font-size: 0.7rem;
  line-height: 1.55;
  text-align: center;
}

.demo-memory-detail-overlay {
  position: absolute;
  z-index: 12;
  inset: 0;
  display: flex;
  align-items: flex-end;
  background: rgba(7, 18, 28, 0.28);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
}

.demo-memory-detail-overlay[hidden] {
  display: none;
}

.demo-memory-detail {
  width: 100%;
  height: 85%;
  padding: 8px 16px 24px;
  overflow: auto;
  border: 1px solid rgba(255, 255, 255, 0.86);
  border-radius: 28px 28px 0 0;
  background: rgba(250, 253, 255, 0.97);
  box-shadow: 0 -22px 45px rgba(6, 18, 29, 0.2);
}

.demo-sheet-handle {
  display: block;
  width: 40px;
  height: 5px;
  margin: 0 auto 11px;
  border-radius: 999px;
  background: #d7e1e8;
}

.demo-memory-detail > header {
  display: flex;
  min-height: 48px;
  align-items: center;
  justify-content: space-between;
}

.demo-memory-detail > header > div {
  display: grid;
  gap: 2px;
}

.demo-memory-detail > header strong {
  font-size: 1.05rem;
  letter-spacing: -0.02em;
}

.demo-memory-detail > header time {
  color: #64748b;
  font-size: 0.62rem;
}

.demo-memory-detail > header button {
  display: grid;
  width: 38px;
  height: 38px;
  padding: 0;
  place-items: center;
  border: 1px solid rgba(14, 116, 144, 0.12);
  border-radius: 12px;
  background: rgba(236, 246, 250, 0.78);
  color: #58738a;
  cursor: pointer;
}

.demo-memory-preview {
  position: relative;
  aspect-ratio: 4 / 5;
  margin-top: 12px;
  overflow: hidden;
  border-radius: 22px;
  background: #d7eef5;
  box-shadow: 0 14px 30px rgba(6, 18, 29, 0.16);
}

.demo-memory-preview::after {
  position: absolute;
  inset: 46% 0 0;
  background: linear-gradient(transparent, rgba(4, 15, 23, 0.76));
  content: "";
}

.demo-memory-preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.demo-memory-preview > div {
  position: absolute;
  z-index: 1;
  right: 18px;
  bottom: 18px;
  left: 18px;
  display: grid;
  color: white;
  gap: 5px;
}

.demo-memory-preview small,
.demo-memory-preview time {
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.56rem;
  font-weight: 720;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.demo-memory-preview strong {
  font-size: 1.05rem;
  line-height: 1.2;
}

.demo-memory-detail-info {
  padding: 17px 3px 0;
}

.demo-memory-detail-info > small {
  color: #64748b;
  font-size: 0.58rem;
  font-weight: 750;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.demo-memory-detail-info > p {
  margin: 5px 0 13px;
  font-size: 0.8rem;
  font-weight: 720;
}

.demo-memory-detail-info > div {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.demo-memory-detail-info span {
  padding: 7px 9px;
  border: 1px solid rgba(14, 116, 144, 0.1);
  border-radius: 999px;
  background: rgba(233, 247, 251, 0.72);
  color: #41647d;
  font-size: 0.55rem;
  font-weight: 680;
}

.demo-panel[data-demo-panel="statistics"] {
  cursor: grab;
  user-select: none;
}

.demo-panel[data-demo-panel="statistics"].is-scroll-dragging {
  cursor: grabbing;
}

.demo-stats-hero {
  display: grid;
  min-height: 204px;
  padding: 20px;
  gap: 16px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 28px;
  background: linear-gradient(145deg, #0ea5e9, #14b8a6);
  color: white;
  box-shadow: 0 17px 34px rgba(14, 165, 233, 0.26);
}

.demo-impact-title {
  display: flex;
  align-items: center;
  gap: 13px;
}

.demo-impact-title > span {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.18);
  font-size: 1.35rem;
}

.demo-impact-title > div {
  display: grid;
}

.demo-impact-title small {
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.68rem;
  font-weight: 650;
  letter-spacing: 0.04em;
}

.demo-impact-title strong {
  color: white;
  font-size: 2.25rem;
  line-height: 1;
  letter-spacing: -0.05em;
}

.demo-impact-row {
  display: grid;
  min-height: 67px;
  padding: 10px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.15);
}

.demo-impact-row > span {
  display: grid;
  min-width: 0;
  place-content: center;
  gap: 2px;
  text-align: center;
}

.demo-impact-row svg,
.demo-stat-grid svg,
.demo-progress-heading svg,
.demo-app-bottom-nav svg {
  width: 18px;
  height: 18px;
  margin-inline: auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.demo-impact-row > span + span {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.demo-impact-row small {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.55rem;
}

.demo-impact-row strong {
  overflow: hidden;
  color: white;
  font-size: 0.82rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.demo-progress-card {
  display: grid;
  min-height: 314px;
  margin-top: 14px;
  padding: 20px;
  justify-items: center;
  gap: 18px;
  border: 1px solid rgba(14, 116, 144, 0.1);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 12px 26px rgba(14, 116, 144, 0.08);
}

.demo-progress-heading {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 12px;
}

.demo-progress-heading > span {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border-radius: 12px;
  background: linear-gradient(145deg, #fbbf24, #f59e0b);
  color: white;
}

.demo-progress-heading strong {
  font-size: 1rem;
  letter-spacing: -0.02em;
}

.demo-progress-ring {
  position: relative;
  display: grid;
  width: 154px;
  height: 154px;
  place-items: center;
  border-radius: 50%;
  background: conic-gradient(#f59e0b calc(var(--demo-progress) * 1%), #eef2f5 0);
  box-shadow: 0 12px 26px rgba(245, 158, 11, 0.14);
}

.demo-progress-ring::before {
  position: absolute;
  width: 128px;
  height: 128px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.95);
  content: "";
}

.demo-progress-ring > span {
  z-index: 1;
  display: grid;
  text-align: center;
}

.demo-progress-ring strong {
  font-size: 2rem;
  letter-spacing: -0.05em;
}

.demo-progress-ring small {
  color: #64748b;
  font-size: 0.7rem;
}

.demo-progress-labels {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}

.demo-progress-labels > span {
  display: grid;
  grid-template-columns: 10px auto;
  align-items: center;
  column-gap: 7px;
  text-align: left;
}

.demo-progress-labels i {
  width: 10px;
  height: 10px;
  grid-row: 1;
  border-radius: 50%;
  background: #22c55e;
}

.demo-progress-labels > span:last-child i {
  background: #94a3b8;
}

.demo-progress-labels strong {
  font-size: 1rem;
}

.demo-progress-labels small {
  grid-column: 1 / 3;
  color: #64748b;
  font-size: 0.57rem;
}

.demo-quick-stats {
  margin-top: 20px;
}

.demo-quick-stats > strong,
.demo-chart-card > strong {
  display: block;
  padding-inline: 3px;
  font-size: 0.94rem;
  letter-spacing: -0.01em;
}

.demo-stat-grid {
  display: grid;
  margin-top: 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.demo-stat-grid article {
  display: grid;
  min-height: 92px;
  padding: 13px;
  grid-template-columns: 34px minmax(0, 1fr);
  align-items: center;
  border: 1px solid rgba(14, 116, 144, 0.1);
  border-radius: 17px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 10px 24px rgba(14, 116, 144, 0.06);
}

.demo-stat-grid article > span {
  display: grid;
  width: 30px;
  height: 30px;
  grid-row: 1 / 3;
  place-items: center;
  border-radius: 10px;
}

.stat-delete { background: rgba(239, 68, 68, 0.1); color: #c94b4b; }
.stat-keep { background: rgba(34, 197, 94, 0.11); color: #15803d; }
.stat-memory { background: rgba(14, 165, 233, 0.1); color: #0284c7; }
.stat-space { background: rgba(245, 158, 11, 0.11); color: #d97706; }

.demo-chart-card {
  margin-top: 20px;
  padding: 17px;
  border: 1px solid rgba(14, 116, 144, 0.1);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 10px 24px rgba(14, 116, 144, 0.06);
}

.demo-stat-grid strong {
  font-size: 1.05rem;
}

.demo-stat-grid small {
  color: #64748b;
  font-size: 0.6rem;
}

.demo-month-chart {
  display: grid;
  height: 76px;
  margin-top: 13px;
  padding: 4px 8px 0;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  align-items: end;
  gap: 13px;
  border-bottom: 1px solid rgba(14, 116, 144, 0.13);
}

.demo-month-chart span {
  height: var(--bar);
  min-height: 7px;
  border-radius: 7px 7px 2px 2px;
  background: rgba(14, 165, 233, 0.24);
  transition: height 300ms ease;
}

.demo-month-chart .is-current {
  background: linear-gradient(180deg, #14b8a6, #0ea5e9);
  box-shadow: 0 7px 15px rgba(14, 165, 233, 0.18);
}

.demo-month-labels {
  display: grid;
  padding: 5px 4px 0;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  color: #8ca0b1;
  font-size: 0.52rem;
  text-align: center;
}

.demo-app-bottom-nav {
  position: absolute;
  z-index: 8;
  right: 8px;
  bottom: 8px;
  left: 8px;
  display: grid;
  min-height: 76px;
  padding: 6px 8px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 4px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 24px;
  background: rgba(224, 240, 247, 0.66);
  box-shadow: 0 -4px 16px rgba(6, 18, 29, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.84);
  backdrop-filter: blur(18px) saturate(155%);
  -webkit-backdrop-filter: blur(18px) saturate(155%);
}

.demo-app-bottom-nav[hidden] {
  display: none;
}

.demo-app-bottom-nav button {
  display: grid;
  min-width: 0;
  min-height: 62px;
  padding: 7px 2px 6px;
  place-items: center;
  gap: 2px;
  border: 1px solid transparent;
  border-radius: 18px;
  background: transparent;
  color: #91a9bf;
  font: inherit;
  font-size: 0.56rem;
  font-weight: 720;
  cursor: pointer;
}

.demo-app-bottom-nav button:disabled {
  cursor: default;
  opacity: 1;
}

.demo-app-bottom-nav button svg {
  width: 20px;
  height: 20px;
}

.demo-app-bottom-nav button.is-active {
  border-color: rgba(255, 255, 255, 0.68);
  background: rgba(91, 207, 246, 0.28);
  color: #1f3b54;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.82);
}

.demo-reset:focus-visible,
.demo-choice:focus-visible,
.demo-undo:focus-visible,
.demo-save:focus-visible,
.demo-page-back:focus-visible,
.demo-trash-card > button:focus-visible,
.demo-trash-empty button:focus-visible,
.demo-memory-card:focus-visible,
.demo-memory-detail button:focus-visible,
.demo-screen-switcher button:focus-visible,
.demo-app-bottom-nav button:focus-visible,
.demo-deck:focus-visible {
  outline: 3px solid #0369a1;
  outline-offset: 2px;
}

/* Memories and Statistics deep dive */
.insight-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.insight-card {
  display: grid;
  min-height: 610px;
  padding: clamp(28px, 3.5vw, 44px);
  overflow: hidden;
  grid-template-rows: auto minmax(260px, 1fr);
  gap: 38px;
  border-radius: 34px;
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.insight-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 30px 78px rgba(14, 116, 144, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.88);
}

.insight-copy h3 {
  max-width: 480px;
  margin-bottom: 15px;
  font-size: clamp(1.65rem, 2.5vw, 2.35rem);
  line-height: 1.1;
  letter-spacing: -0.04em;
}

.insight-copy > p:not(.card-label) {
  max-width: 500px;
  margin: 0 0 18px;
  color: var(--ink-600);
  line-height: 1.7;
}

.memory-showcase,
.statistics-showcase {
  position: relative;
  min-height: 280px;
  border: 1px solid rgba(14, 116, 144, 0.1);
  border-radius: 27px;
  background:
    radial-gradient(circle at 80% 15%, rgba(255, 255, 255, 0.92), transparent 35%),
    linear-gradient(145deg, rgba(216, 248, 255, 0.8), rgba(208, 244, 237, 0.72));
}

.memory-showcase-card {
  position: absolute;
  top: 13%;
  left: 50%;
  width: min(62%, 270px);
  aspect-ratio: 4 / 5;
  overflow: hidden;
  border: 6px solid rgba(255, 255, 255, 0.92);
  border-radius: 20px;
  background: white;
  box-shadow: 0 20px 42px rgba(6, 18, 29, 0.19);
}

.memory-showcase-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.memory-card-back {
  opacity: 0.58;
  transform: translateX(-71%) rotate(-9deg) scale(0.88);
}

.memory-card-front {
  z-index: 2;
  transform: translateX(-42%) rotate(4deg);
}

.memory-card-front::after {
  position: absolute;
  inset: 50% 0 0;
  background: linear-gradient(transparent, rgba(6, 18, 29, 0.75));
  content: "";
}

.memory-card-front span,
.memory-card-front time {
  position: absolute;
  z-index: 2;
  left: 14px;
  color: white;
}

.memory-card-front span {
  bottom: 30px;
  font-weight: 800;
}

.memory-card-front time {
  bottom: 14px;
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.statistics-showcase {
  display: grid;
  padding: 28px;
  grid-template-columns: minmax(145px, 0.72fr) minmax(150px, 1fr);
  align-items: center;
  gap: 22px;
}

.statistics-ring {
  display: grid;
  width: 150px;
  height: 150px;
  place-items: center;
  border-radius: 50%;
  background: conic-gradient(#0ea5e9 0 64%, rgba(14, 165, 233, 0.12) 64% 100%);
  box-shadow: 0 18px 36px rgba(14, 165, 233, 0.18);
}

.statistics-ring::before {
  position: absolute;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.95);
  content: "";
}

.statistics-ring > span {
  z-index: 1;
  display: grid;
  text-align: center;
}

.statistics-ring strong {
  font-size: 1.7rem;
  letter-spacing: -0.05em;
}

.statistics-ring small,
.statistics-tiles small {
  color: #64748b;
  font-size: 0.62rem;
}

.statistics-tiles {
  display: grid;
  gap: 8px;
}

.statistics-tiles > span {
  display: grid;
  min-height: 58px;
  padding: 10px 14px;
  border: 1px solid rgba(14, 116, 144, 0.1);
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.7);
}

.statistics-tiles strong {
  font-size: 1.05rem;
}

@supports not ((backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px))) {
  .glass { background: rgba(248, 252, 255, .96); }
}

@media (max-width: 1050px) {
  .hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(390px, 0.82fr);
    gap: 35px;
  }

  .device-stage {
    min-height: 570px;
  }

  .chip-safe { left: -3%; }
  .chip-local { right: 1%; }

  .categories-layout {
    grid-template-columns: minmax(0, 0.75fr) minmax(470px, 1.25fr);
    gap: 44px;
  }

  .privacy-panel {
    grid-template-columns: minmax(0, 1fr) minmax(230px, 0.42fr);
  }

  .privacy-seal {
    display: none;
  }

  .waitlist-panel {
    padding: 54px;
    grid-template-columns: minmax(0, 0.8fr) minmax(390px, 1.2fr);
    gap: 42px;
  }

  .demo-stage {
    grid-template-columns: minmax(230px, 0.62fr) minmax(380px, 1.38fr);
    gap: 40px;
  }

  .insight-card {
    padding: 32px;
  }

  .statistics-showcase {
    grid-template-columns: minmax(0, 1fr);
    justify-items: center;
  }
}

@media (max-width: 900px) {
  .site-nav {
    width: min(100%, 730px);
  }

  .hero {
    padding-top: 150px;
    padding-bottom: 72px;
  }

  .hero-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 58px;
  }

  .hero-copy {
    width: 100%;
    max-width: 720px;
    min-width: 0;
    text-align: center;
    justify-self: center;
  }

  .hero-lede {
    margin-inline: auto;
  }

  .hero-actions {
    justify-content: center;
  }

  .device-stage {
    width: min(100%, 600px);
    min-height: 610px;
    margin-inline: auto;
  }

  .product-capture {
    max-width: 440px;
  }

  .hero-loop-phone {
    width: min(72%, 270px);
  }

  .chip-safe { left: 1%; }
  .chip-local { right: 1%; }

  .trust-section {
    padding-bottom: 0;
  }

  .app-preview,
  .interactive-demo,
  .workflow,
  .capabilities,
  .privacy-section,
  .waitlist {
    padding-block: 86px;
  }

  .workflow-grid,
  .capability-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .demo-stage {
    min-height: 0;
    grid-template-columns: minmax(0, 1fr);
    gap: 28px;
  }

  .demo-guide {
    max-width: 680px;
    min-height: 0;
    padding-block: 8px;
  }

  .demo-guide-steps {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .demo-guide-steps li {
    min-height: 118px;
    grid-template-columns: 38px minmax(0, 1fr);
    align-content: center;
  }

  .demo-reset {
    margin-top: 0;
  }

  .insight-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .insight-card {
    min-height: 560px;
    grid-template-columns: minmax(250px, 0.9fr) minmax(300px, 1.1fr);
    grid-template-rows: minmax(0, 1fr);
    align-items: center;
  }

  .statistics-showcase {
    grid-template-columns: minmax(130px, 0.7fr) minmax(140px, 1fr);
  }

  .workflow-card:last-child,
  .capability-card:last-child {
    grid-column: 1 / -1;
  }

  .workflow-card:last-child {
    min-height: 300px;
  }

  .categories {
    padding-block: 92px;
  }

  .categories-layout {
    grid-template-columns: minmax(0, 1fr);
    gap: 56px;
  }

  .categories-copy {
    max-width: 690px;
  }

  .section-heading-split {
    grid-template-columns: minmax(0, 1fr);
    gap: 20px;
  }

  .section-heading-split > p {
    max-width: 650px;
  }

  .privacy-panel {
    padding: 44px;
    grid-template-columns: minmax(0, 1fr);
    gap: 30px;
  }

  .privacy-facts {
    display: grid;
    padding: 24px 0 0;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border-top: 1px solid var(--line-soft);
    border-left: 0;
  }

  .privacy-facts div {
    padding: 0 20px;
  }

  .privacy-facts div:first-child {
    padding-left: 0;
  }

  .privacy-facts div + div {
    border-top: 0;
    border-left: 1px solid var(--line-soft);
  }

  .waitlist-panel {
    padding: 54px;
    grid-template-columns: minmax(0, 1fr);
    gap: 34px;
  }

  .waitlist-copy {
    max-width: 650px;
  }

  .legal-layout {
    grid-template-columns: minmax(0, 1fr);
  }

  .legal-summary {
    position: static;
  }

  .footer-inner {
    padding-block: 30px;
    grid-template-columns: auto 1fr auto;
  }

  .footer-links a {
    min-width: 44px;
    min-height: 44px;
    padding-inline: 6px;
    justify-content: center;
  }

  .footer-inner > p:not(.copyright) {
    display: none;
  }
}

@media (max-width: 700px) {
  .section-shell {
    width: min(calc(100% - 34px), var(--content-width));
  }

  .site-header {
    top: 10px;
    padding-inline: 10px;
  }

  .site-nav {
    min-height: 62px;
    padding: 7px 7px 7px 10px;
    border-radius: 20px;
  }

  .brand {
    gap: 8px;
    font-size: 0.96rem;
  }

  .brand img {
    width: 38px;
    height: 38px;
    border-radius: 11px;
  }

  .nav-links {
    display: none;
  }

  .button-small {
    min-height: 46px;
    padding-inline: 15px;
    border-radius: 13px;
    font-size: 0.8rem;
  }

  .hero {
    min-height: auto;
    padding-top: 126px;
    padding-bottom: 58px;
  }

  h1 {
    margin-bottom: 21px;
    font-size: clamp(2.72rem, 13.4vw, 4.1rem);
    letter-spacing: -0.06em;
  }

  .hero-lede {
    font-size: 1rem;
    line-height: 1.65;
  }

  .hero-actions {
    gap: 13px 18px;
  }

  .hero-note {
    max-width: 280px;
    margin-inline: auto;
  }

  .device-stage {
    min-height: 530px;
    padding: 30px;
    border-radius: 42px 28px 45px 30px;
  }

  .product-capture {
    min-height: 512px;
  }

  .hero-capture-center {
    width: min(68%, 220px);
  }

  .hero-loop-phone {
    width: min(68%, 220px);
  }

  .hero-capture-left,
  .hero-capture-right {
    top: 68px;
    width: min(42%, 150px);
  }

  .capture-note {
    max-width: 260px;
    font-size: 0.68rem;
  }

  .proof-chip {
    max-width: 176px;
    padding: 9px 10px;
    font-size: 0.64rem;
  }

  .proof-chip strong {
    font-size: 0.71rem;
  }

  .chip-icon {
    width: 31px;
    height: 31px;
  }

  .chip-icon svg {
    width: 18px;
    height: 18px;
  }

  .chip-safe {
    top: 18%;
    left: -2%;
  }

  .chip-local {
    right: 1%;
    bottom: 14%;
  }

  .trust-section {
    padding-bottom: 0;
  }

  .trust-strip {
    padding: 8px 16px;
    grid-template-columns: minmax(0, 1fr);
    border-radius: 21px;
  }

  .trust-strip li {
    min-height: 72px;
    padding: 10px 6px;
    justify-content: flex-start;
  }

  .trust-strip li + li {
    border-top: 1px solid var(--line-soft);
    border-left: 0;
  }

  .app-preview,
  .interactive-demo,
  .workflow,
  .capabilities,
  .privacy-section,
  .waitlist {
    padding-block: 72px;
  }

  .capture-gallery {
    display: grid;
    margin-inline: -17px;
    padding: 4px 17px 20px;
    grid-auto-columns: min(82vw, 300px);
    grid-auto-flow: column;
    grid-template-columns: none;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-padding-inline: 17px;
    scroll-snap-type: inline mandatory;
    scrollbar-width: thin;
  }

  .capture-card {
    scroll-snap-align: start;
  }

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

  .section-heading h2,
  .categories-copy h2,
  .privacy-copy h2,
  .waitlist-copy h2 {
    font-size: clamp(2.1rem, 10.3vw, 3rem);
  }

  .section-heading > p:last-child,
  .categories-copy > p,
  .privacy-copy > p,
  .waitlist-copy > p {
    font-size: 0.98rem;
  }

  .workflow-grid,
  .capability-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .demo-stage {
    margin-inline: -7px;
    padding: 24px 14px 28px;
    border-radius: 31px 23px 34px 24px;
  }

  .demo-guide {
    padding-inline: 8px;
  }

  .demo-guide h3 {
    font-size: clamp(2rem, 10vw, 2.9rem);
  }

  .demo-guide-steps {
    margin-block: 28px 22px;
    grid-template-columns: minmax(0, 1fr);
  }

  .demo-guide-steps li {
    min-height: 70px;
  }

  .demo-phone {
    width: min(100%, 390px);
    padding: 6px;
    border-radius: 46px;
  }

  .demo-phone-screen {
    min-height: 0;
    border-radius: 39px;
  }

  .demo-phone::before {
    top: 14px;
    width: 105px;
    height: 28px;
  }

  .demo-panel {
    min-height: 0;
    padding: 48px 10px 10px;
  }

  .demo-deck {
    min-height: 0;
  }

  .demo-memory-photo {
    height: 145px;
  }

  .demo-stats-hero {
    min-height: 190px;
    padding: 17px;
  }

  .insight-card {
    min-height: 0;
    padding: 28px 24px;
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: auto minmax(280px, 1fr);
  }

  .statistics-showcase {
    grid-template-columns: minmax(125px, 0.7fr) minmax(130px, 1fr);
  }

  .workflow-card,
  .workflow-card:last-child {
    min-height: 315px;
    grid-column: auto;
  }

  .capability-card,
  .capability-card:last-child {
    min-height: 390px;
    grid-column: auto;
  }

  .categories {
    padding-block: 76px;
  }

  .privacy-panel {
    min-height: 0;
    padding: 34px 27px;
    border-radius: 28px;
  }

  .privacy-facts {
    grid-template-columns: minmax(0, 1fr);
    gap: 0;
  }

  .privacy-facts div,
  .privacy-facts div:first-child {
    padding: 11px 0;
  }

  .privacy-facts div + div {
    border-top: 1px solid var(--line-soft);
    border-left: 0;
  }

  .waitlist {
    padding-top: 56px;
    padding-bottom: 76px;
  }

  .waitlist-panel {
    padding: 38px 25px;
    border-radius: 31px 23px 33px 23px;
  }

  .legal-main {
    padding-top: 126px;
    padding-bottom: 72px;
  }

  .legal-hero {
    margin-bottom: 36px;
  }

  .legal-hero h1 {
    font-size: clamp(2.55rem, 12vw, 3.6rem);
  }

  .legal-document,
  .legal-summary {
    padding: 28px 24px;
  }

  .waitlist-row {
    padding: 0;
    flex-direction: column;
    gap: 8px;
    border: 0;
    background: transparent;
    box-shadow: none;
  }

  .waitlist-row:focus-within {
    border: 0;
    box-shadow: none;
  }

  .waitlist-row input {
    width: 100%;
    min-height: 54px;
    padding-inline: 16px;
    border: 1px solid rgba(14, 116, 144, 0.18);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.78);
    box-shadow: inset 0 1px 0 white;
  }

  .waitlist-row input:focus-visible {
    border-color: #0369a1;
    outline: 3px solid #0369a1;
    outline-offset: 1px;
  }

  .waitlist-row button {
    width: 100%;
  }

  .footer-inner {
    grid-template-columns: 1fr auto;
    gap: 14px;
  }

  .footer-links {
    grid-row: 2;
    grid-column: 1 / -1;
    gap: 10px;
  }

  .copyright {
    text-align: right;
  }
}

@media (max-width: 430px) {
  .hero-actions {
    flex-direction: column;
  }

  .button-primary {
    width: 100%;
  }

  .hero-actions .text-link {
    min-height: 44px;
  }

  .device-stage {
    min-height: 490px;
    padding: 22px;
  }

  .product-capture {
    min-height: 490px;
  }

  .hero-capture-center {
    width: min(72%, 214px);
  }

  .hero-loop-phone {
    width: min(72%, 214px);
  }

  .hero-capture-left,
  .hero-capture-right {
    top: 62px;
    width: min(40%, 136px);
  }

  .capture-note {
    width: 230px;
  }

  .proof-chip {
    max-width: 147px;
  }

  .proof-chip span:last-child {
    font-size: 0;
  }

  .proof-chip strong {
    margin: 0;
    font-size: 0.68rem;
  }

  .chip-safe { left: 0; }
  .chip-local { right: 1%; }

  .capability-mark {
    height: 156px;
  }

  .demo-phone-screen {
    min-height: 0;
  }

  .demo-panel {
    min-height: 0;
    padding: 46px 9px 9px;
  }

  .demo-app-header {
    margin-bottom: 9px;
  }

  .demo-choice-row {
    margin-bottom: 17px;
    gap: 7px;
  }

  .demo-choice {
    min-height: 43px;
    padding-inline: 8px;
    gap: 5px;
    font-size: 0.69rem;
  }

  .demo-photo-count {
    min-height: 38px;
    padding-inline: 10px;
    font-size: 0.64rem;
  }

  .demo-deck {
    min-height: 0;
  }

  .demo-undo,
  .demo-save {
    min-height: 43px;
    padding-inline: 13px;
    font-size: 0.65rem;
  }

  .demo-memory-photo {
    height: 135px;
  }

  .demo-memory-card p {
    min-height: 42px;
    font-size: 0.65rem;
  }

  .demo-stats-hero {
    gap: 12px;
  }

  .demo-companion-actions {
    grid-template-columns: minmax(0, 1fr);
  }

  .demo-companion-actions > span {
    text-align: center;
  }

  .demo-progress-ring {
    width: 142px;
    height: 142px;
  }

  .demo-progress-ring::before {
    width: 118px;
    height: 118px;
  }

  .demo-progress-ring strong {
    font-size: 1.85rem;
  }

  .demo-stat-grid article {
    min-height: 78px;
    padding: 10px;
    grid-template-columns: 31px minmax(0, 1fr);
  }

  .statistics-showcase {
    padding: 20px;
    grid-template-columns: minmax(0, 1fr);
    justify-items: center;
  }

  .footer-inner {
    grid-template-columns: minmax(0, 1fr);
    text-align: center;
  }

  .footer-brand,
  .footer-links {
    justify-content: center;
  }

  .footer-links {
    grid-column: auto;
    grid-row: auto;
    flex-wrap: wrap;
  }

  .copyright {
    text-align: center;
  }
}

@media (max-width: 360px) {
  .section-shell {
    width: min(calc(100% - 28px), var(--content-width));
  }

  .site-header {
    padding-inline: 6px;
  }

  .site-nav {
    padding-left: 8px;
  }

  .brand {
    font-size: 0.89rem;
  }

  .brand img {
    width: 36px;
    height: 36px;
  }

  .button-small {
    min-height: 44px;
    padding-inline: 11px;
    font-size: 0.74rem;
  }

  h1 {
    font-size: 2.55rem;
  }

  .hero-lede {
    font-size: 0.96rem;
  }

  .device-stage {
    min-height: 446px;
  }

  .product-capture {
    min-height: 476px;
  }

  .hero-capture-center {
    width: min(82%, 208px);
  }

  .hero-loop-phone {
    width: min(82%, 208px);
  }

  .hero-capture-left,
  .hero-capture-right {
    display: none;
  }

  .proof-chip,
  .refractive-orbit {
    display: none;
  }

  .waitlist-panel {
    padding-inline: 21px;
  }

  .footer-links {
    gap: 12px;
  }
}

@media (forced-colors: active) {
  h1 span:last-child {
    background: none;
    background-clip: border-box;
    color: CanvasText;
    -webkit-background-clip: border-box;
  }

  .waitlist-row input:focus-visible {
    outline: 3px solid Highlight;
    outline-offset: 2px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .001ms !important;
  }

  .hero-loop-card {
    animation: none !important;
    opacity: 0;
    transform: none;
  }

  .hero-loop-card:first-child {
    opacity: 1;
  }

  .hero-loop-card > span {
    display: none;
  }
}
