:root {
  --ink: #17202a;
  --muted: #667085;
  --line: #d8dee8;
  --panel: #ffffff;
  --soft: #f4f7fb;
  --soft-2: #eef4f7;
  --accent: #c9202f;
  --accent-dark: #a51522;
  --teal: #14747f;
  --gold: #a66b19;
  --shadow: 0 18px 45px rgba(28, 39, 53, 0.12);
  --radius: 8px;
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: #fff;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

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

body.drawer-open {
  overflow: hidden;
}

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

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

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

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(14px);
}

.topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 36px;
  padding: 0 5vw;
  color: #475467;
  font-size: 13px;
  background: #f7f9fc;
  border-bottom: 1px solid #e8edf4;
}

.topbar-links,
.nav-actions,
.nav-links,
.mega-strip,
.hero-stats,
.drawer-actions,
.footer-links {
  display: flex;
  align-items: center;
}

.topbar-links {
  gap: 18px;
  white-space: nowrap;
}

.main-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 72px;
  padding: 0 5vw;
  gap: 28px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 0 0 auto;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  color: #fff;
  font-weight: 800;
  font-size: 13px;
  background: var(--ink);
  border-radius: 6px;
  letter-spacing: 0;
}

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

.brand strong {
  font-size: 18px;
  line-height: 1.15;
}

.brand small {
  margin-top: 2px;
  color: var(--muted);
  font-size: 12px;
}

.nav-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 1;
  gap: 24px;
}

.nav-links {
  justify-content: center;
  gap: 24px;
  font-size: 14px;
  color: #344054;
}

.nav-links a,
.mega-strip a,
.topbar a,
.footer-links a {
  transition:
    color 0.18s ease,
    background 0.18s ease,
    border-color 0.18s ease;
}

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

.nav-actions {
  gap: 10px;
}

.solid-button,
.ghost-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  border-radius: 6px;
  border: 1px solid transparent;
  cursor: pointer;
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
}

.solid-button {
  color: #fff;
  background: var(--accent);
  box-shadow: 0 12px 24px rgba(201, 32, 47, 0.18);
}

.solid-button:hover {
  background: var(--accent-dark);
}

.ghost-button {
  color: var(--ink);
  background: #fff;
  border-color: var(--line);
}

.ghost-button:hover {
  border-color: #b7c1ce;
  background: #f9fbfd;
}

.ghost-button span[data-rfq-count] {
  display: grid;
  place-items: center;
  min-width: 22px;
  height: 22px;
  margin-left: 8px;
  color: #fff;
  background: var(--teal);
  border-radius: 999px;
  font-size: 12px;
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 10px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 6px;
}

.menu-toggle span:not(.sr-only) {
  display: block;
  height: 2px;
  margin: 5px 0;
  background: var(--ink);
}

.mega-strip {
  justify-content: center;
  gap: 0;
  min-height: 44px;
  padding: 0 5vw;
  border-top: 1px solid #edf1f6;
  overflow-x: auto;
}

.mega-strip a {
  flex: 0 0 auto;
  padding: 14px 22px;
  color: #475467;
  font-size: 14px;
  border-left: 1px solid #edf1f6;
}

.mega-strip a:last-child {
  border-right: 1px solid #edf1f6;
}

