@font-face {
  font-family: Instrument;
  src: url("./fonts/instrument-sans.woff2") format("woff2");
  font-weight: 400 700;
  font-display: swap;
}
@font-face {
  font-family: Archivo;
  src: url("./fonts/archivo.woff2") format("woff2");
  font-weight: 100 900;
  font-display: swap;
}
:root {
  --paper: #f2f0e9;
  --ink: #202320;
  --muted: #575c55;
  --coral: #ef6045;
  --line: #b9bcb2;
  --white: #fffef9;
  --error: #9c2618;
  --radius: 12px;
  color: var(--ink);
  background: var(--paper);
  font-family: Instrument, Arial, sans-serif;
  font-synthesis: none;
  scroll-behavior: smooth;
  scrollbar-color: var(--ink) var(--paper);
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
}
::selection {
  background: var(--ink);
  color: var(--paper);
}
a {
  color: inherit;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}
button,
input,
textarea,
select {
  font: inherit;
}
button,
a,
input,
textarea,
select {
  -webkit-tap-highlight-color: transparent;
}
button {
  cursor: pointer;
}
button:disabled {
  cursor: not-allowed;
  opacity: 0.55;
}
button:focus-visible,
a:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible,
summary:focus-visible {
  outline: 3px solid var(--ink);
  outline-offset: 5px;
}
input,
textarea,
select {
  caret-color: var(--ink);
}
svg {
  display: block;
}
h1,
h2,
h3,
p {
  margin-top: 0;
}
h1,
h2,
h3 {
  font-family: Archivo, Instrument, sans-serif;
  letter-spacing: -0.035em;
  font-weight: 580;
  text-wrap: balance;
}
h1 {
  font-size: clamp(3rem, 6.4vw, 6rem);
  line-height: 1.01;
  margin-bottom: 30px;
}
h2 {
  font-size: clamp(2.1rem, 3.7vw, 3.8rem);
  line-height: 1.05;
  margin-bottom: 24px;
}
h3 {
  font-size: 2rem;
  line-height: 1.12;
}
p {
  font-size: 1.13rem;
  line-height: 1.6;
  max-width: 68ch;
}
p:last-child {
  margin-bottom: 0;
}
em {
  font-style: normal;
}
button svg,
a svg {
  width: 23px;
  height: 23px;
  flex-shrink: 0;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  min-height: 52px;
  padding: 14px 24px;
  border: 1px solid var(--ink);
  border-radius: 6px;
  background: var(--ink);
  color: var(--white);
  font-weight: 600;
  text-decoration: none;
  font-size: 1rem;
  transition:
    background 0.2s,
    color 0.2s;
}
.button:hover {
  background: #3b4239;
}
.button.secondary {
  background: transparent;
  color: var(--ink);
}
.button.secondary:hover {
  background: var(--ink);
  color: var(--white);
}
.text-link {
  display: inline-flex;
  gap: 12px;
  align-items: center;
  font-weight: 600;
}
.text-button {
  border: 0;
  padding: 12px 0;
  background: transparent;
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  padding: 12px;
  background: var(--white);
  z-index: 20;
  transform: translateY(-200%);
}
.skip-link:focus {
  transform: translateY(0);
}
.site-header {
  padding: 24px 4vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 98px;
  border-bottom: 1px solid var(--line);
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  font-family: Archivo, Instrument, sans-serif;
  font-size: 1.55rem;
  font-weight: 650;
  letter-spacing: -0.035em;
  white-space: nowrap;
}
.brand svg {
  height: 39px;
  width: 39px;
  fill: var(--coral);
  stroke: none;
}
.brand svg .mark-loop {
  fill: none;
  stroke: var(--coral);
  stroke-width: 8;
}
.site-header nav {
  display: flex;
  align-items: center;
  gap: 27px;
}
.site-header nav > a:not(.button) {
  font-size: 0.95rem;
  text-decoration: none;
}
.site-header nav > a:hover:not(.button),
.site-header nav > a[aria-current] {
  text-decoration: underline;
}
.site-header .button {
  min-height: 45px;
  padding: 11px 18px;
  font-size: 0.9rem;
  gap: 12px;
}
.language-link {
  margin-left: 8px;
}
.menu-toggle {
  display: none;
}
.hero {
  background: var(--coral);
  padding: 80px 4vw 70px;
  min-height: 660px;
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  align-items: center;
  gap: 20px;
}
.hero-copy {
  z-index: 1;
}
.hero h1 {
  max-width: 950px;
  font-weight: 600;
}
.hero h1 em {
  color: #fff;
}
.hero-copy > p:not(.compat) {
  max-width: 570px;
  font-size: 1.2rem;
  line-height: 1.6;
}
.hero .actions {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-top: 32px;
  flex-wrap: wrap;
}
.compat {
  font-size: 0.88rem;
  margin: 25px 0 0;
}
.hero-symbol {
  position: relative;
  align-self: stretch;
  display: flex;
  align-items: center;
  margin-left: -55px;
}
.hero-symbol > svg {
  width: 100%;
  height: auto;
  overflow: visible;
  fill: var(--ink);
}
.hero-thread {
  stroke: var(--ink);
  stroke-width: 33;
  fill: none;
}
.thread-note {
  display: none;
}
.hero-message {
  position: absolute;
  top: 25%;
  left: 3%;
  width: 88%;
  max-width: 390px;
  padding: 22px 25px;
  border-radius: 12px;
  background: var(--paper);
  box-shadow: 0 20px 45px #2023201a;
  transform: rotate(-3deg);
}
.hero-message-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
  font-size: 0.75rem;
  color: var(--muted);
}
.hero-message .motion-button {
  width: 30px;
  height: 30px;
}
.hero-message strong {
  font-weight: 550;
  font-size: 0.95rem;
}
.hero-message p {
  font-size: 1.2rem;
  line-height: 1.45;
  letter-spacing: -0.02em;
  margin: 16px 0 20px;
  min-height: 105px;
}
.hero-next {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 13px 0 0;
  border: 0;
  border-top: 1px solid var(--line);
  background: none;
  font-size: 0.85rem;
  color: var(--ink);
}
.thread-note i {
  width: 18px;
  height: 1px;
  background: var(--ink);
}
.demo-section {
  padding: 96px 8vw 90px;
}
.section-heading {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: end;
  margin-bottom: 40px;
}
.section-heading p {
  max-width: 450px;
  justify-self: end;
  margin-bottom: 25px;
}
.route-demo {
  border-top: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  column-gap: 70px;
  padding: 24px 0 20px;
}
.demo-top {
  grid-column: 1/-1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  font-size: 0.85rem;
  color: var(--muted);
}
.motion-button {
  width: 38px;
  height: 38px;
  background: transparent;
  border: 1px solid var(--line);
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--ink);
}
.motion-button:hover {
  background: var(--white);
}
.motion-button svg {
  width: 18px;
  height: 18px;
  stroke: currentColor;
  fill: none;
  stroke-width: 2;
}
.route-art {
  position: relative;
  min-height: 275px;
}
.route-art > svg {
  height: 100%;
  width: 100%;
  fill: var(--ink);
  overflow: visible;
}
.route-track {
  fill: none;
  stroke: #c8cbbf;
  stroke-width: 13;
}
.route-progress {
  fill: none;
  stroke: var(--coral);
  stroke-width: 13;
  stroke-dasharray: 33 100;
  transition: stroke-dasharray 1.1s cubic-bezier(0.16, 1, 0.3, 1);
}
.route-branch {
  fill: none;
  stroke: var(--line);
  stroke-width: 1;
  stroke-dasharray: 5 5;
}
.route-label {
  position: absolute;
  font-size: 0.85rem;
  font-weight: 600;
}
.route-label.first {
  left: 5%;
  top: 9%;
}
.route-label.middle {
  left: 47%;
  top: 38%;
}
.route-label.last {
  right: 3%;
  bottom: 5%;
}
.demo-message {
  align-self: center;
  display: flex;
  gap: 15px;
  min-height: 175px;
  padding-top: 20px;
}
.avatar {
  height: 40px;
  width: 40px;
  background: var(--ink);
  color: var(--paper);
  border-radius: 50%;
  display: grid;
  place-items: center;
  flex-shrink: 0;
  font-weight: 600;
}
.demo-message strong {
  font-size: 0.9rem;
}
.demo-message p {
  margin-top: 14px;
  line-height: 1.55;
  font-size: 1.35rem;
  letter-spacing: -0.02em;
}
.step-controls {
  grid-column: 1/-1;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid var(--line);
  padding-top: 20px;
  gap: 15px;
}
.step-controls button {
  flex: 1;
  background: none;
  border: 0;
  display: flex;
  align-items: center;
  gap: 12px;
  text-align: left;
  padding: 8px;
  color: var(--muted);
}
.step-controls button span {
  width: 30px;
  height: 30px;
  border: 1px solid var(--line);
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-variant-numeric: tabular-nums;
}
.step-controls button[aria-pressed="true"] {
  color: var(--ink);
  font-weight: 600;
}
.step-controls button[aria-pressed="true"] span {
  background: var(--coral);
  border-color: var(--coral);
}
.working-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8vw;
  padding: 70px 8vw 110px;
  align-items: center;
}
.working-section > div > p {
  max-width: 480px;
}
.working-section .button {
  margin-top: 16px;
}
.campaign-preview {
  background: var(--white);
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 20px 65px #20232012;
  transform: rotate(-2deg);
}
.preview-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  font-size: 0.9rem;
}
.preview-header > span {
  padding: 5px 10px;
  border-radius: 5px;
  background: #eeeee5;
}
.preview-name {
  font-family: Archivo, sans-serif;
  font-size: 1.7rem;
  margin: 40px 0 30px;
  line-height: 1.2;
  letter-spacing: -0.03em;
}
.preview-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 19px 0;
  border-top: 1px solid #d6d9cf;
  font-size: 0.87rem;
}
.preview-row strong {
  font-weight: 550;
  text-align: right;
}
.campaign-preview .small {
  margin-top: 22px;
}
.control-section {
  background: var(--ink);
  color: var(--paper);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 9vw;
  padding: 90px 8vw;
}
.control-section p {
  color: #cdd2c6;
}
.control-section .button {
  background: var(--coral);
  color: var(--ink);
  border-color: var(--coral);
  margin-top: 15px;
}
.control-section :focus-visible {
  outline-color: var(--coral);
}
.control-list {
  list-style: none;
  padding: 0;
  margin: 30px 0 0;
}
.control-list li {
  display: flex;
  gap: 18px;
  padding: 16px 0;
  border-top: 1px solid #555d51;
}
.control-list svg {
  height: 22px;
  width: 22px;
  stroke: var(--coral);
  fill: none;
  stroke-width: 1.5;
}
.faq-section {
  padding: 95px 8vw;
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 6vw;
}
.faq-list details {
  border-bottom: 1px solid var(--line);
  padding: 22px 0;
}
.faq-list details:first-child {
  padding-top: 0;
}
.faq-list summary {
  list-style: none;
  display: flex;
  justify-content: space-between;
  gap: 25px;
  font-weight: 550;
  font-size: 1.2rem;
  cursor: pointer;
}
.faq-list summary::-webkit-details-marker {
  display: none;
}
.faq-list summary span {
  font-size: 1.5rem;
  line-height: 1;
}
.faq-list details[open] summary span {
  transform: rotate(45deg);
}
.faq-list details p {
  padding-top: 20px;
  color: var(--muted);
  font-size: 1rem;
}
.closing {
  padding: 70px 8vw;
  background: var(--coral);
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  align-items: center;
  gap: 7vw;
}
.closing h2 {
  font-size: clamp(2.6rem, 4.5vw, 4.7rem);
  margin-bottom: 0;
}
.closing p {
  max-width: 480px;
}
.site-footer {
  padding: 55px 4vw 30px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 45px;
}
.site-footer > div > p {
  margin-top: 20px;
  font-size: 1rem;
}
.site-footer > div:nth-child(2) {
  display: flex;
  gap: 25px;
  justify-content: flex-end;
  align-items: start;
  flex-wrap: wrap;
}
.site-footer a:not(.brand) {
  font-size: 0.9rem;
}
.footer-social {
  display: flex;
  gap: 12px;
  margin-top: 22px;
}
.footer-social a {
  display: inline-flex;
  width: 36px;
  height: 36px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: inherit;
}
.footer-social svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
}
.site-footer .footer-note {
  grid-column: 1/-1;
  font-size: 0.79rem;
  color: var(--muted);
  border-top: 1px solid var(--line);
  padding-top: 25px;
  max-width: none;
}
.page-intro {
  padding: 85px 8vw 60px;
  max-width: 1200px;
}
.page-intro p {
  max-width: 650px;
  font-size: 1.2rem;
}
.product-demo {
  padding-top: 0;
}
.explain-list {
  padding: 0 8vw 80px;
}
.explain-list article {
  display: grid;
  grid-template-columns: 45px 1fr 1fr;
  gap: 30px;
  border-top: 1px solid var(--line);
  padding: 45px 0;
}
.explain-list h2 {
  font-size: 2rem;
  max-width: 450px;
}
.sequence-index {
  font-size: 1rem;
  padding-top: 8px;
  font-variant-numeric: tabular-nums;
}
.pricing-section {
  padding: 0 8vw 50px;
}
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
}
.price-plan {
  padding: 35px 30px 40px;
  border-right: 1px solid var(--line);
}
.price-plan:first-child {
  padding-left: 0;
}
.price-plan:last-child {
  border-right: 0;
}
.price-plan h2 {
  font-size: 1.9rem;
}
.price-plan > p {
  font-size: 1rem;
}
.price-plan .price {
  margin-top: 45px;
  margin-bottom: 12px;
  white-space: nowrap;
}
.price span {
  font-family: Archivo, sans-serif;
  font-size: 3.7rem;
  letter-spacing: -0.04em;
}
.price-plan .button {
  margin-top: 20px;
  font-size: 0.9rem;
  padding: 13px 17px;
}
.small {
  font-size: 0.85rem;
  line-height: 1.5;
  color: var(--muted);
}
.pricing-disclosure {
  padding: 22px 0;
  font-size: 0.9rem;
}
.comparison-scroll {
  overflow: auto;
}
.comparison-heading {font-size:1.7rem;margin:35px 0 20px;letter-spacing:-.02em}
.comparison-hint {display:none}
table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  font-size: 0.92rem;
  font-variant-numeric: tabular-nums;
}
caption {
  text-align: left;
  font-size: 1.7rem;
  font-weight: 550;
  letter-spacing: -0.02em;
  padding: 35px 0 25px;
}
th,
td {
  padding: 19px 20px 19px 0;
  border-bottom: 1px solid var(--line);
  vertical-align: top;
}
thead th {
  font-weight: 600;
}
tbody th {
  font-weight: 450;
}
.pricing-section > .small {
  margin-top: 25px;
}
.help-faq {
  padding-top: 0;
  display: block;
  max-width: 1200px;
}
.help-faq .faq-list {
  max-width: 850px;
}
.help-faq > p {
  margin-top: 40px;
}
.form-layout {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 9vw;
  padding: 90px 8vw 110px;
  min-height: 660px;
}
.form-layout h1 {
  font-size: clamp(2.8rem, 4.6vw, 4.8rem);
}
.form-layout > div > p {
  max-width: 480px;
}
.form-layout form {
  max-width: 520px;
}
.form-layout form > p:not(.small) {
  font-size: 0.95rem;
  margin-top: 25px;
}
.form-layout form > .button {
  width: 100%;
}
label {
  display: block;
  font-size: 0.95rem;
  font-weight: 550;
  margin-bottom: 23px;
}
label > span[aria-hidden] {
  color: var(--muted);
}
input,
textarea,
select {
  display: block;
  width: 100%;
  border: 1px solid #8a9084;
  border-radius: 5px;
  padding: 14px 15px;
  min-height: 50px;
  color: var(--ink);
  background: var(--white);
  margin-top: 9px;
}
textarea {
  resize: vertical;
}
.checkbox {
  display: flex;
  gap: 12px;
  align-items: start;
  font-weight: 400;
  line-height: 1.55;
}
.checkbox input {
  width: 20px;
  height: 20px;
  min-height: 0;
  margin: 3px 0 0;
  flex-shrink: 0;
  accent-color: var(--ink);
}
.auth-mark {
  margin-top: 55px;
  width: 130px;
  height: 130px;
}
.auth-mark svg {
  width: 100%;
  height: 100%;
  fill: var(--coral);
}
.auth-mark .mark-loop {
  fill: none;
  stroke: var(--coral);
  stroke-width: 8;
}
.form-status {
  font-size: 0.95rem;
  font-weight: 500;
  color: var(--error);
  margin: 15px 0;
}
.form-status:empty {
  display: none;
}
.form-status.success {
  color: #365737;
}
.reading-page {
  padding: 85px 8vw;
  max-width: 1050px;
}
.reading-page h1 {
  font-size: 4rem;
}
.reading-page h2 {
  font-size: 1.7rem;
  margin-top: 50px;
}
.legal-draft {
  background: #e3e6da;
  padding: 24px;
  border-radius: 8px;
}
.guide-summary {
  font-size: 1.3rem;
}
.guide-contents {
  display: grid;
  gap: 12px;
  margin: 36px 0;
  padding-block: 24px;
  border-block: 1px solid var(--line);
}
.outreach-guide section {
  scroll-margin-top: 110px;
}
.outreach-guide h3 {
  margin: 28px 0 12px;
  font-size: 1.25rem;
}
.guide-example {
  margin: 28px 0;
  padding: 28px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 12px;
}
.guide-example blockquote {
  margin: 0;
}
.guide-example figcaption {
  margin-top: 18px;
  color: var(--muted);
  font-size: .9rem;
  line-height: 1.5;
}
.guide-checklist {
  padding-left: 24px;
  font-size: 1.13rem;
  line-height: 1.6;
}
.guide-checklist li + li {
  margin-top: 10px;
}
.growth-section {
  padding-block: 28px;
  border-bottom: 1px solid var(--line);
}
.growth-section h2 {
  font-size: 1.7rem;
  margin-bottom: 18px;
}
.growth-section li {
  margin: 12px 0;
  line-height: 1.5;
}
.growth-section ul {
  padding-left: 22px;
}
.growth-section .cockpit-table table {
  min-width: 0;
  table-layout: fixed;
}
.growth-section .cockpit-table th,
.growth-section .cockpit-table td {
  overflow-wrap: anywhere;
  padding-right: 12px;
}
.growth-section details {
  padding-block: 12px;
}
.growth-section details p {
  margin-top: 16px;
}
.outreach-guide > p:last-child {
  margin-top: 32px;
}
.app-shell {
  padding: 55px 6vw 100px;
  min-height: 650px;
}
.app-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 40px;
}
.app-heading h1 {
  font-size: 3rem;
  margin: 0;
}
.account-grid {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 6vw;
  max-width: 1150px;
}
.account-nav {
  display: flex;
  flex-direction: column;
  gap: 22px;
  padding-top: 8px;
}
.account-nav a {
  text-decoration: none;
  font-weight: 500;
}
.account-nav a:last-child {
  display: flex;
  gap: 10px;
  margin-top: 20px;
}
.account-section {
  border-top: 1px solid var(--line);
  padding: 35px 0 45px;
  scroll-margin-top: 25px;
}
.account-section h2 {
  font-size: 2rem;
}
.account-section form {
  max-width: 520px;
}
.account-section table {
  min-width: 450px;
}
.account-section p {
  font-size: 1rem;
}
.account-section .button {
  margin-bottom: 10px;
}
.account-section select {
  margin-bottom: 18px;
}
.receipt-scroll {
  overflow: auto;
}
.operator-login {
  max-width: 500px;
}
.operator-login h2 {
  font-size: 1.7rem;
}
.cockpit-nav {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  border-bottom: 1px solid var(--line);
  margin-bottom: 35px;
}
.cockpit-nav button {
  border: 0;
  background: transparent;
  padding: 14px 8px;
  color: var(--muted);
}
.cockpit-nav button[aria-pressed="true"] {
  color: var(--ink);
  border-bottom: 3px solid var(--coral);
  font-weight: 600;
}
.metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 40px;
}
.metrics > div {
  padding: 24px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.metrics strong {
  display: block;
  font-family: Archivo, sans-serif;
  font-size: 3rem;
  font-weight: 550;
  margin-bottom: 12px;
}
.metrics span {
  color: var(--muted);
}
.cockpit-table {
  overflow: auto;
}
.cockpit-table table {
  min-width: 720px;
}
.lead-detail {
  padding: 30px 0;
  border-top: 1px solid var(--line);
}
.lead-detail h3 {
  font-size: 1.5rem;
}
.lead-detail form {
  max-width: 600px;
}
.empty-state {
  padding: 40px 0;
  max-width: 650px;
}
.notice {
  background: #e3e6da;
  padding: 20px;
  border-radius: 8px;
  margin-bottom: 25px;
}
.status-pill {
  display: inline-block;
  padding: 5px 9px;
  background: #e3e6da;
  border-radius: 5px;
  font-size: 0.8rem;
}
.status-pill.pending {
  background: #ffe0cc;
}
[hidden] {
  display: none !important;
}
@media (min-width: 1600px) {
  .hero {
    padding-left: 8vw;
    padding-right: 8vw;
  }
  .site-header,
  .site-footer {
    padding-left: 8vw;
    padding-right: 8vw;
  }
  .hero-symbol {
    max-width: 620px;
    justify-self: end;
  }
}
@media (max-width: 1100px) {
  .site-header nav {
    gap: 17px;
  }
  .site-header .brand {
    font-size: 1.35rem;
  }
  .site-header nav .button {
    font-size: 0.82rem;
    padding: 10px 12px;
  }
  .site-header .login-link {
    display: none;
  }
  .hero {
    grid-template-columns: 1.5fr 1fr;
    padding-top: 60px;
    min-height: 610px;
  }
  .hero h1 {
    font-size: 5.1rem;
  }
  .hero-symbol {
    margin-left: -90px;
  }
  .hero-copy > p:not(.compat) {
    font-size: 1.08rem;
  }
  .thread-note {
    display: none;
  }
  .route-demo {
    gap: 25px;
  }
  .route-art {
    min-height: 240px;
  }
  .price-plan {
    padding-left: 20px;
    padding-right: 20px;
  }
  .price-plan .button {
    font-size: 0.78rem;
    gap: 12px;
  }
  .price-plan .price {
    white-space: normal;
  }
  .campaign-preview {
    padding: 24px;
  }
}
@media (max-width: 760px) {
  h1 {
    font-size: 3.4rem;
  }
  h2 {
    font-size: 2.6rem;
  }
  .site-header {
    padding: 18px 6vw;
    min-height: 80px;
    position: relative;
    flex-wrap: wrap;
    gap: 0;
  }
  .site-header .brand {
    font-size: 1.4rem;
  }
  .brand svg {
    width: 32px;
    height: 32px;
  }
  .menu-toggle {
    display: flex;
    align-items: center;
    gap: 10px;
    background: none;
    border: 0;
    padding: 8px 0;
    font-size: 0.9rem;
    color: var(--ink);
  }
  .menu-toggle svg {
    height: 21px;
    width: 21px;
  }
  .site-header nav {
    display: none;
    width: 100%;
    padding: 25px 0 5px;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }
  .site-header nav.open {
    display: flex;
  }
  .site-header nav > a:not(.button) {
    padding: 14px 0;
    border-top: 1px solid var(--line);
    font-size: 1rem;
  }
  .site-header nav .login-link {
    display: block;
  }
  .site-header nav .language-link {
    margin: 0;
  }
  .site-header nav .button {
    font-size: 1rem;
    margin-top: 15px;
  }
  .hero {
    padding: 45px 6vw 35px;
    display: block;
    min-height: 0;
  }
  .hero h1 {
    font-size: clamp(3.15rem, 11.5vw, 5.3rem);
    margin-bottom: 24px;
  }
  .hero-copy > p:not(.compat) {
    font-size: 1.05rem;
    max-width: 500px;
  }
  .hero .actions {
    gap: 22px;
    margin-top: 25px;
  }
  .hero .button {
    padding: 14px 19px;
    font-size: 0.94rem;
  }
  .text-link {
    font-size: 0.92rem;
  }
  .compat {
    font-size: 0.76rem;
    line-height: 1.5;
    margin-top: 22px;
  }
  .hero-symbol {
    margin: 36px 0 0 auto;
    max-width: 350px;
    height: 330px;
  }
  .hero-message {
    top: 10%;
    left: 3%;
    width: 87%;
    padding: 18px 20px;
    transform: rotate(-2deg);
  }
  .hero-message p {
    font-size: 1.08rem;
    min-height: 91px;
  }
  .hero-symbol > svg {
    height: 100%;
    width: 100%;
  }
  .hero-thread {
    stroke-width: 31;
  }
  .demo-section {
    padding: 60px 6vw;
  }
  .section-heading {
    display: block;
    margin-bottom: 30px;
  }
  .section-heading p {
    margin-top: 25px;
    max-width: 500px;
    font-size: 1rem;
  }
  .route-demo {
    display: block;
    padding-top: 15px;
  }
  .demo-top {
    font-size: 0.75rem;
    gap: 10px;
  }
  .motion-button {
    flex-shrink: 0;
  }
  .route-art {
    height: 190px;
    min-height: 0;
    margin: 10px 0;
  }
  .route-label {
    font-size: 0.75rem;
  }
  .route-label.first {
    top: 10%;
  }
  .route-label.middle {
    top: 36%;
  }
  .route-label.last {
    bottom: 5%;
  }
  .demo-message {
    min-height: 170px;
    padding-top: 15px;
  }
  .demo-message p {
    font-size: 1.18rem;
  }
  .step-controls {
    gap: 3px;
    padding-top: 15px;
  }
  .step-controls button {
    font-size: 0.77rem;
    gap: 7px;
    padding: 8px 0;
    justify-content: center;
    flex-wrap: wrap;
  }
  .step-controls button span {
    width: 24px;
    height: 24px;
    font-size: 0.72rem;
  }
  .working-section {
    display: block;
    padding: 15px 6vw 65px;
  }
  .working-section > div > p {
    font-size: 1rem;
  }
  .campaign-preview {
    margin: 45px 3px 0;
    padding: 23px;
    transform: rotate(-1.5deg);
  }
  .preview-name {
    font-size: 1.5rem;
    margin: 32px 0 26px;
  }
  .preview-row {
    font-size: 0.79rem;
    gap: 12px;
  }
  .control-section {
    display: block;
    padding: 55px 6vw;
  }
  .control-section > div + div {
    margin-top: 50px;
  }
  .control-section p {
    font-size: 1rem;
  }
  .control-section h3 {
    font-size: 1.65rem;
  }
  .faq-section {
    display: block;
    padding: 60px 6vw;
  }
  .faq-list {
    margin-top: 35px;
  }
  .faq-list summary {
    font-size: 1.04rem;
  }
  .closing {
    display: block;
    padding: 50px 6vw;
  }
  .closing h2 {
    font-size: 2.65rem;
    margin-bottom: 28px;
  }
  .closing p {
    font-size: 1rem;
  }
  .site-footer {
    padding: 40px 6vw 25px;
    display: block;
  }
  .site-footer > div:nth-child(2) {
    justify-content: flex-start;
    gap: 22px;
    margin-top: 32px;
  }
  .site-footer .footer-note {
    margin-top: 32px;
    font-size: 0.73rem;
  }
  .page-intro {
    padding: 50px 6vw 40px;
  }
  .page-intro h1 {
    font-size: 3rem;
  }
  .page-intro p {
    font-size: 1.07rem;
  }
  .product-demo {
    padding-top: 0;
  }
  .explain-list {
    padding: 0 6vw 40px;
  }
  .explain-list article {
    grid-template-columns: 24px 1fr;
    gap: 15px;
    padding: 30px 0;
  }
  .explain-list h2 {
    font-size: 1.65rem;
    margin: 0;
  }
  .explain-list p {
    grid-column: 2;
    font-size: 1rem;
  }
  .sequence-index {
    padding-top: 3px;
  }
  .pricing-section {
    padding: 0 6vw 35px;
  }
  .pricing-grid {
    display: block;
  }
  .price-plan,
  .price-plan:first-child {
    padding: 30px 0;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
  .price-plan:last-child {
    border-bottom: 0;
  }
  .price-plan h2 {
    font-size: 1.8rem;
    margin-bottom: 16px;
  }
  .price-plan .price {
    margin-top: 25px;
  }
  .price-plan .button {
    font-size: 0.95rem;
    padding: 14px 22px;
  }
  .price-plan .price span {
    font-size: 3.5rem;
  }
  .pricing-disclosure {
    font-size: 0.85rem;
  }
  .comparison-scroll table {
    min-width: 650px;
  }
  .comparison-heading {font-size:1.6rem;line-height:1.15}
  .comparison-hint {display:block}
  .help-faq {
    padding-top: 0;
  }
  .form-layout {
    display: block;
    padding: 50px 6vw 65px;
    min-height: 0;
  }
  .form-layout h1 {
    font-size: 2.8rem;
  }
  .form-layout > div > p {
    font-size: 1rem;
  }
  .form-layout form {
    margin-top: 40px;
  }
  .auth-mark {
    display: none;
  }
  .form-layout form > p:not(.small) {
    font-size: 0.9rem;
  }
  .reading-page {
    padding: 50px 6vw;
  }
  .reading-page h1 {
    font-size: 2.8rem;
  }
  .reading-page p {
    font-size: 1rem;
  }
  .reading-page h2 {
    font-size: 1.5rem;
  }
  .app-shell {
    padding: 40px 6vw 65px;
  }
  .app-heading {
    gap: 15px;
    align-items: start;
    margin-bottom: 30px;
  }
  .app-heading h1 {
    font-size: 2rem;
  }
  .app-heading .button {
    min-height: 40px;
    padding: 10px 14px;
    font-size: 0.85rem;
  }
  .account-grid {
    display: block;
  }
  .account-nav {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 17px;
    margin-bottom: 30px;
    font-size: 0.9rem;
  }
  .account-nav a:last-child {
    margin: 0;
  }
  .account-section {
    padding: 30px 0;
  }
  .account-section h2 {
    font-size: 1.65rem;
  }
  .metrics {
    grid-template-columns: repeat(2, 1fr);
  }
  .metrics > div {
    padding: 20px 10px;
  }
  .metrics strong {
    font-size: 2.5rem;
  }
  .metrics span {
    font-size: 0.85rem;
  }
  .cockpit-nav {
    gap: 6px;
  }
  .cockpit-nav button {
    padding: 12px 7px;
    font-size: 0.82rem;
  }
  .notice {
    font-size: 0.9rem;
  }
  .legal-draft {
    padding: 20px;
  }
}
@media (prefers-reduced-motion: reduce) {
  :root {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    animation: none !important;
    transition: none !important;
  }
  .campaign-preview {
    transform: none;
  }
}
.consent-panel {
  position: fixed;
  inset: auto 16px 16px;
  z-index: 100;
  max-width: 600px;
  padding: 24px;
  border: 1px solid var(--ink, #202320);
  background: #fffef9;
  color: #202320;
}
.consent-panel[hidden] { display: none; }
.consent-panel p { margin: 0 0 16px; }
.consent-panel button, .cookie-preferences {
  min-height: 44px;
  padding: 8px 16px;
  font: inherit;
  cursor: pointer;
  border: 1px solid currentColor;
  background: transparent;
  color: inherit;
}
.consent-panel button + button { margin-left: 12px; }
.cookie-preferences { justify-self: start; }

/* Product-led marketing, built around actual app views. */
.eyebrow{font-size:.78rem;font-weight:650;letter-spacing:.13em;text-transform:uppercase;margin-bottom:22px}
.product-hero{grid-template-columns:minmax(0,1fr) minmax(0,1.03fr);gap:5vw;padding:88px max(4vw,calc((100vw - 1380px)/2)) 92px;min-height:740px}
.product-hero h1{font-size:clamp(3.4rem,5.4vw,5.6rem);letter-spacing:-.065em;max-width:740px}
.product-shot{margin:0;min-width:0;position:relative}
.browser-bar{background:var(--white);border:1px solid var(--line);border-bottom:0;border-radius:12px 12px 0 0;display:flex;justify-content:space-between;gap:18px;padding:13px 18px;font-size:.74rem;color:var(--muted)}
.browser-bar>span:first-child{letter-spacing:4px;color:#8a8e82}
.shot-window{height:460px;overflow:hidden;border:1px solid var(--line);background:var(--white);border-radius:0 0 12px 12px;box-shadow:0 22px 55px #20232015}
.shot-window img{display:block;width:100%;height:auto;max-width:none}
.product-shot figcaption{font-size:.75rem;line-height:1.4;margin-top:13px;color:var(--muted)}
.hero-shot{transform:rotate(2deg);padding-top:35px}.hero-shot .shot-window{height:510px}.hero-shot figcaption{color:var(--ink)}
.pilot-proof,.founder-section,.fit-section{max-width:1380px;margin:0 auto;display:grid;grid-template-columns:1fr 1.8fr;gap:8vw;padding:85px 4vw;border-bottom:1px solid var(--line)}
.pilot-proof h2{font-size:clamp(1.8rem,3vw,2.8rem);max-width:22ch}.pilot-proof p{font-size:1rem}.pilot-proof .eyebrow{margin-bottom:18px;font-size:.76rem}
.pilot-brand{display:flex;gap:16px;align-items:center;align-self:center;text-decoration:none;font-family:Archivo,Arial,sans-serif;font-size:2.3rem;letter-spacing:-.055em}.pilot-brand img{width:58px;height:58px}
.video-section{padding:85px 4vw;max-width:1380px;margin:auto;scroll-margin-top:100px}.video-section video{display:block;width:100%;height:auto;aspect-ratio:16/9;background:var(--paper);border-radius:15px;border:1px solid var(--line);box-shadow:0 18px 70px #2023200f}
.video-note{font-size:.82rem;margin:20px 0 12px;max-width:90ch}.video-note a{margin-left:12px}.video-section .section-heading{margin-bottom:35px}.video-section .section-heading h2{font-size:clamp(2.2rem,4vw,3.7rem)}
.transcript{max-width:800px;margin:70px auto 0}.transcript h3{font-size:1.45rem;margin-top:35px}.transcript h2{font-size:2.2rem}
.product-gallery{max-width:1300px;margin:auto;padding:0 4vw 60px}.product-gallery .shot-window{height:auto;max-height:940px;overflow:auto}
.founder-section{grid-template-columns:.85fr 1.3fr;align-items:center;padding-top:100px;padding-bottom:110px}.founder-monogram{background:#e6e4db;aspect-ratio:4/4.4;display:flex;flex-direction:column;align-items:center;justify-content:center;border-radius:5px;position:relative;overflow:hidden}.founder-monogram:before{content:"";width:120%;height:24px;position:absolute;background:var(--coral);transform:rotate(-28deg);top:22%}.founder-monogram span{font-family:Archivo,Arial,sans-serif;font-size:clamp(5rem,13vw,11rem);letter-spacing:-.1em;z-index:1}.founder-monogram small{font-size:1rem;margin-top:25px}.founder-links{display:flex;flex-wrap:wrap;gap:20px;margin:30px 0}.founder-links a{font-size:.9rem}
.fit-section{grid-template-columns:1.1fr 1fr}.fit-list article{padding:22px 0;border-bottom:1px solid var(--line)}.fit-list article:first-child{padding-top:0}.fit-list h3{font-size:1.5rem;margin-bottom:12px}.fit-list p{font-size:1rem}.working-section .shot-window{height:450px}
.button:active{transform:translateY(1px)}.button{transition:background .2s,color .2s,transform .2s}
@media(min-width:1500px){.product-hero{gap:60px}}
@media(max-width:1000px){.product-hero{grid-template-columns:1fr;padding-top:60px;gap:25px}.product-hero h1{font-size:clamp(3.4rem,8vw,5.5rem)}.hero-shot{max-width:850px;transform:none;padding-top:20px}.hero-shot .shot-window{height:470px}.pilot-proof,.founder-section,.fit-section{gap:5vw}.pilot-brand{font-size:1.7rem}}
@media(max-width:650px){.product-hero{padding:45px 22px 48px;min-height:0}.product-hero h1{font-size:3.45rem}.hero-copy .eyebrow{font-size:.72rem}.hero-shot .shot-window{height:300px}.hero-shot{padding-top:12px}.shot-window img{min-width:540px}.shot-window{height:330px}.browser-bar{font-size:.62rem;padding:11px}.pilot-proof,.founder-section,.fit-section{grid-template-columns:1fr;padding:52px 22px;gap:28px}.pilot-proof h2{font-size:2rem}.pilot-brand{font-size:2rem}.video-section{padding:55px 22px}.video-section .section-heading{display:block}.video-section video{border-radius:6px}.video-note a{display:block;margin:12px 0}.founder-monogram{max-width:260px;aspect-ratio:1}.founder-monogram span{font-size:7rem}.founder-monogram small{margin-top:12px}.founder-section h1{font-size:3rem}.product-gallery{padding:0 22px 40px}.product-gallery .shot-window{max-height:690px;overflow:auto}.product-gallery .shot-window img{min-width:680px}.working-section .shot-window{height:330px}.site-footer .footer-note{overflow-wrap:anywhere}}
@media(prefers-reduced-motion:reduce){.button{transition:none}.hero-shot{transform:none}}
