:root {
  color-scheme: light;
  --red: #c8102e;
  --red-dark: #9f0a22;
  --red-soft: #fff3f5;
  --navy: #12233f;
  --ink: #172033;
  --muted: #667085;
  --soft: #f5f7fa;
  --line: #e2e7ee;
  --line-dark: #cfd6df;
  --surface: #ffffff;
  --green: #137a52;
  --gold: #b78120;
  --shadow-sm: 0 4px 14px rgba(18, 35, 63, 0.06);
  --shadow-md: 0 16px 42px rgba(18, 35, 63, 0.11);
  --content: 1420px;
}

* {
  box-sizing: border-box;
}

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

body {
  margin: 0;
  background: #fff;
  color: var(--ink);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 15px;
  line-height: 1.5;
}

body.is-locked {
  overflow: hidden;
}

button,
input,
textarea {
  font: inherit;
}

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

button {
  min-width: 0;
  cursor: pointer;
}

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

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

[hidden] {
  display: none !important;
}

.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;
}

.skip-link {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 200;
  transform: translateY(-160%);
  padding: 10px 16px;
  border-radius: 6px;
  background: var(--navy);
  color: #fff;
  font-weight: 800;
}

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

:focus-visible {
  outline: 3px solid rgba(200, 16, 46, 0.25);
  outline-offset: 2px;
}

.announcement-bar {
  background: var(--navy);
  color: #fff;
  font-size: 12px;
}

.announcement-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 32px;
  width: min(var(--content), calc(100% - 40px));
  min-height: 36px;
  margin: 0 auto;
}

.announcement-inner span,
.announcement-inner a {
  white-space: nowrap;
}

.announcement-inner a {
  color: #fff;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.announcement-detail {
  color: #cfd7e6;
}

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

.header-main {
  display: grid;
  grid-template-columns: 205px minmax(320px, 1fr) auto;
  gap: 30px;
  align-items: center;
  width: min(var(--content), calc(100% - 40px));
  min-height: 82px;
  margin: 0 auto;
}

.brand img {
  width: 190px;
  height: auto;
}

.header-search,
.catalog-search {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  overflow: hidden;
  border: 1px solid var(--line-dark);
  border-radius: 7px;
  background: #fff;
  transition: border-color 0.18s ease, box-shadow 0.18s ease;
}

.header-search:focus-within,
.catalog-search:focus-within {
  border-color: var(--red);
  box-shadow: 0 0 0 3px rgba(200, 16, 46, 0.1);
}

.header-search input,
.catalog-search input {
  min-width: 0;
  height: 46px;
  padding: 0 16px;
  border: 0;
  outline: 0;
  color: var(--ink);
}

.header-search input::placeholder,
.catalog-search input::placeholder,
.quote-form input::placeholder,
.quote-form textarea::placeholder {
  color: #8a94a5;
}

.header-search button,
.catalog-search button {
  display: inline-flex;
  gap: 7px;
  align-items: center;
  justify-content: center;
  min-width: 96px;
  border: 0;
  background: var(--red);
  color: #fff;
  font-weight: 800;
}

.header-search button:hover,
.catalog-search button:hover {
  background: var(--red-dark);
}

.header-actions,
.sales-link,
.quote-trigger {
  display: flex;
  align-items: center;
}

.quote-trigger > img {
  width: 18px;
  height: 18px;
  filter: brightness(0) invert(1);
}

.header-actions {
  gap: 10px;
}

.sales-link {
  gap: 10px;
}

.sales-link small,
.sales-link strong {
  display: block;
}

.sales-link small {
  color: var(--muted);
  font-size: 11px;
}

.sales-link strong {
  color: var(--navy);
  font-size: 13px;
}

.action-icon {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--red);
}

.quote-trigger {
  gap: 9px;
  min-height: 46px;
  padding: 0 16px;
  border: 0;
  border-radius: 7px;
  background: var(--red);
  color: #fff;
  font-weight: 850;
  box-shadow: 0 9px 22px rgba(200, 16, 46, 0.18);
}

.quote-trigger:hover {
  background: var(--red-dark);
}

.quote-trigger b {
  display: grid;
  min-width: 21px;
  height: 21px;
  place-items: center;
  border-radius: 50%;
  background: #fff;
  color: var(--red);
  font-size: 11px;
}

.home-account-trigger {
  display: grid;
  grid-template-columns: 24px auto;
  min-height: 48px;
  align-items: center;
  gap: 8px;
  padding: 4px 9px;
  border: 1px solid transparent;
  border-radius: 7px;
  background: transparent;
  color: var(--navy);
  font: inherit;
  text-align: left;
  white-space: nowrap;
  transition: border-color 0.18s ease, color 0.18s ease, background 0.18s ease, transform 0.18s ease;
}

.home-account-icon {
  position: relative;
  overflow: hidden;
  display: grid;
  width: 24px;
  height: 24px;
  place-items: center;
  border: 1px solid var(--line-dark);
  border-radius: 50%;
  background: #fff;
  color: var(--red);
}

.home-account-icon img {
  display: block;
  width: auto;
  height: 24px;
  max-width: none;
  margin-left: 0;
}

.home-account-copy {
  display: grid;
  gap: 1px;
}

.home-account-copy small,
.home-account-copy strong {
  display: block;
  line-height: 1.15;
}

.home-account-copy small {
  color: var(--muted);
  font-size: 10px;
  font-weight: 650;
}

.home-account-copy strong {
  color: var(--navy);
  font-size: 12px;
  font-weight: 850;
}

.home-account-trigger:hover,
.home-account-trigger:focus-visible {
  border-color: var(--red);
  background: var(--red-soft);
  color: var(--red);
  outline: 0;
}

.home-account-signed-in {
  padding: 12px;
  border-left: 3px solid var(--green);
  background: #edf9f4;
  color: #175c3a;
}

.home-account-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 18px;
}

.hero-account-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  margin-top: 16px;
  color: var(--muted);
  font-size: 13px;
}

.hero-account-row button {
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--navy);
  font: inherit;
  font-weight: 800;
  text-decoration: underline;
  text-decoration-color: #d4dbe5;
  text-underline-offset: 4px;
}

.hero-account-row button:hover,
.hero-account-row button:focus-visible {
  color: var(--red);
  text-decoration-color: currentColor;
  outline: 0;
}

.main-nav {
  display: flex;
  gap: 4px;
  align-items: center;
  width: min(var(--content), calc(100% - 40px));
  min-height: 48px;
  margin: 0 auto;
  overflow-x: auto;
  scrollbar-width: none;
}

.main-nav::-webkit-scrollbar {
  display: none;
}

.main-nav button,
.main-nav a {
  flex: 0 0 auto;
  min-height: 34px;
  padding: 0 13px;
  border: 0;
  border-radius: 5px;
  background: transparent;
  color: #344054;
  font-size: 13px;
  font-weight: 700;
}

.main-nav button:first-child {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  color: var(--red);
}

.main-nav button:hover,
.main-nav a:hover {
  background: var(--soft);
  color: var(--red);
}

.hero {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background: #f6f8fb;
}

.hero::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 45%;
  background: #edf1f6;
  content: "";
}

.hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(430px, 0.92fr);
  align-items: center;
  width: min(var(--content), calc(100% - 40px));
  min-height: 455px;
  margin: 0 auto;
}

.hero-copy {
  max-width: 720px;
  padding: 62px 70px 62px 0;
}

.eyebrow {
  margin: 0 0 10px;
  color: var(--red);
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
}

.hero h1 {
  max-width: 700px;
  margin: 0;
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 1.03;
  letter-spacing: 0;
}

.hero-lede {
  max-width: 670px;
  margin: 22px 0 0;
  color: #4b596f;
  font-size: 17px;
  line-height: 1.65;
}

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

.button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  border: 1px solid transparent;
  border-radius: 6px;
  font-weight: 850;
  line-height: 1.25;
  text-align: center;
  white-space: normal;
  transition: background 0.18s ease, border-color 0.18s ease, transform 0.18s ease;
}

.button:hover {
  transform: translateY(-1px);
}

.button-primary {
  border-color: var(--red);
  background: var(--red);
  color: #fff;
}

.button-primary:hover {
  border-color: var(--red-dark);
  background: var(--red-dark);
}

.button-secondary {
  border-color: var(--line-dark);
  background: #fff;
  color: var(--navy);
}

.button-secondary:hover {
  border-color: var(--red);
  color: var(--red);
}

.button-quiet {
  border-color: transparent;
  background: var(--soft);
  color: #4b596f;
}

.button-quiet:hover {
  border-color: var(--line-dark);
  color: var(--navy);
}

.hero-contact {
  display: flex;
  gap: 9px;
  margin-top: 20px;
  color: var(--muted);
  font-size: 13px;
}

.hero-contact a {
  color: var(--red);
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.hero-products {
  position: relative;
  align-self: stretch;
  min-height: 455px;
}

.hero-product {
  position: absolute;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(207, 214, 223, 0.9);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--shadow-md);
  color: inherit;
  transition: border-color 0.18s ease, transform 0.18s ease;
}

.hero-product:hover {
  border-color: var(--red);
  transform: translateY(-3px);
}

.hero-product img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.hero-product-main {
  top: 58px;
  left: 9%;
  width: 310px;
  height: 310px;
  padding: 20px;
}

.hero-product-top {
  top: 32px;
  right: 2%;
  width: 195px;
  height: 168px;
  padding: 15px;
}

.hero-product-bottom {
  right: 6%;
  bottom: 42px;
  width: 210px;
  height: 190px;
  padding: 16px;
}

.hero-badge {
  position: absolute;
  bottom: 38px;
  left: 0;
  padding: 10px 14px;
  border: 1px solid #d9dee7;
  border-radius: 6px;
  background: #fff;
  color: #46536a;
  font-size: 12px;
  box-shadow: var(--shadow-sm);
}

.hero-badge b {
  color: var(--green);
}

.service-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: min(var(--content), calc(100% - 40px));
  margin: 0 auto;
  border-bottom: 1px solid var(--line);
  background: #fff;
}

