:root {
  --ink: #111418;
  --panel: #171b20;
  --muted: #6b737f;
  --line: #d9dde3;
  --paper: #f4f6f8;
  --white: #ffffff;
  --red: #c81922;
  --red-dark: #9f1119;
  --steel: #2f3944;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Arial, Helvetica, sans-serif;
}

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

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

.site-header {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 76px;
  padding: 14px clamp(18px, 5vw, 72px);
  color: var(--white);
  background: rgba(17, 20, 24, 0.86);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(14px);
}

.site-header.solid {
  position: sticky;
  background: rgba(17, 20, 24, 0.96);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 220px;
}

.brand-mark {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  color: var(--white);
  background: var(--red);
  border-radius: 4px;
  font-weight: 800;
}

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  font-size: 19px;
}

.brand small {
  margin-top: 3px;
  color: #c2c8d0;
  font-size: 12px;
}

.main-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(14px, 2.4vw, 34px);
  color: #dfe4ea;
  font-size: 14px;
}

.main-nav a {
  padding: 8px 0;
}

.main-nav a:hover {
  color: var(--white);
}

.main-nav a.active {
  color: var(--white);
}

.main-nav a.active::after {
  content: "";
  display: block;
  height: 2px;
  margin-top: 6px;
  background: var(--red);
}

.header-tools {
  display: flex;
  align-items: center;
  gap: 12px;
}

.language-menu {
  position: relative;
  color: var(--white);
}

.language-menu summary {
  display: inline-flex;
  min-height: 36px;
  align-items: center;
  justify-content: center;
  min-width: 108px;
  padding: 0 12px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 4px;
  cursor: pointer;
  font-size: 13px;
  font-weight: 800;
  list-style: none;
}

.language-menu summary::-webkit-details-marker {
  display: none;
}

.language-menu summary::after {
  content: "";
  width: 0;
  height: 0;
  margin-left: 8px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid currentColor;
}

.language-options {
  position: absolute;
  z-index: 30;
  top: calc(100% + 8px);
  right: 0;
  display: grid;
  min-width: 156px;
  padding: 6px;
  background: #20252b;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 6px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.28);
}

.language-options a {
  display: block;
  padding: 9px 10px;
  color: #cbd2dc;
  border-radius: 3px;
  font-size: 13px;
  font-weight: 800;
}

.language-options a:hover,
.language-options a.active {
  color: var(--white);
  background: var(--red);
}

.nav-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 20px;
  border-radius: 4px;
  font-weight: 700;
}

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

.hero {
  position: relative;
  min-height: 760px;
  display: grid;
  align-items: center;
  overflow: hidden;
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(11, 13, 16, 0.98) 0%, rgba(11, 13, 16, 0.86) 48%, rgba(11, 13, 16, 0.58) 100%),
    #15191e;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 76px 0 0 auto;
  width: min(48vw, 620px);
  background:
    linear-gradient(90deg, rgba(21, 25, 30, 1), rgba(21, 25, 30, 0.08) 38%),
    url("assets/images/products/enhanced/pm1102a-oil-drainer.jpg") center right / contain no-repeat;
  opacity: 0.72;
  filter: contrast(1.12) saturate(0.94);
}

.hero::after {
  content: "";
  position: absolute;
  right: clamp(18px, 5vw, 80px);
  bottom: 72px;
  width: min(44vw, 560px);
  height: 120px;
  background: rgba(255, 255, 255, 0.09);
  transform: skewX(-18deg);
}

.hero-shade {
  position: absolute;
  inset: auto 0 0;
  height: 210px;
  background: linear-gradient(0deg, rgba(244, 246, 248, 1), rgba(244, 246, 248, 0));
}

.hero-inner {
  position: relative;
  z-index: 2;
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
  padding-top: 86px;
}

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

.hero h1 {
  width: min(760px, 100%);
  margin: 0;
  font-size: clamp(42px, 6vw, 76px);
  line-height: 1.02;
  letter-spacing: 0;
}

