body[data-shell-theme='light'][data-shell-page='processes'] {
  --tfon-notch-top-fill: #f4f6f8;
}
html:has(body[data-shell-page='processes']),
body[data-shell-page='processes'],
body[data-shell-page='processes'] main.shell-subpage {
  background-color: #f4f6f8;
}

.tfon-process-page {
  background: #f4f6f8;
  color: #1a1d21;
  padding: 0;
}
.tfon-process-page > .c-hero .page-head__title {
  font-family: Raleway, sans-serif;
  font-size: clamp(1.45rem, 3.4vw, 2.15rem);
  font-weight: 400;
  letter-spacing: -0.03em;
  line-height: 1.18;
  color: #fff;
  margin: 0 0 12px;
  max-width: 100%;
}
.tfon-process-page > .c-hero .page-breadcrumb {
  font-family: Raleway, sans-serif;
  font-size: 13px;
  font-weight: 300;
}
.tfon-process-page > .c-hero .page-breadcrumb__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
.tfon-process-page__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 36px 22px 80px;
}
.tfon-process-body,
.tfon-process-toc,
.tfon-related-machines {
  max-width: 75ch;
}
.tfon-process-body h2,
.tfon-process-heading {
  scroll-margin-top: 96px;
  font-family: Raleway, sans-serif;
  font-weight: 700;
  font-size: 1.35rem;
  line-height: 1.3;
  margin: 1.75rem 0 0.75rem;
}
.tfon-process-body h3 {
  scroll-margin-top: 96px;
  font-family: Raleway, sans-serif;
  font-weight: 650;
  font-size: 1.1rem;
  margin: 1.25rem 0 0.5rem;
}
.tfon-process-body p,
.tfon-process-body li {
  font-size: 1rem;
  line-height: 1.65;
}
.tfon-process-body a,
.tfon-related-machines a,
.tfon-process-toc a,
.tfon-process-links a {
  color: #3d5a12;
  text-underline-offset: 2px;
}
.tfon-process-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 8px 0 16px;
  padding: 12px 18px;
  background: #66a914;
  color: #fff !important;
  text-decoration: none;
  font-weight: 600;
  border-radius: 2px;
}
.tfon-process-cta:hover,
.tfon-process-cta:focus-visible {
  background: #4f8610;
  outline: 2px solid #1a1d21;
  outline-offset: 2px;
}
.tfon-process-toc {
  background: #fff;
  border: 1px solid #d8dee6;
  padding: 16px 18px;
  margin: 0 0 28px;
}
.tfon-process-toc__label {
  font-weight: 700;
  margin: 0 0 8px;
}
.tfon-process-toc ol {
  margin: 0;
  padding-left: 1.2rem;
}
.tfon-process-toc li { margin: 4px 0; }
.tfon-process-table {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin: 16px 0 24px;
  max-width: 100%;
}
.tfon-process-table table {
  width: 100%;
  min-width: 520px;
  border-collapse: collapse;
  background: #fff;
}
.tfon-process-table th,
.tfon-process-table td {
  border: 1px solid #d0d7df;
  padding: 10px 12px;
  text-align: left;
  vertical-align: top;
}
.tfon-process-table caption,
.tfon-process-page .visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.tfon-process-page__figure {
  margin: 28px 0 0;
  max-width: 720px;
}
.tfon-process-page__figure img {
  width: 100%;
  height: auto;
  display: block;
}
.tfon-related-machines {
  margin-top: 8px;
}
.tfon-process-links {
  max-width: 1200px;
  margin: 32px auto 8px;
  padding: 0 4px 8px;
}
.tfon-process-links h2 {
  font-family: Raleway, sans-serif;
  font-size: 1.45rem;
  margin: 0 0 10px;
}
.tfon-process-links ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  list-style: none;
  padding: 0;
  margin: 12px 0 0;
}
.tfon-consumables-guide {
  max-width: 1100px;
  margin: 0 auto 28px;
  padding: 8px 16px 0;
}
.tfon-pdp-process-links {
  margin: 24px 18px 8px;
  max-width: 1100px;
}
.tfon-pdp-process-links__label {
  display: block;
  font-weight: 700;
  margin-bottom: 6px;
}
body[data-shell-theme="dark"] .tfon-pdp-process-links {
  color: rgba(255,255,255,0.88);
}
body[data-shell-theme="dark"] .tfon-pdp-process-links a {
  color: #c6e37a;
}
@media (max-width: 767px) {
  .tfon-process-page__inner { padding-left: 16px; padding-right: 16px; }
  .tfon-process-page > .c-hero .page-head__title { max-width: 100%; }
}
@media (min-width: 768px) {
  .tfon-process-page__inner { padding-left: 24px; padding-right: 24px; }
}
