@font-face {
  font-family: "Inter";
  src: url("Inter-Variable-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}

:root {
  color-scheme: dark;
  --void: #010002;
  --surface: #0a0a0c;
  --raised: #0f0f12;
  --pocket: rgba(0, 0, 0, 0.52);
  --text: #f2f4f8;
  --text-mid: #aeb6c4;
  --text-dim: #8993a5;
  --text-faint: #707a8c;
  --line: rgba(255, 255, 255, 0.075);
  --line-strong: rgba(255, 255, 255, 0.135);
  --azure: #3b82f6;
  --azure-light: #8db8fa;
  --azure-dark: #1d4ed8;
  --violet: #7c5ce4;
  --violet-light: #a998ee;
  --success: #34d399;
  --page: min(1240px, calc(100vw - 48px));
  --slab: inset 0 1px 0 rgba(255, 255, 255, 0.035), 0 18px 70px rgba(0, 0, 0, 0.34);
  --pocket-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.9), inset 0 -1px 1px rgba(255, 255, 255, 0.08);
  --bead-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), inset 0 -1px 1px rgba(0, 0, 0, 0.55);
  --snap: cubic-bezier(.18, .88, .24, 1.16);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  min-width: 320px;
  scroll-behavior: smooth;
  background: var(--void);
}

body {
  min-height: 100vh;
  margin: 0;
  overflow-x: hidden;
  background:
    linear-gradient(rgba(255, 255, 255, 0.012) 1px, transparent 1px) 0 0 / 100% 88px,
    var(--void);
  color: var(--text);
  font: 400 16px/1.6 "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%;
}

body::before {
  position: fixed;
  z-index: -1;
  inset: 0;
  background:
    radial-gradient(68% 36% at 72% -12%, rgba(59, 130, 246, 0.075), transparent 72%),
    linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.008) 50%, transparent);
  content: "";
  pointer-events: none;
}

::selection {
  background: rgba(59, 130, 246, 0.3);
  color: #fff;
}

a {
  color: inherit;
}

button {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

svg {
  display: block;
}

.icon-sprite,
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 12px;
  left: 12px;
  padding: 8px 12px;
  border: 1px solid var(--azure);
  border-radius: 5px;
  background: var(--surface);
  color: var(--text);
  transform: translateY(-160%);
}

.skip-link:focus {
  transform: translateY(0);
}

.shell {
  width: var(--page);
  margin-inline: auto;
}

.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  border-bottom: 1px solid transparent;
  background: rgba(1, 0, 2, 0.72);
  -webkit-backdrop-filter: blur(20px) saturate(125%);
  backdrop-filter: blur(20px) saturate(125%);
  transition: border-color 160ms linear, background-color 160ms linear;
}

.site-header.is-scrolled {
  border-bottom-color: var(--line);
  background: rgba(1, 0, 2, 0.94);
}

.nav-shell {
  display: flex;
  min-height: 70px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.wordmark {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  text-decoration: none;
}

.wordmark-mark {
  position: relative;
  display: grid;
  width: 31px;
  height: 31px;
  place-items: center;
  border: 1px solid rgba(59, 130, 246, 0.5);
  border-radius: 5px;
  background: linear-gradient(180deg, rgba(59, 130, 246, 0.08), rgba(59, 130, 246, 0.018)), var(--pocket);
  box-shadow: var(--pocket-shadow);
  color: var(--text);
}

.wordmark-mark b {
  font-size: 14px;
  font-weight: 820;
  line-height: 1;
}

.wordmark-mark i {
  position: absolute;
  top: 3px;
  right: 5px;
  color: var(--azure-light);
  font-size: 10px;
  font-style: normal;
}

.wordmark-copy {
  display: grid;
  line-height: 1.1;
}

.wordmark-copy strong {
  color: var(--text);
  font-size: 14px;
  font-weight: 760;
  letter-spacing: -0.02em;
}

.wordmark-copy small {
  margin-top: 4px;
  color: var(--text-faint);
  font-size: 8px;
  font-weight: 630;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 3px;
}

.site-nav a {
  padding: 8px 11px;
  border-radius: 5px;
  color: var(--text-dim);
  font-size: 12px;
  font-weight: 560;
  text-decoration: none;
  transition: color 140ms linear, background-color 140ms linear;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  background: rgba(255, 255, 255, 0.03);
  color: var(--text);
}

.site-nav .nav-cta {
  margin-left: 9px;
  padding-inline: 14px;
  border: 1px solid rgba(59, 130, 246, 0.52);
  background: rgba(59, 130, 246, 0.045);
  box-shadow: var(--bead-shadow);
  color: var(--text);
}

.menu-toggle {
  display: none;
  width: 39px;
  height: 35px;
  align-items: center;
  justify-content: center;
  gap: 5px;
  flex-direction: column;
  border: 1px solid var(--line);
  border-radius: 5px;
  background: var(--raised);
  color: var(--text-mid);
}

.menu-toggle span {
  width: 16px;
  height: 1px;
  background: currentColor;
}

.eyebrow {
  margin: 0;
  color: var(--azure-light);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hero {
  position: relative;
  display: grid;
  min-height: calc(100svh - 70px);
  grid-template-columns: minmax(0, 0.9fr) minmax(540px, 1.1fr);
  align-items: center;
  gap: clamp(30px, 5vw, 76px);
  padding-block: clamp(70px, 7vw, 112px) 84px;
}

.hero-copy {
  position: relative;
  z-index: 4;
}

.hero h1 {
  max-width: 700px;
  margin: 19px 0 0;
  font-size: clamp(56px, 6.5vw, 94px);
  font-weight: 790;
  letter-spacing: -0.068em;
  line-height: 0.94;
}

.hero h1 span {
  display: block;
}

.hero h1 .quiet {
  margin-top: 13px;
  color: #9e9aaa;
  font-weight: 510;
}

.hero-lede {
  max-width: 650px;
  margin: 29px 0 0;
  color: var(--text-mid);
  font-size: clamp(17px, 1.55vw, 20px);
  line-height: 1.68;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 17px;
  margin-top: 31px;
}

.button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 10px 16px;
  border: 1px solid var(--line-strong);
  border-radius: 5px;
  background: var(--raised);
  box-shadow: var(--bead-shadow);
  color: var(--text-mid);
  font-size: 13px;
  font-weight: 650;
  text-decoration: none;
  transition: border-color 150ms linear, color 150ms linear, transform 240ms var(--snap);
}

.button:hover,
.button:focus-visible {
  border-color: rgba(255, 255, 255, 0.23);
  color: var(--text);
  transform: translateY(-2px);
}

.button.primary {
  border-color: rgba(59, 130, 246, 0.68);
  background: linear-gradient(0deg, rgba(59, 130, 246, 0.06), rgba(59, 130, 246, 0.06)), var(--pocket);
  box-shadow: var(--pocket-shadow);
  color: var(--text);
}

.button svg,
.text-link svg {
  width: 15px;
  height: 15px;
  color: var(--azure-light);
}

.text-link {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  gap: 9px;
  border-bottom: 1px solid rgba(59, 130, 246, 0.48);
  color: var(--text-mid);
  font-size: 13px;
  font-weight: 620;
  text-decoration: none;
  transition: color 140ms linear, border-color 140ms linear;
}

.text-link:hover,
.text-link:focus-visible {
  border-color: var(--azure-light);
  color: var(--text);
}

.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 9px 19px;
  margin-top: 28px;
  color: var(--text-faint);
  font-size: 10px;
  font-weight: 570;
}

.trust-row span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.trust-row span::before {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--azure);
  box-shadow: 0 0 9px rgba(59, 130, 246, 0.5);
  content: "";
}

