/* Shared visual system. Functional layout and print rules remain in app.css. */
:root {
  --bg: #f4f5f0;
  --ink: #203b30;
  --muted: #617166;
  --green: #245940;
  --green-dark: #153e2a;
  --line: #dbe3da;
  --soft: #e7eee3;
  --shadow: 0 8px 30px #1d3b2810;
}
:focus-visible {
  outline: 3px solid #a97422;
  outline-offset: 4px;
}
a,
summary,
select {
  cursor: pointer;
}
.muted,
.fine {
  color: var(--muted);
}
.button,
button {
  transition:
    background 0.18s,
    box-shadow 0.18s,
    transform 0.18s;
}
.button:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 12px #18372513;
}
.button.primary,
button.primary {
  box-shadow: 0 3px 0 #153d2712;
}
input:focus,
select:focus,
textarea:focus {
  border-color: #497b55;
  box-shadow: 0 0 0 3px #497b5514;
}
.eyebrow {
  color: #526951;
}
.site-header,
.site-footer {
  max-width: 1360px;
  margin: auto;
  padding: 24px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.site-header {
  min-height: 88px;
}
.site-header nav {
  display: flex;
  gap: 28px;
  align-items: center;
  font-size: 13px;
  font-weight: 600;
}
.site-header .brand {
  font-size: 21px;
}
.site-header .button {
  padding: 11px 18px;
}
.site-footer {
  padding-top: 45px;
  padding-bottom: 40px;
  border-top: 1px solid var(--line);
  align-items: flex-start;
}
.site-footer p {
  font-size: 12px;
  margin: 12px 0 22px;
  color: var(--muted);
}
.site-footer small {
  font-size: 10px;
  color: var(--muted);
}
.site-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 26px;
  font-size: 12px;
  max-width: 460px;
  padding-top: 8px;
}
.footer-mark {
  color: #7d9c45;
  font-size: 36px;
  line-height: 0;
}
.home {
  max-width: 1440px;
  margin: auto;
  padding: 0 24px;
}
.home-hero {
  background: #193f31;
  color: #fffdf2;
  border-radius: 22px;
  padding: 64px 52px 54px;
  display: grid;
  grid-template-columns: 1.04fr 1fr;
  align-items: center;
  gap: 42px;
  position: relative;
  overflow: hidden;
}
.home-hero:before {
  content: '';
  position: absolute;
  width: 520px;
  height: 520px;
  right: -130px;
  top: -220px;
  border: 1px solid #e0edc315;
  border-radius: 50%;
  box-shadow:
    0 0 0 72px #e0edc307,
    0 0 0 145px #e0edc304;
  pointer-events: none;
}
.home-intro,
.home-product {
  position: relative;
  min-width: 0;
}
.hero-kicker {
  display: flex;
  align-items: center;
  gap: 10px;
  letter-spacing: 0.09em;
  font-size: 12px;
  color: #dce9ca;
  font-weight: 600;
  margin: 0 0 26px;
}
.hero-kicker > span {
  color: #d3e797;
  font-size: 24px;
}
.home h1 {
  font-size: clamp(39px, 4.25vw, 62px);
  line-height: 1.42;
  letter-spacing: -0.035em;
  font-weight: 750;
  margin: 0 0 24px;
  white-space: nowrap;
}
.home h1 span {
  color: #d5e7a2;
}
.home-lead {
  font-size: 15px;
  line-height: 2;
  color: #dfe7da;
  margin: 0 0 30px;
}
.home-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.home-actions .button {
  padding: 16px 18px;
  font-size: 13px;
  gap: 18px;
}
.hero-primary {
  background: #d8eaa5;
  border-color: #d8eaa5;
  color: #173b2c;
}
.hero-primary:hover {
  background: #e6f4bb;
}
.hero-secondary {
  border-color: #ffffff55;
  background: transparent;
  color: #fff;
}
.hero-secondary:hover {
  background: #ffffff12;
}
.hero-explanation {
  font-size: 12px;
  line-height: 1.9;
  color: #d0dfcb;
  margin: 17px 0 26px;
}
.hero-free {
  margin: 24px 0;
  padding-left: 16px;
  border-left: 3px solid #d8e9a8;
}
.hero-free strong {
  display: block;
  color: #d8e9a8;
  font-size: clamp(22px, 2vw, 28px);
  line-height: 1.5;
}
.hero-free span {
  display: block;
  margin-top: 4px;
  color: #f7f8ee;
  font-size: 13px;
  line-height: 1.8;
}
.hero-free b {
  font-weight: inherit;
  white-space: nowrap;
}
.end-free {
  display: block;
  margin: 0 20px 24px;
  font-size: 14px;
  font-weight: 600;
}
.hero-assurances {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 19px;
  font-size: 10px;
  color: #bfd3bb;
  border-top: 1px solid #ffffff20;
  padding-top: 20px;
}
.product-caption {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  font-size: 11px;
  align-items: center;
  margin: 0 2px 14px;
  color: #d5e2ce;
}
.sample-label {
  display: inline-flex;
  align-items: center;
  padding: 4px 9px;
  background: #e9efdf;
  color: #456047;
  border-radius: 5px;
  font-size: 10px;
  white-space: nowrap;
}
.product-window {
  background: #fff;
  color: #284033;
  border-radius: 13px;
  box-shadow: 0 22px 50px #001d2150;
  overflow: hidden;
  border: 1px solid #fff9;
}
.product-window-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
  padding: 16px 18px;
  background: #f6f7f2;
  border-bottom: 1px solid #e0e5dc;
  font-size: 10px;
}
.product-window-head > div {
  display: flex;
  gap: 7px;
  align-items: center;
}
.mini-logo {
  display: inline-grid;
  place-items: center;
  background: #28573f;
  color: white;
  width: 23px;
  height: 23px;
  border-radius: 6px;
  font-size: 17px;
}
.window-dots {
  letter-spacing: 2px;
  margin-left: 8px;
  color: #8b9d87;
}
.product-month {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 22px 22px 14px;
}
.product-month small {
  font-size: 10px;
  color: #6d7a6c;
}
.home .product-month h2 {
  font-size: 24px;
  margin: 4px 0 0;
  line-height: 1.3;
}
.product-summary {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 0 22px 20px;
  border: 1px solid #e3e8dc;
  border-radius: 8px;
  background: #fcfcf8;
}
.product-summary > div {
  padding: 11px 15px;
  border-right: 1px solid #e3e8dc;
}
.product-summary > div:last-child {
  border: 0;
}
.product-summary small {
  display: block;
  font-size: 9px;
  color: #687765;
}
.product-summary strong {
  display: block;
  font-size: 25px;
  line-height: 1.5;
  font-weight: 600;
}
.product-summary strong span {
  font-size: 10px;
  margin-left: 5px;
}
.product-summary .summary-word {
  font-size: 15px;
  padding-top: 8px;
}
.product-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 10px;
  table-layout: fixed;
}
.product-table th:first-child {
  width: 30%;
  text-align: left;
  padding-left: 14px;
}
.product-table th,
.product-table td {
  padding: 8px 4px;
  border: 1px solid #e9ede4;
  text-align: center;
  white-space: nowrap;
}
.product-table thead {
  background: #f7f9f3;
  color: #71816d;
  font-size: 9px;
}
.product-table tbody th {
  font-weight: 500;
}
.product-table i {
  font-style: normal;
  display: block;
  padding: 9px 2px;
  background: #dfecd8;
  border-radius: 4px;
  color: #34532f;
  font-size: 10px;
}
.product-table i.late {
  background: #e9e5f3;
  color: #615572;
}
.product-table i.rest {
  background: #f4f2ed;
  color: #7a7e71;
}
.mini-avatar {
  display: inline-grid;
  place-items: center;
  width: 21px;
  height: 21px;
  background: #e4ecd9;
  border-radius: 50%;
  margin-right: 5px;
  font-size: 9px;
  color: #586c48;
}
.mini-avatar.peach {
  background: #f3e4d7;
}
.mini-avatar.blue {
  background: #e0e9ec;
}
.product-window-foot {
  display: flex;
  gap: 18px;
  font-size: 9px;
  color: #687665;
  padding: 14px;
}
.legend-dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 2px;
  background: #b2c99f;
  margin-right: 3px;
}
.legend-dot.lilac {
  background: #beb1da;
}
.product-annotation {
  display: flex;
  align-items: center;
  gap: 12px;
  background: #f0efdb;
  color: #294234;
  margin: 17px 0 0;
  padding: 15px 18px;
  border-radius: 9px;
}
.annotation-check {
  display: grid;
  place-items: center;
  width: 31px;
  height: 31px;
  flex-shrink: 0;
  border: 1px solid #93a973;
  border-radius: 50%;
  color: #547137;
}
.product-annotation b {
  font-size: 12px;
}
.product-annotation p {
  font-size: 10px;
  margin: 4px 0 0;
  color: #5f7157;
}
.home-promise {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
  padding: 30px 28px;
  border-bottom: 1px solid #dbe3d8;
  font-size: 12px;
  color: #63735d;
}
.home-promise p {
  margin: 0;
  max-width: 190px;
}
.home-promise p b {
  display: block;
  color: #2a4432;
}
.home-promise > span:before {
  content: '✳';
  margin-right: 9px;
  color: #739448;
}
.home-section {
  padding: 85px 44px;
}
.section-intro {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 34px;
}
.section-label {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.15em;
  color: #537041;
  margin: 0 0 15px;
}
.section-label span {
  margin-left: 15px;
  color: #7c8975;
}
.home h2 {
  font-size: clamp(24px, 2.65vw, 36px);
  letter-spacing: -0.025em;
  line-height: 1.55;
  font-weight: 650;
  margin: 0;
}
.section-intro > p {
  font-size: 12px;
  line-height: 1.9;
  color: #68755f;
  margin-bottom: 5px;
}
.workflow-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 21px;
}
.workflow-card {
  background: #fff;
  border: 1px solid #dce4d6;
  border-radius: 12px;
  padding: 26px;
  position: relative;
}
.step-number {
  font-size: 12px;
  color: #748e60;
  font-weight: 600;
}
.workflow-card h3 {
  font-size: 19px;
  letter-spacing: -0.03em;
  margin: 24px 0 12px;
}
.workflow-card p {
  font-size: 13px;
  line-height: 1.9;
  color: #60705a;
  margin: 0 0 25px;
}
.feature-caption {
  display: block;
  font-size: 10px;
  color: #536c47;
  border-top: 1px solid #e4e9df;
  padding-top: 15px;
}
.workflow-art {
  height: 164px;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  margin: 14px -8px 0;
  background: #f4f6ef;
  border-radius: 8px;
  padding: 21px;
  overflow: hidden;
}
.request-art {
  flex-direction: column;
  gap: 7px;
}
.request-art > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  background: white;
  padding: 7px 10px;
  font-size: 10px;
  border: 1px solid #e0e6da;
  border-radius: 5px;
  box-shadow: 0 3px 6px #24371d05;
}
.request-art > div:first-child {
  background: #2a5840;
  color: white;
  transform: translateX(-9px);
  border: 0;
}
.request-art > div:last-child {
  transform: translateX(9px);
}
.request-art i {
  font-style: normal;
}
.request-art b {
  background: #f1e7dc;
  padding: 3px 8px;
  font-weight: 500;
  color: #876241;
  border-radius: 3px;
}
.request-art .soft-tag {
  background: #e8eed9;
  color: #536d42;
}
.arrange-art {
  gap: 7px;
  flex-wrap: wrap;
  align-content: center;
}
.arrange-art > span {
  padding: 16px 10px;
  border-radius: 5px;
  background: #e2ebd8;
  font-size: 11px;
  flex: 1;
  text-align: center;
}
.arrange-art .selected {
  outline: 2px solid #50704a;
  outline-offset: 2px;
  position: relative;
}
.arrange-art b {
  position: absolute;
  right: -5px;
  top: -11px;
  background: #315939;
  color: white;
  font-size: 8px;
  padding: 2px 5px;
  border-radius: 3px;
}
.arrange-art > div {
  position: relative;
  width: 100%;
  font-size: 10px;
  padding-top: 22px;
  color: #5a6d4a;
}
.arrange-art > div b {
  top: 20px;
  right: 0;
}
.share-art {
  gap: 14px;
  align-items: flex-start;
}
.file-tile {
  background: white;
  border: 1px solid #e5ddd2;
  border-radius: 4px 16px 4px 4px;
  width: 63px;
  text-align: center;
  font-size: 16px;
  color: #9b7055;
  padding: 15px 3px 10px;
  transform: rotate(-6deg);
  box-shadow: 0 5px 7px #28422709;
}
.file-tile span {
  display: block;
  font-size: 8px;
  padding-top: 7px;
  color: #727b67;
}
.file-tile.excel {
  color: #3a7150;
  transform: rotate(6deg);
}
.share-stamp {
  position: absolute;
  bottom: 13px;
  font-size: 10px;
  background: #2a5840;
  color: white;
  border-radius: 5px;
  padding: 6px 14px;
}
.control-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  background: #e9eddf;
  border-radius: 16px;
  padding: 54px 68px;
  margin: 0 20px;
}
.control-copy > p:not(.section-label) {
  font-size: 13px;
  line-height: 2;
  max-width: 370px;
  color: #5d6f51;
  margin: 22px 0;
}
.control-copy .text-link {
  font-size: 12px;
}
.control-list article {
  display: flex;
  gap: 20px;
  padding: 20px 0;
  border-bottom: 1px solid #ccd8c2;
}
.control-list article:first-child {
  padding-top: 3px;
}
.control-list article:last-child {
  border: 0;
  padding-bottom: 0;
}
.control-list article > span {
  font-size: 11px;
  color: #698251;
  padding-top: 3px;
}
.control-list h3 {
  font-size: 17px;
  margin: 0 0 7px;
}
.control-list p {
  font-size: 12px;
  color: #5d6f51;
  margin: 0;
  line-height: 1.9;
}
.start-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.start-card {
  border-radius: 13px;
  border: 1px solid #d6dfcd;
  padding: 34px;
  background: #fff;
}
.start-card .start-tag {
  font-size: 11px;
  color: #5f7652;
  display: inline-block;
  border-radius: 4px;
  padding: 4px 8px;
  background: #edf1e5;
}
.start-card h3 {
  font-size: 26px;
  letter-spacing: -0.03em;
  margin: 18px 0 13px;
}
.start-card > p {
  font-size: 13px;
  color: #60705a;
  line-height: 1.9;
  max-width: 440px;
}
.start-card ul {
  padding: 10px 0 15px;
  list-style: none;
  font-size: 12px;
  line-height: 2.3;
}
.start-card li:before {
  content: '✓';
  color: #577746;
  margin-right: 10px;
}
.start-card .button {
  width: 100%;
  justify-content: space-between;
  padding: 14px 18px;
}
.team-start {
  background: #edf1e5;
  border-color: #b7c6a5;
}
.team-start .start-tag {
  background: #dce6cb;
  color: #456330;
}
.start-footnote {
  text-align: center;
  font-size: 11px;
  color: #69785d;
  margin: 20px 0 0;
  line-height: 1.9;
}
.faq-section {
  padding-top: 0;
  display: grid;
  grid-template-columns: 1fr 1.7fr;
  gap: 55px;
}
.faq-section h2 {
  margin-bottom: 20px;
}
.faq-section .text-link {
  font-size: 11px;
}
.faq-list details {
  border-bottom: 1px solid #d7dfce;
}
.faq-list summary {
  padding: 20px 28px 20px 0;
  font-size: 13px;
  font-weight: 600;
  list-style: none;
  position: relative;
}
.faq-list summary::-webkit-details-marker {
  display: none;
}
.faq-list summary:after {
  content: '+';
  position: absolute;
  right: 3px;
  color: #69814c;
  font-size: 21px;
  top: 12px;
}
.faq-list details[open] summary:after {
  content: '−';
}
.faq-list details p {
  font-size: 12px;
  line-height: 2;
  color: #60705a;
  margin: 0 28px 22px 0;
}
.faq-list a {
  text-decoration: underline;
}
.home-end {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 48px;
  border-top: 1px solid #dbe3d4;
  padding: 48px 20px 55px;
}
.home-end > p {
  font-size: 21px;
  line-height: 1.7;
  margin: 0;
}
.end-symbol {
  font-size: 67px;
  color: #6f8b42;
  line-height: 1;
}
.home-end .button {
  font-size: 13px;
}
.home-end strong {
  font-weight: 650;
}
/* Workspaces: stronger hierarchy, restrained surfaces, explicit sample mode. */
.sidebar {
  background: #eef2e8;
  border-right-color: #d6dfcd;
}
.side-nav button {
  color: #506347;
  padding-top: 13px;
  padding-bottom: 13px;
}
.side-nav button:hover {
  background: #e3ebd9;
}
.side-nav button.active {
  background: #264f39;
  color: #fff;
}
.side-nav button.active .nav-count {
  background: #ffffff24;
  color: #fff;
}
.free-note {
  background: #e0e8d3;
  border: 1px solid #d2dfc1;
  color: #4d6540;
}
.sidebar-bottom {
  color: #55694c;
}
.workspace-top {
  background: #fff;
  height: 66px;
}
.breadcrumb,
.top-right {
  font-size: 12px;
  color: #5c6b52;
}
.avatar {
  background: #dce7cc;
  color: #4f6d38;
}
.page-heading h1 {
  letter-spacing: -0.03em;
  font-size: 30px;
}
.page-heading .muted {
  font-size: 12px;
}
.page-heading .eyebrow {
  font-size: 10px;
  letter-spacing: 0.14em;
}
.stat {
  box-shadow: 0 4px 14px #233a1e04;
  border-color: #dce3d5;
}
.stat:first-child {
  background: #edf2e5;
}
.schedule-panel,
.section-card,
.insight-card {
  box-shadow: 0 4px 20px #20381c05;
}
.schedule-grid thead th {
  background: #f0f4e9;
  color: #48623c;
}
.schedule-grid .person {
  background: #f7f9f2;
}
.cell-button:hover {
  background: #e7eddf;
  outline: 1px solid #b8c9a9;
  outline-offset: -2px;
}
.data-table th {
  color: #4c623f;
  background: #f1f5e9;
}
.demo-banner {
  background: #f0f0dd;
  border-bottom: 1px solid #d7dcbe;
  padding: 20px 35px;
  gap: 22px;
  align-items: center;
  color: #384c2b;
  font-size: 13px;
}
.demo-banner > div:first-child {
  min-width: 0;
}
.demo-banner strong {
  display: block;
  font-size: 17px;
  margin: 5px 0 3px;
  font-weight: 650;
}
.demo-banner p {
  margin: 0;
  font-size: 12px;
  line-height: 1.85;
  color: #63704c;
}
.demo-mode-label {
  display: inline-block;
  font-size: 9px;
  letter-spacing: 0.09em;
  font-weight: 700;
  color: #5d733f;
}
.demo-actions {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 8px;
  flex-shrink: 0;
}
.demo-banner .text-button {
  font-size: 11px;
  color: #3b5d2a;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.demo-banner .button {
  font-size: 12px;
}
.demo-steps {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 24px;
  padding: 12px 35px;
  background: #fafbf6;
  border-bottom: 1px solid #e0e5d7;
  color: #5b6d4e;
  font-size: 11px;
}
.demo-steps > b {
  font-size: 10px;
  color: #405833;
}
.demo-steps > span {
  display: flex;
  align-items: center;
  gap: 7px;
}
.demo-steps i {
  font-style: normal;
  display: grid;
  place-items: center;
  width: 19px;
  height: 19px;
  background: #e9efdf;
  border-radius: 50%;
  font-size: 10px;
}
.workspace-footer {
  color: #66795a;
}
.auth-aside {
  background: #193f31;
  position: relative;
  overflow: hidden;
}
.auth-aside:after {
  content: '';
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  border: 1px solid #dce9b82b;
  bottom: -200px;
  right: -130px;
  box-shadow:
    0 0 0 55px #dce9b807,
    0 0 0 110px #dce9b805;
  pointer-events: none;
}
.auth-aside h1 {
  letter-spacing: -0.03em;
  font-weight: 650;
  line-height: 1.6;
}
.auth-aside p {
  color: #d4e0c7;
}
.auth-main {
  min-width: 0;
  background: #f6f7f1;
}
.auth-card {
  background: white;
  border: 1px solid #dce4d3;
  padding: 36px;
  border-radius: 16px;
  box-shadow: 0 15px 45px #24402508;
  max-width: 470px;
  width: 100%;
}
.auth-card h2 {
  font-size: 26px;
  letter-spacing: -0.03em;
}
.auth-card .muted {
  font-size: 13px;
  line-height: 1.9;
}
.auth-card .back-link {
  font-size: 11px;
}
.narrow {
  max-width: 820px;
  margin: 35px auto 70px;
  padding: 44px 54px;
  background: white;
  border: 1px solid #dce3d4;
  border-radius: 15px;
  box-shadow: var(--shadow);
}
.narrow > .brand {
  font-size: 11px;
  color: #6c8258;
  letter-spacing: 0.07em;
  margin-bottom: 25px;
}
.narrow h1 {
  font-size: 32px;
  letter-spacing: -0.04em;
  line-height: 1.55;
  margin-bottom: 25px;
}
.prose h2 {
  font-size: 19px;
  margin-top: 34px;
  padding-top: 25px;
  border-top: 1px solid #e7ecdf;
}
.prose p {
  font-size: 14px;
  line-height: 2;
  color: #516447;
}
.prose a:not(.brand) {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.prose form {
  background: #f6f8f0;
  padding: 25px;
  border-radius: 10px;
  border: 1px solid #e1e7d6;
  margin-top: 24px;
}
.access-header {
  background: #fff;
  border-bottom: 1px solid #dbe3d2;
}
.access-main {
  max-width: 900px;
}
.access-main > h1 {
  letter-spacing: -0.03em;
  font-size: 30px;
}
.access-main .section-card {
  border-top: 3px solid #8aa36b;
}
.day-card {
  background: #fafbf7;
  border-color: #e2e9d8;
}
.day-card strong {
  color: #3e5c2e;
}
dialog {
  border-radius: 14px;
  box-shadow: 0 28px 100px #132f2940;
}
.dialog-top {
  background: #f7f9f1;
  border-bottom: 1px solid #dce5d1;
}
.dialog-top h2 {
  font-size: 21px;
  letter-spacing: -0.03em;
}
.empty-state {
  background: #fff;
  border: 1px dashed #b4c5a0;
  border-radius: 14px;
  padding: 50px 28px;
}
.empty-state h2 {
  font-size: 23px;
}
.empty-state p {
  font-size: 13px;
  line-height: 1.9;
}

.stat-note,
.person-sub,
.table-hint,
.schedule-grid thead small,
.table-summary {
  color: #607054;
}
.stat-top,
.stat-note {
  font-size: 11px;
}
.table-summary .short,
.insight-icon {
  color: #855b23;
}
.badge.amber {
  color: #80581f;
}
.list-card {
  border-top: 3px solid #aac18c;
  box-shadow: 0 5px 18px #20381c05;
  border-radius: 12px;
}
.list-card h3 {
  font-size: 18px;
  letter-spacing: -0.02em;
}
.list-card button {
  background: #f2f6eb;
  border-color: #d2dfc4;
  color: #3c5f29;
}
.section-top h2 {
  letter-spacing: -0.025em;
  font-size: 21px;
}

@media (min-width: 1600px) {
  .home-hero {
    padding: 70px 64px;
  }
  .demo-banner,
  .demo-steps {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (max-width: 1100px) {
  .site-header,
  .site-footer {
    padding-left: 28px;
    padding-right: 28px;
  }
  .home-hero {
    padding: 42px 30px;
    gap: 25px;
  }
  .home h1 {
    font-size: 43px;
  }
  .home-actions {
    flex-direction: column;
    align-items: flex-start;
  }
  .home-actions .button {
    min-width: 220px;
    justify-content: space-between;
    padding: 13px 17px;
  }
  .home-lead {
    font-size: 13px;
  }
  .hero-assurances {
    font-size: 9px;
    gap: 10px;
  }
  .product-table th:first-child {
    width: 29%;
    padding-left: 7px;
  }
  .mini-avatar {
    display: none;
  }
  .product-summary > div {
    padding: 10px;
  }
  .product-annotation {
    margin-left: 5px;
    margin-right: 0;
    padding: 12px;
  }
  .home-section {
    padding: 64px 25px;
  }
  .workflow-card {
    padding: 20px;
  }
  .workflow-card h3 {
    font-size: 16px;
  }
  .workflow-art {
    padding: 14px;
  }
  .control-section {
    padding: 40px;
    gap: 35px;
  }
  .home-promise {
    padding: 24px 10px;
    gap: 12px;
    font-size: 10px;
  }
  .start-card {
    padding: 27px;
  }
  .start-card h3 {
    font-size: 23px;
  }
  .demo-banner {
    padding: 18px 24px;
    align-items: flex-start;
  }
  .demo-steps {
    padding: 11px 24px;
    gap: 8px 16px;
  }
  .demo-banner p {
    font-size: 11px;
  }
  .demo-banner strong {
    font-size: 15px;
  }
}
@media (max-width: 760px) {
  .site-header {
    padding: 17px 20px;
    min-height: 75px;
    gap: 10px;
  }
  .site-header .brand {
    font-size: 18px;
    gap: 7px;
  }
  .site-header .brand img {
    width: 29px;
    height: 29px;
  }
  .site-header nav {
    gap: 13px;
    font-size: 11px;
  }
  .site-header .nav-guide {
    display: none;
  }
  .site-header .button {
    font-size: 11px;
    padding: 9px 11px;
  }
  .home {
    padding: 0 14px;
  }
  .home-hero {
    grid-template-columns: 1fr;
    padding: 34px 24px 28px;
    border-radius: 16px;
    gap: 34px;
  }
  .hero-kicker {
    font-size: 10px;
    margin-bottom: 20px;
  }
  .home h1 {
    font-size: clamp(37px, 7.4vw, 52px);
    line-height: 1.4;
    letter-spacing: -0.045em;
    margin-bottom: 19px;
  }
  .home-lead {
    font-size: 13px;
    line-height: 1.9;
    margin-bottom: 24px;
  }
  .desktop-break {
    display: none;
  }
  .home-actions {
    flex-direction: row;
    align-items: stretch;
    gap: 10px;
  }
  .home-actions .button {
    min-width: 0;
    padding: 13px 15px;
    font-size: 12px;
    flex: 1;
    gap: 9px;
  }
  .hero-explanation {
    font-size: 11px;
    margin: 14px 0 19px;
  }
  .hero-assurances {
    padding-top: 16px;
    font-size: 9px;
    gap: 7px 15px;
  }
  .product-caption {
    font-size: 10px;
  }
  .product-window {
    transform: none;
  }
  .product-window-head {
    padding: 12px;
  }
  .product-month {
    margin: 16px 16px 12px;
  }
  .home .product-month h2 {
    font-size: 21px;
  }
  .product-summary {
    margin: 0 16px 16px;
  }
  .product-table th:first-child {
    width: 29%;
  }
  .product-table td {
    padding: 7px 3px;
  }
  .product-table i {
    font-size: 9px;
    padding: 8px 1px;
  }
  .product-annotation {
    transform: none;
    margin: 13px 0 0;
    padding: 12px 14px;
  }
  .product-annotation p {
    font-size: 9px;
  }
  .home-promise {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 22px 8px;
    gap: 12px;
    font-size: 10px;
  }
  .home-promise p {
    grid-column: 1/-1;
    max-width: none;
    font-size: 12px;
    display: flex;
    gap: 3px;
    margin-bottom: 3px;
  }
  .home-section {
    padding: 49px 8px;
  }
  .section-intro {
    display: block;
    margin-bottom: 25px;
  }
  .home h2 {
    font-size: 26px;
  }
  .section-intro > p {
    margin-top: 16px;
    font-size: 11px;
  }
  .workflow-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .workflow-card {
    padding: 24px;
  }
  .workflow-card h3 {
    font-size: 20px;
    margin-top: 22px;
  }
  .workflow-card p {
    font-size: 13px;
    margin-bottom: 20px;
  }
  .workflow-art {
    height: 160px;
    margin: 12px 0 0;
    padding: 20px 35px;
  }
  .feature-caption {
    font-size: 11px;
  }
  .control-section {
    grid-template-columns: 1fr;
    padding: 31px 24px;
    gap: 28px;
    margin: 0;
    border-radius: 13px;
  }
  .control-list h3 {
    font-size: 16px;
  }
  .control-copy > p:not(.section-label) {
    font-size: 12px;
  }
  .start-grid {
    grid-template-columns: 1fr;
    gap: 17px;
  }
  .start-card {
    padding: 26px;
  }
  .start-card h3 {
    font-size: 24px;
  }
  .start-footnote {
    text-align: left;
    font-size: 11px;
  }
  .faq-section {
    grid-template-columns: 1fr;
    gap: 22px;
    padding-top: 5px;
  }
  .faq-section h2 {
    margin-bottom: 12px;
  }
  .faq-list summary {
    font-size: 12px;
    padding-top: 19px;
    padding-bottom: 19px;
    line-height: 1.9;
  }
  .faq-list details p {
    font-size: 12px;
    margin-right: 0;
  }
  .home-end {
    gap: 17px;
    flex-wrap: wrap;
    padding: 35px 12px 42px;
    justify-content: flex-start;
  }
  .end-symbol {
    font-size: 49px;
  }
  .home-end > p {
    font-size: 21px;
  }
  .home-end > .button {
    width: 100%;
    margin-top: 10px;
  }
  .site-footer {
    display: block;
    padding: 30px 22px;
  }
  .site-footer nav {
    margin-top: 24px;
    gap: 16px 22px;
    font-size: 11px;
  }
  .site-footer p {
    margin-bottom: 12px;
  }
  .demo-banner {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 17px 18px;
  }
  .demo-banner span {
    display: inline-block;
  }
  .demo-banner strong {
    font-size: 16px;
  }
  .demo-banner p {
    font-size: 11px;
    line-height: 1.9;
  }
  .demo-actions {
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    gap: 9px 16px;
  }
  .demo-banner .button {
    font-size: 11px;
    padding: 9px 12px;
  }
  .demo-banner .text-button {
    font-size: 10px;
  }
  .demo-steps {
    padding: 12px 18px;
    gap: 7px 13px;
    font-size: 10px;
  }
  .demo-steps > b {
    width: 100%;
  }
  .demo-steps i {
    width: 17px;
    height: 17px;
  }
  .page-heading h1 {
    font-size: 26px;
  }
  .workspace-top {
    height: auto;
    min-height: 62px;
  }
  .side-nav button.active {
    background: #264f39;
    color: #fff;
  }
  .auth-main {
    padding: 28px 18px 44px;
  }
  .auth-card {
    padding: 27px 24px;
  }
  .auth-card h2 {
    font-size: 24px;
  }
  .auth-aside {
    min-width: 0;
    padding: 22px;
  }
  .narrow {
    margin: 20px 16px 40px;
    padding: 28px 24px;
    border-radius: 12px;
  }
  .narrow h1 {
    font-size: 27px;
  }
  .prose p {
    font-size: 13px;
  }
  .prose form {
    padding: 19px 16px;
  }
  .access-main > h1 {
    font-size: 27px;
  }
  .site-header + .narrow {
    min-height: 50vh;
  }
}
@media (max-width: 400px) {
  .site-header {
    padding-left: 16px;
    padding-right: 16px;
  }
  .site-header .brand {
    font-size: 16px;
  }
  .site-header nav {
    gap: 10px;
    white-space: nowrap;
    flex-shrink: 0;
  }
  .site-header .button {
    font-size: 10px;
    padding: 8px;
  }
  .home-hero {
    padding-left: 20px;
    padding-right: 20px;
  }
  .home-actions {
    flex-direction: column;
  }
  .home-actions .button {
    width: 100%;
  }
  .product-window-head {
    font-size: 9px;
  }
  .product-caption {
    font-size: 9px;
  }
  .product-annotation b {
    font-size: 11px;
  }
  .product-summary small {
    font-size: 8px;
  }
  .product-summary .summary-word {
    font-size: 13px;
  }
  .home h1 {
    font-size: 37px;
  }
  .auth-card {
    padding: 24px 20px;
  }
}
@media (prefers-reduced-motion: no-preference) {
  .product-table tbody tr {
    animation: schedule-row-arrive 0.55s cubic-bezier(0.22, 1, 0.36, 1) backwards;
  }
  .product-table tbody tr:nth-child(2) {
    animation-delay: 0.12s;
  }
  .product-table tbody tr:nth-child(3) {
    animation-delay: 0.24s;
  }
  .product-table tbody tr:nth-child(4) {
    animation-delay: 0.36s;
  }
  @keyframes schedule-row-arrive {
    from {
      opacity: 0;
      transform: translateX(18px);
    }
    to {
      opacity: 1;
      transform: translateX(0);
    }
  }
}
@media print {
  .site-header,
  .site-footer,
  .demo-steps {
    display: none;
  }
  .home-hero {
    background: white;
    color: black;
  }
  .narrow {
    border: 0;
    box-shadow: none;
  }
}

@media screen and (max-width: 800px) {
  .side-nav {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
    overflow: visible;
  }
  .side-nav button {
    justify-content: center;
    min-width: 0;
    min-height: 44px;
    padding: 8px 6px;
    gap: 4px;
    font-size: 11px;
  }
  .side-nav .nav-count {
    margin-left: 0;
    font-size: 10px;
    padding: 1px 4px;
  }
  .app-shell[data-demo='false'] .org-box {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0;
  }
  .org-box .eyebrow {
    display: none;
  }
  .org-box select {
    min-width: 0;
    flex: 1 1 140px;
    width: auto;
  }
  .org-box button {
    white-space: nowrap;
  }
  .sidebar-bottom {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-top: 0;
  }
  .sidebar-bottom .free-note {
    display: none;
  }
}

@media screen and (max-width: 480px) {
  .side-nav button > span:first-child {
    display: none;
  }
  .workspace-top {
    height: auto;
    min-height: 66px;
    padding-top: 12px;
    padding-bottom: 12px;
    gap: 8px;
    flex-wrap: wrap;
  }
  .breadcrumb > span {
    display: none;
  }
}
#dialog-feedback {
  position: sticky;
  bottom: 0;
  padding: 14px 16px;
  margin-top: 16px;
  border: 1px solid #d6b974;
  border-radius: 10px;
  background: #fff8e6;
  color: #624a18;
  font-size: 14px;
  line-height: 1.7;
  box-shadow: 0 4px 16px #18332312;
  overflow-wrap: anywhere;
}
.setup-guide {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  padding: clamp(20px, 3vw, 30px);
  margin-bottom: 24px;
  border: 1px solid #cad9c5;
  border-radius: 16px;
  background: #eef4e8;
}
.setup-guide h2 {
  margin: 0 0 10px;
  font-size: 21px;
}
.setup-guide p {
  margin: 0 0 8px;
  max-width: 620px;
  line-height: 1.8;
}
.setup-guide .eyebrow {
  color: #45603e;
}
.setup-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.setup-actions button {
  min-height: 44px;
}
.staff-filters {
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  gap: 16px;
  padding: 18px;
  margin-bottom: 24px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
}
.staff-filters label:first-child {
  flex: 1 1 200px;
}
.staff-filters label {
  margin: 0;
}
.staff-filters p {
  margin: 0 0 10px;
  font-size: 12px;
  color: var(--muted);
}
.staff-identifier {
  margin: 12px 0;
  font-size: 11px;
  color: var(--muted);
}
.staff-identifier summary {
  cursor: pointer;
}
.staff-identifier code {
  display: block;
  margin-top: 8px;
  overflow-wrap: anywhere;
}
.home-intents {
  width: 100%;
  max-width: 850px;
  margin: 0 auto 64px;
  text-align: left;
}
.home-intents h2 {
  font-size: clamp(24px, 3vw, 34px);
  margin-bottom: 24px;
}
.home-intents a {
  display: block;
  padding: 22px 16px;
  border-bottom: 1px solid #cbd8c8;
  font-size: clamp(14px, 1.6vw, 18px);
  font-weight: 600;
  line-height: 1.8;
}
.home-intents a:hover {
  background: #edf1e6;
}
.site-footer nav {
  flex-wrap: wrap;
}
.home-intent-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.home-intent-grid a {
  border: 1px solid #cbd8c8;
  border-radius: 14px;
  padding: 24px;
  background: #fbfcf8;
}
.home-intent-grid small {
  display: block;
  font-size: 12px;
  color: #5a7156;
  margin-bottom: 10px;
}
.home-guide-all {
  font-size: 14px !important;
}
.home-intents {
  max-width: 1100px;
}
@media (max-width: 650px) {
  .home-intent-grid {
    grid-template-columns: 1fr;
  }
  .home-intent-grid a {
    padding: 20px;
  }
}
.home-team-art {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto 48px;
}
.home-team-art img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 460px;
  object-fit: cover;
  object-position: center 58%;
  border-radius: 24px;
}
@media (max-width: 600px) {
  .home-team-art img {
    max-height: none;
    border-radius: 16px;
  }
}
/* Keep editorial discovery separate from the closing call to action. */
.home-discover {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: 40px;
  align-items: center;
  padding: 64px 20px;
  border-top: 1px solid #dbe3d4;
}
.home-discover .home-team-art {
  margin: 0;
  max-width: none;
}
.home-discover .home-team-art img {
  max-height: none;
  aspect-ratio: 1/1;
  object-fit: cover;
}
.home-discover .home-intents {
  margin: 0;
  max-width: none;
  min-width: 0;
}
.home-discover .home-intents h2 {
  font-size: clamp(24px, 2.5vw, 34px);
  line-height: 1.6;
}
.home-discover .home-intent-grid a {
  font-size: 16px;
  padding: 20px;
}
.home-end {
  display: grid;
  grid-template-columns: auto minmax(260px, 1fr) auto;
  gap: 16px 32px;
}
.home-end .end-symbol {
  grid-row: 1/3;
}
.home-end > p {
  grid-column: 2;
  grid-row: 1;
}
.home-end .end-free {
  grid-column: 2;
  grid-row: 2;
  line-height: 1.8;
}
.home-end > .button {
  grid-column: 3;
  grid-row: 1/3;
  white-space: nowrap;
}
@media (max-width: 900px) {
  .home-discover {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .home-discover .home-team-art img {
    aspect-ratio: 2/1;
    max-height: 360px;
  }
  .home-end {
    grid-template-columns: auto minmax(0, 1fr);
  }
  .home-end > .button {
    grid-column: 2;
    grid-row: 3;
    justify-self: start;
  }
}
@media (max-width: 600px) {
  .home-discover {
    padding: 36px 0;
  }
  .home-discover .home-team-art img {
    aspect-ratio: 3/2;
  }
  .home-end {
    display: flex;
    flex-direction: column;
    gap: 18px;
    text-align: center;
    padding: 36px 12px;
  }
  .home-end > p,
  .home-end .end-free {
    width: 100%;
  }
  .home-end > .button {
    max-width: 100%;
    white-space: normal;
  }
  .home-discover .home-intent-grid a {
    font-size: 15px;
  }
}
.skip-link {
  position: fixed;
  left: 16px;
  top: 12px;
  z-index: 9999;
  padding: 12px 20px;
  background: #193f32;
  color: #fff;
  border-radius: 8px;
  transform: translateY(-180%);
}
.skip-link:focus {
  transform: translateY(0);
}
.mobile-public-menu {
  display: none;
}
#main-content:focus {
  outline: none;
}
.site-header a:focus-visible,
.mobile-public-menu summary:focus-visible {
  outline: 3px solid #527437;
  outline-offset: 4px;
}
@media (max-width: 700px) {
  .site-header {
    flex-wrap: wrap;
  }
  .mobile-public-menu {
    display: block;
    width: 100%;
    border-top: 1px solid #d6dfce;
    margin-top: 12px;
    padding-top: 8px;
  }
  .mobile-public-menu summary {
    cursor: pointer;
    padding: 8px;
    font-size: 14px;
    font-weight: 600;
  }
  .mobile-public-menu nav {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    padding: 10px 0;
  }
  .mobile-public-menu a {
    padding: 12px;
    background: #edf2e6;
    border-radius: 8px;
    font-size: 14px;
  }
}
@media print {
  .skip-link,
  .mobile-public-menu {
    display: none;
  }
}
/* Public text must retain contrast against the sage and ivory surfaces. */
.home .product-window th,
.home .product-window td i {
  color: #42563d;
}
.home .product-window td i.late {
  color: #61546f;
}
.home .section-label > span,
.home .section-intro > p,
.home .step-number,
.home .control-list article > span,
.home .sample-start > .start-tag,
.home .start-footnote,
.home .file-tile span {
  color: #4e6143;
}
.home .request-art b {
  color: #715031;
}
.home .file-tile {
  color: #81563f;
}
.prose > .brand {
  color: #244e3c;
}
