:root {
  color: #121722;
  background: #ffffff;
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  --red: #dc211d;
  --red-dark: #bd1513;
  --green: #173e33;
  --green-deep: #0f2e27;
  --navy: #0b1429;
  --ink: #111721;
  --muted: #5e6873;
  --line: #dfe3e0;
  --paper: #f3f6f1;
  --warm: #f5f3ef;
  --white: #ffffff;
}

* {
  box-sizing: border-box;
}

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

body {
  margin: 0;
  min-width: 320px;
  min-height: 100vh;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--white);
  -webkit-font-smoothing: antialiased;
}

button,
input,
select,
textarea {
  font: inherit;
}

a {
  color: inherit;
}

img {
  max-width: 100%;
}

.site-frame {
  overflow: clip;
}

.shell {
  width: min(1248px, calc(100% - 64px));
  margin-inline: auto;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 1000;
  padding: 12px 16px;
  color: var(--white);
  background: var(--green-deep);
  border-radius: 4px;
  transform: translateY(-150%);
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: relative;
  z-index: 100;
  background: rgba(255, 255, 255, 0.97);
  border-bottom: 1px solid #e4e6e5;
}

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

.brand {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
}

.brand img {
  display: block;
  width: 242px;
  height: auto;
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: 26px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.desktop-nav a,
.mobile-nav a {
  text-decoration: none;
}

.desktop-nav > a:not(.nav-cta) {
  padding-block: 12px;
  border-bottom: 2px solid transparent;
}

.desktop-nav > a:not(.nav-cta):hover,
.desktop-nav > a:not(.nav-cta):focus-visible {
  color: var(--red);
  border-bottom-color: var(--red);
}

.nav-cta {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  color: var(--white);
  background: var(--green);
  border-radius: 6px;
  font-weight: 800;
}

.nav-cta:hover,
.nav-cta:focus-visible {
  background: var(--green-deep);
}

.menu-button,
.mobile-nav {
  display: none;
}

.hero {
  position: relative;
  min-height: 600px;
  color: var(--white);
  background-color: var(--navy);
  background-image: var(--bhf-hero-image);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.hero-inner {
  min-height: 600px;
  display: flex;
  align-items: center;
}

.hero-copy {
  position: relative;
  z-index: 1;
  width: min(620px, 57%);
  padding-block: 48px;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--red);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
  line-height: 1.4;
  text-transform: uppercase;
}

.eyebrow.light {
  color: #ff6360;
}

.hero h1 {
  max-width: 610px;
  margin: 0;
  font-size: clamp(50px, 4.3vw, 66px);
  line-height: 1.02;
  letter-spacing: -0.05em;
}

.hero-positioning {
  max-width: 580px;
  margin: 22px 0 0;
  color: #ffffff;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.35;
}

.hero-description {
  max-width: 570px;
  margin: 12px 0 28px;
  color: #d9e0e9;
  font-size: 16px;
  line-height: 1.65;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 5px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.01em;
  text-decoration: none;
  cursor: pointer;
}

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

.button-red:hover,
.button-red:focus-visible {
  background: var(--red-dark);
}

.button-ghost {
  color: var(--white);
  background: rgba(10, 19, 41, 0.46);
  border-color: rgba(255, 255, 255, 0.72);
}

.button-ghost:hover,
.button-ghost:focus-visible {
  background: rgba(10, 19, 41, 0.8);
}

.hero-microcopy {
  margin: 20px 0 0;
  color: #c8d0dc;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.proof-strip {
  background: #f7f8f7;
  border-bottom: 1px solid var(--line);
}

.proof-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.proof-item {
  min-height: 112px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px 28px;
  border-left: 1px solid #d9ddda;
}

.proof-item:first-child {
  padding-left: 0;
  border-left: 0;
}

.proof-item strong {
  color: var(--navy);
  font-size: 21px;
  line-height: 1.2;
  letter-spacing: -0.025em;
}

.proof-item span {
  margin-top: 6px;
  color: #687079;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.section {
  padding-block: 86px;
}

.section-heading h2,
.development-intro h2,
.factory-copy h2,
.proof-copy h2,
.founder-copy h2,
.faq-intro h2,
.contact-copy h2 {
  margin: 0;
  font-size: clamp(34px, 3.2vw, 48px);
  line-height: 1.08;
  letter-spacing: -0.045em;
}

.split-heading {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 80px;
  align-items: end;
  margin-bottom: 34px;
}

.split-heading > p,
.route-heading > p,
.faq-intro > p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.65;
}

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

