.inner-page .desktop-nav a[aria-current="page"] {
  color: var(--orange-dark);
}

.inner-page .desktop-nav a[aria-current="page"]::after {
  transform: scaleX(1);
}

.inner-page .mobile-panel a[aria-current="page"] {
  color: var(--orange-dark);
}

.inner-main {
  overflow: hidden;
}

.page-intro {
  padding: 76px 0 62px;
  background: var(--white);
}

.page-intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 1fr);
  gap: 74px;
  align-items: end;
}

.breadcrumb {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 28px;
  color: #787d83;
  font-size: 12px;
  line-height: 1.5;
}

.breadcrumb a:hover { color: var(--orange-dark); }
.breadcrumb span[aria-hidden="true"] { color: #b0b4b8; }

.page-kicker,
.inner-kicker {
  margin: 0 0 17px;
  color: var(--orange-dark);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.4;
  text-transform: uppercase;
}

.page-intro h1 {
  max-width: 650px;
  margin: 0;
  color: var(--ink);
  font-size: 58px;
  font-weight: 800;
  line-height: 1.12;
}

.page-lead {
  max-width: 690px;
  margin: 0;
  color: #464b51;
  font-size: 18px;
  line-height: 1.85;
}

.page-visual {
  height: clamp(390px, 47vw, 610px);
  margin: 0;
  overflow: hidden;
  background: #e7e9eb;
}

.page-visual img {
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.page-visual--rollers img { object-position: center 57%; }
.page-visual--factory img { object-position: center 48%; }
.page-visual--workshop img { object-position: center 52%; }
.page-visual--paper img { object-position: center 52%; }
.page-visual--rack img { object-position: center 45%; }

.page-visual--consumables {
  height: clamp(330px, 36vw, 480px);
  background: #eef0f1;
}

.page-visual--consumables img {
  object-fit: contain;
  padding: 28px;
}

.page-visual--contain { background: #eef0f1; }

.page-visual--contain img {
  object-fit: contain;
  padding: clamp(28px, 4vw, 55px);
}

.section-nav {
  border-bottom: 1px solid var(--line);
  background: var(--white);
}

.section-nav-inner {
  display: flex;
  align-items: stretch;
  overflow-x: auto;
  scrollbar-width: none;
}

.section-nav-inner::-webkit-scrollbar { display: none; }

.section-nav a {
  min-height: 58px;
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  margin-right: 34px;
  color: #24282d;
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
}

.section-nav a:hover { color: var(--orange-dark); }

.inner-section {
  padding: 92px 0;
  background: var(--white);
}

.inner-section--soft { background: var(--soft); }

.inner-section--dark {
  color: var(--white);
  background: var(--dark);
}

.section-intro {
  display: grid;
  grid-template-columns: minmax(230px, .62fr) minmax(0, 1.38fr);
  gap: 80px;
  align-items: start;
  margin-bottom: 56px;
}

.inner-title {
  max-width: 760px;
  margin: 0;
  color: var(--ink);
  font-size: 42px;
  font-weight: 800;
  line-height: 1.24;
}

.inner-section--dark .inner-title { color: var(--white); }

.inner-copy {
  max-width: 760px;
  margin: 0;
  color: #4f555b;
  font-size: 17px;
  line-height: 1.9;
}

.inner-copy + .inner-copy { margin-top: 17px; }
.inner-section--dark .inner-copy { color: rgba(255, 255, 255, .72); }

.text-action {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  margin-top: 25px;
  color: var(--orange-dark);
  font-size: 14px;
  font-weight: 800;
}

.text-action span {
  transition: transform .2s ease;
}

.text-action:hover span { transform: translateX(4px); }

.product-stack,
.story-stack {
  border-top: 1px solid #cfd3d7;
}

.product-story {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr);
  gap: 66px;
  align-items: center;
  padding: 70px 0;
  border-bottom: 1px solid #cfd3d7;
}

.product-story--reverse {
  grid-template-columns: minmax(360px, .95fr) minmax(0, 1.05fr);
}

.product-story--reverse .product-media { order: 2; }

.product-media {
  min-height: 405px;
  overflow: hidden;
  background: #eef0f1;
}

.product-media img {
  height: 100%;
  min-height: 405px;
  object-fit: cover;
}

.product-media--contain img {
  object-fit: contain;
  padding: 34px;
}

.product-content h2,
.product-content h3 {
  margin: 0;
  color: var(--ink);
  font-size: 37px;
  font-weight: 800;
  line-height: 1.25;
}

.product-content p {
  margin: 20px 0 0;
  color: #50565c;
  font-size: 16px;
  line-height: 1.88;
}

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

.product-meta div {
  padding: 16px 0;
  border-bottom: 1px solid var(--line);
}

.product-meta dt {
  margin-bottom: 5px;
  color: #777d83;
  font-size: 12px;
  font-weight: 700;
}

.product-meta dd {
  margin: 0;
  color: #25292e;
  font-size: 14px;
  line-height: 1.65;
}

.index-list {
  border-top: 1px solid #cfd3d7;
}

.index-row {
  display: grid;
  grid-template-columns: 84px minmax(220px, .7fr) minmax(0, 1.3fr);
  gap: 42px;
  align-items: start;
  padding: 32px 0 34px;
  border-bottom: 1px solid #cfd3d7;
}

.index-number {
  color: var(--orange);
  font-size: 15px;
  font-weight: 800;
}

.index-row h3 {
  margin: 0;
  color: var(--ink);
  font-size: 24px;
  line-height: 1.4;
}

.index-row p {
  max-width: 680px;
  margin: 0;
  color: #555b61;
  font-size: 15px;
  line-height: 1.82;
}

.case-list {
  border-top: 1px solid #cfd3d7;
}

.case-entry {
  display: grid;
  grid-template-columns: 70px minmax(220px, .72fr) minmax(0, 1.35fr);
  gap: 42px;
  padding: 40px 0 42px;
  border-bottom: 1px solid #cfd3d7;
}

.case-number {
  color: var(--orange);
  font-size: 15px;
  font-weight: 800;
}

.case-heading span {
  display: block;
  margin-bottom: 9px;
  color: #777d83;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.case-heading h3 {
  margin: 0;
  color: var(--ink);
  font-size: 24px;
  line-height: 1.42;
}

.case-copy p {
  margin: 0 0 13px;
  color: #555b61;
  font-size: 15px;
  line-height: 1.82;
}

.case-copy p:last-child { margin-bottom: 0; }

.case-copy strong {
  margin-right: 8px;
  color: var(--ink);
}

.case-copy img {
  width: min(100%, 520px);
  margin: 0 0 22px;
  border: 1px solid #d9dcdf;
}

.case-copy .case-product-image {
  height: 480px;
  padding: 26px;
  object-fit: contain;
  background: #fff;
}

.fact-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid #cfd3d7;
  border-bottom: 1px solid #cfd3d7;
}

.fact-item {
  min-height: 178px;
  padding: 30px 28px 28px 0;
}

.fact-item + .fact-item {
  padding-left: 28px;
  border-left: 1px solid #cfd3d7;
}

.fact-value {
  display: block;
  color: var(--orange);
  font-size: 35px;
  font-weight: 800;
  line-height: 1.15;
}

.fact-label {
  display: block;
  margin-top: 16px;
  color: #33383d;
  font-size: 15px;
  line-height: 1.7;
}

.wide-story {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(380px, .82fr);
  min-height: 570px;
  background: #e9ebed;
}

.wide-story--reverse {
  grid-template-columns: minmax(380px, .82fr) minmax(0, 1.18fr);
}

.wide-story--reverse .wide-story-image { order: 2; }

.wide-story-image {
  min-height: 570px;
  overflow: hidden;
}

.wide-story-image img {
  height: 100%;
  object-fit: cover;
}

.wide-story-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 70px max(44px, calc((100vw - var(--content)) / 2)) 70px 70px;
}

