.industry-page {
  background: #fff;
}

.industry-page main {
  overflow: clip;
}

.industry-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 9px;
  padding-top: 22px;
  padding-bottom: 16px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.4;
}

.industry-breadcrumb a:hover,
.industry-breadcrumb a:focus-visible {
  color: var(--accent);
}

.industry-breadcrumb strong {
  color: var(--ink);
  font-weight: 600;
}

.industry-hero {
  border-bottom: 1px solid var(--line);
  background: linear-gradient(105deg, #f8f9fb 0%, #fff 60%);
}

.industry-hero-grid {
  display: grid;
  min-height: 600px;
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 1.08fr);
  align-items: center;
  gap: clamp(48px, 8vw, 124px);
  padding-top: 66px;
  padding-bottom: 80px;
}

.industry-hero-copy {
  max-width: 670px;
}

.industry-hero h1 {
  max-width: 680px;
  margin-bottom: 23px;
  color: var(--ink);
  font-size: clamp(47px, 5.8vw, 76px) !important;
  line-height: 1.02 !important;
  letter-spacing: -0.045em;
}

.industry-hero-lead {
  max-width: 590px;
  margin-bottom: 30px;
  color: var(--body);
  font-size: 18px;
  line-height: 1.7;
}

.industry-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 34px;
}

.industry-actions .btn {
  min-width: 170px;
}

.industry-actions .btn span,
.industry-text-link span,
.industry-arrow span,
.industry-flow-links span {
  transition: transform 180ms ease;
}

.industry-actions .btn:hover span,
.industry-text-link:hover span,
.industry-arrow:hover span,
.industry-flow-links a:hover span {
  transform: translateX(3px);
}

.industry-chip-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.industry-chip-list li {
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  padding: 7px 12px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.3;
}

.industry-hero-visual {
  position: relative;
  min-height: 435px;
  overflow: hidden;
  background: var(--ink);
}

.industry-hero-visual::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(23, 26, 32, 0.04) 28%, rgba(23, 26, 32, 0.72) 100%);
  content: "";
  pointer-events: none;
}

.industry-hero-visual img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 435px;
  object-fit: cover;
}

.industry-visual-caption {
  position: absolute;
  right: 28px;
  bottom: 25px;
  left: 28px;
  z-index: 1;
  color: #fff;
}

.industry-visual-caption span,
.industry-visual-placeholder > span {
  display: block;
  margin-bottom: 9px;
  color: #aebeff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.13em;
  line-height: 1.3;
}

.industry-visual-caption p {
  max-width: 45ch;
  margin: 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 13px;
  line-height: 1.55;
}

.industry-hero-visual--placeholder {
  display: grid;
  min-height: 435px;
  place-items: center;
  padding: 35px;
  background: #18283a;
}

.industry-hero-visual--placeholder::before,
.industry-hero-visual--placeholder::after {
  position: absolute;
  background: rgba(174, 190, 255, 0.2);
  content: "";
}

.industry-hero-visual--placeholder::before {
  width: 1px;
  height: 100%;
}

.industry-hero-visual--placeholder::after {
  width: 100%;
  height: 1px;
}

.industry-visual-placeholder {
  position: relative;
  z-index: 1;
  width: min(100%, 420px);
  border: 1px solid rgba(174, 190, 255, 0.48);
  padding: 28px;
  text-align: left;
}

.industry-visual-placeholder p {
  margin: 0;
  color: rgba(255, 255, 255, 0.83);
  font-size: 14px;
  line-height: 1.7;
}

.industry-section {
  padding: clamp(78px, 9vw, 132px) 0;
}

.industry-section--soft {
  background: var(--surface-alt);
}

.industry-section--dark {
  background: var(--dark-surface);
  color: #fff;
}

.industry-section-heading {
  max-width: 820px;
  margin-bottom: 45px;
}

.industry-section-heading--row {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 36px;
  max-width: none;
}

.industry-section-heading h2 {
  max-width: 780px;
  margin: 10px 0 16px;
  color: var(--ink);
  font-size: clamp(32px, 4vw, 49px) !important;
  line-height: 1.08 !important;
  letter-spacing: -0.035em;
}

