:root {
  --cx34-ink: #17191b;
  --cx34-graphite: #25292d;
  --cx34-steel: #6f777e;
  --cx34-line: #d6d8d7;
  --cx34-paper: #f3f2ee;
  --cx34-white: #ffffff;
  --cx34-signal: #bd5c36;
  --cx34-signal-dark: #934325;
  --cx34-shadow: 0 24px 60px rgba(23, 25, 27, .12);
  --cx34-display: "Barlow Condensed", "Arial Narrow", sans-serif;
  --cx34-body: "Outfit", Arial, sans-serif;
}

html { scroll-behavior: smooth; }
body { background: var(--cx34-paper); color: var(--cx34-ink); font-family: var(--cx34-body); }
body, button, input, select, textarea { font-family: var(--cx34-body); }
button, a { -webkit-tap-highlight-color: transparent; }
button:active, .cx-button:active { transform: translateY(1px); }
.cx-shell { width: min(1240px, calc(100% - 48px)); }
.cx34-skip-link { position: fixed; top: 12px; left: 12px; z-index: 99999; padding: 10px 14px; background: var(--cx34-white); color: var(--cx34-ink); transform: translateY(-160%); }
.cx34-skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid var(--cx34-signal); outline-offset: 3px; }
.cx-button { min-height: 48px; border: 1px solid var(--cx34-signal); border-radius: 4px; background: var(--cx34-signal); color: var(--cx34-white); box-shadow: none; font-weight: 800; letter-spacing: .01em; transition: transform .25s cubic-bezier(.16, 1, .3, 1), background .25s ease; }
.cx-button:hover { background: var(--cx34-signal-dark); border-color: var(--cx34-signal-dark); transform: translateY(-2px); }
.cx34-eyebrow, .cx34-product-kicker, .cx34-finder-label { color: var(--cx34-signal); font-family: var(--cx34-display); font-size: 14px; font-weight: 700; letter-spacing: .12em; line-height: 1; text-transform: uppercase; }