.product-card {
  overflow: hidden;
  background: var(--white);
  border: 1px solid #e1e4e2;
  border-radius: 9px;
  box-shadow: 0 12px 34px rgba(19, 34, 29, 0.06);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.product-card:hover,
.product-card:focus-within {
  transform: translateY(-4px);
  box-shadow: 0 18px 42px rgba(19, 34, 29, 0.12);
}

.product-card > a {
  display: block;
  height: 100%;
  text-decoration: none;
}

.product-image-frame {
  width: 100%;
  aspect-ratio: 7 / 4.5;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: #ffffff;
  border-bottom: 1px solid #eceeed;
}

.product-image-frame img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

.product-copy {
  min-height: 185px;
  display: flex;
  flex-direction: column;
  padding: 18px;
}

.product-copy > span {
  color: var(--red);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.11em;
}

.product-copy h3 {
  margin: 8px 0 7px;
  font-size: 19px;
  line-height: 1.25;
  letter-spacing: -0.025em;
}

.product-copy p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.55;
}

.product-copy strong {
  margin-top: auto;
  padding-top: 16px;
  color: var(--green);
  font-size: 12px;
}

.section-note {
  margin: 22px 0 0;
  color: #6e777f;
  font-size: 11px;
  line-height: 1.5;
}

.development-section {
  padding-block: 72px;
  color: var(--white);
  background: var(--navy);
}

.development-grid {
  display: grid;
  grid-template-columns: 325px minmax(0, 1fr);
  gap: 54px;
  align-items: center;
}

.development-intro > p:not(.eyebrow) {
  margin: 16px 0 20px;
  color: #aeb8c8;
  font-size: 14px;
  line-height: 1.6;
}

.text-link {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  color: var(--green);
  font-size: 13px;
  font-weight: 800;
  text-underline-offset: 4px;
}

.light-link {
  color: #ffffff;
}

.process-grid,
.route-grid {
  margin: 0;
  padding: 0;
  list-style: none;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
}

.process-card {
  min-height: 178px;
  padding: 18px 15px;
  background: #141f36;
  border: 1px solid #2d3950;
  border-radius: 7px;
}

.process-card > span {
  color: #ff4b48;
  font-size: 11px;
  font-weight: 800;
}

.process-card h3 {
  margin: 30px 0 7px;
  font-size: 15px;
}

.process-card p {
  margin: 0;
  color: #9eabba;
  font-size: 10px;
  line-height: 1.5;
}

.factory-section {
  max-width: 1600px;
  min-height: 560px;
  display: grid;
  grid-template-columns: 56% 44%;
  margin-inline: auto;
  background: var(--warm);
}

.factory-media {
  min-width: 0;
  overflow: hidden;
}

.factory-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

.factory-copy {
  align-self: center;
  padding: 54px clamp(44px, 5vw, 78px);
}

.factory-lede {
  margin: 18px 0 22px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.65;
}

.factory-facts > div {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 12px;
  padding-block: 14px;
  border-top: 1px solid #d8d7d3;
}

.factory-facts span {
  color: var(--red);
  font-size: 11px;
  font-weight: 800;
}

.factory-facts p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.5;
}

.factory-facts strong {
  display: block;
  margin-bottom: 4px;
  color: var(--ink);
  font-size: 14px;
}

.route-section {
  background: #ffffff;
}

.route-heading {
  max-width: 760px;
  margin-bottom: 34px;
}

.route-heading > p:last-child {
  margin-top: 14px;
}

.route-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.route-grid li {
  min-height: 238px;
  padding: 28px 24px;
  border-left: 1px solid var(--line);
}