.hero-copy {
  width: min(590px, 100%);
  margin: 24px 0 0;
  color: #d1d7df;
  font-size: 18px;
  line-height: 1.7;
}

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

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

.button.primary:hover,
.nav-cta:hover {
  background: var(--red-dark);
}

.button.secondary {
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.48);
}

.button.secondary:hover {
  background: rgba(255, 255, 255, 0.1);
}

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

.text-link {
  display: inline-flex;
  margin-top: 16px;
  color: var(--red);
  font-size: 14px;
  font-weight: 800;
}

.text-link:hover {
  color: var(--red-dark);
}

.hero-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  width: min(720px, 100%);
  margin: 58px 0 0;
  padding: 0;
  background: rgba(255, 255, 255, 0.14);
}

.hero-metrics div {
  padding: 22px;
  background: rgba(17, 20, 24, 0.78);
}

.hero-metrics dt {
  color: var(--white);
  font-size: 28px;
  font-weight: 800;
}

.hero-metrics dd {
  margin: 6px 0 0;
  color: #b5bdc7;
  font-size: 13px;
}

.product-band,
.capability-band,
.inquiry-band {
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
}

.product-band {
  padding: 72px 0;
}

.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 28px;
}

.section-heading h2,
.capability-copy h2,
.inquiry-band h2 {
  margin: 0;
  font-size: clamp(28px, 3vw, 44px);
  line-height: 1.12;
  letter-spacing: 0;
}

.section-heading h2 {
  width: min(720px, 100%);
}

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

.product-card {
  display: flex;
  flex-direction: column;
  min-height: 390px;
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 6px;
}

.product-image-link,
.listing-image-link {
  display: block;
  background: #eef1f5;
  border-radius: 4px;
}

.product-image-link:hover img,
.listing-image-link:hover img {
  transform: scale(1.03);
}

.product-card img {
  width: 100%;
  height: 210px;
  object-fit: contain;
  padding: 22px;
  background: #eef1f5;
  filter: contrast(1.05) saturate(1.03);
  transition: transform 0.18s ease;
}

.product-card div {
  padding: 22px;
}

.product-card span {
  color: var(--red);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.product-card h3 {
  margin: 10px 0 10px;
  font-size: 20px;
  line-height: 1.25;
}

.product-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}

.page-main {
  min-height: calc(100vh - 76px);
}

.page-hero,
.catalog-layout,
.detail-layout,
.spec-band,
.about-hero,
.story-grid,
.contact-layout {
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
}

.page-hero {
  padding: 86px 0 54px;
}

.page-hero.compact {
  display: grid;
  gap: 18px;
}

.page-hero h1,
.product-summary h1,
.about-hero h1,
.contact-copy h1 {
  width: min(820px, 100%);
  margin: 0;
  font-size: clamp(38px, 5vw, 66px);
  line-height: 1.04;
  letter-spacing: 0;
}

.page-hero p:last-child,
.product-summary p,
.about-hero p,
.contact-copy p {
  width: min(680px, 100%);
  margin: 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.7;
}

.catalog-layout {
  display: grid;
  grid-template-columns: 240px minmax(0, 1fr);
  gap: 28px;
  padding: 0 0 76px;
}

.filter-panel {
  position: sticky;
  top: 96px;
  align-self: start;
  display: grid;
  gap: 4px;
  padding: 18px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 6px;
}

.filter-panel strong {
  margin-bottom: 10px;
  font-size: 18px;
}

.filter-panel a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 12px 10px;
  color: var(--steel);
  border-radius: 4px;
}

.filter-panel small {
  color: var(--muted);
  font-size: 12px;
}

.filter-panel a:hover,
.filter-panel a.active {
  color: var(--red);
  background: #f0f2f5;
}

.filter-panel .sub-category {
  margin-left: 12px;
  padding: 8px 10px;
  color: var(--muted);
  font-size: 13px;
}