.wide-story--reverse .wide-story-body {
  padding-left: max(44px, calc((100vw - var(--content)) / 2));
  padding-right: 70px;
}

.wide-story-body h2 {
  max-width: 520px;
  margin: 0;
  color: var(--ink);
  font-size: 42px;
  line-height: 1.25;
}

.wide-story-body p:not(.inner-kicker) {
  max-width: 560px;
  margin: 24px 0 0;
  color: #4e545a;
  font-size: 16px;
  line-height: 1.9;
}

.proof-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 34px;
  margin-top: 54px;
}

.proof-item { margin: 0; }

.proof-image {
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #e2e4e5;
}

.proof-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .35s ease;
}

.proof-item:hover .proof-image img { transform: scale(1.018); }

.proof-item figcaption {
  padding: 22px 0 0;
  border-top: 3px solid var(--orange);
}

.proof-item h3 {
  margin: 0;
  color: var(--ink);
  font-size: 20px;
  line-height: 1.45;
}

.proof-item p {
  margin: 9px 0 0;
  color: #596066;
  font-size: 14px;
  line-height: 1.75;
}

.proof-gallery--company .proof-item:nth-child(1) img { object-position: center 54%; }
.proof-gallery--company .proof-item:nth-child(2) img { object-position: center 48%; }
.proof-gallery--company .proof-item:nth-child(3) img { object-position: center 52%; }
.proof-gallery--products .proof-item:nth-child(1) img { object-position: center 54%; }
.proof-gallery--process .proof-item:nth-child(1) img { object-position: center 50%; }
.proof-gallery--process .proof-item:nth-child(3) img { object-position: center 54%; }

