/* Superceptron marketing system. Isolated from the client portal. */
:root {
  --paper: #f9f8f4;
  --ink: #252923;
  --muted: #666a61;
  --line: #dedfd5;
  --coral: #df6144;
  --peach: #f5e2d5;
  --green: #eaf0e4;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --font: "DM Sans", sans-serif;
  --heading: "Manrope", sans-serif;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 105px;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
h1,
h2,
h3,
h4,
p,
blockquote {
  margin: 0;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
input,
select,
textarea {
  font: inherit;
}
button,
a {
  -webkit-tap-highlight-color: transparent;
}
button {
  cursor: pointer;
}
img {
  max-width: 100%;
  display: block;
}
a:focus-visible,
button:focus-visible,
summary:focus-visible,
[tabindex]:focus-visible {
  outline: 3px solid var(--coral);
  outline-offset: 5px;
}
::selection {
  background: #f7c7b4;
  color: var(--ink);
}
[hidden] {
  display: none !important;
}
.shell {
  width: min(1240px, calc(100% - 96px));
  margin-inline: auto;
}
.skip-link {
  position: fixed;
  left: 12px;
  top: -90px;
  z-index: 100;
  padding: 12px;
  background: var(--ink);
  color: #fff;
}
.skip-link:focus {
  top: 12px;
}
.announcement {
  background: #e9eddf;
  text-align: center;
  padding: 9px 20px;
  font-size: 11px;
  letter-spacing: 0.02em;
}
.announcement a {
  font-weight: 650;
  margin-left: 13px;
}
.announcement a span {
  margin-left: 5px;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  background: rgba(249, 248, 244, 0.94);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid transparent;
  transition:
    box-shadow 0.25s,
    border-color 0.25s;
}
.site-header.scrolled {
  border-color: var(--line);
  box-shadow: 0 8px 25px #25292305;
}
.navigation {
  height: 88px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}
.wordmark {
  display: inline-flex;
  align-items: center;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -1.3px;
  white-space: nowrap;
}
.wordmark img {
  margin-right: 10px;
}
.brand-period {
  color: var(--coral);
}
.nav-links,
.nav-actions {
  display: flex;
  align-items: center;
  gap: 28px;
}
.nav-links > a,
.login-link {
  font-size: 12px;
  font-weight: 550;
}
.nav-links > a,
.login-link,
.footer-links a {
  transition: color 0.2s;
}
.nav-links > a:hover,
.login-link:hover,
.footer-links a:hover {
  color: var(--coral);
}
.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 25px;
  min-height: 54px;
  padding: 14px 23px;
  border-radius: 5px;
  background: var(--ink);
  color: #fff;
  border: 1px solid var(--ink);
  font-weight: 550;
  font-size: 13px;
  line-height: 1.4;
  transition:
    background 0.25s,
    transform 0.4s var(--ease),
    box-shadow 0.4s var(--ease);
  position: relative;
}
.button:hover {
  background: #3a4236;
  transform: translateY(-3px);
  box-shadow: 0 7px 20px #25292315;
}
.button span,
.text-link span {
  display: inline-block;
  transition: transform 0.4s var(--ease);
  font-size: 19px;
  line-height: 1;
}
.button:hover span,
.text-link:hover span {
  transform: translate(3px, -3px);
}
.button-small {
  min-height: 41px;
  padding: 10px 16px;
  font-size: 12px;
  gap: 20px;
}
.button-outline {
  background: transparent;
  color: var(--ink);
  border-color: #cbd0c3;
}
.button-outline:hover {
  background: #e9eddf;
}
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  font-size: 13px;
  font-weight: 650;
}
.menu-toggle,
.mobile-login {
  display: none;
}
.hero {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 55px;
  padding-top: 70px;
  padding-bottom: 80px;
  align-items: center;
}
.eyebrow {
  font-size: 9px;
  font-weight: 650;
  letter-spacing: 1.45px;
  line-height: 1.6;
}
.live-dot {
  display: inline-block;
  background: var(--coral);
  height: 6px;
  width: 6px;
  border-radius: 50%;
  margin-right: 8px;
  vertical-align: 1px;
  box-shadow: 0 0 0 4px #df61440e;
}
.hero h1 {
  font-family: var(--heading);
  font-weight: 500;
  letter-spacing: -4.8px;
  font-size: clamp(52px, 5.7vw, 80px);
  line-height: 1.105;
  margin: 24px 0;
}
.serif-word {
  font-family: Georgia, "Times New Roman", serif;
  font-style: italic;
  font-weight: 400;
  color: var(--coral);
  letter-spacing: -4.1px;
}
.hero-description {
  font-size: 16px;
  line-height: 1.8;
  max-width: 450px;
  color: var(--muted);
}
.hero-buttons {
  display: flex;
  align-items: center;
  gap: 26px;
  margin: 29px 0 12px;
}
.microcopy {
  font-size: 10px;
  color: var(--muted);
}
.hero-assurance {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-top: 34px;
}
.small-mark {
  font-size: 30px;
  color: var(--coral);
  line-height: 1;
}
.hero-assurance p {
  font-size: 10px;
  line-height: 1.7;
  color: var(--muted);
}
.hero-assurance strong {
  font-weight: 500;
  color: var(--ink);
}
.hero-visual {
  position: relative;
  min-height: 500px;
  isolation: isolate;
}
.hero-photo-wrap {
  position: absolute;
  inset: 0 0 125px 30px;
  overflow: hidden;
  border-radius: 7px;
  background: #c9c3b5;
}
.hero-photo {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: 50% 35%;
  transition: transform 1.8s var(--ease);
  will-change: transform;
}
.hero-visual:hover .hero-photo {
  transform: scale(1.035);
}
.hero-photo-wrap:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, #21272050, transparent 40%);
  pointer-events: none;
}
.photo-label {
  position: absolute;
  z-index: 1;
  bottom: 22px;
  left: 24px;
  color: #fff;
  font-size: 8px;
  font-weight: 600;
  letter-spacing: 1.65px;
}
.photo-star {
  position: absolute;
  right: 18px;
  top: 10px;
  font-size: 48px;
  color: #fcddc3;
  line-height: 1.4;
}
.shortlist-preview {
  position: absolute;
  top: 240px;
  left: 0;
  width: 345px;
  background: #fff;
  border: 1px solid #fff;
  border-radius: 8px;
  box-shadow: 0 14px 40px #292f2615;
  z-index: 3;
  transform: rotate(-2deg);
  transition: transform 0.6s var(--ease);
}
.hero-visual:hover .shortlist-preview {
  transform: rotate(0) translateY(-5px);
}
.preview-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 13px 17px;
  border-bottom: 1px solid #eceee7;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.5px;
}
.tiny-star {
  font-size: 18px;
  color: var(--coral);
  vertical-align: -2px;
  margin-right: 5px;
}
.status {
  font-size: 8px;
  color: #587251;
  display: flex;
  gap: 5px;
  align-items: center;
  letter-spacing: 0;
}
.status > span {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #698661;
}
.preview-person {
  padding: 15px 17px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.avatar {
  display: grid;
  place-items: center;
  border-radius: 50%;
  flex-shrink: 0;
  width: 34px;
  height: 34px;
  font-size: 11px;
  font-weight: 650;
  letter-spacing: -0.5px;
}
.avatar-peach {
  background: #f6e2d2;
  color: #76543c;
}
.avatar-lilac {
  background: #ece6f3;
  color: #65567b;
}
.preview-person > div {
  display: flex;
  flex-direction: column;
}
.preview-person strong {
  font-size: 11px;
  font-weight: 650;
}
.preview-person > div > span {
  font-size: 8px;
  color: var(--muted);
  margin-top: 2px;
}
.fit-badge {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  font-size: 8px;
  background: #edf2e8;
  color: #3c633d;
  padding: 4px 7px;
  border-radius: 3px;
  margin-left: auto;
  font-weight: 550;
}
.neutral-badge {
  background: #f0edf6;
  color: #67577d;
}
.amber-badge {
  background: #fbecd3;
  color: #79551e;
}
.evidence-excerpt {
  background: #f7f8f3;
  border: 1px solid #e9ecdf;
  margin: 0 17px 13px;
  border-radius: 4px;
  padding: 12px;
}
.evidence-excerpt .eyebrow {
  font-size: 7px;
  color: #6b7361;
  letter-spacing: 1.1px;
}
.evidence-excerpt p {
  font-size: 11px;
  line-height: 1.65;
  margin: 6px 0;
}
.evidence-excerpt mark {
  background: #e1ead0;
  color: inherit;
}
.evidence-excerpt a {
  font-size: 8px;
  color: #5f7452;
}
.preview-footer {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #eceee7;
  padding: 9px 17px;
  font-size: 8px;
  color: var(--muted);
}
.preview-footer a:hover {
  color: var(--coral);
}
.probe-float {
  position: absolute;
  right: -8px;
  top: 374px;
  z-index: 4;
  display: flex;
  align-items: center;
  gap: 10px;
  background: #f5dfcd;
  border: 1px solid #fff8;
  box-shadow: 0 8px 30px #3028180d;
  border-radius: 5px;
  padding: 16px;
  transform: rotate(3deg);
  transition: transform 0.6s var(--ease);
}
.hero-visual:hover .probe-float {
  transform: rotate(0) translateY(4px);
}
.probe-icon {
  font-size: 28px;
  color: #a56846;
}
.probe-float .eyebrow {
  font-size: 6.5px;
  letter-spacing: 1px;
}
.probe-float p {
  font-size: 10px;
  line-height: 1.5;
  margin-top: 5px;
}
.visual-caption {
  position: absolute;
  bottom: -16px;
  right: 0;
  font-size: 7px;
  letter-spacing: 1.1px;
  color: #76796f;
}
.fit-strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 28px 0;
}
.fit-strip p {
  font-size: 8px;
  letter-spacing: 1px;
  line-height: 1.8;
  flex-shrink: 0;
}
.fit-strip p strong {
  font-size: 11px;
  letter-spacing: 0;
  font-weight: 500;
}
.fit-strip > span {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  font-family: var(--heading);
  font-weight: 600;
  color: #5a5f52;
}
.fit-strip > span > span {
  font-size: 25px;
  font-weight: 400;
  color: #757c69;
}
.section {
  padding-top: 106px;
  padding-bottom: 106px;
}
.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 60px;
  margin-bottom: 42px;
}
.section-heading .eyebrow {
  margin-bottom: 16px;
  color: #717765;
}
h2 {
  font-family: var(--heading);
  font-size: clamp(30px, 3.4vw, 45px);
  line-height: 1.2;
  letter-spacing: -1.9px;
  font-weight: 500;
}
.section-heading > p {
  font-size: 13px;
  line-height: 1.85;
  max-width: 300px;
  color: var(--muted);
  padding-bottom: 3px;
}
.process-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.process-card {
  padding: 24px 24px 27px;
  border: 1px solid var(--line);
  border-radius: 6px;
  transition:
    border-color 0.4s,
    transform 0.5s var(--ease);
}
.process-card:hover {
  border-color: #b9c1ac;
  transform: translateY(-5px);
}
.step-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 8px;
  letter-spacing: 1px;
  color: #686e5f;
}
.step-top > span:last-child {
  font-size: 19px;
}
.process-art {
  height: 167px;
  margin: 9px 0 18px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mini-document {
  width: 185px;
  position: relative;
  transform: rotate(-5deg);
  border: 1px solid #dbded1;
  border-radius: 4px;
  background: #fff;
  padding: 16px;
  box-shadow: 0 5px 10px #22220a08;
  transition: transform 0.6s var(--ease);
}
.mini-document i {
  width: 15px;
  height: 19px;
  border: 1px solid #b9bea9;
  display: block;
  margin-bottom: 7px;
  border-radius: 2px;
}
.mini-document b {
  font-size: 10px;
  display: block;
  margin-bottom: 8px;
}
.mini-document span {
  height: 3px;
  display: block;
  background: #e7e9e0;
  width: 80%;
  margin: 5px 0;
}
.mini-document span + span {
  width: 60%;
}
.mini-document em {
  display: block;
  font-size: 7px;
  font-style: normal;
  margin-top: 10px;
  color: #858c78;
}
.mini-chip {
  position: absolute;
  right: 1px;
  bottom: 4px;
  transform: rotate(5deg);
  background: var(--peach);
  border: 3px solid var(--paper);
  padding: 9px 13px;
  border-radius: 5px;
  font-size: 8px;
}
.process-card:hover .mini-document {
  transform: rotate(0) translateY(-4px);
}
.signal-art {
  flex-direction: column;
  gap: 12px;
}
.signal-label {
  font-size: 8px;
  color: #7d846f;
  letter-spacing: 1.6px;
}
.signal-bars {
  display: flex;
  flex-direction: column;
  gap: 7px;
  width: 155px;
  position: relative;
}
.signal-bars i {
  height: 8px;
  border-radius: 2px;
  background: #c9d6b9;
  width: 100%;
  transform-origin: left;
  transition: transform 1s var(--ease);
}
.signal-bars i:nth-child(2) {
  width: 83%;
}
.signal-bars i:nth-child(3) {
  width: 91%;
  background: #e8bc9d;
}
.signal-bars i:nth-child(4) {
  width: 67%;
}
.process-card:hover .signal-bars i {
  transform: scaleX(0.9);
}
.signal-result {
  font-size: 9px;
  color: #587047;
  padding: 6px 10px;
  border: 1px solid #d9e0d0;
  border-radius: 4px;
  background: #f0f4e9;
}
.ready-art {
  flex-direction: column;
  gap: 9px;
}
.ready-ring {
  height: 61px;
  width: 61px;
  display: grid;
  place-items: center;
  border: 1px solid #c3ceb4;
  background: #eaf0e2;
  border-radius: 50%;
  box-shadow:
    0 0 0 10px #eff2e8,
    0 0 0 11px #e4e8dc;
  color: #526f3c;
  font-size: 30px;
  transition: transform 0.5s var(--ease);
}
.process-card:hover .ready-ring {
  transform: rotate(-10deg);
}
.ready-art > div:last-child {
  text-align: center;
  margin-top: 11px;
}
.ready-art b {
  display: block;
  font-size: 10px;
  font-weight: 550;
}
.ready-art span {
  display: block;
  font-size: 8px;
  margin-top: 4px;
  color: var(--muted);
}
.process-card h3 {
  font-size: 16px;
  letter-spacing: -0.35px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 10px;
}
.process-card > p {
  font-size: 12px;
  color: var(--muted);
  line-height: 1.85;
}
.inside-section {
  padding: 95px 0 70px;
  background: #eef0e6;
  border-top: 1px solid #e0e3d7;
  border-bottom: 1px solid #e0e3d7;
}
.workbench {
  border: 1px solid #d4dac9;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 15px 35px #34442708;
  overflow: hidden;
}
.workbench-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 17px 23px;
  border-bottom: 1px solid #e8ebdf;
  font-size: 11px;
}
.workbench-bar > div {
  display: flex;
  align-items: center;
  gap: 12px;
}
.workbench-bar strong {
  font-weight: 600;
}
.workbench-bar > div > span:last-child {
  color: var(--muted);
}
.workbench-divider {
  color: #c6cbbd;
  margin: 0 7px;
}
.sample-label {
  font-size: 8px;
  letter-spacing: 1px;
  border: 1px solid #dbe0d1;
  border-radius: 3px;
  padding: 4px 7px;
  color: #737c65;
}
.workbench-layout {
  display: grid;
  grid-template-columns: 280px 1fr;
  min-height: 348px;
}
.demo-tabs {
  padding: 17px;
  background: #fafbf7;
  border-right: 1px solid #e3e7da;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.demo-tabs button {
  display: flex;
  align-items: center;
  gap: 14px;
  text-align: left;
  background: transparent;
  border: 1px solid transparent;
  color: var(--ink);
  border-radius: 5px;
  padding: 17px 12px;
  transition:
    background 0.25s,
    border-color 0.25s;
}
.demo-tabs button:hover {
  background: #f0f3e9;
}
.demo-tabs button[aria-selected="true"] {
  background: #edf2e5;
  border-color: #d9e2cc;
}
.tab-num {
  font-size: 10px;
  color: #8c9480;
}
.demo-tabs strong {
  display: block;
  font-size: 12px;
  font-weight: 550;
}
.demo-tabs small {
  display: block;
  font-size: 9px;
  color: var(--muted);
  margin-top: 4px;
}
.tab-arrow {
  margin-left: auto;
  color: #69785b;
}
.sample-download {
  font-size: 10px;
  margin-top: auto;
  display: flex;
  justify-content: space-between;
  padding: 16px 13px 4px;
  color: #657257;
}
.sample-download:hover {
  color: var(--coral);
}
.demo-panel {
  padding: 27px 30px;
  animation: panel-in 0.4s var(--ease) both;
}
.panel-person {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 24px;
}
.panel-person .avatar {
  width: 38px;
  height: 38px;
}
.panel-person h3 {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.4;
}
.panel-person p {
  font-size: 9px;
  color: var(--muted);
  margin-top: 3px;
}
.panel-person .fit-badge {
  font-size: 8px;
}
.evidence-grid {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 27px;
}
.evidence-grid .eyebrow {
  font-size: 7px;
  letter-spacing: 1px;
  color: #7a836d;
}
.evidence-grid h4 {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.3px;
  font-weight: 550;
  margin: 10px 0;
}
.evidence-grid > div > p:not(.eyebrow) {
  font-size: 11px;
  color: var(--muted);
  line-height: 1.7;
}
.source-card {
  background: #f3f6ec;
  padding: 17px;
  border-left: 2px solid #cbd8b9;
  border-radius: 0 4px 4px 0;
}
.source-card blockquote {
  font-size: 13px;
  line-height: 1.6;
  margin: 8px 0 10px;
}
.source-card > a,
.source-card > span {
  font-size: 9px;
  color: #5f744b;
}
.source-card > a:hover {
  text-decoration: underline;
}
.question-card {
  background: #fcf1e6;
  border-color: #e5c6a7;
}
.question-card > span {
  color: #946c4b;
}
.panel-note {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  background: #fafbf7;
  border: 1px solid #ecefe4;
  padding: 12px 15px;
  margin-top: 20px;
  border-radius: 4px;
}
.panel-note > span {
  color: var(--coral);
  font-size: 20px;
}
.panel-note p {
  font-size: 10px;
  line-height: 1.7;
  color: var(--muted);
}
.panel-note strong {
  display: block;
  font-size: 11px;
  font-weight: 550;
  margin-bottom: 3px;
  color: var(--ink);
}
.panel-fine {
  font-size: 8px;
  color: #757c6b;
  margin-top: 11px;
}
.under-demo {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 22px;
  font-size: 10px;
  color: #69715e;
}
.under-demo .text-link {
  font-size: 11px;
  color: var(--ink);
}
.offering-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.offering-card {
  background: #edf0e6;
  border: 1px solid #e0e5d5;
  border-radius: 6px;
  padding: 32px;
  transition:
    transform 0.5s var(--ease),
    box-shadow 0.5s var(--ease);
}
.offering-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 25px #20281907;
}
.peach-card {
  background: #f5e8dc;
  border-color: #edddcd;
}
.offering-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}
.outline-icon {
  font-size: 32px;
  line-height: 1.5;
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border: 1px solid #bcc5ad;
  border-radius: 50%;
  color: #667755;
}
.peach-card .outline-icon {
  border-color: #ddc2aa;
  color: #9a6b48;
}
.pilot-label {
  font-size: 8px;
  letter-spacing: 1px;
  color: #6b765e;
  border: 1px solid #cdd5c0;
  padding: 4px 8px;
  border-radius: 3px;
}
.peach-card .pilot-label {
  border-color: #dfcdbb;
  color: #8b6f55;
}
.offering-card h3 {
  font-family: var(--heading);
  font-size: 24px;
  letter-spacing: -0.8px;
  line-height: 1.3;
  font-weight: 550;
  margin-bottom: 15px;
}
.offering-card > p {
  font-size: 13px;
  line-height: 1.85;
  color: #646d59;
  max-width: 460px;
}
.peach-card > p {
  color: #776d61;
}
.deliverable {
  border-top: 1px solid #d4ddc7;
  margin-top: 26px;
  padding-top: 19px;
  margin-bottom: 24px;
}
.peach-card .deliverable {
  border-color: #e3d1c0;
}
.deliverable > span {
  font-size: 8px;
  letter-spacing: 1px;
  color: #6c795e;
}
.deliverable p {
  font-size: 12px;
  margin-top: 5px;
}
.offering-card .text-link {
  font-size: 12px;
}
.pilot-note {
  font-size: 10px;
  color: var(--muted);
  margin-top: 18px;
}
.control-section {
  padding: 85px 0;
  background: #292f27;
  color: #f1f0e9;
}
.control-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
  align-items: center;
}
.control-layout .eyebrow {
  color: #c7cdbb;
  margin-bottom: 18px;
}
.control-layout h2 {
  margin-bottom: 22px;
}
.control-layout > div > p:not(.eyebrow) {
  font-size: 13px;
  line-height: 1.85;
  color: #bdc5b4;
  max-width: 360px;
}
.control-layout .text-link {
  margin-top: 27px;
  font-size: 11px;
  color: #edd2bc;
}
.control-list > div {
  display: flex;
  gap: 24px;
  padding: 23px 0;
  border-bottom: 1px solid #ffffff1c;
}
.control-list > div:first-child {
  padding-top: 0;
}
.control-list > div:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.control-list > div > span {
  color: #bfbc94;
  font-size: 10px;
  margin-top: 3px;
}
.control-list p {
  font-size: 12px;
  line-height: 1.8;
  color: #b6c0ac;
}
.control-list strong {
  display: block;
  color: #f1f0e9;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 4px;
}
.price-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 23px;
}
.price-card {
  border: 1px solid var(--line);
  padding: 29px;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
}
.free-card {
  background: #ecf0e3;
  border-color: #d3ddc3;
}
.price-card .eyebrow {
  font-size: 8px;
  color: #727d62;
}
.price {
  font-family: var(--heading);
  font-size: 46px;
  letter-spacing: -2px;
  font-weight: 500;
  line-height: 1.3;
  margin: 22px 0 12px;
}
.price > span {
  font-family: var(--font);
  font-size: 12px;
  color: var(--muted);
  letter-spacing: 0;
  font-weight: 400;
}
.price-card > p {
  font-size: 11px;
  color: var(--muted);
}
.check-list {
  list-style: none;
  padding: 0;
  margin: 24px 0 28px;
}
.check-list li {
  font-size: 11px;
  padding: 7px 0;
  display: flex;
  gap: 9px;
  color: #58614c;
}
.check-list li:before {
  content: "✓";
  color: #6c8059;
}
.price-card .button {
  margin-top: auto;
  font-size: 12px;
  min-height: 47px;
  padding: 12px 14px;
  gap: 12px;
}
.pricing-footnote {
  font-size: 10px;
  color: var(--muted);
  line-height: 1.8;
  margin-top: 20px;
}
.pricing-footnote a {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.faq-section {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 80px;
  padding-bottom: 95px;
}
.faq-section .eyebrow {
  color: #757e69;
  margin-bottom: 15px;
}
.faq-section > div > p:not(.eyebrow) {
  font-size: 12px;
  line-height: 1.9;
  margin-top: 25px;
  color: var(--muted);
}
.faq-section > div > p > a {
  color: var(--ink);
  font-size: 11px;
}
.faq-list details {
  border-bottom: 1px solid var(--line);
}
.faq-list details:first-child {
  border-top: 1px solid var(--line);
}
.faq-list summary {
  list-style: none;
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.faq-list summary::-webkit-details-marker {
  display: none;
}
.faq-list summary > span {
  font-size: 20px;
  color: #869177;
  font-weight: 400;
  transition: transform 0.3s;
}
.faq-list details[open] summary > span {
  transform: rotate(45deg);
}
.faq-list details > p {
  padding: 0 25px 22px 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.85;
  animation: panel-in 0.3s var(--ease);
}
.faq-list p a {
  text-decoration: underline;
}
.final-cta {
  position: relative;
  overflow: hidden;
  background: #f2ddca;
  border: 1px solid #ecd4be;
  border-radius: 8px;
  padding: 67px 35px;
  text-align: center;
}
.final-cta .eyebrow {
  color: #7e6c57;
  margin-bottom: 17px;
}
.final-cta h2 {
  font-size: 58px;
  letter-spacing: -2.6px;
}
.final-cta > p:not(.eyebrow) {
  font-size: 13px;
  color: #7d6e5b;
  margin: 18px 0 25px;
}
.final-cta .microcopy {
  display: block;
  margin-top: 13px;
  color: #7c6b57;
}
.cta-flower {
  position: absolute;
  right: -55px;
  bottom: -118px;
  font-size: 410px;
  line-height: 1;
  color: #e7c4a5;
  transform: rotate(8deg);
  pointer-events: none;
  z-index: 0;
}
.final-cta > *:not(.cta-flower) {
  position: relative;
  z-index: 1;
}
.site-footer {
  padding-top: 65px;
  padding-bottom: 25px;
}
.footer-top {
  display: flex;
  justify-content: space-between;
  gap: 35px;
  align-items: center;
  padding-bottom: 37px;
  border-bottom: 1px solid var(--line);
}
.footer-top .wordmark {
  font-size: 22px;
}
.footer-top p {
  font-size: 11px;
  color: var(--muted);
  margin-top: 9px;
}
.footer-links {
  display: flex;
  gap: 26px;
  font-size: 11px;
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 25px;
  font-size: 9px;
  color: #72796a;
  margin-top: 24px;
}
.footer-bottom > div {
  display: flex;
  gap: 25px;
}
.site-footer address {
  font-size: 8px;
  color: #858b7c;
  font-style: normal;
  margin-top: 8px;
}
/* Motion is progressive enhancement: content remains available without JS. */
@keyframes panel-in {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes hero-in {
  from {
    opacity: 0;
    transform: translateY(22px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes picture-in {
  from {
    opacity: 0;
    clip-path: inset(7% 0 0 0);
    transform: translateY(22px);
  }
  to {
    opacity: 1;
    clip-path: inset(0);
    transform: translateY(0);
  }
}
@media (prefers-reduced-motion: no-preference) {
  .hero-copy > * {
    animation: hero-in 0.9s var(--ease) both;
  }
  .hero-copy > *:nth-child(2) {
    animation-delay: 0.08s;
  }
  .hero-copy > *:nth-child(3) {
    animation-delay: 0.16s;
  }
  .hero-copy > *:nth-child(4) {
    animation-delay: 0.24s;
  }
  .hero-copy > *:nth-child(5) {
    animation-delay: 0.3s;
  }
  .hero-copy > *:nth-child(6) {
    animation-delay: 0.36s;
  }
  .hero-photo-wrap {
    animation: picture-in 1.2s var(--ease) both;
  }
  .hero-visual {
    animation: hero-in 1.1s 0.1s var(--ease) both;
  }
  .reveal-ready {
    opacity: 0;
    transform: translateY(24px);
    transition:
      opacity 0.8s var(--ease),
      transform 0.8s var(--ease);
    transition-delay: var(--reveal-delay, 0ms);
  }
  .reveal-ready.is-visible {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (min-width: 1450px) {
  .hero {
    padding-top: 85px;
    padding-bottom: 90px;
  }
  .hero-visual {
    min-height: 535px;
  }
  .hero-photo-wrap {
    bottom: 145px;
  }
  .shortlist-preview {
    top: 259px;
  }
  .probe-float {
    top: 403px;
  }
  .hero h1 {
    font-size: 84px;
  }
}
@media (max-width: 1150px) {
  .shell {
    width: calc(100% - 64px);
  }
  .nav-links,
  .nav-actions {
    gap: 18px;
  }
  .wordmark {
    font-size: 22px;
  }
  .hero {
    gap: 30px;
    padding-top: 50px;
  }
  .hero h1 {
    letter-spacing: -3.6px;
    font-size: 65px;
  }
  .hero .eyebrow {
    font-size: 8px;
    letter-spacing: 1px;
  }
  .hero-description {
    font-size: 14px;
  }
  .hero-buttons {
    gap: 18px;
    align-items: flex-start;
    flex-direction: column;
  }
  .hero-buttons .text-link {
    font-size: 12px;
  }
  .hero-assurance {
    margin-top: 24px;
  }
  .shortlist-preview {
    width: 310px;
    top: 245px;
  }
  .probe-float {
    right: -5px;
    top: 403px;
    padding: 12px;
  }
  .hero-visual {
    min-height: 510px;
  }
  .hero-photo-wrap {
    left: 12px;
    bottom: 145px;
  }
  .process-card {
    padding: 20px;
  }
  .workbench-layout {
    grid-template-columns: 245px 1fr;
  }
  .demo-panel {
    padding: 25px;
  }
  .panel-person {
    flex-wrap: wrap;
  }
  .panel-person .fit-badge {
    margin-left: 48px;
  }
  .control-layout {
    gap: 65px;
  }
  .price-card {
    padding: 24px;
  }
  .fit-strip {
    gap: 18px;
  }
  .fit-strip > span {
    font-size: 12px;
    gap: 8px;
  }
  .footer-links {
    gap: 18px;
  }
}
@media (max-width: 900px) {
  .navigation {
    height: 76px;
  }
  .nav-links {
    gap: 20px;
  }
  .nav-actions .login-link {
    display: none;
  }
  .hero h1 {
    font-size: 56px;
    letter-spacing: -3px;
  }
  .hero-description {
    font-size: 13px;
  }
  .hero-visual {
    min-height: 475px;
  }
  .shortlist-preview {
    top: 211px;
    width: 286px;
  }
  .hero-photo-wrap {
    bottom: 153px;
  }
  .probe-float {
    top: 377px;
    right: -3px;
  }
  .photo-label {
    font-size: 6px;
    left: 15px;
    bottom: 16px;
  }
  .hero-copy > .eyebrow {
    max-width: 260px;
  }
  .hero-assurance p {
    font-size: 9px;
  }
  .hero {
    gap: 20px;
  }
  .section {
    padding-top: 75px;
    padding-bottom: 75px;
  }
  .section-heading {
    gap: 35px;
  }
  .section-heading > p {
    max-width: 250px;
    font-size: 12px;
  }
  .process-grid {
    gap: 14px;
  }
  .process-card {
    padding: 16px;
  }
  .process-card h3 {
    font-size: 14px;
  }
  .process-card > p {
    font-size: 11px;
  }
  .process-art {
    height: 155px;
  }
  .mini-document {
    width: 145px;
  }
  .mini-chip {
    font-size: 7px;
    padding: 7px;
  }
  .workbench-layout {
    grid-template-columns: 215px 1fr;
  }
  .demo-tabs {
    padding: 12px;
  }
  .demo-tabs button {
    padding: 16px 9px;
    gap: 10px;
  }
  .demo-tabs small {
    font-size: 8px;
  }
  .demo-panel {
    padding: 22px;
  }
  .evidence-grid {
    gap: 18px;
  }
  .evidence-grid h4 {
    font-size: 14px;
  }
  .source-card {
    padding: 14px;
  }
  .source-card blockquote {
    font-size: 11px;
  }
  .offering-card {
    padding: 26px;
  }
  .offering-card h3 {
    font-size: 21px;
  }
  .control-layout {
    gap: 40px;
  }
  .price-grid {
    gap: 14px;
  }
  .price-card {
    padding: 20px;
  }
  .price-card > .eyebrow {
    font-size: 7px;
  }
  .price {
    font-size: 38px;
  }
  .price-card .button {
    font-size: 11px;
  }
  .check-list li {
    font-size: 10px;
  }
  .faq-section {
    gap: 45px;
  }
  .footer-top {
    align-items: flex-start;
  }
  .footer-links {
    flex-wrap: wrap;
    max-width: 330px;
    justify-content: flex-end;
    row-gap: 12px;
  }
  .fit-strip {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 18px 30px;
  }
  .fit-strip > p {
    width: 100%;
  }
  .fit-strip > p br {
    display: none;
  }
  .fit-strip > p strong {
    margin-left: 8px;
  }
  .fit-strip > span {
    font-size: 12px;
  }
}
@media (max-width: 700px) {
  .shell {
    width: calc(100% - 40px);
  }
  .announcement {
    font-size: 9px;
    padding: 9px 12px;
  }
  .announcement a {
    margin-left: 5px;
  }
  .navigation {
    height: 72px;
    gap: 10px;
  }
  .wordmark {
    font-size: 21px;
  }
  .wordmark img {
    width: 25px;
    height: 25px;
    margin-right: 7px;
  }
  .nav-actions {
    margin-left: auto;
  }
  .nav-actions .button {
    font-size: 10px;
    padding: 9px 12px;
    gap: 9px;
    min-height: 37px;
  }
  .menu-toggle {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 6px;
    border: 0;
    background: transparent;
    padding: 12px 4px;
    width: 33px;
    min-height: 42px;
  }
  .menu-toggle span {
    display: block;
    width: 20px;
    height: 1px;
    background: var(--ink);
    transition: transform 0.3s;
  }
  .menu-toggle[aria-expanded="true"] span:first-child {
    transform: translateY(3.5px) rotate(45deg);
  }
  .menu-toggle[aria-expanded="true"] span:last-child {
    transform: translateY(-3.5px) rotate(-45deg);
  }
  .nav-links {
    display: none;
    position: absolute;
    top: 72px;
    left: 0;
    right: 0;
    background: var(--paper);
    padding: 18px 25px 24px;
    border-bottom: 1px solid var(--line);
    box-shadow: 0 15px 20px #22220708;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
  }
  .nav-links.open {
    display: flex;
  }
  .nav-links > a {
    padding: 9px 0;
    width: 100%;
    font-size: 14px;
  }
  .nav-links .mobile-login {
    display: block;
  }
  .hero {
    grid-template-columns: 1fr;
    padding-top: 34px;
    padding-bottom: 45px;
    gap: 37px;
  }
  .hero-copy > .eyebrow {
    max-width: none;
    font-size: 8px;
  }
  .hero h1 {
    font-size: clamp(48px, 10vw, 69px);
    letter-spacing: -3.1px;
    margin: 20px 0;
  }
  .serif-word {
    letter-spacing: -3px;
  }
  .hero-description {
    font-size: 14px;
    max-width: 450px;
  }
  .desktop-break {
    display: none;
  }
  .hero-buttons {
    flex-direction: row;
    align-items: center;
    gap: 19px;
    margin-top: 24px;
  }
  .hero-buttons .button {
    font-size: 11px;
    padding: 13px 17px;
    gap: 15px;
    min-height: 49px;
  }
  .hero-buttons .text-link {
    font-size: 11px;
    gap: 10px;
  }
  .hero-assurance {
    margin-top: 24px;
  }
  .hero-assurance p {
    font-size: 10px;
  }
  .hero-visual {
    min-height: 465px;
    max-width: 520px;
    width: 100%;
    margin: 0 auto;
  }
  .hero-photo-wrap {
    inset: 0 0 125px 15px;
  }
  .shortlist-preview {
    top: 217px;
    width: 310px;
  }
  .probe-float {
    right: 0;
    top: 376px;
    padding: 15px;
  }
  .photo-label {
    font-size: 7px;
    bottom: 21px;
    left: 22px;
  }
  .visual-caption {
    bottom: -17px;
    font-size: 6px;
    letter-spacing: 0.8px;
  }
  .fit-strip {
    gap: 18px 10px;
    padding: 24px 0;
  }
  .fit-strip > span {
    width: calc(50% - 10px);
    font-size: 12px;
    gap: 12px;
  }
  .fit-strip > p {
    margin-bottom: 3px;
  }
  .section {
    padding-top: 65px;
    padding-bottom: 65px;
  }
  .section-heading {
    display: block;
    margin-bottom: 30px;
  }
  .section-heading .eyebrow {
    font-size: 8px;
    letter-spacing: 1.2px;
    margin-bottom: 14px;
  }
  h2 {
    font-size: 34px;
    letter-spacing: -1.35px;
  }
  .section-heading > p {
    margin-top: 20px;
    font-size: 13px;
    max-width: 430px;
  }
  .process-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .process-card {
    padding: 24px;
    display: grid;
    grid-template-columns: 1fr 140px;
    column-gap: 20px;
  }
  .step-top {
    grid-column: 1/-1;
    margin-bottom: 17px;
  }
  .process-art {
    grid-column: 2;
    grid-row: 2 / span 2;
    margin: 0;
    height: 135px;
    align-self: center;
  }
  .process-card h3 {
    grid-column: 1;
    font-size: 18px;
    align-self: end;
    margin-bottom: 10px;
  }
  .process-card > p {
    grid-column: 1;
    font-size: 12px;
  }
  .mini-document {
    width: 130px;
    padding: 12px;
  }
  .mini-chip {
    right: -8px;
    bottom: -5px;
    font-size: 6px;
  }
  .mini-document em {
    font-size: 6px;
  }
  .signal-bars {
    width: 115px;
  }
  .signal-label {
    font-size: 6px;
  }
  .ready-art b {
    font-size: 8px;
  }
  .ready-art span {
    font-size: 7px;
  }
  .inside-section {
    padding: 63px 0 42px;
  }
  .workbench-bar {
    padding: 15px;
    font-size: 10px;
  }
  .workbench-bar > div {
    gap: 7px;
  }
  .workbench-bar > div > span:last-child,
  .workbench-divider {
    display: none;
  }
  .sample-label {
    font-size: 7px;
  }
  .workbench-layout {
    grid-template-columns: 1fr;
  }
  .demo-tabs {
    border-right: 0;
    border-bottom: 1px solid #e3e7da;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 5px;
    padding: 10px;
  }
  .demo-tabs button {
    padding: 12px 8px;
    gap: 6px;
    align-items: flex-start;
    flex-direction: column;
  }
  .demo-tabs button strong {
    font-size: 10px;
  }
  .demo-tabs small {
    display: none;
  }
  .tab-arrow {
    display: none;
  }
  .tab-num {
    font-size: 8px;
  }
  .sample-download {
    grid-column: 1/-1;
    padding: 9px 6px 3px;
    font-size: 9px;
  }
  .demo-panel {
    padding: 20px;
    min-height: 410px;
  }
  .panel-person {
    gap: 10px;
    margin-bottom: 19px;
  }
  .panel-person .fit-badge {
    margin-left: 48px;
    margin-top: -4px;
  }
  .panel-person p {
    font-size: 8px;
  }
  .panel-person h3 {
    font-size: 14px;
  }
  .evidence-grid {
    grid-template-columns: 1fr;
    gap: 17px;
  }
  .evidence-grid h4 {
    font-size: 15px;
    margin: 6px 0;
  }
  .source-card {
    padding: 14px;
  }
  .source-card blockquote {
    font-size: 12px;
    margin: 5px 0 8px;
  }
  .panel-note {
    margin-top: 17px;
    padding: 11px;
  }
  .panel-note strong {
    font-size: 10px;
  }
  .panel-note p {
    font-size: 10px;
  }
  .panel-fine {
    font-size: 8px;
  }
  .under-demo {
    flex-direction: column;
    align-items: flex-start;
    gap: 13px;
    font-size: 10px;
  }
  .offering-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .offering-card {
    padding: 28px;
  }
  .offering-card h3 {
    font-size: 25px;
  }
  .offering-card > p {
    font-size: 13px;
  }
  .pilot-note {
    font-size: 9px;
  }
  .control-section {
    padding: 65px 0;
  }
  .control-layout {
    grid-template-columns: 1fr;
    gap: 38px;
  }
  .control-layout > div > p:not(.eyebrow) {
    font-size: 13px;
    max-width: none;
  }
  .control-list > div {
    gap: 20px;
    padding: 22px 0;
  }
  .price-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .price-card {
    padding: 28px;
  }
  .price-card > .eyebrow {
    font-size: 9px;
  }
  .price {
    font-size: 46px;
    margin: 17px 0 10px;
  }
  .price-card > p {
    font-size: 12px;
  }
  .check-list {
    margin: 20px 0;
  }
  .check-list li {
    font-size: 12px;
  }
  .price-card .button {
    font-size: 12px;
  }
  .pricing-footnote {
    font-size: 9px;
  }
  .faq-section {
    grid-template-columns: 1fr;
    gap: 30px;
    padding-bottom: 65px;
  }
  .faq-section > div > p:not(.eyebrow) {
    margin-top: 17px;
  }
  .faq-list summary {
    font-size: 12px;
    padding: 19px 0;
  }
  .faq-list details > p {
    font-size: 12px;
  }
  .final-cta {
    padding: 50px 20px;
  }
  .final-cta h2 {
    font-size: 43px;
    letter-spacing: -1.9px;
  }
  .final-cta > p:not(.eyebrow) {
    font-size: 12px;
    max-width: 260px;
    margin-inline: auto;
  }
  .final-cta .button {
    font-size: 12px;
  }
  .final-cta .microcopy {
    font-size: 9px;
  }
  .cta-flower {
    font-size: 270px;
    right: -80px;
    bottom: -75px;
  }
  .site-footer {
    padding-top: 42px;
  }
  .footer-top {
    flex-direction: column;
    gap: 27px;
    padding-bottom: 25px;
  }
  .footer-links {
    justify-content: flex-start;
    gap: 14px 22px;
    max-width: none;
    font-size: 11px;
  }
  .footer-bottom {
    flex-direction: column;
    gap: 12px;
    font-size: 8px;
    margin-top: 20px;
  }
  .site-footer address {
    font-size: 8px;
  }
  .reveal-ready {
    transition-duration: 0.65s;
  }
}
@media (max-width: 390px) {
  .shell {
    width: calc(100% - 32px);
  }
  .announcement {
    font-size: 8px;
  }
  .wordmark {
    font-size: 19px;
  }
  .wordmark img {
    width: 23px;
    margin-right: 6px;
  }
  .nav-actions .button {
    font-size: 9px;
    padding: 9px;
    gap: 5px;
  }
  .hero h1 {
    font-size: 49px;
  }
  .hero-buttons {
    gap: 12px;
  }
  .hero-buttons .button {
    font-size: 10px;
    padding: 13px 12px;
    gap: 10px;
  }
  .hero-buttons .text-link {
    font-size: 10px;
    gap: 6px;
  }
  .shortlist-preview {
    width: 285px;
  }
  .hero-visual {
    min-height: 450px;
  }
  .probe-float {
    top: 377px;
    padding: 12px;
  }
  .probe-float p {
    font-size: 9px;
  }
  .process-card {
    grid-template-columns: 1fr 105px;
    padding: 20px;
    gap: 14px;
  }
  .process-card h3 {
    font-size: 16px;
  }
  .mini-document {
    width: 110px;
  }
  .mini-chip {
    font-size: 5px;
  }
  .signal-bars {
    width: 95px;
  }
  .panel-person p {
    font-size: 7px;
  }
  .photo-label {
    font-size: 6px;
  }
}
.founder-contact {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-top: 30px;
}
.founder-contact img {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  object-fit: cover;
  object-position: 50% 25%;
  filter: saturate(0.65);
}
.founder-contact strong {
  display: block;
  font-size: 11px;
  font-weight: 550;
}
.founder-contact p {
  font-size: 10px;
  margin-top: 3px;
  color: var(--muted);
}
.control-layout .founder-contact {
  border-top: 1px solid #ffffff1c;
  padding-top: 23px;
}
.control-layout .founder-contact strong {
  color: #f1f0e9;
}
.control-layout .founder-contact p {
  color: #bdc5b4;
}
.control-layout .founder-contact a:hover {
  color: #edd2bc;
}
.pricing-page-hero {
  text-align: center;
  padding: 75px 0 15px;
}
.pricing-page-hero .eyebrow {
  color: #748064;
}
.pricing-page-hero h1 {
  font-family: var(--heading);
  font-size: 68px;
  font-weight: 500;
  line-height: 1.13;
  letter-spacing: -3.5px;
  margin: 22px 0;
}
.pricing-page-hero .serif-word {
  letter-spacing: -2.8px;
}
.pricing-page-hero > p:not(.eyebrow) {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.9;
  margin-bottom: 28px;
}
.pricing-page-cards {
  padding-top: 65px;
}
.pricing-page-cards .section-heading {
  display: none;
}
.intake-page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
.intake-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
  padding-top: 65px;
  padding-bottom: 80px;
  flex: 1;
  align-items: start;
}
.intake-story {
  padding-top: 16px;
}
.intake-story > .eyebrow {
  color: #758164;
}
.intake-story h1 {
  font-family: var(--heading);
  font-size: 52px;
  font-weight: 500;
  line-height: 1.18;
  letter-spacing: -2.5px;
  margin: 22px 0;
}
.intake-story .serif-word {
  letter-spacing: -2px;
}
.intake-description {
  font-size: 14px;
  line-height: 1.9;
  max-width: 430px;
  color: var(--muted);
}
.intake-benefits {
  list-style: none;
  padding: 0;
  margin: 30px 0;
}
.intake-benefits li {
  display: flex;
  gap: 18px;
  padding: 17px 0;
  border-bottom: 1px solid var(--line);
}
.intake-benefits li > span {
  font-size: 10px;
  color: #8a9779;
  padding-top: 2px;
}
.intake-benefits strong {
  font-size: 13px;
  font-weight: 550;
}
.intake-benefits p {
  font-size: 11px;
  color: var(--muted);
  margin-top: 3px;
}
.intake-card {
  padding: 34px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 15px 35px #272e2305;
}
.form-heading .eyebrow {
  color: #7b886b;
  font-size: 8px;
}
.form-heading h2 {
  font-size: 25px;
  letter-spacing: -0.7px;
  margin: 13px 0;
}
.form-heading > p {
  font-size: 12px;
  color: var(--muted);
  line-height: 1.8;
  margin-bottom: 26px;
}
.register-form {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.form-group {
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.form-group label {
  font-size: 11px;
  font-weight: 550;
}
.form-group label > span {
  color: var(--coral);
  font-weight: 400;
}
.form-group label > .optional {
  color: #959b8b;
  font-size: 9px;
  margin-left: 5px;
}
.form-group input,
.form-group select,
.form-group textarea {
  scroll-margin-top: 115px;
  width: 100%;
  border: 1px solid #dadfd2;
  border-radius: 4px;
  background: #fcfcf9;
  color: var(--ink);
  font-size: 12px;
  padding: 12px;
  outline: none;
  transition:
    border-color 0.25s,
    box-shadow 0.25s;
  min-height: 43px;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  border-color: #8c9b77;
  box-shadow: 0 0 0 3px #a4b18c1f;
}
.form-group input::placeholder,
.form-group textarea::placeholder {
  color: #909784;
}
.form-group textarea {
  resize: vertical;
  line-height: 1.6;
  min-height: 95px;
}
.field-hint {
  font-size: 9px;
  color: #7f8973;
  line-height: 1.6;
}
.form-submit {
  width: 100%;
  min-height: 50px;
  font-size: 12px;
  margin-top: 3px;
}
.form-submit:disabled {
  opacity: 0.7;
  cursor: wait;
  transform: none;
}
.form-note {
  font-size: 10px;
  color: #758168;
  line-height: 1.8;
  text-align: center;
  margin-top: -7px;
}
.privacy-note {
  font-size: 9px;
  color: #88927d;
  line-height: 1.8;
  text-align: center;
}
.privacy-note a {
  text-decoration: underline;
}
.form-error {
  font-size: 11px;
  padding: 12px;
  background: #fff0ea;
  border: 1px solid #efc5b5;
  border-radius: 4px;
  color: #a34730;
}
.register-success {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 15px 0;
}
.success-icon {
  display: grid;
  place-items: center;
  background: #edf2e5;
  border: 1px solid #d4dfc4;
  color: #62774e;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  font-size: 23px;
}
.register-success h2 {
  font-size: 36px;
  letter-spacing: -1.4px;
}
.register-success > p {
  font-size: 13px;
  line-height: 1.9;
  color: var(--muted);
}
.register-success > .eyebrow {
  font-size: 9px;
  color: #7a8a66;
}
.success-detail {
  padding: 17px;
  background: #f3f5ed;
  border: 1px solid #e1e6d6;
  border-radius: 4px;
  font-size: 11px;
  color: #6b795b;
  line-height: 1.8;
}
.register-success .button {
  font-size: 11px;
  gap: 12px;
}
.intake-footer {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid var(--line);
  padding: 23px 0;
  font-size: 9px;
  color: #7a8370;
}
.intake-footer > div {
  display: flex;
  gap: 22px;
}
@media (max-width: 1000px) {
  .intake-layout {
    gap: 45px;
    padding-top: 45px;
  }
  .intake-story h1 {
    font-size: 43px;
  }
  .intake-description {
    font-size: 13px;
  }
  .intake-card {
    padding: 25px;
  }
  .form-row {
    grid-template-columns: 1fr;
  }
  .form-heading h2 {
    font-size: 23px;
  }
}
@media (max-width: 700px) {
  .pricing-page-hero {
    padding: 45px 0 0;
  }
  .pricing-page-hero h1 {
    font-size: 47px;
    letter-spacing: -2.6px;
  }
  .pricing-page-hero .serif-word {
    letter-spacing: -2px;
  }
  .pricing-page-hero > p:not(.eyebrow) {
    font-size: 12px;
  }
  .pricing-page-hero .eyebrow {
    font-size: 8px;
  }
  .pricing-page-cards {
    padding-top: 40px;
  }
  .intake-layout {
    grid-template-columns: 1fr;
    gap: 35px;
    padding-top: 26px;
    padding-bottom: 45px;
  }
  .intake-story {
    padding-top: 0;
  }
  .intake-story h1 {
    font-size: 43px;
    margin: 17px 0;
  }
  .intake-description {
    font-size: 13px;
  }
  .intake-benefits {
    margin: 22px 0;
  }
  .intake-benefits li {
    padding: 13px 0;
  }
  .intake-story .founder-contact {
    margin-top: 22px;
  }
  .intake-card {
    padding: 25px;
  }
  .form-group input,
  .form-group select,
  .form-group textarea {
    font-size: 16px;
  }
  .form-group label {
    font-size: 12px;
  }
  .form-row {
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }
  .form-heading h2 {
    font-size: 24px;
  }
  .intake-footer {
    font-size: 8px;
    flex-direction: column;
    gap: 12px;
  }
  .intake-page .navigation > .text-link {
    font-size: 10px;
    gap: 7px;
  }
  .intake-page .navigation {
    gap: 12px;
  }
  .intake-page .wordmark {
    font-size: 20px;
  }
  .intake-page .wordmark img {
    width: 23px;
    height: 23px;
  }
}
@media (max-width: 390px) {
  .form-row {
    grid-template-columns: 1fr;
  }
  .intake-card {
    padding: 22px;
  }
  .intake-page .navigation > .text-link {
    font-size: 9px;
  }
  .intake-page .wordmark {
    font-size: 19px;
  }
  .intake-story h1 {
    font-size: 39px;
  }
}
/* Keep the question card clear of evidence and links on narrower screens. */
@media (max-width: 1150px) {
  .hero-visual {
    min-height: 560px;
  }
  .hero-photo-wrap {
    bottom: 225px;
  }
  .shortlist-preview {
    top: 215px;
  }
  .probe-float {
    top: 480px;
    right: 0;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }
  .reveal-ready {
    opacity: 1 !important;
    transform: none !important;
  }
  .hero-photo {
    will-change: auto;
  }
  .hero-visual:hover .hero-photo {
    transform: none;
  }
}
