@import url("fonts.css");
:root {
  --brand: #cf202f;
  --black: #111114;
  --accent: #f23847;
  --ink: #202024;
  --muted: #74747d;
  --line: #e5e5e9;
  --paper: #f6f6f7;
  --white: #fff;
  --heading: "Manrope", sans-serif;
  --body: "DM Sans", sans-serif;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
  color: var(--ink);
  background: #fff;
  font: 15px/1.6 var(--body);
  -webkit-font-smoothing: antialiased;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
input,
select,
textarea {
  font: inherit;
}
button,
a,
input,
select,
textarea {
  -webkit-tap-highlight-color: transparent;
}
button {
  cursor: pointer;
}
button:disabled {
  opacity: 0.6;
  cursor: wait;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
svg {
  flex-shrink: 0;
}
h1,
h2,
h3,
h4,
p {
  margin-top: 0;
}
h1,
h2,
h3,
h4 {
  font-family: var(--heading);
  line-height: 1.22;
  letter-spacing: -0.04em;
}
h1 {
  font-size: 52px;
  font-weight: 700;
}
h2 {
  font-size: 35px;
  font-weight: 700;
}
h3 {
  font-size: 21px;
}
p {
  color: var(--muted);
}
a,
button {
  transition:
    background 0.18s,
    color 0.18s,
    transform 0.18s,
    box-shadow 0.18s;
}
a:hover {
  color: #6e5a5b;
}
a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
summary:focus-visible {
  outline: 3px solid #9c3d42;
  outline-offset: 4px;
}
.container {
  width: calc(100% - 96px);
  max-width: 1320px;
  margin-inline: auto;
}
.icon {
  width: 22px;
  height: 22px;
}
.eyebrow {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.8px;
  display: block;
  line-height: 1.7;
}
.button {
  min-height: 48px;
  display: inline-flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
  padding: 13px 23px;
  font-weight: 600;
  font-size: 16px;
  border: 1px solid transparent;
  border-radius: 5px;
  line-height: 1.4;
}
.button .icon {
  width: 18px;
  height: 18px;
}
.button-dark {
  background: var(--brand);
  color: #fff;
}
.button-dark:hover {
  background: #2a2a2c;
  color: #fff;
  transform: translateY(-1px);
}
.button-accent {
  background: var(--accent);
  color: var(--black);
}
.button-accent:hover {
  background: #ff888e;
  color: var(--black);
  transform: translateY(-2px);
}
.button-outline {
  border-color: #d2c8c9;
  background: transparent;
  color: var(--ink);
}
.button-outline:hover {
  background: var(--paper);
}
.full-width {
  width: 100%;
}
.text-link {
  display: inline-flex;
  gap: 14px;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
}
.text-link .icon {
  width: 18px;
}
.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: -100px;
  left: 20px;
  background: var(--accent);
  padding: 12px;
  z-index: 100;
}
.skip-link:focus {
  top: 10px;
}
.announcement {
  background: var(--brand);
  color: #e5e0e0;
  font-size: 12px;
  letter-spacing: 0.25px;
}
.announcement > .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 33px;
}
.announcement a {
  display: flex;
  gap: 10px;
  align-items: center;
  color: #e5e0e0;
}
.announcement .icon {
  width: 13px;
  height: 13px;
}
.live-dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--accent);
  margin-right: 9px;
  vertical-align: middle;
}
.site-header {
  background: white;
}
.header-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  height: 99px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  white-space: nowrap;
  font-family: var(--heading);
  font-size: 26px;
  font-weight: 800;
  letter-spacing: -1.3px;
  line-height: 1;
}
.brand-light {
  font-weight: 500;
  margin-left: 3px;
}
.brand small {
  font: 8px var(--body);
  font-weight: 600;
  letter-spacing: 4.7px;
  display: block;
  margin-top: 8px;
}
.brand-symbol {
  display: flex;
  align-items: flex-end;
  gap: 4px;
  height: 33px;
  padding-bottom: 3px;
  transform: skewY(-9deg);
}
.brand-symbol i {
  width: 7px;
  background: var(--brand);
  border-radius: 2px;
}
.brand-symbol i:nth-child(1) {
  height: 14px;
}
.brand-symbol i:nth-child(2) {
  height: 23px;
}
.brand-symbol i:nth-child(3) {
  height: 32px;
  background: #b64d52;
}
.search-form {
  display: flex;
  align-items: center;
  background: var(--paper);
  border: 1px solid #e8e3e4;
  border-radius: 5px;
  flex: 1;
  max-width: 530px;
}
.search-form input {
  border: 0;
  background: none;
  min-width: 0;
  width: 100%;
  padding: 13px 18px;
  outline-offset: 0;
  font-size: 15px;
}
.search-form button {
  border: 0;
  background: none;
  padding: 10px 16px;
  color: #6c6262;
  display: flex;
  align-items: center;
}
.search-form .icon {
  width: 18px;
  height: 18px;
}
.header-actions {
  display: flex;
  align-items: center;
  gap: 28px;
}
.sales-link {
  display: flex;
  gap: 10px;
  align-items: center;
}
.sales-link > .icon {
  width: 27px;
  height: 27px;
  color: var(--brand);
}
.sales-link span {
  font-size: 12px;
  color: var(--muted);
  line-height: 1.7;
  white-space: nowrap;
}
.sales-link strong {
  display: block;
  font-size: 15px;
  color: var(--ink);
  font-weight: 500;
}
.cart-link {
  position: relative;
  padding: 8px;
}
.cart-count {
  position: absolute;
  top: 0;
  right: 0;
  background: var(--brand);
  color: #fff;
  font: 9px var(--body);
  width: 16px;
  height: 16px;
  border-radius: 50%;
  display: grid;
  place-items: center;
}
.menu-toggle {
  display: none;
  border: 0;
  background: none;
  padding: 8px;
}
.main-nav {
  border-top: 1px solid #eeebeb;
  border-bottom: 1px solid var(--line);
}
.nav-inner {
  min-height: 54px;
  display: flex;
  align-items: center;
  gap: 32px;
  font-size: 15px;
  font-weight: 500;
}
.all-products {
  display: flex;
  align-items: center;
  gap: 10px;
  border-right: 1px solid var(--line);
  padding-right: 36px;
}
.all-products .icon {
  width: 16px;
  height: 16px;
}
.nav-links {
  display: flex;
  gap: 34px;
  align-items: center;
}
.nav-quote {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-left: auto;
}
.nav-quote .icon {
  width: 16px;
  height: 16px;
}
.hero {
  background: var(--black);
  color: white;
  overflow: hidden;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.02fr 1fr;
  min-height: 533px;
  gap: 20px;
}
.hero-copy {
  padding: 59px 0 36px;
  z-index: 2;
}
.hero-eyebrow {
  color: #ccc0c1;
  letter-spacing: 2.1px;
  font-size: 12px;
  display: flex;
  align-items: center;
  gap: 9px;
}
.little-line {
  height: 1px;
  width: 25px;
  background: var(--accent);
}
.hero h1 {
  font-size: 70px;
  line-height: 1.1;
  letter-spacing: -3.5px;
  margin: 22px 0 23px;
  font-weight: 600;
}
.hero h1 span {
  color: var(--accent);
}
.hero-copy > p {
  font-size: 16px;
  line-height: 1.9;
  color: #c9bebe;
  margin-bottom: 27px;
}
.hero-actions {
  display: flex;
  gap: 27px;
  align-items: center;
}
.hero-secondary {
  color: #eae5e5;
  font-size: 15px;
  display: inline-flex;
  gap: 13px;
  align-items: center;
}
.hero-secondary .icon {
  width: 15px;
}
.hero-secondary:hover {
  color: var(--accent);
}
.hero-brands {
  margin-top: 31px;
}
.hero-brands > span {
  color: #a59192;
  font-size: 12px;
  letter-spacing: 1.8px;
}
.hero-brands > div {
  display: flex;
  gap: 29px;
  align-items: center;
  margin-top: 9px;
}
.mikrotik-word {
  font-style: italic;
  font-weight: 600;
  letter-spacing: -1.5px;
  font-size: 29px;
}
.ubiquiti-word {
  font-family: var(--heading);
  font-size: 22px;
  font-weight: 500;
  letter-spacing: -0.8px;
}
.ubiquiti-word > span {
  font-size: 31px;
  font-weight: 800;
  margin-right: 5px;
}
.hero-visual {
  position: relative;
  min-width: 0;
  isolation: isolate;
}
.hero-visual:after {
  content: "";
  position: absolute;
  bottom: 64px;
  left: 12%;
  height: 24px;
  width: 80%;
  background: #0c0c0d;
  border-radius: 50%;
  filter: blur(18px);
  opacity: 0.6;
  z-index: -1;
}
.orbit {
  position: absolute;
  border: 1px solid #c6b9ba16;
  border-radius: 50%;
  left: 50%;
  top: 49%;
  transform: translate(-50%, -50%);
  z-index: -2;
}
.orbit-one {
  width: 360px;
  height: 360px;
}
.orbit-two {
  width: 510px;
  height: 510px;
}
.orbit-three {
  width: 670px;
  height: 670px;
}
.network-dot {
  width: 6px;
  height: 6px;
  background: #9b8586;
  border-radius: 50%;
  position: absolute;
}
.dot-one {
  top: 125px;
  right: 42px;
}
.dot-two {
  bottom: 78px;
  left: 20px;
  background: var(--accent);
}
.visual-topline {
  position: absolute;
  top: 40px;
  right: 0;
  color: #c4b8b8;
  font-size: 12px;
  letter-spacing: 1.5px;
}
.visual-topline .live-dot {
  width: 4px;
  height: 4px;
}
.hero-router {
  position: absolute;
  top: 51px;
  left: 5%;
  width: 92%;
  height: 373px;
  object-fit: contain;
  filter: drop-shadow(0 20px 20px #0b0b0c50);
  transform: rotate(-7deg);
}
.hero-product-tag {
  position: absolute;
  bottom: 61px;
  right: -2px;
  left: 15%;
  display: flex;
  align-items: center;
  gap: 13px;
  background: #faf3f3;
  border: 1px solid #fff;
  padding: 15px 17px;
  border-radius: 7px;
  color: var(--brand);
  box-shadow: 0 10px 30px #0c0c0d29;
}
.tag-icon {
  width: 38px;
  height: 38px;
  background: #eae6e6;
  display: grid;
  place-items: center;
  border-radius: 5px;
}
.hero-product-tag strong {
  display: block;
  font-size: 15px;
  font-weight: 600;
}
.hero-product-tag span:not(.tag-icon) {
  font-size: 12px;
  color: #827778;
}
.hero-product-tag > a {
  display: grid;
  place-items: center;
  margin-left: auto;
  background: var(--accent);
  width: 31px;
  height: 31px;
  border-radius: 50%;
}
.hero-product-tag > a .icon {
  width: 16px;
}
.floating-label {
  position: absolute;
  top: 144px;
  left: 0;
  display: flex;
  gap: 7px;
  align-items: center;
  border: 1px solid #5e4d4e;
  color: #dbd4d4;
  background: #262628e6;
  backdrop-filter: blur(8px);
  font-size: 12px;
  padding: 8px 13px;
  border-radius: 20px;
  transform: rotate(-6deg);
}
.floating-label .icon {
  width: 13px;
  height: 13px;
  color: var(--accent);
}
.visual-index {
  position: absolute;
  bottom: 29px;
  right: 0;
  font-size: 12px;
  color: #a48f90;
  letter-spacing: 1.6px;
}
.benefits {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding-block: 26px;
  border-bottom: 1px solid var(--line);
}
.benefits > div {
  display: flex;
  gap: 15px;
  align-items: center;
  padding-left: 26px;
  border-left: 1px solid var(--line);
}
.benefits > div:first-child {
  padding-left: 0;
  border-left: 0;
}
.benefits .icon {
  color: #5e4c4d;
  width: 26px;
  height: 26px;
}
.benefits strong {
  display: block;
  font-size: 14px;
  font-weight: 600;
}
.benefits small {
  font-size: 12px;
  color: var(--muted);
  display: block;
  margin-top: 3px;
}
.section {
  padding-top: 58px;
  padding-bottom: 10px;
}
.section-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 27px;
}
.section-heading .eyebrow {
  color: #816c6d;
  font-size: 12px;
  letter-spacing: 1.7px;
  margin-bottom: 8px;
}
.section-heading h2 {
  font-size: 32px;
  margin: 0;
}
.section-heading > .text-link {
  margin-bottom: 3px;
  font-size: 14px;
}
.category-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.category-card {
  background: var(--paper);
  border: 1px solid #eae5e5;
  border-radius: 7px;
  padding: 18px 22px 21px;
  position: relative;
  overflow: hidden;
}
.category-card:hover {
  border-color: #ae9c9d;
  transform: translateY(-3px);
  color: var(--ink);
}
.category-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.category-top > .icon {
  width: 17px;
  color: #817273;
}
.category-icon {
  color: var(--brand);
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
}
.category-icon .icon {
  width: 23px;
  height: 23px;
}
.category-card > img {
  height: 91px;
  width: 100%;
  object-fit: contain;
  margin: 1px 0 16px;
  mix-blend-mode: multiply;
  transition: transform 0.25s;
}
.category-card:hover > img {
  transform: scale(1.05);
}
.category-card:nth-child(3) > img {
  height: 98px;
  margin-bottom: 9px;
}
.category-card h3 {
  font-size: 18px;
  margin-bottom: 6px;
  letter-spacing: -0.5px;
}
.category-card p {
  font-size: 12px;
  margin: 0;
}
.featured-section {
  padding-top: 51px;
  padding-bottom: 0;
}
.product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}
.product-card {
  border: 1px solid var(--line);
  border-radius: 7px;
  overflow: hidden;
  background: white;
  min-width: 0;
  transition:
    border-color 0.2s,
    box-shadow 0.2s;
}
.product-card:hover {
  border-color: #beafb0;
  box-shadow: 0 7px 20px #1b1b1d09;
}
.product-image {
  height: 208px;
  position: relative;
  display: block;
  background: #f7f5f5;
  overflow: hidden;
}
.product-image img {
  width: 100%;
  height: 100%;
  padding: 33px 24px 15px;
  object-fit: contain;
  mix-blend-mode: multiply;
  transition: transform 0.3s;
}
.product-card:hover .product-image img {
  transform: scale(1.05);
}
.product-label {
  position: absolute;
  left: 14px;
  top: 14px;
  z-index: 1;
  background: #fff9;
  color: #715f60;
  font-size: 12px;
  letter-spacing: 0.2px;
  padding: 3px 8px;
  border: 1px solid #e2dbdc;
  border-radius: 3px;
}
.product-body {
  padding: 18px;
}
.product-brand {
  font-size: 12px;
  letter-spacing: 1.2px;
  color: #847677;
  margin-bottom: 6px;
}
.product-body h3 {
  font-size: 18px;
  margin-bottom: 7px;
  letter-spacing: -0.6px;
  min-height: 20px;
}
.product-specs {
  font-size: 12px;
  line-height: 1.7;
  margin-bottom: 15px;
  min-height: 17px;
}
.product-availability {
  font-size: 12px;
  display: flex;
  align-items: center;
  gap: 6px;
  color: #806f70;
}
.status-dot {
  width: 5px;
  height: 5px;
  background: #a89596;
  border-radius: 50%;
  display: inline-block;
}
.status-dot.in-stock {
  background: #7b6465;
}
.product-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #eeeaea;
  padding-top: 12px;
  margin-top: 15px;
  gap: 5px;
}
.product-price {
  font-weight: 700;
  font-size: 19px;
  color: var(--brand);
  letter-spacing: -0.5px;
}
.quote-price {
  font-size: 15px;
  letter-spacing: 0;
  font-weight: 600;
}
.add-button {
  width: 31px;
  height: 31px;
  display: grid;
  place-items: center;
  border: 1px solid #dfd8d8;
  border-radius: 4px;
  background: #f4f1f1;
  color: var(--brand);
}
.add-button:hover {
  background: var(--accent);
}
.add-button .icon {
  width: 17px;
  height: 17px;
}
.brand-panels {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  padding-top: 48px;
}
.brand-panel {
  min-height: 305px;
  border-radius: 7px;
  position: relative;
  overflow: hidden;
  padding: 28px 30px;
}
.brand-panel > div {
  position: relative;
  z-index: 1;
}
.mikrotik-panel {
  background: #ebe7e7;
}
.ubiquiti-panel {
  background: #edf2f3;
}
.brand-panel .eyebrow {
  font-size: 12px;
  letter-spacing: 1.5px;
}
.panel-brand {
  display: block;
  margin: 14px 0 13px;
  font-size: 28px;
}
.panel-brand.ubiquiti-word > span {
  font-size: 21px;
}
.brand-panel h2 {
  font-size: 29px;
  margin-bottom: 12px;
}
.brand-panel p {
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 20px;
}
.brand-panel .text-link {
  font-size: 14px;
}
.brand-panel > img {
  position: absolute;
  width: 51%;
  height: 175px;
  right: -10px;
  top: 115px;
  object-fit: contain;
  mix-blend-mode: multiply;
  transform: rotate(-12deg);
  transition: transform 0.3s;
}
.brand-panel:hover > img {
  transform: rotate(-8deg) scale(1.05);
}
.ubiquiti-panel > img {
  height: 208px;
  width: 43%;
  right: -8px;
  top: 80px;
  transform: rotate(-19deg);
}
.project-section {
  margin-top: 52px;
  margin-bottom: 63px;
  padding: 37px 40px;
  background: var(--accent);
  border-radius: 7px;
  display: flex;
  align-items: center;
  gap: 38px;
}
.project-art {
  width: 130px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  flex-shrink: 0;
  transform: rotate(-12deg);
}
.project-art .icon {
  width: 40px;
  height: 40px;
  stroke-width: 1.1;
}
.project-line {
  height: 18px;
  border-left: 1px dashed #725d5e;
}
.project-section .eyebrow {
  font-size: 12px;
  letter-spacing: 1.4px;
}
.project-section h2 {
  font-size: 33px;
  margin-top: 8px;
  margin-bottom: 12px;
}
.project-section p {
  font-size: 14px;
  line-height: 1.8;
  color: #604f50;
  margin: 0;
}
.project-section > .button {
  margin-left: auto;
  white-space: nowrap;
}
.site-footer {
  background: #f5f2f2;
  border-top: 1px solid var(--line);
  padding-top: 49px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.65fr 1fr 1.2fr 1.2fr;
  gap: 35px;
  padding-bottom: 39px;
}
.footer-grid .brand {
  font-size: 23px;
}
.footer-grid .brand small {
  font-size: 12px;
}
.footer-grid p {
  font-size: 14px;
  line-height: 1.9;
  margin-top: 22px;
}
.country {
  font-size: 12px;
  color: #776768;
}
.country > span {
  margin-right: 6px;
}
.footer-grid h3 {
  font-family: var(--body);
  font-size: 15px;
  letter-spacing: 0;
  margin: 4px 0 19px;
  font-weight: 600;
}
.footer-grid > div:not(.footer-about) > a {
  display: block;
  font-size: 14px;
  color: #806e6f;
  margin: 10px 0;
}
.footer-grid > div > a:hover {
  color: var(--brand);
}
.footer-cta p {
  margin-top: 0;
  margin-bottom: 17px;
}
.footer-grid > div > a.footer-contact {
  display: flex;
  color: var(--brand);
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #d0c6c6;
  padding-bottom: 9px;
  font-weight: 600;
}
.footer-contact .icon {
  width: 16px;
}
.footer-bottom {
  border-top: 1px solid #e1dada;
  display: flex;
  gap: 20px;
  justify-content: space-between;
  padding-block: 19px;
  font-size: 12px;
  color: #907f80;
}
.footer-bottom > a {
  margin-left: auto;
}
.page-content {
  padding-top: 28px;
  padding-bottom: 72px;
  min-height: 55vh;
}
.breadcrumb {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 14px;
  color: #907e7f;
  margin-bottom: 35px;
  flex-wrap: wrap;
}
.breadcrumb .icon {
  width: 11px;
  height: 11px;
}
.page-heading {
  margin-bottom: 38px;
}
.page-heading h1 {
  margin: 10px 0 14px;
  font-size: 46px;
}
.page-heading p {
  font-size: 17px;
  margin: 0;
}
.page-heading .eyebrow,
.contact-intro > .eyebrow,
.about-hero > .eyebrow {
  color: #81696a;
}
.catalog-layout {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 34px;
}
.filters h2 {
  font: 600 15px var(--heading);
  letter-spacing: -0.4px;
  margin: 0 0 25px;
}
.filters form {
  padding: 23px 20px;
  border: 1px solid var(--line);
  border-radius: 6px;
}
.filters label {
  font-size: 14px;
  margin-bottom: 7px;
}
.filters input,
.filters select {
  font-size: 14px;
  padding: 10px;
  margin-bottom: 17px;
}
.filters .button {
  width: 100%;
  font-size: 14px;
  gap: 10px;
  min-height: 41px;
  padding: 10px 12px;
  margin-top: 3px;
}
.reset-link {
  display: block;
  text-align: center;
  font-size: 12px;
  color: #796566;
  margin-top: 15px;
  text-decoration: underline;
}
.help-box {
  background: #f0eded;
  margin-top: 20px;
  border-radius: 5px;
  padding: 21px;
}
.help-box > .icon {
  width: 27px;
  height: 27px;
  margin-bottom: 16px;
}
.help-box h3 {
  font-size: 17px;
}
.help-box p {
  font-size: 15px;
}
.help-box a {
  font-size: 14px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 10px;
}
.help-box a .icon {
  width: 15px;
}
.catalog-toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 19px;
  font-size: 14px;
  color: #827172;
  padding: 0 0 15px;
  border-bottom: 1px solid var(--line);
}
.catalog-toolbar strong {
  color: var(--ink);
}
.catalog-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.catalog-grid .product-image {
  height: 192px;
}
.empty-state {
  text-align: center;
  padding: 65px 20px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 8px;
}
.empty-state > .icon {
  width: 44px;
  height: 44px;
  color: #978081;
  margin: 0 auto 20px;
}
.empty-state h2 {
  font-size: 30px;
  margin: 0 0 14px;
}
.empty-state p {
  font-size: 17px;
  margin-bottom: 25px;
}
.product-detail {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 65px;
  align-items: start;
  margin: 15px 0 50px;
}
.detail-image {
  position: relative;
  min-height: 460px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.detail-image > img {
  width: 100%;
  height: 390px;
  object-fit: contain;
  mix-blend-mode: multiply;
}
.detail-image > small {
  font-size: 12px;
  color: var(--muted);
  text-align: center;
}
.detail-copy {
  padding-top: 15px;
}
.detail-copy > .eyebrow {
  color: #816a6b;
}
.detail-copy h1 {
  font-size: 40px;
  margin: 10px 0;
}
.sku {
  font-size: 12px;
  letter-spacing: 1px;
  color: #948687;
}
.detail-copy h2 {
  font-size: 21px;
  margin-top: 25px;
  letter-spacing: -0.5px;
}
.detail-copy > p:not(.sku):not(.small-note) {
  font-size: 16px;
  line-height: 1.9;
}
.spec-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: 22px 0;
}
.spec-tags span {
  font-size: 12px;
  padding: 5px 10px;
  background: #f3f0f0;
  border: 1px solid #e2dcdc;
  border-radius: 4px;
  color: #695657;
}
.detail-price {
  font-size: 30px;
  font-weight: 600;
  color: var(--brand);
  border-top: 1px solid var(--line);
  padding-top: 20px;
  margin-top: 22px;
}
.detail-price small {
  display: block;
  color: #897677;
  font-size: 12px;
  font-weight: 400;
  margin-top: 6px;
}
.detail-add {
  display: flex;
  align-items: flex-end;
  gap: 13px;
  margin-top: 23px;
}
.detail-add label {
  font-size: 12px;
  width: 75px;
  margin: 0;
}
.detail-add input {
  margin: 5px 0 0;
  height: 48px;
  text-align: center;
  padding: 10px;
}
.detail-add .button {
  flex: 1;
}
.small-note {
  font-size: 12px !important;
  color: #907879;
  margin: 12px 0 18px;
}
.detail-help {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  display: flex;
  align-items: center;
  padding: 29px 0;
  gap: 23px;
}
.detail-help > .icon {
  width: 35px;
  height: 35px;
  color: #8b7173;
}
.detail-help h3 {
  font-size: 19px;
  margin-bottom: 7px;
}
.detail-help p {
  font-size: 15px;
  margin: 0;
}
.detail-help > .button {
  margin-left: auto;
  white-space: nowrap;
}
.cart-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 35px;
}
.cart-items {
  border-top: 1px solid var(--line);
}
.cart-item {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 24px 0;
  border-bottom: 1px solid var(--line);
}
.cart-item > a {
  width: 100px;
  height: 100px;
  flex-shrink: 0;
  background: var(--paper);
  border-radius: 5px;
}
.cart-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  mix-blend-mode: multiply;
  padding: 10px;
}
.cart-item h2 {
  font-size: 19px;
  margin: 6px 0;
}
.cart-item .eyebrow {
  font-size: 12px;
  color: #8e7677;
}
.cart-item p {
  font-size: 12px;
  margin: 0 0 6px;
}
.cart-item strong {
  font-size: 15px;
  font-weight: 600;
}
.quantity-label {
  width: 63px;
  margin: 0 0 0 auto !important;
  flex-shrink: 0;
  font-size: 12px !important;
}
.quantity-label input {
  margin: 4px 0 0;
  padding: 10px;
  width: 100%;
}
.remove-button {
  padding: 6px;
  background: none;
  border: 0;
  color: #948889;
}
.remove-button .icon {
  width: 16px;
}
.cart-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  margin-top: 25px;
}
.summary {
  background: var(--paper);
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 6px;
  align-self: start;
}
.summary h2 {
  font-size: 23px;
  margin-bottom: 25px;
}
.summary-line {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  font-size: 15px;
  border-bottom: 1px solid #e1dada;
  padding: 12px 0;
}
.summary-line strong {
  font-weight: 600;
}
.summary > p {
  font-size: 14px;
  line-height: 1.9;
  margin: 19px 0;
}
.summary .button {
  width: 100%;
  font-size: 15px;
  padding-inline: 15px;
  gap: 10px;
}
.secure-note {
  display: flex;
  justify-content: center;
  gap: 7px;
  align-items: center;
  font-size: 12px;
  color: #937b7c;
  margin-top: 16px;
}
.secure-note .icon {
  width: 14px;
  height: 14px;
}
label {
  display: block;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 17px;
}
label > span:not(.checkbox-label span) {
  color: var(--brand);
}
label small {
  font-weight: 400;
  color: var(--muted);
  font-size: 12px;
}
input:not([type="checkbox"]):not([type="hidden"]),
select,
textarea {
  display: block;
  width: 100%;
  border: 1px solid #e0d9d9;
  background: #fff;
  border-radius: 4px;
  color: var(--ink);
  padding: 12px 13px;
  margin-top: 7px;
  font-size: 15px;
  min-width: 0;
}
textarea {
  resize: vertical;
  min-height: 115px;
}
input::placeholder,
textarea::placeholder {
  color: #a08e8f;
  font-size: 14px;
}
input[type="checkbox"] {
  accent-color: var(--brand);
  width: 16px;
  height: 16px;
  margin: 3px 0;
  flex-shrink: 0;
}
.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 17px;
}
.checkbox-label {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7;
  margin: 8px 0 23px;
}
.checkbox-label a {
  text-decoration: underline;
  color: var(--brand);
}
.honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.contact-layout {
  display: grid;
  grid-template-columns: 1fr 1.08fr;
  gap: 90px;
  margin-top: 45px;
}
.contact-intro {
  padding-top: 17px;
}
.contact-intro h1 {
  font-size: 53px;
  line-height: 1.15;
  margin: 20px 0 23px;
  letter-spacing: -2.5px;
}
.contact-intro em {
  font-style: normal;
  color: #7f6869;
}
.contact-intro > p {
  font-size: 16px;
  line-height: 1.9;
  max-width: 380px;
}
.contact-reasons {
  margin-top: 32px;
  display: grid;
  gap: 24px;
}
.contact-reasons > div {
  display: flex;
  align-items: center;
  gap: 16px;
}
.contact-reasons .icon {
  width: 24px;
  height: 24px;
  color: #7c6566;
}
.contact-reasons span {
  color: #947f80;
  font-size: 14px;
}
.contact-reasons strong {
  display: block;
  color: var(--ink);
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 3px;
}
.contact-note {
  font-size: 12px;
  color: #8b7475;
  border-top: 1px solid var(--line);
  padding-top: 24px;
  margin-top: 33px;
}
.contact-note .live-dot {
  background: #92797b;
}
.contact-form-panel {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 32px;
  background: #faf8f8;
}
.contact-form-panel h2 {
  font-size: 28px;
  margin-bottom: 10px;
}
.contact-form-panel > p {
  font-size: 15px;
  margin-bottom: 25px;
}
.contact-form-panel .small-note {
  text-align: center;
  margin-bottom: 0;
}
.request-items {
  background: #ede9e9;
  border: 1px solid #dfd7d8;
  border-radius: 5px;
  padding: 15px 18px;
  margin: 0 0 24px;
  font-size: 14px;
}
.request-items > strong {
  display: block;
  margin-bottom: 10px;
  font-weight: 600;
}
.request-items > strong > a {
  float: right;
  font-size: 12px;
  text-decoration: underline;
  font-weight: 400;
}
.request-items > span {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  padding: 6px 0;
  border-top: 1px solid #ddd5d6;
  color: #6a5758;
}
.request-items b {
  font-weight: 500;
}
.error-box {
  padding: 15px 18px;
  border: 1px solid #e5c3b0;
  color: #873d23;
  border-radius: 5px;
  background: #fff6ef;
  font-size: 15px;
  margin-bottom: 20px;
}
.error-box ul {
  padding-left: 18px;
  margin: 7px 0 0;
}
.flash {
  display: flex;
  align-items: center;
  gap: 12px;
  background: #f6e7e8;
  border: 1px solid #e4bcbe;
  padding: 14px 18px;
  margin: 16px 0;
  color: #4b3d3e;
  font-size: 15px;
  border-radius: 5px;
}
.flash > .icon {
  width: 18px;
}
.flash > a {
  margin-left: auto;
  font-weight: 600;
  text-decoration: underline;
  white-space: nowrap;
}
.flash button {
  background: none;
  border: 0;
  display: flex;
  color: #8d7375;
  padding: 4px;
}
.flash button .icon {
  width: 17px;
}
.success-state {
  max-width: 600px;
  margin: 50px auto;
  text-align: center;
}
.success-icon {
  display: grid;
  place-items: center;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #f5d9da;
  margin: 0 auto 30px;
}
.success-icon .icon {
  color: #7e3236;
  width: 32px;
  height: 32px;
}
.success-state h1 {
  font-size: 42px;
  margin: 15px 0 20px;
}
.success-state p {
  font-size: 17px;
  line-height: 1.9;
}
.reference-box {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 21px;
  margin: 28px auto;
  width: fit-content;
  min-width: 300px;
}
.reference-box span {
  display: block;
  font-size: 12px;
  color: #8e7576;
}
.reference-box strong {
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 1px;
}
.success-state .button {
  margin-top: 10px;
}
.about-hero {
  background: var(--paper);
  padding: 55px;
  border-radius: 8px;
}
.about-hero h1 {
  font-size: 47px;
  margin: 20px 0;
  line-height: 1.25;
}
.about-hero p {
  max-width: 650px;
  font-size: 17px;
  line-height: 1.9;
  margin: 0;
}
.about-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 45px;
  margin: 55px 0;
}
.about-grid .icon {
  width: 35px;
  height: 35px;
  color: #876e6f;
  margin-bottom: 20px;
}
.about-grid h2 {
  font-size: 25px;
}
.about-grid p {
  font-size: 16px;
  line-height: 1.9;
}
.prose {
  max-width: 800px;
  padding-block: 65px 90px;
}
.prose h1 {
  margin: 12px 0 30px;
  font-size: 48px;
}
.prose h2 {
  font-size: 25px;
  margin: 30px 0 15px;
}
.prose p {
  font-size: 17px;
  line-height: 1.9;
}
.prose .button {
  margin-top: 18px;
}
.login-panel {
  max-width: 440px;
  margin: 30px auto;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 35px;
}
.login-panel h1 {
  font-size: 36px;
  margin: 10px 0 17px;
}
.login-panel p {
  font-size: 15px;
  margin-bottom: 28px;
}
.login-panel > .eyebrow {
  color: #876f70;
}
.admin-page h1 {
  font-size: 37px;
  margin: 10px 0 0;
}
.admin-tabs {
  display: flex;
  gap: 25px;
  border-bottom: 1px solid var(--line);
  margin: 30px 0;
}
.admin-tabs > a {
  font-size: 16px;
  padding-bottom: 13px;
}
.admin-tabs .selected {
  border-bottom: 2px solid var(--brand);
  font-weight: 600;
  color: var(--brand);
}
.admin-page h2 {
  font-size: 28px;
}
.table-scroll {
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: 5px;
}
table {
  border-collapse: collapse;
  width: 100%;
  text-align: left;
  font-size: 15px;
  white-space: nowrap;
}
td,
th {
  padding: 17px 19px;
  border-bottom: 1px solid var(--line);
}
th {
  background: var(--paper);
  font-size: 12px;
  font-weight: 600;
  color: #766162;
}
td strong {
  font-weight: 600;
}
td small {
  display: block;
  color: #9b8788;
  margin-top: 4px;
  font-size: 12px;
}
tr:last-child td {
  border-bottom: 0;
}
.table-scroll .text-link {
  font-size: 14px;
}
.upload-panel {
  margin-top: 30px;
  border: 1px solid var(--line);
  padding: 20px;
  border-radius: 5px;
  font-size: 16px;
}
.upload-panel summary {
  cursor: pointer;
  font-weight: 600;
}
.upload-panel form {
  max-width: 500px;
  margin-top: 20px;
}
.admin-editor {
  max-width: 850px;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fbfafa;
}
.admin-editor > .text-link {
  margin-left: 15px;
}
.count-pill {
  display: inline-block;
  background: #ece8e8;
  border-radius: 20px;
  padding: 3px 10px;
  font-size: 17px;
  vertical-align: middle;
  letter-spacing: 0;
}
.muted {
  font-size: 15px;
  margin: 12px 0 0;
}
.request-card {
  border: 1px solid var(--line);
  border-radius: 5px;
  margin-bottom: 15px;
}
.request-card summary {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 24px;
  gap: 15px;
  background: #faf8f8;
}
.request-card summary strong {
  font-size: 17px;
}
.request-card summary small {
  display: block;
  font-size: 12px;
  color: #937c7d;
  margin-top: 5px;
}
.badge {
  font-size: 12px;
  background: #e9e5e5;
  color: #6a5657;
  padding: 5px 10px;
  border-radius: 15px;
}
.request-body {
  padding: 24px;
}
.request-contact {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 24px;
  font-size: 15px;
  color: #7c6667;
}
.preserve-lines {
  white-space: pre-wrap;
  overflow-wrap: anywhere;
  font-size: 16px;
  padding: 18px 0;
}
.status-form {
  display: flex;
  align-items: flex-end;
  gap: 15px;
  margin-top: 24px;
}
.status-form label {
  margin: 0;
  min-width: 180px;
}
.status-form .button {
  min-height: 43px;
}
.search-form input:not([type="hidden"]) {
  border: 0;
  background: none;
  margin: 0;
  padding: 13px 18px;
  font-size: 15px;
}
.search-form input::placeholder {
  font-size: 15px;
}
@media (min-width: 1500px) {
  .hero-grid {
    min-height: 570px;
  }
  .hero h1 {
    font-size: 80px;
  }
  .hero-router {
    height: 405px;
    top: 50px;
  }
  .hero-copy {
    padding-top: 65px;
  }
  .hero-product-tag {
    bottom: 66px;
  }
  .product-image {
    height: 235px;
  }
}
@media (max-width: 1150px) {
  .container {
    width: calc(100% - 64px);
  }
  .header-main {
    gap: 25px;
  }
  .sales-link {
    display: none;
  }
  .nav-links {
    gap: 24px;
  }
  .nav-inner {
    gap: 24px;
  }
  .all-products {
    padding-right: 24px;
  }
  .hero h1 {
    font-size: 63px;
  }
  .hero-grid {
    min-height: 510px;
  }
  .hero-copy {
    padding-top: 53px;
  }
  .hero-visual .floating-label {
    left: 0;
    top: 138px;
    font-size: 12px;
  }
  .hero-router {
    height: 320px;
    top: 68px;
    width: 100%;
    left: 0;
  }
  .hero-product-tag {
    left: 8%;
    bottom: 65px;
  }
  .hero-product-tag strong {
    font-size: 12px;
  }
  .hero-product-tag span:not(.tag-icon) {
    font-size: 12px;
  }
  .benefits > div {
    padding-left: 16px;
    gap: 10px;
  }
  .benefits strong {
    font-size: 12px;
  }
  .benefits small {
    font-size: 12px;
  }
  .benefits .icon {
    width: 22px;
  }
  .product-body {
    padding: 15px;
  }
  .product-body h3 {
    font-size: 17px;
  }
  .product-specs {
    font-size: 12px;
    min-height: 30px;
  }
  .product-image {
    height: 184px;
  }
  .category-card {
    padding-inline: 17px;
  }
  .category-card h3 {
    font-size: 17px;
  }
  .category-card p {
    font-size: 12px;
  }
  .footer-grid {
    gap: 24px;
    grid-template-columns: 1.5fr 1fr 1.15fr 1.1fr;
  }
  .footer-grid .brand {
    font-size: 19px;
  }
  .footer-grid .brand-symbol {
    transform: scale(0.8);
  }
  .contact-layout {
    gap: 45px;
  }
  .contact-intro h1 {
    font-size: 46px;
  }
  .catalog-layout {
    grid-template-columns: 200px minmax(0, 1fr);
    gap: 24px;
  }
  .catalog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .product-detail {
    gap: 35px;
  }
  .detail-copy h1 {
    font-size: 35px;
  }
  .cart-layout {
    grid-template-columns: minmax(0, 1fr) 285px;
    gap: 25px;
  }
  .cart-item {
    gap: 13px;
  }
  .cart-item > a {
    width: 75px;
    height: 85px;
  }
  .cart-item h2 {
    font-size: 17px;
  }
  .cart-item .quantity-label {
    width: 55px;
  }
  .hero-copy > p {
    font-size: 15px;
  }
  .project-art {
    width: 100px;
  }
  .project-section {
    gap: 25px;
  }
}
@media (max-width: 850px) {
  .container {
    width: calc(100% - 40px);
  }
  .header-main {
    height: 88px;
    gap: 20px;
  }
  .brand {
    font-size: 23px;
  }
  .brand small {
    font-size: 12px;
    letter-spacing: 4px;
  }
  .nav-links {
    gap: 20px;
  }
  .nav-inner {
    gap: 18px;
    font-size: 14px;
  }
  .all-products {
    padding-right: 18px;
  }
  .nav-quote {
    font-size: 0;
    gap: 0;
  }
  .hero h1 {
    font-size: 52px;
    letter-spacing: -2.7px;
  }
  .hero-grid {
    gap: 10px;
    min-height: 472px;
    grid-template-columns: 1.05fr 1fr;
  }
  .hero-copy {
    padding-top: 48px;
  }
  .hero-eyebrow {
    font-size: 12px;
    letter-spacing: 1.4px;
  }
  .hero-copy > p {
    font-size: 14px;
    line-height: 1.8;
  }
  .hero-actions {
    gap: 15px;
  }
  .hero-actions .button {
    font-size: 14px;
    padding: 12px 16px;
    gap: 12px;
    min-height: 44px;
  }
  .hero-secondary {
    font-size: 12px;
    gap: 7px;
  }
  .hero-secondary .icon {
    width: 12px;
  }
  .hero-brands {
    margin-top: 26px;
  }
  .hero-router {
    top: 70px;
    height: 282px;
  }
  .visual-topline {
    font-size: 12px;
    letter-spacing: 1px;
    top: 34px;
  }
  .hero-product-tag {
    left: 2%;
    bottom: 66px;
    padding: 12px 10px;
    gap: 8px;
  }
  .tag-icon {
    width: 28px;
    height: 28px;
  }
  .tag-icon > .icon {
    width: 19px;
  }
  .hero-product-tag strong {
    font-size: 12px;
  }
  .hero-product-tag span:not(.tag-icon) {
    font-size: 12px;
  }
  .hero-product-tag > a {
    width: 26px;
    height: 26px;
  }
  .floating-label {
    display: none;
  }
  .hero-brands .mikrotik-word {
    font-size: 26px;
  }
  .hero-brands .ubiquiti-word {
    font-size: 20px;
  }
  .benefits {
    grid-template-columns: 1fr 1fr;
    gap: 22px 0;
    padding-block: 24px;
  }
  .benefits > div:nth-child(3) {
    border-left: 0;
    padding-left: 0;
  }
  .benefits > div:nth-child(even) {
    padding-left: 30px;
  }
  .benefits strong {
    font-size: 14px;
  }
  .benefits small {
    font-size: 12px;
  }
  .benefits .icon {
    width: 25px;
  }
  .category-grid,
  .product-grid {
    gap: 12px;
  }
  .category-card {
    padding: 13px 13px 17px;
  }
  .category-card img {
    height: 71px;
    margin-bottom: 14px;
  }
  .category-card:nth-child(3) > img {
    height: 78px;
  }
  .category-card h3 {
    font-size: 16px;
  }
  .category-card p {
    font-size: 12px;
  }
  .product-image {
    height: 155px;
  }
  .product-image img {
    padding: 32px 12px 10px;
  }
  .product-body {
    padding: 13px 11px;
  }
  .product-body h3 {
    font-size: 15px;
  }
  .product-availability {
    font-size: 12px;
  }
  .quote-price {
    font-size: 12px;
  }
  .product-bottom {
    padding-top: 10px;
    margin-top: 11px;
  }
  .add-button {
    width: 27px;
    height: 27px;
  }
  .product-specs {
    min-height: 30px;
    font-size: 12px;
  }
  .section-heading h2 {
    font-size: 29px;
  }
  .section-heading > .text-link {
    font-size: 12px;
  }
  .brand-panels {
    gap: 16px;
  }
  .brand-panel {
    padding: 24px 22px;
    min-height: 300px;
  }
  .brand-panel .eyebrow {
    font-size: 12px;
    letter-spacing: 1px;
  }
  .brand-panel h2 {
    font-size: 26px;
  }
  .brand-panel > img {
    width: 47%;
    right: -10px;
    top: 156px;
    height: 127px;
  }
  .ubiquiti-panel > img {
    width: 38%;
    right: -2px;
    top: 150px;
  }
  .brand-panel p {
    font-size: 12px;
  }
  .project-section {
    padding: 28px;
    gap: 23px;
  }
  .project-art {
    display: none;
  }
  .project-section h2 {
    font-size: 31px;
  }
  .project-section p {
    font-size: 12px;
  }
  .project-section > .button {
    font-size: 14px;
    gap: 10px;
    padding: 13px 16px;
  }
  .footer-grid {
    grid-template-columns: 1.4fr 1fr 1.2fr;
    gap: 25px;
  }
  .footer-cta {
    display: none;
  }
  .footer-bottom {
    flex-wrap: wrap;
    font-size: 12px;
    gap: 10px;
  }
  .footer-bottom > span:nth-child(2) {
    order: 3;
    width: 100%;
  }
  .contact-layout {
    gap: 28px;
    grid-template-columns: 1fr 1.1fr;
  }
  .contact-intro h1 {
    font-size: 37px;
    letter-spacing: -1.7px;
  }
  .contact-intro > p {
    font-size: 15px;
  }
  .contact-form-panel {
    padding: 24px;
  }
  .contact-form-panel h2 {
    font-size: 24px;
  }
  .form-grid {
    grid-template-columns: 1fr;
  }
  .contact-reasons span {
    font-size: 12px;
  }
  .contact-reasons strong {
    font-size: 14px;
  }
  .product-detail {
    gap: 26px;
  }
  .detail-image {
    padding: 20px;
    min-height: 365px;
  }
  .detail-image > img {
    height: 330px;
  }
  .detail-copy {
    padding-top: 0;
  }
  .detail-copy h1 {
    font-size: 32px;
  }
  .detail-copy h2 {
    font-size: 20px;
  }
  .detail-copy > p:not(.sku):not(.small-note) {
    font-size: 15px;
  }
  .detail-price {
    font-size: 26px;
  }
  .detail-add .button {
    padding-inline: 14px;
    font-size: 14px;
    gap: 8px;
  }
  .detail-help > .button {
    font-size: 14px;
    padding: 12px 16px;
  }
  .cart-layout {
    grid-template-columns: 1fr;
  }
  .summary {
    max-width: none;
  }
  .cart-item > a {
    width: 95px;
    height: 95px;
  }
  .cart-item h2 {
    font-size: 19px;
  }
  .cart-item .quantity-label {
    width: 70px;
  }
  .cart-layout .summary .button {
    max-width: 320px;
  }
  .secure-note {
    justify-content: flex-start;
  }
  .about-hero {
    padding: 40px;
  }
  .about-hero h1 {
    font-size: 39px;
  }
  .about-grid {
    gap: 25px;
  }
  .about-grid h2 {
    font-size: 23px;
  }
  .admin-editor .form-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 600px) {
  .container {
    width: calc(100% - 36px);
  }
  .announcement > .container {
    justify-content: center;
    min-height: 29px;
    font-size: 12px;
  }
  .announcement a {
    display: none;
  }
  .announcement .live-dot {
    width: 4px;
    height: 4px;
    margin-right: 6px;
  }
  .header-main {
    height: auto;
    min-height: 126px;
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    position: relative;
    padding-top: 16px;
    padding-bottom: 14px;
  }
  .brand {
    font-size: 23px;
    gap: 8px;
  }
  .brand-symbol {
    transform: scale(0.85) skewY(-9deg);
    transform-origin: left center;
    width: 27px;
  }
  .brand small {
    font-size: 12px;
    letter-spacing: 4.9px;
    margin-top: 7px;
  }
  .header-actions {
    margin-left: auto;
    gap: 12px;
  }
  .cart-link {
    padding: 7px;
  }
  .cart-link > .icon {
    width: 23px;
  }
  .menu-toggle {
    display: flex;
    padding: 6px;
  }
  .menu-toggle .icon {
    width: 21px;
  }
  .search-form {
    order: 3;
    flex-basis: 100%;
    max-width: none;
    margin-top: 17px;
    height: 37px;
  }
  .search-form input:not([type="hidden"]) {
    padding: 9px 13px;
    font-size: 14px;
  }
  .search-form input::placeholder {
    font-size: 12px;
  }
  .search-form button {
    padding: 8px 12px;
  }
  .search-form button .icon {
    width: 16px;
  }
  .main-nav {
    display: none;
  }
  .main-nav.is-open {
    display: block;
  }
  .nav-inner {
    display: block;
    padding-block: 12px;
  }
  .all-products {
    border: 0;
    padding: 10px 0;
    font-size: 16px;
  }
  .nav-links {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 0;
  }
  .nav-links a {
    padding: 10px 0;
    font-size: 16px;
    width: 100%;
  }
  .nav-quote {
    font-size: 16px;
    padding: 10px 0;
    gap: 12px;
  }
  .hero-grid {
    display: flex;
    flex-direction: column;
    gap: 0;
    min-height: 0;
  }
  .hero-copy {
    padding: 36px 0 0;
  }
  .hero-eyebrow {
    font-size: 12px;
    letter-spacing: 1.45px;
  }
  .hero h1 {
    font-size: 53px;
    margin: 19px 0 20px;
    letter-spacing: -2.9px;
  }
  .hero-copy > p {
    font-size: 15px;
    line-height: 1.85;
    margin-bottom: 23px;
  }
  .desktop-break {
    display: none;
  }
  .hero-actions {
    gap: 22px;
  }
  .hero-actions .button {
    font-size: 14px;
    min-height: 44px;
    padding: 13px 18px;
    gap: 14px;
  }
  .hero-secondary {
    font-size: 14px;
    gap: 9px;
  }
  .hero-brands {
    display: flex;
    align-items: center;
    gap: 21px;
    margin-top: 28px;
  }
  .hero-brands > span {
    font-size: 12px;
    letter-spacing: 1px;
    max-width: 78px;
  }
  .hero-brands > div {
    gap: 24px;
    margin: 0;
  }
  .hero-brands .mikrotik-word {
    font-size: 23px;
  }
  .hero-brands .ubiquiti-word {
    font-size: 19px;
  }
  .hero-brands .ubiquiti-word > span {
    font-size: 25px;
  }
  .hero-visual {
    height: 327px;
    width: 100%;
    margin-top: 8px;
  }
  .hero-router {
    height: 255px;
    width: 88%;
    top: 2px;
    left: 10%;
    transform: rotate(-8deg);
  }
  .orbit-one {
    width: 245px;
    height: 245px;
  }
  .orbit-two {
    width: 365px;
    height: 365px;
  }
  .orbit-three {
    width: 495px;
    height: 495px;
  }
  .visual-topline {
    top: 12px;
    right: 0;
    font-size: 12px;
    letter-spacing: 0.7px;
  }
  .hero-product-tag {
    bottom: 39px;
    right: 0;
    left: 9%;
    padding: 11px 13px;
    gap: 11px;
    max-width: 345px;
    margin-left: auto;
  }
  .hero-product-tag strong {
    font-size: 12px;
  }
  .hero-product-tag span:not(.tag-icon) {
    font-size: 12px;
  }
  .tag-icon {
    width: 32px;
    height: 32px;
  }
  .hero-product-tag > a {
    width: 28px;
    height: 28px;
  }
  .visual-index {
    bottom: 16px;
    font-size: 12px;
    letter-spacing: 1.2px;
  }
  .floating-label {
    display: flex;
    left: 0 !important;
    top: 79px !important;
    font-size: 12px !important;
    padding: 6px 10px;
  }
  .hero-visual:after {
    bottom: 57px;
    left: 20%;
    width: 75%;
  }
  .dot-one {
    top: 82px;
    right: 9px;
  }
  .dot-two {
    bottom: 60px;
    left: 13px;
    width: 4px;
    height: 4px;
  }
  .benefits {
    padding-block: 23px;
    gap: 23px 0;
  }
  .benefits > div {
    gap: 9px;
    padding-left: 0;
  }
  .benefits > div:nth-child(even) {
    padding-left: 13px;
  }
  .benefits .icon {
    width: 21px;
    height: 21px;
  }
  .benefits strong {
    font-size: 12px;
  }
  .benefits small {
    font-size: 12px;
    margin-top: 3px;
  }
  .section {
    padding-top: 36px;
    padding-bottom: 0;
  }
  .section-heading {
    gap: 16px;
    margin-bottom: 21px;
    align-items: flex-start;
  }
  .section-heading .eyebrow {
    font-size: 12px;
    letter-spacing: 1.3px;
    margin-bottom: 7px;
  }
  .section-heading h2 {
    font-size: 25px;
    letter-spacing: -1px;
  }
  .section-heading > .text-link {
    font-size: 12px;
    gap: 5px;
    max-width: 91px;
    line-height: 1.5;
    padding-top: 21px;
    flex-shrink: 0;
  }
  .section-heading > .text-link .icon {
    width: 15px;
  }
  .category-grid {
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }
  .category-card {
    padding: 14px 15px 17px;
  }
  .category-card > img {
    height: 86px;
    margin: 0 0 10px;
  }
  .category-card:nth-child(3) > img {
    height: 86px;
    margin-bottom: 10px;
  }
  .category-card h3 {
    font-size: 17px;
    margin-bottom: 5px;
  }
  .category-card p {
    font-size: 12px;
  }
  .category-icon .icon {
    width: 22px;
  }
  .category-top > .icon {
    width: 15px;
  }
  .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 13px 12px;
  }
  .product-image {
    height: 152px;
  }
  .product-label {
    font-size: 12px;
    padding: 2px 6px;
    left: 10px;
    top: 10px;
  }
  .product-body {
    padding: 13px 12px;
  }
  .product-body h3 {
    font-size: 16px;
    min-height: 32px;
    line-height: 1.35;
    letter-spacing: -0.3px;
  }
  .product-brand {
    font-size: 12px;
    letter-spacing: 0.8px;
  }
  .product-specs {
    font-size: 12px;
    min-height: 29px;
    margin-bottom: 11px;
  }
  .product-availability {
    font-size: 12px;
    gap: 4px;
    white-space: nowrap;
  }
  .status-dot {
    width: 4px;
    height: 4px;
  }
  .quote-price {
    font-size: 12px;
  }
  .product-bottom {
    gap: 3px;
  }
  .product-price:not(.quote-price) {
    font-size: 16px;
  }
  .add-button {
    width: 25px;
    height: 25px;
  }
  .add-button .icon {
    width: 15px;
  }
  .brand-panels {
    grid-template-columns: 1fr;
    gap: 16px;
    padding-top: 35px;
  }
  .brand-panel {
    min-height: 278px;
    padding: 26px;
  }
  .brand-panel .eyebrow {
    font-size: 12px;
    letter-spacing: 1.4px;
  }
  .brand-panel h2 {
    font-size: 29px;
  }
  .brand-panel p {
    font-size: 14px;
  }
  .panel-brand {
    font-size: 28px;
    margin: 12px 0;
  }
  .brand-panel > img {
    width: 49%;
    right: -3px;
    top: 115px;
    height: 150px;
  }
  .ubiquiti-panel > img {
    width: 44%;
    right: -4px;
    top: 111px;
    height: 157px;
  }
  .project-section {
    display: block;
    padding: 27px;
    margin-top: 35px;
    margin-bottom: 38px;
  }
  .project-section .eyebrow {
    font-size: 12px;
    letter-spacing: 1.1px;
  }
  .project-section h2 {
    font-size: 31px;
    margin-top: 12px;
  }
  .project-section p {
    font-size: 14px;
  }
  .project-section p br {
    display: none;
  }
  .project-section > .button {
    margin-top: 23px;
    padding: 13px 18px;
    font-size: 14px;
    gap: 20px;
  }
  .site-footer {
    padding-top: 32px;
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 28px 18px;
    padding-bottom: 26px;
  }
  .footer-about {
    grid-column: 1/-1;
  }
  .footer-grid .brand {
    font-size: 24px;
  }
  .footer-grid .brand small {
    font-size: 12px;
  }
  .footer-grid p {
    margin: 18px 0 12px;
    font-size: 14px;
  }
  .footer-grid h3 {
    font-size: 14px;
    margin-bottom: 16px;
  }
  .footer-grid > div:not(.footer-about) > a {
    font-size: 12px;
    margin: 9px 0;
  }
  .country {
    font-size: 12px;
  }
  .footer-bottom {
    font-size: 12px;
    padding-block: 15px;
    gap: 10px;
  }
  .footer-bottom > span:nth-child(2) {
    font-size: 12px;
  }
  .page-content {
    padding-top: 20px;
    padding-bottom: 43px;
  }
  .breadcrumb {
    font-size: 12px;
    margin-bottom: 27px;
    gap: 7px;
  }
  .breadcrumb .icon {
    width: 9px;
  }
  .page-heading {
    margin-bottom: 27px;
  }
  .page-heading > .eyebrow {
    font-size: 12px;
    letter-spacing: 1.4px;
  }
  .page-heading h1 {
    font-size: 35px;
    letter-spacing: -1.5px;
    margin: 11px 0 15px;
  }
  .page-heading p {
    font-size: 15px;
    line-height: 1.8;
  }
  .catalog-layout {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .filters form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 13px;
    padding: 18px;
  }
  .filters h2 {
    grid-column: 1/-1;
    margin-bottom: 16px;
    font-size: 16px;
  }
  .filters label {
    display: none;
  }
  .filters input,
  .filters select {
    margin: 0 0 12px;
    font-size: 12px;
    padding: 10px;
    min-width: 0;
  }
  .filters .button {
    margin: 0;
    font-size: 12px;
    min-height: 38px;
  }
  .reset-link {
    margin: 10px 0;
    font-size: 12px;
  }
  .help-box {
    display: none;
  }
  .catalog-toolbar {
    font-size: 12px;
    margin-bottom: 16px;
    padding-bottom: 12px;
    gap: 15px;
  }
  .catalog-toolbar > span:last-child {
    font-size: 12px;
    text-align: right;
  }
  .catalog-grid .product-image {
    height: 151px;
  }
  .empty-state {
    padding: 43px 18px;
  }
  .empty-state h2 {
    font-size: 25px;
  }
  .empty-state p {
    font-size: 15px;
  }
  .empty-state h1 {
    font-size: 35px;
  }
  .product-detail {
    grid-template-columns: 1fr;
    gap: 26px;
    margin: 0 0 30px;
  }
  .detail-image {
    min-height: 310px;
    padding: 25px;
  }
  .detail-image > img {
    height: 265px;
  }
  .detail-image > small {
    font-size: 12px;
  }
  .detail-copy h1 {
    font-size: 35px;
  }
  .detail-copy > .eyebrow {
    font-size: 12px;
  }
  .detail-copy h2 {
    font-size: 21px;
    margin-top: 22px;
  }
  .detail-copy > p:not(.sku):not(.small-note) {
    font-size: 16px;
  }
  .detail-price {
    font-size: 28px;
  }
  .detail-price small {
    font-size: 12px;
    line-height: 1.8;
  }
  .detail-add .button {
    font-size: 15px;
  }
  .detail-help {
    flex-wrap: wrap;
    gap: 15px;
    padding-block: 24px;
  }
  .detail-help > .icon {
    display: none;
  }
  .detail-help h3 {
    font-size: 19px;
  }
  .detail-help p {
    font-size: 14px;
  }
  .detail-help > .button {
    margin: 0;
    width: 100%;
    font-size: 15px;
  }
  .detail-help h2 {
    font-size: 28px;
    margin-bottom: 10px;
  }
  .cart-item {
    gap: 12px;
    padding: 20px 0;
    flex-wrap: wrap;
    position: relative;
    padding-right: 22px;
  }
  .cart-item > a {
    width: 75px;
    height: 80px;
  }
  .cart-item > div {
    width: calc(100% - 90px);
  }
  .cart-item h2 {
    font-size: 17px;
  }
  .cart-item .quantity-label {
    margin: 0 0 0 87px !important;
    display: flex;
    align-items: center;
    width: 120px;
    gap: 10px;
    font-size: 12px;
  }
  .quantity-label input {
    width: 60px;
    padding: 7px;
    margin: 0;
  }
  .remove-button {
    position: absolute;
    right: 0;
    top: 25px;
  }
  .cart-controls {
    gap: 10px;
  }
  .cart-controls > .text-link {
    font-size: 12px;
    gap: 6px;
  }
  .cart-controls > .button {
    font-size: 12px;
    padding: 11px 13px;
    min-height: 40px;
  }
  .cart-layout {
    gap: 30px;
  }
  .summary {
    padding: 22px;
  }
  .summary h2 {
    font-size: 25px;
  }
  .summary-line {
    font-size: 15px;
  }
  .summary .button {
    max-width: none !important;
  }
  .contact-layout {
    grid-template-columns: 1fr;
    gap: 34px;
    margin-top: 25px;
  }
  .contact-intro {
    padding: 0;
  }
  .contact-intro > .eyebrow {
    font-size: 12px;
    letter-spacing: 1.2px;
  }
  .contact-intro h1 {
    font-size: 42px;
    letter-spacing: -1.8px;
    margin: 17px 0 21px;
  }
  .contact-intro > p {
    font-size: 16px;
    max-width: none;
    margin-bottom: 0;
  }
  .contact-reasons {
    display: none;
  }
  .contact-note {
    font-size: 12px;
    margin-top: 22px;
    padding-top: 19px;
  }
  .contact-form-panel {
    padding: 23px;
  }
  .contact-form-panel h2 {
    font-size: 26px;
  }
  .contact-form-panel > p {
    font-size: 14px;
  }
  .contact-form-panel label {
    font-size: 14px;
  }
  .contact-form-panel input,
  .contact-form-panel textarea {
    font-size: 18px;
  }
  .contact-form-panel .checkbox-label {
    font-size: 12px;
  }
  .contact-form-panel .small-note {
    font-size: 12px !important;
  }
  .contact-form-panel .button {
    font-size: 15px;
  }
  .request-items {
    padding: 14px;
    font-size: 12px;
  }
  .flash {
    font-size: 12px;
    padding: 12px;
    gap: 8px;
  }
  .flash > a {
    font-size: 12px;
  }
  .flash > .icon {
    width: 15px;
  }
  .success-state {
    margin: 25px auto;
  }
  .success-state > .eyebrow {
    font-size: 12px;
    letter-spacing: 1.2px;
  }
  .success-state h1 {
    font-size: 34px;
  }
  .success-state p {
    font-size: 15px;
  }
  .reference-box {
    min-width: 0;
    width: 100%;
  }
  .reference-box strong {
    font-size: 21px;
  }
  .about-hero {
    padding: 29px 23px;
  }
  .about-hero > .eyebrow {
    font-size: 12px;
  }
  .about-hero h1 {
    font-size: 34px;
    letter-spacing: -1.5px;
  }
  .about-hero h1 br {
    display: none;
  }
  .about-hero p {
    font-size: 16px;
    line-height: 1.9;
  }
  .about-grid {
    grid-template-columns: 1fr;
    gap: 27px;
    margin: 35px 0;
  }
  .about-grid .icon {
    margin-bottom: 14px;
    width: 29px;
  }
  .about-grid h2 {
    font-size: 25px;
    margin-bottom: 12px;
  }
  .about-grid p {
    font-size: 15px;
    margin: 0;
  }
  .prose {
    padding-top: 40px;
  }
  .prose h1 {
    font-size: 38px;
  }
  .prose p {
    font-size: 16px;
  }
  .prose h2 {
    font-size: 24px;
  }
  .login-panel {
    padding: 26px;
    margin: 12px auto;
  }
  .login-panel input {
    font-size: 18px;
  }
  .admin-page h1 {
    font-size: 29px;
  }
  .admin-page > .section-heading {
    align-items: center;
  }
  .admin-page > .section-heading .button {
    font-size: 12px;
    white-space: nowrap;
    padding: 10px 12px;
    min-height: 40px;
  }
  .admin-tabs {
    font-size: 14px;
    margin-block: 23px;
  }
  .admin-tabs > a {
    font-size: 15px;
  }
  .admin-page h2 {
    font-size: 23px;
  }
  .admin-page .section-heading .button {
    font-size: 12px;
    padding: 10px 13px;
    gap: 10px;
    min-height: 40px;
  }
  .admin-editor {
    padding: 21px;
  }
  .admin-editor .form-grid {
    grid-template-columns: 1fr;
  }
  .admin-editor input,
  .admin-editor select,
  .admin-editor textarea {
    font-size: 18px;
  }
  .request-card summary {
    padding: 16px;
    gap: 10px;
  }
  .request-card summary strong {
    font-size: 15px;
  }
  .request-card summary small {
    font-size: 12px;
  }
  .request-body {
    padding: 17px;
  }
  .request-contact {
    font-size: 14px;
    gap: 8px;
  }
  .status-form {
    gap: 10px;
  }
  .status-form label {
    min-width: 0;
    flex: 1;
  }
  .status-form .button {
    font-size: 12px;
    padding: 10px 12px;
  }
  .badge {
    font-size: 12px;
  }
  .muted {
    font-size: 12px;
  }
  td,
  th {
    padding: 13px;
    font-size: 14px;
  }
}
@media (prefers-reduced-motion: reduce) {
  *,
  *:before,
  *:after {
    transition: none !important;
    scroll-behavior: auto !important;
  }
}
