/* Layout system for the second page of the digital production printing story. */
html body:has(.feature-hero) {
  background: #f4f8f7;
  color: #173f4f;
}

html body .production-page { overflow: hidden; }

html body .feature-hero {
  box-sizing: border-box !important;
  display: flex !important;
  align-items: center !important;
  min-height: 600px !important;
  margin: 0 !important;
  padding: 76px 0 !important;
  color: #fff !important;
  background: linear-gradient(90deg, rgba(4, 35, 47, .96) 0%, rgba(8, 63, 75, .89) 45%, rgba(6, 58, 65, .13) 72%), url("../images/digital-printing-hero-v2.png") right center / auto 100% no-repeat, #0d5360 !important;
}

html body .feature-hero > div {
  box-sizing: border-box !important;
  width: min(1180px, calc(100% - 48px)) !important;
  margin: 0 auto !important;
  padding: 0 !important;
}

html body .feature-hero .eyebrow,
html body .feature-story > div > span,
html body .feature-gallery .production-heading > span,
html body .eco-panel .eyebrow {
  display: block !important;
  margin-bottom: 13px !important;
  color: #6fe2bd !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  letter-spacing: .14em !important;
}

html body .feature-hero h1 {
  max-width: 620px !important;
  margin: 0 !important;
  color: #fff !important;
  font-size: clamp(44px, 5vw, 64px) !important;
  font-weight: 850 !important;
  line-height: 1.1 !important;
  letter-spacing: -.05em !important;
}

