/* Public homepage. Deliberately independent of the application stylesheet. */

:root {
  color-scheme: light;
  --paper: #f7f7f2;
  --white: #fff;
  --ink: #202522;
  --muted: #626760;
  --line: #dcded6;
  --red: #c93237;
  --red-hover: #ad252a;
  --dark: #202723;
  --green: #436452;
  --radius: 12px;
  --wrap: 1200px;
  font-family: Inter,"Segoe UI",Arial,sans-serif;
  font-synthesis: none;
  color: var(--ink);
  background: var(--paper);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}

body {
  margin: 0;
  -webkit-font-smoothing: antialiased;
}

body.dialog-open {
  overflow: hidden;
}

button,input,select,textarea {
  font: inherit;
}

button,a,input,summary,select,textarea {
  -webkit-tap-highlight-color: transparent;
}

button {
  cursor: pointer;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}

button {
  color: inherit;
}

img {
  display: block;
  max-width: 100%;
}

button:disabled {
  cursor: wait;
  opacity: .55;
}

button:disabled[id^="seat-"] {
  cursor: default;
}

button:focus-visible,a:focus-visible,summary:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,[tabindex]:focus-visible {
  outline: 3px solid #307457;
  outline-offset: 5px;
}

::selection {
  background: #f3cdbe;
  color: #202522;
}

[hidden] {
  display: none !important;
}

h1,h2,h3,p,figure {
  margin: 0;
}

h1,h2,h3 {
  text-wrap: balance;
}

p {
  line-height: 1.65;
}

button {
  border: 0;
  background: none;
}

.wrap {
  max-width: var(--wrap);
  width: calc(100% - 96px);
  margin-inline: auto;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 100;
  transform: translateY(-150%);
  background: var(--ink);
  color: white;
  padding: 15px;
}

.skip-link:focus {
  transform: translateY(0);
}

.eyebrow {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.45px;
  line-height: 1.5;
}

.button {
  background: var(--red);
  color: #fff;
  min-height: 54px;
  border-radius: 6px;
  padding: 16px 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  font-size: 14px;
  font-weight: 650;
  line-height: 1.35;
  transition: background .15s,transform .15s;
  text-align: center;
}

.button:hover {
  background: var(--red-hover);
  text-decoration: none;
  transform: translateY(-1px);
}

.button:active {
  transform: translateY(0);
}

.button>span[aria-hidden] {
  font-size: 20px;
  font-weight: 400;
}

.button.small {
  min-height: 44px;
  padding: 11px 16px;
  font-size: 13px;
  gap: 22px;
}

.full {
  width: 100%;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  padding: 8px 0;
  min-height: 44px;
  font-size: 13px;
  font-weight: 650;
  text-align: left;
  line-height: 1.5;
}

.text-link:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
}

.text-link span[aria-hidden] {
  font-size: 19px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  background: rgba(247,247,242,.97);
  border-bottom: 1px solid var(--line);
}

.nav-row {
  height: 84px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-weight: 750;
  font-size: 25px;
  letter-spacing: -1.1px;
  flex-shrink: 0;
  line-height: 1;
}

.brand:hover {
  text-decoration: none;
}

.brand img {
  width: 36px;
  height: 36px;
}

.brand-rev {
  font-weight: 450;
}

.brand-period {
  color: var(--red);
}

.desktop-nav {
  display: flex;
  gap: 28px;
  margin-left: auto;
  margin-right: auto;
}

.desktop-nav a,.sign-in {
  font-size: 13px;
  font-weight: 550;
  padding: 13px 0;
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 25px;
}

.sign-in span {
  margin-left: 5px;
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 11px;
}

.menu-toggle span {
  display: block;
  height: 1.5px;
  background: var(--ink);
  margin: 6px 0;
}

.mobile-menu {
  padding-block: 8px 24px;
}

.mobile-menu a {
  display: block;
  padding: 12px 0;
  border-top: 1px solid var(--line);
}

.hero {
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: 40px;
  padding-block: 90px 82px;
  min-height: 720px;
  align-items: center;
}

.hero-copy {
  position: relative;
  z-index: 2;
}

.hero .eyebrow {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 10px;
  letter-spacing: 1.1px;
}

.status-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--red);
  box-shadow: 0 0 0 4px #c9323710;
}

h1 {
  font-size: clamp(48px,5.3vw,76px);
  line-height: 1.035;
  letter-spacing: -3.8px;
  font-weight: 600;
  margin-top: 26px;
}

h1 em,.closing-inner em {
  font-style: normal;
  color: var(--red);
}

.hero-description {
  font-size: 16px;
  line-height: 1.7;
  max-width: 430px;
  margin-top: 26px;
  color: var(--muted);
}

.hero-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px 23px;
  margin-top: 30px;
}

.hero-actions>.text-link {
  font-size: 12px;
  gap: 10px;
}

.hero-note {
  font-size: 11px;
  line-height: 1.6;
  max-width: 380px;
  margin-top: 16px;
  color: var(--muted);
}

.hero-visual {
  position: relative;
  min-width: 0;
  padding: 42px 0 104px 0;
  isolation: isolate;
}

.visual-orbit {
  position: absolute;
  z-index: -1;
  inset: -25px -18px 0 8px;
  border: 1px solid #cdd2c6;
  border-radius: 50%;
  transform: rotate(-25deg);
}

.visual-orbit:before,.visual-orbit:after {
  content: "";
  position: absolute;
  border: 1px solid #dce0d4;
  border-radius: 50%;
  inset: 20px -13px;
  transform: rotate(22deg);
}

.visual-orbit:after {
  inset: 49px -19px;
  transform: rotate(43deg);
}

.workspace-preview {
  background: #fff;
  border: 1px solid #d6dbd1;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 25px 65px -25px #34402e3d;
  transform: rotate(-2deg);
  position: relative;
  width: calc(100% + 10px);
  margin-left: -5px;
}

.preview-top {
  height: 47px;
  background: #252d28;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 16px;
  font-size: 10px;
}

.preview-brand {
  font-size: 12px;
  display: flex;
  gap: 6px;
  align-items: center;
  font-weight: 600;
}

.preview-store {
  color: #c0c9c2;
  display: flex;
  gap: 12px;
  align-items: center;
}

.preview-content {
  display: flex;
  min-height: 337px;
}

.preview-sidebar {
  width: 130px;
  flex-shrink: 0;
  background: #f4f5ef;
  border-right: 1px solid #e5e7df;
  padding: 20px 10px;
  position: relative;
}

.sidebar-label {
  font-size: 7px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #787f75;
  display: block;
  padding-left: 8px;
  margin-bottom: 11px;
}

.sidebar-item {
  display: block;
  font-size: 9px;
  padding: 9px 8px;
  color: #697166;
}

.sidebar-item.active {
  background: #e5eadf;
  color: #334b39;
  border-radius: 4px;
  font-weight: 650;
}

.dept-label {
  margin-top: 23px;
}

.sidebar-bottom {
  position: absolute;
  bottom: 15px;
  left: 15px;
  font-size: 7px;
  color: #6c796c;
  display: flex;
  gap: 7px;
  align-items: center;
}

.sidebar-bottom i {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #748f71;
}

.preview-main {
  padding: 24px 20px 12px;
  flex: 1;
  min-width: 0;
}

.preview-greeting {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  font-size: 7px;
  letter-spacing: .8px;
  color: #68776a;
  font-weight: 600;
}

.sample-pill {
  font-size: 6px;
  border: 1px solid #dbe2d8;
  border-radius: 3px;
  padding: 3px 4px;
  color: #748170;
  letter-spacing: .5px;
}