/* The hero is one carried record with three ordered surfaces. The theatre
   intentionally has no rectangular background or bezel. */
.carried-record {
  position: relative;
  min-height: 770px;
  isolation: isolate;
}

.handoff-orbit {
  position: absolute;
  z-index: -2;
  inset: 3% -20% -4%;
  overflow: hidden;
  pointer-events: none;
}

.handoff-orbit::before {
  position: absolute;
  inset: 12% 2% 2%;
  border-radius: 50%;
  background: radial-gradient(ellipse at 50% 50%, rgba(59, 130, 246, 0.075), transparent 64%);
  filter: blur(20px);
  content: "";
  animation: orbit-breathe 8s ease-in-out infinite alternate;
}

.handoff-orbit i {
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--azure-light);
  box-shadow: 0 0 18px rgba(59, 130, 246, 0.75);
  opacity: 0.22;
}

.handoff-orbit i:nth-child(1) { top: 19%; left: 9%; }
.handoff-orbit i:nth-child(2) { top: 11%; right: 15%; width: 3px; height: 3px; }
.handoff-orbit i:nth-child(3) { right: 5%; bottom: 23%; width: 4px; height: 4px; }

.handoff-labels {
  position: absolute;
  z-index: 10;
  top: 9px;
  right: 0;
  left: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3px;
  max-width: 560px;
  margin: 0 auto;
  padding: 3px;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: rgba(0, 0, 0, 0.42);
  box-shadow: var(--pocket-shadow);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
}

.handoff-labels button {
  display: flex;
  min-width: 0;
  min-height: 43px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 7px 8px;
  border: 1px solid transparent;
  border-radius: 5px;
  background: transparent;
  color: var(--text-faint);
  cursor: pointer;
}

.handoff-labels button small {
  color: var(--azure);
  font-size: 7px;
  font-weight: 720;
}

.handoff-labels button span {
  overflow: hidden;
  font-size: 9px;
  font-weight: 650;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.handoff-labels button[aria-selected="true"] {
  border-color: rgba(59, 130, 246, 0.46);
  background: rgba(59, 130, 246, 0.04);
  box-shadow: var(--bead-shadow);
  color: var(--text);
}

.handoff-labels button:focus-visible,
.record-theatre:focus-visible {
  outline: 1px solid var(--azure-light);
  outline-offset: 3px;
}

.record-theatre {
  --drag-x: 0px;
  --drag-tilt: 0deg;
  position: absolute;
  inset: 66px 0 0;
  min-height: 700px;
  cursor: grab;
  touch-action: pan-y;
  user-select: none;
}

.record-theatre.is-dragging {
  cursor: grabbing;
}

.handoff-trace {
  position: absolute;
  z-index: -1;
  top: 48%;
  right: -12%;
  left: -12%;
  height: 1px;
  background: linear-gradient(90deg, transparent 0, rgba(59, 130, 246, 0.16) 17%, rgba(141, 184, 250, 0.55) 49%, rgba(59, 130, 246, 0.16) 82%, transparent);
}

.handoff-trace::before,
.handoff-trace::after {
  position: absolute;
  top: -2px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--azure-light);
  box-shadow: 0 0 18px 5px rgba(59, 130, 246, 0.22);
  content: "";
}

.handoff-trace::before { left: 11%; }
.handoff-trace::after { right: 11%; }

.handoff-trace span {
  position: absolute;
  top: -4px;
  left: 50%;
  width: 9px;
  height: 9px;
  border: 1px solid var(--azure-light);
  border-radius: 50%;
  background: var(--void);
  box-shadow: 0 0 25px rgba(59, 130, 246, 0.6);
}

.record-stack {
  position: absolute;
  top: 48%;
  left: 50%;
  width: min(500px, 90%);
  height: 606px;
  perspective: 1500px;
  transform: translate(-50%, -50%);
}

.record-card {
  position: absolute;
  inset: 0;
  display: grid;
  overflow: hidden;
  grid-template-rows: auto 1fr auto;
  border: 1px solid var(--line-strong);
  border-radius: 16px;
  background:
    radial-gradient(90% 50% at 50% -8%, rgba(59, 130, 246, 0.065), transparent 66%),
    linear-gradient(155deg, rgba(255, 255, 255, 0.018), transparent 36%),
    #07070a;
  box-shadow:
    0 42px 100px rgba(0, 0, 0, 0.58),
    inset 0 1px 0 rgba(255, 255, 255, 0.07),
    inset 0 0 0 7px rgba(255, 255, 255, 0.012);
  transform-origin: 50% 56%;
  transition:
    transform 560ms var(--snap),
    opacity 420ms linear,
    filter 420ms linear,
    box-shadow 420ms linear;
  will-change: transform;
}

.record-card.is-front {
  z-index: 3;
  opacity: 1;
  filter: none;
  transform: translate3d(var(--drag-x), 0, 55px) rotateX(1.5deg) rotateZ(var(--drag-tilt));
}

.record-card.is-middle {
  z-index: 2;
  opacity: 0.78;
  filter: brightness(0.74) saturate(0.8);
  transform: translate3d(25px, 17px, 0) rotateZ(2.2deg) scale(0.975);
}

.record-card.is-back {
  z-index: 1;
  opacity: 0.46;
  filter: brightness(0.58) saturate(0.65);
  transform: translate3d(-24px, 31px, -28px) rotateZ(-2.4deg) scale(0.95);
}

.record-theatre.is-dragging .record-card.is-front {
  transition: box-shadow 180ms linear;
  box-shadow:
    0 54px 120px rgba(0, 0, 0, 0.62),
    0 0 70px rgba(59, 130, 246, 0.06),
    inset 0 1px 0 rgba(255, 255, 255, 0.07),
    inset 0 0 0 7px rgba(255, 255, 255, 0.012);
}

.record-card button[disabled] {
  pointer-events: none;
}

.card-shine {
  position: absolute;
  z-index: 10;
  inset: 0;
  background: linear-gradient(112deg, transparent 14%, rgba(255, 255, 255, 0.025) 35%, transparent 56%);
  opacity: 0.7;
  pointer-events: none;
}

.record-head {
  position: relative;
  z-index: 1;
  display: flex;
  min-height: 95px;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 24px 25px 18px;
  border-bottom: 1px solid var(--line);
}

.record-head p {
  margin: 0;
  color: var(--azure-light);
  font-size: 8px;
  font-weight: 720;
  letter-spacing: 0.15em;
}

.record-head h2 {
  margin: 5px 0 0;
  color: var(--text);
  font-size: 28px;
  font-weight: 760;
  letter-spacing: -0.048em;
  line-height: 1;
}

.record-head > span,
.verified,
.local {
  display: inline-flex;
  flex: none;
  align-items: center;
  gap: 5px;
  padding: 6px 8px;
  border: 1px solid rgba(59, 130, 246, 0.34);
  border-radius: 5px;
  background: rgba(59, 130, 246, 0.045);
  color: var(--azure-light);
  font-size: 8px;
  font-weight: 650;
}

.record-head > span svg {
  width: 12px;
  height: 12px;
}

.record-body {
  position: relative;
  z-index: 1;
  min-height: 0;
  padding: 19px 24px;
}

.clinic-line {
  display: grid;
  grid-template-columns: 38px 1fr auto;
  align-items: center;
  gap: 11px;
  padding: 11px;
  border: 1px solid var(--line);
  border-radius: 5px;
  background: var(--pocket);
  box-shadow: var(--pocket-shadow);
}