.catalog-content {
  display: grid;
  gap: 24px;
}

.catalog-toolbar {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  padding: 28px;
  color: var(--white);
  background: var(--panel);
  border-radius: 6px;
}

.catalog-toolbar h2,
.spec-band h2,
.story-grid h2,
.contact-card h2 {
  margin: 0;
  font-size: clamp(24px, 2.6vw, 36px);
  line-height: 1.14;
}

.listing-grid {
  display: grid;
  gap: 16px;
}

.category-section {
  display: grid;
  gap: 16px;
  scroll-margin-top: 96px;
}

.category-heading {
  display: grid;
  grid-template-columns: minmax(180px, 0.45fr) minmax(0, 1fr);
  gap: 20px;
  align-items: start;
  padding: 24px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 6px;
}

.category-heading h2 {
  margin: 0;
  font-size: clamp(24px, 2.6vw, 34px);
  line-height: 1.14;
}

.category-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.category-tags a {
  display: inline-flex;
  min-height: 32px;
  align-items: center;
  padding: 0 10px;
  color: var(--steel);
  background: #eef1f5;
  border: 1px solid var(--line);
  border-radius: 4px;
  font-size: 13px;
}

.category-tags a:hover,
.category-tags a.active {
  color: var(--red);
  border-color: rgba(200, 25, 34, 0.3);
  background: #fff1f2;
}

.listing-card {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 22px;
  align-items: center;
  padding: 20px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 6px;
}

.listing-card.featured {
  border-color: rgba(200, 25, 34, 0.36);
  box-shadow: 0 18px 42px rgba(17, 20, 24, 0.08);
}

.listing-card img {
  width: 100%;
  height: 164px;
  object-fit: contain;
  padding: 16px;
  background: #eef1f5;
  border-radius: 4px;
  filter: contrast(1.05) saturate(1.03);
  transition: transform 0.18s ease;
}

.listing-card span {
  color: var(--red);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.listing-card h3 {
  margin: 8px 0 8px;
  font-size: 24px;
  line-height: 1.2;
}

.listing-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}

.detail-layout {
  display: grid;
  grid-template-columns: minmax(320px, 0.9fr) minmax(0, 1fr);
  gap: 48px;
  align-items: center;
  padding: 76px 0 48px;
}

.product-media {
  display: grid;
  min-height: 520px;
  place-items: center;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 6px;
}

.product-media img {
  width: min(420px, 82%);
  max-height: 460px;
  object-fit: contain;
  filter: contrast(1.05) saturate(1.03);
}

.product-summary {
  display: grid;
  gap: 22px;
}

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

.spec-band {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(360px, 1fr);
  gap: 34px;
  align-items: start;
  padding: 40px 0 84px;
}

.spec-table {
  width: 100%;
  border-collapse: collapse;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 6px;
  overflow: hidden;
}

.spec-table th,
.spec-table td {
  padding: 17px 18px;
  text-align: left;
  border-bottom: 1px solid var(--line);
  vertical-align: top;
}

.spec-table th {
  width: 34%;
  color: var(--steel);
  background: #eef1f5;
}

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

.about-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 420px);
  gap: 44px;
  align-items: start;
  padding: 86px 0 54px;
}

.about-hero p {
  margin-top: 24px;
}

.about-metrics {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1px;
  margin: 0;
  padding: 0;
  background: var(--line);
  border: 1px solid var(--line);
  border-radius: 6px;
  overflow: hidden;
}

.about-metrics div {
  padding: 24px;
  background: var(--white);
}

.about-metrics dt {
  font-size: 36px;
  font-weight: 800;
}

.about-metrics dd {
  margin: 6px 0 0;
  color: var(--muted);
}

.story-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  padding: 0 0 84px;
}

.story-grid article,
.contact-card {
  padding: 28px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 6px;
}

.story-grid p,
.contact-card p {
  color: var(--muted);
  line-height: 1.65;
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 520px);
  gap: 48px;
  align-items: start;
  padding: 86px 0 84px;
}

