:root {
  --forest: #194d3e;
  --forest-dark: #123b30;
  --ink: #242e2a;
  --sage: #81a770;
  --mint: #dcf3c6;
  --paper: #f8f9f5;
  --muted: #68766e;
  --line: #e1e7de;
  font-family: "DM Sans", sans-serif;
  color: var(--ink);
  background: var(--paper);
  font-synthesis: none;
  font-size: 16px;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 105px;
}
body {
  margin: 0;
  overflow-x: clip;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
a,
summary {
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
}
button {
  font: inherit;
}
h1,
h2,
h3,
p {
  margin: 0;
}
h1,
h2,
h3,
.brand {
  font-family: Manrope, sans-serif;
}
a:focus-visible,
button:focus-visible,
summary:focus-visible {
  outline: 3px solid #648b50;
  outline-offset: 5px;
}
::selection {
  background: #d9eacb;
  color: var(--forest);
}
.container {
  width: min(1280px, calc(100% - 112px));
  margin-inline: auto;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  background: rgb(248 249 245 / 0.96);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
}
.header-inner {
  height: 92px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.brand {
  display: inline-flex;
  align-items: center;
  font-size: 30px;
  font-weight: 800;
  letter-spacing: -1.6px;
  white-space: nowrap;
}
.brand img {
  margin-right: 9px;
}
.brand > span {
  color: var(--sage);
}
nav {
  display: flex;
  align-items: center;
  gap: 32px;
  font-size: 14px;
  font-weight: 550;
}
nav > a:not(.button):hover,
.text-link:hover,
.inline-link:hover {
  color: #5e844e;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  min-height: 54px;
  padding: 15px 23px;
  border-radius: 7px;
  background: var(--forest);
  color: #fff;
  font-size: 14px;
  font-weight: 650;
  border: 1px solid var(--forest);
  transition:
    background 0.2s,
    transform 0.2s;
}
.button:hover {
  background: var(--forest-dark);
  transform: translateY(-2px);
}
.button > span,
.text-link > span {
  font-size: 22px;
  font-weight: 400;
  line-height: 1;
}
.button-small {
  min-height: 44px;
  padding: 11px 19px;
  gap: 32px;
}
.menu-toggle {
  display: none;
}
.skip-link {
  position: fixed;
  top: 8px;
  left: 8px;
  background: var(--forest);
  color: #fff;
  padding: 16px;
  z-index: 99;
  transform: translateY(-150%);
}
.skip-link:focus {
  transform: translateY(0);
}
.hero {
  display: grid;
  grid-template-columns: 1fr 1.06fr;
  gap: 50px;
  padding-block: 99px 86px;
  align-items: center;
}
.eyebrow {
  font-size: 10px;
  letter-spacing: 1.75px;
  font-weight: 700;
  color: #5a725e;
  display: flex;
  align-items: center;
  gap: 9px;
  line-height: 1.7;
}
.status-dot {
  width: 7px;
  height: 7px;
  background: var(--sage);
  border-radius: 50%;
  display: inline-block;
  flex: none;
  box-shadow: 0 0 0 4px #e8efdf;
}
h1 {
  font-size: clamp(42px, 4.65vw, 66px);
  line-height: 1.14;
  letter-spacing: -3.1px;
  font-weight: 800;
  margin: 22px 0 24px;
}
h1 > span {
  color: #6e9361;
}
h1 br {
  display: none;
}
.hero-description {
  font-size: 17px;
  line-height: 1.85;
  color: #68776e;
  max-width: 470px;
}
.hero-actions {
  display: flex;
  align-items: center;
  gap: 23px;
  margin-top: 32px;
  flex-wrap: wrap;
}
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  font-size: 13px;
  font-weight: 650;
  min-height: 44px;
}
.beta-note {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 21px;
  font-size: 11px;
  color: #596750;
}
.small-check {
  color: #618256;
  font-size: 13px;
}
.note-divider {
  padding-inline: 2px;
}
.hero-visual {
  position: relative;
  min-width: 0;
  padding: 34px 0 40px;
}
.hero-visual:before {
  content: "";
  position: absolute;
  inset: -10px -22px 15px 24px;
  background: #e9eedf;
  border-radius: 50%;
  z-index: -1;
}
.visual-label {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  margin: 0 3px 15px;
  font-size: 8px;
  letter-spacing: 1.6px;
  font-weight: 600;
  color: #798674;
}
.visual-label > span {
  width: 24px;
  height: 1px;
  background: #8ca083;
}
.plan-window {
  border: 1px solid #dce3d6;
  border-radius: 12px;
  background: #fff;
  box-shadow:
    0 18px 48px #193c2b0d,
    0 3px 5px #193c2b05;
  transform: rotate(-1deg);
  overflow: hidden;
}
.window-top {
  padding: 15px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #edf0e9;
}
.window-brand {
  display: flex;
  align-items: center;
  font-weight: 800;
  font-family: Manrope, sans-serif;
  font-size: 17px;
  letter-spacing: -0.7px;
}
.window-brand img {
  margin-right: 6px;
}
.window-brand > span {
  color: var(--sage);
}
.window-shop {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #818b80;
  font-size: 9px;
}
.shop-icon {
  display: grid;
  place-items: center;
  width: 20px;
  height: 20px;
  border-radius: 5px;
  background: #ecedde;
  color: #778967;
  font-family: Georgia, serif;
  font-size: 13px;
}
.plan-content {
  padding: 26px 23px 19px;
}
.plan-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
.mini-eyebrow {
  display: block;
  font-size: 7px;
  letter-spacing: 1.2px;
  color: #83917f;
  margin-bottom: 7px;
  font-weight: 650;
}
.plan-heading h2 {
  font-size: 20px;
  letter-spacing: -0.7px;
}
.plan-heading h2 > span {
  color: var(--sage);
}
.plan-state {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 7px;
  padding: 5px 7px;
  border-radius: 4px;
  color: #65824f;
  background: #edf4e6;
  white-space: nowrap;
}
.plan-state > span {
  width: 4px;
  height: 4px;
  background: #83a768;
  border-radius: 50%;
}
.plan-metrics {
  display: grid;
  grid-template-columns: 1.2fr 1.1fr 0.9fr;
  gap: 9px;
  margin: 25px 0 21px;
}
.plan-metrics > div {
  border-right: 1px solid var(--line);
}
.plan-metrics > div:last-child {
  border: 0;
}
.plan-metrics > div > span {
  display: block;
  font-size: 8px;
  color: #83907f;
  margin-bottom: 7px;
}
.plan-metrics strong {
  font-family: Manrope, sans-serif;
  font-size: 24px;
  letter-spacing: -1px;
  font-weight: 750;
}
.plan-metrics strong > span {
  color: #94a28c;
  font-size: 16px;
}
.plan-metrics small {
  font-size: 8px;
  color: #84907e;
  font-weight: 500;
  letter-spacing: 0;
}
.table-row {
  display: grid;
  grid-template-columns: 1.85fr 0.8fr 0.75fr;
  align-items: center;
  gap: 8px;
  padding: 12px 0;
  border-bottom: 1px solid #edf0e9;
  font-size: 10px;
}
.table-head {
  font-size: 7px;
  font-weight: 650;
  letter-spacing: 0.8px;
  color: #88937f;
  padding-top: 4px;
  padding-bottom: 9px;
}
.table-row > span:last-child {
  text-align: right;
}
.product-cell {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 10px;
  font-weight: 600;
}
.product-cell small {
  display: block;
  font-size: 8px;
  color: #8b9586;
  margin-top: 4px;
  font-weight: 400;
}
.product-art {
  width: 35px;
  height: 37px;
  border-radius: 5px;
  background: #f1eee6;
  display: grid;
  place-items: center;
  flex: none;
}
.mug i {
  display: block;
  position: relative;
  width: 17px;
  height: 18px;
  background: linear-gradient(90deg, #c2af91, #ded0b6);
  border-radius: 1px 1px 6px 6px;
  box-shadow: 0 3px 2px #c9bda866;
}
.mug i:after {
  content: "";
  width: 6px;
  height: 8px;
  border: 2px solid #c5b294;
  border-left: 0;
  border-radius: 0 5px 5px 0;
  position: absolute;
  left: 17px;
  top: 2px;
}
.bottle {
  background: #e8ecde;
}
.bottle i {
  display: block;
  position: relative;
  width: 12px;
  height: 22px;
  background: linear-gradient(90deg, #74876a, #98a98b);
  border-radius: 4px 4px 3px 3px;
}
.bottle i:before {
  content: "";
  position: absolute;
  top: -4px;
  left: 3px;
  width: 6px;
  height: 5px;
  background: #d1c3a5;
  border-radius: 1px;
}
.bottle i:after {
  content: "";
  position: absolute;
  inset: 7px 0 6px;
  background: #f0ecdf;
}
.towel {
  background: #f0e8db;
}
.towel i {
  display: block;
  width: 24px;
  height: 16px;
  background: repeating-linear-gradient(0deg, #d3c7af 0 1px, #e4d9c4 1px 3px);
  transform: rotate(-7deg);
  border-radius: 3px;
  box-shadow: 1px 3px 0 #c6baa0;
}
.quantity {
  font-weight: 600;
}
.quantity small {
  font-size: 8px;
  color: #8a9583;
  font-weight: 400;
}
.arrival {
  color: #65874f;
  font-size: 9px;
}
.plan-insight {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #f2f6eb;
  border: 1px solid #e6eeda;
  border-radius: 6px;
  margin: 16px 0;
  padding: 11px;
}
.spark-icon {
  color: #6f9558;
  font-size: 24px;
}
.plan-insight strong {
  font-size: 9px;
  font-weight: 650;
}
.plan-insight p {
  font-size: 8px;
  color: #87937f;
  margin-top: 3px;
}
.plan-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
  font-size: 7px;
  color: #87937e;
}
.preview-action {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  border-radius: 4px;
  background: var(--forest);
  padding: 10px 12px;
  color: white;
  font-size: 8px;
}
.floating-note {
  position: absolute;
  bottom: 11px;
  left: -24px;
  display: flex;
  gap: 12px;
  align-items: center;
  background: white;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 15px 20px;
  box-shadow: 0 10px 22px #193c2b0d;
  transform: rotate(2deg);
}
.note-icon {
  width: 31px;
  height: 31px;
  background: #e9f1df;
  color: #618550;
  border-radius: 50%;
  display: grid;
  place-items: center;
}
.floating-note strong {
  font-size: 11px;
  display: block;
}
.floating-note div > span {
  font-size: 9px;
  color: #8b9486;
  display: block;
  margin-top: 4px;
}
.example-label {
  font-size: 11px;
  text-align: right;
  color: #596750;
  position: absolute;
  bottom: 12px;
  right: 0;
}
.promise-strip {
  border-block: 1px solid var(--line);
  background: #f0f3ea;
}
.promise-strip > .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 83px;
  font-size: 12px;
  color: #64745f;
}
.strip-intro {
  color: #84917e;
  font-size: 11px;
}
.promise-strip span {
  display: flex;
  align-items: center;
  gap: 10px;
}
.promise-strip i {
  font-style: normal;
  color: #618153;
  font-size: 20px;
}
.workflow-section {
  padding-block: 100px;
}
.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 48px;
  margin-bottom: 43px;
}
h2 {
  font-size: 39px;
  font-weight: 750;
  line-height: 1.23;
  letter-spacing: -1.6px;
}
.section-heading h2,
.features-intro h2,
.faq-heading h2 {
  margin-top: 14px;
}
.section-heading > p {
  font-size: 14px;
  line-height: 1.9;
  color: var(--muted);
  max-width: 320px;
  padding-bottom: 3px;
}
.workflow-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fff;
  overflow: hidden;
}
.workflow-step {
  padding: 27px 30px 25px;
  border-right: 1px solid var(--line);
}
.workflow-step:last-child {
  border: 0;
}
.step-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 35px;
}
.step-number {
  font-size: 11px;
  color: #92a28b;
}
.step-symbol {
  width: 40px;
  height: 40px;
  background: #f0f4e9;
  display: grid;
  place-items: center;
  border-radius: 9px;
  font-size: 21px;
  color: #628053;
}
.workflow-step h3 {
  font-size: 19px;
  letter-spacing: -0.6px;
  margin-bottom: 13px;
}
.workflow-step > p {
  font-size: 13px;
  color: var(--muted);
  line-height: 1.85;
}
.step-detail {
  display: flex;
  gap: 6px;
  align-items: center;
  border-top: 1px solid #edf0e8;
  padding-top: 18px;
  margin-top: 25px;
  font-size: 10px;
  color: #596750;
}
.mini-dot {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--sage);
  flex: none;
}
.features-section {
  background: #eff3e9;
  border-block: 1px solid var(--line);
  padding-block: 88px 45px;
}
.features-intro {
  text-align: center;
}
.features-intro > .eyebrow {
  justify-content: center;
}
.feature-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-top: 43px;
}
.feature {
  background: #fafbf7;
  border: 1px solid #dee6d4;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.feature-copy {
  padding: 35px 38px 20px;
}
.feature-index {
  font-size: 9px;
  letter-spacing: 1.3px;
  color: #85927a;
}
.feature h3 {
  font-size: 29px;
  font-weight: 750;
  line-height: 1.3;
  letter-spacing: -1px;
  margin-block: 16px;
}
.feature p {
  font-size: 13px;
  color: var(--muted);
  line-height: 1.85;
  max-width: 390px;
}
.arrival-diagram {
  padding: 18px 30px 23px;
  background: #f6f8f0;
}
.diagram-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  font-size: 7px;
  color: #95a08d;
  font-weight: 600;
  letter-spacing: 0.9px;
}
.diagram-key {
  letter-spacing: 0;
  display: flex;
  align-items: center;
  gap: 5px;
  font-weight: 400;
}
.diagram-key i {
  width: 5px;
  height: 5px;
  background: #91a67d;
  border-radius: 50%;
}
.arrival-diagram svg {
  width: 100%;
  display: block;
  margin-top: 22px;
  overflow: visible;
}
.grid-line {
  stroke: #e4e9dc;
  stroke-width: 1;
  fill: none;
}
.chart-fill {
  fill: #dce8c8;
  opacity: 0.5;
}
.chart-line {
  fill: none;
  stroke: #7c9a65;
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.delivery-line {
  stroke: #a3b590;
  stroke-width: 1;
  stroke-dasharray: 3 4;
}
.chart-point {
  fill: #7b9b62;
  stroke: #f6f8f0;
  stroke-width: 3;
}
.timeline-labels {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 8px;
  color: #8a987f;
}
.delivery-label {
  color: #608047;
  background: #e8efdc;
  padding: 6px 8px;
  border-radius: 4px;
  margin-right: 8px;
}
.arrival-diagram > p {
  font-size: 8px;
  color: #9ba48e;
  text-align: center;
  max-width: none;
  margin-top: 10px;
}
.supplier-example {
  margin: 12px 32px 37px;
  background: white;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 8px 20px #183b2a05;
}
.supplier-example-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  font-size: 9px;
  color: #8c9983;
}
.tag {
  background: #eef4e6;
  color: #75905f;
  padding: 5px 8px;
  border-radius: 4px;
  font-size: 8px;
}
.supplier-example-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 20px 0;
  font-size: 13px;
}
.supplier-example-row > span {
  display: flex;
  align-items: center;
  gap: 11px;
  font-weight: 550;
}
.supplier-example-row i {
  display: grid;
  place-items: center;
  font-style: normal;
  font-family: Georgia, serif;
  background: #eef0e4;
  border-radius: 7px;
  width: 34px;
  height: 34px;
  color: #879c6e;
  font-size: 19px;
}
.supplier-example-row strong {
  font-size: 22px;
  letter-spacing: -0.7px;
  font-family: Manrope, sans-serif;
}
.supplier-checks {
  border-top: 1px solid #edf0e8;
  padding-top: 15px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  font-size: 9px;
  color: #87977b;
}
.control-note {
  display: flex;
  align-items: center;
  gap: 19px;
  margin-top: 36px;
  padding-block: 18px;
}
.control-icon {
  display: grid;
  place-items: center;
  border: 1px solid #d8e2cc;
  border-radius: 50%;
  width: 46px;
  height: 46px;
  font-size: 25px;
  color: #6d8b58;
  flex: none;
}
.control-note h3 {
  font-size: 15px;
  letter-spacing: -0.3px;
}
.control-note p {
  font-size: 12px;
  color: #596750;
  line-height: 1.8;
  max-width: 630px;
  margin-top: 5px;
}
.control-note > a {
  margin-left: auto;
  flex: none;
  font-size: 11px;
  gap: 9px;
}
.faq-section {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 100px;
  padding-block: 100px;
}
.faq-heading .eyebrow {
  font-size: 9px;
  letter-spacing: 1.25px;
}
.faq-heading > p:last-child {
  font-size: 14px;
  color: #88937e;
  line-height: 1.85;
  margin-top: 23px;
}
.inline-link {
  color: var(--forest);
  font-size: 13px;
  border-bottom: 1px solid #a6b69a;
  padding-bottom: 2px;
}
.faq-list details {
  border-bottom: 1px solid var(--line);
  padding-block: 20px;
}
.faq-list details:first-child {
  padding-top: 1px;
}
.faq-list summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 550;
  min-height: 29px;
  list-style: none;
}
.faq-list summary::-webkit-details-marker {
  display: none;
}
.faq-list summary > span {
  font-weight: 400;
  font-size: 24px;
  color: #8fa080;
  transition: transform 0.2s;
  flex: none;
}
.faq-list details[open] summary > span {
  transform: rotate(45deg);
}
.faq-list details > p {
  font-size: 13px;
  color: var(--muted);
  line-height: 1.85;
  padding: 13px 35px 0 0;
}
.cta-section {
  padding-bottom: 75px;
}
.cta-box {
  border-radius: 12px;
  background: var(--forest);
  color: #fff;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 40px;
  padding: 52px 58px;
  overflow: hidden;
  position: relative;
}
.cta-box:after {
  content: "";
  position: absolute;
  right: -100px;
  top: -80px;
  width: 560px;
  height: 560px;
  border: 1px solid #99ba8030;
  border-radius: 50%;
  pointer-events: none;
}
.cta-box .eyebrow {
  color: #c7dcba;
  font-size: 9px;
  letter-spacing: 1.25px;
}
.cta-box .status-dot {
  background: #bddb9b;
  box-shadow: none;
}
.cta-box h2 {
  font-size: 42px;
  margin-block: 17px 19px;
  color: #f4f7ec;
}
.cta-box p:not(.eyebrow) {
  font-size: 13px;
  line-height: 1.85;
  color: #b3c8b4;
}
.button-light {
  background: var(--mint);
  color: var(--forest);
  border-color: var(--mint);
  margin-top: 28px;
}
.button-light:hover {
  background: #cce6b2;
}
.cta-note {
  display: block;
  margin-top: 14px;
  color: #94b299;
  font-size: 10px;
}
.shelf-art {
  position: relative;
  align-self: center;
  height: 270px;
  z-index: 1;
}
.shelf-line {
  position: absolute;
  bottom: 26px;
  height: 2px;
  left: 0;
  right: -10px;
  background: #8aa77a;
}
.box {
  position: absolute;
  bottom: 28px;
  box-shadow: 8px 9px 15px #0c302622;
}
.box-front {
  left: 30px;
  width: 160px;
  height: 127px;
  background: #a9bf89;
  transform: skewY(-3deg);
  border: 1px solid #b3c995;
}
.box-front:before {
  content: "";
  position: absolute;
  top: -27px;
  left: -1px;
  width: 160px;
  height: 27px;
  background: #c5d6a6;
  transform: skewX(-30deg);
  transform-origin: bottom;
  border: 1px solid #cbdab2;
}
.box-front > span {
  position: absolute;
  left: 66px;
  top: 0;
  width: 27px;
  height: 100%;
  background: #c0d4a0;
}
.box-front > span:before {
  content: "";
  position: absolute;
  top: -26px;
  left: 7px;
  width: 27px;
  height: 26px;
  background: #dbe7be;
  transform: skewX(-30deg);
}
.box-front > i {
  position: absolute;
  left: 20px;
  bottom: 17px;
  font-family: Manrope, sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 33px;
  letter-spacing: -2px;
  color: #406644;
}
.box-back {
  left: 184px;
  bottom: 28px;
  width: 111px;
  height: 91px;
  background: #749762;
  transform: skewY(5deg);
}
.box-back:before {
  content: "";
  position: absolute;
  top: -22px;
  left: -1px;
  width: 111px;
  height: 22px;
  background: #9bbb7f;
  transform: skewX(33deg);
  transform-origin: bottom;
}
.box-back > span {
  position: absolute;
  inset: 0 40px;
  background: #9bb983;
}
.art-card {
  position: absolute;
  top: 0;
  right: 49px;
  width: 112px;
  height: 130px;
  background: #f0f4e4;
  border-radius: 7px;
  transform: rotate(10deg);
  padding: 17px;
  box-shadow: 0 5px 25px #0a2c271a;
}
.art-card-dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #cbdbb7;
  display: block;
  margin-bottom: 12px;
}
.art-card > div {
  height: 5px;
  background: #d8e3c8;
  border-radius: 3px;
  margin-bottom: 7px;
}
.art-card > div:nth-child(3) {
  width: 75%;
}
.art-card > div:nth-child(4) {
  width: 45%;
}
.art-check {
  position: absolute;
  bottom: -11px;
  right: -13px;
  width: 40px;
  height: 40px;
  background: #d8edbd;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #4d7651;
  font-size: 22px;
  box-shadow: 0 0 0 4px var(--forest);
}
.shelf-spark {
  position: absolute;
  color: #bad4a1;
  font-size: 40px;
}
.spark-one {
  top: 15px;
  left: 20px;
}
.spark-two {
  bottom: 117px;
  right: 15px;
  font-size: 26px;
}
.site-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 32px;
  border-top: 1px solid var(--line);
  padding-block: 34px 42px;
}
.site-footer .brand {
  font-size: 26px;
}
.site-footer p {
  font-size: 11px;
  color: #596750;
  margin-top: 11px;
}
.footer-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 16px;
  font-size: 12px;
}
.footer-right > a {
  font-weight: 550;
}
.footer-right > span {
  font-size: 10px;
  color: #596750;
}
@media (min-width: 1450px) {
  h1 br {
    display: block;
  }
}
@media (max-width: 1100px) {
  .container {
    width: calc(100% - 72px);
  }
  .hero {
    gap: 30px;
    padding-top: 70px;
  }
  h1 {
    font-size: 49px;
    letter-spacing: -2px;
  }
  .hero-description {
    font-size: 15px;
  }
  .hero-actions {
    gap: 12px;
  }
  .hero-actions .button {
    font-size: 12px;
    gap: 16px;
    padding-inline: 17px;
  }
  .plan-content {
    padding: 20px 17px 15px;
  }
  .plan-heading h2 {
    font-size: 17px;
  }
  .plan-state {
    font-size: 6px;
  }
  .plan-metrics strong {
    font-size: 21px;
  }
  .floating-note {
    left: -12px;
    padding: 12px 15px;
  }
  .section-heading h2,
  h2 {
    font-size: 34px;
  }
  .section-heading > p {
    max-width: 280px;
  }
  .workflow-step {
    padding-inline: 23px;
  }
  .workflow-step h3 {
    font-size: 17px;
  }
  .feature-copy {
    padding: 29px 29px 20px;
  }
  .feature h3 {
    font-size: 26px;
  }
  .control-note > a {
    display: none;
  }
  .faq-section {
    gap: 55px;
  }
  .cta-box {
    padding: 43px 40px;
    gap: 15px;
  }
  .cta-box h2 {
    font-size: 37px;
  }
  .shelf-art {
    transform: scale(0.88);
    transform-origin: center right;
  }
  .promise-strip > .container {
    gap: 20px;
  }
  .strip-intro {
    max-width: 130px;
    line-height: 1.6;
  }
}
@media (max-width: 800px) {
  .container {
    width: calc(100% - 48px);
  }
  .header-inner {
    height: 78px;
  }
  nav {
    gap: 21px;
    font-size: 12px;
  }
  nav .button {
    gap: 17px;
    padding-inline: 14px;
    font-size: 12px;
  }
  .brand {
    font-size: 27px;
  }
  .brand img {
    width: 32px;
    height: 32px;
  }
  .hero {
    grid-template-columns: 1fr;
    padding-block: 62px 53px;
    gap: 30px;
  }
  .hero-copy {
    max-width: 570px;
  }
  .hero h1 {
    font-size: 61px;
    letter-spacing: -2.5px;
    max-width: 580px;
  }
  .hero-description {
    max-width: 500px;
    font-size: 16px;
  }
  .hero-actions .button {
    font-size: 14px;
    padding: 15px 23px;
    gap: 28px;
  }
  .hero-visual {
    max-width: 610px;
    width: 100%;
    margin-inline: auto;
    padding: 20px 18px 38px;
  }
  .hero-visual:before {
    inset: -15px 0 10px 20px;
  }
  .plan-content {
    padding: 27px 25px 21px;
  }
  .plan-heading h2 {
    font-size: 22px;
  }
  .plan-state {
    font-size: 8px;
  }
  .plan-metrics strong {
    font-size: 27px;
  }
  .plan-metrics > div > span {
    font-size: 9px;
  }
  .table-row {
    padding-block: 13px;
  }
  .product-cell {
    font-size: 11px;
  }
  .floating-note {
    left: 0;
    bottom: 6px;
  }
  .example-label {
    right: 20px;
    bottom: 8px;
  }
  .promise-strip > .container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    padding-block: 22px;
    gap: 10px;
    font-size: 10px;
  }
  .promise-strip .strip-intro {
    grid-column: 1/-1;
    max-width: none;
    margin-bottom: 10px;
    font-size: 11px;
  }
  .promise-strip i {
    font-size: 17px;
  }
  .workflow-section {
    padding-block: 65px;
  }
  .section-heading {
    display: block;
    margin-bottom: 30px;
  }
  .section-heading > p {
    margin-top: 20px;
    max-width: 460px;
  }
  .workflow-step {
    padding: 22px 18px;
  }
  .step-top {
    margin-bottom: 24px;
  }
  .workflow-step h3 {
    font-size: 16px;
  }
  .workflow-step > p {
    font-size: 12px;
  }
  .step-detail {
    font-size: 9px;
    line-height: 1.5;
    min-height: 47px;
    align-items: flex-start;
  }
  .mini-dot {
    margin-top: 4px;
  }
  .features-section {
    padding-block: 62px 30px;
  }
  .feature-grid {
    gap: 16px;
    margin-top: 31px;
  }
  .feature-copy {
    padding: 24px;
  }
  .feature h3 {
    font-size: 24px;
  }
  .feature p {
    font-size: 12px;
  }
  .arrival-diagram {
    padding: 16px 18px;
  }
  .diagram-key {
    display: none;
  }
  .supplier-example {
    margin: 12px 17px 26px;
    padding: 15px;
  }
  .supplier-example-row {
    font-size: 10px;
  }
  .supplier-example-row strong {
    font-size: 18px;
  }
  .supplier-example-row i {
    width: 27px;
    height: 30px;
    font-size: 17px;
  }
  .supplier-example-head {
    font-size: 8px;
  }
  .tag {
    font-size: 7px;
  }
  .supplier-checks {
    font-size: 8px;
    gap: 8px;
  }
  .faq-section {
    padding-block: 65px;
    gap: 35px;
    grid-template-columns: 0.8fr 1.2fr;
  }
  .faq-heading h2 {
    font-size: 30px;
  }
  .faq-heading .eyebrow {
    font-size: 8px;
  }
  .faq-list summary {
    font-size: 13px;
  }
  .faq-list details > p {
    font-size: 12px;
    padding-right: 12px;
  }
  .cta-box {
    padding: 38px 32px;
    grid-template-columns: 1fr;
  }
  .cta-copy {
    position: relative;
    z-index: 2;
    max-width: 440px;
  }
  .cta-box h2 {
    font-size: 39px;
  }
  .shelf-art {
    position: absolute;
    right: -75px;
    bottom: 10px;
    width: 350px;
    opacity: 0.2;
    transform: scale(0.95);
  }
  .cta-section {
    padding-bottom: 50px;
  }
}
@media (max-width: 600px) {
  html {
    scroll-padding-top: 87px;
  }
  .container {
    width: calc(100% - 40px);
  }
  .header-inner {
    height: 72px;
  }
  .brand {
    font-size: 27px;
  }
  .brand img {
    width: 33px;
    height: 33px;
  }
  .menu-toggle {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    background: transparent;
    border: 1px solid var(--line);
    border-radius: 6px;
    width: 44px;
    height: 44px;
    cursor: pointer;
  }
  .menu-toggle span {
    width: 17px;
    height: 1.5px;
    background: var(--forest);
    transition: transform 0.2s;
  }
  .menu-toggle[aria-expanded="true"] span:first-child {
    transform: translateY(3.75px) rotate(45deg);
  }
  .menu-toggle[aria-expanded="true"] span:last-child {
    transform: translateY(-3.75px) rotate(-45deg);
  }
  nav {
    display: none;
    position: absolute;
    top: 71px;
    left: 0;
    right: 0;
    padding: 14px 20px 21px;
    background: var(--paper);
    border-bottom: 1px solid var(--line);
    box-shadow: 0 14px 18px #173f2c08;
    align-items: stretch;
    gap: 0;
  }
  nav.is-open {
    display: flex;
    flex-direction: column;
  }
  nav > a {
    font-size: 14px;
    min-height: 48px;
    display: flex;
    align-items: center;
  }
  nav .button {
    margin-top: 9px;
    font-size: 14px;
    justify-content: space-between;
    padding-inline: 18px;
    min-height: 48px;
  }
  .hero {
    padding-block: 47px 41px;
    gap: 32px;
  }
  .hero .eyebrow {
    font-size: 8px;
    letter-spacing: 1.3px;
  }
  .hero h1 {
    font-size: clamp(38px, 10.7vw, 57px);
    line-height: 1.13;
    letter-spacing: -1.8px;
    margin-block: 21px 23px;
    max-width: 430px;
  }
  .hero-description {
    font-size: 15px;
    line-height: 1.85;
  }
  .hero-actions {
    margin-top: 26px;
    gap: 11px;
    align-items: flex-start;
    flex-direction: column;
  }
  .hero-actions .button {
    min-height: 52px;
    font-size: 13px;
    gap: 35px;
  }
  .hero-actions .text-link {
    font-size: 12px;
    min-height: 38px;
  }
  .beta-note {
    margin-top: 13px;
    font-size: 11px;
    gap: 6px;
  }
  .hero-visual {
    padding: 14px 0 48px;
  }
  .hero-visual:before {
    inset: -15px -7px 15px 5px;
    border-radius: 40%;
  }
  .visual-label {
    font-size: 6px;
    letter-spacing: 1.2px;
    margin-bottom: 12px;
  }
  .plan-window {
    transform: rotate(-0.7deg);
    border-radius: 8px;
  }
  .window-top {
    padding: 12px 14px;
  }
  .window-brand {
    font-size: 16px;
  }
  .window-shop {
    font-size: 7px;
  }
  .window-brand img {
    width: 21px;
    height: 21px;
  }
  .plan-content {
    padding: 18px 14px 15px;
  }
  .plan-heading {
    gap: 5px;
  }
  .plan-heading h2 {
    font-size: 16px;
    letter-spacing: -0.65px;
  }
  .mini-eyebrow {
    font-size: 6px;
    letter-spacing: 1px;
    margin-bottom: 6px;
  }
  .plan-state {
    font-size: 6px;
    padding: 4px 5px;
    gap: 3px;
  }
  .plan-metrics {
    margin: 20px 0 15px;
    gap: 7px;
  }
  .plan-metrics strong {
    font-size: 22px;
    letter-spacing: -0.7px;
  }
  .plan-metrics strong > span {
    font-size: 13px;
  }
  .plan-metrics small {
    font-size: 6px;
  }
  .plan-metrics > div > span {
    font-size: 7px;
  }
  .table-row {
    grid-template-columns: 1.85fr 0.7fr 0.7fr;
    font-size: 8px;
    gap: 6px;
    padding-block: 10px;
  }
  .table-head {
    font-size: 6px;
    letter-spacing: 0.5px;
    padding-block: 4px 8px;
  }
  .product-cell {
    font-size: 8px;
    gap: 7px;
  }
  .product-cell small {
    font-size: 6px;
    margin-top: 3px;
  }
  .product-art {
    width: 29px;
    height: 32px;
  }
  .arrival {
    font-size: 7px;
  }
  .quantity small {
    font-size: 6px;
  }
  .plan-insight {
    padding: 8px;
    margin: 13px 0;
    gap: 7px;
  }
  .plan-insight strong {
    font-size: 8px;
  }
  .plan-insight p {
    font-size: 6px;
  }
  .spark-icon {
    font-size: 20px;
  }
  .plan-bottom {
    font-size: 6px;
    gap: 6px;
    align-items: center;
  }
  .preview-action {
    font-size: 6px;
    gap: 9px;
    padding: 8px;
  }
  .floating-note {
    bottom: 11px;
    left: 1px;
    padding: 11px 13px;
    gap: 8px;
    transform: rotate(1deg);
  }
  .floating-note strong {
    font-size: 9px;
  }
  .floating-note div > span {
    font-size: 7px;
  }
  .note-icon {
    width: 26px;
    height: 26px;
    font-size: 12px;
  }
  .example-label {
    font-size: 11px;
    bottom: 0;
    right: 0;
  }
  .promise-strip > .container {
    padding-block: 23px;
    grid-template-columns: 1fr;
    gap: 13px;
    font-size: 11px;
  }
  .promise-strip .strip-intro {
    margin-bottom: 4px;
    font-size: 12px;
  }
  .promise-strip span {
    gap: 12px;
  }
  .promise-strip i {
    width: 20px;
    text-align: center;
  }
  .workflow-section {
    padding-block: 53px;
  }
  .eyebrow {
    font-size: 8px;
    letter-spacing: 1.35px;
  }
  .section-heading h2,
  h2 {
    font-size: 29px;
    letter-spacing: -1.2px;
  }
  .section-heading > p {
    font-size: 13px;
    margin-top: 18px;
  }
  .workflow-grid {
    grid-template-columns: 1fr;
  }
  .workflow-step {
    padding: 24px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
  .step-top {
    margin-bottom: 19px;
  }
  .step-symbol {
    width: 36px;
    height: 36px;
  }
  .workflow-step h3 {
    font-size: 20px;
    letter-spacing: -0.8px;
  }
  .workflow-step > p {
    font-size: 13px;
  }
  .step-detail {
    font-size: 10px;
    margin-top: 19px;
    padding-top: 15px;
    min-height: 0;
    align-items: center;
  }
  .mini-dot {
    margin-top: 0;
  }
  .features-section {
    padding-block: 49px 24px;
  }
  .features-intro {
    text-align: left;
  }
  .features-intro > .eyebrow {
    justify-content: flex-start;
  }
  .features-intro h2 br {
    display: none;
  }
  .features-intro h2 {
    font-size: 29px;
    max-width: 360px;
  }
  .feature-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 26px;
  }
  .feature-copy {
    padding: 28px 26px 22px;
  }
  .feature h3 {
    font-size: 27px;
    margin-block: 15px;
  }
  .feature p {
    font-size: 13px;
  }
  .arrival-diagram {
    padding: 19px 22px 20px;
  }
  .diagram-top {
    font-size: 6px;
  }
  .diagram-key {
    display: flex;
    font-size: 6px;
  }
  .supplier-example {
    margin: 6px 23px 26px;
    padding: 19px;
  }
  .supplier-example-row {
    font-size: 11px;
  }
  .supplier-example-row strong {
    font-size: 21px;
  }
  .supplier-example-row i {
    width: 31px;
    height: 33px;
  }
  .supplier-example-head {
    font-size: 8px;
  }
  .supplier-checks {
    font-size: 8px;
    gap: 10px;
  }
  .control-note {
    align-items: flex-start;
    gap: 12px;
    margin-top: 24px;
  }
  .control-icon {
    width: 33px;
    height: 33px;
    font-size: 19px;
  }
  .control-note h3 {
    font-size: 14px;
    line-height: 1.55;
    max-width: 245px;
  }
  .control-note p {
    font-size: 12px;
    margin-top: 7px;
  }
  .faq-section {
    grid-template-columns: 1fr;
    padding-block: 53px;
    gap: 30px;
  }
  .faq-heading h2 {
    font-size: 32px;
  }
  .faq-heading > p:last-child {
    margin-top: 17px;
    font-size: 13px;
  }
  .faq-list summary {
    font-size: 13px;
    line-height: 1.7;
    min-height: 44px;
  }
  .faq-list details {
    padding-block: 13px;
  }
  .faq-list details > p {
    font-size: 13px;
    padding: 10px 12px 3px 0;
  }
  .cta-section {
    padding-bottom: 38px;
  }
  .cta-box {
    padding: 33px 25px 35px;
    border-radius: 9px;
  }
  .cta-box .eyebrow {
    font-size: 7px;
    letter-spacing: 1px;
    gap: 7px;
  }
  .cta-box h2 {
    font-size: 33px;
    letter-spacing: -1.2px;
    line-height: 1.2;
    margin-top: 20px;
  }
  .cta-box p:not(.eyebrow) {
    font-size: 13px;
  }
  .cta-box p br {
    display: none;
  }
  .cta-box .button {
    font-size: 12px;
    gap: 18px;
    padding-inline: 17px;
    min-height: 50px;
    margin-top: 25px;
  }
  .cta-note {
    font-size: 8px;
  }
  .shelf-art {
    right: -85px;
    bottom: 5px;
    opacity: 0.13;
  }
  .site-footer {
    align-items: flex-start;
    flex-direction: column;
    gap: 25px;
    padding-block: 27px 32px;
  }
  .footer-right {
    align-items: flex-start;
    gap: 17px;
  }
  .footer-right > a {
    min-height: 32px;
    display: flex;
    align-items: center;
    gap: 7px;
  }
  .site-footer .brand {
    font-size: 26px;
  }
  .footer-right > span {
    font-size: 10px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    transition: none !important;
    animation: none !important;
  }
}