.clinic-mark {
  display: grid;
  width: 37px;
  height: 37px;
  place-items: center;
  border: 1px solid rgba(59, 130, 246, 0.33);
  border-radius: 5px;
  color: var(--azure-light);
}

.clinic-mark svg {
  width: 17px;
  height: 17px;
}

.clinic-line > span:nth-child(2) {
  display: grid;
}

.clinic-line small,
.plan-label,
.include-label,
.clinic-note small {
  color: var(--text-faint);
  font-size: 8px;
  font-weight: 690;
  letter-spacing: 0.12em;
}

.clinic-line strong {
  margin-top: 2px;
  color: var(--text-mid);
  font-size: 12px;
}

.clinic-line em {
  color: var(--success);
  font-size: 8px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.plan-label,
.include-label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 18px;
}

.plan-label small,
.include-label small {
  color: var(--text-faint);
  font-size: 9px;
  letter-spacing: 0;
}

.plan-row {
  display: grid;
  grid-template-columns: 27px 1fr auto;
  align-items: center;
  gap: 10px;
  margin-top: 7px;
  padding: 13px;
  border: 1px solid rgba(59, 130, 246, 0.28);
  border-radius: 5px;
  background: rgba(59, 130, 246, 0.025);
}

.check-well {
  display: grid;
  width: 25px;
  height: 25px;
  place-items: center;
  border: 1px solid var(--azure);
  border-radius: 5px;
  background: rgba(59, 130, 246, 0.07);
  color: var(--azure-light);
}

.check-well svg {
  width: 13px;
  height: 13px;
}

.plan-row > span:nth-child(2) {
  display: grid;
}

.plan-row strong {
  color: var(--text);
  font-size: 12px;
}

.plan-row small {
  margin-top: 3px;
  color: var(--text-dim);
  font-size: 9px;
}

.plan-row em {
  padding: 2px 6px;
  border: 1px solid rgba(59, 130, 246, 0.3);
  border-radius: 999px;
  color: var(--azure-light);
  font-size: 7px;
  font-style: normal;
}

.plan-facts {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-top: 9px;
}

.plan-facts div {
  display: grid;
  gap: 4px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.012);
}

.plan-facts small {
  color: var(--text-faint);
  font-size: 8px;
  font-weight: 680;
  letter-spacing: 0.1em;
}

.plan-facts strong {
  color: var(--text-mid);
  font-size: 10px;
}

.clinic-note {
  margin-top: 9px;
  padding: 12px 13px;
  border-left: 2px solid var(--azure);
  background: rgba(59, 130, 246, 0.025);
}

.clinic-note p {
  margin: 5px 0 0;
  color: var(--text-mid);
  font-size: 10px;
  line-height: 1.55;
}

.record-foot {
  position: relative;
  z-index: 1;
  padding: 13px 24px 20px;
}

.record-foot button,
.guide-hero button,
.checkin-proof > button {
  display: flex;
  width: 100%;
  min-height: 43px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid rgba(59, 130, 246, 0.52);
  border-radius: 5px;
  background: rgba(59, 130, 246, 0.055);
  box-shadow: var(--bead-shadow);
  color: var(--text);
  font-size: 11px;
  font-weight: 690;
  opacity: 1;
}

.record-foot > span {
  display: block;
  margin-top: 7px;
  color: var(--text-faint);
  font-size: 8px;
  text-align: center;
}

.home-body {
  display: grid;
  grid-template-rows: 1fr auto auto;
  gap: 10px;
}

.guide-hero {
  position: relative;
  overflow: hidden;
  padding: 17px;
  border: 1px solid rgba(59, 130, 246, 0.24);
  border-radius: 12px;
  background: #070a11;
}

.guide-glow {
  position: absolute;
  top: -70px;
  right: -40px;
  width: 230px;
  height: 230px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(59, 130, 246, 0.11), transparent 68%);
  pointer-events: none;
}

.guide-tag {
  position: relative;
  color: var(--azure-light);
  font-size: 8px;
  font-weight: 750;
  letter-spacing: 0.14em;
}

.guide-hero > small {
  display: block;
  margin-top: 27px;
  color: var(--text-faint);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.guide-hero h3 {
  position: relative;
  max-width: 330px;
  margin: 7px 0 0;
  color: var(--text);
  font-size: 27px;
  letter-spacing: -0.045em;
  line-height: 1.05;
}

.guide-hero p {
  max-width: 310px;
  margin: 9px 0 0;
  color: var(--text-mid);
  font-size: 11px;
}

.guide-hero button {
  width: max-content;
  min-height: 38px;
  margin-top: 16px;
  padding-inline: 15px;
}

.guide-hero button svg {
  width: 13px;
  height: 13px;
  color: var(--azure-light);
}

.quick-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 9px;
}

.quick-grid > div {
  display: grid;
  grid-template-columns: 31px 1fr;
  grid-template-rows: auto auto;
  column-gap: 9px;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 5px;
  background: var(--surface);
}

.quick-grid > div > span {
  display: grid;
  width: 30px;
  height: 30px;
  grid-row: 1 / 3;
  place-items: center;
  border-radius: 5px;
  background: rgba(59, 130, 246, 0.07);
  color: var(--azure-light);
}

.quick-grid svg {
  width: 15px;
  height: 15px;
}

.quick-grid strong {
  color: var(--text-mid);
  font-size: 10px;
}

.quick-grid small {
  color: var(--text-faint);
  font-size: 8px;
}

.plan-door {
  display: grid;
  grid-template-columns: 34px 1fr auto;
  align-items: center;
  gap: 10px;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 5px;
  background: var(--pocket);
  box-shadow: var(--pocket-shadow);
}

.plan-door > span {
  display: grid;
  width: 33px;
  height: 33px;
  place-items: center;
  border: 1px solid rgba(59, 130, 246, 0.3);
  border-radius: 5px;
  color: var(--azure-light);
}

.plan-door svg {
  width: 16px;
  height: 16px;
}

.plan-door > div {
  display: grid;
}

.plan-door strong {
  color: var(--text-mid);
  font-size: 10px;
}

.plan-door small {
  color: var(--text-faint);
  font-size: 8px;
}

.plan-door em {
  color: var(--text-dim);
  font-size: 16px;
  font-style: normal;
}

.checkin-intro {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 13px;
  border: 1px solid rgba(59, 130, 246, 0.24);
  border-radius: 5px;
  background: rgba(59, 130, 246, 0.025);
}

.checkin-intro > span {
  display: grid;
  width: 37px;
  height: 37px;
  flex: none;
  place-items: center;
  border-radius: 5px;
  background: rgba(59, 130, 246, 0.07);
  color: var(--azure-light);
}

.checkin-intro svg {
  width: 17px;
  height: 17px;
}

.checkin-intro strong {
  color: var(--text);
  font-size: 12px;
}

.checkin-intro p {
  margin: 3px 0 0;
  color: var(--text-dim);
  font-size: 9px;
}

.checkin-option {
  display: grid;
  grid-template-columns: 26px 1fr auto;
  align-items: center;
  gap: 10px;
  margin-top: 7px;
  padding: 10px 11px;
  border: 1px solid var(--line);
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.012);
}

.checkin-option > span {
  display: grid;
  width: 24px;
  height: 24px;
  place-items: center;
  border: 1px solid var(--azure);
  border-radius: 5px;
  background: rgba(59, 130, 246, 0.06);
  color: var(--azure-light);
}

.checkin-option svg {
  width: 12px;
  height: 12px;
}

.checkin-option > div {
  display: grid;
}

.checkin-option strong {
  color: var(--text-mid);
  font-size: 10px;
}

.checkin-option small {
  color: var(--text-faint);
  font-size: 8px;
}

