:root {
  --ink: #111820;
  --ink-2: #243140;
  --muted: #5c6875;
  --line: #d9e0e6;
  --paper: #ffffff;
  --soft: #f3f6f8;
  --soft-2: #edf3f1;
  --dark: #091016;
  --dark-2: #14202c;
  --teal: #0d7c7a;
  --blue: #245aa8;
  --amber: #c88718;
  --green: #2f724d;
  --red: #9c3e35;
  --shadow: 0 24px 70px rgba(17, 24, 32, 0.14);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
  letter-spacing: 0;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

html,
body {
  width: 100%;
  max-width: 100%;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
}

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

img {
  display: block;
  max-width: 100%;
  height: auto;
}

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

h1,
h2,
h3,
p,
a,
span,
li,
label {
  overflow-wrap: anywhere;
}

.site-header,
main,
.site-footer,
.section-inner,
.page-hero-inner,
.hero-inner,
.hero-proof,
.footer-inner,
.intro-grid > *,
.split-heading > *,
.systems-layout > *,
.detail-layout > *,
.form-layout > *,
.about-grid > *,
.entry-grid > *,
.product-grid > *,
.workflow > *,
.chip-row,
.hero-actions,
.intake-form,
.contact-card {
  min-width: 0;
}

.skip-link {
  position: absolute;
  left: 1rem;
  top: -10rem;
  z-index: 30;
  padding: 0.75rem 1rem;
  border-radius: 4px;
  color: #ffffff;
  background: var(--blue);
}

.skip-link:focus {
  top: 1rem;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid rgba(217, 224, 230, 0.88);
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(18px);
}

.nav-shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(1200px, calc(100% - 2rem));
  min-height: 74px;
  margin: 0 auto;
  gap: 1.5rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  min-width: 18rem;
  flex: 0 1 auto;
}

.brand-text {
  min-width: 0;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 8px;
  color: #ffffff;
  background:
    linear-gradient(135deg, var(--ink) 0%, var(--dark-2) 62%, var(--teal) 100%);
  font-size: 0.94rem;
  font-weight: 850;
}

.brand-text strong,
.footer-brand strong {
  display: block;
  color: var(--ink);
  font-size: 1rem;
  line-height: 1.1;
}

.brand-text small {
  display: block;
  margin-top: 0.18rem;
  color: var(--muted);
  font-size: 0.76rem;
  line-height: 1.25;
}

.nav-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.85rem;
  color: #2d3945;
  font-size: 0.9rem;
  font-weight: 700;
}

.nav-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  border-radius: 4px;
  white-space: nowrap;
}

.nav-links a:hover,
.nav-links a.active {
  color: var(--blue);
}

.nav-cta {
  padding: 0 0.95rem;
  border: 1px solid var(--ink);
  color: var(--ink);
}

.nav-menu-button {
  display: none;
  width: 42px;
  height: 42px;
  place-content: center;
  gap: 0.24rem;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
}

.nav-menu-button span {
  display: block;
  width: 19px;
  height: 2px;
  background: var(--ink);
}

.hero {
  position: relative;
  min-height: 690px;
  overflow: hidden;
  color: #ffffff;
  background: var(--dark);
}

.hero-media,
.hero-overlay {
  position: absolute;
  inset: 0;
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center right;
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(9, 16, 22, 0.98) 0%, rgba(9, 16, 22, 0.9) 40%, rgba(9, 16, 22, 0.52) 72%, rgba(9, 16, 22, 0.24) 100%),
    linear-gradient(180deg, rgba(9, 16, 22, 0.22) 0%, rgba(9, 16, 22, 0.84) 100%);
}

.hero-inner {
  position: relative;
  z-index: 2;
  width: min(1200px, calc(100% - 2rem));
  margin: 0 auto;
  padding: 8rem 0 3rem;
}

.eyebrow {
  margin: 0 0 0.9rem;
  color: var(--teal);
  font-size: 0.78rem;
  font-weight: 850;
  line-height: 1.3;
  text-transform: uppercase;
}

.hero .eyebrow,
.systems-band .eyebrow,
.page-hero .eyebrow {
  color: #8adbd2;
}

h1,
h2,
h3 {
  color: inherit;
}

h1 {
  max-width: 760px;
  margin: 0;
  font-size: 4.45rem;
  line-height: 0.98;
  font-weight: 860;
}

.tagline {
  max-width: 760px;
  margin: 1rem 0 0;
  color: #ffffff;
  font-size: 1.75rem;
  line-height: 1.18;
  font-weight: 760;
}