.industry-section-heading > p:not(.eyebrow) {
  max-width: 690px;
  margin-bottom: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.72;
}

.industry-section-heading--row > p:not(.eyebrow) {
  max-width: 360px;
  padding-bottom: 5px;
}

.industry-section--dark .industry-section-heading h2,
.industry-section--dark .industry-section-heading > p:not(.eyebrow),
.industry-section--dark .eyebrow {
  color: #fff;
}

.industry-section--dark .industry-section-heading > p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.68);
}

.industry-section--dark .eyebrow {
  color: #aebeff;
}

.industry-directory-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: var(--line-strong);
}

.industry-directory-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  background: #fff;
  transition: color 180ms ease, background-color 180ms ease;
}

.industry-directory-card:hover,
.industry-directory-card:focus-visible {
  background: #fafdff;
  color: var(--accent);
}

.industry-directory-card img {
  display: block;
  width: 100%;
  aspect-ratio: 1.48;
  object-fit: cover;
}

.industry-directory-card > div {
  display: flex;
  height: 100%;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px 24px 28px;
}

.industry-card-index {
  display: block;
  color: var(--accent);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.11em;
  line-height: 1.3;
}

.industry-directory-card h3 {
  margin: 11px 0 10px;
  color: var(--ink);
  font-size: 23px !important;
}

.industry-directory-card p {
  margin-bottom: 15px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.65;
}

.industry-directory-card strong {
  margin-top: auto;
  color: var(--ink);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.5;
}

.industry-arrow {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: 22px;
  color: var(--accent);
  font-size: 13px;
  font-weight: 700;
}

.industry-arrow span {
  display: inline-flex;
}

.industry-capability-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: var(--line-strong);
}

.industry-capability-grid article {
  min-height: 190px;
  padding: 23px;
  background: #fff;
}

.industry-capability-grid article > span,
.industry-step-number {
  color: var(--accent);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.3;
}

.industry-capability-grid h3 {
  margin: 30px 0 9px;
  color: var(--ink);
  font-size: 20px !important;
}

.industry-capability-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.65;
}

.industry-two-column {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  align-items: start;
  gap: clamp(52px, 9vw, 150px);
}

.industry-two-column .industry-section-heading {
  margin-bottom: 0;
}

.industry-overview-lists {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 40px;
}

.industry-overview-lists h3 {
  margin-bottom: 20px;
  color: var(--ink);
  font-size: 18px !important;
}

.industry-overview-lists ul {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--line-strong);
}

.industry-overview-lists li {
  border-bottom: 1px solid var(--line);
}

.industry-overview-lists li > strong,
.industry-overview-lists li > span,
.industry-overview-lists li > a {
  display: block;
  padding: 13px 0;
}

.industry-overview-lists li > strong {
  color: var(--ink);
  font-size: 14px;
}

.industry-overview-lists li > span {
  padding-top: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.6;
}

.industry-overview-lists li > a {
  position: relative;
  padding-right: 27px;
}

.industry-overview-lists li > a strong,
.industry-overview-lists li > a span {
  display: block;
}

.industry-overview-lists li > a strong {
  color: var(--ink);
  font-size: 14px;
}

.industry-overview-lists li > a span {
  margin-top: 4px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.6;
}

.industry-overview-lists li > a b {
  position: absolute;
  top: 18px;
  right: 0;
  color: var(--accent);
  font-size: 16px;
  font-weight: 400;
  transition: transform 180ms ease;
}

.industry-overview-lists li > a:hover strong,
.industry-overview-lists li > a:focus-visible strong,
.industry-overview-lists li > a:hover span,
.industry-overview-lists li > a:focus-visible span {
  color: var(--accent);
}

.industry-overview-lists li > a:hover b,
.industry-overview-lists li > a:focus-visible b {
  transform: translateX(3px);
}

.industry-flow-panel {
  min-width: 0;
}

.industry-flow-panel ol {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 24px;
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
}

.industry-flow-panel li {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 15px;
  min-height: 63px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
  line-height: 1.4;
}

.industry-flow-panel li span {
  color: #aebeff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.industry-flow-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
  margin-top: 29px;
}

.industry-flow-links a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
}