.checkin-option em {
  color: var(--azure-light);
  font-size: 7px;
  font-style: normal;
  letter-spacing: 0.08em;
}

.checkin-boundary {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-top: 10px;
  padding: 10px;
  border-left: 2px solid var(--azure);
  background: rgba(59, 130, 246, 0.02);
}

.checkin-boundary svg {
  width: 15px;
  height: 15px;
  flex: none;
  color: var(--azure-light);
}

.checkin-boundary span {
  display: grid;
}

.checkin-boundary strong {
  color: var(--text-mid);
  font-size: 9px;
}

.checkin-boundary small {
  color: var(--text-faint);
  font-size: 8px;
}

.record-shadow {
  position: absolute;
  z-index: -1;
  right: 18%;
  bottom: 6%;
  left: 18%;
  height: 60px;
  border-radius: 50%;
  background: rgba(59, 130, 246, 0.09);
  filter: blur(36px);
  opacity: 0.55;
}

.pull-instruction {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  margin: 0;
  color: var(--text-faint);
  font-size: 8px;
  font-weight: 720;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.pull-instruction span {
  position: relative;
  width: 25px;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--azure-light), transparent);
}

.pull-instruction span::before,
.pull-instruction span::after {
  position: absolute;
  top: -2px;
  width: 4px;
  height: 4px;
  border-top: 1px solid var(--azure-light);
  border-right: 1px solid var(--azure-light);
  content: "";
}

.pull-instruction span::before {
  left: 0;
  transform: rotate(-135deg);
}

.pull-instruction span::after {
  right: 0;
  transform: rotate(45deg);
}

.section {
  padding-block: clamp(94px, 9vw, 140px);
}

.story-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.28fr) minmax(300px, 0.72fr);
  align-items: end;
  gap: clamp(40px, 7vw, 100px);
}

.story-heading .eyebrow {
  grid-column: 1 / -1;
}

.story-heading h2,
.section-heading h2,
.guide-copy h2,
.arithmetic-copy h2,
.privacy-copy h2,
.amore-copy h2,
.boundary-panel h2,
.cta-panel h2 {
  margin: 16px 0 0;
  color: var(--text);
  font-size: clamp(42px, 5.5vw, 76px);
  font-weight: 760;
  letter-spacing: -0.062em;
  line-height: 0.99;
}

.story-heading h2 span {
  display: block;
  color: #9e9aaa;
  font-weight: 500;
}

.story-heading > p:last-child,
.section-heading.split > p,
.guide-copy > p,
.arithmetic-copy > p,
.privacy-copy > p,
.amore-copy > p,
.boundary-panel > div > p,
.cta-panel > p {
  margin: 0;
  color: var(--text-mid);
  font-size: 16px;
  line-height: 1.72;
}

.continuity-proof {
  position: relative;
  display: grid;
  min-height: 470px;
  grid-template-columns: minmax(260px, 0.85fr) minmax(150px, 0.42fr) minmax(340px, 0.95fr);
  align-items: center;
  gap: 30px;
  margin-top: 72px;
  padding: clamp(24px, 5vw, 60px);
  border: 1px solid var(--line);
  border-radius: 3px;
  background:
    radial-gradient(50% 90% at 100% 50%, rgba(59, 130, 246, 0.045), transparent 75%),
    rgba(255, 255, 255, 0.008);
}

.question-field {
  position: relative;
  height: 330px;
}

.question {
  position: absolute;
  padding: 10px 12px;
  border: 1px solid var(--line);
  border-radius: 5px;
  background: rgba(10, 10, 12, 0.8);
  color: var(--text-dim);
  font-size: 11px;
  box-shadow: 0 14px 38px rgba(0, 0, 0, 0.28);
}

.q-one { top: 22px; left: 3%; transform: rotate(-2deg); }
.q-two { top: 104px; right: 0; transform: rotate(1.6deg); }
.q-three { bottom: 86px; left: 12%; transform: rotate(-1deg); }
.q-four { right: 10%; bottom: 13px; transform: rotate(2deg); }

.question::before {
  display: inline-block;
  width: 4px;
  height: 4px;
  margin-right: 8px;
  border-radius: 50%;
  background: var(--text-faint);
  content: "";
}

.answer-line {
  display: grid;
  justify-items: center;
  gap: 10px;
}

.answer-line span,
.answer-line b {
  color: var(--text-faint);
  font-size: 7px;
  font-weight: 720;
  letter-spacing: 0.12em;
  text-align: center;
}

.answer-line b {
  color: var(--azure-light);
}

.answer-line i {
  width: 1px;
  height: 150px;
  background: linear-gradient(transparent, var(--azure), transparent);
}

.next-card {
  padding: 26px;
  border: 1px solid rgba(59, 130, 246, 0.28);
  border-radius: 13px;
  background: var(--surface);
  box-shadow: var(--slab);
}

.next-card > small {
  color: var(--azure-light);
  font-size: 8px;
  font-weight: 720;
  letter-spacing: 0.13em;
}

.next-card > strong {
  display: block;
  margin-top: 30px;
  color: var(--text);
  font-size: clamp(26px, 3vw, 39px);
  letter-spacing: -0.048em;
  line-height: 1.08;
}

.next-card > p {
  margin: 16px 0 0;
  color: var(--text-mid);
  font-size: 13px;
  line-height: 1.65;
}

.next-card > span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: 30px;
  color: var(--text-dim);
  font-size: 9px;
}

.next-card > span svg {
  width: 14px;
  height: 14px;
  color: var(--azure-light);
}

.guide-section,
.arithmetic-section,
.privacy-section,
.amore-section {
  border-top: 1px solid var(--line);
}

.guide-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(500px, 1.22fr);
  align-items: center;
  gap: clamp(55px, 8vw, 118px);
}

.guide-copy h2 {
  max-width: 620px;
}

.guide-copy > p {
  margin-top: 26px;
}

.guide-facts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin-top: 35px;
  border: 1px solid var(--line);
  background: var(--line);
}

.guide-facts span {
  display: grid;
  min-height: 92px;
  align-content: center;
  padding: 13px;
  background: var(--void);
}

.guide-facts b {
  color: var(--text);
  font-size: 25px;
  font-variant-numeric: tabular-nums;
}

.guide-facts small {
  margin-top: 3px;
  color: var(--text-faint);
  font-size: 8px;
}

.guide-copy .boundary-line {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  margin-top: 25px;
  padding-top: 20px;
  border-top: 1px solid var(--line);
  color: var(--text-dim);
  font-size: 11px;
}

.boundary-line svg {
  width: 16px;
  height: 16px;
  flex: none;
  color: var(--azure-light);
}