html body .feature-hero h1 em { color: #78e1bc !important; font-style: normal !important; }

html body .feature-hero p {
  max-width: 570px !important;
  margin: 23px 0 0 !important;
  color: rgba(255, 255, 255, .88) !important;
  font-size: 17px !important;
  line-height: 1.85 !important;
}

html body .production-page .production-section {
  box-sizing: border-box !important;
  width: min(1180px, calc(100% - 48px)) !important;
  max-width: none !important;
  margin: 0 auto !important;
}

html body .feature-story {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
  align-items: stretch !important;
  gap: 0 !important;
  margin-top: 72px !important;
  padding: 0 !important;
  overflow: hidden !important;
  border: 1px solid #dcebe7 !important;
  border-radius: 24px !important;
  background: #fff !important;
  box-shadow: 0 18px 42px rgba(20, 62, 72, .07) !important;
}

html body .feature-story figure {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 390px !important;
  margin: 0 !important;
  padding: 34px !important;
  background: radial-gradient(circle at 50% 42%, #fff 0%, #eff8f5 100%) !important;
}

html body .feature-story figure img {
  display: block !important;
  width: 100% !important;
  height: 320px !important;
  object-fit: contain !important;
}

html body .feature-story > div {
  align-self: center !important;
  padding: 56px 58px !important;
}

html body .feature-story > div > span,
html body .feature-gallery .production-heading > span { color: #078168 !important; }

html body .feature-story h2,
html body .feature-gallery h2,
html body .eco-panel h2 {
  margin: 0 !important;
  color: #153f4e !important;
  font-size: 32px !important;
  font-weight: 830 !important;
  line-height: 1.25 !important;
  letter-spacing: -.03em !important;
}

html body .feature-story p,
html body .feature-gallery .production-heading p,
html body .eco-panel > div > p {
  margin: 16px 0 0 !important;
  color: #526a74 !important;
  font-size: 16px !important;
  line-height: 1.85 !important;
}

html body .feature-story ul {
  display: grid !important;
  gap: 9px !important;
  margin: 24px 0 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

html body .feature-story li {
  position: relative !important;
  padding-left: 20px !important;
  color: #315d68 !important;
  font-size: 14px !important;
  line-height: 1.6 !important;
}

html body .feature-story li::before {
  position: absolute;
  top: .55em;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 99px;
  background: #0ba37d;
  content: "";
}

html body .feature-story-reverse { margin-top: 32px !important; }
html body .feature-story-reverse figure { order: 2; }
html body .feature-story-reverse > div { order: 1; }

html body .feature-gallery {
  margin-top: 82px !important;
  padding: 0 !important;
}

html body .feature-gallery .production-heading {
  display: grid !important;
  grid-template-columns: minmax(0, .85fr) minmax(300px, 1.15fr) !important;
  column-gap: 65px !important;
  align-items: end !important;
}

html body .feature-gallery .production-heading > span,
html body .feature-gallery .production-heading h2 { grid-column: 1; }
html body .feature-gallery .production-heading p { grid-column: 2; grid-row: 1 / span 2; margin: 0 !important; }

html body .feature-gallery > div:last-child {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 24px !important;
  margin-top: 30px !important;
}

html body .feature-gallery figure {
  overflow: hidden !important;
  margin: 0 !important;
  border: 1px solid #dceae7 !important;
  border-radius: 18px !important;
  background: #fff !important;
  box-shadow: 0 10px 28px rgba(20, 62, 72, .06) !important;
}

html body .feature-gallery figure img {
  display: block !important;
  width: 100% !important;
  height: 300px !important;
  object-fit: contain !important;
  background: #f7fbfa !important;
}

html body .feature-gallery figcaption {
  padding: 17px 21px !important;
  color: #234f5b !important;
  font-size: 15px !important;
  font-weight: 750 !important;
}

html body .eco-panel {
  display: grid !important;
  grid-template-columns: minmax(0, .86fr) minmax(0, 1.14fr) !important;
  gap: 62px !important;
  margin-top: 82px !important;
  margin-bottom: 70px !important;
  padding: 58px !important;
  border-radius: 24px !important;
  background: linear-gradient(135deg, #0b5f61, #078364) !important;
  color: #fff !important;
}

html body .eco-panel .eyebrow { color: #a8f0d1 !important; }
html body .eco-panel h2 { color: #fff !important; }
html body .eco-panel > div > p { color: rgba(255, 255, 255, .86) !important; }

html body .eco-list {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 12px !important;
}

html body .eco-list article {
  padding: 20px 18px !important;
  border: 1px solid rgba(255, 255, 255, .28) !important;
  border-radius: 14px !important;
  background: rgba(255, 255, 255, .11) !important;
}

html body .eco-list h3 { margin: 0 !important; color: #fff !important; font-size: 16px !important; line-height: 1.45 !important; }
html body .eco-list p { margin: 11px 0 0 !important; color: rgba(255, 255, 255, .86) !important; font-size: 13px !important; line-height: 1.7 !important; }

html body .production-pagination {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 24px !important;
  width: min(1180px, calc(100% - 48px)) !important;
  margin: 0 auto 82px !important;
  padding: 22px 26px !important;
  border: 1px solid #d8e8e4 !important;
  border-radius: 16px !important;
  background: #fff !important;
}

html body .production-pagination a { color: #087b67 !important; font-size: 15px !important; font-weight: 750 !important; text-decoration: none !important; }
html body .production-pagination span { display: grid !important; gap: 4px !important; color: #557079 !important; text-align: right !important; }
html body .production-pagination small { font-size: 11px !important; }
html body .production-pagination strong { color: #173f4f !important; font-size: 14px !important; }

@media (max-width: 760px) {
  html body .feature-hero { min-height: 480px !important; padding: 60px 0 220px !important; background-position: right bottom !important; background-size: auto 280px !important; }
  html body .feature-hero > div, html body .production-page .production-section, html body .production-pagination { width: calc(100% - 32px) !important; }
  html body .feature-hero h1 { font-size: 44px !important; }
  html body .feature-hero p { font-size: 16px !important; }
  html body .feature-story { grid-template-columns: 1fr !important; margin-top: 38px !important; border-radius: 18px !important; }
  html body .feature-story figure { min-height: 270px !important; padding: 22px !important; }
  html body .feature-story figure img { height: 225px !important; }
  html body .feature-story > div { padding: 32px 25px !important; }
  html body .feature-story-reverse figure, html body .feature-story-reverse > div { order: initial; }
  html body .feature-gallery { margin-top: 58px !important; }
  html body .feature-gallery .production-heading { display: block !important; }
  html body .feature-gallery .production-heading p { margin-top: 14px !important; }
  html body .feature-gallery > div:last-child { grid-template-columns: 1fr !important; }
  html body .feature-gallery figure img { height: 230px !important; }
  html body .eco-panel { grid-template-columns: 1fr !important; gap: 30px !important; margin-top: 58px !important; margin-bottom: 42px !important; padding: 34px 25px !important; border-radius: 18px !important; }
  html body .eco-list { grid-template-columns: 1fr !important; }
  html body .production-pagination { align-items: flex-start !important; flex-direction: column !important; margin-bottom: 54px !important; }
  html body .production-pagination span { text-align: left !important; }
}
