:root {
  color-scheme: light;
  --ink: #17201e;
  --muted: #5b6764;
  --line: #dce5e1;
  --surface: #f6f9f7;
  --white: #ffffff;
  --mint: #87d7c0;
  --mint-strong: #64e0c4;
  --cyan: #2aa7b8;
  --amber: #eea642;
  --amber-strong: #f4b22f;
  --carbon: #0e1514;
  --shadow: 0 18px 42px rgba(14, 21, 20, 0.12);
}

* {
  box-sizing: border-box;
}

::selection {
  color: #06110f;
  background: rgba(135, 215, 192, 0.78);
  text-shadow: 0 0 14px rgba(135, 215, 192, 0.72);
}

html {
  scroll-behavior: smooth;
}

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

#top {
  scroll-margin-top: 138px;
}

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

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

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 74px;
  padding: 14px clamp(18px, 4vw, 56px);
  border-bottom: 1px solid rgba(220, 229, 225, 0.75);
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(18px);
}

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

.route-icon,
.route-logo {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 8px;
  color: var(--carbon);
  background: linear-gradient(135deg, var(--mint), #ffffff 62%, var(--amber));
  font-weight: 900;
}

.route-logo {
  width: 62px;
  padding: 6px;
  background: #ffffff;
  border: 1px solid var(--line);
}

.route-logo img {
  width: 100%;
  max-height: 28px;
  object-fit: contain;
}

.route-logo-mark img {
  max-height: 34px;
}

.route-logo-pair {
  grid-template-columns: 1fr 1fr;
  gap: 4px;
}

.route-logo-wide {
  width: 96px;
}

.brand-logo {
  width: clamp(237px, 28.75vw, 338px);
  height: auto;
  max-height: 101px;
  object-fit: contain;
  object-position: left center;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 6px;
}

.site-nav a,
.menu-trigger {
  padding: 10px 9px;
  border: 0;
  border-radius: 8px;
  color: var(--muted);
  background: transparent;
  font: inherit;
  font-weight: 700;
  font-size: 0.94rem;
  cursor: pointer;
  white-space: nowrap;
  transition: color 180ms ease, background 180ms ease, box-shadow 180ms ease, text-shadow 180ms ease, transform 180ms ease;
}

.site-nav a:hover,
.site-nav a:focus-visible,
.menu-trigger:hover,
.menu-trigger:focus-visible {
  color: var(--ink);
  background: #eef5f2;
  box-shadow: 0 0 0 1px rgba(135, 215, 192, 0.28), 0 10px 28px rgba(42, 167, 184, 0.13);
  text-shadow: 0 0 16px rgba(42, 167, 184, 0.42);
}

.site-nav .nav-cta {
  min-width: max-content;
  padding-inline: 18px;
  color: #ffffff;
  background: linear-gradient(135deg, var(--carbon), #11231f);
  box-shadow: 0 10px 24px rgba(14, 21, 20, 0.16);
}

.site-nav .nav-cta:hover,
.site-nav .nav-cta:focus-visible {
  color: var(--carbon);
  background: linear-gradient(135deg, var(--mint-strong), var(--amber-strong));
  box-shadow: 0 0 0 1px rgba(238, 166, 66, 0.34), 0 0 28px rgba(100, 224, 196, 0.3), 0 14px 34px rgba(0, 0, 0, 0.2);
  text-shadow: none;
}

.header-search {
  display: flex;
  align-items: center;
  width: clamp(160px, 14vw, 210px);
  min-width: 0;
  height: 42px;
  margin-left: 4px;
  border: 1px solid rgba(23, 32, 30, 0.18);
  border-radius: 999px;
  background: #ffffff;
  box-shadow: 0 10px 24px rgba(14, 21, 20, 0.08);
  overflow: hidden;
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

.header-search:focus-within {
  border-color: var(--cyan);
  box-shadow: 0 0 0 3px rgba(42, 167, 184, 0.16), 0 0 24px rgba(42, 167, 184, 0.16);
}

.header-search input {
  width: 100%;
  min-width: 0;
  height: 100%;
  padding: 0 8px 0 13px;
  border: 0;
  color: var(--ink);
  background: transparent;
  font: inherit;
  font-size: 0.86rem;
  outline: 0;
}

.header-search input::placeholder {
  color: #76827f;
}

.header-search button {
  display: grid;
  flex: 0 0 39px;
  width: 39px;
  height: 100%;
  place-items: center;
  border: 0;
  border-left: 1px solid rgba(23, 32, 30, 0.12);
  color: #ffffff;
  background: var(--carbon);
  cursor: pointer;
  transition: background 180ms ease, box-shadow 180ms ease, text-shadow 180ms ease;
}

.header-search button:hover,
.header-search button:focus-visible {
  background: #26322f;
  box-shadow: 0 0 22px rgba(135, 215, 192, 0.24);
}

.search-icon {
  position: relative;
  width: 15px;
  height: 15px;
  border: 2px solid currentColor;
  border-radius: 50%;
}

.search-icon::after {
  content: "";
  position: absolute;
  width: 7px;
  height: 2px;
  right: -6px;
  bottom: -3px;
  border-radius: 999px;
  background: currentColor;
  transform: rotate(45deg);
}

.nav-group {
  position: relative;
}

.menu-trigger::after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: 8px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: translateY(-2px) rotate(45deg);
}

.mega-menu {
  position: fixed;
  top: 74px;
  right: clamp(18px, 3vw, 42px);
  left: clamp(18px, 3vw, 42px);
  z-index: 12;
  display: none;
  grid-template-columns: repeat(6, minmax(145px, 1fr)) minmax(220px, 1.35fr);
  align-items: start;
  gap: 14px;
  max-width: 1680px;
  max-height: min(560px, calc(100vh - 112px));
  margin-inline: auto;
  overflow: auto;
  padding: 18px;
  border: 1px solid rgba(16, 34, 30, 0.14);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 24px 70px rgba(16, 34, 30, 0.18);
}

.compact-mega {
  grid-template-columns: repeat(5, minmax(155px, 1fr)) minmax(220px, 1.3fr);
}

.nav-group:hover .mega-menu,
.nav-group:focus-within .mega-menu,
.mega-menu.is-open {
  display: grid;
}

.brand-menu {
  left: auto;
  right: clamp(18px, 4vw, 56px);
  grid-template-columns: repeat(4, minmax(120px, 1fr));
  width: min(720px, calc(100vw - 32px));
  min-width: 0;
}

.brand-menu a {
  display: grid;
  place-items: center;
  gap: 8px;
  min-height: 104px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 800;
  transition: border-color 180ms ease, box-shadow 180ms ease, color 180ms ease, transform 180ms ease, text-shadow 180ms ease;
}

.brand-menu a:hover,
.brand-menu a:focus-visible {
  color: var(--ink);
  border-color: rgba(42, 167, 184, 0.46);
  box-shadow: 0 0 0 1px rgba(135, 215, 192, 0.24), 0 12px 30px rgba(42, 167, 184, 0.12);
  text-shadow: 0 0 14px rgba(42, 167, 184, 0.28);
  transform: translateY(-1px);
}

.brand-menu img {
  width: 108px;
  height: 42px;
  object-fit: contain;
}

.brand-menu img[alt="Voron"],
.brand-menu img[alt="Bambu Lab"] {
  width: 48px;
}

.brand-menu img[alt="Uni3DVerse"] {
  width: 46px;
}

.mega-column {
  min-width: 0;
  padding: 10px 10px 12px;
  border: 1px solid rgba(16, 34, 30, 0.07);
  border-radius: 8px;
  background: #fbfdfc;
}

.mega-column h3 {
  margin-bottom: 8px;
  color: var(--ink);
  font-size: 0.92rem;
}

.menu-brand-heading {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 36px;
  margin-bottom: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(16, 34, 30, 0.08);
}

.menu-brand-heading img {
  max-width: 92px;
  max-height: 30px;
  object-fit: contain;
}

.menu-brand-heading:not(.family-heading) h3 {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.menu-brand-heading.uni-menu-heading img {
  width: 32px;
  max-height: 32px;
}

.menu-brand-heading.family-heading {
  align-items: center;
  flex-wrap: wrap;
}

.menu-brand-heading.family-heading img {
  max-width: 34px;
  max-height: 28px;
}

.menu-brand-heading h3 {
  margin: 0;
}

.mega-column a {
  display: block;
  padding: 6px 7px;
  border-radius: 6px;
  color: #4e5f5b;
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1.25;
  transition: color 180ms ease, background 180ms ease, box-shadow 180ms ease, text-shadow 180ms ease, transform 180ms ease;
}

.mega-column a:hover,
.mega-column a:focus-visible {
  color: var(--ink);
  background: rgba(135, 215, 192, 0.18);
  box-shadow: inset 3px 0 0 rgba(42, 167, 184, 0.7);
  text-shadow: 0 0 14px rgba(42, 167, 184, 0.28);
}

.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
}

.nav-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 5px auto;
  background: var(--ink);
}

.hero {
  position: relative;
  min-height: min(760px, calc(100vh - 72px));
  display: grid;
  align-items: start;
  overflow: hidden;
  background: var(--carbon);
}

.hero-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-showcase {
  position: absolute;
  z-index: 1;
  right: clamp(20px, 6vw, 84px);
  top: clamp(140px, 15vh, 174px);
  width: min(41vw, 610px);
  min-width: 370px;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 30px 78px rgba(0, 0, 0, 0.34), 0 0 0 1px rgba(244, 178, 47, 0.16);
}

.showcase-track,
.showcase-track img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.showcase-track img {
  object-fit: contain;
  padding: clamp(18px, 3vw, 34px);
  opacity: 0;
  transform: translateX(-18px);
  animation: showcaseSlide 54s infinite;
}

.showcase-track img.showcase-full {
  object-fit: cover;
  padding: 0;
}

.showcase-track img.showcase-indx-logo {
  object-position: left center;
}

.showcase-track img:nth-child(2) {
  animation-delay: 6s;
}

.showcase-track img:nth-child(3) {
  animation-delay: 12s;
}

.showcase-track img:nth-child(4) {
  animation-delay: 18s;
}

.showcase-track img:nth-child(5) {
  animation-delay: 24s;
}

.showcase-track img:nth-child(6) {
  animation-delay: 30s;
}

.showcase-track img:nth-child(7) {
  animation-delay: 36s;
}

.showcase-track img:nth-child(8) {
  animation-delay: 42s;
}

.showcase-track img:nth-child(9) {
  animation-delay: 48s;
}

@keyframes showcaseSlide {
  0%,
  10% {
    opacity: 1;
    transform: translateX(0);
  }

  13% {
    opacity: 0;
    transform: translateX(28px);
  }

  14%,
  100% {
    opacity: 0;
    transform: translateX(-28px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .showcase-track img {
    animation: none;
    opacity: 0;
    transform: none;
  }

  .showcase-track img:first-child {
    opacity: 1;
  }
}

.hero-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(10, 16, 15, 0.92) 0%, rgba(10, 16, 15, 0.76) 34%, rgba(10, 16, 15, 0.18) 78%),
    linear-gradient(0deg, rgba(10, 16, 15, 0.28), rgba(10, 16, 15, 0));
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: min(50vw, 680px);
  padding: clamp(62px, 8.6vh, 96px) clamp(20px, 6vw, 84px) clamp(42px, 6vw, 76px);
  color: #ffffff;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--cyan);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero h1 {
  max-width: 920px;
  margin: 0;
  font-size: clamp(2.9rem, 5vw, 4.75rem);
  line-height: 1;
  letter-spacing: 0;
}

.hero p:not(.eyebrow) {
  max-width: 640px;
  margin: 26px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(1rem, 1.6vw, 1.22rem);
}

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

.hero-brand-strip {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  max-width: 780px;
  margin-top: 24px;
}

.hero-brand-strip img {
  width: 82px;
  height: 44px;
  object-fit: contain;
  padding: 8px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.92);
}