.hero-copy {
  max-width: 680px;
  margin: 1.35rem 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.12rem;
  line-height: 1.72;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 2rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  min-height: 48px;
  padding: 0 1.18rem;
  border-radius: 4px;
  font-weight: 780;
  text-align: center;
  white-space: normal;
}

.button-primary {
  color: #ffffff;
  background: var(--blue);
}

.hero .button-primary {
  color: var(--ink);
  background: #ffffff;
}

.button-secondary {
  border: 1px solid rgba(255, 255, 255, 0.46);
  color: #ffffff;
}

.light-button {
  border-color: var(--line);
  color: var(--ink);
}

.side-panel .button {
  width: 100%;
  margin-top: 1rem;
}

.hero-proof {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: min(1200px, calc(100% - 2rem));
  margin: 1.5rem auto 0;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
}

.hero-proof span {
  display: grid;
  place-items: center;
  min-height: 74px;
  padding: 0.9rem;
  border-right: 1px solid rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.86);
  text-align: center;
  font-size: 0.92rem;
  font-weight: 760;
}

.hero-proof span:last-child {
  border-right: 0;
}

.section,
.intro-band,
.systems-band,
.page-hero {
  padding: 5.4rem 0;
}

.section-inner,
.page-hero-inner {
  width: min(1200px, calc(100% - 2rem));
  margin: 0 auto;
}

.intro-band,
.soft-section {
  background: var(--soft);
}

.intro-grid,
.split-heading,
.systems-layout,
.detail-layout,
.form-layout,
.about-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 3rem;
  align-items: start;
}

.intro-grid h2,
.split-heading h2,
.section-heading h2,
.systems-layout h2,
.detail-layout h2,
.form-layout h2,
.about-grid h2,
.boundary-box h2,
.prose h2 {
  margin: 0;
  font-size: 2.35rem;
  line-height: 1.12;
}

.intro-grid p,
.section-heading p,
.systems-layout p,
.detail-layout p,
.form-layout p,
.about-grid p,
.boundary-box p,
.prose p,
.info-card p,
.workflow p,
.large-copy {
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.72;
}

.intro-grid > p,
.large-copy {
  margin: 1.6rem 0 0;
  font-size: 1.05rem;
}

.section-heading {
  max-width: 780px;
  margin-bottom: 2rem;
}

.entry-grid,
.product-grid,
.card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

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

.entry-card,
.info-card,
.side-panel,
.contact-card,
.intake-form {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
}

.entry-card,
.info-card,
.side-panel {
  padding: 1.35rem;
}

.entry-card {
  min-height: 250px;
  border-top: 4px solid var(--blue);
}

.entry-card.supplier {
  border-top-color: var(--green);
}

.entry-card span {
  color: var(--amber);
  font-size: 0.78rem;
  font-weight: 850;
  text-transform: uppercase;
}

.entry-card h3,
.info-card h3,
.workflow h3,
.side-panel h3 {
  margin: 1rem 0 0.55rem;
  font-size: 1.08rem;
  line-height: 1.3;
}

.entry-card p,
.info-card p,
.workflow p {
  margin: 0;
}

.text-link,
.panel-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 1rem;
  color: var(--blue);
  font-weight: 800;
  max-width: 100%;
}

.text-link::after,
.panel-link::after {
  content: "";
  display: inline-block;
  flex: 0 0 auto;
  width: 0.48rem;
  height: 0.48rem;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(45deg);
}

.info-card {
  min-height: 270px;
}

.mini-mark {
  position: relative;
  display: block;
  width: 3.6rem;
  height: 3.6rem;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--soft);
}

.mini-mark::before,
.mini-mark::after {
  content: "";
  position: absolute;
  border-radius: 3px;
  background: var(--teal);
}

.mark-1::before {
  inset: 0.75rem;
  border: 2px solid var(--blue);
  background: transparent;
}

.mark-1::after {
  width: 1.3rem;
  height: 0.4rem;
  right: 0.45rem;
  bottom: 0.55rem;
  background: var(--amber);
}

.mark-2::before {
  inset: 0.78rem;
  background: var(--blue);
}

.mark-2::after {
  inset: 0.34rem;
  border: 1px dashed var(--muted);
  background: transparent;
}

.mark-3::before {
  left: 0.55rem;
  right: 0.55rem;
  top: 1rem;
  height: 0.44rem;
  box-shadow: 0 0.8rem 0 var(--teal), 0 1.6rem 0 var(--teal);
}