.service-strip > div {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 11px;
  align-items: center;
  min-height: 86px;
  padding: 16px 24px;
  border-right: 1px solid var(--line);
}

.service-strip > div:last-child {
  border-right: 0;
}

.service-strip > div > span {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border-radius: 50%;
  background: var(--red-soft);
  color: var(--red);
  font-weight: 900;
}

.service-strip p {
  margin: 0;
}

.service-strip strong,
.service-strip small {
  display: block;
}

.service-strip strong {
  color: var(--navy);
  font-size: 13px;
}

.service-strip small {
  margin-top: 2px;
  color: var(--muted);
  font-size: 11px;
}

.merch-section,
.category-section,
.catalog-section,
.quote-process,
.faq-section {
  width: min(var(--content), calc(100% - 40px));
  margin: 0 auto;
  padding: 74px 0;
}

.category-section,
.quote-process,
.faq-section {
  padding-top: 24px;
}

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

.section-heading h2,
.catalog-heading h2,
.why-intro h2,
.delivery-copy h2,
.about-contact h2,
.faq-heading h2 {
  margin: 0;
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 34px;
  line-height: 1.15;
  letter-spacing: 0;
}

.section-heading > a,
.why-intro > a {
  color: var(--red);
  font-size: 13px;
  font-weight: 850;
}

.merch-tabs {
  display: flex;
  gap: 8px;
  margin-bottom: 22px;
  overflow-x: auto;
  scrollbar-width: none;
}

.merch-tabs::-webkit-scrollbar {
  display: none;
}

.merch-tabs button {
  flex: 0 0 auto;
  min-height: 38px;
  padding: 0 15px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  color: #4b596f;
  font-size: 13px;
  font-weight: 750;
}

.merch-tabs button.is-active,
.merch-tabs button:hover {
  border-color: var(--navy);
  background: var(--navy);
  color: #fff;
}

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

.product-card {
  position: relative;
  display: flex;
  min-width: 0;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.product-card:hover {
  border-color: #bdc6d3;
  box-shadow: 0 13px 30px rgba(18, 35, 63, 0.09);
  transform: translateY(-2px);
}

.product-image-button {
  position: relative;
  display: grid;
  width: 100%;
  min-width: 0;
  height: 236px;
  place-items: center;
  overflow: hidden;
  padding: 22px;
  border: 0;
  border-bottom: 1px solid #edf0f4;
  background: #f9fafb;
  contain: layout paint;
  isolation: isolate;
}

.product-image-button img {
  display: block;
  width: auto;
  height: auto;
  min-width: 0;
  min-height: 0;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  object-position: center;
  filter: drop-shadow(0 8px 10px rgba(18, 35, 63, 0.08));
  transition: transform 0.2s ease;
}

.promo-badge {
  position: absolute;
  top: 13px;
  left: 13px;
  z-index: 1;
  padding: 5px 8px;
  border-radius: 4px;
  background: var(--red);
  color: #fff;
  font-size: 9px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.product-card:hover .product-image-button img {
  transform: scale(1.025);
}

.favorite-button {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 2;
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.95);
  color: #6e798b;
  font-size: 18px;
}

.favorite-button.is-saved {
  border-color: #f3b5bf;
  background: var(--red-soft);
  color: var(--red);
}

.product-card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 18px;
}

.product-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-bottom: 8px;
  color: var(--red);
  font-size: 11px;
  font-weight: 850;
  text-transform: uppercase;
}

.product-title-button {
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--navy);
  text-align: left;
}

.product-title-button h3 {
  min-height: 46px;
  margin: 0;
  overflow-wrap: anywhere;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.4;
}

.product-title-button:hover h3 {
  color: var(--red);
}

.product-specs {
  min-height: 44px;
  margin: 8px 0 0;
  overflow-wrap: anywhere;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.45;
}

.availability {
  display: inline-flex;
  gap: 6px;
  align-items: center;
  margin: 12px 0 4px;
  color: var(--green);
  font-size: 12px;
  font-weight: 800;
}

.availability::before {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--green);
  content: "";
}

.price-label {
  margin: 6px 0 14px;
  color: var(--navy);
  font-size: 15px;
  font-weight: 850;
}

.card-actions {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(76px, 0.8fr);
  gap: 8px;
  margin-top: auto;
}

.add-quote-button {
  display: grid;
  min-height: 42px;
  padding: 0 10px;
  border: 0;
  border-radius: 6px;
  place-items: center;
  background: var(--red);
  color: #fff;
  font-size: 13px;
  font-weight: 850;
}

.add-quote-button:hover {
  background: var(--red-dark);
}

.details-button {
  display: grid;
  min-height: 42px;
  padding: 0 10px;
  border: 1px solid var(--line-dark);
  border-radius: 6px;
  place-items: center;
  background: #fff;
  color: var(--navy);
  font-size: 11px;
  font-weight: 850;
}

.details-button:hover {
  border-color: var(--red);
  color: var(--red);
}

.category-tiles {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 12px;
}

.category-tile {
  display: grid;
  min-height: 128px;
  align-content: space-between;
  justify-items: start;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  color: var(--navy);
  text-align: left;
  transition: border-color 0.18s ease, background 0.18s ease;
}

.category-tile:hover {
  border-color: #ef9dac;
  background: var(--red-soft);
}

.category-icon {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid #f2bdc6;
  border-radius: 7px;
  color: var(--red);
  font-size: 18px;
}

.category-icon img {
  width: 19px;
  height: 19px;
  filter: invert(12%) sepia(99%) saturate(5102%) hue-rotate(343deg) brightness(86%) contrast(94%);
}

.category-tile strong {
  margin-top: 16px;
  font-size: 13px;
  line-height: 1.25;
}

.category-tile small {
  color: var(--muted);
  font-size: 11px;
}

.catalog-section {
  width: 100%;
  max-width: none;
  padding: 72px max(20px, calc((100% - var(--content)) / 2));
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--soft);
}

.catalog-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 0.75fr);
  gap: 46px;
  align-items: end;
  margin-bottom: 28px;
}

.catalog-heading > div:first-child > p:last-child {
  max-width: 680px;
  margin: 11px 0 0;
  color: var(--muted);
}

.catalog-search input {
  height: 50px;
}

.catalog-layout {
  display: grid;
  grid-template-columns: 232px minmax(0, 1fr);
  gap: 22px;
  align-items: start;
}

.filter-panel {
  position: sticky;
  top: 150px;
  max-height: calc(100vh - 174px);
  overflow: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-gutter: stable;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.filter-panel::-webkit-scrollbar {
  width: 8px;
}

.filter-panel::-webkit-scrollbar-thumb {
  border: 2px solid #fff;
  border-radius: 8px;
  background: #cbd2dc;
}

.filter-title {
  position: sticky;
  top: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 54px;
  padding: 0 16px;
  border-bottom: 1px solid var(--line);
  background: #fff;
}

.filter-title strong {
  color: var(--navy);
  font-size: 14px;
}

.filter-title button {
  padding: 4px;
  border: 0;
  background: transparent;
  color: var(--red);
  font-size: 11px;
  font-weight: 800;
}

.filter-group {
  padding: 17px 16px;
  border-bottom: 1px solid var(--line);
}

.filter-group h3 {
  margin: 0 0 11px;
  color: var(--navy);
  font-size: 12px;
  text-transform: uppercase;
}

.filter-options {
  display: grid;
  gap: 4px;
}

.filter-option {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr) auto;
  gap: 8px;
  align-items: center;
  width: 100%;
  min-height: 40px;
  padding: 4px 5px;
  border: 0;
  border-radius: 5px;
  background: transparent;
  color: #475467;
  font-size: 12px;
  text-align: left;
}

.filter-option:hover {
  background: var(--soft);
}

.filter-dot {
  display: grid;
  width: 16px;
  height: 16px;
  place-items: center;
  border: 1px solid #b8c0cc;
  border-radius: 50%;
}

.filter-option.is-active .filter-dot {
  border-color: var(--red);
}

.filter-option.is-active .filter-dot::after {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--red);
  content: "";
}

.filter-option.is-active {
  color: var(--red);
  font-weight: 800;
}

.filter-option small {
  color: #98a2b3;
  font-size: 10px;
}

.filter-help {
  padding: 18px 16px;
  background: #fbfcfd;
}

.filter-help strong {
  color: var(--navy);
  font-size: 12px;
}

.filter-help p {
  margin: 7px 0 10px;
  color: var(--muted);
  font-size: 11px;
}

.filter-help a {
  color: var(--red);
  font-size: 11px;
  font-weight: 850;
}

.results-bar {
  display: flex;
  min-height: 44px;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 12px;
}

.results-summary {
  display: flex;
  min-width: 0;
  flex: 1 1 auto;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 12px;
}

.results-summary > p {
  flex: 0 0 auto;
  margin: 0;
  color: #4b596f;
  font-size: 12px;
  font-weight: 750;
}

.catalog-sort {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 8px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
}

.catalog-sort select {
  min-width: 148px;
  height: 42px;
  padding: 0 34px 0 11px;
  border: 1px solid var(--line-dark);
  border-radius: 6px;
  outline: 0;
  background: #fff;
  color: var(--navy);
  font-size: 11px;
  font-weight: 800;
}

.catalog-sort select:focus {
  border-color: var(--red);
  box-shadow: 0 0 0 3px rgba(200, 16, 46, 0.08);
}

.active-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  justify-content: flex-end;
}

.active-filter {
  display: inline-flex;
  gap: 7px;
  min-height: 30px;
  align-items: center;
  padding: 0 10px;
  border: 1px solid var(--line-dark);
  border-radius: 999px;
  background: #fff;
  color: #475467;
  font-size: 11px;
}

.active-filter b {
  color: var(--red);
  font-size: 14px;
}

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

.catalog-grid .product-image-button {
  height: 218px;
}

.no-results {
  grid-column: 1 / -1;
  display: grid;
  gap: 10px;
  justify-items: center;
  padding: 54px 24px;
  border: 1px dashed #cbd2dc;
  border-radius: 8px;
  background: #fff;
  color: var(--muted);
  text-align: center;
}

