:root {
  --yellow: #f7b500;
  --yellow-deep: #815b00;
  --ink: #171a1f;
  --ink-soft: #252a31;
  --navy: #152533;
  --cream: #fbf4e4;
  --cream-deep: #f2e7ce;
  --white: #ffffff;
  --muted: #555b61;
  --line: #e3e0da;
  --success: #216a3b;
  --max: 1180px;
  --shadow: 0 16px 50px rgba(14, 18, 24, 0.12);
  --radius: 18px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--white);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

body.menu-open {
  overflow: hidden;
}

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

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

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

button,
.button {
  -webkit-tap-highlight-color: transparent;
}

.button {
  max-width: 100%;
  text-align: center;
}

h1,
h2,
h3,
h4,
p {
  margin-top: 0;
}

h1,
h2,
h3,
h4,
.eyebrow,
.nav-label {
  font-family: "Arial Narrow", "Roboto Condensed", Arial, Helvetica, sans-serif;
  font-weight: 700;
  letter-spacing: -0.025em;
}

h1 {
  font-size: clamp(3.6rem, 9vw, 7.6rem);
  line-height: 0.94;
  text-transform: uppercase;
}

h2 {
  font-size: clamp(2.25rem, 5vw, 4.4rem);
  line-height: 1.02;
}

h3 {
  font-size: clamp(1.45rem, 2.4vw, 2rem);
  line-height: 1.15;
}

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

.narrow {
  width: min(calc(100% - 40px), 820px);
  margin-inline: auto;
}

.section {
  padding: 96px 0;
}

.section--cream {
  background: var(--cream);
}

.section--dark {
  color: var(--white);
  background:
    linear-gradient(120deg, rgba(21, 37, 51, 0.97), rgba(20, 23, 29, 0.9)),
    url("../media/hero.jpg") center/cover;
}

.section-heading {
  max-width: 760px;
  margin: 0 auto 48px;
  text-align: center;
}

.section-heading p {
  max-width: 650px;
  margin: 16px auto 0;
  color: var(--muted);
}

.section--dark .section-heading p {
  color: rgba(255, 255, 255, 0.88);
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  color: var(--yellow-deep);
  font-size: 0.9rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.home-hero .eyebrow,
.page-hero .eyebrow,
.section--dark .eyebrow,
.band .eyebrow,
.site-footer .eyebrow {
  color: #ffd052;
}

.eyebrow::before {
  width: 28px;
  height: 3px;
  content: "";
  background: currentColor;
}

.muted {
  color: var(--muted);
}

.highlight {
  color: var(--yellow);
}

.button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 14px 24px;
  border: 2px solid transparent;
  border-radius: 8px;
  background: var(--yellow);
  color: var(--ink);
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  transition: 180ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
  background: #ffc526;
  box-shadow: 0 10px 24px rgba(247, 181, 0, 0.28);
}

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

.button--dark:hover,
.button--dark:focus-visible {
  background: #30353c;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.2);
}

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

.button--outline {
  border-color: var(--ink);
  background: transparent;
}

.button--small {
  min-height: 42px;
  padding: 10px 16px;
  font-size: 0.88rem;
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding-bottom: 2px;
  border-bottom: 1px solid currentColor;
  font-weight: 700;
}

.text-link::after {
  content: "→";
  color: var(--yellow-deep);
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 10px;
  left: 10px;
  padding: 10px 14px;
  transform: translateY(-150%);
  background: var(--white);
  color: var(--ink);
}

.skip-link:focus {
  transform: none;
}

.topbar {
  min-height: 34px;
  background: var(--yellow);
  color: var(--ink);
  font-size: 0.78rem;
  font-weight: 600;
}