.hero-brand-strip img[alt="Bondtech"] {
  width: 112px;
}

.hero-brand-strip img[alt="Creality"] {
  width: 126px;
  padding: 7px 10px;
}

.hero-brand-strip img[alt="Uni3Dverse"] {
  width: 72px;
  padding: 6px 18px;
}

.hero-brand-strip img[alt="E3D"],
.hero-brand-strip img[alt="Duet3D"],
.card-logo-row img[alt="E3D"],
.card-logo-row img[alt="Duet3D"],
.brand-grid img[alt="E3D"],
.brand-grid img[alt="Duet3D"],
.mini-logo-cloud img[alt="E3D"],
.mini-logo-cloud img[alt="Duet3D"] {
  mix-blend-mode: multiply;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 14px 22px;
  border: 1px solid transparent;
  border-radius: 8px;
  font-weight: 900;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.16);
  transition:
    border-color 160ms ease,
    background-color 160ms ease,
    box-shadow 160ms ease,
    color 160ms ease,
    transform 160ms ease;
}

.button.primary {
  color: var(--carbon);
  background: linear-gradient(135deg, var(--mint-strong), #b9ffe7);
  border-color: rgba(255, 255, 255, 0.42);
}

.button.secondary {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.32);
  background: rgba(255, 255, 255, 0.1);
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.2), 0 0 0 3px rgba(100, 224, 196, 0.18);
}

.button.primary:hover,
.button.primary:focus-visible {
  background: linear-gradient(135deg, #9affdc, var(--amber-strong));
}

.button.secondary:hover,
.button.secondary:focus-visible {
  border-color: rgba(100, 224, 196, 0.72);
  background: rgba(100, 224, 196, 0.16);
}

.hero-actions .button.primary,
.hero-actions .button.secondary {
  min-width: 136px;
  color: var(--carbon);
  border-color: rgba(255, 255, 255, 0.42);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.2);
}

.hero-actions .button.primary:hover,
.hero-actions .button.primary:focus-visible,
.hero-actions .button.secondary:hover,
.hero-actions .button.secondary:focus-visible {
  border-color: rgba(100, 224, 196, 0.72);
  background: linear-gradient(135deg, var(--mint-strong), #b9ffe7);
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.24), 0 0 0 3px rgba(100, 224, 196, 0.18);
}

.quick-links {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--line);
}

.quick-links a {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 4px 14px;
  padding: 22px clamp(18px, 4vw, 42px);
  background: #ffffff;
  transition:
    background-color 160ms ease,
    box-shadow 160ms ease,
    transform 160ms ease;
}

.quick-links a:hover,
.quick-links a:focus-visible {
  z-index: 1;
  background: #f2fffb;
  box-shadow: inset 0 3px 0 var(--mint-strong), 0 14px 34px rgba(14, 21, 20, 0.11);
  transform: translateY(-1px);
}

.quick-links strong,
.quick-links small {
  align-self: end;
}

.quick-links small {
  color: var(--muted);
}

.route-icon,
.route-logo {
  grid-row: span 2;
}

.section,
.service-band {
  padding: clamp(54px, 8vw, 104px) clamp(20px, 6vw, 84px);
}

.intro {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 1fr);
  gap: clamp(24px, 6vw, 90px);
  align-items: start;
  background: #ffffff;
}

.changes {
  background: #eef5f2;
}

.change-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.change-grid article {
  min-height: 230px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
}

.change-grid span {
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  margin-bottom: 28px;
  border-radius: 8px;
  color: var(--carbon);
  background: var(--mint);
  font-weight: 900;
}

.change-grid p {
  color: var(--muted);
}

h2 {
  margin: 0;
  font-size: clamp(2rem, 4.6vw, 4rem);
  line-height: 1;
  letter-spacing: 0;
}

h3 {
  margin: 0;
  font-size: 1.22rem;
  line-height: 1.2;
}

.intro p:last-child,
.service-band p,
.support p,
.product-card p {
  color: var(--muted);
}

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

.section-heading h2 {
  max-width: 820px;
}

.section-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: #116a75;
  font-weight: 900;
  background: #ffffff;
}

.tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 22px;
}

.tab {
  min-height: 40px;
  padding: 9px 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--muted);
  background: #ffffff;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}

.tab.is-active {
  color: #ffffff;
  border-color: var(--carbon);
  background: var(--carbon);
}

.product-grid,
.support-grid,
.conversion-grid,
.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.product-card,
.support-grid article,
.repair-panel,
.conversion-grid article,
.blog-grid article {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: var(--shadow);
}

.product-card {
  overflow: hidden;
  transition:
    border-color 160ms ease,
    box-shadow 160ms ease,
    transform 160ms ease;
}

