:root {
  --mos-ref-blue: #984005;
  --mos-ref-navy: #2a1507;
  --mos-ref-ink: #2b1b11;
  --mos-ref-muted: #5d6875;
  --mos-ref-line: #e3dcd8;
  --mos-ref-light: #f5f3f1;
  --mos-ref-white: #ffffff;
}

.mos-ref-industry,
.mos-ref-industry *,
.mos-ref-industry *::before,
.mos-ref-industry *::after {
  box-sizing: border-box;
}

.mos-ref-industry {
  overflow: clip;
  background: var(--mos-ref-white);
  color: var(--mos-ref-ink);
  font-family: "DM Sans", Arial, sans-serif;
}

.mos-ref-shell {
  width: calc(100% - 48px);
  max-width: 1400px;
  margin-inline: auto;
}

.mos-ref-shell--wide {
  max-width: none;
}

.mos-ref-banner {
  position: relative;
  display: flex;
  min-height: 560px;
  align-items: flex-end;
  padding: 154px 0 82px;
  overflow: hidden;
  background-image: linear-gradient(90deg, rgba(42, 21, 7, .94) 0%, rgba(42, 21, 7, .7) 50%, rgba(42, 21, 7, .32) 100%), url('/assets/images/products/industrial-processing-equipment-banner-1916.webp');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: var(--mos-ref-white);
}

.mos-ref-banner .mos-ref-shell {
  max-width: 1900px;
}