.guide-window {
  overflow: hidden;
  border: 1px solid var(--line-strong);
  border-radius: 18px;
  background: #07070a;
  box-shadow: 0 40px 110px rgba(0, 0, 0, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.guide-window > header {
  display: grid;
  min-height: 74px;
  grid-template-columns: 44px 1fr 44px;
  align-items: center;
  padding: 0 15px;
}

.guide-window > header button {
  width: 42px;
  height: 42px;
  border: 0;
  background: transparent;
  color: var(--text-dim);
  font-size: 24px;
  opacity: 1;
}

.guide-window > header > span {
  display: grid;
  justify-items: center;
}

.guide-window > header small {
  color: var(--azure-light);
  font-size: 9px;
  font-weight: 720;
  letter-spacing: 0.12em;
}

.guide-window > header b {
  margin-top: 3px;
  color: var(--text-faint);
  font-size: 9px;
  font-weight: 580;
}

.guide-window > .guide-stage {
  position: relative;
  min-height: 350px;
  margin: 0 23px;
  overflow: hidden;
  border: 1px solid #172033;
  border-radius: 20px;
  background: #070a11;
}

.stage-top {
  display: grid;
  min-height: 59px;
  grid-template-columns: 32px 1fr auto;
  align-items: center;
  gap: 10px;
  padding: 0 14px;
  border-bottom: 1px solid #172033;
}

.stage-top > span {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border-radius: 10px;
  background: rgba(59, 130, 246, 0.08);
  color: var(--azure-light);
}

.stage-top svg {
  width: 15px;
  height: 15px;
}

.stage-top strong {
  color: var(--azure-light);
  font-size: 9px;
  letter-spacing: 0.11em;
}

.stage-top em {
  color: var(--text-faint);
  font-size: 7px;
  font-style: normal;
  font-weight: 650;
  letter-spacing: 0.09em;
}

.stage-core {
  position: relative;
  display: grid;
  min-height: 229px;
  place-items: center;
}

.pace-mark {
  position: relative;
  display: grid;
  width: 62px;
  height: 62px;
  place-items: center;
  border: 1px solid rgba(59, 130, 246, 0.46);
  border-radius: 18px;
  background: rgba(59, 130, 246, 0.055);
  box-shadow: var(--pocket-shadow);
  color: var(--azure-light);
}

.pace-mark svg {
  width: 27px;
  height: 27px;
}

.stage-core > small {
  position: absolute;
  bottom: 19px;
  color: var(--text-faint);
  font-size: 7px;
  font-weight: 680;
  letter-spacing: 0.1em;
}

.stage-focus {
  display: flex;
  min-height: 61px;
  align-items: center;
  gap: 12px;
  padding: 10px 15px;
  border-top: 1px solid #172033;
  background: var(--surface);
}

.stage-focus i {
  width: 4px;
  align-self: stretch;
  border-radius: 999px;
  background: var(--azure);
}

.stage-focus p {
  margin: 0;
  color: var(--text);
  font-size: 14px;
  font-weight: 680;
}

.guide-window-copy {
  padding: 22px 25px 24px;
}

.guide-window-copy h3 {
  margin: 0;
  color: var(--text);
  font-size: 27px;
  letter-spacing: -0.04em;
}

.guide-window-copy > p {
  margin: 8px 0 0;
  color: var(--text-mid);
  font-size: 13px;
}

.guide-window-copy > div {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 9px;
  margin-top: 21px;
}

.guide-window-copy button {
  display: inline-flex;
  min-height: 47px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--raised);
  box-shadow: var(--bead-shadow);
  color: var(--text-mid);
  font-size: 11px;
  font-weight: 660;
  opacity: 1;
}

.guide-window-copy button.start {
  border-color: rgba(59, 130, 246, 0.52);
  background: rgba(59, 130, 246, 0.05);
  color: var(--text);
}

.guide-window-copy svg {
  width: 15px;
  height: 15px;
  color: var(--azure-light);
}

.section-heading.split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(310px, 0.6fr);
  align-items: end;
  gap: clamp(45px, 7vw, 100px);
}

.section-heading h2 {
  max-width: 760px;
}

.record-proof {
  display: grid;
  grid-template-columns: minmax(420px, 1.1fr) 92px minmax(330px, 0.9fr);
  align-items: center;
  gap: 22px;
  margin-top: 67px;
}

.calendar-proof,
.checkin-proof {
  padding: 18px;
  border: 1px solid var(--line-strong);
  border-radius: 3px;
  background: var(--surface);
  box-shadow: var(--slab);
}

.calendar-proof > header {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  padding: 4px 4px 16px;
  border-bottom: 1px solid var(--line);
}

.calendar-proof > header > span {
  display: grid;
}

.calendar-proof header small,
.checkin-proof header small {
  color: var(--azure-light);
  font-size: 8px;
  font-weight: 690;
  letter-spacing: 0.12em;
}

.calendar-proof header strong {
  margin-top: 4px;
  color: var(--text);
  font-size: 28px;
  letter-spacing: -0.04em;
}

.calendar-proof header em {
  color: var(--text-faint);
  font-size: 7px;
  font-style: normal;
  letter-spacing: 0.1em;
}

.month-head {
  display: grid;
  grid-template-columns: 42px 1fr 42px;
  align-items: center;
  margin-top: 13px;
}

.month-head button {
  width: 42px;
  height: 42px;
  border: 0;
  background: transparent;
  color: var(--text-dim);
  font-size: 18px;
  opacity: 1;
}

.month-head strong {
  color: var(--text-mid);
  font-size: 12px;
  text-align: center;
}

.week-head,
.calendar-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 6px;
}

.week-head {
  margin-top: 8px;
}

.week-head span {
  color: var(--text-faint);
  font-size: 7px;
  text-align: center;
}

.calendar-grid {
  margin-top: 6px;
}

.calendar-grid i {
  position: relative;
  display: grid;
  aspect-ratio: 1.15;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.045);
  border-radius: 4px;
  background: var(--pocket);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.84), inset 0 -1px 1px rgba(255, 255, 255, 0.08);
  color: var(--text-dim);
  font-size: 9px;
  font-style: normal;
}

.calendar-grid i.logged {
  border-color: rgba(59, 130, 246, 0.62);
  background: var(--azure);
  color: #f4f6fa;
}

.calendar-grid i.today::after {
  position: absolute;
  inset: -4px;
  border: 1px solid rgba(59, 130, 246, 0.7);
  border-radius: 6px;
  content: "";
}

.calendar-grid i.muted {
  opacity: 0.35;
}

.med-spine {
  display: grid;
  grid-template-columns: 3px 1fr auto;
  align-items: center;
  gap: 11px;
  margin-top: 18px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.012);
}

.med-spine > i {
  width: 3px;
  height: 39px;
  border-radius: 3px;
  background: linear-gradient(var(--azure), transparent);
}

.med-spine > span {
  display: grid;
}

.med-spine strong {
  color: var(--text-mid);
  font-size: 11px;
}

.med-spine small {
  color: var(--text-faint);
  font-size: 8px;
}

.med-spine em {
  color: var(--azure-light);
  font-size: 7px;
  font-style: normal;
  letter-spacing: 0.08em;
}

.proof-connector {
  display: grid;
  justify-items: center;
  gap: 10px;
}

.proof-connector span {
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--azure), transparent);
}

.proof-connector b {
  color: var(--azure-light);
  font-size: 7px;
  letter-spacing: 0.12em;
  text-align: center;
}

.checkin-proof {
  padding: 22px;
}

.checkin-proof header {
  display: grid;
  padding-bottom: 19px;
  border-bottom: 1px solid var(--line);
}

.checkin-proof header strong {
  margin-top: 6px;
  color: var(--text);
  font-size: 28px;
  letter-spacing: -0.04em;
}

.selected-fact {
  display: grid;
  grid-template-columns: 28px 1fr;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
  padding: 11px;
  border: 1px solid rgba(59, 130, 246, 0.26);
  border-radius: 5px;
  background: rgba(59, 130, 246, 0.025);
}

.selected-fact > span {
  display: grid;
  width: 26px;
  height: 26px;
  place-items: center;
  border: 1px solid var(--azure);
  border-radius: 5px;
  color: var(--azure-light);
}

.selected-fact svg {
  width: 13px;
  height: 13px;
}

.selected-fact p {
  display: grid;
  margin: 0;
}

.selected-fact b {
  color: var(--text-mid);
  font-size: 10px;
}

.selected-fact small {
  color: var(--text-faint);
  font-size: 8px;
}

.selected-fact.off {
  border-color: var(--line);
  opacity: 0.52;
}