.product-card:hover {
  border-color: rgba(42, 167, 184, 0.45);
  box-shadow: 0 24px 52px rgba(14, 21, 20, 0.16);
  transform: translateY(-2px);
}

.product-card[hidden] {
  display: none;
}

.product-card h3,
.product-card p,
.product-card a {
  margin-left: 20px;
  margin-right: 20px;
}

.product-card .tag {
  margin-top: 20px;
}

.card-logo-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  min-height: 50px;
  margin: 18px 20px 4px;
}

.card-logo-row img {
  max-width: 86px;
  max-height: 38px;
  object-fit: contain;
}

.card-logo-row img[alt="Voron"],
.card-logo-row img[alt="Bambu Lab"] {
  max-width: 40px;
}

.card-logo-row img[alt="Uni3Dverse"] {
  max-width: 42px;
}

.card-logo-row img[alt="Bondtech"] {
  max-width: 96px;
}

.product-card a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 14px;
  border: 1px solid rgba(17, 106, 117, 0.22);
  border-radius: 8px;
  margin-bottom: 22px;
  color: #083f45;
  font-weight: 900;
  background: rgba(100, 224, 196, 0.18);
  transition:
    background-color 160ms ease,
    border-color 160ms ease,
    box-shadow 160ms ease,
    transform 160ms ease;
}

.product-card a:hover,
.product-card a:focus-visible {
  border-color: rgba(100, 224, 196, 0.72);
  background: var(--mint-strong);
  box-shadow: 0 12px 28px rgba(42, 167, 184, 0.18);
  transform: translateY(-1px);
}

.product-media {
  position: relative;
  height: clamp(210px, 18vw, 260px);
  border-bottom: 1px solid var(--line);
  background:
    radial-gradient(circle at 70% 45%, rgba(255, 255, 255, 0.88) 0 8%, transparent 9%),
    linear-gradient(135deg, #142220, #2aa7b8);
  overflow: hidden;
}

.product-media.nozzle {
  background:
    radial-gradient(circle at 72% 30%, rgba(255, 255, 255, 0.82) 0 9%, transparent 10%),
    linear-gradient(135deg, rgba(17, 25, 24, 0.86), rgba(135, 215, 192, 0.38) 58%, rgba(238, 166, 66, 0.42)),
    url("assets/slideshow/slide-revo-nozzle-cones.png") center / 84% auto no-repeat,
    #101918;
}

.product-media.board {
  background:
    linear-gradient(135deg, rgba(17, 25, 24, 0.78), rgba(42, 167, 184, 0.28)),
    url("assets/slideshow/slide-mini5-wifi.png") center / 86% auto no-repeat,
    #f7fbf9;
}

.product-media.printer {
  background:
    linear-gradient(135deg, rgba(17, 25, 24, 0.88), rgba(17, 25, 24, 0.44)),
    url("assets/workbench-hero.png") center 42% / cover no-repeat,
    #111918;
}

.product-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 55%, rgba(17, 25, 24, 0.2));
  pointer-events: none;
}

.tag {
  color: #116a75;
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
}

.service-band {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 440px);
  gap: clamp(24px, 5vw, 64px);
  align-items: center;
  color: #ffffff;
  background:
    linear-gradient(135deg, rgba(14, 21, 20, 0.98), rgba(25, 47, 43, 0.96)),
    var(--carbon);
}

.page-hero {
  min-height: 320px;
  display: grid;
  align-items: end;
  padding: clamp(48px, 6vw, 76px) clamp(20px, 6vw, 84px) clamp(38px, 5vw, 60px);
  color: #ffffff;
  background:
    linear-gradient(90deg, rgba(14, 21, 20, 0.94), rgba(14, 21, 20, 0.5)),
    url("assets/workbench-hero.png") center / cover;
}

.page-hero > div {
  max-width: 900px;
}

.page-hero h1 {
  max-width: 11ch;
  margin: 0;
  font-size: clamp(2.6rem, 5vw, 5rem);
  line-height: 1;
}

.page-hero p:not(.eyebrow) {
  max-width: 700px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 1.1rem;
}

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

.gallery-toolbar h2 {
  max-width: 720px;
  font-size: clamp(2rem, 3vw, 3.25rem);
  line-height: 1.04;
}

.gallery-hero {
  min-height: 250px;
  align-items: center;
  padding-top: clamp(34px, 5vw, 58px);
  padding-bottom: clamp(34px, 5vw, 58px);
}

.gallery-hero h1 {
  max-width: 19ch;
  font-size: clamp(2.4rem, 4.5vw, 4.5rem);
}

.gallery-section {
  padding-top: clamp(34px, 5vw, 56px);
  padding-bottom: clamp(40px, 5vw, 64px);
}

.gallery-grid {
  display: grid;
  grid-auto-flow: dense;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}

.gallery-grid figure {
  position: relative;
  height: 180px;
  min-height: 0;
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  background: var(--carbon);
}

.gallery-grid figure.wide {
  grid-column: auto;
}

.gallery-grid figure.tall {
  grid-row: auto;
}

.gallery-grid img {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  transition: transform 220ms ease;
}

.gallery-grid figure:hover img {
  transform: scale(1.04);
}

.gallery-grid figcaption {
  position: absolute;
  right: 8px;
  bottom: 8px;
  left: 8px;
  padding: 7px 9px;
  border-radius: 8px;
  color: #ffffff;
  background: rgba(14, 21, 20, 0.76);
  font-weight: 800;
}

.review-summary {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(24px, 5vw, 64px);
  background: #ffffff;
}

.review-summary > article {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
}

.rating {
  display: inline-flex;
  margin-bottom: 24px;
  color: var(--carbon);
  font-size: 4rem;
  font-weight: 900;
  line-height: 1;
}

.review-cards {
  display: grid;
  gap: 14px;
}

.review-cards article,
.widget-placeholder {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: var(--shadow);
}

.review-cards span {
  color: var(--amber);
  font-weight: 900;
}