.industry-flow-links a:hover,
.industry-flow-links a:focus-visible {
  color: #aebeff;
}

.industry-flow-links a span {
  display: inline-flex;
}

.industry-product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.industry-product-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  border: 1px solid var(--line);
  background: #fff;
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

.industry-product-card:hover {
  border-color: rgba(62, 106, 225, 0.38);
  box-shadow: 0 12px 30px rgba(23, 26, 32, 0.06);
}

.industry-product-image {
  display: block;
  overflow: hidden;
  background: var(--surface-alt);
}

.industry-product-image img {
  display: block;
  width: 100%;
  aspect-ratio: 1.38;
  object-fit: cover;
  transition: transform 240ms ease;
}

.industry-product-card:hover .industry-product-image img {
  transform: scale(1.02);
}

.industry-product-body {
  display: flex;
  height: 100%;
  flex-direction: column;
  align-items: flex-start;
  padding: 23px 23px 25px;
}

.industry-product-body h3 {
  margin: 10px 0 17px;
  color: var(--ink);
  font-size: 21px !important;
}

.industry-product-body h3 a:hover,
.industry-product-body h3 a:focus-visible {
  color: var(--accent);
}

.industry-product-body dl {
  width: 100%;
  margin: 0;
}

.industry-product-body dl div {
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr);
  gap: 10px;
  border-top: 1px solid var(--line);
  padding: 9px 0;
}

.industry-product-body dt {
  color: var(--muted);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.industry-product-body dd {
  margin: 0;
  color: var(--body);
  font-size: 13px;
  line-height: 1.5;
}

.industry-text-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: auto;
  padding-top: 20px;
  color: var(--accent);
  font-size: 13px;
  font-weight: 700;
}

.industry-text-link span {
  display: inline-flex;
}

.industry-inline-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin-top: 25px;
  border-top: 1px solid var(--line-strong);
  border-bottom: 1px solid var(--line-strong);
  padding: 22px 0;
}

.industry-inline-cta h3 {
  margin: 7px 0 0;
  color: var(--ink);
  font-size: 20px !important;
}

.industry-category-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: var(--line-strong);
}

.industry-category-card {
  min-width: 0;
  background: #fff;
}

.industry-category-card summary {
  display: flex;
  min-height: 120px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  cursor: pointer;
  list-style: none;
  padding: 22px 23px;
}

.industry-category-card summary::-webkit-details-marker {
  display: none;
}

.industry-category-card summary small {
  display: block;
  margin-bottom: 9px;
  color: var(--accent);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.industry-category-card summary strong {
  display: block;
  color: var(--ink);
  font-size: 19px;
  line-height: 1.25;
}

.industry-category-card summary i {
  display: grid;
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  place-items: center;
  border: 1px solid var(--line-strong);
  border-radius: 50%;
  color: var(--accent);
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}

.industry-category-card[open] summary i {
  transform: rotate(45deg);
}

.industry-category-card > p {
  margin: 0;
  border-top: 1px solid var(--line);
  padding: 18px 23px 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.6;
}

.industry-category-card ul {
  margin: 0;
  padding: 10px 23px 22px;
  list-style: none;
}

.industry-category-card li {
  border-bottom: 1px solid var(--line);
}

.industry-category-card li:last-child {
  border-bottom: 0;
}

.industry-category-card li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 0;
  color: var(--body);
  font-size: 13px;
}

.industry-category-card li a span {
  color: var(--accent);
  opacity: 0;
  transform: translateX(-3px);
  transition: opacity 180ms ease, transform 180ms ease;
}

.industry-category-card li a:hover,
.industry-category-card li a:focus-visible {
  color: var(--accent);
}

.industry-category-card li a:hover span,
.industry-category-card li a:focus-visible span {
  opacity: 1;
  transform: translateX(0);
}

.industry-application-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: var(--line-strong);
}

.industry-application-grid article {
  min-height: 285px;
  padding: 24px;
  background: #fff;
}

.industry-application-grid h3 {
  margin: 33px 0 10px;
  color: var(--ink);
  font-size: 20px !important;
}

.industry-application-grid p {
  min-height: 76px;
  margin-bottom: 18px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.62;
}