.topbar__inner {
  display: flex;
  min-height: 34px;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.topbar__group {
  display: flex;
  align-items: center;
  gap: 20px;
}

.site-nav {
  position: relative;
  z-index: 60;
  background: #08090b;
  color: var(--white);
}

.site-nav__inner {
  display: flex;
  min-height: 78px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.logo-card {
  display: flex;
  width: 205px;
  height: 54px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 6px;
  background: var(--white);
}

.logo-card img {
  width: 190px;
  transform: scale(1.18);
}

.nav-links {
  display: flex;
  align-items: center;
  gap: clamp(18px, 2.6vw, 34px);
}

.nav-links > a:not(.button) {
  position: relative;
  padding: 27px 0;
  font-size: 0.93rem;
  font-weight: 600;
}

.nav-links > a:not(.button)::after {
  position: absolute;
  right: 0;
  bottom: 18px;
  left: 0;
  height: 3px;
  transform: scaleX(0);
  transform-origin: left;
  content: "";
  background: var(--yellow);
  transition: transform 180ms ease;
}

.nav-links > a:hover::after,
.nav-links > a:focus-visible::after,
.nav-links > a[aria-current="page"]::after {
  transform: scaleX(1);
}

.nav-toggle {
  display: none;
  width: 48px;
  height: 44px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 6px;
  background: transparent;
  color: var(--white);
  cursor: pointer;
}

.nav-toggle span,
.nav-toggle span::before,
.nav-toggle span::after {
  display: block;
  width: 22px;
  height: 2px;
  content: "";
  background: currentColor;
  transition: 180ms ease;
}

.nav-toggle span {
  position: relative;
}

.nav-toggle span::before {
  position: absolute;
  top: -7px;
}

.nav-toggle span::after {
  position: absolute;
  top: 7px;
}

.menu-open .nav-toggle span {
  background: transparent;
}

.menu-open .nav-toggle span::before {
  top: 0;
  transform: rotate(45deg);
}

.menu-open .nav-toggle span::after {
  top: 0;
  transform: rotate(-45deg);
}

.home-hero {
  position: relative;
  display: grid;
  min-height: 660px;
  place-items: center;
  overflow: hidden;
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(9, 11, 13, 0.82), rgba(9, 11, 13, 0.38)),
    url("../media/hero.jpg") center/cover no-repeat;
}

.home-hero::after,
.page-hero::after {
  position: absolute;
  inset: auto 0 0;
  height: 5px;
  content: "";
  background: var(--yellow);
}

.home-hero__content {
  position: relative;
  z-index: 2;
  max-width: 1120px;
  padding: 100px 0 145px;
}

.home-hero h1 {
  max-width: 1120px;
  margin-bottom: 24px;
  font-size: clamp(3.5rem, 4.25vw, 5rem);
}

.hero-title__line {
  display: block;
  white-space: nowrap;
}

.home-hero__content > p {
  max-width: 660px;
  margin-bottom: 30px;
  color: rgba(255, 255, 255, 0.92);
  font-size: clamp(1.06rem, 2vw, 1.3rem);
}

.trust-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.trust-chips li {
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 999px;
  background: rgba(8, 10, 12, 0.5);
  font-size: 0.82rem;
  font-weight: 600;
  backdrop-filter: blur(7px);
}

.finder-wrap {
  position: relative;
  z-index: 5;
  margin-top: -95px;
}

.finder {
  padding: 30px;
  border-radius: 14px;
  background: var(--yellow);
  box-shadow: var(--shadow);
}

.finder__heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 20px;
}

.finder__heading h2 {
  margin: 0;
  font-size: clamp(2rem, 3.5vw, 3.2rem);
}

.finder__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.finder__grid .field--wide {
  grid-column: span 2;
}

.finder__grid .button {
  align-self: end;
}

.field {
  display: grid;
  gap: 7px;
}

.field label {
  font-size: 0.78rem;
  font-weight: 700;
}

.field input,
.field select,
.field textarea,
.search-field {
  min-width: 0;
  width: 100%;
  min-height: 50px;
  padding: 13px 14px;
  border: 1px solid #d9d7d1;
  border-radius: 7px;
  outline: none;
  background: var(--white);
  color: var(--ink);
}

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

.field input:focus,
.field select:focus,
.field textarea:focus,
.search-field:focus {
  border-color: var(--yellow-deep);
  box-shadow: 0 0 0 3px rgba(247, 181, 0, 0.18);
}

.equipment-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.equipment-card {
  position: relative;
  display: flex;
  min-height: 100%;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--white);
  box-shadow: 0 8px 28px rgba(15, 18, 22, 0.06);
  transition: 180ms ease;
}