.process-list {
  counter-reset: process;
  border-top: 1px solid rgba(255, 255, 255, .24);
}

.process-row {
  counter-increment: process;
  display: grid;
  grid-template-columns: 94px minmax(230px, .75fr) minmax(0, 1.25fr);
  gap: 38px;
  padding: 31px 0 33px;
  border-bottom: 1px solid rgba(255, 255, 255, .24);
}

.process-row::before {
  content: "0" counter(process);
  color: var(--orange);
  font-size: 15px;
  font-weight: 800;
}

.process-row h3 {
  margin: 0;
  color: var(--white);
  font-size: 23px;
  line-height: 1.4;
}

.process-row p {
  margin: 0;
  color: rgba(255, 255, 255, .7);
  font-size: 15px;
  line-height: 1.82;
}

.article-feature {
  display: grid;
  grid-template-columns: minmax(0, 1.16fr) minmax(360px, .84fr);
  gap: 66px;
  align-items: stretch;
}

.article-feature-image {
  min-height: 480px;
  overflow: hidden;
  background: #e8eaec;
}

.article-feature-image img {
  height: 100%;
  object-fit: cover;
}

.article-feature-image--contain img {
  object-fit: contain;
  padding: 38px;
}

.article-feature-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.article-feature-body h2 {
  margin: 0;
  color: var(--ink);
  font-size: 38px;
  line-height: 1.3;
}

.article-feature-body p:not(.inner-kicker) {
  margin: 23px 0 0;
  color: #52585e;
  font-size: 16px;
  line-height: 1.88;
}

.article-list {
  border-top: 1px solid #cfd3d7;
}

.article-row {
  display: grid;
  grid-template-columns: 160px minmax(300px, .85fr) minmax(0, 1.15fr);
  gap: 40px;
  align-items: start;
  padding: 29px 0 31px;
  border-bottom: 1px solid #cfd3d7;
}

.article-label {
  color: var(--orange-dark);
  font-size: 13px;
  font-weight: 800;
}

.article-row h3 {
  margin: 0;
  color: var(--ink);
  font-size: 21px;
  line-height: 1.5;
}

.article-row p {
  margin: 0;
  color: #555b61;
  font-size: 15px;
  line-height: 1.8;
}

a.article-row {
  transition: border-color .2s ease;
}