.route-grid li:first-child {
  padding-left: 0;
  border-left: 0;
}

.route-grid span {
  color: var(--red);
  font-size: 11px;
  font-weight: 800;
}

.route-grid h3 {
  margin: 32px 0 12px;
  font-size: 19px;
  line-height: 1.25;
  letter-spacing: -0.025em;
}

.route-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.65;
}

.proof-section {
  padding-block: 82px;
  color: var(--white);
  background: var(--green-deep);
}

.proof-content {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 72px;
  align-items: end;
}

.proof-copy > p:not(.eyebrow) {
  margin: 18px 0 0;
  color: #b8c9c3;
  font-size: 14px;
  line-height: 1.65;
}

.certificate-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.certificate-grid a {
  min-height: 184px;
  display: flex;
  flex-direction: column;
  padding: 22px;
  color: var(--white);
  background: #173f35;
  border: 1px solid #31594f;
  border-radius: 8px;
  text-decoration: none;
}

.certificate-grid a:hover,
.certificate-grid a:focus-visible {
  background: #1d4b40;
  border-color: #80a399;
}

.certificate-grid span {
  color: #ff7774;
  font-size: 11px;
  font-weight: 800;
}

.certificate-grid strong {
  margin-top: auto;
  font-size: 16px;
  line-height: 1.35;
}

.certificate-grid small {
  margin-top: 7px;
  color: #aac0b9;
  font-size: 10px;
}

.founder-section {
  padding-block: 72px;
  background: #ffffff;
}

.founder-grid {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr) 390px;
  gap: 46px;
  align-items: center;
}

.founder-grid > img {
  width: 210px;
  aspect-ratio: 1 / 1;
  display: block;
  object-fit: cover;
  object-position: 50% 23%;
  border-radius: 8px;
}

.founder-copy > p:not(.eyebrow) {
  margin: 16px 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.65;
}

.founder-copy > strong {
  display: block;
  font-size: 14px;
}

.founder-copy > span {
  display: block;
  margin-top: 3px;
  color: #737b84;
  font-size: 11px;
}

blockquote {
  margin: 0;
  padding-left: 26px;
  color: var(--navy);
  border-left: 4px solid var(--red);
  font-size: 25px;
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: -0.03em;
}

.faq-section {
  background: var(--paper);
}

.faq-layout {
  display: grid;
  grid-template-columns: 0.78fr 1.22fr;
  gap: 88px;
}

.faq-intro > p:not(.eyebrow) {
  margin-top: 18px;
}

.faq-list {
  border-top: 1px solid #cad1cc;
}

.faq-item {
  border-bottom: 1px solid #cad1cc;
}

.faq-item h3 {
  margin: 0;
}

.faq-item button {
  width: 100%;
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 16px 0;
  color: var(--ink);
  background: transparent;
  border: 0;
  text-align: left;
  cursor: pointer;
}

.faq-item button > span {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
}

.faq-item button > small {
  flex: 0 0 auto;
  color: var(--red);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.faq-item > p {
  margin: -4px 48px 20px 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.7;
}

.bhf-page [hidden] {
  display: none !important;
}

.contact-section {
  padding-block: 78px;
  color: var(--white);
  background: var(--red);
}

.contact-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 80px;
  align-items: center;
}

.contact-eyebrow {
  color: #ffd1d0;
}

.contact-copy > p:not(.eyebrow) {
  margin: 18px 0 16px;
  color: #ffe8e7;
  font-size: 14px;
  line-height: 1.65;
}

.contact-copy > span {
  display: block;
  max-width: 520px;
  color: #ffd0cf;
  font-size: 10px;
  line-height: 1.55;
}

.form-card {
  min-height: 340px;
  padding: 30px;
  color: var(--ink);
  background: var(--white);
  border-radius: 10px;
  box-shadow: 0 18px 48px rgba(82, 7, 5, 0.2);
}

.form-card .wpcf7,
.form-card .wpcf7-form,
.form-card .bt-form-grid {
  width: 100%;
}

.form-card .wpcf7-form {
  margin: 0;
}

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