.equipment-card:hover,
.equipment-card:focus-within {
  transform: translateY(-5px);
  border-color: var(--yellow);
  box-shadow: 0 18px 38px rgba(15, 18, 22, 0.12);
}

.equipment-card__image {
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: var(--cream-deep);
}

.equipment-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 280ms ease;
}

.equipment-card:hover img {
  transform: scale(1.045);
}

.equipment-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 20px;
}

.equipment-card__body h3 {
  margin-bottom: 9px;
}

.equipment-card__body p {
  margin-bottom: 18px;
  color: var(--muted);
  font-size: 0.92rem;
}

.equipment-card__body .text-link {
  align-self: flex-start;
  margin-top: auto;
}

.feature-grid,
.industry-grid,
.info-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.finder__grid > *,
.feature-grid > *,
.industry-grid > *,
.info-grid > *,
.equipment-grid > *,
.blog-grid > *,
.split > *,
.detail-shell > *,
.form-layout > *,
.contact-grid > *,
.site-footer__grid > * {
  min-width: 0;
}

.feature-card,
.industry-card,
.info-card {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--white);
}

.feature-card--accent,
.info-card--accent {
  border-color: var(--yellow);
  background: var(--cream);
}

.step-number {
  display: inline-grid;
  width: 44px;
  height: 44px;
  margin-bottom: 22px;
  place-items: center;
  border-radius: 50%;
  background: var(--yellow);
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
}

.feature-card p,
.industry-card p,
.info-card p {
  margin-bottom: 0;
  color: var(--muted);
}

.industry-card {
  min-height: 190px;
  color: var(--ink);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(251, 244, 228, 0.95));
}

.industry-card h3::before {
  display: inline-block;
  width: 9px;
  height: 9px;
  margin: 0 10px 3px 0;
  border-radius: 50%;
  content: "";
  background: var(--yellow);
}

.band {
  padding: 68px 0;
  color: var(--white);
  background:
    linear-gradient(rgba(12, 15, 18, 0.76), rgba(12, 15, 18, 0.76)),
    url("../media/excavator.jpg") center/cover;
  border-block: 5px solid var(--yellow);
}

.band__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.band h2 {
  max-width: 720px;
  margin-bottom: 12px;
}

.band p {
  max-width: 680px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.9);
}

.page-hero {
  --hero: url("../media/hero.jpg");
  position: relative;
  display: grid;
  min-height: 440px;
  place-items: center;
  color: var(--white);
  text-align: center;
  background:
    linear-gradient(rgba(9, 11, 13, 0.68), rgba(9, 11, 13, 0.7)),
    var(--hero) center/cover no-repeat;
}

.page-hero__content {
  position: relative;
  z-index: 2;
  max-width: 900px;
  padding: 80px 0;
}

.page-hero h1 {
  margin-bottom: 18px;
}

.page-hero p {
  max-width: 690px;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.94);
  font-size: 1.12rem;
}

.breadcrumb {
  position: absolute;
  z-index: 4;
  bottom: 0;
  left: 50%;
  padding: 11px 22px;
  transform: translate(-50%, 50%);
  border-radius: 7px;
  background: var(--yellow);
  color: var(--ink);
  font-size: 0.83rem;
  font-weight: 700;
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  align-items: center;
  gap: clamp(38px, 7vw, 78px);
}

.split__image {
  position: relative;
  min-height: 460px;
  overflow: hidden;
  border-radius: 14px;
  box-shadow: var(--shadow);
}

.split__image img {
  width: 100%;
  height: 100%;
  min-height: 460px;
  object-fit: cover;
}

.split__content p {
  color: var(--muted);
}

.check-list,
.plain-list,
.detail-list {
  display: grid;
  gap: 10px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.check-list li,
.detail-list li {
  position: relative;
  padding-left: 26px;
}

.check-list li::before,
.detail-list li::before {
  position: absolute;
  top: 2px;
  left: 0;
  display: grid;
  width: 18px;
  height: 18px;
  place-items: center;
  border-radius: 50%;
  content: "✓";
  background: var(--yellow);
  color: var(--ink);
  font-size: 0.68rem;
  font-weight: 700;
}

.detail-shell {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(280px, 0.55fr);
  align-items: start;
  gap: 30px;
}

.detail-panel {
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--white);
}