.no-results strong {
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
}

.no-results button {
  margin-top: 8px;
}

.catalog-pagination {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto auto;
  gap: 10px;
  align-items: center;
  margin-top: 28px;
  padding-top: 20px;
  border-top: 1px solid var(--line);
}

.catalog-pagination button,
.pagination-jump input {
  height: 42px;
  border: 1px solid var(--line-dark);
  border-radius: 6px;
  background: #fff;
  color: var(--navy);
  font-size: 11px;
  font-weight: 850;
}

.catalog-pagination button {
  min-width: 42px;
  padding: 0 11px;
}

.catalog-pagination button:hover:not(:disabled),
.catalog-pagination button.is-active {
  border-color: var(--red);
  background: var(--red);
  color: #fff;
}

.catalog-pagination button:disabled {
  cursor: not-allowed;
  opacity: 0.42;
}

.pagination-pages {
  display: flex;
  min-width: 0;
  justify-content: center;
  gap: 6px;
}

.pagination-gap {
  display: grid;
  min-width: 20px;
  place-items: center;
  color: var(--muted);
}

.pagination-jump {
  display: flex;
  align-items: center;
  gap: 7px;
}

.pagination-jump label {
  display: flex;
  align-items: center;
  gap: 6px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 750;
  white-space: nowrap;
}

.pagination-jump input {
  width: 52px;
  padding: 0 5px;
  text-align: center;
}

.mobile-catalog-tools {
  display: none;
}

.why-section {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: 80px;
  width: min(var(--content), calc(100% - 40px));
  margin: 0 auto;
  padding: 86px 0;
}

.why-intro h2 {
  max-width: 520px;
  font-size: 42px;
}

.why-intro > p:not(.eyebrow) {
  max-width: 560px;
  margin: 18px 0 22px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.7;
}

.why-points {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px 34px;
}

.why-points article {
  padding-top: 15px;
  border-top: 2px solid var(--line);
}

.why-points article > span {
  color: var(--red);
  font-size: 11px;
  font-weight: 900;
}

.why-points h3 {
  margin: 10px 0 7px;
  color: var(--navy);
  font-size: 16px;
}

.why-points p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.65;
}

.brand-section {
  padding: 78px max(20px, calc((100% - var(--content)) / 2));
  background: var(--navy);
  color: #fff;
}

.light-heading h2 {
  color: #fff;
}

.light-heading .eyebrow {
  color: #ff9cac;
}

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

.brand-section-note {
  max-width: 880px;
  margin: -18px 0 28px;
  color: #c7d2e2;
  font-size: 13px;
  line-height: 1.7;
}

.brand-panels article {
  display: flex;
  min-height: 265px;
  flex-direction: column;
  align-items: flex-start;
  padding: 26px;
  border: 1px solid #354761;
  border-radius: 8px;
  background: #192d4b;
}

.brand-panels article:nth-child(2) {
  background: #fff;
  color: var(--ink);
}

.brand-panels .brand-request {
  background: #a40d28;
  border-color: #cf5368;
}

.brand-mark {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  padding: 0 10px;
  border: 1px solid currentColor;
  border-radius: 4px;
  color: #dce5f2;
  font-size: 11px;
  font-weight: 900;
}

.augma-mark {
  color: #78d7bd;
}

.dentonics-mark {
  color: var(--red);
}

.gdt-mark {
  color: #9cc8ff;
}

.brand-panels h3 {
  margin: 24px 0 10px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 26px;
}

.brand-panels p {
  margin: 0 0 22px;
  color: #c2cddd;
  font-size: 13px;
  line-height: 1.65;
}

.brand-panels article:nth-child(2) p {
  color: var(--muted);
}

.brand-panels .brand-request p {
  color: #ffe1e6;
}

.brand-panels button,
.brand-panels article > a {
  margin-top: auto;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  font-size: 13px;
  font-weight: 850;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.quote-process ol {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  padding: 0;
  margin: 32px 0 0;
  list-style: none;
}

.quote-process li {
  position: relative;
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 13px;
  padding: 0 24px;
}

.quote-process li:first-child {
  padding-left: 0;
}

.quote-process li::after {
  position: absolute;
  top: 22px;
  right: -6px;
  width: 12px;
  height: 1px;
  background: #bdc5d1;
  content: "";
}

.quote-process li:last-child::after {
  display: none;
}

.quote-process li > span {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid #edb1bb;
  border-radius: 50%;
  color: var(--red);
  font-weight: 900;
}

.quote-process h3 {
  margin: 0 0 5px;
  color: var(--navy);
  font-size: 15px;
}

.quote-process p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
}

.delivery-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: center;
  width: min(var(--content), calc(100% - 40px));
  margin: 0 auto;
  padding: 74px;
  border-radius: 8px;
  background: #eef4f2;
}

.delivery-copy h2 {
  max-width: 620px;
  font-size: 40px;
}

.delivery-copy > p:not(.eyebrow) {
  max-width: 610px;
  margin: 17px 0 0;
  color: #53645f;
  font-size: 15px;
  line-height: 1.7;
}

.delivery-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid #ccdcd6;
  border-radius: 8px;
  background: #ccdcd6;
}

.delivery-facts div {
  display: grid;
  min-height: 135px;
  align-content: center;
  padding: 22px;
  background: #fff;
}

.delivery-facts strong {
  color: var(--green);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 25px;
}

.delivery-facts span {
  margin-top: 5px;
  color: var(--muted);
  font-size: 12px;
}

