:root {
  color-scheme: light;
  --ink: #182623;
  --ink-2: #334640;
  --muted: #5c6b60;
  --paper: #fbfaf7;
  --soft: #f0efe8;
  --white: #fff;
  --line: #dce1d7;
  --accent: #bf4828;
  --accent-light: #fff0e7;
  --green: #45674b;
  --lime: #d9e59d;
  --max: 1120px;
  --radius: 20px;
  --shadow: 0 22px 70px -35px rgba(24, 38, 35, .25);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 120px;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Arial, "Helvetica Neue", sans-serif;
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
}

a {
  color: inherit;
  text-decoration: none;
}

p,
h1,
h2,
h3,
ul,
ol,
figure {
  margin-top: 0;
}

h1,
h2,
h3 {
  line-height: 1.18;
}

h1,
h2 {
  letter-spacing: -1.5px;
}

button,
a,
summary {
  touch-action: manipulation;
}

:focus-visible {
  outline: 3px solid var(--accent);
  outline-offset: 5px;
}

::selection {
  background: var(--lime);
  color: var(--ink);
}

.wrap {
  width: min(var(--max), calc(100% - 48px));
  margin-inline: auto;
}

.skip-link {
  position: fixed;
  z-index: 200;
  top: -90px;
  right: 16px;
  padding: 12px 22px;
  background: var(--ink);
  color: var(--white);
}

.skip-link:focus {
  top: 14px;
}

.site-header {
  position: sticky;
  z-index: 50;
  top: 0;
  border-bottom: 1px solid rgba(24, 38, 35, .08);
  background: rgba(251, 250, 247, .97);
  backdrop-filter: blur(12px);
}

.header-inner {
  min-height: 88px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 26px;
}

.brand {
  min-width: 154px;
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1.05;
}

.wordmark {
  direction: ltr;
  display: block;
  font-size: 35px;
  font-weight: 900;
  letter-spacing: -2.5px;
}

.wordmark span {
  color: var(--accent);
}

.brand-caption {
  margin-top: 7px;
  color: var(--muted);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .25px;
}

.service-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 26px;
}

.service-nav a {
  position: relative;
  padding: 10px 0;
  color: #52615a;
  font-size: 14px;
}

.service-nav a:hover,
.service-nav a[aria-current="page"] {
  color: var(--accent);
}

.service-nav a[aria-current="page"]::after {
  position: absolute;
  right: 0;
  bottom: 2px;
  width: 100%;
  height: 2px;
  background: var(--accent);
  content: "";
}

.button {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 11px 22px;
  border: 1px solid transparent;
  border-radius: 9px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  transition: transform .2s, background .2s, box-shadow .2s;
}

.button:hover {
  transform: translateY(-2px);
}

.button-primary {
  background: var(--ink);
  color: var(--white);
  box-shadow: 0 5px 12px rgba(24, 38, 35, .08);
}

.button-primary:hover {
  background: #294038;
  box-shadow: 0 8px 20px rgba(24, 38, 35, .15);
}

.button-accent {
  background: var(--accent);
  color: var(--white);
}

.button-accent:hover {
  background: #a93d21;
}

.button-secondary {
  border-color: #bbc2b5;
  background: transparent;
}

.button-secondary:hover {
  background: var(--soft);
}

.header-contact {
  min-height: 44px;
  padding: 9px 18px;
  white-space: nowrap;
}

.breadcrumb {
  padding-top: 26px;
  font-size: 12px;
}

.breadcrumb ol {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-bottom: 0;
  padding: 0;
  color: var(--muted);
  list-style: none;
}

.breadcrumb li:not(:last-child)::after {
  margin-right: 8px;
  color: #9aa397;
  content: "/";
}

.breadcrumb a {
  text-decoration: underline;
  text-decoration-color: #bbc2b5;
  text-underline-offset: 4px;
}

.service-hero {
  padding: 68px 0 86px;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(290px, .75fr);
  align-items: center;
  gap: 72px;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 19px;
  color: var(--accent);
  font-size: 13px;
  font-weight: 700;
}

.eyebrow::before {
  width: 7px;
  height: 7px;
  flex: none;
  border-radius: 50%;
  background: currentColor;
  content: "";
}

.service-hero h1 {
  max-width: 790px;
  margin-bottom: 25px;
  font-size: clamp(43px, 5.2vw, 68px);
  letter-spacing: -2.5px;
}