.mark-3::after {
  left: 0.65rem;
  right: 0.65rem;
  bottom: 0.55rem;
  height: 0.22rem;
  background: var(--amber);
}

.mark-4::before {
  left: 0.65rem;
  right: 0.65rem;
  top: 0.78rem;
  height: 2rem;
  border: 2px solid var(--green);
  background: transparent;
}

.mark-4::after {
  width: 0.42rem;
  height: 0.42rem;
  right: 0.9rem;
  bottom: 0.78rem;
  background: var(--amber);
}

.mark-5::before {
  width: 0.5rem;
  height: 0.5rem;
  left: 0.8rem;
  top: 0.8rem;
  box-shadow: 1.55rem 0 var(--blue), 0 1.55rem var(--blue), 1.55rem 1.55rem var(--blue);
}

.mark-5::after {
  inset: 1rem;
  border: 1px solid var(--teal);
  background: transparent;
}

.mark-6::before {
  left: 0.55rem;
  right: 0.55rem;
  top: 0.8rem;
  height: 0.52rem;
  box-shadow: 0 1rem 0 var(--blue), 0 2rem 0 var(--teal);
}

.mark-6::after {
  width: 0.42rem;
  height: 0.42rem;
  right: 0.9rem;
  top: 0.85rem;
  background: var(--amber);
  box-shadow: 0 1rem 0 var(--amber), 0 2rem 0 var(--amber);
}

.systems-band,
.page-hero {
  color: #ffffff;
  background:
    linear-gradient(120deg, rgba(9, 16, 22, 0.96), rgba(20, 32, 44, 0.92)),
    var(--dark);
}

.systems-layout p,
.page-hero p {
  color: rgba(255, 255, 255, 0.78);
}

.systems-visual,
.hardware-panel {
  min-height: 340px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background:
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.06) 0 1px, transparent 1px 54px),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.04) 0 1px, transparent 1px 54px),
    var(--dark-2);
  position: relative;
  overflow: hidden;
}

.systems-visual span,
.hardware-panel span {
  position: absolute;
  left: 1.4rem;
  right: 1.4rem;
  height: 54px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  background: linear-gradient(90deg, rgba(13, 124, 122, 0.84), rgba(255, 255, 255, 0.08) 26% 100%);
}

.systems-visual span:nth-child(1),
.hardware-panel span:nth-child(1) {
  top: 1.4rem;
}

.systems-visual span:nth-child(2),
.hardware-panel span:nth-child(2) {
  top: 5.5rem;
  background: linear-gradient(90deg, rgba(36, 90, 168, 0.84), rgba(255, 255, 255, 0.08) 22% 100%);
}

.systems-visual span:nth-child(3),
.hardware-panel span:nth-child(3) {
  bottom: 5.5rem;
}

.systems-visual span:nth-child(4),
.hardware-panel span:nth-child(4) {
  bottom: 1.4rem;
  background: linear-gradient(90deg, rgba(200, 135, 24, 0.82), rgba(255, 255, 255, 0.08) 18% 100%);
}

.page-hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(300px, 0.58fr);
  gap: 3rem;
  align-items: center;
}

.page-hero h1 {
  font-size: 3.4rem;
}

.page-hero p {
  max-width: 760px;
  margin: 1.2rem 0 0;
  font-size: 1.08rem;
  line-height: 1.75;
}

.chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-top: 1.5rem;
}

.chip-row span {
  display: inline-flex;
  align-items: center;
  max-width: 100%;
  min-height: 34px;
  padding: 0 0.72rem;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.82rem;
  font-weight: 760;
}

.check-list,
.compact-list {
  display: grid;
  gap: 0.82rem;
  padding: 0;
  margin: 1.4rem 0 0;
  list-style: none;
}

.check-list li,
.compact-list li {
  position: relative;
  padding-left: 1.6rem;
  color: var(--ink-2);
  line-height: 1.62;
}

.check-list li::before,
.compact-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55rem;
  width: 0.58rem;
  height: 0.58rem;
  border-radius: 2px;
  background: var(--amber);
}

.compact-list {
  gap: 0.65rem;
  margin-top: 0.9rem;
}

.side-panel {
  box-shadow: var(--shadow);
}

.panel-link {
  display: flex;
  justify-content: space-between;
  min-height: 52px;
  margin-top: 1rem;
  padding: 0.85rem 0;
  border-top: 1px solid var(--line);
}

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