a.article-row:hover { border-color: var(--orange); }
a.article-row:hover h3 { color: var(--orange-dark); }
a.article-row:focus-visible { outline: 2px solid var(--orange); outline-offset: 5px; }

.knowledge-band {
  padding: 82px 0;
  color: var(--white);
  background: #1b1e22;
}

.knowledge-band-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 70px;
  align-items: center;
}

.knowledge-band h2 {
  max-width: 700px;
  margin: 0;
  color: var(--white);
  font-size: 38px;
  line-height: 1.3;
}

.knowledge-band p {
  max-width: 760px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, .68);
  font-size: 15px;
  line-height: 1.8;
}

.knowledge-band .primary-button,
.action-row .primary-button {
  margin-top: 0;
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(320px, .8fr) minmax(0, 1.2fr);
  gap: 88px;
}

.contact-primary h2,
.contact-checklist h2 {
  margin: 0;
  color: var(--ink);
  font-size: 34px;
  line-height: 1.35;
}

.contact-primary > p,
.contact-checklist > p {
  margin: 19px 0 0;
  color: #555b61;
  font-size: 16px;
  line-height: 1.85;
}

.contact-lines {
  margin: 34px 0 0;
  border-top: 1px solid #cfd3d7;
}

.contact-line {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 20px;
  padding: 17px 0;
  border-bottom: 1px solid #cfd3d7;
}

.contact-line dt {
  color: #777d83;
  font-size: 13px;
}

.contact-line dd {
  margin: 0;
  color: #25292e;
  font-size: 15px;
  line-height: 1.65;
}

.contact-line a:hover { color: var(--orange-dark); }

.contact-checklist {
  padding-left: 72px;
  border-left: 1px solid #cfd3d7;
}

.simple-list {
  margin: 33px 0 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid #cfd3d7;
}

.simple-list li {
  display: grid;
  grid-template-columns: 42px minmax(130px, .45fr) minmax(0, 1.55fr);
  gap: 18px;
  padding: 18px 0;
  border-bottom: 1px solid #cfd3d7;
  color: #555b61;
  font-size: 14px;
  line-height: 1.72;
}

.simple-list b:first-child { color: var(--orange); }
.simple-list strong { color: #25292e; }

.action-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.secondary-button {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  border: 1px solid #262a2f;
  color: #262a2f;
  font-size: 14px;
  font-weight: 800;
}

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

.official-store-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 32px;
}

.official-store {
  min-width: 0;
  border-top: 3px solid var(--orange);
}

.official-store--featured {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(0, 1.85fr) minmax(300px, .65fr);
  background: var(--white);
}

.official-store-media {
  min-height: 430px;
  display: grid;
  place-items: center;
  margin: 0;
  overflow: hidden;
  border: 1px solid #d8dcdf;
  border-top: 0;
  background: #eceeef;
}

.official-store-media img {
  width: 100%;
  height: 430px;
  object-fit: contain;
}

.official-store-media--qr img {
  width: auto;
  max-width: calc(100% - 32px);
  padding: 16px 0;
}

.official-store-media--douyin img {
  background: #d9d9d9;
}

.official-store-media--taobao {
  background: #161719;
}

.official-store-media--taobao img {
  object-fit: cover;
  object-position: center;
}

.official-store-media--1688 {
  border-right: 0;
  background: var(--white);
}

.official-store-media--1688 img {
  height: 430px;
  object-fit: cover;
  object-position: center;
}

.official-store-copy {
  padding: 25px 0 0;
}

.official-store--featured .official-store-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 44px;
}

.official-store-number {
  margin: 0;
  color: var(--orange-dark);
  font-size: 12px;
  font-weight: 800;
}

.official-store-copy h3 {
  margin: 10px 0 0;
  color: var(--ink);
  font-size: 27px;
  line-height: 1.35;
}

.official-store-copy > p:not(.official-store-number) {
  min-height: 80px;
  margin: 15px 0 0;
  color: #555b61;
  font-size: 14px;
  line-height: 1.78;
}