.hero-lead {
  max-width: 720px;
  margin-bottom: 14px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.9;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 13px;
  margin-top: 30px;
}

.hero-panel {
  position: relative;
  overflow: hidden;
  padding: 30px;
  border: 1px solid #d6ddcd;
  border-radius: 24px 64px 24px 24px;
  background: #e9ede1;
  box-shadow: var(--shadow);
}

.hero-panel::before {
  position: absolute;
  inset: 0;
  opacity: .45;
  background-image: radial-gradient(#c6d2b6 1px, transparent 1px);
  background-size: 16px 16px;
  content: "";
  pointer-events: none;
}

.hero-panel > * {
  position: relative;
}

.panel-label {
  margin-bottom: 17px;
  color: #963719;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .5px;
}

.hero-panel h2 {
  margin-bottom: 20px;
  font-size: 26px;
  letter-spacing: -.7px;
}

.hero-panel ul {
  margin-bottom: 0;
  padding: 0;
  list-style: none;
}

.hero-panel li {
  position: relative;
  padding: 13px 37px 13px 0;
  border-top: 1px solid rgba(69, 103, 75, .18);
  font-size: 14px;
  font-weight: 700;
}

.hero-panel li::before {
  position: absolute;
  top: 13px;
  right: 0;
  width: 25px;
  height: 25px;
  display: grid;
  place-items: center;
  border-radius: 7px;
  background: var(--ink);
  color: var(--lime);
  content: "✓";
  font-size: 12px;
}

.section {
  padding: 92px 0;
  border-top: 1px solid var(--line);
}

.section-alt {
  background: var(--white);
}

.section-dark {
  background: var(--ink);
  color: var(--paper);
}

.section-heading {
  max-width: 760px;
  margin-bottom: 42px;
}

.section-heading-wide {
  max-width: 900px;
}

.section-kicker {
  margin-bottom: 13px;
  color: var(--accent);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .75px;
}

.section-dark .section-kicker {
  color: var(--lime);
}

.section-heading h2 {
  margin-bottom: 17px;
  font-size: clamp(32px, 4vw, 46px);
}

.section-heading p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.9;
}

.section-dark .section-heading p {
  color: #bdc8bd;
}

.card-grid {
  display: grid;
  gap: 18px;
}

.card-grid.two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.card-grid.three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.card {
  padding: 27px;
  border: 1px solid #e1e4dc;
  border-radius: 15px;
  background: var(--white);
}

.card h3 {
  margin-bottom: 12px;
  font-size: 21px;
}

.card p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 15px;
}

.card-marker {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  margin-bottom: 21px;
  border-radius: 10px;
  background: var(--soft);
  color: #963719;
  font-size: 13px;
  font-weight: 800;
}

.example-card {
  min-height: 260px;
  display: flex;
  flex-direction: column;
}

.example-label {
  align-self: flex-start;
  margin-bottom: 20px;
  padding: 3px 9px;
  border: 1px solid #dbcbbf;
  border-radius: 999px;
  color: var(--accent);
  font-size: 10px;
  font-weight: 700;
}

.example-flow {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: auto 0 0;
  padding: 0;
  list-style: none;
}

.example-flow li {
  position: relative;
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fafbf7;
  font-size: 13px;
  font-weight: 700;
}

.example-flow li:not(:last-child)::after {
  position: absolute;
  right: 50%;
  bottom: -22px;
  color: var(--accent);
  content: "↓";
  transform: translateX(50%);
}

.check-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 13px 38px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.check-grid li {
  position: relative;
  padding: 13px 37px 13px 0;
  border-bottom: 1px solid rgba(220, 225, 215, .22);
  color: #d5ddd4;
  font-size: 15px;
}

.check-grid li::before {
  position: absolute;
  top: 13px;
  right: 0;
  color: var(--lime);
  content: "✓";
  font-weight: 700;
}

.process-steps {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 23px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.process-steps li {
  position: relative;
  padding-top: 68px;
}

.process-steps li:not(:last-child)::after {
  position: absolute;
  top: 22px;
  right: 52px;
  width: calc(100% - 28px);
  height: 1px;
  background: #cbd3c4;
  content: "";
}

.step-number {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  width: 45px;
  height: 45px;
  display: grid;
  place-items: center;
  border: 1px solid #b9c5ad;
  border-radius: 50%;
  background: var(--paper);
  color: var(--accent);
  direction: ltr;
  font-size: 12px;
  font-weight: 700;
}

.process-steps h3 {
  margin-bottom: 9px;
  font-size: 18px;
}

.process-steps p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 13px;
}