.about-contact {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: min(var(--content), calc(100% - 40px));
  margin: 74px auto 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.about-contact article {
  padding: 50px;
}

.about-block {
  background: #fff;
}

.about-block > p:not(.eyebrow):not(.business-line) {
  max-width: 590px;
  margin: 18px 0;
  color: var(--muted);
  line-height: 1.7;
}

.business-line {
  margin: 26px 0 0;
  padding-top: 20px;
  border-top: 1px solid var(--line);
  color: #475467;
}

.contact-block {
  border-left: 1px solid var(--line);
  background: #fbfcfd;
}

.contact-block h2 {
  margin-bottom: 20px;
}

.contact-block > a {
  display: grid;
  grid-template-columns: 95px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  min-height: 48px;
  border-bottom: 1px solid var(--line);
}

.contact-block > a span {
  color: var(--muted);
  font-size: 12px;
}

.contact-block > a strong {
  min-width: 0;
  overflow-wrap: anywhere;
  color: var(--navy);
  font-size: 13px;
}

.contact-block > a:hover strong {
  color: var(--red);
}

.contact-block > a.google-review-card {
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  min-height: 0;
  margin-top: 18px;
  padding: 13px 14px;
  border: 1px solid #d8e0ea;
  border-radius: 6px;
  background: #fff;
}

.google-review-mark {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border: 1px solid #d8e0ea;
  border-radius: 50%;
  color: #4285f4;
  font-family: Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.google-review-card > span:nth-child(2) {
  display: grid;
  gap: 2px;
}

.google-review-card > span:nth-child(2) strong {
  color: var(--navy);
  font-size: 13px;
}

.google-review-card > span:nth-child(2) small {
  color: var(--muted);
  font-size: 11px;
}

.google-review-card > span:last-child {
  color: var(--red);
  font-size: 19px;
}

.contact-block > a.google-review-card:hover {
  border-color: #b8c7d9;
  background: #f8fafc;
}

.faq-section {
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  gap: 70px;
  padding-top: 86px;
  padding-bottom: 86px;
}

.faq-heading h2 {
  max-width: 400px;
}

.faq-list {
  border-top: 1px solid var(--line-dark);
}

.faq-list details {
  border-bottom: 1px solid var(--line-dark);
}

.faq-list summary {
  position: relative;
  padding: 20px 42px 20px 0;
  color: var(--navy);
  font-weight: 800;
  cursor: pointer;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  position: absolute;
  top: 18px;
  right: 8px;
  content: "+";
  color: var(--red);
  font-size: 20px;
}

.faq-list details[open] summary::after {
  content: "−";
}

.faq-list details p {
  max-width: 750px;
  margin: -5px 42px 22px 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.7;
}

.site-footer {
  padding: 52px max(20px, calc((100% - var(--content)) / 2)) 20px;
  background: #0c192d;
  color: #fff;
}

.footer-main {
  display: grid;
  grid-template-columns: 1.35fr repeat(3, 1fr);
  gap: 54px;
  padding-bottom: 38px;
}

.footer-brand img {
  width: 170px;
  padding: 8px;
  border-radius: 5px;
  background: #fff;
}

.footer-brand p {
  max-width: 320px;
  color: #b5c1d2;
  font-size: 13px;
  line-height: 1.7;
}

.footer-main h2 {
  margin: 0 0 16px;
  font-size: 12px;
  text-transform: uppercase;
}

.footer-main a,
.footer-main button,
.footer-main span {
  display: block;
  width: 100%;
  margin: 0 0 10px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #b5c1d2;
  font-size: 12px;
  text-align: left;
  overflow-wrap: anywhere;
}

.footer-main a:hover,
.footer-main button:hover {
  color: #fff;
}

.policy-notes {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
  padding: 26px 0;
  border-top: 1px solid #263953;
  border-bottom: 1px solid #263953;
}

.policy-notes p {
  margin: 0;
  color: #8796ab;
  font-size: 10px;
  line-height: 1.65;
}

.policy-notes strong {
  color: #dce5f2;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-top: 18px;
  color: #73839a;
  font-size: 10px;
}

.drawer-backdrop {
  position: fixed;
  inset: 0;
  z-index: 80;
  background: rgba(8, 18, 33, 0.48);
  opacity: 0;
  transition: opacity 0.2s ease;
}

.drawer-backdrop.is-visible {
  opacity: 1;
}

.quote-drawer {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 90;
  width: min(520px, 100%);
  border-left: 1px solid var(--line-dark);
  background: #fff;
  box-shadow: -24px 0 60px rgba(18, 35, 63, 0.19);
  transform: translateX(105%);
  transition: transform 0.24s ease;
}

.quote-drawer.is-open {
  transform: translateX(0);
}

.drawer-header,
.sheet-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 82px;
  padding: 18px 22px;
  border-bottom: 1px solid var(--line);
}

.drawer-header .eyebrow,
.sheet-header .eyebrow {
  margin-bottom: 2px;
}

.drawer-header h2,
.sheet-header h2 {
  margin: 0;
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 26px;
}

.drawer-header h2 span {
  display: inline-grid;
  min-width: 26px;
  height: 26px;
  place-items: center;
  margin-left: 5px;
  border-radius: 50%;
  background: var(--red);
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 11px;
}

.drawer-header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.drawer-header-actions > a {
  color: var(--red);
  font-size: 11px;
  font-weight: 850;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.icon-button {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: #fff;
  color: var(--navy);
  font-size: 22px;
  line-height: 1;
}

.icon-button:hover {
  border-color: var(--red);
  color: var(--red);
}

.quote-body {
  height: calc(100% - 82px);
  padding: 20px 22px 80px;
  overflow-y: auto;
}

.quote-items {
  display: grid;
  gap: 10px;
}

.empty-quote {
  display: grid;
  justify-items: center;
  padding: 38px 24px;
  border: 1px dashed #cfd6df;
  border-radius: 8px;
  background: #fafbfc;
  color: var(--muted);
  text-align: center;
}

.empty-quote span {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  margin-bottom: 13px;
  border: 1px solid #e2b2ba;
  border-radius: 50%;
  color: var(--red);
  font-size: 20px;
}

.empty-quote strong {
  color: var(--navy);
}

.empty-quote p {
  max-width: 310px;
  margin: 6px 0 0;
  font-size: 12px;
}

.quote-item {
  position: relative;
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr);
  gap: 12px;
  min-height: 94px;
  padding: 11px 42px 11px 11px;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.quote-item img {
  width: 74px;
  height: 70px;
  object-fit: contain;
  background: #f8f9fb;
}

.quote-item strong {
  display: block;
  color: var(--navy);
  font-size: 12px;
  line-height: 1.35;
}

.quote-item small {
  display: block;
  margin-top: 3px;
  color: var(--muted);
  font-size: 10px;
}

.quote-item .quote-item-options {
  margin-top: 6px;
  overflow-wrap: anywhere;
  color: #46536a;
  line-height: 1.45;
}

.edit-options {
  margin-top: 7px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--red);
  font-size: 10px;
  font-weight: 850;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.remove-item {
  position: absolute;
  top: 8px;
  right: 8px;
  display: grid;
  width: 26px;
  height: 26px;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: #8791a2;
  font-size: 18px;
}

.remove-item:hover {
  background: var(--red-soft);
  color: var(--red);
}

.quantity-control {
  display: inline-grid;
  grid-template-columns: 36px 46px 36px;
  gap: 3px;
  margin-top: 8px;
}

.quantity-control button,
.quantity-control input {
  height: 36px;
  border: 1px solid var(--line-dark);
  background: #fff;
  color: var(--navy);
  text-align: center;
}

.quantity-control button {
  border-radius: 5px;
  font-weight: 850;
}

.quantity-control input {
  width: 46px;
  border-radius: 5px;
  font-size: 11px;
  font-weight: 800;
}

.clear-quote {
  width: 100%;
  min-height: 36px;
  margin-top: 10px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #fff;
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
}

.clear-quote:hover {
  border-color: var(--red);
  color: var(--red);
}

.quote-form {
  display: grid;
  gap: 13px;
  margin-top: 26px;
  padding-top: 25px;
  border-top: 1px solid var(--line);
}

.form-heading h3 {
  margin: 0;
  color: var(--navy);
  font-size: 16px;
}

.form-heading p {
  margin: 4px 0 0;
  color: var(--muted);
  font-size: 11px;
}

.quote-form > label,
.form-split label {
  display: grid;
  gap: 5px;
  color: #3f4d63;
  font-size: 11px;
  font-weight: 800;
}

.quote-form label > span {
  color: var(--muted);
  font-weight: 500;
}

.quote-form input,
.quote-form textarea {
  width: 100%;
  min-width: 0;
  border: 1px solid var(--line-dark);
  border-radius: 6px;
  outline: 0;
  background: #fff;
  color: var(--ink);
  font-size: 13px;
  font-weight: 500;
}

.quote-form input {
  height: 42px;
  padding: 0 11px;
}

.quote-form textarea {
  padding: 10px 11px;
  resize: vertical;
}

.quote-form input:focus,
.quote-form textarea:focus {
  border-color: var(--red);
  box-shadow: 0 0 0 3px rgba(200, 16, 46, 0.08);
}

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

.quote-form .check-row {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 8px;
  align-items: start;
  font-weight: 500;
  line-height: 1.45;
}

.check-row input {
  width: 16px;
  height: 16px;
  margin: 1px 0 0;
  accent-color: var(--red);
}

.quote-submit-actions {
  display: grid;
  gap: 8px;
  margin-top: 4px;
}

.quote-submit-actions .button {
  width: 100%;
}

.form-security {
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 7px;
  margin: 3px 0 0;
  color: var(--muted);
  font-size: 10px;
  line-height: 1.5;
}

.form-security span {
  color: var(--green);
  font-size: 16px;
}

dialog {
  padding: 0;
  border: 0;
  background: transparent;
}

dialog::backdrop {
  background: rgba(8, 18, 33, 0.52);
  backdrop-filter: blur(2px);
}

.filter-dialog {
  width: min(100%, 560px);
  max-width: none;
  margin: auto auto 0;
}

.filter-sheet {
  overflow: hidden;
  border-radius: 8px 8px 0 0;
  background: #fff;
  box-shadow: var(--shadow-md);
}

.sheet-body {
  max-height: min(58vh, 570px);
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-gutter: stable;
}

.sheet-body .filter-group {
  padding: 20px 22px;
}

.sheet-footer {
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  gap: 10px;
  padding: 14px 20px max(14px, env(safe-area-inset-bottom));
  border-top: 1px solid var(--line);
  background: #fff;
}

.product-dialog {
  width: 100vw;
  max-width: none;
  height: 100dvh;
  max-height: none;
  margin: 0;
}

.product-dialog-content {
  position: relative;
  height: 100dvh;
  overflow-y: auto;
  background: #fff;
}

.product-page-header {
  position: sticky;
  top: 0;
  z-index: 5;
  display: grid;
  grid-template-columns: minmax(180px, 1fr) auto minmax(180px, 1fr);
  gap: 24px;
  align-items: center;
  min-height: 76px;
  padding: 12px max(20px, calc((100% - var(--content)) / 2));
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.97);
  backdrop-filter: blur(14px);
}

.product-page-header > img {
  width: 152px;
}

.product-back,
.product-page-cart {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  min-height: 42px;
  border: 0;
  background: transparent;
  color: var(--navy);
  font-size: 13px;
  font-weight: 850;
}

.product-back {
  justify-self: start;
}

.product-back span {
  font-size: 20px;
}

.product-page-cart {
  justify-self: end;
  padding: 0 13px;
  border: 1px solid var(--line-dark);
  border-radius: 6px;
  background: #fff;
}

.product-page-cart b {
  display: grid;
  min-width: 22px;
  height: 22px;
  place-items: center;
  border-radius: 50%;
  background: var(--red);
  color: #fff;
  font-size: 10px;
}

.product-page {
  width: min(var(--content), calc(100% - 40px));
  margin: 0 auto;
  padding: 28px 0 72px;
}

.product-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin-bottom: 22px;
  color: var(--muted);
  font-size: 12px;
}

.product-breadcrumb button {
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--red);
  font-weight: 800;
}