.workflow article {
  min-height: 260px;
  padding: 1.25rem;
  border-left: 3px solid var(--teal);
  background: var(--soft);
}

.workflow article:nth-child(2) {
  border-left-color: var(--blue);
}

.workflow article:nth-child(3) {
  border-left-color: var(--amber);
}

.workflow article:nth-child(4) {
  border-left-color: var(--green);
}

.workflow span {
  color: var(--amber);
  font-weight: 850;
}

.form-layout {
  grid-template-columns: minmax(0, 0.86fr) minmax(320px, 1fr);
}

.intake-form {
  display: grid;
  gap: 1rem;
  padding: 1.25rem;
  box-shadow: var(--shadow);
}

.form-banner {
  padding: 0.8rem 0.95rem;
  border: 1px solid rgba(156, 62, 53, 0.28);
  border-radius: 6px;
  color: var(--red);
  background: rgba(156, 62, 53, 0.06);
  font-size: 0.88rem;
  font-weight: 780;
}

.hidden-field {
  display: none;
}

.intake-form label {
  display: grid;
  gap: 0.45rem;
  color: var(--ink-2);
  font-size: 0.9rem;
  font-weight: 760;
}

.intake-form input,
.intake-form select,
.intake-form textarea {
  width: 100%;
  min-width: 0;
  border: 1px solid var(--line);
  border-radius: 4px;
  padding: 0.78rem 0.85rem;
  color: var(--ink);
  background: #ffffff;
  outline: none;
}

.intake-form textarea {
  resize: vertical;
}

.intake-form input:focus,
.intake-form select:focus,
.intake-form textarea:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 3px rgba(36, 90, 168, 0.16);
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.intake-form button {
  min-height: 48px;
  border: 0;
  border-radius: 4px;
  color: #ffffff;
  background: var(--ink);
  font-weight: 800;
  cursor: pointer;
}

.intake-form button:disabled {
  opacity: 0.72;
  cursor: not-allowed;
}

.form-privacy,
.form-help,
.form-status {
  margin: 0;
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.55;
}

.form-privacy a,
.form-help a {
  color: var(--blue);
  font-weight: 800;
}

.form-status {
  padding: 0.8rem 0.95rem;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--soft);
  font-weight: 760;
}

.form-status.success {
  border-color: rgba(47, 114, 77, 0.32);
  color: var(--green);
  background: rgba(47, 114, 77, 0.08);
}

.form-status.error {
  border-color: rgba(156, 62, 53, 0.32);
  color: var(--red);
  background: rgba(156, 62, 53, 0.07);
}

.success-actions {
  display: grid;
  gap: 0.85rem;
  align-content: start;
}

.contact-card {
  display: grid;
  gap: 0.5rem;
  margin: 1.4rem 0;
  padding: 1.25rem;
  font-style: normal;
}

.contact-card strong {
  color: var(--ink);
}

.contact-card span {
  color: var(--muted);
}

.about-grid article {
  min-height: 250px;
  padding: 1.4rem;
  border-top: 4px solid var(--blue);
  background: var(--soft);
}

.about-grid article:nth-child(2) {
  border-top-color: var(--amber);
}

.policy-section {
  background: #ffffff;
}

.prose {
  max-width: 860px;
}

.prose h2 {
  margin-top: 2rem;
  font-size: 1.45rem;
}

.prose h2:first-child {
  margin-top: 0;
}

.prose p {
  margin: 0.7rem 0 0;
}

.boundary-box {
  padding: 2rem;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
}

.site-footer {
  padding: 2.4rem 0;
  color: rgba(255, 255, 255, 0.74);
  background: #070b10;
}

.footer-inner {
  display: grid;
  grid-template-columns: 0.7fr 1fr;
  gap: 1.6rem 2rem;
  width: min(1200px, calc(100% - 2rem));
  margin: 0 auto;
}

.footer-brand strong {
  color: #ffffff;
}

.footer-brand p,
.footer-disclaimer {
  margin: 0.4rem 0 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.9rem;
  line-height: 1.65;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.8rem 1rem;
  font-size: 0.9rem;
  font-weight: 760;
}

.footer-links a {
  color: rgba(255, 255, 255, 0.84);
}

.footer-disclaimer {
  grid-column: 1 / -1;
  max-width: 1040px;
}

@media (max-width: 1120px) {
  .brand {
    min-width: 15rem;
  }

  .nav-links {
    gap: 0.6rem;
    font-size: 0.84rem;
  }
}