.reviews-widget {
  min-height: 280px;
  width: 100%;
  max-width: 860px;
  margin: 0 auto;
  padding: clamp(16px, 3vw, 32px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
  overflow: visible;
}

.reviews-widget .commonninja_component,
.reviews-widget iframe {
  display: block;
  width: 100% !important;
  max-width: 100% !important;
  border: 0;
}

.reviews-widget noscript {
  display: block;
  color: var(--muted);
  text-align: center;
}

.review-cards p,
.widget-placeholder p {
  color: var(--muted);
}

.widget-section {
  background: #eef5f2;
}

.widget-placeholder {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 190px;
}

.widget-placeholder strong {
  display: block;
  font-size: 1.4rem;
}

.review-cta {
  margin-top: 0;
}

.text-hero {
  min-height: 360px;
}

.text-hero h1 {
  max-width: 12ch;
}

.blog-page-hero {
  min-height: 240px;
  align-items: center;
  padding: clamp(36px, 5vw, 60px) clamp(20px, 6vw, 84px);
  background:
    linear-gradient(90deg, rgba(14, 21, 20, 0.96), rgba(14, 21, 20, 0.72)),
    url("assets/slideshow/slide-nozzle-pack.png") center right / min(40vw, 500px) no-repeat,
    #0e1514;
}

.blog-page-hero h1 {
  max-width: 17ch;
  font-size: clamp(2.5rem, 4.5vw, 4.5rem);
}

.blog-editorial,
.blog-related {
  padding-top: clamp(38px, 5vw, 58px);
  padding-bottom: clamp(38px, 5vw, 58px);
}

.blog-editorial .section-heading,
.blog-related .section-heading {
  margin-bottom: 18px;
}

.blog-editorial .section-heading h2,
.blog-related .section-heading h2 {
  font-size: clamp(2rem, 3.4vw, 3.25rem);
}

.conversions-page-hero {
  min-height: 240px;
  align-items: center;
  padding: clamp(36px, 5vw, 60px) clamp(20px, 6vw, 84px);
  background:
    linear-gradient(90deg, rgba(14, 21, 20, 0.96), rgba(14, 21, 20, 0.7)),
    url("assets/slideshow/slide-bondtech-indx-toolchanger-wide.png") center right / cover no-repeat,
    #0e1514;
}

.conversions-page-hero h1 {
  max-width: 17ch;
  font-size: clamp(2.5rem, 4.5vw, 4.5rem);
}

.reviews-hero {
  min-height: 240px;
  align-items: center;
  padding: clamp(36px, 5vw, 60px) clamp(20px, 6vw, 84px);
}

.reviews-hero h1 {
  max-width: 17ch;
  font-size: clamp(2.5rem, 4.5vw, 4.5rem);
}

.widget-section,
.conversions,
.conversion-detail,
.conversion-related {
  padding-top: clamp(38px, 5vw, 58px);
  padding-bottom: clamp(38px, 5vw, 58px);
}

.conversions .section-heading,
.conversion-detail .section-heading,
.conversion-related .section-heading,
.widget-section .section-heading {
  margin-bottom: 18px;
}

.conversions .section-heading h2,
.conversion-detail .section-heading h2,
.conversion-related .section-heading h2,
.widget-section .section-heading h2 {
  font-size: clamp(2rem, 3.4vw, 3.25rem);
}

.repairs-page-hero {
  min-height: 210px;
  align-items: center;
  padding: clamp(30px, 4vw, 48px) clamp(20px, 6vw, 84px);
  background:
    linear-gradient(90deg, rgba(14, 21, 20, 0.96), rgba(14, 21, 20, 0.7)),
    url("assets/workbench-hero.png") center right / cover no-repeat,
    #0e1514;
}

.repairs-page-hero > div {
  max-width: 820px;
}

.repairs-page-hero h1 {
  max-width: 18ch;
  font-size: clamp(2.25rem, 4vw, 4rem);
  line-height: 1.03;
}

.support-page-hero {
  min-height: 220px;
  align-items: center;
  padding: clamp(32px, 4vw, 50px) clamp(20px, 6vw, 84px);
}

.support-page-hero h1 {
  max-width: 18ch;
  font-size: clamp(2.4rem, 4.2vw, 4.25rem);
}

.support-featured,
.support-index,
.support-related,
.repair-detail,
.repair-related {
  padding-top: clamp(34px, 4vw, 52px);
  padding-bottom: clamp(34px, 4vw, 52px);
}

.support-featured .section-heading,
.support-index .section-heading,
.support-related .section-heading,
.repair-detail .section-heading,
.repair-related .section-heading {
  margin-bottom: 16px;
}

.support-featured .section-heading h2,
.support-index .section-heading h2,
.support-related .section-heading h2,
.repair-detail .section-heading h2,
.repair-related .section-heading h2 {
  font-size: clamp(2rem, 3.2vw, 3.1rem);
}

.support-index .article-list article {
  min-height: 180px;
  padding: 18px;
}

.support-featured .blog-grid article {
  min-height: 285px;
}

.support-featured .blog-media {
  height: 110px;
  flex-basis: 110px;
}

.support-related .article-list article,
.repair-detail .article-list article,
.repair-related .article-list article {
  min-height: 155px;
  padding: 18px;
}

.repairs-page-hero p:not(.eyebrow) {
  max-width: 680px;
  margin-bottom: 0;
}

.shop-page-hero {
  background:
    linear-gradient(90deg, rgba(14, 21, 20, 0.96), rgba(14, 21, 20, 0.68)),
    url("assets/workbench-hero.png") center right / cover no-repeat,
    #0e1514;
}

.shop-embed-section {
  scroll-margin-top: 120px;
  background: #f3f8f6;
}

.shop-embed-frame {
  scroll-margin-top: 120px;
  min-height: 520px;
  padding: clamp(14px, 2vw, 24px);
  border: 1px solid rgba(22, 43, 39, 0.12);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 18px 45px rgba(7, 20, 17, 0.08);
}

.shop-brand-routes {
  display: grid;
  grid-template-columns: repeat(4, minmax(150px, 1fr));
  gap: 12px;
  width: 100%;
  max-width: 1480px;
  margin: 0 auto 18px;
}

.shop-brand-routes a {
  display: grid;
  grid-template-columns: minmax(72px, 110px) 1fr;
  align-items: center;
  gap: 14px;
  min-height: 82px;
  padding: 12px 16px;
  border: 1px solid rgba(22, 43, 39, 0.14);
  border-radius: 8px;
  background: #ffffff;
  color: var(--ink);
  font-weight: 850;
  box-shadow: 0 8px 24px rgba(7, 20, 17, 0.05);
}

.shop-brand-routes a:hover,
.shop-brand-routes a:focus-visible {
  border-color: rgba(42, 167, 184, 0.46);
  box-shadow: 0 10px 26px rgba(42, 167, 184, 0.12);
  transform: translateY(-1px);
}

.shop-brand-routes img {
  width: 100%;
  height: 46px;
  object-fit: contain;
}

.shop-brand-routes a.logo-only {
  display: flex;
  justify-content: center;
}

.shop-brand-routes a.logo-only img {
  width: min(100%, 180px);
}

#my-store-139183255,
.shop-embed-frame .ec-store,
.shop-embed-frame .ecwid-productBrowser {
  scroll-margin-top: 120px;
}

/* Keep Ecwid's catalogue comfortable to scan on very wide desktop screens. */
#my-store-139183255,
#my-store-139183255 > div,
.shop-embed-frame .ecwid,
.shop-embed-frame .ec-size,
.shop-embed-frame .ec-store,
.shop-embed-frame .ecwid-productBrowser {
  width: 100% !important;
  max-width: 1280px !important;
  margin-inline: auto !important;
}

/* Compact product cards while retaining each complete product photograph. */
.shop-embed-frame .grid-product__image-wrap,
.shop-embed-frame .grid-product__image {
  max-width: 200px !important;
  margin-inline: auto !important;
}

.shop-embed-frame .grid-product__image {
  background-size: contain !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

/* Search and filters should read as compact shop tools, not page features. */
.shop-embed-frame .ec-search,
.shop-embed-frame .ec-search__form,
.shop-embed-frame .ec-filters {
  max-width: 820px;
  margin-inline: auto;
}

.shop-embed-frame .ec-search__input,
.shop-embed-frame .ec-search input,
.shop-embed-frame .ec-filters input,
.shop-embed-frame .ec-filters select {
  min-height: 46px;
  border-radius: 4px !important;
}

.shop-embed-frame .ec-search__button,
.shop-embed-frame .ec-filters button {
  min-height: 46px;
  border-radius: 4px !important;
}

.shop-embed-frame .ec-filter,
.shop-embed-frame .ec-filters__panel {
  border-color: rgba(22, 43, 39, 0.14) !important;
  border-radius: 6px !important;
  box-shadow: none !important;
}

/* Keep basket and checkout content focused and easy to scan. */
.shop-embed-frame .ec-cart,
.shop-embed-frame .ec-cart-step,
.shop-embed-frame .ec-confirmation {
  max-width: 1120px;
  margin-inline: auto;
}

.shop-embed-frame .ec-cart__body,
.shop-embed-frame .ec-cart-step__body,
.shop-embed-frame .ec-cart__summary {
  min-width: 0;
}

.shop-embed-frame .ec-cart__button,
.shop-embed-frame .ec-cart-step__button,
.shop-embed-frame .ec-confirmation__button {
  min-height: 48px;
  border-radius: 4px !important;
}

.shop-embed-frame .ec-cart-item,
.shop-embed-frame .ec-cart-step__section {
  border-color: rgba(22, 43, 39, 0.12) !important;
}

.shop-embed-frame .ec-store__product-page,
.shop-embed-frame .ecwid-productBrowser-ProductPage {
  padding-top: clamp(72px, 7vw, 110px);
}

/* Custom brand routes replace Ecwid's oversized top-level category tiles. */
.shop-embed-frame .ec-size .ec-store .grid__categories,
.shop-embed-frame .ec-store .grid__categories {
  display: none !important;
}

.editorial-section,
.conversion-detail,
.repair-detail {
  background: #ffffff;
}

.policy-links {
  background: #eef5f2;
}

.policy-link-grid,
.article-list,
.faq-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.policy-link-grid a,
.article-list article,
.faq-list details,
.policy-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: var(--shadow);
}

.policy-link-grid a {
  display: block;
  min-height: 150px;
  padding: 22px;
}

.policy-link-grid strong,
.policy-link-grid span {
  display: block;
}

.policy-link-grid strong {
  font-size: 1.16rem;
}

.policy-link-grid span,
.policy-card p,
.article-list p,
.faq-list p {
  color: var(--muted);
}

.policy-layout {
  background: #ffffff;
}

.policy-card {
  max-width: 940px;
  margin: 0 auto;
  padding: clamp(26px, 5vw, 54px);
}

.policy-card h2 {
  margin-top: 32px;
  font-size: clamp(1.6rem, 3vw, 2.4rem);
}

.policy-card h2:first-of-type {
  margin-top: 0;
}

.live-policy {
  font-size: 1rem;
  line-height: 1.75;
}

.live-policy h1,
.live-policy h2,
.live-policy h3,
.live-policy h4 {
  color: var(--ink);
  line-height: 1.15;
}

.live-policy h1 {
  margin: 0 0 20px;
  font-size: clamp(2rem, 4vw, 3.1rem);
}

.live-policy h2 {
  margin: 34px 0 12px;
}

.live-policy h3,
.live-policy h4 {
  margin: 26px 0 10px;
  font-size: clamp(1.15rem, 2vw, 1.5rem);
}

.live-policy p,
.live-policy li {
  color: var(--muted);
}

.live-policy ul,
.live-policy ol {
  padding-left: 22px;
}

.live-policy li {
  margin: 14px 0;
}

.live-policy a {
  color: #116a75;
  font-weight: 800;
}

.live-policy img {
  display: block;
  width: 100%;
  height: auto;
  margin-top: 30px;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.policy-note {
  padding: 14px 16px;
  border-left: 4px solid var(--amber);
  background: var(--surface);
  font-weight: 700;
}

.article-list article {
  min-height: 280px;
  padding: 24px;
}

.article-list h2 {
  font-size: clamp(1.45rem, 2.6vw, 2.2rem);
}

.article-list a {
  display: inline-flex;
  margin-top: 12px;
  color: #116a75;
  font-weight: 900;
}

.seo-links .article-list a {
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 14px;
  border: 1px solid rgba(17, 106, 117, 0.22);
  border-radius: 8px;
  color: #083f45;
  background: rgba(100, 224, 196, 0.18);
  transition:
    background-color 160ms ease,
    border-color 160ms ease,
    box-shadow 160ms ease,
    transform 160ms ease;
}

.seo-links .article-list a:hover,
.seo-links .article-list a:focus-visible {
  border-color: rgba(100, 224, 196, 0.72);
  background: var(--mint-strong);
  box-shadow: 0 12px 28px rgba(42, 167, 184, 0.18);
  transform: translateY(-1px);
}

.faq-list {
  grid-template-columns: minmax(0, 900px);
  justify-content: center;
}

.faq-list details {
  padding: 20px 22px;
}

.faq-list summary {
  cursor: pointer;
  font-weight: 900;
  font-size: 1.08rem;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px 16px;
}

.footer-links a {
  color: #ffffff;
  font-weight: 800;
}

.service-band .eyebrow {
  color: var(--mint);
}

.service-band h2 {
  max-width: 760px;
}

.service-band p {
  color: rgba(255, 255, 255, 0.78);
}

.repair-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 28px;
}

.repair-stats span {
  min-height: 76px;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.82);
  font-weight: 800;
}