.decision-box,
.definition-box,
.direct-box {
  display: grid;
  grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr);
  align-items: start;
  gap: 60px;
  padding: 42px;
  border: 1px solid #d7dfce;
  border-radius: var(--radius);
  background: #e9ede1;
}

.decision-box h2,
.definition-box h2,
.direct-box h2 {
  margin-bottom: 0;
  font-size: clamp(30px, 3.7vw, 43px);
}

.decision-copy p,
.definition-copy p,
.direct-copy p {
  margin-bottom: 16px;
  color: var(--ink-2);
  font-size: 16px;
}

.decision-copy p:last-child,
.definition-copy p:last-child,
.direct-copy p:last-child {
  margin-bottom: 0;
}

.solution-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.solution-list li {
  min-height: 96px;
  display: flex;
  align-items: center;
  padding: 17px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--white);
  font-size: 14px;
  font-weight: 700;
}

.content-note {
  margin-top: 19px;
  padding-right: 15px;
  border-right: 2px solid var(--accent);
  color: var(--muted);
  font-size: 13px;
}

.table-wrap {
  max-width: 100%;
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: 15px;
  background: var(--white);
  box-shadow: 0 8px 24px rgba(24, 38, 35, .05);
}

.comparison-table {
  width: 100%;
  min-width: 680px;
  border-collapse: collapse;
  text-align: right;
}

.comparison-table caption {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

.comparison-table th,
.comparison-table td {
  padding: 17px 20px;
  border-bottom: 1px solid var(--line);
  vertical-align: top;
  font-size: 14px;
}

.comparison-table thead th {
  background: var(--ink);
  color: var(--white);
  font-size: 13px;
}

.comparison-table thead th:first-child {
  color: var(--lime);
}

.comparison-table tbody th {
  width: 20%;
  background: #f4f4ee;
  color: var(--ink);
}

.comparison-table tr:last-child th,
.comparison-table tr:last-child td {
  border-bottom: 0;
}

.version-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.version-card {
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 15px;
  background: var(--white);
}

.version-card:first-child {
  border-color: #b8c8ad;
  background: #f3f6ec;
}

.version-card h3 {
  margin-bottom: 11px;
  font-size: 22px;
}

.version-card p {
  margin-bottom: 0;
  color: var(--muted);
}

.before-list {
  columns: 2;
  column-gap: 46px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.before-list li {
  position: relative;
  break-inside: avoid;
  padding: 12px 30px 12px 0;
  border-bottom: 1px solid var(--line);
  font-size: 15px;
}

.before-list li::before {
  position: absolute;
  right: 0;
  color: var(--accent);
  content: "•";
  font-size: 23px;
  line-height: 1;
}

.faq-layout {
  display: grid;
  grid-template-columns: minmax(240px, .65fr) minmax(0, 1.35fr);
  gap: 72px;
}

.faq-intro h2 {
  margin-bottom: 15px;
  font-size: clamp(32px, 4vw, 44px);
}

.faq-intro p {
  max-width: 330px;
  color: var(--muted);
}

.faq-list {
  border-top: 1px solid var(--line);
}

.faq-item {
  border-bottom: 1px solid var(--line);
}

.faq-item summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 21px 0;
  cursor: pointer;
  font-size: 17px;
  font-weight: 700;
  list-style: none;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  width: 27px;
  height: 27px;
  flex: none;
  display: grid;
  place-items: center;
  border: 1px solid #d5dbcc;
  border-radius: 50%;
  color: var(--green);
  content: "+";
  font-size: 18px;
  font-weight: 400;
}

.faq-item[open] summary::after {
  border-color: var(--accent);
  color: var(--accent);
  content: "−";
}

.faq-item p {
  max-width: 760px;
  margin-bottom: 0;
  padding: 0 0 22px 44px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.95;
}

.cta-section {
  padding: 0 0 48px;
}

.section-dark + .cta-section {
  padding-top: 48px;
}

.cta-panel {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(260px, .8fr);
  align-items: center;
  gap: 46px;
  padding: 54px;
  border-radius: 24px;
  background: var(--ink);
  color: var(--paper);
}

.cta-panel::after {
  position: absolute;
  bottom: -170px;
  left: -120px;
  width: 340px;
  height: 340px;
  border: 1px solid #516653;
  border-radius: 50%;
  box-shadow: 0 0 0 34px rgba(217, 229, 157, .04);
  content: "";
}

.cta-copy,
.cta-actions {
  position: relative;
  z-index: 1;
}

.cta-copy h2 {
  margin-bottom: 15px;
  font-size: clamp(34px, 4.5vw, 49px);
}

.cta-copy p {
  max-width: 650px;
  margin-bottom: 0;
  color: #bdc8bd;
  font-size: 16px;
}

.cta-actions {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 12px;
}

.cta-actions .button-secondary {
  border-color: #657668;
  color: var(--white);
}

.cta-actions .button-secondary:hover {
  background: #294038;
}

.site-footer {
  padding: 18px 0 30px;
}

.footer-main,
.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}

