:root {
  --ink: #161819;
  --muted: #5d656b;
  --line: #dce2e7;
  --paper: #ffffff;
  --soft: #f4f6f7;
  --steel: #e7eef2;
  --red: #d71924;
  --red-dark: #a90f18;
  --teal: #0c777f;
  --green: #536c45;
  --charcoal: #202426;
  --shadow: 0 18px 44px rgba(13, 18, 23, 0.12);
  --radius: 8px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 88px;
}

html,
body {
  top: 0 !important;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.55;
  letter-spacing: 0;
}

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

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

button {
  font: inherit;
}

.site-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 76px;
  padding: 14px 5vw;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(23, 24, 25, 0.9);
  backdrop-filter: blur(14px);
}

.nav-shell {
  display: flex;
  width: 100%;
  max-width: 1840px;
  align-items: center;
  justify-content: space-between;
  gap: clamp(18px, 2.4vw, 42px);
}

.nav-brand {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
}

.nav-brand img {
  display: block;
  width: clamp(122px, 10vw, 176px);
  height: auto;
}

.site-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(12px, 1.35vw, 28px);
}

.site-nav a {
  border-bottom: 2px solid transparent;
  border-radius: 0;
  padding: 8px 0;
  color: #ffffff;
  font-size: clamp(0.82rem, 0.92vw, 0.98rem);
  font-weight: 900;
  white-space: nowrap;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.78);
}

.site-nav a:hover,
.site-nav a:focus-visible {
  border-bottom-color: #ffffff;
  background: transparent;
  color: #ffffff;
  outline: none;
}

.site-nav a[aria-current="page"] {
  border-bottom-color: #ff6638;
  color: #ffffff;
}

.social-nav {
  display: flex;
  align-items: center;
  gap: 10px;
}

.language-switcher {
  position: relative;
  display: inline-flex;
  flex: 0 0 auto;
  min-height: 34px;
  align-items: center;
  gap: 7px;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 999px;
  padding: 4px 9px 4px 11px;
  background: rgba(0, 0, 0, 0.22);
  color: #ffffff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.language-switcher span {
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.68rem;
  font-weight: 900;
  line-height: 1;
}

.language-switcher select {
  min-width: 104px;
  border: 0;
  background: transparent;
  color: #ffffff;
  cursor: pointer;
  font: inherit;
  font-size: 0.78rem;
  font-weight: 900;
  line-height: 1;
  outline: none;
}

.language-switcher select option {
  color: #161819;
}

.language-switcher:hover,
.language-switcher:focus-within {
  border-color: rgba(255, 255, 255, 0.76);
  background: rgba(255, 255, 255, 0.14);
}

.google-translate-element,
body > .skiptranslate,
iframe.goog-te-banner-frame {
  position: absolute !important;
  overflow: hidden !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.goog-te-gadget,
.goog-te-combo {
  display: none !important;
}

.social-link {
  display: inline-flex;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 50%;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.22);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.social-link svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.social-link:hover,
.social-link:focus-visible {
  border-color: #ffffff;
  background: rgba(255, 255, 255, 0.2);
  outline: none;
}

.menu-toggle {
  display: none;
}

.menu-toggle span {
  display: none;
}

.hero {
  position: relative;
  display: block;
  height: min(100vh, 56.25vw);
  min-height: 520px;
  max-height: 860px;
  padding: 0;
  background: #111517;
  overflow: hidden;
}

.hero::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.08) 100%);
  content: "";
  pointer-events: none;
}

.hero-copy {
  max-width: 720px;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--red);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  overflow-wrap: break-word;
}

h1 {
  max-width: 720px;
  margin: 0;
  font-size: 3.55rem;
  line-height: 1.02;
  letter-spacing: 0;
}

h2 {
  margin: 0;
  font-size: 2.35rem;
  line-height: 1.12;
  letter-spacing: 0;
}

h3 {
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.24;
  letter-spacing: 0;
}

.screen-reader-text {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  white-space: nowrap;
}

.hero-text {
  max-width: 650px;
  margin: 22px 0 0;
  color: #394145;
  font-size: 1.12rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  border-radius: 8px;
  padding: 12px 18px;
  font-weight: 800;
  text-align: center;
}

.button-primary {
  background: var(--red);
  color: #ffffff;
  box-shadow: 0 16px 30px rgba(215, 25, 36, 0.2);
}

.button-primary:hover,
.button-primary:focus-visible {
  background: var(--red-dark);
  outline: none;
}

.button-secondary {
  border: 1px solid #24292c;
  background: #ffffff;
  color: var(--ink);
}

.button-secondary:hover,
.button-secondary:focus-visible {
  border-color: var(--red);
  color: var(--red);
  outline: none;
}

.hero-media {
  position: absolute;
  inset: 0;
  isolation: auto;
}

.hero-media::before {
  display: none;
}

.hero-media img,
.hero-media video {
  display: block;
  width: 100%;
  height: 100%;
  max-height: none;
  object-fit: cover;
  object-position: center;
  border-radius: 0;
  box-shadow: none;
}

.hero-media video {
  aspect-ratio: auto;
  background: #111517;
}

.proof-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px;
  padding: 56px 5vw;
  background: #171819;
  border: 0;
}

.proof-strip article {
  min-height: 205px;
  border: 1px solid rgba(255, 255, 255, 0.04);
  border-radius: 8px;
  padding: 34px 32px 30px;
  background: #292929;
}

.proof-strip strong,
.proof-strip span {
  display: block;
}

.proof-strip strong {
  margin-top: 24px;
  color: #ffffff;
  font-size: 1.42rem;
  line-height: 1.25;
}

.proof-strip span {
  margin-top: 14px;
  color: #a8adb3;
  font-size: 1rem;
  font-weight: 700;
}

.proof-icon {
  display: inline-flex;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  margin: 0;
}

.proof-icon svg {
  width: 48px;
  height: 48px;
  fill: currentColor;
}

.proof-strip .proof-green {
  color: #2fd36f;
}

.proof-strip .proof-blue {
  color: #4e8df6;
}

.proof-strip .proof-purple {
  color: #9b58ff;
}

.proof-strip .proof-orange {
  color: #ff771f;
}

.section {
  padding: 84px 5vw;
}

.company-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 430px);
  gap: 52px;
  align-items: center;
  background: #ffffff;
}

.section-copy p,
.section-heading p,
.warehouse-copy p,
.contact-section p {
  max-width: 760px;
  color: var(--muted);
}

.section-copy > p,
.section-heading > p,
.warehouse-copy > p,
.contact-section > div > p {
  margin: 18px 0 0;
}

.capability-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 32px;
}

.capability-grid div,
.quality-grid article,
.warehouse-grid article,
.product-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #ffffff;
}

.capability-grid div {
  min-height: 205px;
  padding: 22px;
}

.capability-grid span,
.warehouse-grid span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 28px;
  margin-bottom: 18px;
  border-radius: 8px;
  background: #111517;
  color: #ffffff;
  font-size: 0.78rem;
  font-weight: 800;
}

.capability-grid p,
.quality-grid p,
.warehouse-grid p {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 0.95rem;
}

.company-image {
  margin: 0;
}

.company-image img {
  width: 100%;
  max-height: 620px;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.scenario-section {
  background: #171819;
  color: #ffffff;
}

.scenario-heading {
  max-width: 1180px;
  margin: 0 auto 54px;
  text-align: center;
}

.scenario-heading h2 {
  font-size: clamp(2.15rem, 4.2vw, 4.05rem);
  line-height: 1.05;
}

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

.scenario-card {
  display: flex;
  overflow: hidden;
  flex-direction: column;
  border: 1px solid rgba(255, 255, 255, 0.04);
  border-radius: 8px;
  background: #292929;
}

.scenario-card img {
  width: 100%;
  aspect-ratio: 1.52 / 1;
  object-fit: cover;
}

.scenario-content {
  display: flex;
  flex: 1;
  flex-direction: column;
  min-height: 274px;
  padding: 24px 24px 28px;
}

.scenario-content h3 {
  color: #ffffff;
  font-size: clamp(1.18rem, 1.35vw, 1.5rem);
  line-height: 1.2;
  min-height: 3.6rem;
}

.scenario-content ul {
  display: grid;
  gap: 11px;
  margin: 6px 0 22px;
  padding: 0;
  list-style: none;
}

.scenario-content li {
  position: relative;
  padding-left: 18px;
  color: #a8adb3;
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1.32;
}

.scenario-content li::before {
  position: absolute;
  top: 0.68em;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: #526dff;
  content: "";
}

.scenario-content span {
  display: inline-flex;
  width: fit-content;
  min-height: 30px;
  align-items: center;
  margin-top: auto;
  border-radius: 6px;
  padding: 6px 15px;
  background: rgba(82, 109, 255, 0.22);
  color: #526dff;
  font-size: 0.84rem;
  font-weight: 900;
}

.product-section {
  background: #171819;
  color: #ffffff;
}

.product-story-section {
  padding-top: 72px;
  padding-bottom: 84px;
}

.product-story-heading {
  max-width: 1540px;
  margin: 0 auto 58px;
  text-align: center;
}

.product-story-heading h2 {
  margin: 0;
  color: #ffffff;
  font-size: 3.6rem;
  font-weight: 900;
  line-height: 1.1;
}

.product-story-list {
  display: grid;
  max-width: 1840px;
  margin: 0 auto;
  gap: 86px;
}

.product-story-row {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(360px, 0.86fr);
  gap: clamp(38px, 4.8vw, 72px);
  align-items: center;
}

.product-story-row-text-first {
  grid-template-columns: minmax(360px, 0.86fr) minmax(0, 1.04fr);
}

.product-story-media img {
  width: 100%;
  border-radius: 8px;
  object-fit: cover;
}

.product-story-copy {
  max-width: 850px;
}

.product-story-row-text-first .product-story-copy {
  max-width: 920px;
}

.product-story-copy h3 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(2rem, 2.55vw, 3rem);
  font-weight: 900;
  line-height: 1.18;
}

.product-story-copy p {
  margin: 28px 0 0;
  color: #a4a8b0;
  font-size: clamp(1.05rem, 1.32vw, 1.5rem);
  font-weight: 700;
  line-height: 1.58;
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 0.7fr);
  gap: 42px;
  align-items: end;
  margin-bottom: 26px;
}

.section-heading .eyebrow {
  grid-column: 1 / -1;
  margin-bottom: -28px;
}

.section-heading.compact {
  display: block;
  max-width: 760px;
}

.section-heading.compact .eyebrow {
  margin-bottom: 12px;
}

.segmented-control {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 4px;
  margin: 6px 0 24px;
  padding: 4px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
}

.segmented-control button {
  min-height: 40px;
  border: 0;
  border-radius: 6px;
  padding: 9px 14px;
  background: transparent;
  color: #384046;
  cursor: pointer;
  font-weight: 800;
}

.segmented-control button.is-active,
.segmented-control button:hover,
.segmented-control button:focus-visible {
  background: var(--charcoal);
  color: #ffffff;
  outline: none;
}

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

.product-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  overflow: hidden;
  box-shadow: 0 8px 28px rgba(19, 28, 35, 0.06);
}

.product-card.is-hidden {
  display: none;
}

.product-card-wide {
  grid-column: span 1;
}

.product-image {
  display: grid;
  min-height: 260px;
  aspect-ratio: 1.18 / 1;
  place-items: center;
  background: linear-gradient(135deg, #ffffff 0%, #ffffff 45%, #e9eef0 45%, #e9eef0 100%);
}

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

.product-content {
  display: flex;
  min-height: 288px;
  flex-direction: column;
  padding: 22px;
}

.series-label {
  margin: 0 0 8px;
  color: var(--red);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.product-content dl {
  display: grid;
  gap: 10px;
  margin: 18px 0 0;
}

.product-content dl div {
  display: grid;
  grid-template-columns: 104px minmax(0, 1fr);
  gap: 10px;
  align-items: baseline;
  padding-top: 10px;
  border-top: 1px solid var(--line);
}

dt {
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 700;
}

dd {
  margin: 0;
  color: #20262a;
  font-weight: 800;
}

.quality-section {
  background: #272727;
  color: #ffffff;
}

.oem-section {
  padding-top: 96px;
  padding-bottom: 110px;
  text-align: center;
}

.oem-heading {
  max-width: 1220px;
  margin: 0 auto 76px;
}

.oem-heading h2 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(2.65rem, 4.6vw, 4.55rem);
  font-weight: 900;
  line-height: 1.06;
}

.oem-heading p {
  margin: 22px 0 0;
  color: #a6abb3;
  font-size: clamp(1.12rem, 1.75vw, 1.85rem);
  font-weight: 700;
  line-height: 1.3;
}

.oem-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 34px;
  max-width: 1840px;
  margin: 0 auto;
}

.oem-card {
  display: flex;
  min-height: 302px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 8px;
  padding: 46px 30px 42px;
  background: #181818;
}

.oem-icon {
  display: inline-flex;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  margin-bottom: 28px;
  color: #ff7a45;
}

.oem-icon svg {
  width: 42px;
  height: 42px;
  fill: currentColor;
}

.oem-card h3 {
  max-width: 310px;
  margin: 0;
  color: #ffffff;
  font-size: clamp(1.32rem, 1.65vw, 1.95rem);
  font-weight: 900;
  line-height: 1.32;
}