.product-breadcrumb > span:last-child {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.product-detail {
  display: grid;
  grid-template-columns: minmax(420px, 0.95fr) minmax(0, 1.05fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.product-detail-media {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 650px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 64px 56px 42px;
  border-right: 1px solid var(--line);
  background: #f7f9fb;
}

.product-image-label {
  position: absolute;
  top: 22px;
  left: 22px;
  padding: 5px 8px;
  border: 1px solid var(--line-dark);
  border-radius: 4px;
  background: #fff;
  color: var(--muted);
  font-size: 9px;
  font-weight: 850;
  text-transform: uppercase;
}

.product-detail-media img {
  width: 100%;
  max-height: 500px;
  object-fit: contain;
  filter: drop-shadow(0 16px 24px rgba(18, 35, 63, 0.1));
}

.product-detail-media small {
  max-width: 520px;
  margin-top: 28px;
  color: #778296;
  font-size: 10px;
  line-height: 1.5;
  text-align: center;
}

.product-detail-copy {
  min-width: 0;
  padding: 54px 60px 58px;
}

.product-detail-copy h1 {
  margin: 0;
  overflow-wrap: anywhere;
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 42px;
  line-height: 1.12;
  letter-spacing: 0;
}

.detail-status {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  align-items: center;
  margin-top: 17px;
  color: var(--muted);
  font-size: 12px;
}

.detail-status .availability {
  margin: 0;
}

.detail-description {
  margin: 24px 0;
  color: #46536a;
  font-size: 16px;
  line-height: 1.75;
}

.detail-list {
  display: grid;
  grid-template-columns: 125px minmax(0, 1fr);
  gap: 10px 15px;
  margin: 24px 0 0;
  padding: 20px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  font-size: 13px;
}

.detail-list dt {
  color: var(--muted);
}

.detail-list dd {
  margin: 0;
  overflow-wrap: anywhere;
  color: var(--navy);
  font-weight: 750;
}

.product-configurator {
  margin-top: 26px;
}

.configurator-heading {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: flex-start;
}

.configurator-heading .eyebrow {
  margin-bottom: 3px;
  font-size: 10px;
}

.configurator-heading h2,
.related-products h2 {
  margin: 0;
  color: var(--navy);
  font-size: 22px;
  line-height: 1.25;
}

.configurator-heading > span {
  padding: 4px 7px;
  border-radius: 4px;
  background: var(--red-soft);
  color: var(--red);
  font-size: 9px;
  font-weight: 850;
  text-transform: uppercase;
}

.product-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 16px;
}

.product-option,
.product-quantity {
  display: grid;
  gap: 6px;
  color: #46536a;
  font-size: 11px;
  font-weight: 800;
}

.product-option select {
  width: 100%;
  min-width: 0;
  height: 46px;
  padding: 0 36px 0 12px;
  border: 1px solid var(--line-dark);
  border-radius: 6px;
  outline: 0;
  background: #fff;
  color: var(--navy);
  font-size: 13px;
}

.product-option select:focus {
  border-color: var(--red);
  box-shadow: 0 0 0 3px rgba(200, 16, 46, 0.08);
}

.product-order-row {
  display: grid;
  grid-template-columns: 130px minmax(0, 1fr);
  gap: 12px;
  align-items: end;
  margin-top: 16px;
}

.detail-quantity-control {
  display: grid;
  grid-template-columns: 38px 52px 38px;
}

.detail-quantity-control button,
.detail-quantity-control input {
  height: 46px;
  border: 1px solid var(--line-dark);
  background: #fff;
  color: var(--navy);
  text-align: center;
}

.detail-quantity-control button:first-child {
  border-radius: 6px 0 0 6px;
}

.detail-quantity-control button:last-child {
  border-radius: 0 6px 6px 0;
}

.detail-quantity-control input {
  width: 52px;
  border-right: 0;
  border-left: 0;
  font-weight: 800;
}

.product-add-button {
  width: 100%;
  min-height: 46px;
}

.detail-contact-actions {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-top: 18px;
}

.detail-contact-actions a {
  display: flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 7px;
  border: 1px solid var(--line-dark);
  border-radius: 6px;
  color: var(--navy);
  font-size: 10px;
  font-weight: 850;
  text-align: center;
}

.detail-contact-actions a:hover {
  border-color: var(--red);
  color: var(--red);
}

.detail-contact-actions img {
  width: 16px;
  height: 16px;
}

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

.product-assurance div {
  min-width: 0;
  padding: 22px 24px;
  border-right: 1px solid var(--line);
}

.product-assurance div:last-child {
  border-right: 0;
}

.product-assurance strong,
.product-assurance span {
  display: block;
}

.product-assurance strong {
  overflow-wrap: anywhere;
  color: var(--navy);
  font-size: 12px;
}

.product-assurance span {
  margin-top: 3px;
  color: var(--muted);
  font-size: 10px;
}

.related-products {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 40px;
  padding: 54px 0 0;
}

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

.related-product-grid button {
  display: grid;
  grid-template-columns: 78px minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  min-width: 0;
  min-height: 112px;
  padding: 14px;
  border: 0;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: #fff;
  color: var(--navy);
  text-align: left;
}

.related-product-grid button:nth-child(2n) {
  border-right: 0;
}

.related-product-grid button:hover {
  background: var(--red-soft);
}

.related-product-grid img {
  width: 78px;
  height: 78px;
  object-fit: contain;
}

.related-product-grid span,
.related-product-grid strong,
.related-product-grid small {
  min-width: 0;
}

.related-product-grid strong,
.related-product-grid small {
  display: block;
  overflow-wrap: anywhere;
}

.related-product-grid strong {
  font-size: 12px;
  line-height: 1.35;
}

.related-product-grid small {
  margin-top: 4px;
  color: var(--muted);
  font-size: 9px;
}

.contact-rail {
  position: fixed;
  top: 50%;
  right: 14px;
  z-index: 55;
  display: grid;
  width: 62px;
  overflow: hidden;
  border: 1px solid var(--line-dark);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(18, 35, 63, 0.14);
  transform: translateY(-50%);
  transition: transform 0.18s ease, opacity 0.18s ease;
}

.contact-rail a {
  display: grid;
  min-height: 58px;
  place-items: center;
  align-content: center;
  gap: 4px;
  padding: 7px 4px;
  border-bottom: 1px solid var(--line);
  background: #fff;
  color: var(--navy);
  font-size: 9px;
  font-weight: 850;
}

.contact-rail a:last-child {
  border-bottom: 0;
  background: #fff;
  color: #08783e;
}

.contact-rail a:last-child:hover {
  background: #effbf4;
  color: #065f32;
}

.contact-rail a:hover {
  background: var(--red-soft);
  color: var(--red);
}

.contact-rail img {
  width: 21px;
  height: 21px;
}

.contact-rail .contact-rail-primary {
  background: var(--red);
  color: #fff;
}

.contact-rail .contact-rail-primary:hover {
  background: var(--red-dark);
  color: #fff;
}

.contact-rail-primary img {
  filter: brightness(0) invert(1);
}

body.is-locked .contact-rail {
  opacity: 0;
  pointer-events: none;
}

.special-dialog {
  width: min(760px, calc(100% - 28px));
  max-width: none;
  max-height: calc(100% - 28px);
  border-radius: 8px;
}

.special-dialog-inner {
  position: relative;
  display: grid;
  grid-template-columns: 0.88fr 1.12fr;
  overflow: hidden;
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--shadow-md);
}

.special-close {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 2;
}

.special-media {
  position: relative;
  display: grid;
  min-height: 450px;
  place-items: center;
  padding: 58px 34px 34px;
  background: #f4f6f8;
}

.special-media > span {
  position: absolute;
  top: 20px;
  left: 20px;
  padding: 6px 9px;
  border-radius: 4px;
  background: var(--red);
  color: #fff;
  font-size: 9px;
  font-weight: 900;
  text-transform: uppercase;
}

.special-media img {
  width: 100%;
  max-height: 330px;
  object-fit: contain;
  filter: drop-shadow(0 14px 18px rgba(18, 35, 63, 0.12));
}

.special-copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
  padding: 48px 46px;
}

.special-copy h2 {
  margin: 0;
  overflow-wrap: anywhere;
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 31px;
  line-height: 1.18;
}

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

.special-expiry {
  display: grid;
  gap: 3px;
  margin-top: 20px;
  padding: 13px 14px;
  border-left: 3px solid var(--gold);
  background: #fff9ed;
}

.special-expiry span {
  color: #766348;
  font-size: 9px;
  font-weight: 850;
  text-transform: uppercase;
}

.special-expiry strong {
  color: var(--navy);
  font-size: 13px;
}

.special-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-top: 20px;
}

.special-actions .button {
  min-height: 44px;
  padding: 8px 12px;
  font-size: 11px;
}

.special-actions img {
  width: 17px;
  height: 17px;
  margin-right: 7px;
}

.special-copy small {
  margin-top: 12px;
  color: #7d8797;
  font-size: 9px;
  line-height: 1.5;
}

.toast {
  position: fixed;
  left: 50%;
  bottom: 24px;
  z-index: 120;
  max-width: calc(100% - 30px);
  transform: translate(-50%, 18px);
  padding: 11px 16px;
  border-radius: 999px;
  background: var(--navy);
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.18s ease, transform 0.18s ease;
}

.toast.is-visible {
  transform: translate(-50%, 0);
  opacity: 1;
}