.selected-fact.off > span {
  border-color: var(--line-strong);
}

.checkin-proof > button {
  margin-top: 17px;
}

.checkin-proof .not-sent {
  display: block;
  margin-top: 9px;
  color: var(--text-faint);
  font-size: 8px;
  text-align: center;
}

.arithmetic-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(470px, 1.1fr);
  align-items: center;
  gap: clamp(45px, 7vw, 96px);
  padding: clamp(30px, 5vw, 62px);
  border: 1px solid var(--line-strong);
  border-radius: 3px;
  background:
    radial-gradient(55% 100% at 100% 0, rgba(59, 130, 246, 0.045), transparent 70%),
    var(--surface);
  box-shadow: var(--slab);
}

.arithmetic-copy h2 {
  font-size: clamp(40px, 4.8vw, 66px);
}

.arithmetic-copy > p {
  margin-top: 24px;
}

.arithmetic-copy > span {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  margin-top: 26px;
  padding: 15px;
  border-left: 2px solid var(--azure);
  background: rgba(59, 130, 246, 0.025);
  color: var(--text-dim);
  font-size: 11px;
}

.arithmetic-copy > span svg {
  width: 16px;
  height: 16px;
  flex: none;
  color: var(--azure-light);
}

.arithmetic-copy > span b {
  color: var(--text-mid);
}

.math-proof {
  padding: 15px;
  border: 1px solid var(--line-strong);
  border-radius: 3px;
  background: #07070a;
}

.math-head {
  display: flex;
  min-height: 39px;
  align-items: center;
  justify-content: space-between;
  padding: 0 5px 12px;
  border-bottom: 1px solid var(--line);
}

.math-head span {
  color: var(--azure-light);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.13em;
}

.math-head small {
  color: var(--text-faint);
  font-size: 7px;
}

.math-equation {
  display: grid;
  grid-template-columns: 1fr 20px 1fr;
  align-items: center;
  gap: 8px;
  margin-top: 10px;
}

.math-equation > span {
  display: grid;
  padding: 13px;
  border: 1px solid var(--line);
  border-radius: 5px;
  background: var(--pocket);
  box-shadow: var(--pocket-shadow);
}

.math-equation small {
  color: var(--text-faint);
  font-size: 7px;
  letter-spacing: 0.08em;
}

.math-equation strong {
  margin-top: 5px;
  color: var(--text);
  font-size: 22px;
}

.math-equation em {
  color: var(--text-dim);
  font-size: 10px;
  font-style: normal;
  font-weight: 540;
}

.math-equation > b {
  color: var(--text-faint);
  font-size: 16px;
  text-align: center;
}

.math-result {
  display: grid;
  margin-top: 8px;
  padding: 20px;
  border: 1px solid rgba(59, 130, 246, 0.44);
  border-radius: 5px;
  background: rgba(4, 8, 14, 0.62);
  box-shadow: var(--pocket-shadow);
  text-align: center;
}

.math-result small {
  color: var(--azure-light);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.math-result strong {
  margin-top: 4px;
  color: var(--text);
  font-size: 45px;
  letter-spacing: -0.05em;
  line-height: 1;
}

.math-result strong em {
  color: var(--text-dim);
  font-size: 15px;
  font-style: normal;
  font-weight: 560;
}

.math-result > span {
  margin-top: 8px;
  color: var(--text-faint);
  font-size: 8px;
}

.math-confirm {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
  padding: 11px;
  border: 1px solid var(--line);
  border-radius: 5px;
}

.math-confirm > span {
  display: grid;
  width: 27px;
  height: 27px;
  place-items: center;
  border: 1px solid var(--azure);
  border-radius: 5px;
  color: var(--azure-light);
}

.math-confirm svg {
  width: 13px;
  height: 13px;
}

.math-confirm p {
  display: grid;
  margin: 0;
}

.math-confirm strong {
  color: var(--text-mid);
  font-size: 9px;
}

.math-confirm small {
  color: var(--text-faint);
  font-size: 7px;
}

.privacy-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(500px, 1.22fr);
  align-items: center;
  gap: clamp(50px, 8vw, 112px);
}

.privacy-copy > p {
  margin-top: 25px;
}

.privacy-copy > p + p {
  color: var(--text-dim);
}

.privacy-ledger {
  border: 1px solid var(--line-strong);
  border-radius: 3px;
  background: var(--surface);
  box-shadow: var(--slab);
}

.privacy-head {
  display: flex;
  min-height: 49px;
  align-items: center;
  justify-content: space-between;
  padding: 0 17px;
  border-bottom: 1px solid var(--line);
  color: var(--azure-light);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.privacy-head svg {
  width: 15px;
  height: 15px;
}

.privacy-row {
  display: grid;
  min-height: 56px;
  grid-template-columns: 0.9fr 1.1fr;
  align-items: center;
  gap: 20px;
  padding: 10px 17px;
  border-bottom: 1px solid var(--line);
}

.privacy-row span {
  color: var(--text-dim);
  font-size: 11px;
}

.privacy-row strong {
  color: var(--text-mid);
  font-size: 11px;
  font-weight: 580;
}

.privacy-proof {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 15px 17px;
  color: var(--text-faint);
  font-size: 9px;
}

.privacy-proof svg {
  width: 15px;
  height: 15px;
  flex: none;
  color: var(--azure-light);
}

.amore-section {
  padding-top: 34px;
}

.amore-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(500px, 1.15fr);
  align-items: center;
  gap: clamp(44px, 7vw, 90px);
  padding: clamp(32px, 5vw, 60px);
  border: 1px solid var(--line-strong);
  border-radius: 3px;
  background:
    radial-gradient(60% 120% at 100% 0, rgba(59, 130, 246, 0.045), transparent 72%),
    var(--surface);
  box-shadow: var(--slab);
}

.amore-copy h2 {
  font-size: clamp(40px, 4.7vw, 64px);
}

.amore-copy > p {
  margin-top: 23px;
}

.amore-copy .amore-boundary-copy {
  padding: 13px 15px;
  border-left: 2px solid rgba(59, 130, 246, 0.62);
  background: rgba(59, 130, 246, 0.025);
  color: var(--text-dim);
  font-size: 12px;
}

.amore-copy .button {
  width: max-content;
  margin-top: 26px;
}

.amore-handoff-proof {
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--line-strong);
  border-radius: 3px;
  background:
    radial-gradient(60% 80% at 100% 0, rgba(124, 92, 228, 0.04), transparent 72%),
    rgba(0, 0, 0, 0.3);
  box-shadow: var(--pocket-shadow);
}

.amore-proof-head {
  display: flex;
  min-height: 42px;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 0 14px;
  border-bottom: 1px solid var(--line);
  color: var(--azure-light);
  font-size: 7px;
  font-weight: 710;
  letter-spacing: 0.13em;
}

.amore-proof-head small {
  padding: 4px 6px;
  border: 1px solid rgba(124, 92, 228, 0.3);
  border-radius: 3px;
  color: var(--violet-light);
  font: inherit;
}

.amore-proof-main {
  display: grid;
  grid-template-columns: minmax(210px, 1fr) 86px minmax(210px, 1fr);
  align-items: stretch;
  padding: 12px;
}

.amore-proof-side {
  display: grid;
  min-width: 0;
  padding: 13px;
  border: 1px solid var(--line);
  border-radius: 3px;
  background: var(--pocket);
  box-shadow: var(--pocket-shadow);
}

.amore-proof-side.is-patient {
  background:
    linear-gradient(180deg, rgba(124, 92, 228, 0.025), transparent 42%),
    var(--pocket);
}