.preview-main h2 {
  font-size: 19px;
  letter-spacing: -.6px;
  font-weight: 600;
  margin: 11px 0 3px;
}

.preview-intro {
  font-size: 9px;
  color: #83887d;
}

.preview-tabs {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  font-size: 8px;
  color: #7b8579;
  border-bottom: 1px solid #dce2d8;
  margin-top: 21px;
  padding-bottom: 11px;
  white-space: nowrap;
}

.preview-tabs b {
  font-weight: 600;
  color: #3b503f;
}

.preview-tabs > span {
  color: #59664f;
}

.preview-tabs b span {
  background: #e9eee4;
  margin-left: 3px;
  padding: 2px 4px;
  border-radius: 3px;
}

.task-row {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 14px 0;
  border-bottom: 1px solid #eef0e9;
}

.task-row>div {
  flex: 1;
  min-width: 0;
}

.task-row b {
  font-size: 10px;
  display: block;
  font-weight: 650;
}

.task-row div>span {
  font-size: 8px;
  color: #657263;
  display: block;
  margin-top: 3px;
}

.task-row small {
  font-size: 7px;
  color: #7c8277;
  display: block;
  margin-top: 4px;
}

.task-icon {
  display: grid;
  place-items: center;
  width: 27px;
  height: 29px;
  font-size: 17px;
  border-radius: 6px;
  flex-shrink: 0;
}

.sales-icon {
  background: #f7e7e1;
  color: #a24d3d;
}

.service-icon {
  background: #e9eef8;
  color: #566e95;
}

.parts-icon {
  background: #e8eee3;
  color: #617653;
}

.task-status {
  font-size: 7px;
  border: 1px solid #e5e8df;
  padding: 5px 6px;
  border-radius: 4px;
  color: #58684f;
  white-space: nowrap;
}

.preview-bottom {
  font-size: 7px;
  color: #738070;
  display: flex;
  align-items: center;
  gap: 6px;
  padding-top: 11px;
}

.little-check {
  display: grid;
  place-items: center;
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #e4ecdf;
  color: #42623b;
  font-size: 9px;
}

.context-card {
  position: absolute;
  right: -12px;
  bottom: 29px;
  width: 78%;
  background: #fff;
  border: 1px solid #d9decf;
  border-radius: 9px;
  padding: 19px 20px 0;
  box-shadow: 0 18px 45px -24px #31402970;
  transform: rotate(2deg);
}

.context-top {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 7px;
  letter-spacing: .7px;
  color: #627156;
  font-weight: 700;
}

.mini-spark {
  color: #936d42;
  font-size: 19px;
}

.draft-badge {
  margin-left: auto;
  padding: 4px 6px;
  border: 1px solid #e2e6db;
  border-radius: 3px;
  font-size: 7px;
  letter-spacing: 0;
  font-weight: 500;
  white-space: nowrap;
}

.context-card>p {
  font-size: 12px;
  line-height: 1.7;
  padding: 13px 0 16px;
  color: #4d574a;
}

.context-bottom {
  border-top: 1px solid #e6e9df;
  padding: 12px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 8px;
  color: #748169;
}

.context-bottom>span:last-child {
  font-size: 15px;
  color: #ab4c42;
}

.hero-visual figcaption {
  position: absolute;
  bottom: -9px;
  left: 20px;
  right: 0;
  text-align: center;
  color: #767e70;
  font-size: 8px;
  line-height: 1.5;
}

.value-strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-block: 30px 36px;
  border-top: 1px solid var(--line);
  font-size: 12px;
}

.value-strip p {
  font-size: 12px;
  color: var(--muted);
}

.value-strip strong {
  font-weight: 600;
  color: var(--ink);
}

.value-strip>span {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #4f584d;
}

.value-strip i {
  font-size: 9px;
  color: #89917f;
  font-style: normal;
}

h2 {
  font-weight: 550;
  font-size: 46px;
  line-height: 1.13;
  letter-spacing: -1.9px;
}

.section-heading {
  display: flex;
  gap: 80px;
  align-items: flex-end;
  justify-content: space-between;
}

.section-heading .eyebrow {
  color: #afbba9;
  margin-bottom: 24px;
}

.section-heading h2 {
  font-size: 52px;
  color: #f2f4eb;
  letter-spacing: -2px;
}

.section-heading h2 span {
  color: #a5b79c;
}

.section-heading>p {
  font-size: 14px;
  color: #b0bbab;
  max-width: 340px;
  padding-bottom: 5px;
}

.product-section {
  background: var(--dark);
  color: #fff;
  padding: 88px 0 82px;
}

.department-tabs {
  display: flex;
  margin: 48px 0 0;
  border-bottom: 1px solid #4a5648;
}

.department-tabs button {
  display: flex;
  align-items: center;
  gap: 15px;
  width: 33.333%;
  padding: 22px 24px;
  color: #b0bbaa;
  border-bottom: 2px solid transparent;
  margin-bottom: -1px;
  text-align: left;
  font-size: 20px;
}

.department-tabs button>span {
  font-size: 10px;
  color: #99a791;
}

.department-tabs button>i {
  margin-left: auto;
  font-style: normal;
  font-size: 22px;
  font-weight: 300;
  opacity: 0;
}

.department-tabs button[aria-selected=true] {
  border-color: #d4e0c7;
  background: #2a342c;
  color: #f0f4e9;
}

.department-tabs button[aria-selected=true]>i {
  opacity: 1;
}

.department-tabs button:hover {
  background: #29332b;
}

.department-tabs button:focus-visible {
  outline-color: #d2e2c4;
  outline-offset: -4px;
}

.department-panel {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 90px;
  align-items: center;
  min-height: 470px;
  padding-top: 52px;
}

.feature-label {
  font-size: 9px;
  letter-spacing: 1px;
  color: #a6b69c;
  font-weight: 600;
}

.department-copy h3 {
  font-size: 34px;
  letter-spacing: -1px;
  line-height: 1.14;
  font-weight: 500;
  margin: 20px 0;
}

.department-copy>p {
  color: #b7c1b1;
  font-size: 13px;
  max-width: 325px;
}

.check-list {
  list-style: none;
  padding: 0;
  margin: 24px 0;
}

.check-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 12px;
  line-height: 1.6;
  margin: 11px 0;
}

.check-list li:before {
  content: "✓";
  font-size: 12px;
  color: #9eb68f;
}

.light-link {
  color: #e4eddc;
  font-size: 12px;
  gap: 25px;
}

.workflow-scene {
  min-width: 0;
}

.scene-caption {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 8px;
  letter-spacing: .8px;
  color: #a6b49b;
  margin-bottom: 15px;
}

.scene-caption>span:last-child {
  margin-left: auto;
  font-size: 7px;
  letter-spacing: .7px;
}

.scene-dot {
  width: 5px;
  height: 5px;
  background: #99b189;
  border-radius: 50%;
}

.customer-card {
  background: #f4f5ef;
  color: var(--ink);
  border-radius: 9px;
  border: 1px solid #e4e8dc;
  overflow: hidden;
  box-shadow: 0 20px 36px -20px #0005;
}

.customer-head {
  padding: 22px 23px;
  display: flex;
  align-items: center;
  gap: 12px;
  border-bottom: 1px solid #dde2d6;
}

.avatar {
  width: 37px;
  height: 37px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  flex-shrink: 0;
  font-size: 11px;
  color: #82574c;
  background: #e8dcd2;
  letter-spacing: -.3px;
}

.avatar.tiny {
  width: 23px;
  height: 23px;
  font-size: 7px;
  background: #65715e;
  color: white;
}

.avatar.blue {
  color: #4a6384;
  background: #dde4ed;
}

.avatar.green {
  color: #4b6f53;
  background: #dae6d4;
}