.repair-stats strong {
  display: block;
  margin-bottom: 8px;
  color: var(--mint);
}

.repair-panel {
  padding: 24px;
  color: var(--ink);
}

.repair-panel-header {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 14px;
  align-items: center;
  margin-bottom: 20px;
}

.repair-panel-header img {
  width: 58px;
  height: 58px;
  object-fit: contain;
  padding: 8px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
}

.repair-panel-header h3 {
  margin: 0 0 4px;
}

.repair-panel-header p {
  margin: 0;
  color: var(--muted);
}

.repair-booking fieldset {
  display: grid;
  gap: 10px;
  margin: 0 0 18px;
  padding: 0;
  border: 0;
}

.repair-booking legend,
.repair-note span {
  margin-bottom: 10px;
  color: var(--carbon);
  font-weight: 900;
}

.repair-options {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}

.repair-options button {
  min-height: 48px;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--carbon);
  font: inherit;
  font-weight: 900;
  background: var(--surface);
  cursor: pointer;
  transition: border-color 160ms ease, box-shadow 160ms ease, background-color 160ms ease, transform 160ms ease;
}

.repair-options button:hover {
  border-color: rgba(30, 159, 174, 0.5);
  box-shadow: 0 0 0 3px rgba(133, 216, 191, 0.12);
  transform: translateY(-1px);
}

.repair-options button.is-selected {
  border-color: rgba(30, 159, 174, 0.62);
  background: rgba(133, 216, 191, 0.32);
  box-shadow: 0 0 0 3px rgba(133, 216, 191, 0.18);
}

.repair-booking label {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--muted);
  font-weight: 700;
}

.repair-booking input {
  accent-color: #116a75;
}

.repair-issue-list {
  display: grid;
  gap: 10px;
}

.repair-note {
  display: grid;
  gap: 10px;
  margin-bottom: 18px;
}

.repair-note textarea {
  width: 100%;
  resize: vertical;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--ink);
  font: inherit;
  background: #ffffff;
}

.repair-summary {
  display: grid;
  gap: 6px;
  margin-bottom: 16px;
  padding: 14px;
  border-radius: 8px;
  background: var(--surface);
  color: var(--muted);
}

.repair-summary strong {
  color: var(--carbon);
}

.repair-output {
  display: grid;
  gap: 10px;
  margin-top: 16px;
  padding: 16px;
  border: 1px solid rgba(30, 159, 174, 0.26);
  border-radius: 8px;
  background: rgba(133, 216, 191, 0.16);
}

.repair-output[hidden] {
  display: none;
}

.repair-page-band {
  align-items: stretch;
  grid-template-columns: minmax(0, 0.85fr) minmax(360px, 1.15fr);
  gap: clamp(22px, 4vw, 44px);
  padding-top: clamp(30px, 4vw, 48px);
  padding-bottom: clamp(30px, 4vw, 48px);
}

.repair-page-band h2 {
  font-size: clamp(2rem, 3.2vw, 3.2rem);
}

.repair-page-band .repair-booking {
  align-self: center;
  padding: 16px;
}

.repair-page-band .repair-panel-header {
  grid-template-columns: 48px 1fr;
  gap: 12px;
  margin-bottom: 14px;
}

.repair-page-band .repair-panel-header img {
  width: 48px;
  height: 48px;
  padding: 7px;
}

.repair-page-band .repair-booking fieldset {
  gap: 8px;
  margin-bottom: 12px;
}

.repair-page-band .repair-booking legend,
.repair-page-band .repair-note span {
  margin-bottom: 6px;
}

.repair-page-band .repair-issue-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 7px;
}

.repair-page-band .repair-note {
  gap: 7px;
  margin-bottom: 12px;
}

.repair-page-band .repair-note textarea {
  min-height: 64px;
}

.repair-page-band .repair-summary {
  margin-bottom: 12px;
  padding: 12px;
}

.repair-page-band .repair-options button {
  min-height: 42px;
  padding: 8px;
}

.repair-page-band .repair-stats {
  margin-top: 16px;
}

.repair-page-band .repair-stats span {
  min-height: 62px;
  padding: 10px;
}

.repair-page-band .repair-stats strong {
  margin-bottom: 4px;
}

.repair-output strong {
  color: var(--carbon);
}

.repair-output p {
  margin: 0;
  color: var(--muted);
}

.repair-output a {
  color: #116a75;
  font-weight: 900;
}

.repair-output textarea {
  width: 100%;
  resize: vertical;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--ink);
  font: inherit;
  background: #ffffff;
}

.repair-output-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.repair-output-actions .button {
  width: 100%;
}

.repair-output [data-copy-status] {
  min-height: 1.25em;
  color: #116a75;
  font-weight: 900;
}

.repair-teaser {
  display: grid;
  gap: 18px;
}

.repair-teaser-grid {
  display: grid;
  gap: 10px;
}

.repair-teaser-grid a {
  display: grid;
  gap: 5px;
  min-height: 92px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  transition:
    border-color 160ms ease,
    box-shadow 160ms ease,
    transform 160ms ease;
}

.repair-teaser-grid a:hover {
  border-color: rgba(30, 159, 174, 0.5);
  box-shadow: 0 0 0 3px rgba(133, 216, 191, 0.12);
  transform: translateY(-1px);
}

.repair-teaser-grid strong {
  color: var(--carbon);
}

.repair-teaser-grid span {
  color: var(--muted);
  font-size: 0.95rem;
}

.repair-panel ul {
  padding-left: 20px;
  color: var(--muted);
}

