.screening-bucket-product {
  --screen-navy: #071b2b;
  --screen-slate: #344f5c;
  --screen-ink: #172b37;
  --screen-paper: #f4f2ed;
  --screen-line: rgb(7 27 43 / 14%);
  font-family: "Segoe UI", Arial, Helvetica, sans-serif;
}

.screening-bucket-product [hidden] { display: none !important; }
.screening-bucket-product .section { padding-block: clamp(4.75rem, 7vw, 7.5rem); }
.screening-bucket-product .screen-kicker {
  margin: 0 0 1.25rem;
  color: #8b6a33;
  font-size: .75rem;
  font-weight: 750;
  line-height: 1.35;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.screening-bucket-product h2 { letter-spacing: -.04em; }
.screening-bucket-product p { line-height: 1.64; }
.screen-heading {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: clamp(2rem, 6vw, 6rem);
  margin-bottom: clamp(2.25rem, 4vw, 3.75rem);
}
.screen-heading > div { max-width: 45rem; }
.screen-heading h2 {
  margin: 0;
  color: var(--screen-navy);
  font-size: clamp(2.15rem, 3.8vw, 3.75rem);
  font-weight: 760;
  line-height: 1.06;
}
.screen-heading > p {
  width: min(100%, 24rem);
  margin: 0;
  color: #52616b;
  font-size: 1rem;
}
.screen-photo { margin: 0; overflow: hidden; background: #dce2e3; }
.screen-photo picture,
.screen-photo img { display: block; width: 100%; height: 100%; }
.screen-photo img { object-fit: cover; transition: transform .45s ease; }
.screen-photo:hover img { transform: scale(1.025); }

.screen-hero {
  --internal-hero-min-height: clamp(44rem, calc(100svh - 4.5rem), 56rem);
  --internal-hero-position: 58% center;
}
.screen-hero::after {
  background: linear-gradient(90deg, rgb(2 14 23 / 95%) 0%, rgb(2 14 23 / 79%) 30%, rgb(2 14 23 / 35%) 60%, rgb(2 14 23 / 6%) 100%),
              linear-gradient(0deg, rgb(2 14 23 / 45%) 0%, transparent 48%);
}
.screen-hero .internal-hero__content { align-items: stretch; }
.screen-hero__copy {
  display: flex;
  width: min(100%, 48rem);
  min-height: var(--internal-hero-min-height);
  flex-direction: column;
  align-items: flex-start;
  padding-block: clamp(5rem, 9vh, 7rem) clamp(3rem, 7vh, 5rem);
}
.screen-hero__copy .eyebrow { margin: 0; }
.screen-hero__copy h1 {
  max-width: none;
  margin: clamp(3.5rem, 8vh, 6rem) 0 0;
  font-size: clamp(4.4rem, 7.7vw, 7.6rem);
  font-weight: 800;
  line-height: .87;
  letter-spacing: -.06em;
}
.screen-hero__copy .lead {
  max-width: 34rem;
  margin: clamp(1.6rem, 3vh, 2.2rem) 0 0;
  color: #f2f5f6;
  font-size: clamp(1.08rem, 1.55vw, 1.35rem);
  line-height: 1.5;
}
.screen-hero__copy .actions {
  gap: clamp(1.25rem, 3vw, 2.5rem);
  margin-top: auto;
  padding-top: 3rem;
}
.screen-hero__copy .button--text { color: #fff; }

.screen-overview { background: #fff; }
.screen-overview__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(20rem, .82fr);
  align-items: start;
  gap: clamp(4rem, 9vw, 9rem);
}
.screen-overview h2 {
  max-width: 12ch;
  margin: 0;
  color: var(--screen-navy);
  font-size: clamp(2.9rem, 5vw, 5rem);
  font-weight: 760;
  line-height: .98;
}
.screen-overview__copy { padding-top: 2.4rem; }
.screen-overview__copy p { margin: 0; color: #52616b; }
.screen-overview__copy p + p { margin-top: 1.5rem; }
.screen-overview__copy .screen-lead {
  color: #203744;
  font-size: clamp(1.15rem, 1.5vw, 1.5rem);
  line-height: 1.53;
}

.screen-applications { background: var(--screen-paper); }
.screen-applications__grid {
  display: grid;
  grid-template-columns: 1.2fr .9fr .9fr;
  align-items: start;
  gap: clamp(1.25rem, 2.5vw, 2.5rem);
}
.screen-application { min-width: 0; }
.screen-application .screen-photo { aspect-ratio: 1.12; }
.screen-application--primary .screen-photo { aspect-ratio: .95; }
.screen-application h3 {
  margin: 1.4rem 0 .35rem;
  color: var(--screen-navy);
  font-size: clamp(1.25rem, 1.65vw, 1.65rem);
  line-height: 1.18;
}
.screen-application p { max-width: 21rem; margin: 0; color: #5b6770; }

.screen-specs { background: #e9eeef; }
.screen-specs__layout {
  display: grid;
  grid-template-columns: minmax(17rem, .75fr) minmax(0, 1.55fr);
  align-items: center;
  gap: clamp(2rem, 4.3vw, 4.5rem);
}
.screen-specs__photo { aspect-ratio: 1; }
.screen-specs__photo img { object-fit: cover; }
.screen-specs__data { min-width: 0; }
.screen-spec-table-wrap { overflow-x: auto; }
.screen-spec-table {
  width: 100%;
  min-width: 43.5rem;
  table-layout: fixed;
  border-collapse: collapse;
  color: var(--screen-ink);
  font-size: .78rem;
  font-variant-numeric: tabular-nums;
}
.screen-spec-table th,
.screen-spec-table td {
  min-width: 0;
  padding: .82rem .42rem;
  border-bottom: 1px solid var(--screen-line);
  text-align: left;
  white-space: nowrap;
}
.screen-spec-table thead th {
  border-bottom: 2px solid var(--screen-navy);
  color: #55646d;
  font-size: .69rem;
  font-weight: 750;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.screen-spec-table tbody th { color: var(--screen-ink); background: transparent; font-weight: 780; }
.screen-spec-table tbody tr:last-child th,
.screen-spec-table tbody tr:last-child td { border-bottom: 0; }
.screen-specs__note { max-width: 48rem; margin: 1.4rem 0 0; color: #5c6b74; font-size: .9rem; }

.screen-design__story {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(19rem, .7fr);
  align-items: center;
  gap: clamp(2.5rem, 7vw, 8rem);
}
.screen-design__story .screen-photo { aspect-ratio: 1.13; }
.screen-design__story h3 {
  max-width: 12ch;
  margin: 0 0 1.5rem;
  color: var(--screen-navy);
  font-size: clamp(1.9rem, 3vw, 3rem);
  line-height: 1.05;
  letter-spacing: -.04em;
}
.screen-design__story p { margin: 0 0 1.15rem; color: #53616a; }

.screen-options { background: var(--screen-paper); }
.screen-options__grid {
  display: grid;
  grid-template-columns: minmax(20rem, .8fr) minmax(0, 1.25fr);
  align-items: center;
  gap: clamp(3rem, 7vw, 8rem);
}
.screen-options__copy h2 {
  max-width: 12ch;
  margin: 0 0 1.8rem;
  color: var(--screen-navy);
  font-size: clamp(2.5rem, 4.3vw, 4.4rem);
  line-height: 1;
}
.screen-options__copy p:not(.screen-kicker) { max-width: 34rem; color: #4f5e67; }
.screen-options__grid .screen-photo { aspect-ratio: 1.36; }

.screen-field { background: var(--screen-navy); color: #fff; }
.screen-field .screen-kicker { color: #d4b47b; }
.screen-field .screen-heading h2 { color: #fff; }
.screen-field .screen-heading > p { color: #bdcbd1; }
.screen-field__wide { aspect-ratio: 2.05; }
.screen-field__wide img { object-position: center 52%; }
.screen-field__caption { max-width: 36rem; margin: 1.5rem 0 0; color: #bfccd1; font-size: .9rem; }

.screen-match__rows {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: clamp(3rem, 8vw, 8rem);
  border-top: 1px solid var(--screen-line);
}
.screen-match__rows article { padding: 2.2rem 0 2.4rem; border-bottom: 1px solid var(--screen-line); }
.screen-match__rows h3,
.screen-maintenance__rows h3 { margin: 0 0 .8rem; color: var(--screen-navy); font-size: clamp(1.3rem, 2vw, 1.9rem); }
.screen-match__rows p,
.screen-maintenance__rows p { max-width: 34rem; margin: 0; color: #52616b; }

.screen-maintenance { background: #edf1f1; }
.screen-maintenance__rows {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(3rem, 9vw, 9rem);
}
.screen-maintenance__rows article { padding-top: 1.5rem; border-top: 2px solid var(--screen-navy); }

.screen-delivery__layout {
  display: grid;
  grid-template-columns: minmax(17rem, .7fr) minmax(0, 1.25fr);
  align-items: center;
  gap: clamp(3rem, 8vw, 8rem);
}
.screen-delivery h2 { max-width: 12ch; margin: 0 0 1.4rem; color: var(--screen-navy); font-size: clamp(2.4rem, 4vw, 4rem); line-height: 1.04; }
.screen-delivery p:not(.screen-kicker) { max-width: 27rem; color: #53616a; }
.screen-delivery .screen-photo { aspect-ratio: 1.7; }

.screen-faq .screen-heading { margin-bottom: 2rem; }
.screen-faq .faq-list { max-width: 62rem; }
.screen-explore { padding-block: clamp(4.5rem, 7vw, 7rem); background: #243e4d; color: #fff; }
.screen-explore h2 { margin: 0 0 3rem; color: #fff; font-size: clamp(2.2rem, 3.5vw, 3.3rem); text-transform: none; }
.screen-explore__links { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid rgb(255 255 255 / 20%); }
.screen-explore__links a { display: flex; min-width: 0; min-height: 13rem; flex-direction: column; padding: 2rem 2rem 1rem 0; color: #fff; text-decoration: none; }
.screen-explore__links a + a { padding-left: clamp(2rem, 5vw, 5rem); border-left: 1px solid rgb(255 255 255 / 20%); }
.screen-explore__links span { color: #b8c7cd; font-size: .76rem; font-weight: 720; letter-spacing: .11em; text-transform: uppercase; }
.screen-explore__links strong { margin-top: .8rem; font-size: clamp(1.5rem, 2.7vw, 2.35rem); }
.screen-explore__links em { margin-top: auto; color: var(--gold); font-style: normal; font-weight: 700; }
.screen-explore__links b { display: inline-block; transition: transform .2s ease; }
.screen-explore__links a:hover b,
.screen-explore__links a:focus-visible b { transform: translateX(.3rem); }
.screen-rfq__helper { align-self: end; margin: .1rem 0 -.35rem; color: #d2dde2; font-size: .8rem; font-weight: 700; }

@media (max-width: 1024px) {
  .screen-heading { align-items: start; }
  .screen-specs__layout { grid-template-columns: 1fr; }
  .screen-specs__photo { width: min(100%, 39rem); aspect-ratio: 1.35; }
  .screen-specs__photo img { object-position: center 50%; }
}

@media (max-width: 768px) {
  .screen-hero { --internal-hero-min-height: clamp(42rem, calc(100svh - 4rem), 50rem); --internal-hero-position: 66% center; }
  .screen-hero::after { background: linear-gradient(90deg, rgb(2 14 23 / 87%), rgb(2 14 23 / 43%)), linear-gradient(0deg, rgb(2 14 23 / 65%), transparent 70%); }
  .screen-hero__copy { min-height: var(--internal-hero-min-height); padding-block: 4.25rem 3rem; }
  .screen-hero__copy h1 { margin-top: 4.5rem; font-size: clamp(3.6rem, 12vw, 6rem); }
  .screen-hero__copy .lead { font-size: 1.05rem; }
  .screen-hero__copy .actions { flex-wrap: wrap; padding-top: 2rem; }
  .screen-heading { display: block; }
  .screen-heading > p { width: min(100%, 36rem); margin-top: 1.5rem; }
  .screen-overview__grid,
  .screen-design__story,
  .screen-options__grid,
  .screen-delivery__layout { grid-template-columns: 1fr; gap: 2.5rem; }
  .screen-overview__copy { padding-top: 0; }
  .screen-overview h2 { max-width: 15ch; }
  .screen-applications__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .screen-application--primary { grid-column: 1 / -1; }
  .screen-application--primary .screen-photo { aspect-ratio: 1.6; }
  .screen-application .screen-photo { aspect-ratio: 1.2; }
  .screen-design__story .screen-photo { aspect-ratio: 1.35; }
  .screen-options__copy h2 { max-width: 15ch; }
  .screen-field__wide { aspect-ratio: 1.45; }
  .screen-delivery .screen-photo { aspect-ratio: 1.45; }
}

@media (max-width: 540px) {
  .screening-bucket-product .section { padding-block: 4.5rem; }
  .screen-hero__copy h1 { font-size: clamp(3.4rem, 15vw, 4.9rem); }
  .screen-hero__copy .actions { align-items: flex-start; flex-direction: column; gap: 1.25rem; }
  .screen-overview h2 { font-size: clamp(2.65rem, 11vw, 4rem); }
  .screen-applications__grid,
  .screen-match__rows,
  .screen-maintenance__rows,
  .screen-explore__links { grid-template-columns: 1fr; }
  .screen-application--primary { grid-column: auto; }
  .screen-application--primary .screen-photo,
  .screen-application .screen-photo { aspect-ratio: 1.16; }
  .screen-application + .screen-application { margin-top: 1.5rem; }
  .screen-field__wide { aspect-ratio: 1.15; }
  .screen-explore__links a { min-height: 10rem; }
  .screen-explore__links a + a { padding-left: 0; border-left: 0; border-top: 1px solid rgb(255 255 255 / 20%); }
}

@media (prefers-reduced-motion: reduce) {
  .screen-photo img,
  .screen-explore__links b { transition: none !important; }
  .screen-photo:hover img,
  .screen-explore__links a:hover b,
  .screen-explore__links a:focus-visible b { transform: none; }
}
