@font-face {
  font-family: Inter;
  src: url("/fonts/inter.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Inter;
  src: url("/fonts/inter-semibold.woff2") format("woff2");
  font-weight: 600 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Lora;
  src: url("/fonts/lora.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Lora;
  src: url("/fonts/lora-semibold.woff2") format("woff2");
  font-weight: 600 800;
  font-style: normal;
  font-display: swap;
}
:root {
  --paper: #f7f3e9;
  --white: #fffdf7;
  --ink: #183a2b;
  --green: #19553d;
  --muted: #526157;
  --line: #d9dfd2;
  --sage: #e6ebdc;
  --gold: #d2ac67;
  --serif: Lora, Georgia, serif;
  --sans: Inter, Arial, sans-serif;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font: 400 16px/1.65 var(--sans);
  -webkit-font-smoothing: antialiased;
}
a {
  color: inherit;
  text-underline-offset: 4px;
}
button,
summary,
a {
  -webkit-tap-highlight-color: transparent;
}
button,
input {
  font: inherit;
}
button,
summary {
  cursor: pointer;
}
img {
  max-width: 100%;
  display: block;
}
svg {
  flex-shrink: 0;
}
h1,
h2,
h3,
h4,
p {
  margin: 0;
}
h1,
h2 {
  font-family: var(--serif);
  font-weight: 400;
  letter-spacing: -0.046em;
  line-height: 1.12;
  text-wrap: balance;
}
h3,
h4 {
  line-height: 1.35;
}
h1 {
  font-size: clamp(54px, 6.8vw, 94px);
}
h2 {
  font-size: clamp(32px, 3.5vw, 48px);
}
h3 {
  font-size: 21px;
  letter-spacing: -0.025em;
  font-weight: 600;
}
p {
  color: var(--muted);
}
em {
  font-weight: 400;
  color: var(--green);
}
a:focus-visible,
button:focus-visible,
summary:focus-visible,
[tabindex="0"]:focus-visible {
  outline: 3px solid #b27b20;
  outline-offset: 5px;
  border-radius: 4px;
}
::selection {
  background: #d5dfb9;
  color: #142f22;
}
[hidden] {
  display: none !important;
}
.wrap {
  width: min(100%, 1328px);
  margin-inline: auto;
  padding-inline: 40px;
}
.section {
  padding-block: 112px;
}
.small {
  font-size: 13px;
}
.icon {
  vertical-align: middle;
}
.sr-only {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  clip-path: inset(50%);
}
.skip {
  position: fixed;
  left: 16px;
  top: -100px;
  background: var(--ink);
  color: white;
  z-index: 99;
  padding: 12px 20px;
}
.skip:focus {
  top: 12px;
}
.eyebrow {
  display: flex;
  align-items: center;
  gap: 9px;
  color: var(--green);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.13em;
  line-height: 1.5;
  margin-bottom: 24px;
}
.eyebrow > span {
  width: 6px;
  height: 6px;
  background: var(--green);
  border-radius: 50%;
  flex-shrink: 0;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
  min-height: 52px;
  padding: 13px 23px;
  border: 1px solid var(--green);
  border-radius: 7px;
  background: var(--green);
  color: var(--white);
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  transition:
    background 0.18s,
    box-shadow 0.18s,
    transform 0.18s;
}
.button:hover {
  background: #123e2b;
  box-shadow: 0 6px 18px #183a2b15;
  transform: translateY(-2px);
}
.button .icon {
  width: 18px;
  height: 18px;
}
.button-secondary {
  background: transparent;
  color: var(--green);
  border-color: #bac6b5;
}
.button-secondary:hover {
  background: var(--sage);
}
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--green);
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  min-height: 44px;
}
.text-link:hover {
  text-decoration: underline;
}
.text-link .icon {
  width: 18px;
  height: 18px;
  transition: transform 0.18s;
}
.text-link:hover .icon {
  transform: translateX(3px);
}
.actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-block: 28px;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  background: #f7f3e9f5;
  border-bottom: 1px solid #183a2b12;
  backdrop-filter: blur(16px);
}
.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 85px;
  gap: 24px;
}
.brand {
  display: block;
  width: 146px;
  height: 36px;
  overflow: hidden;
  position: relative;
  flex-shrink: 0;
}
.brand img {
  position: absolute;
  max-width: none;
  width: 132.95%;
  height: auto;
  left: -16.47%;
  top: -104.59%;
}
.nav-links,
.nav-actions {
  display: flex;
  align-items: center;
  gap: 29px;
}
.nav-links > a,
.sign-in,
.product-nav > summary {
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  color: #405545;
  min-height: 44px;
  display: flex;
  align-items: center;
  gap: 7px;
}
.nav-links > a:hover,
.nav-links [aria-current],
.product-nav > summary:hover {
  color: var(--green);
}
.nav-actions {
  gap: 24px;
}
.nav-actions > .button {
  min-height: 42px;
  padding: 9px 16px;
  gap: 15px;
  font-size: 12px;
}
.product-nav {
  position: relative;
}
.product-nav > summary {
  list-style: none;
}
.product-nav > summary::-webkit-details-marker {
  display: none;
}
.product-nav[open] > summary {
  color: var(--green);
}
.product-dropdown {
  position: absolute;
  top: 48px;
  left: -30px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 10px;
  min-width: 300px;
  box-shadow: 0 15px 40px #183a2b14;
}
.product-dropdown > a {
  display: flex;
  gap: 15px;
  align-items: center;
  padding: 14px;
  text-decoration: none;
  border-radius: 7px;
  line-height: 1.4;
  font-size: 14px;
  font-weight: 600;
}
.product-dropdown > a:hover {
  background: var(--sage);
}
.product-dropdown .icon {
  color: var(--green);
}
.product-dropdown small {
  display: block;
  font-weight: 400;
  font-size: 11px;
  color: var(--muted);
  margin-top: 4px;
}
.mobile-nav {
  display: none;
}
.home-hero {
  overflow: clip;
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 56px;
  align-items: center;
  min-height: 720px;
  padding-block: 40px 56px;
}
.hero-copy {
  padding-bottom: 14px;
  padding-top: 55px;
  align-self: start;
}
.hero-copy .eyebrow {
  margin-bottom: 26px;
}
.hero-copy h1 {
  font-size: clamp(64px, 7.6vw, 104px);
  line-height: 1.02;
  margin-bottom: 27px;
  letter-spacing: -0.065em;
}
.hero-copy h1 em {
  font-style: italic;
}
.hero-lead {
  font-size: 18px;
  color: var(--ink);
  margin-bottom: 9px;
  letter-spacing: -0.025em;
}
.hero-description {
  font-size: 16px;
  line-height: 1.8;
  max-width: 395px;
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 22px;
  margin-block: 27px 16px;
}
.hero-actions > .button {
  gap: 30px;
}
.hero-demo {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  min-height: 44px;
}
.hero-demo .icon {
  width: 15px;
  height: 15px;
}
.hero-demo:hover {
  text-decoration: underline;
}
.hero-assurance {
  font-size: 10px;
  display: flex;
  align-items: center;
  gap: 9px;
  flex-wrap: wrap;
}
.hero-assurance .icon {
  width: 14px;
  height: 14px;
  color: var(--green);
}
.product-stage {
  position: relative;
  min-width: 0;
  padding-block: 73px 118px;
  isolation: isolate;
}
.stage-orbit {
  position: absolute;
  border: 1px solid #d4ddc7;
  border-radius: 50%;
  z-index: -1;
  pointer-events: none;
}
.orbit-one {
  inset: 6px -12px 17px -17px;
  transform: rotate(-12deg);
}
.orbit-two {
  inset: 41px -32px 57px 17px;
  transform: rotate(20deg);
}
.stage-label {
  position: absolute;
  left: 30px;
  top: 22px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 9px;
  letter-spacing: 0.13em;
  color: #607354;
}
.tiny-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #779358;
}
.app-window {
  position: relative;
  border: 1px solid #bbccb8;
  background: #fafbf5;
  box-shadow:
    0 25px 70px -30px #203b3050,
    0 3px 8px #14372508;
  border-radius: 11px;
  transform: rotate(-2deg);
  overflow: hidden;
}
.window-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 17px;
  border-bottom: 1px solid #d9dfd2;
  background: #f0f2e8;
  font-size: 10px;
  color: var(--muted);
}
.window-bar > span {
  display: flex;
  align-items: center;
  gap: 6px;
}
.window-bar .icon {
  width: 13px;
  height: 13px;
}
.window-dots {
  display: flex;
  gap: 4px;
}
.window-dots i {
  display: block;
  width: 5px;
  height: 5px;
  background: #b2bba8;
  border-radius: 50%;
}
.window-sample {
  font-size: 8px;
  letter-spacing: 0.1em;
}
.sample-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 10px;
  font-weight: 600;
  padding: 18px 22px 7px;
}
.toolbar-slash {
  margin-inline: 9px;
  color: #9aa78e;
}
.sample-toolbar > .icon {
  width: 15px;
  height: 15px;
}
.sample-paper {
  margin: 13px 20px 19px;
  padding: 23px 20px 15px;
  background: white;
  border: 1px solid #e1e4da;
  border-radius: 2px;
}
.paper-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  margin-bottom: 21px;
}
.paper-overline {
  display: block;
  line-height: 1.5;
  font-size: 8px;
  letter-spacing: 0.17em;
}
.paper-head h2 {
  font-size: 24px;
  letter-spacing: -0.03em;
  margin-top: 5px;
}
.paper-badge {
  font-size: 8px;
  background: var(--sage);
  padding: 3px 6px;
  white-space: nowrap;
  border-radius: 3px;
}
.matrix-scroll {
  overflow: auto;
  scrollbar-width: thin;
}
.sample-matrix {
  width: 100%;
  border-collapse: collapse;
  font-size: 9px;
  line-height: 1.4;
}
.sample-matrix th,
.sample-matrix td {
  text-align: center;
  border-bottom: 1px solid #e7ebe1;
  padding: 11px 5px;
}
.sample-matrix thead th {
  font-weight: 400;
  font-size: 8px;
  background: #f4f5ee;
  white-space: nowrap;
}
.sample-matrix thead th:first-child {
  font-weight: 600;
  text-align: left;
  padding-left: 9px;
}
.sample-matrix thead img {
  width: 17px;
  height: 17px;
  margin: 0 auto 5px;
  opacity: 0.7;
}
.sample-matrix tbody th {
  text-align: left;
  font-size: 10px;
  font-weight: 600;
  min-width: 110px;
  padding-left: 9px;
}
.sample-matrix tbody th small {
  display: block;
  color: #65705f;
  font-size: 8px;
  font-weight: 400;
  margin-top: 2px;
}
.allergen-mark {
  font-size: 14px;
  color: #19553d;
}
.empty-mark {
  font-size: 15px;
  color: #637556;
}
.may {
  font-size: 17px;
}
.paper-legend {
  display: flex;
  gap: 12px;
  font-size: 7px;
  line-height: 1.4;
  color: #5b6b55;
  margin-top: 13px;
}
.paper-legend b {
  font-size: 10px;
  font-weight: 400;
}
.paper-fineprint {
  font-size: 7px;
  line-height: 1.5;
  color: #63715c;
  border-top: 1px solid #e8ebe2;
  margin-top: 10px;
  padding-top: 9px;
}
.window-foot {
  display: flex;
  align-items: center;
  gap: 6px;
  margin: -4px 22px 14px;
  font-size: 9px;
  color: #4f6848;
}
.window-foot .icon {
  width: 12px;
  height: 12px;
}
.ingredient-float {
  display: flex;
  align-items: center;
  gap: 12px;
  position: absolute;
  bottom: 81px;
  right: -7px;
  width: 315px;
  padding: 17px 18px;
  background: #fffdf7;
  border: 1px solid #d0d9c1;
  border-radius: 8px;
  box-shadow: 0 12px 35px #183a2b16;
  transform: rotate(2deg);
  transition: background 0.3s;
}
.ingredient-float .small {
  font-size: 7px;
  letter-spacing: 0.1em;
  color: #60714f;
  display: block;
  margin-bottom: 3px;
}
.ingredient-float strong {
  font-size: 13px;
  display: block;
  font-weight: 600;
}
.ingredient-float [data-ingredient-label] {
  font-size: 9px;
  color: var(--muted);
  display: block;
  margin-top: 3px;
}
.ingredient-symbol {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  background: #e9eddd;
  border-radius: 50%;
  flex-shrink: 0;
}
.ingredient-symbol .icon {
  width: 21px;
  height: 21px;
}
.ingredient-tick {
  margin-left: auto;
  color: var(--green);
}
.ingredient-tick .icon {
  width: 18px;
  height: 18px;
}
.demo-control {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 50px;
}
.demo-button {
  display: flex;
  align-items: center;
  gap: 5px;
  flex-shrink: 0;
  border: 1px dashed #8fa37c;
  border-radius: 5px;
  background: transparent;
  color: var(--green);
  font-size: 10px;
  font-weight: 600;
  padding: 9px 10px;
  transition: background 0.2s;
}
.demo-button:hover,
.demo-button[aria-pressed="true"] {
  background: #e1e8d3;
}
.demo-button .icon {
  width: 13px;
  height: 13px;
}
.demo-status {
  font-size: 10px;
  color: var(--muted);
  line-height: 1.5;
  max-width: 238px;
}
.recipe-active .ingredient-float {
  background: #eef3df;
}
.recipe-active [data-dressing-row] {
  background: #edf3df;
}
.recipe-active [data-sesame-cell] .allergen-mark {
  color: #1b6439;
}
.audience-bar {
  border-block: 1px solid #d4dccb;
  background: #f0f0e4;
}
.audience-bar > .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-block: 27px;
  gap: 35px;
}
.audience-bar p {
  font-size: 11px;
  line-height: 1.6;
  white-space: nowrap;
}
.audience-bar strong {
  font-weight: 600;
  color: #43553a;
}
.audience-types {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 35px;
  flex: 1;
  max-width: 880px;
}
.audience-types span {
  font-family: var(--serif);
  font-size: 18px;
  letter-spacing: -0.035em;
  white-space: nowrap;
}
.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 44px;
}
.section-heading .eyebrow {
  margin-bottom: 20px;
}
.section-heading > p {
  max-width: 320px;
  font-size: 14px;
  padding-bottom: 5px;
}
.output-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}
.output-card {
  overflow: hidden;
  border-radius: 11px;
  background: var(--white);
  border: 1px solid var(--line);
}
.output-visual {
  height: 255px;
  position: relative;
  overflow: hidden;
  background: #e8ecdf;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 30px 35px 0;
}
.visual-label {
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
  text-align: center;
  letter-spacing: 0.11em;
  font-size: 8px;
  color: #4d6343;
}
.mini-paper {
  background: #fffefa;
  padding: 22px;
  width: 100%;
  max-width: 260px;
  transform: rotate(-5deg);
  box-shadow: 0 10px 22px #1d422521;
  border: 1px solid #cbd6be;
  border-radius: 2px;
}
.mini-paper > span {
  font-size: 7px;
  letter-spacing: 0.11em;
  display: block;
}
.mini-paper > strong {
  font-family: var(--serif);
  font-size: 17px;
  display: block;
  margin-block: 6px 14px;
}
.mini-grid {
  display: grid;
  grid-template-columns: 2fr repeat(6, 1fr);
}
.mini-grid i {
  height: 20px;
  border-bottom: 1px solid #dce3d3;
  border-right: 1px solid #e5e9de;
  font-size: 9px;
  text-align: center;
  font-style: normal;
}
.mini-grid i:nth-child(-n + 7) {
  background: #e6ebdc;
}
.mini-paper > small {
  font-size: 7px;
  display: block;
  margin-top: 11px;
}
.output-text {
  padding: 27px 28px 24px;
}
.output-text > .icon {
  width: 22px;
  height: 22px;
  margin-bottom: 13px;
  color: var(--green);
}
.output-text h3 {
  font-size: 22px;
  margin-bottom: 12px;
}
.output-text p {
  font-size: 13px;
  line-height: 1.75;
  margin-bottom: 14px;
}
.output-text .text-link {
  font-size: 12px;
}
.qr-output .output-visual {
  background: #e2e8da;
}
.mini-phone {
  background: #fffef9;
  min-height: 294px;
  width: 200px;
  border: 5px solid #284535;
  border-radius: 24px;
  padding: 11px 14px;
  box-shadow: 0 9px 21px #243d2729;
  transform: rotate(6deg);
}
.phone-speaker {
  width: 45px;
  height: 5px;
  background: #284535;
  border-radius: 3px;
  margin: -5px auto 13px;
}
.phone-brand {
  font-size: 15px;
  font-family: var(--serif);
  display: block;
  text-align: center;
}
.mini-phone > small {
  font-size: 7px;
  display: block;
  text-align: center;
}
.phone-section {
  font-size: 7px;
  font-weight: 600;
  letter-spacing: 0.08em;
  padding-top: 15px;
  padding-bottom: 7px;
  border-bottom: 1px solid var(--line);
  margin-bottom: 7px;
}
.mini-phone > strong {
  font-size: 8px;
  display: block;
}
.mini-phone > strong span {
  float: right;
  font-weight: 400;
}
.mini-phone > p {
  font-size: 6px;
  line-height: 1.6;
  margin-block: 3px;
}
.allergen-tag {
  font-size: 6px;
  padding: 2px 4px;
  border-radius: 2px;
  background: var(--sage);
}
.phone-cta {
  display: flex;
  font-size: 7px;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  text-decoration: none;
}
.phone-cta > .icon {
  width: 11px;
  height: 11px;
}
.qr-output .visual-label {
  background: #e2e8da;
  padding-block: 3px;
  bottom: 0;
}
.pdf-output .output-visual {
  background: #ece6d8;
}
.mini-document {
  width: 220px;
  min-height: 230px;
  background: #fffcf4;
  border: 1px solid #ded5bc;
  padding: 24px 20px;
  box-shadow: 0 7px 20px #5e54252b;
  transform: rotate(-4deg);
  position: relative;
}
.mini-document > span:first-child {
  font-size: 5px;
  letter-spacing: 0.08em;
}
.mini-document > span > .icon {
  width: 10px;
  height: 10px;
}
.mini-document h4 {
  font-family: var(--serif);
  font-size: 23px;
  font-weight: 400;
  line-height: 1.18;
  margin-block: 13px;
}
.document-lines {
  margin-block: 12px;
}
.document-lines i {
  display: block;
  margin-block: 6px;
  width: 100%;
  height: 3px;
  background: #e3e2d6;
}
.document-lines i:nth-child(2) {
  width: 81%;
}
.document-lines i:last-child {
  width: 61%;
}
.mini-document > strong {
  font-size: 8px;
  display: block;
}
.mini-document > small {
  font-size: 6px;
}
.document-stamp {
  position: absolute;
  right: 15px;
  top: 105px;
  padding: 6px 9px;
  font-size: 9px;
  border: 1px solid #8d9c76;
  border-radius: 3px;
  transform: rotate(13deg);
  color: #647548;
  background: #fffaf0;
}
.pdf-output .visual-label {
  background: #ece6d8;
  bottom: 0;
  padding-block: 3px;
}
.section-footnote {
  text-align: center;
  font-size: 11px;
  margin-top: 23px;
}
.kitchen-story {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: #183b2b;
  min-height: 530px;
}
.kitchen-photo {
  position: relative;
  min-width: 0;
  overflow: hidden;
}
.kitchen-photo picture,
.kitchen-photo img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.kitchen-photo > span {
  position: absolute;
  left: 40px;
  bottom: 30px;
  background: #172c1e9e;
  color: #fffbea;
  padding: 8px 12px;
  font-size: 8px;
  letter-spacing: 0.1em;
  backdrop-filter: blur(6px);
  border: 1px solid #ffffff20;
}
.kitchen-copy {
  max-width: 630px;
  padding: 76px 75px;
  color: #fffdf7;
}
.kitchen-copy .eyebrow {
  color: #d2ddbd;
  font-size: 9px;
}
.kitchen-copy .eyebrow > span {
  background: #d2ddbd;
}
.kitchen-copy h2 {
  font-size: 46px;
  line-height: 1.17;
  margin-bottom: 25px;
}
.kitchen-copy em {
  color: #c7d3a2;
}
.kitchen-copy p {
  font-size: 14px;
  color: #d2dbca;
  margin-bottom: 17px;
  line-height: 1.8;
}
.kitchen-copy .text-link {
  color: #fff9e8;
  margin-top: 8px;
  font-size: 12px;
}
.section-intro {
  margin-bottom: 42px;
}
.section-intro > p:not(.eyebrow) {
  margin-top: 22px;
  font-size: 15px;
  max-width: 550px;
}
.centered {
  text-align: center;
}
.centered .eyebrow {
  justify-content: center;
}
.centered > p,
.centered .section-intro > p {
  margin-inline: auto;
}
.steps-grid {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
  margin: 55px 0 0;
  padding: 0;
}
.steps-grid > li {
  position: relative;
  border-top: 1px solid #cdd7c0;
  padding-top: 32px;
}
.step-number {
  position: absolute;
  top: -12px;
  left: 0;
  background: var(--paper);
  padding-right: 13px;
  font-family: var(--serif);
  font-size: 18px;
  color: #567345;
}
.steps-grid > li > .icon {
  width: 32px;
  height: 32px;
  margin-bottom: 21px;
}
.steps-grid h3 {
  margin-bottom: 12px;
}
.steps-grid p {
  font-size: 14px;
  line-height: 1.85;
}
.steps-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 27px;
  margin-top: 42px;
}
.steps-cta > a:not(.button) {
  font-size: 12px;
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
}
.steps-cta > a > .icon {
  width: 16px;
  height: 16px;
}
.details-section {
  background: #edeee2;
  border-block: 1px solid #dce2d3;
}
.details-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px 60px;
}
.details-grid article > .icon {
  width: 26px;
  height: 26px;
  margin-bottom: 16px;
}
.details-grid h3 {
  font-size: 18px;
  margin-bottom: 11px;
}
.details-grid p {
  font-size: 13px;
  line-height: 1.85;
}
.pricing-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 130px;
  align-items: center;
}
.pricing-copy {
  padding-left: 50px;
}
.pricing-copy h2 {
  font-size: 52px;
  line-height: 1.13;
  margin-bottom: 26px;
}
.pricing-copy > p:not(.eyebrow) {
  font-size: 15px;
  line-height: 1.8;
  max-width: 350px;
}
.pricing-proof {
  display: flex;
  gap: 60px;
  margin-block: 31px 28px;
}
.pricing-proof > span {
  font-family: var(--serif);
  font-size: 35px;
  line-height: 1.4;
}
.pricing-proof > span > span {
  font-family: var(--sans);
  display: block;
  font-size: 11px;
  color: var(--muted);
}
.pricing-card {
  background: var(--white);
  border: 1px solid #c0ceb3;
  border-radius: 13px;
  box-shadow: 0 16px 35px #29451c07;
  padding: 35px 37px;
  max-width: 500px;
}
.pricing-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 22px;
}
.plan-label {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.13em;
}
.plan-pill {
  font-size: 9px;
  border-radius: 4px;
  background: var(--sage);
  padding: 4px 7px;
}
.billing-switch {
  display: flex;
  border: 1px solid #dce2d3;
  border-radius: 6px;
  padding: 4px;
  gap: 5px;
  background: #f1f2e9;
  width: fit-content;
  margin-bottom: 21px;
}
.billing-switch button {
  border: 0;
  border-radius: 4px;
  font-size: 11px;
  padding: 8px 11px;
  min-height: 36px;
  color: var(--muted);
  background: transparent;
  transition:
    background 0.2s,
    color 0.2s;
}
.billing-switch button[aria-pressed="true"] {
  background: var(--white);
  color: var(--green);
  box-shadow: 0 1px 4px #183a2b13;
}
.billing-switch button > span {
  font-size: 8px;
  background: #e3eacb;
  color: #41592d;
  padding: 2px 4px;
  border-radius: 3px;
  margin-left: 3px;
}
.price-line {
  display: flex;
  align-items: baseline;
  gap: 8px;
  line-height: 1.1;
}
.price-value {
  font-family: var(--serif);
  font-size: 70px;
  letter-spacing: -0.06em;
}
.price-line > span:last-child {
  color: var(--muted);
  font-size: 14px;
}
.price-detail {
  font-size: 12px;
  margin-top: 8px;
}
.annual-reference {
  font-size: 11px;
  margin-top: 8px;
}
.pricing-card > .button {
  display: flex;
  margin-top: 23px;
  width: 100%;
  font-size: 13px;
}
.trial-note {
  display: block;
  font-size: 10px;
  color: var(--muted);
  text-align: center;
  margin-top: 10px;
}
.included-list {
  padding: 24px 0 0;
  margin: 25px 0 0;
  border-top: 1px solid var(--line);
  list-style: none;
  display: grid;
  gap: 11px;
}
.included-list li {
  font-size: 12px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.included-list .icon {
  width: 15px;
  height: 15px;
  color: #4e7337;
}
.price-foot {
  font-size: 10px;
  padding-top: 19px;
  line-height: 1.65;
}
.basis-band {
  background: #e5ead8;
  border-block: 1px solid #d4ddc6;
}
.basis-band > .wrap {
  display: flex;
  align-items: center;
  gap: 25px;
  padding-block: 33px;
}
.basis-band .icon {
  width: 34px;
  height: 34px;
}
.basis-band h2 {
  font: 600 16px/1.5 var(--sans);
  letter-spacing: -0.015em;
  margin-bottom: 6px;
}
.basis-band p {
  font-size: 12px;
  max-width: 785px;
}
.basis-band a {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 12px;
  white-space: nowrap;
  text-decoration: none;
}
.basis-band a > .icon {
  width: 17px;
  height: 17px;
}
.faq-section {
  display: grid;
  grid-template-columns: 1fr 1.35fr;
  gap: 90px;
  align-items: start;
}
.faq-section .section-intro {
  position: sticky;
  top: 130px;
}
.faq-section h2 {
  font-size: 42px;
}
.faq-section .section-intro > p:not(.eyebrow) {
  font-size: 14px;
}
.faq-list {
  border-top: 1px solid #cbd5c0;
}
.faq {
  border-bottom: 1px solid #cbd5c0;
}
.faq > summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  min-height: 76px;
  list-style: none;
  font-size: 14px;
  line-height: 1.6;
  font-weight: 600;
  padding: 20px 0;
}
.faq > summary::-webkit-details-marker {
  display: none;
}
.faq > summary .icon {
  width: 18px;
  height: 18px;
  color: #55724a;
  transition: transform 0.2s;
}
.faq[open] > summary .icon {
  transform: rotate(45deg);
}
.faq-answer {
  padding: 0 32px 25px 0;
}
.faq-answer p {
  font-size: 13px;
  line-height: 1.85;
}
.resources-section {
  padding-top: 0;
}
.resource-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
.resource-card {
  display: block;
  text-decoration: none;
  border: 1px solid #d4ddc9;
  border-radius: 9px;
  background: #fffdf74f;
  padding: 32px;
  position: relative;
  transition:
    background 0.2s,
    border-color 0.2s,
    transform 0.2s;
}
.resource-card:hover {
  background: var(--white);
  border-color: #9faf8b;
  transform: translateY(-3px);
}
.resource-icon {
  display: grid;
  place-items: center;
  width: 43px;
  height: 43px;
  background: #e6ebd8;
  border-radius: 7px;
  margin-bottom: 22px;
}
.resource-icon .icon {
  width: 23px;
  height: 23px;
}
.resource-type {
  font-size: 9px;
  letter-spacing: 0.12em;
  color: #5c7350;
  font-weight: 600;
}
.resource-card h3 {
  font-family: var(--serif);
  font-size: 27px;
  font-weight: 400;
  margin-top: 10px;
  margin-bottom: 13px;
  max-width: 450px;
}
.resource-card p {
  font-size: 13px;
  max-width: 470px;
  margin-bottom: 18px;
}
.resource-card .text-link {
  font-size: 12px;
}
.closing-cta {
  padding-bottom: 85px;
}
.closing-inner {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 65px;
  padding: 64px;
  background: #dce5ca;
  border: 1px solid #cbd8b8;
  border-radius: 13px;
  overflow: hidden;
  isolation: isolate;
}
.closing-inner > div:first-child {
  max-width: 560px;
}
.closing-inner .eyebrow {
  font-size: 9px;
}
.closing-inner h2 {
  font-size: 47px;
  line-height: 1.15;
  margin-bottom: 20px;
}
.closing-inner p:not(.eyebrow) {
  font-size: 14px;
  max-width: 480px;
}
.closing-inner > div:nth-child(2) {
  flex-shrink: 0;
  text-align: center;
}
.closing-inner .button {
  min-width: 213px;
}
.cta-note {
  display: block;
  font-size: 10px;
  color: #47603b;
  margin-top: 12px;
}
.closing-demo {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  font-size: 11px;
  text-decoration: none;
  margin-top: 18px;
}
.closing-demo .icon {
  width: 15px;
  height: 15px;
}
.closing-flower {
  font-size: 350px;
  color: #cbd8b459;
  position: absolute;
  right: -90px;
  bottom: -183px;
  z-index: -1;
  line-height: 1;
}
.site-footer {
  border-top: 1px solid var(--line);
  padding: 63px 0 0;
  background: #f2f0e4;
}
.footer-top {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1.2fr 0.8fr;
  gap: 55px;
  padding-bottom: 54px;
}
.footer-top h2 {
  font-family: var(--sans);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0;
  margin: 7px 0 20px;
}
.footer-top > div > a:not(.brand) {
  display: block;
  font-size: 11px;
  line-height: 1.6;
  text-decoration: none;
  min-height: 31px;
  color: var(--muted);
}
.footer-top > div > a:hover {
  text-decoration: underline;
}
.footer-about > p {
  font-size: 13px;
  line-height: 1.8;
  margin-block: 20px 15px;
}
.footer-about .small {
  font-size: 10px;
  color: #526147;
}
.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  border-top: 1px solid var(--line);
  padding-block: 23px;
  font-size: 9px;
  color: var(--muted);
}
.footer-bottom > a {
  display: flex;
  gap: 7px;
  text-decoration: none;
  align-items: center;
}
.footer-bottom .icon {
  width: 13px;
  height: 13px;
}
.page-hero {
  padding-top: 80px;
  padding-bottom: 64px;
  display: flex;
  justify-content: space-between;
  gap: 50px;
  align-items: center;
  border-bottom: 1px solid var(--line);
}
.page-hero.centered {
  display: block;
}
.page-hero h1 {
  font-size: 70px;
  line-height: 1.13;
  max-width: 850px;
  margin-bottom: 25px;
}
.page-hero.centered h1 {
  margin-inline: auto;
}
.page-hero p:not(.eyebrow, .article-byline, .small) {
  max-width: 620px;
  font-size: 17px;
  line-height: 1.85;
}
.page-hero.centered p {
  margin-inline: auto;
}
.page-hero-mark {
  width: 240px;
  height: 240px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #e3e9d7;
  border: 1px solid #d3ddc6;
  flex-shrink: 0;
}
.page-hero-mark .icon {
  width: 80px;
  height: 80px;
  stroke-width: 0.8;
}
.pricing-page {
  padding-top: 65px;
  padding-bottom: 30px;
  gap: 110px;
}
.pricing-page .pricing-copy {
  padding-left: 20px;
}
.pricing-page .pricing-copy h2 {
  font-size: 42px;
}
.benefit-list {
  list-style: none;
  padding: 0;
  display: grid;
  gap: 16px;
  margin-block: 30px;
}
.benefit-list li {
  display: flex;
  align-items: start;
  gap: 12px;
  font-size: 13px;
}
.benefit-list .icon {
  width: 17px;
  height: 17px;
  margin-top: 3px;
}
.table-scroll {
  overflow-x: auto;
}
.comparison-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  min-width: 600px;
  max-width: 990px;
  margin-inline: auto;
}
.comparison-table th,
.comparison-table td {
  border-bottom: 1px solid #d4dec9;
  padding: 19px 23px;
  text-align: left;
}
.comparison-table thead th {
  background: #e5ebd8;
}
.comparison-table th {
  font-weight: 600;
}
.comparison-table td {
  color: var(--muted);
}
.resources-page {
  padding-top: 64px;
}
.resources-page > h2 {
  font-size: 35px;
  margin-bottom: 30px;
}
.resources-page .resource-grid:has(> .resource-card:nth-child(3)) {
  grid-template-columns: repeat(3, 1fr);
}
.resources-subheading {
  margin-top: 75px;
}
.download-band {
  display: flex;
  align-items: center;
  gap: 25px;
  padding: 28px 34px;
  background: #e5ebd8;
  border: 1px solid #d0ddc0;
  border-radius: 8px;
  margin-top: 30px;
}
.download-band > div {
  flex: 1;
}
.download-band h3 {
  font-size: 16px;
}
.download-band p {
  font-size: 12px;
  margin-top: 6px;
}
.download-band .button {
  font-size: 12px;
  flex-shrink: 0;
}
.content-hero {
  align-items: center;
  padding-top: 40px;
  gap: 65px;
}
.content-hero > div:first-child {
  flex: 1;
  min-width: 0;
}
.breadcrumbs {
  display: flex;
  align-items: center;
  gap: 11px;
  font-size: 11px;
  color: var(--muted);
  margin-bottom: 43px;
  flex-wrap: wrap;
}
.breadcrumbs a {
  text-decoration: none;
}
.breadcrumbs a:hover {
  text-decoration: underline;
}
.content-hero h1 {
  font-size: clamp(38px, 4.8vw, 60px);
  max-width: 830px;
}
.content-hero .answer-lead {
  font-size: 16px !important;
  max-width: 750px !important;
}
.content-hero .actions {
  margin-bottom: 15px;
}
.content-hero .button {
  font-size: 12px;
  gap: 15px;
}
.content-hero .article-byline {
  font-size: 11px;
  color: #607254;
  margin-top: 23px;
}
.content-hero-tile {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 40px;
  width: 260px;
  height: 300px;
  background: #e3e9d7;
  border: 1px solid #d2ddc4;
  border-radius: 130px 130px 10px 10px;
  flex-shrink: 0;
  transform: rotate(3deg);
}
.content-hero-tile > .icon {
  width: 88px;
  height: 88px;
  stroke-width: 0.75;
}
.content-hero-tile > span {
  font-size: 8px;
  letter-spacing: 0.1em;
  color: #526147;
}
.article-layout {
  display: grid;
  grid-template-columns: 250px minmax(0, 1fr);
  gap: 90px;
  padding-top: 60px;
  padding-bottom: 30px;
}
.article-toc {
  position: sticky;
  top: 123px;
  align-self: start;
  padding-top: 9px;
}
.article-toc > p {
  font-size: 9px;
  letter-spacing: 0.14em;
  font-weight: 600;
  margin-bottom: 20px;
}
.article-toc nav {
  display: grid;
  gap: 2px;
  border-left: 1px solid #c8d5ba;
  padding-left: 18px;
}
.article-toc nav a {
  font-size: 12px;
  text-decoration: none;
  line-height: 1.7;
  display: block;
  padding-block: 8px;
  color: var(--muted);
}
.article-toc nav a:hover {
  color: var(--green);
  text-decoration: underline;
}
.toc-cta {
  font-size: 12px;
  display: flex;
  gap: 9px;
  align-items: center;
  text-decoration: none;
  font-weight: 600;
  margin-top: 30px;
}
.toc-cta .icon {
  width: 17px;
  height: 17px;
}
.article-body {
  max-width: 780px;
}
.article-body > section {
  margin-bottom: 47px;
  scroll-margin-top: 117px;
}
.article-body h2 {
  font-size: 32px;
  line-height: 1.25;
  margin-bottom: 20px;
}
.article-body p,
.article-body li {
  font-size: 15px;
  color: var(--muted);
  line-height: 1.95;
}
.article-body p {
  margin-bottom: 19px;
}
.article-body ul,
.article-body ol {
  padding-left: 22px;
  margin-block: 17px 24px;
}
.article-body li {
  padding-left: 4px;
  margin-bottom: 12px;
}
.article-body strong {
  font-weight: 600;
  color: var(--ink);
}
.article-body a {
  color: var(--green);
  text-decoration-thickness: 1px;
}
.article-body a:hover {
  color: #093b20;
}
.article-note {
  padding: 25px;
  background: #e7ecdb;
  border-radius: 6px;
  display: flex;
  gap: 18px;
}
.article-note .icon {
  width: 24px;
  height: 24px;
  margin-top: 5px;
}
.article-note p {
  font-size: 12px;
  margin: 0;
}
.legal-page {
  max-width: 860px;
  padding-block: 50px 85px;
}
.legal-page h1 {
  font-size: 52px;
  margin-bottom: 40px;
}
.legal-page .article-body h2 {
  font-size: 27px;
  margin-top: 33px;
}
.legal-page .text-link {
  margin-top: 20px;
}
@media (min-width: 1500px) {
  .home-hero {
    min-height: 785px;
    gap: 75px;
  }
  .product-stage {
    padding-top: 85px;
  }
  .hero-description {
    max-width: 410px;
  }
}
@media (max-width: 1100px) {
  .wrap {
    padding-inline: 28px;
  }
  .nav {
    gap: 20px;
  }
  .nav-links {
    gap: 20px;
  }
  .nav-actions {
    gap: 18px;
  }
  .home-hero {
    gap: 34px;
    min-height: 670px;
  }
  .hero-copy h1 {
    font-size: 84px;
  }
  .hero-copy .eyebrow {
    font-size: 8px;
  }
  .hero-lead {
    font-size: 16px;
  }
  .hero-description {
    font-size: 14px;
  }
  .hero-assurance {
    font-size: 9px;
    gap: 6px;
  }
  .hero-actions {
    gap: 12px;
  }
  .hero-demo {
    font-size: 11px;
  }
  .sample-paper {
    padding: 16px 10px;
    margin-inline: 13px;
  }
  .sample-matrix th,
  .sample-matrix td {
    padding-inline: 3px;
  }
  .sample-matrix tbody th {
    font-size: 9px;
    min-width: 98px;
  }
  .sample-matrix thead th {
    font-size: 7px;
  }
  .paper-head h2 {
    font-size: 22px;
  }
  .ingredient-float {
    right: -5px;
    width: 290px;
  }
  .stage-label {
    font-size: 8px;
    left: 12px;
  }
  .orbit-two {
    right: -16px;
  }
  .audience-types {
    gap: 20px;
  }
  .audience-types span {
    font-size: 15px;
  }
  .output-grid {
    gap: 17px;
  }
  .output-text {
    padding: 23px;
  }
  .output-visual {
    padding-inline: 22px;
  }
  .kitchen-copy {
    padding: 55px 44px;
  }
  .kitchen-copy h2 {
    font-size: 39px;
  }
  .kitchen-story {
    min-height: 530px;
  }
  .pricing-section {
    gap: 60px;
  }
  .pricing-copy {
    padding-left: 15px;
  }
  .pricing-copy h2 {
    font-size: 47px;
  }
  .pricing-card {
    padding: 30px;
  }
  .faq-section {
    gap: 60px;
  }
  .faq-section h2 {
    font-size: 38px;
  }
  .footer-top {
    gap: 25px;
  }
  .closing-inner {
    padding: 48px;
    gap: 35px;
  }
  .article-layout {
    gap: 50px;
    grid-template-columns: 215px minmax(0, 1fr);
  }
  .content-hero-tile {
    width: 200px;
    height: 260px;
  }
  .content-hero {
    gap: 40px;
  }
  .resources-page .resource-grid:has(> .resource-card:nth-child(3)) {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 850px) {
  .nav-links {
    gap: 14px;
  }
  .nav-links > a,
  .product-nav > summary {
    font-size: 11px;
  }
  .sign-in {
    display: none;
  }
  .brand {
    width: 133px;
    height: 32px;
  }
  .nav-actions > .button {
    font-size: 11px;
  }
  .home-hero {
    gap: 25px;
  }
  .hero-copy h1 {
    font-size: 70px;
  }
  .hero-assurance {
    font-size: 8px;
    gap: 5px;
  }
  .hero-description {
    font-size: 13px;
  }
  .hero-actions {
    align-items: start;
    flex-direction: column;
    gap: 7px;
  }
  .product-stage {
    padding-top: 60px;
    padding-bottom: 108px;
  }
  .sample-matrix {
    min-width: 348px;
  }
  .sample-paper {
    margin: 10px;
    padding: 14px 10px 12px;
  }
  .paper-head h2 {
    font-size: 19px;
  }
  .paper-badge {
    display: none;
  }
  .window-bar {
    padding: 9px 12px;
    font-size: 8px;
  }
  .window-sample {
    font-size: 7px;
  }
  .sample-toolbar {
    padding: 13px 14px 5px;
  }
  .ingredient-float {
    width: 260px;
    padding: 13px;
    bottom: 75px;
  }
  .ingredient-symbol {
    width: 34px;
    height: 34px;
  }
  .ingredient-float strong {
    font-size: 12px;
  }
  .ingredient-float .small {
    font-size: 6px;
  }
  .demo-control {
    flex-wrap: wrap;
    gap: 7px;
    bottom: 0;
  }
  .demo-status {
    font-size: 8px;
    max-width: unset;
  }
  .orbit-one {
    inset: 15px -5px 25px -6px;
  }
  .orbit-two {
    inset: 45px -10px 65px 12px;
  }
  .stage-label {
    font-size: 6px;
    left: 8px;
  }
  .audience-bar > .wrap {
    gap: 25px;
  }
  .audience-types {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px 28px;
    flex: 0 1 auto;
  }
  .audience-types span {
    font-size: 15px;
  }
  .section {
    padding-block: 80px;
  }
  .section-heading {
    gap: 25px;
  }
  .section-heading > p {
    font-size: 12px;
    max-width: 240px;
  }
  .section-heading h2 {
    font-size: 36px;
  }
  .output-grid {
    gap: 13px;
  }
  .output-visual {
    height: 220px;
    padding: 26px 15px 0;
  }
  .output-text {
    padding: 20px;
  }
  .output-text h3 {
    font-size: 18px;
  }
  .output-text p {
    font-size: 12px;
  }
  .output-text .text-link {
    font-size: 10px;
    gap: 5px;
  }
  .output-text .text-link .icon {
    width: 14px;
    height: 14px;
  }
  .mini-paper {
    padding: 15px;
    min-width: 160px;
  }
  .mini-phone {
    width: 170px;
    padding: 10px 11px;
    border-width: 4px;
  }
  .mini-document {
    padding: 19px 15px;
    min-width: 157px;
  }
  .mini-document h4 {
    font-size: 21px;
  }
  .kitchen-copy {
    padding: 40px 32px;
  }
  .kitchen-copy h2 {
    font-size: 35px;
  }
  .kitchen-copy p {
    font-size: 12px;
  }
  .kitchen-copy .eyebrow {
    font-size: 8px;
  }
  .kitchen-photo > span {
    left: 20px;
    bottom: 22px;
    font-size: 6px;
  }
  .steps-grid {
    gap: 27px;
  }
  .steps-grid h3 {
    font-size: 18px;
  }
  .steps-grid p {
    font-size: 12px;
  }
  .details-grid {
    gap: 35px;
  }
  .details-grid h3 {
    font-size: 17px;
  }
  .details-grid p {
    font-size: 12px;
  }
  .pricing-section {
    gap: 37px;
  }
  .pricing-copy {
    padding-left: 0;
  }
  .pricing-copy h2 {
    font-size: 43px;
  }
  .pricing-copy > p:not(.eyebrow) {
    font-size: 13px;
  }
  .pricing-card {
    padding: 25px;
  }
  .plan-pill {
    font-size: 8px;
  }
  .included-list li {
    font-size: 11px;
  }
  .faq-section {
    gap: 40px;
    grid-template-columns: 1fr 1.2fr;
  }
  .faq-section h2 {
    font-size: 35px;
  }
  .faq > summary {
    font-size: 12px;
    padding-block: 19px;
  }
  .faq-answer p {
    font-size: 12px;
  }
  .resource-card {
    padding: 27px;
  }
  .resource-card h3 {
    font-size: 24px;
  }
  .resource-card p {
    font-size: 12px;
  }
  .closing-inner {
    padding: 40px;
    gap: 25px;
  }
  .closing-inner h2 {
    font-size: 38px;
  }
  .closing-inner p:not(.eyebrow) {
    font-size: 12px;
  }
  .closing-inner .button {
    min-width: 180px;
  }
  .closing-cta {
    padding-bottom: 65px;
  }
  .footer-top {
    grid-template-columns: 1.1fr 1fr 1.3fr;
    gap: 30px;
  }
  .footer-top > div:last-child {
    grid-column: 2/4;
  }
  .footer-bottom {
    font-size: 8px;
  }
  .content-hero-tile {
    display: none;
  }
  .article-layout {
    grid-template-columns: 180px minmax(0, 1fr);
    gap: 35px;
  }
  .article-body h2 {
    font-size: 28px;
  }
  .article-body p,
  .article-body li {
    font-size: 14px;
  }
  .page-hero-mark {
    width: 160px;
    height: 160px;
  }
  .page-hero h1 {
    font-size: 58px;
  }
  .page-hero p:not(.eyebrow, .article-byline, .small) {
    font-size: 15px;
  }
  .pricing-page .pricing-copy h2 {
    font-size: 35px;
  }
  .basis-band > .wrap {
    gap: 19px;
  }
  .basis-band h2 {
    font-size: 14px;
  }
  .basis-band p {
    font-size: 11px;
  }
  .basis-band a {
    font-size: 10px;
  }
  .download-band {
    flex-wrap: wrap;
    padding: 25px;
  }
  .download-band > .icon {
    display: none;
  }
}
@media (max-width: 700px) {
  html {
    scroll-padding-top: 85px;
  }
  .wrap {
    padding-inline: 22px;
  }
  .site-header {
    backdrop-filter: none;
    background: var(--paper);
  }
  .nav {
    min-height: 72px;
    gap: 12px;
  }
  .brand {
    width: 128px;
    height: 31px;
  }
  .nav-links {
    display: none;
  }
  .nav-actions {
    gap: 13px;
  }
  .nav-actions > .button {
    min-height: 39px;
    padding: 8px 12px;
    gap: 8px;
    font-size: 11px;
  }
  .nav-actions > .button .icon {
    width: 14px;
    height: 14px;
  }
  .mobile-nav {
    display: block;
  }
  .mobile-nav > summary {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 44px;
    list-style: none;
  }
  .mobile-nav > summary::-webkit-details-marker {
    display: none;
  }
  .mobile-nav > summary .icon {
    width: 23px;
    height: 23px;
  }
  .mobile-panel {
    position: absolute;
    inset: 72px 0 auto;
    background: var(--white);
    border-bottom: 1px solid var(--line);
    padding: 12px 22px 20px;
    box-shadow: 0 16px 24px #183a2b0b;
    max-height: calc(100dvh - 72px);
    overflow-y: auto;
  }
  .mobile-panel > a {
    display: block;
    text-decoration: none;
    font-size: 14px;
    min-height: 47px;
    padding-block: 11px;
    border-bottom: 1px solid #e8ebdf;
  }
  .mobile-panel > a:last-child {
    border: 0;
  }
  .home-hero {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 6px;
    padding-top: 43px;
    padding-bottom: 32px;
    min-height: 0;
  }
  .hero-copy {
    padding-bottom: 0;
    padding-top: 0;
    max-width: 520px;
    margin-inline: auto;
    width: 100%;
  }
  .hero-copy .eyebrow {
    font-size: 8px;
    margin-bottom: 24px;
    letter-spacing: 0.08em;
  }
  .hero-copy h1 {
    font-size: 76px;
    line-height: 1.02;
    margin-bottom: 23px;
    letter-spacing: -0.07em;
  }
  .hero-lead {
    font-size: 16px;
    margin-bottom: 10px;
    letter-spacing: -0.025em;
  }
  .hero-description {
    font-size: 14px;
    max-width: 450px;
    line-height: 1.8;
  }
  .hero-actions {
    flex-direction: row;
    align-items: center;
    gap: 14px;
    margin-top: 24px;
    margin-bottom: 15px;
  }
  .hero-actions > .button {
    font-size: 12px;
    min-height: 49px;
    padding: 12px 19px;
    gap: 18px;
  }
  .hero-demo {
    font-size: 10px;
    gap: 5px;
  }
  .hero-demo .icon {
    width: 13px;
    height: 13px;
  }
  .hero-assurance {
    font-size: 8px;
    gap: 7px;
    line-height: 1.7;
  }
  .hero-assurance .icon {
    width: 12px;
    height: 12px;
  }
  .product-stage {
    padding-top: 57px;
    padding-bottom: 117px;
    margin-inline: auto;
    width: 100%;
    max-width: 520px;
  }
  .stage-label {
    left: 13px;
    top: 25px;
    font-size: 7px;
    letter-spacing: 0.09em;
  }
  .stage-orbit {
    display: none;
  }
  .app-window {
    transform: none;
    border-radius: 9px;
  }
  .sample-paper {
    padding: 18px 12px 13px;
    margin: 11px 12px 15px;
  }
  .window-bar {
    font-size: 9px;
    padding: 10px 13px;
  }
  .sample-toolbar {
    font-size: 9px;
    padding: 14px 16px 3px;
  }
  .paper-head {
    margin-bottom: 16px;
  }
  .paper-head h2 {
    font-size: 24px;
  }
  .paper-badge {
    display: block;
    font-size: 7px;
  }
  .sample-matrix {
    min-width: 0;
    font-size: 8px;
  }
  .sample-matrix tbody th {
    font-size: 9px;
    min-width: 88px;
    max-width: 112px;
    white-space: normal;
    padding: 9px 4px;
  }
  .sample-matrix tbody th small {
    font-size: 7px;
  }
  .sample-matrix th,
  .sample-matrix td {
    padding: 8px 3px;
  }
  .sample-matrix thead th {
    font-size: 6px;
  }
  .sample-matrix thead th:first-child {
    padding-left: 4px;
    font-size: 7px;
  }
  .sample-matrix thead img {
    width: 14px;
    height: 14px;
    margin-bottom: 4px;
  }
  .allergen-mark {
    font-size: 12px;
  }
  .may {
    font-size: 15px;
  }
  .paper-legend {
    font-size: 6px;
    margin-top: 12px;
    gap: 10px;
  }
  .paper-fineprint {
    font-size: 6px;
    line-height: 1.7;
  }
  .window-foot {
    font-size: 8px;
    margin-inline: 15px;
  }
  .ingredient-float {
    bottom: 86px;
    right: 8px;
    width: 249px;
    transform: rotate(2deg);
    padding: 12px;
    gap: 9px;
  }
  .ingredient-float strong {
    font-size: 12px;
  }
  .ingredient-float .small {
    font-size: 6px;
  }
  .ingredient-float [data-ingredient-label] {
    font-size: 8px;
  }
  .ingredient-symbol {
    width: 32px;
    height: 32px;
  }
  .ingredient-symbol .icon {
    width: 17px;
    height: 17px;
  }
  .demo-control {
    bottom: 0;
    display: flex;
    flex-wrap: nowrap;
    gap: 11px;
    align-items: center;
    min-height: 58px;
  }
  .demo-button {
    font-size: 9px;
    padding: 9px 8px;
    min-height: 39px;
    gap: 4px;
  }
  .demo-status {
    font-size: 9px;
    max-width: 190px;
  }
  .audience-bar > .wrap {
    padding-block: 24px;
    align-items: start;
    gap: 25px;
    flex-direction: column;
  }
  .audience-bar p {
    font-size: 10px;
  }
  .audience-bar p br {
    display: none;
  }
  .audience-bar strong {
    margin-left: 3px;
  }
  .audience-types {
    width: 100%;
    grid-template-columns: 1fr 1fr;
    gap: 14px 18px;
  }
  .audience-types span {
    font-size: 17px;
  }
  .section {
    padding-block: 68px;
  }
  .section-heading {
    display: block;
    margin-bottom: 32px;
  }
  .section-heading .eyebrow {
    font-size: 8px;
    margin-bottom: 20px;
  }
  .section-heading h2 {
    font-size: 34px;
  }
  .section-heading > p {
    max-width: 100%;
    font-size: 13px;
    margin-top: 19px;
    line-height: 1.8;
  }
  .section-heading > .text-link {
    margin-top: 20px;
  }
  .output-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .output-card {
    display: grid;
    grid-template-columns: 1fr;
  }
  .output-visual {
    height: 245px;
    padding: 29px 40px 0;
  }
  .mini-paper {
    max-width: 270px;
    padding: 24px;
    transform: rotate(-5deg);
  }
  .mini-paper > strong {
    font-size: 20px;
  }
  .mini-grid i {
    height: 23px;
  }
  .mini-phone {
    width: 200px;
    padding: 13px 14px;
    border-width: 5px;
  }
  .mini-phone > strong {
    font-size: 8px;
  }
  .mini-document {
    width: 245px;
    min-height: 250px;
    padding: 25px;
  }
  .mini-document h4 {
    font-size: 26px;
  }
  .mini-document > span:first-child {
    font-size: 6px;
  }
  .mini-document > strong {
    font-size: 9px;
  }
  .mini-document > small {
    font-size: 7px;
  }
  .output-text {
    padding: 27px;
  }
  .output-text h3 {
    font-size: 23px;
  }
  .output-text p {
    font-size: 13px;
    margin-bottom: 14px;
  }
  .output-text .text-link {
    font-size: 12px;
    gap: 10px;
  }
  .output-text .text-link .icon {
    width: 17px;
    height: 17px;
  }
  .section-footnote {
    text-align: left;
    font-size: 10px;
    line-height: 1.8;
    margin-top: 21px;
  }
  .kitchen-story {
    grid-template-columns: 1fr;
  }
  .kitchen-photo {
    height: 320px;
  }
  .kitchen-photo > span {
    left: 22px;
    bottom: 22px;
    font-size: 7px;
    max-width: calc(100% - 44px);
  }
  .kitchen-copy {
    max-width: unset;
    padding: 43px 27px 46px;
  }
  .kitchen-copy h2 {
    font-size: 39px;
    line-height: 1.2;
  }
  .kitchen-copy p {
    font-size: 14px;
  }
  .kitchen-copy .text-link {
    font-size: 12px;
  }
  .kitchen-copy .eyebrow {
    font-size: 8px;
    margin-bottom: 23px;
  }
  .section-intro {
    margin-bottom: 30px;
  }
  .section-intro h2 {
    font-size: 35px;
  }
  .section-intro > p:not(.eyebrow) {
    font-size: 13px;
    line-height: 1.8;
    margin-top: 20px;
  }
  .eyebrow {
    font-size: 8px;
    letter-spacing: 0.09em;
    margin-bottom: 20px;
  }
  .steps-grid {
    grid-template-columns: 1fr;
    gap: 41px;
    margin-top: 42px;
  }
  .steps-grid > li {
    padding: 26px 0 0 48px;
  }
  .steps-grid > li > .icon {
    position: absolute;
    left: 0;
    top: 35px;
    width: 27px;
    height: 27px;
  }
  .steps-grid h3 {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .steps-grid p {
    font-size: 13px;
  }
  .step-number {
    font-size: 16px;
    top: -12px;
  }
  .steps-cta {
    flex-direction: column;
    gap: 17px;
    margin-top: 32px;
  }
  .steps-cta .button {
    width: 100%;
    font-size: 13px;
  }
  .steps-cta > a:not(.button) {
    font-size: 11px;
    min-height: 44px;
  }
  .details-grid {
    grid-template-columns: 1fr 1fr;
    gap: 32px 23px;
  }
  .details-grid article > .icon {
    width: 23px;
    height: 23px;
    margin-bottom: 13px;
  }
  .details-grid h3 {
    font-size: 17px;
  }
  .details-grid p {
    font-size: 11px;
    line-height: 1.8;
  }
  .pricing-section {
    grid-template-columns: 1fr;
    gap: 34px;
  }
  .pricing-copy {
    padding: 0;
  }
  .pricing-copy h2 {
    font-size: 44px;
    line-height: 1.15;
    margin-bottom: 20px;
  }
  .pricing-copy > p:not(.eyebrow) {
    font-size: 14px;
    max-width: unset;
  }
  .pricing-proof {
    gap: 49px;
    margin-block: 27px 20px;
  }
  .pricing-proof > span {
    font-size: 34px;
  }
  .pricing-proof > span > span {
    font-size: 10px;
  }
  .pricing-card {
    padding: 28px 24px;
    width: 100%;
    max-width: unset;
    border-radius: 11px;
  }
  .pricing-card-top {
    gap: 12px;
    margin-bottom: 20px;
  }
  .plan-label {
    font-size: 8px;
  }
  .plan-pill {
    font-size: 7px;
    padding: 4px 5px;
  }
  .billing-switch button {
    min-height: 40px;
    font-size: 11px;
  }
  .price-value {
    font-size: 66px;
  }
  .price-detail {
    font-size: 11px;
  }
  .annual-reference {
    font-size: 10px;
    line-height: 1.7;
  }
  .pricing-card > .button {
    font-size: 12px;
  }
  .included-list li {
    font-size: 12px;
    gap: 10px;
    line-height: 1.7;
  }
  .price-foot {
    font-size: 10px;
  }
  .basis-band > .wrap {
    display: grid;
    grid-template-columns: 26px 1fr;
    gap: 12px 16px;
    padding-block: 28px;
  }
  .basis-band > .wrap > .icon {
    width: 24px;
    height: 24px;
    margin-top: 3px;
  }
  .basis-band h2 {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 10px;
  }
  .basis-band p {
    font-size: 11px;
    line-height: 1.85;
  }
  .basis-band a {
    grid-column: 2;
    justify-self: start;
    margin: 0;
    min-height: 40px;
    font-size: 11px;
  }
  .faq-section {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .faq-section .section-intro {
    position: static;
    margin-bottom: 20px;
  }
  .faq-section h2 {
    font-size: 36px;
  }
  .faq > summary {
    font-size: 13px;
    min-height: 70px;
    padding-block: 20px;
  }
  .faq > summary .icon {
    width: 18px;
    height: 18px;
  }
  .faq-answer p {
    font-size: 12px;
    line-height: 1.95;
  }
  .resource-grid {
    grid-template-columns: 1fr;
    gap: 17px;
  }
  .resources-section {
    padding-top: 0;
  }
  .resource-card {
    padding: 26px;
  }
  .resource-icon {
    width: 40px;
    height: 40px;
    margin-bottom: 18px;
  }
  .resource-card h3 {
    font-size: 26px;
    line-height: 1.35;
  }
  .resource-card p {
    font-size: 12px;
    line-height: 1.85;
  }
  .resource-card .text-link {
    font-size: 11px;
  }
  .closing-cta {
    padding-bottom: 53px;
  }
  .closing-inner {
    display: block;
    padding: 32px 25px 35px;
  }
  .closing-inner h2 {
    font-size: 35px;
    line-height: 1.18;
  }
  .closing-inner p:not(.eyebrow) {
    font-size: 13px;
    line-height: 1.85;
  }
  .closing-inner > div:nth-child(2) {
    margin-top: 27px;
    text-align: left;
  }
  .closing-inner .button {
    width: 100%;
    font-size: 12px;
  }
  .cta-note {
    text-align: center;
    font-size: 9px;
  }
  .closing-demo {
    font-size: 10px;
    margin-top: 16px;
    min-height: 40px;
  }
  .closing-flower {
    font-size: 250px;
    bottom: -125px;
    right: -65px;
  }
  .site-footer {
    padding-top: 43px;
  }
  .footer-top {
    grid-template-columns: 1fr 1fr;
    gap: 32px 23px;
    padding-bottom: 34px;
  }
  .footer-about {
    grid-column: 1/-1;
  }
  .footer-about > p {
    margin-block: 15px 10px;
    font-size: 13px;
  }
  .footer-about .small {
    font-size: 9px;
  }
  .footer-top > div:last-child {
    grid-column: auto;
  }
  .footer-top h2 {
    font-size: 12px;
    margin-bottom: 16px;
  }
  .footer-top > div > a:not(.brand) {
    font-size: 10px;
    min-height: 38px;
    line-height: 1.7;
    padding-block: 4px;
  }
  .footer-bottom {
    flex-wrap: wrap;
    gap: 12px;
    font-size: 9px;
    padding-block: 22px;
  }
  .footer-bottom > span:nth-child(2) {
    order: 3;
    flex-basis: 100%;
  }
  .page-hero {
    padding-top: 46px;
    padding-bottom: 42px;
    display: block;
  }
  .page-hero h1 {
    font-size: 49px;
    margin-bottom: 23px;
  }
  .page-hero p:not(.eyebrow, .article-byline, .small) {
    font-size: 14px;
    line-height: 1.85;
  }
  .page-hero-mark {
    display: none;
  }
  .pricing-page {
    padding-block: 40px 0;
  }
  .pricing-page .pricing-copy {
    padding: 0;
  }
  .pricing-page .pricing-copy h2 {
    font-size: 35px;
  }
  .benefit-list {
    gap: 14px;
    margin-block: 25px;
  }
  .benefit-list li {
    font-size: 12px;
  }
  .comparison-table {
    font-size: 12px;
    min-width: 570px;
  }
  .comparison-table th,
  .comparison-table td {
    padding: 15px 17px;
  }
  .resources-page {
    padding-top: 42px;
  }
  .resources-page > h2 {
    font-size: 30px;
  }
  .resources-page .resource-grid:has(> .resource-card:nth-child(3)) {
    grid-template-columns: 1fr;
  }
  .download-band {
    padding: 24px;
    gap: 21px;
  }
  .download-band h3 {
    font-size: 18px;
  }
  .download-band > div {
    flex-basis: 100%;
  }
  .download-band p {
    font-size: 12px;
  }
  .download-band .button {
    width: 100%;
  }
  .resources-subheading {
    margin-top: 48px;
  }
  .content-hero {
    padding-top: 24px;
  }
  .breadcrumbs {
    font-size: 10px;
    gap: 9px;
    margin-bottom: 28px;
  }
  .content-hero h1 {
    font-size: 42px;
    line-height: 1.16;
  }
  .content-hero .answer-lead {
    font-size: 14px !important;
  }
  .content-hero .actions {
    margin-top: 22px;
    gap: 10px;
  }
  .content-hero .actions .button {
    font-size: 11px;
    min-height: 46px;
    gap: 9px;
    padding-inline: 13px;
  }
  .content-hero .article-byline {
    font-size: 10px;
    margin-top: 18px;
  }
  .article-layout {
    display: block;
    padding-top: 29px;
    padding-bottom: 0;
  }
  .article-toc {
    position: static;
    margin-bottom: 39px;
    background: #e9eddf;
    border-radius: 6px;
    padding: 23px;
  }
  .article-toc > p {
    font-size: 9px;
    margin-bottom: 12px;
  }
  .article-toc nav a {
    font-size: 11px;
    padding-block: 7px;
  }
  .article-toc .toc-cta {
    margin-top: 18px;
    min-height: 40px;
    font-size: 11px;
  }
  .article-body > section {
    margin-bottom: 34px;
    scroll-margin-top: 90px;
  }
  .article-body h2 {
    font-size: 29px;
    line-height: 1.25;
    margin-bottom: 17px;
  }
  .article-body p,
  .article-body li {
    font-size: 14px;
    line-height: 1.9;
  }
  .article-body li {
    margin-bottom: 11px;
  }
  .article-note {
    padding: 20px;
    gap: 14px;
  }
  .article-note p {
    font-size: 11px;
  }
  .article-note .icon {
    width: 21px;
    height: 21px;
  }
  .legal-page {
    padding-block: 30px 55px;
  }
  .legal-page h1 {
    font-size: 40px;
    margin-bottom: 30px;
  }
  .legal-page .article-body h2 {
    font-size: 26px;
  }
  .legal-page .article-body p {
    font-size: 13px;
  }
}
@media (max-width: 365px) {
  .wrap {
    padding-inline: 17px;
  }
  .nav-actions {
    gap: 5px;
  }
  .brand {
    width: 117px;
    height: 28px;
  }
  .nav-actions > .button {
    padding-inline: 10px;
    font-size: 10px;
  }
  .hero-copy h1 {
    font-size: 67px;
  }
  .hero-actions {
    gap: 9px;
  }
  .hero-demo {
    font-size: 9px;
  }
  .hero-assurance {
    gap: 5px;
    font-size: 7px;
  }
  .hero-copy .eyebrow {
    font-size: 7px;
  }
  .sample-paper {
    margin-inline: 8px;
    padding-inline: 8px;
  }
  .sample-matrix tbody th {
    min-width: 79px;
    font-size: 8px;
  }
  .sample-matrix thead th {
    font-size: 5px;
  }
  .ingredient-float {
    width: 232px;
  }
  .demo-button {
    font-size: 8px;
    padding-inline: 7px;
  }
  .demo-status {
    font-size: 8px;
  }
  .details-grid {
    gap: 27px 16px;
  }
  .details-grid h3 {
    font-size: 15px;
  }
  .pricing-card {
    padding: 25px 20px;
  }
  .plan-pill {
    font-size: 6px;
  }
  .content-hero h1 {
    font-size: 37px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }
  .app-window,
  .ingredient-float {
    transform: none;
  }
}
@media print {
  .site-header,
  .site-footer,
  .closing-cta,
  .article-toc,
  .hero-actions,
  .demo-control,
  .actions,
  .billing-switch {
    display: none;
  }
  body {
    background: white;
    color: #14251a;
    font-size: 11pt;
  }
  .wrap {
    max-width: 100%;
    padding: 0;
  }
  .section {
    padding-block: 20px;
  }
  .article-layout {
    display: block;
    padding: 0;
  }
  .article-body {
    max-width: none;
  }
  .article-body > section {
    break-inside: avoid;
  }
  .page-hero {
    padding-block: 0 20px;
  }
  .content-hero h1 {
    font-size: 30pt;
  }
  .faq > summary {
    min-height: 0;
    padding: 12px 0;
  }
  .faq-answer {
    display: block;
  }
  .faq-section {
    display: block;
  }
  .faq-section .section-intro {
    position: static;
  }
  .resource-card {
    break-inside: avoid;
  }
  .article-body a[href^="https"]::after {
    content: " (" attr(href) ")";
    font-size: 8pt;
  }
  .product-stage {
    break-inside: avoid;
  }
  .kitchen-story {
    break-inside: avoid;
  }
}

/* Keep supporting copy readable on narrow screens. */
@media (max-width: 700px) {
  .hero-assurance {
    font-size: 10px;
  }
  .hero-demo {
    font-size: 12px;
  }
  .output-text p,
  .steps-grid p {
    font-size: 14px;
  }
  .details-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .details-grid article {
    position: relative;
    padding-left: 43px;
  }
  .details-grid article > .icon {
    position: absolute;
    left: 0;
    top: 3px;
  }
  .details-grid h3 {
    font-size: 19px;
  }
  .details-grid p {
    font-size: 14px;
  }
  .footer-top > div > a:not(.brand) {
    font-size: 11px;
    min-height: 44px;
  }
  .footer-about .small {
    font-size: 11px;
  }
}
@media (max-width: 365px) {
  .hero-assurance {
    font-size: 9px;
    gap: 5px;
  }
  .hero-demo {
    font-size: 11px;
  }
}

@media (max-width: 700px) {
  .hero-copy h1 {
    font-size: clamp(56px, 18vw, 72px);
  }
}

/* Keep labels separate from the illustrative document text. */
.chart-output .visual-label {
  background: #e8ecdf;
  bottom: 0;
  padding-block: 3px;
}
.document-stamp {
  top: auto;
  bottom: 12px;
}