.repair-panel .button {
  width: 100%;
}

.conversions {
  background:
    linear-gradient(90deg, rgba(245, 251, 248, 0.96), rgba(255, 255, 255, 0.96)),
    radial-gradient(circle at 88% 12%, rgba(238, 166, 66, 0.16), transparent 28%);
}

.landing-paths {
  background:
    linear-gradient(90deg, rgba(14, 21, 20, 0.98), rgba(14, 21, 20, 0.94)),
    radial-gradient(circle at 80% 24%, rgba(133, 216, 191, 0.14), transparent 30%),
    #0e1514;
  color: #ffffff;
}

.landing-paths .section-heading h2 {
  color: #ffffff;
}

.landing-path-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.landing-path-grid a {
  display: grid;
  grid-template-rows: 98px 28px 1fr;
  align-content: start;
  gap: 10px;
  min-height: 252px;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
  transition:
    border-color 160ms ease,
    box-shadow 160ms ease,
    transform 160ms ease;
}

.landing-path-grid a:hover {
  border-color: rgba(133, 216, 191, 0.42);
  box-shadow: 0 0 0 3px rgba(133, 216, 191, 0.1);
  transform: translateY(-2px);
}

.landing-path-grid > a > img,
.landing-logo-row {
  width: 84px;
  height: 46px;
  padding: 7px;
  border-radius: 8px;
  background: #ffffff;
  overflow: hidden;
}

.landing-path-grid > a > img {
  object-fit: contain;
}

.landing-logo-row {
  display: grid;
  grid-template-columns: repeat(2, 86px);
  align-items: center;
  justify-content: start;
  width: auto;
  height: auto;
  max-width: 100%;
  padding: 0;
  gap: 8px;
  background: transparent;
  border-radius: 0;
  overflow: visible;
}

.landing-logo-row img {
  width: 86px;
  height: 42px;
  padding: 7px;
  border-radius: 8px;
  background: #ffffff;
  object-fit: contain;
}

.landing-logo-row img[src$="uni3dverse-mini.png"] {
  width: 86px;
}

.landing-logo-row img[src$="logo-bondtech.svg"] {
  width: 86px;
}

.landing-logo-row.compact {
  grid-template-columns: repeat(2, 86px);
  width: auto;
}

.landing-logo-row.compact img {
  width: 86px;
}

.landing-path-grid strong,
.landing-path-grid > a > span:not(.landing-logo-row) {
  display: block;
}

.landing-path-grid strong {
  color: #ffffff;
  font-size: 1.05rem;
  line-height: 1.35;
}

.landing-path-grid > a > span:not(.landing-logo-row) {
  color: rgba(255, 255, 255, 0.72);
  min-height: 54px;
}

.brand-landing {
  background: #ffffff;
}

.conversion-grid article,
.blog-grid article {
  min-height: 270px;
  padding: 24px;
}

.conversion-grid article {
  min-height: 205px;
  padding: 20px;
}

.conversion-grid article {
  display: flex;
  flex-direction: column;
}

.conversion-grid span {
  width: fit-content;
  margin-bottom: 16px;
  padding: 7px 10px;
  border-radius: 8px;
  color: var(--carbon);
  font-weight: 900;
  background: rgba(133, 216, 191, 0.34);
}

.conversion-detail .article-list article,
.conversion-related .article-list article {
  min-height: 170px;
  padding: 20px;
}

.conversion-grid p,
.blog-grid p {
  color: var(--muted);
}

.conversion-grid a,
.blog-grid a {
  display: inline-flex;
  width: fit-content;
  margin-top: auto;
  color: #116a75;
  font-weight: 900;
}

.blog-section {
  background: #ffffff;
}

.blog-grid article {
  overflow: hidden;
  min-height: 310px;
  padding: 0 0 20px;
  display: flex;
  flex-direction: column;
}

.blog-grid h3,
.blog-grid p,
.blog-grid a {
  margin-left: 22px;
  margin-right: 22px;
}

.blog-grid .eyebrow {
  margin-top: 18px;
}

.blog-media {
  height: 125px;
  flex: 0 0 125px;
  border-bottom: 1px solid var(--line);
  background:
    radial-gradient(circle at 74% 42%, rgba(255, 255, 255, 0.86) 0 9%, transparent 10%),
    linear-gradient(135deg, #111918, #314641);
}

.blog-related .article-list article {
  min-height: 165px;
  padding: 20px;
}

.blog-media-hotend {
  background:
    linear-gradient(135deg, rgba(17, 25, 24, 0.62), rgba(17, 25, 24, 0.08)),
    url("assets/slideshow/slide-nozzle-pack.png") center / 82% auto no-repeat,
    linear-gradient(135deg, #111918, #87d7c0 62%, #eea642);
}

.blog-media-electronics {
  background:
    linear-gradient(135deg, rgba(17, 25, 24, 0.72), rgba(17, 25, 24, 0.12)),
    url("assets/slideshow/slide-duet-roto-toolboard.png") center / 76% auto no-repeat,
    linear-gradient(135deg, #16302b, #2aa7b8);
}

.blog-media-repair {
  background:
    linear-gradient(135deg, rgba(17, 25, 24, 0.9), rgba(17, 25, 24, 0.52)),
    url("assets/workbench-hero.png") center / cover;
}

.brand-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 10px;
}

.brand-feature-card {
  display: grid;
  grid-template-columns: minmax(160px, 240px) minmax(0, 1fr) auto;
  gap: 22px;
  align-items: center;
  margin-bottom: 16px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: var(--shadow);
}

.brand-feature-card > img {
  width: 100%;
  max-height: 94px;
  object-fit: contain;
}

.brand-feature-card h3 {
  margin: 0 0 8px;
  font-size: clamp(1.55rem, 3vw, 2.4rem);
}

.brand-feature-card p:not(.eyebrow) {
  margin: 0;
  color: var(--muted);
}

.brand-feature-card nav {
  display: grid;
  gap: 8px;
  min-width: 150px;
}

.brand-feature-card nav a {
  display: block;
  padding: 10px 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: #116a75;
  font-weight: 900;
  text-align: center;
  background: rgba(100, 224, 196, 0.14);
  transition:
    border-color 160ms ease,
    background-color 160ms ease,
    box-shadow 160ms ease,
    transform 160ms ease;
}

.brand-feature-card nav a:hover,
.brand-feature-card nav a:focus-visible {
  border-color: rgba(100, 224, 196, 0.72);
  color: #083f45;
  background: var(--mint-strong);
  box-shadow: 0 12px 28px rgba(42, 167, 184, 0.16);
  transform: translateY(-1px);
}

.brand-grid a {
  display: flex;
  flex-direction: column;
  place-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 128px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
  font-weight: 900;
}

.brand-grid img {
  width: 120px;
  height: 54px;
  object-fit: contain;
}

.brand-grid img[alt="Voron"],
.brand-grid img[alt="Bambu Lab"] {
  width: 58px;
}

.brand-grid img[alt="Bondtech"] {
  width: 138px;
}

.brand-grid span {
  color: var(--muted);
  font-size: 0.82rem;
}

.brand-grid a:hover,
.brand-grid a:focus-visible {
  border-color: var(--cyan);
}

.support {
  display: grid;
  grid-template-columns: minmax(260px, 0.75fr) minmax(0, 1.25fr);
  gap: clamp(24px, 5vw, 70px);
  background: #ffffff;
}

.support-grid article {
  min-height: 220px;
  padding: 22px;
}

.mini-logo-cloud {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin: 18px 0;
}

.mini-logo-cloud img {
  width: 100%;
  height: 42px;
  object-fit: contain;
  padding: 7px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
}

.brand-hero {
  display: grid;
  align-items: center;
  min-height: 0;
  padding: clamp(36px, 4vw, 52px) clamp(20px, 6vw, 84px);
  color: #ffffff;
}

.bondtech-hero {
  background:
    linear-gradient(90deg, rgba(14, 21, 20, 0.96), rgba(14, 21, 20, 0.72)),
    radial-gradient(circle at 84% 18%, rgba(238, 166, 66, 0.34), transparent 32%),
    var(--carbon);
}

.uni3dverse-hero {
  background:
    linear-gradient(90deg, rgba(14, 21, 20, 0.94), rgba(14, 21, 20, 0.62)),
    radial-gradient(circle at 82% 18%, rgba(238, 166, 66, 0.38), transparent 34%),
    var(--carbon);
}

.brand-hero > div {
  max-width: 860px;
}

.bondtech-hero-logo,
.uni-brand-logo {
  width: min(230px, 72vw);
  height: auto;
  margin: 10px 0 18px;
  padding: 10px 14px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: #ffffff;
}

.brand-hero h1 {
  max-width: 12ch;
  margin: 0;
  color: #ffffff;
  font-size: clamp(2.35rem, 4vw, 3.75rem);
  line-height: 1;
}

.brand-hero p:not(.eyebrow) {
  max-width: 720px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 1rem;
}

@media (max-width: 620px) {
  .brand-hero {
    padding: 30px 18px 34px;
  }

  .bondtech-hero-logo,
  .uni-brand-logo {
    width: min(205px, 68vw);
    margin-bottom: 16px;
  }

  .brand-hero h1 {
    font-size: 2.2rem;
  }
}

.bondtech-overview {
  background: #ffffff;
}

.bondtech-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 28px;
}

.bondtech-feature-grid article {
  min-height: 250px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
}

.bondtech-feature-grid span {
  color: var(--amber);
  font-weight: 900;
}

.bondtech-spec-band {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.75fr);
  gap: clamp(24px, 5vw, 72px);
  align-items: start;
  color: #ffffff;
  background:
    linear-gradient(135deg, rgba(14, 21, 20, 0.98), rgba(19, 57, 55, 0.96)),
    var(--carbon);
}

