:root {
  --paper: #faf9f6;
  --ink: #292d28;
  --muted: #666c64;
  --line: #dedfd6;
  --green: #314d40;
  --serif: "EB Garamond", Garamond, Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font: 15px/1.65 var(--sans);
  -webkit-font-smoothing: antialiased;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
input,
textarea {
  font: inherit;
}
button {
  cursor: pointer;
  color: inherit;
}
button:focus-visible,
a:focus-visible,
input:focus-visible,
textarea:focus-visible,
[tabindex]:focus-visible {
  outline: 2px solid var(--green);
  outline-offset: 5px;
}
img {
  display: block;
  max-width: 100%;
}
h1,
h2,
h3,
h4,
p {
  margin: 0;
}
h1,
h2 {
  font-family: var(--serif);
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 1.04;
  text-wrap: balance;
}
h2 {
  font-size: clamp(40px, 4.3vw, 62px);
}
h2 em,
h1 em {
  font-weight: 400;
  color: #65775e;
}
h3 {
  font-weight: 500;
}
p {
  color: var(--muted);
}
.wrap {
  width: min(1200px, calc(100% - 96px));
  margin-inline: auto;
}
.section {
  padding-block: 112px;
}
.eyebrow {
  display: block;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.17em;
  color: #666e60;
  margin-bottom: 22px;
}
.dot {
  width: 6px;
  height: 6px;
  background: #6e8961;
  border-radius: 50%;
  display: inline-block;
  margin-right: 9px;
  vertical-align: middle;
}
.button {
  background: var(--green);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 26px;
  min-height: 49px;
  padding: 12px 22px;
  border: 1px solid var(--green);
  border-radius: 4px;
  font-size: 13px;
  font-weight: 500;
  transition:
    background 160ms ease,
    transform 160ms ease;
}
.button:hover {
  background: #233c30;
}
.button:active {
  transform: scale(0.98);
}
.button span {
  font-size: 17px;
}
.small {
  min-height: 40px;
  padding: 9px 15px;
  font-size: 11px;
}
header {
  height: 88px;
  border-bottom: 1px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 0 40px;
  background: rgba(250, 249, 246, 0.97);
  position: sticky;
  top: 0;
  z-index: 20;
}
.wordmark {
  font-family: var(--serif);
  font-size: 36px;
  letter-spacing: -1.8px;
  line-height: 1;
}
header nav {
  display: flex;
  gap: 25px;
  font-size: 11px;
}
header nav a {
  padding-block: 12px;
}
header nav a:hover {
  color: #6a805d;
}
.menu {
  display: none;
}
.hero {
  padding-top: 76px;
  text-align: center;
}
.hero .eyebrow {
  margin-bottom: 24px;
  font-size: 9px;
}
.hero h1 {
  font-size: clamp(58px, 6.9vw, 100px);
  line-height: 0.98;
}
.hero-description {
  max-width: 510px;
  margin: 26px auto;
  font-size: 15px;
  line-height: 1.7;
}
.hero-form {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  max-width: 510px;
  margin: 29px auto 0;
}
.phone {
  display: flex;
  align-items: center;
  background: #fff;
  border: 1px solid #d9dcd3;
  border-radius: 4px;
  min-width: 0;
}
.phone > span {
  font-size: 12px;
  color: var(--muted);
  padding-left: 16px;
}
.phone input {
  border: 0;
  background: transparent;
  min-width: 0;
  width: 100%;
  padding: 14px 12px;
  font-size: 12px;
  color: var(--ink);
}
.hero-form .phone {
  flex: 1;
}
.invitation {
  font-size: 10px;
  margin: 13px 0 42px;
  color: #777d72;
}
.form-status:empty {
  display: none;
}
.form-status {
  font-size: 12px;
  text-align: left;
  color: var(--green);
  margin-top: 12px;
}
.hero-form .form-status {
  flex-basis: 100%;
}
.hero-stage {
  text-align: left;
  background: #e8ece2;
  border: 1px solid #e0e5d9;
  padding: 30px 30px 0;
  border-radius: 8px 8px 0 0;
}
.matter-screen {
  border: 1px solid #d8ded3;
  border-radius: 7px 7px 0 0;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 16px 45px #33452e0d;
}
.app-bar {
  height: 49px;
  border-bottom: 1px solid #e8eae4;
  display: flex;
  align-items: center;
  padding: 0 24px;
  gap: 35px;
  font-size: 10px;
  color: #727a70;
}
.app-logo {
  font: 25px var(--serif);
  letter-spacing: -1px;
  color: var(--ink);
}
.avatar {
  margin-left: auto;
  border-radius: 50%;
  background: #eee9df;
  font-size: 9px;
  padding: 5px 7px;
}
.matter-title {
  padding: 22px 24px 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.micro {
  font-size: 8px;
  letter-spacing: 0.1em;
  color: #7d8577;
  font-weight: 600;
}
.matter-title h3 {
  font-family: var(--serif);
  font-size: 28px;
  line-height: 1.2;
  margin-top: 4px;
}
.pill {
  font-size: 9px;
  background: #edf2e8;
  color: #53644a;
  padding: 5px 10px;
  border-radius: 4px;
  white-space: nowrap;
}
.app-tabs {
  display: flex;
  gap: 24px;
  padding: 0 24px;
  font-size: 10px;
  border-bottom: 1px solid #e2e6dd;
  color: #7b8276;
}
.app-tabs span {
  padding: 12px 0;
}
.app-tabs .selected {
  border-bottom: 2px solid #708260;
  color: #394631;
}
.matter-body {
  display: grid;
  grid-template-columns: 29% 71%;
  min-height: 380px;
}
.chronology {
  border-right: 1px solid #e2e6dd;
  padding: 16px;
  background: #fdfefb;
}
.panel-heading {
  font-size: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 500;
  margin-bottom: 15px;
}
.panel-heading > span {
  font-size: 8px;
  font-weight: 400;
  color: #798070;
}
.event {
  border-left: 1px solid #dae1d1;
  margin-left: 8px;
  padding: 9px 10px 11px 16px;
  position: relative;
}
.event:before {
  content: "";
  position: absolute;
  top: 16px;
  left: -4px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #bac5af;
  border: 1px solid #fdfefb;
}
.event time {
  font-size: 8px;
  letter-spacing: 0.06em;
  color: #737d69;
  display: block;
}
.event strong {
  font-size: 10px;
  font-weight: 500;
  display: block;
  margin: 3px 0;
}
.event small {
  font-size: 8px;
  color: #7b8573;
}
.event p {
  font-size: 9px;
  line-height: 1.5;
  margin: 5px 0;
}
.event.active {
  background: #ebf0e3;
  border-radius: 0 4px 4px 0;
  border-left-color: #6f845d;
}
.event.active:before {
  background: #6f845d;
}
.source-note {
  font-size: 8px;
  color: #77836c;
  margin: 19px 8px 0;
}
.document-area {
  padding: 16px 19px;
  background: #f5f6f1;
}
.document-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.document-label {
  font-size: 7px;
  letter-spacing: 0.08em;
  color: #7a8274;
  margin-bottom: 12px;
}
.deed,
.translation {
  background: #fff;
  padding: 18px;
  box-shadow: 0 2px 8px #27311e08;
  font-size: 10px;
  line-height: 1.85;
  position: relative;
}
.scan .document-label {
  margin-bottom: 6px;
}
.deed {
  background: #f8f6ee;
  color: #625a4e;
  padding-top: 12px;
  transform: rotate(-0.5deg);
}
.deed h4 {
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  margin: 8px 0 12px;
}
.deed p,
.translation p {
  font-size: 9px;
  line-height: 1.9;
  margin-bottom: 11px;
}
.deed p {
  color: #706656;
}
.deed-seal {
  border-block: 1px solid #b6b0a0;
  text-align: center;
  font-size: 8px;
  margin: 0 auto;
  width: 100px;
  color: #898272;
}
.translation h4 {
  font: 21px var(--serif);
  margin-bottom: 15px;
}
.translation {
  padding-top: 11px;
}
.signatures {
  display: flex;
  justify-content: space-between;
  font-size: 8px;
}
.signatures i {
  font-family: var(--serif);
  font-size: 13px;
}
.stamp {
  border: 2px double #957c7c;
  color: #957c7c;
  position: absolute;
  right: 20px;
  bottom: 12px;
  transform: rotate(-12deg);
  font-size: 6px;
  line-height: 1.3;
  padding: 4px;
  opacity: 0.7;
}
.citation {
  display: inline-block;
  background: #eef1e9;
  color: #617153;
  border: 1px solid #e1e7da;
  font-size: 8px;
  padding: 3px 6px;
  border-radius: 3px;
}
mark {
  background: #e5eabf;
  color: inherit;
  padding: 1px 2px;
}
.stage-caption {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  font-size: 11px;
  color: #52604b;
  padding: 17px 0;
}
.stage-caption small {
  font-size: 7px;
  letter-spacing: 0.1em;
  color: #7d8874;
}
.section-heading {
  text-align: center;
  margin-bottom: 50px;
}
.chamber-grid,
.team-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.chamber-grid h3 {
  font: 26px var(--serif);
  margin: 23px 0 10px;
  letter-spacing: -0.5px;
}
.chamber-grid p {
  font-size: 13px;
  line-height: 1.8;
  padding-right: 12px;
}
.chamber-art {
  height: 290px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  border-radius: 3px;
}
.peach {
  background: #f0e7dd;
}
.lilac {
  background: #e9e6ef;
}
.sage {
  background: #e4eadf;
}
.art-index {
  position: absolute;
  bottom: 13px;
  left: 17px;
  font-size: 10px;
  color: #82867b;
}
.mini-browser {
  width: 76%;
  background: #fff;
  border-radius: 7px;
  box-shadow: 0 15px 25px #78695513;
  transform: rotate(-3deg);
  border: 1px solid #ded8cc;
}
.browser-dots {
  font-size: 6px;
  color: #c1bdb4;
  padding: 9px 12px;
  border-bottom: 1px solid #eee;
}
.browser-dots span {
  display: inline-block;
  margin-left: 30px;
  font-size: 7px;
  color: #888;
}
.welcome {
  padding: 20px 25px 26px;
}
.mini-wordmark {
  font: 21px var(--serif);
  letter-spacing: -0.7px;
}
.welcome h4 {
  font: 23px/1.1 var(--serif);
  margin: 14px 0 20px;
}
.mini-button {
  display: block;
  background: var(--green);
  color: white;
  font-size: 8px;
  padding: 8px 12px;
  border-radius: 3px;
}
.upload-stack {
  width: 77%;
  transform: rotate(2deg);
}
.file-chip {
  font-size: 9px;
  padding: 12px 13px;
  background: white;
  border: 1px solid #d8d4e0;
  border-radius: 4px;
  margin-bottom: 7px;
  box-shadow: 0 4px 12px #5f56760b;
}
.file-chip span {
  float: right;
  color: #8b8791;
  font-size: 8px;
}
.upload-zone {
  padding: 15px;
  text-align: center;
  background: #ffffffad;
  border: 1px dashed #aea4bf;
  border-radius: 5px;
  margin-top: 10px;
}
.upload-zone > span {
  font-size: 26px;
  display: block;
  color: #8c7e9d;
  line-height: 1;
}
.upload-zone strong {
  font-size: 10px;
  font-weight: 500;
  display: block;
  margin: 8px 0 4px;
}
.upload-zone small {
  font-size: 7px;
  color: #8b8296;
}
.ready-card {
  background: #fff;
  width: 76%;
  padding: 22px;
  border: 1px solid #d5dfcd;
  border-radius: 6px;
  box-shadow: 0 15px 25px #43533b0b;
}
.ready-check {
  border-radius: 50%;
  background: #edf2e5;
  color: #708462;
  padding: 4px 8px;
  font-size: 12px;
}
.ready-card h4 {
  font: 21px var(--serif);
  margin: 10px 0;
}
.ready-card > div {
  font-size: 9px;
  padding: 8px 0;
  border-bottom: 1px solid #edf0e8;
}
.ready-card > div span {
  float: right;
  color: #698552;
}
.ready-card .ready-footer {
  font-size: 8px;
  color: #7c8c6c;
  border: 0;
  padding-bottom: 0;
}
.product-section {
  border-block: 1px solid var(--line);
  background: #f5f5ef;
}
.product-intro {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 75px;
  align-items: end;
  margin-bottom: 55px;
}
.product-intro h2 {
  font-size: clamp(38px, 3.6vw, 53px);
}
.product-intro > p {
  font-size: 13px;
  line-height: 1.85;
  max-width: 365px;
}
.product-grid {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 70px;
  align-items: start;
}
.feature-tab {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  background: transparent;
  border: 0;
  border-top: 1px solid #d6dacf;
  text-align: left;
  padding: 19px 0;
  color: #7a8073;
}
.feature-tab b {
  font-weight: 500;
  font-size: 17px;
}
.feature-tab small {
  display: block;
  font-size: 12px;
  line-height: 1.7;
  margin-top: 8px;
  max-width: 340px;
  color: #67705f;
}
.feature-tab[aria-selected="false"] small {
  display: none;
}
.feature-tab[aria-selected="true"] {
  border-top: 2px solid #52674a;
  color: #344b2c;
  padding-top: 18px;
}
.feature-tab[aria-selected="false"] > span:last-child {
  opacity: 0;
}
.preview-stage {
  background: #e2e8da;
  padding: 36px 28px 18px;
  border-radius: 5px;
  min-height: 540px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.product-preview {
  background: #fff;
  border: 1px solid #dce1d5;
  border-radius: 6px;
  box-shadow: 0 12px 30px #4c5e4112;
  min-height: 447px;
  overflow: hidden;
}
.preview-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 13px 20px;
  border-bottom: 1px solid #e6eade;
  font-size: 9px;
  color: #7d8575;
}
.preview-content {
  padding: 27px;
}
.preview-content h3 {
  font: 29px/1.15 var(--serif);
  letter-spacing: -0.5px;
  margin: 7px 0 16px;
}
.preview-meta {
  display: flex;
  gap: 14px;
  font-size: 8px;
  color: #6b765e;
  padding-bottom: 15px;
  border-bottom: 1px solid #e9ece2;
}
.summary-block {
  padding: 17px 0;
  border-bottom: 1px solid #eceee8;
}
.summary-block p {
  font-size: 11px;
  line-height: 1.8;
  margin: 8px 0;
}
.preview-callout {
  background: #f4f6ef;
  border-left: 2px solid #91a878;
  font-size: 10px;
  color: #687b53;
  padding: 13px;
  margin-top: 18px;
}
.preview-caption {
  text-align: center;
  font-size: 7px;
  letter-spacing: 0.13em;
  color: #7f8d74;
  margin-top: 17px;
}
.assurance-heading {
  max-width: 740px;
}
.assurance-heading > p {
  max-width: 545px;
  margin-top: 26px;
  font-size: 14px;
}
.source-ribbon {
  background: #eeefe6;
  margin: 40px 0 48px;
  display: flex;
  align-items: center;
  gap: 25px;
  padding: 26px 34px;
  border-radius: 3px;
}
.ribbon-fact {
  font: 23px var(--serif);
}
.ribbon-connector {
  font-size: 30px;
  color: #98a284;
  margin-left: auto;
}
.ribbon-source {
  font-size: 11px;
  background: white;
  padding: 10px 16px;
  border: 1px solid #e0e4d7;
  border-radius: 4px;
  white-space: nowrap;
}
.ribbon-source b {
  font-weight: 500;
  font-size: 9px;
  color: #6f815c;
  margin-left: 22px;
}
.assurance-rows article {
  display: grid;
  grid-template-columns: 60px 1fr 1fr;
  gap: 24px;
  align-items: center;
  padding: 25px 0;
  border-top: 1px solid var(--line);
}
.assurance-symbol {
  font: 30px var(--serif);
  color: #7f8f6a;
}
.assurance-rows h3 {
  font-size: 17px;
  font-weight: 400;
}
.assurance-rows p {
  font-size: 13px;
}
.roadmap-section {
  background: #efeee8;
}
.roadmap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 65px 0 36px;
}
.roadmap article {
  border-top: 1px solid #bec5b2;
  padding: 0 36px 0 0;
  position: relative;
}
.roadmap article:before {
  content: "";
  position: absolute;
  width: 9px;
  height: 9px;
  top: -5px;
  background: #efeee8;
  border: 1px solid #81926d;
  border-radius: 50%;
}
.roadmap-marker {
  display: flex;
  align-items: center;
  gap: 17px;
  padding-top: 32px;
  margin-bottom: 18px;
  min-height: 70px;
}
.roadmap-marker > span {
  font: 20px var(--serif);
  color: #8e9780;
}
.roadmap-marker small {
  font-size: 9px;
  letter-spacing: 0.04em;
  border: 1px solid #cdd3c2;
  border-radius: 20px;
  padding: 2px 9px;
  color: #6e7a5f;
}
.roadmap h3 {
  font: 28px var(--serif);
  letter-spacing: -0.5px;
  margin-bottom: 12px;
}
.roadmap p {
  font-size: 13px;
  line-height: 1.8;
  max-width: 295px;
}
.pilot-note {
  font-size: 11px;
  margin-top: 38px;
}
.pricing-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 130px;
  align-items: center;
}
.pricing-intro h2 {
  font-size: 80px;
}
.pricing-intro > p {
  margin-top: 27px;
  font-size: 17px;
}
.pricing-intro p.muted {
  font-size: 14px;
  line-height: 1.9;
  margin-top: 15px;
  max-width: 350px;
}
.pricing-card {
  background: #f0f2e9;
  border: 1px solid #d9dfcc;
  padding: 35px 37px;
  border-radius: 6px;
}
.price-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}
.price-top .eyebrow {
  margin: 0;
  font-size: 8px;
}
.price-top .pill {
  background: #e3e9d7;
  font-size: 8px;
}
.price {
  font: 70px/1.1 var(--serif);
  letter-spacing: -3px;
  margin-top: 24px;
}
.price > span {
  font: 13px var(--sans);
  color: #7f8874;
  letter-spacing: 0;
  margin-left: 9px;
}
.price-period {
  font-size: 10px;
  margin-top: 4px;
}
.pricing-card hr {
  border: 0;
  border-top: 1px solid #d5ddc7;
  margin: 27px 0;
}
.pricing-card h3 {
  font-size: 12px;
}
.benefits {
  padding: 0;
  list-style: none;
  font-size: 12px;
  color: #59634f;
  margin: 15px 0 27px;
}
.benefits li {
  padding-left: 22px;
  margin: 12px 0;
  position: relative;
  line-height: 1.65;
}
.benefits li:before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #738c5f;
}
.pricing-form label {
  display: block;
  font-size: 10px;
  margin-bottom: 6px;
}
.pricing-form .phone {
  margin-bottom: 10px;
}
.pricing-form .button {
  width: 100%;
  font-size: 11px;
  justify-content: space-between;
}
.team-grid {
  gap: 28px;
}
.portrait {
  height: 360px;
  background: #f1f0eb;
  overflow: hidden;
  border-radius: 3px;
}
.portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 0;
  mix-blend-mode: multiply;
}
.founder-name {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-top: 23px;
}
.founder-name h3 {
  font: 26px var(--serif);
  letter-spacing: -0.6px;
}
.linkedin {
  border: 0;
  background: none;
  font-size: 14px;
  font-weight: 600;
  padding: 10px;
  color: #53614b;
}
.team-grid article > p {
  font-size: 11px;
  line-height: 1.7;
  margin-top: 9px;
  max-width: 320px;
}
.team-grid .founder-role {
  color: #73796b;
  margin-top: 6px;
}
.contact-section {
  background: #eeefe7;
  margin-top: 10px;
}
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
}
.contact-grid h2 {
  font-size: 62px;
}
.contact-grid > div > p {
  font-size: 13px;
  margin-top: 25px;
}
.contact-form label {
  display: block;
  font-size: 11px;
  font-weight: 500;
}
.contact-inputs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-bottom: 30px;
}
.contact-form input,
.contact-form textarea {
  display: block;
  width: 100%;
  border: 0;
  border-bottom: 1px solid #c4ceba;
  background: transparent;
  color: var(--ink);
  padding: 12px 0;
  font-size: 13px;
  border-radius: 0;
  resize: vertical;
}
.contact-form .button {
  margin-top: 24px;
  min-width: 135px;
  justify-content: space-between;
}
.footer {
  padding-top: 43px;
  padding-bottom: 20px;
}
.footer-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 11px;
}
.footer-top p {
  color: var(--ink);
}
.footer-top > a {
  font-size: 10px;
  color: #6f7763;
}
.footer-wordmark {
  font: 600 clamp(80px, 17.3vw, 250px)/1.1 var(--serif);
  letter-spacing: -0.055em;
  text-align: center;
  margin: 25px 0 20px;
  color: #34402f;
}
.footer-bottom {
  border-top: 1px solid var(--line);
  padding-top: 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  font-size: 9px;
  color: #69715f;
}
.footer-bottom > div {
  display: flex;
  gap: 20px;
}
.footer-bottom button {
  border: 0;
  padding: 6px 0;
  background: none;
  font-size: 9px;
  color: inherit;
}
#link-status {
  font-size: 11px;
  margin-top: 8px;
}
.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 {
  position: fixed;
  top: -80px;
  left: 15px;
  background: var(--green);
  color: white;
  padding: 10px;
  z-index: 50;
}
.skip:focus {
  top: 10px;
}
.preview-timeline {
  margin-top: 20px;
}
.preview-timeline .event {
  padding-block: 13px;
}
.preview-timeline .event strong {
  font-size: 12px;
}
.preview-timeline .event time,
.preview-timeline .event small {
  font-size: 9px;
}
.translation-pair {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin: 20px 0;
}
.translation-pair > div {
  background: #f8f7f0;
  border: 1px solid #e8e7dc;
  padding: 15px;
  font-size: 12px;
  line-height: 2;
}
.translation-pair small {
  display: block;
  font-size: 8px;
  color: #718060;
  margin-bottom: 12px;
}
.question-bubble {
  background: #f0f2e9;
  padding: 12px 15px;
  font-size: 11px;
  border-radius: 8px 8px 0 8px;
  margin: 20px 0 8px 32px;
  color: #536447;
}
.answer-text {
  font-size: 11px;
  line-height: 1.9;
  margin: 15px 0;
}
.draft-paper {
  padding: 22px 24px;
  border: 1px solid #e3e5dc;
  margin-top: 18px;
  font: 13px/1.8 var(--serif);
  background: #fdfdfa;
}
.draft-paper h4 {
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 18px;
}
.draft-paper p {
  font-size: 12px;
  margin: 12px 0;
  color: #646d5b;
}
.draft-toolbar {
  display: flex;
  justify-content: space-between;
  font-size: 8px;
  color: #6c7a5d;
  margin-top: 16px;
}
.draft-toolbar span:last-child {
  background: #e8edde;
  padding: 2px 8px;
  border-radius: 3px;
}
@media (min-width: 1500px) {
  .wrap {
    width: min(1280px, calc(100% - 140px));
  }
  header {
    padding-inline: 60px;
  }
  header nav {
    font-size: 12px;
    gap: 30px;
  }
  .hero {
    padding-top: 95px;
  }
  .chamber-art {
    height: 325px;
  }
  .portrait {
    height: 390px;
  }
}
@media (max-width: 1100px) {
  header {
    padding-inline: 24px;
    gap: 18px;
  }
  header nav {
    gap: 16px;
    font-size: 10px;
  }
  .nav-cta {
    display: none;
  }
  .wrap {
    width: calc(100% - 64px);
  }
  .product-grid {
    gap: 35px;
  }
  .product-intro {
    gap: 40px;
  }
  .pricing-section {
    gap: 70px;
  }
  .portrait {
    height: 300px;
  }
  .founder-name h3 {
    font-size: 23px;
  }
  .hero-stage {
    padding: 22px 22px 0;
  }
  .deed,
  .translation {
    padding: 12px;
  }
  .matter-body {
    grid-template-columns: 30% 70%;
  }
  .source-ribbon {
    padding: 22px;
  }
  .ribbon-fact {
    font-size: 20px;
  }
  .contact-grid {
    gap: 60px;
  }
}
@media (max-width: 760px) {
  html {
    scroll-padding-top: 76px;
  }
  .wrap {
    width: calc(100% - 40px);
  }
  .section {
    padding-block: 72px;
  }
  header {
    height: 70px;
    padding-inline: 20px;
  }
  .wordmark {
    font-size: 33px;
  }
  .menu {
    display: block;
    border: 0;
    background: none;
    font-size: 12px;
    padding: 10px;
  }
  header nav {
    display: none;
    position: absolute;
    top: 69px;
    left: 0;
    right: 0;
    background: var(--paper);
    padding: 16px 25px 25px;
    border-bottom: 1px solid var(--line);
    font-size: 14px;
  }
  header nav.open {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3px 20px;
  }
  .hero {
    padding-top: 53px;
  }
  .hero h1 {
    font-size: clamp(48px, 10.2vw, 76px);
  }
  .hero .eyebrow {
    font-size: 8px;
    letter-spacing: 0.13em;
  }
  .hero-description {
    font-size: 13px;
    max-width: 350px;
    margin-block: 23px;
  }
  .hero-form {
    max-width: 410px;
    gap: 7px;
  }
  .hero-form .button {
    font-size: 11px;
    padding-inline: 13px;
    gap: 10px;
  }
  .phone > span {
    padding-left: 12px;
  }
  .phone input {
    font-size: 11px;
    padding-inline: 9px;
  }
  .hero-stage {
    padding: 12px 12px 0;
    border-radius: 5px;
  }
  .app-bar {
    padding-inline: 14px;
    height: 39px;
    gap: 18px;
    font-size: 8px;
  }
  .app-logo {
    font-size: 22px;
  }
  .matter-title {
    padding: 16px 14px;
  }
  .matter-title h3 {
    font-size: 24px;
  }
  .matter-title .pill {
    font-size: 7px;
    padding: 3px 6px;
  }
  .app-tabs {
    gap: 15px;
    padding-inline: 14px;
    font-size: 8px;
  }
  .matter-body {
    grid-template-columns: 1fr;
    min-height: 0;
  }
  .chronology {
    display: none;
  }
  .document-area {
    padding: 12px;
  }
  .panel-heading {
    font-size: 9px;
  }
  .document-columns {
    gap: 8px;
  }
  .deed p,
  .translation p {
    font-size: 8px;
  }
  .translation h4 {
    font-size: 19px;
  }
  .document-label {
    font-size: 6px;
  }
  .stage-caption {
    font-size: 9px;
    gap: 6px;
    padding-block: 12px;
    flex-wrap: wrap;
  }
  .stage-caption small {
    font-size: 6px;
  }
  .chamber-grid {
    grid-template-columns: 1fr;
    gap: 35px;
  }
  .chamber-art {
    height: 300px;
  }
  .mini-browser,
  .upload-stack,
  .ready-card {
    max-width: 255px;
  }
  .chamber-grid h3 {
    margin-top: 18px;
  }
  .chamber-grid p {
    font-size: 13px;
    max-width: 480px;
  }
  .section-heading {
    margin-bottom: 35px;
  }
  .product-intro {
    grid-template-columns: 1fr;
    gap: 22px;
    margin-bottom: 32px;
  }
  .product-intro > p {
    max-width: 100%;
  }
  .product-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .feature-tab {
    padding-block: 15px;
  }
  .feature-tab[aria-selected="true"] {
    padding-top: 14px;
  }
  .feature-tab b {
    font-size: 16px;
  }
  .feature-tab small {
    max-width: 100%;
  }
  .preview-stage {
    padding: 22px 16px 15px;
    min-height: 490px;
  }
  .product-preview {
    min-height: 420px;
  }
  .preview-content {
    padding: 23px;
  }
  .preview-content h3 {
    font-size: 27px;
  }
  .source-ribbon {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
    padding: 22px;
    margin: 30px 0;
  }
  .ribbon-connector {
    display: none;
  }
  .ribbon-fact {
    font-size: 23px;
    line-height: 1.3;
  }
  .ribbon-source {
    white-space: normal;
  }
  .assurance-rows article {
    grid-template-columns: 33px 1fr;
    gap: 5px 15px;
    padding-block: 22px;
  }
  .assurance-rows p {
    grid-column: 2;
  }
  .assurance-rows h3 {
    font-size: 15px;
  }
  .assurance-symbol {
    font-size: 26px;
    grid-row: span 2;
  }
  .roadmap {
    grid-template-columns: 1fr;
    margin-top: 35px;
    gap: 0;
  }
  .roadmap article {
    border-top: 0;
    border-left: 1px solid #bec5b2;
    padding: 0 0 30px 28px;
  }
  .roadmap article:before {
    top: 21px;
    left: -5px;
  }
  .roadmap-marker {
    padding-top: 8px;
    min-height: 40px;
    margin-bottom: 5px;
  }
  .roadmap h3 {
    font-size: 27px;
  }
  .roadmap p {
    max-width: 420px;
    font-size: 13px;
  }
  .pilot-note {
    margin-top: 5px;
  }
  .pricing-section {
    grid-template-columns: 1fr;
    gap: 35px;
  }
  .pricing-intro h2 {
    font-size: 62px;
  }
  .pricing-intro h2 br {
    display: none;
  }
  .pricing-intro h2 em {
    margin-left: 8px;
  }
  .pricing-intro p.muted {
    max-width: 460px;
  }
  .pricing-card {
    padding: 28px;
  }
  .team-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .portrait {
    height: auto;
    aspect-ratio: 1 / 1.03;
  }
  .founder-name {
    margin-top: 15px;
  }
  .founder-name h3 {
    font-size: 28px;
  }
  .team-grid article > p {
    font-size: 12px;
    max-width: 100%;
  }
  .contact-grid {
    grid-template-columns: 1fr;
    gap: 35px;
  }
  .contact-grid h2 {
    font-size: 52px;
  }
  .contact-inputs {
    gap: 20px;
  }
  .footer-wordmark {
    font-size: 18.5vw;
    margin-block: 25px;
  }
  .footer-bottom {
    flex-wrap: wrap;
    gap: 12px;
    font-size: 9px;
  }
  .footer-bottom > span {
    flex-basis: 100%;
  }
  .footer-bottom > div {
    gap: 16px;
  }
  .footer-top {
    font-size: 10px;
  }
  .footer {
    padding-top: 30px;
  }
  .eyebrow {
    font-size: 8px;
  }
  .assurance-heading > p {
    font-size: 13px;
  }
}
.pricing-section > * {
  min-width: 0;
}
@media (max-width: 400px) {
  .pricing-intro h2 {
    font-size: 52px;
  }
  .pricing-intro h2 br {
    display: block;
  }
  .pricing-intro h2 em {
    margin-left: 0;
  }
  .pricing-card {
    padding: 22px;
  }
  .pricing-form .button {
    gap: 8px;
    font-size: 10px;
  }
  .price-top {
    gap: 6px;
  }
  .price-top .eyebrow {
    font-size: 7px;
  }
  .hero-form .phone {
    flex-basis: 100%;
  }
  .hero-form .button {
    width: 100%;
  }
  .translation-pair > div {
    padding: 10px;
    font-size: 10px;
  }
  .preview-content {
    padding: 17px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    animation: none !important;
    transition: none !important;
  }
}