.detail-panel--accent {
  position: sticky;
  top: 20px;
  border-color: var(--yellow);
  background: var(--cream);
}

.detail-image {
  width: 100%;
  max-height: 520px;
  margin-bottom: 30px;
  border-radius: 10px;
  object-fit: cover;
}

.spec-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  margin-top: 28px;
}

.spec {
  padding: 20px;
  border-radius: 9px;
  background: #f4f4f2;
}

.spec h3 {
  font-size: 1.35rem;
}

.spec p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.quote-note {
  margin-top: 20px;
  padding: 15px;
  border-left: 4px solid var(--yellow);
  background: var(--white);
  color: var(--muted);
  font-size: 0.86rem;
}

.blog-toolbar {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 15px;
  margin-bottom: 34px;
}

.filter-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.filter-button {
  min-height: 48px;
  padding: 10px 14px;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: var(--white);
  color: var(--ink);
  font-weight: 700;
  cursor: pointer;
}

.filter-button[aria-pressed="true"] {
  border-color: var(--yellow);
  background: var(--yellow);
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.blog-card {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--white);
  transition: 180ms ease;
}

.blog-card:hover,
.blog-card:focus-within {
  transform: translateY(-4px);
  border-color: var(--yellow);
  box-shadow: 0 16px 34px rgba(15, 18, 22, 0.1);
}

.blog-card__image {
  aspect-ratio: 16 / 10;
  overflow: hidden;
}

.blog-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 22px;
}

.blog-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-bottom: 12px;
  color: var(--muted);
  font-size: 0.77rem;
}

.blog-card__meta span + span::before {
  margin-right: 7px;
  content: "•";
  color: var(--yellow-deep);
}

.blog-card h3 {
  font-size: 1.58rem;
}

.blog-card p {
  color: var(--muted);
  font-size: 0.91rem;
}

.blog-card .text-link {
  align-self: flex-start;
  margin-top: auto;
}

.pagination {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 38px;
}

.page-button {
  min-width: 42px;
  min-height: 42px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: var(--white);
  cursor: pointer;
}

.page-button[aria-current="page"] {
  border-color: var(--yellow);
  background: var(--yellow);
  font-weight: 700;
}

.empty-state {
  grid-column: 1 / -1;
  padding: 45px;
  border: 1px dashed var(--line);
  border-radius: 12px;
  color: var(--muted);
  text-align: center;
}

.article {
  width: min(calc(100% - 40px), 840px);
  margin: 0 auto;
  padding: 88px 0;
}

.article__head {
  margin-bottom: 34px;
}

.article__head h1 {
  margin-bottom: 22px;
  font-size: clamp(2.8rem, 7vw, 5.6rem);
}

.article__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  color: var(--muted);
  font-size: 0.86rem;
}

.article__image {
  width: 100%;
  max-height: 510px;
  margin: 34px 0;
  border-radius: 14px;
  object-fit: cover;
}

.article__content {
  font-size: 1.08rem;
}

.article__content h2 {
  margin: 50px 0 18px;
  font-size: clamp(2rem, 4vw, 3.2rem);
}

.article__content p {
  color: #41454b;
}

.article__content ul {
  display: grid;
  gap: 9px;
  padding-left: 23px;
}

.source-note {
  margin-top: 48px;
  padding: 22px;
  border-left: 5px solid var(--yellow);
  background: var(--cream);
  color: #4f5358;
  font-size: 0.9rem;
}

.source-note a {
  font-weight: 700;
  text-decoration: underline;
  overflow-wrap: anywhere;
}

.contact-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.contact-card {
  display: flex;
  min-height: 250px;
  flex-direction: column;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--cream);
}

.contact-card:nth-child(2) {
  border-color: var(--yellow);
}

.contact-card__icon {
  display: grid;
  width: 48px;
  height: 48px;
  margin-bottom: 26px;
  place-items: center;
  border-radius: 50%;
  background: var(--yellow);
  font-size: 1.35rem;
}

.contact-card address,
.contact-card p {
  margin-bottom: 24px;
  color: var(--muted);
  font-style: normal;
}