.contact-copy {
  display: grid;
  gap: 22px;
}

.contact-card a:not(.button) {
  color: var(--red);
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 34px clamp(18px, 5vw, 72px);
  color: #d9dfe6;
  background: var(--ink);
  border-top: 4px solid var(--red);
}

.site-footer strong {
  color: var(--white);
}

.site-footer p {
  margin: 8px 0 0;
  color: #aab3bf;
}

.site-footer .copyright {
  margin: 0;
  color: #d9dfe6;
  line-height: 1.6;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  font-weight: 700;
}

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

.capability-band {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.8fr);
  gap: 42px;
  padding: 72px clamp(24px, 5vw, 60px);
  color: var(--white);
  background: var(--panel);
  border-radius: 6px;
}

.capability-copy p:last-child {
  width: min(610px, 100%);
  margin: 22px 0 0;
  color: #c0c7d0;
  font-size: 17px;
  line-height: 1.7;
}

.capability-list {
  display: grid;
  gap: 12px;
}

.capability-side,
.about-side,
.contact-side {
  display: grid;
  gap: 16px;
}

.capability-photo,
.about-photo,
.contact-photo {
  margin: 0;
  overflow: hidden;
  border-radius: 6px;
}

.capability-photo img,
.about-photo img,
.contact-photo img {
  width: 100%;
  object-fit: cover;
}

.capability-photo img {
  aspect-ratio: 16 / 9;
}

.about-photo img,
.contact-photo img {
  aspect-ratio: 4 / 3;
}

.capability-list div {
  padding: 20px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 6px;
}

.capability-list strong,
.capability-list span {
  display: block;
}

.capability-list strong {
  font-size: 18px;
}

.capability-list span {
  margin-top: 8px;
  color: #bdc5cf;
  line-height: 1.55;
}

.proof-band,
.detail-inquiry,
.product-description,
.related-band,
.contact-form-band {
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
}

.proof-band {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: 34px;
  padding: 72px 0 24px;
}

.proof-intro h2,
.detail-inquiry h2,
.product-description h2,
.contact-form-band h2 {
  margin: 0;
  font-size: clamp(28px, 3vw, 44px);
  line-height: 1.12;
}

.proof-intro p:last-child,
.detail-inquiry p,
.product-description p,
.contact-form-band p {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.7;
}

.product-description {
  padding: 0 0 56px;
}

.product-description p:last-child {
  max-width: 920px;
  margin-bottom: 0;
}

.legacy-detail-content {
  display: grid;
  gap: 16px;
  max-width: 100%;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.7;
  overflow-x: auto;
}

.legacy-detail-content p {
  margin: 0;
}

.legacy-detail-table {
  width: 100%;
  min-width: 680px;
  border-collapse: collapse;
  color: var(--steel);
  background: var(--white);
  border: 1px solid var(--line);
}

.legacy-detail-table td,
.legacy-detail-table th {
  padding: 12px 14px;
  border: 1px solid var(--line);
  text-align: center;
  vertical-align: middle;
}

.legacy-detail-table tr:first-child td,
.legacy-detail-table th {
  color: var(--ink);
  font-weight: 700;
  background: #eef1f5;
}

.proof-grid {
  display: grid;
  gap: 14px;
}

.proof-grid article {
  padding: 24px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 6px;
}

.proof-grid span {
  color: var(--red);
  font-weight: 800;
}

.proof-grid h3 {
  margin: 10px 0;
  font-size: 22px;
}

.proof-grid p {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}

.inquiry-band {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 58px 0 80px;
}

.inquiry-band h2 {
  width: min(720px, 100%);
}

.mini-form,
.quote-form,
.form-stack {
  display: grid;
  gap: 12px;
}

.website-field {
  position: absolute;
  left: -9999px;
  width: 1px !important;
  height: 1px !important;
  min-height: 0 !important;
  padding: 0 !important;
  opacity: 0;
  pointer-events: none;
}

