:root {
  --ink: #111111;
  --charcoal: #282828;
  --body: #3b3b3b;
  --muted: #77736d;
  --cream: #f1ede5;
  --sand: #e4dccd;
  --orange: #ee7d22;
  --white: #ffffff;
  --line: #d8d3ca;
  --max: 1360px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--body);
  background: var(--white);
  font-family: "Lato", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.55;
}

body.modal-open {
  overflow: hidden;
}

button,
input,
textarea {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button {
  color: inherit;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

[hidden] {
  display: none !important;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 8px;
  left: 8px;
  padding: 10px 14px;
  color: var(--ink);
  background: var(--white);
  transform: translateY(-160%);
}

.skip-link:focus {
  transform: translateY(0);
}

.utility-bar {
  height: 42px;
  color: #d7d7d7;
  background: var(--ink);
  font-size: 12px;
  letter-spacing: 0.02em;
}

.utility-inner {
  width: min(var(--max), calc(100% - 48px));
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.utility-inner > div {
  height: 100%;
  display: flex;
  align-items: center;
}

.utility-inner a,
.language-mark {
  height: 100%;
  padding: 0 18px;
  display: inline-flex;
  align-items: center;
  border-left: 1px solid #343434;
}

.utility-inner a:hover {
  color: var(--white);
}

.site-header {
  position: absolute;
  z-index: 50;
  top: 42px;
  left: 0;
  right: 0;
  height: 72px;
  color: var(--white);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

.header-inner {
  width: min(var(--max), 100%);
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: stretch;
}

.brand {
  min-width: 274px;
  padding: 0 28px;
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--white);
  border-right: 1px solid rgba(255, 255, 255, 0.28);
}

.brand-mark {
  width: 44px;
  height: 44px;
  flex: 0 0 auto;
}

.brand-copy {
  display: flex;
  flex-direction: column;
  line-height: 1;
}

.brand-copy strong {
  font-size: 24px;
  font-weight: 900;
  letter-spacing: 0.03em;
}

.brand-copy small {
  margin-top: 5px;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.22em;
}

.main-nav {
  flex: 1;
  display: flex;
  align-items: stretch;
  justify-content: flex-end;
}

.main-nav > a,
.main-nav > button {
  padding: 0 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.28);
  color: var(--white);
  background: transparent;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
}

.main-nav > a:hover,
.main-nav > button:hover,
.main-nav > button[aria-expanded="true"] {
  background: rgba(0, 0, 0, 0.46);
}

.main-nav .nav-rfq {
  min-width: 154px;
  color: var(--white);
  background: var(--orange);
  border-right: 0;
}

.main-nav .nav-rfq:hover {
  color: var(--white);
  background: #d96b14;
}

.menu-toggle {
  display: none;
}

.mega-menu {
  position: absolute;
  z-index: 60;
  top: 72px;
  left: 50%;
  width: min(100%, var(--max));
  min-height: 370px;
  transform: translateX(-50%);
  display: grid;
  grid-template-columns: 370px 1fr;
  color: var(--white);
  background: #202020;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.24);
}

.mega-list {
  padding: 35px 40px;
  display: flex;
  flex-direction: column;
  background: #151515;
}

.mega-list p,
.mega-feature span {
  margin: 0 0 16px;
  color: #b9b9b9;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.18em;
}

.mega-list a {
  padding: 13px 0;
  border-bottom: 1px solid #343434;
  font-size: 18px;
  font-weight: 700;
}

.mega-list a:hover {
  color: var(--orange);
}

.mega-feature {
  position: relative;
  overflow: hidden;
  min-height: 370px;
}

.mega-feature::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.18), rgba(0, 0, 0, 0.68));
}

.mega-feature img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mega-feature.product-feature img {
  object-fit: contain;
  background: #f2f2f0;
}

.mega-feature > div {
  position: absolute;
  z-index: 1;
  right: 55px;
  bottom: 48px;
  width: min(390px, 48%);
}

.mega-feature strong {
  display: block;
  font-size: 28px;
  line-height: 1.15;
}