.official-store-button {
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  width: 100%;
  margin-top: 22px;
  padding: 0 22px;
  color: var(--white);
  background: var(--orange);
  font-size: 15px;
  font-weight: 800;
}

.official-store-button:hover,
.official-store-button:focus-visible {
  color: var(--white);
  background: var(--orange-dark);
}

.official-store-note {
  display: inline-block;
  margin-top: 17px;
  color: #444a50;
  font-size: 13px;
  font-weight: 750;
}

.inner-faq {
  border-top: 1px solid #cfd3d7;
}

.inner-faq details {
  border-bottom: 1px solid #cfd3d7;
}

.inner-faq summary {
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  color: var(--ink);
  cursor: pointer;
  font-size: 17px;
  font-weight: 750;
  list-style: none;
}

.inner-faq summary::-webkit-details-marker { display: none; }
.inner-faq summary::after { content: "+"; color: var(--orange); font-size: 25px; font-weight: 400; }
.inner-faq details[open] summary::after { content: "-"; }

.inner-faq p {
  max-width: 800px;
  margin: -2px 0 0;
  padding: 0 52px 26px 0;
  color: #555b61;
  font-size: 15px;
  line-height: 1.82;
}

@media (max-width: 980px) {
  .page-intro-grid,
  .section-intro {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .page-intro h1 { font-size: 48px; }
  .section-intro { margin-bottom: 46px; }

  .product-story,
  .product-story--reverse,
  .article-feature,
  .wide-story,
  .wide-story--reverse,
  .contact-layout {
    grid-template-columns: 1fr;
  }

  .product-story--reverse .product-media,
  .wide-story--reverse .wide-story-image { order: 0; }

  .wide-story-body,
  .wide-story--reverse .wide-story-body {
    padding: 62px max(32px, calc((100vw - var(--content)) / 2));
  }

  .wide-story-image { min-height: 460px; }
  .proof-gallery { gap: 20px; }
  .official-store-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .official-store--featured {
    grid-template-columns: 1fr;
  }
  .official-store--featured .official-store-copy { padding: 34px; }
  .official-store--taobao { grid-column: 1 / -1; }
  .fact-strip { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .fact-item:nth-child(3) { padding-left: 0; border-left: 0; border-top: 1px solid #cfd3d7; }
  .fact-item:nth-child(4) { border-top: 1px solid #cfd3d7; }

  .index-row,
  .case-entry,
  .process-row,
  .article-row {
    grid-template-columns: 70px minmax(220px, .7fr) minmax(0, 1.3fr);
    gap: 25px;
  }

  .contact-checklist {
    padding: 60px 0 0;
    border-top: 1px solid #cfd3d7;
    border-left: 0;
  }
}

@media (max-width: 820px) {
  .page-intro { padding: 54px 0 46px; }
  .page-intro h1 { font-size: 42px; }
  .page-lead { font-size: 17px; }
  .page-visual { height: 430px; }
  .inner-section { padding: 70px 0; }
  .inner-title { font-size: 35px; }
  .product-story { gap: 38px; padding: 52px 0; }
  .product-media,
  .product-media img { min-height: 350px; }
  .product-content h2,
  .product-content h3 { font-size: 31px; }
  .article-feature { gap: 40px; }
  .article-feature-image { min-height: 390px; }
  .knowledge-band-inner { grid-template-columns: 1fr; gap: 32px; }
}

@media (max-width: 620px) {
  .page-intro { padding: 43px 0 38px; }
  .breadcrumb { margin-bottom: 22px; }
  .page-intro h1 { font-size: 36px; line-height: 1.18; }
  .page-lead { font-size: 15px; line-height: 1.78; }
  .page-visual { height: 340px; }
  .page-visual--factory img { object-position: 42% center; }
  .page-visual--paper img { object-position: 65% center; }
  .section-nav a { min-height: 52px; margin-right: 25px; font-size: 13px; }
  .inner-section { padding: 58px 0; }
  .inner-title { font-size: 31px; }
  .inner-copy { font-size: 15px; line-height: 1.8; }

  .product-media,
  .product-media img { min-height: 280px; }
  .product-media--contain img { padding: 20px; }
  .product-meta { grid-template-columns: 1fr; }
  .product-content h2,
  .product-content h3 { font-size: 28px; }

  .index-row,
  .case-entry,
  .process-row,
  .article-row {
    grid-template-columns: 44px 1fr;
    gap: 10px 16px;
    padding: 25px 0 27px;
  }

  .index-row p,
  .case-copy,
  .process-row p,
  .article-row p {
    grid-column: 2;
  }

  .article-label { grid-row: 1 / span 2; }
  .fact-strip { grid-template-columns: 1fr; }
  .fact-item,
  .fact-item + .fact-item {
    min-height: 0;
    padding: 25px 0;
    border-top: 1px solid #cfd3d7;
    border-left: 0;
  }
  .fact-item:first-child { border-top: 0; }
  .fact-value { font-size: 30px; }
  .wide-story,
  .wide-story--reverse { min-height: 0; }
  .wide-story-image { min-height: 340px; }
  .wide-story-body,
  .wide-story--reverse .wide-story-body { padding: 48px 24px; }
  .wide-story-body h2 { font-size: 31px; }
  .proof-gallery { grid-template-columns: 1fr; gap: 34px; margin-top: 38px; }
  .proof-image { aspect-ratio: 3 / 2; }
  .article-feature-image { min-height: 310px; }
  .article-feature-body h2 { font-size: 30px; }
  .knowledge-band { padding: 62px 0; }
  .knowledge-band h2 { font-size: 31px; }
  .contact-layout { gap: 28px; }
  .contact-checklist { padding-top: 36px; }
  .contact-primary h2,
  .contact-checklist h2 { font-size: 29px; }
  .contact-line { grid-template-columns: 72px 1fr; }
  .simple-list li { grid-template-columns: 34px 1fr; gap: 7px 12px; }
  .simple-list li span { grid-column: 2; }
  .official-store-grid { grid-template-columns: 1fr; gap: 54px; }
  .official-store--taobao { grid-column: auto; }
  .official-store-media,
  .official-store:last-child .official-store-media { min-height: 410px; }
  .official-store-media img,
  .official-store:last-child .official-store-media img { height: 410px; }
  .official-store-media--1688,
  .official-store-media--1688 img { min-height: 0; height: auto; }
  .official-store--featured .official-store-copy { padding: 28px 24px 30px; }
  .official-store-copy > p:not(.official-store-number) { min-height: 0; }
  .action-row { flex-direction: column; align-items: stretch; }
  .action-row a { width: 100%; }
}

/* Product directory */
.catalog-directory {
  border-top: 1px solid #cfd3d7;
}

.catalog-band {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(430px, .92fr);
  min-height: 590px;
  border-bottom: 1px solid #cfd3d7;
}

.catalog-band--reverse {
  grid-template-columns: minmax(430px, .92fr) minmax(0, 1.08fr);
}

.catalog-band--reverse .catalog-media { order: 2; }

.catalog-media {
  min-height: 590px;
  overflow: hidden;
  background: #e9ebed;
}

.catalog-media img {
  height: 100%;
  object-fit: cover;
}

.catalog-media--contain img {
  object-fit: contain;
  padding: 58px;
}

.catalog-media--wide-art img { padding: 36px; }

.catalog-media--roller-closeup img {
  object-position: center center;
}

.catalog-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 64px max(42px, calc((100vw - var(--content)) / 2)) 64px 68px;
}

.catalog-band--reverse .catalog-copy {
  padding-left: max(42px, calc((100vw - var(--content)) / 2));
  padding-right: 68px;
}

.catalog-number {
  color: var(--orange-dark);
  font-size: 12px;
  font-weight: 800;
}

.catalog-copy h2 {
  margin: 14px 0 0;
  color: var(--ink);
  font-size: 42px;
  line-height: 1.24;
}

.catalog-copy > p {
  max-width: 590px;
  margin: 22px 0 0;
  color: #50565c;
  font-size: 16px;
  line-height: 1.88;
}

.catalog-groups {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 30px;
  border-top: 1px solid #cfd3d7;
}

.catalog-groups span {
  padding: 16px 16px 16px 0;
  border-bottom: 1px solid #cfd3d7;
  color: #272b30;
  font-size: 14px;
  font-weight: 700;
}

.catalog-groups span:nth-child(even) { padding-left: 18px; }

.catalog-route-list,
.featured-product-list,
.product-directory-list {
  border-top: 1px solid #cfd3d7;
}

.catalog-route-list a,
.featured-product-list a,
.product-directory-entry {
  display: grid;
  grid-template-columns: 76px minmax(220px, .72fr) minmax(0, 1.28fr) 26px;
  gap: 34px;
  align-items: center;
  min-height: 94px;
  border-bottom: 1px solid #cfd3d7;
}

.catalog-route-list a::after,
.featured-product-list a::after {
  content: "→";
  color: var(--orange);
  font-size: 20px;
}

.catalog-route-list span,
.featured-product-list span,
.product-directory-entry > span:first-child {
  color: var(--orange);
  font-size: 13px;
  font-weight: 800;
}

.catalog-route-list strong,
.featured-product-list strong,
.product-directory-entry h3 {
  margin: 0;
  color: var(--ink);
  font-size: 21px;
  line-height: 1.45;
}

.catalog-route-list small,
.featured-product-list small,
.product-directory-entry p {
  margin: 0;
  color: #596066;
  font-size: 14px;
  line-height: 1.75;
}

.product-directory-entry {
  grid-template-columns: 76px minmax(210px, .67fr) minmax(0, 1.33fr) auto;
  padding: 22px 0;
}

.product-directory-entry .entry-action {
  color: var(--orange-dark);
  font-size: 13px;
  font-weight: 800;
  white-space: nowrap;
}

.category-photo-band {
  display: grid;
  grid-template-columns: minmax(0, 1.14fr) minmax(390px, .86fr);
  min-height: 520px;
  background: #e9ebed;
}

.category-photo-band img {
  height: 100%;
  min-height: 520px;
  object-fit: cover;
}

.category-photo-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 62px max(44px, calc((100vw - var(--content)) / 2)) 62px 66px;
}

.category-photo-copy h2 {
  margin: 0;
  color: var(--ink);
  font-size: 39px;
  line-height: 1.3;
}

.category-photo-copy p {
  margin: 22px 0 0;
  color: #51575d;
  font-size: 16px;
  line-height: 1.88;
}

.supply-note {
  margin-top: 24px;
  padding: 18px 0;
  border-top: 1px solid #cfd3d7;
  border-bottom: 1px solid #cfd3d7;
  color: #555b61;
  font-size: 14px;
  line-height: 1.75;
}

.resource-list {
  border-top: 1px solid #cfd3d7;
}

.resource-list a {
  display: grid;
  grid-template-columns: 72px minmax(230px, .72fr) minmax(0, 1.28fr) 26px;
  gap: 32px;
  align-items: center;
  min-height: 92px;
  border-bottom: 1px solid #cfd3d7;
}

.resource-list a::after {
  content: "\2197";
  color: var(--orange);
  font-size: 19px;
}

.resource-list span {
  color: var(--orange);
  font-size: 12px;
  font-weight: 800;
}

.resource-list strong {
  color: var(--ink);
  font-size: 19px;
  line-height: 1.45;
}

.resource-list small {
  color: #596066;
  font-size: 14px;
  line-height: 1.72;
}

.inline-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 30px;
  margin-top: 24px;
}

.inline-actions .text-action { margin-top: 0; }

.contact-band--directory {
  padding: 0;
  color: var(--ink);
  background: #f7f7f5;
  border-top: 1px solid #d7dadd;
}

.contact-band--directory .contact-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(390px, .92fr);
  gap: 72px;
  min-height: 280px;
  padding-top: 62px;
  padding-bottom: 62px;
}