.mini-form {
  grid-template-columns: minmax(140px, 1fr) minmax(180px, 1fr) auto;
  width: min(560px, 100%);
}

.mini-form input,
.quote-form input,
.quote-form textarea {
  width: 100%;
  min-height: 44px;
  padding: 0 14px;
  color: var(--ink);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 4px;
  font: inherit;
}

.quote-form textarea {
  min-height: 120px;
  padding-top: 12px;
  resize: vertical;
}

.detail-inquiry,
.contact-form-band {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(360px, 1fr);
  gap: 34px;
  align-items: start;
  padding: 56px clamp(22px, 4vw, 44px);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 6px;
}

.form-alert {
  padding: 14px 16px;
  border: 1px solid rgba(200, 25, 34, 0.28);
  border-radius: 4px;
  color: var(--red-dark);
  background: #fff1f2;
  line-height: 1.5;
}

.form-alert.success {
  color: #17613b;
  background: #edf9f2;
  border-color: rgba(23, 97, 59, 0.28);
}

.related-band {
  padding: 62px 0 84px;
}

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

@media (max-width: 980px) {
  .site-header {
    position: absolute;
    flex-wrap: wrap;
  }

  .main-nav {
    order: 3;
    width: 100%;
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 2px;
  }

  .header-tools {
    margin-left: auto;
  }

  .hero {
    min-height: 820px;
    background:
      linear-gradient(0deg, rgba(11, 13, 16, 0.98) 0%, rgba(11, 13, 16, 0.76) 100%),
      #15191e;
  }

  .hero::before {
    inset: auto 0 56px;
    width: 100%;
    height: 310px;
    background:
      linear-gradient(0deg, rgba(21, 25, 30, 0.2), rgba(21, 25, 30, 0.94)),
      url("assets/images/products/enhanced/pm1102a-oil-drainer.jpg") center bottom / min(520px, 88vw) auto no-repeat;
    opacity: 0.44;
  }

  .hero-inner {
    padding-top: 160px;
  }

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

  .capability-band {
    grid-template-columns: 1fr;
  }

  .about-side,
  .contact-side {
    grid-template-columns: minmax(0, 1fr) minmax(280px, 0.9fr);
    align-items: start;
  }

  .catalog-layout,
  .detail-layout,
  .spec-band,
  .about-hero,
  .story-grid,
  .contact-layout,
  .proof-band,
  .detail-inquiry,
  .contact-form-band {
    grid-template-columns: 1fr;
  }

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

  .filter-panel {
    position: static;
  }
}

@media (max-width: 640px) {
  .site-header {
    gap: 14px;
  }

  .brand {
    min-width: 0;
  }

  .nav-cta {
    min-height: 38px;
    padding: 0 14px;
  }

  .header-tools {
    width: 100%;
    justify-content: space-between;
  }

  .hero {
    min-height: 780px;
  }

  .hero h1 {
    font-size: 38px;
  }

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

  .hero-metrics {
    grid-template-columns: 1fr;
  }

  .section-heading,
  .inquiry-band,
  .site-footer {
    display: block;
  }

  .mini-form {
    grid-template-columns: 1fr;
    margin-top: 22px;
  }

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

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

  .page-hero,
  .about-hero,
  .contact-layout {
    padding-top: 54px;
  }

  .listing-card {
    grid-template-columns: 1fr;
  }

  .catalog-toolbar {
    display: grid;
  }

  .category-heading {
    grid-template-columns: 1fr;
  }

  .product-media {
    min-height: 360px;
  }

  .spec-table th,
  .spec-table td {
    display: block;
    width: 100%;
  }

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

  .capability-band {
    width: 100%;
    border-radius: 0;
  }

  .about-side,
  .contact-side {
    grid-template-columns: 1fr;
  }

  .inquiry-band .button {
    margin-top: 22px;
  }

  .footer-links {
    margin-top: 18px;
  }
}