.oem-card p {
  max-width: 330px;
  margin: 20px auto 0;
  color: #a5abb4;
  font-size: clamp(1rem, 1.15vw, 1.25rem);
  font-weight: 700;
  line-height: 1.36;
}

.oem-mail-button {
  display: inline-flex;
  min-width: 340px;
  min-height: 72px;
  align-items: center;
  justify-content: center;
  margin-top: 70px;
  border-radius: 8px;
  padding: 18px 34px;
  background: linear-gradient(135deg, #ff6136 0%, #ff9460 100%);
  color: #ffffff;
  font-size: 1.2rem;
  font-weight: 900;
  box-shadow: 0 16px 28px rgba(255, 97, 54, 0.2);
}

.oem-mail-button:hover,
.oem-mail-button:focus-visible {
  background: linear-gradient(135deg, #f04f25 0%, #ff8350 100%);
  outline: none;
  transform: translateY(-1px);
}

.quality-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 34px;
}

.quality-grid article {
  min-height: 220px;
  padding: 24px;
}

.quality-grid span {
  display: inline-flex;
  margin-bottom: 16px;
  color: var(--teal);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.warehouse-section {
  background: #171819;
  color: #ffffff;
}

.global-warehouse-section {
  padding-top: 86px;
  padding-bottom: 82px;
  text-align: center;
}

.warehouse-heading {
  max-width: 1200px;
  margin: 0 auto 76px;
}

.warehouse-heading h2 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(2.65rem, 4.8vw, 4.75rem);
  font-weight: 900;
  line-height: 1.06;
}

.warehouse-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 44px;
  max-width: 1840px;
  margin: 0 auto;
}

.warehouse-grid article {
  display: flex;
  min-height: 390px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border: 0;
  border-radius: 8px;
  padding: 54px 40px 48px;
  background: #292929;
}

.warehouse-grid h3 {
  margin: 42px 0 24px;
  color: #ffffff;
  font-size: clamp(1.55rem, 2vw, 2.25rem);
  font-weight: 900;
  line-height: 1.2;
}

.warehouse-grid p {
  margin: 0 0 14px;
  color: #a5abb4;
  font-size: clamp(1rem, 1.35vw, 1.42rem);
  font-weight: 700;
  line-height: 1.35;
}

.warehouse-grid .warehouse-flag {
  display: inline-flex;
  width: auto;
  height: auto;
  min-width: 72px;
  align-items: center;
  justify-content: center;
  margin: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: inherit;
  font-size: 3.05rem;
  line-height: 1;
}

.warehouse-stats {
  display: flex;
  max-width: 980px;
  align-items: flex-start;
  justify-content: center;
  gap: clamp(46px, 7vw, 98px);
  margin: 76px auto 0;
}

.warehouse-stats div {
  min-width: 180px;
}

.warehouse-stats strong,
.warehouse-stats span {
  display: block;
}

.warehouse-stats strong {
  color: #ff6638;
  font-size: clamp(2.25rem, 3.3vw, 3.7rem);
  font-weight: 900;
  line-height: 1;
}

.warehouse-stats span {
  margin-top: 14px;
  color: #a5abb4;
  font-size: clamp(0.98rem, 1.22vw, 1.3rem);
  font-weight: 700;
}

.contact-section {
  background: #272727;
  color: #ffffff;
}

.trust-section {
  padding-top: 82px;
  padding-bottom: 88px;
  text-align: center;
}

.trust-heading {
  max-width: 1120px;
  margin: 0 auto 72px;
}

.trust-heading h2 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(2.25rem, 3.65vw, 3.65rem);
  font-weight: 900;
  line-height: 1.12;
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(180px, 1fr));
  gap: 34px;
  max-width: 1680px;
  margin: 0 auto;
}

.trust-grid div {
  min-width: 0;
  padding: 0 12px;
}

.trust-grid strong,
.trust-grid span {
  display: block;
}

.trust-grid strong {
  color: #ff6638;
  font-size: clamp(2.45rem, 3.55vw, 4rem);
  font-weight: 900;
  line-height: 1.05;
  white-space: nowrap;
}

.trust-grid span {
  margin-top: 14px;
  color: #a5abb4;
  font-size: clamp(0.96rem, 1.08vw, 1.18rem);
  font-weight: 700;
  line-height: 1.28;
}

.subpage-main {
  background: #171819;
  color: #ffffff;
}

.products-hero {
  position: relative;
  display: flex;
  min-height: min(86vh, 820px);
  align-items: center;
  padding: 132px 5vw 86px;
  background: #111517;
  overflow: hidden;
}

.products-hero::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(12, 13, 14, 0.9) 0%, rgba(12, 13, 14, 0.72) 44%, rgba(12, 13, 14, 0.26) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.36) 0%, rgba(0, 0, 0, 0.08) 48%, rgba(0, 0, 0, 0.36) 100%);
  content: "";
  pointer-events: none;
}

.products-hero-media {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.products-hero-media video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.products-hero-copy {
  position: relative;
  z-index: 2;
  width: min(760px, 100%);
  transform: translateY(-36px);
}

.products-hero .eyebrow {
  margin-bottom: 16px;
  color: #ff2e39;
  font-size: clamp(0.72rem, 0.88vw, 0.9rem);
  font-weight: 900;
}

.products-hero h1 {
  max-width: 760px;
  color: #ffffff;
  font-size: clamp(2.18rem, 4.15vw, 4.25rem);
  font-weight: 900;
  line-height: 1.08;
}

.products-hero-quote {
  display: inline-flex;
  min-width: 214px;
  min-height: 58px;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
  border-radius: 8px;
  padding: 14px 28px;
  background: linear-gradient(135deg, #ff6539 0%, #ff8b5d 100%);
  color: #ffffff;
  font-size: clamp(1.02rem, 1.28vw, 1.22rem);
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 18px 36px rgba(255, 101, 57, 0.2);
}

.products-hero-quote:hover,
.products-hero-quote:focus-visible {
  background: linear-gradient(135deg, #f4582f 0%, #ff7c4f 100%);
  outline: none;
  transform: translateY(-1px);
}

.products-video-section {
  padding-top: 76px;
  padding-bottom: 98px;
  background: #171819;
}

.products-video-heading {
  max-width: 960px;
  margin: 0 auto 52px;
  text-align: center;
}

.products-video-heading .eyebrow {
  margin-bottom: 14px;
  color: #ff6638;
}

.products-video-heading h2 {
  color: #ffffff;
  font-size: clamp(3rem, 6vw, 5.8rem);
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
}

.products-video-panel {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  max-width: 1840px;
  margin: 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 8px;
  padding: clamp(18px, 2.2vw, 34px);
  background: #202426;
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.24);
}

.product-detail-stack {
  display: grid;
  gap: clamp(64px, 7vw, 112px);
  max-width: 1840px;
  margin: 0 auto;
}

.product-detail {
  display: grid;
  grid-template-columns: minmax(0, 0.98fr) minmax(420px, 0.94fr);
  gap: clamp(40px, 4.4vw, 76px);
  align-items: center;
}

.product-detail-text-first {
  grid-template-columns: minmax(420px, 0.94fr) minmax(0, 0.98fr);
}

.product-detail-media {
  margin: 0;
}

.product-detail-media img {
  width: 100%;
  aspect-ratio: 1.42 / 1;
  border-radius: 8px;
  object-fit: cover;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.28);
}

.product-detail-copy {
  max-width: 740px;
  color: #ffffff;
}

.product-category,
.product-certification {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  padding: 7px 15px;
  font-size: clamp(0.88rem, 0.98vw, 1.06rem);
  font-weight: 900;
  line-height: 1;
}

.product-category {
  background: rgba(82, 109, 255, 0.24);
  color: #526dff;
}

.product-certification {
  margin-top: 14px;
  background: rgba(32, 178, 128, 0.22);
  color: #24c88d;
}

.product-detail h3 {
  margin: 20px 0 0;
  color: #ffffff;
  font-size: clamp(2.05rem, 3.25vw, 3.6rem);
  font-weight: 900;
  line-height: 1.08;
}

.product-specs,
.product-features {
  margin-top: clamp(34px, 3.4vw, 52px);
}

.product-specs h4,
.product-features h4 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(1.16rem, 1.38vw, 1.62rem);
  font-weight: 900;
  line-height: 1.2;
}

.product-specs dl {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px clamp(30px, 4vw, 64px);
  margin: 24px 0 0;
}

.product-specs dl div {
  display: grid;
  gap: 6px;
}

.product-specs dt {
  color: #6f7886;
  font-size: clamp(0.9rem, 0.98vw, 1.08rem);
  font-weight: 800;
  line-height: 1.2;
}

.product-specs dd {
  margin: 0;
  color: #ffffff;
  font-size: clamp(1.02rem, 1.12vw, 1.24rem);
  font-weight: 900;
  line-height: 1.2;
}