.industry-application-grid ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.industry-application-grid li {
  border-top: 1px solid var(--line);
  padding: 8px 0;
  color: var(--body);
  font-size: 12px;
}

.industry-material-grid,
.industry-process-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: var(--line-strong);
}

.industry-material-grid article,
.industry-process-grid article {
  min-width: 0;
  background: #fff;
  padding: 24px;
}

.industry-material-grid article > span,
.industry-process-grid article > span {
  color: var(--accent);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.industry-material-grid h3,
.industry-process-grid h3 {
  margin: 29px 0 10px;
  color: var(--ink);
  font-size: 20px !important;
}

.industry-material-grid p,
.industry-process-grid > article > p {
  min-height: 86px;
  margin-bottom: 21px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.65;
}

.industry-material-grid strong {
  display: block;
  margin-bottom: 6px;
  color: var(--ink);
  font-size: 12px;
}

.industry-material-grid small {
  display: block;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.55;
}

.industry-process-grid dl {
  margin: 0 0 18px;
}

.industry-process-grid dl div {
  border-top: 1px solid var(--line);
  padding: 10px 0;
}

.industry-process-grid dt {
  margin-bottom: 4px;
  color: var(--ink);
  font-size: 12px;
  font-weight: 700;
}

.industry-process-grid dd {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.55;
}

.industry-consideration-list,
.industry-capability-list,
.industry-inspection-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  background: rgba(255, 255, 255, 0.18);
}

.industry-consideration-list article,
.industry-capability-list article,
.industry-inspection-list article {
  display: grid;
  grid-template-columns: 35px minmax(0, 1fr);
  gap: 14px;
  min-width: 0;
  padding: 22px;
  background: var(--dark-surface);
}

.industry-consideration-list article > span,
.industry-capability-list article > span,
.industry-inspection-list article > span {
  color: #aebeff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.industry-consideration-list h3,
.industry-capability-list h3,
.industry-inspection-list h3 {
  margin-bottom: 8px;
  color: #fff;
  font-size: 17px !important;
}

.industry-consideration-list p,
.industry-capability-list p,
.industry-inspection-list p {
  margin: 0;
  color: rgba(255, 255, 255, 0.66);
  font-size: 13px;
  line-height: 1.62;
}

.industry-dark-note {
  max-width: 560px;
  margin-top: 29px;
  border-left: 2px solid var(--accent);
  padding: 11px 0 11px 16px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 13px;
  line-height: 1.65;
}

.industry-operations {
  overflow-x: auto;
  padding-bottom: 8px;
}

.industry-operations ol {
  display: grid;
  min-width: 990px;
  grid-template-columns: repeat(6, minmax(145px, 1fr));
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--line-strong);
}

.industry-operations li {
  position: relative;
  min-height: 190px;
  border-right: 1px solid var(--line);
  padding: 20px 22px 20px 18px;
}

.industry-operations li:first-child {
  border-left: 1px solid var(--line);
}