.customer-head>div b {
  font-size: 13px;
  font-weight: 650;
  display: block;
}

.customer-head>div>span {
  font-size: 10px;
  color: #727e68;
  display: block;
  margin-top: 5px;
}

.status-chip {
  margin-left: auto;
  color: #617450;
  background: #e9eee1;
  font-size: 8px;
  border: 1px solid #dce4d2;
  border-radius: 20px;
  padding: 6px 9px;
  white-space: nowrap;
}

.timeline {
  padding: 25px 28px 5px 49px;
}

.timeline>div {
  position: relative;
  padding: 0 0 27px;
  border-left: 1px solid #d4ddca;
}

.timeline>div>i {
  position: absolute;
  left: -4px;
  top: 5px;
  width: 7px;
  height: 7px;
  background: #adb99e;
  box-shadow: 0 0 0 4px #f4f5ef;
  border-radius: 50%;
}

.timeline>div>span {
  font-size: 11px;
  display: block;
  padding-left: 20px;
  color: #3b4e34;
  font-weight: 600;
}

.timeline small {
  font-size: 8px;
  color: #7a856e;
  margin-left: 8px;
  font-weight: 400;
}

.timeline p {
  margin: 10px 0 0 20px;
  background: #fff;
  border: 1px solid #e1e6d9;
  border-radius: 5px;
  padding: 12px 14px;
  font-size: 11px;
  color: #586650;
  line-height: 1.7;
}

.next-action {
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 19px 22px;
  background: #e8eddf;
  border-top: 1px solid #dbe2d0;
}

.check-circle {
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #546e42;
  color: #fff;
  font-size: 11px;
  flex-shrink: 0;
}

.next-action small {
  font-size: 7px;
  letter-spacing: .9px;
  color: #647952;
  display: block;
  margin-bottom: 5px;
}

.next-action b {
  font-size: 11px;
  font-weight: 650;
  display: block;
}

.owner-chip {
  margin-left: auto;
  white-space: nowrap;
  font-size: 8px;
  color: #627353;
}

.scene-footnote {
  color: #a5b49b;
  font-size: 10px;
  display: flex;
  gap: 10px;
  margin: 20px 0 0 20px;
}

.scene-footnote>span {
  color: #bcccad;
  font-size: 18px;
}

.connection-section {
  padding-block: 105px 96px;
}

.connection-intro .eyebrow {
  color: #66745d;
  margin-bottom: 22px;
}

.connection-intro h2 {
  font-size: 42px;
}

.connection-intro h2>span {
  color: #798474;
}

.connection-intro>p:last-child {
  max-width: 520px;
  color: var(--muted);
  font-size: 14px;
  margin-top: 23px;
}

.relationship-path {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  margin-top: 52px;
}

.relationship-path article {
  padding: 0 35px;
  border-left: 1px solid #d2d9c9;
}

.relationship-path article:first-child {
  padding-left: 0;
  border: 0;
}

.relationship-path article:last-child {
  padding-right: 0;
}

.step-number {
  font-size: 9px;
  letter-spacing: 1px;
  color: #77846c;
}

.relationship-path h3 {
  font-size: 19px;
  letter-spacing: -.4px;
  font-weight: 600;
  margin: 22px 0 12px;
}

.relationship-path p {
  font-size: 12px;
  color: #65705e;
  max-width: 280px;
}

.path-end {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 9px;
  color: #65735d;
  border-bottom: 1px solid #cfd8c4;
  padding: 30px 0 13px;
}

.path-end>span:last-child {
  margin-left: auto;
  font-size: 20px;
  color: #6d8060;
}

.path-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #768f66;
}

.people-section {
  background: #eaece2;
  padding: 82px 0;
}

.people-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 120px;
  align-items: center;
}

.people-copy .eyebrow {
  color: #5b6e50;
  margin-bottom: 24px;
}

.people-copy h2 {
  font-size: 50px;
}

.people-copy>p:not(.eyebrow) {
  font-size: 14px;
  color: #626f58;
  margin-top: 20px;
  max-width: 410px;
}

.people-copy>.text-link {
  margin-top: 20px;
  font-size: 12px;
}

.origin-note {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 42px;
  color: #6c7d60;
  font-size: 8px;
  letter-spacing: 1px;
  line-height: 1.8;
}

.origin-note>span:first-child {
  font-size: 34px;
  font-weight: 300;
  line-height: 1;
}

.onboarding-plan {
  background: #f7f8f2;
  border: 1px solid #d3dac7;
  border-radius: 8px;
  transform: rotate(1deg);
}

.plan-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #d8dfcd;
  padding: 19px 25px;
  font-size: 9px;
  letter-spacing: 1px;
  color: #687c59;
}

.mini-mark {
  font-size: 24px;
  line-height: 1;
  color: #789365;
}

.onboarding-plan article {
  margin: 0 25px;
  padding: 25px 0;
  border-bottom: 1px solid #d8dfcd;
  display: flex;
  gap: 23px;
}

.onboarding-plan article>span {
  color: #7f916f;
  font-size: 10px;
  padding-top: 5px;
}

.onboarding-plan h3 {
  font-size: 19px;
  font-weight: 550;
  letter-spacing: -.4px;
  margin-bottom: 9px;
}

.onboarding-plan p {
  font-size: 12px;
  color: #67785b;
  max-width: 290px;
}

.plan-footer {
  padding: 19px 25px;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #617455;
  font-size: 10px;
}

.pricing-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 120px;
  align-items: center;
  padding-block: 112px;
}

.pricing-copy .eyebrow {
  color: #717d67;
  margin-bottom: 24px;
}

.pricing-copy h2 {
  font-size: 46px;
}

.pricing-copy>p:not(.eyebrow) {
  color: #66725e;
  font-size: 14px;
  margin-top: 22px;
  max-width: 390px;
}

.seat-definitions {
  margin: 35px 0 26px;
}

.seat-definitions>div {
  margin: 23px 0;
}

.seat-definitions dt {
  font-size: 13px;
  font-weight: 650;
  display: flex;
  align-items: center;
  gap: 10px;
}

.seat-definitions dd {
  font-size: 12px;
  line-height: 1.65;
  color: #717d66;
  margin: 8px 0 0 19px;
  max-width: 330px;
}

.seat-dot {
  height: 7px;
  width: 7px;
  border-radius: 50%;
  background: var(--red);
}

.seat-dot.free {
  background: #839472;
}

.pricing-copy>p.pricing-detail {
  font-size: 11px;
  line-height: 1.75;
  color: #697660;
  border-top: 1px solid var(--line);
  padding-top: 22px;
}

.pricing-card {
  border: 1px solid #cfd7c5;
  background: #fff;
  border-radius: 9px;
  padding: 28px 32px;
  box-shadow: 0 16px 36px -30px #33472960;
}

.pricing-card-top {
  display: flex;
  justify-content: space-between;
  font-size: 9px;
  color: #6f7e63;
  letter-spacing: 1px;
}

.pricing-currency {
  color: #718066;
  font-size: 9px;
}

.billing-toggle {
  display: flex;
  margin: 25px 0 18px;
  padding: 4px;
  border: 0;
  background: #f0f2ea;
  border-radius: 6px;
  gap: 4px;
}

.billing-toggle label {
  position: relative;
  flex: 1;
  cursor: pointer;
  text-align: center;
}

.billing-toggle input {
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
}

.billing-toggle label>span {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 2px 6px;
  min-height: 43px;
  padding: 8px;
  font-size: 12px;
  border-radius: 4px;
  color: #627057;
}

.billing-toggle input:checked+span {
  background: white;
  color: #263020;
  box-shadow: 0 1px 3px #1d2d2020;
}

