:root {
  --charcoal: #333333;
  --charcoal-dark: #202020;
  --orange: #e06b19;
  --orange-dark: #a94708;
  --blue: #2e638d;
  --blue-pale: #eaf2f8;
  --page: #dce4e9;
  --paper: #ffffff;
  --light: #f4f4f4;
  --line: #b7b7b7;
  --ink: #272727;
  --muted: #666666;
  --max: 980px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--page); font: 13px/1.55 Verdana, Arial, sans-serif; letter-spacing: 0; }
img { display: block; max-width: 100%; }
a { color: #145789; }
a:hover { color: var(--orange-dark); }
button, input, select, textarea { font: inherit; letter-spacing: 0; }
:focus-visible { outline: 2px solid #ef9418; outline-offset: 2px; }
.skip-link { position: fixed; top: 7px; left: 7px; z-index: 100; padding: 7px 10px; color: #fff; background: #000; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

.site-wrap { width: min(var(--max), calc(100% - 20px)); margin: 10px auto 24px; background: var(--paper); border: 1px solid #9ba4aa; }
header { min-height: 112px; display: flex; align-items: center; justify-content: space-between; gap: 25px; padding: 20px; background: #fff; }
.logo { display: flex; align-items: center; gap: 12px; color: var(--charcoal-dark); text-decoration: none; }
.logo .phone-mark { width: 43px; height: 61px; object-fit: contain; }
.logo strong, .logo small { display: block; }
.logo strong { font-size: 22px; }
.logo small { margin-top: 3px; color: var(--orange-dark); font-size: 9px; font-weight: bold; }
.header-contact { display: grid; justify-items: end; line-height: 1.4; }
.header-contact strong { color: var(--muted); font-size: 11px; }
.header-contact a:first-of-type { color: var(--charcoal); font-size: 20px; font-weight: bold; text-decoration: none; }

nav { display: flex; min-height: 42px; padding-left: 10px; background: linear-gradient(#444, #282828); border-bottom: 4px solid var(--orange); }
nav a { display: flex; align-items: center; padding: 10px 15px; color: #fff; border-right: 1px solid #5e5e5e; text-decoration: none; font-weight: bold; }
nav a:hover { color: #fff; background: var(--orange-dark); }
.info-strip { display: flex; justify-content: center; gap: 0; color: #4e4e4e; background: #f0f0f0; border-bottom: 1px solid #ccc; text-align: center; }
.info-strip span { flex: 1; padding: 7px 12px; border-right: 1px solid #ccc; font-size: 11px; font-weight: bold; }
.info-strip span:last-child { border-right: 0; }

main { padding: 18px; }
.top-layout { display: grid; grid-template-columns: 205px 1fr; gap: 16px; }
aside { display: grid; align-content: start; gap: 14px; }
.side-panel { border: 1px solid #a6a6a6; }
.side-panel h2 { margin: 0; padding: 8px 10px; color: #fff; background: var(--charcoal); font-size: 13px; }
.side-panel ul { margin: 0; padding: 0; list-style: none; }
.side-panel li { border-bottom: 1px solid #d1d1d1; }
.side-panel li:last-child { border-bottom: 0; }
.side-panel li a { display: block; padding: 8px 10px; background: #f7f7f7; text-decoration: none; }
.side-panel li a:hover { background: #fff1e8; }
.service-panel { padding-bottom: 10px; background: var(--blue-pale); }
.service-panel h2 { margin-bottom: 9px; background: var(--blue); }
.service-panel p { margin: 6px 10px; }
.service-panel .small { font-size: 11px; }

.intro { display: grid; grid-template-columns: 1.15fr .85fr; min-height: 320px; background: #f5f5f5; border: 1px solid #aaa; }
.intro-copy { padding: 25px; }
.kicker { margin: 0 0 5px; color: var(--orange-dark); font-weight: bold; text-transform: uppercase; }
.intro h1 { margin: 0; color: var(--charcoal-dark); font: bold 34px/1.12 Arial, Helvetica, sans-serif; }
.intro-copy > p:not(.kicker) { margin: 14px 0; }
.availability { padding: 8px; background: #fff7d8; border: 1px solid #dbc46a; font-size: 11px; }
.intro img { width: 100%; height: 100%; object-fit: cover; border-left: 1px solid #aaa; }
.orange-button { display: inline-block; padding: 9px 13px; color: #fff; background: linear-gradient(#ee7d2d, #c9540c); border: 1px solid #9a3f06; text-decoration: none; font-weight: bold; }
.orange-button:hover { color: #fff; background: var(--charcoal); }

.catalog-section, .marketplace-section, .company-section, .support-section { margin-top: 27px; }
.title-bar { min-height: 37px; display: flex; align-items: center; justify-content: space-between; gap: 15px; padding: 7px 11px; color: #fff; background: var(--charcoal); border-left: 7px solid var(--orange); }
.title-bar h2 { margin: 0; font-size: 17px; }
.title-bar span { color: #ddd; font-size: 10px; }
.department-list { display: grid; grid-template-columns: 1fr 1fr; border-left: 1px solid #bbb; }
.department-list article { min-height: 150px; display: grid; grid-template-columns: 130px 1fr; gap: 13px; padding: 13px; border-right: 1px solid #bbb; border-bottom: 1px solid #bbb; background: #fff; }
.department-list img { width: 130px; height: 122px; object-fit: cover; border: 1px solid #aaa; }
.department-list h3 { margin: 0 0 7px; color: var(--orange-dark); font-size: 15px; }
.department-list p { margin: 0 0 10px; color: #555; font-size: 11px; }
.department-list a { font-size: 11px; font-weight: bold; }
.department-list .bulk-department { background: #fff8dd; }

.marketplace-section { display: grid; grid-template-columns: 1fr 1.1fr; gap: 22px; padding: 20px; color: #fff; background: var(--blue); border: 1px solid #1d4b70; }
.marketplace-section .kicker { color: #ffe3ca; }
.marketplace-section h2 { margin: 0; font-size: 24px; }
.marketplace-section p:last-child { margin-bottom: 0; color: #e8f1f7; }
.market-badges { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; align-content: center; }
.market-badge { min-height: 128px; display: grid; justify-items: center; align-content: center; gap: 7px; padding: 12px; color: var(--charcoal); background: #fff; border: 1px solid #173d5a; text-align: center; }
.market-badge > span { font-size: 11px; font-weight: bold; }
.market-badge img { width: auto; max-width: 112px; height: 38px; object-fit: contain; }
.market-badge small { color: var(--muted); font-size: 9px; }

.company-section { display: grid; grid-template-columns: 1.05fr .95fr; gap: 18px; }
.company-section > div > p { margin: 13px 4px; }
table { width: 100%; border-collapse: collapse; align-self: start; }
caption { padding: 7px 9px; color: #fff; background: var(--blue); text-align: left; font-weight: bold; }
th, td { padding: 8px; border: 1px solid #bbb; text-align: left; vertical-align: top; }
th { width: 80px; background: #efefef; }

.support-section { display: grid; grid-template-columns: .85fr 1.15fr; gap: 20px; padding: 20px; background: #f1f1f1; border: 1px solid #aaa; }
.support-intro h2 { margin: 0; color: var(--charcoal-dark); font-size: 26px; }
.support-intro > p { margin: 10px 0; }
.review-box { margin: 17px 0; padding: 11px; background: #fff9d8; border: 1px solid #cdb857; }
.review-box p { margin: 5px 0 0; font-size: 11px; }
.fallback { padding: 9px; background: #fff; border: 1px solid #bbb; font-size: 11px; }
fieldset { margin: 0; padding: 15px; border: 1px solid #999; background: #fff; }
legend { padding: 0 6px; color: var(--orange-dark); font-size: 15px; font-weight: bold; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.form-grid label { display: flex; flex-direction: column; gap: 4px; font-size: 11px; font-weight: bold; }
.form-grid .wide { grid-column: 1 / -1; }
input, select, textarea { width: 100%; padding: 7px; color: #222; background: #fff; border: 1px solid #777; border-radius: 0; }
textarea { resize: vertical; }
form button { margin-top: 12px; padding: 8px 13px; color: #fff; background: linear-gradient(#ee7d2d, #c9540c); border: 1px solid #913902; font-weight: bold; cursor: pointer; }
form button:hover { background: var(--charcoal); }
.form-note { margin: 8px 0 0; color: var(--muted); font-size: 10px; }
.form-status { min-height: 18px; margin: 5px 0 0; color: #31590c; font-weight: bold; }

footer { display: grid; grid-template-columns: 1.1fr 1fr .8fr; gap: 25px; padding: 20px; color: #ddd; background: var(--charcoal-dark); border-top: 5px solid var(--orange); font-size: 11px; }
footer a { color: #fff; }

@media (max-width: 760px) {
  .site-wrap { width: 100%; margin: 0; border-inline: 0; }
  header { min-height: auto; align-items: flex-start; flex-direction: column; gap: 13px; padding: 16px; }
  .logo strong { font-size: 18px; }
  .logo .phone-mark { width: 36px; height: 51px; }
  .header-contact { justify-items: start; }
  nav { flex-wrap: wrap; padding-left: 0; }
  nav a { flex: 1 1 33.333%; justify-content: center; min-height: 42px; padding: 8px; text-align: center; font-size: 11px; }
  .info-strip { flex-direction: column; }
  .info-strip span { border-right: 0; border-bottom: 1px solid #ccc; }
  main { padding: 11px; }
  .top-layout, .intro, .marketplace-section, .company-section, .support-section { grid-template-columns: 1fr; }
  aside { grid-template-columns: 1fr 1fr; }
  .intro-copy { padding: 19px; }
  .intro h1 { font-size: 28px; }
  .intro img { max-height: 225px; border-top: 1px solid #aaa; border-left: 0; }
  .title-bar { align-items: flex-start; flex-direction: column; gap: 1px; }
  .department-list { grid-template-columns: 1fr; }
  .department-list article { grid-template-columns: 105px 1fr; }
  .department-list img { width: 105px; height: 110px; }
  footer { grid-template-columns: 1fr; gap: 11px; }
}

@media (max-width: 460px) {
  aside { grid-template-columns: 1fr; }
  .department-list article { grid-template-columns: 1fr; }
  .department-list img { width: 100%; height: 150px; }
  .market-badges { grid-template-columns: 1fr; }
  .form-grid { grid-template-columns: 1fr; }
  .form-grid .wide { grid-column: 1; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}