.contact-band--directory .contact-copy {
  max-width: 700px;
}

.contact-band--directory .contact-eyebrow {
  margin: 0 0 15px;
  color: var(--orange-dark);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
}

.contact-band--directory .contact-copy h2 {
  max-width: 640px;
  color: var(--ink);
  font-size: 36px;
  line-height: 1.32;
}

.contact-band--directory .contact-copy > p:last-child {
  max-width: 640px;
  margin-top: 18px;
  color: #555c62;
  font-size: 15px;
  line-height: 1.82;
}

.contact-actions {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 54px;
  border-left: 1px solid #d7dadd;
}

.contact-direct {
  border-top: 1px solid #cfd3d7;
}

.contact-direct a {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 20px;
  align-items: baseline;
  padding: 14px 0;
  border-bottom: 1px solid #cfd3d7;
}

.contact-direct span {
  color: #757b80;
  font-size: 12px;
}

.contact-direct strong {
  overflow-wrap: anywhere;
  color: var(--ink);
  font-size: 16px;
  font-weight: 700;
}

.contact-band--directory .primary-button {
  align-self: flex-start;
  min-width: 184px;
  margin-top: 28px;
  text-align: center;
}

@media (max-width: 980px) {
  .catalog-band,
  .catalog-band--reverse,
  .category-photo-band {
    grid-template-columns: 1fr;
  }

  .catalog-band--reverse .catalog-media { order: 0; }
  .catalog-media { min-height: 460px; }

  .catalog-copy,
  .catalog-band--reverse .catalog-copy,
  .category-photo-copy {
    padding: 58px max(32px, calc((100vw - var(--content)) / 2));
  }

  .contact-band--directory .contact-inner {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .contact-actions {
    padding: 0;
    border-left: 0;
  }
}

@media (max-width: 620px) {
  .catalog-media { min-height: 300px; }
  .catalog-media--contain img { padding: 26px; }
  .catalog-media--wide-art { min-height: 210px; }
  .catalog-media--wide-art img { padding: 12px; }
  .catalog-copy h2 { font-size: 31px; }
  .catalog-groups { grid-template-columns: 1fr; }
  .catalog-groups span:nth-child(even) { padding-left: 0; }

  .catalog-route-list a,
  .featured-product-list a,
  .product-directory-entry {
    grid-template-columns: 42px 1fr 22px;
    gap: 8px 12px;
    padding: 22px 0;
  }

  .catalog-route-list small,
  .featured-product-list small,
  .product-directory-entry p {
    grid-column: 2;
  }

  .catalog-route-list a::after,
  .featured-product-list a::after {
    grid-column: 3;
    grid-row: 1 / span 2;
  }

  .product-directory-entry .entry-action {
    grid-column: 2;
    margin-top: 5px;
  }

  .resource-list a {
    grid-template-columns: 42px 1fr 22px;
    gap: 8px 12px;
    min-height: 0;
    padding: 22px 0;
  }

  .resource-list small { grid-column: 2; }

  .resource-list a::after {
    grid-column: 3;
    grid-row: 1 / span 2;
  }

  .category-photo-band img { min-height: 320px; }
  .category-photo-manufacturing { object-position: 42% center; }
  .category-photo-copy h2 { font-size: 31px; }

  .contact-band--directory .contact-inner {
    gap: 30px;
    min-height: 0;
    padding-top: 52px;
    padding-bottom: 54px;
  }

  .contact-band--directory .contact-copy h2 { font-size: 29px; }
  .contact-direct a { grid-template-columns: 48px minmax(0, 1fr); gap: 14px; }
  .contact-direct strong { font-size: 15px; }
  .contact-band--directory .primary-button { width: 100%; }

  .page-visual--consumables { height: 220px; }
  .page-visual--consumables img { padding: 10px; }
  .page-visual--rack img { object-position: center; }
}