.billing-toggle input:focus-visible+span {
  outline: 3px solid #307457;
  outline-offset: 2px;
}

.billing-toggle small {
  font-size: 8px;
  font-weight: 500;
  color: #687e55;
  line-height: 1.3;
}

.unit-price {
  display: flex;
  gap: 16px;
  align-items: center;
}

.unit-price strong {
  font-size: 68px;
  line-height: 1.2;
  letter-spacing: -3px;
  font-weight: 550;
}

.unit-price>span {
  font-size: 11px;
  line-height: 1.7;
  color: #6b785f;
}

.billing-note {
  font-size: 10px;
  color: #6c7a60;
  min-height: 18px;
  margin-top: 5px;
}

.estimate-row {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  align-items: center;
  padding: 25px 0 22px;
  border-top: 1px solid #e1e6d9;
  margin-top: 25px;
}

.estimate-row>label {
  font-size: 12px;
  font-weight: 550;
}

.seat-stepper {
  display: flex;
  align-items: center;
  border: 1px solid #d9e0d0;
  border-radius: 5px;
}

.seat-stepper button {
  width: 37px;
  min-height: 43px;
  font-size: 19px;
}

.seat-stepper input {
  width: 42px;
  text-align: center;
  border: 0;
  background: transparent;
  font-size: 13px;
  padding: 7px 0;
  appearance: textfield;
  -moz-appearance: textfield;
}

.seat-stepper input::-webkit-inner-spin-button,.seat-stepper input::-webkit-outer-spin-button {
  appearance: none;
  margin: 0;
}

.estimate-total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}

.estimate-total>span {
  font-size: 11px;
  color: #637457;
}

.estimate-total strong {
  font-size: 25px;
  letter-spacing: -.7px;
  font-weight: 600;
}

.estimate-total div>span {
  font-size: 10px;
  color: #6c7c5f;
}

.estimate-note {
  font-size: 9px;
  color: #738566;
  margin-top: 8px;
  min-height: 30px;
}

.pricing-card>.button {
  margin-top: 15px;
  font-size: 12px;
}

.trial-option {
  margin-top: 20px;
  text-align: center;
  font-size: 11px;
  color: #6e7c62;
}

.trial-option .text-link {
  font-size: 11px;
  gap: 6px;
  color: #263722;
  min-height: 35px;
}

.trial-option small {
  display: block;
  font-size: 9px;
  line-height: 1.5;
}

.faq-section {
  border-top: 1px solid var(--line);
  padding-block: 80px 105px;
  display: grid;
  grid-template-columns: 1fr 1.35fr;
  gap: 100px;
}

.faq-heading .eyebrow {
  color: #6c7d60;
  margin-bottom: 24px;
}

.faq-heading h2 {
  font-size: 37px;
}

.faq-heading>p:not(.eyebrow) {
  font-size: 12px;
  color: #718065;
  margin-top: 22px;
}

.faq-heading>.text-link {
  font-size: 12px;
  margin-top: 3px;
}

.contact-link {
  display: block;
  font-size: 11px;
  color: #718065;
  padding-block: 5px;
  min-height: 30px;
}

.faq-list {
  border-top: 1px solid #d2dcc8;
}

.faq-list details {
  border-bottom: 1px solid #d2dcc8;
}