.contact-card .button {
  align-self: flex-start;
  margin-top: auto;
}

.form-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.7fr) minmax(0, 1.3fr);
  align-items: stretch;
  gap: 30px;
}

.form-aside {
  min-height: 570px;
  overflow: hidden;
  border-radius: 12px;
}

.form-aside img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.form-panel {
  padding: 34px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 12px;
  background: rgba(12, 17, 23, 0.64);
}

.honeypot {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

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

.form-grid .field--full,
.form-grid .button {
  grid-column: 1 / -1;
}

.form-panel .field label {
  color: rgba(255, 255, 255, 0.94);
}

.cta {
  padding: 90px 0;
  text-align: center;
}

.cta h2 {
  max-width: 850px;
  margin: 0 auto 18px;
}

.cta p {
  max-width: 660px;
  margin: 0 auto 28px;
  color: var(--muted);
}

.cta .button-row {
  justify-content: center;
}

.not-found {
  display: grid;
  min-height: 70vh;
  place-items: center;
  padding: 80px 0;
  color: var(--white);
  text-align: center;
  background:
    linear-gradient(rgba(9, 11, 13, 0.75), rgba(9, 11, 13, 0.84)),
    url("../media/bulldozer.jpg") center/cover;
}

.not-found__number {
  margin-bottom: 5px;
  color: var(--yellow);
  font-family: "Arial Narrow", "Roboto Condensed", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: clamp(8rem, 25vw, 18rem);
  line-height: 0.8;
}

.not-found p {
  max-width: 580px;
  margin: 0 auto 28px;
  color: rgba(255, 255, 255, 0.9);
}

.site-footer {
  border-top: 5px solid var(--yellow);
  background: #1d2127;
  color: var(--white);
}

.site-footer__grid {
  display: grid;
  grid-template-columns: 1.35fr 0.8fr 1fr 1.2fr;
  gap: 44px;
  padding: 65px 0 48px;
}

.site-footer .logo-card {
  margin-bottom: 18px;
}

.site-footer p,
.site-footer address {
  color: rgba(255, 255, 255, 0.84);
  font-size: 0.9rem;
  font-style: normal;
}

.site-footer h3 {
  margin-bottom: 18px;
  color: var(--yellow);
  font-size: 1.4rem;
}

.footer-links {
  display: grid;
  gap: 9px;
}

.footer-links a {
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.9rem;
}

.footer-links a:hover,
.footer-links a:focus-visible {
  color: var(--yellow);
}

.site-footer__bottom {
  display: flex;
  min-height: 70px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.13);
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.78rem;
}

@media (max-width: 1050px) {
  .nav-toggle {
    display: inline-flex;
  }

  .nav-links {
    position: fixed;
    z-index: 80;
    top: 112px;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    align-items: stretch;
    flex-direction: column;
    gap: 0;
    padding: 28px 24px;
    overflow-y: auto;
    background: #08090b;
  }

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

  .nav-links > a:not(.button) {
    padding: 18px 8px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.13);
    font-size: 1.1rem;
  }

  .nav-links > a:not(.button)::after {
    display: none;
  }

  .nav-links .button {
    margin-top: 20px;
  }

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

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

  .site-footer__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 800px) {
  .section {
    padding: 74px 0;
  }

  .topbar__group:last-child {
    display: none;
  }

  .topbar__inner {
    justify-content: center;
  }

  .home-hero {
    min-height: auto;
  }

  .home-hero__content {
    padding: 80px 0 130px;
  }

  .home-hero h1 {
    font-size: clamp(3rem, 11vw, 4.6rem);
  }

  .hero-title__line {
    display: inline;
    white-space: normal;
  }

  .finder__heading,
  .band__inner {
    align-items: flex-start;
    flex-direction: column;
  }

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

  .finder__grid .field--wide {
    grid-column: auto;
  }

  .feature-grid,
  .industry-grid,
  .info-grid,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .split,
  .detail-shell,
  .form-layout {
    grid-template-columns: 1fr;
  }

  .detail-panel--accent {
    position: static;
  }

  .form-aside {
    min-height: 380px;
  }

  .split__image,
  .split__image img {
    min-height: 340px;
  }

  .blog-toolbar {
    grid-template-columns: 1fr;
  }

  .page-hero {
    min-height: 380px;
  }
}

