.scr-page {
  --scr-charcoal: #152027;
  --scr-steel: #e8eef1;
  --scr-green: #237d46;
  --scr-blue: #0b4d8b;
  background: #ffffff;
  letter-spacing: 0;
}

.scr-page *,
.scr-page *::before,
.scr-page *::after {
  box-sizing: border-box;
}

.scr-page main {
  overflow: hidden;
}

.scr-page h1,
.scr-page h2,
.scr-page h3,
.scr-page p,
.scr-page a,
.scr-page span,
.scr-page li,
.scr-page dt,
.scr-page dd,
.scr-page summary {
  letter-spacing: 0;
}

.scr-header {
  background: rgba(255, 255, 255, 0.96);
}

.scr-header .site-nav {
  gap: 24px;
  font-size: 14px;
}

.scr-container {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
}

.scr-section {
  padding: 104px 0;
  scroll-margin-top: 96px;
}

.scr-eyebrow,
.scr-kicker,
.scr-card-label {
  margin: 0 0 14px;
  color: var(--scr-green);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.scr-page h1 {
  max-width: 900px;
  margin: 0;
  color: #ffffff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 64px;
  font-weight: 600;
  line-height: 1.04;
}

.scr-page h2 {
  margin: 0 0 22px;
  color: var(--scr-charcoal);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 46px;
  font-weight: 600;
  line-height: 1.08;
}

.scr-page h3 {
  margin: 0 0 12px;
  color: var(--scr-charcoal);
  font-size: 20px;
  line-height: 1.25;
}

.scr-page p {
  color: #52616a;
  font-size: 16px;
  line-height: 1.72;
}

.scr-hero {
  position: relative;
  min-height: 620px;
  padding: 0;
  background: var(--scr-charcoal);
  scroll-margin-top: 96px;
}

.scr-hero-media,
.scr-hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.scr-hero-media {
  object-fit: cover;
  object-position: center;
}

.scr-hero-shade {
  background: rgba(9, 25, 35, 0.7);
}

.scr-hero-inner {
  position: relative;
  z-index: 2;
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  padding: 60px 0 130px;
}

.scr-page .scr-kicker {
  color: #bce5c7;
}

.scr-page .scr-hero-copy {
  max-width: 760px;
  margin: 24px 0 28px;
  color: rgba(255, 255, 255, 0.96);
  font-size: 19px;
  line-height: 1.6;
}

.scr-hero-copy-mobile {
  display: none;
}

.scr-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.scr-page .scr-primary-btn {
  background: var(--scr-green);
  color: #ffffff;
}

.scr-page .scr-primary-btn:hover {
  background: #196737;
}

.scr-page .btn.secondary {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.72);
}

.scr-hero-note {
  display: none;
}

.scr-proof {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  left: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  padding: 24px 0 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.35);
}

.scr-proof div {
  min-width: 0;
  padding: 0 28px;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.scr-proof div:first-child {
  padding-left: 0;
  border-left: 0;
}

.scr-proof dt {
  margin: 0;
  color: #ffffff;
  font-size: 25px;
  font-weight: 800;
}

.scr-proof dd {
  margin: 4px 0 0;
  color: rgba(255, 255, 255, 0.66);
  font-size: 13px;
}

.scr-intro {
  padding-top: 48px;
  background: #ffffff;
}

.scr-intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
  gap: 72px;
  align-items: center;
}

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

.scr-feature-image {
  margin: 0;
}

.scr-feature-image img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border: 1px solid #e1e7ea;
}

.scr-feature-image figcaption,
.scr-factory-main figcaption {
  margin-top: 10px;
  color: #6a777e;
  font-size: 13px;
}

.scr-product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-top: 72px;
}

.scr-product-card {
  display: grid;
  grid-template-rows: 260px 1fr;
  min-width: 0;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid #dfe6e9;
  border-radius: 6px;
}

.scr-product-image {
  min-width: 0;
  background: #f4f7f7;
  border-bottom: 1px solid #e2e8ea;
}

.scr-product-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.scr-product-body {
  padding: 28px;
}

.scr-product-body p {
  font-size: 15px;
}

.scr-product-body ul {
  margin: 22px 0 0;
  padding: 18px 0 0;
  border-top: 1px solid #e2e8ea;
  list-style: none;
}

.scr-product-body li {
  position: relative;
  margin: 8px 0;
  padding-left: 16px;
  color: #52616a;
  font-size: 14px;
}

.scr-product-body li::before {
  position: absolute;
  top: 9px;
  left: 0;
  width: 5px;
  height: 5px;
  background: var(--scr-green);
  border-radius: 50%;
  content: "";
}

.scr-principle {
  background: #e8eef1;
}

.scr-principle-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(440px, 1.1fr);
  gap: 72px;
  align-items: center;
}

.scr-principle-grid p:last-child {
  margin-bottom: 0;
}