.faq-list summary {
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 23px 0;
  font-size: 14px;
  font-weight: 550;
  line-height: 1.5;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary>span {
  font-weight: 300;
  font-size: 21px;
  color: #849576;
  line-height: 1;
}

.faq-list details[open] summary>span {
  transform: rotate(45deg);
}

.faq-list details>p {
  font-size: 12px;
  line-height: 1.8;
  color: #65755b;
  padding-bottom: 24px;
  padding-right: 30px;
}

.closing-section {
  background: #e9ebdf;
  overflow: hidden;
  position: relative;
}

.closing-inner {
  position: relative;
  padding-block: 83px 88px;
}

.closing-inner .eyebrow {
  color: #607650;
  margin-bottom: 26px;
}

.closing-inner h2 {
  font-size: 62px;
  letter-spacing: -2.9px;
  line-height: 1.07;
  max-width: 780px;
  position: relative;
  z-index: 1;
}

.closing-inner>p:not(.eyebrow) {
  font-size: 14px;
  color: #647658;
  margin: 25px 0 26px;
}

.closing-note {
  display: block;
  margin-top: 17px;
  font-size: 10px;
  color: #6c7e5f;
}

.closing-lines {
  position: absolute;
  right: -200px;
  top: -150px;
  height: 780px;
  width: 680px;
  pointer-events: none;
  transform: rotate(-28deg);
}

.closing-lines i {
  position: absolute;
  inset: 0;
  border: 1px solid #cad4bd;
  border-radius: 50%;
}

.closing-lines i:nth-child(2) {
  inset: 0 60px;
}

.closing-lines i:nth-child(3) {
  inset: 0 120px;
}

.site-footer {
  padding: 44px 0 25px;
}

.footer-top {
  display: flex;
  align-items: center;
  gap: 50px;
  padding-bottom: 35px;
}

.footer-top>p {
  font-size: 11px;
  line-height: 1.65;
  color: #798570;
}

.footer-top>a:last-child {
  font-size: 12px;
  margin-left: auto;
}

.footer-top>a:last-child>span {
  margin-left: 10px;
}

.footer-bottom {
  border-top: 1px solid #d9dfd0;
  padding-top: 22px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 9px;
  color: #76836c;
  gap: 25px;
}

.footer-bottom nav {
  display: flex;
  align-items: center;
  gap: 24px;
}

.footer-bottom nav>a {
  padding: 10px 0;
}

.footer-bottom .text-link {
  font-size: 9px;
  font-weight: 400;
  min-height: 30px;
  padding: 0;
}

.mobile-cta {
  display: none;
}

.noscript-note {
  padding: 20px;
  text-align: center;
  background: #fff3dd;
  font-size: 14px;
}

/* Keep decorative orbit strokes from creating a horizontal page scrollbar. */

main {
  overflow-x: clip;
}

/* Secondary copy stays readable against both paper and tinted surfaces. */

.sample-pill,.preview-intro,.task-row small,.preview-bottom,.context-bottom,.hero-visual figcaption,.customer-head>div>span,.status-chip,.timeline small,.next-action small,.owner-chip,.step-number,.people-copy>p:not(.eyebrow),.origin-note,.plan-header,.onboarding-plan article>span,.onboarding-plan p,.pricing-copy .eyebrow,.seat-definitions dd,.pricing-copy>p.pricing-detail,.pricing-card-top,.pricing-currency,.billing-toggle small,.estimate-total div>span,.estimate-note,.trial-option,.faq-heading .eyebrow,.faq-heading>p:not(.eyebrow),.contact-link,.closing-inner .eyebrow,.closing-inner>p:not(.eyebrow),.closing-note,.footer-top>p,.footer-bottom {
  color: #59664f;
}

/* Conversion flows retain the existing booking, trial, and chat services. */

.dialog {
  border: 1px solid #d5dccb;
  border-radius: 13px;
  max-width: calc(100% - 32px);
  max-height: calc(100dvh - 40px);
  padding: 0;
  background: var(--paper);
  color: var(--ink);
  box-shadow: 0 32px 120px #14231550;
  overflow: auto;
}

.dialog::backdrop {
  background: #17221bc4;
  backdrop-filter: blur(4px);
}

.dialog-close {
  position: absolute;
  right: 14px;
  top: 12px;
  z-index: 2;
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  font-size: 27px;
  font-weight: 300;
  color: #526447;
  background: #edf0e6;
}

.dialog-close:hover {
  background: #e1e8d6;
}

.dialog h2 {
  font-size: 35px;
  letter-spacing: -1.4px;
}

.dialog h3 {
  font-size: 20px;
  font-weight: 550;
  letter-spacing: -.5px;
}

.dialog .eyebrow {
  color: #667a56;
  font-size: 9px;
  letter-spacing: 1px;
}

.demo-dialog[open] {
  display: grid;
  grid-template-columns: .9fr 1.15fr;
  width: 940px;
}

.demo-intro {
  padding: 48px 34px 32px;
  background: #e8ecdf;
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.demo-intro h2 {
  margin-top: 23px;
  line-height: 1.15;
  font-size: 34px;
}

.demo-intro>p:not(.eyebrow) {
  color: #607253;
  font-size: 13px;
  margin-top: 22px;
}

.demo-intro .check-list {
  margin: 24px 0;
}

.demo-intro .check-list li {
  font-size: 11px;
  color: #546849;
}

.demo-intro .check-list li:before {
  color: #4d703e;
}

.demo-human {
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: 11px;
  padding-top: 36px;
  margin-top: auto;
}

.demo-human small {
  display: block;
  color: #697d59;
  font-size: 8px;
  line-height: 1.5;
  margin-top: 4px;
}

.demo-main {
  padding: 55px 32px 30px;
  min-width: 0;
}

.calendar-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
}

.calendar-heading h3 {
  font-size: 22px;
}

.calendar-heading label {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 10px;
  color: #6b7d5d;
}

.calendar-heading select {
  border: 1px solid #d3dcc8;
  border-radius: 4px;
  background: #fff;
  font-size: 11px;
  min-height: 36px;
  padding: 7px;
}

.calendar-status {
  font-size: 11px;
  color: #6a7c5b;
  margin: 13px 0;
  min-height: 18px;
}

.demo-days {
  display: flex;
  overflow-x: auto;
  gap: 7px;
  padding: 3px 3px 10px;
}

.demo-days button {
  min-width: 66px;
  border: 1px solid #d5dec9;
  border-radius: 5px;
  min-height: 58px;
  padding: 9px;
  color: #687a58;
  font-size: 10px;
  background: #fff;
}

.demo-days button span {
  display: block;
  font-size: 11px;
  font-weight: 650;
  margin-top: 5px;
  color: var(--ink);
}

.demo-days button[aria-pressed=true],.demo-slots button[aria-pressed=true] {
  border-color: #597448;
  background: #e8eddf;
  color: #25391c;
}

.demo-slots {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 7px;
  max-height: 190px;
  overflow: auto;
  padding: 4px 3px;
}

.demo-slots button {
  border: 1px solid #d6dfca;
  background: #fff;
  border-radius: 4px;
  min-height: 40px;
  font-size: 11px;
  padding: 9px 5px;
}

.alternate-time {
  font-size: 10px;
  min-height: 33px;
  margin: 6px 0;
}

.selected-time {
  font-size: 11px;
  color: #486337;
  margin: 12px 0 16px;
  border-top: 1px solid #d6decd;
  padding-top: 16px;
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 14px;
}

.form-grid .full {
  grid-column: 1/-1;
}

.field {
  margin-bottom: 15px;
}

.field label {
  display: block;
  font-size: 11px;
  font-weight: 550;
  margin-bottom: 6px;
}

.field label>span {
  font-weight: 400;
  color: #78856f;
}

.field input,.field textarea,.chat-input input {
  width: 100%;
  border: 1px solid #c9d3be;
  border-radius: 5px;
  padding: 11px 12px;
  background: #fff;
  color: #25331c;
  min-height: 44px;
  font-size: 16px;
  line-height: 1.35;
}

.field textarea {
  resize: vertical;
  min-height: 70px;
}

.field small {
  font-size: 10px;
  color: #76886a;
  display: block;
  margin-top: 6px;
}

.optional-fields summary {
  font-size: 10px;
  color: #59664f;
  cursor: pointer;
  padding: 4px 0 15px;
  line-height: 1.6;
}

.optional-fields summary>span {
  font-size: 9px;
  color: #7a8e6a;
  margin-left: 5px;
}

.form-error {
  color: #ac292e;
  font-size: 12px;
  line-height: 1.6;
  margin: 7px 0 12px;
  overflow-wrap: anywhere;
}

.form-error:empty {
  display: none;
}

.form-fine {
  font-size: 10px;
  color: #6e7f5f;
  margin-top: 15px;
  line-height: 1.6;
}

.form-fine a {
  text-decoration: underline;
}

.form-done {
  padding: 35px 0;
}

.done-check {
  display: grid;
  place-items: center;
  width: 47px;
  height: 47px;
  border-radius: 50%;
  background: #e2ebd9;
  color: #4d6d3a;
  font-size: 23px;
  margin-bottom: 22px;
}

.form-done p {
  font-size: 13px;
  color: #647856;
  margin-top: 16px;
}

.form-done .button {
  margin-top: 28px;
  min-width: 110px;
}

.trial-dialog {
  width: 490px;
  padding: 35px;
}

.trial-dialog h2 {
  margin: 20px 0 15px;
  font-size: 31px;
}

.trial-dialog #trial-entry>p,.trial-dialog #trial-confirm>p {
  font-size: 13px;
  color: #6a7e5b;
  margin-bottom: 24px;
}

.trial-dialog .field {
  margin-bottom: 15px;
}

.trial-dialog .resend {
  margin-top: 13px;
  font-size: 11px;
}

.trial-dialog #resend-status {
  font-size: 11px;
  color: #60754f;
}

.chat-dialog {
  width: 490px;
  padding: 32px;
}

.chat-dialog h2 {
  font-size: 27px;
  margin-top: 16px;
}

.chat-identity {
  font-size: 10px;
  color: #6c7e5c;
  margin-top: 10px;
}

.chat-messages {
  height: 260px;
  overflow: auto;
  border-block: 1px solid #d8e0ce;
  padding: 16px 0;
  margin: 18px 0;
}

.chat-message {
  border-radius: 8px;
  font-size: 12px;
  line-height: 1.65;
  padding: 12px 14px;
  max-width: 90%;
  background: #e8eedf;
  margin: 0 0 12px;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
}

.chat-message.me {
  background: #303e29;
  color: #fff;
  margin-left: auto;
}

.chat-input {
  display: flex;
  gap: 8px;
}

.chat-input input {
  min-width: 0;
}

.chat-input .button {
  min-height: 44px;
  padding: 11px 17px;
}

.chat-dialog>.text-link {
  font-size: 11px;
  margin-top: 12px;
}

.dialog .eyebrow,.demo-intro>p:not(.eyebrow),.demo-human small,.calendar-heading label,.calendar-status,.demo-days button,.field small,.field label>span,.form-fine,.trial-dialog #trial-entry>p,.trial-dialog #trial-confirm>p,.chat-identity,.optional-fields summary>span {
  color: #59664f;
}

@media (min-width:1440px) {
  .hero {
    gap: 60px;
    padding-block: 104px 96px;
  }
  .hero-visual {
    margin-right: -25px;
  }
  .hero {
    min-height: 760px;
  }
}