.product-rail {
  position: relative;
  z-index: 40;
  min-height: 52px;
  padding: 0 max(24px, calc((100% - var(--max)) / 2));
  display: none;
  align-items: stretch;
  justify-content: center;
  color: #dddddd;
  background: #1c1c1c;
}

.product-rail > * {
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #363636;
  font-size: 12px;
  font-weight: 700;
}

.product-rail strong {
  color: var(--white);
  border-left: 1px solid #363636;
}

.product-rail a:hover {
  color: var(--white);
  background: #292929;
}

.product-rail button {
  border: 0;
  color: var(--white);
  background: var(--orange);
  cursor: pointer;
}

.hero {
  position: relative;
  height: 640px;
  overflow: hidden;
  color: var(--white);
}

.hero > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 45%;
}

.hero-shade,
.banner-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.08) 18%, rgba(0, 0, 0, 0.64) 100%);
}

.hero-title {
  position: absolute;
  z-index: 1;
  left: 50%;
  bottom: 54px;
  width: min(820px, calc(100% - 40px));
  transform: translateX(-50%);
  text-align: center;
}

.hero-title p {
  margin: 0 0 13px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.22em;
}

.hero-title h1 {
  margin: 0;
  font-size: clamp(42px, 4vw, 58px);
  font-weight: 900;
  line-height: 0.98;
  text-shadow: 0 2px 22px rgba(0, 0, 0, 0.35);
}

.page-hero {
  min-height: 430px;
  padding: 150px 24px 72px;
  display: grid;
  align-items: end;
  color: var(--white);
  background: #242424;
}

.page-hero-inner,
.content-band-inner,
.seo-grid,
.proof-strip {
  width: min(1120px, 100%);
  margin: 0 auto;
}

.page-eyebrow {
  margin: 0 0 16px;
  color: var(--orange);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.page-hero h1 {
  max-width: 820px;
  margin: 0;
  font-size: clamp(42px, 5vw, 66px);
  font-weight: 900;
  line-height: 0.98;
}

.page-hero p:not(.page-eyebrow) {
  max-width: 760px;
  margin: 24px 0 0;
  color: #d7d3cc;
  font-size: 19px;
}

.content-band {
  padding: 72px 24px;
  background: var(--white);
}

.content-band.alt {
  background: #f7f5f1;
}

.content-band.dark {
  color: var(--white);
  background: #181818;
}

.content-band h2 {
  max-width: 760px;
  margin: 0 0 22px;
  color: var(--charcoal);
  font-size: clamp(31px, 3vw, 43px);
  font-weight: 900;
  line-height: 1.08;
}

.content-band.dark h2 {
  color: var(--white);
}

.content-band p {
  max-width: 760px;
  color: #5f5b55;
}

.content-band.dark p {
  color: #c9c6bf;
}

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

.seo-card {
  min-width: 0;
  padding: 28px;
  border: 1px solid var(--line);
  background: #faf9f6;
}

.seo-card img {
  width: 100%;
  height: 210px;
  margin-bottom: 22px;
  object-fit: cover;
  background: #f2f0eb;
}

.seo-card h3 {
  margin: 0 0 12px;
  color: var(--charcoal);
  font-size: 22px;
  line-height: 1.15;
}

.seo-card p,
.seo-card li {
  color: #69645d;
  font-size: 14px;
}

.seo-card ul,
.feature-list {
  margin: 15px 0 0;
  padding-left: 19px;
}

.feature-list li {
  margin: 9px 0;
  color: #5f5b55;
}

.content-band.dark .feature-list li {
  color: #d3d0cb;
}

.proof-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: #d8d3ca;
}

.proof-item {
  padding: 25px;
  background: var(--white);
}

.proof-item strong {
  display: block;
  color: var(--charcoal);
  font-size: 20px;
  line-height: 1.12;
}

.proof-item span {
  display: block;
  margin-top: 8px;
  color: #68645d;
  font-size: 13px;
}

.link-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.link-list a {
  min-height: 64px;
  padding: 0 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid var(--line);
  color: var(--charcoal);
  background: var(--white);
  font-weight: 900;
}