.product-features ul {
  display: grid;
  gap: 12px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.product-features li {
  position: relative;
  padding-left: 20px;
  color: #a7adb6;
  font-size: clamp(0.96rem, 1.1vw, 1.22rem);
  font-weight: 800;
  line-height: 1.28;
}

.product-features li::before {
  position: absolute;
  top: 0.52em;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: #526dff;
  content: "";
}

.request-specs-button {
  display: inline-flex;
  min-width: 218px;
  min-height: 62px;
  align-items: center;
  justify-content: center;
  margin-top: 32px;
  border-radius: 8px;
  padding: 15px 28px;
  background: linear-gradient(135deg, #ff6539 0%, #ff8b5d 100%);
  color: #ffffff;
  font-size: clamp(1rem, 1.12vw, 1.22rem);
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 18px 36px rgba(255, 101, 57, 0.18);
}

.request-specs-button:hover,
.request-specs-button:focus-visible {
  background: linear-gradient(135deg, #f4582f 0%, #ff7c4f 100%);
  outline: none;
  transform: translateY(-1px);
}

.product-oem-cta {
  display: grid;
  justify-items: center;
  padding: 86px 5vw 96px;
  background: #272727;
  color: #ffffff;
  text-align: center;
}

.product-oem-cta h2 {
  max-width: 760px;
  margin: 0;
  color: #ffffff;
  font-size: clamp(2rem, 3.1vw, 3.25rem);
  font-weight: 900;
  line-height: 1.12;
}

.product-oem-cta p {
  max-width: 640px;
  margin: 24px 0 0;
  color: #a7adb6;
  font-size: clamp(1rem, 1.25vw, 1.3rem);
  font-weight: 800;
  line-height: 1.35;
}

.product-oem-cta a {
  display: inline-flex;
  min-width: 296px;
  min-height: 64px;
  align-items: center;
  justify-content: center;
  margin-top: 42px;
  border-radius: 8px;
  padding: 16px 30px;
  background: linear-gradient(135deg, #ff6539 0%, #ff8b5d 100%);
  color: #ffffff;
  font-size: clamp(1rem, 1.2vw, 1.22rem);
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 18px 36px rgba(255, 101, 57, 0.16);
}

.product-oem-cta a:hover,
.product-oem-cta a:focus-visible {
  background: linear-gradient(135deg, #f4582f 0%, #ff7c4f 100%);
  outline: none;
  transform: translateY(-1px);
}

.oem-services-page {
  background: #171819;
  color: #ffffff;
}

.oem-services-hero {
  padding: 190px 5vw 118px;
  background: linear-gradient(180deg, #151616 0%, #292929 100%);
  text-align: center;
}

.oem-services-hero h1 {
  max-width: none;
  margin: 0;
  color: #ffffff;
  font-size: clamp(3.2rem, 6.2vw, 6.8rem);
  font-weight: 900;
  line-height: 1;
}

.oem-services-hero p {
  margin: 34px 0 0;
  color: #9da3ad;
  font-size: clamp(1.16rem, 1.55vw, 1.72rem);
  font-weight: 800;
  line-height: 1.3;
}

.oem-page-benefits {
  padding: 116px 5vw 128px;
  background: #171819;
}

.oem-page-benefits-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(48px, 8vw, 160px);
  max-width: 1680px;
  margin: 0 auto;
}

.oem-page-benefits article {
  max-width: 440px;
}

.oem-page-benefits span {
  display: block;
  min-height: 58px;
  font-size: 2.55rem;
  line-height: 1;
}

.oem-page-benefits h2 {
  margin: 34px 0 0;
  color: #ffffff;
  font-size: clamp(1.55rem, 2vw, 2.25rem);
  font-weight: 900;
  line-height: 1.18;
}

.oem-page-benefits p {
  margin: 26px 0 0;
  color: #a2a8b2;
  font-size: clamp(1rem, 1.18vw, 1.28rem);
  font-weight: 800;
  line-height: 1.55;
}

.oem-process-section {
  padding: 110px 5vw 124px;
  background: #292929;
  color: #ffffff;
  text-align: center;
}

.oem-process-section > h2,
.oem-faq-section > h2,
.oem-start-cta h2 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(2.4rem, 4.2vw, 4.4rem);
  font-weight: 900;
  line-height: 1.08;
}

.oem-process-track {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: clamp(22px, 2.6vw, 44px);
  max-width: 1780px;
  margin: 86px auto 0;
}

.oem-process-track::before {
  position: absolute;
  top: 50%;
  right: 6%;
  left: 6%;
  height: 3px;
  background: linear-gradient(90deg, #526dff 0%, #ae4ed8 50%, #ff6638 100%);
  content: "";
  transform: translateY(-50%);
}

.oem-process-track article {
  position: relative;
  z-index: 1;
  display: grid;
  min-height: 250px;
  align-content: center;
  justify-items: center;
  border-radius: 8px;
  padding: 34px 24px 32px;
  background: #171819;
}

.oem-process-track strong {
  color: #526dff;
  font-size: clamp(2.7rem, 3.6vw, 4.3rem);
  font-weight: 900;
  line-height: 1;
}

.oem-process-track h3 {
  margin: 26px 0 0;
  color: #ffffff;
  font-size: clamp(1.18rem, 1.45vw, 1.62rem);
  font-weight: 900;
  line-height: 1.24;
}

.oem-process-track p {
  margin: 18px 0 0;
  color: #9fa5af;
  font-size: clamp(0.95rem, 1.05vw, 1.12rem);
  font-weight: 800;
  line-height: 1.35;
}

.oem-faq-section {
  padding: 112px 5vw 128px;
  background: #171819;
  color: #ffffff;
  text-align: center;
}

.oem-faq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 42px;
  max-width: 1680px;
  margin: 86px auto 0;
  text-align: left;
}

.oem-faq-grid article {
  min-height: 220px;
  border-radius: 8px;
  padding: 48px 46px;
  background: #292929;
  box-shadow: 0 22px 54px rgba(0, 0, 0, 0.18);
}

.oem-faq-grid h3 {
  color: #ffffff;
  font-size: clamp(1.18rem, 1.45vw, 1.62rem);
  font-weight: 900;
  line-height: 1.25;
}

.oem-faq-grid p {
  margin: 30px 0 0;
  color: #a2a8b2;
  font-size: clamp(1rem, 1.16vw, 1.26rem);
  font-weight: 800;
  line-height: 1.5;
}

.oem-start-cta {
  padding: 110px 5vw 126px;
  background: linear-gradient(180deg, #292929 0%, #202122 100%);
  color: #ffffff;
  text-align: center;
}

.oem-start-cta p {
  max-width: 780px;
  margin: 32px auto 0;
  color: #9fa5af;
  font-size: clamp(1.05rem, 1.3vw, 1.42rem);
  font-weight: 800;
  line-height: 1.35;
}

.oem-start-cta a {
  display: inline-flex;
  min-width: 320px;
  min-height: 72px;
  align-items: center;
  justify-content: center;
  margin-top: 66px;
  border-radius: 8px;
  padding: 18px 36px;
  background: linear-gradient(135deg, #ff6539 0%, #ff8b5d 100%);
  color: #ffffff;
  font-size: clamp(1.08rem, 1.28vw, 1.34rem);
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 18px 36px rgba(255, 101, 57, 0.16);
}

.oem-start-cta a:hover,
.oem-start-cta a:focus-visible {
  background: linear-gradient(135deg, #f4582f 0%, #ff7c4f 100%);
  outline: none;
  transform: translateY(-1px);
}

.contact-page {
  background: #171819;
  color: #ffffff;
}

.contact-hero {
  padding: 190px 5vw 116px;
  background: linear-gradient(180deg, #151616 0%, #292929 100%);
  text-align: center;
}

.contact-hero h1 {
  max-width: none;
  margin: 0;
  color: #ffffff;
  font-size: clamp(3.2rem, 6.2vw, 6.8rem);
  font-weight: 900;
  line-height: 1;
}

.contact-hero p {
  margin: 34px 0 0;
  color: #9da3ad;
  font-size: clamp(1.16rem, 1.55vw, 1.72rem);
  font-weight: 800;
  line-height: 1.3;
}

.contact-methods {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 42px;
  padding: 96px 5vw 78px;
  background: #171819;
}

.contact-methods article {
  display: grid;
  min-height: 250px;
  justify-items: center;
  align-content: center;
  border-radius: 8px;
  padding: 42px 30px;
  background: #292929;
  text-align: center;
}

.contact-method-icon {
  display: inline-flex;
  width: 58px;
  height: 58px;
  align-items: center;
  justify-content: center;
  margin-bottom: 28px;
}

.contact-method-icon svg {
  width: 54px;
  height: 54px;
  fill: currentColor;
}

.contact-email-icon {
  color: #526dff;
}

.contact-phone-icon {
  color: #ff6638;
}

.contact-map-icon {
  color: #24c86e;
}

.contact-methods h2 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(1.25rem, 1.5vw, 1.68rem);
  font-weight: 900;
  line-height: 1.2;
}

.contact-methods a {
  margin-top: 22px;
  color: #a3a9b3;
  font-size: clamp(1rem, 1.15vw, 1.22rem);
  font-weight: 800;
  line-height: 1.35;
}

.contact-methods a:hover,
.contact-methods a:focus-visible {
  color: #ffffff;
  outline: none;
}

.business-inquiry-section {
  padding: 60px 5vw 118px;
  background: #171819;
}

.business-inquiry-form {
  max-width: 1120px;
  margin: 0 auto;
  border-radius: 0;
  padding: 54px 72px 46px;
  background: #292929;
}

.business-inquiry-form h2 {
  margin: 0 0 48px;
  color: #ffffff;
  font-size: clamp(2rem, 3.2vw, 3.35rem);
  font-weight: 900;
  line-height: 1.1;
  text-align: center;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 38px 38px;
}

.business-inquiry-form label {
  display: grid;
  gap: 16px;
  color: #ffffff;
  font-size: clamp(1rem, 1.16vw, 1.2rem);
  font-weight: 900;
  line-height: 1.2;
}

.business-inquiry-form em {
  color: #ff6638;
  font-style: normal;
}

.business-inquiry-form input,
.business-inquiry-form select,
.business-inquiry-form textarea {
  width: 100%;
  min-height: 76px;
  border: 1px solid #3a4657;
  border-radius: 8px;
  padding: 18px 24px;
  background: #151718;
  color: #ffffff;
  font: inherit;
  font-size: clamp(1rem, 1.12vw, 1.16rem);
  font-weight: 800;
  outline: none;
}

.business-inquiry-form input::placeholder,
.business-inquiry-form textarea::placeholder {
  color: #8e96a3;
}

.business-inquiry-form input:focus,
.business-inquiry-form select:focus,
.business-inquiry-form textarea:focus {
  border-color: #526dff;
  box-shadow: 0 0 0 3px rgba(82, 109, 255, 0.18);
}

.business-inquiry-form textarea {
  min-height: 220px;
  resize: vertical;
}

.form-field-full {
  grid-column: 1 / -1;
}

.business-inquiry-form small {
  justify-self: end;
  color: #8e96a3;
  font-size: 0.9rem;
  font-weight: 800;
}

.business-inquiry-form button {
  width: 100%;
  min-height: 76px;
  margin-top: 46px;
  border: 0;
  border-radius: 8px;
  background: linear-gradient(135deg, #ff6539 0%, #ff8b5d 100%);
  color: #ffffff;
  cursor: pointer;
  font-size: clamp(1.08rem, 1.28vw, 1.34rem);
  font-weight: 900;
}

.business-inquiry-form button:hover,
.business-inquiry-form button:focus-visible {
  background: linear-gradient(135deg, #f4582f 0%, #ff7c4f 100%);
  outline: none;
}

.form-response {
  margin: 30px 0 0;
  color: #a3a9b3;
  font-size: clamp(0.95rem, 1.1vw, 1.14rem);
  font-weight: 800;
  text-align: center;
}

.form-response.is-success {
  color: #24c86e;
}

.form-response.is-error {
  color: #ff7a45;
}

.inquiry-admin-link {
  display: block;
  width: fit-content;
  margin: 18px auto 0;
  color: #8e96a3;
  font-size: 0.9rem;
  font-weight: 800;
}

.inquiry-admin-link:hover,
.inquiry-admin-link:focus-visible {
  color: #ffffff;
  outline: none;
}

.inquiry-admin-page {
  min-height: 100vh;
  padding: 72px 5vw;
  background: #171819;
  color: #ffffff;
}

.inquiry-admin-shell {
  max-width: 1480px;
  margin: 0 auto;
}

.inquiry-admin-head {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 36px;
}

.inquiry-admin-head h1 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(2rem, 3.2vw, 3.4rem);
  font-weight: 900;
  line-height: 1.1;
}

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

.inquiry-admin-actions button,
.inquiry-admin-actions a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  padding: 10px 16px;
  background: #292929;
  color: #ffffff;
  cursor: pointer;
  font-weight: 900;
}

.inquiry-admin-list {
  display: grid;
  gap: 18px;
}

.inquiry-admin-empty,
.inquiry-card {
  border-radius: 8px;
  padding: 24px;
  background: #292929;
}

.inquiry-card h2 {
  margin: 0;
  color: #ffffff;
  font-size: 1.2rem;
}

.inquiry-card dl {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px 22px;
  margin: 18px 0 0;
}

.inquiry-card dt {
  color: #8e96a3;
  font-size: 0.82rem;
  font-weight: 900;
}

.inquiry-card dd {
  margin: 4px 0 0;
  color: #ffffff;
  font-weight: 800;
}

.inquiry-card p {
  margin: 18px 0 0;
  color: #a3a9b3;
  font-weight: 800;
  line-height: 1.55;
}

.video-product-card {
  display: flex;
  min-width: 0;
  overflow: hidden;
  flex-direction: column;
  border: 1px solid rgba(255, 255, 255, 0.055);
  border-radius: 8px;
  background: #292929;
}

.video-product-media {
  background: #0f1112;
}

.video-product-media video {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #0f1112;
  object-fit: cover;
}

.video-product-copy {
  display: grid;
  flex: 1;
  align-content: start;
  gap: 16px;
  min-height: 300px;
  padding: clamp(24px, 2vw, 34px);
}

.video-product-copy span {
  display: inline-flex;
  width: fit-content;
  min-height: 31px;
  align-items: center;
  border-radius: 6px;
  padding: 6px 13px;
  background: rgba(255, 102, 56, 0.14);
  color: #ff7a45;
  font-size: 0.82rem;
  font-weight: 900;
}

.video-product-copy h3 {
  color: #ffffff;
  font-size: clamp(1.35rem, 1.75vw, 2.1rem);
  font-weight: 900;
  line-height: 1.16;
}

.video-product-copy p {
  margin: 0;
  color: #a9aeb6;
  font-size: clamp(0.98rem, 1.08vw, 1.16rem);
  font-weight: 700;
  line-height: 1.55;
}

.order-page,
.faq-page,
.sitemap-page,
.resources-page,
.resource-guide-page,
.news-page {
  background: #171819;
  color: #ffffff;
}

.order-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.52fr);
  gap: clamp(42px, 6vw, 108px);
  align-items: center;
  padding: 182px 5vw 112px;
  background:
    linear-gradient(90deg, rgba(17, 19, 20, 0.96) 0%, rgba(23, 24, 25, 0.86) 54%, rgba(37, 38, 39, 0.96) 100%),
    url("hero-bike.webp") center / cover no-repeat;
}

.order-hero-copy {
  max-width: 900px;
}

.order-hero-copy .eyebrow,
.faq-hero .eyebrow,
.sitemap-hero .eyebrow,
.order-form-intro .eyebrow {
  color: #ff6638;
}

.order-hero-copy h1,
.faq-hero h1,
.sitemap-hero h1 {
  max-width: 880px;
  color: #ffffff;
  font-size: clamp(3.05rem, 6vw, 6.6rem);
  font-weight: 900;
  line-height: 1;
}

.order-hero-copy p:not(.eyebrow),
.faq-hero p,
.sitemap-hero p,
.order-form-intro p,
.faq-list-heading p,
.faq-cta p {
  margin: 28px 0 0;
  color: #a6abb4;
  font-size: clamp(1rem, 1.28vw, 1.34rem);
  font-weight: 800;
  line-height: 1.5;
}

.order-hero-copy a,
.faq-cta a,
.sitemap-card-link {
  display: inline-flex;
  min-width: 196px;
  min-height: 60px;
  align-items: center;
  justify-content: center;
  margin-top: 38px;
  border-radius: 8px;
  padding: 16px 28px;
  background: linear-gradient(135deg, #ff6539 0%, #ff8b5d 100%);
  color: #ffffff;
  font-size: 1rem;
  font-weight: 900;
  box-shadow: 0 18px 36px rgba(255, 101, 57, 0.16);
}

.order-hero-copy a:hover,
.order-hero-copy a:focus-visible,
.faq-cta a:hover,
.faq-cta a:focus-visible,
.sitemap-card-link:hover,
.sitemap-card-link:focus-visible {
  background: linear-gradient(135deg, #f4582f 0%, #ff7c4f 100%);
  outline: none;
  transform: translateY(-1px);
}

.order-hero-panel {
  display: grid;
  gap: 16px;
}

.order-hero-panel article {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  min-height: 112px;
  border-radius: 8px;
  padding: 24px 26px;
  background: rgba(41, 41, 41, 0.92);
  box-shadow: 0 20px 46px rgba(0, 0, 0, 0.18);
}

.order-hero-panel strong {
  color: #526dff;
  font-size: 2.25rem;
  font-weight: 900;
  line-height: 1;
}

.order-hero-panel span {
  color: #ffffff;
  font-size: 1.08rem;
  font-weight: 900;
  line-height: 1.3;
}

.order-product-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  background: #171819;
}

.order-buy-section {
  padding: 84px 5vw 82px;
  background: #171819;
}

.order-buy-heading {
  max-width: 980px;
  margin: 0 auto 52px;
  text-align: center;
}

.order-buy-heading .eyebrow {
  color: #ff6638;
}

.order-buy-heading h2 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(2.2rem, 4vw, 4.35rem);
  font-weight: 900;
  line-height: 1.06;
}

.order-buy-heading p:not(.eyebrow) {
  margin: 22px 0 0;
  color: #a6abb4;
  font-size: clamp(1rem, 1.18vw, 1.24rem);
  font-weight: 800;
  line-height: 1.48;
}

.order-product-strip article {
  overflow: hidden;
  border-radius: 8px;
  background: #292929;
  box-shadow: 0 22px 54px rgba(0, 0, 0, 0.18);
}

.order-product-strip img {
  width: 100%;
  aspect-ratio: 1.44 / 1;
  object-fit: cover;
}

.order-product-strip div {
  padding: 28px 28px 32px;
}

.order-product-strip span {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  border-radius: 6px;
  padding: 6px 12px;
  background: rgba(255, 102, 56, 0.14);
  color: #ff7a45;
  font-size: 0.82rem;
  font-weight: 900;
  line-height: 1;
}

.order-product-strip h2 {
  margin: 18px 0 0;
  color: #ffffff;
  font-size: clamp(1.28rem, 1.55vw, 1.72rem);
  font-weight: 900;
  line-height: 1.18;
}

.order-product-strip p {
  margin: 18px 0 0;
  color: #a7adb6;
  font-size: 0.98rem;
  font-weight: 800;
  line-height: 1.46;
}

.order-product-price {
  display: block;
  margin-top: 22px;
  color: #ffffff;
  font-size: clamp(1.22rem, 1.55vw, 1.72rem);
  font-weight: 900;
  line-height: 1.2;
}

.order-buy-button,
.order-quote-button {
  display: inline-flex;
  width: 100%;
  min-height: 56px;
  align-items: center;
  justify-content: center;
  margin-top: 24px;
  border-radius: 8px;
  padding: 14px 20px;
  font-size: 0.98rem;
  font-weight: 900;
  line-height: 1;
  text-align: center;
}

.order-buy-button {
  background: linear-gradient(135deg, #ff6539 0%, #ff8b5d 100%);
  color: #ffffff;
  box-shadow: 0 18px 36px rgba(255, 101, 57, 0.16);
}

.order-quote-button {
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: #171819;
  color: #ffffff;
}

.order-buy-button:hover,
.order-buy-button:focus-visible {
  background: linear-gradient(135deg, #f4582f 0%, #ff7c4f 100%);
  outline: none;
  transform: translateY(-1px);
}

.order-quote-button:hover,
.order-quote-button:focus-visible {
  border-color: rgba(255, 255, 255, 0.42);
  background: #202426;
  outline: none;
}

.order-form-section {
  display: grid;
  grid-template-columns: minmax(280px, 0.46fr) minmax(0, 1fr);
  gap: clamp(38px, 5vw, 80px);
  align-items: start;
  padding: 86px 5vw 126px;
  background: #292929;
}

.order-form-intro {
  position: sticky;
  top: 110px;
}

.order-form-intro h2,
.faq-list-heading h2,
.faq-cta h2 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(2rem, 3.6vw, 4.1rem);
  font-weight: 900;
  line-height: 1.08;
}

.direct-order-form {
  border-radius: 8px;
  padding: 48px;
  background: #171819;
}

.direct-order-form label {
  display: grid;
  gap: 14px;
  color: #ffffff;
  font-size: clamp(0.96rem, 1.08vw, 1.12rem);
  font-weight: 900;
  line-height: 1.2;
}

.direct-order-form em {
  color: #ff6638;
  font-style: normal;
}

.direct-order-form input,
.direct-order-form select,
.direct-order-form textarea {
  width: 100%;
  min-height: 64px;
  border: 1px solid #3a4657;
  border-radius: 8px;
  padding: 16px 20px;
  background: #101213;
  color: #ffffff;
  font: inherit;
  font-size: 1rem;
  font-weight: 800;
  outline: none;
}

.direct-order-form input::placeholder,
.direct-order-form textarea::placeholder {
  color: #8e96a3;
}

.direct-order-form input:focus,
.direct-order-form select:focus,
.direct-order-form textarea:focus {
  border-color: #526dff;
  box-shadow: 0 0 0 3px rgba(82, 109, 255, 0.18);
}

.direct-order-form textarea {
  min-height: 190px;
  resize: vertical;
}

.direct-order-form small {
  justify-self: end;
  color: #8e96a3;
  font-size: 0.88rem;
  font-weight: 800;
}

.direct-order-form button {
  width: 100%;
  min-height: 68px;
  margin-top: 42px;
  border: 0;
  border-radius: 8px;
  background: linear-gradient(135deg, #ff6539 0%, #ff8b5d 100%);
  color: #ffffff;
  cursor: pointer;
  font-size: 1.08rem;
  font-weight: 900;
}

.direct-order-form button:hover,
.direct-order-form button:focus-visible {
  background: linear-gradient(135deg, #f4582f 0%, #ff7c4f 100%);
  outline: none;
}

.direct-order-form button:disabled {
  cursor: wait;
  opacity: 0.72;
}

.faq-hero {
  display: grid;
  justify-items: center;
  padding: 184px 5vw 108px;
  background: linear-gradient(180deg, #151616 0%, #292929 100%);
  text-align: center;
}

.faq-hero h1 {
  max-width: none;
}

.faq-hero p:not(.eyebrow) {
  max-width: 900px;
}

.faq-summary {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  padding: 72px 5vw 68px;
  background: #171819;
}

.faq-summary article {
  min-height: 168px;
  border-radius: 8px;
  padding: 34px 32px;
  background: #292929;
}

.faq-summary span {
  display: block;
  color: #ff6638;
  font-size: 1.18rem;
  font-weight: 900;
  line-height: 1.2;
}

.faq-summary p {
  margin: 18px 0 0;
  color: #a7adb6;
  font-size: 0.98rem;
  font-weight: 800;
  line-height: 1.48;
}

.faq-list-section {
  display: grid;
  grid-template-columns: minmax(280px, 0.4fr) minmax(0, 1fr);
  gap: clamp(38px, 5vw, 84px);
  align-items: start;
  padding: 90px 5vw 118px;
  background: #292929;
}

.faq-list-heading {
  position: sticky;
  top: 110px;
}

.faq-list {
  display: grid;
  gap: 16px;
}

.faq-list details {
  border-radius: 8px;
  background: #171819;
}

.faq-list summary {
  display: flex;
  min-height: 72px;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 22px 26px;
  color: #ffffff;
  cursor: pointer;
  font-size: clamp(1rem, 1.2vw, 1.24rem);
  font-weight: 900;
  line-height: 1.28;
}

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

.faq-list summary::after {
  flex: 0 0 auto;
  color: #ff6638;
  content: "+";
  font-size: 1.6rem;
  font-weight: 900;
  line-height: 1;
}

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

.faq-list details p {
  margin: 0;
  padding: 0 26px 28px;
  color: #a7adb6;
  font-size: clamp(0.96rem, 1.08vw, 1.12rem);
  font-weight: 800;
  line-height: 1.55;
}

.faq-cta {
  padding: 88px 5vw 106px;
  background: #171819;
  text-align: center;
}

.faq-cta p {
  max-width: 860px;
  margin-right: auto;
  margin-left: auto;
}

.faq-cta div {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
}

.faq-cta a + a {
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: #292929;
  box-shadow: none;
}

.faq-cta a + a:hover,
.faq-cta a + a:focus-visible {
  border-color: rgba(255, 255, 255, 0.48);
  background: #333536;
}

.sitemap-hero {
  display: grid;
  justify-items: center;
  padding: 184px 5vw 108px;
  background: linear-gradient(180deg, #151616 0%, #292929 100%);
  text-align: center;
}

.sitemap-hero h1 {
  max-width: none;
}

.sitemap-hero p:not(.eyebrow) {
  max-width: 850px;
}

.sitemap-section {
  padding: 88px 5vw 112px;
  background: #171819;
}

.sitemap-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
  max-width: 1360px;
  margin: 0 auto;
}

.sitemap-grid article {
  display: grid;
  align-content: start;
  gap: 16px;
  min-height: 250px;
  border-radius: 8px;
  padding: 30px 28px;
  background: #292929;
}

.sitemap-grid h2 {
  margin: 0;
  font-size: clamp(1.18rem, 1.45vw, 1.52rem);
  font-weight: 900;
  line-height: 1.16;
}

.sitemap-grid h2 a {
  color: #ffffff;
}

.sitemap-grid h2 a:hover,
.sitemap-grid h2 a:focus-visible {
  color: #ff7a45;
  outline: none;
}

.sitemap-grid p {
  margin: 0;
  color: #a7adb6;
  font-size: 0.96rem;
  font-weight: 800;
  line-height: 1.52;
}

.sitemap-card-link {
  min-width: 0;
  min-height: 46px;
  width: fit-content;
  margin-top: auto;
  padding: 12px 18px;
  font-size: 0.9rem;
}

.home-resources-section,
.related-resources-section {
  padding: 88px 5vw 104px;
  background: #171819;
  color: #ffffff;
}

.home-resources-heading,
.related-resources-heading {
  max-width: 920px;
  margin: 0 auto 44px;
  text-align: center;
}

.home-resources-heading .eyebrow,
.related-resources-heading .eyebrow {
  color: #ff6638;
}

.home-resources-heading h2,
.related-resources-heading h2 {
  color: #ffffff;
  font-size: clamp(2rem, 3.5vw, 4rem);
  font-weight: 900;
  line-height: 1.08;
}

.home-resources-heading p:not(.eyebrow) {
  margin: 20px auto 0;
  max-width: 780px;
  color: #a7adb6;
  font-size: clamp(1rem, 1.18vw, 1.22rem);
  font-weight: 800;
  line-height: 1.5;
}

.home-resources-grid,
.related-resources-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  max-width: 1360px;
  margin: 0 auto;
}

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

.home-resources-grid a,
.related-resources-grid a,
.resource-related-grid a {
  display: grid;
  align-content: start;
  gap: 16px;
  min-height: 176px;
  border-radius: 8px;
  padding: 28px;
  background: #292929;
  color: #ffffff;
}

.home-resources-grid a:hover,
.home-resources-grid a:focus-visible,
.related-resources-grid a:hover,
.related-resources-grid a:focus-visible,
.resource-related-grid a:hover,
.resource-related-grid a:focus-visible {
  background: #333536;
  outline: none;
  transform: translateY(-1px);
}

.home-resources-grid span,
.related-resources-grid span,
.resource-related-grid span {
  color: #ff7a45;
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  line-height: 1;
  text-transform: uppercase;
}

.home-resources-grid strong,
.related-resources-grid strong,
.resource-related-grid strong {
  color: #ffffff;
  font-size: clamp(1.05rem, 1.28vw, 1.34rem);
  font-weight: 900;
  line-height: 1.28;
}

.resources-hero,
.resource-guide-hero {
  padding: 184px 5vw 108px;
  background: linear-gradient(180deg, #151616 0%, #292929 100%);
}

.resources-hero {
  display: grid;
  justify-items: center;
  text-align: center;
}

.resources-hero .eyebrow,
.resource-guide-hero .eyebrow,
.resources-intro span,
.resource-guide-sidebar span,
.resource-guide-related .eyebrow {
  color: #ff6638;
}

.resources-hero h1,
.resource-guide-hero h1 {
  max-width: 980px;
  color: #ffffff;
  font-size: clamp(3rem, 5.8vw, 6.35rem);
  font-weight: 900;
  line-height: 1;
}

.resources-hero p:not(.eyebrow),
.resource-guide-hero-copy p:not(.eyebrow) {
  max-width: 920px;
  margin: 28px 0 0;
  color: #a6abb4;
  font-size: clamp(1rem, 1.22vw, 1.3rem);
  font-weight: 800;
  line-height: 1.55;
}

.resources-intro {
  padding: 82px 5vw 78px;
  background:
    linear-gradient(90deg, rgba(255, 102, 56, 0.08), transparent 34%),
    #171819;
}

.resources-intro-inner {
  display: grid;
  grid-template-columns: minmax(280px, 0.42fr) minmax(0, 1fr);
  gap: clamp(38px, 6vw, 104px);
  align-items: center;
  max-width: 1360px;
  margin: 0 auto;
  padding: 8px 0 4px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.resources-intro span {
  display: block;
  margin-bottom: 14px;
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.resources-intro h2 {
  max-width: 620px;
  color: #ffffff;
  font-size: clamp(2.18rem, 3.45vw, 4.2rem);
  font-weight: 900;
  line-height: 1.02;
}

.resources-intro p {
  margin: 0;
  color: #a7adb6;
  font-size: clamp(1rem, 1.08vw, 1.16rem);
  font-weight: 700;
  line-height: 1.72;
}

.resources-intro-copy {
  display: grid;
  gap: 28px;
  max-width: 820px;
  padding: clamp(26px, 3vw, 44px) 0 clamp(26px, 3vw, 44px) clamp(28px, 4vw, 62px);
  border-left: 1px solid rgba(255, 255, 255, 0.12);
}

.resources-intro-steps {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.resources-intro-steps span {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  margin: 0;
  padding: 0 15px;
  border: 1px solid rgba(255, 102, 56, 0.32);
  border-radius: 999px;
  background: rgba(255, 102, 56, 0.1);
  color: #ffffff;
  font-size: 0.78rem;
  letter-spacing: 0.02em;
}

.resources-grid-section {
  padding: 0 5vw 96px;
  background: #171819;
}

.resources-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  max-width: 1360px;
  margin: 0 auto;
}

.resource-card {
  display: grid;
  grid-template-rows: auto 1fr;
  overflow: hidden;
  border-radius: 8px;
  background: #292929;
}

.resource-card img {
  display: block;
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.resource-card div {
  display: grid;
  align-content: start;
  gap: 18px;
  padding: 34px;
}

.resource-card span {
  color: #ff7a45;
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.resource-card h2 {
  font-size: clamp(1.35rem, 2vw, 2.15rem);
  font-weight: 900;
  line-height: 1.12;
}

.resource-card h2 a {
  color: #ffffff;
}

.resource-card h2 a:hover,
.resource-card h2 a:focus-visible {
  color: #ff7a45;
  outline: none;
}

.resource-card p {
  margin: 0;
  color: #a7adb6;
  font-size: 0.98rem;
  font-weight: 800;
  line-height: 1.55;
}

.resource-card-link,
.resources-pathways a,
.resource-guide-actions a,
.resource-guide-sidebar a {
  display: inline-flex;
  width: fit-content;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  padding: 13px 20px;
  background: linear-gradient(135deg, #ff6539 0%, #ff8b5d 100%);
  color: #ffffff;
  font-size: 0.94rem;
  font-weight: 900;
  line-height: 1;
}

.resource-card-link:hover,
.resource-card-link:focus-visible,
.resources-pathways a:hover,
.resources-pathways a:focus-visible,
.resource-guide-actions a:hover,
.resource-guide-actions a:focus-visible,
.resource-guide-sidebar a:hover,
.resource-guide-sidebar a:focus-visible {
  background: linear-gradient(135deg, #f4582f 0%, #ff7c4f 100%);
  outline: none;
  transform: translateY(-1px);
}

.resources-pathways {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  padding: 88px 5vw 112px;
  background: #292929;
}

.resources-pathways article {
  display: grid;
  align-content: start;
  gap: 18px;
  min-height: 300px;
  border-radius: 8px;
  padding: 34px 32px;
  background: #171819;
}

.resources-pathways span {
  color: #526dff;
  font-size: 2.2rem;
  font-weight: 900;
  line-height: 1;
}

.resources-pathways h2 {
  color: #ffffff;
  font-size: clamp(1.3rem, 1.85vw, 2.08rem);
  font-weight: 900;
}

.resources-pathways p {
  margin: 0;
  color: #a7adb6;
  font-size: 0.98rem;
  font-weight: 800;
  line-height: 1.55;
}

.resources-pathways a {
  margin-top: auto;
}

.resource-guide-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.48fr);
  gap: clamp(38px, 5vw, 84px);
  align-items: center;
}

.resource-guide-hero-copy {
  max-width: 900px;
}

.resource-guide-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 36px;
}

.resource-guide-actions a + a {
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: #292929;
  box-shadow: none;
}

.resource-guide-actions a + a:hover,
.resource-guide-actions a + a:focus-visible {
  border-color: rgba(255, 255, 255, 0.48);
  background: #333536;
}

.resource-guide-media {
  overflow: hidden;
  margin: 0;
  border-radius: 8px;
  background: #171819;
}

.resource-guide-media img {
  display: block;
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.resource-guide-content {
  display: grid;
  grid-template-columns: minmax(260px, 0.34fr) minmax(0, 1fr);
  gap: clamp(34px, 5vw, 82px);
  align-items: start;
  padding: 92px 5vw 112px;
  background: #171819;
}

.resource-guide-sidebar {
  position: sticky;
  top: 112px;
  display: grid;
  gap: 20px;
  border-radius: 8px;
  padding: 30px;
  background: #292929;
}

.resource-guide-sidebar span {
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.resource-guide-sidebar p {
  margin: 0;
  color: #a7adb6;
  font-size: 0.98rem;
  font-weight: 800;
  line-height: 1.58;
}

.resource-guide-sections {
  display: grid;
  gap: 22px;
}

.resource-guide-sections article {
  border-radius: 8px;
  padding: 38px;
  background: #292929;
}

.resource-guide-sections h2 {
  color: #ffffff;
  font-size: clamp(1.45rem, 2.2vw, 2.55rem);
  font-weight: 900;
  line-height: 1.12;
}

.resource-guide-sections p {
  margin: 20px 0 0;
  color: #a7adb6;
  font-size: clamp(1rem, 1.12vw, 1.16rem);
  font-weight: 800;
  line-height: 1.62;
}

.resource-guide-sections ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.resource-guide-sections li {
  border-radius: 8px;
  padding: 14px 16px;
  background: #171819;
  color: #ffffff;
  font-size: 0.95rem;
  font-weight: 900;
  line-height: 1.35;
}

.resource-guide-related {
  display: grid;
  grid-template-columns: minmax(260px, 0.34fr) minmax(0, 1fr);
  gap: clamp(34px, 5vw, 82px);
  align-items: start;
  padding: 88px 5vw 112px;
  background: #292929;
}

.resource-guide-related h2 {
  color: #ffffff;
  font-size: clamp(1.8rem, 3vw, 3.35rem);
  font-weight: 900;
  line-height: 1.08;
}

.resource-related-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.buyer-feedback-section,
.news-featured,
.news-source-section,
.news-guides-section,
.news-cta {
  background: #171819;
  color: #ffffff;
}

.buyer-feedback-section {
  padding: 84px 5vw 92px;
}

.buyer-feedback-heading,
.news-source-heading,
.news-guides-heading {
  max-width: 900px;
  margin: 0 auto 44px;
  text-align: center;
}

.buyer-feedback-heading .eyebrow,
.news-hero .eyebrow,
.news-source-heading .eyebrow,
.news-guides-heading .eyebrow {
  color: #ff6638;
}

.buyer-feedback-heading h2,
.news-source-heading h2,
.news-guides-heading h2,
.news-cta h2 {
  color: #ffffff;
  font-size: clamp(2rem, 3.5vw, 4rem);
  font-weight: 900;
  line-height: 1.08;
}

.buyer-feedback-heading p:not(.eyebrow),
.news-source-heading p:not(.eyebrow),
.news-guides-heading p:not(.eyebrow),
.news-cta p {
  margin: 20px auto 0;
  max-width: 820px;
  color: #a7adb6;
  font-size: clamp(1rem, 1.16vw, 1.2rem);
  font-weight: 800;
  line-height: 1.55;
}

.buyer-feedback-grid,
.news-featured {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  max-width: 1360px;
  margin: 0 auto;
}

.buyer-feedback-grid article,
.news-featured article {
  display: grid;
  align-content: start;
  gap: 16px;
  min-height: 220px;
  border-radius: 8px;
  padding: 28px;
  background: #292929;
}

.buyer-feedback-grid span,
.news-featured span,
.news-guide-list span {
  color: #ff7a45;
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  line-height: 1;
  text-transform: uppercase;
}

.buyer-feedback-grid p,
.news-featured p,
.news-guide-list small {
  margin: 0;
  color: #a7adb6;
  font-size: 0.98rem;
  font-weight: 800;
  line-height: 1.52;
}

.buyer-feedback-link {
  display: flex;
  width: fit-content;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  margin: 38px auto 0;
  border-radius: 8px;
  padding: 14px 22px;
  background: linear-gradient(135deg, #ff6539 0%, #ff8b5d 100%);
  color: #ffffff;
  font-weight: 900;
}

.buyer-feedback-link:hover,
.buyer-feedback-link:focus-visible {
  background: linear-gradient(135deg, #f4582f 0%, #ff7c4f 100%);
  outline: none;
  transform: translateY(-1px);
}

.news-hero {
  display: grid;
  justify-items: center;
  padding: 184px 5vw 108px;
  background: linear-gradient(180deg, #151616 0%, #292929 100%);
  color: #ffffff;
  text-align: center;
}

.news-hero h1 {
  max-width: 1080px;
  color: #ffffff;
  font-size: clamp(3rem, 5.8vw, 6.35rem);
  font-weight: 900;
  line-height: 1;
}

.news-hero p:not(.eyebrow) {
  max-width: 920px;
  margin: 28px 0 0;
  color: #a6abb4;
  font-size: clamp(1rem, 1.22vw, 1.3rem);
  font-weight: 800;
  line-height: 1.55;
}

.news-featured {
  padding: 84px 5vw 96px;
}

.news-featured {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.news-featured h2 {
  color: #ffffff;
  font-size: clamp(1.28rem, 1.8vw, 2rem);
  font-weight: 900;
  line-height: 1.16;
}

.news-featured a,
.news-cta a {
  display: inline-flex;
  width: fit-content;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  margin-top: auto;
  border-radius: 8px;
  padding: 13px 20px;
  background: linear-gradient(135deg, #ff6539 0%, #ff8b5d 100%);
  color: #ffffff;
  font-size: 0.94rem;
  font-weight: 900;
}

.news-featured a:hover,
.news-featured a:focus-visible,
.news-cta a:hover,
.news-cta a:focus-visible {
  background: linear-gradient(135deg, #f4582f 0%, #ff7c4f 100%);
  outline: none;
  transform: translateY(-1px);
}

.news-source-section {
  padding: 88px 5vw 104px;
  background: #202122;
}

.news-source-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  max-width: 1360px;
  margin: 0 auto;
}

.news-source-grid article {
  display: grid;
  align-content: start;
  gap: 16px;
  min-height: 330px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  padding: 28px;
  background: #171819;
}

.news-source-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.news-source-grid span,
.news-source-grid small {
  color: #ff7a45;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  line-height: 1;
  text-transform: uppercase;
}

.news-source-grid small {
  color: #a7adb6;
  text-align: right;
}

.news-source-grid h2 {
  color: #ffffff;
  font-size: clamp(1.1rem, 1.35vw, 1.55rem);
  font-weight: 900;
  line-height: 1.18;
}

.news-source-grid p,
.news-source-note {
  margin: 0;
  color: #a7adb6;
  font-size: 0.94rem;
  font-weight: 800;
  line-height: 1.55;
}

.news-source-grid strong {
  display: block;
  margin-top: auto;
  color: #f1f3f5;
  font-size: 0.92rem;
  font-weight: 900;
  line-height: 1.5;
}

.news-source-grid a {
  display: inline-flex;
  width: fit-content;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  padding: 12px 18px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: #292929;
  color: #ffffff;
  font-size: 0.9rem;
  font-weight: 900;
}

.news-source-grid a:hover,
.news-source-grid a:focus-visible {
  border-color: rgba(255, 122, 69, 0.7);
  background: #333536;
  outline: none;
  transform: translateY(-1px);
}

.news-source-note {
  max-width: 920px;
  margin: 34px auto 0;
  text-align: center;
}

.news-guides-section {
  padding: 88px 5vw 104px;
  background: #292929;
}

.news-guide-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  max-width: 1360px;
  margin: 0 auto;
}

.news-guide-list a {
  display: grid;
  align-content: start;
  gap: 14px;
  min-height: 220px;
  border-radius: 8px;
  padding: 26px;
  background: #171819;
}

.news-guide-list a:hover,
.news-guide-list a:focus-visible {
  background: #202426;
  outline: none;
  transform: translateY(-1px);
}

.news-guide-list strong {
  color: #ffffff;
  font-size: clamp(1.05rem, 1.28vw, 1.32rem);
  font-weight: 900;
  line-height: 1.24;
}

.news-cta {
  padding: 88px 5vw 106px;
  text-align: center;
}

.news-cta div {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  margin-top: 38px;
}

.news-cta a {
  margin-top: 0;
}

.news-cta a + a {
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: #292929;
  box-shadow: none;
}

.news-cta a + a:hover,
.news-cta a + a:focus-visible {
  border-color: rgba(255, 255, 255, 0.48);
  background: #333536;
}

.woocommerce-page .about-section {
  background: #171819;
  color: #ffffff;
}

.woocommerce-page .about-section .woocommerce {
  max-width: 1180px;
  margin: 0 auto;
  color: #ffffff;
}

.woocommerce-page .woocommerce table.shop_table,
.woocommerce-page .woocommerce form.checkout,
.woocommerce-page .woocommerce form.woocommerce-cart-form,
.woocommerce-page .woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .woocommerce .woocommerce-order,
.woocommerce-page .woocommerce .woocommerce-MyAccount-content,
.woocommerce-page .woocommerce .woocommerce-MyAccount-navigation {
  border: 0;
  border-radius: 8px;
  padding: 28px;
  background: #292929;
  color: #ffffff;
}

.woocommerce-page .woocommerce table.shop_table th,
.woocommerce-page .woocommerce table.shop_table td {
  border-color: rgba(255, 255, 255, 0.1);
  color: #ffffff;
}

.woocommerce-page .woocommerce a {
  color: #ff7a45;
}

.woocommerce-page .woocommerce input,
.woocommerce-page .woocommerce select,
.woocommerce-page .woocommerce textarea {
  min-height: 48px;
  border: 1px solid #3a4657;
  border-radius: 8px;
  padding: 12px 14px;
  background: #101213;
  color: #ffffff;
}

.woocommerce-page .woocommerce .button,
.woocommerce-page .woocommerce button.button,
.woocommerce-page .woocommerce a.button,
.woocommerce-page .woocommerce input.button,
.woocommerce-page .woocommerce #payment #place_order {
  min-height: 50px;
  border-radius: 8px;
  padding: 13px 20px;
  background: linear-gradient(135deg, #ff6539 0%, #ff8b5d 100%);
  color: #ffffff;
  font-weight: 900;
}

.woocommerce-page .woocommerce .button:hover,
.woocommerce-page .woocommerce button.button:hover,
.woocommerce-page .woocommerce a.button:hover,
.woocommerce-page .woocommerce input.button:hover,
.woocommerce-page .woocommerce #payment #place_order:hover {
  background: linear-gradient(135deg, #f4582f 0%, #ff7c4f 100%);
  color: #ffffff;
}

.woocommerce-page .woocommerce-error,
.woocommerce-page .woocommerce-info,
.woocommerce-page .woocommerce-message {
  border-top-color: #ff6638;
  background: #292929;
  color: #ffffff;
}

.woocommerce-page .woocommerce #payment {
  border-radius: 8px;
  background: #202426;
}

.woocommerce-page .woocommerce #payment div.payment_box {
  background: #171819;
  color: #ffffff;
}

.site-footer {
  display: grid;
  grid-template-columns: minmax(320px, 1.08fr) minmax(300px, 0.78fr) minmax(280px, 0.72fr);
  gap: clamp(44px, 5.6vw, 96px);
  align-items: start;
  padding: 72px 6.3vw 66px;
  background: #171819;
  color: #ffffff;
}

.footer-brand img {
  width: min(250px, 72vw);
  height: auto;
  margin-bottom: 28px;
}

.footer-brand p,
.footer-contact a,
.footer-contact p {
  margin: 0;
  color: #a4a9b1;
  font-size: clamp(1rem, 1.16vw, 1.22rem);
  font-weight: 700;
  line-height: 1.45;
}

.footer-brand p + p {
  margin-top: 16px;
}

.footer-links,
.footer-contact {
  display: grid;
  gap: 18px;
}

.footer-links h2,
.footer-contact h2 {
  margin: 0 0 12px;
  color: #ffffff;
  font-size: clamp(1.22rem, 1.45vw, 1.55rem);
  font-weight: 900;
  line-height: 1.2;
}

.footer-link-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(118px, 1fr));
  gap: 12px 22px;
  align-items: start;
}

.footer-link-grid a,
.footer-contact a {
  width: fit-content;
}

.footer-link-grid a {
  margin: 0;
  color: #a4a9b1;
  font-size: clamp(0.94rem, 1vw, 1.06rem);
  font-weight: 760;
  line-height: 1.32;
}

.footer-link-grid a:hover,
.footer-link-grid a:focus-visible,
.footer-contact a:hover,
.footer-contact a:focus-visible {
  color: #ffffff;
  outline: none;
}

.footer-social {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 2px;
}

.footer-social a {
  display: inline-flex;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.045);
  color: #b3b8c0;
}

.footer-social svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
}

.footer-social a:hover,
.footer-social a:focus-visible {
  border-color: rgba(255, 255, 255, 0.52);
  background: rgba(255, 255, 255, 0.14);
  color: #ffffff;
  outline: none;
}

.about-page {
  background: #171819;
  color: #ffffff;
}

.about-shell {
  width: min(100% - 10vw, 1680px);
  margin: 0 auto;
}

.about-center {
  text-align: center;
}

.about-hero {
  padding: 210px 5vw 168px;
  background: linear-gradient(180deg, #151616 0%, #292929 100%);
}

.about-hero h1 {
  max-width: none;
  margin: 0;
  color: #ffffff;
  font-size: 5.15rem;
  font-weight: 900;
  line-height: 1;
}

.about-hero p {
  margin: 30px 0 0;
  color: #a6abb4;
  font-size: 1.42rem;
  font-weight: 800;
  line-height: 1.34;
}

.about-section {
  padding: 120px 5vw 126px;
  background: #171819;
}

.about-band {
  background: #292929;
}

.about-story {
  max-width: 1080px;
  margin: 0 auto;
}

.about-story h2,
.about-section-title {
  margin: 0 0 64px;
  color: #ffffff;
  font-size: 2.8rem;
  font-weight: 900;
  line-height: 1.12;
}

.about-section-title {
  text-align: center;
}

.about-story p,
.about-copy p,
.about-rd-grid p,
.about-values p,
.about-cta p {
  margin: 0;
  color: #a7adb7;
  font-size: 1.16rem;
  font-weight: 800;
  line-height: 1.62;
}

.about-story p + p,
.about-copy p + p {
  margin-top: 28px;
}

.about-story strong,
.about-copy strong {
  color: #ffffff;
  font-weight: 900;
}

.about-founder-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(440px, 1fr);
  gap: 72px;
  align-items: center;
}

.about-copy h3,
.about-rd-grid h3,
.about-values h3 {
  margin: 0;
  color: #ffffff;
  font-size: 1.68rem;
  font-weight: 900;
  line-height: 1.22;
}

.about-copy h3 + p {
  margin-top: 28px;
}

.about-copy p + h3 {
  margin-top: 46px;
}

.about-founder-grid img,
.about-rd-grid img {
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 8px;
  object-fit: cover;
  box-shadow: 0 26px 58px rgba(0, 0, 0, 0.28);
}

.about-timeline {
  position: relative;
  display: grid;
  max-width: 1540px;
  margin: 0 auto;
  gap: 60px;
  padding: 0 0;
}

.about-timeline::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 3px;
  background: linear-gradient(180deg, #526dff 0%, #d34975 48%, #ff6638 100%);
  content: "";
  transform: translateX(-50%);
}

.about-timeline article {
  position: relative;
  width: calc(50% - 36px);
  min-height: 126px;
  border-radius: 8px;
  padding: 34px 36px;
  background: #292929;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.22);
}

.about-timeline article:nth-child(odd) {
  justify-self: end;
}

.about-timeline article:nth-child(even) {
  justify-self: start;
}

.about-timeline article::before {
  position: absolute;
  top: 50%;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ff6638;
  box-shadow: 0 0 0 4px rgba(255, 102, 56, 0.16);
  content: "";
  transform: translateY(-50%);
}

.about-timeline article:nth-child(odd)::before {
  left: -43px;
}

.about-timeline article:nth-child(even)::before {
  right: -43px;
}

.about-timeline span {
  display: block;
  color: #526dff;
  font-size: 2.25rem;
  font-weight: 900;
  line-height: 1;
}

.about-timeline p {
  margin: 16px 0 0;
  color: #b4bac4;
  font-size: 1.08rem;
  font-weight: 800;
  line-height: 1.42;
}

.about-rd-grid,
.about-values {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 56px;
}

.about-rd-grid article {
  display: grid;
  gap: 28px;
}

.about-rd-grid img {
  aspect-ratio: 1.46 / 1;
}

.about-rd-grid p {
  margin-top: -6px;
}

.about-values {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 42px;
}

.about-values article {
  display: grid;
  min-height: 240px;
  align-content: center;
  justify-items: center;
  border-radius: 8px;
  padding: 42px 34px;
  background: #292929;
  text-align: center;
}

.about-values span {
  display: block;
  margin-bottom: 24px;
  font-size: 2.75rem;
  line-height: 1;
}

.about-values p {
  max-width: 340px;
  margin-top: 18px;
  line-height: 1.38;
}

.about-cta {
  padding: 124px 5vw 132px;
  background: linear-gradient(180deg, #292929 0%, #171819 100%);
  color: #ffffff;
}

.about-cta h2 {
  margin: 0;
  color: #ffffff;
  font-size: 4rem;
  font-weight: 900;
  line-height: 1.08;
}

.about-cta p {
  margin: 30px auto 0;
  font-size: 1.34rem;
  line-height: 1.34;
}

.about-cta a {
  display: inline-flex;
  min-width: 200px;
  min-height: 66px;
  align-items: center;
  justify-content: center;
  margin-top: 58px;
  border-radius: 8px;
  padding: 18px 34px;
  background: linear-gradient(135deg, #ff6539 0%, #ff8b5d 100%);
  color: #ffffff;
  font-size: 1.12rem;
  font-weight: 900;
  box-shadow: 0 18px 36px rgba(255, 101, 57, 0.16);
}

.about-cta a:hover,
.about-cta a:focus-visible {
  background: linear-gradient(135deg, #f4582f 0%, #ff7c4f 100%);
  outline: none;
  transform: translateY(-1px);
}

@media (max-width: 1180px) {
  h1 {
    font-size: 3rem;
  }

  h2 {
    font-size: 2rem;
  }

  .hero {
    min-height: 460px;
  }

  .product-grid,
  .quality-grid,
  .scenario-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .products-video-panel {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .product-detail,
  .product-detail-text-first {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .product-detail-copy {
    max-width: none;
  }

  .oem-page-benefits-grid {
    gap: 42px;
  }

  .oem-process-track {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .oem-process-track::before {
    display: none;
  }

  .oem-card {
    min-height: 270px;
  }

  .product-story-list {
    gap: 70px;
  }

  .product-story-row,
  .product-story-row-text-first {
    gap: 34px;
  }

  .product-story-copy h3 {
    font-size: clamp(1.74rem, 2.55vw, 2.25rem);
  }

  .product-story-copy p {
    font-size: 1rem;
  }

  .warehouse-section {
    grid-template-columns: 1fr;
  }

  .site-footer {
    grid-template-columns: minmax(0, 1.15fr) minmax(190px, 0.85fr);
    gap: 42px;
  }

  .footer-link-grid {
    grid-template-columns: repeat(2, minmax(104px, 1fr));
    gap: 11px 18px;
  }

  .footer-brand {
    grid-column: 1 / -1;
  }

  .trust-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 42px 30px;
  }

  .global-warehouse-section {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .warehouse-heading {
    margin-bottom: 54px;
  }

  .warehouse-grid {
    gap: 24px;
  }

  .warehouse-grid article {
    min-height: 330px;
    padding: 42px 28px 38px;
  }

  .warehouse-stats {
    margin-top: 58px;
    gap: 38px;
  }

  .order-hero,
  .order-form-section,
  .faq-list-section {
    grid-template-columns: 1fr;
  }

  .order-hero-panel {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .order-hero-panel article {
    grid-template-columns: 1fr;
    align-content: start;
  }

  .order-form-intro,
  .faq-list-heading {
    position: static;
  }

  .order-product-strip,
  .faq-summary {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  html {
    scroll-padding-top: 24px;
  }

  .site-header {
    min-height: 112px;
    padding: 12px 14px 10px;
  }

  .menu-toggle {
    display: none;
  }

  .nav-shell {
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px 18px;
  }

  .nav-brand {
    width: 100%;
    justify-content: center;
  }

  .nav-brand img {
    width: 132px;
  }

  .site-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 6px 14px;
    justify-content: center;
  }

  .site-nav a {
    padding: 4px 0;
    font-size: 0.76rem;
  }

  .social-nav {
    gap: 9px;
  }

  .language-switcher {
    min-height: 30px;
    padding: 3px 8px 3px 10px;
  }

  .language-switcher span {
    font-size: 0.62rem;
  }

  .language-switcher select {
    min-width: 92px;
    font-size: 0.72rem;
  }

  .social-link {
    width: 28px;
    height: 28px;
  }

  .social-link svg {
    width: 15px;
    height: 15px;
  }

  .hero {
    height: 56.25vw;
    min-height: 0;
    max-height: 560px;
    padding: 0;
  }

  h1 {
    font-size: 2.25rem;
  }

  h2 {
    font-size: 1.78rem;
  }

  .hero-text {
    font-size: 1rem;
  }

  .hero-actions {
    margin-top: 22px;
  }

  .button {
    width: 100%;
  }

  .hero-media img,
  .hero-media video {
    height: 100%;
    max-height: none;
  }

  .products-hero {
    min-height: 520px;
    padding: 178px 20px 58px;
  }

  .products-hero-copy {
    transform: translateY(-18px);
  }

  .products-hero::after {
    background:
      linear-gradient(180deg, rgba(12, 13, 14, 0.82) 0%, rgba(12, 13, 14, 0.58) 45%, rgba(12, 13, 14, 0.78) 100%),
      linear-gradient(90deg, rgba(12, 13, 14, 0.74) 0%, rgba(12, 13, 14, 0.34) 100%);
  }

  .products-hero h1 {
    font-size: clamp(1.82rem, 7.6vw, 2.55rem);
    line-height: 1.12;
  }

  .products-hero-quote {
    min-width: 196px;
    min-height: 54px;
    margin-top: 24px;
    padding: 13px 24px;
    font-size: 1rem;
  }

  .products-video-section {
    padding-top: 54px;
    padding-bottom: 68px;
  }

  .products-video-heading {
    margin-bottom: 30px;
    text-align: center;
  }

  .products-video-heading h2 {
    font-size: clamp(2.35rem, 10vw, 3.2rem);
  }

  .products-video-panel {
    gap: 18px;
    padding: 18px;
  }

  .product-detail-stack {
    gap: 56px;
  }

  .product-detail h3 {
    font-size: clamp(1.72rem, 6.4vw, 2.45rem);
  }

  .product-specs,
  .product-features {
    margin-top: 30px;
  }

  .request-specs-button {
    min-width: 200px;
    min-height: 56px;
    margin-top: 28px;
    font-size: 0.98rem;
  }

  .product-oem-cta {
    padding: 64px 20px 72px;
  }

  .product-oem-cta h2 {
    font-size: clamp(1.72rem, 6.8vw, 2.35rem);
  }

  .product-oem-cta p {
    margin-top: 16px;
    font-size: 1rem;
  }

  .product-oem-cta a {
    min-width: 252px;
    min-height: 58px;
    margin-top: 32px;
    font-size: 1rem;
  }

  .oem-services-hero {
    padding: 168px 20px 84px;
  }

  .oem-services-hero h1 {
    font-size: clamp(2.55rem, 10vw, 4.2rem);
  }

  .oem-services-hero p {
    margin-top: 22px;
    font-size: 1.08rem;
  }

  .oem-page-benefits,
  .oem-process-section,
  .oem-faq-section,
  .oem-start-cta {
    padding-right: 20px;
    padding-left: 20px;
  }

  .oem-page-benefits {
    padding-top: 70px;
    padding-bottom: 76px;
  }

  .oem-page-benefits-grid,
  .oem-faq-grid {
    grid-template-columns: 1fr;
  }

  .oem-page-benefits article {
    max-width: none;
  }

  .oem-page-benefits h2 {
    margin-top: 22px;
  }

  .oem-process-section {
    padding-top: 72px;
    padding-bottom: 78px;
  }

  .oem-process-section > h2,
  .oem-faq-section > h2,
  .oem-start-cta h2 {
    font-size: clamp(1.95rem, 7vw, 2.8rem);
  }

  .oem-process-track {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    margin-top: 44px;
  }

  .oem-process-track article {
    min-height: 210px;
    padding: 28px 20px 26px;
  }

  .oem-faq-section {
    padding-top: 72px;
    padding-bottom: 76px;
  }

  .oem-faq-grid {
    gap: 22px;
    margin-top: 44px;
  }

  .oem-faq-grid article {
    min-height: 0;
    padding: 32px 28px;
  }

  .oem-start-cta {
    padding-top: 72px;
    padding-bottom: 84px;
  }

  .oem-start-cta p {
    margin-top: 20px;
    font-size: 1rem;
  }

  .oem-start-cta a {
    min-width: 280px;
    min-height: 62px;
    margin-top: 42px;
    font-size: 1rem;
  }

  .contact-hero {
    padding: 168px 20px 84px;
  }

  .contact-hero h1 {
    font-size: clamp(2.55rem, 10vw, 4.2rem);
  }

  .contact-hero p {
    margin-top: 22px;
    font-size: 1.08rem;
  }

  .contact-methods {
    grid-template-columns: 1fr;
    gap: 22px;
    padding: 58px 20px 44px;
  }

  .contact-methods article {
    min-height: 210px;
  }

  .business-inquiry-section {
    padding: 36px 20px 78px;
  }

  .business-inquiry-form {
    padding: 42px 34px 36px;
  }

  .form-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .business-inquiry-form input,
  .business-inquiry-form select,
  .business-inquiry-form textarea {
    min-height: 64px;
  }

  .business-inquiry-form textarea {
    min-height: 190px;
  }

  .inquiry-card dl {
    grid-template-columns: 1fr 1fr;
  }

  .proof-strip,
  .capability-grid,
  .section-heading,
  .warehouse-grid,
  .scenario-grid {
    grid-template-columns: 1fr;
  }

  .warehouse-heading h2 {
    font-size: clamp(2rem, 8vw, 3.1rem);
  }

  .warehouse-grid article {
    min-height: 270px;
  }

  .warehouse-grid h3 {
    margin-top: 28px;
    margin-bottom: 18px;
    font-size: 1.55rem;
  }

  .warehouse-grid p {
    margin-bottom: 10px;
    font-size: 1rem;
  }

  .warehouse-stats {
    flex-wrap: wrap;
  }

  .proof-strip {
    gap: 14px;
    padding: 28px 20px;
  }

  .proof-strip article {
    min-height: auto;
    padding: 24px;
  }

  .proof-strip strong {
    margin-top: 18px;
    font-size: 1.28rem;
  }

  .proof-strip span {
    margin-top: 8px;
    font-size: 0.95rem;
  }

  .section {
    padding: 58px 20px;
  }

  .trust-section {
    padding-top: 62px;
    padding-bottom: 68px;
  }

  .trust-heading {
    margin-bottom: 42px;
  }

  .trust-heading h2 {
    font-size: clamp(2rem, 7vw, 2.7rem);
  }

  .oem-section {
    padding-top: 66px;
    padding-bottom: 78px;
  }

  .oem-heading {
    margin-bottom: 42px;
  }

  .oem-heading h2 {
    font-size: clamp(2rem, 8vw, 3rem);
  }

  .oem-heading p {
    margin-top: 14px;
    font-size: 1.08rem;
  }

  .oem-grid {
    gap: 18px;
  }

  .oem-card {
    min-height: 230px;
    padding: 34px 24px 32px;
  }

  .oem-card h3 {
    font-size: 1.35rem;
  }

  .oem-card p {
    font-size: 0.98rem;
  }

  .oem-mail-button {
    min-height: 60px;
    margin-top: 42px;
    font-size: 1rem;
  }

  .product-story-section {
    padding-top: 54px;
    padding-bottom: 64px;
  }

  .product-story-heading {
    margin-bottom: 34px;
    text-align: left;
  }

  .product-story-heading h2 {
    font-size: 2.35rem;
  }

  .product-story-list {
    gap: 56px;
  }

  .product-story-row,
  .product-story-row-text-first {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .product-story-copy,
  .product-story-row-text-first .product-story-copy {
    max-width: none;
  }

  .product-story-copy h3 {
    font-size: clamp(1.45rem, 6vw, 2.05rem);
    line-height: 1.2;
  }

  .product-story-copy p {
    margin-top: 18px;
    font-size: 0.98rem;
    line-height: 1.58;
  }

  .scenario-heading {
    margin-bottom: 26px;
  }

  .scenario-heading h2 {
    font-size: 1.85rem;
  }

  .scenario-content {
    min-height: 0;
    padding: 20px 20px 22px;
  }

  .scenario-content h3 {
    min-height: 0;
    font-size: 1.18rem;
  }

  .scenario-content ul {
    gap: 9px;
    margin: 14px 0 18px;
  }

  .scenario-content li {
    font-size: 0.9rem;
  }

  .company-section {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .section-heading .eyebrow {
    grid-column: auto;
    margin-bottom: 0;
  }

  .product-content {
    min-height: 260px;
  }
}

@media (max-width: 640px) {
  .product-grid,
  .quality-grid,
  .oem-grid,
  .products-video-panel,
  .trust-grid {
    grid-template-columns: 1fr;
  }

  .products-hero {
    min-height: 500px;
    padding: 170px 18px 48px;
  }

  .products-hero-copy {
    transform: translateY(-12px);
  }

  .products-hero h1 {
    font-size: 1.78rem;
    line-height: 1.12;
  }

  .products-hero-quote {
    min-width: 184px;
    min-height: 52px;
    margin-top: 22px;
    font-size: 0.96rem;
  }

  .products-video-section {
    padding-right: 18px;
    padding-left: 18px;
  }

  .product-detail-stack {
    gap: 46px;
  }

  .product-detail {
    gap: 22px;
  }

  .product-detail-media img {
    aspect-ratio: 1.22 / 1;
  }

  .product-detail h3 {
    font-size: 1.58rem;
  }

  .product-category,
  .product-certification {
    min-height: 30px;
    padding: 6px 12px;
    font-size: 0.82rem;
  }

  .product-specs dl {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 18px;
  }

  .product-features ul {
    gap: 10px;
    margin-top: 18px;
  }

  .request-specs-button {
    width: 100%;
    min-width: 0;
    min-height: 52px;
    font-size: 0.94rem;
  }

  .product-oem-cta {
    padding: 54px 18px 62px;
  }

  .product-oem-cta h2 {
    font-size: 1.54rem;
  }

  .product-oem-cta p {
    font-size: 0.92rem;
  }

  .product-oem-cta a {
    width: 100%;
    min-width: 0;
    min-height: 54px;
    font-size: 0.94rem;
  }

  .oem-services-hero {
    padding: 160px 18px 68px;
  }

  .oem-services-hero h1 {
    font-size: 2.3rem;
  }

  .oem-services-hero p {
    font-size: 0.96rem;
  }

  .oem-page-benefits,
  .oem-process-section,
  .oem-faq-section,
  .oem-start-cta {
    padding-right: 18px;
    padding-left: 18px;
  }

  .oem-page-benefits-grid {
    gap: 34px;
  }

  .oem-page-benefits span {
    min-height: 44px;
    font-size: 2rem;
  }

  .oem-page-benefits h2 {
    font-size: 1.42rem;
  }

  .oem-page-benefits p {
    margin-top: 14px;
    font-size: 0.94rem;
  }

  .oem-process-track {
    grid-template-columns: 1fr;
  }

  .oem-process-track article {
    min-height: 0;
  }

  .oem-faq-grid article {
    padding: 26px 22px;
  }

  .oem-faq-grid p {
    margin-top: 18px;
    font-size: 0.94rem;
  }

  .oem-start-cta a {
    width: 100%;
    min-width: 0;
    min-height: 56px;
  }

  .contact-hero {
    padding: 160px 18px 68px;
  }

  .contact-hero h1 {
    font-size: 2.3rem;
  }

  .contact-hero p {
    font-size: 0.96rem;
  }

  .contact-methods,
  .business-inquiry-section {
    padding-right: 18px;
    padding-left: 18px;
  }

  .contact-methods article {
    min-height: 188px;
    padding: 32px 22px;
  }

  .business-inquiry-form {
    padding: 34px 22px 30px;
  }

  .business-inquiry-form h2 {
    margin-bottom: 34px;
    font-size: 1.72rem;
  }

  .business-inquiry-form button {
    min-height: 58px;
  }

  .inquiry-admin-page {
    padding: 42px 18px;
  }

  .inquiry-admin-head {
    align-items: stretch;
  }

  .inquiry-admin-actions {
    width: 100%;
  }

  .inquiry-admin-actions button,
  .inquiry-admin-actions a {
    flex: 1;
  }

  .inquiry-card dl {
    grid-template-columns: 1fr;
  }

  .video-product-copy {
    min-height: 0;
    padding: 22px;
  }

  .video-product-copy h3 {
    font-size: 1.32rem;
  }

  .video-product-copy p {
    font-size: 0.92rem;
  }

  .order-hero {
    padding: 168px 20px 78px;
  }

  .order-hero-copy h1,
  .faq-hero h1 {
    font-size: clamp(2.55rem, 10vw, 4.2rem);
  }

  .order-hero-copy p:not(.eyebrow),
  .faq-hero p,
  .order-form-intro p,
  .faq-list-heading p,
  .faq-cta p {
    margin-top: 20px;
    font-size: 1rem;
  }

  .order-hero-panel {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .order-hero-panel article {
    min-height: 0;
    padding: 22px;
  }

  .order-product-strip,
  .faq-summary {
    grid-template-columns: 1fr;
    gap: 22px;
    padding: 58px 20px;
  }

  .order-form-section,
  .faq-list-section {
    padding: 64px 20px 78px;
  }

  .order-form-intro h2,
  .faq-list-heading h2,
  .faq-cta h2 {
    font-size: clamp(1.95rem, 7vw, 2.8rem);
  }

  .direct-order-form {
    padding: 36px 30px;
  }

  .direct-order-form input,
  .direct-order-form select,
  .direct-order-form textarea {
    min-height: 62px;
  }

  .direct-order-form button {
    min-height: 62px;
  }

  .faq-hero {
    padding: 168px 20px 78px;
  }

  .faq-list {
    gap: 12px;
  }

  .faq-list summary {
    min-height: 64px;
    padding: 20px 22px;
  }

  .faq-list details p {
    padding: 0 22px 24px;
  }

  .faq-cta {
    padding: 70px 20px 82px;
  }

  .trust-section {
    padding-right: 18px;
    padding-left: 18px;
  }

  .trust-heading {
    margin-bottom: 34px;
  }

  .trust-heading h2 {
    font-size: 1.75rem;
  }

  .trust-grid {
    gap: 28px;
  }

  .trust-grid strong {
    font-size: 2.35rem;
  }

  .trust-grid span {
    margin-top: 10px;
    font-size: 0.92rem;
  }

  .global-warehouse-section {
    padding-right: 18px;
    padding-left: 18px;
  }

  .warehouse-heading {
    margin-bottom: 36px;
  }

  .warehouse-heading h2 {
    font-size: 1.95rem;
  }

  .warehouse-stats {
    flex-direction: column;
    align-items: center;
    gap: 28px;
    margin-top: 42px;
  }

  .warehouse-stats div {
    min-width: 0;
  }

  .product-image {
    min-height: 220px;
  }

  .product-story-section {
    padding-right: 18px;
    padding-left: 18px;
  }

  .product-story-heading {
    margin-bottom: 28px;
  }

  .product-story-heading h2 {
    font-size: 1.9rem;
  }

  .product-story-list {
    gap: 46px;
  }

  .product-story-copy h3 {
    font-size: 1.36rem;
  }

  .product-story-copy p {
    font-size: 0.92rem;
  }

  .oem-section {
    padding-right: 18px;
    padding-left: 18px;
  }

  .oem-heading h2 {
    font-size: 1.95rem;
  }

  .oem-heading p {
    font-size: 0.98rem;
  }

  .oem-card {
    min-height: 210px;
  }

  .oem-mail-button {
    width: 100%;
    min-width: 0;
  }

  .product-content dl div {
    grid-template-columns: 1fr;
  }

  .site-footer {
    grid-template-columns: 1fr;
    gap: 34px;
    padding: 50px 22px;
  }

  .footer-link-grid {
    grid-template-columns: repeat(2, minmax(120px, 1fr));
    gap: 12px 18px;
  }

  .footer-brand {
    grid-column: auto;
  }

  .footer-brand img {
    width: min(220px, 82vw);
    margin-bottom: 24px;
  }

  .order-hero {
    padding: 156px 18px 66px;
  }

  .order-hero-copy h1,
  .faq-hero h1 {
    font-size: 2.35rem;
  }

  .order-hero-copy a,
  .faq-cta a {
    width: 100%;
    min-width: 0;
    min-height: 54px;
  }

  .order-product-strip,
  .order-form-section,
  .faq-summary,
  .faq-list-section,
  .faq-cta {
    padding-right: 18px;
    padding-left: 18px;
  }

  .order-product-strip h2 {
    font-size: 1.28rem;
  }

  .direct-order-form {
    padding: 30px 22px;
  }

  .faq-hero {
    padding: 156px 18px 66px;
  }

  .faq-summary article {
    min-height: 0;
    padding: 28px 24px;
  }

  .faq-list summary {
    font-size: 0.98rem;
  }

  .faq-cta div {
    display: grid;
  }
}

@media (max-width: 1180px) {
  .about-hero {
    padding: 180px 5vw 128px;
  }

  .about-hero h1 {
    font-size: 4.1rem;
  }

  .about-section {
    padding-top: 96px;
    padding-bottom: 104px;
  }

  .about-founder-grid {
    grid-template-columns: 1fr;
    gap: 44px;
  }

  .about-founder-grid img {
    max-width: 760px;
    margin: 0 auto;
  }

  .about-rd-grid {
    gap: 36px;
  }
}

@media (max-width: 900px) {
  .about-shell {
    width: min(100% - 36px, 1680px);
  }

  .about-hero {
    padding: 168px 18px 86px;
  }

  .about-hero h1 {
    font-size: 3.05rem;
  }

  .about-hero p {
    margin-top: 22px;
    font-size: 1.05rem;
  }

  .about-section {
    padding: 74px 18px 82px;
  }

  .about-story h2,
  .about-section-title {
    margin-bottom: 38px;
    font-size: 2.2rem;
  }

  .about-story p,
  .about-copy p,
  .about-rd-grid p,
  .about-values p,
  .about-cta p {
    font-size: 1rem;
    line-height: 1.54;
  }

  .about-copy h3,
  .about-rd-grid h3,
  .about-values h3 {
    font-size: 1.4rem;
  }

  .about-timeline {
    gap: 26px;
    padding-left: 28px;
  }

  .about-timeline::before {
    left: 0;
  }

  .about-timeline article,
  .about-timeline article:nth-child(odd),
  .about-timeline article:nth-child(even) {
    width: 100%;
    justify-self: stretch;
  }

  .about-timeline article::before,
  .about-timeline article:nth-child(odd)::before,
  .about-timeline article:nth-child(even)::before {
    right: auto;
    left: -34px;
  }

  .about-rd-grid,
  .about-values {
    grid-template-columns: 1fr;
  }

  .about-values {
    gap: 24px;
  }

  .about-values article {
    min-height: 210px;
  }

  .about-cta {
    padding: 86px 18px 98px;
  }

  .about-cta h2 {
    font-size: 2.75rem;
  }
}

@media (max-width: 640px) {
  .about-hero {
    padding: 156px 18px 72px;
  }

  .about-hero h1 {
    font-size: 2.35rem;
  }

  .about-section {
    padding-top: 62px;
    padding-bottom: 70px;
  }

  .about-story h2,
  .about-section-title {
    font-size: 1.8rem;
  }

  .about-story p + p,
  .about-copy p + p {
    margin-top: 20px;
  }

  .about-founder-grid {
    gap: 34px;
  }

  .about-timeline article {
    min-height: 0;
    padding: 26px 24px;
  }

  .about-timeline span {
    font-size: 1.9rem;
  }

  .about-timeline p {
    font-size: 0.94rem;
  }

  .about-rd-grid {
    gap: 34px;
  }

  .about-rd-grid article {
    gap: 22px;
  }

  .about-values span {
    margin-bottom: 18px;
    font-size: 2.25rem;
  }

  .about-cta h2 {
    font-size: 2.1rem;
  }

  .about-cta a {
    width: 100%;
    min-width: 0;
  }
}

@media (max-width: 900px) {
  .order-hero {
    padding: 168px 20px 78px;
  }

  .order-hero-copy h1,
  .faq-hero h1 {
    font-size: clamp(2.55rem, 10vw, 4.2rem);
  }

  .order-hero-copy p:not(.eyebrow),
  .faq-hero p,
  .order-form-intro p,
  .faq-list-heading p,
  .faq-cta p {
    margin-top: 20px;
    font-size: 1rem;
  }

  .order-hero-panel {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .order-hero-panel article {
    min-height: 0;
    padding: 22px;
  }

  .order-product-strip,
  .faq-summary {
    grid-template-columns: 1fr;
    gap: 22px;
    padding: 58px 20px;
  }

  .order-form-section,
  .faq-list-section {
    padding: 64px 20px 78px;
  }

  .order-form-intro h2,
  .faq-list-heading h2,
  .faq-cta h2 {
    font-size: clamp(1.95rem, 7vw, 2.8rem);
  }

  .direct-order-form {
    padding: 36px 30px;
  }

  .direct-order-form input,
  .direct-order-form select,
  .direct-order-form textarea {
    min-height: 62px;
  }

  .direct-order-form button {
    min-height: 62px;
  }

  .faq-hero {
    padding: 168px 20px 78px;
  }

  .faq-list {
    gap: 12px;
  }

  .faq-list summary {
    min-height: 64px;
    padding: 20px 22px;
  }

  .faq-list details p {
    padding: 0 22px 24px;
  }

  .faq-cta {
    padding: 70px 20px 82px;
  }
}

@media (max-width: 640px) {
  .order-hero {
    padding: 190px 18px 66px;
  }

  .order-hero-copy h1,
  .faq-hero h1 {
    font-size: 2.35rem;
  }

  .order-hero-copy a,
  .faq-cta a {
    width: 100%;
    min-width: 0;
    min-height: 54px;
  }

  .order-product-strip,
  .order-form-section,
  .faq-summary,
  .faq-list-section,
  .faq-cta {
    padding-right: 18px;
    padding-left: 18px;
  }

  .order-product-strip h2 {
    font-size: 1.28rem;
  }

  .direct-order-form {
    padding: 30px 22px;
  }

  .faq-hero {
    padding: 156px 18px 66px;
  }

  .faq-summary article {
    min-height: 0;
    padding: 28px 24px;
  }

  .faq-list summary {
    font-size: 0.98rem;
  }

  .faq-cta div {
    display: grid;
  }
}

@media (max-width: 900px) {
  .order-buy-section {
    padding: 58px 20px 64px;
  }

  .order-buy-heading {
    margin-bottom: 34px;
  }

  .order-product-strip {
    padding: 0;
  }
}

@media (max-width: 640px) {
  .order-buy-section {
    padding-right: 18px;
    padding-left: 18px;
  }
}

@media (max-width: 1180px) {
  .sitemap-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .sitemap-hero {
    padding: 168px 20px 78px;
  }

  .sitemap-hero h1 {
    font-size: clamp(2.55rem, 10vw, 4.2rem);
  }

  .sitemap-hero p {
    margin-top: 20px;
    font-size: 1rem;
  }

  .sitemap-section {
    padding: 64px 20px 78px;
  }
}

@media (max-width: 640px) {
  .sitemap-hero {
    padding: 156px 18px 66px;
  }

  .sitemap-hero h1 {
    font-size: 2.35rem;
  }

  .sitemap-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .sitemap-grid article {
    min-height: 0;
    padding: 28px 24px;
  }

  .sitemap-section {
    padding-right: 18px;
    padding-left: 18px;
  }

  .sitemap-card-link {
    width: 100%;
  }
}

@media (max-width: 1180px) {
  .home-resources-grid,
  .resources-pathways {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .resources-grid,
  .resource-card,
  .resource-guide-hero,
  .resource-guide-content,
  .resource-guide-related,
  .news-source-grid {
    grid-template-columns: 1fr;
  }

  .resource-guide-sidebar {
    position: static;
  }
}

@media (max-width: 900px) {
  .resources-hero,
  .resource-guide-hero {
    padding: 168px 20px 84px;
  }

  .resources-hero h1,
  .resource-guide-hero h1 {
    font-size: clamp(2.45rem, 10vw, 4.25rem);
  }

  .resources-hero p:not(.eyebrow),
  .resource-guide-hero-copy p:not(.eyebrow) {
    margin-top: 20px;
    font-size: 1rem;
  }

  .resources-intro,
  .resources-pathways,
  .resource-guide-content,
  .resource-guide-related {
    padding-right: 20px;
    padding-left: 20px;
  }

  .resources-intro-inner {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .resources-intro-copy {
    max-width: none;
    padding: 0 0 34px;
    border-left: 0;
  }

  .resources-grid-section,
  .home-resources-section,
  .related-resources-section,
  .news-source-section {
    padding-right: 20px;
    padding-left: 20px;
  }

  .home-resources-grid,
  .related-resources-grid,
  .resources-grid,
  .resources-pathways,
  .resource-related-grid,
  .news-source-grid {
    grid-template-columns: 1fr;
  }

  .resource-card {
    grid-template-columns: 1fr;
  }

  .resource-card img {
    aspect-ratio: 3 / 2;
  }

  .resource-guide-sections ul {
    grid-template-columns: 1fr;
  }

  .resource-guide-sections article {
    padding: 30px 24px;
  }

  .news-source-grid article {
    min-height: 0;
    padding: 26px 22px;
  }

  .news-source-card-top {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }

  .news-source-grid small {
    text-align: left;
  }
}

@media (max-width: 640px) {
  .resources-hero,
  .resource-guide-hero {
    padding: 156px 18px 66px;
  }

  .resources-hero h1,
  .resource-guide-hero h1 {
    font-size: 2.32rem;
  }

  .resources-intro,
  .resources-pathways,
  .resource-guide-content,
  .resource-guide-related,
  .resources-grid-section,
  .home-resources-section,
  .related-resources-section {
    padding-right: 18px;
    padding-left: 18px;
  }

  .resources-intro {
    padding-top: 58px;
    padding-bottom: 56px;
  }

  .resources-intro h2 {
    font-size: clamp(2rem, 11vw, 3rem);
  }

  .resources-intro-steps span {
    min-height: 34px;
    padding: 0 13px;
    font-size: 0.74rem;
  }

  .resource-card div,
  .resources-pathways article,
  .resource-guide-sidebar,
  .home-resources-grid a,
  .related-resources-grid a,
  .resource-related-grid a {
    padding: 24px;
  }

  .resource-guide-actions a,
  .resource-guide-sidebar a,
  .resource-card-link,
  .resources-pathways a {
    width: 100%;
  }
}

@media (max-width: 1180px) {
  .buyer-feedback-grid,
  .news-guide-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .news-hero {
    padding: 168px 20px 84px;
  }

  .news-hero h1 {
    font-size: clamp(2.45rem, 10vw, 4.25rem);
  }

  .buyer-feedback-section,
  .news-featured,
  .news-guides-section,
  .news-cta {
    padding-right: 20px;
    padding-left: 20px;
  }

  .buyer-feedback-grid,
  .news-featured,
  .news-guide-list {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .news-hero {
    padding: 156px 18px 66px;
  }

  .news-hero h1 {
    font-size: 2.32rem;
  }

  .buyer-feedback-section,
  .news-featured,
  .news-guides-section,
  .news-cta {
    padding-right: 18px;
    padding-left: 18px;
  }

  .buyer-feedback-grid article,
  .news-featured article,
  .news-guide-list a {
    padding: 24px;
  }

  .buyer-feedback-link,
  .news-featured a,
  .news-cta a {
    width: 100%;
  }
}