@media (max-width:1100px) {
  .wrap {
    width: calc(100% - 64px);
  }
  .desktop-nav {
    gap: 19px;
  }
  .nav-actions {
    gap: 18px;
  }
  .hero {
    gap: 26px;
    padding-block: 80px 65px;
    min-height: 660px;
  }
  h1 {
    font-size: 59px;
    letter-spacing: -3px;
  }
  .hero-description {
    font-size: 14px;
  }
  .hero .eyebrow {
    font-size: 9px;
  }
  .hero-actions {
    gap: 10px 15px;
  }
  .hero-actions .button {
    font-size: 12px;
    gap: 16px;
    padding: 15px 18px;
  }
  .hero-visual {
    padding-bottom: 110px;
  }
  .preview-sidebar {
    width: 100px;
    padding-inline: 5px;
  }
  .preview-main {
    padding: 18px 13px 10px;
  }
  .preview-main h2 {
    font-size: 17px;
  }
  .preview-tabs>span {
    display: none;
  }
  .task-row {
    gap: 7px;
  }
  .task-status {
    font-size: 6px;
    padding: 4px;
  }
  .context-card {
    right: -8px;
    width: 87%;
    padding: 15px 17px 0;
  }
  .context-card>p {
    font-size: 11px;
  }
  .department-panel {
    gap: 55px;
    grid-template-columns: 1fr 1.2fr;
  }
  .section-heading {
    gap: 50px;
  }
  .people-grid,.pricing-section {
    gap: 70px;
  }
  .faq-section {
    gap: 65px;
  }
  .next-action {
    padding: 18px 16px;
  }
  .timeline {
    padding-left: 38px;
    padding-right: 20px;
  }
  .customer-head {
    padding: 20px 16px;
  }
  .status-chip {
    font-size: 7px;
    padding: 5px 7px;
  }
  .closing-lines {
    right: -290px;
  }
}

@media (max-width:900px) {
  .wrap {
    width: calc(100% - 48px);
  }
  .desktop-nav {
    gap: 16px;
  }
  .nav-actions {
    gap: 18px;
  }
  .nav-row {
    gap: 22px;
    height: 76px;
  }
  .brand {
    font-size: 22px;
  }
  .brand img {
    width: 32px;
    height: 32px;
  }
  .nav-actions .button {
    font-size: 11px;
    gap: 12px;
  }
  .desktop-nav a,.sign-in {
    font-size: 11px;
  }
  .hero {
    gap: 23px;
    padding-block: 70px 60px;
  }
  h1 {
    font-size: 51px;
    letter-spacing: -2.6px;
  }
  .hero .eyebrow {
    font-size: 8px;
    letter-spacing: .6px;
  }
  .hero-description {
    font-size: 13px;
    max-width: 320px;
  }
  .hero-actions {
    align-items: flex-start;
    gap: 7px;
  }
  .hero-note {
    font-size: 9px;
    max-width: 265px;
  }
  .hero-visual {
    padding-top: 15px;
    padding-bottom: 125px;
  }
  .preview-sidebar {
    display: none;
  }
  .preview-content {
    min-height: 325px;
  }
  .preview-main {
    padding: 21px 18px 11px;
  }
  .preview-main h2 {
    font-size: 19px;
  }
  .task-row b {
    font-size: 11px;
  }
  .task-row div>span {
    font-size: 9px;
  }
  .task-status {
    font-size: 7px;
  }
  .context-card {
    right: -4px;
    width: 96%;
    bottom: 28px;
  }
  .hero-visual figcaption {
    left: 0;
    font-size: 7px;
    bottom: -5px;
  }
  .value-strip {
    gap: 20px;
    padding-block: 27px;
    font-size: 10px;
  }
  .value-strip p {
    font-size: 10px;
  }
  .value-strip>span {
    gap: 6px;
  }
  .value-strip i {
    font-size: 8px;
  }
  .product-section {
    padding-block: 65px;
  }
  .section-heading h2 {
    font-size: 43px;
  }
  .section-heading>p {
    max-width: 270px;
    font-size: 12px;
  }
  .department-panel {
    gap: 35px;
  }
  .department-copy h3 {
    font-size: 28px;
  }
  .department-copy>p {
    font-size: 12px;
  }
  .feature-label {
    font-size: 8px;
  }
  .check-list li {
    font-size: 10px;
  }
  .department-tabs {
    margin-top: 32px;
  }
  .department-tabs button {
    font-size: 17px;
    padding: 17px;
  }
  .customer-head>div b {
    font-size: 11px;
  }
  .customer-head>div>span {
    font-size: 8px;
  }
  .status-chip {
    display: none;
  }
  .timeline small {
    display: block;
    margin: 5px 0 0;
  }
  .timeline p {
    font-size: 10px;
  }
  .next-action {
    flex-wrap: wrap;
    gap: 9px;
  }
  .next-action b {
    font-size: 10px;
  }
  .owner-chip {
    font-size: 8px;
  }
  .connection-section {
    padding-block: 75px;
  }
  .connection-intro h2 {
    font-size: 36px;
  }
  .relationship-path article {
    padding-inline: 22px;
  }
  .relationship-path h3 {
    font-size: 17px;
  }
  .relationship-path p {
    font-size: 11px;
  }
  .people-grid,.pricing-section {
    gap: 45px;
  }
  .people-copy h2 {
    font-size: 42px;
  }
  .people-copy>p:not(.eyebrow) {
    font-size: 12px;
  }
  .people-copy .eyebrow {
    font-size: 9px;
  }
  .onboarding-plan article {
    margin-inline: 20px;
    gap: 16px;
    padding-block: 24px;
  }
  .onboarding-plan h3 {
    font-size: 17px;
  }
  .onboarding-plan p {
    font-size: 11px;
  }
  .pricing-section {
    padding-block: 85px;
  }
  .pricing-copy h2 {
    font-size: 38px;
  }
  .pricing-card {
    padding: 25px;
  }
  .pricing-card .button {
    gap: 12px;
  }
  .pricing-copy>p:not(.eyebrow) {
    font-size: 12px;
  }
  .unit-price strong {
    font-size: 59px;
  }
  .billing-toggle label>span {
    font-size: 11px;
    min-height: 48px;
  }
  .billing-toggle small {
    font-size: 7px;
  }
  .faq-section {
    gap: 50px;
    padding-bottom: 80px;
  }
  .faq-heading h2 {
    font-size: 33px;
  }
  .faq-list summary {
    font-size: 12px;
  }
  .faq-list details>p {
    font-size: 11px;
  }
  .closing-inner h2 {
    font-size: 54px;
  }
  .footer-top {
    gap: 30px;
  }
  .footer-top>a:last-child {
    font-size: 11px;
  }
  .demo-dialog[open] {
    grid-template-columns: .8fr 1.15fr;
  }
  .demo-intro {
    padding: 45px 25px 30px;
  }
  .demo-intro h2 {
    font-size: 28px;
  }
  .demo-intro>p:not(.eyebrow) {
    font-size: 12px;
  }
  .demo-main {
    padding: 55px 25px 25px;
  }
}