.industry-operations li > span {
  display: block;
  margin-bottom: 27px;
  color: var(--accent);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.industry-operations li strong {
  display: block;
  color: var(--ink);
  font-size: 14px;
  line-height: 1.35;
}

.industry-operations li p {
  margin: 9px 0 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.55;
}

.industry-operations li > b {
  position: absolute;
  top: 20px;
  right: -8px;
  z-index: 1;
  display: grid;
  width: 16px;
  height: 16px;
  place-items: center;
  background: #fff;
  color: var(--accent);
  font-size: 14px;
  font-weight: 400;
}

.industry-related-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.industry-related-grid a {
  display: flex;
  min-height: 90px;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  border: 1px solid var(--line-strong);
  padding: 18px 19px;
  color: var(--ink);
  font-size: 14px;
  font-weight: 600;
  transition: border-color 180ms ease, color 180ms ease, background-color 180ms ease;
}

.industry-related-grid a b {
  color: var(--accent);
  font-size: 18px;
  font-weight: 400;
  transition: transform 180ms ease;
}

.industry-related-grid a:hover,
.industry-related-grid a:focus-visible {
  border-color: var(--accent);
  background: #fff;
  color: var(--accent);
}

.industry-related-grid a:hover b,
.industry-related-grid a:focus-visible b {
  transform: translateX(3px);
}

.industry-faq-list {
  border-top: 1px solid var(--line-strong);
}

.industry-faq-list details {
  border-bottom: 1px solid var(--line);
}

.industry-faq-list summary {
  position: relative;
  cursor: pointer;
  list-style: none;
  padding: 19px 38px 19px 0;
  color: var(--ink);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.5;
}

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

.industry-faq-list summary::after {
  position: absolute;
  top: 21px;
  right: 4px;
  color: var(--accent);
  content: "+";
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
}

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

.industry-faq-list summary:hover,
.industry-faq-list summary:focus-visible {
  color: var(--accent);
}

.industry-faq-list details p {
  max-width: 650px;
  margin: -3px 0 20px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.7;
}

.industry-rfq {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  background: var(--dark-surface);
  color: #fff;
  padding: clamp(76px, 8vw, 116px) 0;
}

.industry-rfq-grid {
  display: grid;
  grid-template-columns: minmax(300px, 0.77fr) minmax(0, 1.23fr);
  align-items: start;
  gap: clamp(54px, 9vw, 142px);
}

.industry-rfq-copy .eyebrow {
  color: #aebeff;
}

.industry-rfq-copy h2 {
  max-width: 550px;
  margin: 10px 0 17px;
  color: #fff;
  font-size: clamp(33px, 4vw, 52px) !important;
  line-height: 1.06 !important;
}

.industry-rfq-copy > p {
  max-width: 560px;
  margin-bottom: 23px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 15px;
  line-height: 1.7;
}

.industry-rfq-copy ul {
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.industry-rfq-copy li {
  color: rgba(255, 255, 255, 0.84);
  font-size: 13px;
}

.industry-rfq-copy li::before {
  display: inline-block;
  width: 20px;
  color: #aebeff;
  content: "→";
}

.industry-rfq-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 15px 16px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  padding: clamp(22px, 3vw, 32px);
  background: rgba(255, 255, 255, 0.04);
}

.industry-rfq-form label {
  color: rgba(255, 255, 255, 0.72);
}

.industry-rfq-form input,
.industry-rfq-form textarea,
.industry-rfq-form select {
  border-color: rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}

.industry-rfq-form input::placeholder,
.industry-rfq-form textarea::placeholder {
  color: rgba(255, 255, 255, 0.48);
}

.industry-rfq-form input:focus,
.industry-rfq-form textarea:focus,
.industry-rfq-form select:focus {
  border-color: #aebeff;
  background: rgba(255, 255, 255, 0.11);
}

.industry-rfq-form .form-consent {
  color: rgba(255, 255, 255, 0.68) !important;
}

.industry-rfq-form .form-consent input {
  accent-color: var(--accent);
}

.industry-rfq-form .form-submit {
  grid-column: 1 / -1;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 4px;
}

.industry-rfq-form .email-route {
  margin: 0 auto 0 0;
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
}

.industry-rfq-form .email-route-link {
  color: #aebeff;
}

.industry-rfq-form .success {
  color: rgba(255, 255, 255, 0.82);
}

@media (max-width: 1279px) {
  .industry-hero-grid {
    grid-template-columns: minmax(0, 0.95fr) minmax(360px, 1.05fr);
    gap: 50px;
  }

  .industry-directory-grid,
  .industry-category-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .industry-application-grid p {
    min-height: auto;
  }

  .industry-material-grid,
  .industry-process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

@media (max-width: 1024px) {
  .industry-hero-grid {
    min-height: 0;
    grid-template-columns: 1fr;
    padding-top: 55px;
  }

  .industry-hero-copy {
    max-width: 760px;
  }

  .industry-hero-visual,
  .industry-hero-visual--placeholder {
    min-height: 390px;
  }

  .industry-hero-visual img {
    min-height: 390px;
  }

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

  .industry-two-column,
  .industry-rfq-grid {
    gap: 40px;
  }

  .industry-two-column {
    grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  }

  .industry-overview-lists {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .industry-rfq-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .industry-breadcrumb {
    padding-top: 16px;
    padding-bottom: 13px;
  }

  .industry-hero-grid {
    gap: 35px;
    padding-top: 42px;
    padding-bottom: 52px;
  }

  .industry-hero h1 {
    margin-bottom: 18px;
    font-size: clamp(41px, 12vw, 57px) !important;
  }

  .industry-hero-lead {
    margin-bottom: 23px;
    font-size: 16px;
  }

  .industry-actions {
    align-items: stretch;
    flex-direction: column;
    margin-bottom: 25px;
  }

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

  .industry-hero-visual,
  .industry-hero-visual--placeholder {
    min-height: 270px;
  }

  .industry-hero-visual img {
    min-height: 270px;
  }

  .industry-visual-caption {
    right: 18px;
    bottom: 17px;
    left: 18px;
  }

  .industry-visual-caption p,
  .industry-visual-placeholder p {
    font-size: 12px;
  }

  .industry-hero-visual--placeholder {
    padding: 18px;
  }

  .industry-visual-placeholder {
    padding: 20px;
  }

  .industry-section {
    padding: 66px 0;
  }

  .industry-section-heading,
  .industry-section-heading--row {
    display: block;
    margin-bottom: 29px;
  }

  .industry-section-heading h2 {
    margin-top: 9px;
    font-size: 32px !important;
  }

  .industry-section-heading--row > p:not(.eyebrow) {
    margin-top: 14px;
  }

  .industry-directory-grid,
  .industry-category-grid,
  .industry-application-grid,
  .industry-material-grid,
  .industry-process-grid,
  .industry-capability-grid,
  .industry-related-grid {
    grid-template-columns: 1fr;
  }

  .industry-directory-card > div {
    padding: 20px 20px 23px;
  }

  .industry-directory-card h3 {
    font-size: 21px !important;
  }

  .industry-capability-grid article {
    min-height: 0;
  }

  .industry-two-column {
    display: block;
  }

  .industry-two-column .industry-section-heading {
    margin-bottom: 32px;
  }

  .industry-overview-lists {
    gap: 26px;
  }

  .industry-product-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .industry-product-body {
    padding: 20px;
  }

  .industry-inline-cta {
    display: block;
  }

  .industry-inline-cta h3 {
    margin-bottom: 18px;
  }

  .industry-inline-cta .btn {
    width: 100%;
  }

  .industry-category-card summary {
    min-height: 96px;
    padding: 19px 20px;
  }

  .industry-category-card > p {
    padding-right: 20px;
    padding-left: 20px;
  }

  .industry-category-card ul {
    padding-right: 20px;
    padding-left: 20px;
  }

  .industry-category-card li a span {
    opacity: 1;
    transform: none;
  }

  .industry-material-grid article,
  .industry-process-grid article,
  .industry-application-grid article {
    min-height: 0;
    padding: 21px;
  }

  .industry-material-grid h3,
  .industry-process-grid h3,
  .industry-application-grid h3 {
    margin-top: 25px;
  }

  .industry-material-grid p,
  .industry-process-grid > article > p {
    min-height: 0;
  }

  .industry-consideration-list,
  .industry-capability-list,
  .industry-inspection-list {
    grid-template-columns: 1fr;
  }

  .industry-consideration-list article,
  .industry-capability-list article,
  .industry-inspection-list article {
    padding: 19px;
  }

  .industry-operations {
    margin-right: calc(var(--gutter) * -1);
    padding-right: var(--gutter);
  }

  .industry-operations ol {
    min-width: 920px;
  }

  .industry-related-grid {
    gap: 10px;
  }

  .industry-related-grid a {
    min-height: 72px;
  }

  .industry-rfq-grid {
    display: block;
  }

  .industry-rfq-copy {
    margin-bottom: 33px;
  }

  .industry-rfq-copy h2 {
    font-size: 34px !important;
  }

  .industry-rfq-form {
    grid-template-columns: 1fr;
    padding: 20px;
  }

  .industry-rfq-form .field-wide,
  .industry-rfq-form .form-submit {
    grid-column: auto;
  }

  .industry-rfq-form .form-submit {
    display: grid;
    align-items: start;
    justify-content: stretch;
    gap: 14px;
  }

  .industry-rfq-form .email-route {
    margin: 0;
  }

  .industry-rfq-form .btn {
    width: 100%;
  }
}