@media (max-width: 980px) {
  .nav-shell {
    min-height: 68px;
    gap: 0.85rem;
  }

  .brand {
    min-width: 0;
    flex: 1 1 auto;
  }

  .nav-menu-button {
    flex: 0 0 42px;
  }

  .nav-menu-button {
    display: grid;
  }

  .nav-links {
    position: absolute;
    left: 1rem;
    right: 1rem;
    top: 68px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 0.8rem;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #ffffff;
    box-shadow: var(--shadow);
  }

  .nav-links.open {
    display: flex;
  }

  .nav-links a {
    justify-content: flex-start;
    min-height: 44px;
    padding: 0 0.8rem;
  }

  .nav-cta {
    border-color: var(--line);
  }

  h1 {
    font-size: 3.3rem;
  }

  .page-hero h1 {
    font-size: 2.9rem;
  }

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

  .hero-proof span:nth-child(2n) {
    border-right: 0;
  }

  .hero-proof span:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  }

  .intro-grid,
  .split-heading,
  .systems-layout,
  .detail-layout,
  .form-layout,
  .about-grid,
  .page-hero-inner,
  .footer-inner {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .hardware-panel {
    min-height: 240px;
  }

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

@media (max-width: 640px) {
  .nav-shell,
  .section-inner,
  .page-hero-inner,
  .hero-inner,
  .hero-proof,
  .footer-inner {
    width: min(1200px, calc(100% - 1rem));
  }

  .brand {
    gap: 0.55rem;
  }

  .brand-mark {
    width: 40px;
    height: 40px;
  }

  .brand-text strong {
    font-size: 0.94rem;
  }

  .brand-text small {
    max-width: 13rem;
  }

  .hero {
    min-height: 740px;
  }

  .hero-media img {
    object-position: 64% center;
  }

  .hero-overlay {
    background:
      linear-gradient(90deg, rgba(9, 16, 22, 0.98) 0%, rgba(9, 16, 22, 0.9) 55%, rgba(9, 16, 22, 0.72) 100%),
      linear-gradient(180deg, rgba(9, 16, 22, 0.18) 0%, rgba(9, 16, 22, 0.9) 100%);
  }

  .hero-inner {
    padding-top: 5.8rem;
  }

  h1,
  .page-hero h1 {
    font-size: 2.52rem;
    line-height: 1.04;
  }

  .tagline {
    font-size: 1.28rem;
  }

  .hero-copy,
  .page-hero p {
    font-size: 1rem;
    max-width: 100%;
  }

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

  .hero-proof,
  .product-grid,
  .workflow,
  .entry-grid,
  .form-row {
    grid-template-columns: 1fr;
  }

  .hero-proof span {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  }

  .hero-proof span:last-child {
    border-bottom: 0;
  }

  .section,
  .intro-band,
  .systems-band,
  .page-hero {
    padding: 4rem 0;
  }

  .intro-grid h2,
  .split-heading h2,
  .section-heading h2,
  .systems-layout h2,
  .detail-layout h2,
  .form-layout h2,
  .about-grid h2,
  .boundary-box h2 {
    font-size: 1.82rem;
  }

  .info-card,
  .entry-card,
  .workflow article {
    min-height: auto;
  }

  .chip-row span {
    min-height: 32px;
  }
}

@media (max-width: 420px) {
  .nav-shell,
  .section-inner,
  .page-hero-inner,
  .hero-inner,
  .hero-proof,
  .footer-inner {
    width: min(1200px, calc(100% - 1.25rem));
  }

  .brand-mark {
    width: 38px;
    height: 38px;
    font-size: 0.84rem;
  }

  .brand-text strong {
    font-size: 0.9rem;
  }

  .brand-text small {
    max-width: 11rem;
    font-size: 0.72rem;
  }

  .nav-menu-button {
    width: 40px;
    height: 40px;
    flex-basis: 40px;
  }

  h1,
  .page-hero h1 {
    font-size: 2.24rem;
  }

  .tagline {
    font-size: 1.18rem;
  }

  .hero-inner {
    padding-top: 5.6rem;
  }

  .section,
  .intro-band,
  .systems-band,
  .page-hero {
    padding: 3.6rem 0;
  }

  .entry-card,
  .info-card,
  .side-panel,
  .contact-card,
  .intake-form,
  .boundary-box {
    padding: 1rem;
  }

  .chip-row {
    gap: 0.45rem;
  }

  .chip-row span {
    padding: 0.35rem 0.6rem;
    font-size: 0.76rem;
    line-height: 1.25;
  }
}