.bondtech-spec-band h2 {
  color: #ffffff;
}

.bondtech-spec-band p {
  color: rgba(255, 255, 255, 0.76);
}

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

.bondtech-spec-list p {
  margin: 0;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.07);
}

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

.bondtech-spec-list strong {
  color: #ffffff;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 30px clamp(20px, 6vw, 84px);
  color: rgba(255, 255, 255, 0.78);
  background: var(--carbon);
}

.site-footer strong,
.site-footer a {
  color: #ffffff;
}

.site-footer p {
  margin: 6px 0 0;
}

.redesign-footer {
  display: block;
  padding: 0;
  color: rgba(255, 255, 255, 0.78);
  background:
    linear-gradient(180deg, rgba(13, 20, 19, 0.96), rgba(8, 12, 12, 1)),
    var(--carbon);
}

.redesign-footer a,
.redesign-footer strong {
  color: #ffffff;
}

.redesign-footer a {
  text-decoration: none;
  transition: color 180ms ease, box-shadow 180ms ease, text-shadow 180ms ease, filter 180ms ease, transform 180ms ease;
}

.redesign-footer__column a,
.redesign-footer__bottom a {
  width: fit-content;
}

.redesign-footer a:hover,
.redesign-footer a:focus-visible {
  color: var(--mint);
  text-shadow: 0 0 16px rgba(135, 215, 192, 0.62);
  transform: translateX(2px);
}

.redesign-footer__bottom a:hover,
.redesign-footer__bottom a:focus-visible,
.redesign-footer__badges a:hover,
.redesign-footer__badges a:focus-visible,
.redesign-footer__partner:hover,
.redesign-footer__partner:focus-visible {
  transform: translateY(-1px);
}

.redesign-footer__inner {
  display: grid;
  grid-template-columns: minmax(260px, 1.25fr) repeat(3, minmax(170px, 0.75fr));
  gap: clamp(28px, 5vw, 68px);
  padding: clamp(42px, 7vw, 78px) clamp(20px, 6vw, 84px);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.redesign-footer__brand {
  max-width: 420px;
}

.redesign-footer__logo {
  display: block;
  width: min(260px, 100%);
  height: auto;
  margin-bottom: 18px;
}

.redesign-footer__brand p {
  max-width: 34rem;
  color: rgba(255, 255, 255, 0.74);
}

.redesign-footer__badges {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 10px;
  width: fit-content;
  margin-top: 24px;
}

.redesign-footer__badges a {
  display: block;
  border-radius: 8px;
}

.redesign-footer__badges a:hover,
.redesign-footer__badges a:focus-visible,
.redesign-footer__partner:hover,
.redesign-footer__partner:focus-visible {
  box-shadow: 0 0 0 1px rgba(135, 215, 192, 0.34), 0 0 26px rgba(135, 215, 192, 0.18);
  filter: drop-shadow(0 0 12px rgba(135, 215, 192, 0.28));
  transform: translateY(-1px);
}

.redesign-footer__badges a:focus-visible,
.redesign-footer__partner:focus-visible {
  outline: 3px solid var(--mint);
  outline-offset: 4px;
}

.redesign-footer__badges img {
  width: 108px;
  height: 56px;
  object-fit: contain;
  padding: 8px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.94);
}

.redesign-footer__badges .redesign-footer__badge-mark {
  width: 64px;
  padding: 6px;
  background: #ffffff;
  border-color: rgba(238, 166, 66, 0.42);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.18);
}

.redesign-footer__badges img[alt="Official E3D reseller"] {
  width: 120px;
  background: transparent;
  border-color: rgba(255, 255, 255, 0.22);
  padding: 0;
}

.redesign-footer__partner {
  display: grid;
  place-items: center;
  width: 312px;
  max-width: 100%;
  min-height: 54px;
  margin: 16px 0 0;
  padding: 9px 18px;
  border: 1px solid rgba(238, 166, 66, 0.34);
  border-radius: 8px;
  background: #ffffff;
}

.redesign-footer__partner img {
  width: 210px;
  height: 34px;
  object-fit: contain;
}

.redesign-footer__column {
  display: grid;
  align-content: start;
  gap: 10px;
}

.redesign-footer__column h2 {
  margin: 0 0 8px;
  color: #ffffff;
  font-size: 1rem;
}

.redesign-footer__column p {
  color: rgba(255, 255, 255, 0.72);
}

.redesign-footer__contact {
  gap: 12px;
}

.redesign-footer__bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 22px clamp(20px, 6vw, 84px);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(0, 0, 0, 0.16);
}

.redesign-footer__bottom nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
}

.redesign-footer__bottom p {
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.92rem;
}

.landing-footer {
  display: block;
  padding: 0;
  color: #111111;
  background: #ffffff;
}

.landing-footer a,
.landing-footer strong {
  color: #111111;
}

.footer-image-strip {
  min-height: 96px;
  border-bottom: 2px solid var(--amber);
  background:
    linear-gradient(90deg, rgba(8, 13, 14, 0.74), rgba(8, 13, 14, 0.3)),
    url("assets/workbench-hero.png") center 42% / cover;
}

.footer-main {
  display: grid;
  grid-template-columns: minmax(180px, 260px) minmax(280px, 1fr) minmax(260px, 390px);
  gap: clamp(36px, 7vw, 110px);
  padding: 46px clamp(28px, 7vw, 86px) 34px;
  border-bottom: 2px solid rgba(216, 164, 40, 0.62);
  box-shadow: 0 8px 20px rgba(216, 164, 40, 0.18);
}

.footer-logo-stack {
  display: grid;
  align-content: start;
  gap: 28px;
}

.footer-logo-stack img {
  display: block;
  width: 100%;
  max-width: 190px;
  height: auto;
  object-fit: contain;
}

.footer-logo-stack .footer-mark {
  max-width: 170px;
}

.footer-logo-stack .footer-badge {
  max-width: 160px;
}

.footer-logo-stack .footer-duet {
  max-width: 175px;
}

.landing-footer h2 {
  margin: 0 0 12px;
  font-size: 1.05rem;
  line-height: 1.2;
}

.footer-contact p,
.footer-directory p {
  margin: 0 0 18px;
}

.hours-list {
  display: grid;
  gap: 14px;
  max-width: 250px;
  margin: 0 0 28px;
}

.hours-list div {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 22px;
}

.hours-list dt,
.hours-list dd {
  margin: 0;
}

.social-links {
  display: flex;
  gap: 8px;
}

.social-links a {
  display: inline-grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border-radius: 50%;
  color: var(--amber);
  background: #050505;
  font-weight: 900;
  text-decoration: none;
}

.footer-directory {
  display: grid;
  align-content: start;
  justify-items: start;
  gap: 7px;
}

.footer-directory h2 {
  margin-top: 20px;
}

.footer-directory h2:first-child {
  margin-top: 0;
}