.mega-strip a:hover {
  color: var(--accent);
  background: #fff5f6;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(380px, 0.94fr);
  gap: clamp(32px, 5vw, 80px);
  align-items: center;
  min-height: calc(100vh - 153px);
  padding: clamp(48px, 7vw, 92px) 5vw 54px;
  background:
    linear-gradient(110deg, rgba(244, 247, 251, 0.96), rgba(244, 247, 251, 0.62)),
    linear-gradient(90deg, #ffffff, #eef4f7);
}

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

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

h1 {
  max-width: 820px;
  margin-bottom: 18px;
  font-size: clamp(40px, 6vw, 68px);
  line-height: 0.98;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 14px;
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.08;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 1.25;
}

.hero-text,
.hero-subtext {
  max-width: 760px;
  color: #475467;
  font-size: 18px;
  line-height: 1.68;
}

.hero-subtext {
  margin-bottom: 28px;
  font-size: 16px;
}

.hero-search {
  display: grid;
  grid-template-columns: auto minmax(240px, 1fr) auto;
  align-items: center;
  max-width: 710px;
  min-height: 64px;
  padding: 8px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.hero-search label {
  padding: 0 16px;
  color: #475467;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.hero-search input {
  width: 100%;
  min-width: 0;
  height: 46px;
  border: 0;
  outline: 0;
  color: var(--ink);
}

.hero-stats {
  gap: 34px;
  margin-top: 30px;
}

.hero-stats div {
  min-width: 108px;
  border-left: 3px solid var(--accent);
  padding-left: 14px;
}

.hero-stats strong {
  display: block;
  font-size: 26px;
  line-height: 1;
}

.hero-stats span {
  display: block;
  margin-top: 6px;
  color: var(--muted);
  font-size: 13px;
}

.hero-media {
  position: relative;
  min-height: 470px;
  padding: clamp(28px, 5vw, 54px);
  background:
    linear-gradient(145deg, #ffffff, #f4f7fb 62%, #e8f0f2),
    #fff;
  border: 1px solid #e3e9f1;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.hero-media::before {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(23, 32, 42, 0.08);
  border-radius: 6px;
  pointer-events: none;
}

.hero-media img {
  position: relative;
  z-index: 1;
  width: min(94%, 620px);
  margin: 86px auto 0;
  filter: drop-shadow(0 28px 35px rgba(23, 32, 42, 0.18));
}

.media-caption {
  position: absolute;
  right: 30px;
  bottom: 30px;
  left: 30px;
  z-index: 1;
  padding: 18px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(216, 222, 232, 0.9);
  border-radius: 6px;
}

.media-caption strong,
.media-caption span {
  display: block;
}

.media-caption span {
  margin-top: 6px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.45;
}

.anchor-nav {
  position: sticky;
  top: 153px;
  z-index: 15;
  display: flex;
  justify-content: center;
  gap: 4px;
  padding: 9px 5vw;
  background: #fff;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  overflow-x: auto;
}

.anchor-nav a {
  flex: 0 0 auto;
  padding: 10px 16px;
  color: #475467;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 700;
}

.anchor-nav a:hover {
  color: var(--accent);
  background: #fff5f6;
}

section {
  padding: clamp(58px, 8vw, 96px) 5vw;
}

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

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

.section-heading p:not(.eyebrow) {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.6;
}

.feature-grid,
.brand-grid,
.series-grid,
.resource-list {
  display: grid;
  gap: 18px;
}

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

.feature-grid article,
.brand-grid article,
.series-grid article,
.resource-list a,
.support-note {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.feature-grid article {
  padding: 28px;
}

.feature-grid img {
  width: 42px;
  height: 42px;
  margin-bottom: 20px;
  object-fit: contain;
}

.feature-grid p,
.brand-grid p,
.series-grid p,
.support-note p,
.resource-list span {
  color: var(--muted);
  line-height: 1.6;
}

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

.brand-grid article,
.series-grid article {
  padding: 30px;
}

.brand-grid span,
.series-grid span {
  display: inline-block;
  margin-bottom: 18px;
  color: var(--teal);
  font-weight: 800;
  font-size: 13px;
  text-transform: uppercase;
}

.products-section {
  background: #fff;
}

.product-tools {
  display: grid;
  grid-template-columns: minmax(260px, 1fr) 150px 190px 190px auto;
  gap: 12px;
  align-items: end;
  margin-bottom: 18px;
}

.tool-field label,
.quote-form label {
  display: grid;
  gap: 8px;
  color: #344054;
  font-size: 13px;
  font-weight: 800;
}

.tool-field input,
.tool-field select,
.quote-form input,
.quote-form textarea {
  width: 100%;
  min-height: 44px;
  padding: 11px 12px;
  color: var(--ink);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 6px;
  outline: 0;
}

.tool-field input:focus,
.tool-field select:focus,
.quote-form input:focus,
.quote-form textarea:focus {
  border-color: #7896aa;
  box-shadow: 0 0 0 3px rgba(20, 116, 127, 0.12);
}

.table-wrap {
  overflow: auto;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
}

table {
  width: 100%;
  min-width: 1120px;
  border-collapse: collapse;
}

th,
td {
  padding: 16px 18px;
  text-align: left;
  border-bottom: 1px solid #edf1f6;
  vertical-align: middle;
}

th {
  color: #475467;
  background: #f8fafc;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

td {
  color: #344054;
  font-size: 14px;
}

td strong {
  display: block;
  color: var(--ink);
  font-size: 15px;
}

td small {
  display: block;
  margin-top: 5px;
  color: var(--muted);
}

.tag {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 0 9px;
  color: var(--teal);
  background: #ecf7f8;
  border: 1px solid #c8e4e7;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
}

.brand-tag {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 0 9px;
  color: #243444;
  background: #eef4f7;
  border: 1px solid #d8e4ea;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
}

.price-status {
  color: var(--gold);
  font-weight: 800;
}

.add-product {
  min-height: 36px;
  padding: 0 12px;
  white-space: nowrap;
}

.empty-state {
  margin: 0;
  padding: 26px;
  color: var(--muted);
  text-align: center;
}

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

.series-grid a {
  display: inline-flex;
  margin-top: 8px;
  color: var(--accent);
  font-weight: 800;
}

.support-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.9fr);
  gap: 22px;
}

.checklist {
  display: grid;
  gap: 12px;
}

.checklist label {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 18px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 6px;
  color: #344054;
  line-height: 1.5;
}

.checklist input {
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  margin-top: 2px;
  accent-color: var(--accent);
}

.support-note {
  padding: 30px;
}

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

.resource-list a {
  display: grid;
  gap: 8px;
  padding: 24px;
}

.resource-list a:hover {
  border-color: #b7c1ce;
  box-shadow: 0 14px 30px rgba(28, 39, 53, 0.08);
}

.quote {
  display: grid;
  grid-template-columns: minmax(280px, 0.75fr) minmax(0, 1.25fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: start;
  background: linear-gradient(90deg, #192330, #243444);
  color: #fff;
}

.quote .eyebrow {
  color: #ffb7be;
}

.quote-copy p:not(.eyebrow) {
  color: #d5dde7;
  line-height: 1.65;
}

.quote-summary {
  display: inline-flex;
  align-items: baseline;
  gap: 10px;
  margin-top: 18px;
  padding: 16px 18px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 6px;
}

.quote-summary strong {
  font-size: 34px;
}

.contact-card {
  margin-top: 24px;
  padding: 22px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 6px;
}

.contact-card h3 {
  margin-bottom: 16px;
  color: #fff;
}

.contact-card dl {
  display: grid;
  gap: 12px;
  margin: 0;
}

.contact-card div {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  gap: 14px;
}

.contact-card dt {
  color: #aebccd;
  font-size: 13px;
  font-weight: 800;
}

.contact-card dd {
  min-width: 0;
  margin: 0;
  color: #f4f7fb;
  line-height: 1.5;
  overflow-wrap: anywhere;
}

.contact-card dd span {
  display: block;
  margin-top: 4px;
  color: #c7d1dc;
}

.quote-form {
  display: grid;
  gap: 16px;
  padding: 26px;
  color: var(--ink);
  background: #fff;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

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

.quote-form textarea {
  resize: vertical;
  line-height: 1.5;
}

.form-output {
  display: block;
  padding: 16px;
  color: #244036;
  white-space: pre-wrap;
  background: #effaf4;
  border: 1px solid #ccebd9;
  border-radius: 6px;
  line-height: 1.55;
}

.rfq-drawer {
  position: fixed;
  inset: 0;
  z-index: 40;
  display: none;
  background: rgba(23, 32, 42, 0.52);
}

.rfq-drawer.open {
  display: block;
}

.drawer-panel {
  position: absolute;
  top: 0;
  right: 0;
  display: grid;
  grid-template-rows: auto 1fr auto;
  width: min(460px, 100%);
  height: 100%;
  background: #fff;
  box-shadow: -20px 0 45px rgba(0, 0, 0, 0.18);
}

.drawer-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px;
  border-bottom: 1px solid var(--line);
}

.drawer-head h2 {
  margin: 0;
  font-size: 24px;
}

.drawer-head button {
  width: 38px;
  height: 38px;
  color: var(--ink);
  background: #f4f7fb;
  border: 1px solid var(--line);
  border-radius: 6px;
  cursor: pointer;
  font-size: 26px;
  line-height: 1;
}

.drawer-items {
  overflow: auto;
  padding: 18px;
}

.drawer-empty {
  margin: 0;
  padding: 22px;
  color: var(--muted);
  text-align: center;
  background: #f8fafc;
  border: 1px dashed #cbd5e1;
  border-radius: 6px;
}

.drawer-item {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 14px;
  align-items: center;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 6px;
}

.drawer-item + .drawer-item {
  margin-top: 10px;
}

.drawer-item strong,
.drawer-item span {
  display: block;
}

.drawer-item span {
  margin-top: 5px;
  color: var(--muted);
  font-size: 13px;
}

.remove-item {
  width: 34px;
  height: 34px;
  color: var(--accent);
  background: #fff5f6;
  border: 1px solid #f1c5ca;
  border-radius: 6px;
  cursor: pointer;
  font-size: 20px;
}

.drawer-actions {
  justify-content: space-between;
  gap: 12px;
  padding: 18px;
  border-top: 1px solid var(--line);
}

.drawer-actions .solid-button,
.drawer-actions .ghost-button {
  flex: 1;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 34px 5vw;
  color: #d3dbe5;
  background: #121a24;
}

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

.footer-links {
  gap: 18px;
  white-space: nowrap;
}

@media (max-width: 1120px) {
  .menu-toggle {
    display: block;
  }

  .main-nav {
    min-height: 66px;
  }

  .nav-panel {
    position: absolute;
    top: 103px;
    right: 5vw;
    left: 5vw;
    display: none;
    padding: 18px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
  }

  .site-header.menu-open .nav-panel {
    display: grid;
  }

  .nav-links,
  .nav-actions {
    align-items: stretch;
    flex-direction: column;
    gap: 8px;
  }

  .nav-links a {
    padding: 12px;
    background: #f8fafc;
    border-radius: 6px;
  }

  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .hero-media {
    min-height: 390px;
  }

  .hero-media img {
    margin-top: 44px;
  }

  .anchor-nav {
    top: 147px;
    justify-content: flex-start;
  }

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

  .reset-filters {
    grid-column: span 2;
  }
}

@media (max-width: 820px) {
  .topbar {
    display: none;
  }

  .nav-panel {
    top: 76px;
  }

  .mega-strip {
    justify-content: flex-start;
  }

  .anchor-nav {
    top: 111px;
  }

  .hero {
    padding-top: 38px;
  }

  h1 {
    font-size: clamp(36px, 12vw, 48px);
  }

  .hero-search {
    grid-template-columns: 1fr;
    padding: 12px;
  }

  .hero-search label {
    padding: 0 0 6px;
  }

  .hero-search .solid-button {
    width: 100%;
    margin-top: 6px;
  }

  .hero-stats {
    flex-wrap: wrap;
    gap: 18px;
  }

  .feature-grid,
  .brand-grid,
  .series-grid,
  .resource-list,
  .support-layout,
  .quote,
  .form-row {
    grid-template-columns: 1fr;
  }

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

  .reset-filters {
    grid-column: auto;
  }

  .site-footer {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 540px) {
  .main-nav {
    padding: 0 18px;
  }

  .mega-strip,
  section,
  .hero,
  .anchor-nav,
  .site-footer {
    padding-right: 18px;
    padding-left: 18px;
  }

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

  .brand small {
    max-width: 180px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .hero-media {
    min-height: 330px;
    padding: 20px;
  }

  .media-caption {
    right: 18px;
    bottom: 18px;
    left: 18px;
  }

  .hero-media img {
    width: 100%;
    margin-top: 54px;
  }

  .quote-form,
  .feature-grid article,
  .brand-grid article,
  .series-grid article,
  .support-note {
    padding: 20px;
  }

  .contact-card div {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .footer-links {
    flex-wrap: wrap;
  }
}