.mos-ref-breadcrumb {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 44px;
  color: rgba(255, 255, 255, .78);
  font-family: "DM Mono", Arial, sans-serif;
  font-size: 12px;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.mos-ref-breadcrumb a {
  color: rgba(255, 255, 255, .9);
  text-decoration: none;
}

.mos-ref-breadcrumb a:hover,
.mos-ref-breadcrumb a:focus-visible {
  color: var(--mos-ref-white);
}

.mos-ref-banner-grid {
  display: flex;
  gap: 56px;
  align-items: flex-end;
  justify-content: space-between;
}

.mos-ref-banner-copy {
  flex: 1 1 auto;
  max-width: 960px;
}

.mos-ref-banner-eyebrow {
  margin: 0 0 18px !important;
  color: #ffc59f !important;
  font-family: "DM Mono", Arial, sans-serif;
  font-size: 12px !important;
  font-weight: 600;
  letter-spacing: .08em;
  line-height: 1.4 !important;
  text-transform: uppercase;
}

.mos-ref-banner-copy h1 {
  margin: 0 0 22px;
  color: var(--mos-ref-white);
  font-size: clamp(42px, 5vw, 78px);
  font-weight: 500;
  letter-spacing: -.055em;
  line-height: 1;
}

.mos-ref-banner-copy p {
  max-width: 760px;
  margin: 0;
  color: rgba(255, 255, 255, .86);
  font-size: clamp(17px, 1.3vw, 21px);
  line-height: 1.6;
}

.mos-ref-banner-button {
  display: inline-flex;
  flex: none;
  gap: 12px;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 14px 22px;
  border: 1px solid var(--mos-ref-blue);
  background: var(--mos-ref-blue);
  color: var(--mos-ref-white);
  font-family: "DM Mono", Arial, sans-serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: .04em;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 220ms ease, border-color 220ms ease, transform 220ms ease;
}

.mos-ref-banner-button:hover,
.mos-ref-banner-button:focus-visible {
  border-color: #a84909;
  background: #a84909;
  color: var(--mos-ref-white);
  transform: translateY(-2px);
}

.mos-ref-facts-section {
  border-bottom: 1px solid var(--mos-ref-line);
  background: var(--mos-ref-white);
}

.mos-ref-details {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 34px 0;
  background: var(--mos-ref-white);
}

.mos-ref-detail-line {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-start;
  padding: 0 28px;
  border-right: 1px solid var(--mos-ref-line);
}

.mos-ref-detail-line:first-child {
  padding-left: 0;
}

.mos-ref-detail-line:last-child {
  padding-right: 0;
  border-right: 0;
}

.mos-ref-detail-line dt {
  flex: none;
  color: var(--mos-ref-blue);
  font-family: "DM Mono", Arial, sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .045em;
  line-height: 1.5;
  text-transform: uppercase;
}

.mos-ref-detail-line dd {
  margin: 0;
  color: #493528;
  font-size: 14px;
  line-height: 1.5;
}

.mos-ref-hero-image-section {
  padding: 0;
  background: var(--mos-ref-white);
}

.mos-ref-hero-image {
  width: 100%;
  height: clamp(500px, 48vw, 740px);
  margin: 0;
  overflow: hidden;
  background: #e3dcd7;
}

.mos-ref-hero-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mos-ref-content-section {
  padding: 120px 0 130px;
  background: var(--mos-ref-white);
}

.mos-ref-content-grid {
  display: flex;
  gap: clamp(76px, 10vw, 150px);
  align-items: flex-start;
  justify-content: space-between;
}

.mos-ref-content-main {
  display: flex;
  flex: 0 1 60%;
  flex-direction: column;
  gap: 72px;
  width: 60%;
}

.mos-ref-text-block {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.mos-ref-text-block h2,
.mos-ref-text-block h3,
.mos-ref-text-block h4,
.mos-ref-text-block p,
.mos-ref-text-block ul {
  margin-top: 0;
}

.mos-ref-text-block h2 {
  margin-bottom: 0;
  color: var(--mos-ref-ink);
  font-size: clamp(42px, 4vw, 58px);
  font-weight: 500;
  letter-spacing: -.045em;
  line-height: 1.04;
}

.mos-ref-text-block h3 {
  margin-bottom: 0;
  color: var(--mos-ref-ink);
  font-size: clamp(34px, 3vw, 46px);
  font-weight: 500;
  letter-spacing: -.04em;
  line-height: 1.08;
}

.mos-ref-richtext {
  color: var(--mos-ref-muted);
  font-size: 17px;
  line-height: 1.75;
}

.mos-ref-richtext p {
  margin-bottom: 22px;
}

.mos-ref-richtext p:last-child {
  margin-bottom: 0;
}

.mos-ref-richtext h4 {
  margin-bottom: 15px;
  color: var(--mos-ref-ink);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
}

.mos-ref-richtext ul {
  display: grid;
  gap: 10px;
  margin-bottom: 24px;
  padding-left: 22px;
}

.mos-ref-richtext li {
  padding-left: 4px;
}

.mos-ref-richtext li::marker {
  color: var(--mos-ref-blue);
}

.mos-ref-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.mos-ref-gallery-item {
  height: 300px;
  margin: 0;
  overflow: hidden;
  background: #e3dcd7;
}

.mos-ref-gallery-item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 400ms ease;
}

.mos-ref-gallery-item:hover img {
  transform: scale(1.025);
}

.mos-ref-sidebar {
  position: sticky;
  top: 150px;
  display: flex;
  flex: 0 0 35%;
  flex-direction: column;
  align-items: flex-start;
  width: 35%;
  max-width: 450px;
}

.mos-ref-sidebar-label {
  margin-bottom: 30px;
  color: var(--mos-ref-blue);
  font-family: "DM Mono", Arial, sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .06em;
  line-height: 1.5;
  text-transform: uppercase;
}

.mos-ref-related-list {
  width: 100%;
  border-top: 1px solid var(--mos-ref-line);
}

.mos-ref-related-card {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 28px 0;
  border-bottom: 1px solid var(--mos-ref-line);
}

.mos-ref-related-title {
  color: var(--mos-ref-ink);
  font-family: "DM Mono", Arial, sans-serif;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -.025em;
  line-height: 1.35;
  text-decoration: none;
  text-transform: uppercase;
}

.mos-ref-related-title:hover,
.mos-ref-related-title:focus-visible {
  color: var(--mos-ref-blue);
}

.mos-ref-related-card p {
  margin: 0;
  color: var(--mos-ref-muted);
  font-size: 14px;
  line-height: 1.65;
}

.mos-ref-related-link {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  color: var(--mos-ref-blue);
  font-family: "DM Mono", Arial, sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .04em;
  text-decoration: none;
  text-transform: uppercase;
}

.mos-ref-primary-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  margin-top: 42px;
  padding: 13px 24px;
  background: var(--mos-ref-blue);
  color: var(--mos-ref-white);
  font-family: "DM Mono", Arial, sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .04em;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 200ms ease;
}