.footer-directory a,
.footer-legal a {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.vat-note {
  font-size: 0.9rem;
}

.footer-directory .vat-note {
  margin: 22px 0 0;
}

.footer-directory .vat-note + .vat-note {
  margin-top: 6px;
}

.footer-legal {
  padding: 34px clamp(20px, 6vw, 84px);
  text-align: center;
}

.footer-legal nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0 6px;
  margin-bottom: 18px;
}

.footer-legal a::after {
  content: "|";
  display: inline-block;
  margin-left: 6px;
  color: #111111;
}

.footer-legal a:last-child::after {
  content: "";
  margin: 0;
}

.footer-legal p {
  color: #111111;
  font-weight: 800;
}

@media (max-width: 920px) {
  .shop-brand-routes {
    grid-template-columns: repeat(2, minmax(150px, 1fr));
  }

  .nav-toggle {
    display: block;
  }

  .site-nav {
    position: absolute;
    top: calc(100% + 8px);
    right: 16px;
    left: 16px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 12px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #ffffff;
    box-shadow: var(--shadow);
  }

  .site-nav.is-open {
    display: flex;
  }

  .nav-group {
    width: 100%;
  }

  .menu-trigger {
    width: 100%;
    text-align: left;
  }

  .header-search {
    width: 100%;
    margin: 4px 0;
  }

  .mega-menu {
    position: static;
    grid-template-columns: 1fr;
    max-height: 58vh;
    margin-top: 8px;
    padding: 12px;
    box-shadow: none;
  }

  .nav-group:hover .mega-menu,
  .nav-group:focus-within .mega-menu {
    display: none;
  }

  .nav-group .mega-menu.is-open {
    display: grid;
  }

  .brand-menu {
    width: auto;
  }

  .quick-links,
  .intro,
  .product-grid,
  .service-band,
  .landing-path-grid,
  .repair-stats,
  .repair-options,
  .brand-menu,
  .brand-feature-card,
  .brand-grid,
  .support,
  .support-grid,
  .conversion-grid,
  .blog-grid,
  .change-grid,
  .bondtech-feature-grid,
  .bondtech-spec-band,
  .gallery-grid,
  .review-summary,
  .policy-link-grid,
  .article-list {
    grid-template-columns: 1fr;
  }

  .gallery-grid figure.wide,
  .gallery-grid figure.tall {
    grid-column: auto;
    grid-row: auto;
  }

  .gallery-toolbar,
  .widget-placeholder {
    display: block;
  }

  .gallery-toolbar .button,
  .widget-placeholder .button {
    width: 100%;
    margin-top: 18px;
  }

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

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

  .redesign-footer__brand {
    grid-column: 1 / -1;
    max-width: none;
  }

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

  .footer-logo-stack {
    grid-column: 1 / -1;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: center;
  }

  .footer-logo-stack img {
    max-width: 150px;
  }

  .hero {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: auto;
  }

  .hero-content {
    order: 1;
    max-width: none;
    padding-bottom: 24px;
  }

  .hero-showcase {
    position: relative;
    order: 2;
    top: auto;
    right: auto;
    width: min(560px, calc(100% - 40px));
    min-width: 0;
    margin: 0 auto 44px;
  }
}

@media (max-width: 620px) {
  .shop-brand-routes {
    grid-template-columns: 1fr;
  }

  .shop-brand-routes a {
    min-height: 68px;
  }

  .shop-brand-routes img {
    height: 38px;
  }

  .shop-embed-frame {
    padding: 12px 8px;
  }

  .shop-embed-frame .ec-cart__body,
  .shop-embed-frame .ec-cart-step__body {
    display: block !important;
  }

  .shop-embed-frame .ec-cart__products,
  .shop-embed-frame .ec-cart__sidebar,
  .shop-embed-frame .ec-cart-step__main,
  .shop-embed-frame .ec-cart-step__aside {
    position: static !important;
    width: 100% !important;
    max-width: none !important;
  }

  .brand {
    min-width: 181px;
  }

  .brand-logo {
    width: 194px;
    max-height: 75px;
  }

  .hero {
    min-height: 560px;
  }

  .hero-shade {
    background: linear-gradient(90deg, rgba(10, 16, 15, 0.94), rgba(10, 16, 15, 0.54));
  }

  .hero h1 {
    max-width: 11ch;
    font-size: clamp(2.6rem, 14vw, 4.2rem);
  }

  .hero-actions .button {
    width: 100%;
  }

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

  .section-link {
    width: 100%;
    margin-top: 18px;
  }

  .redesign-footer__inner {
    grid-template-columns: 1fr;
  }

  .redesign-footer__bottom {
    display: grid;
    justify-items: start;
  }

  .footer-main {
    grid-template-columns: 1fr;
    padding-inline: 24px;
  }

  .footer-logo-stack {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .footer-contact,
  .footer-directory {
    text-align: center;
    justify-items: center;
  }

  .hours-list {
    margin-inline: auto;
  }

  .footer-legal nav {
    display: block;
    line-height: 1.8;
  }

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

.cookie-consent {
  position: fixed;
  right: clamp(16px, 3vw, 34px);
  bottom: clamp(16px, 3vw, 34px);
  z-index: 80;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 22px;
  width: min(760px, calc(100vw - 32px));
  padding: 22px;
  color: var(--ink);
  border: 1px solid rgba(135, 215, 192, 0.45);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 24px 70px rgba(14, 21, 20, 0.22);
  backdrop-filter: blur(18px);
}

.cookie-consent[hidden] {
  display: none;
}

.cookie-consent .eyebrow {
  margin-bottom: 6px;
}

.cookie-consent h2 {
  margin: 0 0 8px;
  font-size: 1.12rem;
  letter-spacing: 0;
}

.cookie-consent p {
  margin: 0;
  color: var(--muted);
  font-size: 0.94rem;
}

.cookie-consent__actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 9px;
  align-content: center;
  min-width: 190px;
}

.cookie-consent__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 16px;
  color: var(--ink);
  font: inherit;
  font-weight: 800;
  border: 1px solid rgba(23, 32, 30, 0.22);
  border-radius: 6px;
  background: var(--white);
  cursor: pointer;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.cookie-consent__button--primary {
  color: #06110f;
  border-color: rgba(100, 224, 196, 0.72);
  background: var(--mint);
}

.cookie-consent__button:hover,
.cookie-consent__button:focus-visible,
.cookie-consent__actions a:hover,
.cookie-consent__actions a:focus-visible {
  border-color: rgba(42, 167, 184, 0.78);
  box-shadow: 0 0 0 3px rgba(135, 215, 192, 0.28), 0 0 22px rgba(135, 215, 192, 0.34);
  transform: translateY(-1px);
  outline: none;
}

.cookie-consent__actions a {
  justify-self: center;
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}

@media (max-width: 760px) {
  .cookie-consent {
    grid-template-columns: 1fr;
  }

  .cookie-consent__actions {
    min-width: 0;
  }
}

@media (max-width: 920px) {
  .gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  .gallery-grid {
    grid-template-columns: 1fr;
  }

  .gallery-grid figure {
    height: 190px;
  }

  .repair-page-band .repair-issue-list {
    grid-template-columns: 1fr;
  }
}

.shop-page .shop-hero {
  margin-bottom: 0;
}

.shop-page .shop-intro,
.shop-page .shop-kicker,
.shop-page .shop-heading,
.shop-page .shop-copy {
  display: none;
}

.shop-page .shop-brand-routes {
  margin-top: 0.75rem;
  margin-bottom: 1rem;
}

.shop-page .shop-embed-frame {
  margin-top: 0;
}

.shop-brand-routes button.logo-only {
  appearance: none;
  border: 1px solid rgba(18, 35, 31, 0.14);
  background: #fff;
  color: inherit;
  cursor: default;
  font: inherit;
}

.shop-brand-routes .coming-soon {
  position: relative;
}

.shop-brand-routes .coming-soon-label {
  position: absolute;
  left: 50%;
  bottom: calc(100% + 8px);
  transform: translateX(-50%) translateY(4px);
  opacity: 0;
  pointer-events: none;
  z-index: 30;
  white-space: nowrap;
  padding: 0.35rem 0.55rem;
  border-radius: 6px;
  background: #10231f;
  color: #fff;
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1.2;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.18);
  transition: opacity 0.16s ease, transform 0.16s ease;
}

.shop-brand-routes .coming-soon:hover .coming-soon-label,
.shop-brand-routes .coming-soon:focus-visible .coming-soon-label {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