@media (max-width:700px) {
  html {
    scroll-padding-top: 88px;
  }
  .wrap {
    width: calc(100% - 40px);
  }
  .nav-row {
    height: 73px;
    gap: 15px;
  }
  .brand {
    font-size: 23px;
  }
  .brand img {
    width: 32px;
    height: 32px;
  }
  .desktop-nav,.nav-actions .sign-in {
    display: none;
  }
  .nav-actions {
    gap: 9px;
  }
  .nav-actions .button {
    min-height: 40px;
    padding: 10px 12px;
    font-size: 10px;
    gap: 10px;
  }
  .menu-toggle {
    display: block;
    margin-right: -8px;
  }
  .hero {
    display: block;
    padding-top: 50px;
    padding-bottom: 48px;
    min-height: auto;
  }
  .hero .eyebrow {
    font-size: 9px;
    letter-spacing: .9px;
  }
  .hero-copy {
    max-width: 540px;
    margin: auto;
  }
  h1 {
    font-size: clamp(50px,10vw,69px);
    line-height: 1.04;
    letter-spacing: -3px;
    margin-top: 23px;
  }
  .hero-description {
    font-size: 15px;
    max-width: 430px;
    margin-top: 23px;
  }
  .hero-actions {
    margin-top: 26px;
    gap: 12px 22px;
    align-items: center;
  }
  .hero-actions .button {
    min-height: 52px;
    padding: 15px 20px;
    font-size: 13px;
    gap: 20px;
  }
  .hero-actions>.text-link {
    font-size: 11px;
  }
  .hero-note {
    font-size: 10px;
    max-width: 350px;
    margin-top: 12px;
  }
  .hero-visual {
    max-width: 510px;
    margin: 50px auto 0;
    padding: 20px 7px 115px;
  }
  .workspace-preview {
    width: 100%;
    margin: 0;
    transform: rotate(-1.5deg);
  }
  .preview-sidebar {
    display: block;
    width: 110px;
  }
  .preview-main {
    padding: 20px 16px 12px;
  }
  .preview-main h2 {
    font-size: 18px;
  }
  .preview-content {
    min-height: 330px;
  }
  .task-row b {
    font-size: 10px;
  }
  .task-row div>span {
    font-size: 8px;
  }
  .task-status {
    font-size: 6px;
  }
  .context-card {
    width: 79%;
    right: 2px;
    bottom: 23px;
    padding: 15px 18px 0;
  }
  .context-top {
    font-size: 7px;
  }
  .context-card>p {
    font-size: 11px;
    line-height: 1.7;
    padding: 12px 0;
  }
  .hero-visual figcaption {
    font-size: 7px;
    bottom: -4px;
    left: 10px;
    right: 10px;
  }
  .visual-orbit {
    inset: -5px 10px 10px;
  }
  .value-strip {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 16px 26px;
    padding-block: 22px 30px;
  }
  .value-strip p {
    width: 100%;
    font-size: 12px;
    line-height: 1.6;
  }
  .value-strip p br {
    display: none;
  }
  .value-strip p strong {
    margin-left: 3px;
  }
  .value-strip>span {
    font-size: 10px;
    gap: 7px;
  }
  .value-strip>span:last-child {
    margin-left: 0;
  }
  .product-section {
    padding-block: 58px;
  }
  .section-heading {
    display: block;
  }
  .section-heading .eyebrow {
    font-size: 9px;
    margin-bottom: 21px;
  }
  .section-heading h2 {
    font-size: 42px;
  }
  .section-heading>p {
    max-width: 420px;
    font-size: 13px;
    margin-top: 21px;
  }
  .department-tabs {
    margin-top: 28px;
  }
  .department-tabs button {
    font-size: 16px;
    gap: 8px;
    padding: 18px 12px;
  }
  .department-tabs button>span {
    font-size: 8px;
  }
  .department-tabs button>i {
    font-size: 17px;
  }
  .department-panel {
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding-top: 32px;
    align-items: stretch;
    min-height: 0;
  }
  .department-copy h3 {
    font-size: 31px;
    margin: 17px 0;
  }
  .department-copy h3 br {
    display: none;
  }
  .department-copy>p {
    max-width: 450px;
    font-size: 13px;
  }
  .feature-label {
    font-size: 8px;
  }
  .check-list {
    margin-block: 20px;
  }
  .check-list li {
    font-size: 12px;
    margin: 8px 0;
  }
  .department-copy .text-link {
    font-size: 12px;
  }
  .scene-caption {
    font-size: 7px;
    margin-bottom: 12px;
  }
  .scene-caption>span:last-child {
    font-size: 6px;
  }
  .customer-head {
    padding: 20px;
  }
  .customer-head>div b {
    font-size: 12px;
  }
  .customer-head>div>span {
    font-size: 9px;
  }
  .status-chip {
    display: block;
    font-size: 7px;
  }
  .timeline {
    padding: 23px 22px 0 38px;
  }
  .timeline>div {
    padding-bottom: 22px;
  }
  .timeline>div>span {
    font-size: 11px;
  }
  .timeline small {
    display: inline;
    font-size: 7px;
    margin-left: 6px;
  }
  .timeline p {
    font-size: 11px;
  }
  .next-action {
    padding: 18px 19px;
  }
  .next-action b {
    font-size: 11px;
  }
  .owner-chip {
    font-size: 8px;
  }
  .scene-footnote {
    font-size: 9px;
    margin-top: 15px;
  }
  .connection-section {
    padding-block: 63px;
  }
  .connection-intro .eyebrow {
    font-size: 8px;
  }
  .connection-intro h2 {
    font-size: 33px;
    letter-spacing: -1.4px;
  }
  .connection-intro h2 br {
    display: none;
  }
  .connection-intro>p:last-child {
    font-size: 13px;
    margin-top: 20px;
  }
  .relationship-path {
    grid-template-columns: 1fr;
    margin-top: 32px;
    gap: 27px;
  }
  .relationship-path article,.relationship-path article:first-child,.relationship-path article:last-child {
    border-left: 0;
    padding: 0;
    border-bottom: 1px solid #d6decc;
  }
  .relationship-path h3 {
    margin: 12px 0 8px;
    font-size: 20px;
  }
  .relationship-path p {
    font-size: 12px;
    max-width: 360px;
  }
  .path-end {
    padding: 16px 0 20px;
    border: 0;
  }
  .people-section {
    padding-block: 58px;
  }
  .people-grid {
    grid-template-columns: 1fr;
    gap: 35px;
  }
  .people-copy h2 {
    font-size: 43px;
  }
  .people-copy>p:not(.eyebrow) {
    font-size: 13px;
    max-width: 460px;
  }
  .origin-note {
    margin-top: 22px;
  }
  .onboarding-plan {
    transform: none;
    max-width: 510px;
  }
  .onboarding-plan h3 {
    font-size: 20px;
  }
  .onboarding-plan p {
    font-size: 12px;
    max-width: 360px;
  }
  .onboarding-plan article {
    padding-block: 23px;
    gap: 20px;
  }
  .pricing-section {
    grid-template-columns: 1fr;
    padding-block: 65px;
    gap: 32px;
  }
  .pricing-copy h2 {
    font-size: 40px;
  }
  .pricing-copy>p:not(.eyebrow) {
    font-size: 13px;
    max-width: 450px;
  }
  .pricing-copy .eyebrow {
    margin-bottom: 20px;
  }
  .seat-definitions {
    margin-block: 26px;
  }
  .seat-definitions dd {
    max-width: 420px;
  }
  .pricing-copy>p.pricing-detail {
    font-size: 11px;
  }
  .pricing-card {
    padding: 27px;
    max-width: 510px;
    width: 100%;
  }
  .unit-price strong {
    font-size: 66px;
  }
  .billing-toggle small {
    font-size: 8px;
  }
  .billing-toggle label>span {
    font-size: 12px;
    min-height: 44px;
  }
  .pricing-card>.button {
    font-size: 13px;
  }
  .estimate-note {
    min-height: 25px;
    font-size: 10px;
  }
  .trial-option {
    font-size: 11px;
  }
  .trial-option small {
    font-size: 9px;
  }
  .faq-section {
    grid-template-columns: 1fr;
    gap: 28px;
    padding-block: 55px 65px;
  }
  .faq-heading .eyebrow {
    font-size: 9px;
    margin-bottom: 18px;
  }
  .faq-heading h2 {
    font-size: 35px;
  }
  .faq-heading>p:not(.eyebrow) {
    margin-top: 17px;
  }
  .faq-list summary {
    font-size: 14px;
    padding-block: 21px;
  }
  .faq-list details>p {
    font-size: 13px;
    line-height: 1.7;
    padding-right: 15px;
  }
  .closing-inner {
    padding-block: 62px;
  }
  .closing-inner .eyebrow {
    font-size: 9px;
  }
  .closing-inner h2 {
    font-size: 43px;
    letter-spacing: -1.8px;
    max-width: 470px;
    line-height: 1.1;
  }
  .closing-inner h2 br {
    display: none;
  }
  .closing-inner>p:not(.eyebrow) {
    font-size: 13px;
    max-width: 290px;
  }
  .closing-lines {
    opacity: .55;
    right: -440px;
  }
  .closing-inner>.button,.closing-inner>p,.closing-note {
    position: relative;
    z-index: 1;
  }
  .closing-note {
    font-size: 9px;
    max-width: 300px;
  }
  .site-footer {
    padding-top: 35px;
    padding-bottom: 28px;
  }
  .footer-top {
    flex-wrap: wrap;
    gap: 20px;
    padding-bottom: 26px;
  }
  .footer-top>p {
    margin-left: auto;
    font-size: 9px;
  }
  .footer-top>a:last-child {
    width: 100%;
    font-size: 12px;
  }
  .footer-bottom {
    display: block;
    font-size: 9px;
  }
  .footer-bottom nav {
    justify-content: flex-start;
    gap: 26px;
    margin-top: 13px;
    font-size: 10px;
  }
  .footer-bottom .text-link {
    font-size: 10px;
  }
  .mobile-cta:not([hidden]) {
    position: fixed;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 25;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    padding: 12px 20px calc(12px + env(safe-area-inset-bottom));
    background: rgba(247,247,242,.98);
    border-top: 1px solid #cdd8c0;
    box-shadow: 0 -8px 26px #25351b08;
  }
  .mobile-cta>span {
    font-size: 10px;
    line-height: 1.7;
    color: #6b7a5d;
  }
  .mobile-cta strong {
    color: #2d3c23;
    font-weight: 600;
  }
  .mobile-cta .button {
    font-size: 12px;
  }
  .dialog {
    max-width: calc(100% - 20px);
    max-height: calc(100dvh - 20px);
    border-radius: 10px;
  }
  .demo-dialog[open] {
    display: block;
    width: 510px;
  }
  .demo-intro {
    padding: 30px 25px 25px;
    display: block;
  }
  .demo-intro h2 {
    font-size: 28px;
    max-width: 320px;
    margin-top: 17px;
  }
  .demo-intro h2 br {
    display: none;
  }
  .demo-intro>p:not(.eyebrow) {
    font-size: 12px;
    max-width: 350px;
    margin-top: 13px;
  }
  .demo-intro .check-list,.demo-human {
    display: none;
  }
  .demo-main {
    padding: 25px;
  }
  .demo-days button {
    min-height: 58px;
  }
  .demo-slots {
    max-height: 190px;
  }
  .demo-slots button {
    min-height: 44px;
  }
  .calendar-heading label {
    font-size: 11px;
  }
  .calendar-heading select {
    min-height: 42px;
    font-size: 12px;
  }
  .calendar-status {
    font-size: 11px;
    line-height: 1.5;
  }
  .alternate-time {
    min-height: 40px;
    font-size: 11px;
  }
  .field label {
    font-size: 12px;
  }
  .selected-time {
    font-size: 12px;
  }
  .optional-fields summary {
    font-size: 11px;
  }
  .form-fine {
    font-size: 10px;
  }
  .dialog-close {
    width: 36px;
    height: 36px;
    top: 8px;
    right: 8px;
  }
  .trial-dialog,.chat-dialog {
    padding: 28px 25px;
  }
  .trial-dialog h2 {
    font-size: 29px;
    margin-top: 22px;
  }
  .chat-dialog h2 {
    font-size: 25px;
  }
  .chat-messages {
    height: 32dvh;
    min-height: 160px;
  }
}