.scr-reaction {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  align-items: center;
  min-height: 150px;
  padding: 32px;
  background: #ffffff;
  border: 1px solid #d3dde1;
  border-radius: 6px;
  color: var(--scr-charcoal);
  font-size: 18px;
  text-align: center;
}

.scr-reaction strong {
  color: var(--scr-green);
}

.scr-reaction-arrow {
  color: var(--scr-blue);
  font-size: 24px;
}

.scr-selection {
  background: #ffffff;
}

.scr-section-heading {
  max-width: 800px;
  margin-bottom: 54px;
}

.scr-section-heading p:last-child {
  margin-bottom: 0;
}

.scr-input-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  border-top: 1px solid #cfd9dd;
  list-style: none;
}

.scr-input-grid li {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 18px;
  min-width: 0;
  padding: 30px 32px 30px 0;
  border-bottom: 1px solid #cfd9dd;
}

.scr-input-grid li:nth-child(even) {
  padding-right: 0;
  padding-left: 32px;
  border-left: 1px solid #cfd9dd;
}

.scr-input-grid li > span {
  color: var(--scr-blue);
  font-size: 14px;
  font-weight: 800;
}

.scr-input-grid h3 {
  font-size: 18px;
}

.scr-input-grid p {
  margin: 0;
  font-size: 14px;
}

.scr-selection-action {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  margin-top: 40px;
  padding: 26px 0;
  border-bottom: 1px solid #cfd9dd;
}

.scr-selection-action p {
  max-width: 670px;
  margin: 0;
}

.scr-applications {
  background: var(--scr-charcoal);
}

.scr-section-heading-light h2,
.scr-applications h3 {
  color: #ffffff;
}

.scr-section-heading-light p {
  color: rgba(255, 255, 255, 0.66);
}

.scr-applications .scr-eyebrow {
  color: #9bd0aa;
}

.scr-application-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.scr-application-grid article {
  min-width: 0;
  padding: 34px 26px 34px 0;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.scr-application-grid article:first-child {
  border-left: 0;
}

.scr-application-grid article:not(:first-child) {
  padding-left: 26px;
}

.scr-application-grid article > span {
  display: block;
  margin-bottom: 42px;
  color: #9bd0aa;
  font-size: 13px;
  font-weight: 800;
}

.scr-application-grid p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 14px;
}

.scr-manufacturing {
  background: #f5f8f7;
}

.scr-factory-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(300px, 0.55fr);
  gap: 32px;
}

.scr-factory-main {
  margin: 0;
}

.scr-factory-main img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.scr-factory-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid #cfd9dd;
  border-left: 1px solid #cfd9dd;
}

.scr-factory-facts div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding: 24px;
  border-right: 1px solid #cfd9dd;
  border-bottom: 1px solid #cfd9dd;
}

.scr-factory-facts strong {
  color: var(--scr-blue);
  font-size: 25px;
  line-height: 1.15;
}

.scr-factory-facts span {
  margin-top: 8px;
  color: #5b6970;
  font-size: 13px;
}

.scr-quality-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(420px, 1.15fr);
  gap: 64px;
  align-items: center;
  margin-top: 88px;
}

.scr-quality-grid figure {
  margin: 0;
}

.scr-quality-grid img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.scr-quality-copy h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.18;
}

.scr-text-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
  color: var(--scr-green);
  font-weight: 800;
}

.scr-text-link:hover {
  text-decoration: underline;
}

.scr-faq {
  background: #ffffff;
}

.scr-faq-grid {
  display: grid;
  grid-template-columns: minmax(300px, 0.72fr) minmax(0, 1.28fr);
  gap: 90px;
}

.scr-faq-heading {
  align-self: start;
  position: sticky;
  top: 128px;
}

.scr-faq-list {
  border-top: 1px solid #cfd9dd;
}

.scr-faq-list details {
  border-bottom: 1px solid #cfd9dd;
}

.scr-faq-list summary {
  position: relative;
  padding: 24px 48px 24px 0;
  color: var(--scr-charcoal);
  cursor: pointer;
  font-size: 18px;
  font-weight: 750;
  list-style: none;
}

.scr-faq-list summary::-webkit-details-marker {
  display: none;
}

.scr-faq-list summary::after {
  position: absolute;
  top: 20px;
  right: 0;
  content: "+";
  color: var(--scr-green);
  font-size: 27px;
  font-weight: 400;
}

.scr-faq-list details[open] summary::after {
  content: "-";
}

.scr-faq-list p {
  max-width: 720px;
  margin: -4px 0 24px;
  font-size: 15px;
}

.scr-contact {
  position: relative;
  min-height: 500px;
  scroll-margin-top: 96px;
}

.scr-contact > img,
.scr-contact-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.scr-contact > img {
  object-fit: cover;
}

.scr-contact-shade {
  background: rgba(10, 29, 39, 0.78);
}