.form-card .bt-form-grid > p,
.form-card .bt-form-grid > div,
.form-card .bt-form-grid > fieldset {
  min-width: 0;
  margin: 0;
}

.form-card .bt-full,
.form-card .bt-form-section-intro,
.form-card .bt-contact-route,
.form-card .bt-reference-group,
.form-card .bt-form-divider,
.form-card .bt-form-consent,
.form-card .bt-nda-note,
.form-card .bhf-form-progress,
.form-card .bhf-form-error,
.form-card .bhf-form-actions {
  grid-column: 1 / -1;
}

.form-card .bt-form-section-intro {
  display: none;
}

.form-card label,
.form-card legend,
.form-card .bt-form-label {
  color: #3c454e;
  font-size: 11px;
  font-weight: 750;
  line-height: 1.45;
}

.form-card fieldset {
  padding: 0;
  border: 0;
}

.form-card input:not([type="checkbox"]):not([type="hidden"]),
.form-card select,
.form-card textarea {
  width: 100%;
  min-height: 48px;
  margin-top: 7px;
  padding: 11px 12px;
  color: var(--ink);
  background: #ffffff;
  border: 1px solid #cdd2cf;
  border-radius: 5px;
  outline: none;
}

.form-card textarea {
  min-height: 116px;
  resize: vertical;
}

.form-card input:focus,
.form-card select:focus,
.form-card textarea:focus {
  border-color: var(--green);
  box-shadow: 0 0 0 3px rgba(23, 62, 51, 0.14);
}

.form-card .bt-contact-route-grid,
.form-card .bt-reference-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 8px;
}

.form-card .bt-field-help,
.form-card .bt-form-privacy-note,
.form-card .bt-nda-note p {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 10px;
  line-height: 1.55;
}

.form-card .bt-required {
  color: var(--red);
}

.form-card .bt-optional {
  color: #78818a;
  font-weight: 600;
}

.form-card .bt-form-divider {
  padding-top: 4px;
  border-top: 1px solid var(--line);
}