@media (max-width:400px) {
  .wrap {
    width: calc(100% - 32px);
  }
  .brand {
    font-size: 21px;
    gap: 7px;
  }
  .brand img {
    width: 29px;
    height: 29px;
  }
  .nav-actions .button {
    font-size: 10px;
    gap: 9px;
    padding-inline: 10px;
  }
  .nav-actions {
    gap: 5px;
  }
  .hero {
    padding-top: 43px;
  }
  h1 {
    font-size: 51px;
    letter-spacing: -2.8px;
  }
  .hero .eyebrow {
    font-size: 8px;
  }
  .hero-description {
    font-size: 14px;
  }
  .hero-actions {
    gap: 10px 16px;
  }
  .hero-actions .button {
    font-size: 12px;
    padding: 15px 16px;
    gap: 16px;
  }
  .hero-actions>.text-link {
    font-size: 10px;
    gap: 5px;
  }
  .hero-visual {
    margin-top: 44px;
    padding-inline: 4px;
  }
  .preview-sidebar {
    width: 85px;
    padding-inline: 4px;
  }
  .sidebar-item {
    font-size: 7px;
    padding-inline: 5px;
  }
  .sidebar-label {
    font-size: 6px;
    padding-left: 5px;
  }
  .sidebar-bottom {
    font-size: 6px;
    left: 9px;
    gap: 4px;
  }
  .preview-main {
    padding: 19px 11px 10px;
  }
  .preview-main h2 {
    font-size: 16px;
  }
  .task-icon {
    width: 24px;
    height: 27px;
  }
  .task-status {
    display: none;
  }
  .context-card {
    width: 86%;
    right: 1px;
  }
  .context-top {
    font-size: 6px;
  }
  .draft-badge {
    font-size: 6px;
  }
  .context-card>p {
    font-size: 10px;
  }
  .value-strip {
    gap: 13px 18px;
  }
  .value-strip>span {
    font-size: 9px;
  }
  .department-tabs button {
    font-size: 15px;
    padding-inline: 9px;
    gap: 6px;
  }
  .department-tabs button>span {
    font-size: 7px;
  }
  .customer-head {
    padding: 17px 15px;
    gap: 9px;
  }
  .status-chip {
    font-size: 6px;
    padding: 5px;
  }
  .timeline {
    padding-right: 16px;
    padding-left: 30px;
  }
  .timeline small {
    display: block;
    margin-left: 0;
    margin-top: 5px;
  }
  .next-action {
    padding-inline: 15px;
  }
  .next-action b {
    font-size: 10px;
  }
  .owner-chip {
    font-size: 7px;
  }
  .pricing-card {
    padding: 24px 22px;
  }
  .closing-inner h2 {
    font-size: 40px;
  }
  .closing-inner .eyebrow {
    font-size: 8px;
  }
  .form-grid {
    grid-template-columns: 1fr;
  }
  .demo-main {
    padding: 23px 20px;
  }
  .demo-intro {
    padding-inline: 20px;
  }
  .trial-dialog,.chat-dialog {
    padding-inline: 21px;
  }
}

.billing-toggle small {
  font-size: 10px;
}

@media (max-width:700px) {
  .nav-actions .button {
    min-height: 44px;
  }
  .estimate-note,.trial-option small {
    font-size: 10px;
  }
}

@media (prefers-reduced-motion:reduce) {
  html {
    scroll-behavior: auto;
  }
  *,*:before,*:after {
    animation: none !important;
    transition: none !important;
  }
  .button:hover {
    transform: none;
  }
}

@media print {
  .site-header,.mobile-cta,.hero-actions,.dialog,.closing-section,.text-link {
    display: none !important;
  }
  .wrap {
    width: 100%;
  }
  body {
    background: #fff;
  }
  .hero {
    padding-top: 0;
  }
  .product-section {
    break-inside: avoid;
  }
  a {
    text-decoration: underline;
  }
  .hero-visual {
    transform: none;
  }
  .department-panel[hidden] {
    display: grid !important;
  }
}

/* Precision identity */
.brand .brand-rev { color: inherit; font-weight: 400; }