.scr-contact-inner {
  position: relative;
  z-index: 1;
  width: min(880px, calc(100% - 48px));
  margin: 0 auto;
  padding: 104px 0;
  text-align: center;
}

.scr-contact .scr-eyebrow {
  color: #9bd0aa;
}

.scr-contact h2 {
  color: #ffffff;
}

.scr-contact p:not(.scr-eyebrow) {
  max-width: 760px;
  margin-right: auto;
  margin-bottom: 28px;
  margin-left: auto;
  color: rgba(255, 255, 255, 0.72);
}

.scr-footer {
  background: #0d2635;
}

@media (max-width: 1100px) {
  .scr-page h1 {
    font-size: 54px;
  }

  .scr-page h2 {
    font-size: 40px;
  }

  .scr-header .site-nav {
    gap: 17px;
    font-size: 13px;
  }

  .scr-product-grid {
    gap: 14px;
  }

  .scr-product-body {
    padding: 22px;
  }

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

  .scr-application-grid article:nth-child(3) {
    padding-left: 0;
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }

  .scr-application-grid article:nth-child(4) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
}

@media (max-width: 920px) {
  .scr-section {
    padding: 80px 0;
  }

  .scr-header .site-nav {
    top: 94px;
  }

  .scr-intro-grid,
  .scr-principle-grid,
  .scr-quality-grid,
  .scr-faq-grid {
    grid-template-columns: 1fr;
    gap: 46px;
  }

  .scr-product-grid {
    grid-template-columns: 1fr;
  }

  .scr-product-card {
    grid-template-columns: minmax(280px, 0.9fr) minmax(0, 1.1fr);
    grid-template-rows: none;
  }

  .scr-product-image {
    border-right: 1px solid #e2e8ea;
    border-bottom: 0;
  }

  .scr-factory-grid {
    grid-template-columns: 1fr;
  }

  .scr-factory-facts {
    min-height: 300px;
  }

  .scr-faq-heading {
    position: static;
  }
}

@media (max-width: 720px) {
  .scr-container,
  .scr-hero-inner,
  .scr-proof,
  .scr-contact-inner {
    width: min(100% - 32px, 1180px);
  }

  .scr-page h1 {
    font-size: 42px;
  }

  .scr-page h2 {
    font-size: 34px;
  }

  .scr-hero {
    min-height: 610px;
  }

  .scr-hero-inner {
    padding: 46px 0 144px;
  }

  .scr-page .scr-hero-copy {
    margin-top: 16px;
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 1.48;
  }

  .scr-hero-copy-desktop {
    display: none;
  }

  .scr-hero-copy-mobile {
    display: inline;
  }

  .scr-actions .btn.secondary,
  .scr-hero-note {
    display: none;
  }

  .scr-proof {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    padding: 15px 0 18px;
  }

  .scr-proof div,
  .scr-proof div:first-child {
    display: block;
    padding: 0 10px;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
  }

  .scr-proof div:first-child {
    padding-left: 0;
    border-left: 0;
  }

  .scr-proof dt {
    font-size: 16px;
  }

  .scr-proof dd {
    font-size: 10px;
    line-height: 1.25;
  }

  .scr-product-card {
    grid-template-columns: 1fr;
    grid-template-rows: 260px 1fr;
  }

  .scr-product-image {
    border-right: 0;
    border-bottom: 1px solid #e2e8ea;
  }

  .scr-reaction {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .scr-reaction-arrow {
    transform: rotate(90deg);
  }

  .scr-input-grid {
    grid-template-columns: 1fr;
  }

  .scr-input-grid li,
  .scr-input-grid li:nth-child(even) {
    padding: 25px 0;
    border-right: 0;
    border-left: 0;
  }

  .scr-selection-action {
    align-items: stretch;
    flex-direction: column;
  }

  .scr-selection-action .btn {
    width: 100%;
  }

  .scr-application-grid {
    grid-template-columns: 1fr;
  }

  .scr-application-grid article,
  .scr-application-grid article:not(:first-child),
  .scr-application-grid article:nth-child(3) {
    padding: 28px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    border-left: 0;
  }

  .scr-application-grid article:first-child {
    border-top: 0;
  }

  .scr-application-grid article > span {
    margin-bottom: 20px;
  }

  .scr-factory-facts {
    grid-template-columns: 1fr;
  }

  .scr-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .scr-footer .footer-right {
    align-items: flex-start;
  }
}

@media (max-width: 440px) {
  .scr-page h1 {
    font-size: 32px;
  }

  .scr-page h2 {
    font-size: 30px;
  }

  .scr-actions .btn {
    width: 100%;
  }

  .scr-proof div,
  .scr-proof div:first-child {
    padding-right: 7px;
    padding-left: 7px;
  }

  .scr-input-grid li {
    grid-template-columns: 42px 1fr;
  }

  .scr-contact-inner {
    padding: 82px 0;
  }

  .scr-intro {
    padding-top: 32px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .scr-page * {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}