@media (max-width: 580px) {
  .container,
  .narrow,
  .article {
    width: min(calc(100% - 28px), var(--max));
  }

  .topbar__group {
    gap: 10px;
  }

  .topbar__group span:nth-child(2) {
    display: none;
  }

  .site-nav__inner {
    min-height: 70px;
  }

  .logo-card {
    width: 168px;
    height: 46px;
  }

  .logo-card img {
    width: 158px;
  }

  .nav-links {
    top: 104px;
  }

  .home-hero {
    min-height: auto;
  }

  .home-hero__content {
    padding: 56px 0 110px;
  }

  .home-hero h1 {
    font-size: clamp(2.55rem, 12vw, 3.35rem);
    line-height: 0.98;
    overflow-wrap: anywhere;
  }

  h1 {
    font-size: clamp(2.6rem, 13vw, 3.75rem);
    overflow-wrap: anywhere;
  }

  h2 {
    font-size: clamp(2rem, 10vw, 3rem);
  }

  h3 {
    overflow-wrap: anywhere;
  }

  .section {
    padding: 58px 0;
  }

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

  .page-hero {
    min-height: 320px;
  }

  .page-hero__content {
    padding: 58px 0;
  }

  .eyebrow {
    max-width: 100%;
    gap: 6px;
    font-size: 0.76rem;
    letter-spacing: 0.09em;
  }

  .eyebrow::before {
    width: 20px;
    flex: 0 0 20px;
  }

  .breadcrumb {
    width: max-content;
    max-width: calc(100% - 28px);
    padding-inline: 14px;
    overflow-wrap: anywhere;
  }

  .button-row {
    align-items: stretch;
    flex-direction: column;
  }

  .button-row .button {
    width: 100%;
  }

  .finder-wrap {
    margin-top: -58px;
  }

  .finder {
    padding: 20px;
  }

  .finder__heading {
    margin-bottom: 16px;
  }

  .trust-chips {
    display: grid;
    grid-template-columns: 1fr;
  }

  .trust-chips li {
    text-align: center;
  }

  .finder__grid,
  .equipment-grid,
  .blog-grid,
  .spec-grid,
  .form-grid,
  .site-footer__grid {
    grid-template-columns: 1fr;
  }

  .finder__grid .field--wide,
  .form-grid .field--full,
  .form-grid .button {
    grid-column: auto;
  }

  .equipment-card__image {
    aspect-ratio: 16 / 10;
  }

  .feature-card,
  .industry-card,
  .info-card,
  .contact-card,
  .detail-panel {
    min-height: auto;
    padding: 22px;
  }

  .split__image,
  .split__image img {
    min-height: 250px;
  }

  .form-aside {
    min-height: 270px;
  }

  .form-panel {
    padding: 24px 20px;
  }

  .article {
    padding: 58px 0;
  }

  .article__head h1 {
    font-size: clamp(2.35rem, 12vw, 3.8rem);
  }

  .article__content {
    font-size: 1rem;
  }

  .article__content h2 {
    margin-top: 38px;
    font-size: clamp(1.8rem, 9vw, 2.6rem);
  }

  .band,
  .cta {
    padding: 58px 0;
  }

  .filter-buttons {
    display: grid;
    grid-template-columns: 1fr;
  }

  .filter-button {
    width: 100%;
  }

  .pagination {
    flex-wrap: wrap;
  }

  .site-footer__grid {
    gap: 30px;
    padding: 48px 0 36px;
  }

  .site-footer__bottom {
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    padding: 18px 0;
  }
}

@media (max-width: 380px) {
  .container,
  .narrow,
  .article {
    width: min(calc(100% - 24px), var(--max));
  }

  .logo-card {
    width: 148px;
    height: 44px;
  }

  .logo-card img {
    width: 142px;
  }

  .site-nav__inner {
    gap: 12px;
  }

  .home-hero h1 {
    font-size: clamp(2.35rem, 12vw, 2.85rem);
  }

  .button {
    padding-inline: 18px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