.footer-main {
  padding-bottom: 23px;
  border-bottom: 1px solid var(--line);
}

.footer-brand {
  font-size: 29px;
}

.footer-tag {
  margin: 5px 0 0;
  color: var(--muted);
  font-size: 12px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 11px 22px;
  color: #62715a;
  font-size: 12px;
}

.footer-links a:hover {
  color: var(--accent);
}

.footer-bottom {
  padding-top: 17px;
  color: var(--muted);
  font-size: 10px;
}

.footer-bottom a {
  text-decoration: underline;
  text-underline-offset: 3px;
}

@media (max-width: 930px) {
  .header-inner {
    gap: 18px;
  }

  .service-nav {
    gap: 15px;
  }

  .service-nav a {
    font-size: 12px;
  }

  .hero-grid {
    gap: 42px;
  }

  .card-grid.three,
  .solution-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .process-steps {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .process-steps li:nth-child(3)::after {
    display: none;
  }

  .faq-layout {
    gap: 44px;
  }
}

@media (max-width: 760px) {
  html {
    scroll-padding-top: 145px;
  }

  .wrap {
    width: calc(100% - 34px);
  }

  .header-inner {
    min-height: 76px;
    flex-wrap: wrap;
    padding: 11px 0 10px;
  }

  .brand {
    min-width: 0;
  }

  .wordmark {
    font-size: 30px;
  }

  .brand-caption {
    font-size: 8px;
  }

  .header-contact {
    min-height: 40px;
    padding: 8px 12px;
    font-size: 11px;
  }

  .service-nav {
    width: 100%;
    order: 3;
    justify-content: flex-start;
    gap: 20px;
    overflow-x: auto;
    padding-bottom: 2px;
    white-space: nowrap;
  }

  .service-nav a {
    font-size: 12px;
  }

  .breadcrumb {
    padding-top: 18px;
  }

  .service-hero {
    padding: 43px 0 62px;
  }

  .hero-grid,
  .decision-box,
  .definition-box,
  .direct-box,
  .faq-layout,
  .cta-panel {
    grid-template-columns: 1fr;
  }

  .hero-grid {
    gap: 35px;
  }

  .service-hero h1 {
    font-size: clamp(39px, 11vw, 58px);
    letter-spacing: -2px;
  }

  .hero-lead {
    font-size: 16px;
  }

  .hero-panel {
    max-width: 560px;
    padding: 25px;
  }

  .section {
    padding: 65px 0;
  }

  .section-heading {
    margin-bottom: 30px;
  }

  .section-heading p {
    font-size: 15px;
  }

  .card-grid.two,
  .card-grid.three,
  .solution-list,
  .version-grid {
    grid-template-columns: 1fr;
  }

  .example-card {
    min-height: 0;
  }

  .check-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .process-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .process-steps li:nth-child(3)::after {
    display: block;
  }

  .process-steps li:nth-child(even)::after {
    display: none;
  }

  .decision-box,
  .definition-box,
  .direct-box {
    gap: 25px;
    padding: 29px 23px;
  }

  .before-list {
    columns: 1;
  }

  .faq-layout {
    gap: 24px;
  }

  .faq-item summary {
    font-size: 15px;
  }

  .faq-item p {
    padding-left: 12px;
    font-size: 14px;
  }

  .cta-panel {
    gap: 28px;
    padding: 35px 25px;
  }

  .cta-actions {
    align-items: flex-start;
  }

  .footer-main {
    align-items: flex-start;
  }

  .footer-links {
    max-width: 220px;
  }
}

@media (max-width: 430px) {
  .service-nav {
    gap: 16px;
  }

  .hero-actions,
  .hero-actions .button,
  .cta-actions,
  .cta-actions .button {
    width: 100%;
  }

  .process-steps {
    grid-template-columns: 1fr;
    gap: 27px;
  }

  .process-steps li {
    min-height: 46px;
    padding: 0 61px 0 0;
  }

  .process-steps li::after {
    display: none !important;
  }

  .process-steps h3 {
    padding-top: 2px;
  }

  .card {
    padding: 23px 19px;
  }

  .footer-main,
  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .footer-links {
    max-width: none;
    justify-content: flex-start;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition: none !important;
  }

  .button:hover {
    transform: none;
  }
}

@media print {
  .site-header,
  .cta-section,
  .site-footer {
    display: none !important;
  }

  body {
    background: var(--white);
  }

  .section,
  .service-hero {
    padding: 28px 0;
  }

  .hero-grid,
  .decision-box,
  .definition-box,
  .direct-box,
  .faq-layout {
    display: block;
  }
}


/* Phase 2 content pages */
.fit-grid,
.contact-layout {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
}

.fit-card {
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--shadow);
}