.mos-ref-primary-button:hover,
.mos-ref-primary-button:focus-visible {
  background: var(--mos-ref-navy);
  color: var(--mos-ref-white);
}

.mos-ref-cta {
  position: relative;
  isolation: isolate;
  padding: 112px 0;
  background: var(--mos-ref-navy) var(--mos-ref-cta-image) center / cover no-repeat;
}

.mos-ref-cta-overlay {
  position: absolute;
  z-index: -1;
  inset: 0;
  background: rgba(32, 16, 5, .88);
}

.mos-ref-cta-grid {
  position: relative;
  z-index: 1;
  display: flex;
  gap: clamp(60px, 8vw, 120px);
  align-items: stretch;
  justify-content: space-between;
}

.mos-ref-cta-copy {
  display: flex;
  flex: 1 1 45%;
  flex-direction: column;
  gap: 90px;
  justify-content: space-between;
  max-width: 620px;
  padding: 12px 0;
}

.mos-ref-kicker {
  margin-bottom: 18px;
  color: #ffb686;
  font-family: "DM Mono", Arial, sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.mos-ref-cta-copy h2 {
  max-width: 600px;
  margin: 0;
  color: var(--mos-ref-white);
  font-size: clamp(44px, 4.5vw, 66px);
  font-weight: 500;
  letter-spacing: -.05em;
  line-height: 1.02;
}

.mos-ref-cta-details {
  display: flex;
  flex-direction: column;
  gap: 26px;
  max-width: 510px;
}

.mos-ref-cta-details p {
  margin: 0;
  color: rgba(255, 255, 255, .82);
  font-size: 16px;
  line-height: 1.7;
}

.mos-ref-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.mos-ref-tags span {
  padding: 8px 13px;
  background: rgba(255, 255, 255, .15);
  color: var(--mos-ref-white);
  font-family: "DM Mono", Arial, sans-serif;
  font-size: 11px;
  letter-spacing: .035em;
  text-transform: uppercase;
}

.mos-ref-form-card {
  display: flex;
  flex: 0 1 550px;
  width: min(50%, 550px);
  min-height: 530px;
  padding: 42px 34px;
  border-top: 3px solid var(--mos-ref-blue);
  background: var(--mos-ref-light);
  align-items: center;
}

.mos-ref-form {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
}

.mos-ref-form-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.mos-ref-form label {
  display: flex;
  flex-direction: column;
  gap: 7px;
  width: 100%;
}

.mos-ref-form label > span {
  color: var(--mos-ref-ink);
  font-family: "DM Mono", Arial, sans-serif;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.mos-ref-form input,
.mos-ref-form textarea {
  width: 100%;
  min-width: 0;
  margin: 0;
  padding: 5px 0 10px;
  border: 0;
  border-bottom: 1px solid #cdc3bd;
  border-radius: 0;
  outline: 0;
  background: transparent;
  color: var(--mos-ref-ink);
  font: 14px/1.5 "DM Sans", Arial, sans-serif;
}

.mos-ref-form textarea {
  min-height: 74px;
  resize: vertical;
}

.mos-ref-form input:focus,
.mos-ref-form textarea:focus {
  border-bottom-color: var(--mos-ref-blue);
}

.mos-ref-form input::placeholder,
.mos-ref-form textarea::placeholder {
  color: #7d8792;
}

.mos-ref-form button {
  align-self: flex-start;
  min-height: 52px;
  padding: 13px 24px;
  border: 0;
  border-radius: 0;
  background: var(--mos-ref-blue);
  color: var(--mos-ref-white);
  cursor: pointer;
  font-family: "DM Mono", Arial, sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .04em;
  text-transform: uppercase;
  transition: background-color 200ms ease;
}

.mos-ref-form button:hover,
.mos-ref-form button:focus-visible {
  background: var(--mos-ref-navy);
}

@media (max-width: 1100px) {
  .mos-ref-banner-grid {
    flex-direction: column;
    gap: 34px;
    align-items: flex-start;
  }

  .mos-ref-details {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mos-ref-detail-line {
    padding: 18px 24px;
    border-bottom: 1px solid var(--mos-ref-line);
  }

  .mos-ref-detail-line:first-child {
    padding-left: 24px;
  }

  .mos-ref-detail-line:nth-child(2n) {
    border-right: 0;
  }

  .mos-ref-detail-line:nth-last-child(-n+2) {
    border-bottom: 0;
  }

  .mos-ref-content-grid {
    flex-direction: column;
    gap: 80px;
  }

  .mos-ref-content-main,
  .mos-ref-sidebar {
    width: 100%;
    max-width: none;
  }

  .mos-ref-sidebar {
    position: static;
  }

  .mos-ref-cta-grid {
    flex-direction: column;
  }

  .mos-ref-cta-copy,
  .mos-ref-form-card {
    width: 100%;
    max-width: none;
  }

  .mos-ref-cta-copy {
    gap: 48px;
  }
}

@media (max-width: 767px) {
  .mos-ref-shell {
    width: calc(100% - 32px);
  }

  .mos-ref-banner {
    min-height: 540px;
    padding: 126px 0 64px;
  }

  .mos-ref-banner-grid {
    gap: 42px;
  }

  .mos-ref-banner-copy h1 {
    font-size: clamp(42px, 10vw, 58px);
  }

  .mos-ref-banner-copy p {
    font-size: 16px;
  }

  .mos-ref-details {
    grid-template-columns: 1fr;
    padding: 12px 0;
  }

  .mos-ref-detail-line {
    gap: 5px;
    padding: 18px 0;
    border-right: 0;
    border-bottom: 1px solid var(--mos-ref-line);
  }

  .mos-ref-detail-line:first-child {
    padding-left: 0;
  }

  .mos-ref-detail-line:nth-last-child(-n+2) {
    border-bottom: 1px solid var(--mos-ref-line);
  }

  .mos-ref-detail-line:last-child {
    border-bottom: 0;
  }

  .mos-ref-detail-line dt {
    flex-basis: auto;
  }

  .mos-ref-hero-image {
    height: 430px;
  }

  .mos-ref-content-section {
    padding: 82px 0 90px;
  }

  .mos-ref-content-main {
    gap: 54px;
  }

  .mos-ref-text-block {
    gap: 18px;
  }

  .mos-ref-richtext {
    font-size: 16px;
  }

  .mos-ref-gallery {
    grid-template-columns: 1fr;
  }

  .mos-ref-gallery-item {
    height: 320px;
  }

  .mos-ref-cta {
    padding: 84px 0;
  }

  .mos-ref-cta-copy h2 {
    font-size: clamp(40px, 10vw, 54px);
  }

  .mos-ref-form-card {
    min-height: auto;
    padding: 34px 24px;
  }

  .mos-ref-form-row {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 479px) {
  .mos-ref-banner {
    padding-top: 112px;
  }

  .mos-ref-banner-copy h1 {
    font-size: 40px;
  }

  .mos-ref-hero-image {
    height: 340px;
  }

  .mos-ref-text-block h2 {
    font-size: 38px;
  }

  .mos-ref-text-block h3 {
    font-size: 32px;
  }

  .mos-ref-gallery-item {
    height: 270px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .mos-ref-gallery-item img,
  .mos-ref-banner-button,
  .mos-ref-primary-button,
  .mos-ref-form button {
    transition: none;
  }
}

/* Responsive photographic backgrounds; retain full-size desktop fallback. */
@media (max-width: 767px) {
.mos-ref-banner { background-image:  linear-gradient(90deg, rgba(42, 21, 7, .94) 0%, rgba(42, 21, 7, .7) 50%, rgba(42, 21, 7, .32) 100%), image-set(url("/assets/images/products/industrial-processing-equipment-banner-960.webp") 1x, url("/assets/images/products/industrial-processing-equipment-banner-1916.webp") 2x); }
}