.link-list a:hover {
  color: var(--white);
  background: var(--charcoal);
}

.page-cta {
  padding: 72px 24px;
  color: var(--white);
  background: #33312f;
  text-align: center;
}

.page-cta h2 {
  margin: 0;
  font-size: clamp(32px, 3.4vw, 46px);
  font-weight: 900;
}

.page-cta p {
  max-width: 700px;
  margin: 18px auto 28px;
  color: #d3d0cb;
}

.home-intro {
  min-height: 180px;
  padding: 45px 24px;
  display: grid;
  place-items: center;
  text-align: center;
}

.home-intro p {
  max-width: 930px;
  margin: 0;
  color: var(--charcoal);
  font-size: 21px;
  line-height: 1.55;
}

.solutions {
  padding: 74px 24px 88px;
  background: #f7f5f1;
}

.section-intro {
  max-width: 920px;
  margin: 0 auto 42px;
  text-align: center;
}

.line-label {
  margin: 0 0 24px;
  display: flex;
  align-items: center;
  gap: 18px;
  color: #706c65;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.line-label::before,
.line-label::after {
  content: "";
  height: 1px;
  flex: 1;
  background: #bfb8ad;
}

.section-intro h2,
.spotlight-heading h2 {
  margin: 0;
  color: var(--charcoal);
  font-size: clamp(32px, 3vw, 42px);
  font-weight: 900;
  line-height: 1.08;
}

.section-intro > p:last-child {
  max-width: 760px;
  margin: 20px auto 0;
  color: #5f5b55;
}

.solution-grid {
  width: min(1180px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.solution-card {
  min-width: 0;
  padding: 0;
  display: block;
  overflow: hidden;
  border: 0;
  color: var(--charcoal);
  background: var(--cream);
  text-align: left;
  cursor: pointer;
}

.solution-card img {
  width: 100%;
  height: 205px;
  object-fit: cover;
  transition: transform 280ms ease;
}

.solution-card:nth-child(2) img,
.solution-card:nth-child(6) img {
  object-position: center 68%;
}

.solution-card:nth-child(5) img {
  object-fit: contain;
  padding: 18px;
  background: var(--white);
}

.solution-card span {
  min-height: 64px;
  padding: 19px 22px;
  display: flex;
  align-items: center;
  font-size: 17px;
  font-weight: 900;
}

.solution-card:hover img,
.solution-card:focus-visible img {
  transform: scale(1.035);
}

.story-banner,
.application-banner {
  position: relative;
  height: 500px;
  overflow: hidden;
  color: var(--white);
}

.story-banner > img,
.application-banner > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.story-banner > img {
  object-position: center 59%;
}

.banner-shade {
  background: rgba(0, 0, 0, 0.48);
}

.banner-copy {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: min(720px, calc(100% - 40px));
  transform: translate(-50%, -50%);
  text-align: center;
}

.banner-copy h2 {
  margin: 0;
  font-size: clamp(34px, 3.5vw, 48px);
  font-weight: 900;
  line-height: 1.06;
}

.banner-copy p {
  margin: 20px auto 28px;
  font-size: 17px;
}

.outline-button,
.solid-button {
  min-height: 48px;
  padding: 0 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--orange);
  color: var(--white);
  background: rgba(0, 0, 0, 0.14);
  font-weight: 900;
  cursor: pointer;
}

.outline-button:hover {
  background: var(--orange);
}

.product-discovery {
  padding: 48px 40px;
  background: var(--white);
}

.product-discovery-inner {
  width: min(var(--max), 100%);
  min-height: 450px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 55% 45%;
  align-items: center;
}

.product-stage {
  position: relative;
  height: 450px;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: #f5f5f2;
}

.product-slide {
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  animation: product-in 220ms ease;
}

@keyframes product-in {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: translateY(0); }
}

.product-slide img {
  width: 78%;
  height: 78%;
  object-fit: contain;
  mix-blend-mode: multiply;
}

.product-details {
  padding: 38px 64px;
}

.section-label {
  margin: 0 0 18px;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.2em;
}

.dark-label {
  color: #756f66;
}

.product-details h2 {
  max-width: 520px;
  margin: 0;
  color: var(--charcoal);
  font-size: clamp(32px, 3vw, 44px);
  font-weight: 900;
  line-height: 1.04;
}

.product-details > p:not(.section-label) {
  max-width: 530px;
  margin: 20px 0 28px;
  color: #68645d;
}

.product-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.product-tabs button {
  min-height: 34px;
  padding: 0 13px;
  border: 0;
  color: #5a554d;
  background: var(--cream);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.05em;
  cursor: pointer;
}

.product-tabs button:hover,
.product-tabs button.is-active {
  color: var(--white);
  background: #36332f;
}

.text-link {
  margin-top: 27px;
  padding: 0 0 7px;
  border: 0;
  border-bottom: 2px solid var(--orange);
  color: var(--charcoal);
  background: transparent;
  font-weight: 900;
  cursor: pointer;
}

.text-link.is-selected {
  color: #267140;
  border-color: #267140;
}

.product-discovery-reverse .product-stage {
  order: 2;
}

.product-discovery-reverse .product-details {
  order: 1;
}

.spotlight {
  padding: 74px 36px 82px;
  color: var(--white);
  background: #151515;
}

.spotlight-heading {
  width: min(960px, 100%);
  margin: 0 auto 48px;
  text-align: center;
}

.spotlight-heading p {
  margin: 0 0 16px;
  color: var(--orange);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.spotlight-heading h2 {
  color: var(--white);
}

.spotlight-inner {
  width: min(1180px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 380px 1fr;
  gap: 26px;
  align-items: stretch;
}

.spotlight-copy {
  display: grid;
  gap: 10px;
}

.spotlight-point {
  min-height: 105px;
  padding: 19px 22px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  border: 1px solid #5a5a5a;
  color: var(--white);
  background: transparent;
  text-align: left;
  cursor: pointer;
}

.spotlight-point strong {
  font-size: 18px;
  font-weight: 900;
}

.spotlight-point span {
  margin-top: 5px;
  color: #bdbdbd;
  font-size: 13px;
}

.spotlight-point:hover,
.spotlight-point.is-active {
  border-color: var(--orange);
  background: #242424;
}

.spotlight-visual {
  position: relative;
  min-height: 450px;
  overflow: hidden;
  background: #252525;
}

.spotlight-visual > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.spotlight-caption {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 22px;
  padding: 16px 20px;
  color: var(--white);
  background: rgba(0, 0, 0, 0.78);
}

.spotlight-caption span {
  display: block;
  color: #b9b9b9;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.spotlight-caption strong {
  display: block;
  margin-top: 4px;
  font-size: 17px;
}

.application-banner > img {
  object-position: center 47%;
}

.buyer-support {
  padding: 82px 40px 92px;
  background: var(--white);
}

.support-heading,
.support-header,
.support-rule,
.support-grid {
  width: min(1180px, 100%);
  margin-left: auto;
  margin-right: auto;
}

.support-heading {
  margin-bottom: 38px;
  text-align: center;
}

.support-heading p {
  margin: 0;
  color: var(--charcoal);
  font-size: 27px;
  font-weight: 900;
}

.support-heading span {
  display: block;
  margin-top: 8px;
  color: #77736d;
}

.support-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.support-header strong {
  color: var(--charcoal);
  font-size: 35px;
  font-weight: 900;
}

.support-header button {
  padding: 0;
  border: 0;
  border-bottom: 2px solid var(--orange);
  background: transparent;
  font-weight: 900;
  cursor: pointer;
}

.support-rule {
  height: 1px;
  margin-top: 17px;
  margin-bottom: 25px;
  background: var(--line);
}

.support-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.support-card {
  min-width: 0;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--line);
  background: #faf9f6;
}

.support-image {
  height: 245px;
  overflow: hidden;
}

.support-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.support-card:nth-child(1) .support-image img {
  object-position: center 62%;
}

.support-card-copy {
  padding: 27px 28px 19px;
  flex: 1;
}

.support-card-copy span {
  color: var(--orange);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.14em;
}

.support-card-copy h3 {
  margin: 10px 0;
  color: var(--charcoal);
  font-size: 23px;
  line-height: 1.15;
}

.support-card-copy p {
  margin: 0;
  color: #6c6861;
  font-size: 14px;
}

.support-card > button {
  min-height: 54px;
  padding: 0 28px;
  border: 0;
  border-top: 1px solid var(--line);
  background: transparent;
  text-align: left;
  font-weight: 900;
  cursor: pointer;
}

.support-card > button:hover {
  color: var(--white);
  background: var(--charcoal);
}

.rfq-cta {
  padding: 78px 24px 82px;
  color: var(--white);
  background: #33312f;
  text-align: center;
}

.rfq-cta h2 {
  margin: 0;
  font-size: clamp(34px, 3.5vw, 48px);
  font-weight: 900;
}

.rfq-cta p {
  max-width: 690px;
  margin: 17px auto 27px;
  color: #d3d0cb;
}

.solid-button {
  color: var(--white);
  background: var(--orange);
}

.solid-button:hover {
  background: #d96b14;
}

.site-footer {
  color: #c9c9c9;
  background: #181818;
}

.footer-main {
  width: min(var(--max), calc(100% - 48px));
  margin: 0 auto;
  padding: 65px 0 58px;
  display: grid;
  grid-template-columns: 340px 1px 1fr;
  gap: 48px;
}

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

.footer-brand {
  min-width: 0;
  padding: 0;
  color: var(--white);
  border: 0;
}

.footer-contact p {
  max-width: 280px;
  margin: 23px 0 18px;
  color: #a8a8a8;
}

.footer-contact > a:not(.brand) {
  color: var(--white);
  font-weight: 700;
}

.footer-contact > span {
  margin-top: 7px;
}

.footer-contact > button {
  min-height: 44px;
  margin-top: 22px;
  padding: 0 18px;
  border: 1px solid #777;
  color: var(--white);
  background: transparent;
  cursor: pointer;
}

.footer-divider {
  background: #383838;
}

.footer-columns {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 36px;
}

.footer-columns > div {
  display: flex;
  flex-direction: column;
}

.footer-columns strong {
  margin-bottom: 18px;
  color: var(--white);
  font-size: 11px;
  letter-spacing: 0.15em;
}

.footer-columns a {
  margin: 6px 0;
  color: #a8a8a8;
  font-size: 14px;
}

.footer-columns a:hover {
  color: var(--white);
}

.footer-bottom {
  min-height: 58px;
  padding: 0 max(24px, calc((100% - var(--max)) / 2));
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #353535;
  color: #777;
  font-size: 12px;
}

.rfq-tray {
  position: fixed;
  z-index: 70;
  right: 22px;
  bottom: 22px;
  width: min(390px, calc(100% - 44px));
  padding: 15px;
  display: flex;
  align-items: center;
  gap: 15px;
  color: var(--white);
  background: #202020;
  box-shadow: 0 15px 38px rgba(0, 0, 0, 0.32);
}

.rfq-tray > div {
  min-width: 0;
  flex: 1;
}

.rfq-tray p {
  margin: 2px 0 0;
  overflow: hidden;
  color: #bcbcbc;
  font-size: 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.rfq-tray button {
  min-height: 40px;
  padding: 0 14px;
  border: 0;
  color: var(--white);
  background: var(--orange);
  font-weight: 900;
  cursor: pointer;
}

.rfq-modal {
  position: fixed;
  z-index: 200;
  inset: 0;
  padding: 26px;
  display: grid;
  place-items: center;
}

.rfq-backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(0, 0, 0, 0.75);
  cursor: pointer;
}

.rfq-dialog {
  position: relative;
  z-index: 1;
  width: min(1050px, 100%);
  max-height: calc(100vh - 52px);
  display: grid;
  grid-template-columns: 37% 63%;
  overflow: auto;
  background: var(--white);
  box-shadow: 0 22px 80px rgba(0, 0, 0, 0.42);
}

.rfq-close {
  position: absolute;
  z-index: 2;
  top: 14px;
  right: 17px;
  width: 38px;
  height: 38px;
  border: 0;
  color: var(--charcoal);
  background: #f0ece5;
  cursor: pointer;
}

.rfq-close img {
  width: 22px;
  height: 22px;
  margin: auto;
}

.inquiry-copy {
  padding: 58px 42px;
  color: var(--white);
  background: #252525;
}

.inquiry-copy .section-label {
  color: var(--orange);
}

.inquiry-copy h2 {
  margin: 0;
  font-size: 35px;
  line-height: 1.08;
}

.inquiry-copy > p:not(.section-label) {
  color: #c5c5c5;
}

.inquiry-copy ul {
  padding-left: 20px;
  color: #c5c5c5;
}

.company-details {
  margin-top: 28px;
  padding-top: 22px;
  display: flex;
  flex-direction: column;
  border-top: 1px solid #555;
  font-size: 13px;
}

.qualification-card {
  padding: 58px 52px 48px;
}

.qualification-progress {
  margin-bottom: 34px;
  display: flex;
  align-items: center;
}

.qualification-progress span {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border: 1px solid #c4beb4;
  border-radius: 50%;
  color: #817b72;
  font-size: 12px;
  font-weight: 900;
}

.qualification-progress span.is-active,
.qualification-progress span.is-complete {
  border-color: var(--orange);
  color: var(--white);
  background: var(--orange);
}

.qualification-progress i {
  height: 1px;
  flex: 1;
  background: #d8d3ca;
}

.step-label {
  margin: 0 0 8px;
  color: var(--orange);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.qualification-step h3,
.qualification-result h3 {
  margin: 0 0 22px;
  color: var(--charcoal);
  font-size: 28px;
  line-height: 1.15;
}

.answer-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.answer-grid button {
  min-height: 55px;
  padding: 10px 14px;
  border: 1px solid #d2cdc4;
  background: #faf9f6;
  text-align: left;
  cursor: pointer;
}

.answer-grid button:hover,
.answer-grid button.is-selected {
  border-color: var(--orange);
  background: #fff4e9;
}

.answer-grid .consumer-answer {
  color: #8a7565;
  background: #f2efea;
}

.back-button,
.text-button {
  margin-bottom: 14px;
  padding: 0;
  border: 0;
  border-bottom: 1px solid #888;
  background: transparent;
  cursor: pointer;
}

.interest-field,
.business-fields label {
  display: flex;
  flex-direction: column;
  color: #4e4a44;
  font-size: 13px;
  font-weight: 700;
}

.interest-field {
  margin-top: 21px;
}

.interest-field span,
.business-fields label span {
  color: #8b867f;
  font-weight: 400;
}

.interest-field textarea,
.business-fields input {
  width: 100%;
  margin-top: 7px;
  border: 1px solid #cfc9bf;
  border-radius: 0;
  color: var(--charcoal);
  background: var(--white);
}

.interest-field textarea {
  min-height: 88px;
  padding: 12px;
  resize: vertical;
}

.business-fields {
  margin-top: 14px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.business-fields input {
  height: 44px;
  padding: 0 12px;
}

.field-wide {
  grid-column: 1 / -1;
}

.privacy-check {
  margin: 17px 0;
  display: flex;
  align-items: flex-start;
  gap: 9px;
  color: #68635c;
  font-size: 12px;
}

.privacy-check input {
  margin-top: 3px;
}

.privacy-check a {
  text-decoration: underline;
}

.honeypot {
  position: absolute;
  left: -9999px;
}

.qualification-submit,
.qualification-whatsapp {
  width: 100%;
  min-height: 49px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  color: var(--white);
  background: var(--orange);
  font-weight: 900;
  cursor: pointer;
}

.qualification-submit:disabled {
  color: #8f8b85;
  background: #dfdcd7;
  cursor: not-allowed;
}

.form-note {
  margin: 10px 0 0;
  color: #817c74;
  font-size: 11px;
}

.qualification-result {
  text-align: center;
}

.result-icon {
  width: 58px;
  height: 58px;
  margin: 0 auto 18px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--white);
  background: var(--orange);
  font-size: 14px;
  font-weight: 900;
}

.reference-line {
  color: #706b63;
}

.qualification-summary {
  margin: 22px 0;
  border-top: 1px solid #ddd8cf;
  text-align: left;
}

.qualification-summary > div {
  padding: 9px 0;
  display: grid;
  grid-template-columns: 145px 1fr;
  border-bottom: 1px solid #ddd8cf;
}

.qualification-summary dt {
  font-weight: 900;
}

.qualification-summary dd {
  margin: 0;
}

.restart-button,
.form-secondary {
  margin-top: 16px;
  display: inline-block;
}

@media (max-width: 1040px) {
  .brand {
    min-width: 225px;
    padding: 0 18px;
  }

  .main-nav > a,
  .main-nav > button {
    padding: 0 13px;
  }

  .main-nav .nav-rfq {
    min-width: 130px;
  }

  .solution-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .spotlight-inner {
    grid-template-columns: 330px 1fr;
  }

  .product-details {
    padding: 35px 42px;
  }

  .seo-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .proof-strip {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 760px) {
  .utility-bar {
    display: none;
  }

  .site-header {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    height: 58px;
    color: var(--ink);
    background: var(--white);
    border-bottom: 1px solid #d5d5d5;
  }

  .header-inner {
    justify-content: space-between;
  }

  .brand {
    min-width: 0;
    padding: 0 15px;
    color: var(--ink);
    border: 0;
  }

  .brand-mark {
    width: 34px;
    height: 34px;
  }

  .brand-copy strong {
    font-size: 20px;
  }

  .brand-copy small {
    font-size: 6px;
  }

  .menu-toggle {
    width: 58px;
    padding: 0;
    display: grid;
    place-items: center;
    border: 0;
    border-left: 1px solid #ddd;
    background: var(--white);
    cursor: pointer;
  }

  .menu-toggle img {
    width: 24px;
    height: 24px;
  }

  .main-nav {
    position: absolute;
    top: 58px;
    left: 0;
    right: 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    color: var(--white);
    background: #1c1c1c;
  }

  .main-nav.is-open {
    display: flex;
  }

  .main-nav > a,
  .main-nav > button {
    min-height: 54px;
    padding: 0 22px;
    justify-content: flex-start;
    border-right: 0;
    border-bottom: 1px solid #3a3a3a;
    color: var(--white);
  }

  .main-nav > a:hover,
  .main-nav > button:hover,
  .main-nav > button[aria-expanded="true"] {
    background: #292929;
  }

  .main-nav .nav-rfq {
    min-height: 58px;
    justify-content: center;
  }

  .static-page .site-header {
    height: auto;
  }

  .static-page .header-inner {
    flex-direction: column;
    align-items: stretch;
  }

  .static-page .brand {
    min-height: 58px;
  }

  .static-page .main-nav.static-nav {
    position: static;
    display: flex;
    flex-direction: row;
    overflow-x: auto;
    align-items: stretch;
    color: var(--white);
    background: #1c1c1c;
    white-space: nowrap;
  }

  .static-page .main-nav.static-nav > a {
    min-height: 46px;
    padding: 0 16px;
    flex: 0 0 auto;
    justify-content: center;
    border-right: 1px solid #3a3a3a;
    border-bottom: 0;
    font-size: 11px;
  }

  .static-page .main-nav.static-nav .nav-rfq {
    min-height: 46px;
  }

  .mega-menu {
    position: absolute;
    top: 58px;
    left: 0;
    width: 100%;
    min-height: 0;
    transform: none;
    grid-template-columns: 1fr;
  }

  .mega-list {
    padding: 24px;
  }

  .mega-list a {
    font-size: 16px;
  }

  .mega-feature {
    display: none;
  }

  .product-rail {
    display: flex;
    min-height: 45px;
    padding: 0;
    overflow-x: auto;
    justify-content: flex-start;
    white-space: nowrap;
  }

  .product-rail > * {
    min-height: 45px;
    padding: 0 16px;
    flex: 0 0 auto;
    font-size: 10px;
  }

  .hero {
    height: 250px;
  }

  .page-hero {
    min-height: 360px;
    padding: 72px 20px 54px;
  }

  .page-hero h1 {
    font-size: 40px;
  }

  .page-hero p:not(.page-eyebrow) {
    font-size: 17px;
  }

  .content-band {
    padding: 54px 18px;
  }

  .seo-grid,
  .proof-strip,
  .link-list {
    grid-template-columns: 1fr;
  }

  .seo-card {
    padding: 22px;
  }

  .seo-card img {
    height: 220px;
  }

  .hero > img {
    object-position: center center;
  }

  .hero-title {
    bottom: 22px;
  }

  .hero-title h1 {
    font-size: 38px;
  }

  .hero-title p {
    font-size: 9px;
  }

  .home-intro {
    min-height: 0;
    padding: 36px 24px;
  }

  .home-intro p {
    font-size: 18px;
  }

  .solutions {
    padding: 54px 16px 64px;
  }

  .section-intro {
    margin-bottom: 30px;
  }

  .section-intro h2,
  .spotlight-heading h2 {
    font-size: 32px;
  }

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

  .solution-card img {
    height: 230px;
  }

  .story-banner,
  .application-banner {
    height: 460px;
  }

  .story-banner > img {
    object-position: center;
  }

  .banner-copy h2 {
    font-size: 34px;
  }

  .banner-copy p {
    font-size: 15px;
  }

  .product-discovery {
    padding: 0;
  }

  .product-discovery-inner {
    min-height: 0;
    grid-template-columns: 1fr;
  }

  .product-stage {
    height: 350px;
  }

  .product-details {
    padding: 39px 24px 52px;
  }

  .product-details h2 {
    font-size: 34px;
  }

  .product-discovery-reverse .product-stage,
  .product-discovery-reverse .product-details {
    order: initial;
  }

  .spotlight {
    padding: 55px 16px 64px;
  }

  .spotlight-heading {
    margin-bottom: 30px;
  }

  .spotlight-inner {
    grid-template-columns: 1fr;
  }

  .spotlight-copy {
    grid-template-columns: repeat(2, 1fr);
  }

  .spotlight-point {
    min-height: 135px;
    padding: 16px;
  }

  .spotlight-visual {
    min-height: 330px;
  }

  .buyer-support {
    padding: 58px 16px 66px;
  }

  .support-header strong {
    font-size: 30px;
  }

  .support-grid {
    grid-template-columns: 1fr;
  }

  .support-image {
    height: 280px;
  }

  .footer-main {
    width: calc(100% - 32px);
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .footer-divider {
    height: 1px;
  }

  .footer-columns {
    gap: 20px;
  }

  .footer-bottom {
    min-height: 78px;
    padding: 16px;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
  }

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

  .inquiry-copy {
    padding: 38px 25px 30px;
  }

  .inquiry-copy h2 {
    font-size: 29px;
  }

  .qualification-card {
    padding: 36px 24px 40px;
  }

  .answer-grid,
  .business-fields {
    grid-template-columns: 1fr;
  }

  .field-wide {
    grid-column: auto;
  }
}

@media (max-width: 440px) {
  .hero {
    height: 225px;
  }

  .page-hero h1 {
    font-size: 34px;
  }

  .page-cta {
    padding: 58px 18px;
  }

  .hero-title h1 {
    font-size: 31px;
  }

  .solution-card img {
    height: 205px;
  }

  .spotlight-copy {
    grid-template-columns: 1fr;
  }

  .spotlight-point {
    min-height: 104px;
  }

  .support-header {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }

  .footer-columns {
    grid-template-columns: 1fr 1fr;
  }

  .rfq-modal {
    padding: 0;
  }

  .rfq-dialog {
    width: 100%;
    max-height: 100vh;
  }
}