.amore-proof-side > header {
  display: grid;
  min-width: 0;
  grid-template-columns: 34px minmax(0, 1fr) auto;
  align-items: center;
  gap: 9px;
}

.proof-product-mark {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid rgba(59, 130, 246, 0.44);
  border-radius: 5px;
  background: rgba(59, 130, 246, 0.04);
  box-shadow: var(--bead-shadow);
  color: var(--azure-light);
  font-size: 12px;
  font-weight: 800;
}

.proof-product-mark.is-patient {
  border-color: rgba(124, 92, 228, 0.46);
  background: rgba(124, 92, 228, 0.045);
  color: var(--violet-light);
}

.amore-proof-side > header div {
  display: grid;
  min-width: 0;
  gap: 1px;
}

.amore-proof-side > header small {
  overflow: hidden;
  color: var(--text-faint);
  font-size: 6px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.amore-proof-side > header strong {
  color: var(--text);
  font-size: 17px;
  letter-spacing: -0.035em;
}

.amore-proof-side > header em {
  padding: 4px 7px;
  border: 1px solid var(--line);
  border-radius: 3px;
  color: var(--text-faint);
  font-size: 6px;
  font-style: normal;
  font-weight: 690;
  letter-spacing: 0.1em;
  white-space: nowrap;
}

.amore-proof-steps {
  display: grid;
  gap: 5px;
  margin-top: 18px;
}

.amore-proof-steps > span {
  display: grid;
  min-height: 49px;
  align-content: center;
  gap: 3px;
  padding: 8px 10px;
  border: 1px solid var(--line);
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.012);
  box-shadow: var(--pocket-shadow);
}

.amore-proof-steps > span.is-ready {
  border-color: rgba(59, 130, 246, 0.24);
}

.amore-proof-side.is-patient .amore-proof-steps > span.is-ready {
  border-color: rgba(124, 92, 228, 0.28);
}

.amore-proof-steps small {
  color: var(--text-faint);
  font-size: 6px;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.amore-proof-steps strong {
  color: var(--text-mid);
  font-size: 9px;
  font-weight: 610;
}

.amore-proof-side > footer {
  display: flex;
  min-height: 37px;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-top: 8px;
  padding-top: 9px;
  border-top: 1px solid var(--line);
}

.amore-proof-side > footer span,
.amore-proof-side > footer strong {
  color: var(--text-faint);
  font-size: 6px;
}

.amore-proof-side > footer strong {
  color: var(--azure-light);
  font-weight: 710;
  letter-spacing: 0.06em;
  text-align: right;
}

.amore-proof-side.is-patient > footer strong {
  color: var(--violet-light);
}

.amore-patient-seam {
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 8px;
  padding: 10px 8px;
  text-align: center;
}

.amore-patient-seam > span,
.amore-patient-seam > strong,
.amore-patient-seam > small {
  color: var(--text-faint);
  font-size: 6px;
  font-weight: 700;
  letter-spacing: 0.09em;
  white-space: nowrap;
}

.amore-patient-seam > span {
  color: var(--text-mid);
}

.amore-patient-seam > small {
  color: var(--violet-light);
}

.amore-patient-seam > i {
  position: relative;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, rgba(59, 130, 246, 0.68), rgba(124, 92, 228, 0.68));
}

.amore-patient-seam > i::before,
.amore-patient-seam > i::after {
  position: absolute;
  top: -2px;
  width: 5px;
  height: 5px;
  border: 1px solid currentColor;
  background: var(--surface);
  content: "";
  transform: rotate(45deg);
}

.amore-patient-seam > i::before {
  left: 0;
  color: var(--azure-light);
}

.amore-patient-seam > i::after {
  right: 0;
  color: var(--violet-light);
}

.amore-patient-seam > i b {
  position: absolute;
  top: -3px;
  left: 12%;
  width: 7px;
  height: 7px;
  border: 1px solid rgba(59, 130, 246, 0.62);
  border-radius: 3px;
  background: var(--surface);
  animation: carried-packet 4.2s cubic-bezier(.45, 0, .55, 1) infinite;
}

.amore-return-proof {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 90px auto;
  align-items: center;
  gap: 13px;
  min-height: 60px;
  padding: 10px 14px;
  border-top: 1px solid var(--line);
}

.amore-return-proof > span {
  display: grid;
  min-width: 0;
  gap: 3px;
}

.amore-return-proof b {
  color: var(--violet-light);
  font-size: 7px;
  letter-spacing: 0.1em;
}

.amore-return-proof small {
  color: var(--text-dim);
  font-size: 7px;
  line-height: 1.45;
}

.amore-return-proof > i {
  height: 1px;
  background: linear-gradient(90deg, rgba(124, 92, 228, 0.58), transparent);
}

.amore-return-proof > em {
  color: var(--text-faint);
  font-size: 6px;
  font-style: normal;
  font-weight: 710;
  letter-spacing: 0.08em;
  white-space: nowrap;
}

@keyframes carried-packet {
  0%,
  12% { left: 10%; }
  88%,
  100% { left: calc(90% - 7px); }
}

.boundary-section {
  padding-block: 34px 0;
  border-top: 1px solid var(--line);
}

.boundary-panel {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 26px;
  padding: clamp(30px, 5vw, 54px);
  border: 1px solid var(--line-strong);
  border-radius: 3px;
  background: var(--surface);
  box-shadow: var(--slab);
}

.boundary-panel > span {
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  border: 1px solid rgba(59, 130, 246, 0.38);
  border-radius: 5px;
  background: var(--pocket);
  box-shadow: var(--pocket-shadow);
  color: var(--azure-light);
}

.boundary-panel > span svg {
  width: 24px;
  height: 24px;
}

.boundary-panel h2 {
  font-size: clamp(35px, 4.2vw, 56px);
}

.boundary-panel > div > p:last-child {
  max-width: 900px;
  margin-top: 18px;
}

.cta-section {
  padding-top: clamp(70px, 8vw, 112px);
}

.cta-panel {
  display: grid;
  justify-items: center;
  padding: clamp(45px, 7vw, 82px);
  border: 1px solid var(--line-strong);
  border-radius: 3px;
  background:
    radial-gradient(45% 100% at 50% 100%, rgba(59, 130, 246, 0.055), transparent 72%),
    var(--surface);
  box-shadow: var(--slab);
  text-align: center;
}

.cta-panel h2 {
  max-width: 850px;
}

.cta-panel > p {
  max-width: 720px;
  margin-top: 23px;
}

.cta-panel > div {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin-top: 30px;
}

.site-footer {
  border-top: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.008);
}

.footer-main {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
  padding-block: 54px;
}

.footer-main > div > p {
  max-width: 440px;
  margin: 17px 0 0;
  color: var(--text-dim);
  font-size: 12px;
}

.mfs-signature {
  color: var(--azure-light);
  font-weight: 650;
  text-decoration: none;
}

.mfs-signature:hover,
.mfs-signature:focus-visible {
  color: var(--text);
}

.footer-main nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 6px;
}

.footer-main nav a {
  padding: 6px 8px;
  border-radius: 5px;
  color: var(--text-dim);
  font-size: 11px;
  text-decoration: none;
}

.footer-main nav a:hover,
.footer-main nav a:focus-visible {
  color: var(--text);
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-block: 19px 26px;
  border-top: 1px solid var(--line);
  color: var(--text-faint);
  font-size: 9px;
}

.js [data-reveal] {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 460ms linear, transform 680ms cubic-bezier(.16, 1, .3, 1);
}