/* Header */
.cx34-header { position: sticky; top: 0; z-index: 1000; border-bottom: 1px solid rgba(255, 255, 255, .12); background: rgba(23, 25, 27, .97); backdrop-filter: blur(16px); }
.cx34-announcement { border-bottom: 1px solid rgba(255, 255, 255, .1); background: #202326; color: #d7d9da; font-size: 12px; }
.cx34-announcement .cx-shell { display: flex; min-height: 30px; align-items: center; justify-content: space-between; }
.cx34-announcement a { color: #fff; font-weight: 700; text-decoration: none; }
.cx34-header .cx-header-inner { min-height: 70px; }
.cx34-header .cx-brand img { width: 154px; height: auto; }
.cx34-nav { gap: 28px; }
.cx34-nav > a, .cx34-nav > .cx-nav-item > a { font-size: 14px; letter-spacing: .01em; }
.cx34-nav-fit { color: #f2b295 !important; }
.cx34-mega-menu { grid-template-columns: .75fr 1.25fr; min-width: 650px; }
.cx34-mega-intro { display: grid; align-content: start; gap: 12px; padding: 18px; border-right: 1px solid #e1e3e2; }
.cx34-mega-intro span { color: var(--cx34-signal); font-size: 12px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.cx34-mega-intro strong { max-width: 20ch; font-family: var(--cx34-display); font-size: 25px; line-height: 1.05; }
.cx34-mega-intro a { width: fit-content; color: var(--cx34-ink); font-size: 13px; font-weight: 800; text-decoration: underline; text-underline-offset: 4px; }
.cx34-search-panel { position: relative; }
.cx34-search-panel > summary { list-style: none; cursor: pointer; }
.cx34-search-panel > summary::-webkit-details-marker { display: none; }
.cx34-search-panel form { position: absolute; top: calc(100% + 20px); right: 0; display: grid; width: min(440px, calc(100vw - 32px)); gap: 10px; padding: 22px; border: 1px solid #dadcdb; border-radius: 6px; background: #fff; box-shadow: var(--cx34-shadow); color: var(--cx34-ink); }
.cx34-search-panel form label { font-size: 13px; font-weight: 800; }
.cx34-search-panel form div { display: grid; grid-template-columns: 1fr auto; }
.cx34-search-panel input { min-width: 0; min-height: 46px; border: 1px solid #aeb3b5; border-right: 0; border-radius: 4px 0 0 4px; padding: 0 13px; }
.cx34-search-panel button { border: 0; border-radius: 0 4px 4px 0; padding: 0 18px; background: var(--cx34-signal); color: #fff; font-weight: 800; }
.cx34-mobile-nav-label { margin-top: 12px; color: #91989d; font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.cx34-mobile-search { display: grid; gap: 7px; margin-bottom: 10px; }
.cx34-mobile-search label { font-size: 12px; font-weight: 800; }
.cx34-mobile-search div { display: grid; grid-template-columns: 1fr auto; }
.cx34-mobile-search input { min-width: 0; min-height: 44px; border: 1px solid #5c6368; border-radius: 4px 0 0 4px; padding: 0 10px; background: #fff; color: var(--cx34-ink); }
.cx34-mobile-search button { border: 0; border-radius: 0 4px 4px 0; padding: 0 14px; background: var(--cx34-signal); color: #fff; font-weight: 800; }

/* Homepage */
.cx-home-v34 { overflow: hidden; background: var(--cx34-paper); }
.cx34-hero { position: relative; padding: 62px 0 48px; background: var(--cx34-ink); color: #fff; }
.cx34-hero::before { position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px); background-size: 64px 64px; content: ""; pointer-events: none; }
.cx34-hero-grid { position: relative; display: grid; grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr); align-items: stretch; gap: 54px; }
.cx34-hero-copy { display: flex; min-width: 0; flex-direction: column; justify-content: center; padding: 28px 0; }
.cx34-hero h1 { max-width: 780px; margin: 18px 0 24px; color: #fff; font-family: var(--cx34-display); font-size: clamp(54px, 6vw, 86px); font-weight: 700; letter-spacing: -.035em; line-height: .84; text-transform: uppercase; }
.cx34-hero h1 span { color: #e49a76; }
.cx34-hero-copy > p { max-width: 58ch; margin: 0; color: #c7cbcd; font-size: 17px; line-height: 1.65; }
.cx34-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 30px; align-items: center; }
.cx34-button-ghost { display: inline-flex; min-height: 48px; gap: 8px; align-items: center; padding: 0 6px; color: #fff; font-weight: 800; text-decoration: none; }
.cx34-button-ghost svg, .cx34-section-head a svg, .cx34-projects strong svg, .cx34-product-action a svg, .cx34-product-secondary a svg { width: 18px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.cx34-hero-facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; margin: 42px 0 0; border-top: 1px solid #45494c; }
.cx34-hero-facts div { padding: 18px 15px 0 0; border-right: 1px solid #45494c; }
.cx34-hero-facts div + div { padding-left: 15px; }
.cx34-hero-facts div:last-child { border-right: 0; }
.cx34-hero-facts dt { color: #878f94; font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.cx34-hero-facts dd { margin: 6px 0 0; color: #f2f3f3; font-size: 12px; line-height: 1.4; }
.cx34-hero-media { position: relative; min-height: 610px; overflow: hidden; border-radius: 6px; background: #2a2d30; box-shadow: var(--cx34-shadow); }
.cx34-hero-media::after { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(23,25,27,.3), transparent 40%), linear-gradient(0deg, rgba(23,25,27,.25), transparent 35%); content: ""; pointer-events: none; }
.cx34-hero-media > picture { display: block; width: 100%; height: 100%; }
.cx34-hero-media > picture > img { width: 100%; height: 100%; object-fit: cover; object-position: 66% center; }
.cx34-hero-annotation { position: absolute; z-index: 2; display: flex; max-width: 190px; gap: 8px; align-items: center; padding: 9px 11px; border: 1px solid rgba(255,255,255,.32); border-radius: 3px; background: rgba(23,25,27,.72); backdrop-filter: blur(8px); font-size: 11px; }
.cx34-hero-annotation span { color: #e6a383; font-family: var(--cx34-display); font-size: 16px; }
.cx34-hero-annotation-a { top: 19%; left: 8%; }
.cx34-hero-annotation-b { top: 58%; right: 5%; }
.cx34-hero-annotation-c { bottom: 6%; left: 22%; }

.cx34-product-section, .cx34-projects, .cx34-trust { padding: 104px 0; }
.cx34-section-head { display: grid; grid-template-columns: 1fr auto; gap: 40px; align-items: end; margin-bottom: 42px; }
.cx34-section-head h2, .cx34-fit-intro h2, .cx34-trust-copy h2 { max-width: 770px; margin: 12px 0 0; font-family: var(--cx34-display); font-size: clamp(42px, 5vw, 68px); font-weight: 700; letter-spacing: -.025em; line-height: .95; text-transform: uppercase; }
.cx34-section-head > a, .cx34-trust-copy > a { display: inline-flex; gap: 8px; align-items: center; color: var(--cx34-ink); font-weight: 800; text-decoration: none; }
.cx34-product-system { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(340px, .75fr); gap: 18px; }
.cx34-product-primary { display: grid; min-height: 650px; grid-template-columns: minmax(0, 1.05fr) minmax(280px, .95fr); overflow: hidden; border: 1px solid var(--cx34-line); border-radius: 6px; background: #e9e9e5; }
.cx34-product-primary > img { width: 100%; height: 100%; object-fit: contain; padding: 70px 22px; filter: drop-shadow(0 24px 25px rgba(15,16,17,.22)); }
.cx34-product-copy { display: flex; flex-direction: column; padding: 50px; background: #fff; }
.cx34-product-copy h3, .cx34-product-secondary h3 { margin: 12px 0 8px; font-family: var(--cx34-display); font-size: 42px; font-weight: 700; letter-spacing: -.02em; line-height: .95; text-transform: uppercase; }
.cx34-product-copy > p { max-width: 52ch; margin: 24px 0; color: #555c61; line-height: 1.6; }
.cx34-product-copy dl { margin: auto 0 0; border-top: 1px solid var(--cx34-line); }
.cx34-product-copy dl div { display: grid; grid-template-columns: 80px 1fr; padding: 12px 0; border-bottom: 1px solid var(--cx34-line); }
.cx34-product-copy dt { color: #70777c; font-size: 12px; font-weight: 800; text-transform: uppercase; }
.cx34-product-copy dd { margin: 0; font-weight: 700; }
.cx34-product-review { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; color: #5b6267; font-size: 12px; }
.cx34-product-review > span { color: var(--cx34-signal); letter-spacing: .04em; }
.cx34-product-review em { font-style: normal; text-decoration: underline; text-decoration-color: #b8bcbe; text-underline-offset: 3px; }
.cx34-product-action { display: flex; justify-content: space-between; gap: 15px; align-items: center; margin-top: 24px; }
.cx34-product-action > strong, .cx34-product-secondary article > div > strong { font-size: 18px; }
.cx34-product-action a, .cx34-product-secondary a { display: inline-flex; gap: 6px; align-items: center; color: var(--cx34-ink); font-weight: 800; text-decoration: none; }
.cx34-product-secondary { display: grid; grid-template-rows: repeat(2, 1fr); gap: 18px; }
.cx34-product-secondary article { display: grid; grid-template-columns: minmax(130px, .8fr) minmax(0, 1.2fr); align-items: center; overflow: hidden; border: 1px solid var(--cx34-line); border-radius: 6px; background: #fff; }
.cx34-product-secondary img { width: 100%; height: 100%; object-fit: contain; padding: 26px; background: #e9e9e5; }
.cx34-product-secondary article > div { display: grid; align-content: center; gap: 10px; padding: 28px; }
.cx34-product-secondary h3 { font-size: 30px; }
.cx34-product-secondary p { margin: 4px 0; color: #596065; font-size: 13px; line-height: 1.5; }

.cx35-retail-section-head > div > p {
  max-width: 62ch;
  margin: 18px 0 0;
  color: #5d656a;
  line-height: 1.65;
}

.cx35-retail-categories {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(300px, 1fr);
  gap: 18px;
}

.cx35-retail-category {
  display: grid;
  min-height: 520px;
  overflow: hidden;
  border: 1px solid var(--cx34-line);
  border-radius: 6px;
  background: #fff;
}

.cx35-retail-category--slides {
  grid-template-columns: minmax(280px, .92fr) minmax(0, 1.08fr);
}

.cx35-retail-category--brackets {
  grid-template-rows: minmax(250px, .92fr) auto;
}

.cx35-retail-category-media {
  display: flex;
  min-width: 0;
  align-items: center;
  justify-content: center;
  background: #e9e9e5;
}

.cx35-retail-category-media img {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: contain;
  padding: clamp(28px, 4vw, 64px);
  filter: drop-shadow(0 22px 24px rgba(15, 16, 17, .2));
}

.cx35-retail-category--brackets .cx35-retail-category-media img {
  padding: 30px;
}

.cx35-retail-category-copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: flex-start;
  padding: clamp(28px, 3.4vw, 48px);
}

.cx35-retail-category-meta {
  display: flex;
  width: 100%;
  gap: 18px;
  align-items: center;
  justify-content: space-between;
  color: #737a7e;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.cx35-retail-category-meta strong {
  color: #a84e2f;
  font-size: inherit;
}

.cx35-retail-category-copy h3 {
  margin: 22px 0 14px;
  font-family: var(--cx34-display);
  font-size: clamp(34px, 4vw, 54px);
  letter-spacing: -.025em;
  line-height: .94;
  text-transform: uppercase;
}

.cx35-retail-category--brackets h3 {
  font-size: clamp(31px, 3vw, 42px);
}

.cx35-retail-category-copy p {
  max-width: 50ch;
  margin: 0 0 30px;
  color: #555d62;
  line-height: 1.65;
}

.cx35-retail-cta {
  display: inline-flex;
  min-height: 44px;
  gap: 8px;
  align-items: center;
  margin-top: auto;
  color: var(--cx34-ink);
  font-weight: 800;
  text-decoration: none;
}

.cx35-retail-cta svg {
  width: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  transition: transform 200ms ease;
}

.cx35-retail-cta:hover svg,
.cx35-retail-cta:focus-visible svg {
  transform: translateX(4px);
}

.cx35-retail-cta:focus-visible,
.cx35-retail-feature-media:focus-visible {
  outline: 2px solid var(--cx34-signal);
  outline-offset: 3px;
}

.cx35-retail-featured {
  margin-top: 64px;
  padding-top: 46px;
  border-top: 1px solid var(--cx34-line);
}

.cx35-retail-featured > header {
  display: grid;
  grid-template-columns: minmax(170px, .32fr) minmax(0, .68fr);
  gap: 30px;
  align-items: end;
  margin-bottom: 28px;
}

.cx35-retail-featured > header h3 {
  max-width: 760px;
  margin: 0;
  font-family: var(--cx34-display);
  font-size: clamp(32px, 4vw, 48px);
  letter-spacing: -.02em;
  line-height: .96;
  text-transform: uppercase;
}

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

.cx35-retail-featured-grid.has-one-product {
  grid-template-columns: minmax(0, 1fr);
}

.cx35-retail-feature-card {
  display: grid;
  min-height: 290px;
  grid-template-columns: minmax(210px, .88fr) minmax(0, 1.12fr);
  overflow: hidden;
  border: 1px solid var(--cx34-line);
  border-radius: 6px;
  background: #fff;
}

.cx35-retail-feature-media {
  display: flex;
  min-width: 0;
  align-items: center;
  justify-content: center;
  background: #ecece8;
}

.cx35-retail-feature-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 22px;
}

.cx35-retail-feature-card > div {
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: flex-start;
  padding: 28px;
}

.cx35-retail-feature-card > div > span {
  color: #a84e2f;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.cx35-retail-feature-card h4 {
  margin: 12px 0 18px;
  font-family: var(--cx34-display);
  font-size: clamp(26px, 2.4vw, 34px);
  line-height: .98;
  text-transform: uppercase;
}

.cx35-retail-feature-card h4 a {
  color: var(--cx34-ink);
  text-decoration: none;
}

.cx35-retail-feature-card > div > strong {
  color: #32383c;
  font-size: 18px;
}

.cx35-home-business { padding: 0 0 104px; background: var(--cx34-paper); }
.cx35-home-business-panel { position: relative; display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr); overflow: hidden; border: 1px solid #3c4145; border-radius: 6px; background: var(--cx34-ink); color: #fff; box-shadow: 0 22px 52px rgba(23,25,27,.12); }
.cx35-home-business-panel::before { position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px); background-size: 64px 64px; content: ""; pointer-events: none; }
.cx35-home-business-copy, .cx35-home-business-routes { position: relative; z-index: 1; }
.cx35-home-business-copy { padding: 54px 56px; }
.cx35-home-business-copy .cx34-eyebrow, .cx35-home-business-routes-head > span { color: #e6a17f; }
.cx35-home-business-copy h2 { max-width: 760px; margin: 12px 0 18px; color: #fff; font-family: var(--cx34-display); font-size: clamp(42px, 4.6vw, 64px); font-weight: 700; letter-spacing: -.025em; line-height: .94; text-transform: uppercase; }
.cx35-home-business-copy > p { max-width: 59ch; margin: 0; color: #c8cdcf; line-height: 1.65; }
.cx35-home-business-actions { display: flex; flex-wrap: wrap; gap: 18px; align-items: center; margin-top: 28px; }
.cx35-home-business-link { display: inline-flex; gap: 8px; align-items: center; min-height: 48px; color: #fff; font-weight: 800; text-decoration: none; transition: color .2s ease, transform .2s ease; }
.cx35-home-business-link:hover, .cx35-home-business-link:focus-visible { color: #e6a17f; transform: translateX(3px); }
.cx35-home-business-link svg { width: 18px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.cx35-home-business-routes { display: grid; align-content: center; padding: 38px 40px; border-left: 1px solid rgba(255,255,255,.14); background: rgba(255,255,255,.035); }
.cx35-home-business-routes-head { display: grid; gap: 8px; padding-bottom: 20px; }
.cx35-home-business-routes-head > span { font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.cx35-home-business-routes-head > strong { max-width: 28ch; font-family: var(--cx34-display); font-size: 26px; line-height: 1.05; text-transform: uppercase; }
.cx35-home-business-routes dl { margin: 0; border-top: 1px solid rgba(255,255,255,.16); }
.cx35-home-business-routes dl > div { display: grid; grid-template-columns: minmax(145px, .75fr) minmax(0, 1.25fr); gap: 24px; padding: 22px 0; border-bottom: 1px solid rgba(255,255,255,.16); }
.cx35-home-business-routes dt { display: flex; gap: 10px; align-items: baseline; color: #fff; font-weight: 800; }
.cx35-home-business-routes dt > span { color: #e6a17f; font-family: var(--cx34-display); font-size: 18px; }
.cx35-home-business-routes dd { margin: 0; color: #aeb5b8; font-size: 13px; line-height: 1.55; }

.cx34-fit-system { padding: 100px 0; background: #fff; }
.cx34-fit-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 80px; }
.cx34-fit-intro { position: sticky; top: 150px; align-self: start; }
.cx34-fit-intro p { max-width: 52ch; margin: 24px 0; color: #596065; line-height: 1.65; }
.cx34-fit-rail { display: flex; align-items: center; margin-top: 38px; color: #6e757a; font-family: var(--cx34-display); font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.cx34-fit-rail i { flex: 1; height: 1px; margin: 0 8px; background: #c8ccce; }
.cx34-finder { border-top: 4px solid var(--cx34-ink); }
.cx34-finder-label { margin: 24px 0 14px; color: var(--cx34-ink); }
.cx34-finder-options { border-bottom: 1px solid var(--cx34-line); }
.cx34-finder-options button { display: grid; width: 100%; grid-template-columns: 42px 1fr; gap: 18px; align-items: center; border: 0; border-top: 1px solid var(--cx34-line); padding: 21px 12px; background: transparent; color: var(--cx34-ink); text-align: left; cursor: pointer; transition: background .25s ease, transform .25s ease; }
.cx34-finder-options button:hover, .cx34-finder-options button.is-active { background: #efeee9; }
.cx34-finder-options button.is-active { box-shadow: inset 4px 0 0 var(--cx34-signal); }
.cx34-finder-options svg { width: 32px; fill: none; stroke: currentColor; stroke-width: 1.5; }
.cx34-finder-options span { display: grid; gap: 4px; }
.cx34-finder-options strong { font-size: 17px; }
.cx34-finder-options small { color: #6d7479; font-size: 13px; }
.cx34-finder-result { margin-top: 28px; padding: 34px; border-radius: 5px; background: var(--cx34-ink); color: #fff; }
.cx34-finder-result > span { color: #e49a76; font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.cx34-finder-result h3 { margin: 10px 0; color: #fff; font-family: var(--cx34-display); font-size: 36px; line-height: 1; text-transform: uppercase; }
.cx34-finder-result p { max-width: 58ch; margin: 0; color: #c4c9cb; line-height: 1.55; }
.cx34-finder-result > div { display: flex; flex-wrap: wrap; gap: 18px; align-items: center; margin-top: 24px; }
.cx34-finder-result > div > a:not(.cx-button) { color: #fff; font-weight: 700; }

.cx34-projects { background: var(--cx34-graphite); color: #fff; }
.cx34-section-head-light h2 { color: #fff; }
.cx34-section-head-light > a { color: #fff; }
.cx34-project-grid { display: grid; grid-template-columns: 1.35fr .65fr; gap: 18px; }
.cx34-project-main, .cx34-project-stack a { position: relative; display: block; overflow: hidden; border-radius: 6px; color: #fff; text-decoration: none; }
.cx34-project-main { min-height: 720px; }
.cx34-project-stack { display: grid; grid-template-rows: repeat(2, 1fr); gap: 18px; }
.cx34-project-stack a { min-height: 350px; }
.cx34-project-main img, .cx34-project-stack img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s cubic-bezier(.16, 1, .3, 1); }
.cx34-project-main:hover img, .cx34-project-stack a:hover img { transform: scale(1.025); }
.cx34-project-main::after, .cx34-project-stack a::after { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(18,20,22,.92), rgba(18,20,22,.02) 68%); content: ""; }
.cx34-project-main > div, .cx34-project-stack a > div { position: absolute; z-index: 1; right: 0; bottom: 0; left: 0; padding: 36px; }
.cx34-project-main span, .cx34-project-stack span { color: #e6a17f; font-size: 12px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.cx34-project-main h3, .cx34-project-stack h3 { max-width: 17ch; margin: 10px 0; color: #fff; font-family: var(--cx34-display); font-size: 44px; line-height: .95; text-transform: uppercase; }
.cx34-project-stack h3 { font-size: 29px; }
.cx34-project-main p { max-width: 55ch; color: #d0d4d5; }
.cx34-project-main strong, .cx34-project-stack strong { display: inline-flex; gap: 8px; align-items: center; margin-top: 8px; font-size: 13px; }

.cx34-trust-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; }
.cx34-trust-copy p { max-width: 58ch; color: #555c61; line-height: 1.65; }
.cx34-trust-facts { display: grid; grid-template-columns: repeat(2, 1fr); margin: 0; border-top: 1px solid #bfc3c4; border-left: 1px solid #bfc3c4; }
.cx34-trust-facts div { min-height: 190px; padding: 26px; border-right: 1px solid #bfc3c4; border-bottom: 1px solid #bfc3c4; }
.cx34-trust-facts svg { width: 27px; margin-bottom: 24px; fill: none; stroke: var(--cx34-signal); stroke-width: 1.7; }
.cx34-trust-facts dt { font-family: var(--cx34-display); font-size: 36px; font-weight: 700; line-height: 1; text-transform: uppercase; }
.cx34-trust-facts dd { margin: 10px 0 0; color: #62696e; font-size: 13px; line-height: 1.45; }
.cx34-final-cta { grid-column: 1 / -1; display: grid; grid-template-columns: .45fr 1fr .45fr; gap: 30px; align-items: center; padding: 40px; border-radius: 6px; background: var(--cx34-ink); color: #fff; }
.cx34-final-cta > span { color: #e6a17f; font-size: 12px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.cx34-final-cta h3 { margin: 0; color: #fff; font-family: var(--cx34-display); font-size: 38px; line-height: 1; text-transform: uppercase; }
.cx34-final-cta p { margin: 0; color: #c7cbcd; line-height: 1.55; }
.cx34-final-cta .cx-button { justify-self: end; }

/* Content hubs and forms */
.cx34-page { padding-bottom: 100px; }
.cx-page.cx-full-width-page { padding: 0; }
.cx34-page-hero { padding: 72px 0; background: var(--cx34-ink); color: #fff; }
.cx34-page-hero-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 72px; align-items: end; }
.cx34-page-hero-grid > * { min-width: 0; }
.cx34-page-hero h1 { max-width: 780px; margin: 12px 0 0; color: #fff; font-family: var(--cx34-display); font-size: clamp(52px, 6vw, 82px); line-height: .88; overflow-wrap: anywhere; text-transform: uppercase; }
.cx34-page-hero p { max-width: 58ch; margin: 0; color: #c8ccce; font-size: 17px; line-height: 1.65; }
.cx34-applications-hero { overflow: hidden; padding: 0; }
.cx34-applications-hero-grid { display: grid; grid-template-columns: minmax(0, .92fr) minmax(480px, 1.08fr); gap: clamp(38px, 4vw, 64px); align-items: stretch; min-height: 620px; }
.cx34-applications-hero-copy { display: flex; flex-direction: column; justify-content: center; min-width: 0; padding: 76px 0; }
.cx34-applications-hero .cx34-applications-hero-copy h1 { max-width: 7.2em; font-size: clamp(56px, 5vw, 72px); overflow-wrap: normal; word-break: normal; }
.cx34-applications-hero-copy > p { max-width: 48ch; margin-top: 28px; }
.cx34-applications-hero-media { position: relative; min-width: 0; margin: 0; overflow: hidden; background: #24282b; }
.cx34-applications-hero-media::after { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(20,22,24,.46), transparent 34%), linear-gradient(180deg, transparent 52%, rgba(12,14,16,.78) 100%); content: ""; pointer-events: none; }
.cx34-applications-hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: 52% center; }
.cx34-applications-hero-media figcaption { position: absolute; z-index: 1; right: 30px; bottom: 28px; left: 30px; display: grid; grid-template-columns: 118px minmax(0, 1fr); gap: 20px; align-items: end; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.42); color: #fff; }
.cx34-applications-hero-media figcaption span { color: #e4a180; font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.cx34-applications-hero-media figcaption strong { max-width: 35ch; font-size: 13px; line-height: 1.45; }
.cx34-about-hero { overflow: hidden; padding: 0; }
.cx34-about-hero .cx34-page-hero-grid { grid-template-columns: minmax(0, 1fr) minmax(0, 1.08fr); gap: 54px; align-items: stretch; min-height: 620px; }
.cx34-about-hero-copy { display: flex; flex-direction: column; justify-content: center; min-width: 0; padding: 82px 0; }
.cx34-about-hero .cx34-about-hero-copy h1 { max-width: 11ch; font-size: clamp(54px, 4.8vw, 70px); }
.cx34-about-hero-copy > p { margin-top: 28px; }
.cx34-about-hero .cx34-page-hero-grid > p:empty,
.cx34-about-hero-copy > p:empty { display: none; }
.cx34-about-hero-actions { display: flex; flex-wrap: wrap; gap: 18px 24px; align-items: center; margin-top: 32px; }
.cx34-about-hero-actions > a:not(.cx-button) { color: #fff; font-size: 13px; font-weight: 800; text-decoration-color: rgba(255,255,255,.48); text-decoration-thickness: 1px; text-underline-offset: 6px; }
.cx34-about-hero-actions > a:not(.cx-button):hover { color: #e4a180; }
.cx34-about-hero-media { position: relative; min-width: 0; margin: 0; overflow: hidden; background: #24282b; }
.cx34-about-hero-media::after { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 48%, rgba(12,14,16,.72) 100%); content: ""; pointer-events: none; }
.cx34-about-hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: 61% center; }
.cx34-about-hero-media figcaption { position: absolute; z-index: 1; right: 30px; bottom: 28px; left: 30px; display: grid; grid-template-columns: 112px minmax(0, 1fr); gap: 20px; align-items: end; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.42); color: #fff; }
.cx34-about-hero-media figcaption span { color: #e4a180; font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.cx34-about-hero-media figcaption strong { max-width: 32ch; font-size: 13px; line-height: 1.45; }
.cx34-resource-hero { overflow: hidden; padding: 0; }
.cx34-resource-hero-grid { display: grid; grid-template-columns: minmax(0, .9fr) minmax(440px, 1.1fr); gap: 54px; align-items: stretch; min-height: 620px; }
.cx34-resource-hero-copy { display: flex; flex-direction: column; justify-content: center; min-width: 0; padding: 76px 0; }
.cx34-resource-hero .cx34-resource-hero-copy h1 { max-width: 10ch; font-size: clamp(54px, 4.8vw, 72px); }
.cx34-resource-hero-copy > p { margin-top: 26px; }
.cx34-resource-hero-grid > p:empty,
.cx34-resource-hero-copy > p:empty { display: none; }
.cx34-resource-hero-media { position: relative; min-width: 0; margin: 0; overflow: hidden; background: #24282b; }
.cx34-resource-hero-media::after { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 48%, rgba(12,14,16,.78) 100%); content: ""; pointer-events: none; }
.cx34-resource-hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.cx34-resource-hero-media figcaption { position: absolute; z-index: 1; right: 30px; bottom: 28px; left: 30px; display: grid; grid-template-columns: 112px minmax(0, 1fr); gap: 20px; align-items: end; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.42); color: #fff; }
.cx34-resource-hero-media figcaption span { color: #e4a180; font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.cx34-resource-hero-media figcaption strong { max-width: 32ch; font-size: 13px; line-height: 1.45; }
.cx34-page-intro { display: grid; grid-template-columns: .7fr 1.3fr; gap: 70px; padding: 78px 0; border-bottom: 1px solid var(--cx34-line); }
.cx34-page-intro h2 { margin: 10px 0; font-family: var(--cx34-display); font-size: 48px; line-height: .95; text-transform: uppercase; }
.cx34-page-intro p { color: #586065; line-height: 1.7; }
.cx34-application-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 18px; padding-top: 72px; }
.cx34-application-grid article { position: relative; min-height: 380px; overflow: hidden; border-radius: 6px; background: #222; transition: transform .28s cubic-bezier(.16, 1, .3, 1); }
.cx34-application-grid article:first-child { grid-row: span 2; min-height: 778px; }
.cx34-application-grid img { width: 100%; height: 100%; object-fit: cover; transition: transform .38s cubic-bezier(.16, 1, .3, 1); }
.cx34-application-grid article::after { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(18,20,22,.94), transparent 65%); content: ""; pointer-events: none; }
.cx34-application-card-copy { position: absolute; z-index: 1; right: 0; bottom: 0; left: 0; padding: 32px; color: #fff; }
.cx34-application-card-label { color: #e4a180; font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.cx34-application-card-copy h2 { margin: 10px 0; color: #fff; font-family: var(--cx34-display); font-size: 38px; line-height: .95; text-transform: uppercase; }
.cx34-application-grid article:first-child h2 { font-size: 52px; }
.cx34-application-card-copy p { color: #d3d6d7; line-height: 1.5; }
.cx34-application-card-copy dl { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0; margin: 20px 0; border-top: 1px solid rgba(255,255,255,.3); }
.cx34-application-card-copy dl div { padding: 12px 10px 0 0; }
.cx34-application-card-copy dt { color: #aeb4b7; font-size: 10px; text-transform: uppercase; }
.cx34-application-card-copy dd { margin: 4px 0 0; font-size: 13px; font-weight: 700; }
.cx34-application-card-cta { display: flex; width: 100%; min-height: 44px; align-items: center; justify-content: space-between; gap: 14px; margin-top: 18px; border-top: 1px solid rgba(255,255,255,.34); padding-top: 13px; color: #fff; font-size: 14px; font-weight: 800; }
.cx34-application-card-link { position: absolute; z-index: 2; inset: 0; border-radius: inherit; cursor: pointer; }
.cx34-application-card-link .screen-reader-text { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); clip-path: inset(50%); white-space: nowrap; }
.cx34-application-card-link:focus-visible { outline: 3px solid #e4a180; outline-offset: -4px; }
.cx34-application-grid article:hover img, .cx34-application-grid article:focus-within img { transform: scale(1.025); }
.cx34-application-grid article:hover .cx34-application-card-cta, .cx34-application-grid article:focus-within .cx34-application-card-cta { color: #e4a180; }
.cx34-application-grid article:hover .cx34-application-card-cta .cx34-link-arrow, .cx34-application-grid article:focus-within .cx34-application-card-cta .cx34-link-arrow { transform: translateX(4px); }
.cx34-application-grid article:active { transform: scale(.995); }
.cx34-link-arrow { flex: 0 0 auto; width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; transition: transform .28s cubic-bezier(.16, 1, .3, 1); }
.cx34-application-card-cta .cx34-link-arrow { color: #e4a180; }

.cx34-request-workspace { padding: 72px 0 100px; }
.cx34-request-workspace > * { width: min(1240px, calc(100% - 48px)); margin-right: auto; margin-left: auto; }
.cx34-contact-routes { display: grid; grid-template-columns: 1.2fr .9fr .9fr; gap: 1px; margin-bottom: 40px; background: #aeb3b5; border: 1px solid #aeb3b5; }
.cx34-contact-routes button { display: grid; gap: 8px; min-height: 170px; border: 0; padding: 24px; background: #fff; color: var(--cx34-ink); text-align: left; cursor: pointer; }
.cx34-contact-routes button:hover { background: #ecebe7; }
.cx34-contact-routes span { color: var(--cx34-signal); font-family: var(--cx34-display); font-size: 20px; }
.cx34-contact-routes strong { font-size: 17px; }
.cx34-contact-routes small { color: #62696e; line-height: 1.45; }
.cx34-request-grid { display: grid; grid-template-columns: .62fr 1.38fr; gap: 64px; }
.cx34-request-aside { align-self: start; padding: 34px; border-top: 4px solid var(--cx34-ink); background: #e8e7e2; }
.cx34-request-aside h2 { margin: 10px 0 22px; font-family: var(--cx34-display); font-size: 40px; line-height: .95; text-transform: uppercase; }
.cx34-request-aside ol { margin: 0; padding: 0; list-style: none; }
.cx34-request-aside li { display: grid; gap: 4px; padding: 16px 0; border-top: 1px solid #c5c8c8; }
.cx34-request-aside li span, .cx34-request-aside p, .cx34-request-aside dd { color: #5f666b; font-size: 13px; line-height: 1.5; }
.cx34-request-aside dl { margin: 24px 0 0; }
.cx34-request-aside dl div { padding: 14px 0; border-top: 1px solid #c5c8c8; }
.cx34-request-aside dt { font-size: 12px; font-weight: 800; text-transform: uppercase; }
.cx34-request-aside dd { margin: 5px 0 0; }
.cx34-request-form { display: grid; gap: 22px; }
.cx34-form-row { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.cx34-request-form label { display: grid; gap: 8px; color: var(--cx34-ink); font-size: 13px; font-weight: 800; }
.cx34-request-form input, .cx34-request-form select, .cx34-request-form textarea { width: 100%; min-height: 48px; border: 1px solid #abb0b2; border-radius: 4px; padding: 12px 13px; background: #fff; color: var(--cx34-ink); font-size: 15px; }
.cx34-request-form textarea { resize: vertical; line-height: 1.5; }
.cx34-request-form input:focus, .cx34-request-form select:focus, .cx34-request-form textarea:focus { border-color: var(--cx34-signal); box-shadow: 0 0 0 3px rgba(189,92,54,.12); outline: 0; }
.cx34-request-form label small { color: #6c7378; font-size: 11px; font-weight: 500; }
.cx34-form-submit { display: grid; grid-template-columns: 1fr auto; gap: 30px; align-items: center; padding-top: 18px; border-top: 1px solid var(--cx34-line); }
.cx34-form-submit p { max-width: 64ch; margin: 0; color: #6b7277; font-size: 11px; line-height: 1.5; }
.cx34-honeypot { position: absolute !important; left: -9999px !important; }
.cx34-form-status { margin-bottom: 24px; padding: 15px 18px; border-left: 4px solid; background: #fff; font-weight: 700; }
.cx34-form-status.is-success { border-color: #39735a; color: #235741; }
.cx34-form-status.is-error { border-color: #a34436; color: #833227; }

.cx34-about-proof { display: grid; grid-template-columns: 1.1fr .9fr; gap: 18px; padding: 72px 0; }
.cx34-about-proof figure { min-height: 560px; margin: 0; overflow: hidden; border-radius: 6px; }
.cx34-about-proof img { width: 100%; height: 100%; object-fit: cover; }
.cx34-about-proof-copy { display: flex; flex-direction: column; justify-content: center; padding: 52px; background: #fff; }
.cx34-about-proof-copy h2 { margin: 12px 0 20px; font-family: var(--cx34-display); font-size: 48px; line-height: .95; text-transform: uppercase; }
.cx34-about-proof-copy p { color: #596065; line-height: 1.65; }
.cx34-about-lines { margin-top: 20px; }
.cx34-about-lines div { display: grid; grid-template-columns: 135px 1fr; gap: 20px; padding: 14px 0; border-top: 1px solid var(--cx34-line); }
.cx34-about-lines dt { color: #70777c; font-size: 11px; font-weight: 800; text-transform: uppercase; }
.cx34-about-lines dd { margin: 0; font-weight: 700; }
.cx34-about-boundary { display: grid; grid-template-columns: .7fr 1.3fr; gap: 70px; padding: 72px 0; border-top: 1px solid var(--cx34-line); }
.cx34-about-boundary h2 { margin: 10px 0; font-family: var(--cx34-display); font-size: 48px; line-height: .95; text-transform: uppercase; }
.cx34-about-boundary-list { border-top: 4px solid var(--cx34-ink); }
.cx34-about-boundary-list > div { display: grid; grid-template-columns: 64px minmax(0, 1fr); gap: 22px; padding: 26px 0; border-bottom: 1px solid var(--cx34-line); }
.cx34-about-boundary-list > div > p:empty { display: none; }
.cx34-about-boundary-list > div > div { min-width: 0; }
.cx34-about-boundary-list span { color: var(--cx34-signal); font-family: var(--cx34-display); font-size: 22px; }
.cx34-about-boundary-list strong { display: block; font-size: 16px; line-height: 1.35; }
.cx34-about-boundary-list p { max-width: 62ch; margin: 8px 0 0; color: #5d6469; line-height: 1.65; }
.cx34-resource-list { margin: 0 0 72px; border-top: 4px solid var(--cx34-ink); }
.cx34-resource-list article { display: grid; grid-template-columns: 170px minmax(0, 1fr); grid-template-areas: "label content"; gap: 42px; padding: 34px 0; border-bottom: 1px solid var(--cx34-line); }
.cx34-resource-list article > span { grid-area: label; color: var(--cx34-signal); font-family: var(--cx34-display); font-size: 17px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.cx34-resource-list article > div { grid-area: content; min-width: 0; }
.cx34-resource-list article > p:empty { display: none; }
.cx34-resource-list h2 { margin: 0 0 8px; font-family: var(--cx34-display); font-size: 36px; line-height: 1; text-transform: uppercase; }
.cx34-resource-list p { max-width: 68ch; color: #596065; }
.cx34-resource-list nav { display: flex; flex-wrap: wrap; gap: 10px 18px; margin-top: 18px; }
.cx34-resource-list a { color: var(--cx34-ink); font-size: 13px; font-weight: 800; text-decoration-color: #aeb3b5; text-underline-offset: 4px; }
.cx34-project-movement-list a { display: inline-flex; min-height: 40px; align-items: center; gap: 8px; border-bottom: 1px solid #aeb3b5; text-decoration: none; transition: border-color .2s ease, color .2s ease; }
.cx34-project-movement-list a .cx34-link-arrow { width: 15px; height: 15px; color: var(--cx34-signal); }
.cx34-project-movement-list a:hover, .cx34-project-movement-list a:focus-visible { border-bottom-color: var(--cx34-signal); color: var(--cx34-signal); }
.cx34-project-movement-list a:hover .cx34-link-arrow, .cx34-project-movement-list a:focus-visible .cx34-link-arrow { transform: translateX(3px); }

/* Shop */
.cx-shop-archive { background: var(--cx34-paper); }
.cx-archive-hero { padding-top: 66px; }
.cx-archive-hero h1 { font-family: var(--cx34-display); font-size: clamp(48px, 6vw, 76px); line-height: .9; text-transform: uppercase; }
.cx-archive-hero-panel { border-radius: 4px; background: var(--cx34-ink); box-shadow: none; }
.cx-archive-hero-panel strong { color: #fff; }
.cx-archive-hero-panel span, .cx-archive-hero-panel p { color: #d7dbdd; }
.cx-archive-cats { display: flex; overflow-x: auto; gap: 8px; padding: 4px 0 14px; scrollbar-width: thin; }
.cx-archive-cat { min-width: 225px; grid-template-columns: 44px 1fr auto; border-radius: 4px; box-shadow: none; }
.cx-cat-thumb { width: 44px; height: 44px; }
.cx34-archive-layout { display: block; }
.cx34-archive-layout .cx-archive-results { width: 100%; }
.cx-archive-card { grid-template-columns: 280px minmax(0, 1fr); border-radius: 5px; box-shadow: none; }
.cx-archive-card:hover { transform: translateY(-2px); box-shadow: 0 14px 30px rgba(23,25,27,.08); }
.cx34-archive-actions { display: flex; gap: 16px; align-items: center; }
.cx34-compare-link { color: var(--cx34-ink); font-size: 12px; font-weight: 800; text-decoration: underline; text-underline-offset: 4px; }
.cx34-comparison { margin: 72px 0 24px; padding: 38px; border-top: 4px solid var(--cx34-ink); background: #fff; scroll-margin-top: 120px; }
.cx34-comparison-head { display: grid; grid-template-columns: 1fr auto; gap: 30px; align-items: end; margin-bottom: 28px; }
.cx34-comparison-head h2 { margin: 8px 0 0; font-family: var(--cx34-display); font-size: 42px; line-height: .95; text-transform: uppercase; }
.cx34-comparison-head a { color: var(--cx34-ink); font-weight: 800; }
.cx34-comparison-scroll { overflow-x: auto; }
.cx34-comparison table { width: 100%; min-width: 920px; border-collapse: collapse; }
.cx34-comparison th, .cx34-comparison td { padding: 17px 14px; border-top: 1px solid var(--cx34-line); text-align: left; vertical-align: top; }
.cx34-comparison thead th { color: #70777c; font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.cx34-comparison tbody th { font-size: 14px; }
.cx34-comparison td { color: #596065; font-size: 13px; }
.cx34-comparison td a { color: var(--cx34-signal-dark); font-weight: 800; }

/* Product page */
.single-product .cx-page > .cx-shell {
  width: min(1420px, calc(100% - 48px));
}
.single-product .product { background: var(--cx34-paper); }
.single-product .summary > h1 { font-family: var(--cx34-display); font-size: clamp(38px, 4vw, 57px); line-height: .92; text-transform: uppercase; }
.cx-buy-panel { border-radius: 5px; box-shadow: 0 18px 42px rgba(23,25,27,.1); }
.cx-amazon-purchase {
  display: grid;
  gap: 10px;
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid var(--cx34-line);
}
.cx-amazon-purchase-copy {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 4px 12px;
}
.cx-amazon-purchase-copy strong {
  color: var(--cx34-ink);
  font-size: 13px;
  font-weight: 850;
}
.cx-amazon-purchase-copy span {
  color: #687078;
  font-size: 12px;
  line-height: 1.4;
}
.cx-amazon-buy-link {
  display: flex;
  width: 100%;
  min-height: 48px;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 11px 14px;
  border: 1px solid #34393e;
  border-radius: 5px;
  background: #f2f1ed;
  color: #222629;
  font-size: 14px;
  font-weight: 850;
  line-height: 1.2;
  text-decoration: none;
  transition: background-color .24s cubic-bezier(.16,1,.3,1), border-color .24s cubic-bezier(.16,1,.3,1), transform .24s cubic-bezier(.16,1,.3,1);
}
.cx-amazon-buy-link svg {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.cx-amazon-buy-link:hover {
  border-color: #1e2225;
  background: #e5e3dd;
  color: #171a1c;
}
.cx-amazon-buy-link:focus-visible {
  outline: 3px solid rgba(184, 88, 51, .22);
  outline-offset: 2px;
}
.cx-amazon-buy-link:active { transform: scale(.99); }
@media (prefers-reduced-motion: reduce) {
  .cx-amazon-buy-link { transition: none; }
}
.cx-pdp-guides, .cx-size-panel, .cx-decision-section { border-radius: 5px; box-shadow: none; }
.cx34-size-table-wrap { overflow-x: auto; border: 1px solid var(--cx34-line); border-radius: 4px; }
.cx34-size-table { width: 100%; min-width: 650px; border-collapse: collapse; background: #fff; }
.cx34-size-table th, .cx34-size-table td { padding: 14px 16px; border-bottom: 1px solid var(--cx34-line); text-align: left; }
.cx34-size-table thead th { background: #ecebe7; color: #555c61; font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.cx34-size-table tbody th { color: var(--cx34-ink); font-size: 13px; }
.cx34-size-table tbody td { color: #5f666b; font-size: 13px; }
.cx34-size-notes { display: grid; gap: 8px; margin: 18px 0 0; padding-left: 18px; color: #5e656a; font-size: 13px; }
.cx34-original-chart { margin-top: 18px; border-top: 1px solid var(--cx34-line); padding-top: 16px; }
.cx34-original-chart summary { color: var(--cx34-ink); font-weight: 800; cursor: pointer; }
.cx34-original-chart .cx-size-chart { margin-top: 16px; }
.cx-sticky-buy { border-color: #3b4044; background: rgba(23,25,27,.97); color: #f7f7f5; }
.cx-sticky-buy .cx-sticky-product-copy strong,
.cx-sticky-buy .cx-sticky-product [data-coreax-sticky-price],
.cx-sticky-buy .cx-sticky-product [data-coreax-sticky-price] .price,
.cx-sticky-buy .cx-sticky-product [data-coreax-sticky-price] span,
.cx-sticky-buy .cx-sticky-product [data-coreax-sticky-price] bdi { color: #f7f7f5; }
.cx-sticky-buy .cx-sticky-field > span { color: #c9ced2; }
.cx-sticky-buy .cx-sales-proof-sticky {
  border-color: rgba(239, 113, 72, .38);
  background: rgba(207, 79, 42, .18);
  color: #ffd8cc;
}
.cx-sticky-buy .cx-sales-proof-sticky .cx-sales-proof-signal { background: #ef7148; }
.cx-sticky-buy .cx-sticky-add { color: #fff; }

@media (min-width: 768px) and (max-width: 1320px) {
  .single-product .woocommerce div.product {
    grid-template-columns: 62px minmax(0, 1fr) minmax(320px, .86fr);
  }
  .single-product .woocommerce div.product .summary {
    grid-column: 3;
  }
  .single-product .cx-buy-panel {
    grid-column: 2 / 4;
  }
}

/* COREAX v35: unified Products Center */
.cx-nav-has-dropdown.is-open .cx-dropdown {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0);
  visibility: visible;
}

.cx34-nav > a,
.cx34-nav > .cx-nav-item > a,
.single-product .cx34-nav > a,
.single-product .cx34-nav > .cx-nav-item > a {
  color: rgba(255, 255, 255, .78);
}

.cx34-nav > a:hover,
.cx34-nav > a:focus-visible,
.cx34-nav > .cx-nav-item > a:hover,
.cx34-nav > .cx-nav-item > a:focus-visible,
.cx34-nav > a[aria-current="page"],
.cx34-nav > .cx-nav-item > a[aria-current="page"],
.cx34-nav > .cx-nav-item > a.is-ancestor,
.single-product .cx34-nav > .cx-nav-item > a.is-ancestor {
  color: var(--cx34-signal);
}

.cx34-nav > a::after,
.cx34-nav > .cx-nav-item > a::after {
  content: "";
}

.cx34-nav > a:first-child::after,
.cx34-nav > .cx-nav-item > a:first-child::after {
  transform: scaleX(0);
}

.cx34-nav > a:hover::after,
.cx34-nav > a:focus-visible::after,
.cx34-nav > a[aria-current="page"]::after,
.cx34-nav > .cx-nav-item > a:hover::after,
.cx34-nav > .cx-nav-item > a:focus-visible::after,
.cx34-nav > .cx-nav-item > a[aria-current="page"]::after,
.cx34-nav > .cx-nav-item > a.is-ancestor::after {
  transform: scaleX(1);
}

.cx34-nav .cx-dropdown a::after {
  display: none;
  content: none;
}

.cx35-products-menu {
  width: min(960px, calc(100vw - 48px));
  grid-template-columns: minmax(220px, 25fr) minmax(320px, 41fr) minmax(270px, 34fr);
  overflow: hidden;
  border-color: #d8d9d7;
  background: #f8f7f3;
  box-shadow: 0 30px 80px rgba(9, 11, 12, .3);
  color: var(--cx34-ink);
  transition: opacity 200ms ease, transform 200ms ease, visibility 200ms ease;
}

.cx35-products-menu--retail-only {
  width: min(700px, calc(100vw - 48px));
  grid-template-columns: minmax(220px, 35fr) minmax(360px, 65fr);
}

.cx35-mega-intro,
.cx35-mega-column {
  display: grid;
  align-content: start;
  gap: 10px;
  padding: 26px;
}

.cx35-mega-intro {
  background: var(--cx34-ink);
  color: #fff;
}

.cx35-mega-intro > span,
.cx35-mega-title > span:first-child {
  color: #9f472a;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.cx35-mega-intro > strong {
  margin-top: 6px;
  font-family: var(--cx34-display);
  font-size: 31px;
  letter-spacing: -.015em;
  line-height: .95;
  text-transform: uppercase;
}

.cx35-mega-intro > p {
  margin: 6px 0 12px;
  color: #b8bec1;
  font-size: 12px;
  line-height: 1.55;
}

.cx35-mega-intro > a {
  width: fit-content;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  text-decoration: underline;
  text-decoration-color: #bd5c36;
  text-underline-offset: 5px;
}

.cx35-mega-column + .cx35-mega-column {
  border-left: 1px solid #dddeda;
}

.cx35-mega-column > a {
  display: grid;
  gap: 4px;
  margin: 0 -10px;
  padding: 9px 10px;
  border-radius: 3px;
  color: var(--cx34-ink);
  text-decoration: none;
}

.cx35-mega-column > .cx35-mega-title {
  display: flex;
  min-height: 44px;
  align-items: center;
  justify-content: space-between;
  margin-top: -8px;
  margin-bottom: 2px;
  color: #9f472a;
}

.cx35-mega-title > span:last-child {
  font-size: 18px;
  transition: transform 200ms ease;
}

.cx35-mega-column > a:hover,
.cx35-mega-column > a:focus-visible {
  background: #ebe9e3;
  color: var(--cx34-ink);
}

.cx35-mega-column > a:focus-visible {
  outline: 2px solid var(--cx34-signal);
  outline-offset: -2px;
}

.cx35-mega-column > .cx35-mega-title:hover,
.cx35-mega-column > .cx35-mega-title:focus-visible {
  color: #7f351e;
}

.cx35-mega-title:hover > span:last-child,
.cx35-mega-title:focus-visible > span:last-child {
  transform: translateX(3px);
}

.cx35-mega-column > .cx35-mega-link[aria-current="page"],
.cx35-mega-column > .cx35-mega-link.is-current,
.cx35-mega-column > .cx35-mega-link.is-ancestor,
.cx35-mega-column > .cx35-mega-title[aria-current="page"],
.cx35-mega-column > .cx35-mega-title.is-ancestor {
  background: #f4e7e0;
  color: var(--cx34-ink);
  box-shadow: inset 3px 0 0 var(--cx34-signal);
}

.cx35-mega-column strong {
  font-size: 13px;
}

.cx35-mega-column small {
  color: #626a6f;
  font-size: 11px;
  line-height: 1.4;
}

.cx35-mega-business {
  background: #efeee9;
}

.cx35-products {
  overflow: clip;
  background: var(--cx34-paper);
  color: var(--cx34-ink);
}

.cx35-products-hero {
  position: relative;
  padding: 58px 0 54px;
  background: #191c1f;
  color: #fff;
}

.cx35-products-hero::before {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
  background-size: 64px 64px;
  content: "";
  pointer-events: none;
}

.cx35-products-hero::after {
  position: absolute;
  right: -8vw;
  bottom: -1px;
  width: 34vw;
  height: 1px;
  background: #bd5c36;
  content: "";
}

.cx35-products-hero-inner {
  position: relative;
  display: block;
}

.cx35-eyebrow {
  margin: 0;
  color: #bd5c36;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.cx35-products-heading h1 {
  max-width: 760px;
  margin: 14px 0 18px;
  color: #fff;
  font-family: var(--cx34-display);
  font-size: clamp(48px, 5.2vw, 72px);
  font-weight: 700;
  letter-spacing: -.035em;
  line-height: .94;
}

.cx35-products-heading > p:last-child {
  max-width: 66ch;
  margin: 0;
  color: #bec3c6;
  font-size: 16px;
  line-height: 1.6;
}

.cx35-route-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  padding-top: 18px;
}

.cx35-route {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 700px;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--cx34-line);
}

.cx35-route-retail {
  background: #fff;
}

.cx35-route-copy {
  position: relative;
  z-index: 2;
  min-width: 0;
  padding: 38px 38px 26px;
}

.cx35-route-label {
  display: flex;
  gap: 11px;
  align-items: center;
  margin: 0;
  color: #70777c;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.cx35-route-label span {
  color: #bd5c36;
  font-family: var(--cx34-display);
  font-size: 19px;
}

.cx35-route h2 {
  max-width: 480px;
  margin: 16px 0 20px;
  font-family: var(--cx34-display);
  font-size: clamp(36px, 3.2vw, 48px);
  font-weight: 700;
  letter-spacing: -.03em;
  line-height: .94;
  text-transform: uppercase;
}

.cx35-route-summary {
  display: grid;
  gap: 5px;
  margin: 0;
  padding-top: 18px;
  border-top: 1px solid #dedfdb;
}

.cx35-route-summary strong {
  color: #24282b;
  font-size: 15px;
  font-weight: 800;
}

.cx35-route-summary span {
  color: #696f73;
  font-size: 12px;
  line-height: 1.45;
}

.cx35-route-actions {
  display: flex;
  gap: 18px;
  align-items: center;
  margin-top: auto;
  padding: 28px 38px 38px;
}

.cx35-primary-action {
  display: inline-flex;
  width: fit-content;
  min-height: 48px;
  gap: 12px;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  border: 1px solid #bd5c36;
  background: #bd5c36;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
  transition: background .2s ease, border-color .2s ease, transform .2s ease;
}

.cx35-primary-action:hover,
.cx35-primary-action:focus-visible {
  border-color: #934325;
  background: #934325;
  color: #fff;
  transform: translateY(-2px);
}

.cx35-primary-action svg {
  width: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
}

.cx35-route-product-grid {
  display: grid;
  min-width: 0;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 1px;
  margin: 0 38px;
  overflow: hidden;
  border: 1px solid #d6d7d3;
  background: #d6d7d3;
}

.cx35-route-product-item {
  display: grid;
  min-width: 0;
  min-height: 176px;
  grid-column: span 2;
  grid-template-rows: auto auto auto;
  gap: 5px;
  align-content: start;
  padding: 14px;
  background: #f1f0eb;
  color: var(--cx34-ink);
  text-decoration: none;
  transition: background .2s ease, transform .2s cubic-bezier(.16, 1, .3, 1);
}

.cx35-route-product-item:nth-child(4) {
  grid-column: 2 / span 2;
}

.cx35-route-product-item:nth-child(5) {
  grid-column: 4 / span 2;
}

.cx35-route-product-item:hover,
.cx35-route-product-item:focus-visible {
  background: #fff;
  color: var(--cx34-ink);
  transform: translateY(-2px);
}

.cx35-route-product-image {
  display: grid;
  min-height: 0;
  aspect-ratio: 1;
  place-items: center;
  overflow: hidden;
  background: #fff;
}

.cx35-route-product-image img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: contain;
  filter: drop-shadow(0 10px 10px rgba(20, 22, 23, .16));
  transition: transform .35s cubic-bezier(.16, 1, .3, 1);
}

.cx35-route-product-item:hover img,
.cx35-route-product-item:focus-visible img {
  transform: scale(1.035);
}

.cx35-route-product-item strong {
  font-size: 12px;
  line-height: 1.25;
}

.cx35-route-product-item small {
  color: #747b80;
  font-size: 10px;
  font-weight: 700;
}

.cx35-route-business {
  background: #24282c;
  color: #fff;
}

.cx35-route-business .cx35-route-copy {
  padding-bottom: 26px;
}

.cx35-route-business .cx35-route-label {
  color: #aeb4b8;
}

.cx35-route-business h2 {
  color: #fff;
}

.cx35-route-business .cx35-route-summary {
  border-top-color: #4a4f52;
}

.cx35-route-business .cx35-route-summary strong {
  color: #f2f3f3;
}

.cx35-route-business .cx35-route-summary span {
  color: #adb3b6;
}

.cx35-business-groups {
  display: grid;
  gap: 1px;
  margin: 0 38px;
  overflow: hidden;
  border: 1px solid #4a4f52;
  background: #4a4f52;
}

.cx35-business-group {
  display: grid;
  min-width: 0;
  min-height: 84px;
  grid-template-columns: 68px minmax(0, 1fr) auto;
  grid-template-rows: auto auto;
  gap: 3px 16px;
  align-content: center;
  align-items: center;
  padding: 9px 16px 9px 9px;
  background: #1e2225;
}

.cx35-business-group-image {
  display: grid;
  width: 68px;
  height: 64px;
  grid-row: 1 / 3;
  place-items: center;
  background: #e8e7e2;
}

.cx35-business-group-image:empty::before {
  width: 34px;
  height: 1px;
  background: #777d81;
  box-shadow: 0 -8px 0 #777d81, 0 8px 0 #777d81;
  content: "";
}

.cx35-business-group-image img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}

.cx35-business-group strong {
  color: #edf0f1;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.3;
}

.cx35-business-group small {
  grid-column: 3;
  grid-row: 1 / 3;
  color: #e09a78;
  font-size: 11px;
  font-weight: 800;
  white-space: nowrap;
}

.cx35-business-terms {
  display: grid;
  gap: 0;
  margin: 22px 38px 0;
  padding: 0;
  border-top: 1px solid #4a4f52;
  list-style: none;
}

.cx35-business-terms li {
  position: relative;
  padding: 10px 0 10px 18px;
  border-bottom: 1px solid #4a4f52;
  color: #c8ccce;
  font-size: 12px;
  font-weight: 700;
}

.cx35-business-terms li::before {
  position: absolute;
  top: 16px;
  left: 1px;
  width: 5px;
  height: 5px;
  background: #bd5c36;
  content: "";
}

.cx35-business-actions {
  flex-wrap: wrap;
}

.cx35-business-actions > a:last-child {
  width: fit-content;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  text-decoration-color: #bd5c36;
  text-underline-offset: 5px;
}

.cx35-path-guide {
  display: grid;
  grid-template-columns: minmax(240px, .62fr) minmax(0, 1.38fr);
  gap: 56px;
  align-items: center;
  padding-top: 62px;
  padding-bottom: 68px;
}

.cx35-path-guide > div:first-child > a {
  display: inline-block;
  max-width: 260px;
  margin-top: 16px;
  color: var(--cx34-ink);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.45;
  text-decoration-color: #bd5c36;
  text-underline-offset: 5px;
}

.cx35-path-table {
  border-top: 3px solid var(--cx34-ink);
}

.cx35-path-table > div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 160px;
  gap: 30px;
  align-items: center;
  padding: 15px 8px;
  border-bottom: 1px solid #cdd0cf;
}

.cx35-path-table > div:first-child {
  padding-top: 13px;
  color: #747b80;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.cx35-path-table span {
  color: #4f565a;
  line-height: 1.5;
}

.cx35-path-table a {
  color: var(--cx34-ink);
  font-weight: 800;
  text-decoration-color: #bd5c36;
  text-underline-offset: 5px;
}

@media (max-width: 980px) {
  .cx35-route-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .cx35-route {
    min-height: 0;
  }

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

  .cx35-route-product-item,
  .cx35-route-product-item:nth-child(4),
  .cx35-route-product-item:nth-child(5) {
    grid-column: auto;
  }
}

@media (max-width: 767px) {
  .cx34-announcement .cx-shell {
    justify-content: center;
    padding: 0 58px;
    text-align: center;
  }

  .cx34-announcement .cx-shell > span {
    max-width: 100%;
    overflow: hidden;
    font-size: 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .cx-mobile-menu-panel {
    width: min(360px, calc(100vw - 36px));
    max-height: calc(100vh - 78px);
    overflow-y: auto;
  }

  .cx35-mobile-group {
    border-bottom: 1px solid rgba(255,255,255,.08);
  }

  .cx35-mobile-group > summary {
    position: relative;
    display: flex;
    min-height: 46px;
    align-items: center;
    justify-content: space-between;
    padding: 0 16px;
    color: rgba(255,255,255,.86);
    font-size: 12px;
    font-weight: 850;
    letter-spacing: .05em;
    list-style: none;
    text-transform: uppercase;
    cursor: pointer;
  }

  .cx35-mobile-group > summary::-webkit-details-marker { display: none; }
  .cx35-mobile-group > summary::marker { content: ""; }
  .cx35-mobile-group > summary span::before,
  .cx35-mobile-group > summary span::after {
    position: absolute;
    top: 22px;
    right: 17px;
    width: 11px;
    height: 1px;
    background: #bdc2c5;
    content: "";
  }
  .cx35-mobile-group > summary span::after { transform: rotate(90deg); }
  .cx35-mobile-group[open] > summary span::after { transform: rotate(0); }
  .cx35-mobile-group > div {
    padding: 0 8px 8px 18px;
    border-top: 1px solid rgba(255,255,255,.06);
    background: rgba(255,255,255,.025);
  }
  .cx-mobile-menu-panel .cx35-mobile-group a {
    display: grid;
    min-height: 44px;
    align-content: center;
    gap: 2px;
    padding: 7px 12px;
    text-transform: none;
  }
  .cx-mobile-menu-panel .cx35-mobile-group a[aria-current="page"],
  .cx-mobile-menu-panel .cx35-mobile-group a.is-ancestor {
    background: rgba(189, 92, 54, .16);
    color: #fff;
    box-shadow: inset 3px 0 0 var(--cx34-signal);
  }
  .cx35-mobile-group.is-ancestor > summary { color: #e49a76; }
  .cx35-mobile-group a strong { color: #fff; font-size: 12px; }
  .cx35-mobile-group a small { color: #8f969b; font-size: 10px; font-weight: 600; letter-spacing: 0; }

  .cx35-products-hero {
    padding: 48px 0 44px;
  }

  .cx35-path-guide {
    grid-template-columns: minmax(0, 1fr);
  }

  .cx35-products-heading h1 {
    max-width: 330px;
    margin-top: 12px;
    font-size: clamp(42px, 12vw, 52px);
    line-height: .94;
  }

  .cx35-products-heading > p:last-child {
    font-size: 15px;
  }

  .cx35-route-grid {
    padding-top: 12px;
  }

  .cx35-route-copy,
  .cx35-route-business .cx35-route-copy {
    padding: 32px 22px 24px;
  }

  .cx35-route h2,
  .cx35-route-business h2 {
    font-size: clamp(34px, 10.5vw, 44px);
  }

  .cx35-primary-action {
    width: 100%;
  }

  .cx35-route-product-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    margin: 0 22px;
  }

  .cx35-route-product-item {
    min-height: 170px;
    grid-column: span 3;
  }

  .cx35-route-product-item:nth-child(4) {
    grid-column: span 3;
  }

  .cx35-route-product-item:nth-child(5) {
    grid-column: 2 / span 3;
  }

  .cx35-route-actions {
    align-items: stretch;
    flex-direction: column;
    padding: 24px 22px 30px;
  }

  .cx35-business-groups,
  .cx35-business-terms {
    margin-right: 22px;
    margin-left: 22px;
  }

  .cx35-business-group {
    grid-template-columns: 60px minmax(0, 1fr) auto;
    gap: 3px 12px;
    padding-right: 12px;
  }

  .cx35-business-group-image {
    width: 60px;
    height: 58px;
  }

  .cx35-path-guide {
    gap: 30px;
    padding-top: 52px;
    padding-bottom: 58px;
  }

  .cx35-path-table > div {
    grid-template-columns: minmax(0, 1fr) 105px;
    gap: 18px;
    padding-right: 0;
    padding-left: 0;
  }
}

@media (max-width: 420px) {
  .cx35-products-hero {
    padding-top: 44px;
  }

  .cx35-route-product-item {
    min-height: 164px;
    grid-template-rows: auto auto auto;
    padding: 12px;
  }

  .cx35-business-group small {
    font-size: 10px;
  }

  .cx35-path-table > div {
    grid-template-columns: minmax(0, 1fr);
    gap: 8px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .cx35-products *,
  .cx35-products-menu *,
  .cx35-retail-discovery * {
    scroll-behavior: auto !important;
    animation: none !important;
    transition-duration: .01ms !important;
  }
}

/* Cart and checkout */
.cx-checkout-flow-hero { padding-top: 44px; }
.cx-checkout-flow-hero h1 { font-family: var(--cx34-display); font-size: clamp(42px, 5vw, 64px); line-height: .92; text-transform: uppercase; }
.cx34-payment-readiness { margin: 14px 0 0; padding: 12px 14px; border-left: 3px solid #a06b2d; background: #fff6e9; color: #725022; font-size: 12px; font-weight: 700; line-height: 1.45; }
.cx34-payment-readiness.is-ready { border-color: #39735a; background: #eff8f2; color: #285a43; }
.woocommerce-checkout #payment, .woocommerce-checkout .wc_payment_methods { overflow: visible !important; }
.woocommerce-checkout #payment iframe { min-height: 44px; }
.woocommerce-checkout #place_order:not(.ppcp-hidden) { display: block !important; width: 100%; min-height: 52px; }
.woocommerce-checkout .ppcp-button-apm, .woocommerce-checkout .ppc-button-wrapper { min-height: 48px; }

/* Footer */
.cx34-footer { padding-top: 0; background: #1b1e20; }
.cx34-footer-lead { display: grid; grid-template-columns: 1fr auto; gap: 40px; align-items: end; padding: 54px 0; border-bottom: 1px solid #41464a; }
.cx34-footer-lead span { color: #dd9574; font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.cx34-footer-lead h2 { max-width: 760px; margin: 8px 0 0; color: #fff; font-family: var(--cx34-display); font-size: 46px; line-height: .92; text-transform: uppercase; }
.cx34-footer-lead > a { display: inline-flex; min-height: 48px; align-items: center; padding: 0 20px; border-radius: 4px; background: var(--cx34-signal); color: #fff; font-weight: 800; text-decoration: none; }
.cx34-footer .cx-footer-grid { padding-top: 54px; }
.cx34-footer-brand a { color: #fff; font-weight: 700; }
.cx34-footer .cx-footer-bottom { display: flex; justify-content: space-between; }

@media (min-width: 768px) and (max-width: 1179px) {
  .cx35-retail-categories {
    grid-template-columns: minmax(0, 1.35fr) minmax(280px, 1fr);
  }

  .cx35-retail-category--slides,
  .cx35-retail-category--brackets {
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: minmax(260px, .9fr) auto;
  }

  .cx35-retail-feature-card {
    grid-template-columns: minmax(160px, .78fr) minmax(0, 1.22fr);
  }

  .cx35-retail-feature-card > div {
    padding: 24px;
  }
}

@media (min-width: 641px) and (max-width: 1100px) {
  .cx35-products-menu {
    position: fixed;
    top: calc(var(--wp-admin--admin-bar--height, 0px) + 104px);
    right: auto;
    left: 50%;
    width: min(960px, calc(100vw - 32px));
    grid-template-columns: minmax(0, 25fr) minmax(0, 41fr) minmax(0, 34fr);
    transform: translate(-50%, 10px);
  }

  .cx35-products-menu--retail-only {
    grid-template-columns: minmax(0, 35fr) minmax(0, 65fr);
  }

  .cx-nav-has-dropdown:hover .cx35-products-menu,
  .cx-nav-has-dropdown:focus-within .cx35-products-menu,
  .cx-nav-has-dropdown.is-open .cx35-products-menu {
    transform: translate(-50%, 0);
  }

  .cx35-mega-intro,
  .cx35-mega-column {
    padding: 20px;
  }
}

@media (max-width: 980px) {
  .cx34-nav { gap: 16px; }
  .cx34-nav > a, .cx34-nav > .cx-nav-item > a { font-size: 12px; }
  .cx34-hero-grid, .cx34-product-system, .cx34-fit-grid, .cx34-project-grid, .cx34-trust-grid, .cx34-page-hero-grid, .cx34-page-intro, .cx34-request-grid, .cx34-about-proof, .cx34-about-boundary { grid-template-columns: 1fr; }
  .cx34-hero-media { min-height: 520px; }
  .cx34-product-primary { min-height: 560px; }
  .cx35-home-business-panel { grid-template-columns: 1fr; }
  .cx35-home-business-routes { border-top: 1px solid rgba(255,255,255,.14); border-left: 0; }
  .cx34-fit-intro { position: static; }
  .cx34-project-main { min-height: 560px; }
  .cx34-final-cta { grid-template-columns: 1fr; }
  .cx34-final-cta .cx-button { justify-self: start; }
  .cx34-page-hero-grid { gap: 28px; }
  .cx34-applications-hero-grid { grid-template-columns: 1fr; gap: 0; min-height: 0; }
  .cx34-applications-hero-copy { padding: 60px 0 42px; }
  .cx34-applications-hero .cx34-applications-hero-copy h1 { max-width: 11ch; }
  .cx34-applications-hero-media { min-height: 420px; }
  .cx34-about-hero .cx34-page-hero-grid { grid-template-columns: 1fr; gap: 0; min-height: 0; }
  .cx34-about-hero-copy { padding: 60px 0 42px; }
  .cx34-about-hero-media { min-height: 440px; }
  .cx34-resource-hero-grid { grid-template-columns: 1fr; gap: 0; min-height: 0; }
  .cx34-resource-hero-copy { padding: 60px 0 42px; }
  .cx34-resource-hero-media { min-height: 420px; }
  .cx34-application-grid { grid-template-columns: 1fr; }
  .cx34-application-grid article:first-child { grid-row: auto; min-height: 520px; }
  .cx34-contact-routes { grid-template-columns: 1fr; }
}

@media (max-width: 767px) {
  .cx-shell, .cx34-request-workspace > * { width: min(100% - 32px, 1240px); }
  .cx34-announcement .cx-shell { justify-content: center; min-height: 28px; }
  .cx34-announcement span { display: block; text-align: center; }
  .cx34-announcement a { display: none; }
  .cx34-header .cx-header-inner { min-height: 62px; }
  .cx34-header .cx-brand img { width: 128px; }
  .cx34-hero { padding: 34px 0 24px; }
  .cx34-hero-grid { gap: 24px; }
  .cx34-hero-copy { padding: 0; }
  .cx34-hero h1 { margin: 14px 0 18px; font-size: clamp(47px, 14vw, 66px); }
  .cx34-hero-copy > p { font-size: 15px; }
  .cx34-actions { display: grid; grid-template-columns: 1fr; margin-top: 22px; }
  .cx34-actions .cx-button { justify-content: center; }
  .cx34-button-ghost { justify-content: center; border: 1px solid #565c60; border-radius: 4px; }
  .cx34-hero-facts { grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: 26px; overflow: visible; }
  .cx34-hero-facts div { min-width: 0; padding: 14px 12px 0 0; }
  .cx34-hero-facts div + div { padding-left: 12px; }
  .cx34-hero-facts div:nth-child(2) { border-right: 0; }
  .cx34-hero-facts div:last-child { grid-column: 1 / -1; padding-left: 0; border-top: 1px solid #45494c; }
  .cx34-hero-media { min-height: 330px; }
  .cx34-hero-annotation { display: none; }
  .cx34-product-section, .cx34-projects, .cx34-trust { padding: 66px 0; }
  .cx34-section-head { grid-template-columns: 1fr; gap: 18px; margin-bottom: 28px; }
  .cx34-section-head h2, .cx34-fit-intro h2, .cx34-trust-copy h2 { font-size: 43px; }
  .cx35-retail-section-head > div > p { margin-top: 14px; }
  .cx35-retail-categories,
  .cx35-retail-featured-grid,
  .cx35-retail-featured > header { grid-template-columns: minmax(0, 1fr); }
  .cx35-retail-category,
  .cx35-retail-category--slides,
  .cx35-retail-category--brackets {
    min-height: 0;
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: auto auto;
  }
  .cx35-retail-category-media { min-height: 260px; }
  .cx35-retail-category-media img,
  .cx35-retail-category--brackets .cx35-retail-category-media img { height: 260px; padding: 30px; }
  .cx35-retail-category-copy { padding: 28px 22px; }
  .cx35-retail-category-copy h3,
  .cx35-retail-category--brackets h3 { font-size: 38px; }
  .cx35-retail-cta { width: 100%; justify-content: space-between; }
  .cx35-retail-featured { margin-top: 48px; padding-top: 38px; }
  .cx35-retail-featured > header { gap: 12px; }
  .cx35-retail-feature-card { min-height: 0; grid-template-columns: minmax(0, 1fr); }
  .cx35-retail-feature-media { min-height: 250px; }
  .cx35-retail-feature-media img { height: 250px; padding: 24px; }
  .cx35-retail-feature-card > div { padding: 26px 22px; }
  .cx34-product-system { grid-template-columns: 1fr; }
  .cx34-product-primary { min-height: 0; grid-template-columns: 1fr; }
  .cx34-product-primary > img { order: -1; height: 330px; padding: 38px; }
  .cx34-product-copy { padding: 28px 22px; }
  .cx34-product-copy h3 { font-size: 35px; }
  .cx34-product-secondary { grid-template-rows: none; }
  .cx34-product-secondary article { grid-template-columns: 120px 1fr; }
  .cx34-product-secondary img { min-height: 230px; padding: 16px; }
  .cx34-product-secondary article > div { padding: 20px 18px; }
  .cx34-product-secondary h3 { font-size: 27px; }
  .cx35-home-business { padding-bottom: 66px; }
  .cx35-home-business-copy { padding: 34px 22px; }
  .cx35-home-business-copy h2 { font-size: 42px; }
  .cx35-home-business-actions { display: grid; grid-template-columns: 1fr; }
  .cx35-home-business-actions .cx-button { justify-content: center; }
  .cx35-home-business-link { justify-content: center; border: 1px solid #565c60; border-radius: 4px; }
  .cx35-home-business-routes { padding: 28px 22px; }
  .cx35-home-business-routes-head > strong { font-size: 24px; }
  .cx35-home-business-routes dl > div { grid-template-columns: 1fr; gap: 8px; padding: 18px 0; }
  .cx34-fit-system { padding: 66px 0; }
  .cx34-fit-grid { gap: 35px; }
  .cx34-fit-rail { overflow-x: auto; }
  .cx34-finder-result { padding: 26px 20px; }
  .cx34-project-main { min-height: 500px; }
  .cx34-project-stack { grid-template-rows: none; }
  .cx34-project-stack a { min-height: 340px; }
  .cx34-project-main > div, .cx34-project-stack a > div { padding: 24px 20px; }
  .cx34-project-main h3 { font-size: 38px; }
  .cx34-trust-grid { gap: 36px; }
  .cx34-trust-facts { grid-template-columns: 1fr 1fr; }
  .cx34-trust-facts div { min-height: 155px; padding: 20px; }
  .cx34-trust-facts dt { font-size: 29px; }
  .cx34-final-cta { padding: 28px 22px; }
  .cx34-page { padding-bottom: 66px; }
  .cx34-page-hero { padding: 48px 0; }
  .cx34-page-hero h1 { font-size: 50px; }
  .cx34-applications-hero { padding: 0; }
  .cx34-applications-hero-copy { padding: 48px 0 36px; }
  .cx34-applications-hero .cx34-applications-hero-copy h1 { max-width: none; font-size: clamp(44px, 12vw, 52px); }
  .cx34-applications-hero-copy > p { margin-top: 22px; font-size: 15px; }
  .cx34-applications-hero-media { min-height: 300px; }
  .cx34-applications-hero-media figcaption { right: 18px; bottom: 18px; left: 18px; grid-template-columns: 1fr; gap: 7px; }
  .cx34-resource-hero { padding: 0; }
  .cx34-resource-hero .cx34-resource-hero-copy h1 { max-width: none; font-size: clamp(44px, 12vw, 52px); }
  .cx34-resource-hero-copy > p { margin-top: 22px; font-size: 15px; }
  .cx34-resource-hero-media { min-height: 280px; }
  .cx34-resource-hero-media figcaption { right: 18px; bottom: 18px; left: 18px; grid-template-columns: 1fr; gap: 7px; }
  .cx34-about-hero .cx34-about-hero-copy h1 { max-width: none; font-size: clamp(46px, 12.5vw, 52px); }
  .cx34-about-hero-copy > p { margin-top: 22px; font-size: 15px; }
  .cx34-about-hero-actions { display: grid; grid-template-columns: 1fr; gap: 18px; margin-top: 26px; }
  .cx34-about-hero-actions .cx-button { justify-content: center; width: 100%; }
  .cx34-about-hero-actions > a:not(.cx-button) { justify-self: stretch; display: inline-flex; align-items: center; justify-content: center; min-height: 48px; border: 1px solid #565c60; border-radius: 4px; text-decoration: none; }
  .cx34-about-hero-media { min-height: 300px; }
  .cx34-about-hero-media figcaption { right: 18px; bottom: 18px; left: 18px; grid-template-columns: 1fr; gap: 7px; }
  .cx34-page-intro, .cx34-application-grid, .cx34-about-proof, .cx34-about-boundary { padding-top: 48px; padding-bottom: 48px; }
  .cx34-application-grid article, .cx34-application-grid article:first-child { min-height: 430px; }
  .cx34-application-card-copy { padding: 22px 20px; }
  .cx34-application-grid article:first-child h2 { font-size: 40px; }
  .cx34-application-card-cta { min-height: 48px; }
  .cx34-project-movement-list a { min-height: 44px; }
  .cx34-request-workspace { padding: 48px 0 66px; }
  .cx34-request-grid { gap: 28px; }
  .cx34-request-aside { padding: 24px 20px; }
  .cx34-form-row, .cx34-form-submit { grid-template-columns: 1fr; }
  .cx34-form-submit .cx-button { width: 100%; justify-content: center; }
  .cx34-about-proof figure { height: auto; min-height: 0; aspect-ratio: 4 / 3; }
  .cx34-about-proof-copy { padding: 30px 22px; }
  .cx34-about-lines div { grid-template-columns: 1fr; gap: 5px; }
  .cx34-about-boundary-list > div { grid-template-columns: 46px minmax(0, 1fr); gap: 14px; padding: 22px 0; }
  .cx34-resource-list article { grid-template-columns: minmax(0, 1fr); grid-template-areas: "label" "content"; gap: 10px; padding: 28px 0; }
  .cx-archive-hero { padding-top: 40px; }
  .cx-archive-cat { min-width: 195px; }
  .cx-archive-toolbar { position: sticky; top: 90px; z-index: 10; padding: 12px; background: rgba(243,242,238,.97); backdrop-filter: blur(12px); }
  .cx-archive-search { grid-template-columns: 1fr auto; }
  .cx-archive-search label:last-of-type { display: none; }
  .cx-archive-card { grid-template-columns: 1fr; }
  .cx-archive-media { min-height: 300px; }
  .cx34-comparison { margin-top: 48px; padding: 24px 18px; }
  .cx34-comparison-head { grid-template-columns: 1fr; }
  .single-product .product { display: flex !important; flex-direction: column; }
  .single-product .cx-pdp-thumbs { width: 100%; max-width: 100%; order: 1; }
  .single-product .cx-product-visual { order: 2; max-height: 390px; }
  .single-product .summary { display: block; order: 3; }
  .single-product .cx-buy-panel { width: 100%; margin: 18px 0 20px; box-shadow: none; }
  .single-product .woocommerce-product-details__short-description { margin-top: 22px; }
  .single-product .cx-pdp-guides { order: 4; }
  .single-product .cx-size-panel { order: 5; }
  .single-product .cx-decision-section { order: 6; }
  .single-product .cx-customer-reviews, .single-product .coreax-reviews { order: 7; }
  .cx-product-visual img { max-height: 350px; object-fit: contain; }
  .cx-pdp-guides, .cx-size-panel, .cx-decision-section { margin-top: 28px; }
  .cx-sticky-buy { padding-bottom: calc(10px + env(safe-area-inset-bottom)); }
  .cx-checkout-flow-hero { padding-top: 26px; }
  .cx-flow-steps { display: none; }
  .cx-flow-assurance { grid-template-columns: 1fr; }
  .woocommerce-checkout .cx-flow-assurance { display: none; }
  .woocommerce-checkout #order_review { position: static; }
  .cx34-footer-lead { grid-template-columns: 1fr; padding: 42px 0; }
  .cx34-footer-lead h2 { font-size: 38px; }
  .cx34-footer-lead > a { justify-content: center; }
  .cx34-footer .cx-footer-bottom { gap: 8px; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .01ms !important; }
}

/* Business catalog */
.cx-biz { overflow: hidden; background: var(--cx34-paper); color: var(--cx34-ink); }
.cx-biz *, .cx-product-business-bar * { box-sizing: border-box; }
.cx-biz h1, .cx-biz h2, .cx-biz h3 { font-family: var(--cx34-display); letter-spacing: -.025em; }
.cx-biz h1, .cx-biz h2, .cx-biz h3, .cx-biz p { text-wrap: pretty; }
.cx-biz img { display: block; max-width: 100%; }
.cx-biz-kicker { margin: 0; color: var(--cx34-signal); font-family: var(--cx34-display); font-size: 14px; font-weight: 700; letter-spacing: .12em; line-height: 1; text-transform: uppercase; }
.cx-biz-actions, .cx-biz-config-actions { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }
.cx-biz .cx-button, .cx-biz-button-secondary, .cx-product-business-link { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; border-radius: 3px; padding: 0 21px; font-size: 14px; font-weight: 800; text-decoration: none; }
.cx-biz-button-secondary { border: 1px solid currentColor; color: inherit; transition: color .2s ease, background .2s ease, transform .2s ease; }
.cx-biz-button-secondary:hover { background: var(--cx34-ink); color: var(--cx34-white); transform: translateY(-2px); }
.cx-biz-text-link { display: inline-flex; gap: 10px; align-items: center; color: inherit; font-weight: 800; text-decoration: none; }
.cx-biz-text-link span { color: var(--cx34-signal); transition: transform .2s ease; }
.cx-biz-text-link:hover span { transform: translateX(4px); }

.cx-biz-hero { position: relative; padding: 74px 0 70px; background: var(--cx34-ink); color: var(--cx34-white); }
.cx-biz-hero::before, .cx-biz-catalog-hero::before, .cx-biz-quote-hero::before { position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px); background-size: 64px 64px; content: ""; pointer-events: none; }
.cx-biz-hero-grid { position: relative; display: grid; grid-template-columns: minmax(0, .84fr) minmax(0, 1.16fr); gap: clamp(36px, 6vw, 86px); align-items: stretch; }
.cx-biz-hero-copy { display: flex; min-width: 0; flex-direction: column; justify-content: center; padding: 34px 0; }
.cx-biz-hero h1 { max-width: 760px; margin: 18px 0 24px; color: var(--cx34-white); font-size: clamp(56px, 6.4vw, 92px); font-weight: 700; line-height: .86; text-transform: uppercase; }
.cx-biz-lead { max-width: 58ch; margin: 0; color: #c8ccce; font-size: 17px; line-height: 1.65; }
.cx-biz-hero .cx-biz-actions { margin-top: 31px; }
.cx-biz-hero .cx-biz-button-secondary { color: var(--cx34-white); }
.cx-biz-hero .cx-biz-button-secondary:hover { background: var(--cx34-white); color: var(--cx34-ink); }
.cx-biz-hero-principles { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); margin: 44px 0 0; border-top: 1px solid #45494c; }
.cx-biz-hero-principles div { display: grid; grid-template-columns: auto 1fr; gap: 12px; padding: 18px 16px 0 0; border-right: 1px solid #45494c; }
.cx-biz-hero-principles div + div { padding-left: 16px; border-right: 0; }
.cx-biz-hero-principles dt { color: #e5a184; font-family: var(--cx34-display); font-size: 20px; }
.cx-biz-hero-principles dd { margin: 0; color: #c8ccce; font-size: 12px; line-height: 1.45; }
.cx-biz-hero-media { position: relative; min-height: 620px; overflow: hidden; border-radius: 5px; background: #2a2e31; box-shadow: var(--cx34-shadow); }
.cx-biz-hero-media > img { width: 100%; height: 100%; object-fit: cover; }
.cx-biz-hero-media::after { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 45%, rgba(23,25,27,.7)); content: ""; pointer-events: none; }
.cx-biz-hero-mark { position: absolute; z-index: 2; top: 26px; right: 26px; display: grid; width: 126px; aspect-ratio: 1; place-content: center; border: 1px solid rgba(255,255,255,.42); background: rgba(23,25,27,.76); text-align: center; animation: cx-biz-mark 5s ease-in-out infinite; }
.cx-biz-hero-mark span { color: #e4a184; font-family: var(--cx34-display); font-size: 54px; font-weight: 700; line-height: .8; }
.cx-biz-hero-mark small { margin-top: 10px; color: var(--cx34-white); font-size: 10px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.cx-biz-hero-note { position: absolute; z-index: 2; right: 25px; bottom: 25px; left: 25px; display: grid; grid-template-columns: auto 1fr; gap: 20px; align-items: center; padding: 17px 20px; border: 1px solid rgba(255,255,255,.2); background: rgba(23,25,27,.82); backdrop-filter: blur(10px); }
.cx-biz-hero-note span { color: #e4a184; font-size: 11px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.cx-biz-hero-note strong { font-size: 13px; }
@keyframes cx-biz-mark { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-5px); } }

.cx-biz-paths, .cx-biz-family-intro, .cx-biz-capabilities, .cx-biz-process, .cx-biz-product-section { padding: 96px 0; }
.cx-biz-section-grid { display: grid; grid-template-columns: minmax(260px, .68fr) minmax(0, 1.32fr); gap: clamp(42px, 8vw, 110px); }
.cx-biz-section-grid header { position: sticky; top: 126px; align-self: start; }
.cx-biz-section-grid h2, .cx-biz-section-head h2, .cx-biz-process h2, .cx-biz-final h2, .cx-biz-spec-grid h2, .cx-biz-install h2, .cx-biz-custom h2 { margin: 14px 0 0; font-size: clamp(42px, 5vw, 68px); font-weight: 700; line-height: .94; text-transform: uppercase; }
.cx-biz-numbered-list { margin: 0; padding: 0; border-top: 1px solid #b9bdbd; list-style: none; }
.cx-biz-numbered-list li { display: grid; grid-template-columns: 72px 1fr; gap: 24px; padding: 30px 0; border-bottom: 1px solid #b9bdbd; scroll-margin-top: 130px; }
.cx-biz-numbered-list > li > span { color: var(--cx34-signal); font-family: var(--cx34-display); font-size: 27px; font-weight: 700; }
.cx-biz-numbered-list h3 { margin: 0 0 7px; font-size: 28px; text-transform: uppercase; }
.cx-biz-numbered-list p { max-width: 62ch; margin: 0; color: #5d6468; line-height: 1.6; }

.cx-biz-family-intro { background: var(--cx34-graphite); color: var(--cx34-white); }
.cx-biz-family-grid { display: grid; grid-template-columns: minmax(280px, .72fr) minmax(0, 1.28fr); gap: clamp(42px, 8vw, 105px); align-items: center; }
.cx-biz-family-copy h2 { max-width: 620px; margin: 16px 0 22px; color: var(--cx34-white); font-size: clamp(48px, 5.4vw, 76px); font-weight: 700; line-height: .9; text-transform: uppercase; }
.cx-biz-family-copy > p:not(.cx-biz-kicker) { color: #c9cdcf; line-height: 1.65; }
.cx-biz-family-copy .cx-biz-text-link { margin-top: 20px; color: var(--cx34-white); }
.cx-biz-mechanism-rail { border-top: 1px solid #50555a; }
.cx-biz-mechanism-rail article { display: grid; grid-template-columns: 48px minmax(0, 1fr) auto; gap: 20px; align-items: start; padding: 24px 0; border-bottom: 1px solid #50555a; }
.cx-biz-mechanism-rail article > span { color: #e4a184; font-family: var(--cx34-display); font-size: 22px; }
.cx-biz-mechanism-rail h3 { margin: 0; color: var(--cx34-white); font-size: 26px; text-transform: uppercase; }
.cx-biz-mechanism-rail p { margin: 6px 0 0; color: #bfc4c6; font-size: 14px; }
.cx-biz-mechanism-rail small { color: #899095; font-size: 11px; font-weight: 800; letter-spacing: .08em; }

.cx-biz-section-head { display: grid; grid-template-columns: minmax(0, 1fr) minmax(260px, .5fr); gap: 56px; align-items: end; margin-bottom: 38px; }
.cx-biz-section-head > p { margin: 0; color: #5d6468; line-height: 1.6; }
.cx-biz-table-wrap { max-width: 100%; overflow-x: auto; border: 1px solid #c5c8c7; background: var(--cx34-white); scrollbar-color: var(--cx34-signal) #e1e2df; }
.cx-biz-table { width: 100%; min-width: 760px; margin: 0; border: 0; border-collapse: collapse; }
.cx-biz-table th, .cx-biz-table td { padding: 17px 18px; border: 0; border-right: 1px solid #d9dbda; border-bottom: 1px solid #d9dbda; text-align: left; vertical-align: top; }
.cx-biz-table thead th { background: #262a2d; color: var(--cx34-white); font-size: 11px; letter-spacing: .09em; text-transform: uppercase; }
.cx-biz-table tbody th { background: #ecece8; font-size: 13px; }
.cx-biz-table td { color: #4f565a; font-size: 13px; line-height: 1.5; }
.cx-biz-process { background: #e6e6e1; }
.cx-biz-process header { display: grid; grid-template-columns: .45fr 1fr; gap: 44px; align-items: end; }
.cx-biz-process ol { display: grid; grid-template-columns: 1.1fr 1fr .9fr 1.2fr; margin: 48px 0 0; padding: 0; border-top: 1px solid #acb0b0; list-style: none; }
.cx-biz-process li { position: relative; display: grid; min-height: 140px; align-content: space-between; padding: 20px 22px; border-right: 1px solid #acb0b0; }
.cx-biz-process li:last-child { border-right: 0; background: var(--cx34-ink); color: var(--cx34-white); }
.cx-biz-process li span { color: var(--cx34-signal); font-family: var(--cx34-display); font-size: 25px; }
.cx-biz-process li strong { font-size: 13px; text-transform: uppercase; }
.cx-biz-final { padding: 74px 0; background: var(--cx34-ink); color: var(--cx34-white); }
.cx-biz-final-grid { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 54px; align-items: center; }
.cx-biz-final h2 { max-width: 820px; color: var(--cx34-white); }
.cx-biz-final p:not(.cx-biz-kicker) { max-width: 70ch; color: #c3c8ca; line-height: 1.6; }

.cx-biz-catalog-hero, .cx-biz-quote-hero { position: relative; padding: 68px 0 62px; background: var(--cx34-ink); color: var(--cx34-white); }
.cx-biz-catalog-head, .cx-biz-quote-head { position: relative; display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(260px, .75fr); gap: 60px; align-items: end; }
.cx-biz-catalog-head h1, .cx-biz-quote-head h1 { max-width: 850px; margin: 16px 0 0; color: var(--cx34-white); font-size: clamp(54px, 7vw, 90px); font-weight: 700; line-height: .88; text-transform: uppercase; }
.cx-biz-catalog-head > p, .cx-biz-quote-head > p { margin: 0; color: #c4c9cb; line-height: 1.65; }
.cx-biz-catalog-list { padding: 72px 0 82px; }
.cx-biz-catalog-row { display: grid; grid-template-columns: minmax(260px, .95fr) minmax(0, 1.25fr) minmax(240px, .72fr); min-height: 430px; overflow: hidden; border: 1px solid #c9cccb; background: var(--cx34-white); }
.cx-biz-catalog-media { display: grid; min-width: 0; place-items: center; overflow: hidden; background: #e6e7e3; }
.cx-biz-catalog-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s cubic-bezier(.16,1,.3,1); }
.cx-biz-catalog-media:hover img { transform: scale(1.025); }
.cx-biz-catalog-copy { display: flex; min-width: 0; flex-direction: column; justify-content: center; padding: 42px; border-right: 1px solid #d5d7d6; }
.cx-biz-family-code { color: var(--cx34-signal); font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.cx-biz-catalog-copy h2 { margin: 13px 0 18px; font-size: clamp(40px, 4vw, 60px); line-height: .9; text-transform: uppercase; }
.cx-biz-catalog-copy h2 a { color: inherit; text-decoration: none; }
.cx-biz-catalog-copy p { color: #596065; line-height: 1.6; }
.cx-biz-catalog-copy ul { display: flex; flex-wrap: wrap; gap: 8px 20px; margin: auto 0 0; padding: 24px 0 0; border-top: 1px solid #d6d8d7; list-style: none; }
.cx-biz-catalog-copy li { font-size: 12px; font-weight: 800; text-transform: uppercase; }
.cx-biz-price-panel { display: flex; min-width: 0; flex-direction: column; justify-content: center; padding: 34px 28px; background: #f0efeb; }
.cx-biz-price-panel > span { color: var(--cx34-signal); font-size: 11px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.cx-biz-price-panel > strong { margin: 13px 0 9px; font-family: var(--cx34-display); font-size: 27px; line-height: 1.05; text-transform: uppercase; }
.cx-biz-price-panel > small { color: #666d71; line-height: 1.45; }
.cx-biz-price-panel > a { margin-top: 34px; color: inherit; font-weight: 800; text-decoration: none; }
.cx-biz-catalog-note { padding: 30px 0; border-top: 1px solid #c2c5c4; }
.cx-biz-catalog-note .cx-shell { display: grid; grid-template-columns: auto 1fr auto; gap: 28px; align-items: center; }
.cx-biz-catalog-note p { margin: 0; color: #596065; }
.cx-biz-catalog-note a { color: inherit; font-weight: 800; }
.cx-biz-empty { padding: 48px; border: 1px solid #c8cbca; background: var(--cx34-white); }

.cx-biz-breadcrumb { display: flex; overflow: hidden; gap: 10px; padding-top: 24px; padding-bottom: 24px; color: #6a7175; font-size: 12px; white-space: nowrap; }
.cx-biz-breadcrumb a { color: inherit; }
.cx-biz-breadcrumb > :last-child { overflow: hidden; color: var(--cx34-ink); text-overflow: ellipsis; }
.cx-biz-product-hero { padding: 24px 0 80px; }
.cx-biz-product-grid { display: grid; grid-template-columns: minmax(0, 1.18fr) minmax(360px, .82fr); gap: 56px; align-items: start; }
.cx-biz-product-media { min-width: 0; }
.cx-biz-product-main-image { display: grid; min-height: 610px; margin: 0; place-items: center; overflow: hidden; border: 1px solid #c8cbca; background: #e8e9e5; }
.cx-biz-product-main-image img { width: 100%; height: 100%; min-height: 610px; object-fit: cover; }
.cx-biz-product-thumbs { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 8px; margin-top: 8px; }
.cx-biz-product-thumbs button { display: grid; min-width: 0; grid-template-rows: 100px auto; gap: 8px; border: 1px solid #c8cbca; border-radius: 0; padding: 0 0 9px; background: #eeefeb; color: #555c60; cursor: pointer; font-size: 10px; font-weight: 800; text-transform: uppercase; }
.cx-biz-product-thumbs button:hover, .cx-biz-product-thumbs button.is-active { border-color: var(--cx34-signal); color: var(--cx34-signal); }
.cx-biz-product-thumbs img { width: 100%; height: 100px; object-fit: cover; }
.cx-biz-configurator { min-width: 0; }
.cx-biz-configurator h1 { margin: 16px 0 20px; font-size: clamp(50px, 5.4vw, 76px); font-weight: 700; line-height: .9; text-transform: uppercase; }
.cx-biz-product-intro { color: #596065; font-size: 16px; line-height: 1.65; }
.cx-biz-config-price { display: grid; gap: 5px; margin: 26px 0; padding: 18px; border-left: 3px solid var(--cx34-signal); background: #e8e8e3; }
.cx-biz-config-price span, .cx-biz-config-price small { color: #62696d; font-size: 11px; }
.cx-biz-config-form { display: grid; gap: 18px; }
.cx-biz-config-form label, .cx-biz-inquiry-form label, .cx-biz-quote-fields label { display: grid; min-width: 0; gap: 7px; color: #34383b; font-size: 12px; font-weight: 800; }
.cx-biz-config-form input, .cx-biz-config-form select, .cx-biz-inquiry-form input, .cx-biz-inquiry-form select, .cx-biz-inquiry-form textarea, .cx-biz-quote-fields input { width: 100%; min-height: 48px; border: 1px solid #aeb3b3; border-radius: 2px; padding: 0 12px; background: var(--cx34-white); color: var(--cx34-ink); font-size: 15px; }
.cx-biz-inquiry-form textarea { min-height: 130px; padding: 12px; resize: vertical; }
.cx-biz-config-form small, .cx-biz-inquiry-form small { color: #697075; font-weight: 400; line-height: 1.45; }
.cx-biz-form-row { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.cx-biz-config-status { min-height: 24px; margin: 0; color: #40524a; font-size: 13px; }
.cx-biz-config-status a { color: inherit; font-weight: 800; }
.cx-biz-current-spec { margin: 30px 0 0; border-top: 1px solid #bdc1c0; }
.cx-biz-current-spec div { display: grid; grid-template-columns: 130px 1fr; gap: 15px; padding: 13px 0; border-bottom: 1px solid #bdc1c0; }
.cx-biz-current-spec dt { color: #697075; font-size: 11px; font-weight: 800; text-transform: uppercase; }
.cx-biz-current-spec dd { margin: 0; font-size: 13px; font-weight: 700; }
.cx-biz-specification, .cx-biz-custom { background: #e6e6e1; }
.cx-biz-spec-grid, .cx-biz-install-grid, .cx-biz-custom-grid { display: grid; grid-template-columns: minmax(280px, .72fr) minmax(0, 1.28fr); gap: clamp(46px, 8vw, 110px); align-items: start; }
.cx-biz-spec-grid header > p:last-child { color: #5b6266; line-height: 1.6; }
.cx-biz-spec-grid dl { margin: 0; border-top: 1px solid #afb3b2; }
.cx-biz-spec-grid dl div { display: grid; grid-template-columns: minmax(125px, .38fr) 1fr; gap: 22px; padding: 17px 0; border-bottom: 1px solid #afb3b2; }
.cx-biz-spec-grid dt { color: #62696d; font-size: 11px; font-weight: 800; text-transform: uppercase; }
.cx-biz-spec-grid dd { margin: 0; font-weight: 700; }
.cx-biz-install { background: var(--cx34-graphite); color: var(--cx34-white); }
.cx-biz-install-media { min-height: 500px; overflow: hidden; }
.cx-biz-install-media img { width: 100%; height: 100%; min-height: 500px; object-fit: cover; }
.cx-biz-install h2 { color: var(--cx34-white); }
.cx-biz-install-steps { margin: 34px 0 0; padding: 0; border-top: 1px solid #565b5f; list-style: none; }
.cx-biz-install-steps li { display: grid; grid-template-columns: 45px 1fr; gap: 16px; padding: 17px 0; border-bottom: 1px solid #565b5f; }
.cx-biz-install-steps span { color: #e4a184; font-family: var(--cx34-display); font-size: 20px; }
.cx-biz-install-steps p { margin: 0; color: #c6cbcd; line-height: 1.5; }
.cx-biz-custom-grid > ul { margin: 0; padding: 0; border-top: 1px solid #afb3b2; list-style: none; }
.cx-biz-custom-grid li { display: grid; grid-template-columns: 55px 1fr; gap: 18px; padding: 20px 0; border-bottom: 1px solid #afb3b2; }
.cx-biz-custom-grid li span { color: var(--cx34-signal); font-family: var(--cx34-display); font-size: 21px; }
.cx-biz-price-record { margin-top: 22px; padding: 26px; border: 1px solid #c6c9c8; background: var(--cx34-white); }
.cx-biz-price-record h3 { margin-top: 0; font-size: 28px; }

.cx-biz-quote-layout { display: grid; grid-template-columns: minmax(280px, .72fr) minmax(0, 1.28fr); gap: 28px; align-items: start; padding-top: 58px; padding-bottom: 86px; }
.cx-biz-quote-list-panel, .cx-biz-inquiry-panel { min-width: 0; border: 1px solid #c6c9c8; background: var(--cx34-white); }
.cx-biz-quote-list-panel { position: sticky; top: 124px; }
.cx-biz-quote-list-panel > header, .cx-biz-inquiry-panel > header { display: flex; gap: 17px; align-items: center; justify-content: space-between; padding: 22px 24px; border-bottom: 1px solid #d0d2d1; }
.cx-biz-quote-list-panel > header > div, .cx-biz-inquiry-panel > header { display: flex; gap: 14px; align-items: center; }
.cx-biz-quote-list-panel header span, .cx-biz-inquiry-panel header > span { color: var(--cx34-signal); font-family: var(--cx34-display); font-size: 23px; }
.cx-biz-quote-list-panel header h2, .cx-biz-inquiry-panel header h2 { margin: 0; font-size: 27px; text-transform: uppercase; }
.cx-biz-quote-list-panel header a { color: inherit; font-size: 12px; font-weight: 800; }
.cx-biz-inquiry-panel > header p { margin: 5px 0 0; color: #697075; font-size: 12px; }
.cx-biz-quote-loading { display: grid; grid-template-columns: repeat(3, 8px) 1fr; gap: 7px; align-items: center; padding: 28px 24px; color: #62696d; }
.cx-biz-quote-loading > span { width: 8px; height: 8px; background: var(--cx34-signal); animation: cx-biz-loading 1s ease-in-out infinite alternate; }
.cx-biz-quote-loading > span:nth-child(2) { animation-delay: .15s; }
.cx-biz-quote-loading > span:nth-child(3) { animation-delay: .3s; }
.cx-biz-quote-loading p { margin: 0 0 0 4px; }
@keyframes cx-biz-loading { to { opacity: .25; transform: translateY(-3px); } }
.cx-biz-quote-row { padding: 22px 24px; border-bottom: 1px solid #d0d2d1; }
.cx-biz-quote-row > div:first-child { display: grid; grid-template-columns: 35px 1fr; gap: 11px; }
.cx-biz-quote-row > div:first-child > span { color: var(--cx34-signal); font-family: var(--cx34-display); font-size: 20px; }
.cx-biz-quote-row h3 { margin: 0; font-size: 22px; }
.cx-biz-quote-row small { color: #697075; }
.cx-biz-quote-fields { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin-top: 18px; }
.cx-biz-quote-fields label:last-child { grid-column: 1 / -1; }
.cx-biz-quote-row > button { margin-top: 15px; border: 0; padding: 0; background: transparent; color: #813f28; font-size: 12px; font-weight: 800; text-decoration: underline; cursor: pointer; }
.cx-biz-quote-empty { padding: 30px 24px; }
.cx-biz-quote-empty h3 { margin-top: 0; font-size: 24px; }
.cx-biz-quote-empty p { color: #62696d; line-height: 1.55; }
.cx-biz-quote-empty a { color: inherit; font-weight: 800; }
.cx-biz-inquiry-form { display: grid; gap: 25px; padding: 25px 24px 30px; }
.cx-biz-inquiry-form fieldset { display: grid; gap: 16px; margin: 0; border: 0; border-top: 1px solid #ced1d0; padding: 24px 0 0; }
.cx-biz-inquiry-form legend { padding: 0 12px 0 0; font-family: var(--cx34-display); font-size: 21px; font-weight: 700; text-transform: uppercase; }
.cx-biz-form-submit { display: grid; grid-template-columns: 1fr auto; gap: 20px; align-items: center; }
.cx-biz-form-submit p { margin: 0; color: #62696d; font-size: 12px; line-height: 1.5; }
.cx-biz-form-notice { margin: 24px 24px 0; padding: 17px 18px; border-left: 4px solid #6c7772; background: #edf0ed; }
.cx-biz-form-notice.is-success { border-color: #4e755f; }
.cx-biz-form-notice.is-error { border-color: #a9442e; background: #f5e9e5; }
.cx-biz-form-notice p, .cx-biz-form-notice ul { margin-bottom: 0; }
.cx-biz-inquiry-form input:focus-visible, .cx-biz-inquiry-form select:focus-visible, .cx-biz-inquiry-form textarea:focus-visible, .cx-biz-customization summary:focus-visible, .cx-biz-quote-row button:focus-visible { outline: 3px solid rgba(226, 91, 31, .28); outline-offset: 2px; border-color: var(--cx34-signal); }
.cx-biz-inquiry-form [aria-invalid="true"] { border-color: #a9442e; box-shadow: 0 0 0 2px rgba(169, 68, 46, .12); }
.cx-biz-inquiry-form button[disabled] { cursor: wait; opacity: .68; }
.cx-biz-check-row { display: grid !important; grid-template-columns: 22px 1fr; gap: 10px !important; align-items: start; }
.cx-biz-check-row input { width: 20px; min-height: 20px; margin: 1px 0 0; accent-color: var(--cx34-signal); }
.cx-biz-check-row span { font-size: 14px; line-height: 1.45; }
.cx-biz-overseas-summary, .cx-biz-china-fields { padding: 17px 18px; border: 1px solid #cfd2d0; background: #f3f3ef; }
.cx-biz-overseas-summary p { margin: 6px 0 0; color: #62696d; font-size: 13px; line-height: 1.55; }
.cx-biz-inquiry-form [hidden] { display: none !important; }
.cx-biz-inquiry-form [data-coreax-quantity-field].is-from-quote input { border-color: #c8cbc9; background: #eeefec; color: #4e5559; }
.cx-biz-customization { border: 1px solid #c7cac8; background: #f7f7f4; }
.cx-biz-customization summary { display: flex; min-height: 64px; align-items: center; justify-content: space-between; gap: 24px; padding: 0 18px; cursor: pointer; list-style: none; }
.cx-biz-customization summary::-webkit-details-marker { display: none; }
.cx-biz-customization summary::after { width: 10px; height: 10px; margin-left: 2px; border-right: 2px solid currentColor; border-bottom: 2px solid currentColor; content: ""; transform: rotate(45deg) translateY(-3px); transition: transform .18s ease; }
.cx-biz-customization[open] summary::after { transform: rotate(225deg) translate(-2px, -2px); }
.cx-biz-customization summary > span { margin-right: auto; font-family: var(--cx34-display); font-size: 20px; font-weight: 700; text-transform: uppercase; }
.cx-biz-customization summary > small { color: #6d7477; font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.cx-biz-customization-body { display: grid; gap: 16px; padding: 0 18px 20px; border-top: 1px solid #d4d6d4; padding-top: 20px; }
.cx-biz-submission-confirmation { max-width: 820px; margin-top: 64px; margin-bottom: 88px; border: 1px solid #c7cac8; padding: clamp(34px, 6vw, 68px); background: var(--cx34-white); text-align: center; }
.cx-biz-submission-mark { display: inline-grid; width: 54px; height: 54px; place-items: center; margin-bottom: 22px; border-radius: 50%; background: #e8eee9; color: #3f664f; font-size: 29px; font-weight: 900; }
.cx-biz-submission-confirmation h2 { max-width: 650px; margin: 12px auto 20px; font-size: clamp(35px, 5vw, 58px); line-height: .98; text-transform: uppercase; }
.cx-biz-submission-confirmation > p:not(.cx-biz-kicker) { max-width: 610px; margin: 12px auto; color: #5e666a; line-height: 1.65; }
.cx-biz-submission-reference { color: var(--cx34-ink) !important; }
.cx-biz-submission-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; margin-top: 30px; }
.cx-biz.is-technical-inquiry .cx-biz-quote-layout { grid-template-columns: minmax(0, 860px); justify-content: center; }
.cx-biz-config-status.is-confirmed { display: flex; align-items: center; justify-content: space-between; gap: 12px; border-left: 3px solid #4e755f; padding: 11px 13px; background: #edf2ee; }
.cx-biz-config-form > .cx-biz-button-secondary { min-height: 0; justify-content: flex-start; width: max-content; border: 0; border-bottom: 1px solid currentColor; border-radius: 0; padding: 3px 0; color: #4c5559; font-size: 13px; }
.cx-biz-config-form > .cx-biz-button-secondary:hover { background: transparent; color: var(--cx34-signal); transform: none; }
.cx-biz [data-coreax-add-quote].is-added { background: #343a3d; }
.cx-retail-quote-error { margin: 10px 0 0; border-left: 3px solid #a9442e; padding: 9px 11px; background: #f5e9e5; color: #6e3022; font-size: 13px; line-height: 1.45; }
.cx-biz-honeypot { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.cx-biz-noscript-quote { margin: 0; padding: 20px 40px; }

.cx-product-business-bar { grid-column: 1 / -1; display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 34px; align-items: center; width: 100%; margin: 24px 0 0; padding: 25px 28px; border: 1px solid #bdc1c0; border-left: 4px solid var(--cx34-signal); background: #e9e9e5; }
.cx-product-business-kicker { margin: 0 0 7px; color: var(--cx34-signal); font-family: var(--cx34-display); font-size: 12px; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.cx-product-business-bar h2 { margin: 0; font-family: var(--cx34-display); font-size: 29px; line-height: 1; text-transform: uppercase; }
.cx-product-business-bar p:not(.cx-product-business-kicker) { max-width: 70ch; margin: 7px 0 0; color: #5b6266; font-size: 13px; line-height: 1.5; }
.cx-product-business-link { border: 1px solid var(--cx34-ink); background: var(--cx34-ink); color: var(--cx34-white); white-space: nowrap; transition: background .2s ease, transform .2s ease; }
.cx-product-business-link:hover { background: var(--cx34-signal); color: var(--cx34-white); transform: translateY(-2px); }
.cx34-footer .cx-footer-grid.is-business-enabled { grid-template-columns: 1.15fr repeat(4, minmax(0, 1fr)); }

@media (max-width: 1100px) {
  .cx-biz-hero-grid { grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: 35px; }
  .cx-biz-hero-media { min-height: 540px; }
  .cx-biz-product-grid { grid-template-columns: minmax(0, 1fr) minmax(330px, .9fr); gap: 34px; }
  .cx-biz-product-main-image, .cx-biz-product-main-image img { min-height: 500px; }
  .cx-biz-catalog-row { grid-template-columns: minmax(220px, .78fr) minmax(0, 1.2fr); }
  .cx-biz-price-panel { grid-column: 1 / -1; display: grid; grid-template-columns: .6fr 1.2fr 1fr auto; gap: 18px; align-items: center; border-top: 1px solid #d5d7d6; }
  .cx-biz-price-panel > strong, .cx-biz-price-panel > small, .cx-biz-price-panel > a { margin: 0; }
  .cx34-footer .cx-footer-grid.is-business-enabled { grid-template-columns: 1.15fr repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 820px) {
  .cx-biz-hero { padding: 48px 0; }
  .cx-biz-hero-grid, .cx-biz-section-grid, .cx-biz-family-grid, .cx-biz-product-grid, .cx-biz-spec-grid, .cx-biz-install-grid, .cx-biz-custom-grid, .cx-biz-quote-layout { grid-template-columns: 1fr; }
  .cx-biz-hero-copy { padding: 0; }
  .cx-biz-hero h1 { font-size: clamp(52px, 11vw, 72px); }
  .cx-biz-hero-media { min-height: 520px; }
  .cx-biz-section-grid header, .cx-biz-quote-list-panel { position: static; }
  .cx-biz-paths, .cx-biz-family-intro, .cx-biz-capabilities, .cx-biz-process, .cx-biz-product-section { padding: 68px 0; }
  .cx-biz-section-head, .cx-biz-process header, .cx-biz-final-grid, .cx-biz-catalog-head, .cx-biz-quote-head { grid-template-columns: 1fr; gap: 22px; }
  .cx-biz-process ol { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .cx-biz-process li:nth-child(2) { border-right: 0; }
  .cx-biz-process li:nth-child(-n+2) { border-bottom: 1px solid #acb0b0; }
  .cx-biz-final-grid { align-items: start; }
  .cx-biz-final .cx-button { width: fit-content; }
  .cx-biz-catalog-row { grid-template-columns: 1fr; }
  .cx-biz-catalog-media { min-height: 390px; }
  .cx-biz-catalog-copy { border-right: 0; border-top: 1px solid #d5d7d6; }
  .cx-biz-price-panel { grid-column: auto; grid-template-columns: 1fr; align-items: start; }
  .cx-biz-price-panel > strong { margin: 4px 0; }
  .cx-biz-price-panel > a { margin-top: 14px; }
  .cx-biz-catalog-note .cx-shell { grid-template-columns: 1fr; gap: 9px; }
  .cx-biz-product-main-image, .cx-biz-product-main-image img { min-height: 520px; }
  .cx-biz-install-media, .cx-biz-install-media img { min-height: 450px; }
  .cx-product-business-bar { grid-template-columns: 1fr; }
  .cx-product-business-link { width: fit-content; }
}

@media (max-width: 767px) {
  .single-product .cx-product-business-bar { order: 4; }
  .single-product .cx-pdp-guides { width: 100%; grid-template-columns: minmax(0, 1fr); }
}

@media (max-width: 560px) {
  .cx-shell { width: min(100% - 30px, 1240px); }
  .cx-biz-hero h1, .cx-biz-catalog-head h1, .cx-biz-quote-head h1 { font-size: 49px; }
  .cx-biz-hero-principles { grid-template-columns: 1fr; }
  .cx-biz-hero-principles div, .cx-biz-hero-principles div + div { padding: 14px 0; border-right: 0; border-bottom: 1px solid #45494c; }
  .cx-biz-hero-media { min-height: 430px; }
  .cx-biz-hero-mark { top: 16px; right: 16px; width: 100px; }
  .cx-biz-hero-mark span { font-size: 44px; }
  .cx-biz-hero-note { right: 14px; bottom: 14px; left: 14px; grid-template-columns: 1fr; gap: 5px; }
  .cx-biz-actions, .cx-biz-config-actions { align-items: stretch; flex-direction: column; }
  .cx-biz .cx-button, .cx-biz-button-secondary { width: 100%; }
  .cx-biz-section-grid h2, .cx-biz-section-head h2, .cx-biz-process h2, .cx-biz-final h2, .cx-biz-spec-grid h2, .cx-biz-install h2, .cx-biz-custom h2 { font-size: 40px; }
  .cx-biz-numbered-list li { grid-template-columns: 46px 1fr; gap: 14px; }
  .cx-biz-mechanism-rail article { grid-template-columns: 40px 1fr; }
  .cx-biz-mechanism-rail small { grid-column: 2; }
  .cx-biz-process ol { grid-template-columns: 1fr; }
  .cx-biz-process li, .cx-biz-process li:nth-child(2) { min-height: 105px; border-right: 0; border-bottom: 1px solid #acb0b0; }
  .cx-biz-catalog-hero, .cx-biz-quote-hero { padding: 48px 0; }
  .cx-biz-catalog-list { padding: 46px 0 60px; }
  .cx-biz-catalog-media { min-height: 300px; }
  .cx-biz-catalog-copy { padding: 28px 22px; }
  .cx-biz-product-main-image, .cx-biz-product-main-image img { min-height: 340px; }
  .cx-biz-product-thumbs { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .cx-biz-configurator h1 { font-size: 48px; }
  .cx-biz-form-row, .cx-biz-quote-fields, .cx-biz-form-submit { grid-template-columns: 1fr; }
  .cx-biz-quote-fields label:last-child { grid-column: auto; }
  .cx-biz-current-spec div, .cx-biz-spec-grid dl div { grid-template-columns: 1fr; gap: 4px; }
  .cx-biz-install-media, .cx-biz-install-media img { min-height: 330px; }
  .cx-biz-quote-layout { padding-top: 34px; padding-bottom: 62px; }
  .cx-biz-quote-list-panel > header { align-items: flex-start; flex-direction: column; }
  .cx-biz-inquiry-panel > header, .cx-biz-inquiry-form, .cx-biz-quote-row { padding-right: 18px; padding-left: 18px; }
  .cx-biz-inquiry-panel > header { display: grid; grid-template-columns: 1fr; gap: 7px; align-items: start; }
  .cx-biz-inquiry-panel header > span { line-height: 1; }
  .cx-biz-form-notice { margin-right: 18px; margin-left: 18px; }
  .cx-biz-customization summary { min-height: 58px; padding-right: 14px; padding-left: 14px; }
  .cx-biz-customization-body { padding-right: 14px; padding-left: 14px; }
  .cx-biz-submission-actions { display: grid; }
  .cx-biz-config-status.is-confirmed { align-items: flex-start; flex-direction: column; }
  .cx-product-business-bar { padding: 22px 19px; }
  .cx-product-business-link { width: 100%; white-space: normal; text-align: center; }
  .cx34-footer .cx-footer-grid.is-business-enabled { grid-template-columns: 1fr; }
}

/* B2B catalog v1.1: one purchasing product per operating function. */
.cx-biz-catalog-hero { padding: 54px 0 50px; background: #202326; }
.cx-biz-catalog-head h1 { max-width: 760px; font-size: clamp(46px, 5.4vw, 72px); line-height: .96; }
.cx-biz-catalog-filter { display: flex; gap: 0; overflow-x: auto; border-right: 1px solid #c9cccb; border-left: 1px solid #c9cccb; background: #fff; scrollbar-width: thin; }
.cx-biz-catalog-filter a { flex: 0 0 auto; padding: 18px 24px; border-right: 1px solid #c9cccb; border-bottom: 3px solid transparent; color: #3d4347; font-size: 12px; font-weight: 800; letter-spacing: .04em; text-decoration: none; text-transform: uppercase; }
.cx-biz-catalog-filter a:hover, .cx-biz-catalog-filter a.is-active { border-bottom-color: var(--cx34-signal); color: var(--cx34-ink); }
.cx-biz-catalog-list { padding: 48px 0 76px; background: #f0f1ee; }
.cx-biz-catalog-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.cx-biz-product-card { display: flex; min-width: 0; flex-direction: column; border: 1px solid #c9cccb; background: #fff; }
.cx-biz-product-card-media { position: relative; display: block; height: 286px; overflow: hidden; border-bottom: 1px solid #d3d5d4; background: #e8e9e5; }
.cx-biz-product-card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s cubic-bezier(.16,1,.3,1); }
.cx-biz-product-card-media:hover img { transform: scale(1.025); }
.cx-biz-product-card-media > span { position: absolute; bottom: 0; left: 0; padding: 9px 13px; background: #202326; color: #fff; font-size: 10px; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.cx-biz-product-card-body { display: flex; flex: 1; flex-direction: column; padding: 26px; }
.cx-biz-product-card-body h2 { margin: 12px 0 14px; font-size: clamp(28px, 2.4vw, 38px); line-height: 1; text-transform: uppercase; }
.cx-biz-product-card-body h2 a { color: inherit; text-decoration: none; }
.cx-biz-product-card-body > p { min-height: 72px; color: #5a6064; line-height: 1.55; }
.cx-biz-product-card-body dl { margin: 18px 0 0; border-top: 1px solid #d4d6d5; }
.cx-biz-product-card-body dl div { display: grid; grid-template-columns: 80px 1fr; gap: 12px; padding: 10px 0; border-bottom: 1px solid #e0e1df; }
.cx-biz-product-card-body dt { color: #73797c; font-size: 10px; font-weight: 800; text-transform: uppercase; }
.cx-biz-product-card-body dd { margin: 0; color: #2e3336; font-size: 12px; font-weight: 700; }
.cx-biz-card-price { margin-top: auto; padding: 20px 0; }
.cx-biz-card-price span, .cx-biz-product-code span, .cx-biz-fixed-product span { display: block; color: #767c80; font-size: 10px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.cx-biz-card-price strong { display: block; margin: 5px 0 4px; color: var(--cx34-signal); font-size: 22px; line-height: 1.1; }
.cx-biz-card-price small { color: #646a6d; }
.cx-biz-card-link { display: flex; justify-content: space-between; padding-top: 15px; border-top: 1px solid #202326; color: #202326; font-size: 12px; font-weight: 800; text-decoration: none; text-transform: uppercase; }
.cx-biz-card-link:hover { color: var(--cx34-signal); }

.cx-biz-product-grid.is-independent-product { grid-template-columns: minmax(360px, 1fr) minmax(290px, .78fr) minmax(300px, .7fr); gap: 28px; }
.cx-biz-product-summary h1 { margin: 14px 0 18px; font-size: clamp(42px, 4vw, 62px); line-height: .94; text-transform: uppercase; }
.cx-biz-product-code { margin: 22px 0 0; padding: 13px 0; border-top: 1px solid #cfd2d1; border-bottom: 1px solid #cfd2d1; }
.cx-biz-product-code strong { display: block; margin-top: 4px; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 14px; }
.cx-biz-product-quote { position: sticky; top: 112px; padding: 25px; border: 1px solid #bfc3c2; border-top: 4px solid var(--cx34-signal); background: #fff; }
.cx-biz-product-quote h2 { margin: 8px 0 10px; font-size: 30px; text-transform: uppercase; }
.cx-biz-fixed-product { margin: 0 0 18px; padding: 12px; background: #eceeeb; }
.cx-biz-fixed-product strong { display: block; margin-top: 4px; }
.cx-biz-product-quote .cx-biz-config-form { gap: 13px; }
.cx-biz-product-quote .cx-biz-form-row { grid-template-columns: 1fr; }
.cx-biz-product-quote select { width: 100%; min-width: 0; }
.cx-biz-product-quote .cx-button, .cx-biz-product-quote .cx-biz-button-secondary { width: 100%; text-align: center; }
.cx-biz-related { background: #f0f1ee; }
.cx-biz-related-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.cx-biz-related-grid article { display: grid; grid-template-columns: 210px 1fr; min-width: 0; border: 1px solid #c8cbca; background: #fff; }
.cx-biz-related-grid img { width: 100%; height: 100%; min-height: 220px; object-fit: cover; }
.cx-biz-related-grid article > div { padding: 24px; }
.cx-biz-related-grid article > div > span { color: #72787b; font: 700 10px ui-monospace, SFMono-Regular, Menlo, monospace; }
.cx-biz-related-grid h3 { margin: 10px 0; font-size: 28px; line-height: 1; text-transform: uppercase; }
.cx-biz-related-grid p { color: #606669; line-height: 1.5; }
.cx-biz-related-grid a { color: var(--cx34-signal); font-size: 12px; font-weight: 800; text-transform: uppercase; }

@media (max-width: 1100px) {
  .cx-biz-catalog-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .cx-biz-product-grid.is-independent-product { grid-template-columns: minmax(0, 1fr) minmax(330px, .82fr); }
  .cx-biz-product-quote { position: static; grid-column: 1 / -1; }
}
@media (max-width: 760px) {
  .cx-biz-catalog-grid, .cx-biz-product-grid.is-independent-product, .cx-biz-related-grid { grid-template-columns: 1fr; }
  .cx-biz-catalog-filter { width: 100%; border-right: 0; border-left: 0; }
  .cx-biz-product-card-media { height: 260px; }
  .cx-biz-product-card-body > p { min-height: 0; }
  .cx-biz-related-grid article { grid-template-columns: 120px 1fr; }
  .cx-biz-related-grid img { min-height: 210px; }
}
@media (max-width: 480px) {
  .cx-biz-catalog-head h1 { font-size: 42px; }
  .cx-biz-product-summary h1 { font-size: 41px; }
  .cx-biz-product-card-body { padding: 22px 19px; }
  .cx-biz-related-grid article { grid-template-columns: 1fr; }
  .cx-biz-related-grid img { height: 190px; min-height: 0; }
}

/* COREAX Business 2.0: global program sourcing */
.cx-biz-v2,
.cx-biz-catalog-page { background: #f4f4f1; }
.cx-biz-v2 .cx-button:active,
.cx-biz-catalog-page .cx-button:active,
.cx-biz-quote .cx-button:active,
.cx-biz-v2 .cx-biz-button-secondary:active,
.cx-biz-catalog-page .cx-biz-button-secondary:active { transform: scale(.98); }
.cx-biz-anchor { position: absolute; scroll-margin-top: 120px; }

.cx-biz-v2-hero {
  position: relative;
  padding: 72px 0 0;
  overflow: hidden;
  background: #17191b;
  color: #f7f7f5;
}
.cx-biz-v2-hero::before,
.cx-biz-catalog-hero::before {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
  background-size: 72px 72px;
  content: "";
  pointer-events: none;
}
.cx-biz-v2-hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr);
  gap: clamp(42px, 7vw, 104px);
  align-items: center;
  padding-bottom: 58px;
}
.cx-biz-v2-hero-copy { min-width: 0; padding: 30px 0; }
.cx-biz-v2-hero h1 {
  max-width: 780px;
  margin: 18px 0 26px;
  color: #f7f7f5;
  font-size: clamp(48px, 5.4vw, 74px);
  font-weight: 700;
  letter-spacing: -.045em;
  line-height: .94;
  text-transform: none;
}
.cx-biz-v2-lead { max-width: 59ch; margin: 0; color: #c9cdcf; font-size: 17px; line-height: 1.65; }
.cx-biz-v2-fit {
  max-width: 64ch;
  margin: 20px 0 0;
  padding-left: 16px;
  border-left: 2px solid #c66f48;
  color: #f0f1ef;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.55;
}
.cx-biz-v2-hero .cx-biz-actions { margin-top: 32px; }
.cx-biz-v2-hero .cx-biz-button-secondary { color: #f7f7f5; }
.cx-biz-v2-hero .cx-biz-button-secondary:hover { background: #f7f7f5; color: #17191b; }
.cx-biz-v2-boundary {
  max-width: 62ch;
  margin: 32px 0 0;
  padding-top: 18px;
  border-top: 1px solid #3d4144;
  color: #92999d;
  font-size: 12px;
  line-height: 1.55;
}
.cx-biz-v2-hero-media { position: relative; min-height: 570px; margin: 0; overflow: hidden; background: #292d30; }
.cx-biz-v2-hero-media::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 50%, rgba(23,25,27,.78));
  content: "";
  pointer-events: none;
}
.cx-biz-v2-hero-media img { width: 100%; height: 100%; min-height: 570px; object-fit: cover; }
.cx-biz-v2-hero-media figcaption {
  position: absolute;
  z-index: 1;
  right: 24px;
  bottom: 24px;
  left: 24px;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 20px;
  align-items: center;
  padding: 17px 19px;
  border: 1px solid rgba(255,255,255,.18);
  background: rgba(23,25,27,.84);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.08);
}
.cx-biz-v2-hero-media figcaption span { color: #dc8a65; font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.cx-biz-v2-hero-media figcaption strong { font-size: 12px; line-height: 1.35; }
.cx-biz-v2-facts {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 0;
  border-top: 1px solid #3d4144;
}
.cx-biz-v2-facts div { min-width: 0; padding: 22px 24px; border-right: 1px solid #3d4144; }
.cx-biz-v2-facts div:first-child { padding-left: 0; }
.cx-biz-v2-facts div:last-child { border-right: 0; }
.cx-biz-v2-facts dt { color: #f7f7f5; font-family: var(--cx34-display); font-size: 20px; font-weight: 700; }
.cx-biz-v2-facts dd { margin: 4px 0 0; color: #9da3a6; font-size: 11px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; }

.cx-biz-v2-buyers,
.cx-biz-v2-supply,
.cx-biz-v2-programs,
.cx-biz-v2-process,
.cx-biz-v2-terms,
.cx-biz-v2-final { padding: 104px 0; }
.cx-biz-v2-buyers-grid {
  display: grid;
  grid-template-columns: minmax(280px, .72fr) minmax(0, 1.28fr);
  gap: clamp(48px, 8vw, 120px);
  align-items: end;
}
.cx-biz-v2-buyers h2,
.cx-biz-v2-section-head h2,
.cx-biz-v2-programs h2,
.cx-biz-v2-terms h2,
.cx-biz-v2-final h2 {
  margin: 15px 0 0;
  color: #202326;
  font-size: clamp(40px, 4.6vw, 64px);
  font-weight: 700;
  letter-spacing: -.04em;
  line-height: .96;
  text-transform: none;
}
.cx-biz-v2-buyers ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  border-top: 1px solid #bfc3c2;
  list-style: none;
}
.cx-biz-v2-buyers li { padding: 18px 20px 18px 0; border-bottom: 1px solid #bfc3c2; color: #32373a; font-size: 15px; font-weight: 700; }
.cx-biz-v2-buyers li:nth-child(even) { padding-left: 20px; border-left: 1px solid #bfc3c2; }

.cx-biz-v2-supply { position: relative; background: #e8e9e6; }
.cx-biz-v2-section-head {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, .55fr);
  gap: clamp(48px, 8vw, 120px);
  align-items: end;
  margin-bottom: 50px;
}
.cx-biz-v2-section-head > p,
.cx-biz-v2-programs-grid > div:first-child > p:last-child,
.cx-biz-v2-terms header > p:last-child,
.cx-biz-v2-final p { margin: 0; color: #62696d; line-height: 1.7; }
.cx-biz-v2-supply-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border: 1px solid #afb4b2;
  background: #f7f7f5;
}
.cx-biz-v2-supply-grid article { min-width: 0; padding: clamp(30px, 4vw, 58px); }
.cx-biz-v2-supply-grid article + article { border-left: 1px solid #afb4b2; }
.cx-biz-v2-supply-grid article.is-direct { background: #202326; color: #f7f7f5; }
.cx-biz-v2-supply-title {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 20px;
  align-items: start;
  padding-bottom: 24px;
  border-bottom: 1px solid #c8ccca;
}
.cx-biz-v2-supply-grid .is-direct .cx-biz-v2-supply-title { border-color: #474c4f; }
.cx-biz-v2-supply-title > span { color: #c66f48; font-family: var(--cx34-display); font-size: 20px; font-weight: 700; }
.cx-biz-v2-supply-title p { margin: 0 0 5px; color: #737a7e; font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.cx-biz-v2-supply-grid .is-direct .cx-biz-v2-supply-title p { color: #aeb4b7; }
.cx-biz-v2-supply-title h3 { margin: 0; font-size: clamp(34px, 3.4vw, 50px); line-height: 1; }
.cx-biz-v2-supply-grid article > p { margin: 26px 0; color: #596064; line-height: 1.7; }
.cx-biz-v2-supply-grid article.is-direct > p { color: #c6cbcd; }
.cx-biz-v2-supply-grid dl { margin: 0; }
.cx-biz-v2-supply-grid dl div { display: grid; grid-template-columns: 105px 1fr; gap: 18px; padding: 15px 0; border-top: 1px solid #d2d5d3; }
.cx-biz-v2-supply-grid .is-direct dl div { border-color: #3e4346; }
.cx-biz-v2-supply-grid dt { color: #777e81; font-size: 10px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.cx-biz-v2-supply-grid .is-direct dt { color: #9fa6a9; }
.cx-biz-v2-supply-grid dd { margin: 0; color: #303538; font-size: 13px; line-height: 1.55; }
.cx-biz-v2-supply-grid .is-direct dd { color: #e2e4e3; }
.cx-biz-v2-supply-grid article > a {
  display: inline-flex;
  margin-top: 25px;
  padding-bottom: 4px;
  border-bottom: 1px solid currentColor;
  color: #b95f38;
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
  text-transform: uppercase;
}
.cx-biz-v2-supply-grid .is-direct > a { color: #e39a78; }
.cx-biz-v2-transit-note { max-width: 82ch; margin: 24px 0 0; color: #646b6e; font-size: 12px; line-height: 1.6; }

.cx-biz-v2-programs { background: #f7f7f5; }
.cx-biz-v2-programs-grid {
  display: grid;
  grid-template-columns: minmax(270px, .7fr) minmax(0, 1.3fr);
  gap: clamp(45px, 8vw, 112px);
  align-items: start;
}
.cx-biz-v2-program-list { border-top: 1px solid #bfc3c2; }
.cx-biz-v2-program-list a {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 4px 18px;
  padding: 24px 0;
  border-bottom: 1px solid #bfc3c2;
  color: #202326;
  text-decoration: none;
  transition: color .25s ease, transform .25s ease;
}
.cx-biz-v2-program-list a:hover { color: #b95f38; transform: translateX(5px); }
.cx-biz-v2-program-list span { grid-row: 1 / 3; color: #b95f38; font-family: var(--cx34-display); font-size: 18px; }
.cx-biz-v2-program-list strong { font-size: 20px; }
.cx-biz-v2-program-list small { color: #71787b; line-height: 1.4; }
.cx-biz-v2-programs-grid > .cx-button { grid-column: 2; width: fit-content; }

.cx-biz-v2-process { background: #202326; color: #f7f7f5; }
.cx-biz-v2-process .cx-biz-v2-section-head h2,
.cx-biz-v2-process .cx-biz-v2-section-head > p { color: #f7f7f5; }
.cx-biz-v2-process .cx-biz-v2-section-head > p { color: #b8bec0; }
.cx-biz-v2-process-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid #4a4f52; }
.cx-biz-v2-process-grid article { min-width: 0; padding: 40px 44px 0 0; }
.cx-biz-v2-process-grid article + article { padding-right: 0; padding-left: 44px; border-left: 1px solid #4a4f52; }
.cx-biz-v2-process-grid h3 { margin: 0 0 28px; color: #f7f7f5; font-size: 28px; }
.cx-biz-v2-process-grid ol { margin: 0; padding: 0; list-style: none; }
.cx-biz-v2-process-grid li { display: grid; grid-template-columns: 38px 1fr; gap: 14px; padding: 15px 0; border-top: 1px solid #3f4447; }
.cx-biz-v2-process-grid li span { color: #dc8a65; font-family: var(--cx34-display); }
.cx-biz-v2-process-grid li strong { font-size: 13px; line-height: 1.45; }
.cx-biz-v2-after-submit {
  display: grid;
  grid-template-columns: minmax(260px, .72fr) minmax(0, 1.28fr);
  gap: clamp(44px, 7vw, 104px);
  margin-top: 64px;
  padding-top: 42px;
  border-top: 1px solid #4a4f52;
}
.cx-biz-v2-after-submit h3 { max-width: 18ch; margin: 14px 0 18px; color: #f7f7f5; font-size: clamp(30px, 3vw, 42px); line-height: 1.04; }
.cx-biz-v2-after-submit > div > p:last-child { max-width: 42ch; margin: 0; color: #aeb5b7; font-size: 13px; line-height: 1.65; }
.cx-biz-v2-after-submit ol { margin: 0; padding: 0; border-top: 1px solid #4a4f52; list-style: none; }
.cx-biz-v2-after-submit li { display: grid; grid-template-columns: 40px minmax(0, 1fr); gap: 16px; padding: 18px 0; border-bottom: 1px solid #3f4447; }
.cx-biz-v2-after-submit li span { color: #dc8a65; font-family: var(--cx34-display); font-size: 16px; }
.cx-biz-v2-after-submit li strong { color: #f0f1ef; font-size: 13px; line-height: 1.55; }

.cx-biz-v2-terms-grid {
  display: grid;
  grid-template-columns: minmax(280px, .78fr) minmax(0, 1.22fr);
  gap: clamp(50px, 8vw, 122px);
}
.cx-biz-v2-terms dl { margin: 0; border-top: 1px solid #bfc3c2; }
.cx-biz-v2-terms dl div { display: grid; grid-template-columns: 145px 1fr; gap: 20px; padding: 18px 0; border-bottom: 1px solid #bfc3c2; }
.cx-biz-v2-terms dt { color: #71787b; font-size: 10px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.cx-biz-v2-terms dd { margin: 0; color: #303538; font-size: 13px; line-height: 1.55; }
.cx-biz-v2-final { background: #dedfdb; }
.cx-biz-v2-final-grid { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 50px; align-items: end; }
.cx-biz-v2-final-grid > div { max-width: 800px; }
.cx-biz-v2-final h2 { margin-bottom: 20px; }

.cx-biz-catalog-hero {
  position: relative;
  padding: 24px 0 28px;
  overflow: hidden;
  background: #17191b;
  color: #f7f7f5;
}
.cx-biz-catalog-hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, .7fr);
  gap: clamp(42px, 7vw, 96px);
  align-items: center;
}
.cx-biz-catalog-breadcrumb {
  display: flex;
  gap: 8px;
  margin-bottom: 14px;
  color: #949b9e;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .04em;
}
.cx-biz-catalog-breadcrumb a { color: #d1d4d5; text-decoration: none; }
.cx-biz-catalog-breadcrumb a:hover { color: #e39a78; }
.cx-biz-catalog-hero h1 {
  max-width: 760px;
  margin: 10px 0 0;
  color: #f7f7f5;
  font-size: clamp(42px, 4.6vw, 62px);
  letter-spacing: -.045em;
  line-height: .95;
  text-transform: none;
}
.cx-biz-catalog-hero-copy > p { max-width: 52ch; margin: 0; color: #bbc0c2; font-size: 14px; line-height: 1.65; }
.cx-biz-catalog-hero-copy > div {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 22px;
  align-items: center;
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid #3d4144;
}
.cx-biz-catalog-hero-copy strong { color: #f0f1ef; font-size: 12px; letter-spacing: .02em; }
.cx-biz-catalog-hero-copy .cx-button { min-height: 42px; padding: 0 18px; white-space: nowrap; }

.cx-biz-catalog-toolbar {
  position: sticky;
  z-index: 3;
  top: var(--cx-header-height, 0);
  border-bottom: 1px solid #c5c9c7;
  background: rgba(244,244,241,.97);
  box-shadow: 0 8px 22px rgba(32,35,38,.04);
}
.cx-biz-catalog-toolbar .cx-shell {
  display: grid;
  grid-template-columns: .72fr 1.18fr 1.18fr .9fr;
  padding-top: 0;
  padding-bottom: 0;
}
.cx-biz-catalog-toolbar a {
  display: flex;
  min-width: 0;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
  padding: 13px 18px;
  border-left: 1px solid #d4d7d5;
  color: #303538;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.3;
  text-decoration: none;
  transition: background .25s cubic-bezier(.16,1,.3,1), color .25s cubic-bezier(.16,1,.3,1);
}
.cx-biz-catalog-toolbar a:last-child { border-right: 1px solid #d4d7d5; }
.cx-biz-catalog-toolbar a:hover,
.cx-biz-catalog-toolbar a:focus-visible { background: #202326; color: #f7f7f5; }
.cx-biz-catalog-toolbar strong { color: #b95f38; font-family: var(--cx34-display); font-size: 17px; }

.cx-biz-catalog-main { padding: 20px 0 52px; }
.cx-biz-catalog-section {
  padding: 34px 0 6px;
  scroll-margin-top: 126px;
}
.cx-biz-catalog-section-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, .5fr);
  gap: clamp(38px, 7vw, 92px);
  align-items: end;
  margin-bottom: 16px;
  padding-top: 12px;
  border-top: 1px solid #afb4b2;
}
.cx-biz-catalog-section-head h2 {
  margin: 6px 0 0;
  color: #202326;
  font-size: clamp(34px, 3.6vw, 48px);
  letter-spacing: -.035em;
  line-height: .98;
  text-transform: none;
}
.cx-biz-catalog-section-head > p { max-width: 52ch; margin: 0; color: #666d70; font-size: 13px; line-height: 1.6; }
.cx-biz-catalog-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px;
}
.cx-biz-catalog-card {
  display: grid;
  min-width: 0;
  grid-template-rows: auto 1fr;
  border: 1px solid #c5c9c7;
  background: #fafaf8;
  box-shadow: 0 20px 48px -36px rgba(32,35,38,.32);
}
.cx-biz-catalog-media {
  display: block;
  aspect-ratio: 3 / 2;
  overflow: hidden;
  border-bottom: 1px solid #d3d6d4;
  background: #ecece8;
}
.cx-biz-catalog-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: clamp(16px, 3vw, 34px);
  transition: transform .6s cubic-bezier(.16,1,.3,1);
}
.cx-biz-catalog-card:hover .cx-biz-catalog-media img { transform: scale(1.025); }
.cx-biz-catalog-card-body {
  display: grid;
  min-width: 0;
  grid-template-rows: auto auto auto auto auto 1fr;
  padding: 16px 18px 18px;
}
.cx-biz-catalog-identifiers {
  display: flex;
  min-width: 0;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.cx-biz-catalog-identifiers span { min-width: 0; color: #777e81; font-size: 9px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.cx-biz-catalog-identifiers code { min-width: 0; color: #9a4f30; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 9px; white-space: nowrap; }
.cx-biz-catalog-card h3 {
  margin: 8px 0 5px;
  color: #202326;
  font-size: clamp(23px, 2.1vw, 29px);
  letter-spacing: -.025em;
  line-height: 1.02;
  text-transform: none;
}
.cx-biz-catalog-summary { margin: 0; color: #62696d; font-size: 12px; line-height: 1.45; }
.cx-biz-catalog-specs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 10px 0 0;
  border-top: 1px solid #d1d4d2;
  border-left: 1px solid #d1d4d2;
}
.cx-biz-catalog-specs div { min-width: 0; padding: 7px 9px; border-right: 1px solid #d1d4d2; border-bottom: 1px solid #d1d4d2; }
.cx-biz-catalog-specs dt { color: #7a8184; font-size: 8px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.cx-biz-catalog-specs dd { margin: 2px 0 0; color: #303538; font-size: 11px; font-weight: 700; line-height: 1.3; }
.cx-biz-catalog-status { display: flex; gap: 8px 14px; align-items: baseline; flex-wrap: wrap; margin-top: 10px; padding: 7px 9px; border-left: 3px solid #b95f38; background: #eceeeb; }
.cx-biz-catalog-status strong { color: #202326; font-size: 11px; }
.cx-biz-catalog-status span { color: #666d70; font-size: 9px; line-height: 1.35; }
.cx-biz-catalog-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; align-self: end; margin-top: 10px; }
.cx-biz-catalog-actions .cx-button,
.cx-biz-catalog-actions .cx-biz-button-secondary {
  width: 100%;
  min-height: 38px;
  padding: 0 10px;
  font-size: 9px;
  text-align: center;
}
.cx-biz-programs-boundary { padding: 24px 0; background: #202326; color: #f7f7f5; }
.cx-biz-programs-boundary .cx-shell { display: grid; grid-template-columns: minmax(240px, .65fr) minmax(0, 1fr) auto; gap: 34px; align-items: center; }
.cx-biz-programs-boundary p { margin: 0; color: #bdc2c4; font-size: 13px; line-height: 1.55; }
.cx-biz-programs-boundary a { color: #e39a78; font-size: 11px; font-weight: 800; text-transform: uppercase; }

.cx-biz-supply-fields { border-top-color: #b95f38 !important; }
.cx-biz-overseas-summary { padding: 16px 18px; border-left: 3px solid #b95f38; background: #eceeeb; }
.cx-biz-overseas-summary strong { color: #202326; font-size: 13px; }
.cx-biz-overseas-summary p { margin: 5px 0 0; color: #62696d; font-size: 12px; line-height: 1.55; }
.cx-biz-china-fields[hidden],
.cx-biz-overseas-summary[hidden] { display: none; }

@media (max-width: 1024px) {
  .cx-biz-v2-hero-grid { grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: 38px; }
  .cx-biz-v2-hero-media,
  .cx-biz-v2-hero-media img { min-height: 500px; }
  .cx-biz-v2-section-head { grid-template-columns: minmax(0, 1fr) minmax(260px, .55fr); gap: 45px; }
  .cx-biz-catalog-hero-grid { grid-template-columns: minmax(0, 1fr) minmax(320px, .72fr); gap: 38px; }
  .cx-biz-catalog-card-body { padding: 16px 18px 18px; }
  .cx-biz-programs-boundary .cx-shell { grid-template-columns: 1fr 1fr; }
  .cx-biz-programs-boundary a { grid-column: 1 / -1; }
}

@media (min-width: 768px) and (max-width: 900px) {
  .cx-biz-catalog-grid { grid-template-columns: minmax(0, 1fr); }
}

@media (max-width: 767px) {
  .cx-biz-v2-hero { padding-top: 38px; }
  .cx-biz-v2-hero-grid,
  .cx-biz-v2-buyers-grid,
  .cx-biz-v2-section-head,
  .cx-biz-v2-programs-grid,
  .cx-biz-v2-after-submit,
  .cx-biz-v2-terms-grid,
  .cx-biz-v2-final-grid { grid-template-columns: minmax(0, 1fr); gap: 32px; }
  .cx-biz-v2-hero-copy { padding: 0; }
  .cx-biz-v2-hero h1 { margin-top: 14px; font-size: clamp(39px, 11vw, 52px); line-height: .98; }
  .cx-biz-v2-lead { font-size: 15px; }
  .cx-biz-v2-hero .cx-biz-actions { display: grid; grid-template-columns: 1fr; }
  .cx-biz-v2-hero .cx-button,
  .cx-biz-v2-hero .cx-biz-button-secondary { width: 100%; }
  .cx-biz-v2-hero-media,
  .cx-biz-v2-hero-media img { min-height: 370px; }
  .cx-biz-v2-hero-media figcaption { right: 14px; bottom: 14px; left: 14px; grid-template-columns: 1fr; gap: 5px; }
  .cx-biz-v2-facts { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .cx-biz-v2-facts div,
  .cx-biz-v2-facts div:first-child { padding: 17px 12px 17px 0; border-bottom: 1px solid #3d4144; }
  .cx-biz-v2-facts div:nth-child(even) { padding-left: 14px; border-right: 0; }
  .cx-biz-v2-facts div:nth-child(n+3) { border-bottom: 0; }
  .cx-biz-v2-buyers,
  .cx-biz-v2-supply,
  .cx-biz-v2-programs,
  .cx-biz-v2-process,
  .cx-biz-v2-terms,
  .cx-biz-v2-final { padding: 70px 0; }
  .cx-biz-v2-buyers h2,
  .cx-biz-v2-section-head h2,
  .cx-biz-v2-programs h2,
  .cx-biz-v2-terms h2,
  .cx-biz-v2-final h2 { font-size: clamp(35px, 10vw, 46px); }
  .cx-biz-v2-buyers ul { grid-template-columns: 1fr; }
  .cx-biz-v2-buyers li:nth-child(even) { padding-left: 0; border-left: 0; }
  .cx-biz-v2-supply-grid,
  .cx-biz-v2-process-grid { grid-template-columns: 1fr; }
  .cx-biz-v2-supply-grid article + article { border-top: 1px solid #afb4b2; border-left: 0; }
  .cx-biz-v2-supply-grid dl div,
  .cx-biz-v2-terms dl div { grid-template-columns: 1fr; gap: 6px; }
  .cx-biz-v2-programs-grid > .cx-button { grid-column: auto; width: 100%; }
  .cx-biz-v2-process-grid article,
  .cx-biz-v2-process-grid article + article { padding: 30px 0 0; border-left: 0; }
  .cx-biz-v2-process-grid article + article { margin-top: 38px; border-top: 1px solid #4a4f52; }
  .cx-biz-v2-after-submit { margin-top: 48px; padding-top: 34px; }
  .cx-biz-v2-final-grid .cx-button { width: 100%; }
  .cx-biz-catalog-hero { padding: 28px 0 32px; }
  .cx-biz-catalog-hero-grid,
  .cx-biz-catalog-section-head,
  .cx-biz-catalog-grid { grid-template-columns: minmax(0, 1fr); gap: 24px; }
  .cx-biz-catalog-hero h1 { font-size: clamp(39px, 11vw, 50px); }
  .cx-biz-catalog-hero-copy > div { grid-template-columns: 1fr; gap: 15px; }
  .cx-biz-catalog-hero-copy .cx-button { width: 100%; }
  .cx-biz-catalog-toolbar { position: relative; top: auto; overflow-x: auto; }
  .cx-biz-catalog-toolbar .cx-shell { width: max-content; min-width: 100%; grid-template-columns: repeat(4, minmax(170px, auto)); }
  .cx-biz-catalog-toolbar a { padding: 15px 16px; }
  .cx-biz-catalog-main { padding: 12px 0 54px; }
  .cx-biz-catalog-section { padding-top: 46px; scroll-margin-top: 20px; }
  .cx-biz-catalog-section-head { align-items: start; margin-bottom: 22px; }
  .cx-biz-catalog-card,
  .cx-biz-catalog-media { width: 100%; min-width: 0; max-width: 100%; }
  .cx-biz-catalog-card-body { padding: 16px 15px 18px; }
  .cx-biz-catalog-identifiers { align-items: flex-start; flex-direction: column; gap: 4px; }
  .cx-biz-catalog-identifiers span { max-width: 100%; }
  .cx-biz-catalog-actions { grid-template-columns: 1fr; }
  .cx-biz-programs-boundary .cx-shell { grid-template-columns: 1fr; gap: 15px; }
  .cx-biz-programs-boundary a { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
  .cx-biz-v2 *,
  .cx-biz-catalog-page * {
    scroll-behavior: auto !important;
    animation: none !important;
    transition-duration: .01ms !important;
  }
}