.form-card .bt-form-divider p {
  color: var(--green);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.form-card .wpcf7-acceptance label {
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
}

.form-card .wpcf7-acceptance input {
  width: 18px;
  height: 18px;
  margin: 2px 0 0;
}

.form-card .wpcf7-not-valid-tip,
.form-card .wpcf7-response-output,
.form-card .bhf-form-error {
  color: #a41410;
  font-size: 11px;
  line-height: 1.5;
}

.form-card .wpcf7-response-output {
  margin: 18px 0 0;
  padding: 12px;
  border-radius: 5px;
}

.form-card .bhf-form-progress {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 6px;
}

.form-card .bhf-form-progress strong {
  font-size: 18px;
}

.form-card .bhf-form-progress span {
  color: var(--red);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.form-card .bhf-form-actions {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 4px;
}

.form-card .bhf-form-actions button,
.form-card .wpcf7-submit {
  min-height: 48px;
  padding: 0 22px;
  color: var(--white);
  background: var(--navy);
  border: 1px solid transparent;
  border-radius: 5px;
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
}

.form-card .bhf-form-actions .bhf-back {
  color: var(--ink);
  background: #f4f5f4;
  border-color: #cdd2cf;
}

.form-card .wpcf7-spinner {
  margin: 12px 0 0 12px;
}

.form-fallback strong {
  font-size: 18px;
}

.form-fallback p {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.6;
}

.form-progress {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 22px;
}

.form-progress strong {
  font-size: 18px;
}

.form-progress span {
  color: var(--red);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

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

.form-fields-step-two {
  grid-template-columns: 1fr;
}

.form-fields label {
  display: flex;
  flex-direction: column;
  gap: 7px;
  color: #3c454e;
  font-size: 11px;
  font-weight: 700;
}

.form-fields input,
.form-fields select,
.form-fields textarea {
  width: 100%;
  min-height: 48px;
  padding: 12px 13px;
  color: var(--ink);
  background: #ffffff;
  border: 1px solid #cdd2cf;
  border-radius: 5px;
  outline: none;
}

.form-fields textarea {
  min-height: 112px;
  resize: vertical;
}

.form-fields input:focus,
.form-fields select:focus,
.form-fields textarea:focus {
  border-color: var(--green);
  box-shadow: 0 0 0 3px rgba(23, 62, 51, 0.14);
}

.form-actions {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 20px;
}

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

.button-dark:hover,
.button-dark:focus-visible {
  background: #192540;
}

.button-back {
  color: var(--ink);
  background: #f4f5f4;
  border-color: #cdd2cf;
}

.success-state {
  min-height: 278px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.success-state > span {
  color: var(--green);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.success-state h3 {
  max-width: 470px;
  margin: 12px 0;
  font-size: 27px;
  line-height: 1.3;
  letter-spacing: -0.03em;
}

.success-state p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.6;
}

.success-state button {
  min-height: 44px;
  margin-top: 20px;
  padding: 0;
  color: var(--red);
  background: transparent;
  border: 0;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 4px;
  cursor: pointer;
}

.site-footer {
  padding: 54px 0 24px;
  color: #b6bec9;
  background: #09111f;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 0.7fr 0.9fr;
  gap: 64px;
}

.footer-grid img {
  width: 210px;
  display: block;
  margin-bottom: 16px;
}

.footer-grid p {
  max-width: 410px;
  margin: 0;
  font-size: 12px;
  line-height: 1.65;
}

.footer-grid > div:not(:first-child) {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 11px;
}

.footer-grid strong {
  margin-bottom: 4px;
  color: var(--white);
  font-size: 13px;
}

.footer-grid a {
  color: #b6bec9;
  font-size: 11px;
  text-decoration: none;
}

.footer-grid a:hover,
.footer-grid a:focus-visible {
  color: var(--white);
  text-decoration: underline;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  margin-top: 42px;
  padding-top: 20px;
  border-top: 1px solid #283040;
  font-size: 10px;
}

:focus-visible {
  outline: 3px solid #f2b13f;
  outline-offset: 3px;
}

@media (max-width: 1120px) {
  .shell {
    width: min(100% - 48px, 1000px);
  }

  .desktop-nav {
    gap: 18px;
  }

  .desktop-nav > a:not(.nav-cta):nth-child(5) {
    display: none;
  }

  .brand img {
    width: 210px;
  }

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

  .development-grid {
    grid-template-columns: 1fr;
  }

  .process-grid {
    grid-template-columns: repeat(5, minmax(140px, 1fr));
    overflow-x: auto;
    padding-bottom: 8px;
  }

  .proof-content,
  .faq-layout,
  .contact-grid {
    gap: 48px;
  }

  .founder-grid {
    grid-template-columns: 190px minmax(0, 1fr) 310px;
    gap: 30px;
  }
}

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

  .shell {
    width: calc(100% - 40px);
  }

  .header-inner {
    min-height: 74px;
  }

  .brand img {
    width: 188px;
  }

  .desktop-nav {
    display: none;
  }

  .menu-button {
    min-width: 70px;
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--green);
    background: transparent;
    border: 1px solid #9daaa5;
    border-radius: 5px;
    font-size: 12px;
    font-weight: 800;
    cursor: pointer;
  }

  .mobile-nav {
    display: none;
    padding: 12px 20px 24px;
    background: #ffffff;
    border-top: 1px solid var(--line);
  }

  .mobile-nav.is-open {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .mobile-nav a {
    min-height: 46px;
    display: flex;
    align-items: center;
    padding: 0 12px;
    background: #f5f6f5;
    border-radius: 5px;
    font-size: 12px;
    font-weight: 700;
  }

  .mobile-nav .nav-cta {
    grid-column: 1 / -1;
    justify-content: center;
    color: var(--white);
    background: var(--green);
  }

  .hero,
  .hero-inner {
    min-height: 620px;
  }

  .hero-copy {
    width: min(590px, 72%);
  }

  .hero h1 {
    font-size: clamp(46px, 7.3vw, 60px);
  }

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

  .proof-item,
  .proof-item:first-child {
    min-height: 98px;
    padding: 18px 20px;
    border-left: 1px solid #d9ddda;
    border-bottom: 1px solid #d9ddda;
  }

  .proof-item:nth-child(odd) {
    border-left: 0;
  }

  .split-heading {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .factory-section {
    grid-template-columns: 1fr;
  }

  .factory-media {
    min-height: 480px;
  }

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

  .route-grid li:nth-child(odd) {
    padding-left: 0;
    border-left: 0;
  }

  .route-grid li:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line);
  }

  .proof-content,
  .faq-layout,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .founder-grid {
    grid-template-columns: 190px minmax(0, 1fr);
  }

  .founder-grid blockquote {
    grid-column: 1 / -1;
  }
}

@media (max-width: 620px) {
  .shell {
    width: calc(100% - 32px);
  }

  .brand img {
    width: 164px;
  }

  .hero {
    background-position: 56% center;
  }

  .hero::before {
    position: absolute;
    inset: 0;
    content: "";
    background: rgba(5, 13, 31, 0.46);
  }

  .hero,
  .hero-inner {
    min-height: 650px;
  }

  .hero-copy {
    width: 100%;
    padding: 60px 0 44px;
  }

  .hero h1 {
    max-width: 350px;
    font-size: 43px;
    line-height: 1.05;
  }

  .hero-positioning {
    max-width: 340px;
    font-size: 18px;
  }

  .hero-description {
    max-width: 350px;
    font-size: 14px;
  }

  .hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

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

  .hero-microcopy {
    font-size: 9px;
    line-height: 1.6;
  }

  .proof-grid,
  .product-grid,
  .route-grid,
  .certificate-grid,
  .form-fields {
    grid-template-columns: 1fr;
  }

  .proof-item,
  .proof-item:first-child,
  .proof-item:nth-child(odd) {
    min-height: 86px;
    padding: 16px 0;
    border-left: 0;
  }

  .proof-item strong {
    font-size: 18px;
  }

  .section {
    padding-block: 64px;
  }

  .section-heading h2,
  .development-intro h2,
  .factory-copy h2,
  .proof-copy h2,
  .founder-copy h2,
  .faq-intro h2,
  .contact-copy h2 {
    font-size: 34px;
  }

  .product-grid {
    gap: 14px;
  }

  .product-copy {
    min-height: 165px;
  }

  .development-section {
    padding-block: 62px;
  }

  .process-grid {
    grid-template-columns: 1fr;
    overflow: visible;
  }

  .process-card {
    min-height: 128px;
  }

  .process-card h3 {
    margin-top: 18px;
  }

  .factory-media {
    min-height: 330px;
  }

  .factory-copy {
    padding: 48px 20px 54px;
  }

  .route-grid li,
  .route-grid li:first-child,
  .route-grid li:nth-child(odd) {
    min-height: 0;
    padding: 24px 0;
    border-left: 0;
    border-bottom: 1px solid var(--line);
  }

  .route-grid li:last-child {
    border-bottom: 0;
  }

  .route-grid h3 {
    margin-top: 20px;
  }

  .proof-section {
    padding-block: 64px;
  }

  .certificate-grid a {
    min-height: 142px;
  }

  .founder-grid {
    grid-template-columns: 1fr;
  }

  .founder-grid > img {
    width: 180px;
  }

  .founder-grid blockquote {
    grid-column: auto;
    font-size: 23px;
  }

  .faq-layout,
  .contact-grid {
    gap: 40px;
  }

  .faq-item button {
    min-height: 72px;
  }

  .form-card {
    min-height: 0;
    padding: 24px 18px;
  }

  .form-card .bt-form-grid,
  .form-card .bt-contact-route-grid,
  .form-card .bt-reference-grid {
    grid-template-columns: 1fr;
  }

  .form-card .bhf-form-actions {
    flex-direction: column-reverse;
  }

  .form-card .bhf-form-actions button,
  .form-card .wpcf7-submit {
    width: 100%;
  }

  .form-actions {
    flex-direction: column-reverse;
  }

  .form-actions .button {
    width: 100%;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 8px;
  }
}