.fit-card-positive {
  border-color: #cbd8bd;
  background: #f6f8ed;
}

.fit-card h3 {
  margin-bottom: 16px;
  font-size: 24px;
}

.fit-card ul,
.contact-checklist {
  margin: 0;
  padding: 0;
  list-style: none;
}

.fit-card li,
.contact-checklist li {
  position: relative;
  margin-bottom: 12px;
  padding-right: 24px;
  color: var(--ink-2);
}

.fit-card li::before,
.contact-checklist li::before {
  position: absolute;
  top: .72em;
  right: 2px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--accent);
  content: "";
}

.process-steps-four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.process-steps-four li:nth-child(4)::after {
  display: none;
}

.contact-hero {
  padding-bottom: 56px;
}

.contact-hero h1 {
  max-width: 820px;
}

.contact-hero .hero-lead {
  max-width: 790px;
}

.contact-layout {
  grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr);
  align-items: start;
  gap: 64px;
}

.contact-guidance h2 {
  margin-bottom: 20px;
  font-size: clamp(32px, 4vw, 46px);
}

.contact-checklist {
  margin-bottom: 30px;
}

.contact-direct {
  display: grid;
  gap: 5px;
  padding: 20px 22px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--white);
}

.contact-direct a {
  width: fit-content;
  color: var(--accent);
  text-decoration: underline;
  text-underline-offset: 4px;
}

.contact-form-card {
  position: relative;
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--shadow);
}

.contact-form-card h2 {
  margin-bottom: 7px;
  font-size: 32px;
}

.form-subtitle {
  margin-bottom: 24px;
  color: var(--muted);
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.field {
  margin-bottom: 17px;
}

.field label {
  display: block;
  margin-bottom: 6px;
  font-size: 13px;
  font-weight: 700;
}

.field label span {
  color: var(--accent);
}

.field label small {
  color: var(--muted);
  font-size: 11px;
  font-weight: 400;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  min-height: 49px;
  padding: 11px 13px;
  border: 1px solid #bbc2b5;
  border-radius: 9px;
  background: var(--paper);
  color: var(--ink);
  font: inherit;
  font-size: 14px;
}

.field textarea {
  min-height: 130px;
  resize: vertical;
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  border-color: var(--accent);
  outline: 3px solid rgba(191, 72, 40, .16);
}

.honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.form-submit {
  width: 100%;
  margin-top: 2px;
  border: 0;
  cursor: pointer;
}

.form-submit:disabled {
  cursor: wait;
  opacity: .65;
}

.form-note,
.form-status {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 12px;
}

.form-status {
  min-height: 21px;
  font-weight: 700;
}

.form-status.is-success {
  color: var(--green);
}

.form-status.is-error {
  color: #9d2e20;
}

.form-status a {
  text-decoration: underline;
  text-underline-offset: 3px;
}

@media (max-width: 930px) {
  .process-steps-four {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .process-steps-four li:nth-child(2)::after {
    display: none;
  }
}

@media (max-width: 760px) {
  .fit-grid,
  .contact-layout {
    grid-template-columns: 1fr;
  }

  .contact-layout {
    gap: 35px;
  }

  .contact-form-card {
    padding: 27px 22px;
  }
}

@media (max-width: 520px) {
  .form-grid,
  .process-steps-four {
    grid-template-columns: 1fr;
  }

  .process-steps-four li::after {
    display: none;
  }
}