.js [data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes orbit-breathe {
  from { opacity: 0.58; transform: scale(0.96) rotate(-1deg); }
  to { opacity: 1; transform: scale(1.03) rotate(1deg); }
}

@media (max-width: 1120px) {
  .hero {
    grid-template-columns: 1fr;
    padding-top: 90px;
  }

  .hero-copy {
    max-width: 850px;
  }

  .carried-record {
    min-height: 820px;
  }

  .handoff-labels {
    top: 20px;
  }

  .record-theatre {
    top: 78px;
  }

  .guide-layout,
  .privacy-layout,
  .amore-panel {
    grid-template-columns: 1fr;
  }

  .guide-copy,
  .privacy-copy,
  .amore-copy {
    max-width: 780px;
  }

  .record-proof {
    grid-template-columns: minmax(410px, 1fr) 70px minmax(320px, 0.85fr);
  }
}

@media (max-width: 920px) {
  .story-heading,
  .section-heading.split {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .continuity-proof {
    grid-template-columns: 1fr;
  }

  .question-field {
    height: 250px;
  }

  .answer-line {
    grid-template-columns: auto 1fr auto;
  }

  .answer-line i {
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--azure), transparent);
  }

  .record-proof {
    grid-template-columns: 1fr;
    max-width: 720px;
    margin-inline: auto;
  }

  .proof-connector {
    grid-template-columns: 1fr auto 1fr;
  }

  .proof-connector span {
    width: 100%;
  }

  .arithmetic-panel {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  :root {
    --page: min(100% - 34px, 1240px);
  }

  .site-nav {
    position: absolute;
    top: 62px;
    right: 17px;
    left: 17px;
    display: none;
    padding: 7px;
    border: 1px solid var(--line-strong);
    border-radius: 3px;
    background: rgba(10, 10, 12, 0.98);
    box-shadow: 0 20px 55px rgba(0, 0, 0, 0.58);
  }

  .site-nav.is-open {
    display: grid;
  }

  .site-nav a {
    display: flex;
    min-height: 43px;
    align-items: center;
    padding-inline: 12px;
  }

  .site-nav .nav-cta {
    margin-left: 0;
  }

  .menu-toggle {
    display: inline-flex;
  }

  .amore-proof-main {
    grid-template-columns: 1fr;
  }

  .amore-patient-seam {
    grid-template-columns: auto minmax(70px, 1fr) auto auto;
    align-items: center;
    justify-items: stretch;
    padding-block: 16px;
  }

  .amore-patient-seam > span,
  .amore-patient-seam > strong,
  .amore-patient-seam > small {
    text-align: center;
  }

  .amore-return-proof {
    grid-template-columns: 1fr;
  }

  .amore-return-proof > i {
    width: min(220px, 70%);
  }

  .boundary-panel {
    grid-template-columns: 1fr;
  }

  .footer-main,
  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .footer-main nav {
    justify-content: flex-start;
  }
}

@media (max-width: 620px) {
  .hero {
    padding-block: 70px 55px;
  }

  .hero h1 {
    font-size: clamp(47px, 13.7vw, 66px);
  }

  .hero-lede {
    font-size: 16px;
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .hero-actions .button,
  .hero-actions .text-link {
    width: 100%;
    justify-content: center;
  }

  .trust-row {
    display: grid;
  }

  .carried-record {
    min-height: 720px;
  }

  .handoff-labels {
    top: 9px;
  }

  .handoff-labels button {
    min-height: 46px;
    flex-direction: column;
    gap: 2px;
  }

  .record-theatre {
    inset: 66px -8px 0;
    min-height: 650px;
  }

  .record-stack {
    width: min(450px, 90%);
    height: 566px;
  }

  .record-card {
    border-radius: 14px;
  }

  .record-head {
    min-height: 85px;
    padding: 20px 18px 15px;
  }

  .record-head h2 {
    font-size: 24px;
  }

  .record-body {
    padding: 14px 18px;
  }

  .record-foot {
    padding: 10px 18px 16px;
  }

  .guide-hero {
    padding: 14px;
  }

  .guide-hero > small {
    margin-top: 18px;
  }

  .guide-hero h3 {
    font-size: 23px;
  }

  .guide-hero p {
    margin-top: 6px;
  }

  .guide-hero button {
    margin-top: 11px;
  }

  .plan-facts,
  .quick-grid {
    gap: 6px;
  }

  .section {
    padding-block: 82px;
  }

  .story-heading h2,
  .section-heading h2,
  .guide-copy h2,
  .arithmetic-copy h2,
  .privacy-copy h2,
  .amore-copy h2,
  .cta-panel h2 {
    font-size: clamp(39px, 11.5vw, 54px);
  }

  .continuity-proof {
    margin-top: 48px;
    padding: 18px;
  }

  .question-field {
    height: 225px;
  }

  .question {
    font-size: 9px;
  }

  .guide-facts {
    grid-template-columns: 1fr;
  }

  .guide-facts span {
    min-height: 68px;
  }

  .guide-window {
    border-radius: 14px;
  }

  .guide-window > .guide-stage {
    min-height: 318px;
    margin-inline: 12px;
    border-radius: 15px;
  }

  .stage-top {
    grid-template-columns: 32px 1fr;
  }

  .stage-top em {
    display: none;
  }

  .guide-window-copy {
    padding-inline: 16px;
  }

  .guide-window-copy > div {
    grid-template-columns: 1fr;
  }

  .record-proof {
    margin-top: 48px;
  }

  .calendar-proof,
  .checkin-proof {
    padding: 13px;
  }

  .calendar-grid {
    gap: 4px;
  }

  .calendar-grid i {
    font-size: 8px;
  }

  .arithmetic-panel,
  .amore-panel,
  .boundary-panel,
  .cta-panel {
    padding: 24px;
  }

  .math-equation {
    grid-template-columns: 1fr;
  }

  .math-equation > b {
    height: 14px;
    line-height: 14px;
  }

  .privacy-row {
    grid-template-columns: 1fr;
    gap: 5px;
    padding-block: 13px;
  }

  .amore-proof-head {
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    padding-block: 10px;
  }

  .amore-patient-seam {
    grid-template-columns: 1fr;
  }

  .amore-patient-seam > i {
    width: min(190px, 70%);
    justify-self: center;
  }

  .amore-return-proof > em {
    white-space: normal;
  }
}

@media (max-width: 430px) {
  :root {
    --page: min(100% - 28px, 1240px);
  }

  .wordmark-copy small {
    display: none;
  }

  .carried-record {
    min-height: 690px;
  }

  .record-theatre {
    right: -16px;
    left: -16px;
  }

  .record-stack {
    width: min(356px, calc(100vw - 16px));
    height: 548px;
  }

  .record-head > span {
    padding-inline: 6px;
    font-size: 7px;
  }

  .record-body {
    padding-inline: 15px;
  }

  .record-foot {
    padding-inline: 15px;
  }

  .clinic-line {
    grid-template-columns: 35px 1fr;
  }

  .clinic-line > em {
    display: none;
  }

  .amore-proof-main {
    padding: 8px;
  }

  .amore-proof-side {
    padding: 10px;
  }

  .amore-proof-side > header {
    grid-template-columns: 34px minmax(0, 1fr);
  }

  .amore-proof-side > header em {
    grid-column: 2;
    justify-self: start;
  }

  .checkin-intro {
    padding: 10px;
  }

  .checkin-option {
    padding-block: 8px;
  }

  .pull-instruction {
    bottom: 3px;
  }

  .q-one { left: 0; }
  .q-two { right: 0; }
  .q-three { left: 2%; }
  .q-four { right: 0; }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }

  .js [data-reveal] {
    opacity: 1;
    transform: none;
  }

  .record-card.is-front {
    transform: translate3d(0, 0, 55px);
  }
}