@media (max-width: 1200px) {
  .brand-panels {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .header-main {
    grid-template-columns: 180px minmax(280px, 1fr) auto;
    gap: 18px;
  }

  .sales-link {
    display: none;
  }

  .hero-product-main {
    left: 3%;
    width: 280px;
    height: 280px;
  }

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

  .product-detail {
    grid-template-columns: minmax(360px, 0.9fr) minmax(0, 1.1fr);
  }

  .product-detail-copy {
    padding: 44px 38px 48px;
  }

  .product-detail-copy h1 {
    font-size: 36px;
  }

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

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

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

  .delivery-section {
    padding: 54px;
  }

  .contact-rail {
    top: auto;
    right: 10px;
    bottom: 18px;
    grid-template-columns: 1fr;
    width: 50px;
    transform: none;
  }

  .contact-rail a {
    min-height: 48px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .contact-rail a:last-child {
    border-bottom: 0;
  }

  .contact-rail span {
    display: none;
  }

  .toast {
    bottom: 24px;
    max-width: calc(100% - 86px);
  }
}

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

  .announcement-detail {
    display: none;
  }

  .header-main {
    grid-template-columns: 165px minmax(0, 1fr) auto;
    width: min(100% - 28px, var(--content));
  }

  .brand img {
    width: 151px;
  }

  .main-nav {
    width: calc(100% - 28px);
  }

  .hero-inner {
    grid-template-columns: 1fr 380px;
    width: calc(100% - 32px);
  }

  .hero-copy {
    padding-right: 35px;
  }

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

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

  .hero-product-main {
    top: 75px;
    width: 235px;
    height: 235px;
  }

  .hero-product-top {
    width: 150px;
    height: 135px;
  }

  .hero-product-bottom {
    width: 160px;
    height: 150px;
  }

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

  .service-strip > div:nth-child(2) {
    border-right: 0;
  }

  .service-strip > div:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line);
  }

  .catalog-heading {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .catalog-layout {
    grid-template-columns: 200px minmax(0, 1fr);
  }

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

  .product-page-header {
    padding-right: 18px;
    padding-left: 18px;
  }

  .product-page {
    width: calc(100% - 28px);
  }

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

  .product-detail-media {
    min-height: 470px;
    padding: 58px 42px 38px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .product-detail-media img {
    max-height: 350px;
  }

  .product-detail-copy {
    padding: 38px 30px 42px;
  }

  .product-detail-copy h1 {
    font-size: 32px;
  }

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

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

  .product-assurance div:nth-child(2) {
    border-right: 0;
  }

  .product-assurance div:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line);
  }

  .related-products {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .why-section {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .brand-panels {
    grid-template-columns: 1fr 1fr;
  }

  .brand-panels .brand-request {
    grid-column: auto;
    min-height: 210px;
  }

  .quote-process ol {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 26px 0;
  }

  .quote-process li:nth-child(2)::after,
  .quote-process li:last-child::after {
    display: none;
  }

  .delivery-section {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .about-contact article {
    padding: 38px;
  }

  .faq-section {
    grid-template-columns: 1fr;
    gap: 30px;
  }

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

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

@media (max-width: 720px) {
  .brand-panels {
    grid-template-columns: repeat(5, 82vw);
    grid-auto-flow: column;
    padding-bottom: 10px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-snap-type: inline mandatory;
    scrollbar-width: thin;
  }

  .brand-panels article {
    min-height: 350px;
    scroll-snap-align: start;
  }

  html {
    scroll-padding-top: 124px;
  }

  .announcement-inner {
    justify-content: space-between;
    width: calc(100% - 24px);
    min-height: 32px;
    gap: 12px;
    font-size: 10px;
  }

  .site-header {
    position: sticky;
  }

  .header-main {
    grid-template-columns: 1fr auto;
    gap: 10px;
    min-height: 118px;
    padding: 12px 0;
  }

  .brand img {
    width: 145px;
  }

  .sales-link {
    display: grid;
    width: 40px;
    height: 40px;
    padding: 0;
    grid-template-columns: 1fr;
    place-items: center;
  }

  .sales-link > span:last-child {
    display: none;
  }

  .sales-link .action-icon {
    width: 40px;
    height: 40px;
    border-radius: 6px;
  }

  .header-search {
    grid-column: 1 / -1;
    grid-row: 2;
  }

  .header-search input {
    height: 44px;
    font-size: 12px;
  }

  .header-search button {
    min-width: 48px;
  }

  .header-search .search-label {
    display: none;
  }

  .quote-trigger {
    min-height: 40px;
    padding: 0 12px;
    font-size: 12px;
  }

  .home-account-trigger {
    width: 40px;
    min-height: 40px;
    place-items: center;
    padding: 0;
  }

  .home-account-copy {
    display: none;
  }

  .home-account-icon {
    width: 32px;
    height: 32px;
  }

  .contact-rail {
    display: none;
  }

  .main-nav {
    display: none;
  }

  .hero::before {
    top: auto;
    width: 100%;
    height: 43%;
  }

  .hero-inner {
    grid-template-columns: 1fr;
    width: calc(100% - 28px);
    min-height: 0;
  }

  .hero-copy {
    max-width: none;
    padding: 40px 0 28px;
  }

  .hero h1 {
    font-size: 40px;
    line-height: 1.06;
  }

  .hero-lede {
    margin-top: 17px;
    font-size: 14px;
    line-height: 1.65;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-top: 22px;
  }

  .hero-actions .button {
    padding: 0 10px;
    font-size: 12px;
  }

  .hero-contact {
    flex-wrap: wrap;
  }

  .hero-products {
    min-height: 310px;
  }

  .hero-product-main {
    top: 32px;
    left: 5%;
    width: 205px;
    height: 205px;
  }

  .hero-product-top {
    top: 18px;
    right: 2%;
    width: 128px;
    height: 112px;
  }

  .hero-product-bottom {
    right: 5%;
    bottom: 22px;
    width: 145px;
    height: 132px;
  }

  .hero-badge {
    bottom: 18px;
    left: 0;
    max-width: 152px;
    padding: 8px 10px;
    font-size: 10px;
  }

  .service-strip {
    width: 100%;
  }

  .service-strip > div {
    grid-template-columns: 30px 1fr;
    min-height: 76px;
    padding: 12px;
  }

  .service-strip > div > span {
    width: 30px;
    height: 30px;
    font-size: 11px;
  }

  .service-strip strong {
    font-size: 11px;
  }

  .service-strip small {
    font-size: 9px;
  }

  .merch-section,
  .category-section,
  .quote-process,
  .faq-section {
    width: calc(100% - 28px);
    padding-top: 52px;
    padding-bottom: 52px;
  }

  .category-section,
  .quote-process {
    padding-top: 10px;
  }

  .section-heading {
    align-items: flex-start;
  }

  .section-heading h2,
  .catalog-heading h2,
  .why-intro h2,
  .delivery-copy h2,
  .about-contact h2,
  .faq-heading h2 {
    font-size: 28px;
  }

  .section-heading > a {
    display: none;
  }

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

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

  .featured-grid .product-image-button {
    height: 162px;
    padding: 14px;
  }

  .featured-grid .product-card-body {
    padding: 13px;
  }

  .featured-grid .product-title-button h3 {
    min-height: 55px;
    font-size: 13px;
  }

  .featured-grid .product-specs {
    display: none;
  }

  .featured-grid .availability {
    font-size: 10px;
  }

  .featured-grid .price-label {
    font-size: 12px;
  }

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

  .featured-grid .details-button {
    display: none;
  }

  .category-tiles {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
  }

  .category-tile {
    min-height: 118px;
    padding: 15px;
  }

  .catalog-section {
    padding: 50px 14px;
  }

  .catalog-heading {
    margin-bottom: 18px;
  }

  .catalog-heading > div:first-child > p:last-child {
    font-size: 12px;
  }

  .catalog-search input {
    height: 46px;
    font-size: 11px;
  }

  .catalog-search button {
    min-width: 74px;
    font-size: 12px;
  }

  .mobile-catalog-tools {
    position: sticky;
    top: 118px;
    z-index: 15;
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 8px;
    align-items: center;
    min-height: 54px;
    margin: 0 -14px 14px;
    padding: 8px 14px;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    background: rgba(245, 247, 250, 0.97);
    backdrop-filter: blur(12px);
  }

  .mobile-catalog-tools button {
    min-height: 36px;
    padding: 0 12px;
    border: 1px solid var(--line-dark);
    border-radius: 6px;
    background: #fff;
    color: var(--navy);
    font-size: 11px;
    font-weight: 800;
  }

  .mobile-catalog-tools button b {
    display: inline-grid;
    min-width: 17px;
    height: 17px;
    place-items: center;
    margin-left: 4px;
    border-radius: 50%;
    background: var(--red);
    color: #fff;
    font-size: 9px;
  }

  .mobile-catalog-tools > span {
    color: var(--muted);
    font-size: 11px;
    text-align: center;
  }

  .mobile-catalog-tools #mobileClearFilters {
    border-color: transparent;
    background: transparent;
    color: var(--red);
  }

  .catalog-layout {
    display: block;
  }

  .filter-panel {
    display: none;
  }

  .results-bar {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: end;
    gap: 10px;
    min-height: 0;
    margin-bottom: 12px;
  }

  .results-summary {
    min-height: 38px;
    align-items: center;
  }

  .results-summary > p {
    margin: 0;
  }

  .catalog-sort {
    align-items: flex-start;
  }

  .catalog-sort span {
    display: none;
  }

  .catalog-sort select {
    min-width: 144px;
  }

  .active-filters {
    justify-content: flex-start;
  }

  .catalog-pagination {
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 7px;
  }

  .pagination-jump {
    grid-column: 1 / -1;
    justify-content: center;
  }

  .catalog-grid .product-card {
    display: flex;
  }

  .catalog-grid .product-image-button {
    height: 230px;
    min-height: 230px;
    padding: 18px;
    border-right: 0;
    border-bottom: 1px solid #edf0f4;
  }

  .catalog-grid .product-card-body {
    padding: 16px;
  }

  .catalog-grid .product-title-button h3 {
    min-height: 0;
    font-size: 15px;
  }

  .catalog-grid .product-specs {
    min-height: 0;
  }

  .why-section {
    width: calc(100% - 28px);
    padding: 58px 0;
  }

  .why-intro h2 {
    font-size: 32px;
  }

  .why-points {
    grid-template-columns: 1fr;
  }

  .brand-section {
    padding: 54px 14px;
  }

  .brand-panels {
    grid-template-columns: 1fr;
  }

  .brand-panels .brand-request {
    grid-column: auto;
  }

  .brand-panels article {
    min-height: 230px;
  }

  .quote-process ol {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .quote-process li,
  .quote-process li:first-child {
    padding: 0;
  }

  .quote-process li::after {
    display: none;
  }

  .delivery-section {
    width: 100%;
    padding: 48px 20px;
    border-radius: 0;
  }

  .delivery-actions {
    display: grid;
  }

  .delivery-facts div {
    min-height: 112px;
    padding: 15px;
  }

  .delivery-facts strong {
    font-size: 21px;
  }

  .about-contact {
    grid-template-columns: 1fr;
    width: calc(100% - 28px);
    margin-top: 52px;
  }

  .about-contact article {
    padding: 30px 24px;
  }

  .contact-block {
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .contact-block > a {
    grid-template-columns: 76px minmax(0, 1fr);
  }

  .faq-section {
    gap: 18px;
  }

  .site-footer {
    padding: 44px 20px 126px;
  }

  .footer-main {
    grid-template-columns: 1fr 1fr;
    gap: 32px 20px;
  }

  .footer-brand {
    grid-column: 1 / -1;
  }

  .footer-main > div:last-child {
    grid-column: 1 / -1;
  }

  .policy-notes {
    grid-template-columns: 1fr;
  }

  .footer-bottom {
    flex-direction: column;
  }

  .quote-drawer {
    width: 100%;
  }

  .quote-body {
    padding: 16px 16px 90px;
  }

  .form-split {
    grid-template-columns: 1fr;
  }

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

  .product-detail-media {
    min-height: 360px;
    padding: 54px 30px 32px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .product-detail-media img {
    max-height: 280px;
  }

  .product-detail-copy {
    padding: 34px 22px 38px;
  }

  .product-detail-copy h1 {
    font-size: 32px;
  }

  .product-options,
  .product-order-row,
  .detail-contact-actions,
  .related-product-grid {
    grid-template-columns: 1fr;
  }

  .product-order-row {
    align-items: stretch;
  }

  .product-quantity {
    width: 128px;
  }

  .related-product-grid button,
  .related-product-grid button:nth-child(2n) {
    border-right: 0;
  }

  .contact-rail {
    right: 10px;
    bottom: max(14px, env(safe-area-inset-bottom));
    left: auto;
    grid-template-columns: repeat(3, 44px);
    width: auto;
    border: 1px solid var(--line-dark);
    border-radius: 8px;
    padding-bottom: 0;
  }

  .contact-rail a {
    min-height: 44px;
    grid-template-columns: 1fr;
    gap: 0;
    border-right: 1px solid var(--line);
    border-bottom: 0;
  }

  .contact-rail a:last-child {
    border-right: 0;
  }

  .toast {
    bottom: max(18px, env(safe-area-inset-bottom));
  }

  .special-dialog-inner {
    grid-template-columns: 1fr;
    max-height: calc(100vh - 20px);
    overflow-y: auto;
  }

  .special-media {
    min-height: 230px;
    padding: 50px 30px 24px;
  }

  .special-media img {
    max-height: 170px;
  }

  .special-copy {
    padding: 28px 22px 32px;
  }

  .special-copy h2 {
    font-size: 25px;
  }
}

@media (max-width: 560px) {
  .featured-grid {
    grid-template-columns: none;
    grid-auto-columns: minmax(260px, 82vw);
    grid-auto-flow: column;
    padding-bottom: 10px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-snap-type: inline mandatory;
    scrollbar-width: thin;
  }

  .featured-grid .product-card {
    scroll-snap-align: start;
  }

  .featured-grid .product-image-button {
    height: 190px;
  }

  .featured-grid .product-title-button h3 {
    min-height: 0;
    font-size: 15px;
  }

  .featured-grid .product-specs {
    display: none;
    min-height: 0;
  }
}

@media (max-width: 430px) {
  .announcement-inner > span {
    max-width: 225px;
    overflow: hidden;
    text-overflow: ellipsis;
  }

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

  .catalog-grid .product-card {
    display: flex;
  }

  .catalog-grid .product-image-button {
    min-height: 220px;
    padding: 18px;
  }

  .catalog-grid .product-card-body {
    padding: 13px;
  }

  .catalog-grid .product-meta {
    font-size: 9px;
  }

  .catalog-grid .product-title-button h3 {
    font-size: 14px;
  }

  .catalog-grid .product-specs,
  .catalog-grid .availability,
  .catalog-grid .price-label {
    font-size: 10px;
  }

  .catalog-grid .card-actions {
    grid-template-columns: minmax(0, 1.2fr) minmax(74px, 0.8fr);
  }

  .catalog-grid .add-quote-button,
  .catalog-grid .details-button {
    min-height: 38px;
    height: 38px;
  }

  .catalog-grid .add-quote-button {
    font-size: 11px;
  }

  .product-page-header {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 8px;
    min-height: 64px;
    padding: 8px 12px;
  }

  .product-page-header > img {
    display: none;
  }

  .product-back,
  .product-page-cart {
    min-height: 40px;
    font-size: 11px;
  }

  .product-page {
    width: 100%;
    padding-top: 0;
  }

  .product-breadcrumb {
    padding: 14px 14px 0;
  }

  .product-detail-copy h1 {
    font-size: 29px;
  }

  .product-detail-copy {
    padding-right: 16px;
    padding-left: 16px;
  }

  .detail-list {
    grid-template-columns: 100px minmax(0, 1fr);
  }

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

  .product-assurance div,
  .product-assurance div:nth-child(2) {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .related-products {
    padding: 44px 14px 0;
  }

  .special-actions {
    grid-template-columns: 1fr;
  }

  .delivery-facts {
    grid-template-columns: 1fr 1fr;
  }

  .footer-main {
    grid-template-columns: 1fr;
  }

  .footer-brand,
  .footer-main > div:last-child {
    grid-column: auto;
  }
}

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

/* Dedicated cart page */
.cart-page-body {
  min-width: 320px;
  background: #f7f8fa;
}

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

.cart-header-inner {
  display: flex;
  width: min(var(--content), calc(100% - 40px));
  min-height: 82px;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  margin: 0 auto;
}

.cart-brand img {
  width: 174px;
  height: auto;
}

.cart-header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.cart-header-actions > a {
  display: flex;
  min-height: 46px;
  align-items: center;
  gap: 9px;
  padding: 0 13px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #fff;
}

.cart-header-actions > a:hover {
  border-color: var(--red);
  color: var(--red);
}

.cart-header-actions img {
  width: 18px;
  height: 18px;
}

.cart-header-actions small,
.cart-header-actions strong {
  display: block;
}

.cart-header-actions small {
  color: var(--muted);
  font-size: 9px;
  font-weight: 700;
}

.cart-header-actions strong {
  color: var(--navy);
  font-size: 11px;
}

.cart-header-count {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  gap: 8px;
  padding: 0 15px;
  border-radius: 6px;
  background: var(--red);
  color: #fff;
  font-size: 12px;
  font-weight: 850;
}

.cart-header-count > img {
  width: 17px;
  height: 17px;
  filter: brightness(0) invert(1);
}

.cart-header-count b {
  display: grid;
  min-width: 22px;
  height: 22px;
  place-items: center;
  border-radius: 50%;
  background: #fff;
  color: var(--red);
  font-size: 10px;
}

.cart-page-main {
  width: min(1280px, calc(100% - 40px));
  margin: 0 auto;
  padding: 28px 0 72px;
}

.cart-breadcrumb {
  display: flex;
  align-items: center;
  gap: 9px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 750;
}

.cart-breadcrumb a {
  color: var(--red);
}

.cart-page-intro {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
  padding: 30px 0 26px;
}

.cart-page-intro h1 {
  margin: 2px 0 0;
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 42px;
  line-height: 1.08;
}

.cart-page-intro p:last-child {
  max-width: 690px;
  margin: 11px 0 0;
  color: var(--muted);
  font-size: 14px;
}

.cart-no-charge {
  display: inline-flex;
  flex: 0 0 auto;
  min-height: 38px;
  align-items: center;
  gap: 8px;
  padding: 0 13px;
  border: 1px solid #b8daca;
  border-radius: 6px;
  background: #f3faf7;
  color: var(--green);
  font-size: 11px;
  font-weight: 850;
}

.cart-no-charge b {
  display: grid;
  width: 19px;
  height: 19px;
  place-items: center;
  border-radius: 50%;
  background: var(--green);
  color: #fff;
  font-size: 10px;
}

.cart-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0 0 22px;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  list-style: none;
}

.cart-steps li {
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  min-width: 0;
  min-height: 70px;
  padding: 11px 16px;
  border-right: 1px solid var(--line);
}

.cart-steps li:last-child {
  border-right: 0;
}

.cart-steps li > span {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border: 1px solid var(--line-dark);
  border-radius: 50%;
  color: var(--muted);
  font-size: 10px;
  font-weight: 900;
}

.cart-steps li.is-current > span {
  border-color: var(--red);
  background: var(--red);
  color: #fff;
}

.cart-steps strong,
.cart-steps small {
  display: block;
  overflow-wrap: anywhere;
}

.cart-steps strong {
  color: var(--navy);
  font-size: 11px;
}

.cart-steps small {
  margin-top: 2px;
  color: var(--muted);
  font-size: 9px;
}

.cart-page-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 430px;
  gap: 22px;
  align-items: start;
}

.cart-items-panel,
.cart-request-panel {
  min-width: 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.cart-request-panel {
  position: sticky;
  top: 104px;
  padding: 24px;
}

.cart-panel-heading {
  display: flex;
  min-height: 82px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 18px 22px;
  border-bottom: 1px solid var(--line);
}

.cart-panel-heading h2,
.cart-request-heading h2 {
  margin: 2px 0 0;
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 25px;
}

.cart-panel-heading h2 span {
  display: inline-grid;
  min-width: 25px;
  height: 25px;
  place-items: center;
  margin-left: 5px;
  border-radius: 50%;
  background: var(--red);
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 10px;
}

.cart-panel-heading button {
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--red);
  font-size: 11px;
  font-weight: 850;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.cart-page-items {
  display: grid;
}

.cart-page-item {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr) 126px;
  gap: 20px;
  min-width: 0;
  align-items: center;
  padding: 20px 22px;
  border-bottom: 1px solid var(--line);
}

.cart-item-image {
  display: grid;
  width: 150px;
  height: 132px;
  min-width: 0;
  place-items: center;
  overflow: hidden;
  padding: 11px;
  border: 1px solid #edf0f4;
  border-radius: 6px;
  background: #f8f9fb;
  contain: layout paint;
}

.cart-item-image img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.cart-item-copy {
  min-width: 0;
}

.cart-item-sku {
  margin: 0;
  color: var(--red);
  font-size: 9px;
  font-weight: 900;
  text-transform: uppercase;
}

.cart-item-copy h3 {
  margin: 5px 0 0;
  overflow-wrap: anywhere;
  color: var(--navy);
  font-size: 16px;
  line-height: 1.35;
}

.cart-item-copy h3 a:hover {
  color: var(--red);
}

.cart-item-options {
  margin: 8px 0 0;
  overflow-wrap: anywhere;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.55;
}

.cart-item-price {
  margin: 6px 0 0;
  color: var(--navy);
  font-size: 12px;
  font-weight: 700;
}

.cart-edit-options {
  display: inline-block;
  margin-top: 8px;
  color: var(--red);
  font-size: 10px;
  font-weight: 850;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.cart-item-controls {
  display: grid;
  justify-items: end;
  gap: 13px;
}

.cart-item-controls > label {
  display: grid;
  gap: 5px;
  color: var(--muted);
  font-size: 9px;
  font-weight: 800;
}

.cart-quantity {
  display: grid;
  grid-template-columns: 40px 52px 40px;
  gap: 3px;
}

.cart-quantity button,
.cart-quantity input {
  height: 40px;
  border: 1px solid var(--line-dark);
  border-radius: 5px;
  background: #fff;
  color: var(--navy);
  text-align: center;
  font-size: 11px;
  font-weight: 850;
}

.cart-quantity input {
  width: 52px;
}

.cart-remove {
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--muted);
  font-size: 10px;
  font-weight: 800;
}

.cart-remove:hover {
  color: var(--red);
}

.cart-page-empty {
  display: grid;
  justify-items: center;
  min-height: 360px;
  align-content: center;
  padding: 42px 24px;
  color: var(--muted);
  text-align: center;
}

.cart-page-empty > .cart-empty-icon {
  display: grid;
  width: 66px;
  height: 66px;
  place-items: center;
  border: 1px solid #e6b5bd;
  border-radius: 50%;
  background: var(--red-soft);
  color: var(--red);
}

.cart-empty-icon img {
  width: 29px;
  height: 29px;
}

.cart-page-empty h3 {
  margin: 16px 0 0;
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 26px;
}

.cart-page-empty p {
  max-width: 430px;
  margin: 8px 0 20px;
  font-size: 12px;
}

.cart-empty-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 9px;
}

.cart-empty-actions .button {
  min-height: 42px;
}

.cart-custom-request {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 20px 22px;
  background: #fafbfc;
}

.cart-custom-request strong {
  color: var(--navy);
  font-size: 12px;
}

.cart-custom-request p {
  margin: 3px 0 0;
  color: var(--muted);
  font-size: 10px;
}

.cart-custom-request a {
  flex: 0 0 auto;
  color: var(--red);
  font-size: 10px;
  font-weight: 850;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.cart-request-heading {
  padding-bottom: 20px;
  border-bottom: 1px solid var(--line);
}

.cart-request-heading > p:last-child {
  margin: 7px 0 0;
  color: var(--muted);
  font-size: 11px;
}

.cart-request-form {
  display: grid;
  gap: 13px;
  padding-top: 20px;
}

.contact-choice {
  min-width: 0;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #fbfcfd;
}

.contact-choice legend {
  padding: 0 5px;
  color: #3f4d63;
  font-size: 10px;
  font-weight: 850;
}

.contact-choice legend span {
  color: var(--muted);
  font-weight: 500;
}

.field-error {
  margin: 7px 0 0;
  color: var(--red);
  font-size: 10px;
  font-weight: 750;
}

.form-honeypot {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

.delivery-estimate {
  display: grid;
  padding: 11px 12px;
  border: 1px solid var(--line);
  border-radius: 6px;
  gap: 2px;
  background: #f7f9fb;
}

.delivery-estimate strong {
  color: var(--navy);
  font-size: 11px;
}

.delivery-estimate span {
  color: var(--muted);
  font-size: 10px;
  line-height: 1.45;
}

.delivery-estimate.is-likely {
  border-color: #add9c8;
  background: #edf9f4;
}

.delivery-estimate.is-likely strong {
  color: var(--green);
}

.shipping-threshold {
  display: grid;
  padding: 11px 12px;
  border-left: 3px solid var(--red);
  gap: 2px;
  background: var(--red-soft);
}

.shipping-threshold strong {
  color: var(--navy);
  font-size: 11px;
}

.shipping-threshold span,
.cart-draft-note {
  color: var(--muted);
  font-size: 10px;
  line-height: 1.45;
}

.cart-request-receipt {
  margin: 0;
  padding: 11px 12px;
  border: 1px solid #a5d8bd;
  border-radius: 6px;
  color: #175c3a;
  background: #f1fbf5;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.45;
}

.cart-draft-note {
  margin: 0;
}

.cart-request-form > label,
.cart-request-form .form-split label {
  display: grid;
  gap: 5px;
  min-width: 0;
  color: #3f4d63;
  font-size: 10px;
  font-weight: 800;
}

.cart-request-form label > span {
  color: var(--muted);
  font-weight: 500;
}

.cart-request-form input,
.cart-request-form textarea {
  width: 100%;
  min-width: 0;
  border: 1px solid var(--line-dark);
  border-radius: 6px;
  outline: 0;
  background: #fff;
  color: var(--ink);
  font-size: 12px;
}

.cart-request-form input {
  height: 42px;
  padding: 0 10px;
}

.cart-request-form textarea {
  min-height: 94px;
  padding: 10px;
  resize: vertical;
}

.cart-request-form input:focus,
.cart-request-form textarea:focus {
  border-color: var(--red);
  box-shadow: 0 0 0 3px rgba(200, 16, 46, 0.08);
}

.cart-request-form .check-row {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  gap: 8px;
  align-items: start;
  font-weight: 500;
  line-height: 1.45;
}

.cart-request-form .professional-buyer-row {
  border: 1px solid rgba(200, 16, 46, 0.3);
  border-left: 4px solid var(--red);
  border-radius: 10px;
  background: var(--red-soft);
  padding: 12px;
}

.cart-request-form .professional-buyer-row a { color: var(--red-dark); font-weight: 800; }

.cart-submit-actions {
  display: grid;
  gap: 8px;
  margin-top: 4px;
}

.cart-submit-actions .button {
  width: 100%;
  min-height: 44px;
  font-size: 11px;
}

.cart-submit-actions .button img {
  width: 17px;
  height: 17px;
  margin-right: 7px;
  filter: brightness(0) invert(1);
}

.cart-submit-actions .button-whatsapp {
  border: 1px solid #9dd8bd;
  background: #fff;
  color: #08783e;
}

.cart-submit-actions .button-whatsapp:hover {
  border-color: #08783e;
  background: #effbf4;
}

.cart-submit-actions .button-whatsapp img {
  filter: none;
}

.cart-payment-info {
  margin-top: 20px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
}

.cart-payment-info > div {
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr);
  gap: 9px;
  align-items: start;
}

.cart-payment-info > div > span {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border-radius: 50%;
  background: #edf7f2;
  color: var(--green);
  font-weight: 900;
}

.cart-payment-info p {
  margin: 0;
}

.cart-payment-info strong,
.cart-payment-info small {
  display: block;
}

.cart-payment-info strong {
  color: var(--navy);
  font-size: 11px;
}

.cart-payment-info small,
.cart-payment-info > p {
  color: var(--muted);
  font-size: 9px;
  line-height: 1.55;
}

.cart-payment-info > p {
  margin-top: 10px;
}

.cart-help-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.cart-help-strip > div {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  gap: 10px;
  min-width: 0;
  padding: 18px;
  border-right: 1px solid var(--line);
}

.cart-help-strip > div:last-child {
  border-right: 0;
}

.cart-help-strip > div > span {
  color: var(--red);
  font-size: 10px;
  font-weight: 900;
}

.cart-help-strip p {
  margin: 0;
}

.cart-help-strip strong,
.cart-help-strip a,
.cart-help-strip small {
  display: block;
  overflow-wrap: anywhere;
}

.cart-help-strip strong {
  color: var(--navy);
  font-size: 11px;
}

.cart-help-strip a,
.cart-help-strip small {
  margin-top: 4px;
  color: var(--muted);
  font-size: 9px;
}

.cart-help-strip a {
  color: var(--red);
  font-weight: 800;
}

.cart-page-footer {
  display: grid;
  grid-template-columns: minmax(250px, 1fr) auto auto;
  gap: 30px;
  align-items: center;
  padding: 28px max(20px, calc((100% - 1280px) / 2));
  border-top: 1px solid var(--line);
  background: #fff;
  color: var(--muted);
  font-size: 9px;
}

.cart-page-footer > div:first-child {
  display: flex;
  align-items: center;
  gap: 16px;
}

.cart-page-footer img {
  width: 132px;
}

.cart-page-footer p {
  margin: 0;
}

.cart-page-footer > div:nth-child(2) {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.cart-page-footer a:hover {
  color: var(--red);
}

@media (max-width: 1040px) {
  .cart-page-layout {
    grid-template-columns: minmax(0, 1fr) 370px;
  }

  .cart-page-item {
    grid-template-columns: 126px minmax(0, 1fr);
  }

  .cart-item-image {
    width: 126px;
    height: 116px;
  }

  .cart-item-controls {
    grid-column: 2;
    grid-template-columns: auto auto;
    align-items: end;
    justify-content: start;
  }
}

@media (max-width: 860px) {
  .cart-page-layout {
    grid-template-columns: 1fr;
  }

  .cart-request-panel {
    position: static;
  }

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

  .cart-help-strip > div:nth-child(2) {
    border-right: 0;
  }

  .cart-help-strip > div:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line);
  }

  .cart-page-footer {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  .cart-header-inner,
  .cart-page-main {
    width: calc(100% - 28px);
  }

  .cart-header-inner {
    min-height: 72px;
  }

  .cart-brand img {
    width: 137px;
  }

  .cart-header-actions > a {
    width: 40px;
    min-height: 40px;
    justify-content: center;
    padding: 0;
  }

  .cart-header-actions > a span {
    display: none;
  }

  .cart-header-count {
    min-height: 40px;
    padding: 0 10px;
  }

  .cart-page-main {
    padding-top: 20px;
  }

  .cart-page-intro {
    display: grid;
    padding-top: 24px;
  }

  .cart-page-intro h1 {
    font-size: 34px;
  }

  .cart-no-charge {
    justify-self: start;
  }

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

  .cart-steps li:nth-child(2) {
    border-right: 0;
  }

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

  .cart-page-item {
    grid-template-columns: 102px minmax(0, 1fr);
    gap: 13px;
    align-items: start;
    padding: 16px;
  }

  .cart-item-image {
    width: 102px;
    height: 102px;
    padding: 8px;
  }

  .cart-item-copy h3 {
    font-size: 14px;
  }

  .cart-item-controls {
    grid-column: 1 / -1;
    width: 100%;
    justify-content: space-between;
  }

  .cart-custom-request {
    display: grid;
    padding: 18px 16px;
  }

  .cart-request-panel {
    padding: 20px 16px;
  }

  .cart-request-form .form-split {
    grid-template-columns: 1fr;
  }

  .cart-help-strip {
    grid-template-columns: 1fr;
  }

  .cart-help-strip > div,
  .cart-help-strip > div:nth-child(2) {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .cart-help-strip > div:last-child {
    border-bottom: 0;
  }

  .cart-page-footer {
    padding-right: 20px;
    padding-left: 20px;
  }

  .cart-page-footer > div:first-child {
    display: grid;
  }
}
